/*!
 * Name     : ArchCSS - Modern CSS framework for responsive and attractive websites and applications.
 * Version  : 3.0.0 [beta]
 * Author   : @bebagodfried - [archCSS dev.](https://archcss.com/team/@bebagodfried)
 * License  : MIT license
 */

@import url("../webfonts/googleapis/fonts.min.css");
@import url("../webfonts/fontawesome/css/fontawessome.min.css");
@import url("../webfonts/lucide/css/lucide.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lora:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=PT+Serif:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Space+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Fira+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inconsolata:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

*,
::before, ::after {
  align-items: baseline;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  outline: 0;
  scroll-behavior: smooth;
}

::before, ::after {
  background-color: rgba(0, 0, 0, 0);
}

[hidden] {
  display: none !important;
}

[onclick] {
  cursor: pointer;
}

a {
  color: #03A9F4;
  display: inline-block;
  transition: color ease-in-out 100ms;
  text-decoration: rgba(0, 0, 0, 0);
  text-transform: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: rgb(2, 135, 195);
  text-decoration: underline;
}
a:active {
  color: rgb(2, 135, 195);
  transition: all 0.2s ease;
}
a:not([href]), a:has([href=""]), a:has([href="#"]) {
  color: currentColor;
}

article {
  height: fit-content;
  overflow: hidden;
  position: relative;
}

aside {
  max-width: 100%;
}

b,
strong {
  font-weight: bolder;
}

blockquote {
  border-left: 5px solid #03A9F4;
  font-size: 1.1em;
  font-style: italic;
  margin: 1.5rem 1rem 3rem;
  padding: 1rem;
}
blockquote h1:last-of-type, blockquote h2:last-of-type, blockquote h3:last-of-type, blockquote h4:last-of-type, blockquote h5:last-of-type, blockquote h6:last-of-type, blockquote p:last-of-type {
  margin: 0;
}
blockquote:only-child {
  margin: 0;
}

body {
  font-family: Verdana, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, Geneva, Arial, Sans-serif, sans-serif;
  color: #333;
  cursor: default;
  font-size: clamp(0.75em, 3vw, 1.25em);
  font-weight: normal;
  height: auto;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
body *,
body ::before, body ::after {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  gap: 0.25em;
  color: #fff;
  background-color: #03A9F4;
  font-weight: 500;
  font-size: inherit;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  width: auto;
  min-width: fit-content;
  user-select: none;
}
button:active, button:hover {
  transition: all 0.2s ease;
}

input,
textarea {
  border-width: 1px;
  border-style: solid;
  display: block;
  margin-bottom: 1rem;
}
input:last-child,
textarea:last-child {
  margin-bottom: 0;
}
input,
textarea {
  width: auto;
}
input[type=checkbox], input[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
  display: inline;
  vertical-align: middle;
  width: fit-content;
  margin: 0;
}
input,
textarea {
  border-radius: 0.25rem;
  font-weight: 500;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 544px) {
  input,
  textarea {
    width: 100%;
  }
}
input:hover,
textarea:hover {
  border-color: rgb(2, 135, 195);
  cursor: pointer;
}
input:focus,
textarea:focus {
  border-color: #03A9F4;
}
input:active, input:hover,
textarea:active,
textarea:hover {
  transition: all 0.2s ease;
}
input:not([type=checkbox], [type=radio]),
textarea:not([type=checkbox], [type=radio]) {
  max-width: 100%;
}
input:not([type=checkbox], [type=radio]):focus:hover,
textarea:not([type=checkbox], [type=radio]):focus:hover {
  cursor: text;
}
input:required:not(:placeholder-shown, :valid),
textarea:required:not(:placeholder-shown, :valid) {
  border-color: #FFC107;
}
input::placeholder,
textarea::placeholder {
  font-size: 100%;
  font-style: italic;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  box-shadow: inset 0 0 0 1000px #fff;
}
input,
textarea {
  cursor: default;
}

input[type=search], select[type=search], textarea[type=search] {
  color: currentColor;
}
input[type=text], select[type=text], textarea[type=text] {
  color: currentColor;
}
input[type=url], select[type=url], textarea[type=url] {
  color: currentColor;
}
input[type=email], select[type=email], textarea[type=email] {
  color: currentColor;
}
input[type=password], select[type=password], textarea[type=password] {
  color: currentColor;
}
input[type=number], select[type=number], textarea[type=number] {
  color: currentColor;
}
input[type=tel], select[type=tel], textarea[type=tel] {
  color: currentColor;
}
input[type=button], select[type=button], textarea[type=button] {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  gap: 0.25em;
  color: #fff;
  background-color: #03A9F4;
  font-weight: 500;
  font-size: inherit;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  width: auto;
  min-width: fit-content;
  user-select: none;
}
input[type=button]:active, input[type=button]:hover, select[type=button]:active, select[type=button]:hover, textarea[type=button]:active, textarea[type=button]:hover {
  transition: all 0.2s ease;
}
input[type=reset], select[type=reset], textarea[type=reset] {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  gap: 0.25em;
  color: #fff;
  background-color: #03A9F4;
  font-weight: 500;
  font-size: inherit;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  width: auto;
  min-width: fit-content;
  user-select: none;
}
input[type=reset]:active, input[type=reset]:hover, select[type=reset]:active, select[type=reset]:hover, textarea[type=reset]:active, textarea[type=reset]:hover {
  transition: all 0.2s ease;
}
input[type=submit], select[type=submit], textarea[type=submit] {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  gap: 0.25em;
  color: #fff;
  background-color: #03A9F4;
  font-weight: 500;
  font-size: inherit;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  width: auto;
  min-width: fit-content;
  user-select: none;
}
input[type=submit]:active, input[type=submit]:hover, select[type=submit]:active, select[type=submit]:hover, textarea[type=submit]:active, textarea[type=submit]:hover {
  transition: all 0.2s ease;
}

code {
  font-family: monospace, consolas, monospace;
}

details {
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 1rem;
  text-align: justify;
  width: 100%;
  max-width: 100%;
}

date {
  color: inherit;
  user-select: none;
}

div {
  text-align: inherit;
  position: relative;
}

em,
i {
  font-style: italic;
}

fieldset,
form {
  cursor: default;
  margin: 0;
}

footer,
header {
  background-color: #fff;
  /* [if]display: flex | inline-flex */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

footer {
  border-top-color: #03A9F4;
  border-top-style: solid;
  border-top-width: 1px;
  /* [if]position: absolute | fixed | sticky; */
  bottom: 0;
}

form {
  width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 0 0.5em;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  width: 100%;
  margin: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px;
  border-color: #03A9F4;
  border-style: solid;
  /* [if]position: absolute | fixed | sticky; */
  top: 0;
}

hr {
  background-color: currentColor;
  border: 0;
}
hr:not([height]) {
  height: 1px;
}
hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.75;
}

html {
  background-color: #f5f5f5;
  font-family: verdana, sans-serif;
  overflow: auto;
  height: auto;
  width: 100vw;
}

iframe {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 0px;
}

img {
  image-rendering: auto;
  margin: 0;
  max-width: 100%;
}

kbd {
  color: currentColor;
}

label {
  cursor: pointer;
}
label::first-letter {
  text-transform: uppercase;
}

label,
legend {
  color: currentColor;
}

main {
  color: currentColor;
}

map {
  color: currentColor;
}

marquee {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  color: currentColor;
  margin: 0;
  padding: 0;
}

menu {
  color: currentColor;
}

nav {
  color: currentColor;
  align-items: stretch;
}
nav a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
nav a:not([class], [href]) {
  display: none;
}
nav a:hover {
  color: #03A9F4;
  text-decoration: inherit;
}
nav li [href] {
  color: currentColor;
  text-decoration: inherit;
}
nav li:hover {
  color: #03A9F4;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}
ol ul {
  list-style: inherit;
}

ul {
  list-style: none;
}
ul ol {
  list-style: inherit;
}
ul ul {
  display: none;
}

li {
  color: inherit;
  vertical-align: middle;
  position: relative;
}
li * {
  color: inherit;
}
li a {
  width: 100%;
}
li:hover ul {
  display: block;
}

p {
  margin: 0 0 1rem;
}
p::first-letter {
  text-transform: uppercase;
}
p:only-child {
  width: 100%;
  margin: 0;
}
p a {
  text-decoration: underline dotted;
}
p a:hover, p a:active {
  color: rgb(2, 135, 195);
  text-decoration: underline solid;
}

q {
  display: flex;
}

select {
  text-decoration: none;
}

section {
  position: relative;
  width: 100%;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

textarea {
  border-top: solid;
  border-right: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: 1px;
  border-color: currentColor;
  height: 100px;
  width: 100%;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  vertical-align: middle;
}

time {
  user-select: none;
}

video {
  width: auto;
  max-width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn-top {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn-bottom {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut-left {
  from {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut-right {
  from {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut-top {
  from {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut-bottom {
  from {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes glow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40% 0;
  }
}
@keyframes loader {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes rotateX-45 {
  from {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 0.125turn);
  }
}
@keyframes rotateX-90 {
  from {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 0.25turn);
  }
}
@keyframes rotateX-180 {
  from {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 0.5turn);
  }
}
@keyframes rotateX-360 {
  from {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 1turn);
  }
}
@keyframes rotateY-45 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 0.125turn);
  }
}
@keyframes rotateY-90 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 0.25turn);
  }
}
@keyframes rotateY-180 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 0.5turn);
  }
}
@keyframes rotateY-360 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 1turn);
  }
}
@keyframes rotateZ-45 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.125turn);
  }
}
@keyframes rotateZ-90 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.25turn);
  }
}
@keyframes rotateZ-180 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.5turn);
  }
}
@keyframes rotateZ-360 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 1turn);
  }
}
@keyframes rotate-45 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.125turn);
  }
}
@keyframes rotate-90 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.25turn);
  }
}
@keyframes rotate-180 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0.5turn);
  }
}
@keyframes rotate-360 {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 1turn);
  }
}
@keyframes rotate3D-45 {
  from {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  to {
    transform: rotate3d(1, 1, 1, 0.125turn);
  }
}
@keyframes rotate3D-90 {
  from {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  to {
    transform: rotate3d(1, 1, 1, 0.25turn);
  }
}
@keyframes rotate3D-180 {
  from {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  to {
    transform: rotate3d(1, 1, 1, 0.5turn);
  }
}
@keyframes rotate3D-360 {
  from {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  to {
    transform: rotate3d(1, 1, 1, 1turn);
  }
}
.animate-bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.active\:animate-bounce:active,
.focus\:animate-bounce:focus,
.hover\:animate-bounce:hover {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.animate-glow {
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.active\:animate-glow:active,
.focus\:animate-glow:focus,
.hover\:animate-glow:hover {
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.animate-ping {
  animation-name: ping;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.active\:animate-ping:active,
.focus\:animate-ping:focus,
.hover\:animate-ping:hover {
  animation-name: ping;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.animate-pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.active\:animate-pulse:active,
.focus\:animate-pulse:focus,
.hover\:animate-pulse:hover {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.animate-spin {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.active\:animate-spin:active,
.focus\:animate-spin:focus,
.hover\:animate-spin:hover {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-fade {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-fade:active,
.focus\:animate-fade:focus,
.hover\:animate-fade:hover {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-fadeIn:active,
.focus\:animate-fadeIn:focus,
.hover\:animate-fadeIn:hover {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-fadeOut {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-fadeOut:active,
.focus\:animate-fadeOut:focus,
.hover\:animate-fadeOut:hover {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-slideIn-left {
  animation-name: slideIn-left;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-slideIn-left:active,
.focus\:animate-slideIn-left:focus,
.hover\:animate-slideIn-left:hover {
  animation-name: slideIn-left;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-slideIn-right {
  animation-name: slideIn-right;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-slideIn-right:active,
.focus\:animate-slideIn-right:focus,
.hover\:animate-slideIn-right:hover {
  animation-name: slideIn-right;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-slideIn-top {
  animation-name: slideIn-top;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-slideIn-top:active,
.focus\:animate-slideIn-top:focus,
.hover\:animate-slideIn-top:hover {
  animation-name: slideIn-top;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-slideIn-bottom {
  animation-name: slideIn-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-slideIn-bottom:active,
.focus\:animate-slideIn-bottom:focus,
.hover\:animate-slideIn-bottom:hover {
  animation-name: slideIn-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-slideOut-left {
  animation-name: slideOut-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-slideOut-left:active,
.focus\:animate-slideOut-left:focus,
.hover\:animate-slideOut-left:hover {
  animation-name: slideOut-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-slideOut-right {
  animation-name: slideOut-right;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-slideOut-right:active,
.focus\:animate-slideOut-right:focus,
.hover\:animate-slideOut-right:hover {
  animation-name: slideOut-right;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-slideOut-top {
  animation-name: slideOut-top;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-slideOut-top:active,
.focus\:animate-slideOut-top:focus,
.hover\:animate-slideOut-top:hover {
  animation-name: slideOut-top;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-slideOut-bottom {
  animation-name: slideOut-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-slideOut-bottom:active,
.focus\:animate-slideOut-bottom:focus,
.hover\:animate-slideOut-bottom:hover {
  animation-name: slideOut-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.active\:animate-zoomIn:active,
.focus\:animate-zoomIn:focus,
.hover\:animate-zoomIn:hover {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.animate-zoomOut {
  animation-name: zoomOut;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.active\:animate-zoomOut:active,
.focus\:animate-zoomOut:focus,
.hover\:animate-zoomOut:hover {
  animation-name: zoomOut;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate-delay-100 {
  animation-delay: 100ms;
}
.animate-delay-200 {
  animation-delay: 200ms;
}
.animate-delay-300 {
  animation-delay: 300ms;
}
.animate-delay-400 {
  animation-delay: 400ms;
}
.animate-delay-500 {
  animation-delay: 500ms;
}
.animate-delay-1000 {
  animation-delay: 1000ms;
}
.animate-delay-1500 {
  animation-delay: 1500ms;
}
.animate-delay-2000 {
  animation-delay: 2000ms;
}
.animate-delay-2500 {
  animation-delay: 2500ms;
}
.animate-delay-3000 {
  animation-delay: 3000ms;
}
.animate-delay-3500 {
  animation-delay: 3500ms;
}
.animate-delay-4000 {
  animation-delay: 4000ms;
}
.animate-delay-4500 {
  animation-delay: 4500ms;
}
.animate-delay-5000 {
  animation-delay: 5000ms;
}
.animated-slow {
  animation-duration: 5s;
}
.animated-slower {
  animation-duration: 10s;
}
.animated-fast {
  animation-duration: 0.5s;
}
.animated-faster {
  animation-duration: 0.1s;
}
.animated-100 {
  animation-duration: 100ms;
}
.animated-200 {
  animation-duration: 200ms;
}
.animated-300 {
  animation-duration: 300ms;
}
.animated-400 {
  animation-duration: 400ms;
}
.animated-500 {
  animation-duration: 500ms;
}
.animated-1000 {
  animation-duration: 1000ms;
}
.animated-1500 {
  animation-duration: 1500ms;
}
.animated-2000 {
  animation-duration: 2000ms;
}
.animated-2500 {
  animation-duration: 2500ms;
}
.animated-3000 {
  animation-duration: 3000ms;
}
.animated-3500 {
  animation-duration: 3500ms;
}
.animated-4000 {
  animation-duration: 4000ms;
}
.animated-4500 {
  animation-duration: 4500ms;
}
.animated-5000 {
  animation-duration: 5000ms;
}
.animated-infinite {
  animation-iteration-count: infinite;
}
.animated-x1 {
  animation-iteration-count: 1;
}
.animated-x2 {
  animation-iteration-count: 2;
}
.animated-x3 {
  animation-iteration-count: 3;
}
.animated-x4 {
  animation-iteration-count: 4;
}
.animated-x5 {
  animation-iteration-count: 5;
}
.animated-x6 {
  animation-iteration-count: 6;
}
.animated-alt {
  animation-direction: alternate;
}
.animated-revert {
  animation-direction: reverse;
}

[class*=Out],
[class$=Out] {
  opacity: 0;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
  flex-direction: column;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
  width: 100%;
}
section.stretch {
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  width: 100%;
}
header h1 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header h2 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header h3 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header h4 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header h5 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header h6 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
header.bg-none {
  background-color: rgba(0, 0, 0, 0);
}

footer {
  display: flex;
  align-items: center;
}
footer h1 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer h2 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer h3 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer h4 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer h5 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer h6 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer p:only-child {
  width: 100%;
  margin: 0;
}
footer.bg-none {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
}

.aspect-auto, .as-auto {
  aspect-ratio: auto;
}
.aspect-square, .as-square {
  aspect-ratio: 1/1;
}
.aspect-video, .as-video {
  aspect-ratio: 16/9;
}

.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.object-fill {
  object-fit: fill;
}
.object-scale-down {
  object-fit: scale-down;
}
.object-none {
  object-fit: none;
}
.object-top {
  object-position: top;
}
.object-left {
  object-position: left;
}
.object-bottom {
  object-position: bottom;
}
.object-right {
  object-position: right;
}
.object-top-left {
  object-position: top left;
}
.object-top-right {
  object-position: top right;
}
.object-bottom-left {
  object-position: bottom left;
}
.object-bottom-right {
  object-position: bottom right;
}
.object-center {
  object-position: center;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

button.bg-none {
  color: currentColor;
}

button:empty::before {
  content: attr(type);
}

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

form input {
  display: block;
}
form input:not(:last-child) {
  margin-bottom: 1rem;
}

.form-check, .checkbox {
  display: flex;
  align-items: center;
}

.searchbox {
  display: inline-flex;
  align-items: center;
}

form * {
  font-size: 100%;
  font-weight: 500;
}
form {
  background-color: #fff;
}
form button[type=submit]:hover {
  background-color: rgb(2, 135, 195);
  transition: opacity 0.2s ease-in;
}
form button:not([class]) {
  margin-top: 1rem;
}
form input {
  border-radius: 0.25rem;
  font-weight: 500;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 544px) {
  form input {
    width: 100%;
  }
}
form {
  margin: 0;
  padding: 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
}
@media screen and (max-width: 544px) {
  form {
    width: 100%;
  }
}

.form-block {
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-control {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: auto;
}
.form-control:not(:focus):invalid {
  border-color: #FFC107;
}
.form-label {
  margin-bottom: 0.25rem;
}
.form-check-label {
  margin: 0;
  margin-left: 0.25rem;
}
.form-select {
  font-size: 100%;
}

.checkbox-label {
  margin: 0;
  margin-left: 0.25rem;
}

.searchbox {
  background-color: #fff;
  border-style: solid;
  border-radius: 0.25rem;
  overflow: visible !important;
}
.searchbox .form-control, .searchbox .form-select {
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.searchbox button:not([class]) {
  color: #03A9F4;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.searchbox input,
.searchbox textarea {
  margin-bottom: 0;
}

form input:only-of-type,
form textarea:only-of-type {
  margin-bottom: 0;
}

.auto-fill-primary:-webkit-autofill, .auto-fill-primary:-webkit-autofill:hover, .auto-fill-primary:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #03A9F4;
}
.auto-fill-secondary:-webkit-autofill, .auto-fill-secondary:-webkit-autofill:hover, .auto-fill-secondary:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #333;
}
.auto-fill-success:-webkit-autofill, .auto-fill-success:-webkit-autofill:hover, .auto-fill-success:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #28a745;
}
.auto-fill-info:-webkit-autofill, .auto-fill-info:-webkit-autofill:hover, .auto-fill-info:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #0DCAF0;
}
.auto-fill-warning:-webkit-autofill, .auto-fill-warning:-webkit-autofill:hover, .auto-fill-warning:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #FFC107;
}
.auto-fill-danger:-webkit-autofill, .auto-fill-danger:-webkit-autofill:hover, .auto-fill-danger:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #DC3545;
}
.auto-fill-light:-webkit-autofill, .auto-fill-light:-webkit-autofill:hover, .auto-fill-light:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #f5f5f5;
}
.auto-fill-dark:-webkit-autofill, .auto-fill-dark:-webkit-autofill:hover, .auto-fill-dark:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #212529;
}
.auto-fill-red:-webkit-autofill, .auto-fill-red:-webkit-autofill:hover, .auto-fill-red:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #F44336;
}
.auto-fill-green:-webkit-autofill, .auto-fill-green:-webkit-autofill:hover, .auto-fill-green:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #4CAF50;
}
.auto-fill-blue:-webkit-autofill, .auto-fill-blue:-webkit-autofill:hover, .auto-fill-blue:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #2196F3;
}
.auto-fill-black:-webkit-autofill, .auto-fill-black:-webkit-autofill:hover, .auto-fill-black:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #000;
}
.auto-fill-white:-webkit-autofill, .auto-fill-white:-webkit-autofill:hover, .auto-fill-white:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #fff;
}
.auto-fill-pink:-webkit-autofill, .auto-fill-pink:-webkit-autofill:hover, .auto-fill-pink:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #E91E63;
}
.auto-fill-purple:-webkit-autofill, .auto-fill-purple:-webkit-autofill:hover, .auto-fill-purple:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #9C27B0;
}
.auto-fill-indigo:-webkit-autofill, .auto-fill-indigo:-webkit-autofill:hover, .auto-fill-indigo:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #3E51B5;
}
.auto-fill-cyan:-webkit-autofill, .auto-fill-cyan:-webkit-autofill:hover, .auto-fill-cyan:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #00BCD4;
}
.auto-fill-teal:-webkit-autofill, .auto-fill-teal:-webkit-autofill:hover, .auto-fill-teal:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #009688;
}
.auto-fill-lime:-webkit-autofill, .auto-fill-lime:-webkit-autofill:hover, .auto-fill-lime:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #CDDC39;
}
.auto-fill-yellow:-webkit-autofill, .auto-fill-yellow:-webkit-autofill:hover, .auto-fill-yellow:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #FFEB3B;
}
.auto-fill-amber:-webkit-autofill, .auto-fill-amber:-webkit-autofill:hover, .auto-fill-amber:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #FFC107;
}
.auto-fill-orange:-webkit-autofill, .auto-fill-orange:-webkit-autofill:hover, .auto-fill-orange:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #FF9800;
}
.auto-fill-lightblue:-webkit-autofill, .auto-fill-lightblue:-webkit-autofill:hover, .auto-fill-lightblue:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #03A9F4;
}
.auto-fill-lightgreen:-webkit-autofill, .auto-fill-lightgreen:-webkit-autofill:hover, .auto-fill-lightgreen:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #76FF03;
}
.auto-fill-deeppurple:-webkit-autofill, .auto-fill-deeppurple:-webkit-autofill:hover, .auto-fill-deeppurple:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #673AB7;
}
.auto-fill-deeporange:-webkit-autofill, .auto-fill-deeporange:-webkit-autofill:hover, .auto-fill-deeporange:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #DD6E0F;
}
.auto-fill-brown:-webkit-autofill, .auto-fill-brown:-webkit-autofill:hover, .auto-fill-brown:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #964B00;
}
.auto-fill-grey:-webkit-autofill, .auto-fill-grey:-webkit-autofill:hover, .auto-fill-grey:-webkit-autofill:focus {
  transition: 0ms;
  box-shadow: inset 0 0 0 1000px #808080;
}

ol.decimal, ul.decimal {
  list-style-type: decimal;
}
ol.decimal-leading-zero, ul.decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
ol.lower-alpha, ul.lower-alpha {
  list-style-type: lower-alpha;
}
ol.lower-greek, ul.lower-greek {
  list-style-type: lower-greek;
}
ol.lower-latin, ul.lower-latin {
  list-style-type: lower-latin;
}
ol.lower-roman, ul.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-alpha, ul.upper-alpha {
  list-style-type: upper-alpha;
}
ol.upper-latin, ul.upper-latin {
  list-style-type: upper-latin;
}
ol.upper-roman, ul.upper-roman {
  list-style-type: upper-roman;
}
ol.armenian, ul.armenian {
  list-style-type: armenian;
}
ol.cjk-ideographic, ul.cjk-ideographic {
  list-style-type: cjk-ideographic;
}
ol.georgian, ul.georgian {
  list-style-type: georgian;
}
ol.hebrew, ul.hebrew {
  list-style-type: hebrew;
}
ol.hiragana, ul.hiragana {
  list-style-type: hiragana;
}
ol.hiragana-iroha, ul.hiragana-iroha {
  list-style-type: hiragana-iroha;
}
ol.katakana, ul.katakana {
  list-style-type: katakana;
}
ol.katakana-iroha, ul.katakana-iroha {
  list-style-type: katakana-iroha;
}
ol.circle, ul.circle {
  list-style-type: circle;
}
ol.disc, ul.disc {
  list-style-type: disc;
}
ol.square, ul.square {
  list-style-type: square;
}
ol li [href], ul li [href] {
  color: currentColor;
}

ul .item-decimal,
ol .item-decimal {
  list-style-type: decimal;
}
ul .item-decimal-leading-zero,
ol .item-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
ul .item-lower-alpha,
ol .item-lower-alpha {
  list-style-type: lower-alpha;
}
ul .item-lower-greek,
ol .item-lower-greek {
  list-style-type: lower-greek;
}
ul .item-lower-latin,
ol .item-lower-latin {
  list-style-type: lower-latin;
}
ul .item-lower-roman,
ol .item-lower-roman {
  list-style-type: lower-roman;
}
ul .item-upper-alpha,
ol .item-upper-alpha {
  list-style-type: upper-alpha;
}
ul .item-upper-latin,
ol .item-upper-latin {
  list-style-type: upper-latin;
}
ul .item-upper-roman,
ol .item-upper-roman {
  list-style-type: upper-roman;
}
ul .item-armenian,
ol .item-armenian {
  list-style-type: armenian;
}
ul .item-cjk-ideographic,
ol .item-cjk-ideographic {
  list-style-type: cjk-ideographic;
}
ul .item-georgian,
ol .item-georgian {
  list-style-type: georgian;
}
ul .item-hebrew,
ol .item-hebrew {
  list-style-type: hebrew;
}
ul .item-hiragana,
ol .item-hiragana {
  list-style-type: hiragana;
}
ul .item-hiragana-iroha,
ol .item-hiragana-iroha {
  list-style-type: hiragana-iroha;
}
ul .item-katakana,
ol .item-katakana {
  list-style-type: katakana;
}
ul .item-katakana-iroha,
ol .item-katakana-iroha {
  list-style-type: katakana-iroha;
}
ul .item-circle,
ol .item-circle {
  list-style-type: circle;
}
ul .item-disc,
ol .item-disc {
  list-style-type: disc;
}
ul .item-square,
ol .item-square {
  list-style-type: square;
}

progress {
  display: inline-block;
  appearance: none;
  background-color: #fff;
  border-radius: 999px;
  overflow: hidden;
  min-height: 3px;
  width: 350px;
  max-width: 100%;
}
progress:not([height]) {
  height: 5px;
}
progress::before {
  content: "";
  display: block;
  animation: loader;
  animation-timing-function: ease-out;
  background-color: #03A9F4;
  border-radius: inherit;
  overflow: hidden;
  height: 100%;
}
progress[value=""]::before {
  content: "";
  width: 1%;
}
progress:not([value])::before {
  width: 100%;
}
progress[value="1"]::before {
  animation-duration: 10ms;
  width: 1%;
}
progress[value="1"][class*=speed-10]::before {
  animation-duration: 10ms;
  width: 1%;
}
progress[value="1"][class*=speed-20]::before {
  animation-duration: 20ms;
  width: 1%;
}
progress[value="1"][class*=speed-30]::before {
  animation-duration: 30ms;
  width: 1%;
}
progress[value="1"][class*=speed-40]::before {
  animation-duration: 40ms;
  width: 1%;
}
progress[value="1"][class*=speed-50]::before {
  animation-duration: 50ms;
  width: 1%;
}
progress[value="1"][class*=speed-60]::before {
  animation-duration: 60ms;
  width: 1%;
}
progress[value="1"][class*=speed-70]::before {
  animation-duration: 70ms;
  width: 1%;
}
progress[value="1"][class*=speed-80]::before {
  animation-duration: 80ms;
  width: 1%;
}
progress[value="1"][class*=speed-90]::before {
  animation-duration: 90ms;
  width: 1%;
}
progress[value="1"][class*=speed-100]::before {
  animation-duration: 100ms;
  width: 1%;
}
progress[value="2"]::before {
  animation-duration: 20ms;
  width: 2%;
}
progress[value="2"][class*=speed-10]::before {
  animation-duration: 20ms;
  width: 2%;
}
progress[value="2"][class*=speed-20]::before {
  animation-duration: 40ms;
  width: 2%;
}
progress[value="2"][class*=speed-30]::before {
  animation-duration: 60ms;
  width: 2%;
}
progress[value="2"][class*=speed-40]::before {
  animation-duration: 80ms;
  width: 2%;
}
progress[value="2"][class*=speed-50]::before {
  animation-duration: 100ms;
  width: 2%;
}
progress[value="2"][class*=speed-60]::before {
  animation-duration: 120ms;
  width: 2%;
}
progress[value="2"][class*=speed-70]::before {
  animation-duration: 140ms;
  width: 2%;
}
progress[value="2"][class*=speed-80]::before {
  animation-duration: 160ms;
  width: 2%;
}
progress[value="2"][class*=speed-90]::before {
  animation-duration: 180ms;
  width: 2%;
}
progress[value="2"][class*=speed-100]::before {
  animation-duration: 200ms;
  width: 2%;
}
progress[value="3"]::before {
  animation-duration: 30ms;
  width: 3%;
}
progress[value="3"][class*=speed-10]::before {
  animation-duration: 30ms;
  width: 3%;
}
progress[value="3"][class*=speed-20]::before {
  animation-duration: 60ms;
  width: 3%;
}
progress[value="3"][class*=speed-30]::before {
  animation-duration: 90ms;
  width: 3%;
}
progress[value="3"][class*=speed-40]::before {
  animation-duration: 120ms;
  width: 3%;
}
progress[value="3"][class*=speed-50]::before {
  animation-duration: 150ms;
  width: 3%;
}
progress[value="3"][class*=speed-60]::before {
  animation-duration: 180ms;
  width: 3%;
}
progress[value="3"][class*=speed-70]::before {
  animation-duration: 210ms;
  width: 3%;
}
progress[value="3"][class*=speed-80]::before {
  animation-duration: 240ms;
  width: 3%;
}
progress[value="3"][class*=speed-90]::before {
  animation-duration: 270ms;
  width: 3%;
}
progress[value="3"][class*=speed-100]::before {
  animation-duration: 300ms;
  width: 3%;
}
progress[value="4"]::before {
  animation-duration: 40ms;
  width: 4%;
}
progress[value="4"][class*=speed-10]::before {
  animation-duration: 40ms;
  width: 4%;
}
progress[value="4"][class*=speed-20]::before {
  animation-duration: 80ms;
  width: 4%;
}
progress[value="4"][class*=speed-30]::before {
  animation-duration: 120ms;
  width: 4%;
}
progress[value="4"][class*=speed-40]::before {
  animation-duration: 160ms;
  width: 4%;
}
progress[value="4"][class*=speed-50]::before {
  animation-duration: 200ms;
  width: 4%;
}
progress[value="4"][class*=speed-60]::before {
  animation-duration: 240ms;
  width: 4%;
}
progress[value="4"][class*=speed-70]::before {
  animation-duration: 280ms;
  width: 4%;
}
progress[value="4"][class*=speed-80]::before {
  animation-duration: 320ms;
  width: 4%;
}
progress[value="4"][class*=speed-90]::before {
  animation-duration: 360ms;
  width: 4%;
}
progress[value="4"][class*=speed-100]::before {
  animation-duration: 400ms;
  width: 4%;
}
progress[value="5"]::before {
  animation-duration: 50ms;
  width: 5%;
}
progress[value="5"][class*=speed-10]::before {
  animation-duration: 50ms;
  width: 5%;
}
progress[value="5"][class*=speed-20]::before {
  animation-duration: 100ms;
  width: 5%;
}
progress[value="5"][class*=speed-30]::before {
  animation-duration: 150ms;
  width: 5%;
}
progress[value="5"][class*=speed-40]::before {
  animation-duration: 200ms;
  width: 5%;
}
progress[value="5"][class*=speed-50]::before {
  animation-duration: 250ms;
  width: 5%;
}
progress[value="5"][class*=speed-60]::before {
  animation-duration: 300ms;
  width: 5%;
}
progress[value="5"][class*=speed-70]::before {
  animation-duration: 350ms;
  width: 5%;
}
progress[value="5"][class*=speed-80]::before {
  animation-duration: 400ms;
  width: 5%;
}
progress[value="5"][class*=speed-90]::before {
  animation-duration: 450ms;
  width: 5%;
}
progress[value="5"][class*=speed-100]::before {
  animation-duration: 500ms;
  width: 5%;
}
progress[value="6"]::before {
  animation-duration: 60ms;
  width: 6%;
}
progress[value="6"][class*=speed-10]::before {
  animation-duration: 60ms;
  width: 6%;
}
progress[value="6"][class*=speed-20]::before {
  animation-duration: 120ms;
  width: 6%;
}
progress[value="6"][class*=speed-30]::before {
  animation-duration: 180ms;
  width: 6%;
}
progress[value="6"][class*=speed-40]::before {
  animation-duration: 240ms;
  width: 6%;
}
progress[value="6"][class*=speed-50]::before {
  animation-duration: 300ms;
  width: 6%;
}
progress[value="6"][class*=speed-60]::before {
  animation-duration: 360ms;
  width: 6%;
}
progress[value="6"][class*=speed-70]::before {
  animation-duration: 420ms;
  width: 6%;
}
progress[value="6"][class*=speed-80]::before {
  animation-duration: 480ms;
  width: 6%;
}
progress[value="6"][class*=speed-90]::before {
  animation-duration: 540ms;
  width: 6%;
}
progress[value="6"][class*=speed-100]::before {
  animation-duration: 600ms;
  width: 6%;
}
progress[value="7"]::before {
  animation-duration: 70ms;
  width: 7%;
}
progress[value="7"][class*=speed-10]::before {
  animation-duration: 70ms;
  width: 7%;
}
progress[value="7"][class*=speed-20]::before {
  animation-duration: 140ms;
  width: 7%;
}
progress[value="7"][class*=speed-30]::before {
  animation-duration: 210ms;
  width: 7%;
}
progress[value="7"][class*=speed-40]::before {
  animation-duration: 280ms;
  width: 7%;
}
progress[value="7"][class*=speed-50]::before {
  animation-duration: 350ms;
  width: 7%;
}
progress[value="7"][class*=speed-60]::before {
  animation-duration: 420ms;
  width: 7%;
}
progress[value="7"][class*=speed-70]::before {
  animation-duration: 490ms;
  width: 7%;
}
progress[value="7"][class*=speed-80]::before {
  animation-duration: 560ms;
  width: 7%;
}
progress[value="7"][class*=speed-90]::before {
  animation-duration: 630ms;
  width: 7%;
}
progress[value="7"][class*=speed-100]::before {
  animation-duration: 700ms;
  width: 7%;
}
progress[value="8"]::before {
  animation-duration: 80ms;
  width: 8%;
}
progress[value="8"][class*=speed-10]::before {
  animation-duration: 80ms;
  width: 8%;
}
progress[value="8"][class*=speed-20]::before {
  animation-duration: 160ms;
  width: 8%;
}
progress[value="8"][class*=speed-30]::before {
  animation-duration: 240ms;
  width: 8%;
}
progress[value="8"][class*=speed-40]::before {
  animation-duration: 320ms;
  width: 8%;
}
progress[value="8"][class*=speed-50]::before {
  animation-duration: 400ms;
  width: 8%;
}
progress[value="8"][class*=speed-60]::before {
  animation-duration: 480ms;
  width: 8%;
}
progress[value="8"][class*=speed-70]::before {
  animation-duration: 560ms;
  width: 8%;
}
progress[value="8"][class*=speed-80]::before {
  animation-duration: 640ms;
  width: 8%;
}
progress[value="8"][class*=speed-90]::before {
  animation-duration: 720ms;
  width: 8%;
}
progress[value="8"][class*=speed-100]::before {
  animation-duration: 800ms;
  width: 8%;
}
progress[value="9"]::before {
  animation-duration: 90ms;
  width: 9%;
}
progress[value="9"][class*=speed-10]::before {
  animation-duration: 90ms;
  width: 9%;
}
progress[value="9"][class*=speed-20]::before {
  animation-duration: 180ms;
  width: 9%;
}
progress[value="9"][class*=speed-30]::before {
  animation-duration: 270ms;
  width: 9%;
}
progress[value="9"][class*=speed-40]::before {
  animation-duration: 360ms;
  width: 9%;
}
progress[value="9"][class*=speed-50]::before {
  animation-duration: 450ms;
  width: 9%;
}
progress[value="9"][class*=speed-60]::before {
  animation-duration: 540ms;
  width: 9%;
}
progress[value="9"][class*=speed-70]::before {
  animation-duration: 630ms;
  width: 9%;
}
progress[value="9"][class*=speed-80]::before {
  animation-duration: 720ms;
  width: 9%;
}
progress[value="9"][class*=speed-90]::before {
  animation-duration: 810ms;
  width: 9%;
}
progress[value="9"][class*=speed-100]::before {
  animation-duration: 900ms;
  width: 9%;
}
progress[value="10"]::before {
  animation-duration: 100ms;
  width: 10%;
}
progress[value="10"][class*=speed-10]::before {
  animation-duration: 100ms;
  width: 10%;
}
progress[value="10"][class*=speed-20]::before {
  animation-duration: 200ms;
  width: 10%;
}
progress[value="10"][class*=speed-30]::before {
  animation-duration: 300ms;
  width: 10%;
}
progress[value="10"][class*=speed-40]::before {
  animation-duration: 400ms;
  width: 10%;
}
progress[value="10"][class*=speed-50]::before {
  animation-duration: 500ms;
  width: 10%;
}
progress[value="10"][class*=speed-60]::before {
  animation-duration: 600ms;
  width: 10%;
}
progress[value="10"][class*=speed-70]::before {
  animation-duration: 700ms;
  width: 10%;
}
progress[value="10"][class*=speed-80]::before {
  animation-duration: 800ms;
  width: 10%;
}
progress[value="10"][class*=speed-90]::before {
  animation-duration: 900ms;
  width: 10%;
}
progress[value="10"][class*=speed-100]::before {
  animation-duration: 1000ms;
  width: 10%;
}
progress[value="11"]::before {
  animation-duration: 110ms;
  width: 11%;
}
progress[value="11"][class*=speed-10]::before {
  animation-duration: 110ms;
  width: 11%;
}
progress[value="11"][class*=speed-20]::before {
  animation-duration: 220ms;
  width: 11%;
}
progress[value="11"][class*=speed-30]::before {
  animation-duration: 330ms;
  width: 11%;
}
progress[value="11"][class*=speed-40]::before {
  animation-duration: 440ms;
  width: 11%;
}
progress[value="11"][class*=speed-50]::before {
  animation-duration: 550ms;
  width: 11%;
}
progress[value="11"][class*=speed-60]::before {
  animation-duration: 660ms;
  width: 11%;
}
progress[value="11"][class*=speed-70]::before {
  animation-duration: 770ms;
  width: 11%;
}
progress[value="11"][class*=speed-80]::before {
  animation-duration: 880ms;
  width: 11%;
}
progress[value="11"][class*=speed-90]::before {
  animation-duration: 990ms;
  width: 11%;
}
progress[value="11"][class*=speed-100]::before {
  animation-duration: 1100ms;
  width: 11%;
}
progress[value="12"]::before {
  animation-duration: 120ms;
  width: 12%;
}
progress[value="12"][class*=speed-10]::before {
  animation-duration: 120ms;
  width: 12%;
}
progress[value="12"][class*=speed-20]::before {
  animation-duration: 240ms;
  width: 12%;
}
progress[value="12"][class*=speed-30]::before {
  animation-duration: 360ms;
  width: 12%;
}
progress[value="12"][class*=speed-40]::before {
  animation-duration: 480ms;
  width: 12%;
}
progress[value="12"][class*=speed-50]::before {
  animation-duration: 600ms;
  width: 12%;
}
progress[value="12"][class*=speed-60]::before {
  animation-duration: 720ms;
  width: 12%;
}
progress[value="12"][class*=speed-70]::before {
  animation-duration: 840ms;
  width: 12%;
}
progress[value="12"][class*=speed-80]::before {
  animation-duration: 960ms;
  width: 12%;
}
progress[value="12"][class*=speed-90]::before {
  animation-duration: 1080ms;
  width: 12%;
}
progress[value="12"][class*=speed-100]::before {
  animation-duration: 1200ms;
  width: 12%;
}
progress[value="13"]::before {
  animation-duration: 130ms;
  width: 13%;
}
progress[value="13"][class*=speed-10]::before {
  animation-duration: 130ms;
  width: 13%;
}
progress[value="13"][class*=speed-20]::before {
  animation-duration: 260ms;
  width: 13%;
}
progress[value="13"][class*=speed-30]::before {
  animation-duration: 390ms;
  width: 13%;
}
progress[value="13"][class*=speed-40]::before {
  animation-duration: 520ms;
  width: 13%;
}
progress[value="13"][class*=speed-50]::before {
  animation-duration: 650ms;
  width: 13%;
}
progress[value="13"][class*=speed-60]::before {
  animation-duration: 780ms;
  width: 13%;
}
progress[value="13"][class*=speed-70]::before {
  animation-duration: 910ms;
  width: 13%;
}
progress[value="13"][class*=speed-80]::before {
  animation-duration: 1040ms;
  width: 13%;
}
progress[value="13"][class*=speed-90]::before {
  animation-duration: 1170ms;
  width: 13%;
}
progress[value="13"][class*=speed-100]::before {
  animation-duration: 1300ms;
  width: 13%;
}
progress[value="14"]::before {
  animation-duration: 140ms;
  width: 14%;
}
progress[value="14"][class*=speed-10]::before {
  animation-duration: 140ms;
  width: 14%;
}
progress[value="14"][class*=speed-20]::before {
  animation-duration: 280ms;
  width: 14%;
}
progress[value="14"][class*=speed-30]::before {
  animation-duration: 420ms;
  width: 14%;
}
progress[value="14"][class*=speed-40]::before {
  animation-duration: 560ms;
  width: 14%;
}
progress[value="14"][class*=speed-50]::before {
  animation-duration: 700ms;
  width: 14%;
}
progress[value="14"][class*=speed-60]::before {
  animation-duration: 840ms;
  width: 14%;
}
progress[value="14"][class*=speed-70]::before {
  animation-duration: 980ms;
  width: 14%;
}
progress[value="14"][class*=speed-80]::before {
  animation-duration: 1120ms;
  width: 14%;
}
progress[value="14"][class*=speed-90]::before {
  animation-duration: 1260ms;
  width: 14%;
}
progress[value="14"][class*=speed-100]::before {
  animation-duration: 1400ms;
  width: 14%;
}
progress[value="15"]::before {
  animation-duration: 150ms;
  width: 15%;
}
progress[value="15"][class*=speed-10]::before {
  animation-duration: 150ms;
  width: 15%;
}
progress[value="15"][class*=speed-20]::before {
  animation-duration: 300ms;
  width: 15%;
}
progress[value="15"][class*=speed-30]::before {
  animation-duration: 450ms;
  width: 15%;
}
progress[value="15"][class*=speed-40]::before {
  animation-duration: 600ms;
  width: 15%;
}
progress[value="15"][class*=speed-50]::before {
  animation-duration: 750ms;
  width: 15%;
}
progress[value="15"][class*=speed-60]::before {
  animation-duration: 900ms;
  width: 15%;
}
progress[value="15"][class*=speed-70]::before {
  animation-duration: 1050ms;
  width: 15%;
}
progress[value="15"][class*=speed-80]::before {
  animation-duration: 1200ms;
  width: 15%;
}
progress[value="15"][class*=speed-90]::before {
  animation-duration: 1350ms;
  width: 15%;
}
progress[value="15"][class*=speed-100]::before {
  animation-duration: 1500ms;
  width: 15%;
}
progress[value="16"]::before {
  animation-duration: 160ms;
  width: 16%;
}
progress[value="16"][class*=speed-10]::before {
  animation-duration: 160ms;
  width: 16%;
}
progress[value="16"][class*=speed-20]::before {
  animation-duration: 320ms;
  width: 16%;
}
progress[value="16"][class*=speed-30]::before {
  animation-duration: 480ms;
  width: 16%;
}
progress[value="16"][class*=speed-40]::before {
  animation-duration: 640ms;
  width: 16%;
}
progress[value="16"][class*=speed-50]::before {
  animation-duration: 800ms;
  width: 16%;
}
progress[value="16"][class*=speed-60]::before {
  animation-duration: 960ms;
  width: 16%;
}
progress[value="16"][class*=speed-70]::before {
  animation-duration: 1120ms;
  width: 16%;
}
progress[value="16"][class*=speed-80]::before {
  animation-duration: 1280ms;
  width: 16%;
}
progress[value="16"][class*=speed-90]::before {
  animation-duration: 1440ms;
  width: 16%;
}
progress[value="16"][class*=speed-100]::before {
  animation-duration: 1600ms;
  width: 16%;
}
progress[value="17"]::before {
  animation-duration: 170ms;
  width: 17%;
}
progress[value="17"][class*=speed-10]::before {
  animation-duration: 170ms;
  width: 17%;
}
progress[value="17"][class*=speed-20]::before {
  animation-duration: 340ms;
  width: 17%;
}
progress[value="17"][class*=speed-30]::before {
  animation-duration: 510ms;
  width: 17%;
}
progress[value="17"][class*=speed-40]::before {
  animation-duration: 680ms;
  width: 17%;
}
progress[value="17"][class*=speed-50]::before {
  animation-duration: 850ms;
  width: 17%;
}
progress[value="17"][class*=speed-60]::before {
  animation-duration: 1020ms;
  width: 17%;
}
progress[value="17"][class*=speed-70]::before {
  animation-duration: 1190ms;
  width: 17%;
}
progress[value="17"][class*=speed-80]::before {
  animation-duration: 1360ms;
  width: 17%;
}
progress[value="17"][class*=speed-90]::before {
  animation-duration: 1530ms;
  width: 17%;
}
progress[value="17"][class*=speed-100]::before {
  animation-duration: 1700ms;
  width: 17%;
}
progress[value="18"]::before {
  animation-duration: 180ms;
  width: 18%;
}
progress[value="18"][class*=speed-10]::before {
  animation-duration: 180ms;
  width: 18%;
}
progress[value="18"][class*=speed-20]::before {
  animation-duration: 360ms;
  width: 18%;
}
progress[value="18"][class*=speed-30]::before {
  animation-duration: 540ms;
  width: 18%;
}
progress[value="18"][class*=speed-40]::before {
  animation-duration: 720ms;
  width: 18%;
}
progress[value="18"][class*=speed-50]::before {
  animation-duration: 900ms;
  width: 18%;
}
progress[value="18"][class*=speed-60]::before {
  animation-duration: 1080ms;
  width: 18%;
}
progress[value="18"][class*=speed-70]::before {
  animation-duration: 1260ms;
  width: 18%;
}
progress[value="18"][class*=speed-80]::before {
  animation-duration: 1440ms;
  width: 18%;
}
progress[value="18"][class*=speed-90]::before {
  animation-duration: 1620ms;
  width: 18%;
}
progress[value="18"][class*=speed-100]::before {
  animation-duration: 1800ms;
  width: 18%;
}
progress[value="19"]::before {
  animation-duration: 190ms;
  width: 19%;
}
progress[value="19"][class*=speed-10]::before {
  animation-duration: 190ms;
  width: 19%;
}
progress[value="19"][class*=speed-20]::before {
  animation-duration: 380ms;
  width: 19%;
}
progress[value="19"][class*=speed-30]::before {
  animation-duration: 570ms;
  width: 19%;
}
progress[value="19"][class*=speed-40]::before {
  animation-duration: 760ms;
  width: 19%;
}
progress[value="19"][class*=speed-50]::before {
  animation-duration: 950ms;
  width: 19%;
}
progress[value="19"][class*=speed-60]::before {
  animation-duration: 1140ms;
  width: 19%;
}
progress[value="19"][class*=speed-70]::before {
  animation-duration: 1330ms;
  width: 19%;
}
progress[value="19"][class*=speed-80]::before {
  animation-duration: 1520ms;
  width: 19%;
}
progress[value="19"][class*=speed-90]::before {
  animation-duration: 1710ms;
  width: 19%;
}
progress[value="19"][class*=speed-100]::before {
  animation-duration: 1900ms;
  width: 19%;
}
progress[value="20"]::before {
  animation-duration: 200ms;
  width: 20%;
}
progress[value="20"][class*=speed-10]::before {
  animation-duration: 200ms;
  width: 20%;
}
progress[value="20"][class*=speed-20]::before {
  animation-duration: 400ms;
  width: 20%;
}
progress[value="20"][class*=speed-30]::before {
  animation-duration: 600ms;
  width: 20%;
}
progress[value="20"][class*=speed-40]::before {
  animation-duration: 800ms;
  width: 20%;
}
progress[value="20"][class*=speed-50]::before {
  animation-duration: 1000ms;
  width: 20%;
}
progress[value="20"][class*=speed-60]::before {
  animation-duration: 1200ms;
  width: 20%;
}
progress[value="20"][class*=speed-70]::before {
  animation-duration: 1400ms;
  width: 20%;
}
progress[value="20"][class*=speed-80]::before {
  animation-duration: 1600ms;
  width: 20%;
}
progress[value="20"][class*=speed-90]::before {
  animation-duration: 1800ms;
  width: 20%;
}
progress[value="20"][class*=speed-100]::before {
  animation-duration: 2000ms;
  width: 20%;
}
progress[value="21"]::before {
  animation-duration: 210ms;
  width: 21%;
}
progress[value="21"][class*=speed-10]::before {
  animation-duration: 210ms;
  width: 21%;
}
progress[value="21"][class*=speed-20]::before {
  animation-duration: 420ms;
  width: 21%;
}
progress[value="21"][class*=speed-30]::before {
  animation-duration: 630ms;
  width: 21%;
}
progress[value="21"][class*=speed-40]::before {
  animation-duration: 840ms;
  width: 21%;
}
progress[value="21"][class*=speed-50]::before {
  animation-duration: 1050ms;
  width: 21%;
}
progress[value="21"][class*=speed-60]::before {
  animation-duration: 1260ms;
  width: 21%;
}
progress[value="21"][class*=speed-70]::before {
  animation-duration: 1470ms;
  width: 21%;
}
progress[value="21"][class*=speed-80]::before {
  animation-duration: 1680ms;
  width: 21%;
}
progress[value="21"][class*=speed-90]::before {
  animation-duration: 1890ms;
  width: 21%;
}
progress[value="21"][class*=speed-100]::before {
  animation-duration: 2100ms;
  width: 21%;
}
progress[value="22"]::before {
  animation-duration: 220ms;
  width: 22%;
}
progress[value="22"][class*=speed-10]::before {
  animation-duration: 220ms;
  width: 22%;
}
progress[value="22"][class*=speed-20]::before {
  animation-duration: 440ms;
  width: 22%;
}
progress[value="22"][class*=speed-30]::before {
  animation-duration: 660ms;
  width: 22%;
}
progress[value="22"][class*=speed-40]::before {
  animation-duration: 880ms;
  width: 22%;
}
progress[value="22"][class*=speed-50]::before {
  animation-duration: 1100ms;
  width: 22%;
}
progress[value="22"][class*=speed-60]::before {
  animation-duration: 1320ms;
  width: 22%;
}
progress[value="22"][class*=speed-70]::before {
  animation-duration: 1540ms;
  width: 22%;
}
progress[value="22"][class*=speed-80]::before {
  animation-duration: 1760ms;
  width: 22%;
}
progress[value="22"][class*=speed-90]::before {
  animation-duration: 1980ms;
  width: 22%;
}
progress[value="22"][class*=speed-100]::before {
  animation-duration: 2200ms;
  width: 22%;
}
progress[value="23"]::before {
  animation-duration: 230ms;
  width: 23%;
}
progress[value="23"][class*=speed-10]::before {
  animation-duration: 230ms;
  width: 23%;
}
progress[value="23"][class*=speed-20]::before {
  animation-duration: 460ms;
  width: 23%;
}
progress[value="23"][class*=speed-30]::before {
  animation-duration: 690ms;
  width: 23%;
}
progress[value="23"][class*=speed-40]::before {
  animation-duration: 920ms;
  width: 23%;
}
progress[value="23"][class*=speed-50]::before {
  animation-duration: 1150ms;
  width: 23%;
}
progress[value="23"][class*=speed-60]::before {
  animation-duration: 1380ms;
  width: 23%;
}
progress[value="23"][class*=speed-70]::before {
  animation-duration: 1610ms;
  width: 23%;
}
progress[value="23"][class*=speed-80]::before {
  animation-duration: 1840ms;
  width: 23%;
}
progress[value="23"][class*=speed-90]::before {
  animation-duration: 2070ms;
  width: 23%;
}
progress[value="23"][class*=speed-100]::before {
  animation-duration: 2300ms;
  width: 23%;
}
progress[value="24"]::before {
  animation-duration: 240ms;
  width: 24%;
}
progress[value="24"][class*=speed-10]::before {
  animation-duration: 240ms;
  width: 24%;
}
progress[value="24"][class*=speed-20]::before {
  animation-duration: 480ms;
  width: 24%;
}
progress[value="24"][class*=speed-30]::before {
  animation-duration: 720ms;
  width: 24%;
}
progress[value="24"][class*=speed-40]::before {
  animation-duration: 960ms;
  width: 24%;
}
progress[value="24"][class*=speed-50]::before {
  animation-duration: 1200ms;
  width: 24%;
}
progress[value="24"][class*=speed-60]::before {
  animation-duration: 1440ms;
  width: 24%;
}
progress[value="24"][class*=speed-70]::before {
  animation-duration: 1680ms;
  width: 24%;
}
progress[value="24"][class*=speed-80]::before {
  animation-duration: 1920ms;
  width: 24%;
}
progress[value="24"][class*=speed-90]::before {
  animation-duration: 2160ms;
  width: 24%;
}
progress[value="24"][class*=speed-100]::before {
  animation-duration: 2400ms;
  width: 24%;
}
progress[value="25"]::before {
  animation-duration: 250ms;
  width: 25%;
}
progress[value="25"][class*=speed-10]::before {
  animation-duration: 250ms;
  width: 25%;
}
progress[value="25"][class*=speed-20]::before {
  animation-duration: 500ms;
  width: 25%;
}
progress[value="25"][class*=speed-30]::before {
  animation-duration: 750ms;
  width: 25%;
}
progress[value="25"][class*=speed-40]::before {
  animation-duration: 1000ms;
  width: 25%;
}
progress[value="25"][class*=speed-50]::before {
  animation-duration: 1250ms;
  width: 25%;
}
progress[value="25"][class*=speed-60]::before {
  animation-duration: 1500ms;
  width: 25%;
}
progress[value="25"][class*=speed-70]::before {
  animation-duration: 1750ms;
  width: 25%;
}
progress[value="25"][class*=speed-80]::before {
  animation-duration: 2000ms;
  width: 25%;
}
progress[value="25"][class*=speed-90]::before {
  animation-duration: 2250ms;
  width: 25%;
}
progress[value="25"][class*=speed-100]::before {
  animation-duration: 2500ms;
  width: 25%;
}
progress[value="26"]::before {
  animation-duration: 260ms;
  width: 26%;
}
progress[value="26"][class*=speed-10]::before {
  animation-duration: 260ms;
  width: 26%;
}
progress[value="26"][class*=speed-20]::before {
  animation-duration: 520ms;
  width: 26%;
}
progress[value="26"][class*=speed-30]::before {
  animation-duration: 780ms;
  width: 26%;
}
progress[value="26"][class*=speed-40]::before {
  animation-duration: 1040ms;
  width: 26%;
}
progress[value="26"][class*=speed-50]::before {
  animation-duration: 1300ms;
  width: 26%;
}
progress[value="26"][class*=speed-60]::before {
  animation-duration: 1560ms;
  width: 26%;
}
progress[value="26"][class*=speed-70]::before {
  animation-duration: 1820ms;
  width: 26%;
}
progress[value="26"][class*=speed-80]::before {
  animation-duration: 2080ms;
  width: 26%;
}
progress[value="26"][class*=speed-90]::before {
  animation-duration: 2340ms;
  width: 26%;
}
progress[value="26"][class*=speed-100]::before {
  animation-duration: 2600ms;
  width: 26%;
}
progress[value="27"]::before {
  animation-duration: 270ms;
  width: 27%;
}
progress[value="27"][class*=speed-10]::before {
  animation-duration: 270ms;
  width: 27%;
}
progress[value="27"][class*=speed-20]::before {
  animation-duration: 540ms;
  width: 27%;
}
progress[value="27"][class*=speed-30]::before {
  animation-duration: 810ms;
  width: 27%;
}
progress[value="27"][class*=speed-40]::before {
  animation-duration: 1080ms;
  width: 27%;
}
progress[value="27"][class*=speed-50]::before {
  animation-duration: 1350ms;
  width: 27%;
}
progress[value="27"][class*=speed-60]::before {
  animation-duration: 1620ms;
  width: 27%;
}
progress[value="27"][class*=speed-70]::before {
  animation-duration: 1890ms;
  width: 27%;
}
progress[value="27"][class*=speed-80]::before {
  animation-duration: 2160ms;
  width: 27%;
}
progress[value="27"][class*=speed-90]::before {
  animation-duration: 2430ms;
  width: 27%;
}
progress[value="27"][class*=speed-100]::before {
  animation-duration: 2700ms;
  width: 27%;
}
progress[value="28"]::before {
  animation-duration: 280ms;
  width: 28%;
}
progress[value="28"][class*=speed-10]::before {
  animation-duration: 280ms;
  width: 28%;
}
progress[value="28"][class*=speed-20]::before {
  animation-duration: 560ms;
  width: 28%;
}
progress[value="28"][class*=speed-30]::before {
  animation-duration: 840ms;
  width: 28%;
}
progress[value="28"][class*=speed-40]::before {
  animation-duration: 1120ms;
  width: 28%;
}
progress[value="28"][class*=speed-50]::before {
  animation-duration: 1400ms;
  width: 28%;
}
progress[value="28"][class*=speed-60]::before {
  animation-duration: 1680ms;
  width: 28%;
}
progress[value="28"][class*=speed-70]::before {
  animation-duration: 1960ms;
  width: 28%;
}
progress[value="28"][class*=speed-80]::before {
  animation-duration: 2240ms;
  width: 28%;
}
progress[value="28"][class*=speed-90]::before {
  animation-duration: 2520ms;
  width: 28%;
}
progress[value="28"][class*=speed-100]::before {
  animation-duration: 2800ms;
  width: 28%;
}
progress[value="29"]::before {
  animation-duration: 290ms;
  width: 29%;
}
progress[value="29"][class*=speed-10]::before {
  animation-duration: 290ms;
  width: 29%;
}
progress[value="29"][class*=speed-20]::before {
  animation-duration: 580ms;
  width: 29%;
}
progress[value="29"][class*=speed-30]::before {
  animation-duration: 870ms;
  width: 29%;
}
progress[value="29"][class*=speed-40]::before {
  animation-duration: 1160ms;
  width: 29%;
}
progress[value="29"][class*=speed-50]::before {
  animation-duration: 1450ms;
  width: 29%;
}
progress[value="29"][class*=speed-60]::before {
  animation-duration: 1740ms;
  width: 29%;
}
progress[value="29"][class*=speed-70]::before {
  animation-duration: 2030ms;
  width: 29%;
}
progress[value="29"][class*=speed-80]::before {
  animation-duration: 2320ms;
  width: 29%;
}
progress[value="29"][class*=speed-90]::before {
  animation-duration: 2610ms;
  width: 29%;
}
progress[value="29"][class*=speed-100]::before {
  animation-duration: 2900ms;
  width: 29%;
}
progress[value="30"]::before {
  animation-duration: 300ms;
  width: 30%;
}
progress[value="30"][class*=speed-10]::before {
  animation-duration: 300ms;
  width: 30%;
}
progress[value="30"][class*=speed-20]::before {
  animation-duration: 600ms;
  width: 30%;
}
progress[value="30"][class*=speed-30]::before {
  animation-duration: 900ms;
  width: 30%;
}
progress[value="30"][class*=speed-40]::before {
  animation-duration: 1200ms;
  width: 30%;
}
progress[value="30"][class*=speed-50]::before {
  animation-duration: 1500ms;
  width: 30%;
}
progress[value="30"][class*=speed-60]::before {
  animation-duration: 1800ms;
  width: 30%;
}
progress[value="30"][class*=speed-70]::before {
  animation-duration: 2100ms;
  width: 30%;
}
progress[value="30"][class*=speed-80]::before {
  animation-duration: 2400ms;
  width: 30%;
}
progress[value="30"][class*=speed-90]::before {
  animation-duration: 2700ms;
  width: 30%;
}
progress[value="30"][class*=speed-100]::before {
  animation-duration: 3000ms;
  width: 30%;
}
progress[value="31"]::before {
  animation-duration: 310ms;
  width: 31%;
}
progress[value="31"][class*=speed-10]::before {
  animation-duration: 310ms;
  width: 31%;
}
progress[value="31"][class*=speed-20]::before {
  animation-duration: 620ms;
  width: 31%;
}
progress[value="31"][class*=speed-30]::before {
  animation-duration: 930ms;
  width: 31%;
}
progress[value="31"][class*=speed-40]::before {
  animation-duration: 1240ms;
  width: 31%;
}
progress[value="31"][class*=speed-50]::before {
  animation-duration: 1550ms;
  width: 31%;
}
progress[value="31"][class*=speed-60]::before {
  animation-duration: 1860ms;
  width: 31%;
}
progress[value="31"][class*=speed-70]::before {
  animation-duration: 2170ms;
  width: 31%;
}
progress[value="31"][class*=speed-80]::before {
  animation-duration: 2480ms;
  width: 31%;
}
progress[value="31"][class*=speed-90]::before {
  animation-duration: 2790ms;
  width: 31%;
}
progress[value="31"][class*=speed-100]::before {
  animation-duration: 3100ms;
  width: 31%;
}
progress[value="32"]::before {
  animation-duration: 320ms;
  width: 32%;
}
progress[value="32"][class*=speed-10]::before {
  animation-duration: 320ms;
  width: 32%;
}
progress[value="32"][class*=speed-20]::before {
  animation-duration: 640ms;
  width: 32%;
}
progress[value="32"][class*=speed-30]::before {
  animation-duration: 960ms;
  width: 32%;
}
progress[value="32"][class*=speed-40]::before {
  animation-duration: 1280ms;
  width: 32%;
}
progress[value="32"][class*=speed-50]::before {
  animation-duration: 1600ms;
  width: 32%;
}
progress[value="32"][class*=speed-60]::before {
  animation-duration: 1920ms;
  width: 32%;
}
progress[value="32"][class*=speed-70]::before {
  animation-duration: 2240ms;
  width: 32%;
}
progress[value="32"][class*=speed-80]::before {
  animation-duration: 2560ms;
  width: 32%;
}
progress[value="32"][class*=speed-90]::before {
  animation-duration: 2880ms;
  width: 32%;
}
progress[value="32"][class*=speed-100]::before {
  animation-duration: 3200ms;
  width: 32%;
}
progress[value="33"]::before {
  animation-duration: 330ms;
  width: 33%;
}
progress[value="33"][class*=speed-10]::before {
  animation-duration: 330ms;
  width: 33%;
}
progress[value="33"][class*=speed-20]::before {
  animation-duration: 660ms;
  width: 33%;
}
progress[value="33"][class*=speed-30]::before {
  animation-duration: 990ms;
  width: 33%;
}
progress[value="33"][class*=speed-40]::before {
  animation-duration: 1320ms;
  width: 33%;
}
progress[value="33"][class*=speed-50]::before {
  animation-duration: 1650ms;
  width: 33%;
}
progress[value="33"][class*=speed-60]::before {
  animation-duration: 1980ms;
  width: 33%;
}
progress[value="33"][class*=speed-70]::before {
  animation-duration: 2310ms;
  width: 33%;
}
progress[value="33"][class*=speed-80]::before {
  animation-duration: 2640ms;
  width: 33%;
}
progress[value="33"][class*=speed-90]::before {
  animation-duration: 2970ms;
  width: 33%;
}
progress[value="33"][class*=speed-100]::before {
  animation-duration: 3300ms;
  width: 33%;
}
progress[value="34"]::before {
  animation-duration: 340ms;
  width: 34%;
}
progress[value="34"][class*=speed-10]::before {
  animation-duration: 340ms;
  width: 34%;
}
progress[value="34"][class*=speed-20]::before {
  animation-duration: 680ms;
  width: 34%;
}
progress[value="34"][class*=speed-30]::before {
  animation-duration: 1020ms;
  width: 34%;
}
progress[value="34"][class*=speed-40]::before {
  animation-duration: 1360ms;
  width: 34%;
}
progress[value="34"][class*=speed-50]::before {
  animation-duration: 1700ms;
  width: 34%;
}
progress[value="34"][class*=speed-60]::before {
  animation-duration: 2040ms;
  width: 34%;
}
progress[value="34"][class*=speed-70]::before {
  animation-duration: 2380ms;
  width: 34%;
}
progress[value="34"][class*=speed-80]::before {
  animation-duration: 2720ms;
  width: 34%;
}
progress[value="34"][class*=speed-90]::before {
  animation-duration: 3060ms;
  width: 34%;
}
progress[value="34"][class*=speed-100]::before {
  animation-duration: 3400ms;
  width: 34%;
}
progress[value="35"]::before {
  animation-duration: 350ms;
  width: 35%;
}
progress[value="35"][class*=speed-10]::before {
  animation-duration: 350ms;
  width: 35%;
}
progress[value="35"][class*=speed-20]::before {
  animation-duration: 700ms;
  width: 35%;
}
progress[value="35"][class*=speed-30]::before {
  animation-duration: 1050ms;
  width: 35%;
}
progress[value="35"][class*=speed-40]::before {
  animation-duration: 1400ms;
  width: 35%;
}
progress[value="35"][class*=speed-50]::before {
  animation-duration: 1750ms;
  width: 35%;
}
progress[value="35"][class*=speed-60]::before {
  animation-duration: 2100ms;
  width: 35%;
}
progress[value="35"][class*=speed-70]::before {
  animation-duration: 2450ms;
  width: 35%;
}
progress[value="35"][class*=speed-80]::before {
  animation-duration: 2800ms;
  width: 35%;
}
progress[value="35"][class*=speed-90]::before {
  animation-duration: 3150ms;
  width: 35%;
}
progress[value="35"][class*=speed-100]::before {
  animation-duration: 3500ms;
  width: 35%;
}
progress[value="36"]::before {
  animation-duration: 360ms;
  width: 36%;
}
progress[value="36"][class*=speed-10]::before {
  animation-duration: 360ms;
  width: 36%;
}
progress[value="36"][class*=speed-20]::before {
  animation-duration: 720ms;
  width: 36%;
}
progress[value="36"][class*=speed-30]::before {
  animation-duration: 1080ms;
  width: 36%;
}
progress[value="36"][class*=speed-40]::before {
  animation-duration: 1440ms;
  width: 36%;
}
progress[value="36"][class*=speed-50]::before {
  animation-duration: 1800ms;
  width: 36%;
}
progress[value="36"][class*=speed-60]::before {
  animation-duration: 2160ms;
  width: 36%;
}
progress[value="36"][class*=speed-70]::before {
  animation-duration: 2520ms;
  width: 36%;
}
progress[value="36"][class*=speed-80]::before {
  animation-duration: 2880ms;
  width: 36%;
}
progress[value="36"][class*=speed-90]::before {
  animation-duration: 3240ms;
  width: 36%;
}
progress[value="36"][class*=speed-100]::before {
  animation-duration: 3600ms;
  width: 36%;
}
progress[value="37"]::before {
  animation-duration: 370ms;
  width: 37%;
}
progress[value="37"][class*=speed-10]::before {
  animation-duration: 370ms;
  width: 37%;
}
progress[value="37"][class*=speed-20]::before {
  animation-duration: 740ms;
  width: 37%;
}
progress[value="37"][class*=speed-30]::before {
  animation-duration: 1110ms;
  width: 37%;
}
progress[value="37"][class*=speed-40]::before {
  animation-duration: 1480ms;
  width: 37%;
}
progress[value="37"][class*=speed-50]::before {
  animation-duration: 1850ms;
  width: 37%;
}
progress[value="37"][class*=speed-60]::before {
  animation-duration: 2220ms;
  width: 37%;
}
progress[value="37"][class*=speed-70]::before {
  animation-duration: 2590ms;
  width: 37%;
}
progress[value="37"][class*=speed-80]::before {
  animation-duration: 2960ms;
  width: 37%;
}
progress[value="37"][class*=speed-90]::before {
  animation-duration: 3330ms;
  width: 37%;
}
progress[value="37"][class*=speed-100]::before {
  animation-duration: 3700ms;
  width: 37%;
}
progress[value="38"]::before {
  animation-duration: 380ms;
  width: 38%;
}
progress[value="38"][class*=speed-10]::before {
  animation-duration: 380ms;
  width: 38%;
}
progress[value="38"][class*=speed-20]::before {
  animation-duration: 760ms;
  width: 38%;
}
progress[value="38"][class*=speed-30]::before {
  animation-duration: 1140ms;
  width: 38%;
}
progress[value="38"][class*=speed-40]::before {
  animation-duration: 1520ms;
  width: 38%;
}
progress[value="38"][class*=speed-50]::before {
  animation-duration: 1900ms;
  width: 38%;
}
progress[value="38"][class*=speed-60]::before {
  animation-duration: 2280ms;
  width: 38%;
}
progress[value="38"][class*=speed-70]::before {
  animation-duration: 2660ms;
  width: 38%;
}
progress[value="38"][class*=speed-80]::before {
  animation-duration: 3040ms;
  width: 38%;
}
progress[value="38"][class*=speed-90]::before {
  animation-duration: 3420ms;
  width: 38%;
}
progress[value="38"][class*=speed-100]::before {
  animation-duration: 3800ms;
  width: 38%;
}
progress[value="39"]::before {
  animation-duration: 390ms;
  width: 39%;
}
progress[value="39"][class*=speed-10]::before {
  animation-duration: 390ms;
  width: 39%;
}
progress[value="39"][class*=speed-20]::before {
  animation-duration: 780ms;
  width: 39%;
}
progress[value="39"][class*=speed-30]::before {
  animation-duration: 1170ms;
  width: 39%;
}
progress[value="39"][class*=speed-40]::before {
  animation-duration: 1560ms;
  width: 39%;
}
progress[value="39"][class*=speed-50]::before {
  animation-duration: 1950ms;
  width: 39%;
}
progress[value="39"][class*=speed-60]::before {
  animation-duration: 2340ms;
  width: 39%;
}
progress[value="39"][class*=speed-70]::before {
  animation-duration: 2730ms;
  width: 39%;
}
progress[value="39"][class*=speed-80]::before {
  animation-duration: 3120ms;
  width: 39%;
}
progress[value="39"][class*=speed-90]::before {
  animation-duration: 3510ms;
  width: 39%;
}
progress[value="39"][class*=speed-100]::before {
  animation-duration: 3900ms;
  width: 39%;
}
progress[value="40"]::before {
  animation-duration: 400ms;
  width: 40%;
}
progress[value="40"][class*=speed-10]::before {
  animation-duration: 400ms;
  width: 40%;
}
progress[value="40"][class*=speed-20]::before {
  animation-duration: 800ms;
  width: 40%;
}
progress[value="40"][class*=speed-30]::before {
  animation-duration: 1200ms;
  width: 40%;
}
progress[value="40"][class*=speed-40]::before {
  animation-duration: 1600ms;
  width: 40%;
}
progress[value="40"][class*=speed-50]::before {
  animation-duration: 2000ms;
  width: 40%;
}
progress[value="40"][class*=speed-60]::before {
  animation-duration: 2400ms;
  width: 40%;
}
progress[value="40"][class*=speed-70]::before {
  animation-duration: 2800ms;
  width: 40%;
}
progress[value="40"][class*=speed-80]::before {
  animation-duration: 3200ms;
  width: 40%;
}
progress[value="40"][class*=speed-90]::before {
  animation-duration: 3600ms;
  width: 40%;
}
progress[value="40"][class*=speed-100]::before {
  animation-duration: 4000ms;
  width: 40%;
}
progress[value="41"]::before {
  animation-duration: 410ms;
  width: 41%;
}
progress[value="41"][class*=speed-10]::before {
  animation-duration: 410ms;
  width: 41%;
}
progress[value="41"][class*=speed-20]::before {
  animation-duration: 820ms;
  width: 41%;
}
progress[value="41"][class*=speed-30]::before {
  animation-duration: 1230ms;
  width: 41%;
}
progress[value="41"][class*=speed-40]::before {
  animation-duration: 1640ms;
  width: 41%;
}
progress[value="41"][class*=speed-50]::before {
  animation-duration: 2050ms;
  width: 41%;
}
progress[value="41"][class*=speed-60]::before {
  animation-duration: 2460ms;
  width: 41%;
}
progress[value="41"][class*=speed-70]::before {
  animation-duration: 2870ms;
  width: 41%;
}
progress[value="41"][class*=speed-80]::before {
  animation-duration: 3280ms;
  width: 41%;
}
progress[value="41"][class*=speed-90]::before {
  animation-duration: 3690ms;
  width: 41%;
}
progress[value="41"][class*=speed-100]::before {
  animation-duration: 4100ms;
  width: 41%;
}
progress[value="42"]::before {
  animation-duration: 420ms;
  width: 42%;
}
progress[value="42"][class*=speed-10]::before {
  animation-duration: 420ms;
  width: 42%;
}
progress[value="42"][class*=speed-20]::before {
  animation-duration: 840ms;
  width: 42%;
}
progress[value="42"][class*=speed-30]::before {
  animation-duration: 1260ms;
  width: 42%;
}
progress[value="42"][class*=speed-40]::before {
  animation-duration: 1680ms;
  width: 42%;
}
progress[value="42"][class*=speed-50]::before {
  animation-duration: 2100ms;
  width: 42%;
}
progress[value="42"][class*=speed-60]::before {
  animation-duration: 2520ms;
  width: 42%;
}
progress[value="42"][class*=speed-70]::before {
  animation-duration: 2940ms;
  width: 42%;
}
progress[value="42"][class*=speed-80]::before {
  animation-duration: 3360ms;
  width: 42%;
}
progress[value="42"][class*=speed-90]::before {
  animation-duration: 3780ms;
  width: 42%;
}
progress[value="42"][class*=speed-100]::before {
  animation-duration: 4200ms;
  width: 42%;
}
progress[value="43"]::before {
  animation-duration: 430ms;
  width: 43%;
}
progress[value="43"][class*=speed-10]::before {
  animation-duration: 430ms;
  width: 43%;
}
progress[value="43"][class*=speed-20]::before {
  animation-duration: 860ms;
  width: 43%;
}
progress[value="43"][class*=speed-30]::before {
  animation-duration: 1290ms;
  width: 43%;
}
progress[value="43"][class*=speed-40]::before {
  animation-duration: 1720ms;
  width: 43%;
}
progress[value="43"][class*=speed-50]::before {
  animation-duration: 2150ms;
  width: 43%;
}
progress[value="43"][class*=speed-60]::before {
  animation-duration: 2580ms;
  width: 43%;
}
progress[value="43"][class*=speed-70]::before {
  animation-duration: 3010ms;
  width: 43%;
}
progress[value="43"][class*=speed-80]::before {
  animation-duration: 3440ms;
  width: 43%;
}
progress[value="43"][class*=speed-90]::before {
  animation-duration: 3870ms;
  width: 43%;
}
progress[value="43"][class*=speed-100]::before {
  animation-duration: 4300ms;
  width: 43%;
}
progress[value="44"]::before {
  animation-duration: 440ms;
  width: 44%;
}
progress[value="44"][class*=speed-10]::before {
  animation-duration: 440ms;
  width: 44%;
}
progress[value="44"][class*=speed-20]::before {
  animation-duration: 880ms;
  width: 44%;
}
progress[value="44"][class*=speed-30]::before {
  animation-duration: 1320ms;
  width: 44%;
}
progress[value="44"][class*=speed-40]::before {
  animation-duration: 1760ms;
  width: 44%;
}
progress[value="44"][class*=speed-50]::before {
  animation-duration: 2200ms;
  width: 44%;
}
progress[value="44"][class*=speed-60]::before {
  animation-duration: 2640ms;
  width: 44%;
}
progress[value="44"][class*=speed-70]::before {
  animation-duration: 3080ms;
  width: 44%;
}
progress[value="44"][class*=speed-80]::before {
  animation-duration: 3520ms;
  width: 44%;
}
progress[value="44"][class*=speed-90]::before {
  animation-duration: 3960ms;
  width: 44%;
}
progress[value="44"][class*=speed-100]::before {
  animation-duration: 4400ms;
  width: 44%;
}
progress[value="45"]::before {
  animation-duration: 450ms;
  width: 45%;
}
progress[value="45"][class*=speed-10]::before {
  animation-duration: 450ms;
  width: 45%;
}
progress[value="45"][class*=speed-20]::before {
  animation-duration: 900ms;
  width: 45%;
}
progress[value="45"][class*=speed-30]::before {
  animation-duration: 1350ms;
  width: 45%;
}
progress[value="45"][class*=speed-40]::before {
  animation-duration: 1800ms;
  width: 45%;
}
progress[value="45"][class*=speed-50]::before {
  animation-duration: 2250ms;
  width: 45%;
}
progress[value="45"][class*=speed-60]::before {
  animation-duration: 2700ms;
  width: 45%;
}
progress[value="45"][class*=speed-70]::before {
  animation-duration: 3150ms;
  width: 45%;
}
progress[value="45"][class*=speed-80]::before {
  animation-duration: 3600ms;
  width: 45%;
}
progress[value="45"][class*=speed-90]::before {
  animation-duration: 4050ms;
  width: 45%;
}
progress[value="45"][class*=speed-100]::before {
  animation-duration: 4500ms;
  width: 45%;
}
progress[value="46"]::before {
  animation-duration: 460ms;
  width: 46%;
}
progress[value="46"][class*=speed-10]::before {
  animation-duration: 460ms;
  width: 46%;
}
progress[value="46"][class*=speed-20]::before {
  animation-duration: 920ms;
  width: 46%;
}
progress[value="46"][class*=speed-30]::before {
  animation-duration: 1380ms;
  width: 46%;
}
progress[value="46"][class*=speed-40]::before {
  animation-duration: 1840ms;
  width: 46%;
}
progress[value="46"][class*=speed-50]::before {
  animation-duration: 2300ms;
  width: 46%;
}
progress[value="46"][class*=speed-60]::before {
  animation-duration: 2760ms;
  width: 46%;
}
progress[value="46"][class*=speed-70]::before {
  animation-duration: 3220ms;
  width: 46%;
}
progress[value="46"][class*=speed-80]::before {
  animation-duration: 3680ms;
  width: 46%;
}
progress[value="46"][class*=speed-90]::before {
  animation-duration: 4140ms;
  width: 46%;
}
progress[value="46"][class*=speed-100]::before {
  animation-duration: 4600ms;
  width: 46%;
}
progress[value="47"]::before {
  animation-duration: 470ms;
  width: 47%;
}
progress[value="47"][class*=speed-10]::before {
  animation-duration: 470ms;
  width: 47%;
}
progress[value="47"][class*=speed-20]::before {
  animation-duration: 940ms;
  width: 47%;
}
progress[value="47"][class*=speed-30]::before {
  animation-duration: 1410ms;
  width: 47%;
}
progress[value="47"][class*=speed-40]::before {
  animation-duration: 1880ms;
  width: 47%;
}
progress[value="47"][class*=speed-50]::before {
  animation-duration: 2350ms;
  width: 47%;
}
progress[value="47"][class*=speed-60]::before {
  animation-duration: 2820ms;
  width: 47%;
}
progress[value="47"][class*=speed-70]::before {
  animation-duration: 3290ms;
  width: 47%;
}
progress[value="47"][class*=speed-80]::before {
  animation-duration: 3760ms;
  width: 47%;
}
progress[value="47"][class*=speed-90]::before {
  animation-duration: 4230ms;
  width: 47%;
}
progress[value="47"][class*=speed-100]::before {
  animation-duration: 4700ms;
  width: 47%;
}
progress[value="48"]::before {
  animation-duration: 480ms;
  width: 48%;
}
progress[value="48"][class*=speed-10]::before {
  animation-duration: 480ms;
  width: 48%;
}
progress[value="48"][class*=speed-20]::before {
  animation-duration: 960ms;
  width: 48%;
}
progress[value="48"][class*=speed-30]::before {
  animation-duration: 1440ms;
  width: 48%;
}
progress[value="48"][class*=speed-40]::before {
  animation-duration: 1920ms;
  width: 48%;
}
progress[value="48"][class*=speed-50]::before {
  animation-duration: 2400ms;
  width: 48%;
}
progress[value="48"][class*=speed-60]::before {
  animation-duration: 2880ms;
  width: 48%;
}
progress[value="48"][class*=speed-70]::before {
  animation-duration: 3360ms;
  width: 48%;
}
progress[value="48"][class*=speed-80]::before {
  animation-duration: 3840ms;
  width: 48%;
}
progress[value="48"][class*=speed-90]::before {
  animation-duration: 4320ms;
  width: 48%;
}
progress[value="48"][class*=speed-100]::before {
  animation-duration: 4800ms;
  width: 48%;
}
progress[value="49"]::before {
  animation-duration: 490ms;
  width: 49%;
}
progress[value="49"][class*=speed-10]::before {
  animation-duration: 490ms;
  width: 49%;
}
progress[value="49"][class*=speed-20]::before {
  animation-duration: 980ms;
  width: 49%;
}
progress[value="49"][class*=speed-30]::before {
  animation-duration: 1470ms;
  width: 49%;
}
progress[value="49"][class*=speed-40]::before {
  animation-duration: 1960ms;
  width: 49%;
}
progress[value="49"][class*=speed-50]::before {
  animation-duration: 2450ms;
  width: 49%;
}
progress[value="49"][class*=speed-60]::before {
  animation-duration: 2940ms;
  width: 49%;
}
progress[value="49"][class*=speed-70]::before {
  animation-duration: 3430ms;
  width: 49%;
}
progress[value="49"][class*=speed-80]::before {
  animation-duration: 3920ms;
  width: 49%;
}
progress[value="49"][class*=speed-90]::before {
  animation-duration: 4410ms;
  width: 49%;
}
progress[value="49"][class*=speed-100]::before {
  animation-duration: 4900ms;
  width: 49%;
}
progress[value="50"]::before {
  animation-duration: 500ms;
  width: 50%;
}
progress[value="50"][class*=speed-10]::before {
  animation-duration: 500ms;
  width: 50%;
}
progress[value="50"][class*=speed-20]::before {
  animation-duration: 1000ms;
  width: 50%;
}
progress[value="50"][class*=speed-30]::before {
  animation-duration: 1500ms;
  width: 50%;
}
progress[value="50"][class*=speed-40]::before {
  animation-duration: 2000ms;
  width: 50%;
}
progress[value="50"][class*=speed-50]::before {
  animation-duration: 2500ms;
  width: 50%;
}
progress[value="50"][class*=speed-60]::before {
  animation-duration: 3000ms;
  width: 50%;
}
progress[value="50"][class*=speed-70]::before {
  animation-duration: 3500ms;
  width: 50%;
}
progress[value="50"][class*=speed-80]::before {
  animation-duration: 4000ms;
  width: 50%;
}
progress[value="50"][class*=speed-90]::before {
  animation-duration: 4500ms;
  width: 50%;
}
progress[value="50"][class*=speed-100]::before {
  animation-duration: 5000ms;
  width: 50%;
}
progress[value="51"]::before {
  animation-duration: 510ms;
  width: 51%;
}
progress[value="51"][class*=speed-10]::before {
  animation-duration: 510ms;
  width: 51%;
}
progress[value="51"][class*=speed-20]::before {
  animation-duration: 1020ms;
  width: 51%;
}
progress[value="51"][class*=speed-30]::before {
  animation-duration: 1530ms;
  width: 51%;
}
progress[value="51"][class*=speed-40]::before {
  animation-duration: 2040ms;
  width: 51%;
}
progress[value="51"][class*=speed-50]::before {
  animation-duration: 2550ms;
  width: 51%;
}
progress[value="51"][class*=speed-60]::before {
  animation-duration: 3060ms;
  width: 51%;
}
progress[value="51"][class*=speed-70]::before {
  animation-duration: 3570ms;
  width: 51%;
}
progress[value="51"][class*=speed-80]::before {
  animation-duration: 4080ms;
  width: 51%;
}
progress[value="51"][class*=speed-90]::before {
  animation-duration: 4590ms;
  width: 51%;
}
progress[value="51"][class*=speed-100]::before {
  animation-duration: 5100ms;
  width: 51%;
}
progress[value="52"]::before {
  animation-duration: 520ms;
  width: 52%;
}
progress[value="52"][class*=speed-10]::before {
  animation-duration: 520ms;
  width: 52%;
}
progress[value="52"][class*=speed-20]::before {
  animation-duration: 1040ms;
  width: 52%;
}
progress[value="52"][class*=speed-30]::before {
  animation-duration: 1560ms;
  width: 52%;
}
progress[value="52"][class*=speed-40]::before {
  animation-duration: 2080ms;
  width: 52%;
}
progress[value="52"][class*=speed-50]::before {
  animation-duration: 2600ms;
  width: 52%;
}
progress[value="52"][class*=speed-60]::before {
  animation-duration: 3120ms;
  width: 52%;
}
progress[value="52"][class*=speed-70]::before {
  animation-duration: 3640ms;
  width: 52%;
}
progress[value="52"][class*=speed-80]::before {
  animation-duration: 4160ms;
  width: 52%;
}
progress[value="52"][class*=speed-90]::before {
  animation-duration: 4680ms;
  width: 52%;
}
progress[value="52"][class*=speed-100]::before {
  animation-duration: 5200ms;
  width: 52%;
}
progress[value="53"]::before {
  animation-duration: 530ms;
  width: 53%;
}
progress[value="53"][class*=speed-10]::before {
  animation-duration: 530ms;
  width: 53%;
}
progress[value="53"][class*=speed-20]::before {
  animation-duration: 1060ms;
  width: 53%;
}
progress[value="53"][class*=speed-30]::before {
  animation-duration: 1590ms;
  width: 53%;
}
progress[value="53"][class*=speed-40]::before {
  animation-duration: 2120ms;
  width: 53%;
}
progress[value="53"][class*=speed-50]::before {
  animation-duration: 2650ms;
  width: 53%;
}
progress[value="53"][class*=speed-60]::before {
  animation-duration: 3180ms;
  width: 53%;
}
progress[value="53"][class*=speed-70]::before {
  animation-duration: 3710ms;
  width: 53%;
}
progress[value="53"][class*=speed-80]::before {
  animation-duration: 4240ms;
  width: 53%;
}
progress[value="53"][class*=speed-90]::before {
  animation-duration: 4770ms;
  width: 53%;
}
progress[value="53"][class*=speed-100]::before {
  animation-duration: 5300ms;
  width: 53%;
}
progress[value="54"]::before {
  animation-duration: 540ms;
  width: 54%;
}
progress[value="54"][class*=speed-10]::before {
  animation-duration: 540ms;
  width: 54%;
}
progress[value="54"][class*=speed-20]::before {
  animation-duration: 1080ms;
  width: 54%;
}
progress[value="54"][class*=speed-30]::before {
  animation-duration: 1620ms;
  width: 54%;
}
progress[value="54"][class*=speed-40]::before {
  animation-duration: 2160ms;
  width: 54%;
}
progress[value="54"][class*=speed-50]::before {
  animation-duration: 2700ms;
  width: 54%;
}
progress[value="54"][class*=speed-60]::before {
  animation-duration: 3240ms;
  width: 54%;
}
progress[value="54"][class*=speed-70]::before {
  animation-duration: 3780ms;
  width: 54%;
}
progress[value="54"][class*=speed-80]::before {
  animation-duration: 4320ms;
  width: 54%;
}
progress[value="54"][class*=speed-90]::before {
  animation-duration: 4860ms;
  width: 54%;
}
progress[value="54"][class*=speed-100]::before {
  animation-duration: 5400ms;
  width: 54%;
}
progress[value="55"]::before {
  animation-duration: 550ms;
  width: 55%;
}
progress[value="55"][class*=speed-10]::before {
  animation-duration: 550ms;
  width: 55%;
}
progress[value="55"][class*=speed-20]::before {
  animation-duration: 1100ms;
  width: 55%;
}
progress[value="55"][class*=speed-30]::before {
  animation-duration: 1650ms;
  width: 55%;
}
progress[value="55"][class*=speed-40]::before {
  animation-duration: 2200ms;
  width: 55%;
}
progress[value="55"][class*=speed-50]::before {
  animation-duration: 2750ms;
  width: 55%;
}
progress[value="55"][class*=speed-60]::before {
  animation-duration: 3300ms;
  width: 55%;
}
progress[value="55"][class*=speed-70]::before {
  animation-duration: 3850ms;
  width: 55%;
}
progress[value="55"][class*=speed-80]::before {
  animation-duration: 4400ms;
  width: 55%;
}
progress[value="55"][class*=speed-90]::before {
  animation-duration: 4950ms;
  width: 55%;
}
progress[value="55"][class*=speed-100]::before {
  animation-duration: 5500ms;
  width: 55%;
}
progress[value="56"]::before {
  animation-duration: 560ms;
  width: 56%;
}
progress[value="56"][class*=speed-10]::before {
  animation-duration: 560ms;
  width: 56%;
}
progress[value="56"][class*=speed-20]::before {
  animation-duration: 1120ms;
  width: 56%;
}
progress[value="56"][class*=speed-30]::before {
  animation-duration: 1680ms;
  width: 56%;
}
progress[value="56"][class*=speed-40]::before {
  animation-duration: 2240ms;
  width: 56%;
}
progress[value="56"][class*=speed-50]::before {
  animation-duration: 2800ms;
  width: 56%;
}
progress[value="56"][class*=speed-60]::before {
  animation-duration: 3360ms;
  width: 56%;
}
progress[value="56"][class*=speed-70]::before {
  animation-duration: 3920ms;
  width: 56%;
}
progress[value="56"][class*=speed-80]::before {
  animation-duration: 4480ms;
  width: 56%;
}
progress[value="56"][class*=speed-90]::before {
  animation-duration: 5040ms;
  width: 56%;
}
progress[value="56"][class*=speed-100]::before {
  animation-duration: 5600ms;
  width: 56%;
}
progress[value="57"]::before {
  animation-duration: 570ms;
  width: 57%;
}
progress[value="57"][class*=speed-10]::before {
  animation-duration: 570ms;
  width: 57%;
}
progress[value="57"][class*=speed-20]::before {
  animation-duration: 1140ms;
  width: 57%;
}
progress[value="57"][class*=speed-30]::before {
  animation-duration: 1710ms;
  width: 57%;
}
progress[value="57"][class*=speed-40]::before {
  animation-duration: 2280ms;
  width: 57%;
}
progress[value="57"][class*=speed-50]::before {
  animation-duration: 2850ms;
  width: 57%;
}
progress[value="57"][class*=speed-60]::before {
  animation-duration: 3420ms;
  width: 57%;
}
progress[value="57"][class*=speed-70]::before {
  animation-duration: 3990ms;
  width: 57%;
}
progress[value="57"][class*=speed-80]::before {
  animation-duration: 4560ms;
  width: 57%;
}
progress[value="57"][class*=speed-90]::before {
  animation-duration: 5130ms;
  width: 57%;
}
progress[value="57"][class*=speed-100]::before {
  animation-duration: 5700ms;
  width: 57%;
}
progress[value="58"]::before {
  animation-duration: 580ms;
  width: 58%;
}
progress[value="58"][class*=speed-10]::before {
  animation-duration: 580ms;
  width: 58%;
}
progress[value="58"][class*=speed-20]::before {
  animation-duration: 1160ms;
  width: 58%;
}
progress[value="58"][class*=speed-30]::before {
  animation-duration: 1740ms;
  width: 58%;
}
progress[value="58"][class*=speed-40]::before {
  animation-duration: 2320ms;
  width: 58%;
}
progress[value="58"][class*=speed-50]::before {
  animation-duration: 2900ms;
  width: 58%;
}
progress[value="58"][class*=speed-60]::before {
  animation-duration: 3480ms;
  width: 58%;
}
progress[value="58"][class*=speed-70]::before {
  animation-duration: 4060ms;
  width: 58%;
}
progress[value="58"][class*=speed-80]::before {
  animation-duration: 4640ms;
  width: 58%;
}
progress[value="58"][class*=speed-90]::before {
  animation-duration: 5220ms;
  width: 58%;
}
progress[value="58"][class*=speed-100]::before {
  animation-duration: 5800ms;
  width: 58%;
}
progress[value="59"]::before {
  animation-duration: 590ms;
  width: 59%;
}
progress[value="59"][class*=speed-10]::before {
  animation-duration: 590ms;
  width: 59%;
}
progress[value="59"][class*=speed-20]::before {
  animation-duration: 1180ms;
  width: 59%;
}
progress[value="59"][class*=speed-30]::before {
  animation-duration: 1770ms;
  width: 59%;
}
progress[value="59"][class*=speed-40]::before {
  animation-duration: 2360ms;
  width: 59%;
}
progress[value="59"][class*=speed-50]::before {
  animation-duration: 2950ms;
  width: 59%;
}
progress[value="59"][class*=speed-60]::before {
  animation-duration: 3540ms;
  width: 59%;
}
progress[value="59"][class*=speed-70]::before {
  animation-duration: 4130ms;
  width: 59%;
}
progress[value="59"][class*=speed-80]::before {
  animation-duration: 4720ms;
  width: 59%;
}
progress[value="59"][class*=speed-90]::before {
  animation-duration: 5310ms;
  width: 59%;
}
progress[value="59"][class*=speed-100]::before {
  animation-duration: 5900ms;
  width: 59%;
}
progress[value="60"]::before {
  animation-duration: 600ms;
  width: 60%;
}
progress[value="60"][class*=speed-10]::before {
  animation-duration: 600ms;
  width: 60%;
}
progress[value="60"][class*=speed-20]::before {
  animation-duration: 1200ms;
  width: 60%;
}
progress[value="60"][class*=speed-30]::before {
  animation-duration: 1800ms;
  width: 60%;
}
progress[value="60"][class*=speed-40]::before {
  animation-duration: 2400ms;
  width: 60%;
}
progress[value="60"][class*=speed-50]::before {
  animation-duration: 3000ms;
  width: 60%;
}
progress[value="60"][class*=speed-60]::before {
  animation-duration: 3600ms;
  width: 60%;
}
progress[value="60"][class*=speed-70]::before {
  animation-duration: 4200ms;
  width: 60%;
}
progress[value="60"][class*=speed-80]::before {
  animation-duration: 4800ms;
  width: 60%;
}
progress[value="60"][class*=speed-90]::before {
  animation-duration: 5400ms;
  width: 60%;
}
progress[value="60"][class*=speed-100]::before {
  animation-duration: 6000ms;
  width: 60%;
}
progress[value="61"]::before {
  animation-duration: 610ms;
  width: 61%;
}
progress[value="61"][class*=speed-10]::before {
  animation-duration: 610ms;
  width: 61%;
}
progress[value="61"][class*=speed-20]::before {
  animation-duration: 1220ms;
  width: 61%;
}
progress[value="61"][class*=speed-30]::before {
  animation-duration: 1830ms;
  width: 61%;
}
progress[value="61"][class*=speed-40]::before {
  animation-duration: 2440ms;
  width: 61%;
}
progress[value="61"][class*=speed-50]::before {
  animation-duration: 3050ms;
  width: 61%;
}
progress[value="61"][class*=speed-60]::before {
  animation-duration: 3660ms;
  width: 61%;
}
progress[value="61"][class*=speed-70]::before {
  animation-duration: 4270ms;
  width: 61%;
}
progress[value="61"][class*=speed-80]::before {
  animation-duration: 4880ms;
  width: 61%;
}
progress[value="61"][class*=speed-90]::before {
  animation-duration: 5490ms;
  width: 61%;
}
progress[value="61"][class*=speed-100]::before {
  animation-duration: 6100ms;
  width: 61%;
}
progress[value="62"]::before {
  animation-duration: 620ms;
  width: 62%;
}
progress[value="62"][class*=speed-10]::before {
  animation-duration: 620ms;
  width: 62%;
}
progress[value="62"][class*=speed-20]::before {
  animation-duration: 1240ms;
  width: 62%;
}
progress[value="62"][class*=speed-30]::before {
  animation-duration: 1860ms;
  width: 62%;
}
progress[value="62"][class*=speed-40]::before {
  animation-duration: 2480ms;
  width: 62%;
}
progress[value="62"][class*=speed-50]::before {
  animation-duration: 3100ms;
  width: 62%;
}
progress[value="62"][class*=speed-60]::before {
  animation-duration: 3720ms;
  width: 62%;
}
progress[value="62"][class*=speed-70]::before {
  animation-duration: 4340ms;
  width: 62%;
}
progress[value="62"][class*=speed-80]::before {
  animation-duration: 4960ms;
  width: 62%;
}
progress[value="62"][class*=speed-90]::before {
  animation-duration: 5580ms;
  width: 62%;
}
progress[value="62"][class*=speed-100]::before {
  animation-duration: 6200ms;
  width: 62%;
}
progress[value="63"]::before {
  animation-duration: 630ms;
  width: 63%;
}
progress[value="63"][class*=speed-10]::before {
  animation-duration: 630ms;
  width: 63%;
}
progress[value="63"][class*=speed-20]::before {
  animation-duration: 1260ms;
  width: 63%;
}
progress[value="63"][class*=speed-30]::before {
  animation-duration: 1890ms;
  width: 63%;
}
progress[value="63"][class*=speed-40]::before {
  animation-duration: 2520ms;
  width: 63%;
}
progress[value="63"][class*=speed-50]::before {
  animation-duration: 3150ms;
  width: 63%;
}
progress[value="63"][class*=speed-60]::before {
  animation-duration: 3780ms;
  width: 63%;
}
progress[value="63"][class*=speed-70]::before {
  animation-duration: 4410ms;
  width: 63%;
}
progress[value="63"][class*=speed-80]::before {
  animation-duration: 5040ms;
  width: 63%;
}
progress[value="63"][class*=speed-90]::before {
  animation-duration: 5670ms;
  width: 63%;
}
progress[value="63"][class*=speed-100]::before {
  animation-duration: 6300ms;
  width: 63%;
}
progress[value="64"]::before {
  animation-duration: 640ms;
  width: 64%;
}
progress[value="64"][class*=speed-10]::before {
  animation-duration: 640ms;
  width: 64%;
}
progress[value="64"][class*=speed-20]::before {
  animation-duration: 1280ms;
  width: 64%;
}
progress[value="64"][class*=speed-30]::before {
  animation-duration: 1920ms;
  width: 64%;
}
progress[value="64"][class*=speed-40]::before {
  animation-duration: 2560ms;
  width: 64%;
}
progress[value="64"][class*=speed-50]::before {
  animation-duration: 3200ms;
  width: 64%;
}
progress[value="64"][class*=speed-60]::before {
  animation-duration: 3840ms;
  width: 64%;
}
progress[value="64"][class*=speed-70]::before {
  animation-duration: 4480ms;
  width: 64%;
}
progress[value="64"][class*=speed-80]::before {
  animation-duration: 5120ms;
  width: 64%;
}
progress[value="64"][class*=speed-90]::before {
  animation-duration: 5760ms;
  width: 64%;
}
progress[value="64"][class*=speed-100]::before {
  animation-duration: 6400ms;
  width: 64%;
}
progress[value="65"]::before {
  animation-duration: 650ms;
  width: 65%;
}
progress[value="65"][class*=speed-10]::before {
  animation-duration: 650ms;
  width: 65%;
}
progress[value="65"][class*=speed-20]::before {
  animation-duration: 1300ms;
  width: 65%;
}
progress[value="65"][class*=speed-30]::before {
  animation-duration: 1950ms;
  width: 65%;
}
progress[value="65"][class*=speed-40]::before {
  animation-duration: 2600ms;
  width: 65%;
}
progress[value="65"][class*=speed-50]::before {
  animation-duration: 3250ms;
  width: 65%;
}
progress[value="65"][class*=speed-60]::before {
  animation-duration: 3900ms;
  width: 65%;
}
progress[value="65"][class*=speed-70]::before {
  animation-duration: 4550ms;
  width: 65%;
}
progress[value="65"][class*=speed-80]::before {
  animation-duration: 5200ms;
  width: 65%;
}
progress[value="65"][class*=speed-90]::before {
  animation-duration: 5850ms;
  width: 65%;
}
progress[value="65"][class*=speed-100]::before {
  animation-duration: 6500ms;
  width: 65%;
}
progress[value="66"]::before {
  animation-duration: 660ms;
  width: 66%;
}
progress[value="66"][class*=speed-10]::before {
  animation-duration: 660ms;
  width: 66%;
}
progress[value="66"][class*=speed-20]::before {
  animation-duration: 1320ms;
  width: 66%;
}
progress[value="66"][class*=speed-30]::before {
  animation-duration: 1980ms;
  width: 66%;
}
progress[value="66"][class*=speed-40]::before {
  animation-duration: 2640ms;
  width: 66%;
}
progress[value="66"][class*=speed-50]::before {
  animation-duration: 3300ms;
  width: 66%;
}
progress[value="66"][class*=speed-60]::before {
  animation-duration: 3960ms;
  width: 66%;
}
progress[value="66"][class*=speed-70]::before {
  animation-duration: 4620ms;
  width: 66%;
}
progress[value="66"][class*=speed-80]::before {
  animation-duration: 5280ms;
  width: 66%;
}
progress[value="66"][class*=speed-90]::before {
  animation-duration: 5940ms;
  width: 66%;
}
progress[value="66"][class*=speed-100]::before {
  animation-duration: 6600ms;
  width: 66%;
}
progress[value="67"]::before {
  animation-duration: 670ms;
  width: 67%;
}
progress[value="67"][class*=speed-10]::before {
  animation-duration: 670ms;
  width: 67%;
}
progress[value="67"][class*=speed-20]::before {
  animation-duration: 1340ms;
  width: 67%;
}
progress[value="67"][class*=speed-30]::before {
  animation-duration: 2010ms;
  width: 67%;
}
progress[value="67"][class*=speed-40]::before {
  animation-duration: 2680ms;
  width: 67%;
}
progress[value="67"][class*=speed-50]::before {
  animation-duration: 3350ms;
  width: 67%;
}
progress[value="67"][class*=speed-60]::before {
  animation-duration: 4020ms;
  width: 67%;
}
progress[value="67"][class*=speed-70]::before {
  animation-duration: 4690ms;
  width: 67%;
}
progress[value="67"][class*=speed-80]::before {
  animation-duration: 5360ms;
  width: 67%;
}
progress[value="67"][class*=speed-90]::before {
  animation-duration: 6030ms;
  width: 67%;
}
progress[value="67"][class*=speed-100]::before {
  animation-duration: 6700ms;
  width: 67%;
}
progress[value="68"]::before {
  animation-duration: 680ms;
  width: 68%;
}
progress[value="68"][class*=speed-10]::before {
  animation-duration: 680ms;
  width: 68%;
}
progress[value="68"][class*=speed-20]::before {
  animation-duration: 1360ms;
  width: 68%;
}
progress[value="68"][class*=speed-30]::before {
  animation-duration: 2040ms;
  width: 68%;
}
progress[value="68"][class*=speed-40]::before {
  animation-duration: 2720ms;
  width: 68%;
}
progress[value="68"][class*=speed-50]::before {
  animation-duration: 3400ms;
  width: 68%;
}
progress[value="68"][class*=speed-60]::before {
  animation-duration: 4080ms;
  width: 68%;
}
progress[value="68"][class*=speed-70]::before {
  animation-duration: 4760ms;
  width: 68%;
}
progress[value="68"][class*=speed-80]::before {
  animation-duration: 5440ms;
  width: 68%;
}
progress[value="68"][class*=speed-90]::before {
  animation-duration: 6120ms;
  width: 68%;
}
progress[value="68"][class*=speed-100]::before {
  animation-duration: 6800ms;
  width: 68%;
}
progress[value="69"]::before {
  animation-duration: 690ms;
  width: 69%;
}
progress[value="69"][class*=speed-10]::before {
  animation-duration: 690ms;
  width: 69%;
}
progress[value="69"][class*=speed-20]::before {
  animation-duration: 1380ms;
  width: 69%;
}
progress[value="69"][class*=speed-30]::before {
  animation-duration: 2070ms;
  width: 69%;
}
progress[value="69"][class*=speed-40]::before {
  animation-duration: 2760ms;
  width: 69%;
}
progress[value="69"][class*=speed-50]::before {
  animation-duration: 3450ms;
  width: 69%;
}
progress[value="69"][class*=speed-60]::before {
  animation-duration: 4140ms;
  width: 69%;
}
progress[value="69"][class*=speed-70]::before {
  animation-duration: 4830ms;
  width: 69%;
}
progress[value="69"][class*=speed-80]::before {
  animation-duration: 5520ms;
  width: 69%;
}
progress[value="69"][class*=speed-90]::before {
  animation-duration: 6210ms;
  width: 69%;
}
progress[value="69"][class*=speed-100]::before {
  animation-duration: 6900ms;
  width: 69%;
}
progress[value="70"]::before {
  animation-duration: 700ms;
  width: 70%;
}
progress[value="70"][class*=speed-10]::before {
  animation-duration: 700ms;
  width: 70%;
}
progress[value="70"][class*=speed-20]::before {
  animation-duration: 1400ms;
  width: 70%;
}
progress[value="70"][class*=speed-30]::before {
  animation-duration: 2100ms;
  width: 70%;
}
progress[value="70"][class*=speed-40]::before {
  animation-duration: 2800ms;
  width: 70%;
}
progress[value="70"][class*=speed-50]::before {
  animation-duration: 3500ms;
  width: 70%;
}
progress[value="70"][class*=speed-60]::before {
  animation-duration: 4200ms;
  width: 70%;
}
progress[value="70"][class*=speed-70]::before {
  animation-duration: 4900ms;
  width: 70%;
}
progress[value="70"][class*=speed-80]::before {
  animation-duration: 5600ms;
  width: 70%;
}
progress[value="70"][class*=speed-90]::before {
  animation-duration: 6300ms;
  width: 70%;
}
progress[value="70"][class*=speed-100]::before {
  animation-duration: 7000ms;
  width: 70%;
}
progress[value="71"]::before {
  animation-duration: 710ms;
  width: 71%;
}
progress[value="71"][class*=speed-10]::before {
  animation-duration: 710ms;
  width: 71%;
}
progress[value="71"][class*=speed-20]::before {
  animation-duration: 1420ms;
  width: 71%;
}
progress[value="71"][class*=speed-30]::before {
  animation-duration: 2130ms;
  width: 71%;
}
progress[value="71"][class*=speed-40]::before {
  animation-duration: 2840ms;
  width: 71%;
}
progress[value="71"][class*=speed-50]::before {
  animation-duration: 3550ms;
  width: 71%;
}
progress[value="71"][class*=speed-60]::before {
  animation-duration: 4260ms;
  width: 71%;
}
progress[value="71"][class*=speed-70]::before {
  animation-duration: 4970ms;
  width: 71%;
}
progress[value="71"][class*=speed-80]::before {
  animation-duration: 5680ms;
  width: 71%;
}
progress[value="71"][class*=speed-90]::before {
  animation-duration: 6390ms;
  width: 71%;
}
progress[value="71"][class*=speed-100]::before {
  animation-duration: 7100ms;
  width: 71%;
}
progress[value="72"]::before {
  animation-duration: 720ms;
  width: 72%;
}
progress[value="72"][class*=speed-10]::before {
  animation-duration: 720ms;
  width: 72%;
}
progress[value="72"][class*=speed-20]::before {
  animation-duration: 1440ms;
  width: 72%;
}
progress[value="72"][class*=speed-30]::before {
  animation-duration: 2160ms;
  width: 72%;
}
progress[value="72"][class*=speed-40]::before {
  animation-duration: 2880ms;
  width: 72%;
}
progress[value="72"][class*=speed-50]::before {
  animation-duration: 3600ms;
  width: 72%;
}
progress[value="72"][class*=speed-60]::before {
  animation-duration: 4320ms;
  width: 72%;
}
progress[value="72"][class*=speed-70]::before {
  animation-duration: 5040ms;
  width: 72%;
}
progress[value="72"][class*=speed-80]::before {
  animation-duration: 5760ms;
  width: 72%;
}
progress[value="72"][class*=speed-90]::before {
  animation-duration: 6480ms;
  width: 72%;
}
progress[value="72"][class*=speed-100]::before {
  animation-duration: 7200ms;
  width: 72%;
}
progress[value="73"]::before {
  animation-duration: 730ms;
  width: 73%;
}
progress[value="73"][class*=speed-10]::before {
  animation-duration: 730ms;
  width: 73%;
}
progress[value="73"][class*=speed-20]::before {
  animation-duration: 1460ms;
  width: 73%;
}
progress[value="73"][class*=speed-30]::before {
  animation-duration: 2190ms;
  width: 73%;
}
progress[value="73"][class*=speed-40]::before {
  animation-duration: 2920ms;
  width: 73%;
}
progress[value="73"][class*=speed-50]::before {
  animation-duration: 3650ms;
  width: 73%;
}
progress[value="73"][class*=speed-60]::before {
  animation-duration: 4380ms;
  width: 73%;
}
progress[value="73"][class*=speed-70]::before {
  animation-duration: 5110ms;
  width: 73%;
}
progress[value="73"][class*=speed-80]::before {
  animation-duration: 5840ms;
  width: 73%;
}
progress[value="73"][class*=speed-90]::before {
  animation-duration: 6570ms;
  width: 73%;
}
progress[value="73"][class*=speed-100]::before {
  animation-duration: 7300ms;
  width: 73%;
}
progress[value="74"]::before {
  animation-duration: 740ms;
  width: 74%;
}
progress[value="74"][class*=speed-10]::before {
  animation-duration: 740ms;
  width: 74%;
}
progress[value="74"][class*=speed-20]::before {
  animation-duration: 1480ms;
  width: 74%;
}
progress[value="74"][class*=speed-30]::before {
  animation-duration: 2220ms;
  width: 74%;
}
progress[value="74"][class*=speed-40]::before {
  animation-duration: 2960ms;
  width: 74%;
}
progress[value="74"][class*=speed-50]::before {
  animation-duration: 3700ms;
  width: 74%;
}
progress[value="74"][class*=speed-60]::before {
  animation-duration: 4440ms;
  width: 74%;
}
progress[value="74"][class*=speed-70]::before {
  animation-duration: 5180ms;
  width: 74%;
}
progress[value="74"][class*=speed-80]::before {
  animation-duration: 5920ms;
  width: 74%;
}
progress[value="74"][class*=speed-90]::before {
  animation-duration: 6660ms;
  width: 74%;
}
progress[value="74"][class*=speed-100]::before {
  animation-duration: 7400ms;
  width: 74%;
}
progress[value="75"]::before {
  animation-duration: 750ms;
  width: 75%;
}
progress[value="75"][class*=speed-10]::before {
  animation-duration: 750ms;
  width: 75%;
}
progress[value="75"][class*=speed-20]::before {
  animation-duration: 1500ms;
  width: 75%;
}
progress[value="75"][class*=speed-30]::before {
  animation-duration: 2250ms;
  width: 75%;
}
progress[value="75"][class*=speed-40]::before {
  animation-duration: 3000ms;
  width: 75%;
}
progress[value="75"][class*=speed-50]::before {
  animation-duration: 3750ms;
  width: 75%;
}
progress[value="75"][class*=speed-60]::before {
  animation-duration: 4500ms;
  width: 75%;
}
progress[value="75"][class*=speed-70]::before {
  animation-duration: 5250ms;
  width: 75%;
}
progress[value="75"][class*=speed-80]::before {
  animation-duration: 6000ms;
  width: 75%;
}
progress[value="75"][class*=speed-90]::before {
  animation-duration: 6750ms;
  width: 75%;
}
progress[value="75"][class*=speed-100]::before {
  animation-duration: 7500ms;
  width: 75%;
}
progress[value="76"]::before {
  animation-duration: 760ms;
  width: 76%;
}
progress[value="76"][class*=speed-10]::before {
  animation-duration: 760ms;
  width: 76%;
}
progress[value="76"][class*=speed-20]::before {
  animation-duration: 1520ms;
  width: 76%;
}
progress[value="76"][class*=speed-30]::before {
  animation-duration: 2280ms;
  width: 76%;
}
progress[value="76"][class*=speed-40]::before {
  animation-duration: 3040ms;
  width: 76%;
}
progress[value="76"][class*=speed-50]::before {
  animation-duration: 3800ms;
  width: 76%;
}
progress[value="76"][class*=speed-60]::before {
  animation-duration: 4560ms;
  width: 76%;
}
progress[value="76"][class*=speed-70]::before {
  animation-duration: 5320ms;
  width: 76%;
}
progress[value="76"][class*=speed-80]::before {
  animation-duration: 6080ms;
  width: 76%;
}
progress[value="76"][class*=speed-90]::before {
  animation-duration: 6840ms;
  width: 76%;
}
progress[value="76"][class*=speed-100]::before {
  animation-duration: 7600ms;
  width: 76%;
}
progress[value="77"]::before {
  animation-duration: 770ms;
  width: 77%;
}
progress[value="77"][class*=speed-10]::before {
  animation-duration: 770ms;
  width: 77%;
}
progress[value="77"][class*=speed-20]::before {
  animation-duration: 1540ms;
  width: 77%;
}
progress[value="77"][class*=speed-30]::before {
  animation-duration: 2310ms;
  width: 77%;
}
progress[value="77"][class*=speed-40]::before {
  animation-duration: 3080ms;
  width: 77%;
}
progress[value="77"][class*=speed-50]::before {
  animation-duration: 3850ms;
  width: 77%;
}
progress[value="77"][class*=speed-60]::before {
  animation-duration: 4620ms;
  width: 77%;
}
progress[value="77"][class*=speed-70]::before {
  animation-duration: 5390ms;
  width: 77%;
}
progress[value="77"][class*=speed-80]::before {
  animation-duration: 6160ms;
  width: 77%;
}
progress[value="77"][class*=speed-90]::before {
  animation-duration: 6930ms;
  width: 77%;
}
progress[value="77"][class*=speed-100]::before {
  animation-duration: 7700ms;
  width: 77%;
}
progress[value="78"]::before {
  animation-duration: 780ms;
  width: 78%;
}
progress[value="78"][class*=speed-10]::before {
  animation-duration: 780ms;
  width: 78%;
}
progress[value="78"][class*=speed-20]::before {
  animation-duration: 1560ms;
  width: 78%;
}
progress[value="78"][class*=speed-30]::before {
  animation-duration: 2340ms;
  width: 78%;
}
progress[value="78"][class*=speed-40]::before {
  animation-duration: 3120ms;
  width: 78%;
}
progress[value="78"][class*=speed-50]::before {
  animation-duration: 3900ms;
  width: 78%;
}
progress[value="78"][class*=speed-60]::before {
  animation-duration: 4680ms;
  width: 78%;
}
progress[value="78"][class*=speed-70]::before {
  animation-duration: 5460ms;
  width: 78%;
}
progress[value="78"][class*=speed-80]::before {
  animation-duration: 6240ms;
  width: 78%;
}
progress[value="78"][class*=speed-90]::before {
  animation-duration: 7020ms;
  width: 78%;
}
progress[value="78"][class*=speed-100]::before {
  animation-duration: 7800ms;
  width: 78%;
}
progress[value="79"]::before {
  animation-duration: 790ms;
  width: 79%;
}
progress[value="79"][class*=speed-10]::before {
  animation-duration: 790ms;
  width: 79%;
}
progress[value="79"][class*=speed-20]::before {
  animation-duration: 1580ms;
  width: 79%;
}
progress[value="79"][class*=speed-30]::before {
  animation-duration: 2370ms;
  width: 79%;
}
progress[value="79"][class*=speed-40]::before {
  animation-duration: 3160ms;
  width: 79%;
}
progress[value="79"][class*=speed-50]::before {
  animation-duration: 3950ms;
  width: 79%;
}
progress[value="79"][class*=speed-60]::before {
  animation-duration: 4740ms;
  width: 79%;
}
progress[value="79"][class*=speed-70]::before {
  animation-duration: 5530ms;
  width: 79%;
}
progress[value="79"][class*=speed-80]::before {
  animation-duration: 6320ms;
  width: 79%;
}
progress[value="79"][class*=speed-90]::before {
  animation-duration: 7110ms;
  width: 79%;
}
progress[value="79"][class*=speed-100]::before {
  animation-duration: 7900ms;
  width: 79%;
}
progress[value="80"]::before {
  animation-duration: 800ms;
  width: 80%;
}
progress[value="80"][class*=speed-10]::before {
  animation-duration: 800ms;
  width: 80%;
}
progress[value="80"][class*=speed-20]::before {
  animation-duration: 1600ms;
  width: 80%;
}
progress[value="80"][class*=speed-30]::before {
  animation-duration: 2400ms;
  width: 80%;
}
progress[value="80"][class*=speed-40]::before {
  animation-duration: 3200ms;
  width: 80%;
}
progress[value="80"][class*=speed-50]::before {
  animation-duration: 4000ms;
  width: 80%;
}
progress[value="80"][class*=speed-60]::before {
  animation-duration: 4800ms;
  width: 80%;
}
progress[value="80"][class*=speed-70]::before {
  animation-duration: 5600ms;
  width: 80%;
}
progress[value="80"][class*=speed-80]::before {
  animation-duration: 6400ms;
  width: 80%;
}
progress[value="80"][class*=speed-90]::before {
  animation-duration: 7200ms;
  width: 80%;
}
progress[value="80"][class*=speed-100]::before {
  animation-duration: 8000ms;
  width: 80%;
}
progress[value="81"]::before {
  animation-duration: 810ms;
  width: 81%;
}
progress[value="81"][class*=speed-10]::before {
  animation-duration: 810ms;
  width: 81%;
}
progress[value="81"][class*=speed-20]::before {
  animation-duration: 1620ms;
  width: 81%;
}
progress[value="81"][class*=speed-30]::before {
  animation-duration: 2430ms;
  width: 81%;
}
progress[value="81"][class*=speed-40]::before {
  animation-duration: 3240ms;
  width: 81%;
}
progress[value="81"][class*=speed-50]::before {
  animation-duration: 4050ms;
  width: 81%;
}
progress[value="81"][class*=speed-60]::before {
  animation-duration: 4860ms;
  width: 81%;
}
progress[value="81"][class*=speed-70]::before {
  animation-duration: 5670ms;
  width: 81%;
}
progress[value="81"][class*=speed-80]::before {
  animation-duration: 6480ms;
  width: 81%;
}
progress[value="81"][class*=speed-90]::before {
  animation-duration: 7290ms;
  width: 81%;
}
progress[value="81"][class*=speed-100]::before {
  animation-duration: 8100ms;
  width: 81%;
}
progress[value="82"]::before {
  animation-duration: 820ms;
  width: 82%;
}
progress[value="82"][class*=speed-10]::before {
  animation-duration: 820ms;
  width: 82%;
}
progress[value="82"][class*=speed-20]::before {
  animation-duration: 1640ms;
  width: 82%;
}
progress[value="82"][class*=speed-30]::before {
  animation-duration: 2460ms;
  width: 82%;
}
progress[value="82"][class*=speed-40]::before {
  animation-duration: 3280ms;
  width: 82%;
}
progress[value="82"][class*=speed-50]::before {
  animation-duration: 4100ms;
  width: 82%;
}
progress[value="82"][class*=speed-60]::before {
  animation-duration: 4920ms;
  width: 82%;
}
progress[value="82"][class*=speed-70]::before {
  animation-duration: 5740ms;
  width: 82%;
}
progress[value="82"][class*=speed-80]::before {
  animation-duration: 6560ms;
  width: 82%;
}
progress[value="82"][class*=speed-90]::before {
  animation-duration: 7380ms;
  width: 82%;
}
progress[value="82"][class*=speed-100]::before {
  animation-duration: 8200ms;
  width: 82%;
}
progress[value="83"]::before {
  animation-duration: 830ms;
  width: 83%;
}
progress[value="83"][class*=speed-10]::before {
  animation-duration: 830ms;
  width: 83%;
}
progress[value="83"][class*=speed-20]::before {
  animation-duration: 1660ms;
  width: 83%;
}
progress[value="83"][class*=speed-30]::before {
  animation-duration: 2490ms;
  width: 83%;
}
progress[value="83"][class*=speed-40]::before {
  animation-duration: 3320ms;
  width: 83%;
}
progress[value="83"][class*=speed-50]::before {
  animation-duration: 4150ms;
  width: 83%;
}
progress[value="83"][class*=speed-60]::before {
  animation-duration: 4980ms;
  width: 83%;
}
progress[value="83"][class*=speed-70]::before {
  animation-duration: 5810ms;
  width: 83%;
}
progress[value="83"][class*=speed-80]::before {
  animation-duration: 6640ms;
  width: 83%;
}
progress[value="83"][class*=speed-90]::before {
  animation-duration: 7470ms;
  width: 83%;
}
progress[value="83"][class*=speed-100]::before {
  animation-duration: 8300ms;
  width: 83%;
}
progress[value="84"]::before {
  animation-duration: 840ms;
  width: 84%;
}
progress[value="84"][class*=speed-10]::before {
  animation-duration: 840ms;
  width: 84%;
}
progress[value="84"][class*=speed-20]::before {
  animation-duration: 1680ms;
  width: 84%;
}
progress[value="84"][class*=speed-30]::before {
  animation-duration: 2520ms;
  width: 84%;
}
progress[value="84"][class*=speed-40]::before {
  animation-duration: 3360ms;
  width: 84%;
}
progress[value="84"][class*=speed-50]::before {
  animation-duration: 4200ms;
  width: 84%;
}
progress[value="84"][class*=speed-60]::before {
  animation-duration: 5040ms;
  width: 84%;
}
progress[value="84"][class*=speed-70]::before {
  animation-duration: 5880ms;
  width: 84%;
}
progress[value="84"][class*=speed-80]::before {
  animation-duration: 6720ms;
  width: 84%;
}
progress[value="84"][class*=speed-90]::before {
  animation-duration: 7560ms;
  width: 84%;
}
progress[value="84"][class*=speed-100]::before {
  animation-duration: 8400ms;
  width: 84%;
}
progress[value="85"]::before {
  animation-duration: 850ms;
  width: 85%;
}
progress[value="85"][class*=speed-10]::before {
  animation-duration: 850ms;
  width: 85%;
}
progress[value="85"][class*=speed-20]::before {
  animation-duration: 1700ms;
  width: 85%;
}
progress[value="85"][class*=speed-30]::before {
  animation-duration: 2550ms;
  width: 85%;
}
progress[value="85"][class*=speed-40]::before {
  animation-duration: 3400ms;
  width: 85%;
}
progress[value="85"][class*=speed-50]::before {
  animation-duration: 4250ms;
  width: 85%;
}
progress[value="85"][class*=speed-60]::before {
  animation-duration: 5100ms;
  width: 85%;
}
progress[value="85"][class*=speed-70]::before {
  animation-duration: 5950ms;
  width: 85%;
}
progress[value="85"][class*=speed-80]::before {
  animation-duration: 6800ms;
  width: 85%;
}
progress[value="85"][class*=speed-90]::before {
  animation-duration: 7650ms;
  width: 85%;
}
progress[value="85"][class*=speed-100]::before {
  animation-duration: 8500ms;
  width: 85%;
}
progress[value="86"]::before {
  animation-duration: 860ms;
  width: 86%;
}
progress[value="86"][class*=speed-10]::before {
  animation-duration: 860ms;
  width: 86%;
}
progress[value="86"][class*=speed-20]::before {
  animation-duration: 1720ms;
  width: 86%;
}
progress[value="86"][class*=speed-30]::before {
  animation-duration: 2580ms;
  width: 86%;
}
progress[value="86"][class*=speed-40]::before {
  animation-duration: 3440ms;
  width: 86%;
}
progress[value="86"][class*=speed-50]::before {
  animation-duration: 4300ms;
  width: 86%;
}
progress[value="86"][class*=speed-60]::before {
  animation-duration: 5160ms;
  width: 86%;
}
progress[value="86"][class*=speed-70]::before {
  animation-duration: 6020ms;
  width: 86%;
}
progress[value="86"][class*=speed-80]::before {
  animation-duration: 6880ms;
  width: 86%;
}
progress[value="86"][class*=speed-90]::before {
  animation-duration: 7740ms;
  width: 86%;
}
progress[value="86"][class*=speed-100]::before {
  animation-duration: 8600ms;
  width: 86%;
}
progress[value="87"]::before {
  animation-duration: 870ms;
  width: 87%;
}
progress[value="87"][class*=speed-10]::before {
  animation-duration: 870ms;
  width: 87%;
}
progress[value="87"][class*=speed-20]::before {
  animation-duration: 1740ms;
  width: 87%;
}
progress[value="87"][class*=speed-30]::before {
  animation-duration: 2610ms;
  width: 87%;
}
progress[value="87"][class*=speed-40]::before {
  animation-duration: 3480ms;
  width: 87%;
}
progress[value="87"][class*=speed-50]::before {
  animation-duration: 4350ms;
  width: 87%;
}
progress[value="87"][class*=speed-60]::before {
  animation-duration: 5220ms;
  width: 87%;
}
progress[value="87"][class*=speed-70]::before {
  animation-duration: 6090ms;
  width: 87%;
}
progress[value="87"][class*=speed-80]::before {
  animation-duration: 6960ms;
  width: 87%;
}
progress[value="87"][class*=speed-90]::before {
  animation-duration: 7830ms;
  width: 87%;
}
progress[value="87"][class*=speed-100]::before {
  animation-duration: 8700ms;
  width: 87%;
}
progress[value="88"]::before {
  animation-duration: 880ms;
  width: 88%;
}
progress[value="88"][class*=speed-10]::before {
  animation-duration: 880ms;
  width: 88%;
}
progress[value="88"][class*=speed-20]::before {
  animation-duration: 1760ms;
  width: 88%;
}
progress[value="88"][class*=speed-30]::before {
  animation-duration: 2640ms;
  width: 88%;
}
progress[value="88"][class*=speed-40]::before {
  animation-duration: 3520ms;
  width: 88%;
}
progress[value="88"][class*=speed-50]::before {
  animation-duration: 4400ms;
  width: 88%;
}
progress[value="88"][class*=speed-60]::before {
  animation-duration: 5280ms;
  width: 88%;
}
progress[value="88"][class*=speed-70]::before {
  animation-duration: 6160ms;
  width: 88%;
}
progress[value="88"][class*=speed-80]::before {
  animation-duration: 7040ms;
  width: 88%;
}
progress[value="88"][class*=speed-90]::before {
  animation-duration: 7920ms;
  width: 88%;
}
progress[value="88"][class*=speed-100]::before {
  animation-duration: 8800ms;
  width: 88%;
}
progress[value="89"]::before {
  animation-duration: 890ms;
  width: 89%;
}
progress[value="89"][class*=speed-10]::before {
  animation-duration: 890ms;
  width: 89%;
}
progress[value="89"][class*=speed-20]::before {
  animation-duration: 1780ms;
  width: 89%;
}
progress[value="89"][class*=speed-30]::before {
  animation-duration: 2670ms;
  width: 89%;
}
progress[value="89"][class*=speed-40]::before {
  animation-duration: 3560ms;
  width: 89%;
}
progress[value="89"][class*=speed-50]::before {
  animation-duration: 4450ms;
  width: 89%;
}
progress[value="89"][class*=speed-60]::before {
  animation-duration: 5340ms;
  width: 89%;
}
progress[value="89"][class*=speed-70]::before {
  animation-duration: 6230ms;
  width: 89%;
}
progress[value="89"][class*=speed-80]::before {
  animation-duration: 7120ms;
  width: 89%;
}
progress[value="89"][class*=speed-90]::before {
  animation-duration: 8010ms;
  width: 89%;
}
progress[value="89"][class*=speed-100]::before {
  animation-duration: 8900ms;
  width: 89%;
}
progress[value="90"]::before {
  animation-duration: 900ms;
  width: 90%;
}
progress[value="90"][class*=speed-10]::before {
  animation-duration: 900ms;
  width: 90%;
}
progress[value="90"][class*=speed-20]::before {
  animation-duration: 1800ms;
  width: 90%;
}
progress[value="90"][class*=speed-30]::before {
  animation-duration: 2700ms;
  width: 90%;
}
progress[value="90"][class*=speed-40]::before {
  animation-duration: 3600ms;
  width: 90%;
}
progress[value="90"][class*=speed-50]::before {
  animation-duration: 4500ms;
  width: 90%;
}
progress[value="90"][class*=speed-60]::before {
  animation-duration: 5400ms;
  width: 90%;
}
progress[value="90"][class*=speed-70]::before {
  animation-duration: 6300ms;
  width: 90%;
}
progress[value="90"][class*=speed-80]::before {
  animation-duration: 7200ms;
  width: 90%;
}
progress[value="90"][class*=speed-90]::before {
  animation-duration: 8100ms;
  width: 90%;
}
progress[value="90"][class*=speed-100]::before {
  animation-duration: 9000ms;
  width: 90%;
}
progress[value="91"]::before {
  animation-duration: 910ms;
  width: 91%;
}
progress[value="91"][class*=speed-10]::before {
  animation-duration: 910ms;
  width: 91%;
}
progress[value="91"][class*=speed-20]::before {
  animation-duration: 1820ms;
  width: 91%;
}
progress[value="91"][class*=speed-30]::before {
  animation-duration: 2730ms;
  width: 91%;
}
progress[value="91"][class*=speed-40]::before {
  animation-duration: 3640ms;
  width: 91%;
}
progress[value="91"][class*=speed-50]::before {
  animation-duration: 4550ms;
  width: 91%;
}
progress[value="91"][class*=speed-60]::before {
  animation-duration: 5460ms;
  width: 91%;
}
progress[value="91"][class*=speed-70]::before {
  animation-duration: 6370ms;
  width: 91%;
}
progress[value="91"][class*=speed-80]::before {
  animation-duration: 7280ms;
  width: 91%;
}
progress[value="91"][class*=speed-90]::before {
  animation-duration: 8190ms;
  width: 91%;
}
progress[value="91"][class*=speed-100]::before {
  animation-duration: 9100ms;
  width: 91%;
}
progress[value="92"]::before {
  animation-duration: 920ms;
  width: 92%;
}
progress[value="92"][class*=speed-10]::before {
  animation-duration: 920ms;
  width: 92%;
}
progress[value="92"][class*=speed-20]::before {
  animation-duration: 1840ms;
  width: 92%;
}
progress[value="92"][class*=speed-30]::before {
  animation-duration: 2760ms;
  width: 92%;
}
progress[value="92"][class*=speed-40]::before {
  animation-duration: 3680ms;
  width: 92%;
}
progress[value="92"][class*=speed-50]::before {
  animation-duration: 4600ms;
  width: 92%;
}
progress[value="92"][class*=speed-60]::before {
  animation-duration: 5520ms;
  width: 92%;
}
progress[value="92"][class*=speed-70]::before {
  animation-duration: 6440ms;
  width: 92%;
}
progress[value="92"][class*=speed-80]::before {
  animation-duration: 7360ms;
  width: 92%;
}
progress[value="92"][class*=speed-90]::before {
  animation-duration: 8280ms;
  width: 92%;
}
progress[value="92"][class*=speed-100]::before {
  animation-duration: 9200ms;
  width: 92%;
}
progress[value="93"]::before {
  animation-duration: 930ms;
  width: 93%;
}
progress[value="93"][class*=speed-10]::before {
  animation-duration: 930ms;
  width: 93%;
}
progress[value="93"][class*=speed-20]::before {
  animation-duration: 1860ms;
  width: 93%;
}
progress[value="93"][class*=speed-30]::before {
  animation-duration: 2790ms;
  width: 93%;
}
progress[value="93"][class*=speed-40]::before {
  animation-duration: 3720ms;
  width: 93%;
}
progress[value="93"][class*=speed-50]::before {
  animation-duration: 4650ms;
  width: 93%;
}
progress[value="93"][class*=speed-60]::before {
  animation-duration: 5580ms;
  width: 93%;
}
progress[value="93"][class*=speed-70]::before {
  animation-duration: 6510ms;
  width: 93%;
}
progress[value="93"][class*=speed-80]::before {
  animation-duration: 7440ms;
  width: 93%;
}
progress[value="93"][class*=speed-90]::before {
  animation-duration: 8370ms;
  width: 93%;
}
progress[value="93"][class*=speed-100]::before {
  animation-duration: 9300ms;
  width: 93%;
}
progress[value="94"]::before {
  animation-duration: 940ms;
  width: 94%;
}
progress[value="94"][class*=speed-10]::before {
  animation-duration: 940ms;
  width: 94%;
}
progress[value="94"][class*=speed-20]::before {
  animation-duration: 1880ms;
  width: 94%;
}
progress[value="94"][class*=speed-30]::before {
  animation-duration: 2820ms;
  width: 94%;
}
progress[value="94"][class*=speed-40]::before {
  animation-duration: 3760ms;
  width: 94%;
}
progress[value="94"][class*=speed-50]::before {
  animation-duration: 4700ms;
  width: 94%;
}
progress[value="94"][class*=speed-60]::before {
  animation-duration: 5640ms;
  width: 94%;
}
progress[value="94"][class*=speed-70]::before {
  animation-duration: 6580ms;
  width: 94%;
}
progress[value="94"][class*=speed-80]::before {
  animation-duration: 7520ms;
  width: 94%;
}
progress[value="94"][class*=speed-90]::before {
  animation-duration: 8460ms;
  width: 94%;
}
progress[value="94"][class*=speed-100]::before {
  animation-duration: 9400ms;
  width: 94%;
}
progress[value="95"]::before {
  animation-duration: 950ms;
  width: 95%;
}
progress[value="95"][class*=speed-10]::before {
  animation-duration: 950ms;
  width: 95%;
}
progress[value="95"][class*=speed-20]::before {
  animation-duration: 1900ms;
  width: 95%;
}
progress[value="95"][class*=speed-30]::before {
  animation-duration: 2850ms;
  width: 95%;
}
progress[value="95"][class*=speed-40]::before {
  animation-duration: 3800ms;
  width: 95%;
}
progress[value="95"][class*=speed-50]::before {
  animation-duration: 4750ms;
  width: 95%;
}
progress[value="95"][class*=speed-60]::before {
  animation-duration: 5700ms;
  width: 95%;
}
progress[value="95"][class*=speed-70]::before {
  animation-duration: 6650ms;
  width: 95%;
}
progress[value="95"][class*=speed-80]::before {
  animation-duration: 7600ms;
  width: 95%;
}
progress[value="95"][class*=speed-90]::before {
  animation-duration: 8550ms;
  width: 95%;
}
progress[value="95"][class*=speed-100]::before {
  animation-duration: 9500ms;
  width: 95%;
}
progress[value="96"]::before {
  animation-duration: 960ms;
  width: 96%;
}
progress[value="96"][class*=speed-10]::before {
  animation-duration: 960ms;
  width: 96%;
}
progress[value="96"][class*=speed-20]::before {
  animation-duration: 1920ms;
  width: 96%;
}
progress[value="96"][class*=speed-30]::before {
  animation-duration: 2880ms;
  width: 96%;
}
progress[value="96"][class*=speed-40]::before {
  animation-duration: 3840ms;
  width: 96%;
}
progress[value="96"][class*=speed-50]::before {
  animation-duration: 4800ms;
  width: 96%;
}
progress[value="96"][class*=speed-60]::before {
  animation-duration: 5760ms;
  width: 96%;
}
progress[value="96"][class*=speed-70]::before {
  animation-duration: 6720ms;
  width: 96%;
}
progress[value="96"][class*=speed-80]::before {
  animation-duration: 7680ms;
  width: 96%;
}
progress[value="96"][class*=speed-90]::before {
  animation-duration: 8640ms;
  width: 96%;
}
progress[value="96"][class*=speed-100]::before {
  animation-duration: 9600ms;
  width: 96%;
}
progress[value="97"]::before {
  animation-duration: 970ms;
  width: 97%;
}
progress[value="97"][class*=speed-10]::before {
  animation-duration: 970ms;
  width: 97%;
}
progress[value="97"][class*=speed-20]::before {
  animation-duration: 1940ms;
  width: 97%;
}
progress[value="97"][class*=speed-30]::before {
  animation-duration: 2910ms;
  width: 97%;
}
progress[value="97"][class*=speed-40]::before {
  animation-duration: 3880ms;
  width: 97%;
}
progress[value="97"][class*=speed-50]::before {
  animation-duration: 4850ms;
  width: 97%;
}
progress[value="97"][class*=speed-60]::before {
  animation-duration: 5820ms;
  width: 97%;
}
progress[value="97"][class*=speed-70]::before {
  animation-duration: 6790ms;
  width: 97%;
}
progress[value="97"][class*=speed-80]::before {
  animation-duration: 7760ms;
  width: 97%;
}
progress[value="97"][class*=speed-90]::before {
  animation-duration: 8730ms;
  width: 97%;
}
progress[value="97"][class*=speed-100]::before {
  animation-duration: 9700ms;
  width: 97%;
}
progress[value="98"]::before {
  animation-duration: 980ms;
  width: 98%;
}
progress[value="98"][class*=speed-10]::before {
  animation-duration: 980ms;
  width: 98%;
}
progress[value="98"][class*=speed-20]::before {
  animation-duration: 1960ms;
  width: 98%;
}
progress[value="98"][class*=speed-30]::before {
  animation-duration: 2940ms;
  width: 98%;
}
progress[value="98"][class*=speed-40]::before {
  animation-duration: 3920ms;
  width: 98%;
}
progress[value="98"][class*=speed-50]::before {
  animation-duration: 4900ms;
  width: 98%;
}
progress[value="98"][class*=speed-60]::before {
  animation-duration: 5880ms;
  width: 98%;
}
progress[value="98"][class*=speed-70]::before {
  animation-duration: 6860ms;
  width: 98%;
}
progress[value="98"][class*=speed-80]::before {
  animation-duration: 7840ms;
  width: 98%;
}
progress[value="98"][class*=speed-90]::before {
  animation-duration: 8820ms;
  width: 98%;
}
progress[value="98"][class*=speed-100]::before {
  animation-duration: 9800ms;
  width: 98%;
}
progress[value="99"]::before {
  animation-duration: 990ms;
  width: 99%;
}
progress[value="99"][class*=speed-10]::before {
  animation-duration: 990ms;
  width: 99%;
}
progress[value="99"][class*=speed-20]::before {
  animation-duration: 1980ms;
  width: 99%;
}
progress[value="99"][class*=speed-30]::before {
  animation-duration: 2970ms;
  width: 99%;
}
progress[value="99"][class*=speed-40]::before {
  animation-duration: 3960ms;
  width: 99%;
}
progress[value="99"][class*=speed-50]::before {
  animation-duration: 4950ms;
  width: 99%;
}
progress[value="99"][class*=speed-60]::before {
  animation-duration: 5940ms;
  width: 99%;
}
progress[value="99"][class*=speed-70]::before {
  animation-duration: 6930ms;
  width: 99%;
}
progress[value="99"][class*=speed-80]::before {
  animation-duration: 7920ms;
  width: 99%;
}
progress[value="99"][class*=speed-90]::before {
  animation-duration: 8910ms;
  width: 99%;
}
progress[value="99"][class*=speed-100]::before {
  animation-duration: 9900ms;
  width: 99%;
}
progress[value="100"]::before {
  animation-duration: 1000ms;
  width: 100%;
}
progress[value="100"][class*=speed-10]::before {
  animation-duration: 1000ms;
  width: 100%;
}
progress[value="100"][class*=speed-20]::before {
  animation-duration: 2000ms;
  width: 100%;
}
progress[value="100"][class*=speed-30]::before {
  animation-duration: 3000ms;
  width: 100%;
}
progress[value="100"][class*=speed-40]::before {
  animation-duration: 4000ms;
  width: 100%;
}
progress[value="100"][class*=speed-50]::before {
  animation-duration: 5000ms;
  width: 100%;
}
progress[value="100"][class*=speed-60]::before {
  animation-duration: 6000ms;
  width: 100%;
}
progress[value="100"][class*=speed-70]::before {
  animation-duration: 7000ms;
  width: 100%;
}
progress[value="100"][class*=speed-80]::before {
  animation-duration: 8000ms;
  width: 100%;
}
progress[value="100"][class*=speed-90]::before {
  animation-duration: 9000ms;
  width: 100%;
}
progress[value="100"][class*=speed-100]::before {
  animation-duration: 10000ms;
  width: 100%;
}

.fg-primary,
.text-primary {
  color: #03A9F4;
}
.fg-primary-100,
.text-primary-100 {
  color: rgb(3, 152, 220);
}
.fg-primary-200,
.text-primary-200 {
  color: rgb(2, 135, 195);
}
.fg-primary-300,
.text-primary-300 {
  color: rgb(2, 118, 171);
}
.fg-primary-400,
.text-primary-400 {
  color: rgb(2, 101, 146);
}
.fg-primary-500,
.text-primary-500 {
  color: #03A9F4;
}
.fg-primary-600,
.text-primary-600 {
  color: rgb(154, 221, 251);
}
.fg-primary-700,
.text-primary-700 {
  color: rgb(179, 229, 252);
}
.fg-primary-800,
.text-primary-800 {
  color: rgb(205, 238, 253);
}
.fg-primary-900,
.text-primary-900 {
  color: rgb(230, 246, 254);
}

.active\:fg-primary:active,
.focus\:fg-primary:focus,
.hover\:fg-primary:hover {
  color: #03A9F4;
}

.active\:text-primary:active,
.focus\:text-primary:focus,
.hover\:text-primary:hover {
  color: #03A9F4;
}

.active\:fg-primary-100:active,
.focus\:fg-primary-100:focus,
.hover\:fg-primary-100:hover {
  color: rgb(3, 152, 220);
}

.active\:fg-primary-200:active,
.focus\:fg-primary-200:focus,
.hover\:fg-primary-200:hover {
  color: rgb(2, 135, 195);
}

.active\:fg-primary-300:active,
.focus\:fg-primary-300:focus,
.hover\:fg-primary-300:hover {
  color: rgb(2, 118, 171);
}

.active\:fg-primary-400:active,
.focus\:fg-primary-400:focus,
.hover\:fg-primary-400:hover {
  color: rgb(2, 101, 146);
}

.active\:fg-primary-500:active,
.focus\:fg-primary-500:focus,
.hover\:fg-primary-500:hover {
  color: #03A9F4;
}

.active\:fg-primary-600:active,
.focus\:fg-primary-600:focus,
.hover\:fg-primary-600:hover {
  color: rgb(154, 221, 251);
}

.active\:fg-primary-700:active,
.focus\:fg-primary-700:focus,
.hover\:fg-primary-700:hover {
  color: rgb(179, 229, 252);
}

.active\:fg-primary-800:active,
.focus\:fg-primary-800:focus,
.hover\:fg-primary-800:hover {
  color: rgb(205, 238, 253);
}

.active\:fg-primary-900:active,
.focus\:fg-primary-900:focus,
.hover\:fg-primary-900:hover {
  color: rgb(230, 246, 254);
}

.fg-secondary,
.text-secondary {
  color: #333;
}
.fg-secondary-100,
.text-secondary-100 {
  color: rgb(46, 46, 46);
}
.fg-secondary-200,
.text-secondary-200 {
  color: rgb(41, 41, 41);
}
.fg-secondary-300,
.text-secondary-300 {
  color: rgb(36, 36, 36);
}
.fg-secondary-400,
.text-secondary-400 {
  color: rgb(31, 31, 31);
}
.fg-secondary-500,
.text-secondary-500 {
  color: #333;
}
.fg-secondary-600,
.text-secondary-600 {
  color: rgb(173, 173, 173);
}
.fg-secondary-700,
.text-secondary-700 {
  color: rgb(194, 194, 194);
}
.fg-secondary-800,
.text-secondary-800 {
  color: rgb(214, 214, 214);
}
.fg-secondary-900,
.text-secondary-900 {
  color: rgb(235, 235, 235);
}

.active\:fg-secondary:active,
.focus\:fg-secondary:focus,
.hover\:fg-secondary:hover {
  color: #333;
}

.active\:text-secondary:active,
.focus\:text-secondary:focus,
.hover\:text-secondary:hover {
  color: #333;
}

.active\:fg-secondary-100:active,
.focus\:fg-secondary-100:focus,
.hover\:fg-secondary-100:hover {
  color: rgb(46, 46, 46);
}

.active\:fg-secondary-200:active,
.focus\:fg-secondary-200:focus,
.hover\:fg-secondary-200:hover {
  color: rgb(41, 41, 41);
}

.active\:fg-secondary-300:active,
.focus\:fg-secondary-300:focus,
.hover\:fg-secondary-300:hover {
  color: rgb(36, 36, 36);
}

.active\:fg-secondary-400:active,
.focus\:fg-secondary-400:focus,
.hover\:fg-secondary-400:hover {
  color: rgb(31, 31, 31);
}

.active\:fg-secondary-500:active,
.focus\:fg-secondary-500:focus,
.hover\:fg-secondary-500:hover {
  color: #333;
}

.active\:fg-secondary-600:active,
.focus\:fg-secondary-600:focus,
.hover\:fg-secondary-600:hover {
  color: rgb(173, 173, 173);
}

.active\:fg-secondary-700:active,
.focus\:fg-secondary-700:focus,
.hover\:fg-secondary-700:hover {
  color: rgb(194, 194, 194);
}

.active\:fg-secondary-800:active,
.focus\:fg-secondary-800:focus,
.hover\:fg-secondary-800:hover {
  color: rgb(214, 214, 214);
}

.active\:fg-secondary-900:active,
.focus\:fg-secondary-900:focus,
.hover\:fg-secondary-900:hover {
  color: rgb(235, 235, 235);
}

.fg-success,
.text-success {
  color: #28a745;
}
.fg-success-100,
.text-success-100 {
  color: rgb(36, 150, 62);
}
.fg-success-200,
.text-success-200 {
  color: rgb(32, 134, 55);
}
.fg-success-300,
.text-success-300 {
  color: rgb(28, 117, 48);
}
.fg-success-400,
.text-success-400 {
  color: rgb(24, 100, 41);
}
.fg-success-500,
.text-success-500 {
  color: #28a745;
}
.fg-success-600,
.text-success-600 {
  color: rgb(169, 220, 181);
}
.fg-success-700,
.text-success-700 {
  color: rgb(191, 229, 199);
}
.fg-success-800,
.text-success-800 {
  color: rgb(212, 237, 218);
}
.fg-success-900,
.text-success-900 {
  color: rgb(234, 246, 236);
}

.active\:fg-success:active,
.focus\:fg-success:focus,
.hover\:fg-success:hover {
  color: #28a745;
}

.active\:text-success:active,
.focus\:text-success:focus,
.hover\:text-success:hover {
  color: #28a745;
}

.active\:fg-success-100:active,
.focus\:fg-success-100:focus,
.hover\:fg-success-100:hover {
  color: rgb(36, 150, 62);
}

.active\:fg-success-200:active,
.focus\:fg-success-200:focus,
.hover\:fg-success-200:hover {
  color: rgb(32, 134, 55);
}

.active\:fg-success-300:active,
.focus\:fg-success-300:focus,
.hover\:fg-success-300:hover {
  color: rgb(28, 117, 48);
}

.active\:fg-success-400:active,
.focus\:fg-success-400:focus,
.hover\:fg-success-400:hover {
  color: rgb(24, 100, 41);
}

.active\:fg-success-500:active,
.focus\:fg-success-500:focus,
.hover\:fg-success-500:hover {
  color: #28a745;
}

.active\:fg-success-600:active,
.focus\:fg-success-600:focus,
.hover\:fg-success-600:hover {
  color: rgb(169, 220, 181);
}

.active\:fg-success-700:active,
.focus\:fg-success-700:focus,
.hover\:fg-success-700:hover {
  color: rgb(191, 229, 199);
}

.active\:fg-success-800:active,
.focus\:fg-success-800:focus,
.hover\:fg-success-800:hover {
  color: rgb(212, 237, 218);
}

.active\:fg-success-900:active,
.focus\:fg-success-900:focus,
.hover\:fg-success-900:hover {
  color: rgb(234, 246, 236);
}

.fg-info,
.text-info {
  color: #0DCAF0;
}
.fg-info-100,
.text-info-100 {
  color: rgb(12, 182, 216);
}
.fg-info-200,
.text-info-200 {
  color: rgb(10, 162, 192);
}
.fg-info-300,
.text-info-300 {
  color: rgb(9, 141, 168);
}
.fg-info-400,
.text-info-400 {
  color: rgb(8, 121, 144);
}
.fg-info-500,
.text-info-500 {
  color: #0DCAF0;
}
.fg-info-600,
.text-info-600 {
  color: rgb(158, 234, 249);
}
.fg-info-700,
.text-info-700 {
  color: rgb(182, 239, 251);
}
.fg-info-800,
.text-info-800 {
  color: rgb(207, 244, 252);
}
.fg-info-900,
.text-info-900 {
  color: rgb(231, 250, 254);
}

.active\:fg-info:active,
.focus\:fg-info:focus,
.hover\:fg-info:hover {
  color: #0DCAF0;
}

.active\:text-info:active,
.focus\:text-info:focus,
.hover\:text-info:hover {
  color: #0DCAF0;
}

.active\:fg-info-100:active,
.focus\:fg-info-100:focus,
.hover\:fg-info-100:hover {
  color: rgb(12, 182, 216);
}

.active\:fg-info-200:active,
.focus\:fg-info-200:focus,
.hover\:fg-info-200:hover {
  color: rgb(10, 162, 192);
}

.active\:fg-info-300:active,
.focus\:fg-info-300:focus,
.hover\:fg-info-300:hover {
  color: rgb(9, 141, 168);
}

.active\:fg-info-400:active,
.focus\:fg-info-400:focus,
.hover\:fg-info-400:hover {
  color: rgb(8, 121, 144);
}

.active\:fg-info-500:active,
.focus\:fg-info-500:focus,
.hover\:fg-info-500:hover {
  color: #0DCAF0;
}

.active\:fg-info-600:active,
.focus\:fg-info-600:focus,
.hover\:fg-info-600:hover {
  color: rgb(158, 234, 249);
}

.active\:fg-info-700:active,
.focus\:fg-info-700:focus,
.hover\:fg-info-700:hover {
  color: rgb(182, 239, 251);
}

.active\:fg-info-800:active,
.focus\:fg-info-800:focus,
.hover\:fg-info-800:hover {
  color: rgb(207, 244, 252);
}

.active\:fg-info-900:active,
.focus\:fg-info-900:focus,
.hover\:fg-info-900:hover {
  color: rgb(231, 250, 254);
}

.fg-warning,
.text-warning {
  color: #FFC107;
}
.fg-warning-100,
.text-warning-100 {
  color: rgb(230, 174, 6);
}
.fg-warning-200,
.text-warning-200 {
  color: rgb(204, 154, 6);
}
.fg-warning-300,
.text-warning-300 {
  color: rgb(179, 135, 5);
}
.fg-warning-400,
.text-warning-400 {
  color: rgb(153, 116, 4);
}
.fg-warning-500,
.text-warning-500 {
  color: #FFC107;
}
.fg-warning-600,
.text-warning-600 {
  color: rgb(255, 230, 156);
}
.fg-warning-700,
.text-warning-700 {
  color: rgb(255, 236, 181);
}
.fg-warning-800,
.text-warning-800 {
  color: rgb(255, 243, 205);
}
.fg-warning-900,
.text-warning-900 {
  color: rgb(255, 249, 230);
}

.active\:fg-warning:active,
.focus\:fg-warning:focus,
.hover\:fg-warning:hover {
  color: #FFC107;
}

.active\:text-warning:active,
.focus\:text-warning:focus,
.hover\:text-warning:hover {
  color: #FFC107;
}

.active\:fg-warning-100:active,
.focus\:fg-warning-100:focus,
.hover\:fg-warning-100:hover {
  color: rgb(230, 174, 6);
}

.active\:fg-warning-200:active,
.focus\:fg-warning-200:focus,
.hover\:fg-warning-200:hover {
  color: rgb(204, 154, 6);
}

.active\:fg-warning-300:active,
.focus\:fg-warning-300:focus,
.hover\:fg-warning-300:hover {
  color: rgb(179, 135, 5);
}

.active\:fg-warning-400:active,
.focus\:fg-warning-400:focus,
.hover\:fg-warning-400:hover {
  color: rgb(153, 116, 4);
}

.active\:fg-warning-500:active,
.focus\:fg-warning-500:focus,
.hover\:fg-warning-500:hover {
  color: #FFC107;
}

.active\:fg-warning-600:active,
.focus\:fg-warning-600:focus,
.hover\:fg-warning-600:hover {
  color: rgb(255, 230, 156);
}

.active\:fg-warning-700:active,
.focus\:fg-warning-700:focus,
.hover\:fg-warning-700:hover {
  color: rgb(255, 236, 181);
}

.active\:fg-warning-800:active,
.focus\:fg-warning-800:focus,
.hover\:fg-warning-800:hover {
  color: rgb(255, 243, 205);
}

.active\:fg-warning-900:active,
.focus\:fg-warning-900:focus,
.hover\:fg-warning-900:hover {
  color: rgb(255, 249, 230);
}

.fg-danger,
.text-danger {
  color: #DC3545;
}
.fg-danger-100,
.text-danger-100 {
  color: rgb(198, 48, 62);
}
.fg-danger-200,
.text-danger-200 {
  color: rgb(176, 42, 55);
}
.fg-danger-300,
.text-danger-300 {
  color: rgb(154, 37, 48);
}
.fg-danger-400,
.text-danger-400 {
  color: rgb(132, 32, 41);
}
.fg-danger-500,
.text-danger-500 {
  color: #DC3545;
}
.fg-danger-600,
.text-danger-600 {
  color: rgb(241, 174, 181);
}
.fg-danger-700,
.text-danger-700 {
  color: rgb(245, 194, 199);
}
.fg-danger-800,
.text-danger-800 {
  color: rgb(248, 215, 218);
}
.fg-danger-900,
.text-danger-900 {
  color: rgb(252, 235, 236);
}

.active\:fg-danger:active,
.focus\:fg-danger:focus,
.hover\:fg-danger:hover {
  color: #DC3545;
}

.active\:text-danger:active,
.focus\:text-danger:focus,
.hover\:text-danger:hover {
  color: #DC3545;
}

.active\:fg-danger-100:active,
.focus\:fg-danger-100:focus,
.hover\:fg-danger-100:hover {
  color: rgb(198, 48, 62);
}

.active\:fg-danger-200:active,
.focus\:fg-danger-200:focus,
.hover\:fg-danger-200:hover {
  color: rgb(176, 42, 55);
}

.active\:fg-danger-300:active,
.focus\:fg-danger-300:focus,
.hover\:fg-danger-300:hover {
  color: rgb(154, 37, 48);
}

.active\:fg-danger-400:active,
.focus\:fg-danger-400:focus,
.hover\:fg-danger-400:hover {
  color: rgb(132, 32, 41);
}

.active\:fg-danger-500:active,
.focus\:fg-danger-500:focus,
.hover\:fg-danger-500:hover {
  color: #DC3545;
}

.active\:fg-danger-600:active,
.focus\:fg-danger-600:focus,
.hover\:fg-danger-600:hover {
  color: rgb(241, 174, 181);
}

.active\:fg-danger-700:active,
.focus\:fg-danger-700:focus,
.hover\:fg-danger-700:hover {
  color: rgb(245, 194, 199);
}

.active\:fg-danger-800:active,
.focus\:fg-danger-800:focus,
.hover\:fg-danger-800:hover {
  color: rgb(248, 215, 218);
}

.active\:fg-danger-900:active,
.focus\:fg-danger-900:focus,
.hover\:fg-danger-900:hover {
  color: rgb(252, 235, 236);
}

.fg-light,
.text-light {
  color: #f5f5f5;
}
.fg-light-100,
.text-light-100 {
  color: rgb(221, 221, 221);
}
.fg-light-200,
.text-light-200 {
  color: rgb(196, 196, 196);
}
.fg-light-300,
.text-light-300 {
  color: rgb(172, 172, 172);
}
.fg-light-400,
.text-light-400 {
  color: rgb(147, 147, 147);
}
.fg-light-500,
.text-light-500 {
  color: #f5f5f5;
}
.fg-light-600,
.text-light-600 {
  color: rgb(251, 251, 251);
}
.fg-light-700,
.text-light-700 {
  color: rgb(252, 252, 252);
}
.fg-light-800,
.text-light-800 {
  color: rgb(253, 253, 253);
}
.fg-light-900,
.text-light-900 {
  color: rgb(254, 254, 254);
}

.active\:fg-light:active,
.focus\:fg-light:focus,
.hover\:fg-light:hover {
  color: #f5f5f5;
}

.active\:text-light:active,
.focus\:text-light:focus,
.hover\:text-light:hover {
  color: #f5f5f5;
}

.active\:fg-light-100:active,
.focus\:fg-light-100:focus,
.hover\:fg-light-100:hover {
  color: rgb(221, 221, 221);
}

.active\:fg-light-200:active,
.focus\:fg-light-200:focus,
.hover\:fg-light-200:hover {
  color: rgb(196, 196, 196);
}

.active\:fg-light-300:active,
.focus\:fg-light-300:focus,
.hover\:fg-light-300:hover {
  color: rgb(172, 172, 172);
}

.active\:fg-light-400:active,
.focus\:fg-light-400:focus,
.hover\:fg-light-400:hover {
  color: rgb(147, 147, 147);
}

.active\:fg-light-500:active,
.focus\:fg-light-500:focus,
.hover\:fg-light-500:hover {
  color: #f5f5f5;
}

.active\:fg-light-600:active,
.focus\:fg-light-600:focus,
.hover\:fg-light-600:hover {
  color: rgb(251, 251, 251);
}

.active\:fg-light-700:active,
.focus\:fg-light-700:focus,
.hover\:fg-light-700:hover {
  color: rgb(252, 252, 252);
}

.active\:fg-light-800:active,
.focus\:fg-light-800:focus,
.hover\:fg-light-800:hover {
  color: rgb(253, 253, 253);
}

.active\:fg-light-900:active,
.focus\:fg-light-900:focus,
.hover\:fg-light-900:hover {
  color: rgb(254, 254, 254);
}

.fg-dark,
.text-dark {
  color: #212529;
}
.fg-dark-100,
.text-dark-100 {
  color: rgb(30, 33, 37);
}
.fg-dark-200,
.text-dark-200 {
  color: rgb(26, 30, 33);
}
.fg-dark-300,
.text-dark-300 {
  color: rgb(23, 26, 29);
}
.fg-dark-400,
.text-dark-400 {
  color: rgb(20, 22, 25);
}
.fg-dark-500,
.text-dark-500 {
  color: #212529;
}
.fg-dark-600,
.text-dark-600 {
  color: rgb(166, 168, 169);
}
.fg-dark-700,
.text-dark-700 {
  color: rgb(188, 190, 191);
}
.fg-dark-800,
.text-dark-800 {
  color: rgb(211, 211, 212);
}
.fg-dark-900,
.text-dark-900 {
  color: rgb(233, 233, 234);
}

.active\:fg-dark:active,
.focus\:fg-dark:focus,
.hover\:fg-dark:hover {
  color: #212529;
}

.active\:text-dark:active,
.focus\:text-dark:focus,
.hover\:text-dark:hover {
  color: #212529;
}

.active\:fg-dark-100:active,
.focus\:fg-dark-100:focus,
.hover\:fg-dark-100:hover {
  color: rgb(30, 33, 37);
}

.active\:fg-dark-200:active,
.focus\:fg-dark-200:focus,
.hover\:fg-dark-200:hover {
  color: rgb(26, 30, 33);
}

.active\:fg-dark-300:active,
.focus\:fg-dark-300:focus,
.hover\:fg-dark-300:hover {
  color: rgb(23, 26, 29);
}

.active\:fg-dark-400:active,
.focus\:fg-dark-400:focus,
.hover\:fg-dark-400:hover {
  color: rgb(20, 22, 25);
}

.active\:fg-dark-500:active,
.focus\:fg-dark-500:focus,
.hover\:fg-dark-500:hover {
  color: #212529;
}

.active\:fg-dark-600:active,
.focus\:fg-dark-600:focus,
.hover\:fg-dark-600:hover {
  color: rgb(166, 168, 169);
}

.active\:fg-dark-700:active,
.focus\:fg-dark-700:focus,
.hover\:fg-dark-700:hover {
  color: rgb(188, 190, 191);
}

.active\:fg-dark-800:active,
.focus\:fg-dark-800:focus,
.hover\:fg-dark-800:hover {
  color: rgb(211, 211, 212);
}

.active\:fg-dark-900:active,
.focus\:fg-dark-900:focus,
.hover\:fg-dark-900:hover {
  color: rgb(233, 233, 234);
}

.fg-red,
.text-red {
  color: #F44336;
}
.fg-red-100,
.text-red-100 {
  color: rgb(220, 60, 49);
}
.fg-red-200,
.text-red-200 {
  color: rgb(195, 54, 43);
}
.fg-red-300,
.text-red-300 {
  color: rgb(171, 47, 38);
}
.fg-red-400,
.text-red-400 {
  color: rgb(146, 40, 32);
}
.fg-red-500,
.text-red-500 {
  color: #F44336;
}
.fg-red-600,
.text-red-600 {
  color: rgb(251, 180, 175);
}
.fg-red-700,
.text-red-700 {
  color: rgb(252, 199, 195);
}
.fg-red-800,
.text-red-800 {
  color: rgb(253, 217, 215);
}
.fg-red-900,
.text-red-900 {
  color: rgb(254, 236, 235);
}

.active\:fg-red:active,
.focus\:fg-red:focus,
.hover\:fg-red:hover {
  color: #F44336;
}

.active\:text-red:active,
.focus\:text-red:focus,
.hover\:text-red:hover {
  color: #F44336;
}

.active\:fg-red-100:active,
.focus\:fg-red-100:focus,
.hover\:fg-red-100:hover {
  color: rgb(220, 60, 49);
}

.active\:fg-red-200:active,
.focus\:fg-red-200:focus,
.hover\:fg-red-200:hover {
  color: rgb(195, 54, 43);
}

.active\:fg-red-300:active,
.focus\:fg-red-300:focus,
.hover\:fg-red-300:hover {
  color: rgb(171, 47, 38);
}

.active\:fg-red-400:active,
.focus\:fg-red-400:focus,
.hover\:fg-red-400:hover {
  color: rgb(146, 40, 32);
}

.active\:fg-red-500:active,
.focus\:fg-red-500:focus,
.hover\:fg-red-500:hover {
  color: #F44336;
}

.active\:fg-red-600:active,
.focus\:fg-red-600:focus,
.hover\:fg-red-600:hover {
  color: rgb(251, 180, 175);
}

.active\:fg-red-700:active,
.focus\:fg-red-700:focus,
.hover\:fg-red-700:hover {
  color: rgb(252, 199, 195);
}

.active\:fg-red-800:active,
.focus\:fg-red-800:focus,
.hover\:fg-red-800:hover {
  color: rgb(253, 217, 215);
}

.active\:fg-red-900:active,
.focus\:fg-red-900:focus,
.hover\:fg-red-900:hover {
  color: rgb(254, 236, 235);
}

.fg-green,
.text-green {
  color: #4CAF50;
}
.fg-green-100,
.text-green-100 {
  color: rgb(68, 158, 72);
}
.fg-green-200,
.text-green-200 {
  color: rgb(61, 140, 64);
}
.fg-green-300,
.text-green-300 {
  color: rgb(53, 122, 56);
}
.fg-green-400,
.text-green-400 {
  color: rgb(46, 105, 48);
}
.fg-green-500,
.text-green-500 {
  color: #4CAF50;
}
.fg-green-600,
.text-green-600 {
  color: rgb(183, 223, 185);
}
.fg-green-700,
.text-green-700 {
  color: rgb(201, 231, 203);
}
.fg-green-800,
.text-green-800 {
  color: rgb(219, 239, 220);
}
.fg-green-900,
.text-green-900 {
  color: rgb(237, 247, 238);
}

.active\:fg-green:active,
.focus\:fg-green:focus,
.hover\:fg-green:hover {
  color: #4CAF50;
}

.active\:text-green:active,
.focus\:text-green:focus,
.hover\:text-green:hover {
  color: #4CAF50;
}

.active\:fg-green-100:active,
.focus\:fg-green-100:focus,
.hover\:fg-green-100:hover {
  color: rgb(68, 158, 72);
}

.active\:fg-green-200:active,
.focus\:fg-green-200:focus,
.hover\:fg-green-200:hover {
  color: rgb(61, 140, 64);
}

.active\:fg-green-300:active,
.focus\:fg-green-300:focus,
.hover\:fg-green-300:hover {
  color: rgb(53, 122, 56);
}

.active\:fg-green-400:active,
.focus\:fg-green-400:focus,
.hover\:fg-green-400:hover {
  color: rgb(46, 105, 48);
}

.active\:fg-green-500:active,
.focus\:fg-green-500:focus,
.hover\:fg-green-500:hover {
  color: #4CAF50;
}

.active\:fg-green-600:active,
.focus\:fg-green-600:focus,
.hover\:fg-green-600:hover {
  color: rgb(183, 223, 185);
}

.active\:fg-green-700:active,
.focus\:fg-green-700:focus,
.hover\:fg-green-700:hover {
  color: rgb(201, 231, 203);
}

.active\:fg-green-800:active,
.focus\:fg-green-800:focus,
.hover\:fg-green-800:hover {
  color: rgb(219, 239, 220);
}

.active\:fg-green-900:active,
.focus\:fg-green-900:focus,
.hover\:fg-green-900:hover {
  color: rgb(237, 247, 238);
}

.fg-blue,
.text-blue {
  color: #2196F3;
}
.fg-blue-100,
.text-blue-100 {
  color: rgb(30, 135, 219);
}
.fg-blue-200,
.text-blue-200 {
  color: rgb(26, 120, 194);
}
.fg-blue-300,
.text-blue-300 {
  color: rgb(23, 105, 170);
}
.fg-blue-400,
.text-blue-400 {
  color: rgb(20, 90, 146);
}
.fg-blue-500,
.text-blue-500 {
  color: #2196F3;
}
.fg-blue-600,
.text-blue-600 {
  color: rgb(166, 213, 250);
}
.fg-blue-700,
.text-blue-700 {
  color: rgb(188, 224, 251);
}
.fg-blue-800,
.text-blue-800 {
  color: rgb(211, 234, 253);
}
.fg-blue-900,
.text-blue-900 {
  color: rgb(233, 245, 254);
}

.active\:fg-blue:active,
.focus\:fg-blue:focus,
.hover\:fg-blue:hover {
  color: #2196F3;
}

.active\:text-blue:active,
.focus\:text-blue:focus,
.hover\:text-blue:hover {
  color: #2196F3;
}

.active\:fg-blue-100:active,
.focus\:fg-blue-100:focus,
.hover\:fg-blue-100:hover {
  color: rgb(30, 135, 219);
}

.active\:fg-blue-200:active,
.focus\:fg-blue-200:focus,
.hover\:fg-blue-200:hover {
  color: rgb(26, 120, 194);
}

.active\:fg-blue-300:active,
.focus\:fg-blue-300:focus,
.hover\:fg-blue-300:hover {
  color: rgb(23, 105, 170);
}

.active\:fg-blue-400:active,
.focus\:fg-blue-400:focus,
.hover\:fg-blue-400:hover {
  color: rgb(20, 90, 146);
}

.active\:fg-blue-500:active,
.focus\:fg-blue-500:focus,
.hover\:fg-blue-500:hover {
  color: #2196F3;
}

.active\:fg-blue-600:active,
.focus\:fg-blue-600:focus,
.hover\:fg-blue-600:hover {
  color: rgb(166, 213, 250);
}

.active\:fg-blue-700:active,
.focus\:fg-blue-700:focus,
.hover\:fg-blue-700:hover {
  color: rgb(188, 224, 251);
}

.active\:fg-blue-800:active,
.focus\:fg-blue-800:focus,
.hover\:fg-blue-800:hover {
  color: rgb(211, 234, 253);
}

.active\:fg-blue-900:active,
.focus\:fg-blue-900:focus,
.hover\:fg-blue-900:hover {
  color: rgb(233, 245, 254);
}

.fg-black,
.text-black {
  color: #000;
}
.fg-black-100,
.text-black-100 {
  color: rgb(0, 0, 0);
}
.fg-black-200,
.text-black-200 {
  color: rgb(0, 0, 0);
}
.fg-black-300,
.text-black-300 {
  color: rgb(0, 0, 0);
}
.fg-black-400,
.text-black-400 {
  color: rgb(0, 0, 0);
}
.fg-black-500,
.text-black-500 {
  color: #000;
}
.fg-black-600,
.text-black-600 {
  color: rgb(153, 153, 153);
}
.fg-black-700,
.text-black-700 {
  color: rgb(179, 179, 179);
}
.fg-black-800,
.text-black-800 {
  color: rgb(204, 204, 204);
}
.fg-black-900,
.text-black-900 {
  color: rgb(230, 230, 230);
}

.active\:fg-black:active,
.focus\:fg-black:focus,
.hover\:fg-black:hover {
  color: #000;
}

.active\:text-black:active,
.focus\:text-black:focus,
.hover\:text-black:hover {
  color: #000;
}

.active\:fg-black-100:active,
.focus\:fg-black-100:focus,
.hover\:fg-black-100:hover {
  color: rgb(0, 0, 0);
}

.active\:fg-black-200:active,
.focus\:fg-black-200:focus,
.hover\:fg-black-200:hover {
  color: rgb(0, 0, 0);
}

.active\:fg-black-300:active,
.focus\:fg-black-300:focus,
.hover\:fg-black-300:hover {
  color: rgb(0, 0, 0);
}

.active\:fg-black-400:active,
.focus\:fg-black-400:focus,
.hover\:fg-black-400:hover {
  color: rgb(0, 0, 0);
}

.active\:fg-black-500:active,
.focus\:fg-black-500:focus,
.hover\:fg-black-500:hover {
  color: #000;
}

.active\:fg-black-600:active,
.focus\:fg-black-600:focus,
.hover\:fg-black-600:hover {
  color: rgb(153, 153, 153);
}

.active\:fg-black-700:active,
.focus\:fg-black-700:focus,
.hover\:fg-black-700:hover {
  color: rgb(179, 179, 179);
}

.active\:fg-black-800:active,
.focus\:fg-black-800:focus,
.hover\:fg-black-800:hover {
  color: rgb(204, 204, 204);
}

.active\:fg-black-900:active,
.focus\:fg-black-900:focus,
.hover\:fg-black-900:hover {
  color: rgb(230, 230, 230);
}

.fg-white,
.text-white {
  color: #fff;
}
.fg-white-100,
.text-white-100 {
  color: rgb(230, 230, 230);
}
.fg-white-200,
.text-white-200 {
  color: rgb(204, 204, 204);
}
.fg-white-300,
.text-white-300 {
  color: rgb(179, 179, 179);
}
.fg-white-400,
.text-white-400 {
  color: rgb(153, 153, 153);
}
.fg-white-500,
.text-white-500 {
  color: #fff;
}
.fg-white-600,
.text-white-600 {
  color: rgb(255, 255, 255);
}
.fg-white-700,
.text-white-700 {
  color: rgb(255, 255, 255);
}
.fg-white-800,
.text-white-800 {
  color: rgb(255, 255, 255);
}
.fg-white-900,
.text-white-900 {
  color: rgb(255, 255, 255);
}

.active\:fg-white:active,
.focus\:fg-white:focus,
.hover\:fg-white:hover {
  color: #fff;
}

.active\:text-white:active,
.focus\:text-white:focus,
.hover\:text-white:hover {
  color: #fff;
}

.active\:fg-white-100:active,
.focus\:fg-white-100:focus,
.hover\:fg-white-100:hover {
  color: rgb(230, 230, 230);
}

.active\:fg-white-200:active,
.focus\:fg-white-200:focus,
.hover\:fg-white-200:hover {
  color: rgb(204, 204, 204);
}

.active\:fg-white-300:active,
.focus\:fg-white-300:focus,
.hover\:fg-white-300:hover {
  color: rgb(179, 179, 179);
}

.active\:fg-white-400:active,
.focus\:fg-white-400:focus,
.hover\:fg-white-400:hover {
  color: rgb(153, 153, 153);
}

.active\:fg-white-500:active,
.focus\:fg-white-500:focus,
.hover\:fg-white-500:hover {
  color: #fff;
}

.active\:fg-white-600:active,
.focus\:fg-white-600:focus,
.hover\:fg-white-600:hover {
  color: rgb(255, 255, 255);
}

.active\:fg-white-700:active,
.focus\:fg-white-700:focus,
.hover\:fg-white-700:hover {
  color: rgb(255, 255, 255);
}

.active\:fg-white-800:active,
.focus\:fg-white-800:focus,
.hover\:fg-white-800:hover {
  color: rgb(255, 255, 255);
}

.active\:fg-white-900:active,
.focus\:fg-white-900:focus,
.hover\:fg-white-900:hover {
  color: rgb(255, 255, 255);
}

.fg-pink,
.text-pink {
  color: #E91E63;
}
.fg-pink-100,
.text-pink-100 {
  color: rgb(210, 27, 89);
}
.fg-pink-200,
.text-pink-200 {
  color: rgb(186, 24, 79);
}
.fg-pink-300,
.text-pink-300 {
  color: rgb(163, 21, 69);
}
.fg-pink-400,
.text-pink-400 {
  color: rgb(140, 18, 59);
}
.fg-pink-500,
.text-pink-500 {
  color: #E91E63;
}
.fg-pink-600,
.text-pink-600 {
  color: rgb(246, 165, 193);
}
.fg-pink-700,
.text-pink-700 {
  color: rgb(248, 188, 208);
}
.fg-pink-800,
.text-pink-800 {
  color: rgb(251, 210, 224);
}
.fg-pink-900,
.text-pink-900 {
  color: rgb(253, 233, 239);
}

.active\:fg-pink:active,
.focus\:fg-pink:focus,
.hover\:fg-pink:hover {
  color: #E91E63;
}

.active\:text-pink:active,
.focus\:text-pink:focus,
.hover\:text-pink:hover {
  color: #E91E63;
}

.active\:fg-pink-100:active,
.focus\:fg-pink-100:focus,
.hover\:fg-pink-100:hover {
  color: rgb(210, 27, 89);
}

.active\:fg-pink-200:active,
.focus\:fg-pink-200:focus,
.hover\:fg-pink-200:hover {
  color: rgb(186, 24, 79);
}

.active\:fg-pink-300:active,
.focus\:fg-pink-300:focus,
.hover\:fg-pink-300:hover {
  color: rgb(163, 21, 69);
}

.active\:fg-pink-400:active,
.focus\:fg-pink-400:focus,
.hover\:fg-pink-400:hover {
  color: rgb(140, 18, 59);
}

.active\:fg-pink-500:active,
.focus\:fg-pink-500:focus,
.hover\:fg-pink-500:hover {
  color: #E91E63;
}

.active\:fg-pink-600:active,
.focus\:fg-pink-600:focus,
.hover\:fg-pink-600:hover {
  color: rgb(246, 165, 193);
}

.active\:fg-pink-700:active,
.focus\:fg-pink-700:focus,
.hover\:fg-pink-700:hover {
  color: rgb(248, 188, 208);
}

.active\:fg-pink-800:active,
.focus\:fg-pink-800:focus,
.hover\:fg-pink-800:hover {
  color: rgb(251, 210, 224);
}

.active\:fg-pink-900:active,
.focus\:fg-pink-900:focus,
.hover\:fg-pink-900:hover {
  color: rgb(253, 233, 239);
}

.fg-purple,
.text-purple {
  color: #9C27B0;
}
.fg-purple-100,
.text-purple-100 {
  color: rgb(140, 35, 158);
}
.fg-purple-200,
.text-purple-200 {
  color: rgb(125, 31, 141);
}
.fg-purple-300,
.text-purple-300 {
  color: rgb(109, 27, 123);
}
.fg-purple-400,
.text-purple-400 {
  color: rgb(94, 23, 106);
}
.fg-purple-500,
.text-purple-500 {
  color: #9C27B0;
}
.fg-purple-600,
.text-purple-600 {
  color: rgb(215, 169, 223);
}
.fg-purple-700,
.text-purple-700 {
  color: rgb(225, 190, 231);
}
.fg-purple-800,
.text-purple-800 {
  color: rgb(235, 212, 239);
}
.fg-purple-900,
.text-purple-900 {
  color: rgb(245, 233, 247);
}

.active\:fg-purple:active,
.focus\:fg-purple:focus,
.hover\:fg-purple:hover {
  color: #9C27B0;
}

.active\:text-purple:active,
.focus\:text-purple:focus,
.hover\:text-purple:hover {
  color: #9C27B0;
}

.active\:fg-purple-100:active,
.focus\:fg-purple-100:focus,
.hover\:fg-purple-100:hover {
  color: rgb(140, 35, 158);
}

.active\:fg-purple-200:active,
.focus\:fg-purple-200:focus,
.hover\:fg-purple-200:hover {
  color: rgb(125, 31, 141);
}

.active\:fg-purple-300:active,
.focus\:fg-purple-300:focus,
.hover\:fg-purple-300:hover {
  color: rgb(109, 27, 123);
}

.active\:fg-purple-400:active,
.focus\:fg-purple-400:focus,
.hover\:fg-purple-400:hover {
  color: rgb(94, 23, 106);
}

.active\:fg-purple-500:active,
.focus\:fg-purple-500:focus,
.hover\:fg-purple-500:hover {
  color: #9C27B0;
}

.active\:fg-purple-600:active,
.focus\:fg-purple-600:focus,
.hover\:fg-purple-600:hover {
  color: rgb(215, 169, 223);
}

.active\:fg-purple-700:active,
.focus\:fg-purple-700:focus,
.hover\:fg-purple-700:hover {
  color: rgb(225, 190, 231);
}

.active\:fg-purple-800:active,
.focus\:fg-purple-800:focus,
.hover\:fg-purple-800:hover {
  color: rgb(235, 212, 239);
}

.active\:fg-purple-900:active,
.focus\:fg-purple-900:focus,
.hover\:fg-purple-900:hover {
  color: rgb(245, 233, 247);
}

.fg-indigo,
.text-indigo {
  color: #3E51B5;
}
.fg-indigo-100,
.text-indigo-100 {
  color: rgb(56, 73, 163);
}
.fg-indigo-200,
.text-indigo-200 {
  color: rgb(50, 65, 145);
}
.fg-indigo-300,
.text-indigo-300 {
  color: rgb(43, 57, 127);
}
.fg-indigo-400,
.text-indigo-400 {
  color: rgb(37, 49, 109);
}
.fg-indigo-500,
.text-indigo-500 {
  color: #3E51B5;
}
.fg-indigo-600,
.text-indigo-600 {
  color: rgb(178, 185, 225);
}
.fg-indigo-700,
.text-indigo-700 {
  color: rgb(197, 203, 233);
}
.fg-indigo-800,
.text-indigo-800 {
  color: rgb(216, 220, 240);
}
.fg-indigo-900,
.text-indigo-900 {
  color: rgb(236, 238, 248);
}

.active\:fg-indigo:active,
.focus\:fg-indigo:focus,
.hover\:fg-indigo:hover {
  color: #3E51B5;
}

.active\:text-indigo:active,
.focus\:text-indigo:focus,
.hover\:text-indigo:hover {
  color: #3E51B5;
}

.active\:fg-indigo-100:active,
.focus\:fg-indigo-100:focus,
.hover\:fg-indigo-100:hover {
  color: rgb(56, 73, 163);
}

.active\:fg-indigo-200:active,
.focus\:fg-indigo-200:focus,
.hover\:fg-indigo-200:hover {
  color: rgb(50, 65, 145);
}

.active\:fg-indigo-300:active,
.focus\:fg-indigo-300:focus,
.hover\:fg-indigo-300:hover {
  color: rgb(43, 57, 127);
}

.active\:fg-indigo-400:active,
.focus\:fg-indigo-400:focus,
.hover\:fg-indigo-400:hover {
  color: rgb(37, 49, 109);
}

.active\:fg-indigo-500:active,
.focus\:fg-indigo-500:focus,
.hover\:fg-indigo-500:hover {
  color: #3E51B5;
}

.active\:fg-indigo-600:active,
.focus\:fg-indigo-600:focus,
.hover\:fg-indigo-600:hover {
  color: rgb(178, 185, 225);
}

.active\:fg-indigo-700:active,
.focus\:fg-indigo-700:focus,
.hover\:fg-indigo-700:hover {
  color: rgb(197, 203, 233);
}

.active\:fg-indigo-800:active,
.focus\:fg-indigo-800:focus,
.hover\:fg-indigo-800:hover {
  color: rgb(216, 220, 240);
}

.active\:fg-indigo-900:active,
.focus\:fg-indigo-900:focus,
.hover\:fg-indigo-900:hover {
  color: rgb(236, 238, 248);
}

.fg-cyan,
.text-cyan {
  color: #00BCD4;
}
.fg-cyan-100,
.text-cyan-100 {
  color: rgb(0, 169, 191);
}
.fg-cyan-200,
.text-cyan-200 {
  color: rgb(0, 150, 170);
}
.fg-cyan-300,
.text-cyan-300 {
  color: rgb(0, 132, 148);
}
.fg-cyan-400,
.text-cyan-400 {
  color: rgb(0, 113, 127);
}
.fg-cyan-500,
.text-cyan-500 {
  color: #00BCD4;
}
.fg-cyan-600,
.text-cyan-600 {
  color: rgb(153, 228, 238);
}
.fg-cyan-700,
.text-cyan-700 {
  color: rgb(179, 235, 242);
}
.fg-cyan-800,
.text-cyan-800 {
  color: rgb(204, 242, 246);
}
.fg-cyan-900,
.text-cyan-900 {
  color: rgb(230, 248, 251);
}

.active\:fg-cyan:active,
.focus\:fg-cyan:focus,
.hover\:fg-cyan:hover {
  color: #00BCD4;
}

.active\:text-cyan:active,
.focus\:text-cyan:focus,
.hover\:text-cyan:hover {
  color: #00BCD4;
}

.active\:fg-cyan-100:active,
.focus\:fg-cyan-100:focus,
.hover\:fg-cyan-100:hover {
  color: rgb(0, 169, 191);
}

.active\:fg-cyan-200:active,
.focus\:fg-cyan-200:focus,
.hover\:fg-cyan-200:hover {
  color: rgb(0, 150, 170);
}

.active\:fg-cyan-300:active,
.focus\:fg-cyan-300:focus,
.hover\:fg-cyan-300:hover {
  color: rgb(0, 132, 148);
}

.active\:fg-cyan-400:active,
.focus\:fg-cyan-400:focus,
.hover\:fg-cyan-400:hover {
  color: rgb(0, 113, 127);
}

.active\:fg-cyan-500:active,
.focus\:fg-cyan-500:focus,
.hover\:fg-cyan-500:hover {
  color: #00BCD4;
}

.active\:fg-cyan-600:active,
.focus\:fg-cyan-600:focus,
.hover\:fg-cyan-600:hover {
  color: rgb(153, 228, 238);
}

.active\:fg-cyan-700:active,
.focus\:fg-cyan-700:focus,
.hover\:fg-cyan-700:hover {
  color: rgb(179, 235, 242);
}

.active\:fg-cyan-800:active,
.focus\:fg-cyan-800:focus,
.hover\:fg-cyan-800:hover {
  color: rgb(204, 242, 246);
}

.active\:fg-cyan-900:active,
.focus\:fg-cyan-900:focus,
.hover\:fg-cyan-900:hover {
  color: rgb(230, 248, 251);
}

.fg-teal,
.text-teal {
  color: #009688;
}
.fg-teal-100,
.text-teal-100 {
  color: rgb(0, 135, 122);
}
.fg-teal-200,
.text-teal-200 {
  color: rgb(0, 120, 109);
}
.fg-teal-300,
.text-teal-300 {
  color: rgb(0, 105, 95);
}
.fg-teal-400,
.text-teal-400 {
  color: rgb(0, 90, 82);
}
.fg-teal-500,
.text-teal-500 {
  color: #009688;
}
.fg-teal-600,
.text-teal-600 {
  color: rgb(153, 213, 207);
}
.fg-teal-700,
.text-teal-700 {
  color: rgb(179, 224, 219);
}
.fg-teal-800,
.text-teal-800 {
  color: rgb(204, 234, 231);
}
.fg-teal-900,
.text-teal-900 {
  color: rgb(230, 245, 243);
}

.active\:fg-teal:active,
.focus\:fg-teal:focus,
.hover\:fg-teal:hover {
  color: #009688;
}

.active\:text-teal:active,
.focus\:text-teal:focus,
.hover\:text-teal:hover {
  color: #009688;
}

.active\:fg-teal-100:active,
.focus\:fg-teal-100:focus,
.hover\:fg-teal-100:hover {
  color: rgb(0, 135, 122);
}

.active\:fg-teal-200:active,
.focus\:fg-teal-200:focus,
.hover\:fg-teal-200:hover {
  color: rgb(0, 120, 109);
}

.active\:fg-teal-300:active,
.focus\:fg-teal-300:focus,
.hover\:fg-teal-300:hover {
  color: rgb(0, 105, 95);
}

.active\:fg-teal-400:active,
.focus\:fg-teal-400:focus,
.hover\:fg-teal-400:hover {
  color: rgb(0, 90, 82);
}

.active\:fg-teal-500:active,
.focus\:fg-teal-500:focus,
.hover\:fg-teal-500:hover {
  color: #009688;
}

.active\:fg-teal-600:active,
.focus\:fg-teal-600:focus,
.hover\:fg-teal-600:hover {
  color: rgb(153, 213, 207);
}

.active\:fg-teal-700:active,
.focus\:fg-teal-700:focus,
.hover\:fg-teal-700:hover {
  color: rgb(179, 224, 219);
}

.active\:fg-teal-800:active,
.focus\:fg-teal-800:focus,
.hover\:fg-teal-800:hover {
  color: rgb(204, 234, 231);
}

.active\:fg-teal-900:active,
.focus\:fg-teal-900:focus,
.hover\:fg-teal-900:hover {
  color: rgb(230, 245, 243);
}

.fg-lime,
.text-lime {
  color: #CDDC39;
}
.fg-lime-100,
.text-lime-100 {
  color: rgb(185, 198, 51);
}
.fg-lime-200,
.text-lime-200 {
  color: rgb(164, 176, 46);
}
.fg-lime-300,
.text-lime-300 {
  color: rgb(144, 154, 40);
}
.fg-lime-400,
.text-lime-400 {
  color: rgb(123, 132, 34);
}
.fg-lime-500,
.text-lime-500 {
  color: #CDDC39;
}
.fg-lime-600,
.text-lime-600 {
  color: rgb(235, 241, 176);
}
.fg-lime-700,
.text-lime-700 {
  color: rgb(240, 245, 196);
}
.fg-lime-800,
.text-lime-800 {
  color: rgb(245, 248, 215);
}
.fg-lime-900,
.text-lime-900 {
  color: rgb(250, 252, 235);
}

.active\:fg-lime:active,
.focus\:fg-lime:focus,
.hover\:fg-lime:hover {
  color: #CDDC39;
}

.active\:text-lime:active,
.focus\:text-lime:focus,
.hover\:text-lime:hover {
  color: #CDDC39;
}

.active\:fg-lime-100:active,
.focus\:fg-lime-100:focus,
.hover\:fg-lime-100:hover {
  color: rgb(185, 198, 51);
}

.active\:fg-lime-200:active,
.focus\:fg-lime-200:focus,
.hover\:fg-lime-200:hover {
  color: rgb(164, 176, 46);
}

.active\:fg-lime-300:active,
.focus\:fg-lime-300:focus,
.hover\:fg-lime-300:hover {
  color: rgb(144, 154, 40);
}

.active\:fg-lime-400:active,
.focus\:fg-lime-400:focus,
.hover\:fg-lime-400:hover {
  color: rgb(123, 132, 34);
}

.active\:fg-lime-500:active,
.focus\:fg-lime-500:focus,
.hover\:fg-lime-500:hover {
  color: #CDDC39;
}

.active\:fg-lime-600:active,
.focus\:fg-lime-600:focus,
.hover\:fg-lime-600:hover {
  color: rgb(235, 241, 176);
}

.active\:fg-lime-700:active,
.focus\:fg-lime-700:focus,
.hover\:fg-lime-700:hover {
  color: rgb(240, 245, 196);
}

.active\:fg-lime-800:active,
.focus\:fg-lime-800:focus,
.hover\:fg-lime-800:hover {
  color: rgb(245, 248, 215);
}

.active\:fg-lime-900:active,
.focus\:fg-lime-900:focus,
.hover\:fg-lime-900:hover {
  color: rgb(250, 252, 235);
}

.fg-yellow,
.text-yellow {
  color: #FFEB3B;
}
.fg-yellow-100,
.text-yellow-100 {
  color: rgb(230, 212, 53);
}
.fg-yellow-200,
.text-yellow-200 {
  color: rgb(204, 188, 47);
}
.fg-yellow-300,
.text-yellow-300 {
  color: rgb(179, 165, 41);
}
.fg-yellow-400,
.text-yellow-400 {
  color: rgb(153, 141, 35);
}
.fg-yellow-500,
.text-yellow-500 {
  color: #FFEB3B;
}
.fg-yellow-600,
.text-yellow-600 {
  color: rgb(255, 247, 177);
}
.fg-yellow-700,
.text-yellow-700 {
  color: rgb(255, 249, 196);
}
.fg-yellow-800,
.text-yellow-800 {
  color: rgb(255, 251, 216);
}
.fg-yellow-900,
.text-yellow-900 {
  color: rgb(255, 253, 235);
}

.active\:fg-yellow:active,
.focus\:fg-yellow:focus,
.hover\:fg-yellow:hover {
  color: #FFEB3B;
}

.active\:text-yellow:active,
.focus\:text-yellow:focus,
.hover\:text-yellow:hover {
  color: #FFEB3B;
}

.active\:fg-yellow-100:active,
.focus\:fg-yellow-100:focus,
.hover\:fg-yellow-100:hover {
  color: rgb(230, 212, 53);
}

.active\:fg-yellow-200:active,
.focus\:fg-yellow-200:focus,
.hover\:fg-yellow-200:hover {
  color: rgb(204, 188, 47);
}

.active\:fg-yellow-300:active,
.focus\:fg-yellow-300:focus,
.hover\:fg-yellow-300:hover {
  color: rgb(179, 165, 41);
}

.active\:fg-yellow-400:active,
.focus\:fg-yellow-400:focus,
.hover\:fg-yellow-400:hover {
  color: rgb(153, 141, 35);
}

.active\:fg-yellow-500:active,
.focus\:fg-yellow-500:focus,
.hover\:fg-yellow-500:hover {
  color: #FFEB3B;
}

.active\:fg-yellow-600:active,
.focus\:fg-yellow-600:focus,
.hover\:fg-yellow-600:hover {
  color: rgb(255, 247, 177);
}

.active\:fg-yellow-700:active,
.focus\:fg-yellow-700:focus,
.hover\:fg-yellow-700:hover {
  color: rgb(255, 249, 196);
}

.active\:fg-yellow-800:active,
.focus\:fg-yellow-800:focus,
.hover\:fg-yellow-800:hover {
  color: rgb(255, 251, 216);
}

.active\:fg-yellow-900:active,
.focus\:fg-yellow-900:focus,
.hover\:fg-yellow-900:hover {
  color: rgb(255, 253, 235);
}

.fg-amber,
.text-amber {
  color: #FFC107;
}
.fg-amber-100,
.text-amber-100 {
  color: rgb(230, 174, 6);
}
.fg-amber-200,
.text-amber-200 {
  color: rgb(204, 154, 6);
}
.fg-amber-300,
.text-amber-300 {
  color: rgb(179, 135, 5);
}
.fg-amber-400,
.text-amber-400 {
  color: rgb(153, 116, 4);
}
.fg-amber-500,
.text-amber-500 {
  color: #FFC107;
}
.fg-amber-600,
.text-amber-600 {
  color: rgb(255, 230, 156);
}
.fg-amber-700,
.text-amber-700 {
  color: rgb(255, 236, 181);
}
.fg-amber-800,
.text-amber-800 {
  color: rgb(255, 243, 205);
}
.fg-amber-900,
.text-amber-900 {
  color: rgb(255, 249, 230);
}

.active\:fg-amber:active,
.focus\:fg-amber:focus,
.hover\:fg-amber:hover {
  color: #FFC107;
}

.active\:text-amber:active,
.focus\:text-amber:focus,
.hover\:text-amber:hover {
  color: #FFC107;
}

.active\:fg-amber-100:active,
.focus\:fg-amber-100:focus,
.hover\:fg-amber-100:hover {
  color: rgb(230, 174, 6);
}

.active\:fg-amber-200:active,
.focus\:fg-amber-200:focus,
.hover\:fg-amber-200:hover {
  color: rgb(204, 154, 6);
}

.active\:fg-amber-300:active,
.focus\:fg-amber-300:focus,
.hover\:fg-amber-300:hover {
  color: rgb(179, 135, 5);
}

.active\:fg-amber-400:active,
.focus\:fg-amber-400:focus,
.hover\:fg-amber-400:hover {
  color: rgb(153, 116, 4);
}

.active\:fg-amber-500:active,
.focus\:fg-amber-500:focus,
.hover\:fg-amber-500:hover {
  color: #FFC107;
}

.active\:fg-amber-600:active,
.focus\:fg-amber-600:focus,
.hover\:fg-amber-600:hover {
  color: rgb(255, 230, 156);
}

.active\:fg-amber-700:active,
.focus\:fg-amber-700:focus,
.hover\:fg-amber-700:hover {
  color: rgb(255, 236, 181);
}

.active\:fg-amber-800:active,
.focus\:fg-amber-800:focus,
.hover\:fg-amber-800:hover {
  color: rgb(255, 243, 205);
}

.active\:fg-amber-900:active,
.focus\:fg-amber-900:focus,
.hover\:fg-amber-900:hover {
  color: rgb(255, 249, 230);
}

.fg-orange,
.text-orange {
  color: #FF9800;
}
.fg-orange-100,
.text-orange-100 {
  color: rgb(230, 137, 0);
}
.fg-orange-200,
.text-orange-200 {
  color: rgb(204, 122, 0);
}
.fg-orange-300,
.text-orange-300 {
  color: rgb(179, 106, 0);
}
.fg-orange-400,
.text-orange-400 {
  color: rgb(153, 91, 0);
}
.fg-orange-500,
.text-orange-500 {
  color: #FF9800;
}
.fg-orange-600,
.text-orange-600 {
  color: rgb(255, 214, 153);
}
.fg-orange-700,
.text-orange-700 {
  color: rgb(255, 224, 179);
}
.fg-orange-800,
.text-orange-800 {
  color: rgb(255, 234, 204);
}
.fg-orange-900,
.text-orange-900 {
  color: rgb(255, 245, 230);
}

.active\:fg-orange:active,
.focus\:fg-orange:focus,
.hover\:fg-orange:hover {
  color: #FF9800;
}

.active\:text-orange:active,
.focus\:text-orange:focus,
.hover\:text-orange:hover {
  color: #FF9800;
}

.active\:fg-orange-100:active,
.focus\:fg-orange-100:focus,
.hover\:fg-orange-100:hover {
  color: rgb(230, 137, 0);
}

.active\:fg-orange-200:active,
.focus\:fg-orange-200:focus,
.hover\:fg-orange-200:hover {
  color: rgb(204, 122, 0);
}

.active\:fg-orange-300:active,
.focus\:fg-orange-300:focus,
.hover\:fg-orange-300:hover {
  color: rgb(179, 106, 0);
}

.active\:fg-orange-400:active,
.focus\:fg-orange-400:focus,
.hover\:fg-orange-400:hover {
  color: rgb(153, 91, 0);
}

.active\:fg-orange-500:active,
.focus\:fg-orange-500:focus,
.hover\:fg-orange-500:hover {
  color: #FF9800;
}

.active\:fg-orange-600:active,
.focus\:fg-orange-600:focus,
.hover\:fg-orange-600:hover {
  color: rgb(255, 214, 153);
}

.active\:fg-orange-700:active,
.focus\:fg-orange-700:focus,
.hover\:fg-orange-700:hover {
  color: rgb(255, 224, 179);
}

.active\:fg-orange-800:active,
.focus\:fg-orange-800:focus,
.hover\:fg-orange-800:hover {
  color: rgb(255, 234, 204);
}

.active\:fg-orange-900:active,
.focus\:fg-orange-900:focus,
.hover\:fg-orange-900:hover {
  color: rgb(255, 245, 230);
}

.fg-lightblue,
.text-lightblue {
  color: #03A9F4;
}
.fg-lightblue-100,
.text-lightblue-100 {
  color: rgb(3, 152, 220);
}
.fg-lightblue-200,
.text-lightblue-200 {
  color: rgb(2, 135, 195);
}
.fg-lightblue-300,
.text-lightblue-300 {
  color: rgb(2, 118, 171);
}
.fg-lightblue-400,
.text-lightblue-400 {
  color: rgb(2, 101, 146);
}
.fg-lightblue-500,
.text-lightblue-500 {
  color: #03A9F4;
}
.fg-lightblue-600,
.text-lightblue-600 {
  color: rgb(154, 221, 251);
}
.fg-lightblue-700,
.text-lightblue-700 {
  color: rgb(179, 229, 252);
}
.fg-lightblue-800,
.text-lightblue-800 {
  color: rgb(205, 238, 253);
}
.fg-lightblue-900,
.text-lightblue-900 {
  color: rgb(230, 246, 254);
}

.active\:fg-lightblue:active,
.focus\:fg-lightblue:focus,
.hover\:fg-lightblue:hover {
  color: #03A9F4;
}

.active\:text-lightblue:active,
.focus\:text-lightblue:focus,
.hover\:text-lightblue:hover {
  color: #03A9F4;
}

.active\:fg-lightblue-100:active,
.focus\:fg-lightblue-100:focus,
.hover\:fg-lightblue-100:hover {
  color: rgb(3, 152, 220);
}

.active\:fg-lightblue-200:active,
.focus\:fg-lightblue-200:focus,
.hover\:fg-lightblue-200:hover {
  color: rgb(2, 135, 195);
}

.active\:fg-lightblue-300:active,
.focus\:fg-lightblue-300:focus,
.hover\:fg-lightblue-300:hover {
  color: rgb(2, 118, 171);
}

.active\:fg-lightblue-400:active,
.focus\:fg-lightblue-400:focus,
.hover\:fg-lightblue-400:hover {
  color: rgb(2, 101, 146);
}

.active\:fg-lightblue-500:active,
.focus\:fg-lightblue-500:focus,
.hover\:fg-lightblue-500:hover {
  color: #03A9F4;
}

.active\:fg-lightblue-600:active,
.focus\:fg-lightblue-600:focus,
.hover\:fg-lightblue-600:hover {
  color: rgb(154, 221, 251);
}

.active\:fg-lightblue-700:active,
.focus\:fg-lightblue-700:focus,
.hover\:fg-lightblue-700:hover {
  color: rgb(179, 229, 252);
}

.active\:fg-lightblue-800:active,
.focus\:fg-lightblue-800:focus,
.hover\:fg-lightblue-800:hover {
  color: rgb(205, 238, 253);
}

.active\:fg-lightblue-900:active,
.focus\:fg-lightblue-900:focus,
.hover\:fg-lightblue-900:hover {
  color: rgb(230, 246, 254);
}

.fg-lightgreen,
.text-lightgreen {
  color: #76FF03;
}
.fg-lightgreen-100,
.text-lightgreen-100 {
  color: rgb(106, 230, 3);
}
.fg-lightgreen-200,
.text-lightgreen-200 {
  color: rgb(94, 204, 2);
}
.fg-lightgreen-300,
.text-lightgreen-300 {
  color: rgb(83, 179, 2);
}
.fg-lightgreen-400,
.text-lightgreen-400 {
  color: rgb(71, 153, 2);
}
.fg-lightgreen-500,
.text-lightgreen-500 {
  color: #76FF03;
}
.fg-lightgreen-600,
.text-lightgreen-600 {
  color: rgb(200, 255, 154);
}
.fg-lightgreen-700,
.text-lightgreen-700 {
  color: rgb(214, 255, 179);
}
.fg-lightgreen-800,
.text-lightgreen-800 {
  color: rgb(228, 255, 205);
}
.fg-lightgreen-900,
.text-lightgreen-900 {
  color: rgb(241, 255, 230);
}

.active\:fg-lightgreen:active,
.focus\:fg-lightgreen:focus,
.hover\:fg-lightgreen:hover {
  color: #76FF03;
}

.active\:text-lightgreen:active,
.focus\:text-lightgreen:focus,
.hover\:text-lightgreen:hover {
  color: #76FF03;
}

.active\:fg-lightgreen-100:active,
.focus\:fg-lightgreen-100:focus,
.hover\:fg-lightgreen-100:hover {
  color: rgb(106, 230, 3);
}

.active\:fg-lightgreen-200:active,
.focus\:fg-lightgreen-200:focus,
.hover\:fg-lightgreen-200:hover {
  color: rgb(94, 204, 2);
}

.active\:fg-lightgreen-300:active,
.focus\:fg-lightgreen-300:focus,
.hover\:fg-lightgreen-300:hover {
  color: rgb(83, 179, 2);
}

.active\:fg-lightgreen-400:active,
.focus\:fg-lightgreen-400:focus,
.hover\:fg-lightgreen-400:hover {
  color: rgb(71, 153, 2);
}

.active\:fg-lightgreen-500:active,
.focus\:fg-lightgreen-500:focus,
.hover\:fg-lightgreen-500:hover {
  color: #76FF03;
}

.active\:fg-lightgreen-600:active,
.focus\:fg-lightgreen-600:focus,
.hover\:fg-lightgreen-600:hover {
  color: rgb(200, 255, 154);
}

.active\:fg-lightgreen-700:active,
.focus\:fg-lightgreen-700:focus,
.hover\:fg-lightgreen-700:hover {
  color: rgb(214, 255, 179);
}

.active\:fg-lightgreen-800:active,
.focus\:fg-lightgreen-800:focus,
.hover\:fg-lightgreen-800:hover {
  color: rgb(228, 255, 205);
}

.active\:fg-lightgreen-900:active,
.focus\:fg-lightgreen-900:focus,
.hover\:fg-lightgreen-900:hover {
  color: rgb(241, 255, 230);
}

.fg-deeppurple,
.text-deeppurple {
  color: #673AB7;
}
.fg-deeppurple-100,
.text-deeppurple-100 {
  color: rgb(93, 52, 165);
}
.fg-deeppurple-200,
.text-deeppurple-200 {
  color: rgb(82, 46, 146);
}
.fg-deeppurple-300,
.text-deeppurple-300 {
  color: rgb(72, 41, 128);
}
.fg-deeppurple-400,
.text-deeppurple-400 {
  color: rgb(62, 35, 110);
}
.fg-deeppurple-500,
.text-deeppurple-500 {
  color: #673AB7;
}
.fg-deeppurple-600,
.text-deeppurple-600 {
  color: rgb(194, 176, 226);
}
.fg-deeppurple-700,
.text-deeppurple-700 {
  color: rgb(209, 196, 233);
}
.fg-deeppurple-800,
.text-deeppurple-800 {
  color: rgb(225, 216, 241);
}
.fg-deeppurple-900,
.text-deeppurple-900 {
  color: rgb(240, 235, 248);
}

.active\:fg-deeppurple:active,
.focus\:fg-deeppurple:focus,
.hover\:fg-deeppurple:hover {
  color: #673AB7;
}

.active\:text-deeppurple:active,
.focus\:text-deeppurple:focus,
.hover\:text-deeppurple:hover {
  color: #673AB7;
}

.active\:fg-deeppurple-100:active,
.focus\:fg-deeppurple-100:focus,
.hover\:fg-deeppurple-100:hover {
  color: rgb(93, 52, 165);
}

.active\:fg-deeppurple-200:active,
.focus\:fg-deeppurple-200:focus,
.hover\:fg-deeppurple-200:hover {
  color: rgb(82, 46, 146);
}

.active\:fg-deeppurple-300:active,
.focus\:fg-deeppurple-300:focus,
.hover\:fg-deeppurple-300:hover {
  color: rgb(72, 41, 128);
}

.active\:fg-deeppurple-400:active,
.focus\:fg-deeppurple-400:focus,
.hover\:fg-deeppurple-400:hover {
  color: rgb(62, 35, 110);
}

.active\:fg-deeppurple-500:active,
.focus\:fg-deeppurple-500:focus,
.hover\:fg-deeppurple-500:hover {
  color: #673AB7;
}

.active\:fg-deeppurple-600:active,
.focus\:fg-deeppurple-600:focus,
.hover\:fg-deeppurple-600:hover {
  color: rgb(194, 176, 226);
}

.active\:fg-deeppurple-700:active,
.focus\:fg-deeppurple-700:focus,
.hover\:fg-deeppurple-700:hover {
  color: rgb(209, 196, 233);
}

.active\:fg-deeppurple-800:active,
.focus\:fg-deeppurple-800:focus,
.hover\:fg-deeppurple-800:hover {
  color: rgb(225, 216, 241);
}

.active\:fg-deeppurple-900:active,
.focus\:fg-deeppurple-900:focus,
.hover\:fg-deeppurple-900:hover {
  color: rgb(240, 235, 248);
}

.fg-deeporange,
.text-deeporange {
  color: #DD6E0F;
}
.fg-deeporange-100,
.text-deeporange-100 {
  color: rgb(199, 99, 14);
}
.fg-deeporange-200,
.text-deeporange-200 {
  color: rgb(177, 88, 12);
}
.fg-deeporange-300,
.text-deeporange-300 {
  color: rgb(155, 77, 11);
}
.fg-deeporange-400,
.text-deeporange-400 {
  color: rgb(133, 66, 9);
}
.fg-deeporange-500,
.text-deeporange-500 {
  color: #DD6E0F;
}
.fg-deeporange-600,
.text-deeporange-600 {
  color: rgb(241, 197, 159);
}
.fg-deeporange-700,
.text-deeporange-700 {
  color: rgb(245, 212, 183);
}
.fg-deeporange-800,
.text-deeporange-800 {
  color: rgb(248, 226, 207);
}
.fg-deeporange-900,
.text-deeporange-900 {
  color: rgb(252, 241, 231);
}

.active\:fg-deeporange:active,
.focus\:fg-deeporange:focus,
.hover\:fg-deeporange:hover {
  color: #DD6E0F;
}

.active\:text-deeporange:active,
.focus\:text-deeporange:focus,
.hover\:text-deeporange:hover {
  color: #DD6E0F;
}

.active\:fg-deeporange-100:active,
.focus\:fg-deeporange-100:focus,
.hover\:fg-deeporange-100:hover {
  color: rgb(199, 99, 14);
}

.active\:fg-deeporange-200:active,
.focus\:fg-deeporange-200:focus,
.hover\:fg-deeporange-200:hover {
  color: rgb(177, 88, 12);
}

.active\:fg-deeporange-300:active,
.focus\:fg-deeporange-300:focus,
.hover\:fg-deeporange-300:hover {
  color: rgb(155, 77, 11);
}

.active\:fg-deeporange-400:active,
.focus\:fg-deeporange-400:focus,
.hover\:fg-deeporange-400:hover {
  color: rgb(133, 66, 9);
}

.active\:fg-deeporange-500:active,
.focus\:fg-deeporange-500:focus,
.hover\:fg-deeporange-500:hover {
  color: #DD6E0F;
}

.active\:fg-deeporange-600:active,
.focus\:fg-deeporange-600:focus,
.hover\:fg-deeporange-600:hover {
  color: rgb(241, 197, 159);
}

.active\:fg-deeporange-700:active,
.focus\:fg-deeporange-700:focus,
.hover\:fg-deeporange-700:hover {
  color: rgb(245, 212, 183);
}

.active\:fg-deeporange-800:active,
.focus\:fg-deeporange-800:focus,
.hover\:fg-deeporange-800:hover {
  color: rgb(248, 226, 207);
}

.active\:fg-deeporange-900:active,
.focus\:fg-deeporange-900:focus,
.hover\:fg-deeporange-900:hover {
  color: rgb(252, 241, 231);
}

.fg-brown,
.text-brown {
  color: #964B00;
}
.fg-brown-100,
.text-brown-100 {
  color: rgb(135, 68, 0);
}
.fg-brown-200,
.text-brown-200 {
  color: rgb(120, 60, 0);
}
.fg-brown-300,
.text-brown-300 {
  color: rgb(105, 53, 0);
}
.fg-brown-400,
.text-brown-400 {
  color: rgb(90, 45, 0);
}
.fg-brown-500,
.text-brown-500 {
  color: #964B00;
}
.fg-brown-600,
.text-brown-600 {
  color: rgb(213, 183, 153);
}
.fg-brown-700,
.text-brown-700 {
  color: rgb(224, 201, 179);
}
.fg-brown-800,
.text-brown-800 {
  color: rgb(234, 219, 204);
}
.fg-brown-900,
.text-brown-900 {
  color: rgb(245, 237, 230);
}

.active\:fg-brown:active,
.focus\:fg-brown:focus,
.hover\:fg-brown:hover {
  color: #964B00;
}

.active\:text-brown:active,
.focus\:text-brown:focus,
.hover\:text-brown:hover {
  color: #964B00;
}

.active\:fg-brown-100:active,
.focus\:fg-brown-100:focus,
.hover\:fg-brown-100:hover {
  color: rgb(135, 68, 0);
}

.active\:fg-brown-200:active,
.focus\:fg-brown-200:focus,
.hover\:fg-brown-200:hover {
  color: rgb(120, 60, 0);
}

.active\:fg-brown-300:active,
.focus\:fg-brown-300:focus,
.hover\:fg-brown-300:hover {
  color: rgb(105, 53, 0);
}

.active\:fg-brown-400:active,
.focus\:fg-brown-400:focus,
.hover\:fg-brown-400:hover {
  color: rgb(90, 45, 0);
}

.active\:fg-brown-500:active,
.focus\:fg-brown-500:focus,
.hover\:fg-brown-500:hover {
  color: #964B00;
}

.active\:fg-brown-600:active,
.focus\:fg-brown-600:focus,
.hover\:fg-brown-600:hover {
  color: rgb(213, 183, 153);
}

.active\:fg-brown-700:active,
.focus\:fg-brown-700:focus,
.hover\:fg-brown-700:hover {
  color: rgb(224, 201, 179);
}

.active\:fg-brown-800:active,
.focus\:fg-brown-800:focus,
.hover\:fg-brown-800:hover {
  color: rgb(234, 219, 204);
}

.active\:fg-brown-900:active,
.focus\:fg-brown-900:focus,
.hover\:fg-brown-900:hover {
  color: rgb(245, 237, 230);
}

.fg-grey,
.text-grey {
  color: #808080;
}
.fg-grey-100,
.text-grey-100 {
  color: rgb(115, 115, 115);
}
.fg-grey-200,
.text-grey-200 {
  color: rgb(102, 102, 102);
}
.fg-grey-300,
.text-grey-300 {
  color: rgb(90, 90, 90);
}
.fg-grey-400,
.text-grey-400 {
  color: rgb(77, 77, 77);
}
.fg-grey-500,
.text-grey-500 {
  color: #808080;
}
.fg-grey-600,
.text-grey-600 {
  color: rgb(204, 204, 204);
}
.fg-grey-700,
.text-grey-700 {
  color: rgb(217, 217, 217);
}
.fg-grey-800,
.text-grey-800 {
  color: rgb(230, 230, 230);
}
.fg-grey-900,
.text-grey-900 {
  color: rgb(242, 242, 242);
}

.active\:fg-grey:active,
.focus\:fg-grey:focus,
.hover\:fg-grey:hover {
  color: #808080;
}

.active\:text-grey:active,
.focus\:text-grey:focus,
.hover\:text-grey:hover {
  color: #808080;
}

.active\:fg-grey-100:active,
.focus\:fg-grey-100:focus,
.hover\:fg-grey-100:hover {
  color: rgb(115, 115, 115);
}

.active\:fg-grey-200:active,
.focus\:fg-grey-200:focus,
.hover\:fg-grey-200:hover {
  color: rgb(102, 102, 102);
}

.active\:fg-grey-300:active,
.focus\:fg-grey-300:focus,
.hover\:fg-grey-300:hover {
  color: rgb(90, 90, 90);
}

.active\:fg-grey-400:active,
.focus\:fg-grey-400:focus,
.hover\:fg-grey-400:hover {
  color: rgb(77, 77, 77);
}

.active\:fg-grey-500:active,
.focus\:fg-grey-500:focus,
.hover\:fg-grey-500:hover {
  color: #808080;
}

.active\:fg-grey-600:active,
.focus\:fg-grey-600:focus,
.hover\:fg-grey-600:hover {
  color: rgb(204, 204, 204);
}

.active\:fg-grey-700:active,
.focus\:fg-grey-700:focus,
.hover\:fg-grey-700:hover {
  color: rgb(217, 217, 217);
}

.active\:fg-grey-800:active,
.focus\:fg-grey-800:focus,
.hover\:fg-grey-800:hover {
  color: rgb(230, 230, 230);
}

.active\:fg-grey-900:active,
.focus\:fg-grey-900:focus,
.hover\:fg-grey-900:hover {
  color: rgb(242, 242, 242);
}

[class="fa-brands fa-500px"], .brands-color-500px {
  color: #0099e5;
}

.active\:brands-color-500px:active,
.focus\:brands-color-500px:focus,
.hover\:brands-color-500px:hover {
  color: #0099e5;
}

[class="fa-brands fa-499px"], .brands-color-499px {
  color: #0099e5;
}

.active\:brands-color-499px:active,
.focus\:brands-color-499px:focus,
.hover\:brands-color-499px:hover {
  color: #0099e5;
}

[class="fa-brands fa-498px"], .brands-color-498px {
  color: #ff4c4c;
}

.active\:brands-color-498px:active,
.focus\:brands-color-498px:focus,
.hover\:brands-color-498px:hover {
  color: #ff4c4c;
}

[class="fa-brands fa-497px"], .brands-color-497px {
  color: #34bf49;
}

.active\:brands-color-497px:active,
.focus\:brands-color-497px:focus,
.hover\:brands-color-497px:hover {
  color: #34bf49;
}

[class="fa-brands fa-about-me"], .brands-color-about-me {
  color: #00a98f;
}

.active\:brands-color-about-me:active,
.focus\:brands-color-about-me:focus,
.hover\:brands-color-about-me:hover {
  color: #00a98f;
}

[class="fa-brands fa-about-me-1"], .brands-color-about-me-1 {
  color: #00a98f;
}

.active\:brands-color-about-me-1:active,
.focus\:brands-color-about-me-1:focus,
.hover\:brands-color-about-me-1:hover {
  color: #00a98f;
}

[class="fa-brands fa-adidas"], .brands-color-adidas {
  color: #000000;
}

.active\:brands-color-adidas:active,
.focus\:brands-color-adidas:focus,
.hover\:brands-color-adidas:hover {
  color: #000000;
}

[class="fa-brands fa-adidas-1"], .brands-color-adidas-1 {
  color: #000000;
}

.active\:brands-color-adidas-1:active,
.focus\:brands-color-adidas-1:focus,
.hover\:brands-color-adidas-1:hover {
  color: #000000;
}

[class="fa-brands fa-adidas-2"], .brands-color-adidas-2 {
  color: #be0027;
}

.active\:brands-color-adidas-2:active,
.focus\:brands-color-adidas-2:focus,
.hover\:brands-color-adidas-2:hover {
  color: #be0027;
}

[class="fa-brands fa-adidas-3"], .brands-color-adidas-3 {
  color: #cf8d2e;
}

.active\:brands-color-adidas-3:active,
.focus\:brands-color-adidas-3:focus,
.hover\:brands-color-adidas-3:hover {
  color: #cf8d2e;
}

[class="fa-brands fa-adidas-4"], .brands-color-adidas-4 {
  color: #e4e932;
}

.active\:brands-color-adidas-4:active,
.focus\:brands-color-adidas-4:focus,
.hover\:brands-color-adidas-4:hover {
  color: #e4e932;
}

[class="fa-brands fa-adidas-5"], .brands-color-adidas-5 {
  color: #2c9f45;
}

.active\:brands-color-adidas-5:active,
.focus\:brands-color-adidas-5:focus,
.hover\:brands-color-adidas-5:hover {
  color: #2c9f45;
}

[class="fa-brands fa-adidas-6"], .brands-color-adidas-6 {
  color: #371777;
}

.active\:brands-color-adidas-6:active,
.focus\:brands-color-adidas-6:focus,
.hover\:brands-color-adidas-6:hover {
  color: #371777;
}

[class="fa-brands fa-adidas-7"], .brands-color-adidas-7 {
  color: #52325d;
}

.active\:brands-color-adidas-7:active,
.focus\:brands-color-adidas-7:focus,
.hover\:brands-color-adidas-7:hover {
  color: #52325d;
}

[class="fa-brands fa-adidas-8"], .brands-color-adidas-8 {
  color: #511378;
}

.active\:brands-color-adidas-8:active,
.focus\:brands-color-adidas-8:focus,
.hover\:brands-color-adidas-8:hover {
  color: #511378;
}

[class="fa-brands fa-adobe"], .brands-color-adobe {
  color: #ff0000;
}

.active\:brands-color-adobe:active,
.focus\:brands-color-adobe:focus,
.hover\:brands-color-adobe:hover {
  color: #ff0000;
}

[class="fa-brands fa-adobe-1"], .brands-color-adobe-1 {
  color: #ff0000;
}

.active\:brands-color-adobe-1:active,
.focus\:brands-color-adobe-1:focus,
.hover\:brands-color-adobe-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-adobe-2"], .brands-color-adobe-2 {
  color: #fbb034;
}

.active\:brands-color-adobe-2:active,
.focus\:brands-color-adobe-2:focus,
.hover\:brands-color-adobe-2:hover {
  color: #fbb034;
}

[class="fa-brands fa-adobe-3"], .brands-color-adobe-3 {
  color: #ffdd00;
}

.active\:brands-color-adobe-3:active,
.focus\:brands-color-adobe-3:focus,
.hover\:brands-color-adobe-3:hover {
  color: #ffdd00;
}

[class="fa-brands fa-adobe-4"], .brands-color-adobe-4 {
  color: #c1d82f;
}

.active\:brands-color-adobe-4:active,
.focus\:brands-color-adobe-4:focus,
.hover\:brands-color-adobe-4:hover {
  color: #c1d82f;
}

[class="fa-brands fa-adobe-5"], .brands-color-adobe-5 {
  color: #00a4e4;
}

.active\:brands-color-adobe-5:active,
.focus\:brands-color-adobe-5:focus,
.hover\:brands-color-adobe-5:hover {
  color: #00a4e4;
}

[class="fa-brands fa-adobe-6"], .brands-color-adobe-6 {
  color: #8a7967;
}

.active\:brands-color-adobe-6:active,
.focus\:brands-color-adobe-6:focus,
.hover\:brands-color-adobe-6:hover {
  color: #8a7967;
}

[class="fa-brands fa-adobe-7"], .brands-color-adobe-7 {
  color: #6a737b;
}

.active\:brands-color-adobe-7:active,
.focus\:brands-color-adobe-7:focus,
.hover\:brands-color-adobe-7:hover {
  color: #6a737b;
}

[class="fa-brands fa-adyen"], .brands-color-adyen {
  color: #0abf53;
}

.active\:brands-color-adyen:active,
.focus\:brands-color-adyen:focus,
.hover\:brands-color-adyen:hover {
  color: #0abf53;
}

[class="fa-brands fa-adyen-1"], .brands-color-adyen-1 {
  color: #0abf53;
}

.active\:brands-color-adyen-1:active,
.focus\:brands-color-adyen-1:focus,
.hover\:brands-color-adyen-1:hover {
  color: #0abf53;
}

[class="fa-brands fa-adyen-2"], .brands-color-adyen-2 {
  color: #00112c;
}

.active\:brands-color-adyen-2:active,
.focus\:brands-color-adyen-2:focus,
.hover\:brands-color-adyen-2:hover {
  color: #00112c;
}

[class="fa-brands fa-adzuna"], .brands-color-adzuna {
  color: #279b37;
}

.active\:brands-color-adzuna:active,
.focus\:brands-color-adzuna:focus,
.hover\:brands-color-adzuna:hover {
  color: #279b37;
}

[class="fa-brands fa-adzuna-1"], .brands-color-adzuna-1 {
  color: #279b37;
}

.active\:brands-color-adzuna-1:active,
.focus\:brands-color-adzuna-1:focus,
.hover\:brands-color-adzuna-1:hover {
  color: #279b37;
}

[class="fa-brands fa-aer-lingus"], .brands-color-aer-lingus {
  color: #008374;
}

.active\:brands-color-aer-lingus:active,
.focus\:brands-color-aer-lingus:focus,
.hover\:brands-color-aer-lingus:hover {
  color: #008374;
}

[class="fa-brands fa-aer-lingus-1"], .brands-color-aer-lingus-1 {
  color: #008374;
}

.active\:brands-color-aer-lingus-1:active,
.focus\:brands-color-aer-lingus-1:focus,
.hover\:brands-color-aer-lingus-1:hover {
  color: #008374;
}

[class="fa-brands fa-aer-lingus-2"], .brands-color-aer-lingus-2 {
  color: #89ba16;
}

.active\:brands-color-aer-lingus-2:active,
.focus\:brands-color-aer-lingus-2:focus,
.hover\:brands-color-aer-lingus-2:hover {
  color: #89ba16;
}

[class="fa-brands fa-aer-lingus-3"], .brands-color-aer-lingus-3 {
  color: #fefefe;
}

.active\:brands-color-aer-lingus-3:active,
.focus\:brands-color-aer-lingus-3:focus,
.hover\:brands-color-aer-lingus-3:hover {
  color: #fefefe;
}

[class="fa-brands fa-aetna"], .brands-color-aetna {
  color: #d20962;
}

.active\:brands-color-aetna:active,
.focus\:brands-color-aetna:focus,
.hover\:brands-color-aetna:hover {
  color: #d20962;
}

[class="fa-brands fa-aetna-1"], .brands-color-aetna-1 {
  color: #d20962;
}

.active\:brands-color-aetna-1:active,
.focus\:brands-color-aetna-1:focus,
.hover\:brands-color-aetna-1:hover {
  color: #d20962;
}

[class="fa-brands fa-aetna-2"], .brands-color-aetna-2 {
  color: #f47721;
}

.active\:brands-color-aetna-2:active,
.focus\:brands-color-aetna-2:focus,
.hover\:brands-color-aetna-2:hover {
  color: #f47721;
}

[class="fa-brands fa-aetna-3"], .brands-color-aetna-3 {
  color: #7ac143;
}

.active\:brands-color-aetna-3:active,
.focus\:brands-color-aetna-3:focus,
.hover\:brands-color-aetna-3:hover {
  color: #7ac143;
}

[class="fa-brands fa-aetna-4"], .brands-color-aetna-4 {
  color: #00a78e;
}

.active\:brands-color-aetna-4:active,
.focus\:brands-color-aetna-4:focus,
.hover\:brands-color-aetna-4:hover {
  color: #00a78e;
}

[class="fa-brands fa-aetna-5"], .brands-color-aetna-5 {
  color: #00bce4;
}

.active\:brands-color-aetna-5:active,
.focus\:brands-color-aetna-5:focus,
.hover\:brands-color-aetna-5:hover {
  color: #00bce4;
}

[class="fa-brands fa-aetna-6"], .brands-color-aetna-6 {
  color: #7d3f98;
}

.active\:brands-color-aetna-6:active,
.focus\:brands-color-aetna-6:focus,
.hover\:brands-color-aetna-6:hover {
  color: #7d3f98;
}

[class="fa-brands fa-aiesec"], .brands-color-aiesec {
  color: #037ef3;
}

.active\:brands-color-aiesec:active,
.focus\:brands-color-aiesec:focus,
.hover\:brands-color-aiesec:hover {
  color: #037ef3;
}

[class="fa-brands fa-aiesec-1"], .brands-color-aiesec-1 {
  color: #037ef3;
}

.active\:brands-color-aiesec-1:active,
.focus\:brands-color-aiesec-1:focus,
.hover\:brands-color-aiesec-1:hover {
  color: #037ef3;
}

[class="fa-brands fa-aiesec-2"], .brands-color-aiesec-2 {
  color: #f85a40;
}

.active\:brands-color-aiesec-2:active,
.focus\:brands-color-aiesec-2:focus,
.hover\:brands-color-aiesec-2:hover {
  color: #f85a40;
}

[class="fa-brands fa-aiesec-3"], .brands-color-aiesec-3 {
  color: #00c16e;
}

.active\:brands-color-aiesec-3:active,
.focus\:brands-color-aiesec-3:focus,
.hover\:brands-color-aiesec-3:hover {
  color: #00c16e;
}

[class="fa-brands fa-aiesec-4"], .brands-color-aiesec-4 {
  color: #7552cc;
}

.active\:brands-color-aiesec-4:active,
.focus\:brands-color-aiesec-4:focus,
.hover\:brands-color-aiesec-4:hover {
  color: #7552cc;
}

[class="fa-brands fa-aiesec-5"], .brands-color-aiesec-5 {
  color: #0cb9c1;
}

.active\:brands-color-aiesec-5:active,
.focus\:brands-color-aiesec-5:focus,
.hover\:brands-color-aiesec-5:hover {
  color: #0cb9c1;
}

[class="fa-brands fa-aiesec-6"], .brands-color-aiesec-6 {
  color: #f48924;
}

.active\:brands-color-aiesec-6:active,
.focus\:brands-color-aiesec-6:focus,
.hover\:brands-color-aiesec-6:hover {
  color: #f48924;
}

[class="fa-brands fa-aiesec-7"], .brands-color-aiesec-7 {
  color: #ffc845;
}

.active\:brands-color-aiesec-7:active,
.focus\:brands-color-aiesec-7:focus,
.hover\:brands-color-aiesec-7:hover {
  color: #ffc845;
}

[class="fa-brands fa-aiesec-8"], .brands-color-aiesec-8 {
  color: #52565e;
}

.active\:brands-color-aiesec-8:active,
.focus\:brands-color-aiesec-8:focus,
.hover\:brands-color-aiesec-8:hover {
  color: #52565e;
}

[class="fa-brands fa-aiesec-9"], .brands-color-aiesec-9 {
  color: #caccd1;
}

.active\:brands-color-aiesec-9:active,
.focus\:brands-color-aiesec-9:focus,
.hover\:brands-color-aiesec-9:hover {
  color: #caccd1;
}

[class="fa-brands fa-aiesec-10"], .brands-color-aiesec-10 {
  color: #f3f4f7;
}

.active\:brands-color-aiesec-10:active,
.focus\:brands-color-aiesec-10:focus,
.hover\:brands-color-aiesec-10:hover {
  color: #f3f4f7;
}

[class="fa-brands fa-aim"], .brands-color-aim {
  color: #ffd900;
}

.active\:brands-color-aim:active,
.focus\:brands-color-aim:focus,
.hover\:brands-color-aim:hover {
  color: #ffd900;
}

[class="fa-brands fa-aim-1"], .brands-color-aim-1 {
  color: #ffd900;
}

.active\:brands-color-aim-1:active,
.focus\:brands-color-aim-1:focus,
.hover\:brands-color-aim-1:hover {
  color: #ffd900;
}

[class="fa-brands fa-airbnb"], .brands-color-airbnb {
  color: #fd5c63;
}

.active\:brands-color-airbnb:active,
.focus\:brands-color-airbnb:focus,
.hover\:brands-color-airbnb:hover {
  color: #fd5c63;
}

[class="fa-brands fa-airbnb-1"], .brands-color-airbnb-1 {
  color: #fd5c63;
}

.active\:brands-color-airbnb-1:active,
.focus\:brands-color-airbnb-1:focus,
.hover\:brands-color-airbnb-1:hover {
  color: #fd5c63;
}

[class="fa-brands fa-airbus"], .brands-color-airbus {
  color: #74d2e7;
}

.active\:brands-color-airbus:active,
.focus\:brands-color-airbus:focus,
.hover\:brands-color-airbus:hover {
  color: #74d2e7;
}

[class="fa-brands fa-airbus-1"], .brands-color-airbus-1 {
  color: #74d2e7;
}

.active\:brands-color-airbus-1:active,
.focus\:brands-color-airbus-1:focus,
.hover\:brands-color-airbus-1:hover {
  color: #74d2e7;
}

[class="fa-brands fa-airbus-2"], .brands-color-airbus-2 {
  color: #48a9c5;
}

.active\:brands-color-airbus-2:active,
.focus\:brands-color-airbus-2:focus,
.hover\:brands-color-airbus-2:hover {
  color: #48a9c5;
}

[class="fa-brands fa-airbus-3"], .brands-color-airbus-3 {
  color: #0085ad;
}

.active\:brands-color-airbus-3:active,
.focus\:brands-color-airbus-3:focus,
.hover\:brands-color-airbus-3:hover {
  color: #0085ad;
}

[class="fa-brands fa-airbus-4"], .brands-color-airbus-4 {
  color: #8db9ca;
}

.active\:brands-color-airbus-4:active,
.focus\:brands-color-airbus-4:focus,
.hover\:brands-color-airbus-4:hover {
  color: #8db9ca;
}

[class="fa-brands fa-airbus-5"], .brands-color-airbus-5 {
  color: #4298b5;
}

.active\:brands-color-airbus-5:active,
.focus\:brands-color-airbus-5:focus,
.hover\:brands-color-airbus-5:hover {
  color: #4298b5;
}

[class="fa-brands fa-airbus-6"], .brands-color-airbus-6 {
  color: #005670;
}

.active\:brands-color-airbus-6:active,
.focus\:brands-color-airbus-6:focus,
.hover\:brands-color-airbus-6:hover {
  color: #005670;
}

[class="fa-brands fa-airbus-7"], .brands-color-airbus-7 {
  color: #00205b;
}

.active\:brands-color-airbus-7:active,
.focus\:brands-color-airbus-7:focus,
.hover\:brands-color-airbus-7:hover {
  color: #00205b;
}

[class="fa-brands fa-airbus-8"], .brands-color-airbus-8 {
  color: #009f4d;
}

.active\:brands-color-airbus-8:active,
.focus\:brands-color-airbus-8:focus,
.hover\:brands-color-airbus-8:hover {
  color: #009f4d;
}

[class="fa-brands fa-airbus-9"], .brands-color-airbus-9 {
  color: #84bd00;
}

.active\:brands-color-airbus-9:active,
.focus\:brands-color-airbus-9:focus,
.hover\:brands-color-airbus-9:hover {
  color: #84bd00;
}

[class="fa-brands fa-airbus-10"], .brands-color-airbus-10 {
  color: #efdf00;
}

.active\:brands-color-airbus-10:active,
.focus\:brands-color-airbus-10:focus,
.hover\:brands-color-airbus-10:hover {
  color: #efdf00;
}

[class="fa-brands fa-airbus-11"], .brands-color-airbus-11 {
  color: #fe5000;
}

.active\:brands-color-airbus-11:active,
.focus\:brands-color-airbus-11:focus,
.hover\:brands-color-airbus-11:hover {
  color: #fe5000;
}

[class="fa-brands fa-airbus-12"], .brands-color-airbus-12 {
  color: #e4002b;
}

.active\:brands-color-airbus-12:active,
.focus\:brands-color-airbus-12:focus,
.hover\:brands-color-airbus-12:hover {
  color: #e4002b;
}

[class="fa-brands fa-airbus-13"], .brands-color-airbus-13 {
  color: #da1884;
}

.active\:brands-color-airbus-13:active,
.focus\:brands-color-airbus-13:focus,
.hover\:brands-color-airbus-13:hover {
  color: #da1884;
}

[class="fa-brands fa-airbus-14"], .brands-color-airbus-14 {
  color: #a51890;
}

.active\:brands-color-airbus-14:active,
.focus\:brands-color-airbus-14:focus,
.hover\:brands-color-airbus-14:hover {
  color: #a51890;
}

[class="fa-brands fa-airbus-15"], .brands-color-airbus-15 {
  color: #0077c8;
}

.active\:brands-color-airbus-15:active,
.focus\:brands-color-airbus-15:focus,
.hover\:brands-color-airbus-15:hover {
  color: #0077c8;
}

[class="fa-brands fa-airbus-16"], .brands-color-airbus-16 {
  color: #008eaa;
}

.active\:brands-color-airbus-16:active,
.focus\:brands-color-airbus-16:focus,
.hover\:brands-color-airbus-16:hover {
  color: #008eaa;
}

[class="fa-brands fa-akamai"], .brands-color-akamai {
  color: #0099cc;
}

.active\:brands-color-akamai:active,
.focus\:brands-color-akamai:focus,
.hover\:brands-color-akamai:hover {
  color: #0099cc;
}

[class="fa-brands fa-akamai-1"], .brands-color-akamai-1 {
  color: #0099cc;
}

.active\:brands-color-akamai-1:active,
.focus\:brands-color-akamai-1:focus,
.hover\:brands-color-akamai-1:hover {
  color: #0099cc;
}

[class="fa-brands fa-akamai-2"], .brands-color-akamai-2 {
  color: #ff9933;
}

.active\:brands-color-akamai-2:active,
.focus\:brands-color-akamai-2:focus,
.hover\:brands-color-akamai-2:hover {
  color: #ff9933;
}

[class="fa-brands fa-alcon"], .brands-color-alcon {
  color: #0079c1;
}

.active\:brands-color-alcon:active,
.focus\:brands-color-alcon:focus,
.hover\:brands-color-alcon:hover {
  color: #0079c1;
}

[class="fa-brands fa-alcon-1"], .brands-color-alcon-1 {
  color: #0079c1;
}

.active\:brands-color-alcon-1:active,
.focus\:brands-color-alcon-1:focus,
.hover\:brands-color-alcon-1:hover {
  color: #0079c1;
}

[class="fa-brands fa-alcon-2"], .brands-color-alcon-2 {
  color: #49176d;
}

.active\:brands-color-alcon-2:active,
.focus\:brands-color-alcon-2:focus,
.hover\:brands-color-alcon-2:hover {
  color: #49176d;
}

[class="fa-brands fa-alcon-3"], .brands-color-alcon-3 {
  color: #00a0af;
}

.active\:brands-color-alcon-3:active,
.focus\:brands-color-alcon-3:focus,
.hover\:brands-color-alcon-3:hover {
  color: #00a0af;
}

[class="fa-brands fa-alcon-4"], .brands-color-alcon-4 {
  color: #49a942;
}

.active\:brands-color-alcon-4:active,
.focus\:brands-color-alcon-4:focus,
.hover\:brands-color-alcon-4:hover {
  color: #49a942;
}

[class="fa-brands fa-algolia"], .brands-color-algolia {
  color: #050f2c;
}

.active\:brands-color-algolia:active,
.focus\:brands-color-algolia:focus,
.hover\:brands-color-algolia:hover {
  color: #050f2c;
}

[class="fa-brands fa-algolia-1"], .brands-color-algolia-1 {
  color: #050f2c;
}

.active\:brands-color-algolia-1:active,
.focus\:brands-color-algolia-1:focus,
.hover\:brands-color-algolia-1:hover {
  color: #050f2c;
}

[class="fa-brands fa-algolia-2"], .brands-color-algolia-2 {
  color: #003666;
}

.active\:brands-color-algolia-2:active,
.focus\:brands-color-algolia-2:focus,
.hover\:brands-color-algolia-2:hover {
  color: #003666;
}

[class="fa-brands fa-algolia-3"], .brands-color-algolia-3 {
  color: #00aeff;
}

.active\:brands-color-algolia-3:active,
.focus\:brands-color-algolia-3:focus,
.hover\:brands-color-algolia-3:hover {
  color: #00aeff;
}

[class="fa-brands fa-algolia-4"], .brands-color-algolia-4 {
  color: #3369e7;
}

.active\:brands-color-algolia-4:active,
.focus\:brands-color-algolia-4:focus,
.hover\:brands-color-algolia-4:hover {
  color: #3369e7;
}

[class="fa-brands fa-algolia-5"], .brands-color-algolia-5 {
  color: #8e43e7;
}

.active\:brands-color-algolia-5:active,
.focus\:brands-color-algolia-5:focus,
.hover\:brands-color-algolia-5:hover {
  color: #8e43e7;
}

[class="fa-brands fa-algolia-6"], .brands-color-algolia-6 {
  color: #b84592;
}

.active\:brands-color-algolia-6:active,
.focus\:brands-color-algolia-6:focus,
.hover\:brands-color-algolia-6:hover {
  color: #b84592;
}

[class="fa-brands fa-algolia-7"], .brands-color-algolia-7 {
  color: #ff4f81;
}

.active\:brands-color-algolia-7:active,
.focus\:brands-color-algolia-7:focus,
.hover\:brands-color-algolia-7:hover {
  color: #ff4f81;
}

[class="fa-brands fa-algolia-8"], .brands-color-algolia-8 {
  color: #ff6c5f;
}

.active\:brands-color-algolia-8:active,
.focus\:brands-color-algolia-8:focus,
.hover\:brands-color-algolia-8:hover {
  color: #ff6c5f;
}

[class="fa-brands fa-algolia-9"], .brands-color-algolia-9 {
  color: #ffc168;
}

.active\:brands-color-algolia-9:active,
.focus\:brands-color-algolia-9:focus,
.hover\:brands-color-algolia-9:hover {
  color: #ffc168;
}

[class="fa-brands fa-algolia-10"], .brands-color-algolia-10 {
  color: #2dde98;
}

.active\:brands-color-algolia-10:active,
.focus\:brands-color-algolia-10:focus,
.hover\:brands-color-algolia-10:hover {
  color: #2dde98;
}

[class="fa-brands fa-algolia-11"], .brands-color-algolia-11 {
  color: #1cc7d0;
}

.active\:brands-color-algolia-11:active,
.focus\:brands-color-algolia-11:focus,
.hover\:brands-color-algolia-11:hover {
  color: #1cc7d0;
}

[class="fa-brands fa-alibaba"], .brands-color-alibaba {
  color: #ff6a00;
}

.active\:brands-color-alibaba:active,
.focus\:brands-color-alibaba:focus,
.hover\:brands-color-alibaba:hover {
  color: #ff6a00;
}

[class="fa-brands fa-alibaba-1"], .brands-color-alibaba-1 {
  color: #ff6a00;
}

.active\:brands-color-alibaba-1:active,
.focus\:brands-color-alibaba-1:focus,
.hover\:brands-color-alibaba-1:hover {
  color: #ff6a00;
}

[class="fa-brands fa-alienware"], .brands-color-alienware {
  color: #0c3866;
}

.active\:brands-color-alienware:active,
.focus\:brands-color-alienware:focus,
.hover\:brands-color-alienware:hover {
  color: #0c3866;
}

[class="fa-brands fa-alienware-1"], .brands-color-alienware-1 {
  color: #0c3866;
}

.active\:brands-color-alienware-1:active,
.focus\:brands-color-alienware-1:focus,
.hover\:brands-color-alienware-1:hover {
  color: #0c3866;
}

[class="fa-brands fa-alienware-2"], .brands-color-alienware-2 {
  color: #49c0b6;
}

.active\:brands-color-alienware-2:active,
.focus\:brands-color-alienware-2:focus,
.hover\:brands-color-alienware-2:hover {
  color: #49c0b6;
}

[class="fa-brands fa-alienware-3"], .brands-color-alienware-3 {
  color: #222;
}

.active\:brands-color-alienware-3:active,
.focus\:brands-color-alienware-3:focus,
.hover\:brands-color-alienware-3:hover {
  color: #222;
}

[class="fa-brands fa-alienware-4"], .brands-color-alienware-4 {
  color: #ce181e;
}

.active\:brands-color-alienware-4:active,
.focus\:brands-color-alienware-4:focus,
.hover\:brands-color-alienware-4:hover {
  color: #ce181e;
}

[class="fa-brands fa-alienware-5"], .brands-color-alienware-5 {
  color: #007cc0;
}

.active\:brands-color-alienware-5:active,
.focus\:brands-color-alienware-5:focus,
.hover\:brands-color-alienware-5:hover {
  color: #007cc0;
}

[class="fa-brands fa-alienware-6"], .brands-color-alienware-6 {
  color: #ffc20e;
}

.active\:brands-color-alienware-6:active,
.focus\:brands-color-alienware-6:focus,
.hover\:brands-color-alienware-6:hover {
  color: #ffc20e;
}

[class="fa-brands fa-alphabet"], .brands-color-alphabet {
  color: #ed1c24;
}

.active\:brands-color-alphabet:active,
.focus\:brands-color-alphabet:focus,
.hover\:brands-color-alphabet:hover {
  color: #ed1c24;
}

[class="fa-brands fa-alphabet-1"], .brands-color-alphabet-1 {
  color: #ed1c24;
}

.active\:brands-color-alphabet-1:active,
.focus\:brands-color-alphabet-1:focus,
.hover\:brands-color-alphabet-1:hover {
  color: #ed1c24;
}

[class="fa-brands fa-amazon"], .brands-color-amazon {
  color: #ff9900;
}

.active\:brands-color-amazon:active,
.focus\:brands-color-amazon:focus,
.hover\:brands-color-amazon:hover {
  color: #ff9900;
}

[class="fa-brands fa-amazon-1"], .brands-color-amazon-1 {
  color: #ff9900;
}

.active\:brands-color-amazon-1:active,
.focus\:brands-color-amazon-1:focus,
.hover\:brands-color-amazon-1:hover {
  color: #ff9900;
}

[class="fa-brands fa-amazon-2"], .brands-color-amazon-2 {
  color: #146eb4;
}

.active\:brands-color-amazon-2:active,
.focus\:brands-color-amazon-2:focus,
.hover\:brands-color-amazon-2:hover {
  color: #146eb4;
}

[class="fa-brands fa-american-express"], .brands-color-american-express {
  color: #002663;
}

.active\:brands-color-american-express:active,
.focus\:brands-color-american-express:focus,
.hover\:brands-color-american-express:hover {
  color: #002663;
}

[class="fa-brands fa-american-express-1"], .brands-color-american-express-1 {
  color: #002663;
}

.active\:brands-color-american-express-1:active,
.focus\:brands-color-american-express-1:focus,
.hover\:brands-color-american-express-1:hover {
  color: #002663;
}

[class="fa-brands fa-american-express-2"], .brands-color-american-express-2 {
  color: #4d4f53;
}

.active\:brands-color-american-express-2:active,
.focus\:brands-color-american-express-2:focus,
.hover\:brands-color-american-express-2:hover {
  color: #4d4f53;
}

[class="fa-brands fa-american-red-cross"], .brands-color-american-red-cross {
  color: #ed1b2e;
}

.active\:brands-color-american-red-cross:active,
.focus\:brands-color-american-red-cross:focus,
.hover\:brands-color-american-red-cross:hover {
  color: #ed1b2e;
}

[class="fa-brands fa-american-red-cross-1"], .brands-color-american-red-cross-1 {
  color: #ed1b2e;
}

.active\:brands-color-american-red-cross-1:active,
.focus\:brands-color-american-red-cross-1:focus,
.hover\:brands-color-american-red-cross-1:hover {
  color: #ed1b2e;
}

[class="fa-brands fa-american-red-cross-2"], .brands-color-american-red-cross-2 {
  color: #6d6e70;
}

.active\:brands-color-american-red-cross-2:active,
.focus\:brands-color-american-red-cross-2:focus,
.hover\:brands-color-american-red-cross-2:hover {
  color: #6d6e70;
}

[class="fa-brands fa-american-red-cross-3"], .brands-color-american-red-cross-3 {
  color: #d7d7d8;
}

.active\:brands-color-american-red-cross-3:active,
.focus\:brands-color-american-red-cross-3:focus,
.hover\:brands-color-american-red-cross-3:hover {
  color: #d7d7d8;
}

[class="fa-brands fa-american-red-cross-4"], .brands-color-american-red-cross-4 {
  color: #b4a996;
}

.active\:brands-color-american-red-cross-4:active,
.focus\:brands-color-american-red-cross-4:focus,
.hover\:brands-color-american-red-cross-4:hover {
  color: #b4a996;
}

[class="fa-brands fa-american-red-cross-5"], .brands-color-american-red-cross-5 {
  color: #ecb731;
}

.active\:brands-color-american-red-cross-5:active,
.focus\:brands-color-american-red-cross-5:focus,
.hover\:brands-color-american-red-cross-5:hover {
  color: #ecb731;
}

[class="fa-brands fa-american-red-cross-6"], .brands-color-american-red-cross-6 {
  color: #8ec06c;
}

.active\:brands-color-american-red-cross-6:active,
.focus\:brands-color-american-red-cross-6:focus,
.hover\:brands-color-american-red-cross-6:hover {
  color: #8ec06c;
}

[class="fa-brands fa-american-red-cross-7"], .brands-color-american-red-cross-7 {
  color: #537b35;
}

.active\:brands-color-american-red-cross-7:active,
.focus\:brands-color-american-red-cross-7:focus,
.hover\:brands-color-american-red-cross-7:hover {
  color: #537b35;
}

[class="fa-brands fa-american-red-cross-8"], .brands-color-american-red-cross-8 {
  color: #c4dff6;
}

.active\:brands-color-american-red-cross-8:active,
.focus\:brands-color-american-red-cross-8:focus,
.hover\:brands-color-american-red-cross-8:hover {
  color: #c4dff6;
}

[class="fa-brands fa-american-red-cross-9"], .brands-color-american-red-cross-9 {
  color: #56a0d3;
}

.active\:brands-color-american-red-cross-9:active,
.focus\:brands-color-american-red-cross-9:focus,
.hover\:brands-color-american-red-cross-9:hover {
  color: #56a0d3;
}

[class="fa-brands fa-american-red-cross-10"], .brands-color-american-red-cross-10 {
  color: #0091cd;
}

.active\:brands-color-american-red-cross-10:active,
.focus\:brands-color-american-red-cross-10:focus,
.hover\:brands-color-american-red-cross-10:hover {
  color: #0091cd;
}

[class="fa-brands fa-american-red-cross-11"], .brands-color-american-red-cross-11 {
  color: #004b79;
}

.active\:brands-color-american-red-cross-11:active,
.focus\:brands-color-american-red-cross-11:focus,
.hover\:brands-color-american-red-cross-11:hover {
  color: #004b79;
}

[class="fa-brands fa-american-red-cross-12"], .brands-color-american-red-cross-12 {
  color: #7f181b;
}

.active\:brands-color-american-red-cross-12:active,
.focus\:brands-color-american-red-cross-12:focus,
.hover\:brands-color-american-red-cross-12:hover {
  color: #7f181b;
}

[class="fa-brands fa-american-red-cross-13"], .brands-color-american-red-cross-13 {
  color: #d7d7d8;
}

.active\:brands-color-american-red-cross-13:active,
.focus\:brands-color-american-red-cross-13:focus,
.hover\:brands-color-american-red-cross-13:hover {
  color: #d7d7d8;
}

[class="fa-brands fa-american-red-cross-14"], .brands-color-american-red-cross-14 {
  color: #9f9fa3;
}

.active\:brands-color-american-red-cross-14:active,
.focus\:brands-color-american-red-cross-14:focus,
.hover\:brands-color-american-red-cross-14:hover {
  color: #9f9fa3;
}

[class="fa-brands fa-american-red-cross-15"], .brands-color-american-red-cross-15 {
  color: #000000;
}

.active\:brands-color-american-red-cross-15:active,
.focus\:brands-color-american-red-cross-15:focus,
.hover\:brands-color-american-red-cross-15:hover {
  color: #000000;
}

[class="fa-brands fa-amp"], .brands-color-amp {
  color: #1c79c0;
}

.active\:brands-color-amp:active,
.focus\:brands-color-amp:focus,
.hover\:brands-color-amp:hover {
  color: #1c79c0;
}

[class="fa-brands fa-amp-1"], .brands-color-amp-1 {
  color: #1c79c0;
}

.active\:brands-color-amp-1:active,
.focus\:brands-color-amp-1:focus,
.hover\:brands-color-amp-1:hover {
  color: #1c79c0;
}

[class="fa-brands fa-amp-2"], .brands-color-amp-2 {
  color: #0dd3ff;
}

.active\:brands-color-amp-2:active,
.focus\:brands-color-amp-2:focus,
.hover\:brands-color-amp-2:hover {
  color: #0dd3ff;
}

[class="fa-brands fa-amp-3"], .brands-color-amp-3 {
  color: #0389ff;
}

.active\:brands-color-amp-3:active,
.focus\:brands-color-amp-3:focus,
.hover\:brands-color-amp-3:hover {
  color: #0389ff;
}

[class="fa-brands fa-android"], .brands-color-android {
  color: #a4c639;
}

.active\:brands-color-android:active,
.focus\:brands-color-android:focus,
.hover\:brands-color-android:hover {
  color: #a4c639;
}

[class="fa-brands fa-android-1"], .brands-color-android-1 {
  color: #a4c639;
}

.active\:brands-color-android-1:active,
.focus\:brands-color-android-1:focus,
.hover\:brands-color-android-1:hover {
  color: #a4c639;
}

[class="fa-brands fa-angies-list"], .brands-color-angies-list {
  color: #7fbb00;
}

.active\:brands-color-angies-list:active,
.focus\:brands-color-angies-list:focus,
.hover\:brands-color-angies-list:hover {
  color: #7fbb00;
}

[class="fa-brands fa-angies-list-1"], .brands-color-angies-list-1 {
  color: #7fbb00;
}

.active\:brands-color-angies-list-1:active,
.focus\:brands-color-angies-list-1:focus,
.hover\:brands-color-angies-list-1:hover {
  color: #7fbb00;
}

[class="fa-brands fa-angularjs"], .brands-color-angularjs {
  color: #b52e31;
}

.active\:brands-color-angularjs:active,
.focus\:brands-color-angularjs:focus,
.hover\:brands-color-angularjs:hover {
  color: #b52e31;
}

[class="fa-brands fa-angularjs-1"], .brands-color-angularjs-1 {
  color: #b52e31;
}

.active\:brands-color-angularjs-1:active,
.focus\:brands-color-angularjs-1:focus,
.hover\:brands-color-angularjs-1:hover {
  color: #b52e31;
}

[class="fa-brands fa-angularjs-2"], .brands-color-angularjs-2 {
  color: #000000;
}

.active\:brands-color-angularjs-2:active,
.focus\:brands-color-angularjs-2:focus,
.hover\:brands-color-angularjs-2:hover {
  color: #000000;
}

[class="fa-brands fa-answers"], .brands-color-answers {
  color: #136ad5;
}

.active\:brands-color-answers:active,
.focus\:brands-color-answers:focus,
.hover\:brands-color-answers:hover {
  color: #136ad5;
}

[class="fa-brands fa-answers-1"], .brands-color-answers-1 {
  color: #136ad5;
}

.active\:brands-color-answers-1:active,
.focus\:brands-color-answers-1:focus,
.hover\:brands-color-answers-1:hover {
  color: #136ad5;
}

[class="fa-brands fa-answers-2"], .brands-color-answers-2 {
  color: #fb8a2e;
}

.active\:brands-color-answers-2:active,
.focus\:brands-color-answers-2:focus,
.hover\:brands-color-answers-2:hover {
  color: #fb8a2e;
}

[class="fa-brands fa-aol"], .brands-color-aol {
  color: #ff0b00;
}

.active\:brands-color-aol:active,
.focus\:brands-color-aol:focus,
.hover\:brands-color-aol:hover {
  color: #ff0b00;
}

[class="fa-brands fa-aol-1"], .brands-color-aol-1 {
  color: #ff0b00;
}

.active\:brands-color-aol-1:active,
.focus\:brands-color-aol-1:focus,
.hover\:brands-color-aol-1:hover {
  color: #ff0b00;
}

[class="fa-brands fa-aol-2"], .brands-color-aol-2 {
  color: #00c4ff;
}

.active\:brands-color-aol-2:active,
.focus\:brands-color-aol-2:focus,
.hover\:brands-color-aol-2:hover {
  color: #00c4ff;
}

[class="fa-brands fa-aparat"], .brands-color-aparat {
  color: #ea1d5d;
}

.active\:brands-color-aparat:active,
.focus\:brands-color-aparat:focus,
.hover\:brands-color-aparat:hover {
  color: #ea1d5d;
}

[class="fa-brands fa-aparat-1"], .brands-color-aparat-1 {
  color: #ea1d5d;
}

.active\:brands-color-aparat-1:active,
.focus\:brands-color-aparat-1:focus,
.hover\:brands-color-aparat-1:hover {
  color: #ea1d5d;
}

[class="fa-brands fa-arch-linux"], .brands-color-arch-linux {
  color: #1793d1;
}

.active\:brands-color-arch-linux:active,
.focus\:brands-color-arch-linux:focus,
.hover\:brands-color-arch-linux:hover {
  color: #1793d1;
}

[class="fa-brands fa-arch-linux-1"], .brands-color-arch-linux-1 {
  color: #1793d1;
}

.active\:brands-color-arch-linux-1:active,
.focus\:brands-color-arch-linux-1:focus,
.hover\:brands-color-arch-linux-1:hover {
  color: #1793d1;
}

[class="fa-brands fa-arch-linux-2"], .brands-color-arch-linux-2 {
  color: #333333;
}

.active\:brands-color-arch-linux-2:active,
.focus\:brands-color-arch-linux-2:focus,
.hover\:brands-color-arch-linux-2:hover {
  color: #333333;
}

[class="fa-brands fa-arizona-state-university-asu"], .brands-color-arizona-state-university-asu {
  color: #990033;
}

.active\:brands-color-arizona-state-university-asu:active,
.focus\:brands-color-arizona-state-university-asu:focus,
.hover\:brands-color-arizona-state-university-asu:hover {
  color: #990033;
}

[class="fa-brands fa-arizona-state-university-asu-1"], .brands-color-arizona-state-university-asu-1 {
  color: #990033;
}

.active\:brands-color-arizona-state-university-asu-1:active,
.focus\:brands-color-arizona-state-university-asu-1:focus,
.hover\:brands-color-arizona-state-university-asu-1:hover {
  color: #990033;
}

[class="fa-brands fa-arizona-state-university-asu-2"], .brands-color-arizona-state-university-asu-2 {
  color: #ffb310;
}

.active\:brands-color-arizona-state-university-asu-2:active,
.focus\:brands-color-arizona-state-university-asu-2:focus,
.hover\:brands-color-arizona-state-university-asu-2:hover {
  color: #ffb310;
}

[class="fa-brands fa-arriva"], .brands-color-arriva {
  color: #004d73;
}

.active\:brands-color-arriva:active,
.focus\:brands-color-arriva:focus,
.hover\:brands-color-arriva:hover {
  color: #004d73;
}

[class="fa-brands fa-arriva-1"], .brands-color-arriva-1 {
  color: #004d73;
}

.active\:brands-color-arriva-1:active,
.focus\:brands-color-arriva-1:focus,
.hover\:brands-color-arriva-1:hover {
  color: #004d73;
}

[class="fa-brands fa-arriva-2"], .brands-color-arriva-2 {
  color: #00334e;
}

.active\:brands-color-arriva-2:active,
.focus\:brands-color-arriva-2:focus,
.hover\:brands-color-arriva-2:hover {
  color: #00334e;
}

[class="fa-brands fa-arriva-3"], .brands-color-arriva-3 {
  color: #007fdb;
}

.active\:brands-color-arriva-3:active,
.focus\:brands-color-arriva-3:focus,
.hover\:brands-color-arriva-3:hover {
  color: #007fdb;
}

[class="fa-brands fa-arriva-4"], .brands-color-arriva-4 {
  color: #dbebfa;
}

.active\:brands-color-arriva-4:active,
.focus\:brands-color-arriva-4:focus,
.hover\:brands-color-arriva-4:hover {
  color: #dbebfa;
}

[class="fa-brands fa-arriva-5"], .brands-color-arriva-5 {
  color: #832561;
}

.active\:brands-color-arriva-5:active,
.focus\:brands-color-arriva-5:focus,
.hover\:brands-color-arriva-5:hover {
  color: #832561;
}

[class="fa-brands fa-arriva-6"], .brands-color-arriva-6 {
  color: #11862f;
}

.active\:brands-color-arriva-6:active,
.focus\:brands-color-arriva-6:focus,
.hover\:brands-color-arriva-6:hover {
  color: #11862f;
}

[class="fa-brands fa-arriva-7"], .brands-color-arriva-7 {
  color: #bfca02;
}

.active\:brands-color-arriva-7:active,
.focus\:brands-color-arriva-7:focus,
.hover\:brands-color-arriva-7:hover {
  color: #bfca02;
}

[class="fa-brands fa-arriva-8"], .brands-color-arriva-8 {
  color: #848a8c;
}

.active\:brands-color-arriva-8:active,
.focus\:brands-color-arriva-8:focus,
.hover\:brands-color-arriva-8:hover {
  color: #848a8c;
}

[class="fa-brands fa-arriva-danmark"], .brands-color-arriva-danmark {
  color: #004d73;
}

.active\:brands-color-arriva-danmark:active,
.focus\:brands-color-arriva-danmark:focus,
.hover\:brands-color-arriva-danmark:hover {
  color: #004d73;
}

[class="fa-brands fa-arriva-danmark-1"], .brands-color-arriva-danmark-1 {
  color: #004d73;
}

.active\:brands-color-arriva-danmark-1:active,
.focus\:brands-color-arriva-danmark-1:focus,
.hover\:brands-color-arriva-danmark-1:hover {
  color: #004d73;
}

[class="fa-brands fa-arriva-danmark-2"], .brands-color-arriva-danmark-2 {
  color: #00334e;
}

.active\:brands-color-arriva-danmark-2:active,
.focus\:brands-color-arriva-danmark-2:focus,
.hover\:brands-color-arriva-danmark-2:hover {
  color: #00334e;
}

[class="fa-brands fa-arriva-danmark-3"], .brands-color-arriva-danmark-3 {
  color: #007fbd;
}

.active\:brands-color-arriva-danmark-3:active,
.focus\:brands-color-arriva-danmark-3:focus,
.hover\:brands-color-arriva-danmark-3:hover {
  color: #007fbd;
}

[class="fa-brands fa-arriva-danmark-4"], .brands-color-arriva-danmark-4 {
  color: #dbebfa;
}

.active\:brands-color-arriva-danmark-4:active,
.focus\:brands-color-arriva-danmark-4:focus,
.hover\:brands-color-arriva-danmark-4:hover {
  color: #dbebfa;
}

[class="fa-brands fa-ars-technica"], .brands-color-ars-technica {
  color: #ff4e00;
}

.active\:brands-color-ars-technica:active,
.focus\:brands-color-ars-technica:focus,
.hover\:brands-color-ars-technica:hover {
  color: #ff4e00;
}

[class="fa-brands fa-ars-technica-1"], .brands-color-ars-technica-1 {
  color: #ff4e00;
}

.active\:brands-color-ars-technica-1:active,
.focus\:brands-color-ars-technica-1:focus,
.hover\:brands-color-ars-technica-1:hover {
  color: #ff4e00;
}

[class="fa-brands fa-ars-technica-2"], .brands-color-ars-technica-2 {
  color: #01cd74;
}

.active\:brands-color-ars-technica-2:active,
.focus\:brands-color-ars-technica-2:focus,
.hover\:brands-color-ars-technica-2:hover {
  color: #01cd74;
}

[class="fa-brands fa-asana"], .brands-color-asana {
  color: #3be8b0;
}

.active\:brands-color-asana:active,
.focus\:brands-color-asana:focus,
.hover\:brands-color-asana:hover {
  color: #3be8b0;
}

[class="fa-brands fa-asana-1"], .brands-color-asana-1 {
  color: #3be8b0;
}

.active\:brands-color-asana-1:active,
.focus\:brands-color-asana-1:focus,
.hover\:brands-color-asana-1:hover {
  color: #3be8b0;
}

[class="fa-brands fa-asana-2"], .brands-color-asana-2 {
  color: #1aafd0;
}

.active\:brands-color-asana-2:active,
.focus\:brands-color-asana-2:focus,
.hover\:brands-color-asana-2:hover {
  color: #1aafd0;
}

[class="fa-brands fa-asana-3"], .brands-color-asana-3 {
  color: #6a67ce;
}

.active\:brands-color-asana-3:active,
.focus\:brands-color-asana-3:focus,
.hover\:brands-color-asana-3:hover {
  color: #6a67ce;
}

[class="fa-brands fa-asana-4"], .brands-color-asana-4 {
  color: #ffb900;
}

.active\:brands-color-asana-4:active,
.focus\:brands-color-asana-4:focus,
.hover\:brands-color-asana-4:hover {
  color: #ffb900;
}

[class="fa-brands fa-asana-5"], .brands-color-asana-5 {
  color: #fc636b;
}

.active\:brands-color-asana-5:active,
.focus\:brands-color-asana-5:focus,
.hover\:brands-color-asana-5:hover {
  color: #fc636b;
}

[class="fa-brands fa-askfm"], .brands-color-askfm {
  color: #db3552;
}

.active\:brands-color-askfm:active,
.focus\:brands-color-askfm:focus,
.hover\:brands-color-askfm:hover {
  color: #db3552;
}

[class="fa-brands fa-askfm-1"], .brands-color-askfm-1 {
  color: #db3552;
}

.active\:brands-color-askfm-1:active,
.focus\:brands-color-askfm-1:focus,
.hover\:brands-color-askfm-1:hover {
  color: #db3552;
}

[class="fa-brands fa-associated-press"], .brands-color-associated-press {
  color: #ff322e;
}

.active\:brands-color-associated-press:active,
.focus\:brands-color-associated-press:focus,
.hover\:brands-color-associated-press:hover {
  color: #ff322e;
}

[class="fa-brands fa-associated-press-1"], .brands-color-associated-press-1 {
  color: #ff322e;
}

.active\:brands-color-associated-press-1:active,
.focus\:brands-color-associated-press-1:focus,
.hover\:brands-color-associated-press-1:hover {
  color: #ff322e;
}

[class="fa-brands fa-att"], .brands-color-att {
  color: #00a8e0;
}

.active\:brands-color-att:active,
.focus\:brands-color-att:focus,
.hover\:brands-color-att:hover {
  color: #00a8e0;
}

[class="fa-brands fa-att-1"], .brands-color-att-1 {
  color: #00a8e0;
}

.active\:brands-color-att-1:active,
.focus\:brands-color-att-1:focus,
.hover\:brands-color-att-1:hover {
  color: #00a8e0;
}

[class="fa-brands fa-atlanta-falcons"], .brands-color-atlanta-falcons {
  color: #000000;
}

.active\:brands-color-atlanta-falcons:active,
.focus\:brands-color-atlanta-falcons:focus,
.hover\:brands-color-atlanta-falcons:hover {
  color: #000000;
}

[class="fa-brands fa-atlanta-falcons-1"], .brands-color-atlanta-falcons-1 {
  color: #000000;
}

.active\:brands-color-atlanta-falcons-1:active,
.focus\:brands-color-atlanta-falcons-1:focus,
.hover\:brands-color-atlanta-falcons-1:hover {
  color: #000000;
}

[class="fa-brands fa-atlanta-falcons-2"], .brands-color-atlanta-falcons-2 {
  color: #a71930;
}

.active\:brands-color-atlanta-falcons-2:active,
.focus\:brands-color-atlanta-falcons-2:focus,
.hover\:brands-color-atlanta-falcons-2:hover {
  color: #a71930;
}

[class="fa-brands fa-atlanta-falcons-3"], .brands-color-atlanta-falcons-3 {
  color: #a5acaf;
}

.active\:brands-color-atlanta-falcons-3:active,
.focus\:brands-color-atlanta-falcons-3:focus,
.hover\:brands-color-atlanta-falcons-3:hover {
  color: #a5acaf;
}

[class="fa-brands fa-atlantic-coast-conference-acc"], .brands-color-atlantic-coast-conference-acc {
  color: #013ca6;
}

.active\:brands-color-atlantic-coast-conference-acc:active,
.focus\:brands-color-atlantic-coast-conference-acc:focus,
.hover\:brands-color-atlantic-coast-conference-acc:hover {
  color: #013ca6;
}

[class="fa-brands fa-atlantic-coast-conference-acc-1"], .brands-color-atlantic-coast-conference-acc-1 {
  color: #013ca6;
}

.active\:brands-color-atlantic-coast-conference-acc-1:active,
.focus\:brands-color-atlantic-coast-conference-acc-1:focus,
.hover\:brands-color-atlantic-coast-conference-acc-1:hover {
  color: #013ca6;
}

[class="fa-brands fa-atlantic-coast-conference-acc-2"], .brands-color-atlantic-coast-conference-acc-2 {
  color: #a5a9ab;
}

.active\:brands-color-atlantic-coast-conference-acc-2:active,
.focus\:brands-color-atlantic-coast-conference-acc-2:focus,
.hover\:brands-color-atlantic-coast-conference-acc-2:hover {
  color: #a5a9ab;
}

[class="fa-brands fa-atlassian"], .brands-color-atlassian {
  color: #003366;
}

.active\:brands-color-atlassian:active,
.focus\:brands-color-atlassian:focus,
.hover\:brands-color-atlassian:hover {
  color: #003366;
}

[class="fa-brands fa-atlassian-1"], .brands-color-atlassian-1 {
  color: #003366;
}

.active\:brands-color-atlassian-1:active,
.focus\:brands-color-atlassian-1:focus,
.hover\:brands-color-atlassian-1:hover {
  color: #003366;
}

[class="fa-brands fa-atos"], .brands-color-atos {
  color: #0066a1;
}

.active\:brands-color-atos:active,
.focus\:brands-color-atos:focus,
.hover\:brands-color-atos:hover {
  color: #0066a1;
}

[class="fa-brands fa-atos-1"], .brands-color-atos-1 {
  color: #0066a1;
}

.active\:brands-color-atos-1:active,
.focus\:brands-color-atos-1:focus,
.hover\:brands-color-atos-1:hover {
  color: #0066a1;
}

[class="fa-brands fa-atos-2"], .brands-color-atos-2 {
  color: #231f20;
}

.active\:brands-color-atos-2:active,
.focus\:brands-color-atos-2:focus,
.hover\:brands-color-atos-2:hover {
  color: #231f20;
}

[class="fa-brands fa-atos-3"], .brands-color-atos-3 {
  color: #bfbfbf;
}

.active\:brands-color-atos-3:active,
.focus\:brands-color-atos-3:focus,
.hover\:brands-color-atos-3:hover {
  color: #bfbfbf;
}

[class="fa-brands fa-atos-4"], .brands-color-atos-4 {
  color: #00b2a9;
}

.active\:brands-color-atos-4:active,
.focus\:brands-color-atos-4:focus,
.hover\:brands-color-atos-4:hover {
  color: #00b2a9;
}

[class="fa-brands fa-atos-5"], .brands-color-atos-5 {
  color: #a626aa;
}

.active\:brands-color-atos-5:active,
.focus\:brands-color-atos-5:focus,
.hover\:brands-color-atos-5:hover {
  color: #a626aa;
}

[class="fa-brands fa-atos-6"], .brands-color-atos-6 {
  color: #6639b7;
}

.active\:brands-color-atos-6:active,
.focus\:brands-color-atos-6:focus,
.hover\:brands-color-atos-6:hover {
  color: #6639b7;
}

[class="fa-brands fa-atos-7"], .brands-color-atos-7 {
  color: #aea400;
}

.active\:brands-color-atos-7:active,
.focus\:brands-color-atos-7:focus,
.hover\:brands-color-atos-7:hover {
  color: #aea400;
}

[class="fa-brands fa-atos-8"], .brands-color-atos-8 {
  color: #ff6319;
}

.active\:brands-color-atos-8:active,
.focus\:brands-color-atos-8:focus,
.hover\:brands-color-atos-8:hover {
  color: #ff6319;
}

[class="fa-brands fa-audi"], .brands-color-audi {
  color: #ffffff;
}

.active\:brands-color-audi:active,
.focus\:brands-color-audi:focus,
.hover\:brands-color-audi:hover {
  color: #ffffff;
}

[class="fa-brands fa-audi-1"], .brands-color-audi-1 {
  color: #ffffff;
}

.active\:brands-color-audi-1:active,
.focus\:brands-color-audi-1:focus,
.hover\:brands-color-audi-1:hover {
  color: #ffffff;
}

[class="fa-brands fa-audi-2"], .brands-color-audi-2 {
  color: #000000;
}

.active\:brands-color-audi-2:active,
.focus\:brands-color-audi-2:focus,
.hover\:brands-color-audi-2:hover {
  color: #000000;
}

[class="fa-brands fa-audi-3"], .brands-color-audi-3 {
  color: #f50537;
}

.active\:brands-color-audi-3:active,
.focus\:brands-color-audi-3:focus,
.hover\:brands-color-audi-3:hover {
  color: #f50537;
}

[class="fa-brands fa-auth0"], .brands-color-auth0 {
  color: #16214d;
}

.active\:brands-color-auth0:active,
.focus\:brands-color-auth0:focus,
.hover\:brands-color-auth0:hover {
  color: #16214d;
}

[class="fa-brands fa-auth0-1"], .brands-color-auth0-1 {
  color: #16214d;
}

.active\:brands-color-auth0-1:active,
.focus\:brands-color-auth0-1:focus,
.hover\:brands-color-auth0-1:hover {
  color: #16214d;
}

[class="fa-brands fa-auth0-2"], .brands-color-auth0-2 {
  color: #44c7f4;
}

.active\:brands-color-auth0-2:active,
.focus\:brands-color-auth0-2:focus,
.hover\:brands-color-auth0-2:hover {
  color: #44c7f4;
}

[class="fa-brands fa-auth0-3"], .brands-color-auth0-3 {
  color: #eb5424;
}

.active\:brands-color-auth0-3:active,
.focus\:brands-color-auth0-3:focus,
.hover\:brands-color-auth0-3:hover {
  color: #eb5424;
}

[class="fa-brands fa-auth0-4"], .brands-color-auth0-4 {
  color: #d0d2d3;
}

.active\:brands-color-auth0-4:active,
.focus\:brands-color-auth0-4:focus,
.hover\:brands-color-auth0-4:hover {
  color: #d0d2d3;
}

[class="fa-brands fa-avast"], .brands-color-avast {
  color: #ff7800;
}

.active\:brands-color-avast:active,
.focus\:brands-color-avast:focus,
.hover\:brands-color-avast:hover {
  color: #ff7800;
}

[class="fa-brands fa-avast-1"], .brands-color-avast-1 {
  color: #ff7800;
}

.active\:brands-color-avast-1:active,
.focus\:brands-color-avast-1:focus,
.hover\:brands-color-avast-1:hover {
  color: #ff7800;
}

[class="fa-brands fa-avast-2"], .brands-color-avast-2 {
  color: #2d364c;
}

.active\:brands-color-avast-2:active,
.focus\:brands-color-avast-2:focus,
.hover\:brands-color-avast-2:hover {
  color: #2d364c;
}

[class="fa-brands fa-avast-3"], .brands-color-avast-3 {
  color: #6534ac;
}

.active\:brands-color-avast-3:active,
.focus\:brands-color-avast-3:focus,
.hover\:brands-color-avast-3:hover {
  color: #6534ac;
}

[class="fa-brands fa-avira"], .brands-color-avira {
  color: #d40000;
}

.active\:brands-color-avira:active,
.focus\:brands-color-avira:focus,
.hover\:brands-color-avira:hover {
  color: #d40000;
}

[class="fa-brands fa-avira-1"], .brands-color-avira-1 {
  color: #d40000;
}

.active\:brands-color-avira-1:active,
.focus\:brands-color-avira-1:focus,
.hover\:brands-color-avira-1:hover {
  color: #d40000;
}

[class="fa-brands fa-baidu"], .brands-color-baidu {
  color: #de0f17;
}

.active\:brands-color-baidu:active,
.focus\:brands-color-baidu:focus,
.hover\:brands-color-baidu:hover {
  color: #de0f17;
}

[class="fa-brands fa-baidu-1"], .brands-color-baidu-1 {
  color: #de0f17;
}

.active\:brands-color-baidu-1:active,
.focus\:brands-color-baidu-1:focus,
.hover\:brands-color-baidu-1:hover {
  color: #de0f17;
}

[class="fa-brands fa-baidu-2"], .brands-color-baidu-2 {
  color: #2529d8;
}

.active\:brands-color-baidu-2:active,
.focus\:brands-color-baidu-2:focus,
.hover\:brands-color-baidu-2:hover {
  color: #2529d8;
}

[class="fa-brands fa-bandcamp"], .brands-color-bandcamp {
  color: #629aa9;
}

.active\:brands-color-bandcamp:active,
.focus\:brands-color-bandcamp:focus,
.hover\:brands-color-bandcamp:hover {
  color: #629aa9;
}

[class="fa-brands fa-bandcamp-1"], .brands-color-bandcamp-1 {
  color: #629aa9;
}

.active\:brands-color-bandcamp-1:active,
.focus\:brands-color-bandcamp-1:focus,
.hover\:brands-color-bandcamp-1:hover {
  color: #629aa9;
}

[class="fa-brands fa-barclays"], .brands-color-barclays {
  color: #00aeef;
}

.active\:brands-color-barclays:active,
.focus\:brands-color-barclays:focus,
.hover\:brands-color-barclays:hover {
  color: #00aeef;
}

[class="fa-brands fa-barclays-1"], .brands-color-barclays-1 {
  color: #00aeef;
}

.active\:brands-color-barclays-1:active,
.focus\:brands-color-barclays-1:focus,
.hover\:brands-color-barclays-1:hover {
  color: #00aeef;
}

[class="fa-brands fa-barclays-2"], .brands-color-barclays-2 {
  color: #00395d;
}

.active\:brands-color-barclays-2:active,
.focus\:brands-color-barclays-2:focus,
.hover\:brands-color-barclays-2:hover {
  color: #00395d;
}

[class="fa-brands fa-barnes-noble"], .brands-color-barnes-noble {
  color: #2a5934;
}

.active\:brands-color-barnes-noble:active,
.focus\:brands-color-barnes-noble:focus,
.hover\:brands-color-barnes-noble:hover {
  color: #2a5934;
}

[class="fa-brands fa-barnes-noble-1"], .brands-color-barnes-noble-1 {
  color: #2a5934;
}

.active\:brands-color-barnes-noble-1:active,
.focus\:brands-color-barnes-noble-1:focus,
.hover\:brands-color-barnes-noble-1:hover {
  color: #2a5934;
}

[class="fa-brands fa-basecamp"], .brands-color-basecamp {
  color: #b3dcff;
}

.active\:brands-color-basecamp:active,
.focus\:brands-color-basecamp:focus,
.hover\:brands-color-basecamp:hover {
  color: #b3dcff;
}

[class="fa-brands fa-basecamp-1"], .brands-color-basecamp-1 {
  color: #b3dcff;
}

.active\:brands-color-basecamp-1:active,
.focus\:brands-color-basecamp-1:focus,
.hover\:brands-color-basecamp-1:hover {
  color: #b3dcff;
}

[class="fa-brands fa-basecamp-2"], .brands-color-basecamp-2 {
  color: #5ecc62;
}

.active\:brands-color-basecamp-2:active,
.focus\:brands-color-basecamp-2:focus,
.hover\:brands-color-basecamp-2:hover {
  color: #5ecc62;
}

[class="fa-brands fa-basecamp-3"], .brands-color-basecamp-3 {
  color: #00ad45;
}

.active\:brands-color-basecamp-3:active,
.focus\:brands-color-basecamp-3:focus,
.hover\:brands-color-basecamp-3:hover {
  color: #00ad45;
}

[class="fa-brands fa-beats-by-dre"], .brands-color-beats-by-dre {
  color: #e01f3d;
}

.active\:brands-color-beats-by-dre:active,
.focus\:brands-color-beats-by-dre:focus,
.hover\:brands-color-beats-by-dre:hover {
  color: #e01f3d;
}

[class="fa-brands fa-beats-by-dre-1"], .brands-color-beats-by-dre-1 {
  color: #e01f3d;
}

.active\:brands-color-beats-by-dre-1:active,
.focus\:brands-color-beats-by-dre-1:focus,
.hover\:brands-color-beats-by-dre-1:hover {
  color: #e01f3d;
}

[class="fa-brands fa-bebo"], .brands-color-bebo {
  color: #e04646;
}

.active\:brands-color-bebo:active,
.focus\:brands-color-bebo:focus,
.hover\:brands-color-bebo:hover {
  color: #e04646;
}

[class="fa-brands fa-bebo-1"], .brands-color-bebo-1 {
  color: #e04646;
}

.active\:brands-color-bebo-1:active,
.focus\:brands-color-bebo-1:focus,
.hover\:brands-color-bebo-1:hover {
  color: #e04646;
}

[class="fa-brands fa-behance"], .brands-color-behance {
  color: #1769ff;
}

.active\:brands-color-behance:active,
.focus\:brands-color-behance:focus,
.hover\:brands-color-behance:hover {
  color: #1769ff;
}

[class="fa-brands fa-behance-1"], .brands-color-behance-1 {
  color: #1769ff;
}

.active\:brands-color-behance-1:active,
.focus\:brands-color-behance-1:focus,
.hover\:brands-color-behance-1:hover {
  color: #1769ff;
}

[class="fa-brands fa-best-buy"], .brands-color-best-buy {
  color: #003b64;
}

.active\:brands-color-best-buy:active,
.focus\:brands-color-best-buy:focus,
.hover\:brands-color-best-buy:hover {
  color: #003b64;
}

[class="fa-brands fa-best-buy-1"], .brands-color-best-buy-1 {
  color: #003b64;
}

.active\:brands-color-best-buy-1:active,
.focus\:brands-color-best-buy-1:focus,
.hover\:brands-color-best-buy-1:hover {
  color: #003b64;
}

[class="fa-brands fa-best-buy-2"], .brands-color-best-buy-2 {
  color: #fff200;
}

.active\:brands-color-best-buy-2:active,
.focus\:brands-color-best-buy-2:focus,
.hover\:brands-color-best-buy-2:hover {
  color: #fff200;
}

[class="fa-brands fa-big-cartel"], .brands-color-big-cartel {
  color: #a0ac48;
}

.active\:brands-color-big-cartel:active,
.focus\:brands-color-big-cartel:focus,
.hover\:brands-color-big-cartel:hover {
  color: #a0ac48;
}

[class="fa-brands fa-big-cartel-1"], .brands-color-big-cartel-1 {
  color: #a0ac48;
}

.active\:brands-color-big-cartel-1:active,
.focus\:brands-color-big-cartel-1:focus,
.hover\:brands-color-big-cartel-1:hover {
  color: #a0ac48;
}

[class="fa-brands fa-big-cartel-2"], .brands-color-big-cartel-2 {
  color: #70b29c;
}

.active\:brands-color-big-cartel-2:active,
.focus\:brands-color-big-cartel-2:focus,
.hover\:brands-color-big-cartel-2:hover {
  color: #70b29c;
}

[class="fa-brands fa-bing"], .brands-color-bing {
  color: #ffb900;
}

.active\:brands-color-bing:active,
.focus\:brands-color-bing:focus,
.hover\:brands-color-bing:hover {
  color: #ffb900;
}

[class="fa-brands fa-bing-1"], .brands-color-bing-1 {
  color: #ffb900;
}

.active\:brands-color-bing-1:active,
.focus\:brands-color-bing-1:focus,
.hover\:brands-color-bing-1:hover {
  color: #ffb900;
}

[class="fa-brands fa-bing-2"], .brands-color-bing-2 {
  color: #505050;
}

.active\:brands-color-bing-2:active,
.focus\:brands-color-bing-2:focus,
.hover\:brands-color-bing-2:hover {
  color: #505050;
}

[class="fa-brands fa-bing-3"], .brands-color-bing-3 {
  color: #a3a3a3;
}

.active\:brands-color-bing-3:active,
.focus\:brands-color-bing-3:focus,
.hover\:brands-color-bing-3:hover {
  color: #a3a3a3;
}

[class="fa-brands fa-bitbucket"], .brands-color-bitbucket {
  color: #205081;
}

.active\:brands-color-bitbucket:active,
.focus\:brands-color-bitbucket:focus,
.hover\:brands-color-bitbucket:hover {
  color: #205081;
}

[class="fa-brands fa-bitbucket-1"], .brands-color-bitbucket-1 {
  color: #205081;
}

.active\:brands-color-bitbucket-1:active,
.focus\:brands-color-bitbucket-1:focus,
.hover\:brands-color-bitbucket-1:hover {
  color: #205081;
}

[class="fa-brands fa-bitly"], .brands-color-bitly {
  color: #ee6123;
}

.active\:brands-color-bitly:active,
.focus\:brands-color-bitly:focus,
.hover\:brands-color-bitly:hover {
  color: #ee6123;
}

[class="fa-brands fa-bitly-1"], .brands-color-bitly-1 {
  color: #ee6123;
}

.active\:brands-color-bitly-1:active,
.focus\:brands-color-bitly-1:focus,
.hover\:brands-color-bitly-1:hover {
  color: #ee6123;
}

[class="fa-brands fa-bitly-2"], .brands-color-bitly-2 {
  color: #61b3de;
}

.active\:brands-color-bitly-2:active,
.focus\:brands-color-bitly-2:focus,
.hover\:brands-color-bitly-2:hover {
  color: #61b3de;
}

[class="fa-brands fa-blackberry"], .brands-color-blackberry {
  color: #005387;
}

.active\:brands-color-blackberry:active,
.focus\:brands-color-blackberry:focus,
.hover\:brands-color-blackberry:hover {
  color: #005387;
}

[class="fa-brands fa-blackberry-1"], .brands-color-blackberry-1 {
  color: #005387;
}

.active\:brands-color-blackberry-1:active,
.focus\:brands-color-blackberry-1:focus,
.hover\:brands-color-blackberry-1:hover {
  color: #005387;
}

[class="fa-brands fa-blackberry-2"], .brands-color-blackberry-2 {
  color: #8cb811;
}

.active\:brands-color-blackberry-2:active,
.focus\:brands-color-blackberry-2:focus,
.hover\:brands-color-blackberry-2:hover {
  color: #8cb811;
}

[class="fa-brands fa-blackberry-3"], .brands-color-blackberry-3 {
  color: #fdb813;
}

.active\:brands-color-blackberry-3:active,
.focus\:brands-color-blackberry-3:focus,
.hover\:brands-color-blackberry-3:hover {
  color: #fdb813;
}

[class="fa-brands fa-blackberry-4"], .brands-color-blackberry-4 {
  color: #88aca1;
}

.active\:brands-color-blackberry-4:active,
.focus\:brands-color-blackberry-4:focus,
.hover\:brands-color-blackberry-4:hover {
  color: #88aca1;
}

[class="fa-brands fa-blackberry-5"], .brands-color-blackberry-5 {
  color: #000000;
}

.active\:brands-color-blackberry-5:active,
.focus\:brands-color-blackberry-5:focus,
.hover\:brands-color-blackberry-5:hover {
  color: #000000;
}

[class="fa-brands fa-blackberry-6"], .brands-color-blackberry-6 {
  color: #788cb6;
}

.active\:brands-color-blackberry-6:active,
.focus\:brands-color-blackberry-6:focus,
.hover\:brands-color-blackberry-6:hover {
  color: #788cb6;
}

[class="fa-brands fa-blackberry-7"], .brands-color-blackberry-7 {
  color: #a1a1a4;
}

.active\:brands-color-blackberry-7:active,
.focus\:brands-color-blackberry-7:focus,
.hover\:brands-color-blackberry-7:hover {
  color: #a1a1a4;
}

[class="fa-brands fa-blackberry-8"], .brands-color-blackberry-8 {
  color: #8f8f8c;
}

.active\:brands-color-blackberry-8:active,
.focus\:brands-color-blackberry-8:focus,
.hover\:brands-color-blackberry-8:hover {
  color: #8f8f8c;
}

[class="fa-brands fa-blockchain"], .brands-color-blockchain {
  color: #123962;
}

.active\:brands-color-blockchain:active,
.focus\:brands-color-blockchain:focus,
.hover\:brands-color-blockchain:hover {
  color: #123962;
}

[class="fa-brands fa-blockchain-1"], .brands-color-blockchain-1 {
  color: #123962;
}

.active\:brands-color-blockchain-1:active,
.focus\:brands-color-blockchain-1:focus,
.hover\:brands-color-blockchain-1:hover {
  color: #123962;
}

[class="fa-brands fa-blockchain-2"], .brands-color-blockchain-2 {
  color: #2754ba;
}

.active\:brands-color-blockchain-2:active,
.focus\:brands-color-blockchain-2:focus,
.hover\:brands-color-blockchain-2:hover {
  color: #2754ba;
}

[class="fa-brands fa-blockchain-3"], .brands-color-blockchain-3 {
  color: #00aee6;
}

.active\:brands-color-blockchain-3:active,
.focus\:brands-color-blockchain-3:focus,
.hover\:brands-color-blockchain-3:hover {
  color: #00aee6;
}

[class="fa-brands fa-blockchain-4"], .brands-color-blockchain-4 {
  color: #799eb2;
}

.active\:brands-color-blockchain-4:active,
.focus\:brands-color-blockchain-4:focus,
.hover\:brands-color-blockchain-4:hover {
  color: #799eb2;
}

[class="fa-brands fa-blockchain-5"], .brands-color-blockchain-5 {
  color: #b1d4e5;
}

.active\:brands-color-blockchain-5:active,
.focus\:brands-color-blockchain-5:focus,
.hover\:brands-color-blockchain-5:hover {
  color: #b1d4e5;
}

[class="fa-brands fa-blogger"], .brands-color-blogger {
  color: #f57d00;
}

.active\:brands-color-blogger:active,
.focus\:brands-color-blogger:focus,
.hover\:brands-color-blogger:hover {
  color: #f57d00;
}

[class="fa-brands fa-blogger-1"], .brands-color-blogger-1 {
  color: #f57d00;
}

.active\:brands-color-blogger-1:active,
.focus\:brands-color-blogger-1:focus,
.hover\:brands-color-blogger-1:hover {
  color: #f57d00;
}

[class="fa-brands fa-boeing"], .brands-color-boeing {
  color: #0033a1;
}

.active\:brands-color-boeing:active,
.focus\:brands-color-boeing:focus,
.hover\:brands-color-boeing:hover {
  color: #0033a1;
}

[class="fa-brands fa-boeing-1"], .brands-color-boeing-1 {
  color: #0033a1;
}

.active\:brands-color-boeing-1:active,
.focus\:brands-color-boeing-1:focus,
.hover\:brands-color-boeing-1:hover {
  color: #0033a1;
}

[class="fa-brands fa-boise-state-university"], .brands-color-boise-state-university {
  color: #09347a;
}

.active\:brands-color-boise-state-university:active,
.focus\:brands-color-boise-state-university:focus,
.hover\:brands-color-boise-state-university:hover {
  color: #09347a;
}

[class="fa-brands fa-boise-state-university-1"], .brands-color-boise-state-university-1 {
  color: #09347a;
}

.active\:brands-color-boise-state-university-1:active,
.focus\:brands-color-boise-state-university-1:focus,
.hover\:brands-color-boise-state-university-1:hover {
  color: #09347a;
}

[class="fa-brands fa-boise-state-university-2"], .brands-color-boise-state-university-2 {
  color: #007dc3;
}

.active\:brands-color-boise-state-university-2:active,
.focus\:brands-color-boise-state-university-2:focus,
.hover\:brands-color-boise-state-university-2:hover {
  color: #007dc3;
}

[class="fa-brands fa-boise-state-university-3"], .brands-color-boise-state-university-3 {
  color: #0169a4;
}

.active\:brands-color-boise-state-university-3:active,
.focus\:brands-color-boise-state-university-3:focus,
.hover\:brands-color-boise-state-university-3:hover {
  color: #0169a4;
}

[class="fa-brands fa-boise-state-university-4"], .brands-color-boise-state-university-4 {
  color: #3399cc;
}

.active\:brands-color-boise-state-university-4:active,
.focus\:brands-color-boise-state-university-4:focus,
.hover\:brands-color-boise-state-university-4:hover {
  color: #3399cc;
}

[class="fa-brands fa-boise-state-university-5"], .brands-color-boise-state-university-5 {
  color: #f1632a;
}

.active\:brands-color-boise-state-university-5:active,
.focus\:brands-color-boise-state-university-5:focus,
.hover\:brands-color-boise-state-university-5:hover {
  color: #f1632a;
}

[class="fa-brands fa-boise-state-university-6"], .brands-color-boise-state-university-6 {
  color: #464646;
}

.active\:brands-color-boise-state-university-6:active,
.focus\:brands-color-boise-state-university-6:focus,
.hover\:brands-color-boise-state-university-6:hover {
  color: #464646;
}

[class="fa-brands fa-boise-state-university-7"], .brands-color-boise-state-university-7 {
  color: #b7b7b7;
}

.active\:brands-color-boise-state-university-7:active,
.focus\:brands-color-boise-state-university-7:focus,
.hover\:brands-color-boise-state-university-7:hover {
  color: #b7b7b7;
}

[class="fa-brands fa-boise-state-university-8"], .brands-color-boise-state-university-8 {
  color: #f6f6f5;
}

.active\:brands-color-boise-state-university-8:active,
.focus\:brands-color-boise-state-university-8:focus,
.hover\:brands-color-boise-state-university-8:hover {
  color: #f6f6f5;
}

[class="fa-brands fa-bombardier"], .brands-color-bombardier {
  color: #8996a0;
}

.active\:brands-color-bombardier:active,
.focus\:brands-color-bombardier:focus,
.hover\:brands-color-bombardier:hover {
  color: #8996a0;
}

[class="fa-brands fa-bombardier-1"], .brands-color-bombardier-1 {
  color: #8996a0;
}

.active\:brands-color-bombardier-1:active,
.focus\:brands-color-bombardier-1:focus,
.hover\:brands-color-bombardier-1:hover {
  color: #8996a0;
}

[class="fa-brands fa-booking-com"], .brands-color-booking-com {
  color: #003580;
}

.active\:brands-color-booking-com:active,
.focus\:brands-color-booking-com:focus,
.hover\:brands-color-booking-com:hover {
  color: #003580;
}

[class="fa-brands fa-booking-com-1"], .brands-color-booking-com-1 {
  color: #003580;
}

.active\:brands-color-booking-com-1:active,
.focus\:brands-color-booking-com-1:focus,
.hover\:brands-color-booking-com-1:hover {
  color: #003580;
}

[class="fa-brands fa-booking-com-2"], .brands-color-booking-com-2 {
  color: #009fe3;
}

.active\:brands-color-booking-com-2:active,
.focus\:brands-color-booking-com-2:focus,
.hover\:brands-color-booking-com-2:hover {
  color: #009fe3;
}

[class="fa-brands fa-booking-com-3"], .brands-color-booking-com-3 {
  color: #feba02;
}

.active\:brands-color-booking-com-3:active,
.focus\:brands-color-booking-com-3:focus,
.hover\:brands-color-booking-com-3:hover {
  color: #feba02;
}

[class="fa-brands fa-booking-com-4"], .brands-color-booking-com-4 {
  color: #666;
}

.active\:brands-color-booking-com-4:active,
.focus\:brands-color-booking-com-4:focus,
.hover\:brands-color-booking-com-4:hover {
  color: #666;
}

[class="fa-brands fa-booking-com-5"], .brands-color-booking-com-5 {
  color: #f2f6fa;
}

.active\:brands-color-booking-com-5:active,
.focus\:brands-color-booking-com-5:focus,
.hover\:brands-color-booking-com-5:hover {
  color: #f2f6fa;
}

[class="fa-brands fa-booqable"], .brands-color-booqable {
  color: #2b80ff;
}

.active\:brands-color-booqable:active,
.focus\:brands-color-booqable:focus,
.hover\:brands-color-booqable:hover {
  color: #2b80ff;
}

[class="fa-brands fa-booqable-1"], .brands-color-booqable-1 {
  color: #2b80ff;
}

.active\:brands-color-booqable-1:active,
.focus\:brands-color-booqable-1:focus,
.hover\:brands-color-booqable-1:hover {
  color: #2b80ff;
}

[class="fa-brands fa-bower"], .brands-color-bower {
  color: #ffcc2f;
}

.active\:brands-color-bower:active,
.focus\:brands-color-bower:focus,
.hover\:brands-color-bower:hover {
  color: #ffcc2f;
}

[class="fa-brands fa-bower-1"], .brands-color-bower-1 {
  color: #ffcc2f;
}

.active\:brands-color-bower-1:active,
.focus\:brands-color-bower-1:focus,
.hover\:brands-color-bower-1:hover {
  color: #ffcc2f;
}

[class="fa-brands fa-bower-2"], .brands-color-bower-2 {
  color: #ef5734;
}

.active\:brands-color-bower-2:active,
.focus\:brands-color-bower-2:focus,
.hover\:brands-color-bower-2:hover {
  color: #ef5734;
}

[class="fa-brands fa-bower-3"], .brands-color-bower-3 {
  color: #00acee;
}

.active\:brands-color-bower-3:active,
.focus\:brands-color-bower-3:focus,
.hover\:brands-color-bower-3:hover {
  color: #00acee;
}

[class="fa-brands fa-bower-4"], .brands-color-bower-4 {
  color: #2baf2b;
}

.active\:brands-color-bower-4:active,
.focus\:brands-color-bower-4:focus,
.hover\:brands-color-bower-4:hover {
  color: #2baf2b;
}

[class="fa-brands fa-bower-5"], .brands-color-bower-5 {
  color: #543729;
}

.active\:brands-color-bower-5:active,
.focus\:brands-color-bower-5:focus,
.hover\:brands-color-bower-5:hover {
  color: #543729;
}

[class="fa-brands fa-bower-6"], .brands-color-bower-6 {
  color: #cecece;
}

.active\:brands-color-bower-6:active,
.focus\:brands-color-bower-6:focus,
.hover\:brands-color-bower-6:hover {
  color: #cecece;
}

[class="fa-brands fa-box"], .brands-color-box {
  color: #0061d5;
}

.active\:brands-color-box:active,
.focus\:brands-color-box:focus,
.hover\:brands-color-box:hover {
  color: #0061d5;
}

[class="fa-brands fa-box-1"], .brands-color-box-1 {
  color: #0061d5;
}

.active\:brands-color-box-1:active,
.focus\:brands-color-box-1:focus,
.hover\:brands-color-box-1:hover {
  color: #0061d5;
}

[class="fa-brands fa-boy-scouts-of-america"], .brands-color-boy-scouts-of-america {
  color: #ce1126;
}

.active\:brands-color-boy-scouts-of-america:active,
.focus\:brands-color-boy-scouts-of-america:focus,
.hover\:brands-color-boy-scouts-of-america:hover {
  color: #ce1126;
}

[class="fa-brands fa-boy-scouts-of-america-1"], .brands-color-boy-scouts-of-america-1 {
  color: #ce1126;
}

.active\:brands-color-boy-scouts-of-america-1:active,
.focus\:brands-color-boy-scouts-of-america-1:focus,
.hover\:brands-color-boy-scouts-of-america-1:hover {
  color: #ce1126;
}

[class="fa-brands fa-boy-scouts-of-america-2"], .brands-color-boy-scouts-of-america-2 {
  color: #003f87;
}

.active\:brands-color-boy-scouts-of-america-2:active,
.focus\:brands-color-boy-scouts-of-america-2:focus,
.hover\:brands-color-boy-scouts-of-america-2:hover {
  color: #003f87;
}

[class="fa-brands fa-british-airways"], .brands-color-british-airways {
  color: #075aaa;
}

.active\:brands-color-british-airways:active,
.focus\:brands-color-british-airways:focus,
.hover\:brands-color-british-airways:hover {
  color: #075aaa;
}

[class="fa-brands fa-british-airways-1"], .brands-color-british-airways-1 {
  color: #075aaa;
}

.active\:brands-color-british-airways-1:active,
.focus\:brands-color-british-airways-1:focus,
.hover\:brands-color-british-airways-1:hover {
  color: #075aaa;
}

[class="fa-brands fa-british-airways-2"], .brands-color-british-airways-2 {
  color: #eb2226;
}

.active\:brands-color-british-airways-2:active,
.focus\:brands-color-british-airways-2:focus,
.hover\:brands-color-british-airways-2:hover {
  color: #eb2226;
}

[class="fa-brands fa-british-airways-3"], .brands-color-british-airways-3 {
  color: #01295c;
}

.active\:brands-color-british-airways-3:active,
.focus\:brands-color-british-airways-3:focus,
.hover\:brands-color-british-airways-3:hover {
  color: #01295c;
}

[class="fa-brands fa-british-airways-4"], .brands-color-british-airways-4 {
  color: #efe9e5;
}

.active\:brands-color-british-airways-4:active,
.focus\:brands-color-british-airways-4:focus,
.hover\:brands-color-british-airways-4:hover {
  color: #efe9e5;
}

[class="fa-brands fa-british-airways-5"], .brands-color-british-airways-5 {
  color: #aca095;
}

.active\:brands-color-british-airways-5:active,
.focus\:brands-color-british-airways-5:focus,
.hover\:brands-color-british-airways-5:hover {
  color: #aca095;
}

[class="fa-brands fa-british-airways-6"], .brands-color-british-airways-6 {
  color: #b9cfed;
}

.active\:brands-color-british-airways-6:active,
.focus\:brands-color-british-airways-6:focus,
.hover\:brands-color-british-airways-6:hover {
  color: #b9cfed;
}

[class="fa-brands fa-british-airways-7"], .brands-color-british-airways-7 {
  color: #a7a9ac;
}

.active\:brands-color-british-airways-7:active,
.focus\:brands-color-british-airways-7:focus,
.hover\:brands-color-british-airways-7:hover {
  color: #a7a9ac;
}

[class="fa-brands fa-brt"], .brands-color-brt {
  color: #c90f23;
}

.active\:brands-color-brt:active,
.focus\:brands-color-brt:focus,
.hover\:brands-color-brt:hover {
  color: #c90f23;
}

[class="fa-brands fa-brt-1"], .brands-color-brt-1 {
  color: #c90f23;
}

.active\:brands-color-brt-1:active,
.focus\:brands-color-brt-1:focus,
.hover\:brands-color-brt-1:hover {
  color: #c90f23;
}

[class="fa-brands fa-bt"], .brands-color-bt {
  color: #d52685;
}

.active\:brands-color-bt:active,
.focus\:brands-color-bt:focus,
.hover\:brands-color-bt:hover {
  color: #d52685;
}

[class="fa-brands fa-bt-1"], .brands-color-bt-1 {
  color: #d52685;
}

.active\:brands-color-bt-1:active,
.focus\:brands-color-bt-1:focus,
.hover\:brands-color-bt-1:hover {
  color: #d52685;
}

[class="fa-brands fa-bt-2"], .brands-color-bt-2 {
  color: #553a99;
}

.active\:brands-color-bt-2:active,
.focus\:brands-color-bt-2:focus,
.hover\:brands-color-bt-2:hover {
  color: #553a99;
}

[class="fa-brands fa-bt-3"], .brands-color-bt-3 {
  color: #6cbc35;
}

.active\:brands-color-bt-3:active,
.focus\:brands-color-bt-3:focus,
.hover\:brands-color-bt-3:hover {
  color: #6cbc35;
}

[class="fa-brands fa-bt-4"], .brands-color-bt-4 {
  color: #fd9f3e;
}

.active\:brands-color-bt-4:active,
.focus\:brands-color-bt-4:focus,
.hover\:brands-color-bt-4:hover {
  color: #fd9f3e;
}

[class="fa-brands fa-bt-5"], .brands-color-bt-5 {
  color: #08538c;
}

.active\:brands-color-bt-5:active,
.focus\:brands-color-bt-5:focus,
.hover\:brands-color-bt-5:hover {
  color: #08538c;
}

[class="fa-brands fa-buffer"], .brands-color-buffer {
  color: #168eea;
}

.active\:brands-color-buffer:active,
.focus\:brands-color-buffer:focus,
.hover\:brands-color-buffer:hover {
  color: #168eea;
}

[class="fa-brands fa-buffer-1"], .brands-color-buffer-1 {
  color: #168eea;
}

.active\:brands-color-buffer-1:active,
.focus\:brands-color-buffer-1:focus,
.hover\:brands-color-buffer-1:hover {
  color: #168eea;
}

[class="fa-brands fa-buffer-2"], .brands-color-buffer-2 {
  color: #ee4f4f;
}

.active\:brands-color-buffer-2:active,
.focus\:brands-color-buffer-2:focus,
.hover\:brands-color-buffer-2:hover {
  color: #ee4f4f;
}

[class="fa-brands fa-buffer-3"], .brands-color-buffer-3 {
  color: #fff9ea;
}

.active\:brands-color-buffer-3:active,
.focus\:brands-color-buffer-3:focus,
.hover\:brands-color-buffer-3:hover {
  color: #fff9ea;
}

[class="fa-brands fa-buffer-4"], .brands-color-buffer-4 {
  color: #76b852;
}

.active\:brands-color-buffer-4:active,
.focus\:brands-color-buffer-4:focus,
.hover\:brands-color-buffer-4:hover {
  color: #76b852;
}

[class="fa-brands fa-buffer-5"], .brands-color-buffer-5 {
  color: #323b43;
}

.active\:brands-color-buffer-5:active,
.focus\:brands-color-buffer-5:focus,
.hover\:brands-color-buffer-5:hover {
  color: #323b43;
}

[class="fa-brands fa-buffer-6"], .brands-color-buffer-6 {
  color: #59626a;
}

.active\:brands-color-buffer-6:active,
.focus\:brands-color-buffer-6:focus,
.hover\:brands-color-buffer-6:hover {
  color: #59626a;
}

[class="fa-brands fa-buffer-7"], .brands-color-buffer-7 {
  color: #ced7df;
}

.active\:brands-color-buffer-7:active,
.focus\:brands-color-buffer-7:focus,
.hover\:brands-color-buffer-7:hover {
  color: #ced7df;
}

[class="fa-brands fa-buffer-8"], .brands-color-buffer-8 {
  color: #eff3f6;
}

.active\:brands-color-buffer-8:active,
.focus\:brands-color-buffer-8:focus,
.hover\:brands-color-buffer-8:hover {
  color: #eff3f6;
}

[class="fa-brands fa-buffer-9"], .brands-color-buffer-9 {
  color: #f4f7f9;
}

.active\:brands-color-buffer-9:active,
.focus\:brands-color-buffer-9:focus,
.hover\:brands-color-buffer-9:hover {
  color: #f4f7f9;
}

[class="fa-brands fa-bulma"], .brands-color-bulma {
  color: #00d1b2;
}

.active\:brands-color-bulma:active,
.focus\:brands-color-bulma:focus,
.hover\:brands-color-bulma:hover {
  color: #00d1b2;
}

[class="fa-brands fa-bulma-1"], .brands-color-bulma-1 {
  color: #00d1b2;
}

.active\:brands-color-bulma-1:active,
.focus\:brands-color-bulma-1:focus,
.hover\:brands-color-bulma-1:hover {
  color: #00d1b2;
}

[class="fa-brands fa-burger-king"], .brands-color-burger-king {
  color: #ec1c24;
}

.active\:brands-color-burger-king:active,
.focus\:brands-color-burger-king:focus,
.hover\:brands-color-burger-king:hover {
  color: #ec1c24;
}

[class="fa-brands fa-burger-king-1"], .brands-color-burger-king-1 {
  color: #ec1c24;
}

.active\:brands-color-burger-king-1:active,
.focus\:brands-color-burger-king-1:focus,
.hover\:brands-color-burger-king-1:hover {
  color: #ec1c24;
}

[class="fa-brands fa-burger-king-2"], .brands-color-burger-king-2 {
  color: #fdbd10;
}

.active\:brands-color-burger-king-2:active,
.focus\:brands-color-burger-king-2:focus,
.hover\:brands-color-burger-king-2:hover {
  color: #fdbd10;
}

[class="fa-brands fa-burger-king-3"], .brands-color-burger-king-3 {
  color: #0066b2;
}

.active\:brands-color-burger-king-3:active,
.focus\:brands-color-burger-king-3:focus,
.hover\:brands-color-burger-king-3:hover {
  color: #0066b2;
}

[class="fa-brands fa-burger-king-4"], .brands-color-burger-king-4 {
  color: #ed7902;
}

.active\:brands-color-burger-king-4:active,
.focus\:brands-color-burger-king-4:focus,
.hover\:brands-color-burger-king-4:hover {
  color: #ed7902;
}

[class="fa-brands fa-buzzfeed"], .brands-color-buzzfeed {
  color: #ee3322;
}

.active\:brands-color-buzzfeed:active,
.focus\:brands-color-buzzfeed:focus,
.hover\:brands-color-buzzfeed:hover {
  color: #ee3322;
}

[class="fa-brands fa-buzzfeed-1"], .brands-color-buzzfeed-1 {
  color: #ee3322;
}

.active\:brands-color-buzzfeed-1:active,
.focus\:brands-color-buzzfeed-1:focus,
.hover\:brands-color-buzzfeed-1:hover {
  color: #ee3322;
}

[class="fa-brands fa-bynder"], .brands-color-bynder {
  color: #00aaff;
}

.active\:brands-color-bynder:active,
.focus\:brands-color-bynder:focus,
.hover\:brands-color-bynder:hover {
  color: #00aaff;
}

[class="fa-brands fa-bynder-1"], .brands-color-bynder-1 {
  color: #00aaff;
}

.active\:brands-color-bynder-1:active,
.focus\:brands-color-bynder-1:focus,
.hover\:brands-color-bynder-1:hover {
  color: #00aaff;
}

[class="fa-brands fa-cadbury"], .brands-color-cadbury {
  color: #472f92;
}

.active\:brands-color-cadbury:active,
.focus\:brands-color-cadbury:focus,
.hover\:brands-color-cadbury:hover {
  color: #472f92;
}

[class="fa-brands fa-cadbury-1"], .brands-color-cadbury-1 {
  color: #472f92;
}

.active\:brands-color-cadbury-1:active,
.focus\:brands-color-cadbury-1:focus,
.hover\:brands-color-cadbury-1:hover {
  color: #472f92;
}

[class="fa-brands fa-canon"], .brands-color-canon {
  color: #bc0024;
}

.active\:brands-color-canon:active,
.focus\:brands-color-canon:focus,
.hover\:brands-color-canon:hover {
  color: #bc0024;
}

[class="fa-brands fa-canon-1"], .brands-color-canon-1 {
  color: #bc0024;
}

.active\:brands-color-canon-1:active,
.focus\:brands-color-canon-1:focus,
.hover\:brands-color-canon-1:hover {
  color: #bc0024;
}

[class="fa-brands fa-canon-2"], .brands-color-canon-2 {
  color: #000000;
}

.active\:brands-color-canon-2:active,
.focus\:brands-color-canon-2:focus,
.hover\:brands-color-canon-2:hover {
  color: #000000;
}

[class="fa-brands fa-canva"], .brands-color-canva {
  color: #00c4cc;
}

.active\:brands-color-canva:active,
.focus\:brands-color-canva:focus,
.hover\:brands-color-canva:hover {
  color: #00c4cc;
}

[class="fa-brands fa-canva-1"], .brands-color-canva-1 {
  color: #00c4cc;
}

.active\:brands-color-canva-1:active,
.focus\:brands-color-canva-1:focus,
.hover\:brands-color-canva-1:hover {
  color: #00c4cc;
}

[class="fa-brands fa-canva-2"], .brands-color-canva-2 {
  color: #6a3be4;
}

.active\:brands-color-canva-2:active,
.focus\:brands-color-canva-2:focus,
.hover\:brands-color-canva-2:hover {
  color: #6a3be4;
}

[class="fa-brands fa-capital-one"], .brands-color-capital-one {
  color: #004977;
}

.active\:brands-color-capital-one:active,
.focus\:brands-color-capital-one:focus,
.hover\:brands-color-capital-one:hover {
  color: #004977;
}

[class="fa-brands fa-capital-one-1"], .brands-color-capital-one-1 {
  color: #004977;
}

.active\:brands-color-capital-one-1:active,
.focus\:brands-color-capital-one-1:focus,
.hover\:brands-color-capital-one-1:hover {
  color: #004977;
}

[class="fa-brands fa-capital-one-2"], .brands-color-capital-one-2 {
  color: #d03027;
}

.active\:brands-color-capital-one-2:active,
.focus\:brands-color-capital-one-2:focus,
.hover\:brands-color-capital-one-2:hover {
  color: #d03027;
}

[class="fa-brands fa-carbonmade"], .brands-color-carbonmade {
  color: #613854;
}

.active\:brands-color-carbonmade:active,
.focus\:brands-color-carbonmade:focus,
.hover\:brands-color-carbonmade:hover {
  color: #613854;
}

[class="fa-brands fa-carbonmade-1"], .brands-color-carbonmade-1 {
  color: #613854;
}

.active\:brands-color-carbonmade-1:active,
.focus\:brands-color-carbonmade-1:focus,
.hover\:brands-color-carbonmade-1:hover {
  color: #613854;
}

[class="fa-brands fa-carrefour"], .brands-color-carrefour {
  color: #00387b;
}

.active\:brands-color-carrefour:active,
.focus\:brands-color-carrefour:focus,
.hover\:brands-color-carrefour:hover {
  color: #00387b;
}

[class="fa-brands fa-carrefour-1"], .brands-color-carrefour-1 {
  color: #00387b;
}

.active\:brands-color-carrefour-1:active,
.focus\:brands-color-carrefour-1:focus,
.hover\:brands-color-carrefour-1:hover {
  color: #00387b;
}

[class="fa-brands fa-carrefour-2"], .brands-color-carrefour-2 {
  color: #bb1e10;
}

.active\:brands-color-carrefour-2:active,
.focus\:brands-color-carrefour-2:focus,
.hover\:brands-color-carrefour-2:hover {
  color: #bb1e10;
}

[class="fa-brands fa-carrefour-3"], .brands-color-carrefour-3 {
  color: #f67828;
}

.active\:brands-color-carrefour-3:active,
.focus\:brands-color-carrefour-3:focus,
.hover\:brands-color-carrefour-3:hover {
  color: #f67828;
}

[class="fa-brands fa-carrefour-4"], .brands-color-carrefour-4 {
  color: #237f52;
}

.active\:brands-color-carrefour-4:active,
.focus\:brands-color-carrefour-4:focus,
.hover\:brands-color-carrefour-4:hover {
  color: #237f52;
}

[class="fa-brands fa-carrot"], .brands-color-carrot {
  color: #388ed1;
}

.active\:brands-color-carrot:active,
.focus\:brands-color-carrot:focus,
.hover\:brands-color-carrot:hover {
  color: #388ed1;
}

[class="fa-brands fa-carrot-1"], .brands-color-carrot-1 {
  color: #388ed1;
}

.active\:brands-color-carrot-1:active,
.focus\:brands-color-carrot-1:focus,
.hover\:brands-color-carrot-1:hover {
  color: #388ed1;
}

[class="fa-brands fa-carrot-2"], .brands-color-carrot-2 {
  color: #d74e26;
}

.active\:brands-color-carrot-2:active,
.focus\:brands-color-carrot-2:focus,
.hover\:brands-color-carrot-2:hover {
  color: #d74e26;
}

[class="fa-brands fa-carrot-3"], .brands-color-carrot-3 {
  color: #006837;
}

.active\:brands-color-carrot-3:active,
.focus\:brands-color-carrot-3:focus,
.hover\:brands-color-carrot-3:hover {
  color: #006837;
}

[class="fa-brands fa-carrot-4"], .brands-color-carrot-4 {
  color: #fa9f1e;
}

.active\:brands-color-carrot-4:active,
.focus\:brands-color-carrot-4:focus,
.hover\:brands-color-carrot-4:hover {
  color: #fa9f1e;
}

[class="fa-brands fa-carrot-5"], .brands-color-carrot-5 {
  color: #f7931e;
}

.active\:brands-color-carrot-5:active,
.focus\:brands-color-carrot-5:focus,
.hover\:brands-color-carrot-5:hover {
  color: #f7931e;
}

[class="fa-brands fa-cartoon-network"], .brands-color-cartoon-network {
  color: #00aeef;
}

.active\:brands-color-cartoon-network:active,
.focus\:brands-color-cartoon-network:focus,
.hover\:brands-color-cartoon-network:hover {
  color: #00aeef;
}

[class="fa-brands fa-cartoon-network-1"], .brands-color-cartoon-network-1 {
  color: #00aeef;
}

.active\:brands-color-cartoon-network-1:active,
.focus\:brands-color-cartoon-network-1:focus,
.hover\:brands-color-cartoon-network-1:hover {
  color: #00aeef;
}

[class="fa-brands fa-cartoon-network-2"], .brands-color-cartoon-network-2 {
  color: #ed008c;
}

.active\:brands-color-cartoon-network-2:active,
.focus\:brands-color-cartoon-network-2:focus,
.hover\:brands-color-cartoon-network-2:hover {
  color: #ed008c;
}

[class="fa-brands fa-cartoon-network-3"], .brands-color-cartoon-network-3 {
  color: #fff000;
}

.active\:brands-color-cartoon-network-3:active,
.focus\:brands-color-cartoon-network-3:focus,
.hover\:brands-color-cartoon-network-3:hover {
  color: #fff000;
}

[class="fa-brands fa-cartoon-network-4"], .brands-color-cartoon-network-4 {
  color: #000000;
}

.active\:brands-color-cartoon-network-4:active,
.focus\:brands-color-cartoon-network-4:focus,
.hover\:brands-color-cartoon-network-4:hover {
  color: #000000;
}

[class="fa-brands fa-case-mate"], .brands-color-case-mate {
  color: #84754e;
}

.active\:brands-color-case-mate:active,
.focus\:brands-color-case-mate:focus,
.hover\:brands-color-case-mate:hover {
  color: #84754e;
}

[class="fa-brands fa-case-mate-1"], .brands-color-case-mate-1 {
  color: #84754e;
}

.active\:brands-color-case-mate-1:active,
.focus\:brands-color-case-mate-1:focus,
.hover\:brands-color-case-mate-1:hover {
  color: #84754e;
}

[class="fa-brands fa-case-mate-2"], .brands-color-case-mate-2 {
  color: #a6192e;
}

.active\:brands-color-case-mate-2:active,
.focus\:brands-color-case-mate-2:focus,
.hover\:brands-color-case-mate-2:hover {
  color: #a6192e;
}

[class="fa-brands fa-case-mate-3"], .brands-color-case-mate-3 {
  color: #decba5;
}

.active\:brands-color-case-mate-3:active,
.focus\:brands-color-case-mate-3:focus,
.hover\:brands-color-case-mate-3:hover {
  color: #decba5;
}

[class="fa-brands fa-case-mate-4"], .brands-color-case-mate-4 {
  color: #000000;
}

.active\:brands-color-case-mate-4:active,
.focus\:brands-color-case-mate-4:focus,
.hover\:brands-color-case-mate-4:hover {
  color: #000000;
}

[class="fa-brands fa-change-org"], .brands-color-change-org {
  color: #ec2c22;
}

.active\:brands-color-change-org:active,
.focus\:brands-color-change-org:focus,
.hover\:brands-color-change-org:hover {
  color: #ec2c22;
}

[class="fa-brands fa-change-org-1"], .brands-color-change-org-1 {
  color: #ec2c22;
}

.active\:brands-color-change-org-1:active,
.focus\:brands-color-change-org-1:focus,
.hover\:brands-color-change-org-1:hover {
  color: #ec2c22;
}

[class="fa-brands fa-channel-4"], .brands-color-channel-4 {
  color: #2e1f54;
}

.active\:brands-color-channel-4:active,
.focus\:brands-color-channel-4:focus,
.hover\:brands-color-channel-4:hover {
  color: #2e1f54;
}

[class="fa-brands fa-channel-4-1"], .brands-color-channel-4-1 {
  color: #2e1f54;
}

.active\:brands-color-channel-4-1:active,
.focus\:brands-color-channel-4-1:focus,
.hover\:brands-color-channel-4-1:hover {
  color: #2e1f54;
}

[class="fa-brands fa-channel-4-2"], .brands-color-channel-4-2 {
  color: #52057f;
}

.active\:brands-color-channel-4-2:active,
.focus\:brands-color-channel-4-2:focus,
.hover\:brands-color-channel-4-2:hover {
  color: #52057f;
}

[class="fa-brands fa-channel-4-3"], .brands-color-channel-4-3 {
  color: #bf033b;
}

.active\:brands-color-channel-4-3:active,
.focus\:brands-color-channel-4-3:focus,
.hover\:brands-color-channel-4-3:hover {
  color: #bf033b;
}

[class="fa-brands fa-channel-4-4"], .brands-color-channel-4-4 {
  color: #f00a36;
}

.active\:brands-color-channel-4-4:active,
.focus\:brands-color-channel-4-4:focus,
.hover\:brands-color-channel-4-4:hover {
  color: #f00a36;
}

[class="fa-brands fa-channel-4-5"], .brands-color-channel-4-5 {
  color: #ed3b21;
}

.active\:brands-color-channel-4-5:active,
.focus\:brands-color-channel-4-5:focus,
.hover\:brands-color-channel-4-5:hover {
  color: #ed3b21;
}

[class="fa-brands fa-channel-4-6"], .brands-color-channel-4-6 {
  color: #ff6908;
}

.active\:brands-color-channel-4-6:active,
.focus\:brands-color-channel-4-6:focus,
.hover\:brands-color-channel-4-6:hover {
  color: #ff6908;
}

[class="fa-brands fa-channel-4-7"], .brands-color-channel-4-7 {
  color: #ffc719;
}

.active\:brands-color-channel-4-7:active,
.focus\:brands-color-channel-4-7:focus,
.hover\:brands-color-channel-4-7:hover {
  color: #ffc719;
}

[class="fa-brands fa-channel-4-8"], .brands-color-channel-4-8 {
  color: #598c14;
}

.active\:brands-color-channel-4-8:active,
.focus\:brands-color-channel-4-8:focus,
.hover\:brands-color-channel-4-8:hover {
  color: #598c14;
}

[class="fa-brands fa-channel-4-9"], .brands-color-channel-4-9 {
  color: #335238;
}

.active\:brands-color-channel-4-9:active,
.focus\:brands-color-channel-4-9:focus,
.hover\:brands-color-channel-4-9:hover {
  color: #335238;
}

[class="fa-brands fa-channel-4-10"], .brands-color-channel-4-10 {
  color: #4a8594;
}

.active\:brands-color-channel-4-10:active,
.focus\:brands-color-channel-4-10:focus,
.hover\:brands-color-channel-4-10:hover {
  color: #4a8594;
}

[class="fa-brands fa-channel-4-11"], .brands-color-channel-4-11 {
  color: #051736;
}

.active\:brands-color-channel-4-11:active,
.focus\:brands-color-channel-4-11:focus,
.hover\:brands-color-channel-4-11:hover {
  color: #051736;
}

[class="fa-brands fa-channel-4-12"], .brands-color-channel-4-12 {
  color: #000000;
}

.active\:brands-color-channel-4-12:active,
.focus\:brands-color-channel-4-12:focus,
.hover\:brands-color-channel-4-12:hover {
  color: #000000;
}

[class="fa-brands fa-channel-4-13"], .brands-color-channel-4-13 {
  color: #706357;
}

.active\:brands-color-channel-4-13:active,
.focus\:brands-color-channel-4-13:focus,
.hover\:brands-color-channel-4-13:hover {
  color: #706357;
}

[class="fa-brands fa-channel-4-14"], .brands-color-channel-4-14 {
  color: #b0a696;
}

.active\:brands-color-channel-4-14:active,
.focus\:brands-color-channel-4-14:focus,
.hover\:brands-color-channel-4-14:hover {
  color: #b0a696;
}

[class="fa-brands fa-channel-4-15"], .brands-color-channel-4-15 {
  color: #dbe0e3;
}

.active\:brands-color-channel-4-15:active,
.focus\:brands-color-channel-4-15:focus,
.hover\:brands-color-channel-4-15:hover {
  color: #dbe0e3;
}

[class="fa-brands fa-channel-4-16"], .brands-color-channel-4-16 {
  color: #dbeede;
}

.active\:brands-color-channel-4-16:active,
.focus\:brands-color-channel-4-16:focus,
.hover\:brands-color-channel-4-16:hover {
  color: #dbeede;
}

[class="fa-brands fa-charity-water"], .brands-color-charity-water {
  color: #ffc907;
}

.active\:brands-color-charity-water:active,
.focus\:brands-color-charity-water:focus,
.hover\:brands-color-charity-water:hover {
  color: #ffc907;
}

[class="fa-brands fa-charity-water-1"], .brands-color-charity-water-1 {
  color: #ffc907;
}

.active\:brands-color-charity-water-1:active,
.focus\:brands-color-charity-water-1:focus,
.hover\:brands-color-charity-water-1:hover {
  color: #ffc907;
}

[class="fa-brands fa-charity-water-2"], .brands-color-charity-water-2 {
  color: #2e9df7;
}

.active\:brands-color-charity-water-2:active,
.focus\:brands-color-charity-water-2:focus,
.hover\:brands-color-charity-water-2:hover {
  color: #2e9df7;
}

[class="fa-brands fa-charity-water-3"], .brands-color-charity-water-3 {
  color: #231f20;
}

.active\:brands-color-charity-water-3:active,
.focus\:brands-color-charity-water-3:focus,
.hover\:brands-color-charity-water-3:hover {
  color: #231f20;
}

[class="fa-brands fa-cheddar"], .brands-color-cheddar {
  color: #ff7243;
}

.active\:brands-color-cheddar:active,
.focus\:brands-color-cheddar:focus,
.hover\:brands-color-cheddar:hover {
  color: #ff7243;
}

[class="fa-brands fa-cheddar-1"], .brands-color-cheddar-1 {
  color: #ff7243;
}

.active\:brands-color-cheddar-1:active,
.focus\:brands-color-cheddar-1:focus,
.hover\:brands-color-cheddar-1:hover {
  color: #ff7243;
}

[class="fa-brands fa-clas-ohlson"], .brands-color-clas-ohlson {
  color: #60afdc;
}

.active\:brands-color-clas-ohlson:active,
.focus\:brands-color-clas-ohlson:focus,
.hover\:brands-color-clas-ohlson:hover {
  color: #60afdc;
}

[class="fa-brands fa-clas-ohlson-1"], .brands-color-clas-ohlson-1 {
  color: #60afdc;
}

.active\:brands-color-clas-ohlson-1:active,
.focus\:brands-color-clas-ohlson-1:focus,
.hover\:brands-color-clas-ohlson-1:hover {
  color: #60afdc;
}

[class="fa-brands fa-clemson-university"], .brands-color-clemson-university {
  color: #f66733;
}

.active\:brands-color-clemson-university:active,
.focus\:brands-color-clemson-university:focus,
.hover\:brands-color-clemson-university:hover {
  color: #f66733;
}

[class="fa-brands fa-clemson-university-1"], .brands-color-clemson-university-1 {
  color: #f66733;
}

.active\:brands-color-clemson-university-1:active,
.focus\:brands-color-clemson-university-1:focus,
.hover\:brands-color-clemson-university-1:hover {
  color: #f66733;
}

[class="fa-brands fa-clemson-university-2"], .brands-color-clemson-university-2 {
  color: #522d80;
}

.active\:brands-color-clemson-university-2:active,
.focus\:brands-color-clemson-university-2:focus,
.hover\:brands-color-clemson-university-2:hover {
  color: #522d80;
}

[class="fa-brands fa-clemson-university-3"], .brands-color-clemson-university-3 {
  color: #d4c99e;
}

.active\:brands-color-clemson-university-3:active,
.focus\:brands-color-clemson-university-3:focus,
.hover\:brands-color-clemson-university-3:hover {
  color: #d4c99e;
}

[class="fa-brands fa-clemson-university-4"], .brands-color-clemson-university-4 {
  color: #685c53;
}

.active\:brands-color-clemson-university-4:active,
.focus\:brands-color-clemson-university-4:focus,
.hover\:brands-color-clemson-university-4:hover {
  color: #685c53;
}

[class="fa-brands fa-clemson-university-5"], .brands-color-clemson-university-5 {
  color: #a25016;
}

.active\:brands-color-clemson-university-5:active,
.focus\:brands-color-clemson-university-5:focus,
.hover\:brands-color-clemson-university-5:hover {
  color: #a25016;
}

[class="fa-brands fa-clemson-university-6"], .brands-color-clemson-university-6 {
  color: #562e19;
}

.active\:brands-color-clemson-university-6:active,
.focus\:brands-color-clemson-university-6:focus,
.hover\:brands-color-clemson-university-6:hover {
  color: #562e19;
}

[class="fa-brands fa-clemson-university-7"], .brands-color-clemson-university-7 {
  color: #86898c;
}

.active\:brands-color-clemson-university-7:active,
.focus\:brands-color-clemson-university-7:focus,
.hover\:brands-color-clemson-university-7:hover {
  color: #86898c;
}

[class="fa-brands fa-clemson-university-8"], .brands-color-clemson-university-8 {
  color: #f9e498;
}

.active\:brands-color-clemson-university-8:active,
.focus\:brands-color-clemson-university-8:focus,
.hover\:brands-color-clemson-university-8:hover {
  color: #f9e498;
}

[class="fa-brands fa-clemson-university-9"], .brands-color-clemson-university-9 {
  color: #566127;
}

.active\:brands-color-clemson-university-9:active,
.focus\:brands-color-clemson-university-9:focus,
.hover\:brands-color-clemson-university-9:hover {
  color: #566127;
}

[class="fa-brands fa-clemson-university-10"], .brands-color-clemson-university-10 {
  color: #3a4958;
}

.active\:brands-color-clemson-university-10:active,
.focus\:brands-color-clemson-university-10:focus,
.hover\:brands-color-clemson-university-10:hover {
  color: #3a4958;
}

[class="fa-brands fa-clemson-university-11"], .brands-color-clemson-university-11 {
  color: #b5c327;
}

.active\:brands-color-clemson-university-11:active,
.focus\:brands-color-clemson-university-11:focus,
.hover\:brands-color-clemson-university-11:hover {
  color: #b5c327;
}

[class="fa-brands fa-clemson-university-12"], .brands-color-clemson-university-12 {
  color: #109dc0;
}

.active\:brands-color-clemson-university-12:active,
.focus\:brands-color-clemson-university-12:focus,
.hover\:brands-color-clemson-university-12:hover {
  color: #109dc0;
}

[class="fa-brands fa-cloob"], .brands-color-cloob {
  color: #213e97;
}

.active\:brands-color-cloob:active,
.focus\:brands-color-cloob:focus,
.hover\:brands-color-cloob:hover {
  color: #213e97;
}

[class="fa-brands fa-cloob-1"], .brands-color-cloob-1 {
  color: #213e97;
}

.active\:brands-color-cloob-1:active,
.focus\:brands-color-cloob-1:focus,
.hover\:brands-color-cloob-1:hover {
  color: #213e97;
}

[class="fa-brands fa-cloob-2"], .brands-color-cloob-2 {
  color: #ffac25;
}

.active\:brands-color-cloob-2:active,
.focus\:brands-color-cloob-2:focus,
.hover\:brands-color-cloob-2:hover {
  color: #ffac25;
}

[class="fa-brands fa-cloob-3"], .brands-color-cloob-3 {
  color: #d0002c;
}

.active\:brands-color-cloob-3:active,
.focus\:brands-color-cloob-3:focus,
.hover\:brands-color-cloob-3:hover {
  color: #d0002c;
}

[class="fa-brands fa-cloob-4"], .brands-color-cloob-4 {
  color: #ff4816;
}

.active\:brands-color-cloob-4:active,
.focus\:brands-color-cloob-4:focus,
.hover\:brands-color-cloob-4:hover {
  color: #ff4816;
}

[class="fa-brands fa-cloob-5"], .brands-color-cloob-5 {
  color: #ff4816;
}

.active\:brands-color-cloob-5:active,
.focus\:brands-color-cloob-5:focus,
.hover\:brands-color-cloob-5:hover {
  color: #ff4816;
}

[class="fa-brands fa-cloudflare"], .brands-color-cloudflare {
  color: #f38020;
}

.active\:brands-color-cloudflare:active,
.focus\:brands-color-cloudflare:focus,
.hover\:brands-color-cloudflare:hover {
  color: #f38020;
}

[class="fa-brands fa-cloudflare-1"], .brands-color-cloudflare-1 {
  color: #f38020;
}

.active\:brands-color-cloudflare-1:active,
.focus\:brands-color-cloudflare-1:focus,
.hover\:brands-color-cloudflare-1:hover {
  color: #f38020;
}

[class="fa-brands fa-cloudflare-2"], .brands-color-cloudflare-2 {
  color: #faae40;
}

.active\:brands-color-cloudflare-2:active,
.focus\:brands-color-cloudflare-2:focus,
.hover\:brands-color-cloudflare-2:hover {
  color: #faae40;
}

[class="fa-brands fa-cloudflare-3"], .brands-color-cloudflare-3 {
  color: #404041;
}

.active\:brands-color-cloudflare-3:active,
.focus\:brands-color-cloudflare-3:focus,
.hover\:brands-color-cloudflare-3:hover {
  color: #404041;
}

[class="fa-brands fa-cnbc"], .brands-color-cnbc {
  color: #292526;
}

.active\:brands-color-cnbc:active,
.focus\:brands-color-cnbc:focus,
.hover\:brands-color-cnbc:hover {
  color: #292526;
}

[class="fa-brands fa-cn1"], .brands-color-cn1 {
  color: #292526;
}

.active\:brands-color-cn1:active,
.focus\:brands-color-cn1:focus,
.hover\:brands-color-cn1:hover {
  color: #292526;
}

[class="fa-brands fa-cn2"], .brands-color-cn2 {
  color: #cd004b;
}

.active\:brands-color-cn2:active,
.focus\:brands-color-cn2:focus,
.hover\:brands-color-cn2:hover {
  color: #cd004b;
}

[class="fa-brands fa-cn3"], .brands-color-cn3 {
  color: #f37023;
}

.active\:brands-color-cn3:active,
.focus\:brands-color-cn3:focus,
.hover\:brands-color-cn3:hover {
  color: #f37023;
}

[class="fa-brands fa-cn4"], .brands-color-cn4 {
  color: #fcb711;
}

.active\:brands-color-cn4:active,
.focus\:brands-color-cn4:focus,
.hover\:brands-color-cn4:hover {
  color: #fcb711;
}

[class="fa-brands fa-cn5"], .brands-color-cn5 {
  color: #0eb24e;
}

.active\:brands-color-cn5:active,
.focus\:brands-color-cn5:focus,
.hover\:brands-color-cn5:hover {
  color: #0eb24e;
}

[class="fa-brands fa-cn6"], .brands-color-cn6 {
  color: #0087d2;
}

.active\:brands-color-cn6:active,
.focus\:brands-color-cn6:focus,
.hover\:brands-color-cn6:hover {
  color: #0087d2;
}

[class="fa-brands fa-cn7"], .brands-color-cn7 {
  color: #6561ac;
}

.active\:brands-color-cn7:active,
.focus\:brands-color-cn7:focus,
.hover\:brands-color-cn7:hover {
  color: #6561ac;
}

[class="fa-brands fa-cnn"], .brands-color-cnn {
  color: #cc0000;
}

.active\:brands-color-cnn:active,
.focus\:brands-color-cnn:focus,
.hover\:brands-color-cnn:hover {
  color: #cc0000;
}

[class="fa-brands fa-cnn-1"], .brands-color-cnn-1 {
  color: #cc0000;
}

.active\:brands-color-cnn-1:active,
.focus\:brands-color-cnn-1:focus,
.hover\:brands-color-cnn-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-cnn-2"], .brands-color-cnn-2 {
  color: #000000;
}

.active\:brands-color-cnn-2:active,
.focus\:brands-color-cnn-2:focus,
.hover\:brands-color-cnn-2:hover {
  color: #000000;
}

[class="fa-brands fa-cnn-3"], .brands-color-cnn-3 {
  color: #282828;
}

.active\:brands-color-cnn-3:active,
.focus\:brands-color-cnn-3:focus,
.hover\:brands-color-cnn-3:hover {
  color: #282828;
}

[class="fa-brands fa-cnn-4"], .brands-color-cnn-4 {
  color: #464646;
}

.active\:brands-color-cnn-4:active,
.focus\:brands-color-cnn-4:focus,
.hover\:brands-color-cnn-4:hover {
  color: #464646;
}

[class="fa-brands fa-coca-cola"], .brands-color-coca-cola {
  color: #ed1c16;
}

.active\:brands-color-coca-cola:active,
.focus\:brands-color-coca-cola:focus,
.hover\:brands-color-coca-cola:hover {
  color: #ed1c16;
}

[class="fa-brands fa-coca-cola-1"], .brands-color-coca-cola-1 {
  color: #ed1c16;
}

.active\:brands-color-coca-cola-1:active,
.focus\:brands-color-coca-cola-1:focus,
.hover\:brands-color-coca-cola-1:hover {
  color: #ed1c16;
}

[class="fa-brands fa-code-school"], .brands-color-code-school {
  color: #616f67;
}

.active\:brands-color-code-school:active,
.focus\:brands-color-code-school:focus,
.hover\:brands-color-code-school:hover {
  color: #616f67;
}

[class="fa-brands fa-code-school-1"], .brands-color-code-school-1 {
  color: #616f67;
}

.active\:brands-color-code-school-1:active,
.focus\:brands-color-code-school-1:focus,
.hover\:brands-color-code-school-1:hover {
  color: #616f67;
}

[class="fa-brands fa-code-school-2"], .brands-color-code-school-2 {
  color: #c68143;
}

.active\:brands-color-code-school-2:active,
.focus\:brands-color-code-school-2:focus,
.hover\:brands-color-code-school-2:hover {
  color: #c68143;
}

[class="fa-brands fa-codecademy"], .brands-color-codecademy {
  color: #f65a5b;
}

.active\:brands-color-codecademy:active,
.focus\:brands-color-codecademy:focus,
.hover\:brands-color-codecademy:hover {
  color: #f65a5b;
}

[class="fa-brands fa-codecademy-1"], .brands-color-codecademy-1 {
  color: #f65a5b;
}

.active\:brands-color-codecademy-1:active,
.focus\:brands-color-codecademy-1:focus,
.hover\:brands-color-codecademy-1:hover {
  color: #f65a5b;
}

[class="fa-brands fa-codecademy-2"], .brands-color-codecademy-2 {
  color: #204056;
}

.active\:brands-color-codecademy-2:active,
.focus\:brands-color-codecademy-2:focus,
.hover\:brands-color-codecademy-2:hover {
  color: #204056;
}

[class="fa-brands fa-codepen"], .brands-color-codepen {
  color: #0ebeff;
}

.active\:brands-color-codepen:active,
.focus\:brands-color-codepen:focus,
.hover\:brands-color-codepen:hover {
  color: #0ebeff;
}

[class="fa-brands fa-codepen-1"], .brands-color-codepen-1 {
  color: #0ebeff;
}

.active\:brands-color-codepen-1:active,
.focus\:brands-color-codepen-1:focus,
.hover\:brands-color-codepen-1:hover {
  color: #0ebeff;
}

[class="fa-brands fa-codepen-2"], .brands-color-codepen-2 {
  color: #47cf73;
}

.active\:brands-color-codepen-2:active,
.focus\:brands-color-codepen-2:focus,
.hover\:brands-color-codepen-2:hover {
  color: #47cf73;
}

[class="fa-brands fa-codepen-3"], .brands-color-codepen-3 {
  color: #ae63e4;
}

.active\:brands-color-codepen-3:active,
.focus\:brands-color-codepen-3:focus,
.hover\:brands-color-codepen-3:hover {
  color: #ae63e4;
}

[class="fa-brands fa-codepen-4"], .brands-color-codepen-4 {
  color: #fcd000;
}

.active\:brands-color-codepen-4:active,
.focus\:brands-color-codepen-4:focus,
.hover\:brands-color-codepen-4:hover {
  color: #fcd000;
}

[class="fa-brands fa-codepen-5"], .brands-color-codepen-5 {
  color: #ff3c41;
}

.active\:brands-color-codepen-5:active,
.focus\:brands-color-codepen-5:focus,
.hover\:brands-color-codepen-5:hover {
  color: #ff3c41;
}

[class="fa-brands fa-codepen-6"], .brands-color-codepen-6 {
  color: #76daff;
}

.active\:brands-color-codepen-6:active,
.focus\:brands-color-codepen-6:focus,
.hover\:brands-color-codepen-6:hover {
  color: #76daff;
}

[class="fa-brands fa-connexxion"], .brands-color-connexxion {
  color: #d2ea32;
}

.active\:brands-color-connexxion:active,
.focus\:brands-color-connexxion:focus,
.hover\:brands-color-connexxion:hover {
  color: #d2ea32;
}

[class="fa-brands fa-connexxion-1"], .brands-color-connexxion-1 {
  color: #d2ea32;
}

.active\:brands-color-connexxion-1:active,
.focus\:brands-color-connexxion-1:focus,
.hover\:brands-color-connexxion-1:hover {
  color: #d2ea32;
}

[class="fa-brands fa-connexxion-2"], .brands-color-connexxion-2 {
  color: #016773;
}

.active\:brands-color-connexxion-2:active,
.focus\:brands-color-connexxion-2:focus,
.hover\:brands-color-connexxion-2:hover {
  color: #016773;
}

[class="fa-brands fa-constant-contact"], .brands-color-constant-contact {
  color: #439fd3;
}

.active\:brands-color-constant-contact:active,
.focus\:brands-color-constant-contact:focus,
.hover\:brands-color-constant-contact:hover {
  color: #439fd3;
}

[class="fa-brands fa-constant-contact-1"], .brands-color-constant-contact-1 {
  color: #439fd3;
}

.active\:brands-color-constant-contact-1:active,
.focus\:brands-color-constant-contact-1:focus,
.hover\:brands-color-constant-contact-1:hover {
  color: #439fd3;
}

[class="fa-brands fa-constant-contact-2"], .brands-color-constant-contact-2 {
  color: #f6b128;
}

.active\:brands-color-constant-contact-2:active,
.focus\:brands-color-constant-contact-2:focus,
.hover\:brands-color-constant-contact-2:hover {
  color: #f6b128;
}

[class="fa-brands fa-continental-ag"], .brands-color-continental-ag {
  color: #ffa500;
}

.active\:brands-color-continental-ag:active,
.focus\:brands-color-continental-ag:focus,
.hover\:brands-color-continental-ag:hover {
  color: #ffa500;
}

[class="fa-brands fa-continental-ag-1"], .brands-color-continental-ag-1 {
  color: #ffa500;
}

.active\:brands-color-continental-ag-1:active,
.focus\:brands-color-continental-ag-1:focus,
.hover\:brands-color-continental-ag-1:hover {
  color: #ffa500;
}

[class="fa-brands fa-continental-ag-2"], .brands-color-continental-ag-2 {
  color: #00a5dc;
}

.active\:brands-color-continental-ag-2:active,
.focus\:brands-color-continental-ag-2:focus,
.hover\:brands-color-continental-ag-2:hover {
  color: #00a5dc;
}

[class="fa-brands fa-continental-ag-3"], .brands-color-continental-ag-3 {
  color: #004eaf;
}

.active\:brands-color-continental-ag-3:active,
.focus\:brands-color-continental-ag-3:focus,
.hover\:brands-color-continental-ag-3:hover {
  color: #004eaf;
}

[class="fa-brands fa-continental-ag-4"], .brands-color-continental-ag-4 {
  color: #2db928;
}

.active\:brands-color-continental-ag-4:active,
.focus\:brands-color-continental-ag-4:focus,
.hover\:brands-color-continental-ag-4:hover {
  color: #2db928;
}

[class="fa-brands fa-continental-ag-5"], .brands-color-continental-ag-5 {
  color: #057855;
}

.active\:brands-color-continental-ag-5:active,
.focus\:brands-color-continental-ag-5:focus,
.hover\:brands-color-continental-ag-5:hover {
  color: #057855;
}

[class="fa-brands fa-continental-ag-6"], .brands-color-continental-ag-6 {
  color: #ff2d37;
}

.active\:brands-color-continental-ag-6:active,
.focus\:brands-color-continental-ag-6:focus,
.hover\:brands-color-continental-ag-6:hover {
  color: #ff2d37;
}

[class="fa-brands fa-continental-ag-7"], .brands-color-continental-ag-7 {
  color: #000000;
}

.active\:brands-color-continental-ag-7:active,
.focus\:brands-color-continental-ag-7:focus,
.hover\:brands-color-continental-ag-7:hover {
  color: #000000;
}

[class="fa-brands fa-continental-ag-8"], .brands-color-continental-ag-8 {
  color: #737373;
}

.active\:brands-color-continental-ag-8:active,
.focus\:brands-color-continental-ag-8:focus,
.hover\:brands-color-continental-ag-8:hover {
  color: #737373;
}

[class="fa-brands fa-continental-ag-9"], .brands-color-continental-ag-9 {
  color: #969696;
}

.active\:brands-color-continental-ag-9:active,
.focus\:brands-color-continental-ag-9:focus,
.hover\:brands-color-continental-ag-9:hover {
  color: #969696;
}

[class="fa-brands fa-continental-ag-10"], .brands-color-continental-ag-10 {
  color: #cdcdcd;
}

.active\:brands-color-continental-ag-10:active,
.focus\:brands-color-continental-ag-10:focus,
.hover\:brands-color-continental-ag-10:hover {
  color: #cdcdcd;
}

[class="fa-brands fa-continental-ag-11"], .brands-color-continental-ag-11 {
  color: #f0f0f0;
}

.active\:brands-color-continental-ag-11:active,
.focus\:brands-color-continental-ag-11:focus,
.hover\:brands-color-continental-ag-11:hover {
  color: #f0f0f0;
}

[class="fa-brands fa-courtyard"], .brands-color-courtyard {
  color: #689550;
}

.active\:brands-color-courtyard:active,
.focus\:brands-color-courtyard:focus,
.hover\:brands-color-courtyard:hover {
  color: #689550;
}

[class="fa-brands fa-courtyard-1"], .brands-color-courtyard-1 {
  color: #689550;
}

.active\:brands-color-courtyard-1:active,
.focus\:brands-color-courtyard-1:focus,
.hover\:brands-color-courtyard-1:hover {
  color: #689550;
}

[class="fa-brands fa-courtyard-2"], .brands-color-courtyard-2 {
  color: #85c446;
}

.active\:brands-color-courtyard-2:active,
.focus\:brands-color-courtyard-2:focus,
.hover\:brands-color-courtyard-2:hover {
  color: #85c446;
}

[class="fa-brands fa-courtyard-3"], .brands-color-courtyard-3 {
  color: #c0de9e;
}

.active\:brands-color-courtyard-3:active,
.focus\:brands-color-courtyard-3:focus,
.hover\:brands-color-courtyard-3:hover {
  color: #c0de9e;
}

[class="fa-brands fa-courtyard-4"], .brands-color-courtyard-4 {
  color: #b9dca4;
}

.active\:brands-color-courtyard-4:active,
.focus\:brands-color-courtyard-4:focus,
.hover\:brands-color-courtyard-4:hover {
  color: #b9dca4;
}

[class="fa-brands fa-craft-cms"], .brands-color-craft-cms {
  color: #da5a47;
}

.active\:brands-color-craft-cms:active,
.focus\:brands-color-craft-cms:focus,
.hover\:brands-color-craft-cms:hover {
  color: #da5a47;
}

[class="fa-brands fa-craft-cms-1"], .brands-color-craft-cms-1 {
  color: #da5a47;
}

.active\:brands-color-craft-cms-1:active,
.focus\:brands-color-craft-cms-1:focus,
.hover\:brands-color-craft-cms-1:hover {
  color: #da5a47;
}

[class="fa-brands fa-creative-commons"], .brands-color-creative-commons {
  color: #b62b6e;
}

.active\:brands-color-creative-commons:active,
.focus\:brands-color-creative-commons:focus,
.hover\:brands-color-creative-commons:hover {
  color: #b62b6e;
}

[class="fa-brands fa-creative-commons-1"], .brands-color-creative-commons-1 {
  color: #b62b6e;
}

.active\:brands-color-creative-commons-1:active,
.focus\:brands-color-creative-commons-1:focus,
.hover\:brands-color-creative-commons-1:hover {
  color: #b62b6e;
}

[class="fa-brands fa-creative-commons-2"], .brands-color-creative-commons-2 {
  color: #9628c6;
}

.active\:brands-color-creative-commons-2:active,
.focus\:brands-color-creative-commons-2:focus,
.hover\:brands-color-creative-commons-2:hover {
  color: #9628c6;
}

[class="fa-brands fa-creative-commons-3"], .brands-color-creative-commons-3 {
  color: #4374b7;
}

.active\:brands-color-creative-commons-3:active,
.focus\:brands-color-creative-commons-3:focus,
.hover\:brands-color-creative-commons-3:hover {
  color: #4374b7;
}

[class="fa-brands fa-creative-commons-4"], .brands-color-creative-commons-4 {
  color: #abb8af;
}

.active\:brands-color-creative-commons-4:active,
.focus\:brands-color-creative-commons-4:focus,
.hover\:brands-color-creative-commons-4:hover {
  color: #abb8af;
}

[class="fa-brands fa-creative-commons-5"], .brands-color-creative-commons-5 {
  color: #98c807;
}

.active\:brands-color-creative-commons-5:active,
.focus\:brands-color-creative-commons-5:focus,
.hover\:brands-color-creative-commons-5:hover {
  color: #98c807;
}

[class="fa-brands fa-creative-commons-6"], .brands-color-creative-commons-6 {
  color: #b1a24a;
}

.active\:brands-color-creative-commons-6:active,
.focus\:brands-color-creative-commons-6:focus,
.hover\:brands-color-creative-commons-6:hover {
  color: #b1a24a;
}

[class="fa-brands fa-creative-commons-7"], .brands-color-creative-commons-7 {
  color: #edd812;
}

.active\:brands-color-creative-commons-7:active,
.focus\:brands-color-creative-commons-7:focus,
.hover\:brands-color-creative-commons-7:hover {
  color: #edd812;
}

[class="fa-brands fa-creative-commons-8"], .brands-color-creative-commons-8 {
  color: #ef9421;
}

.active\:brands-color-creative-commons-8:active,
.focus\:brands-color-creative-commons-8:focus,
.hover\:brands-color-creative-commons-8:hover {
  color: #ef9421;
}

[class="fa-brands fa-creative-commons-9"], .brands-color-creative-commons-9 {
  color: #d13814;
}

.active\:brands-color-creative-commons-9:active,
.focus\:brands-color-creative-commons-9:focus,
.hover\:brands-color-creative-commons-9:hover {
  color: #d13814;
}

[class="fa-brands fa-creative-market"], .brands-color-creative-market {
  color: #8ba753;
}

.active\:brands-color-creative-market:active,
.focus\:brands-color-creative-market:focus,
.hover\:brands-color-creative-market:hover {
  color: #8ba753;
}

[class="fa-brands fa-creative-market-1"], .brands-color-creative-market-1 {
  color: #8ba753;
}

.active\:brands-color-creative-market-1:active,
.focus\:brands-color-creative-market-1:focus,
.hover\:brands-color-creative-market-1:hover {
  color: #8ba753;
}

[class="fa-brands fa-crowdin"], .brands-color-crowdin {
  color: #30660f;
}

.active\:brands-color-crowdin:active,
.focus\:brands-color-crowdin:focus,
.hover\:brands-color-crowdin:hover {
  color: #30660f;
}

[class="fa-brands fa-crowdin-1"], .brands-color-crowdin-1 {
  color: #30660f;
}

.active\:brands-color-crowdin-1:active,
.focus\:brands-color-crowdin-1:focus,
.hover\:brands-color-crowdin-1:hover {
  color: #30660f;
}

[class="fa-brands fa-crowdin-2"], .brands-color-crowdin-2 {
  color: #b8cc1c;
}

.active\:brands-color-crowdin-2:active,
.focus\:brands-color-crowdin-2:focus,
.hover\:brands-color-crowdin-2:hover {
  color: #b8cc1c;
}

[class="fa-brands fa-crowne-plaza"], .brands-color-crowne-plaza {
  color: #830051;
}

.active\:brands-color-crowne-plaza:active,
.focus\:brands-color-crowne-plaza:focus,
.hover\:brands-color-crowne-plaza:hover {
  color: #830051;
}

[class="fa-brands fa-crowne-plaza-1"], .brands-color-crowne-plaza-1 {
  color: #830051;
}

.active\:brands-color-crowne-plaza-1:active,
.focus\:brands-color-crowne-plaza-1:focus,
.hover\:brands-color-crowne-plaza-1:hover {
  color: #830051;
}

[class="fa-brands fa-crowne-plaza-2"], .brands-color-crowne-plaza-2 {
  color: #cf0072;
}

.active\:brands-color-crowne-plaza-2:active,
.focus\:brands-color-crowne-plaza-2:focus,
.hover\:brands-color-crowne-plaza-2:hover {
  color: #cf0072;
}

[class="fa-brands fa-crowne-plaza-3"], .brands-color-crowne-plaza-3 {
  color: #d9e506;
}

.active\:brands-color-crowne-plaza-3:active,
.focus\:brands-color-crowne-plaza-3:focus,
.hover\:brands-color-crowne-plaza-3:hover {
  color: #d9e506;
}

[class="fa-brands fa-crowne-plaza-4"], .brands-color-crowne-plaza-4 {
  color: #ff7900;
}

.active\:brands-color-crowne-plaza-4:active,
.focus\:brands-color-crowne-plaza-4:focus,
.hover\:brands-color-crowne-plaza-4:hover {
  color: #ff7900;
}

[class="fa-brands fa-crowne-plaza-5"], .brands-color-crowne-plaza-5 {
  color: #00c6d7;
}

.active\:brands-color-crowne-plaza-5:active,
.focus\:brands-color-crowne-plaza-5:focus,
.hover\:brands-color-crowne-plaza-5:hover {
  color: #00c6d7;
}

[class="fa-brands fa-crowne-plaza-6"], .brands-color-crowne-plaza-6 {
  color: #766a65;
}

.active\:brands-color-crowne-plaza-6:active,
.focus\:brands-color-crowne-plaza-6:focus,
.hover\:brands-color-crowne-plaza-6:hover {
  color: #766a65;
}

[class="fa-brands fa-crunchbase"], .brands-color-crunchbase {
  color: #2292a7;
}

.active\:brands-color-crunchbase:active,
.focus\:brands-color-crunchbase:focus,
.hover\:brands-color-crunchbase:hover {
  color: #2292a7;
}

[class="fa-brands fa-crunchbase-1"], .brands-color-crunchbase-1 {
  color: #2292a7;
}

.active\:brands-color-crunchbase-1:active,
.focus\:brands-color-crunchbase-1:focus,
.hover\:brands-color-crunchbase-1:hover {
  color: #2292a7;
}

[class="fa-brands fa-culvers"], .brands-color-culvers {
  color: #005696;
}

.active\:brands-color-culvers:active,
.focus\:brands-color-culvers:focus,
.hover\:brands-color-culvers:hover {
  color: #005696;
}

[class="fa-brands fa-culvers-1"], .brands-color-culvers-1 {
  color: #005696;
}

.active\:brands-color-culvers-1:active,
.focus\:brands-color-culvers-1:focus,
.hover\:brands-color-culvers-1:hover {
  color: #005696;
}

[class="fa-brands fa-cunard"], .brands-color-cunard {
  color: #1d1d1b;
}

.active\:brands-color-cunard:active,
.focus\:brands-color-cunard:focus,
.hover\:brands-color-cunard:hover {
  color: #1d1d1b;
}

[class="fa-brands fa-cunard-1"], .brands-color-cunard-1 {
  color: #1d1d1b;
}

.active\:brands-color-cunard-1:active,
.focus\:brands-color-cunard-1:focus,
.hover\:brands-color-cunard-1:hover {
  color: #1d1d1b;
}

[class="fa-brands fa-cunard-2"], .brands-color-cunard-2 {
  color: #ae9a64;
}

.active\:brands-color-cunard-2:active,
.focus\:brands-color-cunard-2:focus,
.hover\:brands-color-cunard-2:hover {
  color: #ae9a64;
}

[class="fa-brands fa-cunard-3"], .brands-color-cunard-3 {
  color: #e42313;
}

.active\:brands-color-cunard-3:active,
.focus\:brands-color-cunard-3:focus,
.hover\:brands-color-cunard-3:hover {
  color: #e42313;
}

[class="fa-brands fa-cunard-4"], .brands-color-cunard-4 {
  color: #8b8c8d;
}

.active\:brands-color-cunard-4:active,
.focus\:brands-color-cunard-4:focus,
.hover\:brands-color-cunard-4:hover {
  color: #8b8c8d;
}

[class="fa-brands fa-cvs"], .brands-color-cvs {
  color: #cc0000;
}

.active\:brands-color-cvs:active,
.focus\:brands-color-cvs:focus,
.hover\:brands-color-cvs:hover {
  color: #cc0000;
}

[class="fa-brands fa-cvs-1"], .brands-color-cvs-1 {
  color: #cc0000;
}

.active\:brands-color-cvs-1:active,
.focus\:brands-color-cvs-1:focus,
.hover\:brands-color-cvs-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-dailymotion"], .brands-color-dailymotion {
  color: #00aaff;
}

.active\:brands-color-dailymotion:active,
.focus\:brands-color-dailymotion:focus,
.hover\:brands-color-dailymotion:hover {
  color: #00aaff;
}

[class="fa-brands fa-dailymotion-1"], .brands-color-dailymotion-1 {
  color: #00aaff;
}

.active\:brands-color-dailymotion-1:active,
.focus\:brands-color-dailymotion-1:focus,
.hover\:brands-color-dailymotion-1:hover {
  color: #00aaff;
}

[class="fa-brands fa-dailymotion-2"], .brands-color-dailymotion-2 {
  color: #00d2f3;
}

.active\:brands-color-dailymotion-2:active,
.focus\:brands-color-dailymotion-2:focus,
.hover\:brands-color-dailymotion-2:hover {
  color: #00d2f3;
}

[class="fa-brands fa-daimler"], .brands-color-daimler {
  color: #263f6a;
}

.active\:brands-color-daimler:active,
.focus\:brands-color-daimler:focus,
.hover\:brands-color-daimler:hover {
  color: #263f6a;
}

[class="fa-brands fa-daimler-1"], .brands-color-daimler-1 {
  color: #263f6a;
}

.active\:brands-color-daimler-1:active,
.focus\:brands-color-daimler-1:focus,
.hover\:brands-color-daimler-1:hover {
  color: #263f6a;
}

[class="fa-brands fa-daimler-2"], .brands-color-daimler-2 {
  color: #182b45;
}

.active\:brands-color-daimler-2:active,
.focus\:brands-color-daimler-2:focus,
.hover\:brands-color-daimler-2:hover {
  color: #182b45;
}

[class="fa-brands fa-daimler-3"], .brands-color-daimler-3 {
  color: #6b0f24;
}

.active\:brands-color-daimler-3:active,
.focus\:brands-color-daimler-3:focus,
.hover\:brands-color-daimler-3:hover {
  color: #6b0f24;
}

[class="fa-brands fa-daimler-4"], .brands-color-daimler-4 {
  color: #193725;
}

.active\:brands-color-daimler-4:active,
.focus\:brands-color-daimler-4:focus,
.hover\:brands-color-daimler-4:hover {
  color: #193725;
}

[class="fa-brands fa-daimler-5"], .brands-color-daimler-5 {
  color: #606061;
}

.active\:brands-color-daimler-5:active,
.focus\:brands-color-daimler-5:focus,
.hover\:brands-color-daimler-5:hover {
  color: #606061;
}

[class="fa-brands fa-datadog"], .brands-color-datadog {
  color: #774aa4;
}

.active\:brands-color-datadog:active,
.focus\:brands-color-datadog:focus,
.hover\:brands-color-datadog:hover {
  color: #774aa4;
}

[class="fa-brands fa-datadog-1"], .brands-color-datadog-1 {
  color: #774aa4;
}

.active\:brands-color-datadog-1:active,
.focus\:brands-color-datadog-1:focus,
.hover\:brands-color-datadog-1:hover {
  color: #774aa4;
}

[class="fa-brands fa-dealhack"], .brands-color-dealhack {
  color: #095280;
}

.active\:brands-color-dealhack:active,
.focus\:brands-color-dealhack:focus,
.hover\:brands-color-dealhack:hover {
  color: #095280;
}

[class="fa-brands fa-dealhack-1"], .brands-color-dealhack-1 {
  color: #095280;
}

.active\:brands-color-dealhack-1:active,
.focus\:brands-color-dealhack-1:focus,
.hover\:brands-color-dealhack-1:hover {
  color: #095280;
}

[class="fa-brands fa-dealhack-2"], .brands-color-dealhack-2 {
  color: #00a1f1;
}

.active\:brands-color-dealhack-2:active,
.focus\:brands-color-dealhack-2:focus,
.hover\:brands-color-dealhack-2:hover {
  color: #00a1f1;
}

[class="fa-brands fa-debian"], .brands-color-debian {
  color: #a80030;
}

.active\:brands-color-debian:active,
.focus\:brands-color-debian:focus,
.hover\:brands-color-debian:hover {
  color: #a80030;
}

[class="fa-brands fa-debian-1"], .brands-color-debian-1 {
  color: #a80030;
}

.active\:brands-color-debian-1:active,
.focus\:brands-color-debian-1:focus,
.hover\:brands-color-debian-1:hover {
  color: #a80030;
}

[class="fa-brands fa-deezer"], .brands-color-deezer {
  color: #ff0000;
}

.active\:brands-color-deezer:active,
.focus\:brands-color-deezer:focus,
.hover\:brands-color-deezer:hover {
  color: #ff0000;
}

[class="fa-brands fa-deezer-1"], .brands-color-deezer-1 {
  color: #ff0000;
}

.active\:brands-color-deezer-1:active,
.focus\:brands-color-deezer-1:focus,
.hover\:brands-color-deezer-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-deezer-2"], .brands-color-deezer-2 {
  color: #ffed00;
}

.active\:brands-color-deezer-2:active,
.focus\:brands-color-deezer-2:focus,
.hover\:brands-color-deezer-2:hover {
  color: #ffed00;
}

[class="fa-brands fa-deezer-3"], .brands-color-deezer-3 {
  color: #ff0092;
}

.active\:brands-color-deezer-3:active,
.focus\:brands-color-deezer-3:focus,
.hover\:brands-color-deezer-3:hover {
  color: #ff0092;
}

[class="fa-brands fa-deezer-4"], .brands-color-deezer-4 {
  color: #c2ff00;
}

.active\:brands-color-deezer-4:active,
.focus\:brands-color-deezer-4:focus,
.hover\:brands-color-deezer-4:hover {
  color: #c2ff00;
}

[class="fa-brands fa-deezer-5"], .brands-color-deezer-5 {
  color: #00c7f2;
}

.active\:brands-color-deezer-5:active,
.focus\:brands-color-deezer-5:focus,
.hover\:brands-color-deezer-5:hover {
  color: #00c7f2;
}

[class="fa-brands fa-deezer-6"], .brands-color-deezer-6 {
  color: #c1f1fc;
}

.active\:brands-color-deezer-6:active,
.focus\:brands-color-deezer-6:focus,
.hover\:brands-color-deezer-6:hover {
  color: #c1f1fc;
}

[class="fa-brands fa-deezer-7"], .brands-color-deezer-7 {
  color: #ebffac;
}

.active\:brands-color-deezer-7:active,
.focus\:brands-color-deezer-7:focus,
.hover\:brands-color-deezer-7:hover {
  color: #ebffac;
}

[class="fa-brands fa-deezer-8"], .brands-color-deezer-8 {
  color: #ffc2e5;
}

.active\:brands-color-deezer-8:active,
.focus\:brands-color-deezer-8:focus,
.hover\:brands-color-deezer-8:hover {
  color: #ffc2e5;
}

[class="fa-brands fa-deezer-9"], .brands-color-deezer-9 {
  color: #ffaaaa;
}

.active\:brands-color-deezer-9:active,
.focus\:brands-color-deezer-9:focus,
.hover\:brands-color-deezer-9:hover {
  color: #ffaaaa;
}

[class="fa-brands fa-delectable"], .brands-color-delectable {
  color: #334858;
}

.active\:brands-color-delectable:active,
.focus\:brands-color-delectable:focus,
.hover\:brands-color-delectable:hover {
  color: #334858;
}

[class="fa-brands fa-delectable-1"], .brands-color-delectable-1 {
  color: #334858;
}

.active\:brands-color-delectable-1:active,
.focus\:brands-color-delectable-1:focus,
.hover\:brands-color-delectable-1:hover {
  color: #334858;
}

[class="fa-brands fa-delectable-2"], .brands-color-delectable-2 {
  color: #cd595a;
}

.active\:brands-color-delectable-2:active,
.focus\:brands-color-delectable-2:focus,
.hover\:brands-color-delectable-2:hover {
  color: #cd595a;
}

[class="fa-brands fa-delectable-3"], .brands-color-delectable-3 {
  color: #94938f;
}

.active\:brands-color-delectable-3:active,
.focus\:brands-color-delectable-3:focus,
.hover\:brands-color-delectable-3:hover {
  color: #94938f;
}

[class="fa-brands fa-delectable-4"], .brands-color-delectable-4 {
  color: #a3a7a6;
}

.active\:brands-color-delectable-4:active,
.focus\:brands-color-delectable-4:focus,
.hover\:brands-color-delectable-4:hover {
  color: #a3a7a6;
}

[class="fa-brands fa-delectable-5"], .brands-color-delectable-5 {
  color: #dbc5b0;
}

.active\:brands-color-delectable-5:active,
.focus\:brands-color-delectable-5:focus,
.hover\:brands-color-delectable-5:hover {
  color: #dbc5b0;
}

[class="fa-brands fa-delectable-6"], .brands-color-delectable-6 {
  color: #f8dfc2;
}

.active\:brands-color-delectable-6:active,
.focus\:brands-color-delectable-6:focus,
.hover\:brands-color-delectable-6:hover {
  color: #f8dfc2;
}

[class="fa-brands fa-delectable-7"], .brands-color-delectable-7 {
  color: #f9ebdf;
}

.active\:brands-color-delectable-7:active,
.focus\:brands-color-delectable-7:focus,
.hover\:brands-color-delectable-7:hover {
  color: #f9ebdf;
}

[class="fa-brands fa-delicious"], .brands-color-delicious {
  color: #3399ff;
}

.active\:brands-color-delicious:active,
.focus\:brands-color-delicious:focus,
.hover\:brands-color-delicious:hover {
  color: #3399ff;
}

[class="fa-brands fa-delicious-1"], .brands-color-delicious-1 {
  color: #3399ff;
}

.active\:brands-color-delicious-1:active,
.focus\:brands-color-delicious-1:focus,
.hover\:brands-color-delicious-1:hover {
  color: #3399ff;
}

[class="fa-brands fa-delicious-2"], .brands-color-delicious-2 {
  color: #222222;
}

.active\:brands-color-delicious-2:active,
.focus\:brands-color-delicious-2:focus,
.hover\:brands-color-delicious-2:hover {
  color: #222222;
}

[class="fa-brands fa-delicious-3"], .brands-color-delicious-3 {
  color: #eeeeee;
}

.active\:brands-color-delicious-3:active,
.focus\:brands-color-delicious-3:focus,
.hover\:brands-color-delicious-3:hover {
  color: #eeeeee;
}

[class="fa-brands fa-deliveroo"], .brands-color-deliveroo {
  color: #00c1b2;
}

.active\:brands-color-deliveroo:active,
.focus\:brands-color-deliveroo:focus,
.hover\:brands-color-deliveroo:hover {
  color: #00c1b2;
}

[class="fa-brands fa-deliveroo-1"], .brands-color-deliveroo-1 {
  color: #00c1b2;
}

.active\:brands-color-deliveroo-1:active,
.focus\:brands-color-deliveroo-1:focus,
.hover\:brands-color-deliveroo-1:hover {
  color: #00c1b2;
}

[class="fa-brands fa-dell"], .brands-color-dell {
  color: #0085c3;
}

.active\:brands-color-dell:active,
.focus\:brands-color-dell:focus,
.hover\:brands-color-dell:hover {
  color: #0085c3;
}

[class="fa-brands fa-dell-1"], .brands-color-dell-1 {
  color: #0085c3;
}

.active\:brands-color-dell-1:active,
.focus\:brands-color-dell-1:focus,
.hover\:brands-color-dell-1:hover {
  color: #0085c3;
}

[class="fa-brands fa-dell-2"], .brands-color-dell-2 {
  color: #7ab800;
}

.active\:brands-color-dell-2:active,
.focus\:brands-color-dell-2:focus,
.hover\:brands-color-dell-2:hover {
  color: #7ab800;
}

[class="fa-brands fa-dell-3"], .brands-color-dell-3 {
  color: #f2af00;
}

.active\:brands-color-dell-3:active,
.focus\:brands-color-dell-3:focus,
.hover\:brands-color-dell-3:hover {
  color: #f2af00;
}

[class="fa-brands fa-dell-4"], .brands-color-dell-4 {
  color: #dc5034;
}

.active\:brands-color-dell-4:active,
.focus\:brands-color-dell-4:focus,
.hover\:brands-color-dell-4:hover {
  color: #dc5034;
}

[class="fa-brands fa-dell-5"], .brands-color-dell-5 {
  color: #ce1126;
}

.active\:brands-color-dell-5:active,
.focus\:brands-color-dell-5:focus,
.hover\:brands-color-dell-5:hover {
  color: #ce1126;
}

[class="fa-brands fa-dell-6"], .brands-color-dell-6 {
  color: #b7295a;
}

.active\:brands-color-dell-6:active,
.focus\:brands-color-dell-6:focus,
.hover\:brands-color-dell-6:hover {
  color: #b7295a;
}

[class="fa-brands fa-dell-7"], .brands-color-dell-7 {
  color: #6e2585;
}

.active\:brands-color-dell-7:active,
.focus\:brands-color-dell-7:focus,
.hover\:brands-color-dell-7:hover {
  color: #6e2585;
}

[class="fa-brands fa-dell-8"], .brands-color-dell-8 {
  color: #71c6c1;
}

.active\:brands-color-dell-8:active,
.focus\:brands-color-dell-8:focus,
.hover\:brands-color-dell-8:hover {
  color: #71c6c1;
}

[class="fa-brands fa-dell-9"], .brands-color-dell-9 {
  color: #5482ab;
}

.active\:brands-color-dell-9:active,
.focus\:brands-color-dell-9:focus,
.hover\:brands-color-dell-9:hover {
  color: #5482ab;
}

[class="fa-brands fa-dell-10"], .brands-color-dell-10 {
  color: #009bbb;
}

.active\:brands-color-dell-10:active,
.focus\:brands-color-dell-10:focus,
.hover\:brands-color-dell-10:hover {
  color: #009bbb;
}

[class="fa-brands fa-dell-11"], .brands-color-dell-11 {
  color: #444444;
}

.active\:brands-color-dell-11:active,
.focus\:brands-color-dell-11:focus,
.hover\:brands-color-dell-11:hover {
  color: #444444;
}

[class="fa-brands fa-dell-12"], .brands-color-dell-12 {
  color: #eeeeee;
}

.active\:brands-color-dell-12:active,
.focus\:brands-color-dell-12:focus,
.hover\:brands-color-dell-12:hover {
  color: #eeeeee;
}

[class="fa-brands fa-delta-airlines"], .brands-color-delta-airlines {
  color: #c8102e;
}

.active\:brands-color-delta-airlines:active,
.focus\:brands-color-delta-airlines:focus,
.hover\:brands-color-delta-airlines:hover {
  color: #c8102e;
}

[class="fa-brands fa-delta-airlines-1"], .brands-color-delta-airlines-1 {
  color: #c8102e;
}

.active\:brands-color-delta-airlines-1:active,
.focus\:brands-color-delta-airlines-1:focus,
.hover\:brands-color-delta-airlines-1:hover {
  color: #c8102e;
}

[class="fa-brands fa-delta-airlines-2"], .brands-color-delta-airlines-2 {
  color: #862633;
}

.active\:brands-color-delta-airlines-2:active,
.focus\:brands-color-delta-airlines-2:focus,
.hover\:brands-color-delta-airlines-2:hover {
  color: #862633;
}

[class="fa-brands fa-delta-airlines-3"], .brands-color-delta-airlines-3 {
  color: #003a70;
}

.active\:brands-color-delta-airlines-3:active,
.focus\:brands-color-delta-airlines-3:focus,
.hover\:brands-color-delta-airlines-3:hover {
  color: #003a70;
}

[class="fa-brands fa-dental-plans"], .brands-color-dental-plans {
  color: #f99104;
}

.active\:brands-color-dental-plans:active,
.focus\:brands-color-dental-plans:focus,
.hover\:brands-color-dental-plans:hover {
  color: #f99104;
}

[class="fa-brands fa-dental-plans-1"], .brands-color-dental-plans-1 {
  color: #f99104;
}

.active\:brands-color-dental-plans-1:active,
.focus\:brands-color-dental-plans-1:focus,
.hover\:brands-color-dental-plans-1:hover {
  color: #f99104;
}

[class="fa-brands fa-dental-plans-2"], .brands-color-dental-plans-2 {
  color: #00b7c9;
}

.active\:brands-color-dental-plans-2:active,
.focus\:brands-color-dental-plans-2:focus,
.hover\:brands-color-dental-plans-2:hover {
  color: #00b7c9;
}

[class="fa-brands fa-designer-news"], .brands-color-designer-news {
  color: #2d72d9;
}

.active\:brands-color-designer-news:active,
.focus\:brands-color-designer-news:focus,
.hover\:brands-color-designer-news:hover {
  color: #2d72d9;
}

[class="fa-brands fa-designer-news-1"], .brands-color-designer-news-1 {
  color: #2d72d9;
}

.active\:brands-color-designer-news-1:active,
.focus\:brands-color-designer-news-1:focus,
.hover\:brands-color-designer-news-1:hover {
  color: #2d72d9;
}

[class="fa-brands fa-designmoo"], .brands-color-designmoo {
  color: #e64b50;
}

.active\:brands-color-designmoo:active,
.focus\:brands-color-designmoo:focus,
.hover\:brands-color-designmoo:hover {
  color: #e64b50;
}

[class="fa-brands fa-designmoo-1"], .brands-color-designmoo-1 {
  color: #e64b50;
}

.active\:brands-color-designmoo-1:active,
.focus\:brands-color-designmoo-1:focus,
.hover\:brands-color-designmoo-1:hover {
  color: #e64b50;
}

[class="fa-brands fa-designmoo-2"], .brands-color-designmoo-2 {
  color: #dbc65d;
}

.active\:brands-color-designmoo-2:active,
.focus\:brands-color-designmoo-2:focus,
.hover\:brands-color-designmoo-2:hover {
  color: #dbc65d;
}

[class="fa-brands fa-deutsche-bahn"], .brands-color-deutsche-bahn {
  color: #ff0000;
}

.active\:brands-color-deutsche-bahn:active,
.focus\:brands-color-deutsche-bahn:focus,
.hover\:brands-color-deutsche-bahn:hover {
  color: #ff0000;
}

[class="fa-brands fa-deutsche-bahn-1"], .brands-color-deutsche-bahn-1 {
  color: #ff0000;
}

.active\:brands-color-deutsche-bahn-1:active,
.focus\:brands-color-deutsche-bahn-1:focus,
.hover\:brands-color-deutsche-bahn-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-dev-to"], .brands-color-dev-to {
  color: #0a0a0a;
}

.active\:brands-color-dev-to:active,
.focus\:brands-color-dev-to:focus,
.hover\:brands-color-dev-to:hover {
  color: #0a0a0a;
}

[class="fa-brands fa-dev-to-1"], .brands-color-dev-to-1 {
  color: #0a0a0a;
}

.active\:brands-color-dev-to-1:active,
.focus\:brands-color-dev-to-1:focus,
.hover\:brands-color-dev-to-1:hover {
  color: #0a0a0a;
}

[class="fa-brands fa-dev-to-2"], .brands-color-dev-to-2 {
  color: #ffffff;
}

.active\:brands-color-dev-to-2:active,
.focus\:brands-color-dev-to-2:focus,
.hover\:brands-color-dev-to-2:hover {
  color: #ffffff;
}

[class="fa-brands fa-deviantart"], .brands-color-deviantart {
  color: #05cc47;
}

.active\:brands-color-deviantart:active,
.focus\:brands-color-deviantart:focus,
.hover\:brands-color-deviantart:hover {
  color: #05cc47;
}

[class="fa-brands fa-deviantart-1"], .brands-color-deviantart-1 {
  color: #05cc47;
}

.active\:brands-color-deviantart-1:active,
.focus\:brands-color-deviantart-1:focus,
.hover\:brands-color-deviantart-1:hover {
  color: #05cc47;
}

[class="fa-brands fa-deviantart-2"], .brands-color-deviantart-2 {
  color: #4dc47d;
}

.active\:brands-color-deviantart-2:active,
.focus\:brands-color-deviantart-2:focus,
.hover\:brands-color-deviantart-2:hover {
  color: #4dc47d;
}

[class="fa-brands fa-deviantart-3"], .brands-color-deviantart-3 {
  color: #181a1b;
}

.active\:brands-color-deviantart-3:active,
.focus\:brands-color-deviantart-3:focus,
.hover\:brands-color-deviantart-3:hover {
  color: #181a1b;
}

[class="fa-brands fa-devour"], .brands-color-devour {
  color: #ff0000;
}

.active\:brands-color-devour:active,
.focus\:brands-color-devour:focus,
.hover\:brands-color-devour:hover {
  color: #ff0000;
}

[class="fa-brands fa-devour-1"], .brands-color-devour-1 {
  color: #ff0000;
}

.active\:brands-color-devour-1:active,
.focus\:brands-color-devour-1:focus,
.hover\:brands-color-devour-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-dewalt"], .brands-color-dewalt {
  color: #febd17;
}

.active\:brands-color-dewalt:active,
.focus\:brands-color-dewalt:focus,
.hover\:brands-color-dewalt:hover {
  color: #febd17;
}

[class="fa-brands fa-dewalt-1"], .brands-color-dewalt-1 {
  color: #febd17;
}

.active\:brands-color-dewalt-1:active,
.focus\:brands-color-dewalt-1:focus,
.hover\:brands-color-dewalt-1:hover {
  color: #febd17;
}

[class="fa-brands fa-dhl"], .brands-color-dhl {
  color: #ba0c2f;
}

.active\:brands-color-dhl:active,
.focus\:brands-color-dhl:focus,
.hover\:brands-color-dhl:hover {
  color: #ba0c2f;
}

[class="fa-brands fa-dhl-1"], .brands-color-dhl-1 {
  color: #ba0c2f;
}

.active\:brands-color-dhl-1:active,
.focus\:brands-color-dhl-1:focus,
.hover\:brands-color-dhl-1:hover {
  color: #ba0c2f;
}

[class="fa-brands fa-dhl-2"], .brands-color-dhl-2 {
  color: #ffcd00;
}

.active\:brands-color-dhl-2:active,
.focus\:brands-color-dhl-2:focus,
.hover\:brands-color-dhl-2:hover {
  color: #ffcd00;
}

[class="fa-brands fa-dhl-3"], .brands-color-dhl-3 {
  color: #c9c9c9;
}

.active\:brands-color-dhl-3:active,
.focus\:brands-color-dhl-3:focus,
.hover\:brands-color-dhl-3:hover {
  color: #c9c9c9;
}

[class="fa-brands fa-diebold"], .brands-color-diebold {
  color: #007dc3;
}

.active\:brands-color-diebold:active,
.focus\:brands-color-diebold:focus,
.hover\:brands-color-diebold:hover {
  color: #007dc3;
}

[class="fa-brands fa-diebold-1"], .brands-color-diebold-1 {
  color: #007dc3;
}

.active\:brands-color-diebold-1:active,
.focus\:brands-color-diebold-1:focus,
.hover\:brands-color-diebold-1:hover {
  color: #007dc3;
}

[class="fa-brands fa-diebold-2"], .brands-color-diebold-2 {
  color: #003f69;
}

.active\:brands-color-diebold-2:active,
.focus\:brands-color-diebold-2:focus,
.hover\:brands-color-diebold-2:hover {
  color: #003f69;
}

[class="fa-brands fa-diebold-3"], .brands-color-diebold-3 {
  color: #954010;
}

.active\:brands-color-diebold-3:active,
.focus\:brands-color-diebold-3:focus,
.hover\:brands-color-diebold-3:hover {
  color: #954010;
}

[class="fa-brands fa-diebold-4"], .brands-color-diebold-4 {
  color: #445c6e;
}

.active\:brands-color-diebold-4:active,
.focus\:brands-color-diebold-4:focus,
.hover\:brands-color-diebold-4:hover {
  color: #445c6e;
}

[class="fa-brands fa-diebold-5"], .brands-color-diebold-5 {
  color: #005238;
}

.active\:brands-color-diebold-5:active,
.focus\:brands-color-diebold-5:focus,
.hover\:brands-color-diebold-5:hover {
  color: #005238;
}

[class="fa-brands fa-diebold-6"], .brands-color-diebold-6 {
  color: #97824b;
}

.active\:brands-color-diebold-6:active,
.focus\:brands-color-diebold-6:focus,
.hover\:brands-color-diebold-6:hover {
  color: #97824b;
}

[class="fa-brands fa-digg"], .brands-color-digg {
  color: #005be2;
}

.active\:brands-color-digg:active,
.focus\:brands-color-digg:focus,
.hover\:brands-color-digg:hover {
  color: #005be2;
}

[class="fa-brands fa-digg-1"], .brands-color-digg-1 {
  color: #005be2;
}

.active\:brands-color-digg-1:active,
.focus\:brands-color-digg-1:focus,
.hover\:brands-color-digg-1:hover {
  color: #005be2;
}

[class="fa-brands fa-digg-2"], .brands-color-digg-2 {
  color: #000000;
}

.active\:brands-color-digg-2:active,
.focus\:brands-color-digg-2:focus,
.hover\:brands-color-digg-2:hover {
  color: #000000;
}

[class="fa-brands fa-digital-ocean"], .brands-color-digital-ocean {
  color: #008bcf;
}

.active\:brands-color-digital-ocean:active,
.focus\:brands-color-digital-ocean:focus,
.hover\:brands-color-digital-ocean:hover {
  color: #008bcf;
}

[class="fa-brands fa-digital-ocean-1"], .brands-color-digital-ocean-1 {
  color: #008bcf;
}

.active\:brands-color-digital-ocean-1:active,
.focus\:brands-color-digital-ocean-1:focus,
.hover\:brands-color-digital-ocean-1:hover {
  color: #008bcf;
}

[class="fa-brands fa-dindr"], .brands-color-dindr {
  color: #fdb94e;
}

.active\:brands-color-dindr:active,
.focus\:brands-color-dindr:focus,
.hover\:brands-color-dindr:hover {
  color: #fdb94e;
}

[class="fa-brands fa-dindr-1"], .brands-color-dindr-1 {
  color: #fdb94e;
}

.active\:brands-color-dindr-1:active,
.focus\:brands-color-dindr-1:focus,
.hover\:brands-color-dindr-1:hover {
  color: #fdb94e;
}

[class="fa-brands fa-dindr-2"], .brands-color-dindr-2 {
  color: #f9a852;
}

.active\:brands-color-dindr-2:active,
.focus\:brands-color-dindr-2:focus,
.hover\:brands-color-dindr-2:hover {
  color: #f9a852;
}

[class="fa-brands fa-dindr-3"], .brands-color-dindr-3 {
  color: #f69653;
}

.active\:brands-color-dindr-3:active,
.focus\:brands-color-dindr-3:focus,
.hover\:brands-color-dindr-3:hover {
  color: #f69653;
}

[class="fa-brands fa-dindr-4"], .brands-color-dindr-4 {
  color: #f38654;
}

.active\:brands-color-dindr-4:active,
.focus\:brands-color-dindr-4:focus,
.hover\:brands-color-dindr-4:hover {
  color: #f38654;
}

[class="fa-brands fa-dindr-5"], .brands-color-dindr-5 {
  color: #f07654;
}

.active\:brands-color-dindr-5:active,
.focus\:brands-color-dindr-5:focus,
.hover\:brands-color-dindr-5:hover {
  color: #f07654;
}

[class="fa-brands fa-dindr-6"], .brands-color-dindr-6 {
  color: #ed6856;
}

.active\:brands-color-dindr-6:active,
.focus\:brands-color-dindr-6:focus,
.hover\:brands-color-dindr-6:hover {
  color: #ed6856;
}

[class="fa-brands fa-dindr-7"], .brands-color-dindr-7 {
  color: #ef5956;
}

.active\:brands-color-dindr-7:active,
.focus\:brands-color-dindr-7:focus,
.hover\:brands-color-dindr-7:hover {
  color: #ef5956;
}

[class="fa-brands fa-dindr-8"], .brands-color-dindr-8 {
  color: #ee4c58;
}

.active\:brands-color-dindr-8:active,
.focus\:brands-color-dindr-8:focus,
.hover\:brands-color-dindr-8:hover {
  color: #ee4c58;
}

[class="fa-brands fa-dindr-9"], .brands-color-dindr-9 {
  color: #56c1ab;
}

.active\:brands-color-dindr-9:active,
.focus\:brands-color-dindr-9:focus,
.hover\:brands-color-dindr-9:hover {
  color: #56c1ab;
}

[class="fa-brands fa-dindr-10"], .brands-color-dindr-10 {
  color: #6a6b6a;
}

.active\:brands-color-dindr-10:active,
.focus\:brands-color-dindr-10:focus,
.hover\:brands-color-dindr-10:hover {
  color: #6a6b6a;
}

[class="fa-brands fa-direct-energy"], .brands-color-direct-energy {
  color: #f05d21;
}

.active\:brands-color-direct-energy:active,
.focus\:brands-color-direct-energy:focus,
.hover\:brands-color-direct-energy:hover {
  color: #f05d21;
}

[class="fa-brands fa-direct-energy-1"], .brands-color-direct-energy-1 {
  color: #f05d21;
}

.active\:brands-color-direct-energy-1:active,
.focus\:brands-color-direct-energy-1:focus,
.hover\:brands-color-direct-energy-1:hover {
  color: #f05d21;
}

[class="fa-brands fa-direct-energy-2"], .brands-color-direct-energy-2 {
  color: #2c5770;
}

.active\:brands-color-direct-energy-2:active,
.focus\:brands-color-direct-energy-2:focus,
.hover\:brands-color-direct-energy-2:hover {
  color: #2c5770;
}

[class="fa-brands fa-direct-energy-3"], .brands-color-direct-energy-3 {
  color: #0f723a;
}

.active\:brands-color-direct-energy-3:active,
.focus\:brands-color-direct-energy-3:focus,
.hover\:brands-color-direct-energy-3:hover {
  color: #0f723a;
}

[class="fa-brands fa-direct-energy-4"], .brands-color-direct-energy-4 {
  color: #c7c8ca;
}

.active\:brands-color-direct-energy-4:active,
.focus\:brands-color-direct-energy-4:focus,
.hover\:brands-color-direct-energy-4:hover {
  color: #c7c8ca;
}

[class="fa-brands fa-direct-energy-5"], .brands-color-direct-energy-5 {
  color: #666666;
}

.active\:brands-color-direct-energy-5:active,
.focus\:brands-color-direct-energy-5:focus,
.hover\:brands-color-direct-energy-5:hover {
  color: #666666;
}

[class="fa-brands fa-directv"], .brands-color-directv {
  color: #00a6d6;
}

.active\:brands-color-directv:active,
.focus\:brands-color-directv:focus,
.hover\:brands-color-directv:hover {
  color: #00a6d6;
}

[class="fa-brands fa-directv-1"], .brands-color-directv-1 {
  color: #00a6d6;
}

.active\:brands-color-directv-1:active,
.focus\:brands-color-directv-1:focus,
.hover\:brands-color-directv-1:hover {
  color: #00a6d6;
}

[class="fa-brands fa-directv-2"], .brands-color-directv-2 {
  color: #00629b;
}

.active\:brands-color-directv-2:active,
.focus\:brands-color-directv-2:focus,
.hover\:brands-color-directv-2:hover {
  color: #00629b;
}

[class="fa-brands fa-directv-3"], .brands-color-directv-3 {
  color: #003865;
}

.active\:brands-color-directv-3:active,
.focus\:brands-color-directv-3:focus,
.hover\:brands-color-directv-3:hover {
  color: #003865;
}

[class="fa-brands fa-discogs"], .brands-color-discogs {
  color: #000000;
}

.active\:brands-color-discogs:active,
.focus\:brands-color-discogs:focus,
.hover\:brands-color-discogs:hover {
  color: #000000;
}

[class="fa-brands fa-discogs-1"], .brands-color-discogs-1 {
  color: #000000;
}

.active\:brands-color-discogs-1:active,
.focus\:brands-color-discogs-1:focus,
.hover\:brands-color-discogs-1:hover {
  color: #000000;
}

[class="fa-brands fa-discogs-2"], .brands-color-discogs-2 {
  color: #333333;
}

.active\:brands-color-discogs-2:active,
.focus\:brands-color-discogs-2:focus,
.hover\:brands-color-discogs-2:hover {
  color: #333333;
}

[class="fa-brands fa-discogs-3"], .brands-color-discogs-3 {
  color: #f5df2e;
}

.active\:brands-color-discogs-3:active,
.focus\:brands-color-discogs-3:focus,
.hover\:brands-color-discogs-3:hover {
  color: #f5df2e;
}

[class="fa-brands fa-discord"], .brands-color-discord {
  color: #7289da;
}

.active\:brands-color-discord:active,
.focus\:brands-color-discord:focus,
.hover\:brands-color-discord:hover {
  color: #7289da;
}

[class="fa-brands fa-discord-1"], .brands-color-discord-1 {
  color: #7289da;
}

.active\:brands-color-discord-1:active,
.focus\:brands-color-discord-1:focus,
.hover\:brands-color-discord-1:hover {
  color: #7289da;
}

[class="fa-brands fa-discord-2"], .brands-color-discord-2 {
  color: #99aab5;
}

.active\:brands-color-discord-2:active,
.focus\:brands-color-discord-2:focus,
.hover\:brands-color-discord-2:hover {
  color: #99aab5;
}

[class="fa-brands fa-discord-3"], .brands-color-discord-3 {
  color: #2c2f33;
}

.active\:brands-color-discord-3:active,
.focus\:brands-color-discord-3:focus,
.hover\:brands-color-discord-3:hover {
  color: #2c2f33;
}

[class="fa-brands fa-discord-4"], .brands-color-discord-4 {
  color: #23272a;
}

.active\:brands-color-discord-4:active,
.focus\:brands-color-discord-4:focus,
.hover\:brands-color-discord-4:hover {
  color: #23272a;
}

[class="fa-brands fa-dish-network"], .brands-color-dish-network {
  color: #ec1944;
}

.active\:brands-color-dish-network:active,
.focus\:brands-color-dish-network:focus,
.hover\:brands-color-dish-network:hover {
  color: #ec1944;
}

[class="fa-brands fa-dish-network-1"], .brands-color-dish-network-1 {
  color: #ec1944;
}

.active\:brands-color-dish-network-1:active,
.focus\:brands-color-dish-network-1:focus,
.hover\:brands-color-dish-network-1:hover {
  color: #ec1944;
}

[class="fa-brands fa-disney-xd"], .brands-color-disney-xd {
  color: #0af167;
}

.active\:brands-color-disney-xd:active,
.focus\:brands-color-disney-xd:focus,
.hover\:brands-color-disney-xd:hover {
  color: #0af167;
}

[class="fa-brands fa-disney-xd-1"], .brands-color-disney-xd-1 {
  color: #0af167;
}

.active\:brands-color-disney-xd-1:active,
.focus\:brands-color-disney-xd-1:focus,
.hover\:brands-color-disney-xd-1:hover {
  color: #0af167;
}

[class="fa-brands fa-disney-xd-2"], .brands-color-disney-xd-2 {
  color: #ee70a6;
}

.active\:brands-color-disney-xd-2:active,
.focus\:brands-color-disney-xd-2:focus,
.hover\:brands-color-disney-xd-2:hover {
  color: #ee70a6;
}

[class="fa-brands fa-disney-xd-3"], .brands-color-disney-xd-3 {
  color: #520099;
}

.active\:brands-color-disney-xd-3:active,
.focus\:brands-color-disney-xd-3:focus,
.hover\:brands-color-disney-xd-3:hover {
  color: #520099;
}

[class="fa-brands fa-disney-xd-4"], .brands-color-disney-xd-4 {
  color: #39eafd;
}

.active\:brands-color-disney-xd-4:active,
.focus\:brands-color-disney-xd-4:focus,
.hover\:brands-color-disney-xd-4:hover {
  color: #39eafd;
}

[class="fa-brands fa-disney-xd-5"], .brands-color-disney-xd-5 {
  color: #0d0735;
}

.active\:brands-color-disney-xd-5:active,
.focus\:brands-color-disney-xd-5:focus,
.hover\:brands-color-disney-xd-5:hover {
  color: #0d0735;
}

[class="fa-brands fa-disney-xd-6"], .brands-color-disney-xd-6 {
  color: #f5f5f5;
}

.active\:brands-color-disney-xd-6:active,
.focus\:brands-color-disney-xd-6:focus,
.hover\:brands-color-disney-xd-6:hover {
  color: #f5f5f5;
}

[class="fa-brands fa-disqus"], .brands-color-disqus {
  color: #2e9fff;
}

.active\:brands-color-disqus:active,
.focus\:brands-color-disqus:focus,
.hover\:brands-color-disqus:hover {
  color: #2e9fff;
}

[class="fa-brands fa-disqus-1"], .brands-color-disqus-1 {
  color: #2e9fff;
}

.active\:brands-color-disqus-1:active,
.focus\:brands-color-disqus-1:focus,
.hover\:brands-color-disqus-1:hover {
  color: #2e9fff;
}

[class="fa-brands fa-django"], .brands-color-django {
  color: #092e20;
}

.active\:brands-color-django:active,
.focus\:brands-color-django:focus,
.hover\:brands-color-django:hover {
  color: #092e20;
}

[class="fa-brands fa-django-1"], .brands-color-django-1 {
  color: #092e20;
}

.active\:brands-color-django-1:active,
.focus\:brands-color-django-1:focus,
.hover\:brands-color-django-1:hover {
  color: #092e20;
}

[class="fa-brands fa-docker"], .brands-color-docker {
  color: #0db7ed;
}

.active\:brands-color-docker:active,
.focus\:brands-color-docker:focus,
.hover\:brands-color-docker:hover {
  color: #0db7ed;
}

[class="fa-brands fa-docker-1"], .brands-color-docker-1 {
  color: #0db7ed;
}

.active\:brands-color-docker-1:active,
.focus\:brands-color-docker-1:focus,
.hover\:brands-color-docker-1:hover {
  color: #0db7ed;
}

[class="fa-brands fa-docker-2"], .brands-color-docker-2 {
  color: #384d54;
}

.active\:brands-color-docker-2:active,
.focus\:brands-color-docker-2:focus,
.hover\:brands-color-docker-2:hover {
  color: #384d54;
}

[class="fa-brands fa-dominos"], .brands-color-dominos {
  color: #0b648f;
}

.active\:brands-color-dominos:active,
.focus\:brands-color-dominos:focus,
.hover\:brands-color-dominos:hover {
  color: #0b648f;
}

[class="fa-brands fa-dominos-1"], .brands-color-dominos-1 {
  color: #0b648f;
}

.active\:brands-color-dominos-1:active,
.focus\:brands-color-dominos-1:focus,
.hover\:brands-color-dominos-1:hover {
  color: #0b648f;
}

[class="fa-brands fa-dominos-2"], .brands-color-dominos-2 {
  color: #e21737;
}

.active\:brands-color-dominos-2:active,
.focus\:brands-color-dominos-2:focus,
.hover\:brands-color-dominos-2:hover {
  color: #e21737;
}

[class="fa-brands fa-dow"], .brands-color-dow {
  color: #e80033;
}

.active\:brands-color-dow:active,
.focus\:brands-color-dow:focus,
.hover\:brands-color-dow:hover {
  color: #e80033;
}

[class="fa-brands fa-dow-1"], .brands-color-dow-1 {
  color: #e80033;
}

.active\:brands-color-dow-1:active,
.focus\:brands-color-dow-1:focus,
.hover\:brands-color-dow-1:hover {
  color: #e80033;
}

[class="fa-brands fa-dow-2"], .brands-color-dow-2 {
  color: #fdbb30;
}

.active\:brands-color-dow-2:active,
.focus\:brands-color-dow-2:focus,
.hover\:brands-color-dow-2:hover {
  color: #fdbb30;
}

[class="fa-brands fa-dow-3"], .brands-color-dow-3 {
  color: #ed8b00;
}

.active\:brands-color-dow-3:active,
.focus\:brands-color-dow-3:focus,
.hover\:brands-color-dow-3:hover {
  color: #ed8b00;
}

[class="fa-brands fa-dow-4"], .brands-color-dow-4 {
  color: #f15d22;
}

.active\:brands-color-dow-4:active,
.focus\:brands-color-dow-4:focus,
.hover\:brands-color-dow-4:hover {
  color: #f15d22;
}

[class="fa-brands fa-dow-5"], .brands-color-dow-5 {
  color: #bf0d3e;
}

.active\:brands-color-dow-5:active,
.focus\:brands-color-dow-5:focus,
.hover\:brands-color-dow-5:hover {
  color: #bf0d3e;
}

[class="fa-brands fa-dow-6"], .brands-color-dow-6 {
  color: #910048;
}

.active\:brands-color-dow-6:active,
.focus\:brands-color-dow-6:focus,
.hover\:brands-color-dow-6:hover {
  color: #910048;
}

[class="fa-brands fa-dow-7"], .brands-color-dow-7 {
  color: #d0006f;
}

.active\:brands-color-dow-7:active,
.focus\:brands-color-dow-7:focus,
.hover\:brands-color-dow-7:hover {
  color: #d0006f;
}

[class="fa-brands fa-dribbble"], .brands-color-dribbble {
  color: #444444;
}

.active\:brands-color-dribbble:active,
.focus\:brands-color-dribbble:focus,
.hover\:brands-color-dribbble:hover {
  color: #444444;
}

[class="fa-brands fa-dribbble-1"], .brands-color-dribbble-1 {
  color: #444444;
}

.active\:brands-color-dribbble-1:active,
.focus\:brands-color-dribbble-1:focus,
.hover\:brands-color-dribbble-1:hover {
  color: #444444;
}

[class="fa-brands fa-dribbble-2"], .brands-color-dribbble-2 {
  color: #ea4c89;
}

.active\:brands-color-dribbble-2:active,
.focus\:brands-color-dribbble-2:focus,
.hover\:brands-color-dribbble-2:hover {
  color: #ea4c89;
}

[class="fa-brands fa-dribbble-3"], .brands-color-dribbble-3 {
  color: #8aba56;
}

.active\:brands-color-dribbble-3:active,
.focus\:brands-color-dribbble-3:focus,
.hover\:brands-color-dribbble-3:hover {
  color: #8aba56;
}

[class="fa-brands fa-dribbble-4"], .brands-color-dribbble-4 {
  color: #ff8833;
}

.active\:brands-color-dribbble-4:active,
.focus\:brands-color-dribbble-4:focus,
.hover\:brands-color-dribbble-4:hover {
  color: #ff8833;
}

[class="fa-brands fa-dribbble-5"], .brands-color-dribbble-5 {
  color: #00b6e3;
}

.active\:brands-color-dribbble-5:active,
.focus\:brands-color-dribbble-5:focus,
.hover\:brands-color-dribbble-5:hover {
  color: #00b6e3;
}

[class="fa-brands fa-dribbble-6"], .brands-color-dribbble-6 {
  color: #9ba5a8;
}

.active\:brands-color-dribbble-6:active,
.focus\:brands-color-dribbble-6:focus,
.hover\:brands-color-dribbble-6:hover {
  color: #9ba5a8;
}

[class="fa-brands fa-dropbox"], .brands-color-dropbox {
  color: #007ee5;
}

.active\:brands-color-dropbox:active,
.focus\:brands-color-dropbox:focus,
.hover\:brands-color-dropbox:hover {
  color: #007ee5;
}

[class="fa-brands fa-dropbox-1"], .brands-color-dropbox-1 {
  color: #007ee5;
}

.active\:brands-color-dropbox-1:active,
.focus\:brands-color-dropbox-1:focus,
.hover\:brands-color-dropbox-1:hover {
  color: #007ee5;
}

[class="fa-brands fa-dropbox-2"], .brands-color-dropbox-2 {
  color: #7b8994;
}

.active\:brands-color-dropbox-2:active,
.focus\:brands-color-dropbox-2:focus,
.hover\:brands-color-dropbox-2:hover {
  color: #7b8994;
}

[class="fa-brands fa-dropbox-3"], .brands-color-dropbox-3 {
  color: #47525d;
}

.active\:brands-color-dropbox-3:active,
.focus\:brands-color-dropbox-3:focus,
.hover\:brands-color-dropbox-3:hover {
  color: #47525d;
}

[class="fa-brands fa-dropbox-4"], .brands-color-dropbox-4 {
  color: #3d464d;
}

.active\:brands-color-dropbox-4:active,
.focus\:brands-color-dropbox-4:focus,
.hover\:brands-color-dropbox-4:hover {
  color: #3d464d;
}

[class="fa-brands fa-droplr"], .brands-color-droplr {
  color: #5654a4;
}

.active\:brands-color-droplr:active,
.focus\:brands-color-droplr:focus,
.hover\:brands-color-droplr:hover {
  color: #5654a4;
}

[class="fa-brands fa-droplr-1"], .brands-color-droplr-1 {
  color: #5654a4;
}

.active\:brands-color-droplr-1:active,
.focus\:brands-color-droplr-1:focus,
.hover\:brands-color-droplr-1:hover {
  color: #5654a4;
}

[class="fa-brands fa-drupal"], .brands-color-drupal {
  color: #0077c0;
}

.active\:brands-color-drupal:active,
.focus\:brands-color-drupal:focus,
.hover\:brands-color-drupal:hover {
  color: #0077c0;
}

[class="fa-brands fa-drupal-1"], .brands-color-drupal-1 {
  color: #0077c0;
}

.active\:brands-color-drupal-1:active,
.focus\:brands-color-drupal-1:focus,
.hover\:brands-color-drupal-1:hover {
  color: #0077c0;
}

[class="fa-brands fa-drupal-2"], .brands-color-drupal-2 {
  color: #81ceff;
}

.active\:brands-color-drupal-2:active,
.focus\:brands-color-drupal-2:focus,
.hover\:brands-color-drupal-2:hover {
  color: #81ceff;
}

[class="fa-brands fa-drupal-3"], .brands-color-drupal-3 {
  color: #00598e;
}

.active\:brands-color-drupal-3:active,
.focus\:brands-color-drupal-3:focus,
.hover\:brands-color-drupal-3:hover {
  color: #00598e;
}

[class="fa-brands fa-duke-university"], .brands-color-duke-university {
  color: #001a57;
}

.active\:brands-color-duke-university:active,
.focus\:brands-color-duke-university:focus,
.hover\:brands-color-duke-university:hover {
  color: #001a57;
}

[class="fa-brands fa-duke-university-1"], .brands-color-duke-university-1 {
  color: #001a57;
}

.active\:brands-color-duke-university-1:active,
.focus\:brands-color-duke-university-1:focus,
.hover\:brands-color-duke-university-1:hover {
  color: #001a57;
}

[class="fa-brands fa-duke-university-2"], .brands-color-duke-university-2 {
  color: #003366;
}

.active\:brands-color-duke-university-2:active,
.focus\:brands-color-duke-university-2:focus,
.hover\:brands-color-duke-university-2:hover {
  color: #003366;
}

[class="fa-brands fa-dunked"], .brands-color-dunked {
  color: #2da9d7;
}

.active\:brands-color-dunked:active,
.focus\:brands-color-dunked:focus,
.hover\:brands-color-dunked:hover {
  color: #2da9d7;
}

[class="fa-brands fa-dunked-1"], .brands-color-dunked-1 {
  color: #2da9d7;
}

.active\:brands-color-dunked-1:active,
.focus\:brands-color-dunked-1:focus,
.hover\:brands-color-dunked-1:hover {
  color: #2da9d7;
}

[class="fa-brands fa-dunked-2"], .brands-color-dunked-2 {
  color: #212a3e;
}

.active\:brands-color-dunked-2:active,
.focus\:brands-color-dunked-2:focus,
.hover\:brands-color-dunked-2:hover {
  color: #212a3e;
}

[class="fa-brands fa-duolingo"], .brands-color-duolingo {
  color: #7ac70c;
}

.active\:brands-color-duolingo:active,
.focus\:brands-color-duolingo:focus,
.hover\:brands-color-duolingo:hover {
  color: #7ac70c;
}

[class="fa-brands fa-duolingo-1"], .brands-color-duolingo-1 {
  color: #7ac70c;
}

.active\:brands-color-duolingo-1:active,
.focus\:brands-color-duolingo-1:focus,
.hover\:brands-color-duolingo-1:hover {
  color: #7ac70c;
}

[class="fa-brands fa-duolingo-2"], .brands-color-duolingo-2 {
  color: #8ee000;
}

.active\:brands-color-duolingo-2:active,
.focus\:brands-color-duolingo-2:focus,
.hover\:brands-color-duolingo-2:hover {
  color: #8ee000;
}

[class="fa-brands fa-duolingo-3"], .brands-color-duolingo-3 {
  color: #faa918;
}

.active\:brands-color-duolingo-3:active,
.focus\:brands-color-duolingo-3:focus,
.hover\:brands-color-duolingo-3:hover {
  color: #faa918;
}

[class="fa-brands fa-duolingo-4"], .brands-color-duolingo-4 {
  color: #ffc715;
}

.active\:brands-color-duolingo-4:active,
.focus\:brands-color-duolingo-4:focus,
.hover\:brands-color-duolingo-4:hover {
  color: #ffc715;
}

[class="fa-brands fa-duolingo-5"], .brands-color-duolingo-5 {
  color: #d33131;
}

.active\:brands-color-duolingo-5:active,
.focus\:brands-color-duolingo-5:focus,
.hover\:brands-color-duolingo-5:hover {
  color: #d33131;
}

[class="fa-brands fa-duolingo-6"], .brands-color-duolingo-6 {
  color: #e53838;
}

.active\:brands-color-duolingo-6:active,
.focus\:brands-color-duolingo-6:focus,
.hover\:brands-color-duolingo-6:hover {
  color: #e53838;
}

[class="fa-brands fa-duolingo-7"], .brands-color-duolingo-7 {
  color: #1cb0f6;
}

.active\:brands-color-duolingo-7:active,
.focus\:brands-color-duolingo-7:focus,
.hover\:brands-color-duolingo-7:hover {
  color: #1cb0f6;
}

[class="fa-brands fa-duolingo-8"], .brands-color-duolingo-8 {
  color: #14d4f4;
}

.active\:brands-color-duolingo-8:active,
.focus\:brands-color-duolingo-8:focus,
.hover\:brands-color-duolingo-8:hover {
  color: #14d4f4;
}

[class="fa-brands fa-duolingo-9"], .brands-color-duolingo-9 {
  color: #8549ba;
}

.active\:brands-color-duolingo-9:active,
.focus\:brands-color-duolingo-9:focus,
.hover\:brands-color-duolingo-9:hover {
  color: #8549ba;
}

[class="fa-brands fa-duolingo-10"], .brands-color-duolingo-10 {
  color: #a560e8;
}

.active\:brands-color-duolingo-10:active,
.focus\:brands-color-duolingo-10:focus,
.hover\:brands-color-duolingo-10:hover {
  color: #a560e8;
}

[class="fa-brands fa-duolingo-11"], .brands-color-duolingo-11 {
  color: #4c4c4c;
}

.active\:brands-color-duolingo-11:active,
.focus\:brands-color-duolingo-11:focus,
.hover\:brands-color-duolingo-11:hover {
  color: #4c4c4c;
}

[class="fa-brands fa-duolingo-12"], .brands-color-duolingo-12 {
  color: #6f6f6f;
}

.active\:brands-color-duolingo-12:active,
.focus\:brands-color-duolingo-12:focus,
.hover\:brands-color-duolingo-12:hover {
  color: #6f6f6f;
}

[class="fa-brands fa-duolingo-13"], .brands-color-duolingo-13 {
  color: #cfcfcf;
}

.active\:brands-color-duolingo-13:active,
.focus\:brands-color-duolingo-13:focus,
.hover\:brands-color-duolingo-13:hover {
  color: #cfcfcf;
}

[class="fa-brands fa-duolingo-14"], .brands-color-duolingo-14 {
  color: #f0f0f0;
}

.active\:brands-color-duolingo-14:active,
.focus\:brands-color-duolingo-14:focus,
.hover\:brands-color-duolingo-14:hover {
  color: #f0f0f0;
}

[class="fa-brands fa-duolingo-15"], .brands-color-duolingo-15 {
  color: #bff199;
}

.active\:brands-color-duolingo-15:active,
.focus\:brands-color-duolingo-15:focus,
.hover\:brands-color-duolingo-15:hover {
  color: #bff199;
}

[class="fa-brands fa-duolingo-16"], .brands-color-duolingo-16 {
  color: #f7c8c9;
}

.active\:brands-color-duolingo-16:active,
.focus\:brands-color-duolingo-16:focus,
.hover\:brands-color-duolingo-16:hover {
  color: #f7c8c9;
}

[class="fa-brands fa-dwolla"], .brands-color-dwolla {
  color: #ff7404;
}

.active\:brands-color-dwolla:active,
.focus\:brands-color-dwolla:focus,
.hover\:brands-color-dwolla:hover {
  color: #ff7404;
}

[class="fa-brands fa-dwolla-1"], .brands-color-dwolla-1 {
  color: #ff7404;
}

.active\:brands-color-dwolla-1:active,
.focus\:brands-color-dwolla-1:focus,
.hover\:brands-color-dwolla-1:hover {
  color: #ff7404;
}

[class="fa-brands fa-etrade"], .brands-color-etrade {
  color: #6633cc;
}

.active\:brands-color-etrade:active,
.focus\:brands-color-etrade:focus,
.hover\:brands-color-etrade:hover {
  color: #6633cc;
}

[class="fa-brands fa-etrade-1"], .brands-color-etrade-1 {
  color: #6633cc;
}

.active\:brands-color-etrade-1:active,
.focus\:brands-color-etrade-1:focus,
.hover\:brands-color-etrade-1:hover {
  color: #6633cc;
}

[class="fa-brands fa-etrade-2"], .brands-color-etrade-2 {
  color: #99cc00;
}

.active\:brands-color-etrade-2:active,
.focus\:brands-color-etrade-2:focus,
.hover\:brands-color-etrade-2:hover {
  color: #99cc00;
}

[class="fa-brands fa-e4"], .brands-color-e4 {
  color: #6d1d7c;
}

.active\:brands-color-e4:active,
.focus\:brands-color-e4:focus,
.hover\:brands-color-e4:hover {
  color: #6d1d7c;
}

[class="fa-brands fa-e4-1"], .brands-color-e4-1 {
  color: #6d1d7c;
}

.active\:brands-color-e4-1:active,
.focus\:brands-color-e4-1:focus,
.hover\:brands-color-e4-1:hover {
  color: #6d1d7c;
}

[class="fa-brands fa-easy-jet"], .brands-color-easy-jet {
  color: #ff6600;
}

.active\:brands-color-easy-jet:active,
.focus\:brands-color-easy-jet:focus,
.hover\:brands-color-easy-jet:hover {
  color: #ff6600;
}

[class="fa-brands fa-easy-jet-1"], .brands-color-easy-jet-1 {
  color: #ff6600;
}

.active\:brands-color-easy-jet-1:active,
.focus\:brands-color-easy-jet-1:focus,
.hover\:brands-color-easy-jet-1:hover {
  color: #ff6600;
}

[class="fa-brands fa-easy-jet-2"], .brands-color-easy-jet-2 {
  color: #000000;
}

.active\:brands-color-easy-jet-2:active,
.focus\:brands-color-easy-jet-2:focus,
.hover\:brands-color-easy-jet-2:hover {
  color: #000000;
}

[class="fa-brands fa-easy-jet-3"], .brands-color-easy-jet-3 {
  color: #58595b;
}

.active\:brands-color-easy-jet-3:active,
.focus\:brands-color-easy-jet-3:focus,
.hover\:brands-color-easy-jet-3:hover {
  color: #58595b;
}

[class="fa-brands fa-ebay"], .brands-color-ebay {
  color: #e53238;
}

.active\:brands-color-ebay:active,
.focus\:brands-color-ebay:focus,
.hover\:brands-color-ebay:hover {
  color: #e53238;
}

[class="fa-brands fa-ebay-1"], .brands-color-ebay-1 {
  color: #e53238;
}

.active\:brands-color-ebay-1:active,
.focus\:brands-color-ebay-1:focus,
.hover\:brands-color-ebay-1:hover {
  color: #e53238;
}

[class="fa-brands fa-ebay-2"], .brands-color-ebay-2 {
  color: #0064d2;
}

.active\:brands-color-ebay-2:active,
.focus\:brands-color-ebay-2:focus,
.hover\:brands-color-ebay-2:hover {
  color: #0064d2;
}

[class="fa-brands fa-ebay-3"], .brands-color-ebay-3 {
  color: #f5af02;
}

.active\:brands-color-ebay-3:active,
.focus\:brands-color-ebay-3:focus,
.hover\:brands-color-ebay-3:hover {
  color: #f5af02;
}

[class="fa-brands fa-ebay-4"], .brands-color-ebay-4 {
  color: #86b817;
}

.active\:brands-color-ebay-4:active,
.focus\:brands-color-ebay-4:focus,
.hover\:brands-color-ebay-4:hover {
  color: #86b817;
}

[class="fa-brands fa-el-al"], .brands-color-el-al {
  color: #131137;
}

.active\:brands-color-el-al:active,
.focus\:brands-color-el-al:focus,
.hover\:brands-color-el-al:hover {
  color: #131137;
}

[class="fa-brands fa-el-al-1"], .brands-color-el-al-1 {
  color: #131137;
}

.active\:brands-color-el-al-1:active,
.focus\:brands-color-el-al-1:focus,
.hover\:brands-color-el-al-1:hover {
  color: #131137;
}

[class="fa-brands fa-el-al-2"], .brands-color-el-al-2 {
  color: #918978;
}

.active\:brands-color-el-al-2:active,
.focus\:brands-color-el-al-2:focus,
.hover\:brands-color-el-al-2:hover {
  color: #918978;
}

[class="fa-brands fa-elance"], .brands-color-elance {
  color: #0d69af;
}

.active\:brands-color-elance:active,
.focus\:brands-color-elance:focus,
.hover\:brands-color-elance:hover {
  color: #0d69af;
}

[class="fa-brands fa-elance-1"], .brands-color-elance-1 {
  color: #0d69af;
}

.active\:brands-color-elance-1:active,
.focus\:brands-color-elance-1:focus,
.hover\:brands-color-elance-1:hover {
  color: #0d69af;
}

[class="fa-brands fa-ello"], .brands-color-ello {
  color: #000000;
}

.active\:brands-color-ello:active,
.focus\:brands-color-ello:focus,
.hover\:brands-color-ello:hover {
  color: #000000;
}

[class="fa-brands fa-ello-1"], .brands-color-ello-1 {
  color: #000000;
}

.active\:brands-color-ello-1:active,
.focus\:brands-color-ello-1:focus,
.hover\:brands-color-ello-1:hover {
  color: #000000;
}

[class="fa-brands fa-ember"], .brands-color-ember {
  color: #f23819;
}

.active\:brands-color-ember:active,
.focus\:brands-color-ember:focus,
.hover\:brands-color-ember:hover {
  color: #f23819;
}

[class="fa-brands fa-ember-1"], .brands-color-ember-1 {
  color: #f23819;
}

.active\:brands-color-ember-1:active,
.focus\:brands-color-ember-1:focus,
.hover\:brands-color-ember-1:hover {
  color: #f23819;
}

[class="fa-brands fa-emma"], .brands-color-emma {
  color: #314855;
}

.active\:brands-color-emma:active,
.focus\:brands-color-emma:focus,
.hover\:brands-color-emma:hover {
  color: #314855;
}

[class="fa-brands fa-emma-1"], .brands-color-emma-1 {
  color: #314855;
}

.active\:brands-color-emma-1:active,
.focus\:brands-color-emma-1:focus,
.hover\:brands-color-emma-1:hover {
  color: #314855;
}

[class="fa-brands fa-emma-2"], .brands-color-emma-2 {
  color: #5cc3e8;
}

.active\:brands-color-emma-2:active,
.focus\:brands-color-emma-2:focus,
.hover\:brands-color-emma-2:hover {
  color: #5cc3e8;
}

[class="fa-brands fa-emma-3"], .brands-color-emma-3 {
  color: #ffdb00;
}

.active\:brands-color-emma-3:active,
.focus\:brands-color-emma-3:focus,
.hover\:brands-color-emma-3:hover {
  color: #ffdb00;
}

[class="fa-brands fa-emma-4"], .brands-color-emma-4 {
  color: #79ceb8;
}

.active\:brands-color-emma-4:active,
.focus\:brands-color-emma-4:focus,
.hover\:brands-color-emma-4:hover {
  color: #79ceb8;
}

[class="fa-brands fa-emma-5"], .brands-color-emma-5 {
  color: #e95f5c;
}

.active\:brands-color-emma-5:active,
.focus\:brands-color-emma-5:focus,
.hover\:brands-color-emma-5:hover {
  color: #e95f5c;
}

[class="fa-brands fa-endomundo"], .brands-color-endomundo {
  color: #87aa14;
}

.active\:brands-color-endomundo:active,
.focus\:brands-color-endomundo:focus,
.hover\:brands-color-endomundo:hover {
  color: #87aa14;
}

[class="fa-brands fa-endomundo-1"], .brands-color-endomundo-1 {
  color: #87aa14;
}

.active\:brands-color-endomundo-1:active,
.focus\:brands-color-endomundo-1:focus,
.hover\:brands-color-endomundo-1:hover {
  color: #87aa14;
}

[class="fa-brands fa-engadget"], .brands-color-engadget {
  color: #40b3ff;
}

.active\:brands-color-engadget:active,
.focus\:brands-color-engadget:focus,
.hover\:brands-color-engadget:hover {
  color: #40b3ff;
}

[class="fa-brands fa-engadget-1"], .brands-color-engadget-1 {
  color: #40b3ff;
}

.active\:brands-color-engadget-1:active,
.focus\:brands-color-engadget-1:focus,
.hover\:brands-color-engadget-1:hover {
  color: #40b3ff;
}

[class="fa-brands fa-envato"], .brands-color-envato {
  color: #82b541;
}

.active\:brands-color-envato:active,
.focus\:brands-color-envato:focus,
.hover\:brands-color-envato:hover {
  color: #82b541;
}

[class="fa-brands fa-envato-1"], .brands-color-envato-1 {
  color: #82b541;
}

.active\:brands-color-envato-1:active,
.focus\:brands-color-envato-1:focus,
.hover\:brands-color-envato-1:hover {
  color: #82b541;
}

[class="fa-brands fa-epam"], .brands-color-epam {
  color: #39c2d7;
}

.active\:brands-color-epam:active,
.focus\:brands-color-epam:focus,
.hover\:brands-color-epam:hover {
  color: #39c2d7;
}

[class="fa-brands fa-epam-1"], .brands-color-epam-1 {
  color: #39c2d7;
}

.active\:brands-color-epam-1:active,
.focus\:brands-color-epam-1:focus,
.hover\:brands-color-epam-1:hover {
  color: #39c2d7;
}

[class="fa-brands fa-epam-2"], .brands-color-epam-2 {
  color: #a3c644;
}

.active\:brands-color-epam-2:active,
.focus\:brands-color-epam-2:focus,
.hover\:brands-color-epam-2:hover {
  color: #a3c644;
}

[class="fa-brands fa-epam-3"], .brands-color-epam-3 {
  color: #464547;
}

.active\:brands-color-epam-3:active,
.focus\:brands-color-epam-3:focus,
.hover\:brands-color-epam-3:hover {
  color: #464547;
}

[class="fa-brands fa-epam-4"], .brands-color-epam-4 {
  color: #b22746;
}

.active\:brands-color-epam-4:active,
.focus\:brands-color-epam-4:focus,
.hover\:brands-color-epam-4:hover {
  color: #b22746;
}

[class="fa-brands fa-epam-5"], .brands-color-epam-5 {
  color: #8e244d;
}

.active\:brands-color-epam-5:active,
.focus\:brands-color-epam-5:focus,
.hover\:brands-color-epam-5:hover {
  color: #8e244d;
}

[class="fa-brands fa-epictions"], .brands-color-epictions {
  color: #ff2052;
}

.active\:brands-color-epictions:active,
.focus\:brands-color-epictions:focus,
.hover\:brands-color-epictions:hover {
  color: #ff2052;
}

[class="fa-brands fa-epictions-1"], .brands-color-epictions-1 {
  color: #ff2052;
}

.active\:brands-color-epictions-1:active,
.focus\:brands-color-epictions-1:focus,
.hover\:brands-color-epictions-1:hover {
  color: #ff2052;
}

[class="fa-brands fa-epictions-2"], .brands-color-epictions-2 {
  color: #e6e6e6;
}

.active\:brands-color-epictions-2:active,
.focus\:brands-color-epictions-2:focus,
.hover\:brands-color-epictions-2:hover {
  color: #e6e6e6;
}

[class="fa-brands fa-epictions-3"], .brands-color-epictions-3 {
  color: #404040;
}

.active\:brands-color-epictions-3:active,
.focus\:brands-color-epictions-3:focus,
.hover\:brands-color-epictions-3:hover {
  color: #404040;
}

[class="fa-brands fa-epictions-4"], .brands-color-epictions-4 {
  color: #01b5dd;
}

.active\:brands-color-epictions-4:active,
.focus\:brands-color-epictions-4:focus,
.hover\:brands-color-epictions-4:hover {
  color: #01b5dd;
}

[class="fa-brands fa-epictions-5"], .brands-color-epictions-5 {
  color: #b0db64;
}

.active\:brands-color-epictions-5:active,
.focus\:brands-color-epictions-5:focus,
.hover\:brands-color-epictions-5:hover {
  color: #b0db64;
}

[class="fa-brands fa-ericsson"], .brands-color-ericsson {
  color: #002561;
}

.active\:brands-color-ericsson:active,
.focus\:brands-color-ericsson:focus,
.hover\:brands-color-ericsson:hover {
  color: #002561;
}

[class="fa-brands fa-ericsson-1"], .brands-color-ericsson-1 {
  color: #002561;
}

.active\:brands-color-ericsson-1:active,
.focus\:brands-color-ericsson-1:focus,
.hover\:brands-color-ericsson-1:hover {
  color: #002561;
}

[class="fa-brands fa-esl"], .brands-color-esl {
  color: #0d9ddb;
}

.active\:brands-color-esl:active,
.focus\:brands-color-esl:focus,
.hover\:brands-color-esl:hover {
  color: #0d9ddb;
}

[class="fa-brands fa-esl-1"], .brands-color-esl-1 {
  color: #0d9ddb;
}

.active\:brands-color-esl-1:active,
.focus\:brands-color-esl-1:focus,
.hover\:brands-color-esl-1:hover {
  color: #0d9ddb;
}

[class="fa-brands fa-esl-2"], .brands-color-esl-2 {
  color: #48b8e7;
}

.active\:brands-color-esl-2:active,
.focus\:brands-color-esl-2:focus,
.hover\:brands-color-esl-2:hover {
  color: #48b8e7;
}

[class="fa-brands fa-esl-3"], .brands-color-esl-3 {
  color: #efecea;
}

.active\:brands-color-esl-3:active,
.focus\:brands-color-esl-3:focus,
.hover\:brands-color-esl-3:hover {
  color: #efecea;
}

[class="fa-brands fa-esl-4"], .brands-color-esl-4 {
  color: #2c2b2b;
}

.active\:brands-color-esl-4:active,
.focus\:brands-color-esl-4:focus,
.hover\:brands-color-esl-4:hover {
  color: #2c2b2b;
}

[class="fa-brands fa-espn"], .brands-color-espn {
  color: #ff0033;
}

.active\:brands-color-espn:active,
.focus\:brands-color-espn:focus,
.hover\:brands-color-espn:hover {
  color: #ff0033;
}

[class="fa-brands fa-espn-1"], .brands-color-espn-1 {
  color: #ff0033;
}

.active\:brands-color-espn-1:active,
.focus\:brands-color-espn-1:focus,
.hover\:brands-color-espn-1:hover {
  color: #ff0033;
}

[class="fa-brands fa-estimote"], .brands-color-estimote {
  color: #6a9c84;
}

.active\:brands-color-estimote:active,
.focus\:brands-color-estimote:focus,
.hover\:brands-color-estimote:hover {
  color: #6a9c84;
}

[class="fa-brands fa-estimote-1"], .brands-color-estimote-1 {
  color: #6a9c84;
}

.active\:brands-color-estimote-1:active,
.focus\:brands-color-estimote-1:focus,
.hover\:brands-color-estimote-1:hover {
  color: #6a9c84;
}

[class="fa-brands fa-estimote-2"], .brands-color-estimote-2 {
  color: #790f59;
}

.active\:brands-color-estimote-2:active,
.focus\:brands-color-estimote-2:focus,
.hover\:brands-color-estimote-2:hover {
  color: #790f59;
}

[class="fa-brands fa-estimote-3"], .brands-color-estimote-3 {
  color: #373b9c;
}

.active\:brands-color-estimote-3:active,
.focus\:brands-color-estimote-3:focus,
.hover\:brands-color-estimote-3:hover {
  color: #373b9c;
}

[class="fa-brands fa-estimote-4"], .brands-color-estimote-4 {
  color: #f784b6;
}

.active\:brands-color-estimote-4:active,
.focus\:brands-color-estimote-4:focus,
.hover\:brands-color-estimote-4:hover {
  color: #f784b6;
}

[class="fa-brands fa-estimote-5"], .brands-color-estimote-5 {
  color: #39b7dd;
}

.active\:brands-color-estimote-5:active,
.focus\:brands-color-estimote-5:focus,
.hover\:brands-color-estimote-5:hover {
  color: #39b7dd;
}

[class="fa-brands fa-estimote-6"], .brands-color-estimote-6 {
  color: #ccc900;
}

.active\:brands-color-estimote-6:active,
.focus\:brands-color-estimote-6:focus,
.hover\:brands-color-estimote-6:hover {
  color: #ccc900;
}

[class="fa-brands fa-etsy"], .brands-color-etsy {
  color: #d5641c;
}

.active\:brands-color-etsy:active,
.focus\:brands-color-etsy:focus,
.hover\:brands-color-etsy:hover {
  color: #d5641c;
}

[class="fa-brands fa-etsy-1"], .brands-color-etsy-1 {
  color: #d5641c;
}

.active\:brands-color-etsy-1:active,
.focus\:brands-color-etsy-1:focus,
.hover\:brands-color-etsy-1:hover {
  color: #d5641c;
}

[class="fa-brands fa-evaneos"], .brands-color-evaneos {
  color: #33cc99;
}

.active\:brands-color-evaneos:active,
.focus\:brands-color-evaneos:focus,
.hover\:brands-color-evaneos:hover {
  color: #33cc99;
}

[class="fa-brands fa-evaneos-1"], .brands-color-evaneos-1 {
  color: #33cc99;
}

.active\:brands-color-evaneos-1:active,
.focus\:brands-color-evaneos-1:focus,
.hover\:brands-color-evaneos-1:hover {
  color: #33cc99;
}

[class="fa-brands fa-evaneos-2"], .brands-color-evaneos-2 {
  color: #4ba6f5;
}

.active\:brands-color-evaneos-2:active,
.focus\:brands-color-evaneos-2:focus,
.hover\:brands-color-evaneos-2:hover {
  color: #4ba6f5;
}

[class="fa-brands fa-evaneos-3"], .brands-color-evaneos-3 {
  color: #fdca30;
}

.active\:brands-color-evaneos-3:active,
.focus\:brands-color-evaneos-3:focus,
.hover\:brands-color-evaneos-3:hover {
  color: #fdca30;
}

[class="fa-brands fa-evaneos-4"], .brands-color-evaneos-4 {
  color: #f79400;
}

.active\:brands-color-evaneos-4:active,
.focus\:brands-color-evaneos-4:focus,
.hover\:brands-color-evaneos-4:hover {
  color: #f79400;
}

[class="fa-brands fa-evaneos-5"], .brands-color-evaneos-5 {
  color: #f34235;
}

.active\:brands-color-evaneos-5:active,
.focus\:brands-color-evaneos-5:focus,
.hover\:brands-color-evaneos-5:hover {
  color: #f34235;
}

[class="fa-brands fa-eventbrite"], .brands-color-eventbrite {
  color: #ff8000;
}

.active\:brands-color-eventbrite:active,
.focus\:brands-color-eventbrite:focus,
.hover\:brands-color-eventbrite:hover {
  color: #ff8000;
}

[class="fa-brands fa-eventbrite-1"], .brands-color-eventbrite-1 {
  color: #ff8000;
}

.active\:brands-color-eventbrite-1:active,
.focus\:brands-color-eventbrite-1:focus,
.hover\:brands-color-eventbrite-1:hover {
  color: #ff8000;
}

[class="fa-brands fa-evernote"], .brands-color-evernote {
  color: #2dbe60;
}

.active\:brands-color-evernote:active,
.focus\:brands-color-evernote:focus,
.hover\:brands-color-evernote:hover {
  color: #2dbe60;
}

[class="fa-brands fa-evernote-1"], .brands-color-evernote-1 {
  color: #2dbe60;
}

.active\:brands-color-evernote-1:active,
.focus\:brands-color-evernote-1:focus,
.hover\:brands-color-evernote-1:hover {
  color: #2dbe60;
}

[class="fa-brands fa-evernote-2"], .brands-color-evernote-2 {
  color: #7b868a;
}

.active\:brands-color-evernote-2:active,
.focus\:brands-color-evernote-2:focus,
.hover\:brands-color-evernote-2:hover {
  color: #7b868a;
}

[class="fa-brands fa-evernote-3"], .brands-color-evernote-3 {
  color: #2facb2;
}

.active\:brands-color-evernote-3:active,
.focus\:brands-color-evernote-3:focus,
.hover\:brands-color-evernote-3:hover {
  color: #2facb2;
}

[class="fa-brands fa-evernote-4"], .brands-color-evernote-4 {
  color: #166a8f;
}

.active\:brands-color-evernote-4:active,
.focus\:brands-color-evernote-4:focus,
.hover\:brands-color-evernote-4:hover {
  color: #166a8f;
}

[class="fa-brands fa-evernote-5"], .brands-color-evernote-5 {
  color: #3b4446;
}

.active\:brands-color-evernote-5:active,
.focus\:brands-color-evernote-5:focus,
.hover\:brands-color-evernote-5:hover {
  color: #3b4446;
}

[class="fa-brands fa-evernote-6"], .brands-color-evernote-6 {
  color: #525e61;
}

.active\:brands-color-evernote-6:active,
.focus\:brands-color-evernote-6:focus,
.hover\:brands-color-evernote-6:hover {
  color: #525e61;
}

[class="fa-brands fa-evernote-7"], .brands-color-evernote-7 {
  color: #7b868a;
}

.active\:brands-color-evernote-7:active,
.focus\:brands-color-evernote-7:focus,
.hover\:brands-color-evernote-7:hover {
  color: #7b868a;
}

[class="fa-brands fa-evernote-8"], .brands-color-evernote-8 {
  color: #aeb6b8;
}

.active\:brands-color-evernote-8:active,
.focus\:brands-color-evernote-8:focus,
.hover\:brands-color-evernote-8:hover {
  color: #aeb6b8;
}

[class="fa-brands fa-evernote-9"], .brands-color-evernote-9 {
  color: #d7dcdd;
}

.active\:brands-color-evernote-9:active,
.focus\:brands-color-evernote-9:focus,
.hover\:brands-color-evernote-9:hover {
  color: #d7dcdd;
}

[class="fa-brands fa-evernote-10"], .brands-color-evernote-10 {
  color: #eff2f3;
}

.active\:brands-color-evernote-10:active,
.focus\:brands-color-evernote-10:focus,
.hover\:brands-color-evernote-10:hover {
  color: #eff2f3;
}

[class="fa-brands fa-execucar"], .brands-color-execucar {
  color: #203143;
}

.active\:brands-color-execucar:active,
.focus\:brands-color-execucar:focus,
.hover\:brands-color-execucar:hover {
  color: #203143;
}

[class="fa-brands fa-execucar-1"], .brands-color-execucar-1 {
  color: #203143;
}

.active\:brands-color-execucar-1:active,
.focus\:brands-color-execucar-1:focus,
.hover\:brands-color-execucar-1:hover {
  color: #203143;
}

[class="fa-brands fa-execucar-2"], .brands-color-execucar-2 {
  color: #da9a39;
}

.active\:brands-color-execucar-2:active,
.focus\:brands-color-execucar-2:focus,
.hover\:brands-color-execucar-2:hover {
  color: #da9a39;
}

[class="fa-brands fa-eztalks"], .brands-color-eztalks {
  color: #00a0e9;
}

.active\:brands-color-eztalks:active,
.focus\:brands-color-eztalks:focus,
.hover\:brands-color-eztalks:hover {
  color: #00a0e9;
}

[class="fa-brands fa-eztalks-1"], .brands-color-eztalks-1 {
  color: #00a0e9;
}

.active\:brands-color-eztalks-1:active,
.focus\:brands-color-eztalks-1:focus,
.hover\:brands-color-eztalks-1:hover {
  color: #00a0e9;
}

[class="fa-brands fa-fab-com"], .brands-color-fab-com {
  color: #dd0017;
}

.active\:brands-color-fab-com:active,
.focus\:brands-color-fab-com:focus,
.hover\:brands-color-fab-com:hover {
  color: #dd0017;
}

[class="fa-brands fa-fab-com-1"], .brands-color-fab-com-1 {
  color: #dd0017;
}

.active\:brands-color-fab-com-1:active,
.focus\:brands-color-fab-com-1:focus,
.hover\:brands-color-fab-com-1:hover {
  color: #dd0017;
}

[class="fa-brands fa-fab-com-2"], .brands-color-fab-com-2 {
  color: #000000;
}

.active\:brands-color-fab-com-2:active,
.focus\:brands-color-fab-com-2:focus,
.hover\:brands-color-fab-com-2:hover {
  color: #000000;
}

[class="fa-brands fa-facebook"], .brands-color-facebook {
  color: #1877f2;
}

.active\:brands-color-facebook:active,
.focus\:brands-color-facebook:focus,
.hover\:brands-color-facebook:hover {
  color: #1877f2;
}

[class="fa-brands fa-facebook-1"], .brands-color-facebook-1 {
  color: #1877f2;
}

.active\:brands-color-facebook-1:active,
.focus\:brands-color-facebook-1:focus,
.hover\:brands-color-facebook-1:hover {
  color: #1877f2;
}

[class="fa-brands fa-fairfield-inn-suites"], .brands-color-fairfield-inn-suites {
  color: #6caddf;
}

.active\:brands-color-fairfield-inn-suites:active,
.focus\:brands-color-fairfield-inn-suites:focus,
.hover\:brands-color-fairfield-inn-suites:hover {
  color: #6caddf;
}

[class="fa-brands fa-fairfield-inn-suites-1"], .brands-color-fairfield-inn-suites-1 {
  color: #6caddf;
}

.active\:brands-color-fairfield-inn-suites-1:active,
.focus\:brands-color-fairfield-inn-suites-1:focus,
.hover\:brands-color-fairfield-inn-suites-1:hover {
  color: #6caddf;
}

[class="fa-brands fa-fairfield-inn-suites-2"], .brands-color-fairfield-inn-suites-2 {
  color: #b06010;
}

.active\:brands-color-fairfield-inn-suites-2:active,
.focus\:brands-color-fairfield-inn-suites-2:focus,
.hover\:brands-color-fairfield-inn-suites-2:hover {
  color: #b06010;
}

[class="fa-brands fa-fairfield-inn-suites-3"], .brands-color-fairfield-inn-suites-3 {
  color: #004990;
}

.active\:brands-color-fairfield-inn-suites-3:active,
.focus\:brands-color-fairfield-inn-suites-3:focus,
.hover\:brands-color-fairfield-inn-suites-3:hover {
  color: #004990;
}

[class="fa-brands fa-fairfield-inn-suites-4"], .brands-color-fairfield-inn-suites-4 {
  color: #b50938;
}

.active\:brands-color-fairfield-inn-suites-4:active,
.focus\:brands-color-fairfield-inn-suites-4:focus,
.hover\:brands-color-fairfield-inn-suites-4:hover {
  color: #b50938;
}

[class="fa-brands fa-fairmont"], .brands-color-fairmont {
  color: #a6a685;
}

.active\:brands-color-fairmont:active,
.focus\:brands-color-fairmont:focus,
.hover\:brands-color-fairmont:hover {
  color: #a6a685;
}

[class="fa-brands fa-fairmont-1"], .brands-color-fairmont-1 {
  color: #a6a685;
}

.active\:brands-color-fairmont-1:active,
.focus\:brands-color-fairmont-1:focus,
.hover\:brands-color-fairmont-1:hover {
  color: #a6a685;
}

[class="fa-brands fa-fairmont-2"], .brands-color-fairmont-2 {
  color: #000000;
}

.active\:brands-color-fairmont-2:active,
.focus\:brands-color-fairmont-2:focus,
.hover\:brands-color-fairmont-2:hover {
  color: #000000;
}

[class="fa-brands fa-famo-us"], .brands-color-famo-us {
  color: #fa5c4f;
}

.active\:brands-color-famo-us:active,
.focus\:brands-color-famo-us:focus,
.hover\:brands-color-famo-us:hover {
  color: #fa5c4f;
}

[class="fa-brands fa-famo-us-1"], .brands-color-famo-us-1 {
  color: #fa5c4f;
}

.active\:brands-color-famo-us-1:active,
.focus\:brands-color-famo-us-1:focus,
.hover\:brands-color-famo-us-1:hover {
  color: #fa5c4f;
}

[class="fa-brands fa-famo-us-2"], .brands-color-famo-us-2 {
  color: #333333;
}

.active\:brands-color-famo-us-2:active,
.focus\:brands-color-famo-us-2:focus,
.hover\:brands-color-famo-us-2:hover {
  color: #333333;
}

[class="fa-brands fa-fancy"], .brands-color-fancy {
  color: #3098dc;
}

.active\:brands-color-fancy:active,
.focus\:brands-color-fancy:focus,
.hover\:brands-color-fancy:hover {
  color: #3098dc;
}

[class="fa-brands fa-fancy-1"], .brands-color-fancy-1 {
  color: #3098dc;
}

.active\:brands-color-fancy-1:active,
.focus\:brands-color-fancy-1:focus,
.hover\:brands-color-fancy-1:hover {
  color: #3098dc;
}

[class="fa-brands fa-fancy-2"], .brands-color-fancy-2 {
  color: #494e58;
}

.active\:brands-color-fancy-2:active,
.focus\:brands-color-fancy-2:focus,
.hover\:brands-color-fancy-2:hover {
  color: #494e58;
}

[class="fa-brands fa-fedex"], .brands-color-fedex {
  color: #4d148c;
}

.active\:brands-color-fedex:active,
.focus\:brands-color-fedex:focus,
.hover\:brands-color-fedex:hover {
  color: #4d148c;
}

[class="fa-brands fa-fedex-1"], .brands-color-fedex-1 {
  color: #4d148c;
}

.active\:brands-color-fedex-1:active,
.focus\:brands-color-fedex-1:focus,
.hover\:brands-color-fedex-1:hover {
  color: #4d148c;
}

[class="fa-brands fa-fedex-2"], .brands-color-fedex-2 {
  color: #ff6600;
}

.active\:brands-color-fedex-2:active,
.focus\:brands-color-fedex-2:focus,
.hover\:brands-color-fedex-2:hover {
  color: #ff6600;
}

[class="fa-brands fa-feedly"], .brands-color-feedly {
  color: #2bb24c;
}

.active\:brands-color-feedly:active,
.focus\:brands-color-feedly:focus,
.hover\:brands-color-feedly:hover {
  color: #2bb24c;
}

[class="fa-brands fa-feedly-1"], .brands-color-feedly-1 {
  color: #2bb24c;
}

.active\:brands-color-feedly-1:active,
.focus\:brands-color-feedly-1:focus,
.hover\:brands-color-feedly-1:hover {
  color: #2bb24c;
}

[class="fa-brands fa-fendi"], .brands-color-fendi {
  color: #f9b949;
}

.active\:brands-color-fendi:active,
.focus\:brands-color-fendi:focus,
.hover\:brands-color-fendi:hover {
  color: #f9b949;
}

[class="fa-brands fa-fendi-1"], .brands-color-fendi-1 {
  color: #f9b949;
}

.active\:brands-color-fendi-1:active,
.focus\:brands-color-fendi-1:focus,
.hover\:brands-color-fendi-1:hover {
  color: #f9b949;
}

[class="fa-brands fa-ferrari"], .brands-color-ferrari {
  color: #e32119;
}

.active\:brands-color-ferrari:active,
.focus\:brands-color-ferrari:focus,
.hover\:brands-color-ferrari:hover {
  color: #e32119;
}

[class="fa-brands fa-ferrari-1"], .brands-color-ferrari-1 {
  color: #e32119;
}

.active\:brands-color-ferrari-1:active,
.focus\:brands-color-ferrari-1:focus,
.hover\:brands-color-ferrari-1:hover {
  color: #e32119;
}

[class="fa-brands fa-fiat"], .brands-color-fiat {
  color: #96172e;
}

.active\:brands-color-fiat:active,
.focus\:brands-color-fiat:focus,
.hover\:brands-color-fiat:hover {
  color: #96172e;
}

[class="fa-brands fa-fiat-1"], .brands-color-fiat-1 {
  color: #96172e;
}

.active\:brands-color-fiat-1:active,
.focus\:brands-color-fiat-1:focus,
.hover\:brands-color-fiat-1:hover {
  color: #96172e;
}

[class="fa-brands fa-fiat-2"], .brands-color-fiat-2 {
  color: #6d2d41;
}

.active\:brands-color-fiat-2:active,
.focus\:brands-color-fiat-2:focus,
.hover\:brands-color-fiat-2:hover {
  color: #6d2d41;
}

[class="fa-brands fa-film4"], .brands-color-film4 {
  color: #000000;
}

.active\:brands-color-film4:active,
.focus\:brands-color-film4:focus,
.hover\:brands-color-film4:hover {
  color: #000000;
}

[class="fa-brands fa-film4-1"], .brands-color-film4-1 {
  color: #000000;
}

.active\:brands-color-film4-1:active,
.focus\:brands-color-film4-1:focus,
.hover\:brands-color-film4-1:hover {
  color: #000000;
}

[class="fa-brands fa-film4-2"], .brands-color-film4-2 {
  color: #d6182a;
}

.active\:brands-color-film4-2:active,
.focus\:brands-color-film4-2:focus,
.hover\:brands-color-film4-2:hover {
  color: #d6182a;
}

[class="fa-brands fa-firefox"], .brands-color-firefox {
  color: #e66000;
}

.active\:brands-color-firefox:active,
.focus\:brands-color-firefox:focus,
.hover\:brands-color-firefox:hover {
  color: #e66000;
}

[class="fa-brands fa-firefox-1"], .brands-color-firefox-1 {
  color: #e66000;
}

.active\:brands-color-firefox-1:active,
.focus\:brands-color-firefox-1:focus,
.hover\:brands-color-firefox-1:hover {
  color: #e66000;
}

[class="fa-brands fa-firefox-2"], .brands-color-firefox-2 {
  color: #ff9500;
}

.active\:brands-color-firefox-2:active,
.focus\:brands-color-firefox-2:focus,
.hover\:brands-color-firefox-2:hover {
  color: #ff9500;
}

[class="fa-brands fa-firefox-3"], .brands-color-firefox-3 {
  color: #ffcb00;
}

.active\:brands-color-firefox-3:active,
.focus\:brands-color-firefox-3:focus,
.hover\:brands-color-firefox-3:hover {
  color: #ffcb00;
}

[class="fa-brands fa-firefox-4"], .brands-color-firefox-4 {
  color: #00539f;
}

.active\:brands-color-firefox-4:active,
.focus\:brands-color-firefox-4:focus,
.hover\:brands-color-firefox-4:hover {
  color: #00539f;
}

[class="fa-brands fa-firefox-5"], .brands-color-firefox-5 {
  color: #0095dd;
}

.active\:brands-color-firefox-5:active,
.focus\:brands-color-firefox-5:focus,
.hover\:brands-color-firefox-5:hover {
  color: #0095dd;
}

[class="fa-brands fa-firefox-6"], .brands-color-firefox-6 {
  color: #331e54;
}

.active\:brands-color-firefox-6:active,
.focus\:brands-color-firefox-6:focus,
.hover\:brands-color-firefox-6:hover {
  color: #331e54;
}

[class="fa-brands fa-firefox-7"], .brands-color-firefox-7 {
  color: #002147;
}

.active\:brands-color-firefox-7:active,
.focus\:brands-color-firefox-7:focus,
.hover\:brands-color-firefox-7:hover {
  color: #002147;
}

[class="fa-brands fa-fiskars"], .brands-color-fiskars {
  color: #ff8e00;
}

.active\:brands-color-fiskars:active,
.focus\:brands-color-fiskars:focus,
.hover\:brands-color-fiskars:hover {
  color: #ff8e00;
}

[class="fa-brands fa-fiskars-1"], .brands-color-fiskars-1 {
  color: #ff8e00;
}

.active\:brands-color-fiskars-1:active,
.focus\:brands-color-fiskars-1:focus,
.hover\:brands-color-fiskars-1:hover {
  color: #ff8e00;
}

[class="fa-brands fa-fiskars-2"], .brands-color-fiskars-2 {
  color: #000000;
}

.active\:brands-color-fiskars-2:active,
.focus\:brands-color-fiskars-2:focus,
.hover\:brands-color-fiskars-2:hover {
  color: #000000;
}

[class="fa-brands fa-fiskars-3"], .brands-color-fiskars-3 {
  color: #955214;
}

.active\:brands-color-fiskars-3:active,
.focus\:brands-color-fiskars-3:focus,
.hover\:brands-color-fiskars-3:hover {
  color: #955214;
}

[class="fa-brands fa-fiskars-4"], .brands-color-fiskars-4 {
  color: #55601c;
}

.active\:brands-color-fiskars-4:active,
.focus\:brands-color-fiskars-4:focus,
.hover\:brands-color-fiskars-4:hover {
  color: #55601c;
}

[class="fa-brands fa-fiskars-5"], .brands-color-fiskars-5 {
  color: #005172;
}

.active\:brands-color-fiskars-5:active,
.focus\:brands-color-fiskars-5:focus,
.hover\:brands-color-fiskars-5:hover {
  color: #005172;
}

[class="fa-brands fa-fitbit"], .brands-color-fitbit {
  color: #4cc2c4;
}

.active\:brands-color-fitbit:active,
.focus\:brands-color-fitbit:focus,
.hover\:brands-color-fitbit:hover {
  color: #4cc2c4;
}

[class="fa-brands fa-fitbit-1"], .brands-color-fitbit-1 {
  color: #4cc2c4;
}

.active\:brands-color-fitbit-1:active,
.focus\:brands-color-fitbit-1:focus,
.hover\:brands-color-fitbit-1:hover {
  color: #4cc2c4;
}

[class="fa-brands fa-fitbit-2"], .brands-color-fitbit-2 {
  color: #f54785;
}

.active\:brands-color-fitbit-2:active,
.focus\:brands-color-fitbit-2:focus,
.hover\:brands-color-fitbit-2:hover {
  color: #f54785;
}

[class="fa-brands fa-fitbit-3"], .brands-color-fitbit-3 {
  color: #343434;
}

.active\:brands-color-fitbit-3:active,
.focus\:brands-color-fitbit-3:focus,
.hover\:brands-color-fitbit-3:hover {
  color: #343434;
}

[class="fa-brands fa-five-guys"], .brands-color-five-guys {
  color: #ed174f;
}

.active\:brands-color-five-guys:active,
.focus\:brands-color-five-guys:focus,
.hover\:brands-color-five-guys:hover {
  color: #ed174f;
}

[class="fa-brands fa-five-guys-1"], .brands-color-five-guys-1 {
  color: #ed174f;
}

.active\:brands-color-five-guys-1:active,
.focus\:brands-color-five-guys-1:focus,
.hover\:brands-color-five-guys-1:hover {
  color: #ed174f;
}

[class="fa-brands fa-five-guys-2"], .brands-color-five-guys-2 {
  color: #fbb040;
}

.active\:brands-color-five-guys-2:active,
.focus\:brands-color-five-guys-2:focus,
.hover\:brands-color-five-guys-2:hover {
  color: #fbb040;
}

[class="fa-brands fa-five-guys-3"], .brands-color-five-guys-3 {
  color: #efc402;
}

.active\:brands-color-five-guys-3:active,
.focus\:brands-color-five-guys-3:focus,
.hover\:brands-color-five-guys-3:hover {
  color: #efc402;
}

[class="fa-brands fa-five-guys-4"], .brands-color-five-guys-4 {
  color: #d4891c;
}

.active\:brands-color-five-guys-4:active,
.focus\:brands-color-five-guys-4:focus,
.hover\:brands-color-five-guys-4:hover {
  color: #d4891c;
}

[class="fa-brands fa-fiverr"], .brands-color-fiverr {
  color: #00b22d;
}

.active\:brands-color-fiverr:active,
.focus\:brands-color-fiverr:focus,
.hover\:brands-color-fiverr:hover {
  color: #00b22d;
}

[class="fa-brands fa-fiverr-1"], .brands-color-fiverr-1 {
  color: #00b22d;
}

.active\:brands-color-fiverr-1:active,
.focus\:brands-color-fiverr-1:focus,
.hover\:brands-color-fiverr-1:hover {
  color: #00b22d;
}

[class="fa-brands fa-fivethirtyeight"], .brands-color-fivethirtyeight {
  color: #ed713a;
}

.active\:brands-color-fivethirtyeight:active,
.focus\:brands-color-fivethirtyeight:focus,
.hover\:brands-color-fivethirtyeight:hover {
  color: #ed713a;
}

[class="fa-brands fa-fivethirtyeight-1"], .brands-color-fivethirtyeight-1 {
  color: #ed713a;
}

.active\:brands-color-fivethirtyeight-1:active,
.focus\:brands-color-fivethirtyeight-1:focus,
.hover\:brands-color-fivethirtyeight-1:hover {
  color: #ed713a;
}

[class="fa-brands fa-fivethirtyeight-2"], .brands-color-fivethirtyeight-2 {
  color: #000000;
}

.active\:brands-color-fivethirtyeight-2:active,
.focus\:brands-color-fivethirtyeight-2:focus,
.hover\:brands-color-fivethirtyeight-2:hover {
  color: #000000;
}

[class="fa-brands fa-flattr"], .brands-color-flattr {
  color: #f67c1a;
}

.active\:brands-color-flattr:active,
.focus\:brands-color-flattr:focus,
.hover\:brands-color-flattr:hover {
  color: #f67c1a;
}

[class="fa-brands fa-flattr-1"], .brands-color-flattr-1 {
  color: #f67c1a;
}

.active\:brands-color-flattr-1:active,
.focus\:brands-color-flattr-1:focus,
.hover\:brands-color-flattr-1:hover {
  color: #f67c1a;
}

[class="fa-brands fa-flattr-2"], .brands-color-flattr-2 {
  color: #338d11;
}

.active\:brands-color-flattr-2:active,
.focus\:brands-color-flattr-2:focus,
.hover\:brands-color-flattr-2:hover {
  color: #338d11;
}

[class="fa-brands fa-flavors-me"], .brands-color-flavors-me {
  color: #f10087;
}

.active\:brands-color-flavors-me:active,
.focus\:brands-color-flavors-me:focus,
.hover\:brands-color-flavors-me:hover {
  color: #f10087;
}

[class="fa-brands fa-flavors-me-1"], .brands-color-flavors-me-1 {
  color: #f10087;
}

.active\:brands-color-flavors-me-1:active,
.focus\:brands-color-flavors-me-1:focus,
.hover\:brands-color-flavors-me-1:hover {
  color: #f10087;
}

[class="fa-brands fa-flavors-me-2"], .brands-color-flavors-me-2 {
  color: #009ae7;
}

.active\:brands-color-flavors-me-2:active,
.focus\:brands-color-flavors-me-2:focus,
.hover\:brands-color-flavors-me-2:hover {
  color: #009ae7;
}

[class="fa-brands fa-flickr"], .brands-color-flickr {
  color: #0063dc;
}

.active\:brands-color-flickr:active,
.focus\:brands-color-flickr:focus,
.hover\:brands-color-flickr:hover {
  color: #0063dc;
}

[class="fa-brands fa-flickr-1"], .brands-color-flickr-1 {
  color: #0063dc;
}

.active\:brands-color-flickr-1:active,
.focus\:brands-color-flickr-1:focus,
.hover\:brands-color-flickr-1:hover {
  color: #0063dc;
}

[class="fa-brands fa-flickr-2"], .brands-color-flickr-2 {
  color: #ff0084;
}

.active\:brands-color-flickr-2:active,
.focus\:brands-color-flickr-2:focus,
.hover\:brands-color-flickr-2:hover {
  color: #ff0084;
}

[class="fa-brands fa-flipboard"], .brands-color-flipboard {
  color: #e12828;
}

.active\:brands-color-flipboard:active,
.focus\:brands-color-flipboard:focus,
.hover\:brands-color-flipboard:hover {
  color: #e12828;
}

[class="fa-brands fa-flipboard-1"], .brands-color-flipboard-1 {
  color: #e12828;
}

.active\:brands-color-flipboard-1:active,
.focus\:brands-color-flipboard-1:focus,
.hover\:brands-color-flipboard-1:hover {
  color: #e12828;
}

[class="fa-brands fa-flixster"], .brands-color-flixster {
  color: #2971b2;
}

.active\:brands-color-flixster:active,
.focus\:brands-color-flixster:focus,
.hover\:brands-color-flixster:hover {
  color: #2971b2;
}

[class="fa-brands fa-flixster-1"], .brands-color-flixster-1 {
  color: #2971b2;
}

.active\:brands-color-flixster-1:active,
.focus\:brands-color-flixster-1:focus,
.hover\:brands-color-flixster-1:hover {
  color: #2971b2;
}

[class="fa-brands fa-fluid-ui"], .brands-color-fluid-ui {
  color: #3fa9f5;
}

.active\:brands-color-fluid-ui:active,
.focus\:brands-color-fluid-ui:focus,
.hover\:brands-color-fluid-ui:hover {
  color: #3fa9f5;
}

[class="fa-brands fa-fluid-ui-1"], .brands-color-fluid-ui-1 {
  color: #3fa9f5;
}

.active\:brands-color-fluid-ui-1:active,
.focus\:brands-color-fluid-ui-1:focus,
.hover\:brands-color-fluid-ui-1:hover {
  color: #3fa9f5;
}

[class="fa-brands fa-fluid-ui-2"], .brands-color-fluid-ui-2 {
  color: #989898;
}

.active\:brands-color-fluid-ui-2:active,
.focus\:brands-color-fluid-ui-2:focus,
.hover\:brands-color-fluid-ui-2:hover {
  color: #989898;
}

[class="fa-brands fa-fluid-ui-3"], .brands-color-fluid-ui-3 {
  color: #f8f8f8;
}

.active\:brands-color-fluid-ui-3:active,
.focus\:brands-color-fluid-ui-3:focus,
.hover\:brands-color-fluid-ui-3:hover {
  color: #f8f8f8;
}

[class="fa-brands fa-follr"], .brands-color-follr {
  color: #4dc9f6;
}

.active\:brands-color-follr:active,
.focus\:brands-color-follr:focus,
.hover\:brands-color-follr:hover {
  color: #4dc9f6;
}

[class="fa-brands fa-follr-1"], .brands-color-follr-1 {
  color: #4dc9f6;
}

.active\:brands-color-follr-1:active,
.focus\:brands-color-follr-1:focus,
.hover\:brands-color-follr-1:hover {
  color: #4dc9f6;
}

[class="fa-brands fa-follr-2"], .brands-color-follr-2 {
  color: #f67019;
}

.active\:brands-color-follr-2:active,
.focus\:brands-color-follr-2:focus,
.hover\:brands-color-follr-2:hover {
  color: #f67019;
}

[class="fa-brands fa-follr-3"], .brands-color-follr-3 {
  color: #f53794;
}

.active\:brands-color-follr-3:active,
.focus\:brands-color-follr-3:focus,
.hover\:brands-color-follr-3:hover {
  color: #f53794;
}

[class="fa-brands fa-follr-4"], .brands-color-follr-4 {
  color: #537bc4;
}

.active\:brands-color-follr-4:active,
.focus\:brands-color-follr-4:focus,
.hover\:brands-color-follr-4:hover {
  color: #537bc4;
}

[class="fa-brands fa-follr-5"], .brands-color-follr-5 {
  color: #acc236;
}

.active\:brands-color-follr-5:active,
.focus\:brands-color-follr-5:focus,
.hover\:brands-color-follr-5:hover {
  color: #acc236;
}

[class="fa-brands fa-fontawesome"], .brands-color-fontawesome {
  color: #228ae6;
}

.active\:brands-color-fontawesome:active,
.focus\:brands-color-fontawesome:focus,
.hover\:brands-color-fontawesome:hover {
  color: #228ae6;
}

[class="fa-brands fa-fontawesome-1"], .brands-color-fontawesome-1 {
  color: #228ae6;
}

.active\:brands-color-fontawesome-1:active,
.focus\:brands-color-fontawesome-1:focus,
.hover\:brands-color-fontawesome-1:hover {
  color: #228ae6;
}

[class="fa-brands fa-ford"], .brands-color-ford {
  color: #1c396d;
}

.active\:brands-color-ford:active,
.focus\:brands-color-ford:focus,
.hover\:brands-color-ford:hover {
  color: #1c396d;
}

[class="fa-brands fa-ford-1"], .brands-color-ford-1 {
  color: #1c396d;
}

.active\:brands-color-ford-1:active,
.focus\:brands-color-ford-1:focus,
.hover\:brands-color-ford-1:hover {
  color: #1c396d;
}

[class="fa-brands fa-4ormat"], .brands-color-4ormat {
  color: #ee3440;
}

.active\:brands-color-4ormat:active,
.focus\:brands-color-4ormat:focus,
.hover\:brands-color-4ormat:hover {
  color: #ee3440;
}

[class="fa-brands fa-3ormat"], .brands-color-3ormat {
  color: #ee3440;
}

.active\:brands-color-3ormat:active,
.focus\:brands-color-3ormat:focus,
.hover\:brands-color-3ormat:hover {
  color: #ee3440;
}

[class="fa-brands fa-forrst"], .brands-color-forrst {
  color: #5b9a68;
}

.active\:brands-color-forrst:active,
.focus\:brands-color-forrst:focus,
.hover\:brands-color-forrst:hover {
  color: #5b9a68;
}

[class="fa-brands fa-forrst-1"], .brands-color-forrst-1 {
  color: #5b9a68;
}

.active\:brands-color-forrst-1:active,
.focus\:brands-color-forrst-1:focus,
.hover\:brands-color-forrst-1:hover {
  color: #5b9a68;
}

[class="fa-brands fa-foursquare"], .brands-color-foursquare {
  color: #f94877;
}

.active\:brands-color-foursquare:active,
.focus\:brands-color-foursquare:focus,
.hover\:brands-color-foursquare:hover {
  color: #f94877;
}

[class="fa-brands fa-foursquare-1"], .brands-color-foursquare-1 {
  color: #f94877;
}

.active\:brands-color-foursquare-1:active,
.focus\:brands-color-foursquare-1:focus,
.hover\:brands-color-foursquare-1:hover {
  color: #f94877;
}

[class="fa-brands fa-foursquare-2"], .brands-color-foursquare-2 {
  color: #0732a2;
}

.active\:brands-color-foursquare-2:active,
.focus\:brands-color-foursquare-2:focus,
.hover\:brands-color-foursquare-2:hover {
  color: #0732a2;
}

[class="fa-brands fa-foursquare-3"], .brands-color-foursquare-3 {
  color: #2d5be3;
}

.active\:brands-color-foursquare-3:active,
.focus\:brands-color-foursquare-3:focus,
.hover\:brands-color-foursquare-3:hover {
  color: #2d5be3;
}

[class="fa-brands fa-freecodecamp"], .brands-color-freecodecamp {
  color: #006400;
}

.active\:brands-color-freecodecamp:active,
.focus\:brands-color-freecodecamp:focus,
.hover\:brands-color-freecodecamp:hover {
  color: #006400;
}

[class="fa-brands fa-freecodecamp-1"], .brands-color-freecodecamp-1 {
  color: #006400;
}

.active\:brands-color-freecodecamp-1:active,
.focus\:brands-color-freecodecamp-1:focus,
.hover\:brands-color-freecodecamp-1:hover {
  color: #006400;
}

[class="fa-brands fa-freecodecamp-2"], .brands-color-freecodecamp-2 {
  color: #ff9c2a;
}

.active\:brands-color-freecodecamp-2:active,
.focus\:brands-color-freecodecamp-2:focus,
.hover\:brands-color-freecodecamp-2:hover {
  color: #ff9c2a;
}

[class="fa-brands fa-freecodecamp-3"], .brands-color-freecodecamp-3 {
  color: #ff4025;
}

.active\:brands-color-freecodecamp-3:active,
.focus\:brands-color-freecodecamp-3:focus,
.hover\:brands-color-freecodecamp-3:hover {
  color: #ff4025;
}

[class="fa-brands fa-freecodecamp-4"], .brands-color-freecodecamp-4 {
  color: #3949ab;
}

.active\:brands-color-freecodecamp-4:active,
.focus\:brands-color-freecodecamp-4:focus,
.hover\:brands-color-freecodecamp-4:hover {
  color: #3949ab;
}

[class="fa-brands fa-freecodecamp-5"], .brands-color-freecodecamp-5 {
  color: #efefef;
}

.active\:brands-color-freecodecamp-5:active,
.focus\:brands-color-freecodecamp-5:focus,
.hover\:brands-color-freecodecamp-5:hover {
  color: #efefef;
}

[class="fa-brands fa-friend2friend"], .brands-color-friend2friend {
  color: #0f99d6;
}

.active\:brands-color-friend2friend:active,
.focus\:brands-color-friend2friend:focus,
.hover\:brands-color-friend2friend:hover {
  color: #0f99d6;
}

[class="fa-brands fa-friend2friend-1"], .brands-color-friend2friend-1 {
  color: #0f99d6;
}

.active\:brands-color-friend2friend-1:active,
.focus\:brands-color-friend2friend-1:focus,
.hover\:brands-color-friend2friend-1:hover {
  color: #0f99d6;
}

[class="fa-brands fa-gallaudet-university"], .brands-color-gallaudet-university {
  color: #00457c;
}

.active\:brands-color-gallaudet-university:active,
.focus\:brands-color-gallaudet-university:focus,
.hover\:brands-color-gallaudet-university:hover {
  color: #00457c;
}

[class="fa-brands fa-gallaudet-university-1"], .brands-color-gallaudet-university-1 {
  color: #00457c;
}

.active\:brands-color-gallaudet-university-1:active,
.focus\:brands-color-gallaudet-university-1:focus,
.hover\:brands-color-gallaudet-university-1:hover {
  color: #00457c;
}

[class="fa-brands fa-gallaudet-university-2"], .brands-color-gallaudet-university-2 {
  color: #e8d4a2;
}

.active\:brands-color-gallaudet-university-2:active,
.focus\:brands-color-gallaudet-university-2:focus,
.hover\:brands-color-gallaudet-university-2:hover {
  color: #e8d4a2;
}

[class="fa-brands fa-gannett"], .brands-color-gannett {
  color: #009bff;
}

.active\:brands-color-gannett:active,
.focus\:brands-color-gannett:focus,
.hover\:brands-color-gannett:hover {
  color: #009bff;
}

[class="fa-brands fa-gannett-1"], .brands-color-gannett-1 {
  color: #009bff;
}

.active\:brands-color-gannett-1:active,
.focus\:brands-color-gannett-1:focus,
.hover\:brands-color-gannett-1:hover {
  color: #009bff;
}

[class="fa-brands fa-garmin"], .brands-color-garmin {
  color: #007cc3;
}

.active\:brands-color-garmin:active,
.focus\:brands-color-garmin:focus,
.hover\:brands-color-garmin:hover {
  color: #007cc3;
}

[class="fa-brands fa-garmin-1"], .brands-color-garmin-1 {
  color: #007cc3;
}

.active\:brands-color-garmin-1:active,
.focus\:brands-color-garmin-1:focus,
.hover\:brands-color-garmin-1:hover {
  color: #007cc3;
}

[class="fa-brands fa-garuda"], .brands-color-garuda {
  color: #484848;
}

.active\:brands-color-garuda:active,
.focus\:brands-color-garuda:focus,
.hover\:brands-color-garuda:hover {
  color: #484848;
}

[class="fa-brands fa-garuda-1"], .brands-color-garuda-1 {
  color: #484848;
}

.active\:brands-color-garuda-1:active,
.focus\:brands-color-garuda-1:focus,
.hover\:brands-color-garuda-1:hover {
  color: #484848;
}

[class="fa-brands fa-garuda-2"], .brands-color-garuda-2 {
  color: #002561;
}

.active\:brands-color-garuda-2:active,
.focus\:brands-color-garuda-2:focus,
.hover\:brands-color-garuda-2:hover {
  color: #002561;
}

[class="fa-brands fa-garuda-3"], .brands-color-garuda-3 {
  color: #2f6f7e;
}

.active\:brands-color-garuda-3:active,
.focus\:brands-color-garuda-3:focus,
.hover\:brands-color-garuda-3:hover {
  color: #2f6f7e;
}

[class="fa-brands fa-generatepress"], .brands-color-generatepress {
  color: #1b212b;
}

.active\:brands-color-generatepress:active,
.focus\:brands-color-generatepress:focus,
.hover\:brands-color-generatepress:hover {
  color: #1b212b;
}

[class="fa-brands fa-generatepress-1"], .brands-color-generatepress-1 {
  color: #1b212b;
}

.active\:brands-color-generatepress-1:active,
.focus\:brands-color-generatepress-1:focus,
.hover\:brands-color-generatepress-1:hover {
  color: #1b212b;
}

[class="fa-brands fa-generatepress-2"], .brands-color-generatepress-2 {
  color: #1e72bd;
}

.active\:brands-color-generatepress-2:active,
.focus\:brands-color-generatepress-2:focus,
.hover\:brands-color-generatepress-2:hover {
  color: #1e72bd;
}

[class="fa-brands fa-generatepress-3"], .brands-color-generatepress-3 {
  color: #efefef;
}

.active\:brands-color-generatepress-3:active,
.focus\:brands-color-generatepress-3:focus,
.hover\:brands-color-generatepress-3:hover {
  color: #efefef;
}

[class="fa-brands fa-geocaching"], .brands-color-geocaching {
  color: #4a742c;
}

.active\:brands-color-geocaching:active,
.focus\:brands-color-geocaching:focus,
.hover\:brands-color-geocaching:hover {
  color: #4a742c;
}

[class="fa-brands fa-geocaching-1"], .brands-color-geocaching-1 {
  color: #4a742c;
}

.active\:brands-color-geocaching-1:active,
.focus\:brands-color-geocaching-1:focus,
.hover\:brands-color-geocaching-1:hover {
  color: #4a742c;
}

[class="fa-brands fa-georgia-southern-university"], .brands-color-georgia-southern-university {
  color: #041e42;
}

.active\:brands-color-georgia-southern-university:active,
.focus\:brands-color-georgia-southern-university:focus,
.hover\:brands-color-georgia-southern-university:hover {
  color: #041e42;
}

[class="fa-brands fa-georgia-southern-university-1"], .brands-color-georgia-southern-university-1 {
  color: #041e42;
}

.active\:brands-color-georgia-southern-university-1:active,
.focus\:brands-color-georgia-southern-university-1:focus,
.hover\:brands-color-georgia-southern-university-1:hover {
  color: #041e42;
}

[class="fa-brands fa-georgia-southern-university-2"], .brands-color-georgia-southern-university-2 {
  color: #a99260;
}

.active\:brands-color-georgia-southern-university-2:active,
.focus\:brands-color-georgia-southern-university-2:focus,
.hover\:brands-color-georgia-southern-university-2:hover {
  color: #a99260;
}

[class="fa-brands fa-ghost"], .brands-color-ghost {
  color: #212425;
}

.active\:brands-color-ghost:active,
.focus\:brands-color-ghost:focus,
.hover\:brands-color-ghost:hover {
  color: #212425;
}

[class="fa-brands fa-ghost-1"], .brands-color-ghost-1 {
  color: #212425;
}

.active\:brands-color-ghost-1:active,
.focus\:brands-color-ghost-1:focus,
.hover\:brands-color-ghost-1:hover {
  color: #212425;
}

[class="fa-brands fa-ghost-2"], .brands-color-ghost-2 {
  color: #718087;
}

.active\:brands-color-ghost-2:active,
.focus\:brands-color-ghost-2:focus,
.hover\:brands-color-ghost-2:hover {
  color: #718087;
}

[class="fa-brands fa-ghost-3"], .brands-color-ghost-3 {
  color: #5ba4e5;
}

.active\:brands-color-ghost-3:active,
.focus\:brands-color-ghost-3:focus,
.hover\:brands-color-ghost-3:hover {
  color: #5ba4e5;
}

[class="fa-brands fa-ghost-4"], .brands-color-ghost-4 {
  color: #9fbb58;
}

.active\:brands-color-ghost-4:active,
.focus\:brands-color-ghost-4:focus,
.hover\:brands-color-ghost-4:hover {
  color: #9fbb58;
}

[class="fa-brands fa-ghost-5"], .brands-color-ghost-5 {
  color: #e9e8dd;
}

.active\:brands-color-ghost-5:active,
.focus\:brands-color-ghost-5:focus,
.hover\:brands-color-ghost-5:hover {
  color: #e9e8dd;
}

[class="fa-brands fa-gibson"], .brands-color-gibson {
  color: #000000;
}

.active\:brands-color-gibson:active,
.focus\:brands-color-gibson:focus,
.hover\:brands-color-gibson:hover {
  color: #000000;
}

[class="fa-brands fa-gibson-1"], .brands-color-gibson-1 {
  color: #000000;
}

.active\:brands-color-gibson-1:active,
.focus\:brands-color-gibson-1:focus,
.hover\:brands-color-gibson-1:hover {
  color: #000000;
}

[class="fa-brands fa-gibson-2"], .brands-color-gibson-2 {
  color: #436f8e;
}

.active\:brands-color-gibson-2:active,
.focus\:brands-color-gibson-2:focus,
.hover\:brands-color-gibson-2:hover {
  color: #436f8e;
}

[class="fa-brands fa-gibson-3"], .brands-color-gibson-3 {
  color: #887d59;
}

.active\:brands-color-gibson-3:active,
.focus\:brands-color-gibson-3:focus,
.hover\:brands-color-gibson-3:hover {
  color: #887d59;
}

[class="fa-brands fa-gibson-4"], .brands-color-gibson-4 {
  color: #8f9696;
}

.active\:brands-color-gibson-4:active,
.focus\:brands-color-gibson-4:focus,
.hover\:brands-color-gibson-4:hover {
  color: #8f9696;
}

[class="fa-brands fa-gimmebar"], .brands-color-gimmebar {
  color: #d6156c;
}

.active\:brands-color-gimmebar:active,
.focus\:brands-color-gimmebar:focus,
.hover\:brands-color-gimmebar:hover {
  color: #d6156c;
}

[class="fa-brands fa-gimmebar-1"], .brands-color-gimmebar-1 {
  color: #d6156c;
}

.active\:brands-color-gimmebar-1:active,
.focus\:brands-color-gimmebar-1:focus,
.hover\:brands-color-gimmebar-1:hover {
  color: #d6156c;
}

[class="fa-brands fa-github"], .brands-color-github {
  color: #4078c0;
}

.active\:brands-color-github:active,
.focus\:brands-color-github:focus,
.hover\:brands-color-github:hover {
  color: #4078c0;
}

[class="fa-brands fa-github-1"], .brands-color-github-1 {
  color: #4078c0;
}

.active\:brands-color-github-1:active,
.focus\:brands-color-github-1:focus,
.hover\:brands-color-github-1:hover {
  color: #4078c0;
}

[class="fa-brands fa-github-2"], .brands-color-github-2 {
  color: #6cc644;
}

.active\:brands-color-github-2:active,
.focus\:brands-color-github-2:focus,
.hover\:brands-color-github-2:hover {
  color: #6cc644;
}

[class="fa-brands fa-github-3"], .brands-color-github-3 {
  color: #bd2c00;
}

.active\:brands-color-github-3:active,
.focus\:brands-color-github-3:focus,
.hover\:brands-color-github-3:hover {
  color: #bd2c00;
}

[class="fa-brands fa-github-4"], .brands-color-github-4 {
  color: #c9510c;
}

.active\:brands-color-github-4:active,
.focus\:brands-color-github-4:focus,
.hover\:brands-color-github-4:hover {
  color: #c9510c;
}

[class="fa-brands fa-github-5"], .brands-color-github-5 {
  color: #6e5494;
}

.active\:brands-color-github-5:active,
.focus\:brands-color-github-5:focus,
.hover\:brands-color-github-5:hover {
  color: #6e5494;
}

[class="fa-brands fa-github-6"], .brands-color-github-6 {
  color: #fafafa;
}

.active\:brands-color-github-6:active,
.focus\:brands-color-github-6:focus,
.hover\:brands-color-github-6:hover {
  color: #fafafa;
}

[class="fa-brands fa-github-7"], .brands-color-github-7 {
  color: #f5f5f5;
}

.active\:brands-color-github-7:active,
.focus\:brands-color-github-7:focus,
.hover\:brands-color-github-7:hover {
  color: #f5f5f5;
}

[class="fa-brands fa-github-8"], .brands-color-github-8 {
  color: #333;
}

.active\:brands-color-github-8:active,
.focus\:brands-color-github-8:focus,
.hover\:brands-color-github-8:hover {
  color: #333;
}

[class="fa-brands fa-gitlab"], .brands-color-gitlab {
  color: #fca326;
}

.active\:brands-color-gitlab:active,
.focus\:brands-color-gitlab:focus,
.hover\:brands-color-gitlab:hover {
  color: #fca326;
}

[class="fa-brands fa-gitlab-1"], .brands-color-gitlab-1 {
  color: #fca326;
}

.active\:brands-color-gitlab-1:active,
.focus\:brands-color-gitlab-1:focus,
.hover\:brands-color-gitlab-1:hover {
  color: #fca326;
}

[class="fa-brands fa-gitlab-2"], .brands-color-gitlab-2 {
  color: #fc6d26;
}

.active\:brands-color-gitlab-2:active,
.focus\:brands-color-gitlab-2:focus,
.hover\:brands-color-gitlab-2:hover {
  color: #fc6d26;
}

[class="fa-brands fa-gitlab-3"], .brands-color-gitlab-3 {
  color: #e24329;
}

.active\:brands-color-gitlab-3:active,
.focus\:brands-color-gitlab-3:focus,
.hover\:brands-color-gitlab-3:hover {
  color: #e24329;
}

[class="fa-brands fa-gitlab-4"], .brands-color-gitlab-4 {
  color: #554488;
}

.active\:brands-color-gitlab-4:active,
.focus\:brands-color-gitlab-4:focus,
.hover\:brands-color-gitlab-4:hover {
  color: #554488;
}

[class="fa-brands fa-gitter"], .brands-color-gitter {
  color: #46bc99;
}

.active\:brands-color-gitter:active,
.focus\:brands-color-gitter:focus,
.hover\:brands-color-gitter:hover {
  color: #46bc99;
}

[class="fa-brands fa-gitter-1"], .brands-color-gitter-1 {
  color: #46bc99;
}

.active\:brands-color-gitter-1:active,
.focus\:brands-color-gitter-1:focus,
.hover\:brands-color-gitter-1:hover {
  color: #46bc99;
}

[class="fa-brands fa-gitter-2"], .brands-color-gitter-2 {
  color: #f68d42;
}

.active\:brands-color-gitter-2:active,
.focus\:brands-color-gitter-2:focus,
.hover\:brands-color-gitter-2:hover {
  color: #f68d42;
}

[class="fa-brands fa-gitter-3"], .brands-color-gitter-3 {
  color: #ed1965;
}

.active\:brands-color-gitter-3:active,
.focus\:brands-color-gitter-3:focus,
.hover\:brands-color-gitter-3:hover {
  color: #ed1965;
}

[class="fa-brands fa-gitter-4"], .brands-color-gitter-4 {
  color: #f2f0ed;
}

.active\:brands-color-gitter-4:active,
.focus\:brands-color-gitter-4:focus,
.hover\:brands-color-gitter-4:hover {
  color: #f2f0ed;
}

[class="fa-brands fa-gitter-5"], .brands-color-gitter-5 {
  color: #3a3133;
}

.active\:brands-color-gitter-5:active,
.focus\:brands-color-gitter-5:focus,
.hover\:brands-color-gitter-5:hover {
  color: #3a3133;
}

[class="fa-brands fa-gittip"], .brands-color-gittip {
  color: #663300;
}

.active\:brands-color-gittip:active,
.focus\:brands-color-gittip:focus,
.hover\:brands-color-gittip:hover {
  color: #663300;
}

[class="fa-brands fa-gittip-1"], .brands-color-gittip-1 {
  color: #663300;
}

.active\:brands-color-gittip-1:active,
.focus\:brands-color-gittip-1:focus,
.hover\:brands-color-gittip-1:hover {
  color: #663300;
}

[class="fa-brands fa-gittip-2"], .brands-color-gittip-2 {
  color: #339966;
}

.active\:brands-color-gittip-2:active,
.focus\:brands-color-gittip-2:focus,
.hover\:brands-color-gittip-2:hover {
  color: #339966;
}

[class="fa-brands fa-glaxosmithkline"], .brands-color-glaxosmithkline {
  color: #f36f21;
}

.active\:brands-color-glaxosmithkline:active,
.focus\:brands-color-glaxosmithkline:focus,
.hover\:brands-color-glaxosmithkline:hover {
  color: #f36f21;
}

[class="fa-brands fa-glaxosmithkline-1"], .brands-color-glaxosmithkline-1 {
  color: #f36f21;
}

.active\:brands-color-glaxosmithkline-1:active,
.focus\:brands-color-glaxosmithkline-1:focus,
.hover\:brands-color-glaxosmithkline-1:hover {
  color: #f36f21;
}

[class="fa-brands fa-glaxosmithkline-2"], .brands-color-glaxosmithkline-2 {
  color: #72635c;
}

.active\:brands-color-glaxosmithkline-2:active,
.focus\:brands-color-glaxosmithkline-2:focus,
.hover\:brands-color-glaxosmithkline-2:hover {
  color: #72635c;
}

[class="fa-brands fa-glaxosmithkline-3"], .brands-color-glaxosmithkline-3 {
  color: #aca6a2;
}

.active\:brands-color-glaxosmithkline-3:active,
.focus\:brands-color-glaxosmithkline-3:focus,
.hover\:brands-color-glaxosmithkline-3:hover {
  color: #aca6a2;
}

[class="fa-brands fa-glaxosmithkline-4"], .brands-color-glaxosmithkline-4 {
  color: #ffffff;
}

.active\:brands-color-glaxosmithkline-4:active,
.focus\:brands-color-glaxosmithkline-4:focus,
.hover\:brands-color-glaxosmithkline-4:hover {
  color: #ffffff;
}

[class="fa-brands fa-godaddy"], .brands-color-godaddy {
  color: #7db701;
}

.active\:brands-color-godaddy:active,
.focus\:brands-color-godaddy:focus,
.hover\:brands-color-godaddy:hover {
  color: #7db701;
}

[class="fa-brands fa-godaddy-1"], .brands-color-godaddy-1 {
  color: #7db701;
}

.active\:brands-color-godaddy-1:active,
.focus\:brands-color-godaddy-1:focus,
.hover\:brands-color-godaddy-1:hover {
  color: #7db701;
}

[class="fa-brands fa-godaddy-2"], .brands-color-godaddy-2 {
  color: #ff8a00;
}

.active\:brands-color-godaddy-2:active,
.focus\:brands-color-godaddy-2:focus,
.hover\:brands-color-godaddy-2:hover {
  color: #ff8a00;
}

[class="fa-brands fa-goethe"], .brands-color-goethe {
  color: #a5c500;
}

.active\:brands-color-goethe:active,
.focus\:brands-color-goethe:focus,
.hover\:brands-color-goethe:hover {
  color: #a5c500;
}

[class="fa-brands fa-goethe-1"], .brands-color-goethe-1 {
  color: #a5c500;
}

.active\:brands-color-goethe-1:active,
.focus\:brands-color-goethe-1:focus,
.hover\:brands-color-goethe-1:hover {
  color: #a5c500;
}

[class="fa-brands fa-goethe-2"], .brands-color-goethe-2 {
  color: #810061;
}

.active\:brands-color-goethe-2:active,
.focus\:brands-color-goethe-2:focus,
.hover\:brands-color-goethe-2:hover {
  color: #810061;
}

[class="fa-brands fa-goethe-3"], .brands-color-goethe-3 {
  color: #303600;
}

.active\:brands-color-goethe-3:active,
.focus\:brands-color-goethe-3:focus,
.hover\:brands-color-goethe-3:hover {
  color: #303600;
}

[class="fa-brands fa-goethe-4"], .brands-color-goethe-4 {
  color: #ec6400;
}

.active\:brands-color-goethe-4:active,
.focus\:brands-color-goethe-4:focus,
.hover\:brands-color-goethe-4:hover {
  color: #ec6400;
}

[class="fa-brands fa-goethe-5"], .brands-color-goethe-5 {
  color: #d4c78c;
}

.active\:brands-color-goethe-5:active,
.focus\:brands-color-goethe-5:focus,
.hover\:brands-color-goethe-5:hover {
  color: #d4c78c;
}

[class="fa-brands fa-goethe-6"], .brands-color-goethe-6 {
  color: #5ec6f2;
}

.active\:brands-color-goethe-6:active,
.focus\:brands-color-goethe-6:focus,
.hover\:brands-color-goethe-6:hover {
  color: #5ec6f2;
}

[class="fa-brands fa-goethe-7"], .brands-color-goethe-7 {
  color: #003468;
}

.active\:brands-color-goethe-7:active,
.focus\:brands-color-goethe-7:focus,
.hover\:brands-color-goethe-7:hover {
  color: #003468;
}

[class="fa-brands fa-goethe-8"], .brands-color-goethe-8 {
  color: #4b1702;
}

.active\:brands-color-goethe-8:active,
.focus\:brands-color-goethe-8:focus,
.hover\:brands-color-goethe-8:hover {
  color: #4b1702;
}

[class="fa-brands fa-goethe-9"], .brands-color-goethe-9 {
  color: #717a83;
}

.active\:brands-color-goethe-9:active,
.focus\:brands-color-goethe-9:focus,
.hover\:brands-color-goethe-9:hover {
  color: #717a83;
}

[class="fa-brands fa-gogo"], .brands-color-gogo {
  color: #e80029;
}

.active\:brands-color-gogo:active,
.focus\:brands-color-gogo:focus,
.hover\:brands-color-gogo:hover {
  color: #e80029;
}

[class="fa-brands fa-gogo-1"], .brands-color-gogo-1 {
  color: #e80029;
}

.active\:brands-color-gogo-1:active,
.focus\:brands-color-gogo-1:focus,
.hover\:brands-color-gogo-1:hover {
  color: #e80029;
}

[class="fa-brands fa-gogo-2"], .brands-color-gogo-2 {
  color: #40b4e5;
}

.active\:brands-color-gogo-2:active,
.focus\:brands-color-gogo-2:focus,
.hover\:brands-color-gogo-2:hover {
  color: #40b4e5;
}

[class="fa-brands fa-gogo-3"], .brands-color-gogo-3 {
  color: #7c868d;
}

.active\:brands-color-gogo-3:active,
.focus\:brands-color-gogo-3:focus,
.hover\:brands-color-gogo-3:hover {
  color: #7c868d;
}

[class="fa-brands fa-goodreads"], .brands-color-goodreads {
  color: #553b08;
}

.active\:brands-color-goodreads:active,
.focus\:brands-color-goodreads:focus,
.hover\:brands-color-goodreads:hover {
  color: #553b08;
}

[class="fa-brands fa-goodreads-1"], .brands-color-goodreads-1 {
  color: #553b08;
}

.active\:brands-color-goodreads-1:active,
.focus\:brands-color-goodreads-1:focus,
.hover\:brands-color-goodreads-1:hover {
  color: #553b08;
}

[class="fa-brands fa-google"], .brands-color-google {
  color: #4285f4;
}

.active\:brands-color-google:active,
.focus\:brands-color-google:focus,
.hover\:brands-color-google:hover {
  color: #4285f4;
}

[class="fa-brands fa-google-1"], .brands-color-google-1 {
  color: #4285f4;
}

.active\:brands-color-google-1:active,
.focus\:brands-color-google-1:focus,
.hover\:brands-color-google-1:hover {
  color: #4285f4;
}

[class="fa-brands fa-google-2"], .brands-color-google-2 {
  color: #34a853;
}

.active\:brands-color-google-2:active,
.focus\:brands-color-google-2:focus,
.hover\:brands-color-google-2:hover {
  color: #34a853;
}

[class="fa-brands fa-google-3"], .brands-color-google-3 {
  color: #fbbc05;
}

.active\:brands-color-google-3:active,
.focus\:brands-color-google-3:focus,
.hover\:brands-color-google-3:hover {
  color: #fbbc05;
}

[class="fa-brands fa-google-4"], .brands-color-google-4 {
  color: #ea4335;
}

.active\:brands-color-google-4:active,
.focus\:brands-color-google-4:focus,
.hover\:brands-color-google-4:hover {
  color: #ea4335;
}

[class="fa-brands fa-google-allo"], .brands-color-google-allo {
  color: #fbbc05;
}

.active\:brands-color-google-allo:active,
.focus\:brands-color-google-allo:focus,
.hover\:brands-color-google-allo:hover {
  color: #fbbc05;
}

[class="fa-brands fa-google-allo-1"], .brands-color-google-allo-1 {
  color: #fbbc05;
}

.active\:brands-color-google-allo-1:active,
.focus\:brands-color-google-allo-1:focus,
.hover\:brands-color-google-allo-1:hover {
  color: #fbbc05;
}

[class="fa-brands fa-google-duo"], .brands-color-google-duo {
  color: #4285f4;
}

.active\:brands-color-google-duo:active,
.focus\:brands-color-google-duo:focus,
.hover\:brands-color-google-duo:hover {
  color: #4285f4;
}

[class="fa-brands fa-google-duo-1"], .brands-color-google-duo-1 {
  color: #4285f4;
}

.active\:brands-color-google-duo-1:active,
.focus\:brands-color-google-duo-1:focus,
.hover\:brands-color-google-duo-1:hover {
  color: #4285f4;
}

[class="fa-brands fa-google-plus"], .brands-color-google-plus {
  color: #dd4b39;
}

.active\:brands-color-google-plus:active,
.focus\:brands-color-google-plus:focus,
.hover\:brands-color-google-plus:hover {
  color: #dd4b39;
}

[class="fa-brands fa-google-plus-1"], .brands-color-google-plus-1 {
  color: #dd4b39;
}

.active\:brands-color-google-plus-1:active,
.focus\:brands-color-google-plus-1:focus,
.hover\:brands-color-google-plus-1:hover {
  color: #dd4b39;
}

[class="fa-brands fa-gospel-for-asia"], .brands-color-gospel-for-asia {
  color: #099d84;
}

.active\:brands-color-gospel-for-asia:active,
.focus\:brands-color-gospel-for-asia:focus,
.hover\:brands-color-gospel-for-asia:hover {
  color: #099d84;
}

[class="fa-brands fa-gospel-for-asia-1"], .brands-color-gospel-for-asia-1 {
  color: #099d84;
}

.active\:brands-color-gospel-for-asia-1:active,
.focus\:brands-color-gospel-for-asia-1:focus,
.hover\:brands-color-gospel-for-asia-1:hover {
  color: #099d84;
}

[class="fa-brands fa-gospel-for-asia-2"], .brands-color-gospel-for-asia-2 {
  color: #4d9db3;
}

.active\:brands-color-gospel-for-asia-2:active,
.focus\:brands-color-gospel-for-asia-2:focus,
.hover\:brands-color-gospel-for-asia-2:hover {
  color: #4d9db3;
}

[class="fa-brands fa-gospel-for-asia-3"], .brands-color-gospel-for-asia-3 {
  color: #456acf;
}

.active\:brands-color-gospel-for-asia-3:active,
.focus\:brands-color-gospel-for-asia-3:focus,
.hover\:brands-color-gospel-for-asia-3:hover {
  color: #456acf;
}

[class="fa-brands fa-gospel-for-asia-4"], .brands-color-gospel-for-asia-4 {
  color: #8762c9;
}

.active\:brands-color-gospel-for-asia-4:active,
.focus\:brands-color-gospel-for-asia-4:focus,
.hover\:brands-color-gospel-for-asia-4:hover {
  color: #8762c9;
}

[class="fa-brands fa-gospel-for-asia-5"], .brands-color-gospel-for-asia-5 {
  color: #ad182d;
}

.active\:brands-color-gospel-for-asia-5:active,
.focus\:brands-color-gospel-for-asia-5:focus,
.hover\:brands-color-gospel-for-asia-5:hover {
  color: #ad182d;
}

[class="fa-brands fa-gospel-for-asia-6"], .brands-color-gospel-for-asia-6 {
  color: #e15f5f;
}

.active\:brands-color-gospel-for-asia-6:active,
.focus\:brands-color-gospel-for-asia-6:focus,
.hover\:brands-color-gospel-for-asia-6:hover {
  color: #e15f5f;
}

[class="fa-brands fa-gravatar"], .brands-color-gravatar {
  color: #1e8cbe;
}

.active\:brands-color-gravatar:active,
.focus\:brands-color-gravatar:focus,
.hover\:brands-color-gravatar:hover {
  color: #1e8cbe;
}

[class="fa-brands fa-gravatar-1"], .brands-color-gravatar-1 {
  color: #1e8cbe;
}

.active\:brands-color-gravatar-1:active,
.focus\:brands-color-gravatar-1:focus,
.hover\:brands-color-gravatar-1:hover {
  color: #1e8cbe;
}

[class="fa-brands fa-gravit"], .brands-color-gravit {
  color: #e30061;
}

.active\:brands-color-gravit:active,
.focus\:brands-color-gravit:focus,
.hover\:brands-color-gravit:hover {
  color: #e30061;
}

[class="fa-brands fa-gravit-1"], .brands-color-gravit-1 {
  color: #e30061;
}

.active\:brands-color-gravit-1:active,
.focus\:brands-color-gravit-1:focus,
.hover\:brands-color-gravit-1:hover {
  color: #e30061;
}

[class="fa-brands fa-gravit-2"], .brands-color-gravit-2 {
  color: #d5df00;
}

.active\:brands-color-gravit-2:active,
.focus\:brands-color-gravit-2:focus,
.hover\:brands-color-gravit-2:hover {
  color: #d5df00;
}

[class="fa-brands fa-gravit-3"], .brands-color-gravit-3 {
  color: #475258;
}

.active\:brands-color-gravit-3:active,
.focus\:brands-color-gravit-3:focus,
.hover\:brands-color-gravit-3:hover {
  color: #475258;
}

[class="fa-brands fa-gwr"], .brands-color-gwr {
  color: #0b2d27;
}

.active\:brands-color-gwr:active,
.focus\:brands-color-gwr:focus,
.hover\:brands-color-gwr:hover {
  color: #0b2d27;
}

[class="fa-brands fa-gwr-1"], .brands-color-gwr-1 {
  color: #0b2d27;
}

.active\:brands-color-gwr-1:active,
.focus\:brands-color-gwr-1:focus,
.hover\:brands-color-gwr-1:hover {
  color: #0b2d27;
}

[class="fa-brands fa-gwr-2"], .brands-color-gwr-2 {
  color: #000000;
}

.active\:brands-color-gwr-2:active,
.focus\:brands-color-gwr-2:focus,
.hover\:brands-color-gwr-2:hover {
  color: #000000;
}

[class="fa-brands fa-gwr-3"], .brands-color-gwr-3 {
  color: #ffffff;
}

.active\:brands-color-gwr-3:active,
.focus\:brands-color-gwr-3:focus,
.hover\:brands-color-gwr-3:hover {
  color: #ffffff;
}

[class="fa-brands fa-greenhouse"], .brands-color-greenhouse {
  color: #00b2a9;
}

.active\:brands-color-greenhouse:active,
.focus\:brands-color-greenhouse:focus,
.hover\:brands-color-greenhouse:hover {
  color: #00b2a9;
}

[class="fa-brands fa-greenhouse-1"], .brands-color-greenhouse-1 {
  color: #00b2a9;
}

.active\:brands-color-greenhouse-1:active,
.focus\:brands-color-greenhouse-1:focus,
.hover\:brands-color-greenhouse-1:hover {
  color: #00b2a9;
}

[class="fa-brands fa-groupon"], .brands-color-groupon {
  color: #82b548;
}

.active\:brands-color-groupon:active,
.focus\:brands-color-groupon:focus,
.hover\:brands-color-groupon:hover {
  color: #82b548;
}

[class="fa-brands fa-groupon-1"], .brands-color-groupon-1 {
  color: #82b548;
}

.active\:brands-color-groupon-1:active,
.focus\:brands-color-groupon-1:focus,
.hover\:brands-color-groupon-1:hover {
  color: #82b548;
}

[class="fa-brands fa-grunt"], .brands-color-grunt {
  color: #fba919;
}

.active\:brands-color-grunt:active,
.focus\:brands-color-grunt:focus,
.hover\:brands-color-grunt:hover {
  color: #fba919;
}

[class="fa-brands fa-grunt-1"], .brands-color-grunt-1 {
  color: #fba919;
}

.active\:brands-color-grunt-1:active,
.focus\:brands-color-grunt-1:focus,
.hover\:brands-color-grunt-1:hover {
  color: #fba919;
}

[class="fa-brands fa-grunt-2"], .brands-color-grunt-2 {
  color: #463014;
}

.active\:brands-color-grunt-2:active,
.focus\:brands-color-grunt-2:focus,
.hover\:brands-color-grunt-2:hover {
  color: #463014;
}

[class="fa-brands fa-gumtree"], .brands-color-gumtree {
  color: #72ef36;
}

.active\:brands-color-gumtree:active,
.focus\:brands-color-gumtree:focus,
.hover\:brands-color-gumtree:hover {
  color: #72ef36;
}

[class="fa-brands fa-gumtree-1"], .brands-color-gumtree-1 {
  color: #72ef36;
}

.active\:brands-color-gumtree-1:active,
.focus\:brands-color-gumtree-1:focus,
.hover\:brands-color-gumtree-1:hover {
  color: #72ef36;
}

[class="fa-brands fa-gumtree-2"], .brands-color-gumtree-2 {
  color: #3b3141;
}

.active\:brands-color-gumtree-2:active,
.focus\:brands-color-gumtree-2:focus,
.hover\:brands-color-gumtree-2:hover {
  color: #3b3141;
}

[class="fa-brands fa-gumtree-3"], .brands-color-gumtree-3 {
  color: #f0ece6;
}

.active\:brands-color-gumtree-3:active,
.focus\:brands-color-gumtree-3:focus,
.hover\:brands-color-gumtree-3:hover {
  color: #f0ece6;
}

[class="fa-brands fa-gvb"], .brands-color-gvb {
  color: #0863b5;
}

.active\:brands-color-gvb:active,
.focus\:brands-color-gvb:focus,
.hover\:brands-color-gvb:hover {
  color: #0863b5;
}

[class="fa-brands fa-gvb-1"], .brands-color-gvb-1 {
  color: #0863b5;
}

.active\:brands-color-gvb-1:active,
.focus\:brands-color-gvb-1:focus,
.hover\:brands-color-gvb-1:hover {
  color: #0863b5;
}

[class="fa-brands fa-gvb-2"], .brands-color-gvb-2 {
  color: #fec600;
}

.active\:brands-color-gvb-2:active,
.focus\:brands-color-gvb-2:focus,
.hover\:brands-color-gvb-2:hover {
  color: #fec600;
}

[class="fa-brands fa-gvb-3"], .brands-color-gvb-3 {
  color: #f39100;
}

.active\:brands-color-gvb-3:active,
.focus\:brands-color-gvb-3:focus,
.hover\:brands-color-gvb-3:hover {
  color: #f39100;
}

[class="fa-brands fa-gvb-4"], .brands-color-gvb-4 {
  color: #e3001f;
}

.active\:brands-color-gvb-4:active,
.focus\:brands-color-gvb-4:focus,
.hover\:brands-color-gvb-4:hover {
  color: #e3001f;
}

[class="fa-brands fa-gvb-5"], .brands-color-gvb-5 {
  color: #e50064;
}

.active\:brands-color-gvb-5:active,
.focus\:brands-color-gvb-5:focus,
.hover\:brands-color-gvb-5:hover {
  color: #e50064;
}

[class="fa-brands fa-gvb-6"], .brands-color-gvb-6 {
  color: #954a97;
}

.active\:brands-color-gvb-6:active,
.focus\:brands-color-gvb-6:focus,
.hover\:brands-color-gvb-6:hover {
  color: #954a97;
}

[class="fa-brands fa-gvb-7"], .brands-color-gvb-7 {
  color: #009ee3;
}

.active\:brands-color-gvb-7:active,
.focus\:brands-color-gvb-7:focus,
.hover\:brands-color-gvb-7:hover {
  color: #009ee3;
}

[class="fa-brands fa-gvb-8"], .brands-color-gvb-8 {
  color: #13a538;
}

.active\:brands-color-gvb-8:active,
.focus\:brands-color-gvb-8:focus,
.hover\:brands-color-gvb-8:hover {
  color: #13a538;
}

[class="fa-brands fa-hacker-news"], .brands-color-hacker-news {
  color: #ff4000;
}

.active\:brands-color-hacker-news:active,
.focus\:brands-color-hacker-news:focus,
.hover\:brands-color-hacker-news:hover {
  color: #ff4000;
}

[class="fa-brands fa-hacker-news-1"], .brands-color-hacker-news-1 {
  color: #ff4000;
}

.active\:brands-color-hacker-news-1:active,
.focus\:brands-color-hacker-news-1:focus,
.hover\:brands-color-hacker-news-1:hover {
  color: #ff4000;
}

[class="fa-brands fa-hangouts"], .brands-color-hangouts {
  color: #0f9d58;
}

.active\:brands-color-hangouts:active,
.focus\:brands-color-hangouts:focus,
.hover\:brands-color-hangouts:hover {
  color: #0f9d58;
}

[class="fa-brands fa-hangouts-1"], .brands-color-hangouts-1 {
  color: #0f9d58;
}

.active\:brands-color-hangouts-1:active,
.focus\:brands-color-hangouts-1:focus,
.hover\:brands-color-hangouts-1:hover {
  color: #0f9d58;
}

[class="fa-brands fa-happn"], .brands-color-happn {
  color: #0087b4;
}

.active\:brands-color-happn:active,
.focus\:brands-color-happn:focus,
.hover\:brands-color-happn:hover {
  color: #0087b4;
}

[class="fa-brands fa-happn-1"], .brands-color-happn-1 {
  color: #0087b4;
}

.active\:brands-color-happn-1:active,
.focus\:brands-color-happn-1:focus,
.hover\:brands-color-happn-1:hover {
  color: #0087b4;
}

[class="fa-brands fa-heineken"], .brands-color-heineken {
  color: #008200;
}

.active\:brands-color-heineken:active,
.focus\:brands-color-heineken:focus,
.hover\:brands-color-heineken:hover {
  color: #008200;
}

[class="fa-brands fa-heineken-1"], .brands-color-heineken-1 {
  color: #008200;
}

.active\:brands-color-heineken-1:active,
.focus\:brands-color-heineken-1:focus,
.hover\:brands-color-heineken-1:hover {
  color: #008200;
}

[class="fa-brands fa-heineken-2"], .brands-color-heineken-2 {
  color: #205527;
}

.active\:brands-color-heineken-2:active,
.focus\:brands-color-heineken-2:focus,
.hover\:brands-color-heineken-2:hover {
  color: #205527;
}

[class="fa-brands fa-heineken-3"], .brands-color-heineken-3 {
  color: #ff2b00;
}

.active\:brands-color-heineken-3:active,
.focus\:brands-color-heineken-3:focus,
.hover\:brands-color-heineken-3:hover {
  color: #ff2b00;
}

[class="fa-brands fa-heineken-4"], .brands-color-heineken-4 {
  color: #c3c3c3;
}

.active\:brands-color-heineken-4:active,
.focus\:brands-color-heineken-4:focus,
.hover\:brands-color-heineken-4:hover {
  color: #c3c3c3;
}

[class="fa-brands fa-hellowallet"], .brands-color-hellowallet {
  color: #0093d0;
}

.active\:brands-color-hellowallet:active,
.focus\:brands-color-hellowallet:focus,
.hover\:brands-color-hellowallet:hover {
  color: #0093d0;
}

[class="fa-brands fa-hellowallet-1"], .brands-color-hellowallet-1 {
  color: #0093d0;
}

.active\:brands-color-hellowallet-1:active,
.focus\:brands-color-hellowallet-1:focus,
.hover\:brands-color-hellowallet-1:hover {
  color: #0093d0;
}

[class="fa-brands fa-help-scout"], .brands-color-help-scout {
  color: #3197d6;
}

.active\:brands-color-help-scout:active,
.focus\:brands-color-help-scout:focus,
.hover\:brands-color-help-scout:hover {
  color: #3197d6;
}

[class="fa-brands fa-help-scout-1"], .brands-color-help-scout-1 {
  color: #3197d6;
}

.active\:brands-color-help-scout-1:active,
.focus\:brands-color-help-scout-1:focus,
.hover\:brands-color-help-scout-1:hover {
  color: #3197d6;
}

[class="fa-brands fa-help-scout-2"], .brands-color-help-scout-2 {
  color: #394956;
}

.active\:brands-color-help-scout-2:active,
.focus\:brands-color-help-scout-2:focus,
.hover\:brands-color-help-scout-2:hover {
  color: #394956;
}

[class="fa-brands fa-help-scout-3"], .brands-color-help-scout-3 {
  color: #d6dde3;
}

.active\:brands-color-help-scout-3:active,
.focus\:brands-color-help-scout-3:focus,
.hover\:brands-color-help-scout-3:hover {
  color: #d6dde3;
}

[class="fa-brands fa-heroku"], .brands-color-heroku {
  color: #c9c3e6;
}

.active\:brands-color-heroku:active,
.focus\:brands-color-heroku:focus,
.hover\:brands-color-heroku:hover {
  color: #c9c3e6;
}

[class="fa-brands fa-heroku-1"], .brands-color-heroku-1 {
  color: #c9c3e6;
}

.active\:brands-color-heroku-1:active,
.focus\:brands-color-heroku-1:focus,
.hover\:brands-color-heroku-1:hover {
  color: #c9c3e6;
}

[class="fa-brands fa-heroku-2"], .brands-color-heroku-2 {
  color: #6762a6;
}

.active\:brands-color-heroku-2:active,
.focus\:brands-color-heroku-2:focus,
.hover\:brands-color-heroku-2:hover {
  color: #6762a6;
}

[class="fa-brands fa-hewlett-packard-enterprise"], .brands-color-hewlett-packard-enterprise {
  color: #00b388;
}

.active\:brands-color-hewlett-packard-enterprise:active,
.focus\:brands-color-hewlett-packard-enterprise:focus,
.hover\:brands-color-hewlett-packard-enterprise:hover {
  color: #00b388;
}

[class="fa-brands fa-hewlett-packard-enterprise-1"], .brands-color-hewlett-packard-enterprise-1 {
  color: #00b388;
}

.active\:brands-color-hewlett-packard-enterprise-1:active,
.focus\:brands-color-hewlett-packard-enterprise-1:focus,
.hover\:brands-color-hewlett-packard-enterprise-1:hover {
  color: #00b388;
}

[class="fa-brands fa-hewlett-packard-enterprise-2"], .brands-color-hewlett-packard-enterprise-2 {
  color: #425563;
}

.active\:brands-color-hewlett-packard-enterprise-2:active,
.focus\:brands-color-hewlett-packard-enterprise-2:focus,
.hover\:brands-color-hewlett-packard-enterprise-2:hover {
  color: #425563;
}

[class="fa-brands fa-hi5"], .brands-color-hi5 {
  color: #fd9827;
}

.active\:brands-color-hi5:active,
.focus\:brands-color-hi5:focus,
.hover\:brands-color-hi5:hover {
  color: #fd9827;
}

[class="fa-brands fa-hi5-1"], .brands-color-hi5-1 {
  color: #fd9827;
}

.active\:brands-color-hi5-1:active,
.focus\:brands-color-hi5-1:focus,
.hover\:brands-color-hi5-1:hover {
  color: #fd9827;
}

[class="fa-brands fa-highfive"], .brands-color-highfive {
  color: #a26eea;
}

.active\:brands-color-highfive:active,
.focus\:brands-color-highfive:focus,
.hover\:brands-color-highfive:hover {
  color: #a26eea;
}

[class="fa-brands fa-highfive-1"], .brands-color-highfive-1 {
  color: #a26eea;
}

.active\:brands-color-highfive-1:active,
.focus\:brands-color-highfive-1:focus,
.hover\:brands-color-highfive-1:hover {
  color: #a26eea;
}

[class="fa-brands fa-highfive-2"], .brands-color-highfive-2 {
  color: #f7afff;
}

.active\:brands-color-highfive-2:active,
.focus\:brands-color-highfive-2:focus,
.hover\:brands-color-highfive-2:hover {
  color: #f7afff;
}

[class="fa-brands fa-highfive-3"], .brands-color-highfive-3 {
  color: #5d70ea;
}

.active\:brands-color-highfive-3:active,
.focus\:brands-color-highfive-3:focus,
.hover\:brands-color-highfive-3:hover {
  color: #5d70ea;
}

[class="fa-brands fa-highfive-4"], .brands-color-highfive-4 {
  color: #46b7fd;
}

.active\:brands-color-highfive-4:active,
.focus\:brands-color-highfive-4:focus,
.hover\:brands-color-highfive-4:hover {
  color: #46b7fd;
}

[class="fa-brands fa-home-depot"], .brands-color-home-depot {
  color: #f96302;
}

.active\:brands-color-home-depot:active,
.focus\:brands-color-home-depot:focus,
.hover\:brands-color-home-depot:hover {
  color: #f96302;
}

[class="fa-brands fa-home-depot-1"], .brands-color-home-depot-1 {
  color: #f96302;
}

.active\:brands-color-home-depot-1:active,
.focus\:brands-color-home-depot-1:focus,
.hover\:brands-color-home-depot-1:hover {
  color: #f96302;
}

[class="fa-brands fa-homeaway"], .brands-color-homeaway {
  color: #2a6ebb;
}

.active\:brands-color-homeaway:active,
.focus\:brands-color-homeaway:focus,
.hover\:brands-color-homeaway:hover {
  color: #2a6ebb;
}

[class="fa-brands fa-homeaway-1"], .brands-color-homeaway-1 {
  color: #2a6ebb;
}

.active\:brands-color-homeaway-1:active,
.focus\:brands-color-homeaway-1:focus,
.hover\:brands-color-homeaway-1:hover {
  color: #2a6ebb;
}

[class="fa-brands fa-homeaway-2"], .brands-color-homeaway-2 {
  color: #ff8a00;
}

.active\:brands-color-homeaway-2:active,
.focus\:brands-color-homeaway-2:focus,
.hover\:brands-color-homeaway-2:hover {
  color: #ff8a00;
}

[class="fa-brands fa-hootsuite"], .brands-color-hootsuite {
  color: #003265;
}

.active\:brands-color-hootsuite:active,
.focus\:brands-color-hootsuite:focus,
.hover\:brands-color-hootsuite:hover {
  color: #003265;
}

[class="fa-brands fa-hootsuite-1"], .brands-color-hootsuite-1 {
  color: #003265;
}

.active\:brands-color-hootsuite-1:active,
.focus\:brands-color-hootsuite-1:focus,
.hover\:brands-color-hootsuite-1:hover {
  color: #003265;
}

[class="fa-brands fa-hootsuite-2"], .brands-color-hootsuite-2 {
  color: #f7e8d5;
}

.active\:brands-color-hootsuite-2:active,
.focus\:brands-color-hootsuite-2:focus,
.hover\:brands-color-hootsuite-2:hover {
  color: #f7e8d5;
}

[class="fa-brands fa-hootsuite-3"], .brands-color-hootsuite-3 {
  color: #ffbd0a;
}

.active\:brands-color-hootsuite-3:active,
.focus\:brands-color-hootsuite-3:focus,
.hover\:brands-color-hootsuite-3:hover {
  color: #ffbd0a;
}

[class="fa-brands fa-hootsuite-4"], .brands-color-hootsuite-4 {
  color: #c6af92;
}

.active\:brands-color-hootsuite-4:active,
.focus\:brands-color-hootsuite-4:focus,
.hover\:brands-color-hootsuite-4:hover {
  color: #c6af92;
}

[class="fa-brands fa-hootsuite-5"], .brands-color-hootsuite-5 {
  color: #71685f;
}

.active\:brands-color-hootsuite-5:active,
.focus\:brands-color-hootsuite-5:focus,
.hover\:brands-color-hootsuite-5:hover {
  color: #71685f;
}

[class="fa-brands fa-hootsuite-6"], .brands-color-hootsuite-6 {
  color: #54493f;
}

.active\:brands-color-hootsuite-6:active,
.focus\:brands-color-hootsuite-6:focus,
.hover\:brands-color-hootsuite-6:hover {
  color: #54493f;
}

[class="fa-brands fa-hootsuite-7"], .brands-color-hootsuite-7 {
  color: #38322d;
}

.active\:brands-color-hootsuite-7:active,
.focus\:brands-color-hootsuite-7:focus,
.hover\:brands-color-hootsuite-7:hover {
  color: #38322d;
}

[class="fa-brands fa-houzz"], .brands-color-houzz {
  color: #7ac142;
}

.active\:brands-color-houzz:active,
.focus\:brands-color-houzz:focus,
.hover\:brands-color-houzz:hover {
  color: #7ac142;
}

[class="fa-brands fa-houzz-1"], .brands-color-houzz-1 {
  color: #7ac142;
}

.active\:brands-color-houzz-1:active,
.focus\:brands-color-houzz-1:focus,
.hover\:brands-color-houzz-1:hover {
  color: #7ac142;
}

[class="fa-brands fa-houzz-2"], .brands-color-houzz-2 {
  color: #000000;
}

.active\:brands-color-houzz-2:active,
.focus\:brands-color-houzz-2:focus,
.hover\:brands-color-houzz-2:hover {
  color: #000000;
}

[class="fa-brands fa-hp"], .brands-color-hp {
  color: #0096d6;
}

.active\:brands-color-hp:active,
.focus\:brands-color-hp:focus,
.hover\:brands-color-hp:hover {
  color: #0096d6;
}

[class="fa-brands fa-hp-1"], .brands-color-hp-1 {
  color: #0096d6;
}

.active\:brands-color-hp-1:active,
.focus\:brands-color-hp-1:focus,
.hover\:brands-color-hp-1:hover {
  color: #0096d6;
}

[class="fa-brands fa-hp-2"], .brands-color-hp-2 {
  color: #d7410b;
}

.active\:brands-color-hp-2:active,
.focus\:brands-color-hp-2:focus,
.hover\:brands-color-hp-2:hover {
  color: #d7410b;
}

[class="fa-brands fa-hsbc"], .brands-color-hsbc {
  color: #db0011;
}

.active\:brands-color-hsbc:active,
.focus\:brands-color-hsbc:focus,
.hover\:brands-color-hsbc:hover {
  color: #db0011;
}

[class="fa-brands fa-hs1"], .brands-color-hs1 {
  color: #db0011;
}

.active\:brands-color-hs1:active,
.focus\:brands-color-hs1:focus,
.hover\:brands-color-hs1:hover {
  color: #db0011;
}

[class="fa-brands fa-html5"], .brands-color-html5 {
  color: #e34f26;
}

.active\:brands-color-html5:active,
.focus\:brands-color-html5:focus,
.hover\:brands-color-html5:hover {
  color: #e34f26;
}

[class="fa-brands fa-html5-1"], .brands-color-html5-1 {
  color: #e34f26;
}

.active\:brands-color-html5-1:active,
.focus\:brands-color-html5-1:focus,
.hover\:brands-color-html5-1:hover {
  color: #e34f26;
}

[class="fa-brands fa-hulu"], .brands-color-hulu {
  color: #66aa33;
}

.active\:brands-color-hulu:active,
.focus\:brands-color-hulu:focus,
.hover\:brands-color-hulu:hover {
  color: #66aa33;
}

[class="fa-brands fa-hulu-1"], .brands-color-hulu-1 {
  color: #66aa33;
}

.active\:brands-color-hulu-1:active,
.focus\:brands-color-hulu-1:focus,
.hover\:brands-color-hulu-1:hover {
  color: #66aa33;
}

[class="fa-brands fa-hulu-2"], .brands-color-hulu-2 {
  color: #99cc33;
}

.active\:brands-color-hulu-2:active,
.focus\:brands-color-hulu-2:focus,
.hover\:brands-color-hulu-2:hover {
  color: #99cc33;
}

[class="fa-brands fa-hulu-3"], .brands-color-hulu-3 {
  color: #41811e;
}

.active\:brands-color-hulu-3:active,
.focus\:brands-color-hulu-3:focus,
.hover\:brands-color-hulu-3:hover {
  color: #41811e;
}

[class="fa-brands fa-hulu-4"], .brands-color-hulu-4 {
  color: #222222;
}

.active\:brands-color-hulu-4:active,
.focus\:brands-color-hulu-4:focus,
.hover\:brands-color-hulu-4:hover {
  color: #222222;
}

[class="fa-brands fa-hulu-5"], .brands-color-hulu-5 {
  color: #666666;
}

.active\:brands-color-hulu-5:active,
.focus\:brands-color-hulu-5:focus,
.hover\:brands-color-hulu-5:hover {
  color: #666666;
}

[class="fa-brands fa-hulu-6"], .brands-color-hulu-6 {
  color: #e8e8e8;
}

.active\:brands-color-hulu-6:active,
.focus\:brands-color-hulu-6:focus,
.hover\:brands-color-hulu-6:hover {
  color: #e8e8e8;
}

[class="fa-brands fa-humble-bundle"], .brands-color-humble-bundle {
  color: #cb272c;
}

.active\:brands-color-humble-bundle:active,
.focus\:brands-color-humble-bundle:focus,
.hover\:brands-color-humble-bundle:hover {
  color: #cb272c;
}

[class="fa-brands fa-humble-bundle-1"], .brands-color-humble-bundle-1 {
  color: #cb272c;
}

.active\:brands-color-humble-bundle-1:active,
.focus\:brands-color-humble-bundle-1:focus,
.hover\:brands-color-humble-bundle-1:hover {
  color: #cb272c;
}

[class="fa-brands fa-hyatt"], .brands-color-hyatt {
  color: #6d6e71;
}

.active\:brands-color-hyatt:active,
.focus\:brands-color-hyatt:focus,
.hover\:brands-color-hyatt:hover {
  color: #6d6e71;
}

[class="fa-brands fa-hyatt-1"], .brands-color-hyatt-1 {
  color: #6d6e71;
}

.active\:brands-color-hyatt-1:active,
.focus\:brands-color-hyatt-1:focus,
.hover\:brands-color-hyatt-1:hover {
  color: #6d6e71;
}

[class="fa-brands fa-hyatt-2"], .brands-color-hyatt-2 {
  color: #bf5b20;
}

.active\:brands-color-hyatt-2:active,
.focus\:brands-color-hyatt-2:focus,
.hover\:brands-color-hyatt-2:hover {
  color: #bf5b20;
}

[class="fa-brands fa-hyatt-3"], .brands-color-hyatt-3 {
  color: #006e96;
}

.active\:brands-color-hyatt-3:active,
.focus\:brands-color-hyatt-3:focus,
.hover\:brands-color-hyatt-3:hover {
  color: #006e96;
}

[class="fa-brands fa-hyatt-4"], .brands-color-hyatt-4 {
  color: #8c8700;
}

.active\:brands-color-hyatt-4:active,
.focus\:brands-color-hyatt-4:focus,
.hover\:brands-color-hyatt-4:hover {
  color: #8c8700;
}

[class="fa-brands fa-hyatt-5"], .brands-color-hyatt-5 {
  color: #ad5f7d;
}

.active\:brands-color-hyatt-5:active,
.focus\:brands-color-hyatt-5:focus,
.hover\:brands-color-hyatt-5:hover {
  color: #ad5f7d;
}

[class="fa-brands fa-hyatt-6"], .brands-color-hyatt-6 {
  color: #d79100;
}

.active\:brands-color-hyatt-6:active,
.focus\:brands-color-hyatt-6:focus,
.hover\:brands-color-hyatt-6:hover {
  color: #d79100;
}

[class="fa-brands fa-ibm"], .brands-color-ibm {
  color: #006699;
}

.active\:brands-color-ibm:active,
.focus\:brands-color-ibm:focus,
.hover\:brands-color-ibm:hover {
  color: #006699;
}

[class="fa-brands fa-ibm-1"], .brands-color-ibm-1 {
  color: #006699;
}

.active\:brands-color-ibm-1:active,
.focus\:brands-color-ibm-1:focus,
.hover\:brands-color-ibm-1:hover {
  color: #006699;
}

[class="fa-brands fa-icons8"], .brands-color-icons8 {
  color: #32c24d;
}

.active\:brands-color-icons8:active,
.focus\:brands-color-icons8:focus,
.hover\:brands-color-icons8:hover {
  color: #32c24d;
}

[class="fa-brands fa-icons8-1"], .brands-color-icons8-1 {
  color: #32c24d;
}

.active\:brands-color-icons8-1:active,
.focus\:brands-color-icons8-1:focus,
.hover\:brands-color-icons8-1:hover {
  color: #32c24d;
}

[class="fa-brands fa-ideal"], .brands-color-ideal {
  color: #cc0066;
}

.active\:brands-color-ideal:active,
.focus\:brands-color-ideal:focus,
.hover\:brands-color-ideal:hover {
  color: #cc0066;
}

[class="fa-brands fa-ideal-1"], .brands-color-ideal-1 {
  color: #cc0066;
}

.active\:brands-color-ideal-1:active,
.focus\:brands-color-ideal-1:focus,
.hover\:brands-color-ideal-1:hover {
  color: #cc0066;
}

[class="fa-brands fa-ideal-2"], .brands-color-ideal-2 {
  color: #79afc1;
}

.active\:brands-color-ideal-2:active,
.focus\:brands-color-ideal-2:focus,
.hover\:brands-color-ideal-2:hover {
  color: #79afc1;
}

[class="fa-brands fa-ideal-3"], .brands-color-ideal-3 {
  color: #000000;
}

.active\:brands-color-ideal-3:active,
.focus\:brands-color-ideal-3:focus,
.hover\:brands-color-ideal-3:hover {
  color: #000000;
}

[class="fa-brands fa-identi-ca"], .brands-color-identi-ca {
  color: #789240;
}

.active\:brands-color-identi-ca:active,
.focus\:brands-color-identi-ca:focus,
.hover\:brands-color-identi-ca:hover {
  color: #789240;
}

[class="fa-brands fa-identi-ca-1"], .brands-color-identi-ca-1 {
  color: #789240;
}

.active\:brands-color-identi-ca-1:active,
.focus\:brands-color-identi-ca-1:focus,
.hover\:brands-color-identi-ca-1:hover {
  color: #789240;
}

[class="fa-brands fa-identi-ca-2"], .brands-color-identi-ca-2 {
  color: #7d0100;
}

.active\:brands-color-identi-ca-2:active,
.focus\:brands-color-identi-ca-2:focus,
.hover\:brands-color-identi-ca-2:hover {
  color: #7d0100;
}

[class="fa-brands fa-identi-ca-3"], .brands-color-identi-ca-3 {
  color: #8baaff;
}

.active\:brands-color-identi-ca-3:active,
.focus\:brands-color-identi-ca-3:focus,
.hover\:brands-color-identi-ca-3:hover {
  color: #8baaff;
}

[class="fa-brands fa-ifttt"], .brands-color-ifttt {
  color: #33ccff;
}

.active\:brands-color-ifttt:active,
.focus\:brands-color-ifttt:focus,
.hover\:brands-color-ifttt:hover {
  color: #33ccff;
}

[class="fa-brands fa-ifttt-1"], .brands-color-ifttt-1 {
  color: #33ccff;
}

.active\:brands-color-ifttt-1:active,
.focus\:brands-color-ifttt-1:focus,
.hover\:brands-color-ifttt-1:hover {
  color: #33ccff;
}

[class="fa-brands fa-ifttt-2"], .brands-color-ifttt-2 {
  color: #ff4400;
}

.active\:brands-color-ifttt-2:active,
.focus\:brands-color-ifttt-2:focus,
.hover\:brands-color-ifttt-2:hover {
  color: #ff4400;
}

[class="fa-brands fa-ifttt-3"], .brands-color-ifttt-3 {
  color: #000000;
}

.active\:brands-color-ifttt-3:active,
.focus\:brands-color-ifttt-3:focus,
.hover\:brands-color-ifttt-3:hover {
  color: #000000;
}

[class="fa-brands fa-iheartradio"], .brands-color-iheartradio {
  color: #c6002b;
}

.active\:brands-color-iheartradio:active,
.focus\:brands-color-iheartradio:focus,
.hover\:brands-color-iheartradio:hover {
  color: #c6002b;
}

[class="fa-brands fa-iheartradio-1"], .brands-color-iheartradio-1 {
  color: #c6002b;
}

.active\:brands-color-iheartradio-1:active,
.focus\:brands-color-iheartradio-1:focus,
.hover\:brands-color-iheartradio-1:hover {
  color: #c6002b;
}

[class="fa-brands fa-ikea"], .brands-color-ikea {
  color: #ffcc00;
}

.active\:brands-color-ikea:active,
.focus\:brands-color-ikea:focus,
.hover\:brands-color-ikea:hover {
  color: #ffcc00;
}

[class="fa-brands fa-ikea-1"], .brands-color-ikea-1 {
  color: #ffcc00;
}

.active\:brands-color-ikea-1:active,
.focus\:brands-color-ikea-1:focus,
.hover\:brands-color-ikea-1:hover {
  color: #ffcc00;
}

[class="fa-brands fa-ikea-2"], .brands-color-ikea-2 {
  color: #003399;
}

.active\:brands-color-ikea-2:active,
.focus\:brands-color-ikea-2:focus,
.hover\:brands-color-ikea-2:hover {
  color: #003399;
}

[class="fa-brands fa-imdb"], .brands-color-imdb {
  color: #f5de50;
}

.active\:brands-color-imdb:active,
.focus\:brands-color-imdb:focus,
.hover\:brands-color-imdb:hover {
  color: #f5de50;
}

[class="fa-brands fa-imdb-1"], .brands-color-imdb-1 {
  color: #f5de50;
}

.active\:brands-color-imdb-1:active,
.focus\:brands-color-imdb-1:focus,
.hover\:brands-color-imdb-1:hover {
  color: #f5de50;
}

[class="fa-brands fa-imgur"], .brands-color-imgur {
  color: #85bf25;
}

.active\:brands-color-imgur:active,
.focus\:brands-color-imgur:focus,
.hover\:brands-color-imgur:hover {
  color: #85bf25;
}

[class="fa-brands fa-imgur-1"], .brands-color-imgur-1 {
  color: #85bf25;
}

.active\:brands-color-imgur-1:active,
.focus\:brands-color-imgur-1:focus,
.hover\:brands-color-imgur-1:hover {
  color: #85bf25;
}

[class="fa-brands fa-indeed"], .brands-color-indeed {
  color: #2164f4;
}

.active\:brands-color-indeed:active,
.focus\:brands-color-indeed:focus,
.hover\:brands-color-indeed:hover {
  color: #2164f4;
}

[class="fa-brands fa-indeed-1"], .brands-color-indeed-1 {
  color: #2164f4;
}

.active\:brands-color-indeed-1:active,
.focus\:brands-color-indeed-1:focus,
.hover\:brands-color-indeed-1:hover {
  color: #2164f4;
}

[class="fa-brands fa-indeed-2"], .brands-color-indeed-2 {
  color: #ff6600;
}

.active\:brands-color-indeed-2:active,
.focus\:brands-color-indeed-2:focus,
.hover\:brands-color-indeed-2:hover {
  color: #ff6600;
}

[class="fa-brands fa-indiegogo"], .brands-color-indiegogo {
  color: #eb1478;
}

.active\:brands-color-indiegogo:active,
.focus\:brands-color-indiegogo:focus,
.hover\:brands-color-indiegogo:hover {
  color: #eb1478;
}

[class="fa-brands fa-indiegogo-1"], .brands-color-indiegogo-1 {
  color: #eb1478;
}

.active\:brands-color-indiegogo-1:active,
.focus\:brands-color-indiegogo-1:focus,
.hover\:brands-color-indiegogo-1:hover {
  color: #eb1478;
}

[class="fa-brands fa-ing"], .brands-color-ing {
  color: #ff6200;
}

.active\:brands-color-ing:active,
.focus\:brands-color-ing:focus,
.hover\:brands-color-ing:hover {
  color: #ff6200;
}

[class="fa-brands fa-ing-1"], .brands-color-ing-1 {
  color: #ff6200;
}

.active\:brands-color-ing-1:active,
.focus\:brands-color-ing-1:focus,
.hover\:brands-color-ing-1:hover {
  color: #ff6200;
}

[class="fa-brands fa-ing-2"], .brands-color-ing-2 {
  color: #000066;
}

.active\:brands-color-ing-2:active,
.focus\:brands-color-ing-2:focus,
.hover\:brands-color-ing-2:hover {
  color: #000066;
}

[class="fa-brands fa-instacart"], .brands-color-instacart {
  color: #60ab59;
}

.active\:brands-color-instacart:active,
.focus\:brands-color-instacart:focus,
.hover\:brands-color-instacart:hover {
  color: #60ab59;
}

[class="fa-brands fa-instacart-1"], .brands-color-instacart-1 {
  color: #60ab59;
}

.active\:brands-color-instacart-1:active,
.focus\:brands-color-instacart-1:focus,
.hover\:brands-color-instacart-1:hover {
  color: #60ab59;
}

[class="fa-brands fa-instagram"], .brands-color-instagram {
  color: #405de6;
}

.active\:brands-color-instagram:active,
.focus\:brands-color-instagram:focus,
.hover\:brands-color-instagram:hover {
  color: #405de6;
}

[class="fa-brands fa-instagram-1"], .brands-color-instagram-1 {
  color: #405de6;
}

.active\:brands-color-instagram-1:active,
.focus\:brands-color-instagram-1:focus,
.hover\:brands-color-instagram-1:hover {
  color: #405de6;
}

[class="fa-brands fa-instagram-2"], .brands-color-instagram-2 {
  color: #5851db;
}

.active\:brands-color-instagram-2:active,
.focus\:brands-color-instagram-2:focus,
.hover\:brands-color-instagram-2:hover {
  color: #5851db;
}

[class="fa-brands fa-instagram-3"], .brands-color-instagram-3 {
  color: #833ab4;
}

.active\:brands-color-instagram-3:active,
.focus\:brands-color-instagram-3:focus,
.hover\:brands-color-instagram-3:hover {
  color: #833ab4;
}

[class="fa-brands fa-instagram-4"], .brands-color-instagram-4 {
  color: #c13584;
}

.active\:brands-color-instagram-4:active,
.focus\:brands-color-instagram-4:focus,
.hover\:brands-color-instagram-4:hover {
  color: #c13584;
}

[class="fa-brands fa-instagram-5"], .brands-color-instagram-5 {
  color: #e1306c;
}

.active\:brands-color-instagram-5:active,
.focus\:brands-color-instagram-5:focus,
.hover\:brands-color-instagram-5:hover {
  color: #e1306c;
}

[class="fa-brands fa-instagram-6"], .brands-color-instagram-6 {
  color: #fd1d1d;
}

.active\:brands-color-instagram-6:active,
.focus\:brands-color-instagram-6:focus,
.hover\:brands-color-instagram-6:hover {
  color: #fd1d1d;
}

[class="fa-brands fa-instagram-7"], .brands-color-instagram-7 {
  color: #f56040;
}

.active\:brands-color-instagram-7:active,
.focus\:brands-color-instagram-7:focus,
.hover\:brands-color-instagram-7:hover {
  color: #f56040;
}

[class="fa-brands fa-instagram-8"], .brands-color-instagram-8 {
  color: #f77737;
}

.active\:brands-color-instagram-8:active,
.focus\:brands-color-instagram-8:focus,
.hover\:brands-color-instagram-8:hover {
  color: #f77737;
}

[class="fa-brands fa-instagram-9"], .brands-color-instagram-9 {
  color: #fcaf45;
}

.active\:brands-color-instagram-9:active,
.focus\:brands-color-instagram-9:focus,
.hover\:brands-color-instagram-9:hover {
  color: #fcaf45;
}

[class="fa-brands fa-instagram-10"], .brands-color-instagram-10 {
  color: #ffdc80;
}

.active\:brands-color-instagram-10:active,
.focus\:brands-color-instagram-10:focus,
.hover\:brands-color-instagram-10:hover {
  color: #ffdc80;
}

[class="fa-brands fa-instapage"], .brands-color-instapage {
  color: #0d1a2b;
}

.active\:brands-color-instapage:active,
.focus\:brands-color-instapage:focus,
.hover\:brands-color-instapage:hover {
  color: #0d1a2b;
}

[class="fa-brands fa-instapage-1"], .brands-color-instapage-1 {
  color: #0d1a2b;
}

.active\:brands-color-instapage-1:active,
.focus\:brands-color-instapage-1:focus,
.hover\:brands-color-instapage-1:hover {
  color: #0d1a2b;
}

[class="fa-brands fa-instapage-2"], .brands-color-instapage-2 {
  color: #1565c0;
}

.active\:brands-color-instapage-2:active,
.focus\:brands-color-instapage-2:focus,
.hover\:brands-color-instapage-2:hover {
  color: #1565c0;
}

[class="fa-brands fa-instapage-3"], .brands-color-instapage-3 {
  color: #1e88e5;
}

.active\:brands-color-instapage-3:active,
.focus\:brands-color-instapage-3:focus,
.hover\:brands-color-instapage-3:hover {
  color: #1e88e5;
}

[class="fa-brands fa-instapage-4"], .brands-color-instapage-4 {
  color: #bcced6;
}

.active\:brands-color-instapage-4:active,
.focus\:brands-color-instapage-4:focus,
.hover\:brands-color-instapage-4:hover {
  color: #bcced6;
}

[class="fa-brands fa-instapage-5"], .brands-color-instapage-5 {
  color: #f2f7f9;
}

.active\:brands-color-instapage-5:active,
.focus\:brands-color-instapage-5:focus,
.hover\:brands-color-instapage-5:hover {
  color: #f2f7f9;
}

[class="fa-brands fa-instapaper"], .brands-color-instapaper {
  color: #000000;
}

.active\:brands-color-instapaper:active,
.focus\:brands-color-instapaper:focus,
.hover\:brands-color-instapaper:hover {
  color: #000000;
}

[class="fa-brands fa-instapaper-1"], .brands-color-instapaper-1 {
  color: #000000;
}

.active\:brands-color-instapaper-1:active,
.focus\:brands-color-instapaper-1:focus,
.hover\:brands-color-instapaper-1:hover {
  color: #000000;
}

[class="fa-brands fa-instapaper-2"], .brands-color-instapaper-2 {
  color: #428bca;
}

.active\:brands-color-instapaper-2:active,
.focus\:brands-color-instapaper-2:focus,
.hover\:brands-color-instapaper-2:hover {
  color: #428bca;
}

[class="fa-brands fa-intel"], .brands-color-intel {
  color: #0f7dc2;
}

.active\:brands-color-intel:active,
.focus\:brands-color-intel:focus,
.hover\:brands-color-intel:hover {
  color: #0f7dc2;
}

[class="fa-brands fa-intel-1"], .brands-color-intel-1 {
  color: #0f7dc2;
}

.active\:brands-color-intel-1:active,
.focus\:brands-color-intel-1:focus,
.hover\:brands-color-intel-1:hover {
  color: #0f7dc2;
}

[class="fa-brands fa-internet-society"], .brands-color-internet-society {
  color: #0c1c2c;
}

.active\:brands-color-internet-society:active,
.focus\:brands-color-internet-society:focus,
.hover\:brands-color-internet-society:hover {
  color: #0c1c2c;
}

[class="fa-brands fa-internet-society-1"], .brands-color-internet-society-1 {
  color: #0c1c2c;
}

.active\:brands-color-internet-society-1:active,
.focus\:brands-color-internet-society-1:focus,
.hover\:brands-color-internet-society-1:hover {
  color: #0c1c2c;
}

[class="fa-brands fa-internet-society-2"], .brands-color-internet-society-2 {
  color: #3a82e4;
}

.active\:brands-color-internet-society-2:active,
.focus\:brands-color-internet-society-2:focus,
.hover\:brands-color-internet-society-2:hover {
  color: #3a82e4;
}

[class="fa-brands fa-internet-society-3"], .brands-color-internet-society-3 {
  color: #40b2a4;
}

.active\:brands-color-internet-society-3:active,
.focus\:brands-color-internet-society-3:focus,
.hover\:brands-color-internet-society-3:hover {
  color: #40b2a4;
}

[class="fa-brands fa-internet-society-4"], .brands-color-internet-society-4 {
  color: #eff2ec;
}

.active\:brands-color-internet-society-4:active,
.focus\:brands-color-internet-society-4:focus,
.hover\:brands-color-internet-society-4:hover {
  color: #eff2ec;
}

[class="fa-brands fa-internet-society-5"], .brands-color-internet-society-5 {
  color: #dedad0;
}

.active\:brands-color-internet-society-5:active,
.focus\:brands-color-internet-society-5:focus,
.hover\:brands-color-internet-society-5:hover {
  color: #dedad0;
}

[class="fa-brands fa-internet-society-6"], .brands-color-internet-society-6 {
  color: #d0e6da;
}

.active\:brands-color-internet-society-6:active,
.focus\:brands-color-internet-society-6:focus,
.hover\:brands-color-internet-society-6:hover {
  color: #d0e6da;
}

[class="fa-brands fa-internet-society-7"], .brands-color-internet-society-7 {
  color: #085856;
}

.active\:brands-color-internet-society-7:active,
.focus\:brands-color-internet-society-7:focus,
.hover\:brands-color-internet-society-7:hover {
  color: #085856;
}

[class="fa-brands fa-internet-society-8"], .brands-color-internet-society-8 {
  color: #24366e;
}

.active\:brands-color-internet-society-8:active,
.focus\:brands-color-internet-society-8:focus,
.hover\:brands-color-internet-society-8:hover {
  color: #24366e;
}

[class="fa-brands fa-internet-society-9"], .brands-color-internet-society-9 {
  color: #143e50;
}

.active\:brands-color-internet-society-9:active,
.focus\:brands-color-internet-society-9:focus,
.hover\:brands-color-internet-society-9:hover {
  color: #143e50;
}

[class="fa-brands fa-internet-society-10"], .brands-color-internet-society-10 {
  color: #7e245c;
}

.active\:brands-color-internet-society-10:active,
.focus\:brands-color-internet-society-10:focus,
.hover\:brands-color-internet-society-10:hover {
  color: #7e245c;
}

[class="fa-brands fa-internet-society-11"], .brands-color-internet-society-11 {
  color: #d25238;
}

.active\:brands-color-internet-society-11:active,
.focus\:brands-color-internet-society-11:focus,
.hover\:brands-color-internet-society-11:hover {
  color: #d25238;
}

[class="fa-brands fa-internet-society-12"], .brands-color-internet-society-12 {
  color: #eeca4a;
}

.active\:brands-color-internet-society-12:active,
.focus\:brands-color-internet-society-12:focus,
.hover\:brands-color-internet-society-12:hover {
  color: #eeca4a;
}

[class="fa-brands fa-intuit"], .brands-color-intuit {
  color: #365ebf;
}

.active\:brands-color-intuit:active,
.focus\:brands-color-intuit:focus,
.hover\:brands-color-intuit:hover {
  color: #365ebf;
}

[class="fa-brands fa-intuit-1"], .brands-color-intuit-1 {
  color: #365ebf;
}

.active\:brands-color-intuit-1:active,
.focus\:brands-color-intuit-1:focus,
.hover\:brands-color-intuit-1:hover {
  color: #365ebf;
}

[class="fa-brands fa-invision"], .brands-color-invision {
  color: #ff3366;
}

.active\:brands-color-invision:active,
.focus\:brands-color-invision:focus,
.hover\:brands-color-invision:hover {
  color: #ff3366;
}

[class="fa-brands fa-invision-1"], .brands-color-invision-1 {
  color: #ff3366;
}

.active\:brands-color-invision-1:active,
.focus\:brands-color-invision-1:focus,
.hover\:brands-color-invision-1:hover {
  color: #ff3366;
}

[class="fa-brands fa-invision-2"], .brands-color-invision-2 {
  color: #252b33;
}

.active\:brands-color-invision-2:active,
.focus\:brands-color-invision-2:focus,
.hover\:brands-color-invision-2:hover {
  color: #252b33;
}

[class="fa-brands fa-invision-3"], .brands-color-invision-3 {
  color: #2f7bbd;
}

.active\:brands-color-invision-3:active,
.focus\:brands-color-invision-3:focus,
.hover\:brands-color-invision-3:hover {
  color: #2f7bbd;
}

[class="fa-brands fa-invision-4"], .brands-color-invision-4 {
  color: #323a45;
}

.active\:brands-color-invision-4:active,
.focus\:brands-color-invision-4:focus,
.hover\:brands-color-invision-4:hover {
  color: #323a45;
}

[class="fa-brands fa-invision-5"], .brands-color-invision-5 {
  color: #8a959e;
}

.active\:brands-color-invision-5:active,
.focus\:brands-color-invision-5:focus,
.hover\:brands-color-invision-5:hover {
  color: #8a959e;
}

[class="fa-brands fa-invision-6"], .brands-color-invision-6 {
  color: #d4d7da;
}

.active\:brands-color-invision-6:active,
.focus\:brands-color-invision-6:focus,
.hover\:brands-color-invision-6:hover {
  color: #d4d7da;
}

[class="fa-brands fa-invision-7"], .brands-color-invision-7 {
  color: #e9ebec;
}

.active\:brands-color-invision-7:active,
.focus\:brands-color-invision-7:focus,
.hover\:brands-color-invision-7:hover {
  color: #e9ebec;
}

[class="fa-brands fa-ios"], .brands-color-ios {
  color: #5fc9f8;
}

.active\:brands-color-ios:active,
.focus\:brands-color-ios:focus,
.hover\:brands-color-ios:hover {
  color: #5fc9f8;
}

[class="fa-brands fa-ios-1"], .brands-color-ios-1 {
  color: #5fc9f8;
}

.active\:brands-color-ios-1:active,
.focus\:brands-color-ios-1:focus,
.hover\:brands-color-ios-1:hover {
  color: #5fc9f8;
}

[class="fa-brands fa-ios-2"], .brands-color-ios-2 {
  color: #fecb2e;
}

.active\:brands-color-ios-2:active,
.focus\:brands-color-ios-2:focus,
.hover\:brands-color-ios-2:hover {
  color: #fecb2e;
}

[class="fa-brands fa-ios-3"], .brands-color-ios-3 {
  color: #fd9426;
}

.active\:brands-color-ios-3:active,
.focus\:brands-color-ios-3:focus,
.hover\:brands-color-ios-3:hover {
  color: #fd9426;
}

[class="fa-brands fa-ios-4"], .brands-color-ios-4 {
  color: #fc3158;
}

.active\:brands-color-ios-4:active,
.focus\:brands-color-ios-4:focus,
.hover\:brands-color-ios-4:hover {
  color: #fc3158;
}

[class="fa-brands fa-ios-5"], .brands-color-ios-5 {
  color: #147efb;
}

.active\:brands-color-ios-5:active,
.focus\:brands-color-ios-5:focus,
.hover\:brands-color-ios-5:hover {
  color: #147efb;
}

[class="fa-brands fa-ios-6"], .brands-color-ios-6 {
  color: #53d769;
}

.active\:brands-color-ios-6:active,
.focus\:brands-color-ios-6:focus,
.hover\:brands-color-ios-6:hover {
  color: #53d769;
}

[class="fa-brands fa-ios-7"], .brands-color-ios-7 {
  color: #fc3d39;
}

.active\:brands-color-ios-7:active,
.focus\:brands-color-ios-7:focus,
.hover\:brands-color-ios-7:hover {
  color: #fc3d39;
}

[class="fa-brands fa-ios-8"], .brands-color-ios-8 {
  color: #8e8e93;
}

.active\:brands-color-ios-8:active,
.focus\:brands-color-ios-8:focus,
.hover\:brands-color-ios-8:hover {
  color: #8e8e93;
}

[class="fa-brands fa-israel-railways"], .brands-color-israel-railways {
  color: #1e1f56;
}

.active\:brands-color-israel-railways:active,
.focus\:brands-color-israel-railways:focus,
.hover\:brands-color-israel-railways:hover {
  color: #1e1f56;
}

[class="fa-brands fa-israel-railways-1"], .brands-color-israel-railways-1 {
  color: #1e1f56;
}

.active\:brands-color-israel-railways-1:active,
.focus\:brands-color-israel-railways-1:focus,
.hover\:brands-color-israel-railways-1:hover {
  color: #1e1f56;
}

[class="fa-brands fa-issuu"], .brands-color-issuu {
  color: #f36d5d;
}

.active\:brands-color-issuu:active,
.focus\:brands-color-issuu:focus,
.hover\:brands-color-issuu:hover {
  color: #f36d5d;
}

[class="fa-brands fa-issuu-1"], .brands-color-issuu-1 {
  color: #f36d5d;
}

.active\:brands-color-issuu-1:active,
.focus\:brands-color-issuu-1:focus,
.hover\:brands-color-issuu-1:hover {
  color: #f36d5d;
}

[class="fa-brands fa-istock"], .brands-color-istock {
  color: #fe423f;
}

.active\:brands-color-istock:active,
.focus\:brands-color-istock:focus,
.hover\:brands-color-istock:hover {
  color: #fe423f;
}

[class="fa-brands fa-istock-1"], .brands-color-istock-1 {
  color: #fe423f;
}

.active\:brands-color-istock-1:active,
.focus\:brands-color-istock-1:focus,
.hover\:brands-color-istock-1:hover {
  color: #fe423f;
}

[class="fa-brands fa-istock-2"], .brands-color-istock-2 {
  color: #02a388;
}

.active\:brands-color-istock-2:active,
.focus\:brands-color-istock-2:focus,
.hover\:brands-color-istock-2:hover {
  color: #02a388;
}

[class="fa-brands fa-istock-3"], .brands-color-istock-3 {
  color: #0c0d0d;
}

.active\:brands-color-istock-3:active,
.focus\:brands-color-istock-3:focus,
.hover\:brands-color-istock-3:hover {
  color: #0c0d0d;
}

[class="fa-brands fa-istock-4"], .brands-color-istock-4 {
  color: #e8eded;
}

.active\:brands-color-istock-4:active,
.focus\:brands-color-istock-4:focus,
.hover\:brands-color-istock-4:hover {
  color: #e8eded;
}

[class="fa-brands fa-istock-5"], .brands-color-istock-5 {
  color: #dce1e1;
}

.active\:brands-color-istock-5:active,
.focus\:brands-color-istock-5:focus,
.hover\:brands-color-istock-5:hover {
  color: #dce1e1;
}

[class="fa-brands fa-javascript"], .brands-color-javascript {
  color: #f7df1e;
}

.active\:brands-color-javascript:active,
.focus\:brands-color-javascript:focus,
.hover\:brands-color-javascript:hover {
  color: #f7df1e;
}

[class="fa-brands fa-javascript-1"], .brands-color-javascript-1 {
  color: #f7df1e;
}

.active\:brands-color-javascript-1:active,
.focus\:brands-color-javascript-1:focus,
.hover\:brands-color-javascript-1:hover {
  color: #f7df1e;
}

[class="fa-brands fa-jawbone"], .brands-color-jawbone {
  color: #000000;
}

.active\:brands-color-jawbone:active,
.focus\:brands-color-jawbone:focus,
.hover\:brands-color-jawbone:hover {
  color: #000000;
}

[class="fa-brands fa-jawbone-1"], .brands-color-jawbone-1 {
  color: #000000;
}

.active\:brands-color-jawbone-1:active,
.focus\:brands-color-jawbone-1:focus,
.hover\:brands-color-jawbone-1:hover {
  color: #000000;
}

[class="fa-brands fa-jbl"], .brands-color-jbl {
  color: #ff6600;
}

.active\:brands-color-jbl:active,
.focus\:brands-color-jbl:focus,
.hover\:brands-color-jbl:hover {
  color: #ff6600;
}

[class="fa-brands fa-jbl-1"], .brands-color-jbl-1 {
  color: #ff6600;
}

.active\:brands-color-jbl-1:active,
.focus\:brands-color-jbl-1:focus,
.hover\:brands-color-jbl-1:hover {
  color: #ff6600;
}

[class="fa-brands fa-jetpack"], .brands-color-jetpack {
  color: #669c34;
}

.active\:brands-color-jetpack:active,
.focus\:brands-color-jetpack:focus,
.hover\:brands-color-jetpack:hover {
  color: #669c34;
}

[class="fa-brands fa-jetpack-1"], .brands-color-jetpack-1 {
  color: #669c34;
}

.active\:brands-color-jetpack-1:active,
.focus\:brands-color-jetpack-1:focus,
.hover\:brands-color-jetpack-1:hover {
  color: #669c34;
}

[class="fa-brands fa-jetpack-2"], .brands-color-jetpack-2 {
  color: #72af3a;
}

.active\:brands-color-jetpack-2:active,
.focus\:brands-color-jetpack-2:focus,
.hover\:brands-color-jetpack-2:hover {
  color: #72af3a;
}

[class="fa-brands fa-joomla"], .brands-color-joomla {
  color: #f44321;
}

.active\:brands-color-joomla:active,
.focus\:brands-color-joomla:focus,
.hover\:brands-color-joomla:hover {
  color: #f44321;
}

[class="fa-brands fa-joomla-1"], .brands-color-joomla-1 {
  color: #f44321;
}

.active\:brands-color-joomla-1:active,
.focus\:brands-color-joomla-1:focus,
.hover\:brands-color-joomla-1:hover {
  color: #f44321;
}

[class="fa-brands fa-joomla-2"], .brands-color-joomla-2 {
  color: #5091cd;
}

.active\:brands-color-joomla-2:active,
.focus\:brands-color-joomla-2:focus,
.hover\:brands-color-joomla-2:hover {
  color: #5091cd;
}

[class="fa-brands fa-joomla-3"], .brands-color-joomla-3 {
  color: #f9a541;
}

.active\:brands-color-joomla-3:active,
.focus\:brands-color-joomla-3:focus,
.hover\:brands-color-joomla-3:hover {
  color: #f9a541;
}

[class="fa-brands fa-joomla-4"], .brands-color-joomla-4 {
  color: #7ac143;
}

.active\:brands-color-joomla-4:active,
.focus\:brands-color-joomla-4:focus,
.hover\:brands-color-joomla-4:hover {
  color: #7ac143;
}

[class="fa-brands fa-joyent"], .brands-color-joyent {
  color: #ff6600;
}

.active\:brands-color-joyent:active,
.focus\:brands-color-joyent:focus,
.hover\:brands-color-joyent:hover {
  color: #ff6600;
}

[class="fa-brands fa-joyent-1"], .brands-color-joyent-1 {
  color: #ff6600;
}

.active\:brands-color-joyent-1:active,
.focus\:brands-color-joyent-1:focus,
.hover\:brands-color-joyent-1:hover {
  color: #ff6600;
}

[class="fa-brands fa-jquery"], .brands-color-jquery {
  color: #0769ad;
}

.active\:brands-color-jquery:active,
.focus\:brands-color-jquery:focus,
.hover\:brands-color-jquery:hover {
  color: #0769ad;
}

[class="fa-brands fa-jquery-1"], .brands-color-jquery-1 {
  color: #0769ad;
}

.active\:brands-color-jquery-1:active,
.focus\:brands-color-jquery-1:focus,
.hover\:brands-color-jquery-1:hover {
  color: #0769ad;
}

[class="fa-brands fa-jquery-2"], .brands-color-jquery-2 {
  color: #7acef4;
}

.active\:brands-color-jquery-2:active,
.focus\:brands-color-jquery-2:focus,
.hover\:brands-color-jquery-2:hover {
  color: #7acef4;
}

[class="fa-brands fa-kaspersky-lab"], .brands-color-kaspersky-lab {
  color: #006c54;
}

.active\:brands-color-kaspersky-lab:active,
.focus\:brands-color-kaspersky-lab:focus,
.hover\:brands-color-kaspersky-lab:hover {
  color: #006c54;
}

[class="fa-brands fa-kaspersky-lab-1"], .brands-color-kaspersky-lab-1 {
  color: #006c54;
}

.active\:brands-color-kaspersky-lab-1:active,
.focus\:brands-color-kaspersky-lab-1:focus,
.hover\:brands-color-kaspersky-lab-1:hover {
  color: #006c54;
}

[class="fa-brands fa-kaspersky-lab-2"], .brands-color-kaspersky-lab-2 {
  color: #d52a1d;
}

.active\:brands-color-kaspersky-lab-2:active,
.focus\:brands-color-kaspersky-lab-2:focus,
.hover\:brands-color-kaspersky-lab-2:hover {
  color: #d52a1d;
}

[class="fa-brands fa-keeeb"], .brands-color-keeeb {
  color: #00a9c0;
}

.active\:brands-color-keeeb:active,
.focus\:brands-color-keeeb:focus,
.hover\:brands-color-keeeb:hover {
  color: #00a9c0;
}

[class="fa-brands fa-keeeb-1"], .brands-color-keeeb-1 {
  color: #00a9c0;
}

.active\:brands-color-keeeb-1:active,
.focus\:brands-color-keeeb-1:focus,
.hover\:brands-color-keeeb-1:hover {
  color: #00a9c0;
}

[class="fa-brands fa-khan-academy"], .brands-color-khan-academy {
  color: #9cb443;
}

.active\:brands-color-khan-academy:active,
.focus\:brands-color-khan-academy:focus,
.hover\:brands-color-khan-academy:hover {
  color: #9cb443;
}

[class="fa-brands fa-khan-academy-1"], .brands-color-khan-academy-1 {
  color: #9cb443;
}

.active\:brands-color-khan-academy-1:active,
.focus\:brands-color-khan-academy-1:focus,
.hover\:brands-color-khan-academy-1:hover {
  color: #9cb443;
}

[class="fa-brands fa-khan-academy-2"], .brands-color-khan-academy-2 {
  color: #242f3a;
}

.active\:brands-color-khan-academy-2:active,
.focus\:brands-color-khan-academy-2:focus,
.hover\:brands-color-khan-academy-2:hover {
  color: #242f3a;
}

[class="fa-brands fa-kia"], .brands-color-kia {
  color: #c21a30;
}

.active\:brands-color-kia:active,
.focus\:brands-color-kia:focus,
.hover\:brands-color-kia:hover {
  color: #c21a30;
}

[class="fa-brands fa-kia-1"], .brands-color-kia-1 {
  color: #c21a30;
}

.active\:brands-color-kia-1:active,
.focus\:brands-color-kia-1:focus,
.hover\:brands-color-kia-1:hover {
  color: #c21a30;
}

[class="fa-brands fa-kickstarter"], .brands-color-kickstarter {
  color: #2bde73;
}

.active\:brands-color-kickstarter:active,
.focus\:brands-color-kickstarter:focus,
.hover\:brands-color-kickstarter:hover {
  color: #2bde73;
}

[class="fa-brands fa-kickstarter-1"], .brands-color-kickstarter-1 {
  color: #2bde73;
}

.active\:brands-color-kickstarter-1:active,
.focus\:brands-color-kickstarter-1:focus,
.hover\:brands-color-kickstarter-1:hover {
  color: #2bde73;
}

[class="fa-brands fa-kickstarter-2"], .brands-color-kickstarter-2 {
  color: #0f2105;
}

.active\:brands-color-kickstarter-2:active,
.focus\:brands-color-kickstarter-2:focus,
.hover\:brands-color-kickstarter-2:hover {
  color: #0f2105;
}

[class="fa-brands fa-kik"], .brands-color-kik {
  color: #82bc23;
}

.active\:brands-color-kik:active,
.focus\:brands-color-kik:focus,
.hover\:brands-color-kik:hover {
  color: #82bc23;
}

[class="fa-brands fa-kik-1"], .brands-color-kik-1 {
  color: #82bc23;
}

.active\:brands-color-kik-1:active,
.focus\:brands-color-kik-1:focus,
.hover\:brands-color-kik-1:hover {
  color: #82bc23;
}

[class="fa-brands fa-kik-2"], .brands-color-kik-2 {
  color: #3db4e7;
}

.active\:brands-color-kik-2:active,
.focus\:brands-color-kik-2:focus,
.hover\:brands-color-kik-2:hover {
  color: #3db4e7;
}

[class="fa-brands fa-kippt"], .brands-color-kippt {
  color: #d51007;
}

.active\:brands-color-kippt:active,
.focus\:brands-color-kippt:focus,
.hover\:brands-color-kippt:hover {
  color: #d51007;
}

[class="fa-brands fa-kippt-1"], .brands-color-kippt-1 {
  color: #d51007;
}

.active\:brands-color-kippt-1:active,
.focus\:brands-color-kippt-1:focus,
.hover\:brands-color-kippt-1:hover {
  color: #d51007;
}

[class="fa-brands fa-kitkat"], .brands-color-kitkat {
  color: #d70021;
}

.active\:brands-color-kitkat:active,
.focus\:brands-color-kitkat:focus,
.hover\:brands-color-kitkat:hover {
  color: #d70021;
}

[class="fa-brands fa-kitkat-1"], .brands-color-kitkat-1 {
  color: #d70021;
}

.active\:brands-color-kitkat-1:active,
.focus\:brands-color-kitkat-1:focus,
.hover\:brands-color-kitkat-1:hover {
  color: #d70021;
}

[class="fa-brands fa-kiva"], .brands-color-kiva {
  color: #63a541;
}

.active\:brands-color-kiva:active,
.focus\:brands-color-kiva:focus,
.hover\:brands-color-kiva:hover {
  color: #63a541;
}

[class="fa-brands fa-kiva-1"], .brands-color-kiva-1 {
  color: #63a541;
}

.active\:brands-color-kiva-1:active,
.focus\:brands-color-kiva-1:focus,
.hover\:brands-color-kiva-1:hover {
  color: #63a541;
}

[class="fa-brands fa-kiva-2"], .brands-color-kiva-2 {
  color: #236133;
}

.active\:brands-color-kiva-2:active,
.focus\:brands-color-kiva-2:focus,
.hover\:brands-color-kiva-2:hover {
  color: #236133;
}

[class="fa-brands fa-kiva-3"], .brands-color-kiva-3 {
  color: #26b6e8;
}

.active\:brands-color-kiva-3:active,
.focus\:brands-color-kiva-3:focus,
.hover\:brands-color-kiva-3:hover {
  color: #26b6e8;
}

[class="fa-brands fa-kiwipay"], .brands-color-kiwipay {
  color: #00b0df;
}

.active\:brands-color-kiwipay:active,
.focus\:brands-color-kiwipay:focus,
.hover\:brands-color-kiwipay:hover {
  color: #00b0df;
}

[class="fa-brands fa-kiwipay-1"], .brands-color-kiwipay-1 {
  color: #00b0df;
}

.active\:brands-color-kiwipay-1:active,
.focus\:brands-color-kiwipay-1:focus,
.hover\:brands-color-kiwipay-1:hover {
  color: #00b0df;
}

[class="fa-brands fa-klm"], .brands-color-klm {
  color: #00a1e4;
}

.active\:brands-color-klm:active,
.focus\:brands-color-klm:focus,
.hover\:brands-color-klm:hover {
  color: #00a1e4;
}

[class="fa-brands fa-klm-1"], .brands-color-klm-1 {
  color: #00a1e4;
}

.active\:brands-color-klm-1:active,
.focus\:brands-color-klm-1:focus,
.hover\:brands-color-klm-1:hover {
  color: #00a1e4;
}

[class="fa-brands fa-knight-foundation"], .brands-color-knight-foundation {
  color: #000000;
}

.active\:brands-color-knight-foundation:active,
.focus\:brands-color-knight-foundation:focus,
.hover\:brands-color-knight-foundation:hover {
  color: #000000;
}

[class="fa-brands fa-knight-foundation-1"], .brands-color-knight-foundation-1 {
  color: #000000;
}

.active\:brands-color-knight-foundation-1:active,
.focus\:brands-color-knight-foundation-1:focus,
.hover\:brands-color-knight-foundation-1:hover {
  color: #000000;
}

[class="fa-brands fa-knight-foundation-2"], .brands-color-knight-foundation-2 {
  color: #03cce6;
}

.active\:brands-color-knight-foundation-2:active,
.focus\:brands-color-knight-foundation-2:focus,
.hover\:brands-color-knight-foundation-2:hover {
  color: #03cce6;
}

[class="fa-brands fa-knight-foundation-3"], .brands-color-knight-foundation-3 {
  color: #29c876;
}

.active\:brands-color-knight-foundation-3:active,
.focus\:brands-color-knight-foundation-3:focus,
.hover\:brands-color-knight-foundation-3:hover {
  color: #29c876;
}

[class="fa-brands fa-knight-foundation-4"], .brands-color-knight-foundation-4 {
  color: #ff4081;
}

.active\:brands-color-knight-foundation-4:active,
.focus\:brands-color-knight-foundation-4:focus,
.hover\:brands-color-knight-foundation-4:hover {
  color: #ff4081;
}

[class="fa-brands fa-knight-foundation-5"], .brands-color-knight-foundation-5 {
  color: #fdce2e;
}

.active\:brands-color-knight-foundation-5:active,
.focus\:brands-color-knight-foundation-5:focus,
.hover\:brands-color-knight-foundation-5:hover {
  color: #fdce2e;
}

[class="fa-brands fa-knight-foundation-6"], .brands-color-knight-foundation-6 {
  color: #f5f4f2;
}

.active\:brands-color-knight-foundation-6:active,
.focus\:brands-color-knight-foundation-6:focus,
.hover\:brands-color-knight-foundation-6:hover {
  color: #f5f4f2;
}

[class="fa-brands fa-knight-foundation-7"], .brands-color-knight-foundation-7 {
  color: #cccccc;
}

.active\:brands-color-knight-foundation-7:active,
.focus\:brands-color-knight-foundation-7:focus,
.hover\:brands-color-knight-foundation-7:hover {
  color: #cccccc;
}

[class="fa-brands fa-knight-foundation-8"], .brands-color-knight-foundation-8 {
  color: #666666;
}

.active\:brands-color-knight-foundation-8:active,
.focus\:brands-color-knight-foundation-8:focus,
.hover\:brands-color-knight-foundation-8:hover {
  color: #666666;
}

[class="fa-brands fa-knight-foundation-9"], .brands-color-knight-foundation-9 {
  color: #ff3939;
}

.active\:brands-color-knight-foundation-9:active,
.focus\:brands-color-knight-foundation-9:focus,
.hover\:brands-color-knight-foundation-9:hover {
  color: #ff3939;
}

[class="fa-brands fa-lamborghini"], .brands-color-lamborghini {
  color: #ddb321;
}

.active\:brands-color-lamborghini:active,
.focus\:brands-color-lamborghini:focus,
.hover\:brands-color-lamborghini:hover {
  color: #ddb321;
}

[class="fa-brands fa-lamborghini-1"], .brands-color-lamborghini-1 {
  color: #ddb321;
}

.active\:brands-color-lamborghini-1:active,
.focus\:brands-color-lamborghini-1:focus,
.hover\:brands-color-lamborghini-1:hover {
  color: #ddb321;
}

[class="fa-brands fa-laravel"], .brands-color-laravel {
  color: #f55247;
}

.active\:brands-color-laravel:active,
.focus\:brands-color-laravel:focus,
.hover\:brands-color-laravel:hover {
  color: #f55247;
}

[class="fa-brands fa-laravel-1"], .brands-color-laravel-1 {
  color: #f55247;
}

.active\:brands-color-laravel-1:active,
.focus\:brands-color-laravel-1:focus,
.hover\:brands-color-laravel-1:hover {
  color: #f55247;
}

[class="fa-brands fa-lastfm"], .brands-color-lastfm {
  color: #d51007;
}

.active\:brands-color-lastfm:active,
.focus\:brands-color-lastfm:focus,
.hover\:brands-color-lastfm:hover {
  color: #d51007;
}

[class="fa-brands fa-lastfm-1"], .brands-color-lastfm-1 {
  color: #d51007;
}

.active\:brands-color-lastfm-1:active,
.focus\:brands-color-lastfm-1:focus,
.hover\:brands-color-lastfm-1:hover {
  color: #d51007;
}

[class="fa-brands fa-lastpass"], .brands-color-lastpass {
  color: #d32d27;
}

.active\:brands-color-lastpass:active,
.focus\:brands-color-lastpass:focus,
.hover\:brands-color-lastpass:hover {
  color: #d32d27;
}

[class="fa-brands fa-lastpass-1"], .brands-color-lastpass-1 {
  color: #d32d27;
}

.active\:brands-color-lastpass-1:active,
.focus\:brands-color-lastpass-1:focus,
.hover\:brands-color-lastpass-1:hover {
  color: #d32d27;
}

[class="fa-brands fa-lastpass-2"], .brands-color-lastpass-2 {
  color: #af0809;
}

.active\:brands-color-lastpass-2:active,
.focus\:brands-color-lastpass-2:focus,
.hover\:brands-color-lastpass-2:hover {
  color: #af0809;
}

[class="fa-brands fa-lastpass-3"], .brands-color-lastpass-3 {
  color: #000000;
}

.active\:brands-color-lastpass-3:active,
.focus\:brands-color-lastpass-3:focus,
.hover\:brands-color-lastpass-3:hover {
  color: #000000;
}

[class="fa-brands fa-lastpass-4"], .brands-color-lastpass-4 {
  color: #0c2340;
}

.active\:brands-color-lastpass-4:active,
.focus\:brands-color-lastpass-4:focus,
.hover\:brands-color-lastpass-4:hover {
  color: #0c2340;
}

[class="fa-brands fa-lastpass-5"], .brands-color-lastpass-5 {
  color: #00a3e0;
}

.active\:brands-color-lastpass-5:active,
.focus\:brands-color-lastpass-5:focus,
.hover\:brands-color-lastpass-5:hover {
  color: #00a3e0;
}

[class="fa-brands fa-lastpass-6"], .brands-color-lastpass-6 {
  color: #ede04b;
}

.active\:brands-color-lastpass-6:active,
.focus\:brands-color-lastpass-6:focus,
.hover\:brands-color-lastpass-6:hover {
  color: #ede04b;
}

[class="fa-brands fa-lastpass-7"], .brands-color-lastpass-7 {
  color: #333f48;
}

.active\:brands-color-lastpass-7:active,
.focus\:brands-color-lastpass-7:focus,
.hover\:brands-color-lastpass-7:hover {
  color: #333f48;
}

[class="fa-brands fa-lastpass-8"], .brands-color-lastpass-8 {
  color: #d9e1e2;
}

.active\:brands-color-lastpass-8:active,
.focus\:brands-color-lastpass-8:focus,
.hover\:brands-color-lastpass-8:hover {
  color: #d9e1e2;
}

[class="fa-brands fa-lego"], .brands-color-lego {
  color: #f6ec35;
}

.active\:brands-color-lego:active,
.focus\:brands-color-lego:focus,
.hover\:brands-color-lego:hover {
  color: #f6ec35;
}

[class="fa-brands fa-lego-1"], .brands-color-lego-1 {
  color: #f6ec35;
}

.active\:brands-color-lego-1:active,
.focus\:brands-color-lego-1:focus,
.hover\:brands-color-lego-1:hover {
  color: #f6ec35;
}

[class="fa-brands fa-lego-2"], .brands-color-lego-2 {
  color: #d11013;
}

.active\:brands-color-lego-2:active,
.focus\:brands-color-lego-2:focus,
.hover\:brands-color-lego-2:hover {
  color: #d11013;
}

[class="fa-brands fa-lego-3"], .brands-color-lego-3 {
  color: #000000;
}

.active\:brands-color-lego-3:active,
.focus\:brands-color-lego-3:focus,
.hover\:brands-color-lego-3:hover {
  color: #000000;
}

[class="fa-brands fa-line"], .brands-color-line {
  color: #00c300;
}

.active\:brands-color-line:active,
.focus\:brands-color-line:focus,
.hover\:brands-color-line:hover {
  color: #00c300;
}

[class="fa-brands fa-line-1"], .brands-color-line-1 {
  color: #00c300;
}

.active\:brands-color-line-1:active,
.focus\:brands-color-line-1:focus,
.hover\:brands-color-line-1:hover {
  color: #00c300;
}

[class="fa-brands fa-linkedin"], .brands-color-linkedin {
  color: #0077b5;
}

.active\:brands-color-linkedin:active,
.focus\:brands-color-linkedin:focus,
.hover\:brands-color-linkedin:hover {
  color: #0077b5;
}

[class="fa-brands fa-linkedin-1"], .brands-color-linkedin-1 {
  color: #0077b5;
}

.active\:brands-color-linkedin-1:active,
.focus\:brands-color-linkedin-1:focus,
.hover\:brands-color-linkedin-1:hover {
  color: #0077b5;
}

[class="fa-brands fa-linkedin-2"], .brands-color-linkedin-2 {
  color: #000000;
}

.active\:brands-color-linkedin-2:active,
.focus\:brands-color-linkedin-2:focus,
.hover\:brands-color-linkedin-2:hover {
  color: #000000;
}

[class="fa-brands fa-linkedin-3"], .brands-color-linkedin-3 {
  color: #313335;
}

.active\:brands-color-linkedin-3:active,
.focus\:brands-color-linkedin-3:focus,
.hover\:brands-color-linkedin-3:hover {
  color: #313335;
}

[class="fa-brands fa-linkedin-4"], .brands-color-linkedin-4 {
  color: #86888a;
}

.active\:brands-color-linkedin-4:active,
.focus\:brands-color-linkedin-4:focus,
.hover\:brands-color-linkedin-4:hover {
  color: #86888a;
}

[class="fa-brands fa-linkedin-5"], .brands-color-linkedin-5 {
  color: #caccce;
}

.active\:brands-color-linkedin-5:active,
.focus\:brands-color-linkedin-5:focus,
.hover\:brands-color-linkedin-5:hover {
  color: #caccce;
}

[class="fa-brands fa-linkedin-6"], .brands-color-linkedin-6 {
  color: #00a0dc;
}

.active\:brands-color-linkedin-6:active,
.focus\:brands-color-linkedin-6:focus,
.hover\:brands-color-linkedin-6:hover {
  color: #00a0dc;
}

[class="fa-brands fa-linkedin-7"], .brands-color-linkedin-7 {
  color: #8d6cab;
}

.active\:brands-color-linkedin-7:active,
.focus\:brands-color-linkedin-7:focus,
.hover\:brands-color-linkedin-7:hover {
  color: #8d6cab;
}

[class="fa-brands fa-linkedin-8"], .brands-color-linkedin-8 {
  color: #dd5143;
}

.active\:brands-color-linkedin-8:active,
.focus\:brands-color-linkedin-8:focus,
.hover\:brands-color-linkedin-8:hover {
  color: #dd5143;
}

[class="fa-brands fa-linkedin-9"], .brands-color-linkedin-9 {
  color: #e68523;
}

.active\:brands-color-linkedin-9:active,
.focus\:brands-color-linkedin-9:focus,
.hover\:brands-color-linkedin-9:hover {
  color: #e68523;
}

[class="fa-brands fa-livestream"], .brands-color-livestream {
  color: #cf202e;
}

.active\:brands-color-livestream:active,
.focus\:brands-color-livestream:focus,
.hover\:brands-color-livestream:hover {
  color: #cf202e;
}

[class="fa-brands fa-livestream-1"], .brands-color-livestream-1 {
  color: #cf202e;
}

.active\:brands-color-livestream-1:active,
.focus\:brands-color-livestream-1:focus,
.hover\:brands-color-livestream-1:hover {
  color: #cf202e;
}

[class="fa-brands fa-livestream-2"], .brands-color-livestream-2 {
  color: #232121;
}

.active\:brands-color-livestream-2:active,
.focus\:brands-color-livestream-2:focus,
.hover\:brands-color-livestream-2:hover {
  color: #232121;
}

[class="fa-brands fa-livestream-3"], .brands-color-livestream-3 {
  color: #f78822;
}

.active\:brands-color-livestream-3:active,
.focus\:brands-color-livestream-3:focus,
.hover\:brands-color-livestream-3:hover {
  color: #f78822;
}

[class="fa-brands fa-livestream-4"], .brands-color-livestream-4 {
  color: #f6db35;
}

.active\:brands-color-livestream-4:active,
.focus\:brands-color-livestream-4:focus,
.hover\:brands-color-livestream-4:hover {
  color: #f6db35;
}

[class="fa-brands fa-livestream-5"], .brands-color-livestream-5 {
  color: #6dc067;
}

.active\:brands-color-livestream-5:active,
.focus\:brands-color-livestream-5:focus,
.hover\:brands-color-livestream-5:hover {
  color: #6dc067;
}

[class="fa-brands fa-livestream-6"], .brands-color-livestream-6 {
  color: #4185be;
}

.active\:brands-color-livestream-6:active,
.focus\:brands-color-livestream-6:focus,
.hover\:brands-color-livestream-6:hover {
  color: #4185be;
}

[class="fa-brands fa-livestream-7"], .brands-color-livestream-7 {
  color: #8f499c;
}

.active\:brands-color-livestream-7:active,
.focus\:brands-color-livestream-7:focus,
.hover\:brands-color-livestream-7:hover {
  color: #8f499c;
}

[class="fa-brands fa-lloyds"], .brands-color-lloyds {
  color: #d81f2a;
}

.active\:brands-color-lloyds:active,
.focus\:brands-color-lloyds:focus,
.hover\:brands-color-lloyds:hover {
  color: #d81f2a;
}

[class="fa-brands fa-lloyds-1"], .brands-color-lloyds-1 {
  color: #d81f2a;
}

.active\:brands-color-lloyds-1:active,
.focus\:brands-color-lloyds-1:focus,
.hover\:brands-color-lloyds-1:hover {
  color: #d81f2a;
}

[class="fa-brands fa-lloyds-2"], .brands-color-lloyds-2 {
  color: #ff9900;
}

.active\:brands-color-lloyds-2:active,
.focus\:brands-color-lloyds-2:focus,
.hover\:brands-color-lloyds-2:hover {
  color: #ff9900;
}

[class="fa-brands fa-lloyds-3"], .brands-color-lloyds-3 {
  color: #e0d86e;
}

.active\:brands-color-lloyds-3:active,
.focus\:brands-color-lloyds-3:focus,
.hover\:brands-color-lloyds-3:hover {
  color: #e0d86e;
}

[class="fa-brands fa-lloyds-4"], .brands-color-lloyds-4 {
  color: #9ea900;
}

.active\:brands-color-lloyds-4:active,
.focus\:brands-color-lloyds-4:focus,
.hover\:brands-color-lloyds-4:hover {
  color: #9ea900;
}

[class="fa-brands fa-lloyds-5"], .brands-color-lloyds-5 {
  color: #6ec9e0;
}

.active\:brands-color-lloyds-5:active,
.focus\:brands-color-lloyds-5:focus,
.hover\:brands-color-lloyds-5:hover {
  color: #6ec9e0;
}

[class="fa-brands fa-lloyds-6"], .brands-color-lloyds-6 {
  color: #007ea3;
}

.active\:brands-color-lloyds-6:active,
.focus\:brands-color-lloyds-6:focus,
.hover\:brands-color-lloyds-6:hover {
  color: #007ea3;
}

[class="fa-brands fa-lloyds-7"], .brands-color-lloyds-7 {
  color: #9e4770;
}

.active\:brands-color-lloyds-7:active,
.focus\:brands-color-lloyds-7:focus,
.hover\:brands-color-lloyds-7:hover {
  color: #9e4770;
}

[class="fa-brands fa-lloyds-8"], .brands-color-lloyds-8 {
  color: #631d76;
}

.active\:brands-color-lloyds-8:active,
.focus\:brands-color-lloyds-8:focus,
.hover\:brands-color-lloyds-8:hover {
  color: #631d76;
}

[class="fa-brands fa-lloyds-9"], .brands-color-lloyds-9 {
  color: #1e1e1e;
}

.active\:brands-color-lloyds-9:active,
.focus\:brands-color-lloyds-9:focus,
.hover\:brands-color-lloyds-9:hover {
  color: #1e1e1e;
}

[class="fa-brands fa-localbitcoins-com"], .brands-color-localbitcoins-com {
  color: #006fbf;
}

.active\:brands-color-localbitcoins-com:active,
.focus\:brands-color-localbitcoins-com:focus,
.hover\:brands-color-localbitcoins-com:hover {
  color: #006fbf;
}

[class="fa-brands fa-localbitcoins-com-1"], .brands-color-localbitcoins-com-1 {
  color: #006fbf;
}

.active\:brands-color-localbitcoins-com-1:active,
.focus\:brands-color-localbitcoins-com-1:focus,
.hover\:brands-color-localbitcoins-com-1:hover {
  color: #006fbf;
}

[class="fa-brands fa-localbitcoins-com-2"], .brands-color-localbitcoins-com-2 {
  color: #ff7b00;
}

.active\:brands-color-localbitcoins-com-2:active,
.focus\:brands-color-localbitcoins-com-2:focus,
.hover\:brands-color-localbitcoins-com-2:hover {
  color: #ff7b00;
}

[class="fa-brands fa-login-radius"], .brands-color-login-radius {
  color: #008ecf;
}

.active\:brands-color-login-radius:active,
.focus\:brands-color-login-radius:focus,
.hover\:brands-color-login-radius:hover {
  color: #008ecf;
}

[class="fa-brands fa-login-radius-1"], .brands-color-login-radius-1 {
  color: #008ecf;
}

.active\:brands-color-login-radius-1:active,
.focus\:brands-color-login-radius-1:focus,
.hover\:brands-color-login-radius-1:hover {
  color: #008ecf;
}

[class="fa-brands fa-login-radius-2"], .brands-color-login-radius-2 {
  color: #09263c;
}

.active\:brands-color-login-radius-2:active,
.focus\:brands-color-login-radius-2:focus,
.hover\:brands-color-login-radius-2:hover {
  color: #09263c;
}

[class="fa-brands fa-login-radius-3"], .brands-color-login-radius-3 {
  color: #020b13;
}

.active\:brands-color-login-radius-3:active,
.focus\:brands-color-login-radius-3:focus,
.hover\:brands-color-login-radius-3:hover {
  color: #020b13;
}

[class="fa-brands fa-login-radius-4"], .brands-color-login-radius-4 {
  color: #e3f1f8;
}

.active\:brands-color-login-radius-4:active,
.focus\:brands-color-login-radius-4:focus,
.hover\:brands-color-login-radius-4:hover {
  color: #e3f1f8;
}

[class="fa-brands fa-login-radius-5"], .brands-color-login-radius-5 {
  color: #073857;
}

.active\:brands-color-login-radius-5:active,
.focus\:brands-color-login-radius-5:focus,
.hover\:brands-color-login-radius-5:hover {
  color: #073857;
}

[class="fa-brands fa-lomo"], .brands-color-lomo {
  color: #eb0028;
}

.active\:brands-color-lomo:active,
.focus\:brands-color-lomo:focus,
.hover\:brands-color-lomo:hover {
  color: #eb0028;
}

[class="fa-brands fa-lomo-1"], .brands-color-lomo-1 {
  color: #eb0028;
}

.active\:brands-color-lomo-1:active,
.focus\:brands-color-lomo-1:focus,
.hover\:brands-color-lomo-1:hover {
  color: #eb0028;
}

[class="fa-brands fa-lomo-2"], .brands-color-lomo-2 {
  color: #00a0df;
}

.active\:brands-color-lomo-2:active,
.focus\:brands-color-lomo-2:focus,
.hover\:brands-color-lomo-2:hover {
  color: #00a0df;
}

[class="fa-brands fa-london-underground"], .brands-color-london-underground {
  color: #000099;
}

.active\:brands-color-london-underground:active,
.focus\:brands-color-london-underground:focus,
.hover\:brands-color-london-underground:hover {
  color: #000099;
}

[class="fa-brands fa-london-underground-1"], .brands-color-london-underground-1 {
  color: #000099;
}

.active\:brands-color-london-underground-1:active,
.focus\:brands-color-london-underground-1:focus,
.hover\:brands-color-london-underground-1:hover {
  color: #000099;
}

[class="fa-brands fa-london-underground-2"], .brands-color-london-underground-2 {
  color: #cc3333;
}

.active\:brands-color-london-underground-2:active,
.focus\:brands-color-london-underground-2:focus,
.hover\:brands-color-london-underground-2:hover {
  color: #cc3333;
}

[class="fa-brands fa-lowes"], .brands-color-lowes {
  color: #004990;
}

.active\:brands-color-lowes:active,
.focus\:brands-color-lowes:focus,
.hover\:brands-color-lowes:hover {
  color: #004990;
}

[class="fa-brands fa-lowes-1"], .brands-color-lowes-1 {
  color: #004990;
}

.active\:brands-color-lowes-1:active,
.focus\:brands-color-lowes-1:focus,
.hover\:brands-color-lowes-1:hover {
  color: #004990;
}

[class="fa-brands fa-lowes-2"], .brands-color-lowes-2 {
  color: #15b6e5;
}

.active\:brands-color-lowes-2:active,
.focus\:brands-color-lowes-2:focus,
.hover\:brands-color-lowes-2:hover {
  color: #15b6e5;
}

[class="fa-brands fa-lumo"], .brands-color-lumo {
  color: #576396;
}

.active\:brands-color-lumo:active,
.focus\:brands-color-lumo:focus,
.hover\:brands-color-lumo:hover {
  color: #576396;
}

[class="fa-brands fa-lumo-1"], .brands-color-lumo-1 {
  color: #576396;
}

.active\:brands-color-lumo-1:active,
.focus\:brands-color-lumo-1:focus,
.hover\:brands-color-lumo-1:hover {
  color: #576396;
}

[class="fa-brands fa-lyft"], .brands-color-lyft {
  color: #ff00bf;
}

.active\:brands-color-lyft:active,
.focus\:brands-color-lyft:focus,
.hover\:brands-color-lyft:hover {
  color: #ff00bf;
}

[class="fa-brands fa-lyft-1"], .brands-color-lyft-1 {
  color: #ff00bf;
}

.active\:brands-color-lyft-1:active,
.focus\:brands-color-lyft-1:focus,
.hover\:brands-color-lyft-1:hover {
  color: #ff00bf;
}

[class="fa-brands fa-lyft-2"], .brands-color-lyft-2 {
  color: #352384;
}

.active\:brands-color-lyft-2:active,
.focus\:brands-color-lyft-2:focus,
.hover\:brands-color-lyft-2:hover {
  color: #352384;
}

[class="fa-brands fa-lyft-3"], .brands-color-lyft-3 {
  color: #333447;
}

.active\:brands-color-lyft-3:active,
.focus\:brands-color-lyft-3:focus,
.hover\:brands-color-lyft-3:hover {
  color: #333447;
}

[class="fa-brands fa-lyft-4"], .brands-color-lyft-4 {
  color: #f3f3f5;
}

.active\:brands-color-lyft-4:active,
.focus\:brands-color-lyft-4:focus,
.hover\:brands-color-lyft-4:hover {
  color: #f3f3f5;
}

[class="fa-brands fa-magento"], .brands-color-magento {
  color: #f46f25;
}

.active\:brands-color-magento:active,
.focus\:brands-color-magento:focus,
.hover\:brands-color-magento:hover {
  color: #f46f25;
}

[class="fa-brands fa-magento-1"], .brands-color-magento-1 {
  color: #f46f25;
}

.active\:brands-color-magento-1:active,
.focus\:brands-color-magento-1:focus,
.hover\:brands-color-magento-1:hover {
  color: #f46f25;
}

[class="fa-brands fa-mail-ru"], .brands-color-mail-ru {
  color: #168de2;
}

.active\:brands-color-mail-ru:active,
.focus\:brands-color-mail-ru:focus,
.hover\:brands-color-mail-ru:hover {
  color: #168de2;
}

[class="fa-brands fa-mail-ru-1"], .brands-color-mail-ru-1 {
  color: #168de2;
}

.active\:brands-color-mail-ru-1:active,
.focus\:brands-color-mail-ru-1:focus,
.hover\:brands-color-mail-ru-1:hover {
  color: #168de2;
}

[class="fa-brands fa-mail-ru-2"], .brands-color-mail-ru-2 {
  color: #ffa930;
}

.active\:brands-color-mail-ru-2:active,
.focus\:brands-color-mail-ru-2:focus,
.hover\:brands-color-mail-ru-2:hover {
  color: #ffa930;
}

[class="fa-brands fa-mailchimp"], .brands-color-mailchimp {
  color: #239ab9;
}

.active\:brands-color-mailchimp:active,
.focus\:brands-color-mailchimp:focus,
.hover\:brands-color-mailchimp:hover {
  color: #239ab9;
}

[class="fa-brands fa-mailchimp-1"], .brands-color-mailchimp-1 {
  color: #239ab9;
}

.active\:brands-color-mailchimp-1:active,
.focus\:brands-color-mailchimp-1:focus,
.hover\:brands-color-mailchimp-1:hover {
  color: #239ab9;
}

[class="fa-brands fa-mailchimp-2"], .brands-color-mailchimp-2 {
  color: #52bad5;
}

.active\:brands-color-mailchimp-2:active,
.focus\:brands-color-mailchimp-2:focus,
.hover\:brands-color-mailchimp-2:hover {
  color: #52bad5;
}

[class="fa-brands fa-mailchimp-3"], .brands-color-mailchimp-3 {
  color: #6dc5dc;
}

.active\:brands-color-mailchimp-3:active,
.focus\:brands-color-mailchimp-3:focus,
.hover\:brands-color-mailchimp-3:hover {
  color: #6dc5dc;
}

[class="fa-brands fa-mailchimp-4"], .brands-color-mailchimp-4 {
  color: #373737;
}

.active\:brands-color-mailchimp-4:active,
.focus\:brands-color-mailchimp-4:focus,
.hover\:brands-color-mailchimp-4:hover {
  color: #373737;
}

[class="fa-brands fa-mailchimp-5"], .brands-color-mailchimp-5 {
  color: #5d5c5d;
}

.active\:brands-color-mailchimp-5:active,
.focus\:brands-color-mailchimp-5:focus,
.hover\:brands-color-mailchimp-5:hover {
  color: #5d5c5d;
}

[class="fa-brands fa-mailchimp-6"], .brands-color-mailchimp-6 {
  color: #b7b7b7;
}

.active\:brands-color-mailchimp-6:active,
.focus\:brands-color-mailchimp-6:focus,
.hover\:brands-color-mailchimp-6:hover {
  color: #b7b7b7;
}

[class="fa-brands fa-manjaro-linux"], .brands-color-manjaro-linux {
  color: #34be5b;
}

.active\:brands-color-manjaro-linux:active,
.focus\:brands-color-manjaro-linux:focus,
.hover\:brands-color-manjaro-linux:hover {
  color: #34be5b;
}

[class="fa-brands fa-manjaro-linux-1"], .brands-color-manjaro-linux-1 {
  color: #34be5b;
}

.active\:brands-color-manjaro-linux-1:active,
.focus\:brands-color-manjaro-linux-1:focus,
.hover\:brands-color-manjaro-linux-1:hover {
  color: #34be5b;
}

[class="fa-brands fa-mapbox"], .brands-color-mapbox {
  color: #3bb2d0;
}

.active\:brands-color-mapbox:active,
.focus\:brands-color-mapbox:focus,
.hover\:brands-color-mapbox:hover {
  color: #3bb2d0;
}

[class="fa-brands fa-mapbox-1"], .brands-color-mapbox-1 {
  color: #3bb2d0;
}

.active\:brands-color-mapbox-1:active,
.focus\:brands-color-mapbox-1:focus,
.hover\:brands-color-mapbox-1:hover {
  color: #3bb2d0;
}

[class="fa-brands fa-mapbox-2"], .brands-color-mapbox-2 {
  color: #3887be;
}

.active\:brands-color-mapbox-2:active,
.focus\:brands-color-mapbox-2:focus,
.hover\:brands-color-mapbox-2:hover {
  color: #3887be;
}

[class="fa-brands fa-mapbox-3"], .brands-color-mapbox-3 {
  color: #8a8acb;
}

.active\:brands-color-mapbox-3:active,
.focus\:brands-color-mapbox-3:focus,
.hover\:brands-color-mapbox-3:hover {
  color: #8a8acb;
}

[class="fa-brands fa-mapbox-4"], .brands-color-mapbox-4 {
  color: #56b881;
}

.active\:brands-color-mapbox-4:active,
.focus\:brands-color-mapbox-4:focus,
.hover\:brands-color-mapbox-4:hover {
  color: #56b881;
}

[class="fa-brands fa-mapbox-5"], .brands-color-mapbox-5 {
  color: #50667f;
}

.active\:brands-color-mapbox-5:active,
.focus\:brands-color-mapbox-5:focus,
.hover\:brands-color-mapbox-5:hover {
  color: #50667f;
}

[class="fa-brands fa-mapbox-6"], .brands-color-mapbox-6 {
  color: #41afa5;
}

.active\:brands-color-mapbox-6:active,
.focus\:brands-color-mapbox-6:focus,
.hover\:brands-color-mapbox-6:hover {
  color: #41afa5;
}

[class="fa-brands fa-mapbox-7"], .brands-color-mapbox-7 {
  color: #f9886c;
}

.active\:brands-color-mapbox-7:active,
.focus\:brands-color-mapbox-7:focus,
.hover\:brands-color-mapbox-7:hover {
  color: #f9886c;
}

[class="fa-brands fa-mapbox-8"], .brands-color-mapbox-8 {
  color: #e55e5e;
}

.active\:brands-color-mapbox-8:active,
.focus\:brands-color-mapbox-8:focus,
.hover\:brands-color-mapbox-8:hover {
  color: #e55e5e;
}

[class="fa-brands fa-mapbox-9"], .brands-color-mapbox-9 {
  color: #ed6498;
}

.active\:brands-color-mapbox-9:active,
.focus\:brands-color-mapbox-9:focus,
.hover\:brands-color-mapbox-9:hover {
  color: #ed6498;
}

[class="fa-brands fa-mapbox-10"], .brands-color-mapbox-10 {
  color: #fbb03b;
}

.active\:brands-color-mapbox-10:active,
.focus\:brands-color-mapbox-10:focus,
.hover\:brands-color-mapbox-10:hover {
  color: #fbb03b;
}

[class="fa-brands fa-mapbox-11"], .brands-color-mapbox-11 {
  color: #142736;
}

.active\:brands-color-mapbox-11:active,
.focus\:brands-color-mapbox-11:focus,
.hover\:brands-color-mapbox-11:hover {
  color: #142736;
}

[class="fa-brands fa-mapbox-12"], .brands-color-mapbox-12 {
  color: #28353d;
}

.active\:brands-color-mapbox-12:active,
.focus\:brands-color-mapbox-12:focus,
.hover\:brands-color-mapbox-12:hover {
  color: #28353d;
}

[class="fa-brands fa-mapbox-13"], .brands-color-mapbox-13 {
  color: #222b30;
}

.active\:brands-color-mapbox-13:active,
.focus\:brands-color-mapbox-13:focus,
.hover\:brands-color-mapbox-13:hover {
  color: #222b30;
}

[class="fa-brands fa-massachusetts-institute-of-technology"], .brands-color-massachusetts-institute-of-technology {
  color: #a31f34;
}

.active\:brands-color-massachusetts-institute-of-technology:active,
.focus\:brands-color-massachusetts-institute-of-technology:focus,
.hover\:brands-color-massachusetts-institute-of-technology:hover {
  color: #a31f34;
}

[class="fa-brands fa-massachusetts-institute-of-technology-1"], .brands-color-massachusetts-institute-of-technology-1 {
  color: #a31f34;
}

.active\:brands-color-massachusetts-institute-of-technology-1:active,
.focus\:brands-color-massachusetts-institute-of-technology-1:focus,
.hover\:brands-color-massachusetts-institute-of-technology-1:hover {
  color: #a31f34;
}

[class="fa-brands fa-massachusetts-institute-of-technology-2"], .brands-color-massachusetts-institute-of-technology-2 {
  color: #8a8b8c;
}

.active\:brands-color-massachusetts-institute-of-technology-2:active,
.focus\:brands-color-massachusetts-institute-of-technology-2:focus,
.hover\:brands-color-massachusetts-institute-of-technology-2:hover {
  color: #8a8b8c;
}

[class="fa-brands fa-massachusetts-institute-of-technology-3"], .brands-color-massachusetts-institute-of-technology-3 {
  color: #c2c0bf;
}

.active\:brands-color-massachusetts-institute-of-technology-3:active,
.focus\:brands-color-massachusetts-institute-of-technology-3:focus,
.hover\:brands-color-massachusetts-institute-of-technology-3:hover {
  color: #c2c0bf;
}

[class="fa-brands fa-massy-group"], .brands-color-massy-group {
  color: #004a77;
}

.active\:brands-color-massy-group:active,
.focus\:brands-color-massy-group:focus,
.hover\:brands-color-massy-group:hover {
  color: #004a77;
}

[class="fa-brands fa-massy-group-1"], .brands-color-massy-group-1 {
  color: #004a77;
}

.active\:brands-color-massy-group-1:active,
.focus\:brands-color-massy-group-1:focus,
.hover\:brands-color-massy-group-1:hover {
  color: #004a77;
}

[class="fa-brands fa-massy-group-2"], .brands-color-massy-group-2 {
  color: #00adee;
}

.active\:brands-color-massy-group-2:active,
.focus\:brands-color-massy-group-2:focus,
.hover\:brands-color-massy-group-2:hover {
  color: #00adee;
}

[class="fa-brands fa-massy-group-3"], .brands-color-massy-group-3 {
  color: #ff8100;
}

.active\:brands-color-massy-group-3:active,
.focus\:brands-color-massy-group-3:focus,
.hover\:brands-color-massy-group-3:hover {
  color: #ff8100;
}

[class="fa-brands fa-massy-group-4"], .brands-color-massy-group-4 {
  color: #ffd200;
}

.active\:brands-color-massy-group-4:active,
.focus\:brands-color-massy-group-4:focus,
.hover\:brands-color-massy-group-4:hover {
  color: #ffd200;
}

[class="fa-brands fa-mastercard"], .brands-color-mastercard {
  color: #cc0000;
}

.active\:brands-color-mastercard:active,
.focus\:brands-color-mastercard:focus,
.hover\:brands-color-mastercard:hover {
  color: #cc0000;
}

[class="fa-brands fa-mastercard-1"], .brands-color-mastercard-1 {
  color: #cc0000;
}

.active\:brands-color-mastercard-1:active,
.focus\:brands-color-mastercard-1:focus,
.hover\:brands-color-mastercard-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-mastercard-2"], .brands-color-mastercard-2 {
  color: #ff9900;
}

.active\:brands-color-mastercard-2:active,
.focus\:brands-color-mastercard-2:focus,
.hover\:brands-color-mastercard-2:hover {
  color: #ff9900;
}

[class="fa-brands fa-mastercard-3"], .brands-color-mastercard-3 {
  color: #000066;
}

.active\:brands-color-mastercard-3:active,
.focus\:brands-color-mastercard-3:focus,
.hover\:brands-color-mastercard-3:hover {
  color: #000066;
}

[class="fa-brands fa-mcdonalds"], .brands-color-mcdonalds {
  color: #bf0c0c;
}

.active\:brands-color-mcdonalds:active,
.focus\:brands-color-mcdonalds:focus,
.hover\:brands-color-mcdonalds:hover {
  color: #bf0c0c;
}

[class="fa-brands fa-mcdonalds-1"], .brands-color-mcdonalds-1 {
  color: #bf0c0c;
}

.active\:brands-color-mcdonalds-1:active,
.focus\:brands-color-mcdonalds-1:focus,
.hover\:brands-color-mcdonalds-1:hover {
  color: #bf0c0c;
}

[class="fa-brands fa-mcdonalds-2"], .brands-color-mcdonalds-2 {
  color: #e76a05;
}

.active\:brands-color-mcdonalds-2:active,
.focus\:brands-color-mcdonalds-2:focus,
.hover\:brands-color-mcdonalds-2:hover {
  color: #e76a05;
}

[class="fa-brands fa-mcdonalds-3"], .brands-color-mcdonalds-3 {
  color: #ffc600;
}

.active\:brands-color-mcdonalds-3:active,
.focus\:brands-color-mcdonalds-3:focus,
.hover\:brands-color-mcdonalds-3:hover {
  color: #ffc600;
}

[class="fa-brands fa-mcdonalds-4"], .brands-color-mcdonalds-4 {
  color: #47bc00;
}

.active\:brands-color-mcdonalds-4:active,
.focus\:brands-color-mcdonalds-4:focus,
.hover\:brands-color-mcdonalds-4:hover {
  color: #47bc00;
}

[class="fa-brands fa-mcdonalds-5"], .brands-color-mcdonalds-5 {
  color: #05007b;
}

.active\:brands-color-mcdonalds-5:active,
.focus\:brands-color-mcdonalds-5:focus,
.hover\:brands-color-mcdonalds-5:hover {
  color: #05007b;
}

[class="fa-brands fa-mcdonalds-6"], .brands-color-mcdonalds-6 {
  color: #9748a8;
}

.active\:brands-color-mcdonalds-6:active,
.focus\:brands-color-mcdonalds-6:focus,
.hover\:brands-color-mcdonalds-6:hover {
  color: #9748a8;
}

[class="fa-brands fa-mcdonalds-7"], .brands-color-mcdonalds-7 {
  color: #2bb3f3;
}

.active\:brands-color-mcdonalds-7:active,
.focus\:brands-color-mcdonalds-7:focus,
.hover\:brands-color-mcdonalds-7:hover {
  color: #2bb3f3;
}

[class="fa-brands fa-mcdonalds-8"], .brands-color-mcdonalds-8 {
  color: #865200;
}

.active\:brands-color-mcdonalds-8:active,
.focus\:brands-color-mcdonalds-8:focus,
.hover\:brands-color-mcdonalds-8:hover {
  color: #865200;
}

[class="fa-brands fa-medium"], .brands-color-medium {
  color: #00ab6c;
}

.active\:brands-color-medium:active,
.focus\:brands-color-medium:focus,
.hover\:brands-color-medium:hover {
  color: #00ab6c;
}

[class="fa-brands fa-medium-1"], .brands-color-medium-1 {
  color: #00ab6c;
}

.active\:brands-color-medium-1:active,
.focus\:brands-color-medium-1:focus,
.hover\:brands-color-medium-1:hover {
  color: #00ab6c;
}

[class="fa-brands fa-meetup"], .brands-color-meetup {
  color: #e0393e;
}

.active\:brands-color-meetup:active,
.focus\:brands-color-meetup:focus,
.hover\:brands-color-meetup:hover {
  color: #e0393e;
}

[class="fa-brands fa-meetup-1"], .brands-color-meetup-1 {
  color: #e0393e;
}

.active\:brands-color-meetup-1:active,
.focus\:brands-color-meetup-1:focus,
.hover\:brands-color-meetup-1:hover {
  color: #e0393e;
}

[class="fa-brands fa-meijer"], .brands-color-meijer {
  color: #0a4d8c;
}

.active\:brands-color-meijer:active,
.focus\:brands-color-meijer:focus,
.hover\:brands-color-meijer:hover {
  color: #0a4d8c;
}

[class="fa-brands fa-meijer-1"], .brands-color-meijer-1 {
  color: #0a4d8c;
}

.active\:brands-color-meijer-1:active,
.focus\:brands-color-meijer-1:focus,
.hover\:brands-color-meijer-1:hover {
  color: #0a4d8c;
}

[class="fa-brands fa-meijer-2"], .brands-color-meijer-2 {
  color: #dd1321;
}

.active\:brands-color-meijer-2:active,
.focus\:brands-color-meijer-2:focus,
.hover\:brands-color-meijer-2:hover {
  color: #dd1321;
}

[class="fa-brands fa-mercadolibre-com"], .brands-color-mercadolibre-com {
  color: #ffe600;
}

.active\:brands-color-mercadolibre-com:active,
.focus\:brands-color-mercadolibre-com:focus,
.hover\:brands-color-mercadolibre-com:hover {
  color: #ffe600;
}

[class="fa-brands fa-mercadolibre-com-1"], .brands-color-mercadolibre-com-1 {
  color: #ffe600;
}

.active\:brands-color-mercadolibre-com-1:active,
.focus\:brands-color-mercadolibre-com-1:focus,
.hover\:brands-color-mercadolibre-com-1:hover {
  color: #ffe600;
}

[class="fa-brands fa-mercadolibre-com-2"], .brands-color-mercadolibre-com-2 {
  color: #2d3277;
}

.active\:brands-color-mercadolibre-com-2:active,
.focus\:brands-color-mercadolibre-com-2:focus,
.hover\:brands-color-mercadolibre-com-2:hover {
  color: #2d3277;
}

[class="fa-brands fa-messenger"], .brands-color-messenger {
  color: #0084ff;
}

.active\:brands-color-messenger:active,
.focus\:brands-color-messenger:focus,
.hover\:brands-color-messenger:hover {
  color: #0084ff;
}

[class="fa-brands fa-messenger-1"], .brands-color-messenger-1 {
  color: #0084ff;
}

.active\:brands-color-messenger-1:active,
.focus\:brands-color-messenger-1:focus,
.hover\:brands-color-messenger-1:hover {
  color: #0084ff;
}

[class="fa-brands fa-msu"], .brands-color-msu {
  color: #18453b;
}

.active\:brands-color-msu:active,
.focus\:brands-color-msu:focus,
.hover\:brands-color-msu:hover {
  color: #18453b;
}

[class="fa-brands fa-msu-1"], .brands-color-msu-1 {
  color: #18453b;
}

.active\:brands-color-msu-1:active,
.focus\:brands-color-msu-1:focus,
.hover\:brands-color-msu-1:hover {
  color: #18453b;
}

[class="fa-brands fa-msu-2"], .brands-color-msu-2 {
  color: #0db14b;
}

.active\:brands-color-msu-2:active,
.focus\:brands-color-msu-2:focus,
.hover\:brands-color-msu-2:hover {
  color: #0db14b;
}

[class="fa-brands fa-msu-3"], .brands-color-msu-3 {
  color: #97a2a2;
}

.active\:brands-color-msu-3:active,
.focus\:brands-color-msu-3:focus,
.hover\:brands-color-msu-3:hover {
  color: #97a2a2;
}

[class="fa-brands fa-msu-4"], .brands-color-msu-4 {
  color: #f08521;
}

.active\:brands-color-msu-4:active,
.focus\:brands-color-msu-4:focus,
.hover\:brands-color-msu-4:hover {
  color: #f08521;
}

[class="fa-brands fa-msu-5"], .brands-color-msu-5 {
  color: #008183;
}

.active\:brands-color-msu-5:active,
.focus\:brands-color-msu-5:focus,
.hover\:brands-color-msu-5:hover {
  color: #008183;
}

[class="fa-brands fa-msu-6"], .brands-color-msu-6 {
  color: #909ab7;
}

.active\:brands-color-msu-6:active,
.focus\:brands-color-msu-6:focus,
.hover\:brands-color-msu-6:hover {
  color: #909ab7;
}

[class="fa-brands fa-msu-7"], .brands-color-msu-7 {
  color: #535054;
}

.active\:brands-color-msu-7:active,
.focus\:brands-color-msu-7:focus,
.hover\:brands-color-msu-7:hover {
  color: #535054;
}

[class="fa-brands fa-msu-8"], .brands-color-msu-8 {
  color: #d1de3f;
}

.active\:brands-color-msu-8:active,
.focus\:brands-color-msu-8:focus,
.hover\:brands-color-msu-8:hover {
  color: #d1de3f;
}

[class="fa-brands fa-msu-9"], .brands-color-msu-9 {
  color: #e8d9b5;
}

.active\:brands-color-msu-9:active,
.focus\:brands-color-msu-9:focus,
.hover\:brands-color-msu-9:hover {
  color: #e8d9b5;
}

[class="fa-brands fa-msu-10"], .brands-color-msu-10 {
  color: #c89a58;
}

.active\:brands-color-msu-10:active,
.focus\:brands-color-msu-10:focus,
.hover\:brands-color-msu-10:hover {
  color: #c89a58;
}

[class="fa-brands fa-msu-11"], .brands-color-msu-11 {
  color: #94ae4a;
}

.active\:brands-color-msu-11:active,
.focus\:brands-color-msu-11:focus,
.hover\:brands-color-msu-11:hover {
  color: #94ae4a;
}

[class="fa-brands fa-msu-12"], .brands-color-msu-12 {
  color: #6e005f;
}

.active\:brands-color-msu-12:active,
.focus\:brands-color-msu-12:focus,
.hover\:brands-color-msu-12:hover {
  color: #6e005f;
}

[class="fa-brands fa-msu-13"], .brands-color-msu-13 {
  color: #cb5a28;
}

.active\:brands-color-msu-13:active,
.focus\:brands-color-msu-13:focus,
.hover\:brands-color-msu-13:hover {
  color: #cb5a28;
}

[class="fa-brands fa-microsoft"], .brands-color-microsoft {
  color: #f65314;
}

.active\:brands-color-microsoft:active,
.focus\:brands-color-microsoft:focus,
.hover\:brands-color-microsoft:hover {
  color: #f65314;
}

[class="fa-brands fa-microsoft-1"], .brands-color-microsoft-1 {
  color: #f65314;
}

.active\:brands-color-microsoft-1:active,
.focus\:brands-color-microsoft-1:focus,
.hover\:brands-color-microsoft-1:hover {
  color: #f65314;
}

[class="fa-brands fa-microsoft-2"], .brands-color-microsoft-2 {
  color: #7cbb00;
}

.active\:brands-color-microsoft-2:active,
.focus\:brands-color-microsoft-2:focus,
.hover\:brands-color-microsoft-2:hover {
  color: #7cbb00;
}

[class="fa-brands fa-microsoft-3"], .brands-color-microsoft-3 {
  color: #00a1f1;
}

.active\:brands-color-microsoft-3:active,
.focus\:brands-color-microsoft-3:focus,
.hover\:brands-color-microsoft-3:hover {
  color: #00a1f1;
}

[class="fa-brands fa-microsoft-4"], .brands-color-microsoft-4 {
  color: #ffbb00;
}

.active\:brands-color-microsoft-4:active,
.focus\:brands-color-microsoft-4:focus,
.hover\:brands-color-microsoft-4:hover {
  color: #ffbb00;
}

[class="fa-brands fa-microsoft-band"], .brands-color-microsoft-band {
  color: #783bd2;
}

.active\:brands-color-microsoft-band:active,
.focus\:brands-color-microsoft-band:focus,
.hover\:brands-color-microsoft-band:hover {
  color: #783bd2;
}

[class="fa-brands fa-microsoft-band-1"], .brands-color-microsoft-band-1 {
  color: #783bd2;
}

.active\:brands-color-microsoft-band-1:active,
.focus\:brands-color-microsoft-band-1:focus,
.hover\:brands-color-microsoft-band-1:hover {
  color: #783bd2;
}

[class="fa-brands fa-microsoft-office"], .brands-color-microsoft-office {
  color: #ea3e23;
}

.active\:brands-color-microsoft-office:active,
.focus\:brands-color-microsoft-office:focus,
.hover\:brands-color-microsoft-office:hover {
  color: #ea3e23;
}

[class="fa-brands fa-microsoft-office-1"], .brands-color-microsoft-office-1 {
  color: #ea3e23;
}

.active\:brands-color-microsoft-office-1:active,
.focus\:brands-color-microsoft-office-1:focus,
.hover\:brands-color-microsoft-office-1:hover {
  color: #ea3e23;
}

[class="fa-brands fa-microsoft-surface"], .brands-color-microsoft-surface {
  color: #0078d7;
}

.active\:brands-color-microsoft-surface:active,
.focus\:brands-color-microsoft-surface:focus,
.hover\:brands-color-microsoft-surface:hover {
  color: #0078d7;
}

[class="fa-brands fa-microsoft-surface-1"], .brands-color-microsoft-surface-1 {
  color: #0078d7;
}

.active\:brands-color-microsoft-surface-1:active,
.focus\:brands-color-microsoft-surface-1:focus,
.hover\:brands-color-microsoft-surface-1:hover {
  color: #0078d7;
}

[class="fa-brands fa-microsoft-surface-2"], .brands-color-microsoft-surface-2 {
  color: #eeeeee;
}

.active\:brands-color-microsoft-surface-2:active,
.focus\:brands-color-microsoft-surface-2:focus,
.hover\:brands-color-microsoft-surface-2:hover {
  color: #eeeeee;
}

[class="fa-brands fa-microsoft-surface-3"], .brands-color-microsoft-surface-3 {
  color: #737373;
}

.active\:brands-color-microsoft-surface-3:active,
.focus\:brands-color-microsoft-surface-3:focus,
.hover\:brands-color-microsoft-surface-3:hover {
  color: #737373;
}

[class="fa-brands fa-microsoft-surface-4"], .brands-color-microsoft-surface-4 {
  color: #505050;
}

.active\:brands-color-microsoft-surface-4:active,
.focus\:brands-color-microsoft-surface-4:focus,
.hover\:brands-color-microsoft-surface-4:hover {
  color: #505050;
}

[class="fa-brands fa-microsoft-surface-5"], .brands-color-microsoft-surface-5 {
  color: #000000;
}

.active\:brands-color-microsoft-surface-5:active,
.focus\:brands-color-microsoft-surface-5:focus,
.hover\:brands-color-microsoft-surface-5:hover {
  color: #000000;
}

[class="fa-brands fa-milligram"], .brands-color-milligram {
  color: #9b4dca;
}

.active\:brands-color-milligram:active,
.focus\:brands-color-milligram:focus,
.hover\:brands-color-milligram:hover {
  color: #9b4dca;
}

[class="fa-brands fa-milligram-1"], .brands-color-milligram-1 {
  color: #9b4dca;
}

.active\:brands-color-milligram-1:active,
.focus\:brands-color-milligram-1:focus,
.hover\:brands-color-milligram-1:hover {
  color: #9b4dca;
}

[class="fa-brands fa-milligram-2"], .brands-color-milligram-2 {
  color: #f4f5f6;
}

.active\:brands-color-milligram-2:active,
.focus\:brands-color-milligram-2:focus,
.hover\:brands-color-milligram-2:hover {
  color: #f4f5f6;
}

[class="fa-brands fa-milligram-3"], .brands-color-milligram-3 {
  color: #606c76;
}

.active\:brands-color-milligram-3:active,
.focus\:brands-color-milligram-3:focus,
.hover\:brands-color-milligram-3:hover {
  color: #606c76;
}

[class="fa-brands fa-mixcloud"], .brands-color-mixcloud {
  color: #52aad8;
}

.active\:brands-color-mixcloud:active,
.focus\:brands-color-mixcloud:focus,
.hover\:brands-color-mixcloud:hover {
  color: #52aad8;
}

[class="fa-brands fa-mixcloud-1"], .brands-color-mixcloud-1 {
  color: #52aad8;
}

.active\:brands-color-mixcloud-1:active,
.focus\:brands-color-mixcloud-1:focus,
.hover\:brands-color-mixcloud-1:hover {
  color: #52aad8;
}

[class="fa-brands fa-mixcloud-2"], .brands-color-mixcloud-2 {
  color: #273a4b;
}

.active\:brands-color-mixcloud-2:active,
.focus\:brands-color-mixcloud-2:focus,
.hover\:brands-color-mixcloud-2:hover {
  color: #273a4b;
}

[class="fa-brands fa-mixcloud-3"], .brands-color-mixcloud-3 {
  color: #1d2d3b;
}

.active\:brands-color-mixcloud-3:active,
.focus\:brands-color-mixcloud-3:focus,
.hover\:brands-color-mixcloud-3:hover {
  color: #1d2d3b;
}

[class="fa-brands fa-mixpanel"], .brands-color-mixpanel {
  color: #a086d3;
}

.active\:brands-color-mixpanel:active,
.focus\:brands-color-mixpanel:focus,
.hover\:brands-color-mixpanel:hover {
  color: #a086d3;
}

[class="fa-brands fa-mixpanel-1"], .brands-color-mixpanel-1 {
  color: #a086d3;
}

.active\:brands-color-mixpanel-1:active,
.focus\:brands-color-mixpanel-1:focus,
.hover\:brands-color-mixpanel-1:hover {
  color: #a086d3;
}

[class="fa-brands fa-mlb"], .brands-color-mlb {
  color: #000088;
}

.active\:brands-color-mlb:active,
.focus\:brands-color-mlb:focus,
.hover\:brands-color-mlb:hover {
  color: #000088;
}

[class="fa-brands fa-mlb-1"], .brands-color-mlb-1 {
  color: #000088;
}

.active\:brands-color-mlb-1:active,
.focus\:brands-color-mlb-1:focus,
.hover\:brands-color-mlb-1:hover {
  color: #000088;
}

[class="fa-brands fa-mlb-2"], .brands-color-mlb-2 {
  color: #cc0000;
}

.active\:brands-color-mlb-2:active,
.focus\:brands-color-mlb-2:focus,
.hover\:brands-color-mlb-2:hover {
  color: #cc0000;
}

[class="fa-brands fa-mobilink"], .brands-color-mobilink {
  color: #ee1d23;
}

.active\:brands-color-mobilink:active,
.focus\:brands-color-mobilink:focus,
.hover\:brands-color-mobilink:hover {
  color: #ee1d23;
}

[class="fa-brands fa-mobilink-1"], .brands-color-mobilink-1 {
  color: #ee1d23;
}

.active\:brands-color-mobilink-1:active,
.focus\:brands-color-mobilink-1:focus,
.hover\:brands-color-mobilink-1:hover {
  color: #ee1d23;
}

[class="fa-brands fa-mojang"], .brands-color-mojang {
  color: #db1f29;
}

.active\:brands-color-mojang:active,
.focus\:brands-color-mojang:focus,
.hover\:brands-color-mojang:hover {
  color: #db1f29;
}

[class="fa-brands fa-mojang-1"], .brands-color-mojang-1 {
  color: #db1f29;
}

.active\:brands-color-mojang-1:active,
.focus\:brands-color-mojang-1:focus,
.hover\:brands-color-mojang-1:hover {
  color: #db1f29;
}

[class="fa-brands fa-mojang-2"], .brands-color-mojang-2 {
  color: #000000;
}

.active\:brands-color-mojang-2:active,
.focus\:brands-color-mojang-2:focus,
.hover\:brands-color-mojang-2:hover {
  color: #000000;
}

[class="fa-brands fa-mollie"], .brands-color-mollie {
  color: #c6d6df;
}

.active\:brands-color-mollie:active,
.focus\:brands-color-mollie:focus,
.hover\:brands-color-mollie:hover {
  color: #c6d6df;
}

[class="fa-brands fa-mollie-1"], .brands-color-mollie-1 {
  color: #c6d6df;
}

.active\:brands-color-mollie-1:active,
.focus\:brands-color-mollie-1:focus,
.hover\:brands-color-mollie-1:hover {
  color: #c6d6df;
}

[class="fa-brands fa-mollie-2"], .brands-color-mollie-2 {
  color: #ec4534;
}

.active\:brands-color-mollie-2:active,
.focus\:brands-color-mollie-2:focus,
.hover\:brands-color-mollie-2:hover {
  color: #ec4534;
}

[class="fa-brands fa-mongodb"], .brands-color-mongodb {
  color: #589636;
}

.active\:brands-color-mongodb:active,
.focus\:brands-color-mongodb:focus,
.hover\:brands-color-mongodb:hover {
  color: #589636;
}

[class="fa-brands fa-mongodb-1"], .brands-color-mongodb-1 {
  color: #589636;
}

.active\:brands-color-mongodb-1:active,
.focus\:brands-color-mongodb-1:focus,
.hover\:brands-color-mongodb-1:hover {
  color: #589636;
}

[class="fa-brands fa-montclair-state-university"], .brands-color-montclair-state-university {
  color: #ce1141;
}

.active\:brands-color-montclair-state-university:active,
.focus\:brands-color-montclair-state-university:focus,
.hover\:brands-color-montclair-state-university:hover {
  color: #ce1141;
}

[class="fa-brands fa-montclair-state-university-1"], .brands-color-montclair-state-university-1 {
  color: #ce1141;
}

.active\:brands-color-montclair-state-university-1:active,
.focus\:brands-color-montclair-state-university-1:focus,
.hover\:brands-color-montclair-state-university-1:hover {
  color: #ce1141;
}

[class="fa-brands fa-montclair-state-university-2"], .brands-color-montclair-state-university-2 {
  color: #eeb111;
}

.active\:brands-color-montclair-state-university-2:active,
.focus\:brands-color-montclair-state-university-2:focus,
.hover\:brands-color-montclair-state-university-2:hover {
  color: #eeb111;
}

[class="fa-brands fa-montclair-state-university-3"], .brands-color-montclair-state-university-3 {
  color: #e87d1e;
}

.active\:brands-color-montclair-state-university-3:active,
.focus\:brands-color-montclair-state-university-3:focus,
.hover\:brands-color-montclair-state-university-3:hover {
  color: #e87d1e;
}

[class="fa-brands fa-montclair-state-university-4"], .brands-color-montclair-state-university-4 {
  color: #94ce08;
}

.active\:brands-color-montclair-state-university-4:active,
.focus\:brands-color-montclair-state-university-4:focus,
.hover\:brands-color-montclair-state-university-4:hover {
  color: #94ce08;
}

[class="fa-brands fa-montclair-state-university-5"], .brands-color-montclair-state-university-5 {
  color: #00386b;
}

.active\:brands-color-montclair-state-university-5:active,
.focus\:brands-color-montclair-state-university-5:focus,
.hover\:brands-color-montclair-state-university-5:hover {
  color: #00386b;
}

[class="fa-brands fa-montclair-state-university-6"], .brands-color-montclair-state-university-6 {
  color: #969491;
}

.active\:brands-color-montclair-state-university-6:active,
.focus\:brands-color-montclair-state-university-6:focus,
.hover\:brands-color-montclair-state-university-6:hover {
  color: #969491;
}

[class="fa-brands fa-more4"], .brands-color-more4 {
  color: #949483;
}

.active\:brands-color-more4:active,
.focus\:brands-color-more4:focus,
.hover\:brands-color-more4:hover {
  color: #949483;
}

[class="fa-brands fa-more4-1"], .brands-color-more4-1 {
  color: #949483;
}

.active\:brands-color-more4-1:active,
.focus\:brands-color-more4-1:focus,
.hover\:brands-color-more4-1:hover {
  color: #949483;
}

[class="fa-brands fa-more4-2"], .brands-color-more4-2 {
  color: #f47b7b;
}

.active\:brands-color-more4-2:active,
.focus\:brands-color-more4-2:focus,
.hover\:brands-color-more4-2:hover {
  color: #f47b7b;
}

[class="fa-brands fa-more4-3"], .brands-color-more4-3 {
  color: #9f1f5c;
}

.active\:brands-color-more4-3:active,
.focus\:brands-color-more4-3:focus,
.hover\:brands-color-more4-3:hover {
  color: #9f1f5c;
}

[class="fa-brands fa-more4-4"], .brands-color-more4-4 {
  color: #ef9020;
}

.active\:brands-color-more4-4:active,
.focus\:brands-color-more4-4:focus,
.hover\:brands-color-more4-4:hover {
  color: #ef9020;
}

[class="fa-brands fa-more4-5"], .brands-color-more4-5 {
  color: #00af3e;
}

.active\:brands-color-more4-5:active,
.focus\:brands-color-more4-5:focus,
.hover\:brands-color-more4-5:hover {
  color: #00af3e;
}

[class="fa-brands fa-more4-6"], .brands-color-more4-6 {
  color: #85b7e2;
}

.active\:brands-color-more4-6:active,
.focus\:brands-color-more4-6:focus,
.hover\:brands-color-more4-6:hover {
  color: #85b7e2;
}

[class="fa-brands fa-more4-7"], .brands-color-more4-7 {
  color: #29245c;
}

.active\:brands-color-more4-7:active,
.focus\:brands-color-more4-7:focus,
.hover\:brands-color-more4-7:hover {
  color: #29245c;
}

[class="fa-brands fa-more4-8"], .brands-color-more4-8 {
  color: #ffd616;
}

.active\:brands-color-more4-8:active,
.focus\:brands-color-more4-8:focus,
.hover\:brands-color-more4-8:hover {
  color: #ffd616;
}

[class="fa-brands fa-more4-9"], .brands-color-more4-9 {
  color: #e5352b;
}

.active\:brands-color-more4-9:active,
.focus\:brands-color-more4-9:focus,
.hover\:brands-color-more4-9:hover {
  color: #e5352b;
}

[class="fa-brands fa-more4-10"], .brands-color-more4-10 {
  color: #e990ab;
}

.active\:brands-color-more4-10:active,
.focus\:brands-color-more4-10:focus,
.hover\:brands-color-more4-10:hover {
  color: #e990ab;
}

[class="fa-brands fa-more4-11"], .brands-color-more4-11 {
  color: #0081b4;
}

.active\:brands-color-more4-11:active,
.focus\:brands-color-more4-11:focus,
.hover\:brands-color-more4-11:hover {
  color: #0081b4;
}

[class="fa-brands fa-more4-12"], .brands-color-more4-12 {
  color: #96cbb3;
}

.active\:brands-color-more4-12:active,
.focus\:brands-color-more4-12:focus,
.hover\:brands-color-more4-12:hover {
  color: #96cbb3;
}

[class="fa-brands fa-more4-13"], .brands-color-more4-13 {
  color: #91be3e;
}

.active\:brands-color-more4-13:active,
.focus\:brands-color-more4-13:focus,
.hover\:brands-color-more4-13:hover {
  color: #91be3e;
}

[class="fa-brands fa-more4-14"], .brands-color-more4-14 {
  color: #39a6dd;
}

.active\:brands-color-more4-14:active,
.focus\:brands-color-more4-14:focus,
.hover\:brands-color-more4-14:hover {
  color: #39a6dd;
}

[class="fa-brands fa-more4-15"], .brands-color-more4-15 {
  color: #eb0973;
}

.active\:brands-color-more4-15:active,
.focus\:brands-color-more4-15:focus,
.hover\:brands-color-more4-15:hover {
  color: #eb0973;
}

[class="fa-brands fa-more4-16"], .brands-color-more4-16 {
  color: #dde2e0;
}

.active\:brands-color-more4-16:active,
.focus\:brands-color-more4-16:focus,
.hover\:brands-color-more4-16:hover {
  color: #dde2e0;
}

[class="fa-brands fa-more4-17"], .brands-color-more4-17 {
  color: #333c41;
}

.active\:brands-color-more4-17:active,
.focus\:brands-color-more4-17:focus,
.hover\:brands-color-more4-17:hover {
  color: #333c41;
}

[class="fa-brands fa-motorola"], .brands-color-motorola {
  color: #5c92fa;
}

.active\:brands-color-motorola:active,
.focus\:brands-color-motorola:focus,
.hover\:brands-color-motorola:hover {
  color: #5c92fa;
}

[class="fa-brands fa-motorola-1"], .brands-color-motorola-1 {
  color: #5c92fa;
}

.active\:brands-color-motorola-1:active,
.focus\:brands-color-motorola-1:focus,
.hover\:brands-color-motorola-1:hover {
  color: #5c92fa;
}

[class="fa-brands fa-mozilla"], .brands-color-mozilla {
  color: #c13832;
}

.active\:brands-color-mozilla:active,
.focus\:brands-color-mozilla:focus,
.hover\:brands-color-mozilla:hover {
  color: #c13832;
}

[class="fa-brands fa-mozilla-1"], .brands-color-mozilla-1 {
  color: #c13832;
}

.active\:brands-color-mozilla-1:active,
.focus\:brands-color-mozilla-1:focus,
.hover\:brands-color-mozilla-1:hover {
  color: #c13832;
}

[class="fa-brands fa-mozilla-2"], .brands-color-mozilla-2 {
  color: #d7d3c8;
}

.active\:brands-color-mozilla-2:active,
.focus\:brands-color-mozilla-2:focus,
.hover\:brands-color-mozilla-2:hover {
  color: #d7d3c8;
}

[class="fa-brands fa-mozilla-3"], .brands-color-mozilla-3 {
  color: #4d4e53;
}

.active\:brands-color-mozilla-3:active,
.focus\:brands-color-mozilla-3:focus,
.hover\:brands-color-mozilla-3:hover {
  color: #4d4e53;
}

[class="fa-brands fa-musixmatch"], .brands-color-musixmatch {
  color: #ff6050;
}

.active\:brands-color-musixmatch:active,
.focus\:brands-color-musixmatch:focus,
.hover\:brands-color-musixmatch:hover {
  color: #ff6050;
}

[class="fa-brands fa-musixmatch-1"], .brands-color-musixmatch-1 {
  color: #ff6050;
}

.active\:brands-color-musixmatch-1:active,
.focus\:brands-color-musixmatch-1:focus,
.hover\:brands-color-musixmatch-1:hover {
  color: #ff6050;
}

[class="fa-brands fa-musixmatch-2"], .brands-color-musixmatch-2 {
  color: #ff0e83;
}

.active\:brands-color-musixmatch-2:active,
.focus\:brands-color-musixmatch-2:focus,
.hover\:brands-color-musixmatch-2:hover {
  color: #ff0e83;
}

[class="fa-brands fa-musixmatch-3"], .brands-color-musixmatch-3 {
  color: #d54262;
}

.active\:brands-color-musixmatch-3:active,
.focus\:brands-color-musixmatch-3:focus,
.hover\:brands-color-musixmatch-3:hover {
  color: #d54262;
}

[class="fa-brands fa-musixmatch-4"], .brands-color-musixmatch-4 {
  color: #813867;
}

.active\:brands-color-musixmatch-4:active,
.focus\:brands-color-musixmatch-4:focus,
.hover\:brands-color-musixmatch-4:hover {
  color: #813867;
}

[class="fa-brands fa-musixmatch-5"], .brands-color-musixmatch-5 {
  color: #66336e;
}

.active\:brands-color-musixmatch-5:active,
.focus\:brands-color-musixmatch-5:focus,
.hover\:brands-color-musixmatch-5:hover {
  color: #66336e;
}

[class="fa-brands fa-musixmatch-6"], .brands-color-musixmatch-6 {
  color: #341539;
}

.active\:brands-color-musixmatch-6:active,
.focus\:brands-color-musixmatch-6:focus,
.hover\:brands-color-musixmatch-6:hover {
  color: #341539;
}

[class="fa-brands fa-musixmatch-7"], .brands-color-musixmatch-7 {
  color: #5677fc;
}

.active\:brands-color-musixmatch-7:active,
.focus\:brands-color-musixmatch-7:focus,
.hover\:brands-color-musixmatch-7:hover {
  color: #5677fc;
}

[class="fa-brands fa-musixmatch-8"], .brands-color-musixmatch-8 {
  color: #9013fe;
}

.active\:brands-color-musixmatch-8:active,
.focus\:brands-color-musixmatch-8:focus,
.hover\:brands-color-musixmatch-8:hover {
  color: #9013fe;
}

[class="fa-brands fa-musixmatch-9"], .brands-color-musixmatch-9 {
  color: #ffc208;
}

.active\:brands-color-musixmatch-9:active,
.focus\:brands-color-musixmatch-9:focus,
.hover\:brands-color-musixmatch-9:hover {
  color: #ffc208;
}

[class="fa-brands fa-musixmatch-10"], .brands-color-musixmatch-10 {
  color: #00cc99;
}

.active\:brands-color-musixmatch-10:active,
.focus\:brands-color-musixmatch-10:focus,
.hover\:brands-color-musixmatch-10:hover {
  color: #00cc99;
}

[class="fa-brands fa-muut"], .brands-color-muut {
  color: #1fadc5;
}

.active\:brands-color-muut:active,
.focus\:brands-color-muut:focus,
.hover\:brands-color-muut:hover {
  color: #1fadc5;
}

[class="fa-brands fa-muut-1"], .brands-color-muut-1 {
  color: #1fadc5;
}

.active\:brands-color-muut-1:active,
.focus\:brands-color-muut-1:focus,
.hover\:brands-color-muut-1:hover {
  color: #1fadc5;
}

[class="fa-brands fa-muut-2"], .brands-color-muut-2 {
  color: #ff8000;
}

.active\:brands-color-muut-2:active,
.focus\:brands-color-muut-2:focus,
.hover\:brands-color-muut-2:hover {
  color: #ff8000;
}

[class="fa-brands fa-myanimelist"], .brands-color-myanimelist {
  color: #2e51a2;
}

.active\:brands-color-myanimelist:active,
.focus\:brands-color-myanimelist:focus,
.hover\:brands-color-myanimelist:hover {
  color: #2e51a2;
}

[class="fa-brands fa-myanimelist-1"], .brands-color-myanimelist-1 {
  color: #2e51a2;
}

.active\:brands-color-myanimelist-1:active,
.focus\:brands-color-myanimelist-1:focus,
.hover\:brands-color-myanimelist-1:hover {
  color: #2e51a2;
}

[class="fa-brands fa-myspace"], .brands-color-myspace {
  color: #000000;
}

.active\:brands-color-myspace:active,
.focus\:brands-color-myspace:focus,
.hover\:brands-color-myspace:hover {
  color: #000000;
}

[class="fa-brands fa-myspace-1"], .brands-color-myspace-1 {
  color: #000000;
}

.active\:brands-color-myspace-1:active,
.focus\:brands-color-myspace-1:focus,
.hover\:brands-color-myspace-1:hover {
  color: #000000;
}

[class="fa-brands fa-mysql"], .brands-color-mysql {
  color: #00758f;
}

.active\:brands-color-mysql:active,
.focus\:brands-color-mysql:focus,
.hover\:brands-color-mysql:hover {
  color: #00758f;
}

[class="fa-brands fa-mysql-1"], .brands-color-mysql-1 {
  color: #00758f;
}

.active\:brands-color-mysql-1:active,
.focus\:brands-color-mysql-1:focus,
.hover\:brands-color-mysql-1:hover {
  color: #00758f;
}

[class="fa-brands fa-mysql-2"], .brands-color-mysql-2 {
  color: #f29111;
}

.active\:brands-color-mysql-2:active,
.focus\:brands-color-mysql-2:focus,
.hover\:brands-color-mysql-2:hover {
  color: #f29111;
}

[class="fa-brands fa-nanowrimo"], .brands-color-nanowrimo {
  color: #93dee8;
}

.active\:brands-color-nanowrimo:active,
.focus\:brands-color-nanowrimo:focus,
.hover\:brands-color-nanowrimo:hover {
  color: #93dee8;
}

[class="fa-brands fa-nanowrimo-1"], .brands-color-nanowrimo-1 {
  color: #93dee8;
}

.active\:brands-color-nanowrimo-1:active,
.focus\:brands-color-nanowrimo-1:focus,
.hover\:brands-color-nanowrimo-1:hover {
  color: #93dee8;
}

[class="fa-brands fa-nanowrimo-2"], .brands-color-nanowrimo-2 {
  color: #5a2e14;
}

.active\:brands-color-nanowrimo-2:active,
.focus\:brands-color-nanowrimo-2:focus,
.hover\:brands-color-nanowrimo-2:hover {
  color: #5a2e14;
}

[class="fa-brands fa-nasa"], .brands-color-nasa {
  color: #fc3d21;
}

.active\:brands-color-nasa:active,
.focus\:brands-color-nasa:focus,
.hover\:brands-color-nasa:hover {
  color: #fc3d21;
}

[class="fa-brands fa-nasa-1"], .brands-color-nasa-1 {
  color: #fc3d21;
}

.active\:brands-color-nasa-1:active,
.focus\:brands-color-nasa-1:focus,
.hover\:brands-color-nasa-1:hover {
  color: #fc3d21;
}

[class="fa-brands fa-nasa-2"], .brands-color-nasa-2 {
  color: #0b3d91;
}

.active\:brands-color-nasa-2:active,
.focus\:brands-color-nasa-2:focus,
.hover\:brands-color-nasa-2:hover {
  color: #0b3d91;
}

[class="fa-brands fa-nascar"], .brands-color-nascar {
  color: #ffd659;
}

.active\:brands-color-nascar:active,
.focus\:brands-color-nascar:focus,
.hover\:brands-color-nascar:hover {
  color: #ffd659;
}

[class="fa-brands fa-nascar-1"], .brands-color-nascar-1 {
  color: #ffd659;
}

.active\:brands-color-nascar-1:active,
.focus\:brands-color-nascar-1:focus,
.hover\:brands-color-nascar-1:hover {
  color: #ffd659;
}

[class="fa-brands fa-nascar-2"], .brands-color-nascar-2 {
  color: #e4002b;
}

.active\:brands-color-nascar-2:active,
.focus\:brands-color-nascar-2:focus,
.hover\:brands-color-nascar-2:hover {
  color: #e4002b;
}

[class="fa-brands fa-nascar-3"], .brands-color-nascar-3 {
  color: #007ac2;
}

.active\:brands-color-nascar-3:active,
.focus\:brands-color-nascar-3:focus,
.hover\:brands-color-nascar-3:hover {
  color: #007ac2;
}

[class="fa-brands fa-national-geographic"], .brands-color-national-geographic {
  color: #ffcc00;
}

.active\:brands-color-national-geographic:active,
.focus\:brands-color-national-geographic:focus,
.hover\:brands-color-national-geographic:hover {
  color: #ffcc00;
}

[class="fa-brands fa-national-geographic-1"], .brands-color-national-geographic-1 {
  color: #ffcc00;
}

.active\:brands-color-national-geographic-1:active,
.focus\:brands-color-national-geographic-1:focus,
.hover\:brands-color-national-geographic-1:hover {
  color: #ffcc00;
}

[class="fa-brands fa-national-geographic-2"], .brands-color-national-geographic-2 {
  color: #000000;
}

.active\:brands-color-national-geographic-2:active,
.focus\:brands-color-national-geographic-2:focus,
.hover\:brands-color-national-geographic-2:hover {
  color: #000000;
}

[class="fa-brands fa-nationwide"], .brands-color-nationwide {
  color: #0071bf;
}

.active\:brands-color-nationwide:active,
.focus\:brands-color-nationwide:focus,
.hover\:brands-color-nationwide:hover {
  color: #0071bf;
}

[class="fa-brands fa-nationwide-1"], .brands-color-nationwide-1 {
  color: #0071bf;
}

.active\:brands-color-nationwide-1:active,
.focus\:brands-color-nationwide-1:focus,
.hover\:brands-color-nationwide-1:hover {
  color: #0071bf;
}

[class="fa-brands fa-nationwide-2"], .brands-color-nationwide-2 {
  color: #000000;
}

.active\:brands-color-nationwide-2:active,
.focus\:brands-color-nationwide-2:focus,
.hover\:brands-color-nationwide-2:hover {
  color: #000000;
}

[class="fa-brands fa-nbc"], .brands-color-nbc {
  color: #e1ac26;
}

.active\:brands-color-nbc:active,
.focus\:brands-color-nbc:focus,
.hover\:brands-color-nbc:hover {
  color: #e1ac26;
}

[class="fa-brands fa-n1"], .brands-color-n1 {
  color: #e1ac26;
}

.active\:brands-color-n1:active,
.focus\:brands-color-n1:focus,
.hover\:brands-color-n1:hover {
  color: #e1ac26;
}

[class="fa-brands fa-n2"], .brands-color-n2 {
  color: #dc380f;
}

.active\:brands-color-n2:active,
.focus\:brands-color-n2:focus,
.hover\:brands-color-n2:hover {
  color: #dc380f;
}

[class="fa-brands fa-n3"], .brands-color-n3 {
  color: #9f0812;
}

.active\:brands-color-n3:active,
.focus\:brands-color-n3:focus,
.hover\:brands-color-n3:hover {
  color: #9f0812;
}

[class="fa-brands fa-n4"], .brands-color-n4 {
  color: #6347b2;
}

.active\:brands-color-n4:active,
.focus\:brands-color-n4:focus,
.hover\:brands-color-n4:hover {
  color: #6347b2;
}

[class="fa-brands fa-n5"], .brands-color-n5 {
  color: #368dd5;
}

.active\:brands-color-n5:active,
.focus\:brands-color-n5:focus,
.hover\:brands-color-n5:hover {
  color: #368dd5;
}

[class="fa-brands fa-n6"], .brands-color-n6 {
  color: #70af1e;
}

.active\:brands-color-n6:active,
.focus\:brands-color-n6:focus,
.hover\:brands-color-n6:hover {
  color: #70af1e;
}

[class="fa-brands fa-n7"], .brands-color-n7 {
  color: #7e887a;
}

.active\:brands-color-n7:active,
.focus\:brands-color-n7:focus,
.hover\:brands-color-n7:hover {
  color: #7e887a;
}

[class="fa-brands fa-nc-state-university"], .brands-color-nc-state-university {
  color: #cc0000;
}

.active\:brands-color-nc-state-university:active,
.focus\:brands-color-nc-state-university:focus,
.hover\:brands-color-nc-state-university:hover {
  color: #cc0000;
}

[class="fa-brands fa-nc-state-university-1"], .brands-color-nc-state-university-1 {
  color: #cc0000;
}

.active\:brands-color-nc-state-university-1:active,
.focus\:brands-color-nc-state-university-1:focus,
.hover\:brands-color-nc-state-university-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-nc-state-university-2"], .brands-color-nc-state-university-2 {
  color: #000000;
}

.active\:brands-color-nc-state-university-2:active,
.focus\:brands-color-nc-state-university-2:focus,
.hover\:brands-color-nc-state-university-2:hover {
  color: #000000;
}

[class="fa-brands fa-nest"], .brands-color-nest {
  color: #00afd8;
}

.active\:brands-color-nest:active,
.focus\:brands-color-nest:focus,
.hover\:brands-color-nest:hover {
  color: #00afd8;
}

[class="fa-brands fa-nest-1"], .brands-color-nest-1 {
  color: #00afd8;
}

.active\:brands-color-nest-1:active,
.focus\:brands-color-nest-1:focus,
.hover\:brands-color-nest-1:hover {
  color: #00afd8;
}

[class="fa-brands fa-nest-2"], .brands-color-nest-2 {
  color: #7b858e;
}

.active\:brands-color-nest-2:active,
.focus\:brands-color-nest-2:focus,
.hover\:brands-color-nest-2:hover {
  color: #7b858e;
}

[class="fa-brands fa-netflix"], .brands-color-netflix {
  color: #e50914;
}

.active\:brands-color-netflix:active,
.focus\:brands-color-netflix:focus,
.hover\:brands-color-netflix:hover {
  color: #e50914;
}

[class="fa-brands fa-netflix-1"], .brands-color-netflix-1 {
  color: #e50914;
}

.active\:brands-color-netflix-1:active,
.focus\:brands-color-netflix-1:focus,
.hover\:brands-color-netflix-1:hover {
  color: #e50914;
}

[class="fa-brands fa-netflix-2"], .brands-color-netflix-2 {
  color: #221f1f;
}

.active\:brands-color-netflix-2:active,
.focus\:brands-color-netflix-2:focus,
.hover\:brands-color-netflix-2:hover {
  color: #221f1f;
}

[class="fa-brands fa-netflix-3"], .brands-color-netflix-3 {
  color: #f5f5f1;
}

.active\:brands-color-netflix-3:active,
.focus\:brands-color-netflix-3:focus,
.hover\:brands-color-netflix-3:hover {
  color: #f5f5f1;
}

[class="fa-brands fa-netvibes"], .brands-color-netvibes {
  color: #39bd00;
}

.active\:brands-color-netvibes:active,
.focus\:brands-color-netvibes:focus,
.hover\:brands-color-netvibes:hover {
  color: #39bd00;
}

[class="fa-brands fa-netvibes-1"], .brands-color-netvibes-1 {
  color: #39bd00;
}

.active\:brands-color-netvibes-1:active,
.focus\:brands-color-netvibes-1:focus,
.hover\:brands-color-netvibes-1:hover {
  color: #39bd00;
}

[class="fa-brands fa-new-balance"], .brands-color-new-balance {
  color: #ce2724;
}

.active\:brands-color-new-balance:active,
.focus\:brands-color-new-balance:focus,
.hover\:brands-color-new-balance:hover {
  color: #ce2724;
}

[class="fa-brands fa-new-balance-1"], .brands-color-new-balance-1 {
  color: #ce2724;
}

.active\:brands-color-new-balance-1:active,
.focus\:brands-color-new-balance-1:focus,
.hover\:brands-color-new-balance-1:hover {
  color: #ce2724;
}

[class="fa-brands fa-new-balance-2"], .brands-color-new-balance-2 {
  color: #f3ec19;
}

.active\:brands-color-new-balance-2:active,
.focus\:brands-color-new-balance-2:focus,
.hover\:brands-color-new-balance-2:hover {
  color: #f3ec19;
}

[class="fa-brands fa-new-balance-3"], .brands-color-new-balance-3 {
  color: #207c88;
}

.active\:brands-color-new-balance-3:active,
.focus\:brands-color-new-balance-3:focus,
.hover\:brands-color-new-balance-3:hover {
  color: #207c88;
}

[class="fa-brands fa-new-balance-4"], .brands-color-new-balance-4 {
  color: #aac1bf;
}

.active\:brands-color-new-balance-4:active,
.focus\:brands-color-new-balance-4:focus,
.hover\:brands-color-new-balance-4:hover {
  color: #aac1bf;
}

[class="fa-brands fa-new-balance-5"], .brands-color-new-balance-5 {
  color: #e8e9d7;
}

.active\:brands-color-new-balance-5:active,
.focus\:brands-color-new-balance-5:focus,
.hover\:brands-color-new-balance-5:hover {
  color: #e8e9d7;
}

[class="fa-brands fa-new-balance-6"], .brands-color-new-balance-6 {
  color: #4c4d4f;
}

.active\:brands-color-new-balance-6:active,
.focus\:brands-color-new-balance-6:focus,
.hover\:brands-color-new-balance-6:hover {
  color: #4c4d4f;
}

[class="fa-brands fa-new-balance-7"], .brands-color-new-balance-7 {
  color: #231f20;
}

.active\:brands-color-new-balance-7:active,
.focus\:brands-color-new-balance-7:focus,
.hover\:brands-color-new-balance-7:hover {
  color: #231f20;
}

[class="fa-brands fa-new-york-post"], .brands-color-new-york-post {
  color: #cc3333;
}

.active\:brands-color-new-york-post:active,
.focus\:brands-color-new-york-post:focus,
.hover\:brands-color-new-york-post:hover {
  color: #cc3333;
}

[class="fa-brands fa-new-york-post-1"], .brands-color-new-york-post-1 {
  color: #cc3333;
}

.active\:brands-color-new-york-post-1:active,
.focus\:brands-color-new-york-post-1:focus,
.hover\:brands-color-new-york-post-1:hover {
  color: #cc3333;
}

[class="fa-brands fa-new-york-post-2"], .brands-color-new-york-post-2 {
  color: #2a2a2a;
}

.active\:brands-color-new-york-post-2:active,
.focus\:brands-color-new-york-post-2:focus,
.hover\:brands-color-new-york-post-2:hover {
  color: #2a2a2a;
}

[class="fa-brands fa-nexar"], .brands-color-nexar {
  color: #fbb040;
}

.active\:brands-color-nexar:active,
.focus\:brands-color-nexar:focus,
.hover\:brands-color-nexar:hover {
  color: #fbb040;
}

[class="fa-brands fa-nexar-1"], .brands-color-nexar-1 {
  color: #fbb040;
}

.active\:brands-color-nexar-1:active,
.focus\:brands-color-nexar-1:focus,
.hover\:brands-color-nexar-1:hover {
  color: #fbb040;
}

[class="fa-brands fa-nexar-2"], .brands-color-nexar-2 {
  color: #44355b;
}

.active\:brands-color-nexar-2:active,
.focus\:brands-color-nexar-2:focus,
.hover\:brands-color-nexar-2:hover {
  color: #44355b;
}

[class="fa-brands fa-nexar-3"], .brands-color-nexar-3 {
  color: #31263e;
}

.active\:brands-color-nexar-3:active,
.focus\:brands-color-nexar-3:focus,
.hover\:brands-color-nexar-3:hover {
  color: #31263e;
}

[class="fa-brands fa-nexar-4"], .brands-color-nexar-4 {
  color: #ee5622;
}

.active\:brands-color-nexar-4:active,
.focus\:brands-color-nexar-4:focus,
.hover\:brands-color-nexar-4:hover {
  color: #ee5622;
}

[class="fa-brands fa-nexar-5"], .brands-color-nexar-5 {
  color: #221e22;
}

.active\:brands-color-nexar-5:active,
.focus\:brands-color-nexar-5:focus,
.hover\:brands-color-nexar-5:hover {
  color: #221e22;
}

[class="fa-brands fa-nexmo"], .brands-color-nexmo {
  color: #0077c8;
}

.active\:brands-color-nexmo:active,
.focus\:brands-color-nexmo:focus,
.hover\:brands-color-nexmo:hover {
  color: #0077c8;
}

[class="fa-brands fa-nexmo-1"], .brands-color-nexmo-1 {
  color: #0077c8;
}

.active\:brands-color-nexmo-1:active,
.focus\:brands-color-nexmo-1:focus,
.hover\:brands-color-nexmo-1:hover {
  color: #0077c8;
}

[class="fa-brands fa-nexmo-2"], .brands-color-nexmo-2 {
  color: #ff8200;
}

.active\:brands-color-nexmo-2:active,
.focus\:brands-color-nexmo-2:focus,
.hover\:brands-color-nexmo-2:hover {
  color: #ff8200;
}

[class="fa-brands fa-nexmo-3"], .brands-color-nexmo-3 {
  color: #f0537a;
}

.active\:brands-color-nexmo-3:active,
.focus\:brands-color-nexmo-3:focus,
.hover\:brands-color-nexmo-3:hover {
  color: #f0537a;
}

[class="fa-brands fa-nextdoor"], .brands-color-nextdoor {
  color: #19975d;
}

.active\:brands-color-nextdoor:active,
.focus\:brands-color-nextdoor:focus,
.hover\:brands-color-nextdoor:hover {
  color: #19975d;
}

[class="fa-brands fa-nextdoor-1"], .brands-color-nextdoor-1 {
  color: #19975d;
}

.active\:brands-color-nextdoor-1:active,
.focus\:brands-color-nextdoor-1:focus,
.hover\:brands-color-nextdoor-1:hover {
  color: #19975d;
}

[class="fa-brands fa-nfl"], .brands-color-nfl {
  color: #013369;
}

.active\:brands-color-nfl:active,
.focus\:brands-color-nfl:focus,
.hover\:brands-color-nfl:hover {
  color: #013369;
}

[class="fa-brands fa-nfl-1"], .brands-color-nfl-1 {
  color: #013369;
}

.active\:brands-color-nfl-1:active,
.focus\:brands-color-nfl-1:focus,
.hover\:brands-color-nfl-1:hover {
  color: #013369;
}

[class="fa-brands fa-nfl-2"], .brands-color-nfl-2 {
  color: #d50a0a;
}

.active\:brands-color-nfl-2:active,
.focus\:brands-color-nfl-2:focus,
.hover\:brands-color-nfl-2:hover {
  color: #d50a0a;
}

[class="fa-brands fa-nhs"], .brands-color-nhs {
  color: #005eb8;
}

.active\:brands-color-nhs:active,
.focus\:brands-color-nhs:focus,
.hover\:brands-color-nhs:hover {
  color: #005eb8;
}

[class="fa-brands fa-nhs-1"], .brands-color-nhs-1 {
  color: #005eb8;
}

.active\:brands-color-nhs-1:active,
.focus\:brands-color-nhs-1:focus,
.hover\:brands-color-nhs-1:hover {
  color: #005eb8;
}

[class="fa-brands fa-nhs-2"], .brands-color-nhs-2 {
  color: #ffffff;
}

.active\:brands-color-nhs-2:active,
.focus\:brands-color-nhs-2:focus,
.hover\:brands-color-nhs-2:hover {
  color: #ffffff;
}

[class="fa-brands fa-nike-football"], .brands-color-nike-football {
  color: #504847;
}

.active\:brands-color-nike-football:active,
.focus\:brands-color-nike-football:focus,
.hover\:brands-color-nike-football:hover {
  color: #504847;
}

[class="fa-brands fa-nike-football-1"], .brands-color-nike-football-1 {
  color: #504847;
}

.active\:brands-color-nike-football-1:active,
.focus\:brands-color-nike-football-1:focus,
.hover\:brands-color-nike-football-1:hover {
  color: #504847;
}

[class="fa-brands fa-nike-football-2"], .brands-color-nike-football-2 {
  color: #27a770;
}

.active\:brands-color-nike-football-2:active,
.focus\:brands-color-nike-football-2:focus,
.hover\:brands-color-nike-football-2:hover {
  color: #27a770;
}

[class="fa-brands fa-nikefuel"], .brands-color-nikefuel {
  color: #4bad31;
}

.active\:brands-color-nikefuel:active,
.focus\:brands-color-nikefuel:focus,
.hover\:brands-color-nikefuel:hover {
  color: #4bad31;
}

[class="fa-brands fa-nikefuel-1"], .brands-color-nikefuel-1 {
  color: #4bad31;
}

.active\:brands-color-nikefuel-1:active,
.focus\:brands-color-nikefuel-1:focus,
.hover\:brands-color-nikefuel-1:hover {
  color: #4bad31;
}

[class="fa-brands fa-nikefuel-2"], .brands-color-nikefuel-2 {
  color: #f5dc00;
}

.active\:brands-color-nikefuel-2:active,
.focus\:brands-color-nikefuel-2:focus,
.hover\:brands-color-nikefuel-2:hover {
  color: #f5dc00;
}

[class="fa-brands fa-nikefuel-3"], .brands-color-nikefuel-3 {
  color: #e95814;
}

.active\:brands-color-nikefuel-3:active,
.focus\:brands-color-nikefuel-3:focus,
.hover\:brands-color-nikefuel-3:hover {
  color: #e95814;
}

[class="fa-brands fa-nikefuel-4"], .brands-color-nikefuel-4 {
  color: #e2142d;
}

.active\:brands-color-nikefuel-4:active,
.focus\:brands-color-nikefuel-4:focus,
.hover\:brands-color-nikefuel-4:hover {
  color: #e2142d;
}

[class="fa-brands fa-ning"], .brands-color-ning {
  color: #75af42;
}

.active\:brands-color-ning:active,
.focus\:brands-color-ning:focus,
.hover\:brands-color-ning:hover {
  color: #75af42;
}

[class="fa-brands fa-ning-1"], .brands-color-ning-1 {
  color: #75af42;
}

.active\:brands-color-ning-1:active,
.focus\:brands-color-ning-1:focus,
.hover\:brands-color-ning-1:hover {
  color: #75af42;
}

[class="fa-brands fa-ninjas-in-pyjamas"], .brands-color-ninjas-in-pyjamas {
  color: #a98c66;
}

.active\:brands-color-ninjas-in-pyjamas:active,
.focus\:brands-color-ninjas-in-pyjamas:focus,
.hover\:brands-color-ninjas-in-pyjamas:hover {
  color: #a98c66;
}

[class="fa-brands fa-ninjas-in-pyjamas-1"], .brands-color-ninjas-in-pyjamas-1 {
  color: #a98c66;
}

.active\:brands-color-ninjas-in-pyjamas-1:active,
.focus\:brands-color-ninjas-in-pyjamas-1:focus,
.hover\:brands-color-ninjas-in-pyjamas-1:hover {
  color: #a98c66;
}

[class="fa-brands fa-ninjas-in-pyjamas-2"], .brands-color-ninjas-in-pyjamas-2 {
  color: #12191c;
}

.active\:brands-color-ninjas-in-pyjamas-2:active,
.focus\:brands-color-ninjas-in-pyjamas-2:focus,
.hover\:brands-color-ninjas-in-pyjamas-2:hover {
  color: #12191c;
}

[class="fa-brands fa-ninjas-in-pyjamas-3"], .brands-color-ninjas-in-pyjamas-3 {
  color: #6f7f8d;
}

.active\:brands-color-ninjas-in-pyjamas-3:active,
.focus\:brands-color-ninjas-in-pyjamas-3:focus,
.hover\:brands-color-ninjas-in-pyjamas-3:hover {
  color: #6f7f8d;
}

[class="fa-brands fa-ninjas-in-pyjamas-4"], .brands-color-ninjas-in-pyjamas-4 {
  color: #000000;
}

.active\:brands-color-ninjas-in-pyjamas-4:active,
.focus\:brands-color-ninjas-in-pyjamas-4:focus,
.hover\:brands-color-ninjas-in-pyjamas-4:hover {
  color: #000000;
}

[class="fa-brands fa-nintendo"], .brands-color-nintendo {
  color: #e60012;
}

.active\:brands-color-nintendo:active,
.focus\:brands-color-nintendo:focus,
.hover\:brands-color-nintendo:hover {
  color: #e60012;
}

[class="fa-brands fa-nintendo-1"], .brands-color-nintendo-1 {
  color: #e60012;
}

.active\:brands-color-nintendo-1:active,
.focus\:brands-color-nintendo-1:focus,
.hover\:brands-color-nintendo-1:hover {
  color: #e60012;
}

[class="fa-brands fa-nintendo-2"], .brands-color-nintendo-2 {
  color: #8c8c8c;
}

.active\:brands-color-nintendo-2:active,
.focus\:brands-color-nintendo-2:focus,
.hover\:brands-color-nintendo-2:hover {
  color: #8c8c8c;
}

[class="fa-brands fa-nintendo-3"], .brands-color-nintendo-3 {
  color: #ffffff;
}

.active\:brands-color-nintendo-3:active,
.focus\:brands-color-nintendo-3:focus,
.hover\:brands-color-nintendo-3:hover {
  color: #ffffff;
}

[class="fa-brands fa-node-js"], .brands-color-node-js {
  color: #215732;
}

.active\:brands-color-node-js:active,
.focus\:brands-color-node-js:focus,
.hover\:brands-color-node-js:hover {
  color: #215732;
}

[class="fa-brands fa-node-js-1"], .brands-color-node-js-1 {
  color: #215732;
}

.active\:brands-color-node-js-1:active,
.focus\:brands-color-node-js-1:focus,
.hover\:brands-color-node-js-1:hover {
  color: #215732;
}

[class="fa-brands fa-node-js-2"], .brands-color-node-js-2 {
  color: #6cc24a;
}

.active\:brands-color-node-js-2:active,
.focus\:brands-color-node-js-2:focus,
.hover\:brands-color-node-js-2:hover {
  color: #6cc24a;
}

[class="fa-brands fa-node-js-3"], .brands-color-node-js-3 {
  color: #44883e;
}

.active\:brands-color-node-js-3:active,
.focus\:brands-color-node-js-3:focus,
.hover\:brands-color-node-js-3:hover {
  color: #44883e;
}

[class="fa-brands fa-node-js-4"], .brands-color-node-js-4 {
  color: #333333;
}

.active\:brands-color-node-js-4:active,
.focus\:brands-color-node-js-4:focus,
.hover\:brands-color-node-js-4:hover {
  color: #333333;
}

[class="fa-brands fa-nokia"], .brands-color-nokia {
  color: #124191;
}

.active\:brands-color-nokia:active,
.focus\:brands-color-nokia:focus,
.hover\:brands-color-nokia:hover {
  color: #124191;
}

[class="fa-brands fa-nokia-1"], .brands-color-nokia-1 {
  color: #124191;
}

.active\:brands-color-nokia-1:active,
.focus\:brands-color-nokia-1:focus,
.hover\:brands-color-nokia-1:hover {
  color: #124191;
}

[class="fa-brands fa-norsan-media"], .brands-color-norsan-media {
  color: #0390d8;
}

.active\:brands-color-norsan-media:active,
.focus\:brands-color-norsan-media:focus,
.hover\:brands-color-norsan-media:hover {
  color: #0390d8;
}

[class="fa-brands fa-norsan-media-1"], .brands-color-norsan-media-1 {
  color: #0390d8;
}

.active\:brands-color-norsan-media-1:active,
.focus\:brands-color-norsan-media-1:focus,
.hover\:brands-color-norsan-media-1:hover {
  color: #0390d8;
}

[class="fa-brands fa-northern-arizona-university"], .brands-color-northern-arizona-university {
  color: #003466;
}

.active\:brands-color-northern-arizona-university:active,
.focus\:brands-color-northern-arizona-university:focus,
.hover\:brands-color-northern-arizona-university:hover {
  color: #003466;
}

[class="fa-brands fa-northern-arizona-university-1"], .brands-color-northern-arizona-university-1 {
  color: #003466;
}

.active\:brands-color-northern-arizona-university-1:active,
.focus\:brands-color-northern-arizona-university-1:focus,
.hover\:brands-color-northern-arizona-university-1:hover {
  color: #003466;
}

[class="fa-brands fa-northern-arizona-university-2"], .brands-color-northern-arizona-university-2 {
  color: #557665;
}

.active\:brands-color-northern-arizona-university-2:active,
.focus\:brands-color-northern-arizona-university-2:focus,
.hover\:brands-color-northern-arizona-university-2:hover {
  color: #557665;
}

[class="fa-brands fa-northwestern-university"], .brands-color-northwestern-university {
  color: #4e2a84;
}

.active\:brands-color-northwestern-university:active,
.focus\:brands-color-northwestern-university:focus,
.hover\:brands-color-northwestern-university:hover {
  color: #4e2a84;
}

[class="fa-brands fa-northwestern-university-1"], .brands-color-northwestern-university-1 {
  color: #4e2a84;
}

.active\:brands-color-northwestern-university-1:active,
.focus\:brands-color-northwestern-university-1:focus,
.hover\:brands-color-northwestern-university-1:hover {
  color: #4e2a84;
}

[class="fa-brands fa-northwestern-university-2"], .brands-color-northwestern-university-2 {
  color: #836eaa;
}

.active\:brands-color-northwestern-university-2:active,
.focus\:brands-color-northwestern-university-2:focus,
.hover\:brands-color-northwestern-university-2:hover {
  color: #836eaa;
}

[class="fa-brands fa-northwestern-university-3"], .brands-color-northwestern-university-3 {
  color: #401f68;
}

.active\:brands-color-northwestern-university-3:active,
.focus\:brands-color-northwestern-university-3:focus,
.hover\:brands-color-northwestern-university-3:hover {
  color: #401f68;
}

[class="fa-brands fa-northwestern-university-4"], .brands-color-northwestern-university-4 {
  color: #b6acd1;
}

.active\:brands-color-northwestern-university-4:active,
.focus\:brands-color-northwestern-university-4:focus,
.hover\:brands-color-northwestern-university-4:hover {
  color: #b6acd1;
}

[class="fa-brands fa-northwestern-university-5"], .brands-color-northwestern-university-5 {
  color: #e4e0ee;
}

.active\:brands-color-northwestern-university-5:active,
.focus\:brands-color-northwestern-university-5:focus,
.hover\:brands-color-northwestern-university-5:hover {
  color: #e4e0ee;
}

[class="fa-brands fa-northwestern-university-6"], .brands-color-northwestern-university-6 {
  color: #342f2e;
}

.active\:brands-color-northwestern-university-6:active,
.focus\:brands-color-northwestern-university-6:focus,
.hover\:brands-color-northwestern-university-6:hover {
  color: #342f2e;
}

[class="fa-brands fa-northwestern-university-7"], .brands-color-northwestern-university-7 {
  color: #716c6b;
}

.active\:brands-color-northwestern-university-7:active,
.focus\:brands-color-northwestern-university-7:focus,
.hover\:brands-color-northwestern-university-7:hover {
  color: #716c6b;
}

[class="fa-brands fa-northwestern-university-8"], .brands-color-northwestern-university-8 {
  color: #bbb8b8;
}

.active\:brands-color-northwestern-university-8:active,
.focus\:brands-color-northwestern-university-8:focus,
.hover\:brands-color-northwestern-university-8:hover {
  color: #bbb8b8;
}

[class="fa-brands fa-northwestern-university-9"], .brands-color-northwestern-university-9 {
  color: #d8d6d6;
}

.active\:brands-color-northwestern-university-9:active,
.focus\:brands-color-northwestern-university-9:focus,
.hover\:brands-color-northwestern-university-9:hover {
  color: #d8d6d6;
}

[class="fa-brands fa-novartis"], .brands-color-novartis {
  color: #765438;
}

.active\:brands-color-novartis:active,
.focus\:brands-color-novartis:focus,
.hover\:brands-color-novartis:hover {
  color: #765438;
}

[class="fa-brands fa-novartis-1"], .brands-color-novartis-1 {
  color: #765438;
}

.active\:brands-color-novartis-1:active,
.focus\:brands-color-novartis-1:focus,
.hover\:brands-color-novartis-1:hover {
  color: #765438;
}

[class="fa-brands fa-novartis-2"], .brands-color-novartis-2 {
  color: #a13323;
}

.active\:brands-color-novartis-2:active,
.focus\:brands-color-novartis-2:focus,
.hover\:brands-color-novartis-2:hover {
  color: #a13323;
}

[class="fa-brands fa-novartis-3"], .brands-color-novartis-3 {
  color: #e65124;
}

.active\:brands-color-novartis-3:active,
.focus\:brands-color-novartis-3:focus,
.hover\:brands-color-novartis-3:hover {
  color: #e65124;
}

[class="fa-brands fa-novartis-4"], .brands-color-novartis-4 {
  color: #ec7f22;
}

.active\:brands-color-novartis-4:active,
.focus\:brands-color-novartis-4:focus,
.hover\:brands-color-novartis-4:hover {
  color: #ec7f22;
}

[class="fa-brands fa-novartis-5"], .brands-color-novartis-5 {
  color: #f8b22a;
}

.active\:brands-color-novartis-5:active,
.focus\:brands-color-novartis-5:focus,
.hover\:brands-color-novartis-5:hover {
  color: #f8b22a;
}

[class="fa-brands fa-novartis-6"], .brands-color-novartis-6 {
  color: #ffd430;
}

.active\:brands-color-novartis-6:active,
.focus\:brands-color-novartis-6:focus,
.hover\:brands-color-novartis-6:hover {
  color: #ffd430;
}

[class="fa-brands fa-npm"], .brands-color-npm {
  color: #cb3837;
}

.active\:brands-color-npm:active,
.focus\:brands-color-npm:focus,
.hover\:brands-color-npm:hover {
  color: #cb3837;
}

[class="fa-brands fa-npm-1"], .brands-color-npm-1 {
  color: #cb3837;
}

.active\:brands-color-npm-1:active,
.focus\:brands-color-npm-1:focus,
.hover\:brands-color-npm-1:hover {
  color: #cb3837;
}

[class="fa-brands fa-ns"], .brands-color-ns {
  color: #ffc61e;
}

.active\:brands-color-ns:active,
.focus\:brands-color-ns:focus,
.hover\:brands-color-ns:hover {
  color: #ffc61e;
}

[class="fa-brands fa-ns-1"], .brands-color-ns-1 {
  color: #ffc61e;
}

.active\:brands-color-ns-1:active,
.focus\:brands-color-ns-1:focus,
.hover\:brands-color-ns-1:hover {
  color: #ffc61e;
}

[class="fa-brands fa-ns-2"], .brands-color-ns-2 {
  color: #00337f;
}

.active\:brands-color-ns-2:active,
.focus\:brands-color-ns-2:focus,
.hover\:brands-color-ns-2:hover {
  color: #00337f;
}

[class="fa-brands fa-ns-2-alt"], .brands-color-ns-2-alt {
  color: #003082;
}

.active\:brands-color-ns-2-alt:active,
.focus\:brands-color-ns-2-alt:focus,
.hover\:brands-color-ns-2-alt:hover {
  color: #003082;
}

[class="fa-brands fa-ns-2-1"], .brands-color-ns-2-1 {
  color: #003082;
}

.active\:brands-color-ns-2-1:active,
.focus\:brands-color-ns-2-1:focus,
.hover\:brands-color-ns-2-1:hover {
  color: #003082;
}

[class="fa-brands fa-ns-2-2"], .brands-color-ns-2-2 {
  color: #ffc917;
}

.active\:brands-color-ns-2-2:active,
.focus\:brands-color-ns-2-2:focus,
.hover\:brands-color-ns-2-2:hover {
  color: #ffc917;
}

[class="fa-brands fa-nvidia"], .brands-color-nvidia {
  color: #76b900;
}

.active\:brands-color-nvidia:active,
.focus\:brands-color-nvidia:focus,
.hover\:brands-color-nvidia:hover {
  color: #76b900;
}

[class="fa-brands fa-nvidia-1"], .brands-color-nvidia-1 {
  color: #76b900;
}

.active\:brands-color-nvidia-1:active,
.focus\:brands-color-nvidia-1:focus,
.hover\:brands-color-nvidia-1:hover {
  color: #76b900;
}

[class="fa-brands fa-nzxt"], .brands-color-nzxt {
  color: #51007a;
}

.active\:brands-color-nzxt:active,
.focus\:brands-color-nzxt:focus,
.hover\:brands-color-nzxt:hover {
  color: #51007a;
}

[class="fa-brands fa-nzxt-1"], .brands-color-nzxt-1 {
  color: #51007a;
}

.active\:brands-color-nzxt-1:active,
.focus\:brands-color-nzxt-1:focus,
.hover\:brands-color-nzxt-1:hover {
  color: #51007a;
}

[class="fa-brands fa-nzxt-2"], .brands-color-nzxt-2 {
  color: #dbe800;
}

.active\:brands-color-nzxt-2:active,
.focus\:brands-color-nzxt-2:focus,
.hover\:brands-color-nzxt-2:hover {
  color: #dbe800;
}

[class="fa-brands fa-nzxt-3"], .brands-color-nzxt-3 {
  color: #d0d3d4;
}

.active\:brands-color-nzxt-3:active,
.focus\:brands-color-nzxt-3:focus,
.hover\:brands-color-nzxt-3:hover {
  color: #d0d3d4;
}

[class="fa-brands fa-nzxt-4"], .brands-color-nzxt-4 {
  color: #7c878e;
}

.active\:brands-color-nzxt-4:active,
.focus\:brands-color-nzxt-4:focus,
.hover\:brands-color-nzxt-4:hover {
  color: #7c878e;
}

[class="fa-brands fa-obb"], .brands-color-obb {
  color: #e2002a;
}

.active\:brands-color-obb:active,
.focus\:brands-color-obb:focus,
.hover\:brands-color-obb:hover {
  color: #e2002a;
}

[class="fa-brands fa-obb-1"], .brands-color-obb-1 {
  color: #e2002a;
}

.active\:brands-color-obb-1:active,
.focus\:brands-color-obb-1:focus,
.hover\:brands-color-obb-1:hover {
  color: #e2002a;
}

[class="fa-brands fa-obb-2"], .brands-color-obb-2 {
  color: #6e6e6e;
}

.active\:brands-color-obb-2:active,
.focus\:brands-color-obb-2:focus,
.hover\:brands-color-obb-2:hover {
  color: #6e6e6e;
}

[class="fa-brands fa-odnoklassniki"], .brands-color-odnoklassniki {
  color: #ed812b;
}

.active\:brands-color-odnoklassniki:active,
.focus\:brands-color-odnoklassniki:focus,
.hover\:brands-color-odnoklassniki:hover {
  color: #ed812b;
}

[class="fa-brands fa-odnoklassniki-1"], .brands-color-odnoklassniki-1 {
  color: #ed812b;
}

.active\:brands-color-odnoklassniki-1:active,
.focus\:brands-color-odnoklassniki-1:focus,
.hover\:brands-color-odnoklassniki-1:hover {
  color: #ed812b;
}

[class="fa-brands fa-office-sway"], .brands-color-office-sway {
  color: #008272;
}

.active\:brands-color-office-sway:active,
.focus\:brands-color-office-sway:focus,
.hover\:brands-color-office-sway:hover {
  color: #008272;
}

[class="fa-brands fa-office-sway-1"], .brands-color-office-sway-1 {
  color: #008272;
}

.active\:brands-color-office-sway-1:active,
.focus\:brands-color-office-sway-1:focus,
.hover\:brands-color-office-sway-1:hover {
  color: #008272;
}

[class="fa-brands fa-oktopost"], .brands-color-oktopost {
  color: #001f2d;
}

.active\:brands-color-oktopost:active,
.focus\:brands-color-oktopost:focus,
.hover\:brands-color-oktopost:hover {
  color: #001f2d;
}

[class="fa-brands fa-oktopost-1"], .brands-color-oktopost-1 {
  color: #001f2d;
}

.active\:brands-color-oktopost-1:active,
.focus\:brands-color-oktopost-1:focus,
.hover\:brands-color-oktopost-1:hover {
  color: #001f2d;
}

[class="fa-brands fa-oktopost-2"], .brands-color-oktopost-2 {
  color: #008fd4;
}

.active\:brands-color-oktopost-2:active,
.focus\:brands-color-oktopost-2:focus,
.hover\:brands-color-oktopost-2:hover {
  color: #008fd4;
}

[class="fa-brands fa-oktopost-3"], .brands-color-oktopost-3 {
  color: #696969;
}

.active\:brands-color-oktopost-3:active,
.focus\:brands-color-oktopost-3:focus,
.hover\:brands-color-oktopost-3:hover {
  color: #696969;
}

[class="fa-brands fa-oktopost-4"], .brands-color-oktopost-4 {
  color: #cccccc;
}

.active\:brands-color-oktopost-4:active,
.focus\:brands-color-oktopost-4:focus,
.hover\:brands-color-oktopost-4:hover {
  color: #cccccc;
}

[class="fa-brands fa-oktopost-5"], .brands-color-oktopost-5 {
  color: #eeeeee;
}

.active\:brands-color-oktopost-5:active,
.focus\:brands-color-oktopost-5:focus,
.hover\:brands-color-oktopost-5:hover {
  color: #eeeeee;
}

[class="fa-brands fa-olark"], .brands-color-olark {
  color: #8d989a;
}

.active\:brands-color-olark:active,
.focus\:brands-color-olark:focus,
.hover\:brands-color-olark:hover {
  color: #8d989a;
}

[class="fa-brands fa-olark-1"], .brands-color-olark-1 {
  color: #8d989a;
}

.active\:brands-color-olark-1:active,
.focus\:brands-color-olark-1:focus,
.hover\:brands-color-olark-1:hover {
  color: #8d989a;
}

[class="fa-brands fa-olark-2"], .brands-color-olark-2 {
  color: #744da8;
}

.active\:brands-color-olark-2:active,
.focus\:brands-color-olark-2:focus,
.hover\:brands-color-olark-2:hover {
  color: #744da8;
}

[class="fa-brands fa-olark-3"], .brands-color-olark-3 {
  color: #1fb3e0;
}

.active\:brands-color-olark-3:active,
.focus\:brands-color-olark-3:focus,
.hover\:brands-color-olark-3:hover {
  color: #1fb3e0;
}

[class="fa-brands fa-olark-4"], .brands-color-olark-4 {
  color: #49c219;
}

.active\:brands-color-olark-4:active,
.focus\:brands-color-olark-4:focus,
.hover\:brands-color-olark-4:hover {
  color: #49c219;
}

[class="fa-brands fa-olark-5"], .brands-color-olark-5 {
  color: #f4dc2a;
}

.active\:brands-color-olark-5:active,
.focus\:brands-color-olark-5:focus,
.hover\:brands-color-olark-5:hover {
  color: #f4dc2a;
}

[class="fa-brands fa-olark-6"], .brands-color-olark-6 {
  color: #eeb417;
}

.active\:brands-color-olark-6:active,
.focus\:brands-color-olark-6:focus,
.hover\:brands-color-olark-6:hover {
  color: #eeb417;
}

[class="fa-brands fa-olark-7"], .brands-color-olark-7 {
  color: #d65129;
}

.active\:brands-color-olark-7:active,
.focus\:brands-color-olark-7:focus,
.hover\:brands-color-olark-7:hover {
  color: #d65129;
}

[class="fa-brands fa-olympus"], .brands-color-olympus {
  color: #08107b;
}

.active\:brands-color-olympus:active,
.focus\:brands-color-olympus:focus,
.hover\:brands-color-olympus:hover {
  color: #08107b;
}

[class="fa-brands fa-olympus-1"], .brands-color-olympus-1 {
  color: #08107b;
}

.active\:brands-color-olympus-1:active,
.focus\:brands-color-olympus-1:focus,
.hover\:brands-color-olympus-1:hover {
  color: #08107b;
}

[class="fa-brands fa-olympus-2"], .brands-color-olympus-2 {
  color: #dfb226;
}

.active\:brands-color-olympus-2:active,
.focus\:brands-color-olympus-2:focus,
.hover\:brands-color-olympus-2:hover {
  color: #dfb226;
}

[class="fa-brands fa-olympus-3"], .brands-color-olympus-3 {
  color: #777777;
}

.active\:brands-color-olympus-3:active,
.focus\:brands-color-olympus-3:focus,
.hover\:brands-color-olympus-3:hover {
  color: #777777;
}

[class="fa-brands fa-oneplus"], .brands-color-oneplus {
  color: #eb0029;
}

.active\:brands-color-oneplus:active,
.focus\:brands-color-oneplus:focus,
.hover\:brands-color-oneplus:hover {
  color: #eb0029;
}

[class="fa-brands fa-oneplus-1"], .brands-color-oneplus-1 {
  color: #eb0029;
}

.active\:brands-color-oneplus-1:active,
.focus\:brands-color-oneplus-1:focus,
.hover\:brands-color-oneplus-1:hover {
  color: #eb0029;
}

[class="fa-brands fa-onshape"], .brands-color-onshape {
  color: #1b5faa;
}

.active\:brands-color-onshape:active,
.focus\:brands-color-onshape:focus,
.hover\:brands-color-onshape:hover {
  color: #1b5faa;
}

[class="fa-brands fa-onshape-1"], .brands-color-onshape-1 {
  color: #1b5faa;
}

.active\:brands-color-onshape-1:active,
.focus\:brands-color-onshape-1:focus,
.hover\:brands-color-onshape-1:hover {
  color: #1b5faa;
}

[class="fa-brands fa-onshape-2"], .brands-color-onshape-2 {
  color: #90cef1;
}

.active\:brands-color-onshape-2:active,
.focus\:brands-color-onshape-2:focus,
.hover\:brands-color-onshape-2:hover {
  color: #90cef1;
}

[class="fa-brands fa-onshape-3"], .brands-color-onshape-3 {
  color: #ffc20e;
}

.active\:brands-color-onshape-3:active,
.focus\:brands-color-onshape-3:focus,
.hover\:brands-color-onshape-3:hover {
  color: #ffc20e;
}

[class="fa-brands fa-oovoo"], .brands-color-oovoo {
  color: #eeaf00;
}

.active\:brands-color-oovoo:active,
.focus\:brands-color-oovoo:focus,
.hover\:brands-color-oovoo:hover {
  color: #eeaf00;
}

[class="fa-brands fa-oovoo-1"], .brands-color-oovoo-1 {
  color: #eeaf00;
}

.active\:brands-color-oovoo-1:active,
.focus\:brands-color-oovoo-1:focus,
.hover\:brands-color-oovoo-1:hover {
  color: #eeaf00;
}

[class="fa-brands fa-opera"], .brands-color-opera {
  color: #cc0f16;
}

.active\:brands-color-opera:active,
.focus\:brands-color-opera:focus,
.hover\:brands-color-opera:hover {
  color: #cc0f16;
}

[class="fa-brands fa-opera-1"], .brands-color-opera-1 {
  color: #cc0f16;
}

.active\:brands-color-opera-1:active,
.focus\:brands-color-opera-1:focus,
.hover\:brands-color-opera-1:hover {
  color: #cc0f16;
}

[class="fa-brands fa-opera-2"], .brands-color-opera-2 {
  color: #9c9e9f;
}

.active\:brands-color-opera-2:active,
.focus\:brands-color-opera-2:focus,
.hover\:brands-color-opera-2:hover {
  color: #9c9e9f;
}

[class="fa-brands fa-oracle"], .brands-color-oracle {
  color: #ff0000;
}

.active\:brands-color-oracle:active,
.focus\:brands-color-oracle:focus,
.hover\:brands-color-oracle:hover {
  color: #ff0000;
}

[class="fa-brands fa-oracle-1"], .brands-color-oracle-1 {
  color: #ff0000;
}

.active\:brands-color-oracle-1:active,
.focus\:brands-color-oracle-1:focus,
.hover\:brands-color-oracle-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-oracle-2"], .brands-color-oracle-2 {
  color: #000000;
}

.active\:brands-color-oracle-2:active,
.focus\:brands-color-oracle-2:focus,
.hover\:brands-color-oracle-2:hover {
  color: #000000;
}

[class="fa-brands fa-oracle-3"], .brands-color-oracle-3 {
  color: #7f7f7f;
}

.active\:brands-color-oracle-3:active,
.focus\:brands-color-oracle-3:focus,
.hover\:brands-color-oracle-3:hover {
  color: #7f7f7f;
}

[class="fa-brands fa-oregon-state-university"], .brands-color-oregon-state-university {
  color: #dc4405;
}

.active\:brands-color-oregon-state-university:active,
.focus\:brands-color-oregon-state-university:focus,
.hover\:brands-color-oregon-state-university:hover {
  color: #dc4405;
}

[class="fa-brands fa-oregon-state-university-1"], .brands-color-oregon-state-university-1 {
  color: #dc4405;
}

.active\:brands-color-oregon-state-university-1:active,
.focus\:brands-color-oregon-state-university-1:focus,
.hover\:brands-color-oregon-state-university-1:hover {
  color: #dc4405;
}

[class="fa-brands fa-oregon-state-university-2"], .brands-color-oregon-state-university-2 {
  color: #000000;
}

.active\:brands-color-oregon-state-university-2:active,
.focus\:brands-color-oregon-state-university-2:focus,
.hover\:brands-color-oregon-state-university-2:hover {
  color: #000000;
}

[class="fa-brands fa-overstock"], .brands-color-overstock {
  color: #c7202c;
}

.active\:brands-color-overstock:active,
.focus\:brands-color-overstock:focus,
.hover\:brands-color-overstock:hover {
  color: #c7202c;
}

[class="fa-brands fa-overstock-1"], .brands-color-overstock-1 {
  color: #c7202c;
}

.active\:brands-color-overstock-1:active,
.focus\:brands-color-overstock-1:focus,
.hover\:brands-color-overstock-1:hover {
  color: #c7202c;
}

[class="fa-brands fa-oxford-university-press"], .brands-color-oxford-university-press {
  color: #002147;
}

.active\:brands-color-oxford-university-press:active,
.focus\:brands-color-oxford-university-press:focus,
.hover\:brands-color-oxford-university-press:hover {
  color: #002147;
}

[class="fa-brands fa-oxford-university-press-1"], .brands-color-oxford-university-press-1 {
  color: #002147;
}

.active\:brands-color-oxford-university-press-1:active,
.focus\:brands-color-oxford-university-press-1:focus,
.hover\:brands-color-oxford-university-press-1:hover {
  color: #002147;
}

[class="fa-brands fa-oxford-university-press-2"], .brands-color-oxford-university-press-2 {
  color: #000000;
}

.active\:brands-color-oxford-university-press-2:active,
.focus\:brands-color-oxford-university-press-2:focus,
.hover\:brands-color-oxford-university-press-2:hover {
  color: #000000;
}

[class="fa-brands fa-oxford-university-press-3"], .brands-color-oxford-university-press-3 {
  color: #666666;
}

.active\:brands-color-oxford-university-press-3:active,
.focus\:brands-color-oxford-university-press-3:focus,
.hover\:brands-color-oxford-university-press-3:hover {
  color: #666666;
}

[class="fa-brands fa-pac-12"], .brands-color-pac-12 {
  color: #004b91;
}

.active\:brands-color-pac-12:active,
.focus\:brands-color-pac-12:focus,
.hover\:brands-color-pac-12:hover {
  color: #004b91;
}

[class="fa-brands fa-pac-12-1"], .brands-color-pac-12-1 {
  color: #004b91;
}

.active\:brands-color-pac-12-1:active,
.focus\:brands-color-pac-12-1:focus,
.hover\:brands-color-pac-12-1:hover {
  color: #004b91;
}

[class="fa-brands fa-pac-12-2"], .brands-color-pac-12-2 {
  color: #00274d;
}

.active\:brands-color-pac-12-2:active,
.focus\:brands-color-pac-12-2:focus,
.hover\:brands-color-pac-12-2:hover {
  color: #00274d;
}

[class="fa-brands fa-pac-12-3"], .brands-color-pac-12-3 {
  color: #0076c0;
}

.active\:brands-color-pac-12-3:active,
.focus\:brands-color-pac-12-3:focus,
.hover\:brands-color-pac-12-3:hover {
  color: #0076c0;
}

[class="fa-brands fa-pac-12-4"], .brands-color-pac-12-4 {
  color: #000007;
}

.active\:brands-color-pac-12-4:active,
.focus\:brands-color-pac-12-4:focus,
.hover\:brands-color-pac-12-4:hover {
  color: #000007;
}

[class="fa-brands fa-pac-12-5"], .brands-color-pac-12-5 {
  color: #d6e03d;
}

.active\:brands-color-pac-12-5:active,
.focus\:brands-color-pac-12-5:focus,
.hover\:brands-color-pac-12-5:hover {
  color: #d6e03d;
}

[class="fa-brands fa-pac-12-6"], .brands-color-pac-12-6 {
  color: #a1a1a4;
}

.active\:brands-color-pac-12-6:active,
.focus\:brands-color-pac-12-6:focus,
.hover\:brands-color-pac-12-6:hover {
  color: #a1a1a4;
}

[class="fa-brands fa-pac-12-7"], .brands-color-pac-12-7 {
  color: #e5c5bb;
}

.active\:brands-color-pac-12-7:active,
.focus\:brands-color-pac-12-7:focus,
.hover\:brands-color-pac-12-7:hover {
  color: #e5c5bb;
}

[class="fa-brands fa-panasonic"], .brands-color-panasonic {
  color: #0f58a8;
}

.active\:brands-color-panasonic:active,
.focus\:brands-color-panasonic:focus,
.hover\:brands-color-panasonic:hover {
  color: #0f58a8;
}

[class="fa-brands fa-panasonic-1"], .brands-color-panasonic-1 {
  color: #0f58a8;
}

.active\:brands-color-panasonic-1:active,
.focus\:brands-color-panasonic-1:focus,
.hover\:brands-color-panasonic-1:hover {
  color: #0f58a8;
}

[class="fa-brands fa-panasonic-2"], .brands-color-panasonic-2 {
  color: #000000;
}

.active\:brands-color-panasonic-2:active,
.focus\:brands-color-panasonic-2:focus,
.hover\:brands-color-panasonic-2:hover {
  color: #000000;
}

[class="fa-brands fa-pandora"], .brands-color-pandora {
  color: #005483;
}

.active\:brands-color-pandora:active,
.focus\:brands-color-pandora:focus,
.hover\:brands-color-pandora:hover {
  color: #005483;
}

[class="fa-brands fa-pandora-1"], .brands-color-pandora-1 {
  color: #005483;
}

.active\:brands-color-pandora-1:active,
.focus\:brands-color-pandora-1:focus,
.hover\:brands-color-pandora-1:hover {
  color: #005483;
}

[class="fa-brands fa-path"], .brands-color-path {
  color: #ee3423;
}

.active\:brands-color-path:active,
.focus\:brands-color-path:focus,
.hover\:brands-color-path:hover {
  color: #ee3423;
}

[class="fa-brands fa-path-1"], .brands-color-path-1 {
  color: #ee3423;
}

.active\:brands-color-path-1:active,
.focus\:brands-color-path-1:focus,
.hover\:brands-color-path-1:hover {
  color: #ee3423;
}

[class="fa-brands fa-patreon"], .brands-color-patreon {
  color: #f96854;
}

.active\:brands-color-patreon:active,
.focus\:brands-color-patreon:focus,
.hover\:brands-color-patreon:hover {
  color: #f96854;
}

[class="fa-brands fa-patreon-1"], .brands-color-patreon-1 {
  color: #f96854;
}

.active\:brands-color-patreon-1:active,
.focus\:brands-color-patreon-1:focus,
.hover\:brands-color-patreon-1:hover {
  color: #f96854;
}

[class="fa-brands fa-patreon-2"], .brands-color-patreon-2 {
  color: #052d49;
}

.active\:brands-color-patreon-2:active,
.focus\:brands-color-patreon-2:focus,
.hover\:brands-color-patreon-2:hover {
  color: #052d49;
}

[class="fa-brands fa-paymill"], .brands-color-paymill {
  color: #f05000;
}

.active\:brands-color-paymill:active,
.focus\:brands-color-paymill:focus,
.hover\:brands-color-paymill:hover {
  color: #f05000;
}

[class="fa-brands fa-paymill-1"], .brands-color-paymill-1 {
  color: #f05000;
}

.active\:brands-color-paymill-1:active,
.focus\:brands-color-paymill-1:focus,
.hover\:brands-color-paymill-1:hover {
  color: #f05000;
}

[class="fa-brands fa-paymo"], .brands-color-paymo {
  color: #22d0b8;
}

.active\:brands-color-paymo:active,
.focus\:brands-color-paymo:focus,
.hover\:brands-color-paymo:hover {
  color: #22d0b8;
}

[class="fa-brands fa-paymo-1"], .brands-color-paymo-1 {
  color: #22d0b8;
}

.active\:brands-color-paymo-1:active,
.focus\:brands-color-paymo-1:focus,
.hover\:brands-color-paymo-1:hover {
  color: #22d0b8;
}

[class="fa-brands fa-paymo-2"], .brands-color-paymo-2 {
  color: #34c950;
}

.active\:brands-color-paymo-2:active,
.focus\:brands-color-paymo-2:focus,
.hover\:brands-color-paymo-2:hover {
  color: #34c950;
}

[class="fa-brands fa-paymo-3"], .brands-color-paymo-3 {
  color: #8de86e;
}

.active\:brands-color-paymo-3:active,
.focus\:brands-color-paymo-3:focus,
.hover\:brands-color-paymo-3:hover {
  color: #8de86e;
}

[class="fa-brands fa-paypal"], .brands-color-paypal {
  color: #003087;
}

.active\:brands-color-paypal:active,
.focus\:brands-color-paypal:focus,
.hover\:brands-color-paypal:hover {
  color: #003087;
}

[class="fa-brands fa-paypal-1"], .brands-color-paypal-1 {
  color: #003087;
}

.active\:brands-color-paypal-1:active,
.focus\:brands-color-paypal-1:focus,
.hover\:brands-color-paypal-1:hover {
  color: #003087;
}

[class="fa-brands fa-paypal-2"], .brands-color-paypal-2 {
  color: #009cde;
}

.active\:brands-color-paypal-2:active,
.focus\:brands-color-paypal-2:focus,
.hover\:brands-color-paypal-2:hover {
  color: #009cde;
}

[class="fa-brands fa-paypal-3"], .brands-color-paypal-3 {
  color: #012169;
}

.active\:brands-color-paypal-3:active,
.focus\:brands-color-paypal-3:focus,
.hover\:brands-color-paypal-3:hover {
  color: #012169;
}

[class="fa-brands fa-pearson"], .brands-color-pearson {
  color: #ed6b06;
}

.active\:brands-color-pearson:active,
.focus\:brands-color-pearson:focus,
.hover\:brands-color-pearson:hover {
  color: #ed6b06;
}

[class="fa-brands fa-pearson-1"], .brands-color-pearson-1 {
  color: #ed6b06;
}

.active\:brands-color-pearson-1:active,
.focus\:brands-color-pearson-1:focus,
.hover\:brands-color-pearson-1:hover {
  color: #ed6b06;
}

[class="fa-brands fa-pearson-2"], .brands-color-pearson-2 {
  color: #9d1348;
}

.active\:brands-color-pearson-2:active,
.focus\:brands-color-pearson-2:focus,
.hover\:brands-color-pearson-2:hover {
  color: #9d1348;
}

[class="fa-brands fa-pearson-3"], .brands-color-pearson-3 {
  color: #008b5d;
}

.active\:brands-color-pearson-3:active,
.focus\:brands-color-pearson-3:focus,
.hover\:brands-color-pearson-3:hover {
  color: #008b5d;
}

[class="fa-brands fa-pearson-4"], .brands-color-pearson-4 {
  color: #364395;
}

.active\:brands-color-pearson-4:active,
.focus\:brands-color-pearson-4:focus,
.hover\:brands-color-pearson-4:hover {
  color: #364395;
}

[class="fa-brands fa-penguin-books"], .brands-color-penguin-books {
  color: #ff6900;
}

.active\:brands-color-penguin-books:active,
.focus\:brands-color-penguin-books:focus,
.hover\:brands-color-penguin-books:hover {
  color: #ff6900;
}

[class="fa-brands fa-penguin-books-1"], .brands-color-penguin-books-1 {
  color: #ff6900;
}

.active\:brands-color-penguin-books-1:active,
.focus\:brands-color-penguin-books-1:focus,
.hover\:brands-color-penguin-books-1:hover {
  color: #ff6900;
}

[class="fa-brands fa-peopleperhour-com"], .brands-color-peopleperhour-com {
  color: #ee7200;
}

.active\:brands-color-peopleperhour-com:active,
.focus\:brands-color-peopleperhour-com:focus,
.hover\:brands-color-peopleperhour-com:hover {
  color: #ee7200;
}

[class="fa-brands fa-peopleperhour-com-1"], .brands-color-peopleperhour-com-1 {
  color: #ee7200;
}

.active\:brands-color-peopleperhour-com-1:active,
.focus\:brands-color-peopleperhour-com-1:focus,
.hover\:brands-color-peopleperhour-com-1:hover {
  color: #ee7200;
}

[class="fa-brands fa-pepsi"], .brands-color-pepsi {
  color: #e32934;
}

.active\:brands-color-pepsi:active,
.focus\:brands-color-pepsi:focus,
.hover\:brands-color-pepsi:hover {
  color: #e32934;
}

[class="fa-brands fa-pepsi-1"], .brands-color-pepsi-1 {
  color: #e32934;
}

.active\:brands-color-pepsi-1:active,
.focus\:brands-color-pepsi-1:focus,
.hover\:brands-color-pepsi-1:hover {
  color: #e32934;
}

[class="fa-brands fa-pepsi-2"], .brands-color-pepsi-2 {
  color: #004883;
}

.active\:brands-color-pepsi-2:active,
.focus\:brands-color-pepsi-2:focus,
.hover\:brands-color-pepsi-2:hover {
  color: #004883;
}

[class="fa-brands fa-periscope"], .brands-color-periscope {
  color: #3aa4c6;
}

.active\:brands-color-periscope:active,
.focus\:brands-color-periscope:focus,
.hover\:brands-color-periscope:hover {
  color: #3aa4c6;
}

[class="fa-brands fa-periscope-1"], .brands-color-periscope-1 {
  color: #3aa4c6;
}

.active\:brands-color-periscope-1:active,
.focus\:brands-color-periscope-1:focus,
.hover\:brands-color-periscope-1:hover {
  color: #3aa4c6;
}

[class="fa-brands fa-periscope-2"], .brands-color-periscope-2 {
  color: #d75444;
}

.active\:brands-color-periscope-2:active,
.focus\:brands-color-periscope-2:focus,
.hover\:brands-color-periscope-2:hover {
  color: #d75444;
}

[class="fa-brands fa-pfizer"], .brands-color-pfizer {
  color: #0093d0;
}

.active\:brands-color-pfizer:active,
.focus\:brands-color-pfizer:focus,
.hover\:brands-color-pfizer:hover {
  color: #0093d0;
}

[class="fa-brands fa-pfizer-1"], .brands-color-pfizer-1 {
  color: #0093d0;
}

.active\:brands-color-pfizer-1:active,
.focus\:brands-color-pfizer-1:focus,
.hover\:brands-color-pfizer-1:hover {
  color: #0093d0;
}

[class="fa-brands fa-pfizer-2"], .brands-color-pfizer-2 {
  color: #000000;
}

.active\:brands-color-pfizer-2:active,
.focus\:brands-color-pfizer-2:focus,
.hover\:brands-color-pfizer-2:hover {
  color: #000000;
}

[class="fa-brands fa-pfizer-3"], .brands-color-pfizer-3 {
  color: #616365;
}

.active\:brands-color-pfizer-3:active,
.focus\:brands-color-pfizer-3:focus,
.hover\:brands-color-pfizer-3:hover {
  color: #616365;
}

[class="fa-brands fa-pfizer-4"], .brands-color-pfizer-4 {
  color: #00aeef;
}

.active\:brands-color-pfizer-4:active,
.focus\:brands-color-pfizer-4:focus,
.hover\:brands-color-pfizer-4:hover {
  color: #00aeef;
}

[class="fa-brands fa-pfizer-5"], .brands-color-pfizer-5 {
  color: #d6006e;
}

.active\:brands-color-pfizer-5:active,
.focus\:brands-color-pfizer-5:focus,
.hover\:brands-color-pfizer-5:hover {
  color: #d6006e;
}

[class="fa-brands fa-pfizer-6"], .brands-color-pfizer-6 {
  color: #75d1e0;
}

.active\:brands-color-pfizer-6:active,
.focus\:brands-color-pfizer-6:focus,
.hover\:brands-color-pfizer-6:hover {
  color: #75d1e0;
}

[class="fa-brands fa-pfizer-7"], .brands-color-pfizer-7 {
  color: #7dba00;
}

.active\:brands-color-pfizer-7:active,
.focus\:brands-color-pfizer-7:focus,
.hover\:brands-color-pfizer-7:hover {
  color: #7dba00;
}

[class="fa-brands fa-pfizer-8"], .brands-color-pfizer-8 {
  color: #cc292b;
}

.active\:brands-color-pfizer-8:active,
.focus\:brands-color-pfizer-8:focus,
.hover\:brands-color-pfizer-8:hover {
  color: #cc292b;
}

[class="fa-brands fa-pfizer-9"], .brands-color-pfizer-9 {
  color: #00a950;
}

.active\:brands-color-pfizer-9:active,
.focus\:brands-color-pfizer-9:focus,
.hover\:brands-color-pfizer-9:hover {
  color: #00a950;
}

[class="fa-brands fa-pfizer-10"], .brands-color-pfizer-10 {
  color: #f8971d;
}

.active\:brands-color-pfizer-10:active,
.focus\:brands-color-pfizer-10:focus,
.hover\:brands-color-pfizer-10:hover {
  color: #f8971d;
}

[class="fa-brands fa-pfizer-11"], .brands-color-pfizer-11 {
  color: #f7d417;
}

.active\:brands-color-pfizer-11:active,
.focus\:brands-color-pfizer-11:focus,
.hover\:brands-color-pfizer-11:hover {
  color: #f7d417;
}

[class="fa-brands fa-pfizer-12"], .brands-color-pfizer-12 {
  color: #4a245e;
}

.active\:brands-color-pfizer-12:active,
.focus\:brands-color-pfizer-12:focus,
.hover\:brands-color-pfizer-12:hover {
  color: #4a245e;
}

[class="fa-brands fa-pfizer-13"], .brands-color-pfizer-13 {
  color: #f26649;
}

.active\:brands-color-pfizer-13:active,
.focus\:brands-color-pfizer-13:focus,
.hover\:brands-color-pfizer-13:hover {
  color: #f26649;
}

[class="fa-brands fa-philips"], .brands-color-philips {
  color: #0e5fd8;
}

.active\:brands-color-philips:active,
.focus\:brands-color-philips:focus,
.hover\:brands-color-philips:hover {
  color: #0e5fd8;
}

[class="fa-brands fa-philips-1"], .brands-color-philips-1 {
  color: #0e5fd8;
}

.active\:brands-color-philips-1:active,
.focus\:brands-color-philips-1:focus,
.hover\:brands-color-philips-1:hover {
  color: #0e5fd8;
}

[class="fa-brands fa-photobucket"], .brands-color-photobucket {
  color: #0ea0db;
}

.active\:brands-color-photobucket:active,
.focus\:brands-color-photobucket:focus,
.hover\:brands-color-photobucket:hover {
  color: #0ea0db;
}

[class="fa-brands fa-photobucket-1"], .brands-color-photobucket-1 {
  color: #0ea0db;
}

.active\:brands-color-photobucket-1:active,
.focus\:brands-color-photobucket-1:focus,
.hover\:brands-color-photobucket-1:hover {
  color: #0ea0db;
}

[class="fa-brands fa-photobucket-2"], .brands-color-photobucket-2 {
  color: #000000;
}

.active\:brands-color-photobucket-2:active,
.focus\:brands-color-photobucket-2:focus,
.hover\:brands-color-photobucket-2:hover {
  color: #000000;
}

[class="fa-brands fa-php"], .brands-color-php {
  color: #8892be;
}

.active\:brands-color-php:active,
.focus\:brands-color-php:focus,
.hover\:brands-color-php:hover {
  color: #8892be;
}

[class="fa-brands fa-php-1"], .brands-color-php-1 {
  color: #8892be;
}

.active\:brands-color-php-1:active,
.focus\:brands-color-php-1:focus,
.hover\:brands-color-php-1:hover {
  color: #8892be;
}

[class="fa-brands fa-php-2"], .brands-color-php-2 {
  color: #4f5b93;
}

.active\:brands-color-php-2:active,
.focus\:brands-color-php-2:focus,
.hover\:brands-color-php-2:hover {
  color: #4f5b93;
}

[class="fa-brands fa-php-3"], .brands-color-php-3 {
  color: #99cc99;
}

.active\:brands-color-php-3:active,
.focus\:brands-color-php-3:focus,
.hover\:brands-color-php-3:hover {
  color: #99cc99;
}

[class="fa-brands fa-pikabu"], .brands-color-pikabu {
  color: #5dbe57;
}

.active\:brands-color-pikabu:active,
.focus\:brands-color-pikabu:focus,
.hover\:brands-color-pikabu:hover {
  color: #5dbe57;
}

[class="fa-brands fa-pikabu-1"], .brands-color-pikabu-1 {
  color: #5dbe57;
}

.active\:brands-color-pikabu-1:active,
.focus\:brands-color-pikabu-1:focus,
.hover\:brands-color-pikabu-1:hover {
  color: #5dbe57;
}

[class="fa-brands fa-pinboard"], .brands-color-pinboard {
  color: #0000e6;
}

.active\:brands-color-pinboard:active,
.focus\:brands-color-pinboard:focus,
.hover\:brands-color-pinboard:hover {
  color: #0000e6;
}

[class="fa-brands fa-pinboard-1"], .brands-color-pinboard-1 {
  color: #0000e6;
}

.active\:brands-color-pinboard-1:active,
.focus\:brands-color-pinboard-1:focus,
.hover\:brands-color-pinboard-1:hover {
  color: #0000e6;
}

[class="fa-brands fa-pinterest"], .brands-color-pinterest {
  color: #e60023;
}

.active\:brands-color-pinterest:active,
.focus\:brands-color-pinterest:focus,
.hover\:brands-color-pinterest:hover {
  color: #e60023;
}

[class="fa-brands fa-pinterest-1"], .brands-color-pinterest-1 {
  color: #e60023;
}

.active\:brands-color-pinterest-1:active,
.focus\:brands-color-pinterest-1:focus,
.hover\:brands-color-pinterest-1:hover {
  color: #e60023;
}

[class="fa-brands fa-pizza-hut"], .brands-color-pizza-hut {
  color: #ee3124;
}

.active\:brands-color-pizza-hut:active,
.focus\:brands-color-pizza-hut:focus,
.hover\:brands-color-pizza-hut:hover {
  color: #ee3124;
}

[class="fa-brands fa-pizza-hut-1"], .brands-color-pizza-hut-1 {
  color: #ee3124;
}

.active\:brands-color-pizza-hut-1:active,
.focus\:brands-color-pizza-hut-1:focus,
.hover\:brands-color-pizza-hut-1:hover {
  color: #ee3124;
}

[class="fa-brands fa-pizza-hut-2"], .brands-color-pizza-hut-2 {
  color: #00a160;
}

.active\:brands-color-pizza-hut-2:active,
.focus\:brands-color-pizza-hut-2:focus,
.hover\:brands-color-pizza-hut-2:hover {
  color: #00a160;
}

[class="fa-brands fa-pizza-hut-3"], .brands-color-pizza-hut-3 {
  color: #ffc425;
}

.active\:brands-color-pizza-hut-3:active,
.focus\:brands-color-pizza-hut-3:focus,
.hover\:brands-color-pizza-hut-3:hover {
  color: #ffc425;
}

[class="fa-brands fa-plasso"], .brands-color-plasso {
  color: #6585ed;
}

.active\:brands-color-plasso:active,
.focus\:brands-color-plasso:focus,
.hover\:brands-color-plasso:hover {
  color: #6585ed;
}

[class="fa-brands fa-plasso-1"], .brands-color-plasso-1 {
  color: #6585ed;
}

.active\:brands-color-plasso-1:active,
.focus\:brands-color-plasso-1:focus,
.hover\:brands-color-plasso-1:hover {
  color: #6585ed;
}

[class="fa-brands fa-plasso-2"], .brands-color-plasso-2 {
  color: #f5756c;
}

.active\:brands-color-plasso-2:active,
.focus\:brands-color-plasso-2:focus,
.hover\:brands-color-plasso-2:hover {
  color: #f5756c;
}

[class="fa-brands fa-plasso-3"], .brands-color-plasso-3 {
  color: #98afc0;
}

.active\:brands-color-plasso-3:active,
.focus\:brands-color-plasso-3:focus,
.hover\:brands-color-plasso-3:hover {
  color: #98afc0;
}

[class="fa-brands fa-plasso-4"], .brands-color-plasso-4 {
  color: #2f3148;
}

.active\:brands-color-plasso-4:active,
.focus\:brands-color-plasso-4:focus,
.hover\:brands-color-plasso-4:hover {
  color: #2f3148;
}

[class="fa-brands fa-plaxo"], .brands-color-plaxo {
  color: #414f5a;
}

.active\:brands-color-plaxo:active,
.focus\:brands-color-plaxo:focus,
.hover\:brands-color-plaxo:hover {
  color: #414f5a;
}

[class="fa-brands fa-plaxo-1"], .brands-color-plaxo-1 {
  color: #414f5a;
}

.active\:brands-color-plaxo-1:active,
.focus\:brands-color-plaxo-1:focus,
.hover\:brands-color-plaxo-1:hover {
  color: #414f5a;
}

[class="fa-brands fa-playstation"], .brands-color-playstation {
  color: #003087;
}

.active\:brands-color-playstation:active,
.focus\:brands-color-playstation:focus,
.hover\:brands-color-playstation:hover {
  color: #003087;
}

[class="fa-brands fa-playstation-1"], .brands-color-playstation-1 {
  color: #003087;
}

.active\:brands-color-playstation-1:active,
.focus\:brands-color-playstation-1:focus,
.hover\:brands-color-playstation-1:hover {
  color: #003087;
}

[class="fa-brands fa-plex"], .brands-color-plex {
  color: #e5a00d;
}

.active\:brands-color-plex:active,
.focus\:brands-color-plex:focus,
.hover\:brands-color-plex:hover {
  color: #e5a00d;
}

[class="fa-brands fa-plex-1"], .brands-color-plex-1 {
  color: #e5a00d;
}

.active\:brands-color-plex-1:active,
.focus\:brands-color-plex-1:focus,
.hover\:brands-color-plex-1:hover {
  color: #e5a00d;
}

[class="fa-brands fa-plex-2"], .brands-color-plex-2 {
  color: #282a2d;
}

.active\:brands-color-plex-2:active,
.focus\:brands-color-plex-2:focus,
.hover\:brands-color-plex-2:hover {
  color: #282a2d;
}

[class="fa-brands fa-pocket"], .brands-color-pocket {
  color: #ef4056;
}

.active\:brands-color-pocket:active,
.focus\:brands-color-pocket:focus,
.hover\:brands-color-pocket:hover {
  color: #ef4056;
}

[class="fa-brands fa-pocket-1"], .brands-color-pocket-1 {
  color: #ef4056;
}

.active\:brands-color-pocket-1:active,
.focus\:brands-color-pocket-1:focus,
.hover\:brands-color-pocket-1:hover {
  color: #ef4056;
}

[class="fa-brands fa-pocket-2"], .brands-color-pocket-2 {
  color: #50bcb6;
}

.active\:brands-color-pocket-2:active,
.focus\:brands-color-pocket-2:focus,
.hover\:brands-color-pocket-2:hover {
  color: #50bcb6;
}

[class="fa-brands fa-poczta-polska"], .brands-color-poczta-polska {
  color: #d52b1e;
}

.active\:brands-color-poczta-polska:active,
.focus\:brands-color-poczta-polska:focus,
.hover\:brands-color-poczta-polska:hover {
  color: #d52b1e;
}

[class="fa-brands fa-poczta-polska-1"], .brands-color-poczta-polska-1 {
  color: #d52b1e;
}

.active\:brands-color-poczta-polska-1:active,
.focus\:brands-color-poczta-polska-1:focus,
.hover\:brands-color-poczta-polska-1:hover {
  color: #d52b1e;
}

[class="fa-brands fa-polariod"], .brands-color-polariod {
  color: #00a3e2;
}

.active\:brands-color-polariod:active,
.focus\:brands-color-polariod:focus,
.hover\:brands-color-polariod:hover {
  color: #00a3e2;
}

[class="fa-brands fa-polariod-1"], .brands-color-polariod-1 {
  color: #00a3e2;
}

.active\:brands-color-polariod-1:active,
.focus\:brands-color-polariod-1:focus,
.hover\:brands-color-polariod-1:hover {
  color: #00a3e2;
}

[class="fa-brands fa-polariod-2"], .brands-color-polariod-2 {
  color: #1ba548;
}

.active\:brands-color-polariod-2:active,
.focus\:brands-color-polariod-2:focus,
.hover\:brands-color-polariod-2:hover {
  color: #1ba548;
}

[class="fa-brands fa-polariod-3"], .brands-color-polariod-3 {
  color: #fdc800;
}

.active\:brands-color-polariod-3:active,
.focus\:brands-color-polariod-3:focus,
.hover\:brands-color-polariod-3:hover {
  color: #fdc800;
}

[class="fa-brands fa-polariod-4"], .brands-color-polariod-4 {
  color: #f1860e;
}

.active\:brands-color-polariod-4:active,
.focus\:brands-color-polariod-4:focus,
.hover\:brands-color-polariod-4:hover {
  color: #f1860e;
}

[class="fa-brands fa-polariod-5"], .brands-color-polariod-5 {
  color: #e41b13;
}

.active\:brands-color-polariod-5:active,
.focus\:brands-color-polariod-5:focus,
.hover\:brands-color-polariod-5:hover {
  color: #e41b13;
}

[class="fa-brands fa-portfolium"], .brands-color-portfolium {
  color: #0099ff;
}

.active\:brands-color-portfolium:active,
.focus\:brands-color-portfolium:focus,
.hover\:brands-color-portfolium:hover {
  color: #0099ff;
}

[class="fa-brands fa-portfolium-1"], .brands-color-portfolium-1 {
  color: #0099ff;
}

.active\:brands-color-portfolium-1:active,
.focus\:brands-color-portfolium-1:focus,
.hover\:brands-color-portfolium-1:hover {
  color: #0099ff;
}

[class="fa-brands fa-portfolium-2"], .brands-color-portfolium-2 {
  color: #fb0a2a;
}

.active\:brands-color-portfolium-2:active,
.focus\:brands-color-portfolium-2:focus,
.hover\:brands-color-portfolium-2:hover {
  color: #fb0a2a;
}

[class="fa-brands fa-portfolium-3"], .brands-color-portfolium-3 {
  color: #17ad49;
}

.active\:brands-color-portfolium-3:active,
.focus\:brands-color-portfolium-3:focus,
.hover\:brands-color-portfolium-3:hover {
  color: #17ad49;
}

[class="fa-brands fa-portfolium-4"], .brands-color-portfolium-4 {
  color: #333333;
}

.active\:brands-color-portfolium-4:active,
.focus\:brands-color-portfolium-4:focus,
.hover\:brands-color-portfolium-4:hover {
  color: #333333;
}

[class="fa-brands fa-postman"], .brands-color-postman {
  color: #ef5b25;
}

.active\:brands-color-postman:active,
.focus\:brands-color-postman:focus,
.hover\:brands-color-postman:hover {
  color: #ef5b25;
}

[class="fa-brands fa-postman-1"], .brands-color-postman-1 {
  color: #ef5b25;
}

.active\:brands-color-postman-1:active,
.focus\:brands-color-postman-1:focus,
.hover\:brands-color-postman-1:hover {
  color: #ef5b25;
}

[class="fa-brands fa-postmates"], .brands-color-postmates {
  color: #000000;
}

.active\:brands-color-postmates:active,
.focus\:brands-color-postmates:focus,
.hover\:brands-color-postmates:hover {
  color: #000000;
}

[class="fa-brands fa-postmates-1"], .brands-color-postmates-1 {
  color: #000000;
}

.active\:brands-color-postmates-1:active,
.focus\:brands-color-postmates-1:focus,
.hover\:brands-color-postmates-1:hover {
  color: #000000;
}

[class="fa-brands fa-postmates-2"], .brands-color-postmates-2 {
  color: #36454f;
}

.active\:brands-color-postmates-2:active,
.focus\:brands-color-postmates-2:focus,
.hover\:brands-color-postmates-2:hover {
  color: #36454f;
}

[class="fa-brands fa-prestashop"], .brands-color-prestashop {
  color: #df0067;
}

.active\:brands-color-prestashop:active,
.focus\:brands-color-prestashop:focus,
.hover\:brands-color-prestashop:hover {
  color: #df0067;
}

[class="fa-brands fa-prestashop-1"], .brands-color-prestashop-1 {
  color: #df0067;
}

.active\:brands-color-prestashop-1:active,
.focus\:brands-color-prestashop-1:focus,
.hover\:brands-color-prestashop-1:hover {
  color: #df0067;
}

[class="fa-brands fa-prestashop-2"], .brands-color-prestashop-2 {
  color: #251b5b;
}

.active\:brands-color-prestashop-2:active,
.focus\:brands-color-prestashop-2:focus,
.hover\:brands-color-prestashop-2:hover {
  color: #251b5b;
}

[class="fa-brands fa-prestashop-3"], .brands-color-prestashop-3 {
  color: #25b9d7;
}

.active\:brands-color-prestashop-3:active,
.focus\:brands-color-prestashop-3:focus,
.hover\:brands-color-prestashop-3:hover {
  color: #25b9d7;
}

[class="fa-brands fa-prestashop-4"], .brands-color-prestashop-4 {
  color: #fbbb22;
}

.active\:brands-color-prestashop-4:active,
.focus\:brands-color-prestashop-4:focus,
.hover\:brands-color-prestashop-4:hover {
  color: #fbbb22;
}

[class="fa-brands fa-prestashop-5"], .brands-color-prestashop-5 {
  color: #68737f;
}

.active\:brands-color-prestashop-5:active,
.focus\:brands-color-prestashop-5:focus,
.hover\:brands-color-prestashop-5:hover {
  color: #68737f;
}

[class="fa-brands fa-prestashop-6"], .brands-color-prestashop-6 {
  color: #bbbfc3;
}

.active\:brands-color-prestashop-6:active,
.focus\:brands-color-prestashop-6:focus,
.hover\:brands-color-prestashop-6:hover {
  color: #bbbfc3;
}

[class="fa-brands fa-prezi"], .brands-color-prezi {
  color: #318bff;
}

.active\:brands-color-prezi:active,
.focus\:brands-color-prezi:focus,
.hover\:brands-color-prezi:hover {
  color: #318bff;
}

[class="fa-brands fa-prezi-1"], .brands-color-prezi-1 {
  color: #318bff;
}

.active\:brands-color-prezi-1:active,
.focus\:brands-color-prezi-1:focus,
.hover\:brands-color-prezi-1:hover {
  color: #318bff;
}

[class="fa-brands fa-priceline"], .brands-color-priceline {
  color: #1885bf;
}

.active\:brands-color-priceline:active,
.focus\:brands-color-priceline:focus,
.hover\:brands-color-priceline:hover {
  color: #1885bf;
}

[class="fa-brands fa-priceline-1"], .brands-color-priceline-1 {
  color: #1885bf;
}

.active\:brands-color-priceline-1:active,
.focus\:brands-color-priceline-1:focus,
.hover\:brands-color-priceline-1:hover {
  color: #1885bf;
}

[class="fa-brands fa-princeton-university"], .brands-color-princeton-university {
  color: #ee7f2d;
}

.active\:brands-color-princeton-university:active,
.focus\:brands-color-princeton-university:focus,
.hover\:brands-color-princeton-university:hover {
  color: #ee7f2d;
}

[class="fa-brands fa-princeton-university-1"], .brands-color-princeton-university-1 {
  color: #ee7f2d;
}

.active\:brands-color-princeton-university-1:active,
.focus\:brands-color-princeton-university-1:focus,
.hover\:brands-color-princeton-university-1:hover {
  color: #ee7f2d;
}

[class="fa-brands fa-princeton-university-2"], .brands-color-princeton-university-2 {
  color: #000000;
}

.active\:brands-color-princeton-university-2:active,
.focus\:brands-color-princeton-university-2:focus,
.hover\:brands-color-princeton-university-2:hover {
  color: #000000;
}

[class="fa-brands fa-product-hunt"], .brands-color-product-hunt {
  color: #da552f;
}

.active\:brands-color-product-hunt:active,
.focus\:brands-color-product-hunt:focus,
.hover\:brands-color-product-hunt:hover {
  color: #da552f;
}

[class="fa-brands fa-product-hunt-1"], .brands-color-product-hunt-1 {
  color: #da552f;
}

.active\:brands-color-product-hunt-1:active,
.focus\:brands-color-product-hunt-1:focus,
.hover\:brands-color-product-hunt-1:hover {
  color: #da552f;
}

[class="fa-brands fa-product-hunt-2"], .brands-color-product-hunt-2 {
  color: #534540;
}

.active\:brands-color-product-hunt-2:active,
.focus\:brands-color-product-hunt-2:focus,
.hover\:brands-color-product-hunt-2:hover {
  color: #534540;
}

[class="fa-brands fa-product-hunt-3"], .brands-color-product-hunt-3 {
  color: #988f8c;
}

.active\:brands-color-product-hunt-3:active,
.focus\:brands-color-product-hunt-3:focus,
.hover\:brands-color-product-hunt-3:hover {
  color: #988f8c;
}

[class="fa-brands fa-product-hunt-4"], .brands-color-product-hunt-4 {
  color: #00b27f;
}

.active\:brands-color-product-hunt-4:active,
.focus\:brands-color-product-hunt-4:focus,
.hover\:brands-color-product-hunt-4:hover {
  color: #00b27f;
}

[class="fa-brands fa-protonmail"], .brands-color-protonmail {
  color: #505264;
}

.active\:brands-color-protonmail:active,
.focus\:brands-color-protonmail:focus,
.hover\:brands-color-protonmail:hover {
  color: #505264;
}

[class="fa-brands fa-protonmail-1"], .brands-color-protonmail-1 {
  color: #505264;
}

.active\:brands-color-protonmail-1:active,
.focus\:brands-color-protonmail-1:focus,
.hover\:brands-color-protonmail-1:hover {
  color: #505264;
}

[class="fa-brands fa-protonmail-2"], .brands-color-protonmail-2 {
  color: #8a90c7;
}

.active\:brands-color-protonmail-2:active,
.focus\:brands-color-protonmail-2:focus,
.hover\:brands-color-protonmail-2:hover {
  color: #8a90c7;
}

[class="fa-brands fa-puma"], .brands-color-puma {
  color: #000000;
}

.active\:brands-color-puma:active,
.focus\:brands-color-puma:focus,
.hover\:brands-color-puma:hover {
  color: #000000;
}

[class="fa-brands fa-puma-1"], .brands-color-puma-1 {
  color: #000000;
}

.active\:brands-color-puma-1:active,
.focus\:brands-color-puma-1:focus,
.hover\:brands-color-puma-1:hover {
  color: #000000;
}

[class="fa-brands fa-puma-2"], .brands-color-puma-2 {
  color: #44403f;
}

.active\:brands-color-puma-2:active,
.focus\:brands-color-puma-2:focus,
.hover\:brands-color-puma-2:hover {
  color: #44403f;
}

[class="fa-brands fa-puma-3"], .brands-color-puma-3 {
  color: #696965;
}

.active\:brands-color-puma-3:active,
.focus\:brands-color-puma-3:focus,
.hover\:brands-color-puma-3:hover {
  color: #696965;
}

[class="fa-brands fa-puma-4"], .brands-color-puma-4 {
  color: #ba2026;
}

.active\:brands-color-puma-4:active,
.focus\:brands-color-puma-4:focus,
.hover\:brands-color-puma-4:hover {
  color: #ba2026;
}

[class="fa-brands fa-puma-5"], .brands-color-puma-5 {
  color: #ae946d;
}

.active\:brands-color-puma-5:active,
.focus\:brands-color-puma-5:focus,
.hover\:brands-color-puma-5:hover {
  color: #ae946d;
}

[class="fa-brands fa-purdue-university"], .brands-color-purdue-university {
  color: #c28e0e;
}

.active\:brands-color-purdue-university:active,
.focus\:brands-color-purdue-university:focus,
.hover\:brands-color-purdue-university:hover {
  color: #c28e0e;
}

[class="fa-brands fa-purdue-university-1"], .brands-color-purdue-university-1 {
  color: #c28e0e;
}

.active\:brands-color-purdue-university-1:active,
.focus\:brands-color-purdue-university-1:focus,
.hover\:brands-color-purdue-university-1:hover {
  color: #c28e0e;
}

[class="fa-brands fa-purdue-university-2"], .brands-color-purdue-university-2 {
  color: #98700d;
}

.active\:brands-color-purdue-university-2:active,
.focus\:brands-color-purdue-university-2:focus,
.hover\:brands-color-purdue-university-2:hover {
  color: #98700d;
}

[class="fa-brands fa-purdue-university-3"], .brands-color-purdue-university-3 {
  color: #000000;
}

.active\:brands-color-purdue-university-3:active,
.focus\:brands-color-purdue-university-3:focus,
.hover\:brands-color-purdue-university-3:hover {
  color: #000000;
}

[class="fa-brands fa-python"], .brands-color-python {
  color: #ffde57;
}

.active\:brands-color-python:active,
.focus\:brands-color-python:focus,
.hover\:brands-color-python:hover {
  color: #ffde57;
}

[class="fa-brands fa-python-1"], .brands-color-python-1 {
  color: #ffde57;
}

.active\:brands-color-python-1:active,
.focus\:brands-color-python-1:focus,
.hover\:brands-color-python-1:hover {
  color: #ffde57;
}

[class="fa-brands fa-python-2"], .brands-color-python-2 {
  color: #4584b6;
}

.active\:brands-color-python-2:active,
.focus\:brands-color-python-2:focus,
.hover\:brands-color-python-2:hover {
  color: #4584b6;
}

[class="fa-brands fa-python-3"], .brands-color-python-3 {
  color: #646464;
}

.active\:brands-color-python-3:active,
.focus\:brands-color-python-3:focus,
.hover\:brands-color-python-3:hover {
  color: #646464;
}

[class="fa-brands fa-qantas-airlines"], .brands-color-qantas-airlines {
  color: #e0001b;
}

.active\:brands-color-qantas-airlines:active,
.focus\:brands-color-qantas-airlines:focus,
.hover\:brands-color-qantas-airlines:hover {
  color: #e0001b;
}

[class="fa-brands fa-qantas-airlines-1"], .brands-color-qantas-airlines-1 {
  color: #e0001b;
}

.active\:brands-color-qantas-airlines-1:active,
.focus\:brands-color-qantas-airlines-1:focus,
.hover\:brands-color-qantas-airlines-1:hover {
  color: #e0001b;
}

[class="fa-brands fa-qonto"], .brands-color-qonto {
  color: #6b5aed;
}

.active\:brands-color-qonto:active,
.focus\:brands-color-qonto:focus,
.hover\:brands-color-qonto:hover {
  color: #6b5aed;
}

[class="fa-brands fa-qonto-1"], .brands-color-qonto-1 {
  color: #6b5aed;
}

.active\:brands-color-qonto-1:active,
.focus\:brands-color-qonto-1:focus,
.hover\:brands-color-qonto-1:hover {
  color: #6b5aed;
}

[class="fa-brands fa-qonto-2"], .brands-color-qonto-2 {
  color: #262a3e;
}

.active\:brands-color-qonto-2:active,
.focus\:brands-color-qonto-2:focus,
.hover\:brands-color-qonto-2:hover {
  color: #262a3e;
}

[class="fa-brands fa-qonto-3"], .brands-color-qonto-3 {
  color: #fafafc;
}

.active\:brands-color-qonto-3:active,
.focus\:brands-color-qonto-3:focus,
.hover\:brands-color-qonto-3:hover {
  color: #fafafc;
}

[class="fa-brands fa-qonto-4"], .brands-color-qonto-4 {
  color: #63ebe4;
}

.active\:brands-color-qonto-4:active,
.focus\:brands-color-qonto-4:focus,
.hover\:brands-color-qonto-4:hover {
  color: #63ebe4;
}

[class="fa-brands fa-qualtrics"], .brands-color-qualtrics {
  color: #e10019;
}

.active\:brands-color-qualtrics:active,
.focus\:brands-color-qualtrics:focus,
.hover\:brands-color-qualtrics:hover {
  color: #e10019;
}

[class="fa-brands fa-qualtrics-1"], .brands-color-qualtrics-1 {
  color: #e10019;
}

.active\:brands-color-qualtrics-1:active,
.focus\:brands-color-qualtrics-1:focus,
.hover\:brands-color-qualtrics-1:hover {
  color: #e10019;
}

[class="fa-brands fa-quizlet"], .brands-color-quizlet {
  color: #4257b2;
}

.active\:brands-color-quizlet:active,
.focus\:brands-color-quizlet:focus,
.hover\:brands-color-quizlet:hover {
  color: #4257b2;
}

[class="fa-brands fa-quizlet-1"], .brands-color-quizlet-1 {
  color: #4257b2;
}

.active\:brands-color-quizlet-1:active,
.focus\:brands-color-quizlet-1:focus,
.hover\:brands-color-quizlet-1:hover {
  color: #4257b2;
}

[class="fa-brands fa-quizlet-2"], .brands-color-quizlet-2 {
  color: #3ccfcf;
}

.active\:brands-color-quizlet-2:active,
.focus\:brands-color-quizlet-2:focus,
.hover\:brands-color-quizlet-2:hover {
  color: #3ccfcf;
}

[class="fa-brands fa-quizlet-3"], .brands-color-quizlet-3 {
  color: #f0f0f0;
}

.active\:brands-color-quizlet-3:active,
.focus\:brands-color-quizlet-3:focus,
.hover\:brands-color-quizlet-3:hover {
  color: #f0f0f0;
}

[class="fa-brands fa-quizup"], .brands-color-quizup {
  color: #ff5454;
}

.active\:brands-color-quizup:active,
.focus\:brands-color-quizup:focus,
.hover\:brands-color-quizup:hover {
  color: #ff5454;
}

[class="fa-brands fa-quizup-1"], .brands-color-quizup-1 {
  color: #ff5454;
}

.active\:brands-color-quizup-1:active,
.focus\:brands-color-quizup-1:focus,
.hover\:brands-color-quizup-1:hover {
  color: #ff5454;
}

[class="fa-brands fa-quora"], .brands-color-quora {
  color: #a82400;
}

.active\:brands-color-quora:active,
.focus\:brands-color-quora:focus,
.hover\:brands-color-quora:hover {
  color: #a82400;
}

[class="fa-brands fa-quora-1"], .brands-color-quora-1 {
  color: #a82400;
}

.active\:brands-color-quora-1:active,
.focus\:brands-color-quora-1:focus,
.hover\:brands-color-quora-1:hover {
  color: #a82400;
}

[class="fa-brands fa-quote-fm"], .brands-color-quote-fm {
  color: #66ceff;
}

.active\:brands-color-quote-fm:active,
.focus\:brands-color-quote-fm:focus,
.hover\:brands-color-quote-fm:hover {
  color: #66ceff;
}

[class="fa-brands fa-quote-fm-1"], .brands-color-quote-fm-1 {
  color: #66ceff;
}

.active\:brands-color-quote-fm-1:active,
.focus\:brands-color-quote-fm-1:focus,
.hover\:brands-color-quote-fm-1:hover {
  color: #66ceff;
}

[class="fa-brands fa-raspberry-pi"], .brands-color-raspberry-pi {
  color: #c7053d;
}

.active\:brands-color-raspberry-pi:active,
.focus\:brands-color-raspberry-pi:focus,
.hover\:brands-color-raspberry-pi:hover {
  color: #c7053d;
}

[class="fa-brands fa-raspberry-pi-1"], .brands-color-raspberry-pi-1 {
  color: #c7053d;
}

.active\:brands-color-raspberry-pi-1:active,
.focus\:brands-color-raspberry-pi-1:focus,
.hover\:brands-color-raspberry-pi-1:hover {
  color: #c7053d;
}

[class="fa-brands fa-raspberry-pi-2"], .brands-color-raspberry-pi-2 {
  color: #8cc04b;
}

.active\:brands-color-raspberry-pi-2:active,
.focus\:brands-color-raspberry-pi-2:focus,
.hover\:brands-color-raspberry-pi-2:hover {
  color: #8cc04b;
}

[class="fa-brands fa-razer"], .brands-color-razer {
  color: #00ff00;
}

.active\:brands-color-razer:active,
.focus\:brands-color-razer:focus,
.hover\:brands-color-razer:hover {
  color: #00ff00;
}

[class="fa-brands fa-razer-1"], .brands-color-razer-1 {
  color: #00ff00;
}

.active\:brands-color-razer-1:active,
.focus\:brands-color-razer-1:focus,
.hover\:brands-color-razer-1:hover {
  color: #00ff00;
}

[class="fa-brands fa-rdio"], .brands-color-rdio {
  color: #007dc3;
}

.active\:brands-color-rdio:active,
.focus\:brands-color-rdio:focus,
.hover\:brands-color-rdio:hover {
  color: #007dc3;
}

[class="fa-brands fa-rdio-1"], .brands-color-rdio-1 {
  color: #007dc3;
}

.active\:brands-color-rdio-1:active,
.focus\:brands-color-rdio-1:focus,
.hover\:brands-color-rdio-1:hover {
  color: #007dc3;
}

[class="fa-brands fa-remax"], .brands-color-remax {
  color: #e11b22;
}

.active\:brands-color-remax:active,
.focus\:brands-color-remax:focus,
.hover\:brands-color-remax:hover {
  color: #e11b22;
}

[class="fa-brands fa-remax-1"], .brands-color-remax-1 {
  color: #e11b22;
}

.active\:brands-color-remax-1:active,
.focus\:brands-color-remax-1:focus,
.hover\:brands-color-remax-1:hover {
  color: #e11b22;
}

[class="fa-brands fa-remax-2"], .brands-color-remax-2 {
  color: #0054a4;
}

.active\:brands-color-remax-2:active,
.focus\:brands-color-remax-2:focus,
.hover\:brands-color-remax-2:hover {
  color: #0054a4;
}

[class="fa-brands fa-react"], .brands-color-react {
  color: #00d8ff;
}

.active\:brands-color-react:active,
.focus\:brands-color-react:focus,
.hover\:brands-color-react:hover {
  color: #00d8ff;
}

[class="fa-brands fa-react-1"], .brands-color-react-1 {
  color: #00d8ff;
}

.active\:brands-color-react-1:active,
.focus\:brands-color-react-1:focus,
.hover\:brands-color-react-1:hover {
  color: #00d8ff;
}

[class="fa-brands fa-readability"], .brands-color-readability {
  color: #990000;
}

.active\:brands-color-readability:active,
.focus\:brands-color-readability:focus,
.hover\:brands-color-readability:hover {
  color: #990000;
}

[class="fa-brands fa-readability-1"], .brands-color-readability-1 {
  color: #990000;
}

.active\:brands-color-readability-1:active,
.focus\:brands-color-readability-1:focus,
.hover\:brands-color-readability-1:hover {
  color: #990000;
}

[class="fa-brands fa-realex-payments"], .brands-color-realex-payments {
  color: #f29023;
}

.active\:brands-color-realex-payments:active,
.focus\:brands-color-realex-payments:focus,
.hover\:brands-color-realex-payments:hover {
  color: #f29023;
}

[class="fa-brands fa-realex-payments-1"], .brands-color-realex-payments-1 {
  color: #f29023;
}

.active\:brands-color-realex-payments-1:active,
.focus\:brands-color-realex-payments-1:focus,
.hover\:brands-color-realex-payments-1:hover {
  color: #f29023;
}

[class="fa-brands fa-realex-payments-2"], .brands-color-realex-payments-2 {
  color: #4d5255;
}

.active\:brands-color-realex-payments-2:active,
.focus\:brands-color-realex-payments-2:focus,
.hover\:brands-color-realex-payments-2:hover {
  color: #4d5255;
}

[class="fa-brands fa-red-hat"], .brands-color-red-hat {
  color: #cc0000;
}

.active\:brands-color-red-hat:active,
.focus\:brands-color-red-hat:focus,
.hover\:brands-color-red-hat:hover {
  color: #cc0000;
}

[class="fa-brands fa-red-hat-1"], .brands-color-red-hat-1 {
  color: #cc0000;
}

.active\:brands-color-red-hat-1:active,
.focus\:brands-color-red-hat-1:focus,
.hover\:brands-color-red-hat-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-reddit"], .brands-color-reddit {
  color: #ff4500;
}

.active\:brands-color-reddit:active,
.focus\:brands-color-reddit:focus,
.hover\:brands-color-reddit:hover {
  color: #ff4500;
}

[class="fa-brands fa-reddit-1"], .brands-color-reddit-1 {
  color: #ff4500;
}

.active\:brands-color-reddit-1:active,
.focus\:brands-color-reddit-1:focus,
.hover\:brands-color-reddit-1:hover {
  color: #ff4500;
}

[class="fa-brands fa-reddit-2"], .brands-color-reddit-2 {
  color: #5f99cf;
}

.active\:brands-color-reddit-2:active,
.focus\:brands-color-reddit-2:focus,
.hover\:brands-color-reddit-2:hover {
  color: #5f99cf;
}

[class="fa-brands fa-reddit-3"], .brands-color-reddit-3 {
  color: #cee3f8;
}

.active\:brands-color-reddit-3:active,
.focus\:brands-color-reddit-3:focus,
.hover\:brands-color-reddit-3:hover {
  color: #cee3f8;
}

[class="fa-brands fa-redfin"], .brands-color-redfin {
  color: #a02021;
}

.active\:brands-color-redfin:active,
.focus\:brands-color-redfin:focus,
.hover\:brands-color-redfin:hover {
  color: #a02021;
}

[class="fa-brands fa-redfin-1"], .brands-color-redfin-1 {
  color: #a02021;
}

.active\:brands-color-redfin-1:active,
.focus\:brands-color-redfin-1:focus,
.hover\:brands-color-redfin-1:hover {
  color: #a02021;
}

[class="fa-brands fa-redox"], .brands-color-redox {
  color: #0a2239;
}

.active\:brands-color-redox:active,
.focus\:brands-color-redox:focus,
.hover\:brands-color-redox:hover {
  color: #0a2239;
}

[class="fa-brands fa-redox-1"], .brands-color-redox-1 {
  color: #0a2239;
}

.active\:brands-color-redox-1:active,
.focus\:brands-color-redox-1:focus,
.hover\:brands-color-redox-1:hover {
  color: #0a2239;
}

[class="fa-brands fa-redox-2"], .brands-color-redox-2 {
  color: #01b287;
}

.active\:brands-color-redox-2:active,
.focus\:brands-color-redox-2:focus,
.hover\:brands-color-redox-2:hover {
  color: #01b287;
}

[class="fa-brands fa-redox-3"], .brands-color-redox-3 {
  color: #ff9f1c;
}

.active\:brands-color-redox-3:active,
.focus\:brands-color-redox-3:focus,
.hover\:brands-color-redox-3:hover {
  color: #ff9f1c;
}

[class="fa-brands fa-redox-4"], .brands-color-redox-4 {
  color: #e5505a;
}

.active\:brands-color-redox-4:active,
.focus\:brands-color-redox-4:focus,
.hover\:brands-color-redox-4:hover {
  color: #e5505a;
}

[class="fa-brands fa-redox-5"], .brands-color-redox-5 {
  color: #854c9e;
}

.active\:brands-color-redox-5:active,
.focus\:brands-color-redox-5:focus,
.hover\:brands-color-redox-5:hover {
  color: #854c9e;
}

[class="fa-brands fa-renaissance-hotels"], .brands-color-renaissance-hotels {
  color: #000000;
}

.active\:brands-color-renaissance-hotels:active,
.focus\:brands-color-renaissance-hotels:focus,
.hover\:brands-color-renaissance-hotels:hover {
  color: #000000;
}

[class="fa-brands fa-renaissance-hotels-1"], .brands-color-renaissance-hotels-1 {
  color: #000000;
}

.active\:brands-color-renaissance-hotels-1:active,
.focus\:brands-color-renaissance-hotels-1:focus,
.hover\:brands-color-renaissance-hotels-1:hover {
  color: #000000;
}

[class="fa-brands fa-renaissance-hotels-2"], .brands-color-renaissance-hotels-2 {
  color: #999999;
}

.active\:brands-color-renaissance-hotels-2:active,
.focus\:brands-color-renaissance-hotels-2:focus,
.hover\:brands-color-renaissance-hotels-2:hover {
  color: #999999;
}

[class="fa-brands fa-renaissance-hotels-3"], .brands-color-renaissance-hotels-3 {
  color: #f58021;
}

.active\:brands-color-renaissance-hotels-3:active,
.focus\:brands-color-renaissance-hotels-3:focus,
.hover\:brands-color-renaissance-hotels-3:hover {
  color: #f58021;
}

[class="fa-brands fa-rentler"], .brands-color-rentler {
  color: #ed1c27;
}

.active\:brands-color-rentler:active,
.focus\:brands-color-rentler:focus,
.hover\:brands-color-rentler:hover {
  color: #ed1c27;
}

[class="fa-brands fa-rentler-1"], .brands-color-rentler-1 {
  color: #ed1c27;
}

.active\:brands-color-rentler-1:active,
.focus\:brands-color-rentler-1:focus,
.hover\:brands-color-rentler-1:hover {
  color: #ed1c27;
}

[class="fa-brands fa-residence-inn"], .brands-color-residence-inn {
  color: #b32317;
}

.active\:brands-color-residence-inn:active,
.focus\:brands-color-residence-inn:focus,
.hover\:brands-color-residence-inn:hover {
  color: #b32317;
}

[class="fa-brands fa-residence-inn-1"], .brands-color-residence-inn-1 {
  color: #b32317;
}

.active\:brands-color-residence-inn-1:active,
.focus\:brands-color-residence-inn-1:focus,
.hover\:brands-color-residence-inn-1:hover {
  color: #b32317;
}

[class="fa-brands fa-residence-inn-2"], .brands-color-residence-inn-2 {
  color: #f58025;
}

.active\:brands-color-residence-inn-2:active,
.focus\:brands-color-residence-inn-2:focus,
.hover\:brands-color-residence-inn-2:hover {
  color: #f58025;
}

[class="fa-brands fa-residence-inn-3"], .brands-color-residence-inn-3 {
  color: #3a6e8f;
}

.active\:brands-color-residence-inn-3:active,
.focus\:brands-color-residence-inn-3:focus,
.hover\:brands-color-residence-inn-3:hover {
  color: #3a6e8f;
}

[class="fa-brands fa-residence-inn-4"], .brands-color-residence-inn-4 {
  color: #87b2d8;
}

.active\:brands-color-residence-inn-4:active,
.focus\:brands-color-residence-inn-4:focus,
.hover\:brands-color-residence-inn-4:hover {
  color: #87b2d8;
}

[class="fa-brands fa-residence-inn-5"], .brands-color-residence-inn-5 {
  color: #8d8b00;
}

.active\:brands-color-residence-inn-5:active,
.focus\:brands-color-residence-inn-5:focus,
.hover\:brands-color-residence-inn-5:hover {
  color: #8d8b00;
}

[class="fa-brands fa-residence-inn-6"], .brands-color-residence-inn-6 {
  color: #c1d72f;
}

.active\:brands-color-residence-inn-6:active,
.focus\:brands-color-residence-inn-6:focus,
.hover\:brands-color-residence-inn-6:hover {
  color: #c1d72f;
}

[class="fa-brands fa-reverbnation"], .brands-color-reverbnation {
  color: #e43526;
}

.active\:brands-color-reverbnation:active,
.focus\:brands-color-reverbnation:focus,
.hover\:brands-color-reverbnation:hover {
  color: #e43526;
}

[class="fa-brands fa-reverbnation-1"], .brands-color-reverbnation-1 {
  color: #e43526;
}

.active\:brands-color-reverbnation-1:active,
.focus\:brands-color-reverbnation-1:focus,
.hover\:brands-color-reverbnation-1:hover {
  color: #e43526;
}

[class="fa-brands fa-rochester-institute-of-technology"], .brands-color-rochester-institute-of-technology {
  color: #f36e21;
}

.active\:brands-color-rochester-institute-of-technology:active,
.focus\:brands-color-rochester-institute-of-technology:focus,
.hover\:brands-color-rochester-institute-of-technology:hover {
  color: #f36e21;
}

[class="fa-brands fa-rochester-institute-of-technology-1"], .brands-color-rochester-institute-of-technology-1 {
  color: #f36e21;
}

.active\:brands-color-rochester-institute-of-technology-1:active,
.focus\:brands-color-rochester-institute-of-technology-1:focus,
.hover\:brands-color-rochester-institute-of-technology-1:hover {
  color: #f36e21;
}

[class="fa-brands fa-rochester-institute-of-technology-2"], .brands-color-rochester-institute-of-technology-2 {
  color: #513127;
}

.active\:brands-color-rochester-institute-of-technology-2:active,
.focus\:brands-color-rochester-institute-of-technology-2:focus,
.hover\:brands-color-rochester-institute-of-technology-2:hover {
  color: #513127;
}

[class="fa-brands fa-rit"], .brands-color-rit {
  color: #f76902;
}

.active\:brands-color-rit:active,
.focus\:brands-color-rit:focus,
.hover\:brands-color-rit:hover {
  color: #f76902;
}

[class="fa-brands fa-rit-1"], .brands-color-rit-1 {
  color: #f76902;
}

.active\:brands-color-rit-1:active,
.focus\:brands-color-rit-1:focus,
.hover\:brands-color-rit-1:hover {
  color: #f76902;
}

[class="fa-brands fa-rit-2"], .brands-color-rit-2 {
  color: #ffffff;
}

.active\:brands-color-rit-2:active,
.focus\:brands-color-rit-2:focus,
.hover\:brands-color-rit-2:hover {
  color: #ffffff;
}

[class="fa-brands fa-rit-3"], .brands-color-rit-3 {
  color: #000000;
}

.active\:brands-color-rit-3:active,
.focus\:brands-color-rit-3:focus,
.hover\:brands-color-rit-3:hover {
  color: #000000;
}

[class="fa-brands fa-rockpack"], .brands-color-rockpack {
  color: #0ba6ab;
}

.active\:brands-color-rockpack:active,
.focus\:brands-color-rockpack:focus,
.hover\:brands-color-rockpack:hover {
  color: #0ba6ab;
}

[class="fa-brands fa-rockpack-1"], .brands-color-rockpack-1 {
  color: #0ba6ab;
}

.active\:brands-color-rockpack-1:active,
.focus\:brands-color-rockpack-1:focus,
.hover\:brands-color-rockpack-1:hover {
  color: #0ba6ab;
}

[class="fa-brands fa-roku"], .brands-color-roku {
  color: #6f1ab1;
}

.active\:brands-color-roku:active,
.focus\:brands-color-roku:focus,
.hover\:brands-color-roku:hover {
  color: #6f1ab1;
}

[class="fa-brands fa-roku-1"], .brands-color-roku-1 {
  color: #6f1ab1;
}

.active\:brands-color-roku-1:active,
.focus\:brands-color-roku-1:focus,
.hover\:brands-color-roku-1:hover {
  color: #6f1ab1;
}

[class="fa-brands fa-rolls-royce"], .brands-color-rolls-royce {
  color: #680021;
}

.active\:brands-color-rolls-royce:active,
.focus\:brands-color-rolls-royce:focus,
.hover\:brands-color-rolls-royce:hover {
  color: #680021;
}

[class="fa-brands fa-rolls-royce-1"], .brands-color-rolls-royce-1 {
  color: #680021;
}

.active\:brands-color-rolls-royce-1:active,
.focus\:brands-color-rolls-royce-1:focus,
.hover\:brands-color-rolls-royce-1:hover {
  color: #680021;
}

[class="fa-brands fa-rolls-royce-2"], .brands-color-rolls-royce-2 {
  color: #fffaec;
}

.active\:brands-color-rolls-royce-2:active,
.focus\:brands-color-rolls-royce-2:focus,
.hover\:brands-color-rolls-royce-2:hover {
  color: #fffaec;
}

[class="fa-brands fa-rolls-royce-3"], .brands-color-rolls-royce-3 {
  color: #939598;
}

.active\:brands-color-rolls-royce-3:active,
.focus\:brands-color-rolls-royce-3:focus,
.hover\:brands-color-rolls-royce-3:hover {
  color: #939598;
}

[class="fa-brands fa-rolls-royce-4"], .brands-color-rolls-royce-4 {
  color: #000000;
}

.active\:brands-color-rolls-royce-4:active,
.focus\:brands-color-rolls-royce-4:focus,
.hover\:brands-color-rolls-royce-4:hover {
  color: #000000;
}

[class="fa-brands fa-roo-kids"], .brands-color-roo-kids {
  color: #e22027;
}

.active\:brands-color-roo-kids:active,
.focus\:brands-color-roo-kids:focus,
.hover\:brands-color-roo-kids:hover {
  color: #e22027;
}

[class="fa-brands fa-roo-kids-1"], .brands-color-roo-kids-1 {
  color: #e22027;
}

.active\:brands-color-roo-kids-1:active,
.focus\:brands-color-roo-kids-1:focus,
.hover\:brands-color-roo-kids-1:hover {
  color: #e22027;
}

[class="fa-brands fa-roo-kids-2"], .brands-color-roo-kids-2 {
  color: #a1cd3d;
}

.active\:brands-color-roo-kids-2:active,
.focus\:brands-color-roo-kids-2:focus,
.hover\:brands-color-roo-kids-2:hover {
  color: #a1cd3d;
}

[class="fa-brands fa-roo-kids-3"], .brands-color-roo-kids-3 {
  color: #003e70;
}

.active\:brands-color-roo-kids-3:active,
.focus\:brands-color-roo-kids-3:focus,
.hover\:brands-color-roo-kids-3:hover {
  color: #003e70;
}

[class="fa-brands fa-roon"], .brands-color-roon {
  color: #62b0d9;
}

.active\:brands-color-roon:active,
.focus\:brands-color-roon:focus,
.hover\:brands-color-roon:hover {
  color: #62b0d9;
}

[class="fa-brands fa-roon-1"], .brands-color-roon-1 {
  color: #62b0d9;
}

.active\:brands-color-roon-1:active,
.focus\:brands-color-roon-1:focus,
.hover\:brands-color-roon-1:hover {
  color: #62b0d9;
}

[class="fa-brands fa-rosetta-stone"], .brands-color-rosetta-stone {
  color: #0098db;
}

.active\:brands-color-rosetta-stone:active,
.focus\:brands-color-rosetta-stone:focus,
.hover\:brands-color-rosetta-stone:hover {
  color: #0098db;
}

[class="fa-brands fa-rosetta-stone-1"], .brands-color-rosetta-stone-1 {
  color: #0098db;
}

.active\:brands-color-rosetta-stone-1:active,
.focus\:brands-color-rosetta-stone-1:focus,
.hover\:brands-color-rosetta-stone-1:hover {
  color: #0098db;
}

[class="fa-brands fa-rosetta-stone-2"], .brands-color-rosetta-stone-2 {
  color: #ecc400;
}

.active\:brands-color-rosetta-stone-2:active,
.focus\:brands-color-rosetta-stone-2:focus,
.hover\:brands-color-rosetta-stone-2:hover {
  color: #ecc400;
}

[class="fa-brands fa-rounds"], .brands-color-rounds {
  color: #fdd800;
}

.active\:brands-color-rounds:active,
.focus\:brands-color-rounds:focus,
.hover\:brands-color-rounds:hover {
  color: #fdd800;
}

[class="fa-brands fa-rounds-1"], .brands-color-rounds-1 {
  color: #fdd800;
}

.active\:brands-color-rounds-1:active,
.focus\:brands-color-rounds-1:focus,
.hover\:brands-color-rounds-1:hover {
  color: #fdd800;
}

[class="fa-brands fa-rowan-university"], .brands-color-rowan-university {
  color: #3f1a0a;
}

.active\:brands-color-rowan-university:active,
.focus\:brands-color-rowan-university:focus,
.hover\:brands-color-rowan-university:hover {
  color: #3f1a0a;
}

[class="fa-brands fa-rowan-university-1"], .brands-color-rowan-university-1 {
  color: #3f1a0a;
}

.active\:brands-color-rowan-university-1:active,
.focus\:brands-color-rowan-university-1:focus,
.hover\:brands-color-rowan-university-1:hover {
  color: #3f1a0a;
}

[class="fa-brands fa-rowan-university-2"], .brands-color-rowan-university-2 {
  color: #edd51c;
}

.active\:brands-color-rowan-university-2:active,
.focus\:brands-color-rowan-university-2:focus,
.hover\:brands-color-rowan-university-2:hover {
  color: #edd51c;
}

[class="fa-brands fa-cssd"], .brands-color-cssd {
  color: #1b5692;
}

.active\:brands-color-cssd:active,
.focus\:brands-color-cssd:focus,
.hover\:brands-color-cssd:hover {
  color: #1b5692;
}

[class="fa-brands fa-cssd-1"], .brands-color-cssd-1 {
  color: #1b5692;
}

.active\:brands-color-cssd-1:active,
.focus\:brands-color-cssd-1:focus,
.hover\:brands-color-cssd-1:hover {
  color: #1b5692;
}

[class="fa-brands fa-cssd-2"], .brands-color-cssd-2 {
  color: #c32128;
}

.active\:brands-color-cssd-2:active,
.focus\:brands-color-cssd-2:focus,
.hover\:brands-color-cssd-2:hover {
  color: #c32128;
}

[class="fa-brands fa-cssd-3"], .brands-color-cssd-3 {
  color: #43a756;
}

.active\:brands-color-cssd-3:active,
.focus\:brands-color-cssd-3:focus,
.hover\:brands-color-cssd-3:hover {
  color: #43a756;
}

[class="fa-brands fa-cssd-4"], .brands-color-cssd-4 {
  color: #999999;
}

.active\:brands-color-cssd-4:active,
.focus\:brands-color-cssd-4:focus,
.hover\:brands-color-cssd-4:hover {
  color: #999999;
}

[class="fa-brands fa-cssd-5"], .brands-color-cssd-5 {
  color: #de8a3d;
}

.active\:brands-color-cssd-5:active,
.focus\:brands-color-cssd-5:focus,
.hover\:brands-color-cssd-5:hover {
  color: #de8a3d;
}

[class="fa-brands fa-cssd-6"], .brands-color-cssd-6 {
  color: #74a2d7;
}

.active\:brands-color-cssd-6:active,
.focus\:brands-color-cssd-6:focus,
.hover\:brands-color-cssd-6:hover {
  color: #74a2d7;
}

[class="fa-brands fa-cssd-7"], .brands-color-cssd-7 {
  color: #f0c33b;
}

.active\:brands-color-cssd-7:active,
.focus\:brands-color-cssd-7:focus,
.hover\:brands-color-cssd-7:hover {
  color: #f0c33b;
}

[class="fa-brands fa-cssd-8"], .brands-color-cssd-8 {
  color: #9fc54d;
}

.active\:brands-color-cssd-8:active,
.focus\:brands-color-cssd-8:focus,
.hover\:brands-color-cssd-8:hover {
  color: #9fc54d;
}

[class="fa-brands fa-royal-mail"], .brands-color-royal-mail {
  color: #ff0000;
}

.active\:brands-color-royal-mail:active,
.focus\:brands-color-royal-mail:focus,
.hover\:brands-color-royal-mail:hover {
  color: #ff0000;
}

[class="fa-brands fa-royal-mail-1"], .brands-color-royal-mail-1 {
  color: #ff0000;
}

.active\:brands-color-royal-mail-1:active,
.focus\:brands-color-royal-mail-1:focus,
.hover\:brands-color-royal-mail-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-royal-mail-2"], .brands-color-royal-mail-2 {
  color: #ffff00;
}

.active\:brands-color-royal-mail-2:active,
.focus\:brands-color-royal-mail-2:focus,
.hover\:brands-color-royal-mail-2:hover {
  color: #ffff00;
}

[class="fa-brands fa-royal-mail-3"], .brands-color-royal-mail-3 {
  color: #000000;
}

.active\:brands-color-royal-mail-3:active,
.focus\:brands-color-royal-mail-3:focus,
.hover\:brands-color-royal-mail-3:hover {
  color: #000000;
}

[class="fa-brands fa-rss-2"], .brands-color-rss-2 {
  color: #f26522;
}

.active\:brands-color-rss-2:active,
.focus\:brands-color-rss-2:focus,
.hover\:brands-color-rss-2:hover {
  color: #f26522;
}

[class="fa-brands fa-rss-2-1"], .brands-color-rss-2-1 {
  color: #f26522;
}

.active\:brands-color-rss-2-1:active,
.focus\:brands-color-rss-2-1:focus,
.hover\:brands-color-rss-2-1:hover {
  color: #f26522;
}

[class="fa-brands fa-ruby"], .brands-color-ruby {
  color: #cc342d;
}

.active\:brands-color-ruby:active,
.focus\:brands-color-ruby:focus,
.hover\:brands-color-ruby:hover {
  color: #cc342d;
}

[class="fa-brands fa-ruby-1"], .brands-color-ruby-1 {
  color: #cc342d;
}

.active\:brands-color-ruby-1:active,
.focus\:brands-color-ruby-1:focus,
.hover\:brands-color-ruby-1:hover {
  color: #cc342d;
}

[class="fa-brands fa-ruby-on-rails"], .brands-color-ruby-on-rails {
  color: #cc0000;
}

.active\:brands-color-ruby-on-rails:active,
.focus\:brands-color-ruby-on-rails:focus,
.hover\:brands-color-ruby-on-rails:hover {
  color: #cc0000;
}

[class="fa-brands fa-ruby-on-rails-1"], .brands-color-ruby-on-rails-1 {
  color: #cc0000;
}

.active\:brands-color-ruby-on-rails-1:active,
.focus\:brands-color-ruby-on-rails-1:focus,
.hover\:brands-color-ruby-on-rails-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-rutgers-university"], .brands-color-rutgers-university {
  color: #cc0033;
}

.active\:brands-color-rutgers-university:active,
.focus\:brands-color-rutgers-university:focus,
.hover\:brands-color-rutgers-university:hover {
  color: #cc0033;
}

[class="fa-brands fa-rutgers-university-1"], .brands-color-rutgers-university-1 {
  color: #cc0033;
}

.active\:brands-color-rutgers-university-1:active,
.focus\:brands-color-rutgers-university-1:focus,
.hover\:brands-color-rutgers-university-1:hover {
  color: #cc0033;
}

[class="fa-brands fa-ryanair"], .brands-color-ryanair {
  color: #073590;
}

.active\:brands-color-ryanair:active,
.focus\:brands-color-ryanair:focus,
.hover\:brands-color-ryanair:hover {
  color: #073590;
}

[class="fa-brands fa-ryanair-1"], .brands-color-ryanair-1 {
  color: #073590;
}

.active\:brands-color-ryanair-1:active,
.focus\:brands-color-ryanair-1:focus,
.hover\:brands-color-ryanair-1:hover {
  color: #073590;
}

[class="fa-brands fa-ryanair-2"], .brands-color-ryanair-2 {
  color: #f1c933;
}

.active\:brands-color-ryanair-2:active,
.focus\:brands-color-ryanair-2:focus,
.hover\:brands-color-ryanair-2:hover {
  color: #f1c933;
}

[class="fa-brands fa-ryanair-3"], .brands-color-ryanair-3 {
  color: #2091eb;
}

.active\:brands-color-ryanair-3:active,
.focus\:brands-color-ryanair-3:focus,
.hover\:brands-color-ryanair-3:hover {
  color: #2091eb;
}

[class="fa-brands fa-sabre"], .brands-color-sabre {
  color: #e50000;
}

.active\:brands-color-sabre:active,
.focus\:brands-color-sabre:focus,
.hover\:brands-color-sabre:hover {
  color: #e50000;
}

[class="fa-brands fa-sabre-1"], .brands-color-sabre-1 {
  color: #e50000;
}

.active\:brands-color-sabre-1:active,
.focus\:brands-color-sabre-1:focus,
.hover\:brands-color-sabre-1:hover {
  color: #e50000;
}

[class="fa-brands fa-sabre-2"], .brands-color-sabre-2 {
  color: #111111;
}

.active\:brands-color-sabre-2:active,
.focus\:brands-color-sabre-2:focus,
.hover\:brands-color-sabre-2:hover {
  color: #111111;
}

[class="fa-brands fa-sage"], .brands-color-sage {
  color: #00dc06;
}

.active\:brands-color-sage:active,
.focus\:brands-color-sage:focus,
.hover\:brands-color-sage:hover {
  color: #00dc06;
}

[class="fa-brands fa-sage-1"], .brands-color-sage-1 {
  color: #00dc06;
}

.active\:brands-color-sage-1:active,
.focus\:brands-color-sage-1:focus,
.hover\:brands-color-sage-1:hover {
  color: #00dc06;
}

[class="fa-brands fa-sainsburys"], .brands-color-sainsburys {
  color: #ec8a00;
}

.active\:brands-color-sainsburys:active,
.focus\:brands-color-sainsburys:focus,
.hover\:brands-color-sainsburys:hover {
  color: #ec8a00;
}

[class="fa-brands fa-sainsburys-1"], .brands-color-sainsburys-1 {
  color: #ec8a00;
}

.active\:brands-color-sainsburys-1:active,
.focus\:brands-color-sainsburys-1:focus,
.hover\:brands-color-sainsburys-1:hover {
  color: #ec8a00;
}

[class="fa-brands fa-salesforce"], .brands-color-salesforce {
  color: #1798c1;
}

.active\:brands-color-salesforce:active,
.focus\:brands-color-salesforce:focus,
.hover\:brands-color-salesforce:hover {
  color: #1798c1;
}

[class="fa-brands fa-salesforce-1"], .brands-color-salesforce-1 {
  color: #1798c1;
}

.active\:brands-color-salesforce-1:active,
.focus\:brands-color-salesforce-1:focus,
.hover\:brands-color-salesforce-1:hover {
  color: #1798c1;
}

[class="fa-brands fa-salesforce-2"], .brands-color-salesforce-2 {
  color: #ff1100;
}

.active\:brands-color-salesforce-2:active,
.focus\:brands-color-salesforce-2:focus,
.hover\:brands-color-salesforce-2:hover {
  color: #ff1100;
}

[class="fa-brands fa-samsung"], .brands-color-samsung {
  color: #1428a0;
}

.active\:brands-color-samsung:active,
.focus\:brands-color-samsung:focus,
.hover\:brands-color-samsung:hover {
  color: #1428a0;
}

[class="fa-brands fa-samsung-1"], .brands-color-samsung-1 {
  color: #1428a0;
}

.active\:brands-color-samsung-1:active,
.focus\:brands-color-samsung-1:focus,
.hover\:brands-color-samsung-1:hover {
  color: #1428a0;
}

[class="fa-brands fa-samsung-2"], .brands-color-samsung-2 {
  color: #75787b;
}

.active\:brands-color-samsung-2:active,
.focus\:brands-color-samsung-2:focus,
.hover\:brands-color-samsung-2:hover {
  color: #75787b;
}

[class="fa-brands fa-samsung-3"], .brands-color-samsung-3 {
  color: #0689d8;
}

.active\:brands-color-samsung-3:active,
.focus\:brands-color-samsung-3:focus,
.hover\:brands-color-samsung-3:hover {
  color: #0689d8;
}

[class="fa-brands fa-samsung-4"], .brands-color-samsung-4 {
  color: #ffc600;
}

.active\:brands-color-samsung-4:active,
.focus\:brands-color-samsung-4:focus,
.hover\:brands-color-samsung-4:hover {
  color: #ffc600;
}

[class="fa-brands fa-samsung-5"], .brands-color-samsung-5 {
  color: #ff6900;
}

.active\:brands-color-samsung-5:active,
.focus\:brands-color-samsung-5:focus,
.hover\:brands-color-samsung-5:hover {
  color: #ff6900;
}

[class="fa-brands fa-samsung-6"], .brands-color-samsung-6 {
  color: #e4002b;
}

.active\:brands-color-samsung-6:active,
.focus\:brands-color-samsung-6:focus,
.hover\:brands-color-samsung-6:hover {
  color: #e4002b;
}

[class="fa-brands fa-samsung-7"], .brands-color-samsung-7 {
  color: #c800a1;
}

.active\:brands-color-samsung-7:active,
.focus\:brands-color-samsung-7:focus,
.hover\:brands-color-samsung-7:hover {
  color: #c800a1;
}

[class="fa-brands fa-samsung-8"], .brands-color-samsung-8 {
  color: #685bc7;
}

.active\:brands-color-samsung-8:active,
.focus\:brands-color-samsung-8:focus,
.hover\:brands-color-samsung-8:hover {
  color: #685bc7;
}

[class="fa-brands fa-samsung-9"], .brands-color-samsung-9 {
  color: #0057b8;
}

.active\:brands-color-samsung-9:active,
.focus\:brands-color-samsung-9:focus,
.hover\:brands-color-samsung-9:hover {
  color: #0057b8;
}

[class="fa-brands fa-samsung-10"], .brands-color-samsung-10 {
  color: #00a9e0;
}

.active\:brands-color-samsung-10:active,
.focus\:brands-color-samsung-10:focus,
.hover\:brands-color-samsung-10:hover {
  color: #00a9e0;
}

[class="fa-brands fa-samsung-11"], .brands-color-samsung-11 {
  color: #009ca6;
}

.active\:brands-color-samsung-11:active,
.focus\:brands-color-samsung-11:focus,
.hover\:brands-color-samsung-11:hover {
  color: #009ca6;
}

[class="fa-brands fa-samsung-12"], .brands-color-samsung-12 {
  color: #00b140;
}

.active\:brands-color-samsung-12:active,
.focus\:brands-color-samsung-12:focus,
.hover\:brands-color-samsung-12:hover {
  color: #00b140;
}

[class="fa-brands fa-san-francisco-49ers"], .brands-color-san-francisco-49ers {
  color: #e91e22;
}

.active\:brands-color-san-francisco-49ers:active,
.focus\:brands-color-san-francisco-49ers:focus,
.hover\:brands-color-san-francisco-49ers:hover {
  color: #e91e22;
}

[class="fa-brands fa-san-francisco-49ers-1"], .brands-color-san-francisco-49ers-1 {
  color: #e91e22;
}

.active\:brands-color-san-francisco-49ers-1:active,
.focus\:brands-color-san-francisco-49ers-1:focus,
.hover\:brands-color-san-francisco-49ers-1:hover {
  color: #e91e22;
}

[class="fa-brands fa-san-francisco-49ers-2"], .brands-color-san-francisco-49ers-2 {
  color: #c8aa76;
}

.active\:brands-color-san-francisco-49ers-2:active,
.focus\:brands-color-san-francisco-49ers-2:focus,
.hover\:brands-color-san-francisco-49ers-2:hover {
  color: #c8aa76;
}

[class="fa-brands fa-san-francisco-49ers-3"], .brands-color-san-francisco-49ers-3 {
  color: #000000;
}

.active\:brands-color-san-francisco-49ers-3:active,
.focus\:brands-color-san-francisco-49ers-3:focus,
.hover\:brands-color-san-francisco-49ers-3:hover {
  color: #000000;
}

[class="fa-brands fa-san-francisco-giants"], .brands-color-san-francisco-giants {
  color: #fd5a1e;
}

.active\:brands-color-san-francisco-giants:active,
.focus\:brands-color-san-francisco-giants:focus,
.hover\:brands-color-san-francisco-giants:hover {
  color: #fd5a1e;
}

[class="fa-brands fa-san-francisco-giants-1"], .brands-color-san-francisco-giants-1 {
  color: #fd5a1e;
}

.active\:brands-color-san-francisco-giants-1:active,
.focus\:brands-color-san-francisco-giants-1:focus,
.hover\:brands-color-san-francisco-giants-1:hover {
  color: #fd5a1e;
}

[class="fa-brands fa-san-francisco-giants-2"], .brands-color-san-francisco-giants-2 {
  color: #000000;
}

.active\:brands-color-san-francisco-giants-2:active,
.focus\:brands-color-san-francisco-giants-2:focus,
.hover\:brands-color-san-francisco-giants-2:hover {
  color: #000000;
}

[class="fa-brands fa-sap"], .brands-color-sap {
  color: #003366;
}

.active\:brands-color-sap:active,
.focus\:brands-color-sap:focus,
.hover\:brands-color-sap:hover {
  color: #003366;
}

[class="fa-brands fa-sap-1"], .brands-color-sap-1 {
  color: #003366;
}

.active\:brands-color-sap-1:active,
.focus\:brands-color-sap-1:focus,
.hover\:brands-color-sap-1:hover {
  color: #003366;
}

[class="fa-brands fa-sap-2"], .brands-color-sap-2 {
  color: #999999;
}

.active\:brands-color-sap-2:active,
.focus\:brands-color-sap-2:focus,
.hover\:brands-color-sap-2:hover {
  color: #999999;
}

[class="fa-brands fa-scouts-uk"], .brands-color-scouts-uk {
  color: #4d2177;
}

.active\:brands-color-scouts-uk:active,
.focus\:brands-color-scouts-uk:focus,
.hover\:brands-color-scouts-uk:hover {
  color: #4d2177;
}

[class="fa-brands fa-scouts-uk-1"], .brands-color-scouts-uk-1 {
  color: #4d2177;
}

.active\:brands-color-scouts-uk-1:active,
.focus\:brands-color-scouts-uk-1:focus,
.hover\:brands-color-scouts-uk-1:hover {
  color: #4d2177;
}

[class="fa-brands fa-scouts-uk-2"], .brands-color-scouts-uk-2 {
  color: #84a40b;
}

.active\:brands-color-scouts-uk-2:active,
.focus\:brands-color-scouts-uk-2:focus,
.hover\:brands-color-scouts-uk-2:hover {
  color: #84a40b;
}

[class="fa-brands fa-scouts-uk-3"], .brands-color-scouts-uk-3 {
  color: #004851;
}

.active\:brands-color-scouts-uk-3:active,
.focus\:brands-color-scouts-uk-3:focus,
.hover\:brands-color-scouts-uk-3:hover {
  color: #004851;
}

[class="fa-brands fa-scouts-uk-4"], .brands-color-scouts-uk-4 {
  color: #009a44;
}

.active\:brands-color-scouts-uk-4:active,
.focus\:brands-color-scouts-uk-4:focus,
.hover\:brands-color-scouts-uk-4:hover {
  color: #009a44;
}

[class="fa-brands fa-scouts-uk-5"], .brands-color-scouts-uk-5 {
  color: #0095c8;
}

.active\:brands-color-scouts-uk-5:active,
.focus\:brands-color-scouts-uk-5:focus,
.hover\:brands-color-scouts-uk-5:hover {
  color: #0095c8;
}

[class="fa-brands fa-scouts-uk-6"], .brands-color-scouts-uk-6 {
  color: #003da5;
}

.active\:brands-color-scouts-uk-6:active,
.focus\:brands-color-scouts-uk-6:focus,
.hover\:brands-color-scouts-uk-6:hover {
  color: #003da5;
}

[class="fa-brands fa-scouts-uk-7"], .brands-color-scouts-uk-7 {
  color: #002855;
}

.active\:brands-color-scouts-uk-7:active,
.focus\:brands-color-scouts-uk-7:focus,
.hover\:brands-color-scouts-uk-7:hover {
  color: #002855;
}

[class="fa-brands fa-scouts-uk-8"], .brands-color-scouts-uk-8 {
  color: #004851;
}

.active\:brands-color-scouts-uk-8:active,
.focus\:brands-color-scouts-uk-8:focus,
.hover\:brands-color-scouts-uk-8:hover {
  color: #004851;
}

[class="fa-brands fa-scouts-uk-9"], .brands-color-scouts-uk-9 {
  color: #ffcd00;
}

.active\:brands-color-scouts-uk-9:active,
.focus\:brands-color-scouts-uk-9:focus,
.hover\:brands-color-scouts-uk-9:hover {
  color: #ffcd00;
}

[class="fa-brands fa-scouts-uk-10"], .brands-color-scouts-uk-10 {
  color: #ff8200;
}

.active\:brands-color-scouts-uk-10:active,
.focus\:brands-color-scouts-uk-10:focus,
.hover\:brands-color-scouts-uk-10:hover {
  color: #ff8200;
}

[class="fa-brands fa-scouts-uk-11"], .brands-color-scouts-uk-11 {
  color: #ba0c2f;
}

.active\:brands-color-scouts-uk-11:active,
.focus\:brands-color-scouts-uk-11:focus,
.hover\:brands-color-scouts-uk-11:hover {
  color: #ba0c2f;
}

[class="fa-brands fa-scouts-uk-12"], .brands-color-scouts-uk-12 {
  color: #ad1aac;
}

.active\:brands-color-scouts-uk-12:active,
.focus\:brands-color-scouts-uk-12:focus,
.hover\:brands-color-scouts-uk-12:hover {
  color: #ad1aac;
}

[class="fa-brands fa-scouts-uk-13"], .brands-color-scouts-uk-13 {
  color: #7c3a2d;
}

.active\:brands-color-scouts-uk-13:active,
.focus\:brands-color-scouts-uk-13:focus,
.hover\:brands-color-scouts-uk-13:hover {
  color: #7c3a2d;
}

[class="fa-brands fa-scouts-uk-14"], .brands-color-scouts-uk-14 {
  color: #8c857b;
}

.active\:brands-color-scouts-uk-14:active,
.focus\:brands-color-scouts-uk-14:focus,
.hover\:brands-color-scouts-uk-14:hover {
  color: #8c857b;
}

[class="fa-brands fa-scribd"], .brands-color-scribd {
  color: #1a7bba;
}

.active\:brands-color-scribd:active,
.focus\:brands-color-scribd:focus,
.hover\:brands-color-scribd:hover {
  color: #1a7bba;
}

[class="fa-brands fa-scribd-1"], .brands-color-scribd-1 {
  color: #1a7bba;
}

.active\:brands-color-scribd-1:active,
.focus\:brands-color-scribd-1:focus,
.hover\:brands-color-scribd-1:hover {
  color: #1a7bba;
}

[class="fa-brands fa-septa"], .brands-color-septa {
  color: #1f4fa3;
}

.active\:brands-color-septa:active,
.focus\:brands-color-septa:focus,
.hover\:brands-color-septa:hover {
  color: #1f4fa3;
}

[class="fa-brands fa-septa-1"], .brands-color-septa-1 {
  color: #1f4fa3;
}

.active\:brands-color-septa-1:active,
.focus\:brands-color-septa-1:focus,
.hover\:brands-color-septa-1:hover {
  color: #1f4fa3;
}

[class="fa-brands fa-septa-2"], .brands-color-septa-2 {
  color: #f14728;
}

.active\:brands-color-septa-2:active,
.focus\:brands-color-septa-2:focus,
.hover\:brands-color-septa-2:hover {
  color: #f14728;
}

[class="fa-brands fa-seton-hall-university"], .brands-color-seton-hall-university {
  color: #004488;
}

.active\:brands-color-seton-hall-university:active,
.focus\:brands-color-seton-hall-university:focus,
.hover\:brands-color-seton-hall-university:hover {
  color: #004488;
}

[class="fa-brands fa-seton-hall-university-1"], .brands-color-seton-hall-university-1 {
  color: #004488;
}

.active\:brands-color-seton-hall-university-1:active,
.focus\:brands-color-seton-hall-university-1:focus,
.hover\:brands-color-seton-hall-university-1:hover {
  color: #004488;
}

[class="fa-brands fa-shazam"], .brands-color-shazam {
  color: #0088ff;
}

.active\:brands-color-shazam:active,
.focus\:brands-color-shazam:focus,
.hover\:brands-color-shazam:hover {
  color: #0088ff;
}

[class="fa-brands fa-shazam-1"], .brands-color-shazam-1 {
  color: #0088ff;
}

.active\:brands-color-shazam-1:active,
.focus\:brands-color-shazam-1:focus,
.hover\:brands-color-shazam-1:hover {
  color: #0088ff;
}

[class="fa-brands fa-shazam-2"], .brands-color-shazam-2 {
  color: #ffaa00;
}

.active\:brands-color-shazam-2:active,
.focus\:brands-color-shazam-2:focus,
.hover\:brands-color-shazam-2:hover {
  color: #ffaa00;
}

[class="fa-brands fa-shazam-3"], .brands-color-shazam-3 {
  color: #ff7700;
}

.active\:brands-color-shazam-3:active,
.focus\:brands-color-shazam-3:focus,
.hover\:brands-color-shazam-3:hover {
  color: #ff7700;
}

[class="fa-brands fa-shazam-4"], .brands-color-shazam-4 {
  color: #ff0033;
}

.active\:brands-color-shazam-4:active,
.focus\:brands-color-shazam-4:focus,
.hover\:brands-color-shazam-4:hover {
  color: #ff0033;
}

[class="fa-brands fa-shazam-5"], .brands-color-shazam-5 {
  color: #9911aa;
}

.active\:brands-color-shazam-5:active,
.focus\:brands-color-shazam-5:focus,
.hover\:brands-color-shazam-5:hover {
  color: #9911aa;
}

[class="fa-brands fa-shazam-6"], .brands-color-shazam-6 {
  color: #cc2288;
}

.active\:brands-color-shazam-6:active,
.focus\:brands-color-shazam-6:focus,
.hover\:brands-color-shazam-6:hover {
  color: #cc2288;
}

[class="fa-brands fa-shazam-7"], .brands-color-shazam-7 {
  color: #aadd22;
}

.active\:brands-color-shazam-7:active,
.focus\:brands-color-shazam-7:focus,
.hover\:brands-color-shazam-7:hover {
  color: #aadd22;
}

[class="fa-brands fa-shazam-8"], .brands-color-shazam-8 {
  color: #242424;
}

.active\:brands-color-shazam-8:active,
.focus\:brands-color-shazam-8:focus,
.hover\:brands-color-shazam-8:hover {
  color: #242424;
}

[class="fa-brands fa-shazam-9"], .brands-color-shazam-9 {
  color: #646464;
}

.active\:brands-color-shazam-9:active,
.focus\:brands-color-shazam-9:focus,
.hover\:brands-color-shazam-9:hover {
  color: #646464;
}

[class="fa-brands fa-shazam-10"], .brands-color-shazam-10 {
  color: #949494;
}

.active\:brands-color-shazam-10:active,
.focus\:brands-color-shazam-10:focus,
.hover\:brands-color-shazam-10:hover {
  color: #949494;
}

[class="fa-brands fa-shazam-11"], .brands-color-shazam-11 {
  color: #e4e4e4;
}

.active\:brands-color-shazam-11:active,
.focus\:brands-color-shazam-11:focus,
.hover\:brands-color-shazam-11:hover {
  color: #e4e4e4;
}

[class="fa-brands fa-shazam-12"], .brands-color-shazam-12 {
  color: #f4f4f4;
}

.active\:brands-color-shazam-12:active,
.focus\:brands-color-shazam-12:focus,
.hover\:brands-color-shazam-12:hover {
  color: #f4f4f4;
}

[class="fa-brands fa-sherwin-williams"], .brands-color-sherwin-williams {
  color: #0168b3;
}

.active\:brands-color-sherwin-williams:active,
.focus\:brands-color-sherwin-williams:focus,
.hover\:brands-color-sherwin-williams:hover {
  color: #0168b3;
}

[class="fa-brands fa-sherwin-williams-1"], .brands-color-sherwin-williams-1 {
  color: #0168b3;
}

.active\:brands-color-sherwin-williams-1:active,
.focus\:brands-color-sherwin-williams-1:focus,
.hover\:brands-color-sherwin-williams-1:hover {
  color: #0168b3;
}

[class="fa-brands fa-sherwin-williams-2"], .brands-color-sherwin-williams-2 {
  color: #ee3e34;
}

.active\:brands-color-sherwin-williams-2:active,
.focus\:brands-color-sherwin-williams-2:focus,
.hover\:brands-color-sherwin-williams-2:hover {
  color: #ee3e34;
}

[class="fa-brands fa-shopify"], .brands-color-shopify {
  color: #96bf48;
}

.active\:brands-color-shopify:active,
.focus\:brands-color-shopify:focus,
.hover\:brands-color-shopify:hover {
  color: #96bf48;
}

[class="fa-brands fa-shopify-1"], .brands-color-shopify-1 {
  color: #96bf48;
}

.active\:brands-color-shopify-1:active,
.focus\:brands-color-shopify-1:focus,
.hover\:brands-color-shopify-1:hover {
  color: #96bf48;
}

[class="fa-brands fa-shopify-2"], .brands-color-shopify-2 {
  color: #479ccf;
}

.active\:brands-color-shopify-2:active,
.focus\:brands-color-shopify-2:focus,
.hover\:brands-color-shopify-2:hover {
  color: #479ccf;
}

[class="fa-brands fa-shopify-3"], .brands-color-shopify-3 {
  color: #2d3538;
}

.active\:brands-color-shopify-3:active,
.focus\:brands-color-shopify-3:focus,
.hover\:brands-color-shopify-3:hover {
  color: #2d3538;
}

[class="fa-brands fa-shopify-4"], .brands-color-shopify-4 {
  color: #f5f5f5;
}

.active\:brands-color-shopify-4:active,
.focus\:brands-color-shopify-4:focus,
.hover\:brands-color-shopify-4:hover {
  color: #f5f5f5;
}

[class="fa-brands fa-shopify-5"], .brands-color-shopify-5 {
  color: #f2f7fa;
}

.active\:brands-color-shopify-5:active,
.focus\:brands-color-shopify-5:focus,
.hover\:brands-color-shopify-5:hover {
  color: #f2f7fa;
}

[class="fa-brands fa-shopify-6"], .brands-color-shopify-6 {
  color: #666666;
}

.active\:brands-color-shopify-6:active,
.focus\:brands-color-shopify-6:focus,
.hover\:brands-color-shopify-6:hover {
  color: #666666;
}

[class="fa-brands fa-shopmium"], .brands-color-shopmium {
  color: #f01f74;
}

.active\:brands-color-shopmium:active,
.focus\:brands-color-shopmium:focus,
.hover\:brands-color-shopmium:hover {
  color: #f01f74;
}

[class="fa-brands fa-shopmium-1"], .brands-color-shopmium-1 {
  color: #f01f74;
}

.active\:brands-color-shopmium-1:active,
.focus\:brands-color-shopmium-1:focus,
.hover\:brands-color-shopmium-1:hover {
  color: #f01f74;
}

[class="fa-brands fa-siemens"], .brands-color-siemens {
  color: #009999;
}

.active\:brands-color-siemens:active,
.focus\:brands-color-siemens:focus,
.hover\:brands-color-siemens:hover {
  color: #009999;
}

[class="fa-brands fa-siemens-1"], .brands-color-siemens-1 {
  color: #009999;
}

.active\:brands-color-siemens-1:active,
.focus\:brands-color-siemens-1:focus,
.hover\:brands-color-siemens-1:hover {
  color: #009999;
}

[class="fa-brands fa-skillshare"], .brands-color-skillshare {
  color: #f26b21;
}

.active\:brands-color-skillshare:active,
.focus\:brands-color-skillshare:focus,
.hover\:brands-color-skillshare:hover {
  color: #f26b21;
}

[class="fa-brands fa-skillshare-1"], .brands-color-skillshare-1 {
  color: #f26b21;
}

.active\:brands-color-skillshare-1:active,
.focus\:brands-color-skillshare-1:focus,
.hover\:brands-color-skillshare-1:hover {
  color: #f26b21;
}

[class="fa-brands fa-skillshare-2"], .brands-color-skillshare-2 {
  color: #68b8be;
}

.active\:brands-color-skillshare-2:active,
.focus\:brands-color-skillshare-2:focus,
.hover\:brands-color-skillshare-2:hover {
  color: #68b8be;
}

[class="fa-brands fa-skoda"], .brands-color-skoda {
  color: #00800d;
}

.active\:brands-color-skoda:active,
.focus\:brands-color-skoda:focus,
.hover\:brands-color-skoda:hover {
  color: #00800d;
}

[class="fa-brands fa-skoda-1"], .brands-color-skoda-1 {
  color: #00800d;
}

.active\:brands-color-skoda-1:active,
.focus\:brands-color-skoda-1:focus,
.hover\:brands-color-skoda-1:hover {
  color: #00800d;
}

[class="fa-brands fa-skype"], .brands-color-skype {
  color: #00aff0;
}

.active\:brands-color-skype:active,
.focus\:brands-color-skype:focus,
.hover\:brands-color-skype:hover {
  color: #00aff0;
}

[class="fa-brands fa-skype-1"], .brands-color-skype-1 {
  color: #00aff0;
}

.active\:brands-color-skype-1:active,
.focus\:brands-color-skype-1:focus,
.hover\:brands-color-skype-1:hover {
  color: #00aff0;
}

[class="fa-brands fa-skywest"], .brands-color-skywest {
  color: #00338d;
}

.active\:brands-color-skywest:active,
.focus\:brands-color-skywest:focus,
.hover\:brands-color-skywest:hover {
  color: #00338d;
}

[class="fa-brands fa-skywest-1"], .brands-color-skywest-1 {
  color: #00338d;
}

.active\:brands-color-skywest-1:active,
.focus\:brands-color-skywest-1:focus,
.hover\:brands-color-skywest-1:hover {
  color: #00338d;
}

[class="fa-brands fa-slack"], .brands-color-slack {
  color: #6ecadc;
}

.active\:brands-color-slack:active,
.focus\:brands-color-slack:focus,
.hover\:brands-color-slack:hover {
  color: #6ecadc;
}

[class="fa-brands fa-slack-1"], .brands-color-slack-1 {
  color: #6ecadc;
}

.active\:brands-color-slack-1:active,
.focus\:brands-color-slack-1:focus,
.hover\:brands-color-slack-1:hover {
  color: #6ecadc;
}

[class="fa-brands fa-slack-2"], .brands-color-slack-2 {
  color: #e9a820;
}

.active\:brands-color-slack-2:active,
.focus\:brands-color-slack-2:focus,
.hover\:brands-color-slack-2:hover {
  color: #e9a820;
}

[class="fa-brands fa-slack-3"], .brands-color-slack-3 {
  color: #e01563;
}

.active\:brands-color-slack-3:active,
.focus\:brands-color-slack-3:focus,
.hover\:brands-color-slack-3:hover {
  color: #e01563;
}

[class="fa-brands fa-slack-4"], .brands-color-slack-4 {
  color: #3eb991;
}

.active\:brands-color-slack-4:active,
.focus\:brands-color-slack-4:focus,
.hover\:brands-color-slack-4:hover {
  color: #3eb991;
}

[class="fa-brands fa-slideshare"], .brands-color-slideshare {
  color: #0077b5;
}

.active\:brands-color-slideshare:active,
.focus\:brands-color-slideshare:focus,
.hover\:brands-color-slideshare:hover {
  color: #0077b5;
}

[class="fa-brands fa-slideshare-1"], .brands-color-slideshare-1 {
  color: #0077b5;
}

.active\:brands-color-slideshare-1:active,
.focus\:brands-color-slideshare-1:focus,
.hover\:brands-color-slideshare-1:hover {
  color: #0077b5;
}

[class="fa-brands fa-slipcase"], .brands-color-slipcase {
  color: #7c9cb0;
}

.active\:brands-color-slipcase:active,
.focus\:brands-color-slipcase:focus,
.hover\:brands-color-slipcase:hover {
  color: #7c9cb0;
}

[class="fa-brands fa-slipcase-1"], .brands-color-slipcase-1 {
  color: #7c9cb0;
}

.active\:brands-color-slipcase-1:active,
.focus\:brands-color-slipcase-1:focus,
.hover\:brands-color-slipcase-1:hover {
  color: #7c9cb0;
}

[class="fa-brands fa-smashing-magazine"], .brands-color-smashing-magazine {
  color: #e53b2c;
}

.active\:brands-color-smashing-magazine:active,
.focus\:brands-color-smashing-magazine:focus,
.hover\:brands-color-smashing-magazine:hover {
  color: #e53b2c;
}

[class="fa-brands fa-smashing-magazine-1"], .brands-color-smashing-magazine-1 {
  color: #e53b2c;
}

.active\:brands-color-smashing-magazine-1:active,
.focus\:brands-color-smashing-magazine-1:focus,
.hover\:brands-color-smashing-magazine-1:hover {
  color: #e53b2c;
}

[class="fa-brands fa-smashing-magazine-2"], .brands-color-smashing-magazine-2 {
  color: #41b7d8;
}

.active\:brands-color-smashing-magazine-2:active,
.focus\:brands-color-smashing-magazine-2:focus,
.hover\:brands-color-smashing-magazine-2:hover {
  color: #41b7d8;
}

[class="fa-brands fa-snagajob"], .brands-color-snagajob {
  color: #f36f21;
}

.active\:brands-color-snagajob:active,
.focus\:brands-color-snagajob:focus,
.hover\:brands-color-snagajob:hover {
  color: #f36f21;
}

[class="fa-brands fa-snagajob-1"], .brands-color-snagajob-1 {
  color: #f36f21;
}

.active\:brands-color-snagajob-1:active,
.focus\:brands-color-snagajob-1:focus,
.hover\:brands-color-snagajob-1:hover {
  color: #f36f21;
}

[class="fa-brands fa-snapchat"], .brands-color-snapchat {
  color: #fffc00;
}

.active\:brands-color-snapchat:active,
.focus\:brands-color-snapchat:focus,
.hover\:brands-color-snapchat:hover {
  color: #fffc00;
}

[class="fa-brands fa-snapchat-1"], .brands-color-snapchat-1 {
  color: #fffc00;
}

.active\:brands-color-snapchat-1:active,
.focus\:brands-color-snapchat-1:focus,
.hover\:brands-color-snapchat-1:hover {
  color: #fffc00;
}

[class="fa-brands fa-soapui"], .brands-color-soapui {
  color: #6cb33f;
}

.active\:brands-color-soapui:active,
.focus\:brands-color-soapui:focus,
.hover\:brands-color-soapui:hover {
  color: #6cb33f;
}

[class="fa-brands fa-soapui-1"], .brands-color-soapui-1 {
  color: #6cb33f;
}

.active\:brands-color-soapui-1:active,
.focus\:brands-color-soapui-1:focus,
.hover\:brands-color-soapui-1:hover {
  color: #6cb33f;
}

[class="fa-brands fa-soapui-2"], .brands-color-soapui-2 {
  color: #4a494d;
}

.active\:brands-color-soapui-2:active,
.focus\:brands-color-soapui-2:focus,
.hover\:brands-color-soapui-2:hover {
  color: #4a494d;
}

[class="fa-brands fa-socialbro"], .brands-color-socialbro {
  color: #29c4d0;
}

.active\:brands-color-socialbro:active,
.focus\:brands-color-socialbro:focus,
.hover\:brands-color-socialbro:hover {
  color: #29c4d0;
}

[class="fa-brands fa-socialbro-1"], .brands-color-socialbro-1 {
  color: #29c4d0;
}

.active\:brands-color-socialbro-1:active,
.focus\:brands-color-socialbro-1:focus,
.hover\:brands-color-socialbro-1:hover {
  color: #29c4d0;
}

[class="fa-brands fa-socialbro-2"], .brands-color-socialbro-2 {
  color: #f29556;
}

.active\:brands-color-socialbro-2:active,
.focus\:brands-color-socialbro-2:focus,
.hover\:brands-color-socialbro-2:hover {
  color: #f29556;
}

[class="fa-brands fa-socialbro-3"], .brands-color-socialbro-3 {
  color: #84afa2;
}

.active\:brands-color-socialbro-3:active,
.focus\:brands-color-socialbro-3:focus,
.hover\:brands-color-socialbro-3:hover {
  color: #84afa2;
}

[class="fa-brands fa-socialbro-4"], .brands-color-socialbro-4 {
  color: #72c427;
}

.active\:brands-color-socialbro-4:active,
.focus\:brands-color-socialbro-4:focus,
.hover\:brands-color-socialbro-4:hover {
  color: #72c427;
}

[class="fa-brands fa-socialbro-5"], .brands-color-socialbro-5 {
  color: #f24c7c;
}

.active\:brands-color-socialbro-5:active,
.focus\:brands-color-socialbro-5:focus,
.hover\:brands-color-socialbro-5:hover {
  color: #f24c7c;
}

[class="fa-brands fa-socialbro-6"], .brands-color-socialbro-6 {
  color: #00aaf2;
}

.active\:brands-color-socialbro-6:active,
.focus\:brands-color-socialbro-6:focus,
.hover\:brands-color-socialbro-6:hover {
  color: #00aaf2;
}

[class="fa-brands fa-softonic"], .brands-color-softonic {
  color: #008ace;
}

.active\:brands-color-softonic:active,
.focus\:brands-color-softonic:focus,
.hover\:brands-color-softonic:hover {
  color: #008ace;
}

[class="fa-brands fa-softonic-1"], .brands-color-softonic-1 {
  color: #008ace;
}

.active\:brands-color-softonic-1:active,
.focus\:brands-color-softonic-1:focus,
.hover\:brands-color-softonic-1:hover {
  color: #008ace;
}

[class="fa-brands fa-songkick"], .brands-color-songkick {
  color: #f80046;
}

.active\:brands-color-songkick:active,
.focus\:brands-color-songkick:focus,
.hover\:brands-color-songkick:hover {
  color: #f80046;
}

[class="fa-brands fa-songkick-1"], .brands-color-songkick-1 {
  color: #f80046;
}

.active\:brands-color-songkick-1:active,
.focus\:brands-color-songkick-1:focus,
.hover\:brands-color-songkick-1:hover {
  color: #f80046;
}

[class="fa-brands fa-sonicbids"], .brands-color-sonicbids {
  color: #ff6600;
}

.active\:brands-color-sonicbids:active,
.focus\:brands-color-sonicbids:focus,
.hover\:brands-color-sonicbids:hover {
  color: #ff6600;
}

[class="fa-brands fa-sonicbids-1"], .brands-color-sonicbids-1 {
  color: #ff6600;
}

.active\:brands-color-sonicbids-1:active,
.focus\:brands-color-sonicbids-1:focus,
.hover\:brands-color-sonicbids-1:hover {
  color: #ff6600;
}

[class="fa-brands fa-sonicbids-2"], .brands-color-sonicbids-2 {
  color: #0c88b1;
}

.active\:brands-color-sonicbids-2:active,
.focus\:brands-color-sonicbids-2:focus,
.hover\:brands-color-sonicbids-2:hover {
  color: #0c88b1;
}

[class="fa-brands fa-sonos"], .brands-color-sonos {
  color: #d8a158;
}

.active\:brands-color-sonos:active,
.focus\:brands-color-sonos:focus,
.hover\:brands-color-sonos:hover {
  color: #d8a158;
}

[class="fa-brands fa-sonos-1"], .brands-color-sonos-1 {
  color: #d8a158;
}

.active\:brands-color-sonos-1:active,
.focus\:brands-color-sonos-1:focus,
.hover\:brands-color-sonos-1:hover {
  color: #d8a158;
}

[class="fa-brands fa-sonos-2"], .brands-color-sonos-2 {
  color: #ba4724;
}

.active\:brands-color-sonos-2:active,
.focus\:brands-color-sonos-2:focus,
.hover\:brands-color-sonos-2:hover {
  color: #ba4724;
}

[class="fa-brands fa-sonos-3"], .brands-color-sonos-3 {
  color: #1c5f4a;
}

.active\:brands-color-sonos-3:active,
.focus\:brands-color-sonos-3:focus,
.hover\:brands-color-sonos-3:hover {
  color: #1c5f4a;
}

[class="fa-brands fa-sonos-4"], .brands-color-sonos-4 {
  color: #d8d8d8;
}

.active\:brands-color-sonos-4:active,
.focus\:brands-color-sonos-4:focus,
.hover\:brands-color-sonos-4:hover {
  color: #d8d8d8;
}

[class="fa-brands fa-sony"], .brands-color-sony {
  color: #000000;
}

.active\:brands-color-sony:active,
.focus\:brands-color-sony:focus,
.hover\:brands-color-sony:hover {
  color: #000000;
}

[class="fa-brands fa-sony-1"], .brands-color-sony-1 {
  color: #000000;
}

.active\:brands-color-sony-1:active,
.focus\:brands-color-sony-1:focus,
.hover\:brands-color-sony-1:hover {
  color: #000000;
}

[class="fa-brands fa-sony-2"], .brands-color-sony-2 {
  color: #7c8285;
}

.active\:brands-color-sony-2:active,
.focus\:brands-color-sony-2:focus,
.hover\:brands-color-sony-2:hover {
  color: #7c8285;
}

[class="fa-brands fa-sony-3"], .brands-color-sony-3 {
  color: #bfbdb0;
}

.active\:brands-color-sony-3:active,
.focus\:brands-color-sony-3:focus,
.hover\:brands-color-sony-3:hover {
  color: #bfbdb0;
}

[class="fa-brands fa-sony-4"], .brands-color-sony-4 {
  color: #b1b134;
}

.active\:brands-color-sony-4:active,
.focus\:brands-color-sony-4:focus,
.hover\:brands-color-sony-4:hover {
  color: #b1b134;
}

[class="fa-brands fa-sony-5"], .brands-color-sony-5 {
  color: #bbd634;
}

.active\:brands-color-sony-5:active,
.focus\:brands-color-sony-5:focus,
.hover\:brands-color-sony-5:hover {
  color: #bbd634;
}

[class="fa-brands fa-sony-6"], .brands-color-sony-6 {
  color: #dbe3b6;
}

.active\:brands-color-sony-6:active,
.focus\:brands-color-sony-6:focus,
.hover\:brands-color-sony-6:hover {
  color: #dbe3b6;
}

[class="fa-brands fa-sony-7"], .brands-color-sony-7 {
  color: #b2c8bd;
}

.active\:brands-color-sony-7:active,
.focus\:brands-color-sony-7:focus,
.hover\:brands-color-sony-7:hover {
  color: #b2c8bd;
}

[class="fa-brands fa-sony-8"], .brands-color-sony-8 {
  color: #165b65;
}

.active\:brands-color-sony-8:active,
.focus\:brands-color-sony-8:focus,
.hover\:brands-color-sony-8:hover {
  color: #165b65;
}

[class="fa-brands fa-sony-9"], .brands-color-sony-9 {
  color: #697d99;
}

.active\:brands-color-sony-9:active,
.focus\:brands-color-sony-9:focus,
.hover\:brands-color-sony-9:hover {
  color: #697d99;
}

[class="fa-brands fa-sony-10"], .brands-color-sony-10 {
  color: #96b8db;
}

.active\:brands-color-sony-10:active,
.focus\:brands-color-sony-10:focus,
.hover\:brands-color-sony-10:hover {
  color: #96b8db;
}

[class="fa-brands fa-sony-11"], .brands-color-sony-11 {
  color: #00a4e8;
}

.active\:brands-color-sony-11:active,
.focus\:brands-color-sony-11:focus,
.hover\:brands-color-sony-11:hover {
  color: #00a4e8;
}

[class="fa-brands fa-sony-12"], .brands-color-sony-12 {
  color: #a4dbdb;
}

.active\:brands-color-sony-12:active,
.focus\:brands-color-sony-12:focus,
.hover\:brands-color-sony-12:hover {
  color: #a4dbdb;
}

[class="fa-brands fa-sony-13"], .brands-color-sony-13 {
  color: #fdd666;
}

.active\:brands-color-sony-13:active,
.focus\:brands-color-sony-13:focus,
.hover\:brands-color-sony-13:hover {
  color: #fdd666;
}

[class="fa-brands fa-sony-14"], .brands-color-sony-14 {
  color: #dc9018;
}

.active\:brands-color-sony-14:active,
.focus\:brands-color-sony-14:focus,
.hover\:brands-color-sony-14:hover {
  color: #dc9018;
}

[class="fa-brands fa-sony-15"], .brands-color-sony-15 {
  color: #e31a22;
}

.active\:brands-color-sony-15:active,
.focus\:brands-color-sony-15:focus,
.hover\:brands-color-sony-15:hover {
  color: #e31a22;
}

[class="fa-brands fa-sony-16"], .brands-color-sony-16 {
  color: #df8f2d;
}

.active\:brands-color-sony-16:active,
.focus\:brands-color-sony-16:focus,
.hover\:brands-color-sony-16:hover {
  color: #df8f2d;
}

[class="fa-brands fa-sony-17"], .brands-color-sony-17 {
  color: #b24f3f;
}

.active\:brands-color-sony-17:active,
.focus\:brands-color-sony-17:focus,
.hover\:brands-color-sony-17:hover {
  color: #b24f3f;
}

[class="fa-brands fa-sony-18"], .brands-color-sony-18 {
  color: #b51f29;
}

.active\:brands-color-sony-18:active,
.focus\:brands-color-sony-18:focus,
.hover\:brands-color-sony-18:hover {
  color: #b51f29;
}

[class="fa-brands fa-sony-19"], .brands-color-sony-19 {
  color: #f58268;
}

.active\:brands-color-sony-19:active,
.focus\:brands-color-sony-19:focus,
.hover\:brands-color-sony-19:hover {
  color: #f58268;
}

[class="fa-brands fa-sony-20"], .brands-color-sony-20 {
  color: #f4979c;
}

.active\:brands-color-sony-20:active,
.focus\:brands-color-sony-20:focus,
.hover\:brands-color-sony-20:hover {
  color: #f4979c;
}

[class="fa-brands fa-soulcycle"], .brands-color-soulcycle {
  color: #fedf00;
}

.active\:brands-color-soulcycle:active,
.focus\:brands-color-soulcycle:focus,
.hover\:brands-color-soulcycle:hover {
  color: #fedf00;
}

[class="fa-brands fa-soulcycle-1"], .brands-color-soulcycle-1 {
  color: #fedf00;
}

.active\:brands-color-soulcycle-1:active,
.focus\:brands-color-soulcycle-1:focus,
.hover\:brands-color-soulcycle-1:hover {
  color: #fedf00;
}

[class="fa-brands fa-soulcycle-2"], .brands-color-soulcycle-2 {
  color: #1e1e1e;
}

.active\:brands-color-soulcycle-2:active,
.focus\:brands-color-soulcycle-2:focus,
.hover\:brands-color-soulcycle-2:hover {
  color: #1e1e1e;
}

[class="fa-brands fa-soulcycle-3"], .brands-color-soulcycle-3 {
  color: #a7a8aa;
}

.active\:brands-color-soulcycle-3:active,
.focus\:brands-color-soulcycle-3:focus,
.hover\:brands-color-soulcycle-3:hover {
  color: #a7a8aa;
}

[class="fa-brands fa-soundcloud"], .brands-color-soundcloud {
  color: #ff8800;
}

.active\:brands-color-soundcloud:active,
.focus\:brands-color-soundcloud:focus,
.hover\:brands-color-soundcloud:hover {
  color: #ff8800;
}

[class="fa-brands fa-soundcloud-1"], .brands-color-soundcloud-1 {
  color: #ff8800;
}

.active\:brands-color-soundcloud-1:active,
.focus\:brands-color-soundcloud-1:focus,
.hover\:brands-color-soundcloud-1:hover {
  color: #ff8800;
}

[class="fa-brands fa-soundcloud-2"], .brands-color-soundcloud-2 {
  color: #ff3300;
}

.active\:brands-color-soundcloud-2:active,
.focus\:brands-color-soundcloud-2:focus,
.hover\:brands-color-soundcloud-2:hover {
  color: #ff3300;
}

[class="fa-brands fa-spoken"], .brands-color-spoken {
  color: #fc00c1;
}

.active\:brands-color-spoken:active,
.focus\:brands-color-spoken:focus,
.hover\:brands-color-spoken:hover {
  color: #fc00c1;
}

[class="fa-brands fa-spoken-1"], .brands-color-spoken-1 {
  color: #fc00c1;
}

.active\:brands-color-spoken-1:active,
.focus\:brands-color-spoken-1:focus,
.hover\:brands-color-spoken-1:hover {
  color: #fc00c1;
}

[class="fa-brands fa-spoken-2"], .brands-color-spoken-2 {
  color: #000000;
}

.active\:brands-color-spoken-2:active,
.focus\:brands-color-spoken-2:focus,
.hover\:brands-color-spoken-2:hover {
  color: #000000;
}

[class="fa-brands fa-spotify"], .brands-color-spotify {
  color: #1db954;
}

.active\:brands-color-spotify:active,
.focus\:brands-color-spotify:focus,
.hover\:brands-color-spotify:hover {
  color: #1db954;
}

[class="fa-brands fa-spotify-1"], .brands-color-spotify-1 {
  color: #1db954;
}

.active\:brands-color-spotify-1:active,
.focus\:brands-color-spotify-1:focus,
.hover\:brands-color-spotify-1:hover {
  color: #1db954;
}

[class="fa-brands fa-spotify-2"], .brands-color-spotify-2 {
  color: #191414;
}

.active\:brands-color-spotify-2:active,
.focus\:brands-color-spotify-2:focus,
.hover\:brands-color-spotify-2:hover {
  color: #191414;
}

[class="fa-brands fa-sprint"], .brands-color-sprint {
  color: #ffe100;
}

.active\:brands-color-sprint:active,
.focus\:brands-color-sprint:focus,
.hover\:brands-color-sprint:hover {
  color: #ffe100;
}

[class="fa-brands fa-sprint-1"], .brands-color-sprint-1 {
  color: #ffe100;
}

.active\:brands-color-sprint-1:active,
.focus\:brands-color-sprint-1:focus,
.hover\:brands-color-sprint-1:hover {
  color: #ffe100;
}

[class="fa-brands fa-sprout-social"], .brands-color-sprout-social {
  color: #75dd66;
}

.active\:brands-color-sprout-social:active,
.focus\:brands-color-sprout-social:focus,
.hover\:brands-color-sprout-social:hover {
  color: #75dd66;
}

[class="fa-brands fa-sprout-social-1"], .brands-color-sprout-social-1 {
  color: #75dd66;
}

.active\:brands-color-sprout-social-1:active,
.focus\:brands-color-sprout-social-1:focus,
.hover\:brands-color-sprout-social-1:hover {
  color: #75dd66;
}

[class="fa-brands fa-sprout-social-2"], .brands-color-sprout-social-2 {
  color: #59cb59;
}

.active\:brands-color-sprout-social-2:active,
.focus\:brands-color-sprout-social-2:focus,
.hover\:brands-color-sprout-social-2:hover {
  color: #59cb59;
}

[class="fa-brands fa-sprout-social-3"], .brands-color-sprout-social-3 {
  color: #2bb656;
}

.active\:brands-color-sprout-social-3:active,
.focus\:brands-color-sprout-social-3:focus,
.hover\:brands-color-sprout-social-3:hover {
  color: #2bb656;
}

[class="fa-brands fa-sprout-social-4"], .brands-color-sprout-social-4 {
  color: #0ca750;
}

.active\:brands-color-sprout-social-4:active,
.focus\:brands-color-sprout-social-4:focus,
.hover\:brands-color-sprout-social-4:hover {
  color: #0ca750;
}

[class="fa-brands fa-sprout-social-5"], .brands-color-sprout-social-5 {
  color: #f3f4f4;
}

.active\:brands-color-sprout-social-5:active,
.focus\:brands-color-sprout-social-5:focus,
.hover\:brands-color-sprout-social-5:hover {
  color: #f3f4f4;
}

[class="fa-brands fa-sprout-social-6"], .brands-color-sprout-social-6 {
  color: #364141;
}

.active\:brands-color-sprout-social-6:active,
.focus\:brands-color-sprout-social-6:focus,
.hover\:brands-color-sprout-social-6:hover {
  color: #364141;
}

[class="fa-brands fa-square-cash"], .brands-color-square-cash {
  color: #28c101;
}

.active\:brands-color-square-cash:active,
.focus\:brands-color-square-cash:focus,
.hover\:brands-color-square-cash:hover {
  color: #28c101;
}

[class="fa-brands fa-square-cash-1"], .brands-color-square-cash-1 {
  color: #28c101;
}

.active\:brands-color-square-cash-1:active,
.focus\:brands-color-square-cash-1:focus,
.hover\:brands-color-square-cash-1:hover {
  color: #28c101;
}

[class="fa-brands fa-squarespace"], .brands-color-squarespace {
  color: #222222;
}

.active\:brands-color-squarespace:active,
.focus\:brands-color-squarespace:focus,
.hover\:brands-color-squarespace:hover {
  color: #222222;
}

[class="fa-brands fa-squarespace-1"], .brands-color-squarespace-1 {
  color: #222222;
}

.active\:brands-color-squarespace-1:active,
.focus\:brands-color-squarespace-1:focus,
.hover\:brands-color-squarespace-1:hover {
  color: #222222;
}

[class="fa-brands fa-stack-exchange"], .brands-color-stack-exchange {
  color: #1e5397;
}

.active\:brands-color-stack-exchange:active,
.focus\:brands-color-stack-exchange:focus,
.hover\:brands-color-stack-exchange:hover {
  color: #1e5397;
}

[class="fa-brands fa-stack-exchange-1"], .brands-color-stack-exchange-1 {
  color: #1e5397;
}

.active\:brands-color-stack-exchange-1:active,
.focus\:brands-color-stack-exchange-1:focus,
.hover\:brands-color-stack-exchange-1:hover {
  color: #1e5397;
}

[class="fa-brands fa-stack-exchange-2"], .brands-color-stack-exchange-2 {
  color: #376db6;
}

.active\:brands-color-stack-exchange-2:active,
.focus\:brands-color-stack-exchange-2:focus,
.hover\:brands-color-stack-exchange-2:hover {
  color: #376db6;
}

[class="fa-brands fa-stack-exchange-3"], .brands-color-stack-exchange-3 {
  color: #4ca2da;
}

.active\:brands-color-stack-exchange-3:active,
.focus\:brands-color-stack-exchange-3:focus,
.hover\:brands-color-stack-exchange-3:hover {
  color: #4ca2da;
}

[class="fa-brands fa-stack-exchange-4"], .brands-color-stack-exchange-4 {
  color: #91d8f4;
}

.active\:brands-color-stack-exchange-4:active,
.focus\:brands-color-stack-exchange-4:focus,
.hover\:brands-color-stack-exchange-4:hover {
  color: #91d8f4;
}

[class="fa-brands fa-stackoverflow"], .brands-color-stackoverflow {
  color: #f48024;
}

.active\:brands-color-stackoverflow:active,
.focus\:brands-color-stackoverflow:focus,
.hover\:brands-color-stackoverflow:hover {
  color: #f48024;
}

[class="fa-brands fa-stackoverflow-1"], .brands-color-stackoverflow-1 {
  color: #f48024;
}

.active\:brands-color-stackoverflow-1:active,
.focus\:brands-color-stackoverflow-1:focus,
.hover\:brands-color-stackoverflow-1:hover {
  color: #f48024;
}

[class="fa-brands fa-stackoverflow-2"], .brands-color-stackoverflow-2 {
  color: #222426;
}

.active\:brands-color-stackoverflow-2:active,
.focus\:brands-color-stackoverflow-2:focus,
.hover\:brands-color-stackoverflow-2:hover {
  color: #222426;
}

[class="fa-brands fa-stackoverflow-3"], .brands-color-stackoverflow-3 {
  color: #bcbbbb;
}

.active\:brands-color-stackoverflow-3:active,
.focus\:brands-color-stackoverflow-3:focus,
.hover\:brands-color-stackoverflow-3:hover {
  color: #bcbbbb;
}

[class="fa-brands fa-staples"], .brands-color-staples {
  color: #cc0000;
}

.active\:brands-color-staples:active,
.focus\:brands-color-staples:focus,
.hover\:brands-color-staples:hover {
  color: #cc0000;
}

[class="fa-brands fa-staples-1"], .brands-color-staples-1 {
  color: #cc0000;
}

.active\:brands-color-staples-1:active,
.focus\:brands-color-staples-1:focus,
.hover\:brands-color-staples-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-staples-2"], .brands-color-staples-2 {
  color: #2c8aec;
}

.active\:brands-color-staples-2:active,
.focus\:brands-color-staples-2:focus,
.hover\:brands-color-staples-2:hover {
  color: #2c8aec;
}

[class="fa-brands fa-staples-3"], .brands-color-staples-3 {
  color: #ffcc00;
}

.active\:brands-color-staples-3:active,
.focus\:brands-color-staples-3:focus,
.hover\:brands-color-staples-3:hover {
  color: #ffcc00;
}

[class="fa-brands fa-starbucks"], .brands-color-starbucks {
  color: #00704a;
}

.active\:brands-color-starbucks:active,
.focus\:brands-color-starbucks:focus,
.hover\:brands-color-starbucks:hover {
  color: #00704a;
}

[class="fa-brands fa-starbucks-1"], .brands-color-starbucks-1 {
  color: #00704a;
}

.active\:brands-color-starbucks-1:active,
.focus\:brands-color-starbucks-1:focus,
.hover\:brands-color-starbucks-1:hover {
  color: #00704a;
}

[class="fa-brands fa-state-farm"], .brands-color-state-farm {
  color: #e1261c;
}

.active\:brands-color-state-farm:active,
.focus\:brands-color-state-farm:focus,
.hover\:brands-color-state-farm:hover {
  color: #e1261c;
}

[class="fa-brands fa-state-farm-1"], .brands-color-state-farm-1 {
  color: #e1261c;
}

.active\:brands-color-state-farm-1:active,
.focus\:brands-color-state-farm-1:focus,
.hover\:brands-color-state-farm-1:hover {
  color: #e1261c;
}

[class="fa-brands fa-status-chart"], .brands-color-status-chart {
  color: #d7584f;
}

.active\:brands-color-status-chart:active,
.focus\:brands-color-status-chart:focus,
.hover\:brands-color-status-chart:hover {
  color: #d7584f;
}

[class="fa-brands fa-status-chart-1"], .brands-color-status-chart-1 {
  color: #d7584f;
}

.active\:brands-color-status-chart-1:active,
.focus\:brands-color-status-chart-1:focus,
.hover\:brands-color-status-chart-1:hover {
  color: #d7584f;
}

[class="fa-brands fa-steam"], .brands-color-steam {
  color: #00adee;
}

.active\:brands-color-steam:active,
.focus\:brands-color-steam:focus,
.hover\:brands-color-steam:hover {
  color: #00adee;
}

[class="fa-brands fa-steam-1"], .brands-color-steam-1 {
  color: #00adee;
}

.active\:brands-color-steam-1:active,
.focus\:brands-color-steam-1:focus,
.hover\:brands-color-steam-1:hover {
  color: #00adee;
}

[class="fa-brands fa-steam-2"], .brands-color-steam-2 {
  color: #000000;
}

.active\:brands-color-steam-2:active,
.focus\:brands-color-steam-2:focus,
.hover\:brands-color-steam-2:hover {
  color: #000000;
}

[class="fa-brands fa-sterling-hotels"], .brands-color-sterling-hotels {
  color: #3b5a6f;
}

.active\:brands-color-sterling-hotels:active,
.focus\:brands-color-sterling-hotels:focus,
.hover\:brands-color-sterling-hotels:hover {
  color: #3b5a6f;
}

[class="fa-brands fa-sterling-hotels-1"], .brands-color-sterling-hotels-1 {
  color: #3b5a6f;
}

.active\:brands-color-sterling-hotels-1:active,
.focus\:brands-color-sterling-hotels-1:focus,
.hover\:brands-color-sterling-hotels-1:hover {
  color: #3b5a6f;
}

[class="fa-brands fa-sterling-hotels-2"], .brands-color-sterling-hotels-2 {
  color: #828a87;
}

.active\:brands-color-sterling-hotels-2:active,
.focus\:brands-color-sterling-hotels-2:focus,
.hover\:brands-color-sterling-hotels-2:hover {
  color: #828a87;
}

[class="fa-brands fa-sterling-hotels-3"], .brands-color-sterling-hotels-3 {
  color: #000000;
}

.active\:brands-color-sterling-hotels-3:active,
.focus\:brands-color-sterling-hotels-3:focus,
.hover\:brands-color-sterling-hotels-3:hover {
  color: #000000;
}

[class="fa-brands fa-sterling-hotels-4"], .brands-color-sterling-hotels-4 {
  color: #9db7c4;
}

.active\:brands-color-sterling-hotels-4:active,
.focus\:brands-color-sterling-hotels-4:focus,
.hover\:brands-color-sterling-hotels-4:hover {
  color: #9db7c4;
}

[class="fa-brands fa-sterling-hotels-5"], .brands-color-sterling-hotels-5 {
  color: #ccd7dd;
}

.active\:brands-color-sterling-hotels-5:active,
.focus\:brands-color-sterling-hotels-5:focus,
.hover\:brands-color-sterling-hotels-5:hover {
  color: #ccd7dd;
}

[class="fa-brands fa-sterling-hotels-6"], .brands-color-sterling-hotels-6 {
  color: #838f97;
}

.active\:brands-color-sterling-hotels-6:active,
.focus\:brands-color-sterling-hotels-6:focus,
.hover\:brands-color-sterling-hotels-6:hover {
  color: #838f97;
}

[class="fa-brands fa-sterling-hotels-7"], .brands-color-sterling-hotels-7 {
  color: #002054;
}

.active\:brands-color-sterling-hotels-7:active,
.focus\:brands-color-sterling-hotels-7:focus,
.hover\:brands-color-sterling-hotels-7:hover {
  color: #002054;
}

[class="fa-brands fa-stockton-university"], .brands-color-stockton-university {
  color: #000000;
}

.active\:brands-color-stockton-university:active,
.focus\:brands-color-stockton-university:focus,
.hover\:brands-color-stockton-university:hover {
  color: #000000;
}

[class="fa-brands fa-stockton-university-1"], .brands-color-stockton-university-1 {
  color: #000000;
}

.active\:brands-color-stockton-university-1:active,
.focus\:brands-color-stockton-university-1:focus,
.hover\:brands-color-stockton-university-1:hover {
  color: #000000;
}

[class="fa-brands fa-stockton-university-2"], .brands-color-stockton-university-2 {
  color: #79bde9;
}

.active\:brands-color-stockton-university-2:active,
.focus\:brands-color-stockton-university-2:focus,
.hover\:brands-color-stockton-university-2:hover {
  color: #79bde9;
}

[class="fa-brands fa-stockton-university-3"], .brands-color-stockton-university-3 {
  color: #ffc423;
}

.active\:brands-color-stockton-university-3:active,
.focus\:brands-color-stockton-university-3:focus,
.hover\:brands-color-stockton-university-3:hover {
  color: #ffc423;
}

[class="fa-brands fa-stockton-university-4"], .brands-color-stockton-university-4 {
  color: #bc9b6a;
}

.active\:brands-color-stockton-university-4:active,
.focus\:brands-color-stockton-university-4:focus,
.hover\:brands-color-stockton-university-4:hover {
  color: #bc9b6a;
}

[class="fa-brands fa-stockton-university-5"], .brands-color-stockton-university-5 {
  color: #a7a9ac;
}

.active\:brands-color-stockton-university-5:active,
.focus\:brands-color-stockton-university-5:focus,
.hover\:brands-color-stockton-university-5:hover {
  color: #a7a9ac;
}

[class="fa-brands fa-storyful"], .brands-color-storyful {
  color: #f97200;
}

.active\:brands-color-storyful:active,
.focus\:brands-color-storyful:focus,
.hover\:brands-color-storyful:hover {
  color: #f97200;
}

[class="fa-brands fa-storyful-1"], .brands-color-storyful-1 {
  color: #f97200;
}

.active\:brands-color-storyful-1:active,
.focus\:brands-color-storyful-1:focus,
.hover\:brands-color-storyful-1:hover {
  color: #f97200;
}

[class="fa-brands fa-storyful-2"], .brands-color-storyful-2 {
  color: #010101;
}

.active\:brands-color-storyful-2:active,
.focus\:brands-color-storyful-2:focus,
.hover\:brands-color-storyful-2:hover {
  color: #010101;
}

[class="fa-brands fa-storyful-3"], .brands-color-storyful-3 {
  color: #8b8b64;
}

.active\:brands-color-storyful-3:active,
.focus\:brands-color-storyful-3:focus,
.hover\:brands-color-storyful-3:hover {
  color: #8b8b64;
}

[class="fa-brands fa-storyful-4"], .brands-color-storyful-4 {
  color: #bbbdc0;
}

.active\:brands-color-storyful-4:active,
.focus\:brands-color-storyful-4:focus,
.hover\:brands-color-storyful-4:hover {
  color: #bbbdc0;
}

[class="fa-brands fa-strava"], .brands-color-strava {
  color: #fc4c02;
}

.active\:brands-color-strava:active,
.focus\:brands-color-strava:focus,
.hover\:brands-color-strava:hover {
  color: #fc4c02;
}

[class="fa-brands fa-strava-1"], .brands-color-strava-1 {
  color: #fc4c02;
}

.active\:brands-color-strava-1:active,
.focus\:brands-color-strava-1:focus,
.hover\:brands-color-strava-1:hover {
  color: #fc4c02;
}

[class="fa-brands fa-streamable"], .brands-color-streamable {
  color: #0f90fa;
}

.active\:brands-color-streamable:active,
.focus\:brands-color-streamable:focus,
.hover\:brands-color-streamable:hover {
  color: #0f90fa;
}

[class="fa-brands fa-streamable-1"], .brands-color-streamable-1 {
  color: #0f90fa;
}

.active\:brands-color-streamable-1:active,
.focus\:brands-color-streamable-1:focus,
.hover\:brands-color-streamable-1:hover {
  color: #0f90fa;
}

[class="fa-brands fa-stripe"], .brands-color-stripe {
  color: #00afe1;
}

.active\:brands-color-stripe:active,
.focus\:brands-color-stripe:focus,
.hover\:brands-color-stripe:hover {
  color: #00afe1;
}

[class="fa-brands fa-stripe-1"], .brands-color-stripe-1 {
  color: #00afe1;
}

.active\:brands-color-stripe-1:active,
.focus\:brands-color-stripe-1:focus,
.hover\:brands-color-stripe-1:hover {
  color: #00afe1;
}

[class="fa-brands fa-stubhub"], .brands-color-stubhub {
  color: #004b91;
}

.active\:brands-color-stubhub:active,
.focus\:brands-color-stubhub:focus,
.hover\:brands-color-stubhub:hover {
  color: #004b91;
}

[class="fa-brands fa-stubhub-1"], .brands-color-stubhub-1 {
  color: #004b91;
}

.active\:brands-color-stubhub-1:active,
.focus\:brands-color-stubhub-1:focus,
.hover\:brands-color-stubhub-1:hover {
  color: #004b91;
}

[class="fa-brands fa-stubhub-2"], .brands-color-stubhub-2 {
  color: #ff7300;
}

.active\:brands-color-stubhub-2:active,
.focus\:brands-color-stubhub-2:focus,
.hover\:brands-color-stubhub-2:hover {
  color: #ff7300;
}

[class="fa-brands fa-studyblue"], .brands-color-studyblue {
  color: #00afe1;
}

.active\:brands-color-studyblue:active,
.focus\:brands-color-studyblue:focus,
.hover\:brands-color-studyblue:hover {
  color: #00afe1;
}

[class="fa-brands fa-studyblue-1"], .brands-color-studyblue-1 {
  color: #00afe1;
}

.active\:brands-color-studyblue-1:active,
.focus\:brands-color-studyblue-1:focus,
.hover\:brands-color-studyblue-1:hover {
  color: #00afe1;
}

[class="fa-brands fa-stumbleupon"], .brands-color-stumbleupon {
  color: #eb4924;
}

.active\:brands-color-stumbleupon:active,
.focus\:brands-color-stumbleupon:focus,
.hover\:brands-color-stumbleupon:hover {
  color: #eb4924;
}

[class="fa-brands fa-stumbleupon-1"], .brands-color-stumbleupon-1 {
  color: #eb4924;
}

.active\:brands-color-stumbleupon-1:active,
.focus\:brands-color-stumbleupon-1:focus,
.hover\:brands-color-stumbleupon-1:hover {
  color: #eb4924;
}

[class="fa-brands fa-subway"], .brands-color-subway {
  color: #489e3b;
}

.active\:brands-color-subway:active,
.focus\:brands-color-subway:focus,
.hover\:brands-color-subway:hover {
  color: #489e3b;
}

[class="fa-brands fa-subway-1"], .brands-color-subway-1 {
  color: #489e3b;
}

.active\:brands-color-subway-1:active,
.focus\:brands-color-subway-1:focus,
.hover\:brands-color-subway-1:hover {
  color: #489e3b;
}

[class="fa-brands fa-subway-2"], .brands-color-subway-2 {
  color: #fabd42;
}

.active\:brands-color-subway-2:active,
.focus\:brands-color-subway-2:focus,
.hover\:brands-color-subway-2:hover {
  color: #fabd42;
}

[class="fa-brands fa-subway-3"], .brands-color-subway-3 {
  color: #cd0a20;
}

.active\:brands-color-subway-3:active,
.focus\:brands-color-subway-3:focus,
.hover\:brands-color-subway-3:hover {
  color: #cd0a20;
}

[class="fa-brands fa-sugarcrm"], .brands-color-sugarcrm {
  color: #e61718;
}

.active\:brands-color-sugarcrm:active,
.focus\:brands-color-sugarcrm:focus,
.hover\:brands-color-sugarcrm:hover {
  color: #e61718;
}

[class="fa-brands fa-sugarcrm-1"], .brands-color-sugarcrm-1 {
  color: #e61718;
}

.active\:brands-color-sugarcrm-1:active,
.focus\:brands-color-sugarcrm-1:focus,
.hover\:brands-color-sugarcrm-1:hover {
  color: #e61718;
}

[class="fa-brands fa-sugarcrm-2"], .brands-color-sugarcrm-2 {
  color: #e8e9ea;
}

.active\:brands-color-sugarcrm-2:active,
.focus\:brands-color-sugarcrm-2:focus,
.hover\:brands-color-sugarcrm-2:hover {
  color: #e8e9ea;
}

[class="fa-brands fa-sugarcrm-3"], .brands-color-sugarcrm-3 {
  color: #595a5c;
}

.active\:brands-color-sugarcrm-3:active,
.focus\:brands-color-sugarcrm-3:focus,
.hover\:brands-color-sugarcrm-3:hover {
  color: #595a5c;
}

[class="fa-brands fa-sugarcrm-4"], .brands-color-sugarcrm-4 {
  color: #282828;
}

.active\:brands-color-sugarcrm-4:active,
.focus\:brands-color-sugarcrm-4:focus,
.hover\:brands-color-sugarcrm-4:hover {
  color: #282828;
}

[class="fa-brands fa-suntrust"], .brands-color-suntrust {
  color: #00447c;
}

.active\:brands-color-suntrust:active,
.focus\:brands-color-suntrust:focus,
.hover\:brands-color-suntrust:hover {
  color: #00447c;
}

[class="fa-brands fa-suntrust-1"], .brands-color-suntrust-1 {
  color: #00447c;
}

.active\:brands-color-suntrust-1:active,
.focus\:brands-color-suntrust-1:focus,
.hover\:brands-color-suntrust-1:hover {
  color: #00447c;
}

[class="fa-brands fa-suntrust-2"], .brands-color-suntrust-2 {
  color: #fdb913;
}

.active\:brands-color-suntrust-2:active,
.focus\:brands-color-suntrust-2:focus,
.hover\:brands-color-suntrust-2:hover {
  color: #fdb913;
}

[class="fa-brands fa-suntrust-3"], .brands-color-suntrust-3 {
  color: #e36f1e;
}

.active\:brands-color-suntrust-3:active,
.focus\:brands-color-suntrust-3:focus,
.hover\:brands-color-suntrust-3:hover {
  color: #e36f1e;
}

[class="fa-brands fa-supershuttle"], .brands-color-supershuttle {
  color: #4285f4;
}

.active\:brands-color-supershuttle:active,
.focus\:brands-color-supershuttle:focus,
.hover\:brands-color-supershuttle:hover {
  color: #4285f4;
}

[class="fa-brands fa-supershuttle-1"], .brands-color-supershuttle-1 {
  color: #4285f4;
}

.active\:brands-color-supershuttle-1:active,
.focus\:brands-color-supershuttle-1:focus,
.hover\:brands-color-supershuttle-1:hover {
  color: #4285f4;
}

[class="fa-brands fa-supershuttle-2"], .brands-color-supershuttle-2 {
  color: #ffcd1a;
}

.active\:brands-color-supershuttle-2:active,
.focus\:brands-color-supershuttle-2:focus,
.hover\:brands-color-supershuttle-2:hover {
  color: #ffcd1a;
}

[class="fa-brands fa-swarm"], .brands-color-swarm {
  color: #f06d1f;
}

.active\:brands-color-swarm:active,
.focus\:brands-color-swarm:focus,
.hover\:brands-color-swarm:hover {
  color: #f06d1f;
}

[class="fa-brands fa-swarm-1"], .brands-color-swarm-1 {
  color: #f06d1f;
}

.active\:brands-color-swarm-1:active,
.focus\:brands-color-swarm-1:focus,
.hover\:brands-color-swarm-1:hover {
  color: #f06d1f;
}

[class="fa-brands fa-swarm-2"], .brands-color-swarm-2 {
  color: #ffa633;
}

.active\:brands-color-swarm-2:active,
.focus\:brands-color-swarm-2:focus,
.hover\:brands-color-swarm-2:hover {
  color: #ffa633;
}

[class="fa-brands fa-t-mobile"], .brands-color-t-mobile {
  color: #e20074;
}

.active\:brands-color-t-mobile:active,
.focus\:brands-color-t-mobile:focus,
.hover\:brands-color-t-mobile:hover {
  color: #e20074;
}

[class="fa-brands fa-t-mobile-1"], .brands-color-t-mobile-1 {
  color: #e20074;
}

.active\:brands-color-t-mobile-1:active,
.focus\:brands-color-t-mobile-1:focus,
.hover\:brands-color-t-mobile-1:hover {
  color: #e20074;
}

[class="fa-brands fa-tagstr"], .brands-color-tagstr {
  color: #e74635;
}

.active\:brands-color-tagstr:active,
.focus\:brands-color-tagstr:focus,
.hover\:brands-color-tagstr:hover {
  color: #e74635;
}

[class="fa-brands fa-tagstr-1"], .brands-color-tagstr-1 {
  color: #e74635;
}

.active\:brands-color-tagstr-1:active,
.focus\:brands-color-tagstr-1:focus,
.hover\:brands-color-tagstr-1:hover {
  color: #e74635;
}

[class="fa-brands fa-taiga"], .brands-color-taiga {
  color: #444444;
}

.active\:brands-color-taiga:active,
.focus\:brands-color-taiga:focus,
.hover\:brands-color-taiga:hover {
  color: #444444;
}

[class="fa-brands fa-taiga-1"], .brands-color-taiga-1 {
  color: #444444;
}

.active\:brands-color-taiga-1:active,
.focus\:brands-color-taiga-1:focus,
.hover\:brands-color-taiga-1:hover {
  color: #444444;
}

[class="fa-brands fa-taiga-2"], .brands-color-taiga-2 {
  color: #b8b8b8;
}

.active\:brands-color-taiga-2:active,
.focus\:brands-color-taiga-2:focus,
.hover\:brands-color-taiga-2:hover {
  color: #b8b8b8;
}

[class="fa-brands fa-taiga-3"], .brands-color-taiga-3 {
  color: #72a114;
}

.active\:brands-color-taiga-3:active,
.focus\:brands-color-taiga-3:focus,
.hover\:brands-color-taiga-3:hover {
  color: #72a114;
}

[class="fa-brands fa-taiga-4"], .brands-color-taiga-4 {
  color: #9dce0a;
}

.active\:brands-color-taiga-4:active,
.focus\:brands-color-taiga-4:focus,
.hover\:brands-color-taiga-4:hover {
  color: #9dce0a;
}

[class="fa-brands fa-taiga-5"], .brands-color-taiga-5 {
  color: #879b89;
}

.active\:brands-color-taiga-5:active,
.focus\:brands-color-taiga-5:focus,
.hover\:brands-color-taiga-5:hover {
  color: #879b89;
}

[class="fa-brands fa-target"], .brands-color-target {
  color: #cc0000;
}

.active\:brands-color-target:active,
.focus\:brands-color-target:focus,
.hover\:brands-color-target:hover {
  color: #cc0000;
}

[class="fa-brands fa-target-1"], .brands-color-target-1 {
  color: #cc0000;
}

.active\:brands-color-target-1:active,
.focus\:brands-color-target-1:focus,
.hover\:brands-color-target-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-teamspeak"], .brands-color-teamspeak {
  color: #2580c3;
}

.active\:brands-color-teamspeak:active,
.focus\:brands-color-teamspeak:focus,
.hover\:brands-color-teamspeak:hover {
  color: #2580c3;
}

[class="fa-brands fa-teamspeak-1"], .brands-color-teamspeak-1 {
  color: #2580c3;
}

.active\:brands-color-teamspeak-1:active,
.focus\:brands-color-teamspeak-1:focus,
.hover\:brands-color-teamspeak-1:hover {
  color: #2580c3;
}

[class="fa-brands fa-teamspeak-2"], .brands-color-teamspeak-2 {
  color: #1c2537;
}

.active\:brands-color-teamspeak-2:active,
.focus\:brands-color-teamspeak-2:focus,
.hover\:brands-color-teamspeak-2:hover {
  color: #1c2537;
}

[class="fa-brands fa-teamspeak-3"], .brands-color-teamspeak-3 {
  color: #e0e0e0;
}

.active\:brands-color-teamspeak-3:active,
.focus\:brands-color-teamspeak-3:focus,
.hover\:brands-color-teamspeak-3:hover {
  color: #e0e0e0;
}

[class="fa-brands fa-teamspeak-4"], .brands-color-teamspeak-4 {
  color: #25dd85;
}

.active\:brands-color-teamspeak-4:active,
.focus\:brands-color-teamspeak-4:focus,
.hover\:brands-color-teamspeak-4:hover {
  color: #25dd85;
}

[class="fa-brands fa-technorati"], .brands-color-technorati {
  color: #339900;
}

.active\:brands-color-technorati:active,
.focus\:brands-color-technorati:focus,
.hover\:brands-color-technorati:hover {
  color: #339900;
}

[class="fa-brands fa-technorati-1"], .brands-color-technorati-1 {
  color: #339900;
}

.active\:brands-color-technorati-1:active,
.focus\:brands-color-technorati-1:focus,
.hover\:brands-color-technorati-1:hover {
  color: #339900;
}

[class="fa-brands fa-ted"], .brands-color-ted {
  color: #e62b1e;
}

.active\:brands-color-ted:active,
.focus\:brands-color-ted:focus,
.hover\:brands-color-ted:hover {
  color: #e62b1e;
}

[class="fa-brands fa-ted-1"], .brands-color-ted-1 {
  color: #e62b1e;
}

.active\:brands-color-ted-1:active,
.focus\:brands-color-ted-1:focus,
.hover\:brands-color-ted-1:hover {
  color: #e62b1e;
}

[class="fa-brands fa-telegram"], .brands-color-telegram {
  color: #0088cc;
}

.active\:brands-color-telegram:active,
.focus\:brands-color-telegram:focus,
.hover\:brands-color-telegram:hover {
  color: #0088cc;
}

[class="fa-brands fa-telegram-1"], .brands-color-telegram-1 {
  color: #0088cc;
}

.active\:brands-color-telegram-1:active,
.focus\:brands-color-telegram-1:focus,
.hover\:brands-color-telegram-1:hover {
  color: #0088cc;
}

[class="fa-brands fa-tvtag"], .brands-color-tvtag {
  color: #e92c4c;
}

.active\:brands-color-tvtag:active,
.focus\:brands-color-tvtag:focus,
.hover\:brands-color-tvtag:hover {
  color: #e92c4c;
}

[class="fa-brands fa-tvtag-1"], .brands-color-tvtag-1 {
  color: #e92c4c;
}

.active\:brands-color-tvtag-1:active,
.focus\:brands-color-tvtag-1:focus,
.hover\:brands-color-tvtag-1:hover {
  color: #e92c4c;
}

[class="fa-brands fa-tvtag-2"], .brands-color-tvtag-2 {
  color: #c82641;
}

.active\:brands-color-tvtag-2:active,
.focus\:brands-color-tvtag-2:focus,
.hover\:brands-color-tvtag-2:hover {
  color: #c82641;
}

[class="fa-brands fa-temple"], .brands-color-temple {
  color: #a41e35;
}

.active\:brands-color-temple:active,
.focus\:brands-color-temple:focus,
.hover\:brands-color-temple:hover {
  color: #a41e35;
}

[class="fa-brands fa-temple-1"], .brands-color-temple-1 {
  color: #a41e35;
}

.active\:brands-color-temple-1:active,
.focus\:brands-color-temple-1:focus,
.hover\:brands-color-temple-1:hover {
  color: #a41e35;
}

[class="fa-brands fa-temple-2"], .brands-color-temple-2 {
  color: #222222;
}

.active\:brands-color-temple-2:active,
.focus\:brands-color-temple-2:focus,
.hover\:brands-color-temple-2:hover {
  color: #222222;
}

[class="fa-brands fa-temple-3"], .brands-color-temple-3 {
  color: #899197;
}

.active\:brands-color-temple-3:active,
.focus\:brands-color-temple-3:focus,
.hover\:brands-color-temple-3:hover {
  color: #899197;
}

[class="fa-brands fa-tesco"], .brands-color-tesco {
  color: #ee1c2e;
}

.active\:brands-color-tesco:active,
.focus\:brands-color-tesco:focus,
.hover\:brands-color-tesco:hover {
  color: #ee1c2e;
}

[class="fa-brands fa-tesco-1"], .brands-color-tesco-1 {
  color: #ee1c2e;
}

.active\:brands-color-tesco-1:active,
.focus\:brands-color-tesco-1:focus,
.hover\:brands-color-tesco-1:hover {
  color: #ee1c2e;
}

[class="fa-brands fa-tesco-2"], .brands-color-tesco-2 {
  color: #00539f;
}

.active\:brands-color-tesco-2:active,
.focus\:brands-color-tesco-2:focus,
.hover\:brands-color-tesco-2:hover {
  color: #00539f;
}

[class="fa-brands fa-tesla"], .brands-color-tesla {
  color: #cc0000;
}

.active\:brands-color-tesla:active,
.focus\:brands-color-tesla:focus,
.hover\:brands-color-tesla:hover {
  color: #cc0000;
}

[class="fa-brands fa-tesla-1"], .brands-color-tesla-1 {
  color: #cc0000;
}

.active\:brands-color-tesla-1:active,
.focus\:brands-color-tesla-1:focus,
.hover\:brands-color-tesla-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-texas-am-university"], .brands-color-texas-am-university {
  color: #500000;
}

.active\:brands-color-texas-am-university:active,
.focus\:brands-color-texas-am-university:focus,
.hover\:brands-color-texas-am-university:hover {
  color: #500000;
}

[class="fa-brands fa-texas-am-university-1"], .brands-color-texas-am-university-1 {
  color: #500000;
}

.active\:brands-color-texas-am-university-1:active,
.focus\:brands-color-texas-am-university-1:focus,
.hover\:brands-color-texas-am-university-1:hover {
  color: #500000;
}

[class="fa-brands fa-texas-am-university-2"], .brands-color-texas-am-university-2 {
  color: #003c71;
}

.active\:brands-color-texas-am-university-2:active,
.focus\:brands-color-texas-am-university-2:focus,
.hover\:brands-color-texas-am-university-2:hover {
  color: #003c71;
}

[class="fa-brands fa-texas-am-university-3"], .brands-color-texas-am-university-3 {
  color: #5b6236;
}

.active\:brands-color-texas-am-university-3:active,
.focus\:brands-color-texas-am-university-3:focus,
.hover\:brands-color-texas-am-university-3:hover {
  color: #5b6236;
}

[class="fa-brands fa-texas-am-university-4"], .brands-color-texas-am-university-4 {
  color: #744f28;
}

.active\:brands-color-texas-am-university-4:active,
.focus\:brands-color-texas-am-university-4:focus,
.hover\:brands-color-texas-am-university-4:hover {
  color: #744f28;
}

[class="fa-brands fa-texas-am-university-5"], .brands-color-texas-am-university-5 {
  color: #998542;
}

.active\:brands-color-texas-am-university-5:active,
.focus\:brands-color-texas-am-university-5:focus,
.hover\:brands-color-texas-am-university-5:hover {
  color: #998542;
}

[class="fa-brands fa-texas-am-university-6"], .brands-color-texas-am-university-6 {
  color: #332c2c;
}

.active\:brands-color-texas-am-university-6:active,
.focus\:brands-color-texas-am-university-6:focus,
.hover\:brands-color-texas-am-university-6:hover {
  color: #332c2c;
}

[class="fa-brands fa-texas-am-university-7"], .brands-color-texas-am-university-7 {
  color: #707373;
}

.active\:brands-color-texas-am-university-7:active,
.focus\:brands-color-texas-am-university-7:focus,
.hover\:brands-color-texas-am-university-7:hover {
  color: #707373;
}

[class="fa-brands fa-texas-am-university-8"], .brands-color-texas-am-university-8 {
  color: #d6d3c4;
}

.active\:brands-color-texas-am-university-8:active,
.focus\:brands-color-texas-am-university-8:focus,
.hover\:brands-color-texas-am-university-8:hover {
  color: #d6d3c4;
}

[class="fa-brands fa-texas-tech-university"], .brands-color-texas-tech-university {
  color: #cc0000;
}

.active\:brands-color-texas-tech-university:active,
.focus\:brands-color-texas-tech-university:focus,
.hover\:brands-color-texas-tech-university:hover {
  color: #cc0000;
}

[class="fa-brands fa-texas-tech-university-1"], .brands-color-texas-tech-university-1 {
  color: #cc0000;
}

.active\:brands-color-texas-tech-university-1:active,
.focus\:brands-color-texas-tech-university-1:focus,
.hover\:brands-color-texas-tech-university-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-texas-tech-university-2"], .brands-color-texas-tech-university-2 {
  color: #000000;
}

.active\:brands-color-texas-tech-university-2:active,
.focus\:brands-color-texas-tech-university-2:focus,
.hover\:brands-color-texas-tech-university-2:hover {
  color: #000000;
}

[class="fa-brands fa-the-audience-awards"], .brands-color-the-audience-awards {
  color: #ee8421;
}

.active\:brands-color-the-audience-awards:active,
.focus\:brands-color-the-audience-awards:focus,
.hover\:brands-color-the-audience-awards:hover {
  color: #ee8421;
}

[class="fa-brands fa-the-audience-awards-1"], .brands-color-the-audience-awards-1 {
  color: #ee8421;
}

.active\:brands-color-the-audience-awards-1:active,
.focus\:brands-color-the-audience-awards-1:focus,
.hover\:brands-color-the-audience-awards-1:hover {
  color: #ee8421;
}

[class="fa-brands fa-the-audience-awards-2"], .brands-color-the-audience-awards-2 {
  color: #8c8a8a;
}

.active\:brands-color-the-audience-awards-2:active,
.focus\:brands-color-the-audience-awards-2:focus,
.hover\:brands-color-the-audience-awards-2:hover {
  color: #8c8a8a;
}

[class="fa-brands fa-the-audience-awards-3"], .brands-color-the-audience-awards-3 {
  color: #222222;
}

.active\:brands-color-the-audience-awards-3:active,
.focus\:brands-color-the-audience-awards-3:focus,
.hover\:brands-color-the-audience-awards-3:hover {
  color: #222222;
}

[class="fa-brands fa-the-college-of-new-jersey"], .brands-color-the-college-of-new-jersey {
  color: #293f6f;
}

.active\:brands-color-the-college-of-new-jersey:active,
.focus\:brands-color-the-college-of-new-jersey:focus,
.hover\:brands-color-the-college-of-new-jersey:hover {
  color: #293f6f;
}

[class="fa-brands fa-the-college-of-new-jersey-1"], .brands-color-the-college-of-new-jersey-1 {
  color: #293f6f;
}

.active\:brands-color-the-college-of-new-jersey-1:active,
.focus\:brands-color-the-college-of-new-jersey-1:focus,
.hover\:brands-color-the-college-of-new-jersey-1:hover {
  color: #293f6f;
}

[class="fa-brands fa-the-college-of-new-jersey-2"], .brands-color-the-college-of-new-jersey-2 {
  color: #a67a00;
}

.active\:brands-color-the-college-of-new-jersey-2:active,
.focus\:brands-color-the-college-of-new-jersey-2:focus,
.hover\:brands-color-the-college-of-new-jersey-2:hover {
  color: #a67a00;
}

[class="fa-brands fa-the-next-web"], .brands-color-the-next-web {
  color: #ff3c1f;
}

.active\:brands-color-the-next-web:active,
.focus\:brands-color-the-next-web:focus,
.hover\:brands-color-the-next-web:hover {
  color: #ff3c1f;
}

[class="fa-brands fa-the-next-web-1"], .brands-color-the-next-web-1 {
  color: #ff3c1f;
}

.active\:brands-color-the-next-web-1:active,
.focus\:brands-color-the-next-web-1:focus,
.hover\:brands-color-the-next-web-1:hover {
  color: #ff3c1f;
}

[class="fa-brands fa-the-next-web-2"], .brands-color-the-next-web-2 {
  color: #26313b;
}

.active\:brands-color-the-next-web-2:active,
.focus\:brands-color-the-next-web-2:focus,
.hover\:brands-color-the-next-web-2:hover {
  color: #26313b;
}

[class="fa-brands fa-the-next-web-3"], .brands-color-the-next-web-3 {
  color: #4e5860;
}

.active\:brands-color-the-next-web-3:active,
.focus\:brands-color-the-next-web-3:focus,
.hover\:brands-color-the-next-web-3:hover {
  color: #4e5860;
}

[class="fa-brands fa-the-next-web-4"], .brands-color-the-next-web-4 {
  color: #a6abaf;
}

.active\:brands-color-the-next-web-4:active,
.focus\:brands-color-the-next-web-4:focus,
.hover\:brands-color-the-next-web-4:hover {
  color: #a6abaf;
}

[class="fa-brands fa-the-next-web-5"], .brands-color-the-next-web-5 {
  color: #d9e0e2;
}

.active\:brands-color-the-next-web-5:active,
.focus\:brands-color-the-next-web-5:focus,
.hover\:brands-color-the-next-web-5:hover {
  color: #d9e0e2;
}

[class="fa-brands fa-the-next-web-6"], .brands-color-the-next-web-6 {
  color: #fafbfc;
}

.active\:brands-color-the-next-web-6:active,
.focus\:brands-color-the-next-web-6:focus,
.hover\:brands-color-the-next-web-6:hover {
  color: #fafbfc;
}

[class="fa-brands fa-the-ritz-carlton"], .brands-color-the-ritz-carlton {
  color: #006b95;
}

.active\:brands-color-the-ritz-carlton:active,
.focus\:brands-color-the-ritz-carlton:focus,
.hover\:brands-color-the-ritz-carlton:hover {
  color: #006b95;
}

[class="fa-brands fa-the-ritz-carlton-1"], .brands-color-the-ritz-carlton-1 {
  color: #006b95;
}

.active\:brands-color-the-ritz-carlton-1:active,
.focus\:brands-color-the-ritz-carlton-1:focus,
.hover\:brands-color-the-ritz-carlton-1:hover {
  color: #006b95;
}

[class="fa-brands fa-the-ritz-carlton-2"], .brands-color-the-ritz-carlton-2 {
  color: #4f5b65;
}

.active\:brands-color-the-ritz-carlton-2:active,
.focus\:brands-color-the-ritz-carlton-2:focus,
.hover\:brands-color-the-ritz-carlton-2:hover {
  color: #4f5b65;
}

[class="fa-brands fa-the-ritz-carlton-3"], .brands-color-the-ritz-carlton-3 {
  color: #b3812a;
}

.active\:brands-color-the-ritz-carlton-3:active,
.focus\:brands-color-the-ritz-carlton-3:focus,
.hover\:brands-color-the-ritz-carlton-3:hover {
  color: #b3812a;
}

[class="fa-brands fa-the-ritz-carlton-4"], .brands-color-the-ritz-carlton-4 {
  color: #a01a1f;
}

.active\:brands-color-the-ritz-carlton-4:active,
.focus\:brands-color-the-ritz-carlton-4:focus,
.hover\:brands-color-the-ritz-carlton-4:hover {
  color: #a01a1f;
}

[class="fa-brands fa-the-sun"], .brands-color-the-sun {
  color: #ed1c24;
}

.active\:brands-color-the-sun:active,
.focus\:brands-color-the-sun:focus,
.hover\:brands-color-the-sun:hover {
  color: #ed1c24;
}

[class="fa-brands fa-the-sun-1"], .brands-color-the-sun-1 {
  color: #ed1c24;
}

.active\:brands-color-the-sun-1:active,
.focus\:brands-color-the-sun-1:focus,
.hover\:brands-color-the-sun-1:hover {
  color: #ed1c24;
}

[class="fa-brands fa-the-sun-2"], .brands-color-the-sun-2 {
  color: #b90c13;
}

.active\:brands-color-the-sun-2:active,
.focus\:brands-color-the-sun-2:focus,
.hover\:brands-color-the-sun-2:hover {
  color: #b90c13;
}

[class="fa-brands fa-the-sun-goals"], .brands-color-the-sun-goals {
  color: #00745e;
}

.active\:brands-color-the-sun-goals:active,
.focus\:brands-color-the-sun-goals:focus,
.hover\:brands-color-the-sun-goals:hover {
  color: #00745e;
}

[class="fa-brands fa-the-sun-goals-1"], .brands-color-the-sun-goals-1 {
  color: #00745e;
}

.active\:brands-color-the-sun-goals-1:active,
.focus\:brands-color-the-sun-goals-1:focus,
.hover\:brands-color-the-sun-goals-1:hover {
  color: #00745e;
}

[class="fa-brands fa-the-sun-goals-2"], .brands-color-the-sun-goals-2 {
  color: #086556;
}

.active\:brands-color-the-sun-goals-2:active,
.focus\:brands-color-the-sun-goals-2:focus,
.hover\:brands-color-the-sun-goals-2:hover {
  color: #086556;
}

[class="fa-brands fa-the-sun-perks"], .brands-color-the-sun-perks {
  color: #8560a8;
}

.active\:brands-color-the-sun-perks:active,
.focus\:brands-color-the-sun-perks:focus,
.hover\:brands-color-the-sun-perks:hover {
  color: #8560a8;
}

[class="fa-brands fa-the-sun-perks-1"], .brands-color-the-sun-perks-1 {
  color: #8560a8;
}

.active\:brands-color-the-sun-perks-1:active,
.focus\:brands-color-the-sun-perks-1:focus,
.hover\:brands-color-the-sun-perks-1:hover {
  color: #8560a8;
}

[class="fa-brands fa-the-sun-perks-2"], .brands-color-the-sun-perks-2 {
  color: #431c69;
}

.active\:brands-color-the-sun-perks-2:active,
.focus\:brands-color-the-sun-perks-2:focus,
.hover\:brands-color-the-sun-perks-2:hover {
  color: #431c69;
}

[class="fa-brands fa-the-times"], .brands-color-the-times {
  color: #000000;
}

.active\:brands-color-the-times:active,
.focus\:brands-color-the-times:focus,
.hover\:brands-color-the-times:hover {
  color: #000000;
}

[class="fa-brands fa-the-times-1"], .brands-color-the-times-1 {
  color: #000000;
}

.active\:brands-color-the-times-1:active,
.focus\:brands-color-the-times-1:focus,
.hover\:brands-color-the-times-1:hover {
  color: #000000;
}

[class="fa-brands fa-thomson-reuters"], .brands-color-thomson-reuters {
  color: #ff8000;
}

.active\:brands-color-thomson-reuters:active,
.focus\:brands-color-thomson-reuters:focus,
.hover\:brands-color-thomson-reuters:hover {
  color: #ff8000;
}

[class="fa-brands fa-thomson-reuters-1"], .brands-color-thomson-reuters-1 {
  color: #ff8000;
}

.active\:brands-color-thomson-reuters-1:active,
.focus\:brands-color-thomson-reuters-1:focus,
.hover\:brands-color-thomson-reuters-1:hover {
  color: #ff8000;
}

[class="fa-brands fa-thomson-reuters-2"], .brands-color-thomson-reuters-2 {
  color: #555555;
}

.active\:brands-color-thomson-reuters-2:active,
.focus\:brands-color-thomson-reuters-2:focus,
.hover\:brands-color-thomson-reuters-2:hover {
  color: #555555;
}

[class="fa-brands fa-thomson-reuters-3"], .brands-color-thomson-reuters-3 {
  color: #444444;
}

.active\:brands-color-thomson-reuters-3:active,
.focus\:brands-color-thomson-reuters-3:focus,
.hover\:brands-color-thomson-reuters-3:hover {
  color: #444444;
}

[class="fa-brands fa-thomson-reuters-4"], .brands-color-thomson-reuters-4 {
  color: #666666;
}

.active\:brands-color-thomson-reuters-4:active,
.focus\:brands-color-thomson-reuters-4:focus,
.hover\:brands-color-thomson-reuters-4:hover {
  color: #666666;
}

[class="fa-brands fa-thomson-reuters-5"], .brands-color-thomson-reuters-5 {
  color: #cccccc;
}

.active\:brands-color-thomson-reuters-5:active,
.focus\:brands-color-thomson-reuters-5:focus,
.hover\:brands-color-thomson-reuters-5:hover {
  color: #cccccc;
}

[class="fa-brands fa-thomson-reuters-6"], .brands-color-thomson-reuters-6 {
  color: #e9e9e9;
}

.active\:brands-color-thomson-reuters-6:active,
.focus\:brands-color-thomson-reuters-6:focus,
.hover\:brands-color-thomson-reuters-6:hover {
  color: #e9e9e9;
}

[class="fa-brands fa-thomson-reuters-7"], .brands-color-thomson-reuters-7 {
  color: #f7f7f7;
}

.active\:brands-color-thomson-reuters-7:active,
.focus\:brands-color-thomson-reuters-7:focus,
.hover\:brands-color-thomson-reuters-7:hover {
  color: #f7f7f7;
}

[class="fa-brands fa-tivo"], .brands-color-tivo {
  color: #da3d34;
}

.active\:brands-color-tivo:active,
.focus\:brands-color-tivo:focus,
.hover\:brands-color-tivo:hover {
  color: #da3d34;
}

[class="fa-brands fa-tivo-1"], .brands-color-tivo-1 {
  color: #da3d34;
}

.active\:brands-color-tivo-1:active,
.focus\:brands-color-tivo-1:focus,
.hover\:brands-color-tivo-1:hover {
  color: #da3d34;
}

[class="fa-brands fa-tivo-2"], .brands-color-tivo-2 {
  color: #00a480;
}

.active\:brands-color-tivo-2:active,
.focus\:brands-color-tivo-2:focus,
.hover\:brands-color-tivo-2:hover {
  color: #00a480;
}

[class="fa-brands fa-tivo-3"], .brands-color-tivo-3 {
  color: #ed9f40;
}

.active\:brands-color-tivo-3:active,
.focus\:brands-color-tivo-3:focus,
.hover\:brands-color-tivo-3:hover {
  color: #ed9f40;
}

[class="fa-brands fa-tivo-4"], .brands-color-tivo-4 {
  color: #6a76ac;
}

.active\:brands-color-tivo-4:active,
.focus\:brands-color-tivo-4:focus,
.hover\:brands-color-tivo-4:hover {
  color: #6a76ac;
}

[class="fa-brands fa-tivo-5"], .brands-color-tivo-5 {
  color: #17170e;
}

.active\:brands-color-tivo-5:active,
.focus\:brands-color-tivo-5:focus,
.hover\:brands-color-tivo-5:hover {
  color: #17170e;
}

[class="fa-brands fa-tivo-6"], .brands-color-tivo-6 {
  color: #534b38;
}

.active\:brands-color-tivo-6:active,
.focus\:brands-color-tivo-6:focus,
.hover\:brands-color-tivo-6:hover {
  color: #534b38;
}

[class="fa-brands fa-tivo-7"], .brands-color-tivo-7 {
  color: #a6a480;
}

.active\:brands-color-tivo-7:active,
.focus\:brands-color-tivo-7:focus,
.hover\:brands-color-tivo-7:hover {
  color: #a6a480;
}

[class="fa-brands fa-totaljobs"], .brands-color-totaljobs {
  color: #66bd00;
}

.active\:brands-color-totaljobs:active,
.focus\:brands-color-totaljobs:focus,
.hover\:brands-color-totaljobs:hover {
  color: #66bd00;
}

[class="fa-brands fa-totaljobs-1"], .brands-color-totaljobs-1 {
  color: #66bd00;
}

.active\:brands-color-totaljobs-1:active,
.focus\:brands-color-totaljobs-1:focus,
.hover\:brands-color-totaljobs-1:hover {
  color: #66bd00;
}

[class="fa-brands fa-toyota"], .brands-color-toyota {
  color: #eb0a1e;
}

.active\:brands-color-toyota:active,
.focus\:brands-color-toyota:focus,
.hover\:brands-color-toyota:hover {
  color: #eb0a1e;
}

[class="fa-brands fa-toyota-1"], .brands-color-toyota-1 {
  color: #eb0a1e;
}

.active\:brands-color-toyota-1:active,
.focus\:brands-color-toyota-1:focus,
.hover\:brands-color-toyota-1:hover {
  color: #eb0a1e;
}

[class="fa-brands fa-toyota-2"], .brands-color-toyota-2 {
  color: #ffffff;
}

.active\:brands-color-toyota-2:active,
.focus\:brands-color-toyota-2:focus,
.hover\:brands-color-toyota-2:hover {
  color: #ffffff;
}

[class="fa-brands fa-toyota-3"], .brands-color-toyota-3 {
  color: #000000;
}

.active\:brands-color-toyota-3:active,
.focus\:brands-color-toyota-3:focus,
.hover\:brands-color-toyota-3:hover {
  color: #000000;
}

[class="fa-brands fa-toyota-4"], .brands-color-toyota-4 {
  color: #58595b;
}

.active\:brands-color-toyota-4:active,
.focus\:brands-color-toyota-4:focus,
.hover\:brands-color-toyota-4:hover {
  color: #58595b;
}

[class="fa-brands fa-treehouse"], .brands-color-treehouse {
  color: #6fbc6d;
}

.active\:brands-color-treehouse:active,
.focus\:brands-color-treehouse:focus,
.hover\:brands-color-treehouse:hover {
  color: #6fbc6d;
}

[class="fa-brands fa-treehouse-1"], .brands-color-treehouse-1 {
  color: #6fbc6d;
}

.active\:brands-color-treehouse-1:active,
.focus\:brands-color-treehouse-1:focus,
.hover\:brands-color-treehouse-1:hover {
  color: #6fbc6d;
}

[class="fa-brands fa-treehouse-2"], .brands-color-treehouse-2 {
  color: #47535b;
}

.active\:brands-color-treehouse-2:active,
.focus\:brands-color-treehouse-2:focus,
.hover\:brands-color-treehouse-2:hover {
  color: #47535b;
}

[class="fa-brands fa-trello"], .brands-color-trello {
  color: #0079bf;
}

.active\:brands-color-trello:active,
.focus\:brands-color-trello:focus,
.hover\:brands-color-trello:hover {
  color: #0079bf;
}

[class="fa-brands fa-trello-1"], .brands-color-trello-1 {
  color: #0079bf;
}

.active\:brands-color-trello-1:active,
.focus\:brands-color-trello-1:focus,
.hover\:brands-color-trello-1:hover {
  color: #0079bf;
}

[class="fa-brands fa-trello-2"], .brands-color-trello-2 {
  color: #70b500;
}

.active\:brands-color-trello-2:active,
.focus\:brands-color-trello-2:focus,
.hover\:brands-color-trello-2:hover {
  color: #70b500;
}

[class="fa-brands fa-trello-3"], .brands-color-trello-3 {
  color: #ff9f1a;
}

.active\:brands-color-trello-3:active,
.focus\:brands-color-trello-3:focus,
.hover\:brands-color-trello-3:hover {
  color: #ff9f1a;
}

[class="fa-brands fa-trello-4"], .brands-color-trello-4 {
  color: #eb5a46;
}

.active\:brands-color-trello-4:active,
.focus\:brands-color-trello-4:focus,
.hover\:brands-color-trello-4:hover {
  color: #eb5a46;
}

[class="fa-brands fa-trello-5"], .brands-color-trello-5 {
  color: #f2d600;
}

.active\:brands-color-trello-5:active,
.focus\:brands-color-trello-5:focus,
.hover\:brands-color-trello-5:hover {
  color: #f2d600;
}

[class="fa-brands fa-trello-6"], .brands-color-trello-6 {
  color: #c377e0;
}

.active\:brands-color-trello-6:active,
.focus\:brands-color-trello-6:focus,
.hover\:brands-color-trello-6:hover {
  color: #c377e0;
}

[class="fa-brands fa-trello-7"], .brands-color-trello-7 {
  color: #ff78cb;
}

.active\:brands-color-trello-7:active,
.focus\:brands-color-trello-7:focus,
.hover\:brands-color-trello-7:hover {
  color: #ff78cb;
}

[class="fa-brands fa-trello-8"], .brands-color-trello-8 {
  color: #00c2e0;
}

.active\:brands-color-trello-8:active,
.focus\:brands-color-trello-8:focus,
.hover\:brands-color-trello-8:hover {
  color: #00c2e0;
}

[class="fa-brands fa-trello-9"], .brands-color-trello-9 {
  color: #51e898;
}

.active\:brands-color-trello-9:active,
.focus\:brands-color-trello-9:focus,
.hover\:brands-color-trello-9:hover {
  color: #51e898;
}

[class="fa-brands fa-trello-10"], .brands-color-trello-10 {
  color: #c4c9cc;
}

.active\:brands-color-trello-10:active,
.focus\:brands-color-trello-10:focus,
.hover\:brands-color-trello-10:hover {
  color: #c4c9cc;
}

[class="fa-brands fa-tripadvisor"], .brands-color-tripadvisor {
  color: #00af87;
}

.active\:brands-color-tripadvisor:active,
.focus\:brands-color-tripadvisor:focus,
.hover\:brands-color-tripadvisor:hover {
  color: #00af87;
}

[class="fa-brands fa-tripadvisor-1"], .brands-color-tripadvisor-1 {
  color: #00af87;
}

.active\:brands-color-tripadvisor-1:active,
.focus\:brands-color-tripadvisor-1:focus,
.hover\:brands-color-tripadvisor-1:hover {
  color: #00af87;
}

[class="fa-brands fa-trulia"], .brands-color-trulia {
  color: #5eab1f;
}

.active\:brands-color-trulia:active,
.focus\:brands-color-trulia:focus,
.hover\:brands-color-trulia:hover {
  color: #5eab1f;
}

[class="fa-brands fa-trulia-1"], .brands-color-trulia-1 {
  color: #5eab1f;
}

.active\:brands-color-trulia-1:active,
.focus\:brands-color-trulia-1:focus,
.hover\:brands-color-trulia-1:hover {
  color: #5eab1f;
}

[class="fa-brands fa-trustpilot"], .brands-color-trustpilot {
  color: #e12729;
}

.active\:brands-color-trustpilot:active,
.focus\:brands-color-trustpilot:focus,
.hover\:brands-color-trustpilot:hover {
  color: #e12729;
}

[class="fa-brands fa-trustpilot-1"], .brands-color-trustpilot-1 {
  color: #e12729;
}

.active\:brands-color-trustpilot-1:active,
.focus\:brands-color-trustpilot-1:focus,
.hover\:brands-color-trustpilot-1:hover {
  color: #e12729;
}

[class="fa-brands fa-trustpilot-2"], .brands-color-trustpilot-2 {
  color: #f37324;
}

.active\:brands-color-trustpilot-2:active,
.focus\:brands-color-trustpilot-2:focus,
.hover\:brands-color-trustpilot-2:hover {
  color: #f37324;
}

[class="fa-brands fa-trustpilot-3"], .brands-color-trustpilot-3 {
  color: #f8cc1b;
}

.active\:brands-color-trustpilot-3:active,
.focus\:brands-color-trustpilot-3:focus,
.hover\:brands-color-trustpilot-3:hover {
  color: #f8cc1b;
}

[class="fa-brands fa-trustpilot-4"], .brands-color-trustpilot-4 {
  color: #72b043;
}

.active\:brands-color-trustpilot-4:active,
.focus\:brands-color-trustpilot-4:focus,
.hover\:brands-color-trustpilot-4:hover {
  color: #72b043;
}

[class="fa-brands fa-trustpilot-5"], .brands-color-trustpilot-5 {
  color: #007f4e;
}

.active\:brands-color-trustpilot-5:active,
.focus\:brands-color-trustpilot-5:focus,
.hover\:brands-color-trustpilot-5:hover {
  color: #007f4e;
}

[class="fa-brands fa-trustpilot-6"], .brands-color-trustpilot-6 {
  color: #c8c8c8;
}

.active\:brands-color-trustpilot-6:active,
.focus\:brands-color-trustpilot-6:focus,
.hover\:brands-color-trustpilot-6:hover {
  color: #c8c8c8;
}

[class="fa-brands fa-tumblr"], .brands-color-tumblr {
  color: #35465c;
}

.active\:brands-color-tumblr:active,
.focus\:brands-color-tumblr:focus,
.hover\:brands-color-tumblr:hover {
  color: #35465c;
}

[class="fa-brands fa-tumblr-1"], .brands-color-tumblr-1 {
  color: #35465c;
}

.active\:brands-color-tumblr-1:active,
.focus\:brands-color-tumblr-1:focus,
.hover\:brands-color-tumblr-1:hover {
  color: #35465c;
}

[class="fa-brands fa-tunngle"], .brands-color-tunngle {
  color: #c30f24;
}

.active\:brands-color-tunngle:active,
.focus\:brands-color-tunngle:focus,
.hover\:brands-color-tunngle:hover {
  color: #c30f24;
}

[class="fa-brands fa-tunngle-1"], .brands-color-tunngle-1 {
  color: #c30f24;
}

.active\:brands-color-tunngle-1:active,
.focus\:brands-color-tunngle-1:focus,
.hover\:brands-color-tunngle-1:hover {
  color: #c30f24;
}

[class="fa-brands fa-turbotax"], .brands-color-turbotax {
  color: #355ebe;
}

.active\:brands-color-turbotax:active,
.focus\:brands-color-turbotax:focus,
.hover\:brands-color-turbotax:hover {
  color: #355ebe;
}

[class="fa-brands fa-turbotax-1"], .brands-color-turbotax-1 {
  color: #355ebe;
}

.active\:brands-color-turbotax-1:active,
.focus\:brands-color-turbotax-1:focus,
.hover\:brands-color-turbotax-1:hover {
  color: #355ebe;
}

[class="fa-brands fa-turbotax-2"], .brands-color-turbotax-2 {
  color: #d52b1d;
}

.active\:brands-color-turbotax-2:active,
.focus\:brands-color-turbotax-2:focus,
.hover\:brands-color-turbotax-2:hover {
  color: #d52b1d;
}

[class="fa-brands fa-twentythree"], .brands-color-twentythree {
  color: #1ec95b;
}

.active\:brands-color-twentythree:active,
.focus\:brands-color-twentythree:focus,
.hover\:brands-color-twentythree:hover {
  color: #1ec95b;
}

[class="fa-brands fa-twentythree-1"], .brands-color-twentythree-1 {
  color: #1ec95b;
}

.active\:brands-color-twentythree-1:active,
.focus\:brands-color-twentythree-1:focus,
.hover\:brands-color-twentythree-1:hover {
  color: #1ec95b;
}

[class="fa-brands fa-twentythree-2"], .brands-color-twentythree-2 {
  color: #043623;
}

.active\:brands-color-twentythree-2:active,
.focus\:brands-color-twentythree-2:focus,
.hover\:brands-color-twentythree-2:hover {
  color: #043623;
}

[class="fa-brands fa-twentythree-3"], .brands-color-twentythree-3 {
  color: #eff5f0;
}

.active\:brands-color-twentythree-3:active,
.focus\:brands-color-twentythree-3:focus,
.hover\:brands-color-twentythree-3:hover {
  color: #eff5f0;
}

[class="fa-brands fa-twitch"], .brands-color-twitch {
  color: #9146ff;
}

.active\:brands-color-twitch:active,
.focus\:brands-color-twitch:focus,
.hover\:brands-color-twitch:hover {
  color: #9146ff;
}

[class="fa-brands fa-twitch-1"], .brands-color-twitch-1 {
  color: #9146ff;
}

.active\:brands-color-twitch-1:active,
.focus\:brands-color-twitch-1:focus,
.hover\:brands-color-twitch-1:hover {
  color: #9146ff;
}

[class="fa-brands fa-twitch-2"], .brands-color-twitch-2 {
  color: #000000;
}

.active\:brands-color-twitch-2:active,
.focus\:brands-color-twitch-2:focus,
.hover\:brands-color-twitch-2:hover {
  color: #000000;
}

[class="fa-brands fa-twitch-3"], .brands-color-twitch-3 {
  color: #f0f0ff;
}

.active\:brands-color-twitch-3:active,
.focus\:brands-color-twitch-3:focus,
.hover\:brands-color-twitch-3:hover {
  color: #f0f0ff;
}

[class="fa-brands fa-twitter"], .brands-color-twitter {
  color: #1da1f2;
}

.active\:brands-color-twitter:active,
.focus\:brands-color-twitter:focus,
.hover\:brands-color-twitter:hover {
  color: #1da1f2;
}

[class="fa-brands fa-twitter-1"], .brands-color-twitter-1 {
  color: #1da1f2;
}

.active\:brands-color-twitter-1:active,
.focus\:brands-color-twitter-1:focus,
.hover\:brands-color-twitter-1:hover {
  color: #1da1f2;
}

[class="fa-brands fa-twitter-2"], .brands-color-twitter-2 {
  color: #14171a;
}

.active\:brands-color-twitter-2:active,
.focus\:brands-color-twitter-2:focus,
.hover\:brands-color-twitter-2:hover {
  color: #14171a;
}

[class="fa-brands fa-twitter-3"], .brands-color-twitter-3 {
  color: #657786;
}

.active\:brands-color-twitter-3:active,
.focus\:brands-color-twitter-3:focus,
.hover\:brands-color-twitter-3:hover {
  color: #657786;
}

[class="fa-brands fa-twitter-4"], .brands-color-twitter-4 {
  color: #aab8c2;
}

.active\:brands-color-twitter-4:active,
.focus\:brands-color-twitter-4:focus,
.hover\:brands-color-twitter-4:hover {
  color: #aab8c2;
}

[class="fa-brands fa-twitter-5"], .brands-color-twitter-5 {
  color: #e1e8ed;
}

.active\:brands-color-twitter-5:active,
.focus\:brands-color-twitter-5:focus,
.hover\:brands-color-twitter-5:hover {
  color: #e1e8ed;
}

[class="fa-brands fa-twitter-6"], .brands-color-twitter-6 {
  color: #f5f8fa;
}

.active\:brands-color-twitter-6:active,
.focus\:brands-color-twitter-6:focus,
.hover\:brands-color-twitter-6:hover {
  color: #f5f8fa;
}

[class="fa-brands fa-typekit"], .brands-color-typekit {
  color: #98ce1e;
}

.active\:brands-color-typekit:active,
.focus\:brands-color-typekit:focus,
.hover\:brands-color-typekit:hover {
  color: #98ce1e;
}

[class="fa-brands fa-typekit-1"], .brands-color-typekit-1 {
  color: #98ce1e;
}

.active\:brands-color-typekit-1:active,
.focus\:brands-color-typekit-1:focus,
.hover\:brands-color-typekit-1:hover {
  color: #98ce1e;
}

[class="fa-brands fa-typepad"], .brands-color-typepad {
  color: #d2de61;
}

.active\:brands-color-typepad:active,
.focus\:brands-color-typepad:focus,
.hover\:brands-color-typepad:hover {
  color: #d2de61;
}

[class="fa-brands fa-typepad-1"], .brands-color-typepad-1 {
  color: #d2de61;
}

.active\:brands-color-typepad-1:active,
.focus\:brands-color-typepad-1:focus,
.hover\:brands-color-typepad-1:hover {
  color: #d2de61;
}

[class="fa-brands fa-typescript"], .brands-color-typescript {
  color: #3178c6;
}

.active\:brands-color-typescript:active,
.focus\:brands-color-typescript:focus,
.hover\:brands-color-typescript:hover {
  color: #3178c6;
}

[class="fa-brands fa-typescript-1"], .brands-color-typescript-1 {
  color: #3178c6;
}

.active\:brands-color-typescript-1:active,
.focus\:brands-color-typescript-1:focus,
.hover\:brands-color-typescript-1:hover {
  color: #3178c6;
}

[class="fa-brands fa-typescript-2"], .brands-color-typescript-2 {
  color: #00273f;
}

.active\:brands-color-typescript-2:active,
.focus\:brands-color-typescript-2:focus,
.hover\:brands-color-typescript-2:hover {
  color: #00273f;
}

[class="fa-brands fa-typo3"], .brands-color-typo3 {
  color: #ff8700;
}

.active\:brands-color-typo3:active,
.focus\:brands-color-typo3:focus,
.hover\:brands-color-typo3:hover {
  color: #ff8700;
}

[class="fa-brands fa-typo3-1"], .brands-color-typo3-1 {
  color: #ff8700;
}

.active\:brands-color-typo3-1:active,
.focus\:brands-color-typo3-1:focus,
.hover\:brands-color-typo3-1:hover {
  color: #ff8700;
}

[class="fa-brands fa-uber"], .brands-color-uber {
  color: #09091a;
}

.active\:brands-color-uber:active,
.focus\:brands-color-uber:focus,
.hover\:brands-color-uber:hover {
  color: #09091a;
}

[class="fa-brands fa-uber-1"], .brands-color-uber-1 {
  color: #09091a;
}

.active\:brands-color-uber-1:active,
.focus\:brands-color-uber-1:focus,
.hover\:brands-color-uber-1:hover {
  color: #09091a;
}

[class="fa-brands fa-uber-2"], .brands-color-uber-2 {
  color: #c0c0c8;
}

.active\:brands-color-uber-2:active,
.focus\:brands-color-uber-2:focus,
.hover\:brands-color-uber-2:hover {
  color: #c0c0c8;
}

[class="fa-brands fa-uber-3"], .brands-color-uber-3 {
  color: #1fbad6;
}

.active\:brands-color-uber-3:active,
.focus\:brands-color-uber-3:focus,
.hover\:brands-color-uber-3:hover {
  color: #1fbad6;
}

[class="fa-brands fa-ubuntu"], .brands-color-ubuntu {
  color: #dd4814;
}

.active\:brands-color-ubuntu:active,
.focus\:brands-color-ubuntu:focus,
.hover\:brands-color-ubuntu:hover {
  color: #dd4814;
}

[class="fa-brands fa-ubuntu-1"], .brands-color-ubuntu-1 {
  color: #dd4814;
}

.active\:brands-color-ubuntu-1:active,
.focus\:brands-color-ubuntu-1:focus,
.hover\:brands-color-ubuntu-1:hover {
  color: #dd4814;
}

[class="fa-brands fa-ubuntu-2"], .brands-color-ubuntu-2 {
  color: #77216f;
}

.active\:brands-color-ubuntu-2:active,
.focus\:brands-color-ubuntu-2:focus,
.hover\:brands-color-ubuntu-2:hover {
  color: #77216f;
}

[class="fa-brands fa-ubuntu-3"], .brands-color-ubuntu-3 {
  color: #5e2750;
}

.active\:brands-color-ubuntu-3:active,
.focus\:brands-color-ubuntu-3:focus,
.hover\:brands-color-ubuntu-3:hover {
  color: #5e2750;
}

[class="fa-brands fa-ubuntu-4"], .brands-color-ubuntu-4 {
  color: #2c001e;
}

.active\:brands-color-ubuntu-4:active,
.focus\:brands-color-ubuntu-4:focus,
.hover\:brands-color-ubuntu-4:hover {
  color: #2c001e;
}

[class="fa-brands fa-ubuntu-5"], .brands-color-ubuntu-5 {
  color: #aea79f;
}

.active\:brands-color-ubuntu-5:active,
.focus\:brands-color-ubuntu-5:focus,
.hover\:brands-color-ubuntu-5:hover {
  color: #aea79f;
}

[class="fa-brands fa-ubuntu-6"], .brands-color-ubuntu-6 {
  color: #333333;
}

.active\:brands-color-ubuntu-6:active,
.focus\:brands-color-ubuntu-6:focus,
.hover\:brands-color-ubuntu-6:hover {
  color: #333333;
}

[class="fa-brands fa-uc-berkeley"], .brands-color-uc-berkeley {
  color: #003262;
}

.active\:brands-color-uc-berkeley:active,
.focus\:brands-color-uc-berkeley:focus,
.hover\:brands-color-uc-berkeley:hover {
  color: #003262;
}

[class="fa-brands fa-uc-berkeley-1"], .brands-color-uc-berkeley-1 {
  color: #003262;
}

.active\:brands-color-uc-berkeley-1:active,
.focus\:brands-color-uc-berkeley-1:focus,
.hover\:brands-color-uc-berkeley-1:hover {
  color: #003262;
}

[class="fa-brands fa-uc-berkeley-2"], .brands-color-uc-berkeley-2 {
  color: #3b7ea1;
}

.active\:brands-color-uc-berkeley-2:active,
.focus\:brands-color-uc-berkeley-2:focus,
.hover\:brands-color-uc-berkeley-2:hover {
  color: #3b7ea1;
}

[class="fa-brands fa-uc-berkeley-3"], .brands-color-uc-berkeley-3 {
  color: #fdb515;
}

.active\:brands-color-uc-berkeley-3:active,
.focus\:brands-color-uc-berkeley-3:focus,
.hover\:brands-color-uc-berkeley-3:hover {
  color: #fdb515;
}

[class="fa-brands fa-uc-berkeley-4"], .brands-color-uc-berkeley-4 {
  color: #c4820e;
}

.active\:brands-color-uc-berkeley-4:active,
.focus\:brands-color-uc-berkeley-4:focus,
.hover\:brands-color-uc-berkeley-4:hover {
  color: #c4820e;
}

[class="fa-brands fa-ucsf"], .brands-color-ucsf {
  color: #052049;
}

.active\:brands-color-ucsf:active,
.focus\:brands-color-ucsf:focus,
.hover\:brands-color-ucsf:hover {
  color: #052049;
}

[class="fa-brands fa-ucsf-1"], .brands-color-ucsf-1 {
  color: #052049;
}

.active\:brands-color-ucsf-1:active,
.focus\:brands-color-ucsf-1:focus,
.hover\:brands-color-ucsf-1:hover {
  color: #052049;
}

[class="fa-brands fa-ucsf-2"], .brands-color-ucsf-2 {
  color: #18a3ac;
}

.active\:brands-color-ucsf-2:active,
.focus\:brands-color-ucsf-2:focus,
.hover\:brands-color-ucsf-2:hover {
  color: #18a3ac;
}

[class="fa-brands fa-ucsf-3"], .brands-color-ucsf-3 {
  color: #90bd31;
}

.active\:brands-color-ucsf-3:active,
.focus\:brands-color-ucsf-3:focus,
.hover\:brands-color-ucsf-3:hover {
  color: #90bd31;
}

[class="fa-brands fa-ucsf-4"], .brands-color-ucsf-4 {
  color: #178ccb;
}

.active\:brands-color-ucsf-4:active,
.focus\:brands-color-ucsf-4:focus,
.hover\:brands-color-ucsf-4:hover {
  color: #178ccb;
}

[class="fa-brands fa-ucsf-5"], .brands-color-ucsf-5 {
  color: #f48024;
}

.active\:brands-color-ucsf-5:active,
.focus\:brands-color-ucsf-5:focus,
.hover\:brands-color-ucsf-5:hover {
  color: #f48024;
}

[class="fa-brands fa-united-way"], .brands-color-united-way {
  color: #10167f;
}

.active\:brands-color-united-way:active,
.focus\:brands-color-united-way:focus,
.hover\:brands-color-united-way:hover {
  color: #10167f;
}

[class="fa-brands fa-united-way-1"], .brands-color-united-way-1 {
  color: #10167f;
}

.active\:brands-color-united-way-1:active,
.focus\:brands-color-united-way-1:focus,
.hover\:brands-color-united-way-1:hover {
  color: #10167f;
}

[class="fa-brands fa-united-way-2"], .brands-color-united-way-2 {
  color: #fe230a;
}

.active\:brands-color-united-way-2:active,
.focus\:brands-color-united-way-2:focus,
.hover\:brands-color-united-way-2:hover {
  color: #fe230a;
}

[class="fa-brands fa-united-way-3"], .brands-color-united-way-3 {
  color: #ff9600;
}

.active\:brands-color-united-way-3:active,
.focus\:brands-color-united-way-3:focus,
.hover\:brands-color-united-way-3:hover {
  color: #ff9600;
}

[class="fa-brands fa-united-way-4"], .brands-color-united-way-4 {
  color: #000064;
}

.active\:brands-color-united-way-4:active,
.focus\:brands-color-united-way-4:focus,
.hover\:brands-color-united-way-4:hover {
  color: #000064;
}

[class="fa-brands fa-united-way-5"], .brands-color-united-way-5 {
  color: #b41428;
}

.active\:brands-color-united-way-5:active,
.focus\:brands-color-united-way-5:focus,
.hover\:brands-color-united-way-5:hover {
  color: #b41428;
}

[class="fa-brands fa-united-way-6"], .brands-color-united-way-6 {
  color: #f57814;
}

.active\:brands-color-united-way-6:active,
.focus\:brands-color-united-way-6:focus,
.hover\:brands-color-united-way-6:hover {
  color: #f57814;
}

[class="fa-brands fa-united-way-7"], .brands-color-united-way-7 {
  color: #e6d7aa;
}

.active\:brands-color-united-way-7:active,
.focus\:brands-color-united-way-7:focus,
.hover\:brands-color-united-way-7:hover {
  color: #e6d7aa;
}

[class="fa-brands fa-united-way-8"], .brands-color-united-way-8 {
  color: #505050;
}

.active\:brands-color-united-way-8:active,
.focus\:brands-color-united-way-8:focus,
.hover\:brands-color-united-way-8:hover {
  color: #505050;
}

[class="fa-brands fa-united-way-9"], .brands-color-united-way-9 {
  color: #f0e6c8;
}

.active\:brands-color-united-way-9:active,
.focus\:brands-color-united-way-9:focus,
.hover\:brands-color-united-way-9:hover {
  color: #f0e6c8;
}

[class="fa-brands fa-united-way-10"], .brands-color-united-way-10 {
  color: #969696;
}

.active\:brands-color-united-way-10:active,
.focus\:brands-color-united-way-10:focus,
.hover\:brands-color-united-way-10:hover {
  color: #969696;
}

[class="fa-brands fa-united-way-11"], .brands-color-united-way-11 {
  color: #7c81b8;
}

.active\:brands-color-united-way-11:active,
.focus\:brands-color-united-way-11:focus,
.hover\:brands-color-united-way-11:hover {
  color: #7c81b8;
}

[class="fa-brands fa-united-way-12"], .brands-color-united-way-12 {
  color: #ff967d;
}

.active\:brands-color-united-way-12:active,
.focus\:brands-color-united-way-12:focus,
.hover\:brands-color-united-way-12:hover {
  color: #ff967d;
}

[class="fa-brands fa-united-way-13"], .brands-color-united-way-13 {
  color: #ffc87d;
}

.active\:brands-color-united-way-13:active,
.focus\:brands-color-united-way-13:focus,
.hover\:brands-color-united-way-13:hover {
  color: #ffc87d;
}

[class="fa-brands fa-unity"], .brands-color-unity {
  color: #222c37;
}

.active\:brands-color-unity:active,
.focus\:brands-color-unity:focus,
.hover\:brands-color-unity:hover {
  color: #222c37;
}

[class="fa-brands fa-unity-1"], .brands-color-unity-1 {
  color: #222c37;
}

.active\:brands-color-unity-1:active,
.focus\:brands-color-unity-1:focus,
.hover\:brands-color-unity-1:hover {
  color: #222c37;
}

[class="fa-brands fa-unity-2"], .brands-color-unity-2 {
  color: #00cccc;
}

.active\:brands-color-unity-2:active,
.focus\:brands-color-unity-2:focus,
.hover\:brands-color-unity-2:hover {
  color: #00cccc;
}

[class="fa-brands fa-unity-3"], .brands-color-unity-3 {
  color: #fff600;
}

.active\:brands-color-unity-3:active,
.focus\:brands-color-unity-3:focus,
.hover\:brands-color-unity-3:hover {
  color: #fff600;
}

[class="fa-brands fa-unity-4"], .brands-color-unity-4 {
  color: #ff0066;
}

.active\:brands-color-unity-4:active,
.focus\:brands-color-unity-4:focus,
.hover\:brands-color-unity-4:hover {
  color: #ff0066;
}

[class="fa-brands fa-unity-5"], .brands-color-unity-5 {
  color: #19e3b1;
}

.active\:brands-color-unity-5:active,
.focus\:brands-color-unity-5:focus,
.hover\:brands-color-unity-5:hover {
  color: #19e3b1;
}

[class="fa-brands fa-unity-6"], .brands-color-unity-6 {
  color: #ff7f33;
}

.active\:brands-color-unity-6:active,
.focus\:brands-color-unity-6:focus,
.hover\:brands-color-unity-6:hover {
  color: #ff7f33;
}

[class="fa-brands fa-unity-7"], .brands-color-unity-7 {
  color: #b83c82;
}

.active\:brands-color-unity-7:active,
.focus\:brands-color-unity-7:focus,
.hover\:brands-color-unity-7:hover {
  color: #b83c82;
}

[class="fa-brands fa-universitat-hamburg"], .brands-color-universitat-hamburg {
  color: #e2001a;
}

.active\:brands-color-universitat-hamburg:active,
.focus\:brands-color-universitat-hamburg:focus,
.hover\:brands-color-universitat-hamburg:hover {
  color: #e2001a;
}

[class="fa-brands fa-universitat-hamburg-1"], .brands-color-universitat-hamburg-1 {
  color: #e2001a;
}

.active\:brands-color-universitat-hamburg-1:active,
.focus\:brands-color-universitat-hamburg-1:focus,
.hover\:brands-color-universitat-hamburg-1:hover {
  color: #e2001a;
}

[class="fa-brands fa-universitat-hamburg-2"], .brands-color-universitat-hamburg-2 {
  color: #009cd1;
}

.active\:brands-color-universitat-hamburg-2:active,
.focus\:brands-color-universitat-hamburg-2:focus,
.hover\:brands-color-universitat-hamburg-2:hover {
  color: #009cd1;
}

[class="fa-brands fa-universitat-hamburg-3"], .brands-color-universitat-hamburg-3 {
  color: #3b515b;
}

.active\:brands-color-universitat-hamburg-3:active,
.focus\:brands-color-universitat-hamburg-3:focus,
.hover\:brands-color-universitat-hamburg-3:hover {
  color: #3b515b;
}

[class="fa-brands fa-university-at-albany"], .brands-color-university-at-albany {
  color: #46166b;
}

.active\:brands-color-university-at-albany:active,
.focus\:brands-color-university-at-albany:focus,
.hover\:brands-color-university-at-albany:hover {
  color: #46166b;
}

[class="fa-brands fa-university-at-albany-1"], .brands-color-university-at-albany-1 {
  color: #46166b;
}

.active\:brands-color-university-at-albany-1:active,
.focus\:brands-color-university-at-albany-1:focus,
.hover\:brands-color-university-at-albany-1:hover {
  color: #46166b;
}

[class="fa-brands fa-university-at-albany-2"], .brands-color-university-at-albany-2 {
  color: #eeb211;
}

.active\:brands-color-university-at-albany-2:active,
.focus\:brands-color-university-at-albany-2:focus,
.hover\:brands-color-university-at-albany-2:hover {
  color: #eeb211;
}

[class="fa-brands fa-university-at-albany-3"], .brands-color-university-at-albany-3 {
  color: #006c68;
}

.active\:brands-color-university-at-albany-3:active,
.focus\:brands-color-university-at-albany-3:focus,
.hover\:brands-color-university-at-albany-3:hover {
  color: #006c68;
}

[class="fa-brands fa-university-at-albany-4"], .brands-color-university-at-albany-4 {
  color: #97a4af;
}

.active\:brands-color-university-at-albany-4:active,
.focus\:brands-color-university-at-albany-4:focus,
.hover\:brands-color-university-at-albany-4:hover {
  color: #97a4af;
}

[class="fa-brands fa-university-at-buffalo"], .brands-color-university-at-buffalo {
  color: #005bbb;
}

.active\:brands-color-university-at-buffalo:active,
.focus\:brands-color-university-at-buffalo:focus,
.hover\:brands-color-university-at-buffalo:hover {
  color: #005bbb;
}

[class="fa-brands fa-university-at-buffalo-1"], .brands-color-university-at-buffalo-1 {
  color: #005bbb;
}

.active\:brands-color-university-at-buffalo-1:active,
.focus\:brands-color-university-at-buffalo-1:focus,
.hover\:brands-color-university-at-buffalo-1:hover {
  color: #005bbb;
}

[class="fa-brands fa-university-at-buffalo-2"], .brands-color-university-at-buffalo-2 {
  color: #e56a54;
}

.active\:brands-color-university-at-buffalo-2:active,
.focus\:brands-color-university-at-buffalo-2:focus,
.hover\:brands-color-university-at-buffalo-2:hover {
  color: #e56a54;
}

[class="fa-brands fa-university-at-buffalo-3"], .brands-color-university-at-buffalo-3 {
  color: #ffc72c;
}

.active\:brands-color-university-at-buffalo-3:active,
.focus\:brands-color-university-at-buffalo-3:focus,
.hover\:brands-color-university-at-buffalo-3:hover {
  color: #ffc72c;
}

[class="fa-brands fa-university-at-buffalo-4"], .brands-color-university-at-buffalo-4 {
  color: #ebec00;
}

.active\:brands-color-university-at-buffalo-4:active,
.focus\:brands-color-university-at-buffalo-4:focus,
.hover\:brands-color-university-at-buffalo-4:hover {
  color: #ebec00;
}

[class="fa-brands fa-university-at-buffalo-5"], .brands-color-university-at-buffalo-5 {
  color: #00a69c;
}

.active\:brands-color-university-at-buffalo-5:active,
.focus\:brands-color-university-at-buffalo-5:focus,
.hover\:brands-color-university-at-buffalo-5:hover {
  color: #00a69c;
}

[class="fa-brands fa-university-at-buffalo-6"], .brands-color-university-at-buffalo-6 {
  color: #990000;
}

.active\:brands-color-university-at-buffalo-6:active,
.focus\:brands-color-university-at-buffalo-6:focus,
.hover\:brands-color-university-at-buffalo-6:hover {
  color: #990000;
}

[class="fa-brands fa-university-at-buffalo-7"], .brands-color-university-at-buffalo-7 {
  color: #ad841f;
}

.active\:brands-color-university-at-buffalo-7:active,
.focus\:brands-color-university-at-buffalo-7:focus,
.hover\:brands-color-university-at-buffalo-7:hover {
  color: #ad841f;
}

[class="fa-brands fa-university-at-buffalo-8"], .brands-color-university-at-buffalo-8 {
  color: #6da04b;
}

.active\:brands-color-university-at-buffalo-8:active,
.focus\:brands-color-university-at-buffalo-8:focus,
.hover\:brands-color-university-at-buffalo-8:hover {
  color: #6da04b;
}

[class="fa-brands fa-university-at-buffalo-9"], .brands-color-university-at-buffalo-9 {
  color: #006570;
}

.active\:brands-color-university-at-buffalo-9:active,
.focus\:brands-color-university-at-buffalo-9:focus,
.hover\:brands-color-university-at-buffalo-9:hover {
  color: #006570;
}

[class="fa-brands fa-university-at-buffalo-10"], .brands-color-university-at-buffalo-10 {
  color: #2f9fd0;
}

.active\:brands-color-university-at-buffalo-10:active,
.focus\:brands-color-university-at-buffalo-10:focus,
.hover\:brands-color-university-at-buffalo-10:hover {
  color: #2f9fd0;
}

[class="fa-brands fa-university-at-buffalo-11"], .brands-color-university-at-buffalo-11 {
  color: #002f56;
}

.active\:brands-color-university-at-buffalo-11:active,
.focus\:brands-color-university-at-buffalo-11:focus,
.hover\:brands-color-university-at-buffalo-11:hover {
  color: #002f56;
}

[class="fa-brands fa-university-at-buffalo-12"], .brands-color-university-at-buffalo-12 {
  color: #e4e4e4;
}

.active\:brands-color-university-at-buffalo-12:active,
.focus\:brands-color-university-at-buffalo-12:focus,
.hover\:brands-color-university-at-buffalo-12:hover {
  color: #e4e4e4;
}

[class="fa-brands fa-university-at-buffalo-13"], .brands-color-university-at-buffalo-13 {
  color: #666666;
}

.active\:brands-color-university-at-buffalo-13:active,
.focus\:brands-color-university-at-buffalo-13:focus,
.hover\:brands-color-university-at-buffalo-13:hover {
  color: #666666;
}

[class="fa-brands fa-university-of-alberta"], .brands-color-university-of-alberta {
  color: #007c41;
}

.active\:brands-color-university-of-alberta:active,
.focus\:brands-color-university-of-alberta:focus,
.hover\:brands-color-university-of-alberta:hover {
  color: #007c41;
}

[class="fa-brands fa-university-of-alberta-1"], .brands-color-university-of-alberta-1 {
  color: #007c41;
}

.active\:brands-color-university-of-alberta-1:active,
.focus\:brands-color-university-of-alberta-1:focus,
.hover\:brands-color-university-of-alberta-1:hover {
  color: #007c41;
}

[class="fa-brands fa-university-of-alberta-2"], .brands-color-university-of-alberta-2 {
  color: #ffdb05;
}

.active\:brands-color-university-of-alberta-2:active,
.focus\:brands-color-university-of-alberta-2:focus,
.hover\:brands-color-university-of-alberta-2:hover {
  color: #ffdb05;
}

[class="fa-brands fa-university-of-arizona"], .brands-color-university-of-arizona {
  color: #cc0033;
}

.active\:brands-color-university-of-arizona:active,
.focus\:brands-color-university-of-arizona:focus,
.hover\:brands-color-university-of-arizona:hover {
  color: #cc0033;
}

[class="fa-brands fa-university-of-arizona-1"], .brands-color-university-of-arizona-1 {
  color: #cc0033;
}

.active\:brands-color-university-of-arizona-1:active,
.focus\:brands-color-university-of-arizona-1:focus,
.hover\:brands-color-university-of-arizona-1:hover {
  color: #cc0033;
}

[class="fa-brands fa-university-of-arizona-2"], .brands-color-university-of-arizona-2 {
  color: #003366;
}

.active\:brands-color-university-of-arizona-2:active,
.focus\:brands-color-university-of-arizona-2:focus,
.hover\:brands-color-university-of-arizona-2:hover {
  color: #003366;
}

[class="fa-brands fa-university-of-cambridge"], .brands-color-university-of-cambridge {
  color: #d6083b;
}

.active\:brands-color-university-of-cambridge:active,
.focus\:brands-color-university-of-cambridge:focus,
.hover\:brands-color-university-of-cambridge:hover {
  color: #d6083b;
}

[class="fa-brands fa-university-of-cambridge-1"], .brands-color-university-of-cambridge-1 {
  color: #d6083b;
}

.active\:brands-color-university-of-cambridge-1:active,
.focus\:brands-color-university-of-cambridge-1:focus,
.hover\:brands-color-university-of-cambridge-1:hover {
  color: #d6083b;
}

[class="fa-brands fa-university-of-cambridge-2"], .brands-color-university-of-cambridge-2 {
  color: #0072cf;
}

.active\:brands-color-university-of-cambridge-2:active,
.focus\:brands-color-university-of-cambridge-2:focus,
.hover\:brands-color-university-of-cambridge-2:hover {
  color: #0072cf;
}

[class="fa-brands fa-university-of-cambridge-3"], .brands-color-university-of-cambridge-3 {
  color: #ea7125;
}

.active\:brands-color-university-of-cambridge-3:active,
.focus\:brands-color-university-of-cambridge-3:focus,
.hover\:brands-color-university-of-cambridge-3:hover {
  color: #ea7125;
}

[class="fa-brands fa-university-of-cambridge-4"], .brands-color-university-of-cambridge-4 {
  color: #55a51c;
}

.active\:brands-color-university-of-cambridge-4:active,
.focus\:brands-color-university-of-cambridge-4:focus,
.hover\:brands-color-university-of-cambridge-4:hover {
  color: #55a51c;
}

[class="fa-brands fa-university-of-cambridge-5"], .brands-color-university-of-cambridge-5 {
  color: #8f2bbc;
}

.active\:brands-color-university-of-cambridge-5:active,
.focus\:brands-color-university-of-cambridge-5:focus,
.hover\:brands-color-university-of-cambridge-5:hover {
  color: #8f2bbc;
}

[class="fa-brands fa-university-of-cambridge-6"], .brands-color-university-of-cambridge-6 {
  color: #00b1c1;
}

.active\:brands-color-university-of-cambridge-6:active,
.focus\:brands-color-university-of-cambridge-6:focus,
.hover\:brands-color-university-of-cambridge-6:hover {
  color: #00b1c1;
}

[class="fa-brands fa-university-of-cincinnati"], .brands-color-university-of-cincinnati {
  color: #e00122;
}

.active\:brands-color-university-of-cincinnati:active,
.focus\:brands-color-university-of-cincinnati:focus,
.hover\:brands-color-university-of-cincinnati:hover {
  color: #e00122;
}

[class="fa-brands fa-university-of-cincinnati-1"], .brands-color-university-of-cincinnati-1 {
  color: #e00122;
}

.active\:brands-color-university-of-cincinnati-1:active,
.focus\:brands-color-university-of-cincinnati-1:focus,
.hover\:brands-color-university-of-cincinnati-1:hover {
  color: #e00122;
}

[class="fa-brands fa-university-of-cincinnati-2"], .brands-color-university-of-cincinnati-2 {
  color: #000000;
}

.active\:brands-color-university-of-cincinnati-2:active,
.focus\:brands-color-university-of-cincinnati-2:focus,
.hover\:brands-color-university-of-cincinnati-2:hover {
  color: #000000;
}

[class="fa-brands fa-university-of-dayton"], .brands-color-university-of-dayton {
  color: #ce1141;
}

.active\:brands-color-university-of-dayton:active,
.focus\:brands-color-university-of-dayton:focus,
.hover\:brands-color-university-of-dayton:hover {
  color: #ce1141;
}

[class="fa-brands fa-university-of-dayton-1"], .brands-color-university-of-dayton-1 {
  color: #ce1141;
}

.active\:brands-color-university-of-dayton-1:active,
.focus\:brands-color-university-of-dayton-1:focus,
.hover\:brands-color-university-of-dayton-1:hover {
  color: #ce1141;
}

[class="fa-brands fa-university-of-dayton-2"], .brands-color-university-of-dayton-2 {
  color: #004b8d;
}

.active\:brands-color-university-of-dayton-2:active,
.focus\:brands-color-university-of-dayton-2:focus,
.hover\:brands-color-university-of-dayton-2:hover {
  color: #004b8d;
}

[class="fa-brands fa-university-of-dayton-3"], .brands-color-university-of-dayton-3 {
  color: #000000;
}

.active\:brands-color-university-of-dayton-3:active,
.focus\:brands-color-university-of-dayton-3:focus,
.hover\:brands-color-university-of-dayton-3:hover {
  color: #000000;
}

[class="fa-brands fa-university-of-dayton-4"], .brands-color-university-of-dayton-4 {
  color: #faf2f3;
}

.active\:brands-color-university-of-dayton-4:active,
.focus\:brands-color-university-of-dayton-4:focus,
.hover\:brands-color-university-of-dayton-4:hover {
  color: #faf2f3;
}

[class="fa-brands fa-university-of-dayton-5"], .brands-color-university-of-dayton-5 {
  color: #d1cdb8;
}

.active\:brands-color-university-of-dayton-5:active,
.focus\:brands-color-university-of-dayton-5:focus,
.hover\:brands-color-university-of-dayton-5:hover {
  color: #d1cdb8;
}

[class="fa-brands fa-university-of-dayton-6"], .brands-color-university-of-dayton-6 {
  color: #cf0a2c;
}

.active\:brands-color-university-of-dayton-6:active,
.focus\:brands-color-university-of-dayton-6:focus,
.hover\:brands-color-university-of-dayton-6:hover {
  color: #cf0a2c;
}

[class="fa-brands fa-university-of-dayton-7"], .brands-color-university-of-dayton-7 {
  color: #0082ca;
}

.active\:brands-color-university-of-dayton-7:active,
.focus\:brands-color-university-of-dayton-7:focus,
.hover\:brands-color-university-of-dayton-7:hover {
  color: #0082ca;
}

[class="fa-brands fa-university-of-dayton-8"], .brands-color-university-of-dayton-8 {
  color: #199051;
}

.active\:brands-color-university-of-dayton-8:active,
.focus\:brands-color-university-of-dayton-8:focus,
.hover\:brands-color-university-of-dayton-8:hover {
  color: #199051;
}

[class="fa-brands fa-university-of-dayton-9"], .brands-color-university-of-dayton-9 {
  color: #e76829;
}

.active\:brands-color-university-of-dayton-9:active,
.focus\:brands-color-university-of-dayton-9:focus,
.hover\:brands-color-university-of-dayton-9:hover {
  color: #e76829;
}

[class="fa-brands fa-university-of-dayton-10"], .brands-color-university-of-dayton-10 {
  color: #ffdd00;
}

.active\:brands-color-university-of-dayton-10:active,
.focus\:brands-color-university-of-dayton-10:focus,
.hover\:brands-color-university-of-dayton-10:hover {
  color: #ffdd00;
}

[class="fa-brands fa-university-of-florida"], .brands-color-university-of-florida {
  color: #fa4616;
}

.active\:brands-color-university-of-florida:active,
.focus\:brands-color-university-of-florida:focus,
.hover\:brands-color-university-of-florida:hover {
  color: #fa4616;
}

[class="fa-brands fa-university-of-florida-1"], .brands-color-university-of-florida-1 {
  color: #fa4616;
}

.active\:brands-color-university-of-florida-1:active,
.focus\:brands-color-university-of-florida-1:focus,
.hover\:brands-color-university-of-florida-1:hover {
  color: #fa4616;
}

[class="fa-brands fa-university-of-florida-2"], .brands-color-university-of-florida-2 {
  color: #0021a5;
}

.active\:brands-color-university-of-florida-2:active,
.focus\:brands-color-university-of-florida-2:focus,
.hover\:brands-color-university-of-florida-2:hover {
  color: #0021a5;
}

[class="fa-brands fa-university-of-illinois-urbana-champaign"], .brands-color-university-of-illinois-urbana-champaign {
  color: #131f33;
}

.active\:brands-color-university-of-illinois-urbana-champaign:active,
.focus\:brands-color-university-of-illinois-urbana-champaign:focus,
.hover\:brands-color-university-of-illinois-urbana-champaign:hover {
  color: #131f33;
}

[class="fa-brands fa-university-of-illinois-urbana-champaign-1"], .brands-color-university-of-illinois-urbana-champaign-1 {
  color: #131f33;
}

.active\:brands-color-university-of-illinois-urbana-champaign-1:active,
.focus\:brands-color-university-of-illinois-urbana-champaign-1:focus,
.hover\:brands-color-university-of-illinois-urbana-champaign-1:hover {
  color: #131f33;
}

[class="fa-brands fa-university-of-illinois-urbana-champaign-2"], .brands-color-university-of-illinois-urbana-champaign-2 {
  color: #fa6300;
}

.active\:brands-color-university-of-illinois-urbana-champaign-2:active,
.focus\:brands-color-university-of-illinois-urbana-champaign-2:focus,
.hover\:brands-color-university-of-illinois-urbana-champaign-2:hover {
  color: #fa6300;
}

[class="fa-brands fa-university-of-kentucky"], .brands-color-university-of-kentucky {
  color: #005daa;
}

.active\:brands-color-university-of-kentucky:active,
.focus\:brands-color-university-of-kentucky:focus,
.hover\:brands-color-university-of-kentucky:hover {
  color: #005daa;
}

[class="fa-brands fa-university-of-kentucky-1"], .brands-color-university-of-kentucky-1 {
  color: #005daa;
}

.active\:brands-color-university-of-kentucky-1:active,
.focus\:brands-color-university-of-kentucky-1:focus,
.hover\:brands-color-university-of-kentucky-1:hover {
  color: #005daa;
}

[class="fa-brands fa-university-of-michigan"], .brands-color-university-of-michigan {
  color: #00274c;
}

.active\:brands-color-university-of-michigan:active,
.focus\:brands-color-university-of-michigan:focus,
.hover\:brands-color-university-of-michigan:hover {
  color: #00274c;
}

[class="fa-brands fa-university-of-michigan-1"], .brands-color-university-of-michigan-1 {
  color: #00274c;
}

.active\:brands-color-university-of-michigan-1:active,
.focus\:brands-color-university-of-michigan-1:focus,
.hover\:brands-color-university-of-michigan-1:hover {
  color: #00274c;
}

[class="fa-brands fa-university-of-michigan-2"], .brands-color-university-of-michigan-2 {
  color: #ffcb05;
}

.active\:brands-color-university-of-michigan-2:active,
.focus\:brands-color-university-of-michigan-2:focus,
.hover\:brands-color-university-of-michigan-2:hover {
  color: #ffcb05;
}

[class="fa-brands fa-university-of-north-carolina"], .brands-color-university-of-north-carolina {
  color: #4b9cd3;
}

.active\:brands-color-university-of-north-carolina:active,
.focus\:brands-color-university-of-north-carolina:focus,
.hover\:brands-color-university-of-north-carolina:hover {
  color: #4b9cd3;
}

[class="fa-brands fa-university-of-north-carolina-1"], .brands-color-university-of-north-carolina-1 {
  color: #4b9cd3;
}

.active\:brands-color-university-of-north-carolina-1:active,
.focus\:brands-color-university-of-north-carolina-1:focus,
.hover\:brands-color-university-of-north-carolina-1:hover {
  color: #4b9cd3;
}

[class="fa-brands fa-university-of-north-carolina-2"], .brands-color-university-of-north-carolina-2 {
  color: #007fae;
}

.active\:brands-color-university-of-north-carolina-2:active,
.focus\:brands-color-university-of-north-carolina-2:focus,
.hover\:brands-color-university-of-north-carolina-2:hover {
  color: #007fae;
}

[class="fa-brands fa-university-of-north-carolina-3"], .brands-color-university-of-north-carolina-3 {
  color: #13294b;
}

.active\:brands-color-university-of-north-carolina-3:active,
.focus\:brands-color-university-of-north-carolina-3:focus,
.hover\:brands-color-university-of-north-carolina-3:hover {
  color: #13294b;
}

[class="fa-brands fa-university-of-north-carolina-4"], .brands-color-university-of-north-carolina-4 {
  color: #e1e1e1;
}

.active\:brands-color-university-of-north-carolina-4:active,
.focus\:brands-color-university-of-north-carolina-4:focus,
.hover\:brands-color-university-of-north-carolina-4:hover {
  color: #e1e1e1;
}

[class="fa-brands fa-university-of-north-carolina-5"], .brands-color-university-of-north-carolina-5 {
  color: #767676;
}

.active\:brands-color-university-of-north-carolina-5:active,
.focus\:brands-color-university-of-north-carolina-5:focus,
.hover\:brands-color-university-of-north-carolina-5:hover {
  color: #767676;
}

[class="fa-brands fa-university-of-north-carolina-6"], .brands-color-university-of-north-carolina-6 {
  color: #151515;
}

.active\:brands-color-university-of-north-carolina-6:active,
.focus\:brands-color-university-of-north-carolina-6:focus,
.hover\:brands-color-university-of-north-carolina-6:hover {
  color: #151515;
}

[class="fa-brands fa-university-of-oregon"], .brands-color-university-of-oregon {
  color: #154733;
}

.active\:brands-color-university-of-oregon:active,
.focus\:brands-color-university-of-oregon:focus,
.hover\:brands-color-university-of-oregon:hover {
  color: #154733;
}

[class="fa-brands fa-university-of-oregon-1"], .brands-color-university-of-oregon-1 {
  color: #154733;
}

.active\:brands-color-university-of-oregon-1:active,
.focus\:brands-color-university-of-oregon-1:focus,
.hover\:brands-color-university-of-oregon-1:hover {
  color: #154733;
}

[class="fa-brands fa-university-of-oregon-2"], .brands-color-university-of-oregon-2 {
  color: #fee123;
}

.active\:brands-color-university-of-oregon-2:active,
.focus\:brands-color-university-of-oregon-2:focus,
.hover\:brands-color-university-of-oregon-2:hover {
  color: #fee123;
}

[class="fa-brands fa-university-of-rochester"], .brands-color-university-of-rochester {
  color: #ffd100;
}

.active\:brands-color-university-of-rochester:active,
.focus\:brands-color-university-of-rochester:focus,
.hover\:brands-color-university-of-rochester:hover {
  color: #ffd100;
}

[class="fa-brands fa-university-of-rochester-1"], .brands-color-university-of-rochester-1 {
  color: #ffd100;
}

.active\:brands-color-university-of-rochester-1:active,
.focus\:brands-color-university-of-rochester-1:focus,
.hover\:brands-color-university-of-rochester-1:hover {
  color: #ffd100;
}

[class="fa-brands fa-university-of-rochester-2"], .brands-color-university-of-rochester-2 {
  color: #003b71;
}

.active\:brands-color-university-of-rochester-2:active,
.focus\:brands-color-university-of-rochester-2:focus,
.hover\:brands-color-university-of-rochester-2:hover {
  color: #003b71;
}

[class="fa-brands fa-university-of-texas"], .brands-color-university-of-texas {
  color: #bf5700;
}

.active\:brands-color-university-of-texas:active,
.focus\:brands-color-university-of-texas:focus,
.hover\:brands-color-university-of-texas:hover {
  color: #bf5700;
}

[class="fa-brands fa-university-of-texas-1"], .brands-color-university-of-texas-1 {
  color: #bf5700;
}

.active\:brands-color-university-of-texas-1:active,
.focus\:brands-color-university-of-texas-1:focus,
.hover\:brands-color-university-of-texas-1:hover {
  color: #bf5700;
}

[class="fa-brands fa-university-of-texas-2"], .brands-color-university-of-texas-2 {
  color: #333f48;
}

.active\:brands-color-university-of-texas-2:active,
.focus\:brands-color-university-of-texas-2:focus,
.hover\:brands-color-university-of-texas-2:hover {
  color: #333f48;
}

[class="fa-brands fa-university-of-texas-3"], .brands-color-university-of-texas-3 {
  color: #005f86;
}

.active\:brands-color-university-of-texas-3:active,
.focus\:brands-color-university-of-texas-3:focus,
.hover\:brands-color-university-of-texas-3:hover {
  color: #005f86;
}

[class="fa-brands fa-university-of-texas-4"], .brands-color-university-of-texas-4 {
  color: #43695b;
}

.active\:brands-color-university-of-texas-4:active,
.focus\:brands-color-university-of-texas-4:focus,
.hover\:brands-color-university-of-texas-4:hover {
  color: #43695b;
}

[class="fa-brands fa-university-of-texas-5"], .brands-color-university-of-texas-5 {
  color: #f2a900;
}

.active\:brands-color-university-of-texas-5:active,
.focus\:brands-color-university-of-texas-5:focus,
.hover\:brands-color-university-of-texas-5:hover {
  color: #f2a900;
}

[class="fa-brands fa-university-of-texas-6"], .brands-color-university-of-texas-6 {
  color: #382f2d;
}

.active\:brands-color-university-of-texas-6:active,
.focus\:brands-color-university-of-texas-6:focus,
.hover\:brands-color-university-of-texas-6:hover {
  color: #382f2d;
}

[class="fa-brands fa-university-of-texas-7"], .brands-color-university-of-texas-7 {
  color: #d6d2c4;
}

.active\:brands-color-university-of-texas-7:active,
.focus\:brands-color-university-of-texas-7:focus,
.hover\:brands-color-university-of-texas-7:hover {
  color: #d6d2c4;
}

[class="fa-brands fa-university-of-victoria"], .brands-color-university-of-victoria {
  color: #005493;
}

.active\:brands-color-university-of-victoria:active,
.focus\:brands-color-university-of-victoria:focus,
.hover\:brands-color-university-of-victoria:hover {
  color: #005493;
}

[class="fa-brands fa-university-of-victoria-1"], .brands-color-university-of-victoria-1 {
  color: #005493;
}

.active\:brands-color-university-of-victoria-1:active,
.focus\:brands-color-university-of-victoria-1:focus,
.hover\:brands-color-university-of-victoria-1:hover {
  color: #005493;
}

[class="fa-brands fa-university-of-victoria-2"], .brands-color-university-of-victoria-2 {
  color: #f5aa1c;
}

.active\:brands-color-university-of-victoria-2:active,
.focus\:brands-color-university-of-victoria-2:focus,
.hover\:brands-color-university-of-victoria-2:hover {
  color: #f5aa1c;
}

[class="fa-brands fa-university-of-victoria-3"], .brands-color-university-of-victoria-3 {
  color: #c63527;
}

.active\:brands-color-university-of-victoria-3:active,
.focus\:brands-color-university-of-victoria-3:focus,
.hover\:brands-color-university-of-victoria-3:hover {
  color: #c63527;
}

[class="fa-brands fa-university-of-victoria-4"], .brands-color-university-of-victoria-4 {
  color: #002754;
}

.active\:brands-color-university-of-victoria-4:active,
.focus\:brands-color-university-of-victoria-4:focus,
.hover\:brands-color-university-of-victoria-4:hover {
  color: #002754;
}

[class="fa-brands fa-university-of-washington"], .brands-color-university-of-washington {
  color: #4b2e83;
}

.active\:brands-color-university-of-washington:active,
.focus\:brands-color-university-of-washington:focus,
.hover\:brands-color-university-of-washington:hover {
  color: #4b2e83;
}

[class="fa-brands fa-university-of-washington-1"], .brands-color-university-of-washington-1 {
  color: #4b2e83;
}

.active\:brands-color-university-of-washington-1:active,
.focus\:brands-color-university-of-washington-1:focus,
.hover\:brands-color-university-of-washington-1:hover {
  color: #4b2e83;
}

[class="fa-brands fa-university-of-washington-2"], .brands-color-university-of-washington-2 {
  color: #b7a57a;
}

.active\:brands-color-university-of-washington-2:active,
.focus\:brands-color-university-of-washington-2:focus,
.hover\:brands-color-university-of-washington-2:hover {
  color: #b7a57a;
}

[class="fa-brands fa-university-of-washington-3"], .brands-color-university-of-washington-3 {
  color: #85754d;
}

.active\:brands-color-university-of-washington-3:active,
.focus\:brands-color-university-of-washington-3:focus,
.hover\:brands-color-university-of-washington-3:hover {
  color: #85754d;
}

[class="fa-brands fa-university-of-waterloo"], .brands-color-university-of-waterloo {
  color: #ffd54f;
}

.active\:brands-color-university-of-waterloo:active,
.focus\:brands-color-university-of-waterloo:focus,
.hover\:brands-color-university-of-waterloo:hover {
  color: #ffd54f;
}

[class="fa-brands fa-university-of-waterloo-1"], .brands-color-university-of-waterloo-1 {
  color: #ffd54f;
}

.active\:brands-color-university-of-waterloo-1:active,
.focus\:brands-color-university-of-waterloo-1:focus,
.hover\:brands-color-university-of-waterloo-1:hover {
  color: #ffd54f;
}

[class="fa-brands fa-university-of-waterloo-2"], .brands-color-university-of-waterloo-2 {
  color: #000;
}

.active\:brands-color-university-of-waterloo-2:active,
.focus\:brands-color-university-of-waterloo-2:focus,
.hover\:brands-color-university-of-waterloo-2:hover {
  color: #000;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee"], .brands-color-university-of-wisconsin-milwaukee {
  color: #ffbd00;
}

.active\:brands-color-university-of-wisconsin-milwaukee:active,
.focus\:brands-color-university-of-wisconsin-milwaukee:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee:hover {
  color: #ffbd00;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-1"], .brands-color-university-of-wisconsin-milwaukee-1 {
  color: #ffbd00;
}

.active\:brands-color-university-of-wisconsin-milwaukee-1:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-1:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-1:hover {
  color: #ffbd00;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-2"], .brands-color-university-of-wisconsin-milwaukee-2 {
  color: #000000;
}

.active\:brands-color-university-of-wisconsin-milwaukee-2:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-2:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-2:hover {
  color: #000000;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-3"], .brands-color-university-of-wisconsin-milwaukee-3 {
  color: #98c646;
}

.active\:brands-color-university-of-wisconsin-milwaukee-3:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-3:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-3:hover {
  color: #98c646;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-4"], .brands-color-university-of-wisconsin-milwaukee-4 {
  color: #694d88;
}

.active\:brands-color-university-of-wisconsin-milwaukee-4:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-4:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-4:hover {
  color: #694d88;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-5"], .brands-color-university-of-wisconsin-milwaukee-5 {
  color: #5382af;
}

.active\:brands-color-university-of-wisconsin-milwaukee-5:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-5:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-5:hover {
  color: #5382af;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-6"], .brands-color-university-of-wisconsin-milwaukee-6 {
  color: #d06d34;
}

.active\:brands-color-university-of-wisconsin-milwaukee-6:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-6:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-6:hover {
  color: #d06d34;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-7"], .brands-color-university-of-wisconsin-milwaukee-7 {
  color: #5f9a38;
}

.active\:brands-color-university-of-wisconsin-milwaukee-7:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-7:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-7:hover {
  color: #5f9a38;
}

[class="fa-brands fa-university-of-wisconsin-milwaukee-8"], .brands-color-university-of-wisconsin-milwaukee-8 {
  color: #474d52;
}

.active\:brands-color-university-of-wisconsin-milwaukee-8:active,
.focus\:brands-color-university-of-wisconsin-milwaukee-8:focus,
.hover\:brands-color-university-of-wisconsin-milwaukee-8:hover {
  color: #474d52;
}

[class="fa-brands fa-univision"], .brands-color-univision {
  color: #c822b0;
}

.active\:brands-color-univision:active,
.focus\:brands-color-univision:focus,
.hover\:brands-color-univision:hover {
  color: #c822b0;
}

[class="fa-brands fa-univision-1"], .brands-color-univision-1 {
  color: #c822b0;
}

.active\:brands-color-univision-1:active,
.focus\:brands-color-univision-1:focus,
.hover\:brands-color-univision-1:hover {
  color: #c822b0;
}

[class="fa-brands fa-ups"], .brands-color-ups {
  color: #351c15;
}

.active\:brands-color-ups:active,
.focus\:brands-color-ups:focus,
.hover\:brands-color-ups:hover {
  color: #351c15;
}

[class="fa-brands fa-ups-1"], .brands-color-ups-1 {
  color: #351c15;
}

.active\:brands-color-ups-1:active,
.focus\:brands-color-ups-1:focus,
.hover\:brands-color-ups-1:hover {
  color: #351c15;
}

[class="fa-brands fa-ups-2"], .brands-color-ups-2 {
  color: #ffb500;
}

.active\:brands-color-ups-2:active,
.focus\:brands-color-ups-2:focus,
.hover\:brands-color-ups-2:hover {
  color: #ffb500;
}

[class="fa-brands fa-ups-3"], .brands-color-ups-3 {
  color: #64a70b;
}

.active\:brands-color-ups-3:active,
.focus\:brands-color-ups-3:focus,
.hover\:brands-color-ups-3:hover {
  color: #64a70b;
}

[class="fa-brands fa-usps"], .brands-color-usps {
  color: #333366;
}

.active\:brands-color-usps:active,
.focus\:brands-color-usps:focus,
.hover\:brands-color-usps:hover {
  color: #333366;
}

[class="fa-brands fa-usps-1"], .brands-color-usps-1 {
  color: #333366;
}

.active\:brands-color-usps-1:active,
.focus\:brands-color-usps-1:focus,
.hover\:brands-color-usps-1:hover {
  color: #333366;
}

[class="fa-brands fa-usps-2"], .brands-color-usps-2 {
  color: #e71921;
}

.active\:brands-color-usps-2:active,
.focus\:brands-color-usps-2:focus,
.hover\:brands-color-usps-2:hover {
  color: #e71921;
}

[class="fa-brands fa-usps-3"], .brands-color-usps-3 {
  color: #218748;
}

.active\:brands-color-usps-3:active,
.focus\:brands-color-usps-3:focus,
.hover\:brands-color-usps-3:hover {
  color: #218748;
}

[class="fa-brands fa-ustream"], .brands-color-ustream {
  color: #3388ff;
}

.active\:brands-color-ustream:active,
.focus\:brands-color-ustream:focus,
.hover\:brands-color-ustream:hover {
  color: #3388ff;
}

[class="fa-brands fa-ustream-1"], .brands-color-ustream-1 {
  color: #3388ff;
}

.active\:brands-color-ustream-1:active,
.focus\:brands-color-ustream-1:focus,
.hover\:brands-color-ustream-1:hover {
  color: #3388ff;
}

[class="fa-brands fa-verizon"], .brands-color-verizon {
  color: #ff0000;
}

.active\:brands-color-verizon:active,
.focus\:brands-color-verizon:focus,
.hover\:brands-color-verizon:hover {
  color: #ff0000;
}

[class="fa-brands fa-verizon-1"], .brands-color-verizon-1 {
  color: #ff0000;
}

.active\:brands-color-verizon-1:active,
.focus\:brands-color-verizon-1:focus,
.hover\:brands-color-verizon-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-verizon-2"], .brands-color-verizon-2 {
  color: #f2f2f2;
}

.active\:brands-color-verizon-2:active,
.focus\:brands-color-verizon-2:focus,
.hover\:brands-color-verizon-2:hover {
  color: #f2f2f2;
}

[class="fa-brands fa-verizon-3"], .brands-color-verizon-3 {
  color: #3285dc;
}

.active\:brands-color-verizon-3:active,
.focus\:brands-color-verizon-3:focus,
.hover\:brands-color-verizon-3:hover {
  color: #3285dc;
}

[class="fa-brands fa-viadeo"], .brands-color-viadeo {
  color: #f07355;
}

.active\:brands-color-viadeo:active,
.focus\:brands-color-viadeo:focus,
.hover\:brands-color-viadeo:hover {
  color: #f07355;
}

[class="fa-brands fa-viadeo-1"], .brands-color-viadeo-1 {
  color: #f07355;
}

.active\:brands-color-viadeo-1:active,
.focus\:brands-color-viadeo-1:focus,
.hover\:brands-color-viadeo-1:hover {
  color: #f07355;
}

[class="fa-brands fa-viber"], .brands-color-viber {
  color: #59267c;
}

.active\:brands-color-viber:active,
.focus\:brands-color-viber:focus,
.hover\:brands-color-viber:hover {
  color: #59267c;
}

[class="fa-brands fa-viber-1"], .brands-color-viber-1 {
  color: #59267c;
}

.active\:brands-color-viber-1:active,
.focus\:brands-color-viber-1:focus,
.hover\:brands-color-viber-1:hover {
  color: #59267c;
}

[class="fa-brands fa-viber-2"], .brands-color-viber-2 {
  color: #8f5db7;
}

.active\:brands-color-viber-2:active,
.focus\:brands-color-viber-2:focus,
.hover\:brands-color-viber-2:hover {
  color: #8f5db7;
}

[class="fa-brands fa-viber-3"], .brands-color-viber-3 {
  color: #e2d4e7;
}

.active\:brands-color-viber-3:active,
.focus\:brands-color-viber-3:focus,
.hover\:brands-color-viber-3:hover {
  color: #e2d4e7;
}

[class="fa-brands fa-viber-4"], .brands-color-viber-4 {
  color: #a5cfd5;
}

.active\:brands-color-viber-4:active,
.focus\:brands-color-viber-4:focus,
.hover\:brands-color-viber-4:hover {
  color: #a5cfd5;
}

[class="fa-brands fa-viber-5"], .brands-color-viber-5 {
  color: #81cd50;
}

.active\:brands-color-viber-5:active,
.focus\:brands-color-viber-5:focus,
.hover\:brands-color-viber-5:hover {
  color: #81cd50;
}

[class="fa-brands fa-vidme"], .brands-color-vidme {
  color: #f82a53;
}

.active\:brands-color-vidme:active,
.focus\:brands-color-vidme:focus,
.hover\:brands-color-vidme:hover {
  color: #f82a53;
}

[class="fa-brands fa-vidme-1"], .brands-color-vidme-1 {
  color: #f82a53;
}

.active\:brands-color-vidme-1:active,
.focus\:brands-color-vidme-1:focus,
.hover\:brands-color-vidme-1:hover {
  color: #f82a53;
}

[class="fa-brands fa-vidme-2"], .brands-color-vidme-2 {
  color: #111111;
}

.active\:brands-color-vidme-2:active,
.focus\:brands-color-vidme-2:focus,
.hover\:brands-color-vidme-2:hover {
  color: #111111;
}

[class="fa-brands fa-vidme-3"], .brands-color-vidme-3 {
  color: #f5f5f5;
}

.active\:brands-color-vidme-3:active,
.focus\:brands-color-vidme-3:focus,
.hover\:brands-color-vidme-3:hover {
  color: #f5f5f5;
}

[class="fa-brands fa-vidme-4"], .brands-color-vidme-4 {
  color: #9f2af8;
}

.active\:brands-color-vidme-4:active,
.focus\:brands-color-vidme-4:focus,
.hover\:brands-color-vidme-4:hover {
  color: #9f2af8;
}

[class="fa-brands fa-vidme-5"], .brands-color-vidme-5 {
  color: #aaaaaa;
}

.active\:brands-color-vidme-5:active,
.focus\:brands-color-vidme-5:focus,
.hover\:brands-color-vidme-5:hover {
  color: #aaaaaa;
}

[class="fa-brands fa-vidme-6"], .brands-color-vidme-6 {
  color: #dff0d8;
}

.active\:brands-color-vidme-6:active,
.focus\:brands-color-vidme-6:focus,
.hover\:brands-color-vidme-6:hover {
  color: #dff0d8;
}

[class="fa-brands fa-viki"], .brands-color-viki {
  color: #3c9cd7;
}

.active\:brands-color-viki:active,
.focus\:brands-color-viki:focus,
.hover\:brands-color-viki:hover {
  color: #3c9cd7;
}

[class="fa-brands fa-viki-1"], .brands-color-viki-1 {
  color: #3c9cd7;
}

.active\:brands-color-viki-1:active,
.focus\:brands-color-viki-1:focus,
.hover\:brands-color-viki-1:hover {
  color: #3c9cd7;
}

[class="fa-brands fa-viki-2"], .brands-color-viki-2 {
  color: #d24663;
}

.active\:brands-color-viki-2:active,
.focus\:brands-color-viki-2:focus,
.hover\:brands-color-viki-2:hover {
  color: #d24663;
}

[class="fa-brands fa-vimeo"], .brands-color-vimeo {
  color: #162221;
}

.active\:brands-color-vimeo:active,
.focus\:brands-color-vimeo:focus,
.hover\:brands-color-vimeo:hover {
  color: #162221;
}

[class="fa-brands fa-vimeo-1"], .brands-color-vimeo-1 {
  color: #162221;
}

.active\:brands-color-vimeo-1:active,
.focus\:brands-color-vimeo-1:focus,
.hover\:brands-color-vimeo-1:hover {
  color: #162221;
}

[class="fa-brands fa-vimeo-2"], .brands-color-vimeo-2 {
  color: #1ab7ea;
}

.active\:brands-color-vimeo-2:active,
.focus\:brands-color-vimeo-2:focus,
.hover\:brands-color-vimeo-2:hover {
  color: #1ab7ea;
}

[class="fa-brands fa-vine"], .brands-color-vine {
  color: #00b488;
}

.active\:brands-color-vine:active,
.focus\:brands-color-vine:focus,
.hover\:brands-color-vine:hover {
  color: #00b488;
}

[class="fa-brands fa-vine-1"], .brands-color-vine-1 {
  color: #00b488;
}

.active\:brands-color-vine-1:active,
.focus\:brands-color-vine-1:focus,
.hover\:brands-color-vine-1:hover {
  color: #00b488;
}

[class="fa-brands fa-virb"], .brands-color-virb {
  color: #1e91d0;
}

.active\:brands-color-virb:active,
.focus\:brands-color-virb:focus,
.hover\:brands-color-virb:hover {
  color: #1e91d0;
}

[class="fa-brands fa-virb-1"], .brands-color-virb-1 {
  color: #1e91d0;
}

.active\:brands-color-virb-1:active,
.focus\:brands-color-virb-1:focus,
.hover\:brands-color-virb-1:hover {
  color: #1e91d0;
}

[class="fa-brands fa-virgin-media"], .brands-color-virgin-media {
  color: #c3092d;
}

.active\:brands-color-virgin-media:active,
.focus\:brands-color-virgin-media:focus,
.hover\:brands-color-virgin-media:hover {
  color: #c3092d;
}

[class="fa-brands fa-virgin-media-1"], .brands-color-virgin-media-1 {
  color: #c3092d;
}

.active\:brands-color-virgin-media-1:active,
.focus\:brands-color-virgin-media-1:focus,
.hover\:brands-color-virgin-media-1:hover {
  color: #c3092d;
}

[class="fa-brands fa-virgin-media-2"], .brands-color-virgin-media-2 {
  color: #222221;
}

.active\:brands-color-virgin-media-2:active,
.focus\:brands-color-virgin-media-2:focus,
.hover\:brands-color-virgin-media-2:hover {
  color: #222221;
}

[class="fa-brands fa-virgin-money"], .brands-color-virgin-money {
  color: #cc0000;
}

.active\:brands-color-virgin-money:active,
.focus\:brands-color-virgin-money:focus,
.hover\:brands-color-virgin-money:hover {
  color: #cc0000;
}

[class="fa-brands fa-virgin-money-1"], .brands-color-virgin-money-1 {
  color: #cc0000;
}

.active\:brands-color-virgin-money-1:active,
.focus\:brands-color-virgin-money-1:focus,
.hover\:brands-color-virgin-money-1:hover {
  color: #cc0000;
}

[class="fa-brands fa-virgin-money-2"], .brands-color-virgin-money-2 {
  color: #333333;
}

.active\:brands-color-virgin-money-2:active,
.focus\:brands-color-virgin-money-2:focus,
.hover\:brands-color-virgin-money-2:hover {
  color: #333333;
}

[class="fa-brands fa-virgin-money-3"], .brands-color-virgin-money-3 {
  color: #a93c3b;
}

.active\:brands-color-virgin-money-3:active,
.focus\:brands-color-virgin-money-3:focus,
.hover\:brands-color-virgin-money-3:hover {
  color: #a93c3b;
}

[class="fa-brands fa-virgin-money-4"], .brands-color-virgin-money-4 {
  color: #a896a0;
}

.active\:brands-color-virgin-money-4:active,
.focus\:brands-color-virgin-money-4:focus,
.hover\:brands-color-virgin-money-4:hover {
  color: #a896a0;
}

[class="fa-brands fa-virgin-money-5"], .brands-color-virgin-money-5 {
  color: #7a3671;
}

.active\:brands-color-virgin-money-5:active,
.focus\:brands-color-virgin-money-5:focus,
.hover\:brands-color-virgin-money-5:hover {
  color: #7a3671;
}

[class="fa-brands fa-virgin-money-6"], .brands-color-virgin-money-6 {
  color: #bd1d65;
}

.active\:brands-color-virgin-money-6:active,
.focus\:brands-color-virgin-money-6:focus,
.hover\:brands-color-virgin-money-6:hover {
  color: #bd1d65;
}

[class="fa-brands fa-visa"], .brands-color-visa {
  color: #1a1f71;
}

.active\:brands-color-visa:active,
.focus\:brands-color-visa:focus,
.hover\:brands-color-visa:hover {
  color: #1a1f71;
}

[class="fa-brands fa-visa-1"], .brands-color-visa-1 {
  color: #1a1f71;
}

.active\:brands-color-visa-1:active,
.focus\:brands-color-visa-1:focus,
.hover\:brands-color-visa-1:hover {
  color: #1a1f71;
}

[class="fa-brands fa-visa-2"], .brands-color-visa-2 {
  color: #f7b600;
}

.active\:brands-color-visa-2:active,
.focus\:brands-color-visa-2:focus,
.hover\:brands-color-visa-2:hover {
  color: #f7b600;
}

[class="fa-brands fa-visualcv"], .brands-color-visualcv {
  color: #31577a;
}

.active\:brands-color-visualcv:active,
.focus\:brands-color-visualcv:focus,
.hover\:brands-color-visualcv:hover {
  color: #31577a;
}

[class="fa-brands fa-visualcv-1"], .brands-color-visualcv-1 {
  color: #31577a;
}

.active\:brands-color-visualcv-1:active,
.focus\:brands-color-visualcv-1:focus,
.hover\:brands-color-visualcv-1:hover {
  color: #31577a;
}

[class="fa-brands fa-visually"], .brands-color-visually {
  color: #14acf2;
}

.active\:brands-color-visually:active,
.focus\:brands-color-visually:focus,
.hover\:brands-color-visually:hover {
  color: #14acf2;
}

[class="fa-brands fa-visually-1"], .brands-color-visually-1 {
  color: #14acf2;
}

.active\:brands-color-visually-1:active,
.focus\:brands-color-visually-1:focus,
.hover\:brands-color-visually-1:hover {
  color: #14acf2;
}

[class="fa-brands fa-visually-2"], .brands-color-visually-2 {
  color: #f04494;
}

.active\:brands-color-visually-2:active,
.focus\:brands-color-visually-2:focus,
.hover\:brands-color-visually-2:hover {
  color: #f04494;
}

[class="fa-brands fa-visually-3"], .brands-color-visually-3 {
  color: #0ac578;
}

.active\:brands-color-visually-3:active,
.focus\:brands-color-visually-3:focus,
.hover\:brands-color-visually-3:hover {
  color: #0ac578;
}

[class="fa-brands fa-vkontakte"], .brands-color-vkontakte {
  color: #45668e;
}

.active\:brands-color-vkontakte:active,
.focus\:brands-color-vkontakte:focus,
.hover\:brands-color-vkontakte:hover {
  color: #45668e;
}

[class="fa-brands fa-vkontakte-1"], .brands-color-vkontakte-1 {
  color: #45668e;
}

.active\:brands-color-vkontakte-1:active,
.focus\:brands-color-vkontakte-1:focus,
.hover\:brands-color-vkontakte-1:hover {
  color: #45668e;
}

[class="fa-brands fa-vodafone"], .brands-color-vodafone {
  color: #e60000;
}

.active\:brands-color-vodafone:active,
.focus\:brands-color-vodafone:focus,
.hover\:brands-color-vodafone:hover {
  color: #e60000;
}

[class="fa-brands fa-vodafone-1"], .brands-color-vodafone-1 {
  color: #e60000;
}

.active\:brands-color-vodafone-1:active,
.focus\:brands-color-vodafone-1:focus,
.hover\:brands-color-vodafone-1:hover {
  color: #e60000;
}

[class="fa-brands fa-vodafone-2"], .brands-color-vodafone-2 {
  color: #4a4d4e;
}

.active\:brands-color-vodafone-2:active,
.focus\:brands-color-vodafone-2:focus,
.hover\:brands-color-vodafone-2:hover {
  color: #4a4d4e;
}

[class="fa-brands fa-vodafone-3"], .brands-color-vodafone-3 {
  color: #9c2aa0;
}

.active\:brands-color-vodafone-3:active,
.focus\:brands-color-vodafone-3:focus,
.hover\:brands-color-vodafone-3:hover {
  color: #9c2aa0;
}

[class="fa-brands fa-vodafone-4"], .brands-color-vodafone-4 {
  color: #5e2750;
}

.active\:brands-color-vodafone-4:active,
.focus\:brands-color-vodafone-4:focus,
.hover\:brands-color-vodafone-4:hover {
  color: #5e2750;
}

[class="fa-brands fa-vodafone-5"], .brands-color-vodafone-5 {
  color: #00b0ca;
}

.active\:brands-color-vodafone-5:active,
.focus\:brands-color-vodafone-5:focus,
.hover\:brands-color-vodafone-5:hover {
  color: #00b0ca;
}

[class="fa-brands fa-vodafone-6"], .brands-color-vodafone-6 {
  color: #007c92;
}

.active\:brands-color-vodafone-6:active,
.focus\:brands-color-vodafone-6:focus,
.hover\:brands-color-vodafone-6:hover {
  color: #007c92;
}

[class="fa-brands fa-vodafone-7"], .brands-color-vodafone-7 {
  color: #a8b400;
}

.active\:brands-color-vodafone-7:active,
.focus\:brands-color-vodafone-7:focus,
.hover\:brands-color-vodafone-7:hover {
  color: #a8b400;
}

[class="fa-brands fa-vodafone-8"], .brands-color-vodafone-8 {
  color: #fecb00;
}

.active\:brands-color-vodafone-8:active,
.focus\:brands-color-vodafone-8:focus,
.hover\:brands-color-vodafone-8:hover {
  color: #fecb00;
}

[class="fa-brands fa-vodafone-9"], .brands-color-vodafone-9 {
  color: #eb9800;
}

.active\:brands-color-vodafone-9:active,
.focus\:brands-color-vodafone-9:focus,
.hover\:brands-color-vodafone-9:hover {
  color: #eb9800;
}

[class="fa-brands fa-vodafone-10"], .brands-color-vodafone-10 {
  color: #000000;
}

.active\:brands-color-vodafone-10:active,
.focus\:brands-color-vodafone-10:focus,
.hover\:brands-color-vodafone-10:hover {
  color: #000000;
}

[class="fa-brands fa-volvo"], .brands-color-volvo {
  color: #003057;
}

.active\:brands-color-volvo:active,
.focus\:brands-color-volvo:focus,
.hover\:brands-color-volvo:hover {
  color: #003057;
}

[class="fa-brands fa-volvo-1"], .brands-color-volvo-1 {
  color: #003057;
}

.active\:brands-color-volvo-1:active,
.focus\:brands-color-volvo-1:focus,
.hover\:brands-color-volvo-1:hover {
  color: #003057;
}

[class="fa-brands fa-volvo-2"], .brands-color-volvo-2 {
  color: #115740;
}

.active\:brands-color-volvo-2:active,
.focus\:brands-color-volvo-2:focus,
.hover\:brands-color-volvo-2:hover {
  color: #115740;
}

[class="fa-brands fa-volvo-3"], .brands-color-volvo-3 {
  color: #65665c;
}

.active\:brands-color-volvo-3:active,
.focus\:brands-color-volvo-3:focus,
.hover\:brands-color-volvo-3:hover {
  color: #65665c;
}

[class="fa-brands fa-volvo-4"], .brands-color-volvo-4 {
  color: #425563;
}

.active\:brands-color-volvo-4:active,
.focus\:brands-color-volvo-4:focus,
.hover\:brands-color-volvo-4:hover {
  color: #425563;
}

[class="fa-brands fa-volvo-5"], .brands-color-volvo-5 {
  color: #517891;
}

.active\:brands-color-volvo-5:active,
.focus\:brands-color-volvo-5:focus,
.hover\:brands-color-volvo-5:hover {
  color: #517891;
}

[class="fa-brands fa-volvo-6"], .brands-color-volvo-6 {
  color: #212721;
}

.active\:brands-color-volvo-6:active,
.focus\:brands-color-volvo-6:focus,
.hover\:brands-color-volvo-6:hover {
  color: #212721;
}

[class="fa-brands fa-vue-js"], .brands-color-vue-js {
  color: #42b883;
}

.active\:brands-color-vue-js:active,
.focus\:brands-color-vue-js:focus,
.hover\:brands-color-vue-js:hover {
  color: #42b883;
}

[class="fa-brands fa-vue-js-1"], .brands-color-vue-js-1 {
  color: #42b883;
}

.active\:brands-color-vue-js-1:active,
.focus\:brands-color-vue-js-1:focus,
.hover\:brands-color-vue-js-1:hover {
  color: #42b883;
}

[class="fa-brands fa-vue-js-2"], .brands-color-vue-js-2 {
  color: #35495e;
}

.active\:brands-color-vue-js-2:active,
.focus\:brands-color-vue-js-2:focus,
.hover\:brands-color-vue-js-2:hover {
  color: #35495e;
}

[class="fa-brands fa-wake-forest-university"], .brands-color-wake-forest-university {
  color: #9e7e38;
}

.active\:brands-color-wake-forest-university:active,
.focus\:brands-color-wake-forest-university:focus,
.hover\:brands-color-wake-forest-university:hover {
  color: #9e7e38;
}

[class="fa-brands fa-wake-forest-university-1"], .brands-color-wake-forest-university-1 {
  color: #9e7e38;
}

.active\:brands-color-wake-forest-university-1:active,
.focus\:brands-color-wake-forest-university-1:focus,
.hover\:brands-color-wake-forest-university-1:hover {
  color: #9e7e38;
}

[class="fa-brands fa-wake-forest-university-2"], .brands-color-wake-forest-university-2 {
  color: #000000;
}

.active\:brands-color-wake-forest-university-2:active,
.focus\:brands-color-wake-forest-university-2:focus,
.hover\:brands-color-wake-forest-university-2:hover {
  color: #000000;
}

[class="fa-brands fa-wake-forest-university-3"], .brands-color-wake-forest-university-3 {
  color: #82231c;
}

.active\:brands-color-wake-forest-university-3:active,
.focus\:brands-color-wake-forest-university-3:focus,
.hover\:brands-color-wake-forest-university-3:hover {
  color: #82231c;
}

[class="fa-brands fa-wake-forest-university-4"], .brands-color-wake-forest-university-4 {
  color: #511536;
}

.active\:brands-color-wake-forest-university-4:active,
.focus\:brands-color-wake-forest-university-4:focus,
.hover\:brands-color-wake-forest-university-4:hover {
  color: #511536;
}

[class="fa-brands fa-wake-forest-university-5"], .brands-color-wake-forest-university-5 {
  color: #443e67;
}

.active\:brands-color-wake-forest-university-5:active,
.focus\:brands-color-wake-forest-university-5:focus,
.hover\:brands-color-wake-forest-university-5:hover {
  color: #443e67;
}

[class="fa-brands fa-wake-forest-university-6"], .brands-color-wake-forest-university-6 {
  color: #375669;
}

.active\:brands-color-wake-forest-university-6:active,
.focus\:brands-color-wake-forest-university-6:focus,
.hover\:brands-color-wake-forest-university-6:hover {
  color: #375669;
}

[class="fa-brands fa-wake-forest-university-7"], .brands-color-wake-forest-university-7 {
  color: #456525;
}

.active\:brands-color-wake-forest-university-7:active,
.focus\:brands-color-wake-forest-university-7:focus,
.hover\:brands-color-wake-forest-university-7:hover {
  color: #456525;
}

[class="fa-brands fa-wake-forest-university-8"], .brands-color-wake-forest-university-8 {
  color: #59786c;
}

.active\:brands-color-wake-forest-university-8:active,
.focus\:brands-color-wake-forest-university-8:focus,
.hover\:brands-color-wake-forest-university-8:hover {
  color: #59786c;
}

[class="fa-brands fa-wake-forest-university-9"], .brands-color-wake-forest-university-9 {
  color: #3d3c1d;
}

.active\:brands-color-wake-forest-university-9:active,
.focus\:brands-color-wake-forest-university-9:focus,
.hover\:brands-color-wake-forest-university-9:hover {
  color: #3d3c1d;
}

[class="fa-brands fa-wake-forest-university-10"], .brands-color-wake-forest-university-10 {
  color: #625750;
}

.active\:brands-color-wake-forest-university-10:active,
.focus\:brands-color-wake-forest-university-10:focus,
.hover\:brands-color-wake-forest-university-10:hover {
  color: #625750;
}

[class="fa-brands fa-walgreens"], .brands-color-walgreens {
  color: #e31837;
}

.active\:brands-color-walgreens:active,
.focus\:brands-color-walgreens:focus,
.hover\:brands-color-walgreens:hover {
  color: #e31837;
}

[class="fa-brands fa-walgreens-1"], .brands-color-walgreens-1 {
  color: #e31837;
}

.active\:brands-color-walgreens-1:active,
.focus\:brands-color-walgreens-1:focus,
.hover\:brands-color-walgreens-1:hover {
  color: #e31837;
}

[class="fa-brands fa-walgreens-2"], .brands-color-walgreens-2 {
  color: #f37520;
}

.active\:brands-color-walgreens-2:active,
.focus\:brands-color-walgreens-2:focus,
.hover\:brands-color-walgreens-2:hover {
  color: #f37520;
}

[class="fa-brands fa-walgreens-3"], .brands-color-walgreens-3 {
  color: #489cd4;
}

.active\:brands-color-walgreens-3:active,
.focus\:brands-color-walgreens-3:focus,
.hover\:brands-color-walgreens-3:hover {
  color: #489cd4;
}

[class="fa-brands fa-walgreens-4"], .brands-color-walgreens-4 {
  color: #2774a6;
}

.active\:brands-color-walgreens-4:active,
.focus\:brands-color-walgreens-4:focus,
.hover\:brands-color-walgreens-4:hover {
  color: #2774a6;
}

[class="fa-brands fa-walgreens-5"], .brands-color-walgreens-5 {
  color: #35393d;
}

.active\:brands-color-walgreens-5:active,
.focus\:brands-color-walgreens-5:focus,
.hover\:brands-color-walgreens-5:hover {
  color: #35393d;
}

[class="fa-brands fa-walmart"], .brands-color-walmart {
  color: #007dc6;
}

.active\:brands-color-walmart:active,
.focus\:brands-color-walmart:focus,
.hover\:brands-color-walmart:hover {
  color: #007dc6;
}

[class="fa-brands fa-walmart-1"], .brands-color-walmart-1 {
  color: #007dc6;
}

.active\:brands-color-walmart-1:active,
.focus\:brands-color-walmart-1:focus,
.hover\:brands-color-walmart-1:hover {
  color: #007dc6;
}

[class="fa-brands fa-walmart-2"], .brands-color-walmart-2 {
  color: #79b9e7;
}

.active\:brands-color-walmart-2:active,
.focus\:brands-color-walmart-2:focus,
.hover\:brands-color-walmart-2:hover {
  color: #79b9e7;
}

[class="fa-brands fa-walmart-3"], .brands-color-walmart-3 {
  color: #f47421;
}

.active\:brands-color-walmart-3:active,
.focus\:brands-color-walmart-3:focus,
.hover\:brands-color-walmart-3:hover {
  color: #f47421;
}

[class="fa-brands fa-walmart-4"], .brands-color-walmart-4 {
  color: #76c143;
}

.active\:brands-color-walmart-4:active,
.focus\:brands-color-walmart-4:focus,
.hover\:brands-color-walmart-4:hover {
  color: #76c143;
}

[class="fa-brands fa-walmart-5"], .brands-color-walmart-5 {
  color: #ffc120;
}

.active\:brands-color-walmart-5:active,
.focus\:brands-color-walmart-5:focus,
.hover\:brands-color-walmart-5:hover {
  color: #ffc120;
}

[class="fa-brands fa-walmart-6"], .brands-color-walmart-6 {
  color: #e7f0f7;
}

.active\:brands-color-walmart-6:active,
.focus\:brands-color-walmart-6:focus,
.hover\:brands-color-walmart-6:hover {
  color: #e7f0f7;
}

[class="fa-brands fa-walmart-7"], .brands-color-walmart-7 {
  color: #f2f8fd;
}

.active\:brands-color-walmart-7:active,
.focus\:brands-color-walmart-7:focus,
.hover\:brands-color-walmart-7:hover {
  color: #f2f8fd;
}

[class="fa-brands fa-walmart-8"], .brands-color-walmart-8 {
  color: #222222;
}

.active\:brands-color-walmart-8:active,
.focus\:brands-color-walmart-8:focus,
.hover\:brands-color-walmart-8:hover {
  color: #222222;
}

[class="fa-brands fa-walmart-9"], .brands-color-walmart-9 {
  color: #444444;
}

.active\:brands-color-walmart-9:active,
.focus\:brands-color-walmart-9:focus,
.hover\:brands-color-walmart-9:hover {
  color: #444444;
}

[class="fa-brands fa-warby-parker"], .brands-color-warby-parker {
  color: #414b56;
}

.active\:brands-color-warby-parker:active,
.focus\:brands-color-warby-parker:focus,
.hover\:brands-color-warby-parker:hover {
  color: #414b56;
}

[class="fa-brands fa-warby-parker-1"], .brands-color-warby-parker-1 {
  color: #414b56;
}

.active\:brands-color-warby-parker-1:active,
.focus\:brands-color-warby-parker-1:focus,
.hover\:brands-color-warby-parker-1:hover {
  color: #414b56;
}

[class="fa-brands fa-warby-parker-2"], .brands-color-warby-parker-2 {
  color: #00a2e1;
}

.active\:brands-color-warby-parker-2:active,
.focus\:brands-color-warby-parker-2:focus,
.hover\:brands-color-warby-parker-2:hover {
  color: #00a2e1;
}

[class="fa-brands fa-wave-apps"], .brands-color-wave-apps {
  color: #1c2d37;
}

.active\:brands-color-wave-apps:active,
.focus\:brands-color-wave-apps:focus,
.hover\:brands-color-wave-apps:hover {
  color: #1c2d37;
}

[class="fa-brands fa-wave-apps-1"], .brands-color-wave-apps-1 {
  color: #1c2d37;
}

.active\:brands-color-wave-apps-1:active,
.focus\:brands-color-wave-apps-1:focus,
.hover\:brands-color-wave-apps-1:hover {
  color: #1c2d37;
}

[class="fa-brands fa-wave-apps-2"], .brands-color-wave-apps-2 {
  color: #4ec7c4;
}

.active\:brands-color-wave-apps-2:active,
.focus\:brands-color-wave-apps-2:focus,
.hover\:brands-color-wave-apps-2:hover {
  color: #4ec7c4;
}

[class="fa-brands fa-wave-apps-3"], .brands-color-wave-apps-3 {
  color: #00959f;
}

.active\:brands-color-wave-apps-3:active,
.focus\:brands-color-wave-apps-3:focus,
.hover\:brands-color-wave-apps-3:hover {
  color: #00959f;
}

[class="fa-brands fa-wave-apps-4"], .brands-color-wave-apps-4 {
  color: #3b9bcc;
}

.active\:brands-color-wave-apps-4:active,
.focus\:brands-color-wave-apps-4:focus,
.hover\:brands-color-wave-apps-4:hover {
  color: #3b9bcc;
}

[class="fa-brands fa-webzunder"], .brands-color-webzunder {
  color: #eea642;
}

.active\:brands-color-webzunder:active,
.focus\:brands-color-webzunder:focus,
.hover\:brands-color-webzunder:hover {
  color: #eea642;
}

[class="fa-brands fa-webzunder-1"], .brands-color-webzunder-1 {
  color: #eea642;
}

.active\:brands-color-webzunder-1:active,
.focus\:brands-color-webzunder-1:focus,
.hover\:brands-color-webzunder-1:hover {
  color: #eea642;
}

[class="fa-brands fa-wechat"], .brands-color-wechat {
  color: #7bb32e;
}

.active\:brands-color-wechat:active,
.focus\:brands-color-wechat:focus,
.hover\:brands-color-wechat:hover {
  color: #7bb32e;
}

[class="fa-brands fa-wechat-1"], .brands-color-wechat-1 {
  color: #7bb32e;
}

.active\:brands-color-wechat-1:active,
.focus\:brands-color-wechat-1:focus,
.hover\:brands-color-wechat-1:hover {
  color: #7bb32e;
}

[class="fa-brands fa-wendys"], .brands-color-wendys {
  color: #e2203d;
}

.active\:brands-color-wendys:active,
.focus\:brands-color-wendys:focus,
.hover\:brands-color-wendys:hover {
  color: #e2203d;
}

[class="fa-brands fa-wendys-1"], .brands-color-wendys-1 {
  color: #e2203d;
}

.active\:brands-color-wendys-1:active,
.focus\:brands-color-wendys-1:focus,
.hover\:brands-color-wendys-1:hover {
  color: #e2203d;
}

[class="fa-brands fa-wendys-2"], .brands-color-wendys-2 {
  color: #199fda;
}

.active\:brands-color-wendys-2:active,
.focus\:brands-color-wendys-2:focus,
.hover\:brands-color-wendys-2:hover {
  color: #199fda;
}

[class="fa-brands fa-western-digital"], .brands-color-western-digital {
  color: #005195;
}

.active\:brands-color-western-digital:active,
.focus\:brands-color-western-digital:focus,
.hover\:brands-color-western-digital:hover {
  color: #005195;
}

[class="fa-brands fa-western-digital-1"], .brands-color-western-digital-1 {
  color: #005195;
}

.active\:brands-color-western-digital-1:active,
.focus\:brands-color-western-digital-1:focus,
.hover\:brands-color-western-digital-1:hover {
  color: #005195;
}

[class="fa-brands fa-western-digital-2"], .brands-color-western-digital-2 {
  color: #028948;
}

.active\:brands-color-western-digital-2:active,
.focus\:brands-color-western-digital-2:focus,
.hover\:brands-color-western-digital-2:hover {
  color: #028948;
}

[class="fa-brands fa-western-digital-3"], .brands-color-western-digital-3 {
  color: #ffd400;
}

.active\:brands-color-western-digital-3:active,
.focus\:brands-color-western-digital-3:focus,
.hover\:brands-color-western-digital-3:hover {
  color: #ffd400;
}

[class="fa-brands fa-western-digital-4"], .brands-color-western-digital-4 {
  color: #0067b3;
}

.active\:brands-color-western-digital-4:active,
.focus\:brands-color-western-digital-4:focus,
.hover\:brands-color-western-digital-4:hover {
  color: #0067b3;
}

[class="fa-brands fa-western-digital-5"], .brands-color-western-digital-5 {
  color: #9d0a0e;
}

.active\:brands-color-western-digital-5:active,
.focus\:brands-color-western-digital-5:focus,
.hover\:brands-color-western-digital-5:hover {
  color: #9d0a0e;
}

[class="fa-brands fa-western-digital-6"], .brands-color-western-digital-6 {
  color: #003369;
}

.active\:brands-color-western-digital-6:active,
.focus\:brands-color-western-digital-6:focus,
.hover\:brands-color-western-digital-6:hover {
  color: #003369;
}

[class="fa-brands fa-whatsapp"], .brands-color-whatsapp {
  color: #075e54;
}

.active\:brands-color-whatsapp:active,
.focus\:brands-color-whatsapp:focus,
.hover\:brands-color-whatsapp:hover {
  color: #075e54;
}

[class="fa-brands fa-whatsapp-1"], .brands-color-whatsapp-1 {
  color: #075e54;
}

.active\:brands-color-whatsapp-1:active,
.focus\:brands-color-whatsapp-1:focus,
.hover\:brands-color-whatsapp-1:hover {
  color: #075e54;
}

[class="fa-brands fa-whatsapp-2"], .brands-color-whatsapp-2 {
  color: #128c7e;
}

.active\:brands-color-whatsapp-2:active,
.focus\:brands-color-whatsapp-2:focus,
.hover\:brands-color-whatsapp-2:hover {
  color: #128c7e;
}

[class="fa-brands fa-whatsapp-3"], .brands-color-whatsapp-3 {
  color: #25d366;
}

.active\:brands-color-whatsapp-3:active,
.focus\:brands-color-whatsapp-3:focus,
.hover\:brands-color-whatsapp-3:hover {
  color: #25d366;
}

[class="fa-brands fa-whatsapp-4"], .brands-color-whatsapp-4 {
  color: #dcf8c6;
}

.active\:brands-color-whatsapp-4:active,
.focus\:brands-color-whatsapp-4:focus,
.hover\:brands-color-whatsapp-4:hover {
  color: #dcf8c6;
}

[class="fa-brands fa-whatsapp-5"], .brands-color-whatsapp-5 {
  color: #34b7f1;
}

.active\:brands-color-whatsapp-5:active,
.focus\:brands-color-whatsapp-5:focus,
.hover\:brands-color-whatsapp-5:hover {
  color: #34b7f1;
}

[class="fa-brands fa-whatsapp-6"], .brands-color-whatsapp-6 {
  color: #ece5dd;
}

.active\:brands-color-whatsapp-6:active,
.focus\:brands-color-whatsapp-6:focus,
.hover\:brands-color-whatsapp-6:hover {
  color: #ece5dd;
}

[class="fa-brands fa-whatsbroadcast"], .brands-color-whatsbroadcast {
  color: #4aae20;
}

.active\:brands-color-whatsbroadcast:active,
.focus\:brands-color-whatsbroadcast:focus,
.hover\:brands-color-whatsbroadcast:hover {
  color: #4aae20;
}

[class="fa-brands fa-whatsbroadcast-1"], .brands-color-whatsbroadcast-1 {
  color: #4aae20;
}

.active\:brands-color-whatsbroadcast-1:active,
.focus\:brands-color-whatsbroadcast-1:focus,
.hover\:brands-color-whatsbroadcast-1:hover {
  color: #4aae20;
}

[class="fa-brands fa-whatsbroadcast-2"], .brands-color-whatsbroadcast-2 {
  color: #6cc751;
}

.active\:brands-color-whatsbroadcast-2:active,
.focus\:brands-color-whatsbroadcast-2:focus,
.hover\:brands-color-whatsbroadcast-2:hover {
  color: #6cc751;
}

[class="fa-brands fa-whatsbroadcast-3"], .brands-color-whatsbroadcast-3 {
  color: #225f1e;
}

.active\:brands-color-whatsbroadcast-3:active,
.focus\:brands-color-whatsbroadcast-3:focus,
.hover\:brands-color-whatsbroadcast-3:hover {
  color: #225f1e;
}

[class="fa-brands fa-whatsbroadcast-4"], .brands-color-whatsbroadcast-4 {
  color: #f8cc07;
}

.active\:brands-color-whatsbroadcast-4:active,
.focus\:brands-color-whatsbroadcast-4:focus,
.hover\:brands-color-whatsbroadcast-4:hover {
  color: #f8cc07;
}

[class="fa-brands fa-whatsbroadcast-5"], .brands-color-whatsbroadcast-5 {
  color: #ff9300;
}

.active\:brands-color-whatsbroadcast-5:active,
.focus\:brands-color-whatsbroadcast-5:focus,
.hover\:brands-color-whatsbroadcast-5:hover {
  color: #ff9300;
}

[class="fa-brands fa-whatsbroadcast-6"], .brands-color-whatsbroadcast-6 {
  color: #e44436;
}

.active\:brands-color-whatsbroadcast-6:active,
.focus\:brands-color-whatsbroadcast-6:focus,
.hover\:brands-color-whatsbroadcast-6:hover {
  color: #e44436;
}

[class="fa-brands fa-whatsbroadcast-7"], .brands-color-whatsbroadcast-7 {
  color: #cd3292;
}

.active\:brands-color-whatsbroadcast-7:active,
.focus\:brands-color-whatsbroadcast-7:focus,
.hover\:brands-color-whatsbroadcast-7:hover {
  color: #cd3292;
}

[class="fa-brands fa-whatsbroadcast-8"], .brands-color-whatsbroadcast-8 {
  color: #37aef3;
}

.active\:brands-color-whatsbroadcast-8:active,
.focus\:brands-color-whatsbroadcast-8:focus,
.hover\:brands-color-whatsbroadcast-8:hover {
  color: #37aef3;
}

[class="fa-brands fa-whatsbroadcast-9"], .brands-color-whatsbroadcast-9 {
  color: #0076ba;
}

.active\:brands-color-whatsbroadcast-9:active,
.focus\:brands-color-whatsbroadcast-9:focus,
.hover\:brands-color-whatsbroadcast-9:hover {
  color: #0076ba;
}

[class="fa-brands fa-whatsbroadcast-10"], .brands-color-whatsbroadcast-10 {
  color: #005888;
}

.active\:brands-color-whatsbroadcast-10:active,
.focus\:brands-color-whatsbroadcast-10:focus,
.hover\:brands-color-whatsbroadcast-10:hover {
  color: #005888;
}

[class="fa-brands fa-whatsbroadcast-11"], .brands-color-whatsbroadcast-11 {
  color: #8732cd;
}

.active\:brands-color-whatsbroadcast-11:active,
.focus\:brands-color-whatsbroadcast-11:focus,
.hover\:brands-color-whatsbroadcast-11:hover {
  color: #8732cd;
}

[class="fa-brands fa-whatsbroadcast-12"], .brands-color-whatsbroadcast-12 {
  color: #33482c;
}

.active\:brands-color-whatsbroadcast-12:active,
.focus\:brands-color-whatsbroadcast-12:focus,
.hover\:brands-color-whatsbroadcast-12:hover {
  color: #33482c;
}

[class="fa-brands fa-whoosnap-designer"], .brands-color-whoosnap-designer {
  color: #2fa5d6;
}

.active\:brands-color-whoosnap-designer:active,
.focus\:brands-color-whoosnap-designer:focus,
.hover\:brands-color-whoosnap-designer:hover {
  color: #2fa5d6;
}

[class="fa-brands fa-whoosnap-designer-1"], .brands-color-whoosnap-designer-1 {
  color: #2fa5d6;
}

.active\:brands-color-whoosnap-designer-1:active,
.focus\:brands-color-whoosnap-designer-1:focus,
.hover\:brands-color-whoosnap-designer-1:hover {
  color: #2fa5d6;
}

[class="fa-brands fa-whoosnap-designer-2"], .brands-color-whoosnap-designer-2 {
  color: #b52f2c;
}

.active\:brands-color-whoosnap-designer-2:active,
.focus\:brands-color-whoosnap-designer-2:focus,
.hover\:brands-color-whoosnap-designer-2:hover {
  color: #b52f2c;
}

[class="fa-brands fa-wikimedia"], .brands-color-wikimedia {
  color: #339966;
}

.active\:brands-color-wikimedia:active,
.focus\:brands-color-wikimedia:focus,
.hover\:brands-color-wikimedia:hover {
  color: #339966;
}

[class="fa-brands fa-wikimedia-1"], .brands-color-wikimedia-1 {
  color: #339966;
}

.active\:brands-color-wikimedia-1:active,
.focus\:brands-color-wikimedia-1:focus,
.hover\:brands-color-wikimedia-1:hover {
  color: #339966;
}

[class="fa-brands fa-wikimedia-2"], .brands-color-wikimedia-2 {
  color: #0063bf;
}

.active\:brands-color-wikimedia-2:active,
.focus\:brands-color-wikimedia-2:focus,
.hover\:brands-color-wikimedia-2:hover {
  color: #0063bf;
}

[class="fa-brands fa-wikimedia-3"], .brands-color-wikimedia-3 {
  color: #990000;
}

.active\:brands-color-wikimedia-3:active,
.focus\:brands-color-wikimedia-3:focus,
.hover\:brands-color-wikimedia-3:hover {
  color: #990000;
}

[class="fa-brands fa-wikipedia"], .brands-color-wikipedia {
  color: #000000;
}

.active\:brands-color-wikipedia:active,
.focus\:brands-color-wikipedia:focus,
.hover\:brands-color-wikipedia:hover {
  color: #000000;
}

[class="fa-brands fa-wikipedia-1"], .brands-color-wikipedia-1 {
  color: #000000;
}

.active\:brands-color-wikipedia-1:active,
.focus\:brands-color-wikipedia-1:focus,
.hover\:brands-color-wikipedia-1:hover {
  color: #000000;
}

[class="fa-brands fa-wikipedia-2"], .brands-color-wikipedia-2 {
  color: #636466;
}

.active\:brands-color-wikipedia-2:active,
.focus\:brands-color-wikipedia-2:focus,
.hover\:brands-color-wikipedia-2:hover {
  color: #636466;
}

[class="fa-brands fa-wikipedia-3"], .brands-color-wikipedia-3 {
  color: #939598;
}

.active\:brands-color-wikipedia-3:active,
.focus\:brands-color-wikipedia-3:focus,
.hover\:brands-color-wikipedia-3:hover {
  color: #939598;
}

[class="fa-brands fa-wikipedia-4"], .brands-color-wikipedia-4 {
  color: #c7c8ca;
}

.active\:brands-color-wikipedia-4:active,
.focus\:brands-color-wikipedia-4:focus,
.hover\:brands-color-wikipedia-4:hover {
  color: #c7c8ca;
}

[class="fa-brands fa-windows"], .brands-color-windows {
  color: #0078d7;
}

.active\:brands-color-windows:active,
.focus\:brands-color-windows:focus,
.hover\:brands-color-windows:hover {
  color: #0078d7;
}

[class="fa-brands fa-windows-1"], .brands-color-windows-1 {
  color: #0078d7;
}

.active\:brands-color-windows-1:active,
.focus\:brands-color-windows-1:focus,
.hover\:brands-color-windows-1:hover {
  color: #0078d7;
}

[class="fa-brands fa-windows-2"], .brands-color-windows-2 {
  color: #002050;
}

.active\:brands-color-windows-2:active,
.focus\:brands-color-windows-2:focus,
.hover\:brands-color-windows-2:hover {
  color: #002050;
}

[class="fa-brands fa-windows-3"], .brands-color-windows-3 {
  color: #ffb900;
}

.active\:brands-color-windows-3:active,
.focus\:brands-color-windows-3:focus,
.hover\:brands-color-windows-3:hover {
  color: #ffb900;
}

[class="fa-brands fa-windows-4"], .brands-color-windows-4 {
  color: #d83b01;
}

.active\:brands-color-windows-4:active,
.focus\:brands-color-windows-4:focus,
.hover\:brands-color-windows-4:hover {
  color: #d83b01;
}

[class="fa-brands fa-windows-5"], .brands-color-windows-5 {
  color: #e81123;
}

.active\:brands-color-windows-5:active,
.focus\:brands-color-windows-5:focus,
.hover\:brands-color-windows-5:hover {
  color: #e81123;
}

[class="fa-brands fa-windows-6"], .brands-color-windows-6 {
  color: #b4009e;
}

.active\:brands-color-windows-6:active,
.focus\:brands-color-windows-6:focus,
.hover\:brands-color-windows-6:hover {
  color: #b4009e;
}

[class="fa-brands fa-windows-7"], .brands-color-windows-7 {
  color: #5c2d91;
}

.active\:brands-color-windows-7:active,
.focus\:brands-color-windows-7:focus,
.hover\:brands-color-windows-7:hover {
  color: #5c2d91;
}

[class="fa-brands fa-windows-8"], .brands-color-windows-8 {
  color: #008272;
}

.active\:brands-color-windows-8:active,
.focus\:brands-color-windows-8:focus,
.hover\:brands-color-windows-8:hover {
  color: #008272;
}

[class="fa-brands fa-windows-9"], .brands-color-windows-9 {
  color: #107c10;
}

.active\:brands-color-windows-9:active,
.focus\:brands-color-windows-9:focus,
.hover\:brands-color-windows-9:hover {
  color: #107c10;
}

[class="fa-brands fa-windows-phone"], .brands-color-windows-phone {
  color: #68217a;
}

.active\:brands-color-windows-phone:active,
.focus\:brands-color-windows-phone:focus,
.hover\:brands-color-windows-phone:hover {
  color: #68217a;
}

[class="fa-brands fa-windows-phone-1"], .brands-color-windows-phone-1 {
  color: #68217a;
}

.active\:brands-color-windows-phone-1:active,
.focus\:brands-color-windows-phone-1:focus,
.hover\:brands-color-windows-phone-1:hover {
  color: #68217a;
}

[class="fa-brands fa-woocommerce"], .brands-color-woocommerce {
  color: #96588a;
}

.active\:brands-color-woocommerce:active,
.focus\:brands-color-woocommerce:focus,
.hover\:brands-color-woocommerce:hover {
  color: #96588a;
}

[class="fa-brands fa-woocommerce-1"], .brands-color-woocommerce-1 {
  color: #96588a;
}

.active\:brands-color-woocommerce-1:active,
.focus\:brands-color-woocommerce-1:focus,
.hover\:brands-color-woocommerce-1:hover {
  color: #96588a;
}

[class="fa-brands fa-woocommerce-2"], .brands-color-woocommerce-2 {
  color: #3c3c3c;
}

.active\:brands-color-woocommerce-2:active,
.focus\:brands-color-woocommerce-2:focus,
.hover\:brands-color-woocommerce-2:hover {
  color: #3c3c3c;
}

[class="fa-brands fa-woocommerce-3"], .brands-color-woocommerce-3 {
  color: #71b02f;
}

.active\:brands-color-woocommerce-3:active,
.focus\:brands-color-woocommerce-3:focus,
.hover\:brands-color-woocommerce-3:hover {
  color: #71b02f;
}

[class="fa-brands fa-wooga"], .brands-color-wooga {
  color: #5b009c;
}

.active\:brands-color-wooga:active,
.focus\:brands-color-wooga:focus,
.hover\:brands-color-wooga:hover {
  color: #5b009c;
}

[class="fa-brands fa-wooga-1"], .brands-color-wooga-1 {
  color: #5b009c;
}

.active\:brands-color-wooga-1:active,
.focus\:brands-color-wooga-1:focus,
.hover\:brands-color-wooga-1:hover {
  color: #5b009c;
}

[class="fa-brands fa-wordpress"], .brands-color-wordpress {
  color: #21759b;
}

.active\:brands-color-wordpress:active,
.focus\:brands-color-wordpress:focus,
.hover\:brands-color-wordpress:hover {
  color: #21759b;
}

[class="fa-brands fa-wordpress-1"], .brands-color-wordpress-1 {
  color: #21759b;
}

.active\:brands-color-wordpress-1:active,
.focus\:brands-color-wordpress-1:focus,
.hover\:brands-color-wordpress-1:hover {
  color: #21759b;
}

[class="fa-brands fa-wordpress-2"], .brands-color-wordpress-2 {
  color: #d54e21;
}

.active\:brands-color-wordpress-2:active,
.focus\:brands-color-wordpress-2:focus,
.hover\:brands-color-wordpress-2:hover {
  color: #d54e21;
}

[class="fa-brands fa-wordpress-3"], .brands-color-wordpress-3 {
  color: #464646;
}

.active\:brands-color-wordpress-3:active,
.focus\:brands-color-wordpress-3:focus,
.hover\:brands-color-wordpress-3:hover {
  color: #464646;
}

[class="fa-brands fa-wordpress-com"], .brands-color-wordpress-com {
  color: #0087be;
}

.active\:brands-color-wordpress-com:active,
.focus\:brands-color-wordpress-com:focus,
.hover\:brands-color-wordpress-com:hover {
  color: #0087be;
}

[class="fa-brands fa-wordpress-com-1"], .brands-color-wordpress-com-1 {
  color: #0087be;
}

.active\:brands-color-wordpress-com-1:active,
.focus\:brands-color-wordpress-com-1:focus,
.hover\:brands-color-wordpress-com-1:hover {
  color: #0087be;
}

[class="fa-brands fa-wordpress-com-2"], .brands-color-wordpress-com-2 {
  color: #78dcfa;
}

.active\:brands-color-wordpress-com-2:active,
.focus\:brands-color-wordpress-com-2:focus,
.hover\:brands-color-wordpress-com-2:hover {
  color: #78dcfa;
}

[class="fa-brands fa-wordpress-com-3"], .brands-color-wordpress-com-3 {
  color: #00aadc;
}

.active\:brands-color-wordpress-com-3:active,
.focus\:brands-color-wordpress-com-3:focus,
.hover\:brands-color-wordpress-com-3:hover {
  color: #00aadc;
}

[class="fa-brands fa-wordpress-com-4"], .brands-color-wordpress-com-4 {
  color: #005082;
}

.active\:brands-color-wordpress-com-4:active,
.focus\:brands-color-wordpress-com-4:focus,
.hover\:brands-color-wordpress-com-4:hover {
  color: #005082;
}

[class="fa-brands fa-wordpress-com-5"], .brands-color-wordpress-com-5 {
  color: #87a6bc;
}

.active\:brands-color-wordpress-com-5:active,
.focus\:brands-color-wordpress-com-5:focus,
.hover\:brands-color-wordpress-com-5:hover {
  color: #87a6bc;
}

[class="fa-brands fa-wordpress-com-6"], .brands-color-wordpress-com-6 {
  color: #f3f6f8;
}

.active\:brands-color-wordpress-com-6:active,
.focus\:brands-color-wordpress-com-6:focus,
.hover\:brands-color-wordpress-com-6:hover {
  color: #f3f6f8;
}

[class="fa-brands fa-wordpress-com-7"], .brands-color-wordpress-com-7 {
  color: #e9eff3;
}

.active\:brands-color-wordpress-com-7:active,
.focus\:brands-color-wordpress-com-7:focus,
.hover\:brands-color-wordpress-com-7:hover {
  color: #e9eff3;
}

[class="fa-brands fa-wordpress-com-8"], .brands-color-wordpress-com-8 {
  color: #e9eff3;
}

.active\:brands-color-wordpress-com-8:active,
.focus\:brands-color-wordpress-com-8:focus,
.hover\:brands-color-wordpress-com-8:hover {
  color: #e9eff3;
}

[class="fa-brands fa-wordpress-com-9"], .brands-color-wordpress-com-9 {
  color: #a8bece;
}

.active\:brands-color-wordpress-com-9:active,
.focus\:brands-color-wordpress-com-9:focus,
.hover\:brands-color-wordpress-com-9:hover {
  color: #a8bece;
}

[class="fa-brands fa-wordpress-com-10"], .brands-color-wordpress-com-10 {
  color: #668eaa;
}

.active\:brands-color-wordpress-com-10:active,
.focus\:brands-color-wordpress-com-10:focus,
.hover\:brands-color-wordpress-com-10:hover {
  color: #668eaa;
}

[class="fa-brands fa-wordpress-com-11"], .brands-color-wordpress-com-11 {
  color: #4f748e;
}

.active\:brands-color-wordpress-com-11:active,
.focus\:brands-color-wordpress-com-11:focus,
.hover\:brands-color-wordpress-com-11:hover {
  color: #4f748e;
}

[class="fa-brands fa-wordpress-com-12"], .brands-color-wordpress-com-12 {
  color: #3d596d;
}

.active\:brands-color-wordpress-com-12:active,
.focus\:brands-color-wordpress-com-12:focus,
.hover\:brands-color-wordpress-com-12:hover {
  color: #3d596d;
}

[class="fa-brands fa-wordpress-com-13"], .brands-color-wordpress-com-13 {
  color: #2e4453;
}

.active\:brands-color-wordpress-com-13:active,
.focus\:brands-color-wordpress-com-13:focus,
.hover\:brands-color-wordpress-com-13:hover {
  color: #2e4453;
}

[class="fa-brands fa-wordpress-com-14"], .brands-color-wordpress-com-14 {
  color: #d54e21;
}

.active\:brands-color-wordpress-com-14:active,
.focus\:brands-color-wordpress-com-14:focus,
.hover\:brands-color-wordpress-com-14:hover {
  color: #d54e21;
}

[class="fa-brands fa-wordpress-com-15"], .brands-color-wordpress-com-15 {
  color: #f0821e;
}

.active\:brands-color-wordpress-com-15:active,
.focus\:brands-color-wordpress-com-15:focus,
.hover\:brands-color-wordpress-com-15:hover {
  color: #f0821e;
}

[class="fa-brands fa-wordpress-com-16"], .brands-color-wordpress-com-16 {
  color: #4ab866;
}

.active\:brands-color-wordpress-com-16:active,
.focus\:brands-color-wordpress-com-16:focus,
.hover\:brands-color-wordpress-com-16:hover {
  color: #4ab866;
}

[class="fa-brands fa-wordpress-com-17"], .brands-color-wordpress-com-17 {
  color: #f0b849;
}

.active\:brands-color-wordpress-com-17:active,
.focus\:brands-color-wordpress-com-17:focus,
.hover\:brands-color-wordpress-com-17:hover {
  color: #f0b849;
}

[class="fa-brands fa-wordpress-com-18"], .brands-color-wordpress-com-18 {
  color: #d94f4f;
}

.active\:brands-color-wordpress-com-18:active,
.focus\:brands-color-wordpress-com-18:focus,
.hover\:brands-color-wordpress-com-18:hover {
  color: #d94f4f;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm"], .brands-color-world-organisation-of-the-scout-movement-wosm {
  color: #622599;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm:hover {
  color: #622599;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-1"], .brands-color-world-organisation-of-the-scout-movement-wosm-1 {
  color: #622599;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-1:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-1:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-1:hover {
  color: #622599;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-2"], .brands-color-world-organisation-of-the-scout-movement-wosm-2 {
  color: #0054a0;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-2:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-2:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-2:hover {
  color: #0054a0;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-3"], .brands-color-world-organisation-of-the-scout-movement-wosm-3 {
  color: #aaba0a;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-3:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-3:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-3:hover {
  color: #aaba0a;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-4"], .brands-color-world-organisation-of-the-scout-movement-wosm-4 {
  color: #dd7500;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-4:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-4:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-4:hover {
  color: #dd7500;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-5"], .brands-color-world-organisation-of-the-scout-movement-wosm-5 {
  color: #e23d28;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-5:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-5:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-5:hover {
  color: #e23d28;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-6"], .brands-color-world-organisation-of-the-scout-movement-wosm-6 {
  color: #3d8e33;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-6:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-6:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-6:hover {
  color: #3d8e33;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-7"], .brands-color-world-organisation-of-the-scout-movement-wosm-7 {
  color: #3399ff;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-7:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-7:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-7:hover {
  color: #3399ff;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-8"], .brands-color-world-organisation-of-the-scout-movement-wosm-8 {
  color: #ff3399;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-8:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-8:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-8:hover {
  color: #ff3399;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-9"], .brands-color-world-organisation-of-the-scout-movement-wosm-9 {
  color: #fcd116;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-9:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-9:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-9:hover {
  color: #fcd116;
}

[class="fa-brands fa-world-organisation-of-the-scout-movement-wosm-10"], .brands-color-world-organisation-of-the-scout-movement-wosm-10 {
  color: #999999;
}

.active\:brands-color-world-organisation-of-the-scout-movement-wosm-10:active,
.focus\:brands-color-world-organisation-of-the-scout-movement-wosm-10:focus,
.hover\:brands-color-world-organisation-of-the-scout-movement-wosm-10:hover {
  color: #999999;
}

[class="fa-brands fa-worldline"], .brands-color-worldline {
  color: #0066a1;
}

.active\:brands-color-worldline:active,
.focus\:brands-color-worldline:focus,
.hover\:brands-color-worldline:hover {
  color: #0066a1;
}

[class="fa-brands fa-worldline-1"], .brands-color-worldline-1 {
  color: #0066a1;
}

.active\:brands-color-worldline-1:active,
.focus\:brands-color-worldline-1:focus,
.hover\:brands-color-worldline-1:hover {
  color: #0066a1;
}

[class="fa-brands fa-wufoo"], .brands-color-wufoo {
  color: #e66760;
}

.active\:brands-color-wufoo:active,
.focus\:brands-color-wufoo:focus,
.hover\:brands-color-wufoo:hover {
  color: #e66760;
}

[class="fa-brands fa-wufoo-1"], .brands-color-wufoo-1 {
  color: #e66760;
}

.active\:brands-color-wufoo-1:active,
.focus\:brands-color-wufoo-1:focus,
.hover\:brands-color-wufoo-1:hover {
  color: #e66760;
}

[class="fa-brands fa-wufoo-2"], .brands-color-wufoo-2 {
  color: #8c88cd;
}

.active\:brands-color-wufoo-2:active,
.focus\:brands-color-wufoo-2:focus,
.hover\:brands-color-wufoo-2:hover {
  color: #8c88cd;
}

[class="fa-brands fa-wufoo-3"], .brands-color-wufoo-3 {
  color: #69c5e4;
}

.active\:brands-color-wufoo-3:active,
.focus\:brands-color-wufoo-3:focus,
.hover\:brands-color-wufoo-3:hover {
  color: #69c5e4;
}

[class="fa-brands fa-wufoo-4"], .brands-color-wufoo-4 {
  color: #ffdf8b;
}

.active\:brands-color-wufoo-4:active,
.focus\:brands-color-wufoo-4:focus,
.hover\:brands-color-wufoo-4:hover {
  color: #ffdf8b;
}

[class="fa-brands fa-wufoo-5"], .brands-color-wufoo-5 {
  color: #61e064;
}

.active\:brands-color-wufoo-5:active,
.focus\:brands-color-wufoo-5:focus,
.hover\:brands-color-wufoo-5:hover {
  color: #61e064;
}

[class="fa-brands fa-wunderlist"], .brands-color-wunderlist {
  color: #2b96f1;
}

.active\:brands-color-wunderlist:active,
.focus\:brands-color-wunderlist:focus,
.hover\:brands-color-wunderlist:hover {
  color: #2b96f1;
}

[class="fa-brands fa-wunderlist-1"], .brands-color-wunderlist-1 {
  color: #2b96f1;
}

.active\:brands-color-wunderlist-1:active,
.focus\:brands-color-wunderlist-1:focus,
.hover\:brands-color-wunderlist-1:hover {
  color: #2b96f1;
}

[class="fa-brands fa-wwe"], .brands-color-wwe {
  color: #d7182a;
}

.active\:brands-color-wwe:active,
.focus\:brands-color-wwe:focus,
.hover\:brands-color-wwe:hover {
  color: #d7182a;
}

[class="fa-brands fa-wwe-1"], .brands-color-wwe-1 {
  color: #d7182a;
}

.active\:brands-color-wwe-1:active,
.focus\:brands-color-wwe-1:focus,
.hover\:brands-color-wwe-1:hover {
  color: #d7182a;
}

[class="fa-brands fa-xavier-university"], .brands-color-xavier-university {
  color: #0c2340;
}

.active\:brands-color-xavier-university:active,
.focus\:brands-color-xavier-university:focus,
.hover\:brands-color-xavier-university:hover {
  color: #0c2340;
}

[class="fa-brands fa-xavier-university-1"], .brands-color-xavier-university-1 {
  color: #0c2340;
}

.active\:brands-color-xavier-university-1:active,
.focus\:brands-color-xavier-university-1:focus,
.hover\:brands-color-xavier-university-1:hover {
  color: #0c2340;
}

[class="fa-brands fa-xavier-university-2"], .brands-color-xavier-university-2 {
  color: #9ea2a2;
}

.active\:brands-color-xavier-university-2:active,
.focus\:brands-color-xavier-university-2:focus,
.hover\:brands-color-xavier-university-2:hover {
  color: #9ea2a2;
}

[class="fa-brands fa-xavier-university-3"], .brands-color-xavier-university-3 {
  color: #0099cc;
}

.active\:brands-color-xavier-university-3:active,
.focus\:brands-color-xavier-university-3:focus,
.hover\:brands-color-xavier-university-3:hover {
  color: #0099cc;
}

[class="fa-brands fa-xbox"], .brands-color-xbox {
  color: #52b043;
}

.active\:brands-color-xbox:active,
.focus\:brands-color-xbox:focus,
.hover\:brands-color-xbox:hover {
  color: #52b043;
}

[class="fa-brands fa-xbox-1"], .brands-color-xbox-1 {
  color: #52b043;
}

.active\:brands-color-xbox-1:active,
.focus\:brands-color-xbox-1:focus,
.hover\:brands-color-xbox-1:hover {
  color: #52b043;
}

[class="fa-brands fa-xda-developers"], .brands-color-xda-developers {
  color: #f59714;
}

.active\:brands-color-xda-developers:active,
.focus\:brands-color-xda-developers:focus,
.hover\:brands-color-xda-developers:hover {
  color: #f59714;
}

[class="fa-brands fa-xda-developers-1"], .brands-color-xda-developers-1 {
  color: #f59714;
}

.active\:brands-color-xda-developers-1:active,
.focus\:brands-color-xda-developers-1:focus,
.hover\:brands-color-xda-developers-1:hover {
  color: #f59714;
}

[class="fa-brands fa-xing"], .brands-color-xing {
  color: #026466;
}

.active\:brands-color-xing:active,
.focus\:brands-color-xing:focus,
.hover\:brands-color-xing:hover {
  color: #026466;
}

[class="fa-brands fa-xing-1"], .brands-color-xing-1 {
  color: #026466;
}

.active\:brands-color-xing-1:active,
.focus\:brands-color-xing-1:focus,
.hover\:brands-color-xing-1:hover {
  color: #026466;
}

[class="fa-brands fa-xing-2"], .brands-color-xing-2 {
  color: #cfdc00;
}

.active\:brands-color-xing-2:active,
.focus\:brands-color-xing-2:focus,
.hover\:brands-color-xing-2:hover {
  color: #cfdc00;
}

[class="fa-brands fa-xy-gaming"], .brands-color-xy-gaming {
  color: #3299cc;
}

.active\:brands-color-xy-gaming:active,
.focus\:brands-color-xy-gaming:focus,
.hover\:brands-color-xy-gaming:hover {
  color: #3299cc;
}

[class="fa-brands fa-xy-gaming-1"], .brands-color-xy-gaming-1 {
  color: #3299cc;
}

.active\:brands-color-xy-gaming-1:active,
.focus\:brands-color-xy-gaming-1:focus,
.hover\:brands-color-xy-gaming-1:hover {
  color: #3299cc;
}

[class="fa-brands fa-xy-gaming-2"], .brands-color-xy-gaming-2 {
  color: #333333;
}

.active\:brands-color-xy-gaming-2:active,
.focus\:brands-color-xy-gaming-2:focus,
.hover\:brands-color-xy-gaming-2:hover {
  color: #333333;
}

[class="fa-brands fa-y-combinator"], .brands-color-y-combinator {
  color: #ff4000;
}

.active\:brands-color-y-combinator:active,
.focus\:brands-color-y-combinator:focus,
.hover\:brands-color-y-combinator:hover {
  color: #ff4000;
}

[class="fa-brands fa-y-combinator-1"], .brands-color-y-combinator-1 {
  color: #ff4000;
}

.active\:brands-color-y-combinator-1:active,
.focus\:brands-color-y-combinator-1:focus,
.hover\:brands-color-y-combinator-1:hover {
  color: #ff4000;
}

[class="fa-brands fa-yahoo"], .brands-color-yahoo {
  color: #410093;
}

.active\:brands-color-yahoo:active,
.focus\:brands-color-yahoo:focus,
.hover\:brands-color-yahoo:hover {
  color: #410093;
}

[class="fa-brands fa-yahoo-1"], .brands-color-yahoo-1 {
  color: #410093;
}

.active\:brands-color-yahoo-1:active,
.focus\:brands-color-yahoo-1:focus,
.hover\:brands-color-yahoo-1:hover {
  color: #410093;
}

[class="fa-brands fa-yandex"], .brands-color-yandex {
  color: #ffcc00;
}

.active\:brands-color-yandex:active,
.focus\:brands-color-yandex:focus,
.hover\:brands-color-yandex:hover {
  color: #ffcc00;
}

[class="fa-brands fa-yandex-1"], .brands-color-yandex-1 {
  color: #ffcc00;
}

.active\:brands-color-yandex-1:active,
.focus\:brands-color-yandex-1:focus,
.hover\:brands-color-yandex-1:hover {
  color: #ffcc00;
}

[class="fa-brands fa-yellow-pages"], .brands-color-yellow-pages {
  color: #ffd400;
}

.active\:brands-color-yellow-pages:active,
.focus\:brands-color-yellow-pages:focus,
.hover\:brands-color-yellow-pages:hover {
  color: #ffd400;
}

[class="fa-brands fa-yellow-pages-1"], .brands-color-yellow-pages-1 {
  color: #ffd400;
}

.active\:brands-color-yellow-pages-1:active,
.focus\:brands-color-yellow-pages-1:focus,
.hover\:brands-color-yellow-pages-1:hover {
  color: #ffd400;
}

[class="fa-brands fa-yellow-pages-2"], .brands-color-yellow-pages-2 {
  color: #000000;
}

.active\:brands-color-yellow-pages-2:active,
.focus\:brands-color-yellow-pages-2:focus,
.hover\:brands-color-yellow-pages-2:hover {
  color: #000000;
}

[class="fa-brands fa-yelp"], .brands-color-yelp {
  color: #af0606;
}

.active\:brands-color-yelp:active,
.focus\:brands-color-yelp:focus,
.hover\:brands-color-yelp:hover {
  color: #af0606;
}

[class="fa-brands fa-yelp-1"], .brands-color-yelp-1 {
  color: #af0606;
}

.active\:brands-color-yelp-1:active,
.focus\:brands-color-yelp-1:focus,
.hover\:brands-color-yelp-1:hover {
  color: #af0606;
}

[class="fa-brands fa-yii-framework"], .brands-color-yii-framework {
  color: #d8582b;
}

.active\:brands-color-yii-framework:active,
.focus\:brands-color-yii-framework:focus,
.hover\:brands-color-yii-framework:hover {
  color: #d8582b;
}

[class="fa-brands fa-yii-framework-1"], .brands-color-yii-framework-1 {
  color: #d8582b;
}

.active\:brands-color-yii-framework-1:active,
.focus\:brands-color-yii-framework-1:focus,
.hover\:brands-color-yii-framework-1:hover {
  color: #d8582b;
}

[class="fa-brands fa-yii-framework-2"], .brands-color-yii-framework-2 {
  color: #16a314;
}

.active\:brands-color-yii-framework-2:active,
.focus\:brands-color-yii-framework-2:focus,
.hover\:brands-color-yii-framework-2:hover {
  color: #16a314;
}

[class="fa-brands fa-yii-framework-3"], .brands-color-yii-framework-3 {
  color: #3b6fba;
}

.active\:brands-color-yii-framework-3:active,
.focus\:brands-color-yii-framework-3:focus,
.hover\:brands-color-yii-framework-3:hover {
  color: #3b6fba;
}

[class="fa-brands fa-yo"], .brands-color-yo {
  color: #9b59b6;
}

.active\:brands-color-yo:active,
.focus\:brands-color-yo:focus,
.hover\:brands-color-yo:hover {
  color: #9b59b6;
}

[class="fa-brands fa-yo-1"], .brands-color-yo-1 {
  color: #9b59b6;
}

.active\:brands-color-yo-1:active,
.focus\:brands-color-yo-1:focus,
.hover\:brands-color-yo-1:hover {
  color: #9b59b6;
}

[class="fa-brands fa-yo-2"], .brands-color-yo-2 {
  color: #e74c3c;
}

.active\:brands-color-yo-2:active,
.focus\:brands-color-yo-2:focus,
.hover\:brands-color-yo-2:hover {
  color: #e74c3c;
}

[class="fa-brands fa-yo-3"], .brands-color-yo-3 {
  color: #8e44ad;
}

.active\:brands-color-yo-3:active,
.focus\:brands-color-yo-3:focus,
.hover\:brands-color-yo-3:hover {
  color: #8e44ad;
}

[class="fa-brands fa-yo-4"], .brands-color-yo-4 {
  color: #2980b9;
}

.active\:brands-color-yo-4:active,
.focus\:brands-color-yo-4:focus,
.hover\:brands-color-yo-4:hover {
  color: #2980b9;
}

[class="fa-brands fa-yo-5"], .brands-color-yo-5 {
  color: #f1c40f;
}

.active\:brands-color-yo-5:active,
.focus\:brands-color-yo-5:focus,
.hover\:brands-color-yo-5:hover {
  color: #f1c40f;
}

[class="fa-brands fa-yo-6"], .brands-color-yo-6 {
  color: #16a085;
}

.active\:brands-color-yo-6:active,
.focus\:brands-color-yo-6:focus,
.hover\:brands-color-yo-6:hover {
  color: #16a085;
}

[class="fa-brands fa-yo-7"], .brands-color-yo-7 {
  color: #34495e;
}

.active\:brands-color-yo-7:active,
.focus\:brands-color-yo-7:focus,
.hover\:brands-color-yo-7:hover {
  color: #34495e;
}

[class="fa-brands fa-yo-8"], .brands-color-yo-8 {
  color: #3498db;
}

.active\:brands-color-yo-8:active,
.focus\:brands-color-yo-8:focus,
.hover\:brands-color-yo-8:hover {
  color: #3498db;
}

[class="fa-brands fa-yo-9"], .brands-color-yo-9 {
  color: #2ecc71;
}

.active\:brands-color-yo-9:active,
.focus\:brands-color-yo-9:focus,
.hover\:brands-color-yo-9:hover {
  color: #2ecc71;
}

[class="fa-brands fa-yo-10"], .brands-color-yo-10 {
  color: #1abc9c;
}

.active\:brands-color-yo-10:active,
.focus\:brands-color-yo-10:focus,
.hover\:brands-color-yo-10:hover {
  color: #1abc9c;
}

[class="fa-brands fa-youtube"], .brands-color-youtube {
  color: #ff0000;
}

.active\:brands-color-youtube:active,
.focus\:brands-color-youtube:focus,
.hover\:brands-color-youtube:hover {
  color: #ff0000;
}

[class="fa-brands fa-youtube-1"], .brands-color-youtube-1 {
  color: #ff0000;
}

.active\:brands-color-youtube-1:active,
.focus\:brands-color-youtube-1:focus,
.hover\:brands-color-youtube-1:hover {
  color: #ff0000;
}

[class="fa-brands fa-youtube-2"], .brands-color-youtube-2 {
  color: #282828;
}

.active\:brands-color-youtube-2:active,
.focus\:brands-color-youtube-2:focus,
.hover\:brands-color-youtube-2:hover {
  color: #282828;
}

[class="fa-brands fa-yummly"], .brands-color-yummly {
  color: #e16120;
}

.active\:brands-color-yummly:active,
.focus\:brands-color-yummly:focus,
.hover\:brands-color-yummly:hover {
  color: #e16120;
}

[class="fa-brands fa-yummly-1"], .brands-color-yummly-1 {
  color: #e16120;
}

.active\:brands-color-yummly-1:active,
.focus\:brands-color-yummly-1:focus,
.hover\:brands-color-yummly-1:hover {
  color: #e16120;
}

[class="fa-brands fa-yummly-2"], .brands-color-yummly-2 {
  color: #3a9691;
}

.active\:brands-color-yummly-2:active,
.focus\:brands-color-yummly-2:focus,
.hover\:brands-color-yummly-2:hover {
  color: #3a9691;
}

[class="fa-brands fa-yummly-3"], .brands-color-yummly-3 {
  color: #363533;
}

.active\:brands-color-yummly-3:active,
.focus\:brands-color-yummly-3:focus,
.hover\:brands-color-yummly-3:hover {
  color: #363533;
}

[class="fa-brands fa-zapier"], .brands-color-zapier {
  color: #ff4a00;
}

.active\:brands-color-zapier:active,
.focus\:brands-color-zapier:focus,
.hover\:brands-color-zapier:hover {
  color: #ff4a00;
}

[class="fa-brands fa-zapier-1"], .brands-color-zapier-1 {
  color: #ff4a00;
}

.active\:brands-color-zapier-1:active,
.focus\:brands-color-zapier-1:focus,
.hover\:brands-color-zapier-1:hover {
  color: #ff4a00;
}

[class="fa-brands fa-zapier-2"], .brands-color-zapier-2 {
  color: #fd7622;
}

.active\:brands-color-zapier-2:active,
.focus\:brands-color-zapier-2:focus,
.hover\:brands-color-zapier-2:hover {
  color: #fd7622;
}

[class="fa-brands fa-zapier-3"], .brands-color-zapier-3 {
  color: #ffc43e;
}

.active\:brands-color-zapier-3:active,
.focus\:brands-color-zapier-3:focus,
.hover\:brands-color-zapier-3:hover {
  color: #ffc43e;
}

[class="fa-brands fa-zapier-4"], .brands-color-zapier-4 {
  color: #5f6c72;
}

.active\:brands-color-zapier-4:active,
.focus\:brands-color-zapier-4:focus,
.hover\:brands-color-zapier-4:hover {
  color: #5f6c72;
}

[class="fa-brands fa-zapier-5"], .brands-color-zapier-5 {
  color: #499df3;
}

.active\:brands-color-zapier-5:active,
.focus\:brands-color-zapier-5:focus,
.hover\:brands-color-zapier-5:hover {
  color: #499df3;
}

[class="fa-brands fa-zapier-6"], .brands-color-zapier-6 {
  color: #13d0ab;
}

.active\:brands-color-zapier-6:active,
.focus\:brands-color-zapier-6:focus,
.hover\:brands-color-zapier-6:hover {
  color: #13d0ab;
}

[class="fa-brands fa-zendesk"], .brands-color-zendesk {
  color: #00363d;
}

.active\:brands-color-zendesk:active,
.focus\:brands-color-zendesk:focus,
.hover\:brands-color-zendesk:hover {
  color: #00363d;
}

[class="fa-brands fa-zendesk-1"], .brands-color-zendesk-1 {
  color: #00363d;
}

.active\:brands-color-zendesk-1:active,
.focus\:brands-color-zendesk-1:focus,
.hover\:brands-color-zendesk-1:hover {
  color: #00363d;
}

[class="fa-brands fa-zendesk-2"], .brands-color-zendesk-2 {
  color: #f79a3e;
}

.active\:brands-color-zendesk-2:active,
.focus\:brands-color-zendesk-2:focus,
.hover\:brands-color-zendesk-2:hover {
  color: #f79a3e;
}

[class="fa-brands fa-zendesk-3"], .brands-color-zendesk-3 {
  color: #eb6651;
}

.active\:brands-color-zendesk-3:active,
.focus\:brands-color-zendesk-3:focus,
.hover\:brands-color-zendesk-3:hover {
  color: #eb6651;
}

[class="fa-brands fa-zendesk-4"], .brands-color-zendesk-4 {
  color: #30aabc;
}

.active\:brands-color-zendesk-4:active,
.focus\:brands-color-zendesk-4:focus,
.hover\:brands-color-zendesk-4:hover {
  color: #30aabc;
}

[class="fa-brands fa-zendesk-5"], .brands-color-zendesk-5 {
  color: #eb4962;
}

.active\:brands-color-zendesk-5:active,
.focus\:brands-color-zendesk-5:focus,
.hover\:brands-color-zendesk-5:hover {
  color: #eb4962;
}

[class="fa-brands fa-zendesk-6"], .brands-color-zendesk-6 {
  color: #37b8af;
}

.active\:brands-color-zendesk-6:active,
.focus\:brands-color-zendesk-6:focus,
.hover\:brands-color-zendesk-6:hover {
  color: #37b8af;
}

[class="fa-brands fa-zendesk-7"], .brands-color-zendesk-7 {
  color: #78a300;
}

.active\:brands-color-zendesk-7:active,
.focus\:brands-color-zendesk-7:focus,
.hover\:brands-color-zendesk-7:hover {
  color: #78a300;
}

[class="fa-brands fa-zendesk-8"], .brands-color-zendesk-8 {
  color: #f0ca28;
}

.active\:brands-color-zendesk-8:active,
.focus\:brands-color-zendesk-8:focus,
.hover\:brands-color-zendesk-8:hover {
  color: #f0ca28;
}

[class="fa-brands fa-zerply"], .brands-color-zerply {
  color: #9dbc7a;
}

.active\:brands-color-zerply:active,
.focus\:brands-color-zerply:focus,
.hover\:brands-color-zerply:hover {
  color: #9dbc7a;
}

[class="fa-brands fa-zerply-1"], .brands-color-zerply-1 {
  color: #9dbc7a;
}

.active\:brands-color-zerply-1:active,
.focus\:brands-color-zerply-1:focus,
.hover\:brands-color-zerply-1:hover {
  color: #9dbc7a;
}

[class="fa-brands fa-zillow"], .brands-color-zillow {
  color: #1277e1;
}

.active\:brands-color-zillow:active,
.focus\:brands-color-zillow:focus,
.hover\:brands-color-zillow:hover {
  color: #1277e1;
}

[class="fa-brands fa-zillow-1"], .brands-color-zillow-1 {
  color: #1277e1;
}

.active\:brands-color-zillow-1:active,
.focus\:brands-color-zillow-1:focus,
.hover\:brands-color-zillow-1:hover {
  color: #1277e1;
}

[class="fa-brands fa-zomato"], .brands-color-zomato {
  color: #cb202d;
}

.active\:brands-color-zomato:active,
.focus\:brands-color-zomato:focus,
.hover\:brands-color-zomato:hover {
  color: #cb202d;
}

[class="fa-brands fa-zomato-1"], .brands-color-zomato-1 {
  color: #cb202d;
}

.active\:brands-color-zomato-1:active,
.focus\:brands-color-zomato-1:focus,
.hover\:brands-color-zomato-1:hover {
  color: #cb202d;
}

[class="fa-brands fa-zomato-2"], .brands-color-zomato-2 {
  color: #2d2d2d;
}

.active\:brands-color-zomato-2:active,
.focus\:brands-color-zomato-2:focus,
.hover\:brands-color-zomato-2:hover {
  color: #2d2d2d;
}

[class="fa-brands fa-zomato-3"], .brands-color-zomato-3 {
  color: #f4f4f2;
}

.active\:brands-color-zomato-3:active,
.focus\:brands-color-zomato-3:focus,
.hover\:brands-color-zomato-3:hover {
  color: #f4f4f2;
}

[class="fa-brands fa-zoom"], .brands-color-zoom {
  color: #2d8cff;
}

.active\:brands-color-zoom:active,
.focus\:brands-color-zoom:focus,
.hover\:brands-color-zoom:hover {
  color: #2d8cff;
}

[class="fa-brands fa-zoom-1"], .brands-color-zoom-1 {
  color: #2d8cff;
}

.active\:brands-color-zoom-1:active,
.focus\:brands-color-zoom-1:focus,
.hover\:brands-color-zoom-1:hover {
  color: #2d8cff;
}

[class="fa-brands fa-zoom-2"], .brands-color-zoom-2 {
  color: #f26d21;
}

.active\:brands-color-zoom-2:active,
.focus\:brands-color-zoom-2:focus,
.hover\:brands-color-zoom-2:hover {
  color: #f26d21;
}

[class="fa-brands fa-zopim"], .brands-color-zopim {
  color: #ff9d3b;
}

.active\:brands-color-zopim:active,
.focus\:brands-color-zopim:focus,
.hover\:brands-color-zopim:hover {
  color: #ff9d3b;
}

[class="fa-brands fa-zopim-1"], .brands-color-zopim-1 {
  color: #ff9d3b;
}

.active\:brands-color-zopim-1:active,
.focus\:brands-color-zopim-1:focus,
.hover\:brands-color-zopim-1:hover {
  color: #ff9d3b;
}

.bg-primary {
  background-color: #03A9F4;
}
.bg-primary-100 {
  background-color: rgb(3, 152, 220);
}
.bg-primary-200 {
  background-color: rgb(2, 135, 195);
}
.bg-primary-300 {
  background-color: rgb(2, 118, 171);
}
.bg-primary-400 {
  background-color: rgb(2, 101, 146);
}
.bg-primary-500 {
  background-color: #03A9F4;
}
.bg-primary-600 {
  background-color: rgb(154, 221, 251);
}
.bg-primary-700 {
  background-color: rgb(179, 229, 252);
}
.bg-primary-800 {
  background-color: rgb(205, 238, 253);
}
.bg-primary-900 {
  background-color: rgb(230, 246, 254);
}

.bg-secondary {
  background-color: #333;
}
.bg-secondary-100 {
  background-color: rgb(46, 46, 46);
}
.bg-secondary-200 {
  background-color: rgb(41, 41, 41);
}
.bg-secondary-300 {
  background-color: rgb(36, 36, 36);
}
.bg-secondary-400 {
  background-color: rgb(31, 31, 31);
}
.bg-secondary-500 {
  background-color: #333;
}
.bg-secondary-600 {
  background-color: rgb(173, 173, 173);
}
.bg-secondary-700 {
  background-color: rgb(194, 194, 194);
}
.bg-secondary-800 {
  background-color: rgb(214, 214, 214);
}
.bg-secondary-900 {
  background-color: rgb(235, 235, 235);
}

.bg-success {
  background-color: #28a745;
}
.bg-success-100 {
  background-color: rgb(36, 150, 62);
}
.bg-success-200 {
  background-color: rgb(32, 134, 55);
}
.bg-success-300 {
  background-color: rgb(28, 117, 48);
}
.bg-success-400 {
  background-color: rgb(24, 100, 41);
}
.bg-success-500 {
  background-color: #28a745;
}
.bg-success-600 {
  background-color: rgb(169, 220, 181);
}
.bg-success-700 {
  background-color: rgb(191, 229, 199);
}
.bg-success-800 {
  background-color: rgb(212, 237, 218);
}
.bg-success-900 {
  background-color: rgb(234, 246, 236);
}

.bg-info {
  background-color: #0DCAF0;
}
.bg-info-100 {
  background-color: rgb(12, 182, 216);
}
.bg-info-200 {
  background-color: rgb(10, 162, 192);
}
.bg-info-300 {
  background-color: rgb(9, 141, 168);
}
.bg-info-400 {
  background-color: rgb(8, 121, 144);
}
.bg-info-500 {
  background-color: #0DCAF0;
}
.bg-info-600 {
  background-color: rgb(158, 234, 249);
}
.bg-info-700 {
  background-color: rgb(182, 239, 251);
}
.bg-info-800 {
  background-color: rgb(207, 244, 252);
}
.bg-info-900 {
  background-color: rgb(231, 250, 254);
}

.bg-warning {
  background-color: #FFC107;
}
.bg-warning-100 {
  background-color: rgb(230, 174, 6);
}
.bg-warning-200 {
  background-color: rgb(204, 154, 6);
}
.bg-warning-300 {
  background-color: rgb(179, 135, 5);
}
.bg-warning-400 {
  background-color: rgb(153, 116, 4);
}
.bg-warning-500 {
  background-color: #FFC107;
}
.bg-warning-600 {
  background-color: rgb(255, 230, 156);
}
.bg-warning-700 {
  background-color: rgb(255, 236, 181);
}
.bg-warning-800 {
  background-color: rgb(255, 243, 205);
}
.bg-warning-900 {
  background-color: rgb(255, 249, 230);
}

.bg-danger {
  background-color: #DC3545;
}
.bg-danger-100 {
  background-color: rgb(198, 48, 62);
}
.bg-danger-200 {
  background-color: rgb(176, 42, 55);
}
.bg-danger-300 {
  background-color: rgb(154, 37, 48);
}
.bg-danger-400 {
  background-color: rgb(132, 32, 41);
}
.bg-danger-500 {
  background-color: #DC3545;
}
.bg-danger-600 {
  background-color: rgb(241, 174, 181);
}
.bg-danger-700 {
  background-color: rgb(245, 194, 199);
}
.bg-danger-800 {
  background-color: rgb(248, 215, 218);
}
.bg-danger-900 {
  background-color: rgb(252, 235, 236);
}

.bg-light {
  background-color: #f5f5f5;
}
.bg-light-100 {
  background-color: rgb(221, 221, 221);
}
.bg-light-200 {
  background-color: rgb(196, 196, 196);
}
.bg-light-300 {
  background-color: rgb(172, 172, 172);
}
.bg-light-400 {
  background-color: rgb(147, 147, 147);
}
.bg-light-500 {
  background-color: #f5f5f5;
}
.bg-light-600 {
  background-color: rgb(251, 251, 251);
}
.bg-light-700 {
  background-color: rgb(252, 252, 252);
}
.bg-light-800 {
  background-color: rgb(253, 253, 253);
}
.bg-light-900 {
  background-color: rgb(254, 254, 254);
}

.bg-dark {
  background-color: #212529;
}
.bg-dark-100 {
  background-color: rgb(30, 33, 37);
}
.bg-dark-200 {
  background-color: rgb(26, 30, 33);
}
.bg-dark-300 {
  background-color: rgb(23, 26, 29);
}
.bg-dark-400 {
  background-color: rgb(20, 22, 25);
}
.bg-dark-500 {
  background-color: #212529;
}
.bg-dark-600 {
  background-color: rgb(166, 168, 169);
}
.bg-dark-700 {
  background-color: rgb(188, 190, 191);
}
.bg-dark-800 {
  background-color: rgb(211, 211, 212);
}
.bg-dark-900 {
  background-color: rgb(233, 233, 234);
}

.bg-red {
  background-color: #F44336;
}
.bg-red-100 {
  background-color: rgb(220, 60, 49);
}
.bg-red-200 {
  background-color: rgb(195, 54, 43);
}
.bg-red-300 {
  background-color: rgb(171, 47, 38);
}
.bg-red-400 {
  background-color: rgb(146, 40, 32);
}
.bg-red-500 {
  background-color: #F44336;
}
.bg-red-600 {
  background-color: rgb(251, 180, 175);
}
.bg-red-700 {
  background-color: rgb(252, 199, 195);
}
.bg-red-800 {
  background-color: rgb(253, 217, 215);
}
.bg-red-900 {
  background-color: rgb(254, 236, 235);
}

.bg-green {
  background-color: #4CAF50;
}
.bg-green-100 {
  background-color: rgb(68, 158, 72);
}
.bg-green-200 {
  background-color: rgb(61, 140, 64);
}
.bg-green-300 {
  background-color: rgb(53, 122, 56);
}
.bg-green-400 {
  background-color: rgb(46, 105, 48);
}
.bg-green-500 {
  background-color: #4CAF50;
}
.bg-green-600 {
  background-color: rgb(183, 223, 185);
}
.bg-green-700 {
  background-color: rgb(201, 231, 203);
}
.bg-green-800 {
  background-color: rgb(219, 239, 220);
}
.bg-green-900 {
  background-color: rgb(237, 247, 238);
}

.bg-blue {
  background-color: #2196F3;
}
.bg-blue-100 {
  background-color: rgb(30, 135, 219);
}
.bg-blue-200 {
  background-color: rgb(26, 120, 194);
}
.bg-blue-300 {
  background-color: rgb(23, 105, 170);
}
.bg-blue-400 {
  background-color: rgb(20, 90, 146);
}
.bg-blue-500 {
  background-color: #2196F3;
}
.bg-blue-600 {
  background-color: rgb(166, 213, 250);
}
.bg-blue-700 {
  background-color: rgb(188, 224, 251);
}
.bg-blue-800 {
  background-color: rgb(211, 234, 253);
}
.bg-blue-900 {
  background-color: rgb(233, 245, 254);
}

.bg-black {
  background-color: #000;
}
.bg-black-100 {
  background-color: rgb(0, 0, 0);
}
.bg-black-200 {
  background-color: rgb(0, 0, 0);
}
.bg-black-300 {
  background-color: rgb(0, 0, 0);
}
.bg-black-400 {
  background-color: rgb(0, 0, 0);
}
.bg-black-500 {
  background-color: #000;
}
.bg-black-600 {
  background-color: rgb(153, 153, 153);
}
.bg-black-700 {
  background-color: rgb(179, 179, 179);
}
.bg-black-800 {
  background-color: rgb(204, 204, 204);
}
.bg-black-900 {
  background-color: rgb(230, 230, 230);
}

.bg-white {
  background-color: #fff;
}
.bg-white-100 {
  background-color: rgb(230, 230, 230);
}
.bg-white-200 {
  background-color: rgb(204, 204, 204);
}
.bg-white-300 {
  background-color: rgb(179, 179, 179);
}
.bg-white-400 {
  background-color: rgb(153, 153, 153);
}
.bg-white-500 {
  background-color: #fff;
}
.bg-white-600 {
  background-color: rgb(255, 255, 255);
}
.bg-white-700 {
  background-color: rgb(255, 255, 255);
}
.bg-white-800 {
  background-color: rgb(255, 255, 255);
}
.bg-white-900 {
  background-color: rgb(255, 255, 255);
}

.bg-pink {
  background-color: #E91E63;
}
.bg-pink-100 {
  background-color: rgb(210, 27, 89);
}
.bg-pink-200 {
  background-color: rgb(186, 24, 79);
}
.bg-pink-300 {
  background-color: rgb(163, 21, 69);
}
.bg-pink-400 {
  background-color: rgb(140, 18, 59);
}
.bg-pink-500 {
  background-color: #E91E63;
}
.bg-pink-600 {
  background-color: rgb(246, 165, 193);
}
.bg-pink-700 {
  background-color: rgb(248, 188, 208);
}
.bg-pink-800 {
  background-color: rgb(251, 210, 224);
}
.bg-pink-900 {
  background-color: rgb(253, 233, 239);
}

.bg-purple {
  background-color: #9C27B0;
}
.bg-purple-100 {
  background-color: rgb(140, 35, 158);
}
.bg-purple-200 {
  background-color: rgb(125, 31, 141);
}
.bg-purple-300 {
  background-color: rgb(109, 27, 123);
}
.bg-purple-400 {
  background-color: rgb(94, 23, 106);
}
.bg-purple-500 {
  background-color: #9C27B0;
}
.bg-purple-600 {
  background-color: rgb(215, 169, 223);
}
.bg-purple-700 {
  background-color: rgb(225, 190, 231);
}
.bg-purple-800 {
  background-color: rgb(235, 212, 239);
}
.bg-purple-900 {
  background-color: rgb(245, 233, 247);
}

.bg-indigo {
  background-color: #3E51B5;
}
.bg-indigo-100 {
  background-color: rgb(56, 73, 163);
}
.bg-indigo-200 {
  background-color: rgb(50, 65, 145);
}
.bg-indigo-300 {
  background-color: rgb(43, 57, 127);
}
.bg-indigo-400 {
  background-color: rgb(37, 49, 109);
}
.bg-indigo-500 {
  background-color: #3E51B5;
}
.bg-indigo-600 {
  background-color: rgb(178, 185, 225);
}
.bg-indigo-700 {
  background-color: rgb(197, 203, 233);
}
.bg-indigo-800 {
  background-color: rgb(216, 220, 240);
}
.bg-indigo-900 {
  background-color: rgb(236, 238, 248);
}

.bg-cyan {
  background-color: #00BCD4;
}
.bg-cyan-100 {
  background-color: rgb(0, 169, 191);
}
.bg-cyan-200 {
  background-color: rgb(0, 150, 170);
}
.bg-cyan-300 {
  background-color: rgb(0, 132, 148);
}
.bg-cyan-400 {
  background-color: rgb(0, 113, 127);
}
.bg-cyan-500 {
  background-color: #00BCD4;
}
.bg-cyan-600 {
  background-color: rgb(153, 228, 238);
}
.bg-cyan-700 {
  background-color: rgb(179, 235, 242);
}
.bg-cyan-800 {
  background-color: rgb(204, 242, 246);
}
.bg-cyan-900 {
  background-color: rgb(230, 248, 251);
}

.bg-teal {
  background-color: #009688;
}
.bg-teal-100 {
  background-color: rgb(0, 135, 122);
}
.bg-teal-200 {
  background-color: rgb(0, 120, 109);
}
.bg-teal-300 {
  background-color: rgb(0, 105, 95);
}
.bg-teal-400 {
  background-color: rgb(0, 90, 82);
}
.bg-teal-500 {
  background-color: #009688;
}
.bg-teal-600 {
  background-color: rgb(153, 213, 207);
}
.bg-teal-700 {
  background-color: rgb(179, 224, 219);
}
.bg-teal-800 {
  background-color: rgb(204, 234, 231);
}
.bg-teal-900 {
  background-color: rgb(230, 245, 243);
}

.bg-lime {
  background-color: #CDDC39;
}
.bg-lime-100 {
  background-color: rgb(185, 198, 51);
}
.bg-lime-200 {
  background-color: rgb(164, 176, 46);
}
.bg-lime-300 {
  background-color: rgb(144, 154, 40);
}
.bg-lime-400 {
  background-color: rgb(123, 132, 34);
}
.bg-lime-500 {
  background-color: #CDDC39;
}
.bg-lime-600 {
  background-color: rgb(235, 241, 176);
}
.bg-lime-700 {
  background-color: rgb(240, 245, 196);
}
.bg-lime-800 {
  background-color: rgb(245, 248, 215);
}
.bg-lime-900 {
  background-color: rgb(250, 252, 235);
}

.bg-yellow {
  background-color: #FFEB3B;
}
.bg-yellow-100 {
  background-color: rgb(230, 212, 53);
}
.bg-yellow-200 {
  background-color: rgb(204, 188, 47);
}
.bg-yellow-300 {
  background-color: rgb(179, 165, 41);
}
.bg-yellow-400 {
  background-color: rgb(153, 141, 35);
}
.bg-yellow-500 {
  background-color: #FFEB3B;
}
.bg-yellow-600 {
  background-color: rgb(255, 247, 177);
}
.bg-yellow-700 {
  background-color: rgb(255, 249, 196);
}
.bg-yellow-800 {
  background-color: rgb(255, 251, 216);
}
.bg-yellow-900 {
  background-color: rgb(255, 253, 235);
}

.bg-amber {
  background-color: #FFC107;
}
.bg-amber-100 {
  background-color: rgb(230, 174, 6);
}
.bg-amber-200 {
  background-color: rgb(204, 154, 6);
}
.bg-amber-300 {
  background-color: rgb(179, 135, 5);
}
.bg-amber-400 {
  background-color: rgb(153, 116, 4);
}
.bg-amber-500 {
  background-color: #FFC107;
}
.bg-amber-600 {
  background-color: rgb(255, 230, 156);
}
.bg-amber-700 {
  background-color: rgb(255, 236, 181);
}
.bg-amber-800 {
  background-color: rgb(255, 243, 205);
}
.bg-amber-900 {
  background-color: rgb(255, 249, 230);
}

.bg-orange {
  background-color: #FF9800;
}
.bg-orange-100 {
  background-color: rgb(230, 137, 0);
}
.bg-orange-200 {
  background-color: rgb(204, 122, 0);
}
.bg-orange-300 {
  background-color: rgb(179, 106, 0);
}
.bg-orange-400 {
  background-color: rgb(153, 91, 0);
}
.bg-orange-500 {
  background-color: #FF9800;
}
.bg-orange-600 {
  background-color: rgb(255, 214, 153);
}
.bg-orange-700 {
  background-color: rgb(255, 224, 179);
}
.bg-orange-800 {
  background-color: rgb(255, 234, 204);
}
.bg-orange-900 {
  background-color: rgb(255, 245, 230);
}

.bg-lightblue {
  background-color: #03A9F4;
}
.bg-lightblue-100 {
  background-color: rgb(3, 152, 220);
}
.bg-lightblue-200 {
  background-color: rgb(2, 135, 195);
}
.bg-lightblue-300 {
  background-color: rgb(2, 118, 171);
}
.bg-lightblue-400 {
  background-color: rgb(2, 101, 146);
}
.bg-lightblue-500 {
  background-color: #03A9F4;
}
.bg-lightblue-600 {
  background-color: rgb(154, 221, 251);
}
.bg-lightblue-700 {
  background-color: rgb(179, 229, 252);
}
.bg-lightblue-800 {
  background-color: rgb(205, 238, 253);
}
.bg-lightblue-900 {
  background-color: rgb(230, 246, 254);
}

.bg-lightgreen {
  background-color: #76FF03;
}
.bg-lightgreen-100 {
  background-color: rgb(106, 230, 3);
}
.bg-lightgreen-200 {
  background-color: rgb(94, 204, 2);
}
.bg-lightgreen-300 {
  background-color: rgb(83, 179, 2);
}
.bg-lightgreen-400 {
  background-color: rgb(71, 153, 2);
}
.bg-lightgreen-500 {
  background-color: #76FF03;
}
.bg-lightgreen-600 {
  background-color: rgb(200, 255, 154);
}
.bg-lightgreen-700 {
  background-color: rgb(214, 255, 179);
}
.bg-lightgreen-800 {
  background-color: rgb(228, 255, 205);
}
.bg-lightgreen-900 {
  background-color: rgb(241, 255, 230);
}

.bg-deeppurple {
  background-color: #673AB7;
}
.bg-deeppurple-100 {
  background-color: rgb(93, 52, 165);
}
.bg-deeppurple-200 {
  background-color: rgb(82, 46, 146);
}
.bg-deeppurple-300 {
  background-color: rgb(72, 41, 128);
}
.bg-deeppurple-400 {
  background-color: rgb(62, 35, 110);
}
.bg-deeppurple-500 {
  background-color: #673AB7;
}
.bg-deeppurple-600 {
  background-color: rgb(194, 176, 226);
}
.bg-deeppurple-700 {
  background-color: rgb(209, 196, 233);
}
.bg-deeppurple-800 {
  background-color: rgb(225, 216, 241);
}
.bg-deeppurple-900 {
  background-color: rgb(240, 235, 248);
}

.bg-deeporange {
  background-color: #DD6E0F;
}
.bg-deeporange-100 {
  background-color: rgb(199, 99, 14);
}
.bg-deeporange-200 {
  background-color: rgb(177, 88, 12);
}
.bg-deeporange-300 {
  background-color: rgb(155, 77, 11);
}
.bg-deeporange-400 {
  background-color: rgb(133, 66, 9);
}
.bg-deeporange-500 {
  background-color: #DD6E0F;
}
.bg-deeporange-600 {
  background-color: rgb(241, 197, 159);
}
.bg-deeporange-700 {
  background-color: rgb(245, 212, 183);
}
.bg-deeporange-800 {
  background-color: rgb(248, 226, 207);
}
.bg-deeporange-900 {
  background-color: rgb(252, 241, 231);
}

.bg-brown {
  background-color: #964B00;
}
.bg-brown-100 {
  background-color: rgb(135, 68, 0);
}
.bg-brown-200 {
  background-color: rgb(120, 60, 0);
}
.bg-brown-300 {
  background-color: rgb(105, 53, 0);
}
.bg-brown-400 {
  background-color: rgb(90, 45, 0);
}
.bg-brown-500 {
  background-color: #964B00;
}
.bg-brown-600 {
  background-color: rgb(213, 183, 153);
}
.bg-brown-700 {
  background-color: rgb(224, 201, 179);
}
.bg-brown-800 {
  background-color: rgb(234, 219, 204);
}
.bg-brown-900 {
  background-color: rgb(245, 237, 230);
}

.bg-grey {
  background-color: #808080;
}
.bg-grey-100 {
  background-color: rgb(115, 115, 115);
}
.bg-grey-200 {
  background-color: rgb(102, 102, 102);
}
.bg-grey-300 {
  background-color: rgb(90, 90, 90);
}
.bg-grey-400 {
  background-color: rgb(77, 77, 77);
}
.bg-grey-500 {
  background-color: #808080;
}
.bg-grey-600 {
  background-color: rgb(204, 204, 204);
}
.bg-grey-700 {
  background-color: rgb(217, 217, 217);
}
.bg-grey-800 {
  background-color: rgb(230, 230, 230);
}
.bg-grey-900 {
  background-color: rgb(242, 242, 242);
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}
.bg-transparent-100 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-transparent-200 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-transparent-300 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-transparent-400 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-transparent-500 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-transparent-600 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-transparent-700 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-transparent-800 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-transparent-900 {
  background-color: rgba(255, 255, 255, 0.9);
}

.active\:bg-primary:active,
.focus\:bg-primary:focus,
.hover\:bg-primary:hover {
  background-color: #03A9F4;
}

.active\:bg-primary-100:active,
.focus\:bg-primary-100:focus,
.hover\:bg-primary-100:hover {
  background-color: rgb(3, 152, 220);
}

.active\:bg-primary-200:active,
.focus\:bg-primary-200:focus,
.hover\:bg-primary-200:hover {
  background-color: rgb(2, 135, 195);
}

.active\:bg-primary-300:active,
.focus\:bg-primary-300:focus,
.hover\:bg-primary-300:hover {
  background-color: rgb(2, 118, 171);
}

.active\:bg-primary-400:active,
.focus\:bg-primary-400:focus,
.hover\:bg-primary-400:hover {
  background-color: rgb(2, 101, 146);
}

.active\:bg-primary-500:active,
.focus\:bg-primary-500:focus,
.hover\:bg-primary-500:hover {
  background-color: #03A9F4;
}

.active\:bg-primary-600:active,
.focus\:bg-primary-600:focus,
.hover\:bg-primary-600:hover {
  background-color: rgb(154, 221, 251);
}

.active\:bg-primary-700:active,
.focus\:bg-primary-700:focus,
.hover\:bg-primary-700:hover {
  background-color: rgb(179, 229, 252);
}

.active\:bg-primary-800:active,
.focus\:bg-primary-800:focus,
.hover\:bg-primary-800:hover {
  background-color: rgb(205, 238, 253);
}

.active\:bg-primary-900:active,
.focus\:bg-primary-900:focus,
.hover\:bg-primary-900:hover {
  background-color: rgb(230, 246, 254);
}

.active\:bg-secondary:active,
.focus\:bg-secondary:focus,
.hover\:bg-secondary:hover {
  background-color: #333;
}

.active\:bg-secondary-100:active,
.focus\:bg-secondary-100:focus,
.hover\:bg-secondary-100:hover {
  background-color: rgb(46, 46, 46);
}

.active\:bg-secondary-200:active,
.focus\:bg-secondary-200:focus,
.hover\:bg-secondary-200:hover {
  background-color: rgb(41, 41, 41);
}

.active\:bg-secondary-300:active,
.focus\:bg-secondary-300:focus,
.hover\:bg-secondary-300:hover {
  background-color: rgb(36, 36, 36);
}

.active\:bg-secondary-400:active,
.focus\:bg-secondary-400:focus,
.hover\:bg-secondary-400:hover {
  background-color: rgb(31, 31, 31);
}

.active\:bg-secondary-500:active,
.focus\:bg-secondary-500:focus,
.hover\:bg-secondary-500:hover {
  background-color: #333;
}

.active\:bg-secondary-600:active,
.focus\:bg-secondary-600:focus,
.hover\:bg-secondary-600:hover {
  background-color: rgb(173, 173, 173);
}

.active\:bg-secondary-700:active,
.focus\:bg-secondary-700:focus,
.hover\:bg-secondary-700:hover {
  background-color: rgb(194, 194, 194);
}

.active\:bg-secondary-800:active,
.focus\:bg-secondary-800:focus,
.hover\:bg-secondary-800:hover {
  background-color: rgb(214, 214, 214);
}

.active\:bg-secondary-900:active,
.focus\:bg-secondary-900:focus,
.hover\:bg-secondary-900:hover {
  background-color: rgb(235, 235, 235);
}

.active\:bg-success:active,
.focus\:bg-success:focus,
.hover\:bg-success:hover {
  background-color: #28a745;
}

.active\:bg-success-100:active,
.focus\:bg-success-100:focus,
.hover\:bg-success-100:hover {
  background-color: rgb(36, 150, 62);
}

.active\:bg-success-200:active,
.focus\:bg-success-200:focus,
.hover\:bg-success-200:hover {
  background-color: rgb(32, 134, 55);
}

.active\:bg-success-300:active,
.focus\:bg-success-300:focus,
.hover\:bg-success-300:hover {
  background-color: rgb(28, 117, 48);
}

.active\:bg-success-400:active,
.focus\:bg-success-400:focus,
.hover\:bg-success-400:hover {
  background-color: rgb(24, 100, 41);
}

.active\:bg-success-500:active,
.focus\:bg-success-500:focus,
.hover\:bg-success-500:hover {
  background-color: #28a745;
}

.active\:bg-success-600:active,
.focus\:bg-success-600:focus,
.hover\:bg-success-600:hover {
  background-color: rgb(169, 220, 181);
}

.active\:bg-success-700:active,
.focus\:bg-success-700:focus,
.hover\:bg-success-700:hover {
  background-color: rgb(191, 229, 199);
}

.active\:bg-success-800:active,
.focus\:bg-success-800:focus,
.hover\:bg-success-800:hover {
  background-color: rgb(212, 237, 218);
}

.active\:bg-success-900:active,
.focus\:bg-success-900:focus,
.hover\:bg-success-900:hover {
  background-color: rgb(234, 246, 236);
}

.active\:bg-info:active,
.focus\:bg-info:focus,
.hover\:bg-info:hover {
  background-color: #0DCAF0;
}

.active\:bg-info-100:active,
.focus\:bg-info-100:focus,
.hover\:bg-info-100:hover {
  background-color: rgb(12, 182, 216);
}

.active\:bg-info-200:active,
.focus\:bg-info-200:focus,
.hover\:bg-info-200:hover {
  background-color: rgb(10, 162, 192);
}

.active\:bg-info-300:active,
.focus\:bg-info-300:focus,
.hover\:bg-info-300:hover {
  background-color: rgb(9, 141, 168);
}

.active\:bg-info-400:active,
.focus\:bg-info-400:focus,
.hover\:bg-info-400:hover {
  background-color: rgb(8, 121, 144);
}

.active\:bg-info-500:active,
.focus\:bg-info-500:focus,
.hover\:bg-info-500:hover {
  background-color: #0DCAF0;
}

.active\:bg-info-600:active,
.focus\:bg-info-600:focus,
.hover\:bg-info-600:hover {
  background-color: rgb(158, 234, 249);
}

.active\:bg-info-700:active,
.focus\:bg-info-700:focus,
.hover\:bg-info-700:hover {
  background-color: rgb(182, 239, 251);
}

.active\:bg-info-800:active,
.focus\:bg-info-800:focus,
.hover\:bg-info-800:hover {
  background-color: rgb(207, 244, 252);
}

.active\:bg-info-900:active,
.focus\:bg-info-900:focus,
.hover\:bg-info-900:hover {
  background-color: rgb(231, 250, 254);
}

.active\:bg-warning:active,
.focus\:bg-warning:focus,
.hover\:bg-warning:hover {
  background-color: #FFC107;
}

.active\:bg-warning-100:active,
.focus\:bg-warning-100:focus,
.hover\:bg-warning-100:hover {
  background-color: rgb(230, 174, 6);
}

.active\:bg-warning-200:active,
.focus\:bg-warning-200:focus,
.hover\:bg-warning-200:hover {
  background-color: rgb(204, 154, 6);
}

.active\:bg-warning-300:active,
.focus\:bg-warning-300:focus,
.hover\:bg-warning-300:hover {
  background-color: rgb(179, 135, 5);
}

.active\:bg-warning-400:active,
.focus\:bg-warning-400:focus,
.hover\:bg-warning-400:hover {
  background-color: rgb(153, 116, 4);
}

.active\:bg-warning-500:active,
.focus\:bg-warning-500:focus,
.hover\:bg-warning-500:hover {
  background-color: #FFC107;
}

.active\:bg-warning-600:active,
.focus\:bg-warning-600:focus,
.hover\:bg-warning-600:hover {
  background-color: rgb(255, 230, 156);
}

.active\:bg-warning-700:active,
.focus\:bg-warning-700:focus,
.hover\:bg-warning-700:hover {
  background-color: rgb(255, 236, 181);
}

.active\:bg-warning-800:active,
.focus\:bg-warning-800:focus,
.hover\:bg-warning-800:hover {
  background-color: rgb(255, 243, 205);
}

.active\:bg-warning-900:active,
.focus\:bg-warning-900:focus,
.hover\:bg-warning-900:hover {
  background-color: rgb(255, 249, 230);
}

.active\:bg-danger:active,
.focus\:bg-danger:focus,
.hover\:bg-danger:hover {
  background-color: #DC3545;
}

.active\:bg-danger-100:active,
.focus\:bg-danger-100:focus,
.hover\:bg-danger-100:hover {
  background-color: rgb(198, 48, 62);
}

.active\:bg-danger-200:active,
.focus\:bg-danger-200:focus,
.hover\:bg-danger-200:hover {
  background-color: rgb(176, 42, 55);
}

.active\:bg-danger-300:active,
.focus\:bg-danger-300:focus,
.hover\:bg-danger-300:hover {
  background-color: rgb(154, 37, 48);
}

.active\:bg-danger-400:active,
.focus\:bg-danger-400:focus,
.hover\:bg-danger-400:hover {
  background-color: rgb(132, 32, 41);
}

.active\:bg-danger-500:active,
.focus\:bg-danger-500:focus,
.hover\:bg-danger-500:hover {
  background-color: #DC3545;
}

.active\:bg-danger-600:active,
.focus\:bg-danger-600:focus,
.hover\:bg-danger-600:hover {
  background-color: rgb(241, 174, 181);
}

.active\:bg-danger-700:active,
.focus\:bg-danger-700:focus,
.hover\:bg-danger-700:hover {
  background-color: rgb(245, 194, 199);
}

.active\:bg-danger-800:active,
.focus\:bg-danger-800:focus,
.hover\:bg-danger-800:hover {
  background-color: rgb(248, 215, 218);
}

.active\:bg-danger-900:active,
.focus\:bg-danger-900:focus,
.hover\:bg-danger-900:hover {
  background-color: rgb(252, 235, 236);
}

.active\:bg-light:active,
.focus\:bg-light:focus,
.hover\:bg-light:hover {
  background-color: #f5f5f5;
}

.active\:bg-light-100:active,
.focus\:bg-light-100:focus,
.hover\:bg-light-100:hover {
  background-color: rgb(221, 221, 221);
}

.active\:bg-light-200:active,
.focus\:bg-light-200:focus,
.hover\:bg-light-200:hover {
  background-color: rgb(196, 196, 196);
}

.active\:bg-light-300:active,
.focus\:bg-light-300:focus,
.hover\:bg-light-300:hover {
  background-color: rgb(172, 172, 172);
}

.active\:bg-light-400:active,
.focus\:bg-light-400:focus,
.hover\:bg-light-400:hover {
  background-color: rgb(147, 147, 147);
}

.active\:bg-light-500:active,
.focus\:bg-light-500:focus,
.hover\:bg-light-500:hover {
  background-color: #f5f5f5;
}

.active\:bg-light-600:active,
.focus\:bg-light-600:focus,
.hover\:bg-light-600:hover {
  background-color: rgb(251, 251, 251);
}

.active\:bg-light-700:active,
.focus\:bg-light-700:focus,
.hover\:bg-light-700:hover {
  background-color: rgb(252, 252, 252);
}

.active\:bg-light-800:active,
.focus\:bg-light-800:focus,
.hover\:bg-light-800:hover {
  background-color: rgb(253, 253, 253);
}

.active\:bg-light-900:active,
.focus\:bg-light-900:focus,
.hover\:bg-light-900:hover {
  background-color: rgb(254, 254, 254);
}

.active\:bg-dark:active,
.focus\:bg-dark:focus,
.hover\:bg-dark:hover {
  background-color: #212529;
}

.active\:bg-dark-100:active,
.focus\:bg-dark-100:focus,
.hover\:bg-dark-100:hover {
  background-color: rgb(30, 33, 37);
}

.active\:bg-dark-200:active,
.focus\:bg-dark-200:focus,
.hover\:bg-dark-200:hover {
  background-color: rgb(26, 30, 33);
}

.active\:bg-dark-300:active,
.focus\:bg-dark-300:focus,
.hover\:bg-dark-300:hover {
  background-color: rgb(23, 26, 29);
}

.active\:bg-dark-400:active,
.focus\:bg-dark-400:focus,
.hover\:bg-dark-400:hover {
  background-color: rgb(20, 22, 25);
}

.active\:bg-dark-500:active,
.focus\:bg-dark-500:focus,
.hover\:bg-dark-500:hover {
  background-color: #212529;
}

.active\:bg-dark-600:active,
.focus\:bg-dark-600:focus,
.hover\:bg-dark-600:hover {
  background-color: rgb(166, 168, 169);
}

.active\:bg-dark-700:active,
.focus\:bg-dark-700:focus,
.hover\:bg-dark-700:hover {
  background-color: rgb(188, 190, 191);
}

.active\:bg-dark-800:active,
.focus\:bg-dark-800:focus,
.hover\:bg-dark-800:hover {
  background-color: rgb(211, 211, 212);
}

.active\:bg-dark-900:active,
.focus\:bg-dark-900:focus,
.hover\:bg-dark-900:hover {
  background-color: rgb(233, 233, 234);
}

.active\:bg-red:active,
.focus\:bg-red:focus,
.hover\:bg-red:hover {
  background-color: #F44336;
}

.active\:bg-red-100:active,
.focus\:bg-red-100:focus,
.hover\:bg-red-100:hover {
  background-color: rgb(220, 60, 49);
}

.active\:bg-red-200:active,
.focus\:bg-red-200:focus,
.hover\:bg-red-200:hover {
  background-color: rgb(195, 54, 43);
}

.active\:bg-red-300:active,
.focus\:bg-red-300:focus,
.hover\:bg-red-300:hover {
  background-color: rgb(171, 47, 38);
}

.active\:bg-red-400:active,
.focus\:bg-red-400:focus,
.hover\:bg-red-400:hover {
  background-color: rgb(146, 40, 32);
}

.active\:bg-red-500:active,
.focus\:bg-red-500:focus,
.hover\:bg-red-500:hover {
  background-color: #F44336;
}

.active\:bg-red-600:active,
.focus\:bg-red-600:focus,
.hover\:bg-red-600:hover {
  background-color: rgb(251, 180, 175);
}

.active\:bg-red-700:active,
.focus\:bg-red-700:focus,
.hover\:bg-red-700:hover {
  background-color: rgb(252, 199, 195);
}

.active\:bg-red-800:active,
.focus\:bg-red-800:focus,
.hover\:bg-red-800:hover {
  background-color: rgb(253, 217, 215);
}

.active\:bg-red-900:active,
.focus\:bg-red-900:focus,
.hover\:bg-red-900:hover {
  background-color: rgb(254, 236, 235);
}

.active\:bg-green:active,
.focus\:bg-green:focus,
.hover\:bg-green:hover {
  background-color: #4CAF50;
}

.active\:bg-green-100:active,
.focus\:bg-green-100:focus,
.hover\:bg-green-100:hover {
  background-color: rgb(68, 158, 72);
}

.active\:bg-green-200:active,
.focus\:bg-green-200:focus,
.hover\:bg-green-200:hover {
  background-color: rgb(61, 140, 64);
}

.active\:bg-green-300:active,
.focus\:bg-green-300:focus,
.hover\:bg-green-300:hover {
  background-color: rgb(53, 122, 56);
}

.active\:bg-green-400:active,
.focus\:bg-green-400:focus,
.hover\:bg-green-400:hover {
  background-color: rgb(46, 105, 48);
}

.active\:bg-green-500:active,
.focus\:bg-green-500:focus,
.hover\:bg-green-500:hover {
  background-color: #4CAF50;
}

.active\:bg-green-600:active,
.focus\:bg-green-600:focus,
.hover\:bg-green-600:hover {
  background-color: rgb(183, 223, 185);
}

.active\:bg-green-700:active,
.focus\:bg-green-700:focus,
.hover\:bg-green-700:hover {
  background-color: rgb(201, 231, 203);
}

.active\:bg-green-800:active,
.focus\:bg-green-800:focus,
.hover\:bg-green-800:hover {
  background-color: rgb(219, 239, 220);
}

.active\:bg-green-900:active,
.focus\:bg-green-900:focus,
.hover\:bg-green-900:hover {
  background-color: rgb(237, 247, 238);
}

.active\:bg-blue:active,
.focus\:bg-blue:focus,
.hover\:bg-blue:hover {
  background-color: #2196F3;
}

.active\:bg-blue-100:active,
.focus\:bg-blue-100:focus,
.hover\:bg-blue-100:hover {
  background-color: rgb(30, 135, 219);
}

.active\:bg-blue-200:active,
.focus\:bg-blue-200:focus,
.hover\:bg-blue-200:hover {
  background-color: rgb(26, 120, 194);
}

.active\:bg-blue-300:active,
.focus\:bg-blue-300:focus,
.hover\:bg-blue-300:hover {
  background-color: rgb(23, 105, 170);
}

.active\:bg-blue-400:active,
.focus\:bg-blue-400:focus,
.hover\:bg-blue-400:hover {
  background-color: rgb(20, 90, 146);
}

.active\:bg-blue-500:active,
.focus\:bg-blue-500:focus,
.hover\:bg-blue-500:hover {
  background-color: #2196F3;
}

.active\:bg-blue-600:active,
.focus\:bg-blue-600:focus,
.hover\:bg-blue-600:hover {
  background-color: rgb(166, 213, 250);
}

.active\:bg-blue-700:active,
.focus\:bg-blue-700:focus,
.hover\:bg-blue-700:hover {
  background-color: rgb(188, 224, 251);
}

.active\:bg-blue-800:active,
.focus\:bg-blue-800:focus,
.hover\:bg-blue-800:hover {
  background-color: rgb(211, 234, 253);
}

.active\:bg-blue-900:active,
.focus\:bg-blue-900:focus,
.hover\:bg-blue-900:hover {
  background-color: rgb(233, 245, 254);
}

.active\:bg-black:active,
.focus\:bg-black:focus,
.hover\:bg-black:hover {
  background-color: #000;
}

.active\:bg-black-100:active,
.focus\:bg-black-100:focus,
.hover\:bg-black-100:hover {
  background-color: rgb(0, 0, 0);
}

.active\:bg-black-200:active,
.focus\:bg-black-200:focus,
.hover\:bg-black-200:hover {
  background-color: rgb(0, 0, 0);
}

.active\:bg-black-300:active,
.focus\:bg-black-300:focus,
.hover\:bg-black-300:hover {
  background-color: rgb(0, 0, 0);
}

.active\:bg-black-400:active,
.focus\:bg-black-400:focus,
.hover\:bg-black-400:hover {
  background-color: rgb(0, 0, 0);
}

.active\:bg-black-500:active,
.focus\:bg-black-500:focus,
.hover\:bg-black-500:hover {
  background-color: #000;
}

.active\:bg-black-600:active,
.focus\:bg-black-600:focus,
.hover\:bg-black-600:hover {
  background-color: rgb(153, 153, 153);
}

.active\:bg-black-700:active,
.focus\:bg-black-700:focus,
.hover\:bg-black-700:hover {
  background-color: rgb(179, 179, 179);
}

.active\:bg-black-800:active,
.focus\:bg-black-800:focus,
.hover\:bg-black-800:hover {
  background-color: rgb(204, 204, 204);
}

.active\:bg-black-900:active,
.focus\:bg-black-900:focus,
.hover\:bg-black-900:hover {
  background-color: rgb(230, 230, 230);
}

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

.active\:bg-white-100:active,
.focus\:bg-white-100:focus,
.hover\:bg-white-100:hover {
  background-color: rgb(230, 230, 230);
}

.active\:bg-white-200:active,
.focus\:bg-white-200:focus,
.hover\:bg-white-200:hover {
  background-color: rgb(204, 204, 204);
}

.active\:bg-white-300:active,
.focus\:bg-white-300:focus,
.hover\:bg-white-300:hover {
  background-color: rgb(179, 179, 179);
}

.active\:bg-white-400:active,
.focus\:bg-white-400:focus,
.hover\:bg-white-400:hover {
  background-color: rgb(153, 153, 153);
}

.active\:bg-white-500:active,
.focus\:bg-white-500:focus,
.hover\:bg-white-500:hover {
  background-color: #fff;
}

.active\:bg-white-600:active,
.focus\:bg-white-600:focus,
.hover\:bg-white-600:hover {
  background-color: rgb(255, 255, 255);
}

.active\:bg-white-700:active,
.focus\:bg-white-700:focus,
.hover\:bg-white-700:hover {
  background-color: rgb(255, 255, 255);
}

.active\:bg-white-800:active,
.focus\:bg-white-800:focus,
.hover\:bg-white-800:hover {
  background-color: rgb(255, 255, 255);
}

.active\:bg-white-900:active,
.focus\:bg-white-900:focus,
.hover\:bg-white-900:hover {
  background-color: rgb(255, 255, 255);
}

.active\:bg-pink:active,
.focus\:bg-pink:focus,
.hover\:bg-pink:hover {
  background-color: #E91E63;
}

.active\:bg-pink-100:active,
.focus\:bg-pink-100:focus,
.hover\:bg-pink-100:hover {
  background-color: rgb(210, 27, 89);
}

.active\:bg-pink-200:active,
.focus\:bg-pink-200:focus,
.hover\:bg-pink-200:hover {
  background-color: rgb(186, 24, 79);
}

.active\:bg-pink-300:active,
.focus\:bg-pink-300:focus,
.hover\:bg-pink-300:hover {
  background-color: rgb(163, 21, 69);
}

.active\:bg-pink-400:active,
.focus\:bg-pink-400:focus,
.hover\:bg-pink-400:hover {
  background-color: rgb(140, 18, 59);
}

.active\:bg-pink-500:active,
.focus\:bg-pink-500:focus,
.hover\:bg-pink-500:hover {
  background-color: #E91E63;
}

.active\:bg-pink-600:active,
.focus\:bg-pink-600:focus,
.hover\:bg-pink-600:hover {
  background-color: rgb(246, 165, 193);
}

.active\:bg-pink-700:active,
.focus\:bg-pink-700:focus,
.hover\:bg-pink-700:hover {
  background-color: rgb(248, 188, 208);
}

.active\:bg-pink-800:active,
.focus\:bg-pink-800:focus,
.hover\:bg-pink-800:hover {
  background-color: rgb(251, 210, 224);
}

.active\:bg-pink-900:active,
.focus\:bg-pink-900:focus,
.hover\:bg-pink-900:hover {
  background-color: rgb(253, 233, 239);
}

.active\:bg-purple:active,
.focus\:bg-purple:focus,
.hover\:bg-purple:hover {
  background-color: #9C27B0;
}

.active\:bg-purple-100:active,
.focus\:bg-purple-100:focus,
.hover\:bg-purple-100:hover {
  background-color: rgb(140, 35, 158);
}

.active\:bg-purple-200:active,
.focus\:bg-purple-200:focus,
.hover\:bg-purple-200:hover {
  background-color: rgb(125, 31, 141);
}

.active\:bg-purple-300:active,
.focus\:bg-purple-300:focus,
.hover\:bg-purple-300:hover {
  background-color: rgb(109, 27, 123);
}

.active\:bg-purple-400:active,
.focus\:bg-purple-400:focus,
.hover\:bg-purple-400:hover {
  background-color: rgb(94, 23, 106);
}

.active\:bg-purple-500:active,
.focus\:bg-purple-500:focus,
.hover\:bg-purple-500:hover {
  background-color: #9C27B0;
}

.active\:bg-purple-600:active,
.focus\:bg-purple-600:focus,
.hover\:bg-purple-600:hover {
  background-color: rgb(215, 169, 223);
}

.active\:bg-purple-700:active,
.focus\:bg-purple-700:focus,
.hover\:bg-purple-700:hover {
  background-color: rgb(225, 190, 231);
}

.active\:bg-purple-800:active,
.focus\:bg-purple-800:focus,
.hover\:bg-purple-800:hover {
  background-color: rgb(235, 212, 239);
}

.active\:bg-purple-900:active,
.focus\:bg-purple-900:focus,
.hover\:bg-purple-900:hover {
  background-color: rgb(245, 233, 247);
}

.active\:bg-indigo:active,
.focus\:bg-indigo:focus,
.hover\:bg-indigo:hover {
  background-color: #3E51B5;
}

.active\:bg-indigo-100:active,
.focus\:bg-indigo-100:focus,
.hover\:bg-indigo-100:hover {
  background-color: rgb(56, 73, 163);
}

.active\:bg-indigo-200:active,
.focus\:bg-indigo-200:focus,
.hover\:bg-indigo-200:hover {
  background-color: rgb(50, 65, 145);
}

.active\:bg-indigo-300:active,
.focus\:bg-indigo-300:focus,
.hover\:bg-indigo-300:hover {
  background-color: rgb(43, 57, 127);
}

.active\:bg-indigo-400:active,
.focus\:bg-indigo-400:focus,
.hover\:bg-indigo-400:hover {
  background-color: rgb(37, 49, 109);
}

.active\:bg-indigo-500:active,
.focus\:bg-indigo-500:focus,
.hover\:bg-indigo-500:hover {
  background-color: #3E51B5;
}

.active\:bg-indigo-600:active,
.focus\:bg-indigo-600:focus,
.hover\:bg-indigo-600:hover {
  background-color: rgb(178, 185, 225);
}

.active\:bg-indigo-700:active,
.focus\:bg-indigo-700:focus,
.hover\:bg-indigo-700:hover {
  background-color: rgb(197, 203, 233);
}

.active\:bg-indigo-800:active,
.focus\:bg-indigo-800:focus,
.hover\:bg-indigo-800:hover {
  background-color: rgb(216, 220, 240);
}

.active\:bg-indigo-900:active,
.focus\:bg-indigo-900:focus,
.hover\:bg-indigo-900:hover {
  background-color: rgb(236, 238, 248);
}

.active\:bg-cyan:active,
.focus\:bg-cyan:focus,
.hover\:bg-cyan:hover {
  background-color: #00BCD4;
}

.active\:bg-cyan-100:active,
.focus\:bg-cyan-100:focus,
.hover\:bg-cyan-100:hover {
  background-color: rgb(0, 169, 191);
}

.active\:bg-cyan-200:active,
.focus\:bg-cyan-200:focus,
.hover\:bg-cyan-200:hover {
  background-color: rgb(0, 150, 170);
}

.active\:bg-cyan-300:active,
.focus\:bg-cyan-300:focus,
.hover\:bg-cyan-300:hover {
  background-color: rgb(0, 132, 148);
}

.active\:bg-cyan-400:active,
.focus\:bg-cyan-400:focus,
.hover\:bg-cyan-400:hover {
  background-color: rgb(0, 113, 127);
}

.active\:bg-cyan-500:active,
.focus\:bg-cyan-500:focus,
.hover\:bg-cyan-500:hover {
  background-color: #00BCD4;
}

.active\:bg-cyan-600:active,
.focus\:bg-cyan-600:focus,
.hover\:bg-cyan-600:hover {
  background-color: rgb(153, 228, 238);
}

.active\:bg-cyan-700:active,
.focus\:bg-cyan-700:focus,
.hover\:bg-cyan-700:hover {
  background-color: rgb(179, 235, 242);
}

.active\:bg-cyan-800:active,
.focus\:bg-cyan-800:focus,
.hover\:bg-cyan-800:hover {
  background-color: rgb(204, 242, 246);
}

.active\:bg-cyan-900:active,
.focus\:bg-cyan-900:focus,
.hover\:bg-cyan-900:hover {
  background-color: rgb(230, 248, 251);
}

.active\:bg-teal:active,
.focus\:bg-teal:focus,
.hover\:bg-teal:hover {
  background-color: #009688;
}

.active\:bg-teal-100:active,
.focus\:bg-teal-100:focus,
.hover\:bg-teal-100:hover {
  background-color: rgb(0, 135, 122);
}

.active\:bg-teal-200:active,
.focus\:bg-teal-200:focus,
.hover\:bg-teal-200:hover {
  background-color: rgb(0, 120, 109);
}

.active\:bg-teal-300:active,
.focus\:bg-teal-300:focus,
.hover\:bg-teal-300:hover {
  background-color: rgb(0, 105, 95);
}

.active\:bg-teal-400:active,
.focus\:bg-teal-400:focus,
.hover\:bg-teal-400:hover {
  background-color: rgb(0, 90, 82);
}

.active\:bg-teal-500:active,
.focus\:bg-teal-500:focus,
.hover\:bg-teal-500:hover {
  background-color: #009688;
}

.active\:bg-teal-600:active,
.focus\:bg-teal-600:focus,
.hover\:bg-teal-600:hover {
  background-color: rgb(153, 213, 207);
}

.active\:bg-teal-700:active,
.focus\:bg-teal-700:focus,
.hover\:bg-teal-700:hover {
  background-color: rgb(179, 224, 219);
}

.active\:bg-teal-800:active,
.focus\:bg-teal-800:focus,
.hover\:bg-teal-800:hover {
  background-color: rgb(204, 234, 231);
}

.active\:bg-teal-900:active,
.focus\:bg-teal-900:focus,
.hover\:bg-teal-900:hover {
  background-color: rgb(230, 245, 243);
}

.active\:bg-lime:active,
.focus\:bg-lime:focus,
.hover\:bg-lime:hover {
  background-color: #CDDC39;
}

.active\:bg-lime-100:active,
.focus\:bg-lime-100:focus,
.hover\:bg-lime-100:hover {
  background-color: rgb(185, 198, 51);
}

.active\:bg-lime-200:active,
.focus\:bg-lime-200:focus,
.hover\:bg-lime-200:hover {
  background-color: rgb(164, 176, 46);
}

.active\:bg-lime-300:active,
.focus\:bg-lime-300:focus,
.hover\:bg-lime-300:hover {
  background-color: rgb(144, 154, 40);
}

.active\:bg-lime-400:active,
.focus\:bg-lime-400:focus,
.hover\:bg-lime-400:hover {
  background-color: rgb(123, 132, 34);
}

.active\:bg-lime-500:active,
.focus\:bg-lime-500:focus,
.hover\:bg-lime-500:hover {
  background-color: #CDDC39;
}

.active\:bg-lime-600:active,
.focus\:bg-lime-600:focus,
.hover\:bg-lime-600:hover {
  background-color: rgb(235, 241, 176);
}

.active\:bg-lime-700:active,
.focus\:bg-lime-700:focus,
.hover\:bg-lime-700:hover {
  background-color: rgb(240, 245, 196);
}

.active\:bg-lime-800:active,
.focus\:bg-lime-800:focus,
.hover\:bg-lime-800:hover {
  background-color: rgb(245, 248, 215);
}

.active\:bg-lime-900:active,
.focus\:bg-lime-900:focus,
.hover\:bg-lime-900:hover {
  background-color: rgb(250, 252, 235);
}

.active\:bg-yellow:active,
.focus\:bg-yellow:focus,
.hover\:bg-yellow:hover {
  background-color: #FFEB3B;
}

.active\:bg-yellow-100:active,
.focus\:bg-yellow-100:focus,
.hover\:bg-yellow-100:hover {
  background-color: rgb(230, 212, 53);
}

.active\:bg-yellow-200:active,
.focus\:bg-yellow-200:focus,
.hover\:bg-yellow-200:hover {
  background-color: rgb(204, 188, 47);
}

.active\:bg-yellow-300:active,
.focus\:bg-yellow-300:focus,
.hover\:bg-yellow-300:hover {
  background-color: rgb(179, 165, 41);
}

.active\:bg-yellow-400:active,
.focus\:bg-yellow-400:focus,
.hover\:bg-yellow-400:hover {
  background-color: rgb(153, 141, 35);
}

.active\:bg-yellow-500:active,
.focus\:bg-yellow-500:focus,
.hover\:bg-yellow-500:hover {
  background-color: #FFEB3B;
}

.active\:bg-yellow-600:active,
.focus\:bg-yellow-600:focus,
.hover\:bg-yellow-600:hover {
  background-color: rgb(255, 247, 177);
}

.active\:bg-yellow-700:active,
.focus\:bg-yellow-700:focus,
.hover\:bg-yellow-700:hover {
  background-color: rgb(255, 249, 196);
}

.active\:bg-yellow-800:active,
.focus\:bg-yellow-800:focus,
.hover\:bg-yellow-800:hover {
  background-color: rgb(255, 251, 216);
}

.active\:bg-yellow-900:active,
.focus\:bg-yellow-900:focus,
.hover\:bg-yellow-900:hover {
  background-color: rgb(255, 253, 235);
}

.active\:bg-amber:active,
.focus\:bg-amber:focus,
.hover\:bg-amber:hover {
  background-color: #FFC107;
}

.active\:bg-amber-100:active,
.focus\:bg-amber-100:focus,
.hover\:bg-amber-100:hover {
  background-color: rgb(230, 174, 6);
}

.active\:bg-amber-200:active,
.focus\:bg-amber-200:focus,
.hover\:bg-amber-200:hover {
  background-color: rgb(204, 154, 6);
}

.active\:bg-amber-300:active,
.focus\:bg-amber-300:focus,
.hover\:bg-amber-300:hover {
  background-color: rgb(179, 135, 5);
}

.active\:bg-amber-400:active,
.focus\:bg-amber-400:focus,
.hover\:bg-amber-400:hover {
  background-color: rgb(153, 116, 4);
}

.active\:bg-amber-500:active,
.focus\:bg-amber-500:focus,
.hover\:bg-amber-500:hover {
  background-color: #FFC107;
}

.active\:bg-amber-600:active,
.focus\:bg-amber-600:focus,
.hover\:bg-amber-600:hover {
  background-color: rgb(255, 230, 156);
}

.active\:bg-amber-700:active,
.focus\:bg-amber-700:focus,
.hover\:bg-amber-700:hover {
  background-color: rgb(255, 236, 181);
}

.active\:bg-amber-800:active,
.focus\:bg-amber-800:focus,
.hover\:bg-amber-800:hover {
  background-color: rgb(255, 243, 205);
}

.active\:bg-amber-900:active,
.focus\:bg-amber-900:focus,
.hover\:bg-amber-900:hover {
  background-color: rgb(255, 249, 230);
}

.active\:bg-orange:active,
.focus\:bg-orange:focus,
.hover\:bg-orange:hover {
  background-color: #FF9800;
}

.active\:bg-orange-100:active,
.focus\:bg-orange-100:focus,
.hover\:bg-orange-100:hover {
  background-color: rgb(230, 137, 0);
}

.active\:bg-orange-200:active,
.focus\:bg-orange-200:focus,
.hover\:bg-orange-200:hover {
  background-color: rgb(204, 122, 0);
}

.active\:bg-orange-300:active,
.focus\:bg-orange-300:focus,
.hover\:bg-orange-300:hover {
  background-color: rgb(179, 106, 0);
}

.active\:bg-orange-400:active,
.focus\:bg-orange-400:focus,
.hover\:bg-orange-400:hover {
  background-color: rgb(153, 91, 0);
}

.active\:bg-orange-500:active,
.focus\:bg-orange-500:focus,
.hover\:bg-orange-500:hover {
  background-color: #FF9800;
}

.active\:bg-orange-600:active,
.focus\:bg-orange-600:focus,
.hover\:bg-orange-600:hover {
  background-color: rgb(255, 214, 153);
}

.active\:bg-orange-700:active,
.focus\:bg-orange-700:focus,
.hover\:bg-orange-700:hover {
  background-color: rgb(255, 224, 179);
}

.active\:bg-orange-800:active,
.focus\:bg-orange-800:focus,
.hover\:bg-orange-800:hover {
  background-color: rgb(255, 234, 204);
}

.active\:bg-orange-900:active,
.focus\:bg-orange-900:focus,
.hover\:bg-orange-900:hover {
  background-color: rgb(255, 245, 230);
}

.active\:bg-lightblue:active,
.focus\:bg-lightblue:focus,
.hover\:bg-lightblue:hover {
  background-color: #03A9F4;
}

.active\:bg-lightblue-100:active,
.focus\:bg-lightblue-100:focus,
.hover\:bg-lightblue-100:hover {
  background-color: rgb(3, 152, 220);
}

.active\:bg-lightblue-200:active,
.focus\:bg-lightblue-200:focus,
.hover\:bg-lightblue-200:hover {
  background-color: rgb(2, 135, 195);
}

.active\:bg-lightblue-300:active,
.focus\:bg-lightblue-300:focus,
.hover\:bg-lightblue-300:hover {
  background-color: rgb(2, 118, 171);
}

.active\:bg-lightblue-400:active,
.focus\:bg-lightblue-400:focus,
.hover\:bg-lightblue-400:hover {
  background-color: rgb(2, 101, 146);
}

.active\:bg-lightblue-500:active,
.focus\:bg-lightblue-500:focus,
.hover\:bg-lightblue-500:hover {
  background-color: #03A9F4;
}

.active\:bg-lightblue-600:active,
.focus\:bg-lightblue-600:focus,
.hover\:bg-lightblue-600:hover {
  background-color: rgb(154, 221, 251);
}

.active\:bg-lightblue-700:active,
.focus\:bg-lightblue-700:focus,
.hover\:bg-lightblue-700:hover {
  background-color: rgb(179, 229, 252);
}

.active\:bg-lightblue-800:active,
.focus\:bg-lightblue-800:focus,
.hover\:bg-lightblue-800:hover {
  background-color: rgb(205, 238, 253);
}

.active\:bg-lightblue-900:active,
.focus\:bg-lightblue-900:focus,
.hover\:bg-lightblue-900:hover {
  background-color: rgb(230, 246, 254);
}

.active\:bg-lightgreen:active,
.focus\:bg-lightgreen:focus,
.hover\:bg-lightgreen:hover {
  background-color: #76FF03;
}

.active\:bg-lightgreen-100:active,
.focus\:bg-lightgreen-100:focus,
.hover\:bg-lightgreen-100:hover {
  background-color: rgb(106, 230, 3);
}

.active\:bg-lightgreen-200:active,
.focus\:bg-lightgreen-200:focus,
.hover\:bg-lightgreen-200:hover {
  background-color: rgb(94, 204, 2);
}

.active\:bg-lightgreen-300:active,
.focus\:bg-lightgreen-300:focus,
.hover\:bg-lightgreen-300:hover {
  background-color: rgb(83, 179, 2);
}

.active\:bg-lightgreen-400:active,
.focus\:bg-lightgreen-400:focus,
.hover\:bg-lightgreen-400:hover {
  background-color: rgb(71, 153, 2);
}

.active\:bg-lightgreen-500:active,
.focus\:bg-lightgreen-500:focus,
.hover\:bg-lightgreen-500:hover {
  background-color: #76FF03;
}

.active\:bg-lightgreen-600:active,
.focus\:bg-lightgreen-600:focus,
.hover\:bg-lightgreen-600:hover {
  background-color: rgb(200, 255, 154);
}

.active\:bg-lightgreen-700:active,
.focus\:bg-lightgreen-700:focus,
.hover\:bg-lightgreen-700:hover {
  background-color: rgb(214, 255, 179);
}

.active\:bg-lightgreen-800:active,
.focus\:bg-lightgreen-800:focus,
.hover\:bg-lightgreen-800:hover {
  background-color: rgb(228, 255, 205);
}

.active\:bg-lightgreen-900:active,
.focus\:bg-lightgreen-900:focus,
.hover\:bg-lightgreen-900:hover {
  background-color: rgb(241, 255, 230);
}

.active\:bg-deeppurple:active,
.focus\:bg-deeppurple:focus,
.hover\:bg-deeppurple:hover {
  background-color: #673AB7;
}

.active\:bg-deeppurple-100:active,
.focus\:bg-deeppurple-100:focus,
.hover\:bg-deeppurple-100:hover {
  background-color: rgb(93, 52, 165);
}

.active\:bg-deeppurple-200:active,
.focus\:bg-deeppurple-200:focus,
.hover\:bg-deeppurple-200:hover {
  background-color: rgb(82, 46, 146);
}

.active\:bg-deeppurple-300:active,
.focus\:bg-deeppurple-300:focus,
.hover\:bg-deeppurple-300:hover {
  background-color: rgb(72, 41, 128);
}

.active\:bg-deeppurple-400:active,
.focus\:bg-deeppurple-400:focus,
.hover\:bg-deeppurple-400:hover {
  background-color: rgb(62, 35, 110);
}

.active\:bg-deeppurple-500:active,
.focus\:bg-deeppurple-500:focus,
.hover\:bg-deeppurple-500:hover {
  background-color: #673AB7;
}

.active\:bg-deeppurple-600:active,
.focus\:bg-deeppurple-600:focus,
.hover\:bg-deeppurple-600:hover {
  background-color: rgb(194, 176, 226);
}

.active\:bg-deeppurple-700:active,
.focus\:bg-deeppurple-700:focus,
.hover\:bg-deeppurple-700:hover {
  background-color: rgb(209, 196, 233);
}

.active\:bg-deeppurple-800:active,
.focus\:bg-deeppurple-800:focus,
.hover\:bg-deeppurple-800:hover {
  background-color: rgb(225, 216, 241);
}

.active\:bg-deeppurple-900:active,
.focus\:bg-deeppurple-900:focus,
.hover\:bg-deeppurple-900:hover {
  background-color: rgb(240, 235, 248);
}

.active\:bg-deeporange:active,
.focus\:bg-deeporange:focus,
.hover\:bg-deeporange:hover {
  background-color: #DD6E0F;
}

.active\:bg-deeporange-100:active,
.focus\:bg-deeporange-100:focus,
.hover\:bg-deeporange-100:hover {
  background-color: rgb(199, 99, 14);
}

.active\:bg-deeporange-200:active,
.focus\:bg-deeporange-200:focus,
.hover\:bg-deeporange-200:hover {
  background-color: rgb(177, 88, 12);
}

.active\:bg-deeporange-300:active,
.focus\:bg-deeporange-300:focus,
.hover\:bg-deeporange-300:hover {
  background-color: rgb(155, 77, 11);
}

.active\:bg-deeporange-400:active,
.focus\:bg-deeporange-400:focus,
.hover\:bg-deeporange-400:hover {
  background-color: rgb(133, 66, 9);
}

.active\:bg-deeporange-500:active,
.focus\:bg-deeporange-500:focus,
.hover\:bg-deeporange-500:hover {
  background-color: #DD6E0F;
}

.active\:bg-deeporange-600:active,
.focus\:bg-deeporange-600:focus,
.hover\:bg-deeporange-600:hover {
  background-color: rgb(241, 197, 159);
}

.active\:bg-deeporange-700:active,
.focus\:bg-deeporange-700:focus,
.hover\:bg-deeporange-700:hover {
  background-color: rgb(245, 212, 183);
}

.active\:bg-deeporange-800:active,
.focus\:bg-deeporange-800:focus,
.hover\:bg-deeporange-800:hover {
  background-color: rgb(248, 226, 207);
}

.active\:bg-deeporange-900:active,
.focus\:bg-deeporange-900:focus,
.hover\:bg-deeporange-900:hover {
  background-color: rgb(252, 241, 231);
}

.active\:bg-brown:active,
.focus\:bg-brown:focus,
.hover\:bg-brown:hover {
  background-color: #964B00;
}

.active\:bg-brown-100:active,
.focus\:bg-brown-100:focus,
.hover\:bg-brown-100:hover {
  background-color: rgb(135, 68, 0);
}

.active\:bg-brown-200:active,
.focus\:bg-brown-200:focus,
.hover\:bg-brown-200:hover {
  background-color: rgb(120, 60, 0);
}

.active\:bg-brown-300:active,
.focus\:bg-brown-300:focus,
.hover\:bg-brown-300:hover {
  background-color: rgb(105, 53, 0);
}

.active\:bg-brown-400:active,
.focus\:bg-brown-400:focus,
.hover\:bg-brown-400:hover {
  background-color: rgb(90, 45, 0);
}

.active\:bg-brown-500:active,
.focus\:bg-brown-500:focus,
.hover\:bg-brown-500:hover {
  background-color: #964B00;
}

.active\:bg-brown-600:active,
.focus\:bg-brown-600:focus,
.hover\:bg-brown-600:hover {
  background-color: rgb(213, 183, 153);
}

.active\:bg-brown-700:active,
.focus\:bg-brown-700:focus,
.hover\:bg-brown-700:hover {
  background-color: rgb(224, 201, 179);
}

.active\:bg-brown-800:active,
.focus\:bg-brown-800:focus,
.hover\:bg-brown-800:hover {
  background-color: rgb(234, 219, 204);
}

.active\:bg-brown-900:active,
.focus\:bg-brown-900:focus,
.hover\:bg-brown-900:hover {
  background-color: rgb(245, 237, 230);
}

.active\:bg-grey:active,
.focus\:bg-grey:focus,
.hover\:bg-grey:hover {
  background-color: #808080;
}

.active\:bg-grey-100:active,
.focus\:bg-grey-100:focus,
.hover\:bg-grey-100:hover {
  background-color: rgb(115, 115, 115);
}

.active\:bg-grey-200:active,
.focus\:bg-grey-200:focus,
.hover\:bg-grey-200:hover {
  background-color: rgb(102, 102, 102);
}

.active\:bg-grey-300:active,
.focus\:bg-grey-300:focus,
.hover\:bg-grey-300:hover {
  background-color: rgb(90, 90, 90);
}

.active\:bg-grey-400:active,
.focus\:bg-grey-400:focus,
.hover\:bg-grey-400:hover {
  background-color: rgb(77, 77, 77);
}

.active\:bg-grey-500:active,
.focus\:bg-grey-500:focus,
.hover\:bg-grey-500:hover {
  background-color: #808080;
}

.active\:bg-grey-600:active,
.focus\:bg-grey-600:focus,
.hover\:bg-grey-600:hover {
  background-color: rgb(204, 204, 204);
}

.active\:bg-grey-700:active,
.focus\:bg-grey-700:focus,
.hover\:bg-grey-700:hover {
  background-color: rgb(217, 217, 217);
}

.active\:bg-grey-800:active,
.focus\:bg-grey-800:focus,
.hover\:bg-grey-800:hover {
  background-color: rgb(230, 230, 230);
}

.active\:bg-grey-900:active,
.focus\:bg-grey-900:focus,
.hover\:bg-grey-900:hover {
  background-color: rgb(242, 242, 242);
}

.bg-none {
  background: rgba(0, 0, 0, 0);
}

.active\:bg-none:active,
.focus\:bg-none:focus,
.hover\:bg-none:hover {
  background: none !important;
}

.bg-brands-500px {
  background: #0099e5;
}

.active\:bg-brands-500px:active,
.focus\:bg-brands-500px:focus,
.hover\:bg-brands-500px:hover {
  background: #0099e5;
}

.bg-brands-499px {
  background: #0099e5;
}

.active\:bg-brands-499px:active,
.focus\:bg-brands-499px:focus,
.hover\:bg-brands-499px:hover {
  background: #0099e5;
}

.bg-brands-498px {
  background: #ff4c4c;
}

.active\:bg-brands-498px:active,
.focus\:bg-brands-498px:focus,
.hover\:bg-brands-498px:hover {
  background: #ff4c4c;
}

.bg-brands-497px {
  background: #34bf49;
}

.active\:bg-brands-497px:active,
.focus\:bg-brands-497px:focus,
.hover\:bg-brands-497px:hover {
  background: #34bf49;
}

.bg-brands-about-me {
  background: #00a98f;
}

.active\:bg-brands-about-me:active,
.focus\:bg-brands-about-me:focus,
.hover\:bg-brands-about-me:hover {
  background: #00a98f;
}

.bg-brands-about-me-1 {
  background: #00a98f;
}

.active\:bg-brands-about-me-1:active,
.focus\:bg-brands-about-me-1:focus,
.hover\:bg-brands-about-me-1:hover {
  background: #00a98f;
}

.bg-brands-adidas {
  background: #000000;
}

.active\:bg-brands-adidas:active,
.focus\:bg-brands-adidas:focus,
.hover\:bg-brands-adidas:hover {
  background: #000000;
}

.bg-brands-adidas-1 {
  background: #000000;
}

.active\:bg-brands-adidas-1:active,
.focus\:bg-brands-adidas-1:focus,
.hover\:bg-brands-adidas-1:hover {
  background: #000000;
}

.bg-brands-adidas-2 {
  background: #be0027;
}

.active\:bg-brands-adidas-2:active,
.focus\:bg-brands-adidas-2:focus,
.hover\:bg-brands-adidas-2:hover {
  background: #be0027;
}

.bg-brands-adidas-3 {
  background: #cf8d2e;
}

.active\:bg-brands-adidas-3:active,
.focus\:bg-brands-adidas-3:focus,
.hover\:bg-brands-adidas-3:hover {
  background: #cf8d2e;
}

.bg-brands-adidas-4 {
  background: #e4e932;
}

.active\:bg-brands-adidas-4:active,
.focus\:bg-brands-adidas-4:focus,
.hover\:bg-brands-adidas-4:hover {
  background: #e4e932;
}

.bg-brands-adidas-5 {
  background: #2c9f45;
}

.active\:bg-brands-adidas-5:active,
.focus\:bg-brands-adidas-5:focus,
.hover\:bg-brands-adidas-5:hover {
  background: #2c9f45;
}

.bg-brands-adidas-6 {
  background: #371777;
}

.active\:bg-brands-adidas-6:active,
.focus\:bg-brands-adidas-6:focus,
.hover\:bg-brands-adidas-6:hover {
  background: #371777;
}

.bg-brands-adidas-7 {
  background: #52325d;
}

.active\:bg-brands-adidas-7:active,
.focus\:bg-brands-adidas-7:focus,
.hover\:bg-brands-adidas-7:hover {
  background: #52325d;
}

.bg-brands-adidas-8 {
  background: #511378;
}

.active\:bg-brands-adidas-8:active,
.focus\:bg-brands-adidas-8:focus,
.hover\:bg-brands-adidas-8:hover {
  background: #511378;
}

.bg-brands-adobe {
  background: #ff0000;
}

.active\:bg-brands-adobe:active,
.focus\:bg-brands-adobe:focus,
.hover\:bg-brands-adobe:hover {
  background: #ff0000;
}

.bg-brands-adobe-1 {
  background: #ff0000;
}

.active\:bg-brands-adobe-1:active,
.focus\:bg-brands-adobe-1:focus,
.hover\:bg-brands-adobe-1:hover {
  background: #ff0000;
}

.bg-brands-adobe-2 {
  background: #fbb034;
}

.active\:bg-brands-adobe-2:active,
.focus\:bg-brands-adobe-2:focus,
.hover\:bg-brands-adobe-2:hover {
  background: #fbb034;
}

.bg-brands-adobe-3 {
  background: #ffdd00;
}

.active\:bg-brands-adobe-3:active,
.focus\:bg-brands-adobe-3:focus,
.hover\:bg-brands-adobe-3:hover {
  background: #ffdd00;
}

.bg-brands-adobe-4 {
  background: #c1d82f;
}

.active\:bg-brands-adobe-4:active,
.focus\:bg-brands-adobe-4:focus,
.hover\:bg-brands-adobe-4:hover {
  background: #c1d82f;
}

.bg-brands-adobe-5 {
  background: #00a4e4;
}

.active\:bg-brands-adobe-5:active,
.focus\:bg-brands-adobe-5:focus,
.hover\:bg-brands-adobe-5:hover {
  background: #00a4e4;
}

.bg-brands-adobe-6 {
  background: #8a7967;
}

.active\:bg-brands-adobe-6:active,
.focus\:bg-brands-adobe-6:focus,
.hover\:bg-brands-adobe-6:hover {
  background: #8a7967;
}

.bg-brands-adobe-7 {
  background: #6a737b;
}

.active\:bg-brands-adobe-7:active,
.focus\:bg-brands-adobe-7:focus,
.hover\:bg-brands-adobe-7:hover {
  background: #6a737b;
}

.bg-brands-adyen {
  background: #0abf53;
}

.active\:bg-brands-adyen:active,
.focus\:bg-brands-adyen:focus,
.hover\:bg-brands-adyen:hover {
  background: #0abf53;
}

.bg-brands-adyen-1 {
  background: #0abf53;
}

.active\:bg-brands-adyen-1:active,
.focus\:bg-brands-adyen-1:focus,
.hover\:bg-brands-adyen-1:hover {
  background: #0abf53;
}

.bg-brands-adyen-2 {
  background: #00112c;
}

.active\:bg-brands-adyen-2:active,
.focus\:bg-brands-adyen-2:focus,
.hover\:bg-brands-adyen-2:hover {
  background: #00112c;
}

.bg-brands-adzuna {
  background: #279b37;
}

.active\:bg-brands-adzuna:active,
.focus\:bg-brands-adzuna:focus,
.hover\:bg-brands-adzuna:hover {
  background: #279b37;
}

.bg-brands-adzuna-1 {
  background: #279b37;
}

.active\:bg-brands-adzuna-1:active,
.focus\:bg-brands-adzuna-1:focus,
.hover\:bg-brands-adzuna-1:hover {
  background: #279b37;
}

.bg-brands-aer-lingus {
  background: #008374;
}

.active\:bg-brands-aer-lingus:active,
.focus\:bg-brands-aer-lingus:focus,
.hover\:bg-brands-aer-lingus:hover {
  background: #008374;
}

.bg-brands-aer-lingus-1 {
  background: #008374;
}

.active\:bg-brands-aer-lingus-1:active,
.focus\:bg-brands-aer-lingus-1:focus,
.hover\:bg-brands-aer-lingus-1:hover {
  background: #008374;
}

.bg-brands-aer-lingus-2 {
  background: #89ba16;
}

.active\:bg-brands-aer-lingus-2:active,
.focus\:bg-brands-aer-lingus-2:focus,
.hover\:bg-brands-aer-lingus-2:hover {
  background: #89ba16;
}

.bg-brands-aer-lingus-3 {
  background: #fefefe;
}

.active\:bg-brands-aer-lingus-3:active,
.focus\:bg-brands-aer-lingus-3:focus,
.hover\:bg-brands-aer-lingus-3:hover {
  background: #fefefe;
}

.bg-brands-aetna {
  background: #d20962;
}

.active\:bg-brands-aetna:active,
.focus\:bg-brands-aetna:focus,
.hover\:bg-brands-aetna:hover {
  background: #d20962;
}

.bg-brands-aetna-1 {
  background: #d20962;
}

.active\:bg-brands-aetna-1:active,
.focus\:bg-brands-aetna-1:focus,
.hover\:bg-brands-aetna-1:hover {
  background: #d20962;
}

.bg-brands-aetna-2 {
  background: #f47721;
}

.active\:bg-brands-aetna-2:active,
.focus\:bg-brands-aetna-2:focus,
.hover\:bg-brands-aetna-2:hover {
  background: #f47721;
}

.bg-brands-aetna-3 {
  background: #7ac143;
}

.active\:bg-brands-aetna-3:active,
.focus\:bg-brands-aetna-3:focus,
.hover\:bg-brands-aetna-3:hover {
  background: #7ac143;
}

.bg-brands-aetna-4 {
  background: #00a78e;
}

.active\:bg-brands-aetna-4:active,
.focus\:bg-brands-aetna-4:focus,
.hover\:bg-brands-aetna-4:hover {
  background: #00a78e;
}

.bg-brands-aetna-5 {
  background: #00bce4;
}

.active\:bg-brands-aetna-5:active,
.focus\:bg-brands-aetna-5:focus,
.hover\:bg-brands-aetna-5:hover {
  background: #00bce4;
}

.bg-brands-aetna-6 {
  background: #7d3f98;
}

.active\:bg-brands-aetna-6:active,
.focus\:bg-brands-aetna-6:focus,
.hover\:bg-brands-aetna-6:hover {
  background: #7d3f98;
}

.bg-brands-aiesec {
  background: #037ef3;
}

.active\:bg-brands-aiesec:active,
.focus\:bg-brands-aiesec:focus,
.hover\:bg-brands-aiesec:hover {
  background: #037ef3;
}

.bg-brands-aiesec-1 {
  background: #037ef3;
}

.active\:bg-brands-aiesec-1:active,
.focus\:bg-brands-aiesec-1:focus,
.hover\:bg-brands-aiesec-1:hover {
  background: #037ef3;
}

.bg-brands-aiesec-2 {
  background: #f85a40;
}

.active\:bg-brands-aiesec-2:active,
.focus\:bg-brands-aiesec-2:focus,
.hover\:bg-brands-aiesec-2:hover {
  background: #f85a40;
}

.bg-brands-aiesec-3 {
  background: #00c16e;
}

.active\:bg-brands-aiesec-3:active,
.focus\:bg-brands-aiesec-3:focus,
.hover\:bg-brands-aiesec-3:hover {
  background: #00c16e;
}

.bg-brands-aiesec-4 {
  background: #7552cc;
}

.active\:bg-brands-aiesec-4:active,
.focus\:bg-brands-aiesec-4:focus,
.hover\:bg-brands-aiesec-4:hover {
  background: #7552cc;
}

.bg-brands-aiesec-5 {
  background: #0cb9c1;
}

.active\:bg-brands-aiesec-5:active,
.focus\:bg-brands-aiesec-5:focus,
.hover\:bg-brands-aiesec-5:hover {
  background: #0cb9c1;
}

.bg-brands-aiesec-6 {
  background: #f48924;
}

.active\:bg-brands-aiesec-6:active,
.focus\:bg-brands-aiesec-6:focus,
.hover\:bg-brands-aiesec-6:hover {
  background: #f48924;
}

.bg-brands-aiesec-7 {
  background: #ffc845;
}

.active\:bg-brands-aiesec-7:active,
.focus\:bg-brands-aiesec-7:focus,
.hover\:bg-brands-aiesec-7:hover {
  background: #ffc845;
}

.bg-brands-aiesec-8 {
  background: #52565e;
}

.active\:bg-brands-aiesec-8:active,
.focus\:bg-brands-aiesec-8:focus,
.hover\:bg-brands-aiesec-8:hover {
  background: #52565e;
}

.bg-brands-aiesec-9 {
  background: #caccd1;
}

.active\:bg-brands-aiesec-9:active,
.focus\:bg-brands-aiesec-9:focus,
.hover\:bg-brands-aiesec-9:hover {
  background: #caccd1;
}

.bg-brands-aiesec-10 {
  background: #f3f4f7;
}

.active\:bg-brands-aiesec-10:active,
.focus\:bg-brands-aiesec-10:focus,
.hover\:bg-brands-aiesec-10:hover {
  background: #f3f4f7;
}

.bg-brands-aim {
  background: #ffd900;
}

.active\:bg-brands-aim:active,
.focus\:bg-brands-aim:focus,
.hover\:bg-brands-aim:hover {
  background: #ffd900;
}

.bg-brands-aim-1 {
  background: #ffd900;
}

.active\:bg-brands-aim-1:active,
.focus\:bg-brands-aim-1:focus,
.hover\:bg-brands-aim-1:hover {
  background: #ffd900;
}

.bg-brands-airbnb {
  background: #fd5c63;
}

.active\:bg-brands-airbnb:active,
.focus\:bg-brands-airbnb:focus,
.hover\:bg-brands-airbnb:hover {
  background: #fd5c63;
}

.bg-brands-airbnb-1 {
  background: #fd5c63;
}

.active\:bg-brands-airbnb-1:active,
.focus\:bg-brands-airbnb-1:focus,
.hover\:bg-brands-airbnb-1:hover {
  background: #fd5c63;
}

.bg-brands-airbus {
  background: #74d2e7;
}

.active\:bg-brands-airbus:active,
.focus\:bg-brands-airbus:focus,
.hover\:bg-brands-airbus:hover {
  background: #74d2e7;
}

.bg-brands-airbus-1 {
  background: #74d2e7;
}

.active\:bg-brands-airbus-1:active,
.focus\:bg-brands-airbus-1:focus,
.hover\:bg-brands-airbus-1:hover {
  background: #74d2e7;
}

.bg-brands-airbus-2 {
  background: #48a9c5;
}

.active\:bg-brands-airbus-2:active,
.focus\:bg-brands-airbus-2:focus,
.hover\:bg-brands-airbus-2:hover {
  background: #48a9c5;
}

.bg-brands-airbus-3 {
  background: #0085ad;
}

.active\:bg-brands-airbus-3:active,
.focus\:bg-brands-airbus-3:focus,
.hover\:bg-brands-airbus-3:hover {
  background: #0085ad;
}

.bg-brands-airbus-4 {
  background: #8db9ca;
}

.active\:bg-brands-airbus-4:active,
.focus\:bg-brands-airbus-4:focus,
.hover\:bg-brands-airbus-4:hover {
  background: #8db9ca;
}

.bg-brands-airbus-5 {
  background: #4298b5;
}

.active\:bg-brands-airbus-5:active,
.focus\:bg-brands-airbus-5:focus,
.hover\:bg-brands-airbus-5:hover {
  background: #4298b5;
}

.bg-brands-airbus-6 {
  background: #005670;
}

.active\:bg-brands-airbus-6:active,
.focus\:bg-brands-airbus-6:focus,
.hover\:bg-brands-airbus-6:hover {
  background: #005670;
}

.bg-brands-airbus-7 {
  background: #00205b;
}

.active\:bg-brands-airbus-7:active,
.focus\:bg-brands-airbus-7:focus,
.hover\:bg-brands-airbus-7:hover {
  background: #00205b;
}

.bg-brands-airbus-8 {
  background: #009f4d;
}

.active\:bg-brands-airbus-8:active,
.focus\:bg-brands-airbus-8:focus,
.hover\:bg-brands-airbus-8:hover {
  background: #009f4d;
}

.bg-brands-airbus-9 {
  background: #84bd00;
}

.active\:bg-brands-airbus-9:active,
.focus\:bg-brands-airbus-9:focus,
.hover\:bg-brands-airbus-9:hover {
  background: #84bd00;
}

.bg-brands-airbus-10 {
  background: #efdf00;
}

.active\:bg-brands-airbus-10:active,
.focus\:bg-brands-airbus-10:focus,
.hover\:bg-brands-airbus-10:hover {
  background: #efdf00;
}

.bg-brands-airbus-11 {
  background: #fe5000;
}

.active\:bg-brands-airbus-11:active,
.focus\:bg-brands-airbus-11:focus,
.hover\:bg-brands-airbus-11:hover {
  background: #fe5000;
}

.bg-brands-airbus-12 {
  background: #e4002b;
}

.active\:bg-brands-airbus-12:active,
.focus\:bg-brands-airbus-12:focus,
.hover\:bg-brands-airbus-12:hover {
  background: #e4002b;
}

.bg-brands-airbus-13 {
  background: #da1884;
}

.active\:bg-brands-airbus-13:active,
.focus\:bg-brands-airbus-13:focus,
.hover\:bg-brands-airbus-13:hover {
  background: #da1884;
}

.bg-brands-airbus-14 {
  background: #a51890;
}

.active\:bg-brands-airbus-14:active,
.focus\:bg-brands-airbus-14:focus,
.hover\:bg-brands-airbus-14:hover {
  background: #a51890;
}

.bg-brands-airbus-15 {
  background: #0077c8;
}

.active\:bg-brands-airbus-15:active,
.focus\:bg-brands-airbus-15:focus,
.hover\:bg-brands-airbus-15:hover {
  background: #0077c8;
}

.bg-brands-airbus-16 {
  background: #008eaa;
}

.active\:bg-brands-airbus-16:active,
.focus\:bg-brands-airbus-16:focus,
.hover\:bg-brands-airbus-16:hover {
  background: #008eaa;
}

.bg-brands-akamai {
  background: #0099cc;
}

.active\:bg-brands-akamai:active,
.focus\:bg-brands-akamai:focus,
.hover\:bg-brands-akamai:hover {
  background: #0099cc;
}

.bg-brands-akamai-1 {
  background: #0099cc;
}

.active\:bg-brands-akamai-1:active,
.focus\:bg-brands-akamai-1:focus,
.hover\:bg-brands-akamai-1:hover {
  background: #0099cc;
}

.bg-brands-akamai-2 {
  background: #ff9933;
}

.active\:bg-brands-akamai-2:active,
.focus\:bg-brands-akamai-2:focus,
.hover\:bg-brands-akamai-2:hover {
  background: #ff9933;
}

.bg-brands-alcon {
  background: #0079c1;
}

.active\:bg-brands-alcon:active,
.focus\:bg-brands-alcon:focus,
.hover\:bg-brands-alcon:hover {
  background: #0079c1;
}

.bg-brands-alcon-1 {
  background: #0079c1;
}

.active\:bg-brands-alcon-1:active,
.focus\:bg-brands-alcon-1:focus,
.hover\:bg-brands-alcon-1:hover {
  background: #0079c1;
}

.bg-brands-alcon-2 {
  background: #49176d;
}

.active\:bg-brands-alcon-2:active,
.focus\:bg-brands-alcon-2:focus,
.hover\:bg-brands-alcon-2:hover {
  background: #49176d;
}

.bg-brands-alcon-3 {
  background: #00a0af;
}

.active\:bg-brands-alcon-3:active,
.focus\:bg-brands-alcon-3:focus,
.hover\:bg-brands-alcon-3:hover {
  background: #00a0af;
}

.bg-brands-alcon-4 {
  background: #49a942;
}

.active\:bg-brands-alcon-4:active,
.focus\:bg-brands-alcon-4:focus,
.hover\:bg-brands-alcon-4:hover {
  background: #49a942;
}

.bg-brands-algolia {
  background: #050f2c;
}

.active\:bg-brands-algolia:active,
.focus\:bg-brands-algolia:focus,
.hover\:bg-brands-algolia:hover {
  background: #050f2c;
}

.bg-brands-algolia-1 {
  background: #050f2c;
}

.active\:bg-brands-algolia-1:active,
.focus\:bg-brands-algolia-1:focus,
.hover\:bg-brands-algolia-1:hover {
  background: #050f2c;
}

.bg-brands-algolia-2 {
  background: #003666;
}

.active\:bg-brands-algolia-2:active,
.focus\:bg-brands-algolia-2:focus,
.hover\:bg-brands-algolia-2:hover {
  background: #003666;
}

.bg-brands-algolia-3 {
  background: #00aeff;
}

.active\:bg-brands-algolia-3:active,
.focus\:bg-brands-algolia-3:focus,
.hover\:bg-brands-algolia-3:hover {
  background: #00aeff;
}

.bg-brands-algolia-4 {
  background: #3369e7;
}

.active\:bg-brands-algolia-4:active,
.focus\:bg-brands-algolia-4:focus,
.hover\:bg-brands-algolia-4:hover {
  background: #3369e7;
}

.bg-brands-algolia-5 {
  background: #8e43e7;
}

.active\:bg-brands-algolia-5:active,
.focus\:bg-brands-algolia-5:focus,
.hover\:bg-brands-algolia-5:hover {
  background: #8e43e7;
}

.bg-brands-algolia-6 {
  background: #b84592;
}

.active\:bg-brands-algolia-6:active,
.focus\:bg-brands-algolia-6:focus,
.hover\:bg-brands-algolia-6:hover {
  background: #b84592;
}

.bg-brands-algolia-7 {
  background: #ff4f81;
}

.active\:bg-brands-algolia-7:active,
.focus\:bg-brands-algolia-7:focus,
.hover\:bg-brands-algolia-7:hover {
  background: #ff4f81;
}

.bg-brands-algolia-8 {
  background: #ff6c5f;
}

.active\:bg-brands-algolia-8:active,
.focus\:bg-brands-algolia-8:focus,
.hover\:bg-brands-algolia-8:hover {
  background: #ff6c5f;
}

.bg-brands-algolia-9 {
  background: #ffc168;
}

.active\:bg-brands-algolia-9:active,
.focus\:bg-brands-algolia-9:focus,
.hover\:bg-brands-algolia-9:hover {
  background: #ffc168;
}

.bg-brands-algolia-10 {
  background: #2dde98;
}

.active\:bg-brands-algolia-10:active,
.focus\:bg-brands-algolia-10:focus,
.hover\:bg-brands-algolia-10:hover {
  background: #2dde98;
}

.bg-brands-algolia-11 {
  background: #1cc7d0;
}

.active\:bg-brands-algolia-11:active,
.focus\:bg-brands-algolia-11:focus,
.hover\:bg-brands-algolia-11:hover {
  background: #1cc7d0;
}

.bg-brands-alibaba {
  background: #ff6a00;
}

.active\:bg-brands-alibaba:active,
.focus\:bg-brands-alibaba:focus,
.hover\:bg-brands-alibaba:hover {
  background: #ff6a00;
}

.bg-brands-alibaba-1 {
  background: #ff6a00;
}

.active\:bg-brands-alibaba-1:active,
.focus\:bg-brands-alibaba-1:focus,
.hover\:bg-brands-alibaba-1:hover {
  background: #ff6a00;
}

.bg-brands-alienware {
  background: #0c3866;
}

.active\:bg-brands-alienware:active,
.focus\:bg-brands-alienware:focus,
.hover\:bg-brands-alienware:hover {
  background: #0c3866;
}

.bg-brands-alienware-1 {
  background: #0c3866;
}

.active\:bg-brands-alienware-1:active,
.focus\:bg-brands-alienware-1:focus,
.hover\:bg-brands-alienware-1:hover {
  background: #0c3866;
}

.bg-brands-alienware-2 {
  background: #49c0b6;
}

.active\:bg-brands-alienware-2:active,
.focus\:bg-brands-alienware-2:focus,
.hover\:bg-brands-alienware-2:hover {
  background: #49c0b6;
}

.bg-brands-alienware-3 {
  background: #222;
}

.active\:bg-brands-alienware-3:active,
.focus\:bg-brands-alienware-3:focus,
.hover\:bg-brands-alienware-3:hover {
  background: #222;
}

.bg-brands-alienware-4 {
  background: #ce181e;
}

.active\:bg-brands-alienware-4:active,
.focus\:bg-brands-alienware-4:focus,
.hover\:bg-brands-alienware-4:hover {
  background: #ce181e;
}

.bg-brands-alienware-5 {
  background: #007cc0;
}

.active\:bg-brands-alienware-5:active,
.focus\:bg-brands-alienware-5:focus,
.hover\:bg-brands-alienware-5:hover {
  background: #007cc0;
}

.bg-brands-alienware-6 {
  background: #ffc20e;
}

.active\:bg-brands-alienware-6:active,
.focus\:bg-brands-alienware-6:focus,
.hover\:bg-brands-alienware-6:hover {
  background: #ffc20e;
}

.bg-brands-alphabet {
  background: #ed1c24;
}

.active\:bg-brands-alphabet:active,
.focus\:bg-brands-alphabet:focus,
.hover\:bg-brands-alphabet:hover {
  background: #ed1c24;
}

.bg-brands-alphabet-1 {
  background: #ed1c24;
}

.active\:bg-brands-alphabet-1:active,
.focus\:bg-brands-alphabet-1:focus,
.hover\:bg-brands-alphabet-1:hover {
  background: #ed1c24;
}

.bg-brands-amazon {
  background: #ff9900;
}

.active\:bg-brands-amazon:active,
.focus\:bg-brands-amazon:focus,
.hover\:bg-brands-amazon:hover {
  background: #ff9900;
}

.bg-brands-amazon-1 {
  background: #ff9900;
}

.active\:bg-brands-amazon-1:active,
.focus\:bg-brands-amazon-1:focus,
.hover\:bg-brands-amazon-1:hover {
  background: #ff9900;
}

.bg-brands-amazon-2 {
  background: #146eb4;
}

.active\:bg-brands-amazon-2:active,
.focus\:bg-brands-amazon-2:focus,
.hover\:bg-brands-amazon-2:hover {
  background: #146eb4;
}

.bg-brands-american-express {
  background: #002663;
}

.active\:bg-brands-american-express:active,
.focus\:bg-brands-american-express:focus,
.hover\:bg-brands-american-express:hover {
  background: #002663;
}

.bg-brands-american-express-1 {
  background: #002663;
}

.active\:bg-brands-american-express-1:active,
.focus\:bg-brands-american-express-1:focus,
.hover\:bg-brands-american-express-1:hover {
  background: #002663;
}

.bg-brands-american-express-2 {
  background: #4d4f53;
}

.active\:bg-brands-american-express-2:active,
.focus\:bg-brands-american-express-2:focus,
.hover\:bg-brands-american-express-2:hover {
  background: #4d4f53;
}

.bg-brands-american-red-cross {
  background: #ed1b2e;
}

.active\:bg-brands-american-red-cross:active,
.focus\:bg-brands-american-red-cross:focus,
.hover\:bg-brands-american-red-cross:hover {
  background: #ed1b2e;
}

.bg-brands-american-red-cross-1 {
  background: #ed1b2e;
}

.active\:bg-brands-american-red-cross-1:active,
.focus\:bg-brands-american-red-cross-1:focus,
.hover\:bg-brands-american-red-cross-1:hover {
  background: #ed1b2e;
}

.bg-brands-american-red-cross-2 {
  background: #6d6e70;
}

.active\:bg-brands-american-red-cross-2:active,
.focus\:bg-brands-american-red-cross-2:focus,
.hover\:bg-brands-american-red-cross-2:hover {
  background: #6d6e70;
}

.bg-brands-american-red-cross-3 {
  background: #d7d7d8;
}

.active\:bg-brands-american-red-cross-3:active,
.focus\:bg-brands-american-red-cross-3:focus,
.hover\:bg-brands-american-red-cross-3:hover {
  background: #d7d7d8;
}

.bg-brands-american-red-cross-4 {
  background: #b4a996;
}

.active\:bg-brands-american-red-cross-4:active,
.focus\:bg-brands-american-red-cross-4:focus,
.hover\:bg-brands-american-red-cross-4:hover {
  background: #b4a996;
}

.bg-brands-american-red-cross-5 {
  background: #ecb731;
}

.active\:bg-brands-american-red-cross-5:active,
.focus\:bg-brands-american-red-cross-5:focus,
.hover\:bg-brands-american-red-cross-5:hover {
  background: #ecb731;
}

.bg-brands-american-red-cross-6 {
  background: #8ec06c;
}

.active\:bg-brands-american-red-cross-6:active,
.focus\:bg-brands-american-red-cross-6:focus,
.hover\:bg-brands-american-red-cross-6:hover {
  background: #8ec06c;
}

.bg-brands-american-red-cross-7 {
  background: #537b35;
}

.active\:bg-brands-american-red-cross-7:active,
.focus\:bg-brands-american-red-cross-7:focus,
.hover\:bg-brands-american-red-cross-7:hover {
  background: #537b35;
}

.bg-brands-american-red-cross-8 {
  background: #c4dff6;
}

.active\:bg-brands-american-red-cross-8:active,
.focus\:bg-brands-american-red-cross-8:focus,
.hover\:bg-brands-american-red-cross-8:hover {
  background: #c4dff6;
}

.bg-brands-american-red-cross-9 {
  background: #56a0d3;
}

.active\:bg-brands-american-red-cross-9:active,
.focus\:bg-brands-american-red-cross-9:focus,
.hover\:bg-brands-american-red-cross-9:hover {
  background: #56a0d3;
}

.bg-brands-american-red-cross-10 {
  background: #0091cd;
}

.active\:bg-brands-american-red-cross-10:active,
.focus\:bg-brands-american-red-cross-10:focus,
.hover\:bg-brands-american-red-cross-10:hover {
  background: #0091cd;
}

.bg-brands-american-red-cross-11 {
  background: #004b79;
}

.active\:bg-brands-american-red-cross-11:active,
.focus\:bg-brands-american-red-cross-11:focus,
.hover\:bg-brands-american-red-cross-11:hover {
  background: #004b79;
}

.bg-brands-american-red-cross-12 {
  background: #7f181b;
}

.active\:bg-brands-american-red-cross-12:active,
.focus\:bg-brands-american-red-cross-12:focus,
.hover\:bg-brands-american-red-cross-12:hover {
  background: #7f181b;
}

.bg-brands-american-red-cross-13 {
  background: #d7d7d8;
}

.active\:bg-brands-american-red-cross-13:active,
.focus\:bg-brands-american-red-cross-13:focus,
.hover\:bg-brands-american-red-cross-13:hover {
  background: #d7d7d8;
}

.bg-brands-american-red-cross-14 {
  background: #9f9fa3;
}

.active\:bg-brands-american-red-cross-14:active,
.focus\:bg-brands-american-red-cross-14:focus,
.hover\:bg-brands-american-red-cross-14:hover {
  background: #9f9fa3;
}

.bg-brands-american-red-cross-15 {
  background: #000000;
}

.active\:bg-brands-american-red-cross-15:active,
.focus\:bg-brands-american-red-cross-15:focus,
.hover\:bg-brands-american-red-cross-15:hover {
  background: #000000;
}

.bg-brands-amp {
  background: #1c79c0;
}

.active\:bg-brands-amp:active,
.focus\:bg-brands-amp:focus,
.hover\:bg-brands-amp:hover {
  background: #1c79c0;
}

.bg-brands-amp-1 {
  background: #1c79c0;
}

.active\:bg-brands-amp-1:active,
.focus\:bg-brands-amp-1:focus,
.hover\:bg-brands-amp-1:hover {
  background: #1c79c0;
}

.bg-brands-amp-2 {
  background: #0dd3ff;
}

.active\:bg-brands-amp-2:active,
.focus\:bg-brands-amp-2:focus,
.hover\:bg-brands-amp-2:hover {
  background: #0dd3ff;
}

.bg-brands-amp-3 {
  background: #0389ff;
}

.active\:bg-brands-amp-3:active,
.focus\:bg-brands-amp-3:focus,
.hover\:bg-brands-amp-3:hover {
  background: #0389ff;
}

.bg-brands-android {
  background: #a4c639;
}

.active\:bg-brands-android:active,
.focus\:bg-brands-android:focus,
.hover\:bg-brands-android:hover {
  background: #a4c639;
}

.bg-brands-android-1 {
  background: #a4c639;
}

.active\:bg-brands-android-1:active,
.focus\:bg-brands-android-1:focus,
.hover\:bg-brands-android-1:hover {
  background: #a4c639;
}

.bg-brands-angies-list {
  background: #7fbb00;
}

.active\:bg-brands-angies-list:active,
.focus\:bg-brands-angies-list:focus,
.hover\:bg-brands-angies-list:hover {
  background: #7fbb00;
}

.bg-brands-angies-list-1 {
  background: #7fbb00;
}

.active\:bg-brands-angies-list-1:active,
.focus\:bg-brands-angies-list-1:focus,
.hover\:bg-brands-angies-list-1:hover {
  background: #7fbb00;
}

.bg-brands-angularjs {
  background: #b52e31;
}

.active\:bg-brands-angularjs:active,
.focus\:bg-brands-angularjs:focus,
.hover\:bg-brands-angularjs:hover {
  background: #b52e31;
}

.bg-brands-angularjs-1 {
  background: #b52e31;
}

.active\:bg-brands-angularjs-1:active,
.focus\:bg-brands-angularjs-1:focus,
.hover\:bg-brands-angularjs-1:hover {
  background: #b52e31;
}

.bg-brands-angularjs-2 {
  background: #000000;
}

.active\:bg-brands-angularjs-2:active,
.focus\:bg-brands-angularjs-2:focus,
.hover\:bg-brands-angularjs-2:hover {
  background: #000000;
}

.bg-brands-answers {
  background: #136ad5;
}

.active\:bg-brands-answers:active,
.focus\:bg-brands-answers:focus,
.hover\:bg-brands-answers:hover {
  background: #136ad5;
}

.bg-brands-answers-1 {
  background: #136ad5;
}

.active\:bg-brands-answers-1:active,
.focus\:bg-brands-answers-1:focus,
.hover\:bg-brands-answers-1:hover {
  background: #136ad5;
}

.bg-brands-answers-2 {
  background: #fb8a2e;
}

.active\:bg-brands-answers-2:active,
.focus\:bg-brands-answers-2:focus,
.hover\:bg-brands-answers-2:hover {
  background: #fb8a2e;
}

.bg-brands-aol {
  background: #ff0b00;
}

.active\:bg-brands-aol:active,
.focus\:bg-brands-aol:focus,
.hover\:bg-brands-aol:hover {
  background: #ff0b00;
}

.bg-brands-aol-1 {
  background: #ff0b00;
}

.active\:bg-brands-aol-1:active,
.focus\:bg-brands-aol-1:focus,
.hover\:bg-brands-aol-1:hover {
  background: #ff0b00;
}

.bg-brands-aol-2 {
  background: #00c4ff;
}

.active\:bg-brands-aol-2:active,
.focus\:bg-brands-aol-2:focus,
.hover\:bg-brands-aol-2:hover {
  background: #00c4ff;
}

.bg-brands-aparat {
  background: #ea1d5d;
}

.active\:bg-brands-aparat:active,
.focus\:bg-brands-aparat:focus,
.hover\:bg-brands-aparat:hover {
  background: #ea1d5d;
}

.bg-brands-aparat-1 {
  background: #ea1d5d;
}

.active\:bg-brands-aparat-1:active,
.focus\:bg-brands-aparat-1:focus,
.hover\:bg-brands-aparat-1:hover {
  background: #ea1d5d;
}

.bg-brands-arch-linux {
  background: #1793d1;
}

.active\:bg-brands-arch-linux:active,
.focus\:bg-brands-arch-linux:focus,
.hover\:bg-brands-arch-linux:hover {
  background: #1793d1;
}

.bg-brands-arch-linux-1 {
  background: #1793d1;
}

.active\:bg-brands-arch-linux-1:active,
.focus\:bg-brands-arch-linux-1:focus,
.hover\:bg-brands-arch-linux-1:hover {
  background: #1793d1;
}

.bg-brands-arch-linux-2 {
  background: #333333;
}

.active\:bg-brands-arch-linux-2:active,
.focus\:bg-brands-arch-linux-2:focus,
.hover\:bg-brands-arch-linux-2:hover {
  background: #333333;
}

.bg-brands-arizona-state-university-asu {
  background: #990033;
}

.active\:bg-brands-arizona-state-university-asu:active,
.focus\:bg-brands-arizona-state-university-asu:focus,
.hover\:bg-brands-arizona-state-university-asu:hover {
  background: #990033;
}

.bg-brands-arizona-state-university-asu-1 {
  background: #990033;
}

.active\:bg-brands-arizona-state-university-asu-1:active,
.focus\:bg-brands-arizona-state-university-asu-1:focus,
.hover\:bg-brands-arizona-state-university-asu-1:hover {
  background: #990033;
}

.bg-brands-arizona-state-university-asu-2 {
  background: #ffb310;
}

.active\:bg-brands-arizona-state-university-asu-2:active,
.focus\:bg-brands-arizona-state-university-asu-2:focus,
.hover\:bg-brands-arizona-state-university-asu-2:hover {
  background: #ffb310;
}

.bg-brands-arriva {
  background: #004d73;
}

.active\:bg-brands-arriva:active,
.focus\:bg-brands-arriva:focus,
.hover\:bg-brands-arriva:hover {
  background: #004d73;
}

.bg-brands-arriva-1 {
  background: #004d73;
}

.active\:bg-brands-arriva-1:active,
.focus\:bg-brands-arriva-1:focus,
.hover\:bg-brands-arriva-1:hover {
  background: #004d73;
}

.bg-brands-arriva-2 {
  background: #00334e;
}

.active\:bg-brands-arriva-2:active,
.focus\:bg-brands-arriva-2:focus,
.hover\:bg-brands-arriva-2:hover {
  background: #00334e;
}

.bg-brands-arriva-3 {
  background: #007fdb;
}

.active\:bg-brands-arriva-3:active,
.focus\:bg-brands-arriva-3:focus,
.hover\:bg-brands-arriva-3:hover {
  background: #007fdb;
}

.bg-brands-arriva-4 {
  background: #dbebfa;
}

.active\:bg-brands-arriva-4:active,
.focus\:bg-brands-arriva-4:focus,
.hover\:bg-brands-arriva-4:hover {
  background: #dbebfa;
}

.bg-brands-arriva-5 {
  background: #832561;
}

.active\:bg-brands-arriva-5:active,
.focus\:bg-brands-arriva-5:focus,
.hover\:bg-brands-arriva-5:hover {
  background: #832561;
}

.bg-brands-arriva-6 {
  background: #11862f;
}

.active\:bg-brands-arriva-6:active,
.focus\:bg-brands-arriva-6:focus,
.hover\:bg-brands-arriva-6:hover {
  background: #11862f;
}

.bg-brands-arriva-7 {
  background: #bfca02;
}

.active\:bg-brands-arriva-7:active,
.focus\:bg-brands-arriva-7:focus,
.hover\:bg-brands-arriva-7:hover {
  background: #bfca02;
}

.bg-brands-arriva-8 {
  background: #848a8c;
}

.active\:bg-brands-arriva-8:active,
.focus\:bg-brands-arriva-8:focus,
.hover\:bg-brands-arriva-8:hover {
  background: #848a8c;
}

.bg-brands-arriva-danmark {
  background: #004d73;
}

.active\:bg-brands-arriva-danmark:active,
.focus\:bg-brands-arriva-danmark:focus,
.hover\:bg-brands-arriva-danmark:hover {
  background: #004d73;
}

.bg-brands-arriva-danmark-1 {
  background: #004d73;
}

.active\:bg-brands-arriva-danmark-1:active,
.focus\:bg-brands-arriva-danmark-1:focus,
.hover\:bg-brands-arriva-danmark-1:hover {
  background: #004d73;
}

.bg-brands-arriva-danmark-2 {
  background: #00334e;
}

.active\:bg-brands-arriva-danmark-2:active,
.focus\:bg-brands-arriva-danmark-2:focus,
.hover\:bg-brands-arriva-danmark-2:hover {
  background: #00334e;
}

.bg-brands-arriva-danmark-3 {
  background: #007fbd;
}

.active\:bg-brands-arriva-danmark-3:active,
.focus\:bg-brands-arriva-danmark-3:focus,
.hover\:bg-brands-arriva-danmark-3:hover {
  background: #007fbd;
}

.bg-brands-arriva-danmark-4 {
  background: #dbebfa;
}

.active\:bg-brands-arriva-danmark-4:active,
.focus\:bg-brands-arriva-danmark-4:focus,
.hover\:bg-brands-arriva-danmark-4:hover {
  background: #dbebfa;
}

.bg-brands-ars-technica {
  background: #ff4e00;
}

.active\:bg-brands-ars-technica:active,
.focus\:bg-brands-ars-technica:focus,
.hover\:bg-brands-ars-technica:hover {
  background: #ff4e00;
}

.bg-brands-ars-technica-1 {
  background: #ff4e00;
}

.active\:bg-brands-ars-technica-1:active,
.focus\:bg-brands-ars-technica-1:focus,
.hover\:bg-brands-ars-technica-1:hover {
  background: #ff4e00;
}

.bg-brands-ars-technica-2 {
  background: #01cd74;
}

.active\:bg-brands-ars-technica-2:active,
.focus\:bg-brands-ars-technica-2:focus,
.hover\:bg-brands-ars-technica-2:hover {
  background: #01cd74;
}

.bg-brands-asana {
  background: #3be8b0;
}

.active\:bg-brands-asana:active,
.focus\:bg-brands-asana:focus,
.hover\:bg-brands-asana:hover {
  background: #3be8b0;
}

.bg-brands-asana-1 {
  background: #3be8b0;
}

.active\:bg-brands-asana-1:active,
.focus\:bg-brands-asana-1:focus,
.hover\:bg-brands-asana-1:hover {
  background: #3be8b0;
}

.bg-brands-asana-2 {
  background: #1aafd0;
}

.active\:bg-brands-asana-2:active,
.focus\:bg-brands-asana-2:focus,
.hover\:bg-brands-asana-2:hover {
  background: #1aafd0;
}

.bg-brands-asana-3 {
  background: #6a67ce;
}

.active\:bg-brands-asana-3:active,
.focus\:bg-brands-asana-3:focus,
.hover\:bg-brands-asana-3:hover {
  background: #6a67ce;
}

.bg-brands-asana-4 {
  background: #ffb900;
}

.active\:bg-brands-asana-4:active,
.focus\:bg-brands-asana-4:focus,
.hover\:bg-brands-asana-4:hover {
  background: #ffb900;
}

.bg-brands-asana-5 {
  background: #fc636b;
}

.active\:bg-brands-asana-5:active,
.focus\:bg-brands-asana-5:focus,
.hover\:bg-brands-asana-5:hover {
  background: #fc636b;
}

.bg-brands-askfm {
  background: #db3552;
}

.active\:bg-brands-askfm:active,
.focus\:bg-brands-askfm:focus,
.hover\:bg-brands-askfm:hover {
  background: #db3552;
}

.bg-brands-askfm-1 {
  background: #db3552;
}

.active\:bg-brands-askfm-1:active,
.focus\:bg-brands-askfm-1:focus,
.hover\:bg-brands-askfm-1:hover {
  background: #db3552;
}

.bg-brands-associated-press {
  background: #ff322e;
}

.active\:bg-brands-associated-press:active,
.focus\:bg-brands-associated-press:focus,
.hover\:bg-brands-associated-press:hover {
  background: #ff322e;
}

.bg-brands-associated-press-1 {
  background: #ff322e;
}

.active\:bg-brands-associated-press-1:active,
.focus\:bg-brands-associated-press-1:focus,
.hover\:bg-brands-associated-press-1:hover {
  background: #ff322e;
}

.bg-brands-att {
  background: #00a8e0;
}

.active\:bg-brands-att:active,
.focus\:bg-brands-att:focus,
.hover\:bg-brands-att:hover {
  background: #00a8e0;
}

.bg-brands-att-1 {
  background: #00a8e0;
}

.active\:bg-brands-att-1:active,
.focus\:bg-brands-att-1:focus,
.hover\:bg-brands-att-1:hover {
  background: #00a8e0;
}

.bg-brands-atlanta-falcons {
  background: #000000;
}

.active\:bg-brands-atlanta-falcons:active,
.focus\:bg-brands-atlanta-falcons:focus,
.hover\:bg-brands-atlanta-falcons:hover {
  background: #000000;
}

.bg-brands-atlanta-falcons-1 {
  background: #000000;
}

.active\:bg-brands-atlanta-falcons-1:active,
.focus\:bg-brands-atlanta-falcons-1:focus,
.hover\:bg-brands-atlanta-falcons-1:hover {
  background: #000000;
}

.bg-brands-atlanta-falcons-2 {
  background: #a71930;
}

.active\:bg-brands-atlanta-falcons-2:active,
.focus\:bg-brands-atlanta-falcons-2:focus,
.hover\:bg-brands-atlanta-falcons-2:hover {
  background: #a71930;
}

.bg-brands-atlanta-falcons-3 {
  background: #a5acaf;
}

.active\:bg-brands-atlanta-falcons-3:active,
.focus\:bg-brands-atlanta-falcons-3:focus,
.hover\:bg-brands-atlanta-falcons-3:hover {
  background: #a5acaf;
}

.bg-brands-atlantic-coast-conference-acc {
  background: #013ca6;
}

.active\:bg-brands-atlantic-coast-conference-acc:active,
.focus\:bg-brands-atlantic-coast-conference-acc:focus,
.hover\:bg-brands-atlantic-coast-conference-acc:hover {
  background: #013ca6;
}

.bg-brands-atlantic-coast-conference-acc-1 {
  background: #013ca6;
}

.active\:bg-brands-atlantic-coast-conference-acc-1:active,
.focus\:bg-brands-atlantic-coast-conference-acc-1:focus,
.hover\:bg-brands-atlantic-coast-conference-acc-1:hover {
  background: #013ca6;
}

.bg-brands-atlantic-coast-conference-acc-2 {
  background: #a5a9ab;
}

.active\:bg-brands-atlantic-coast-conference-acc-2:active,
.focus\:bg-brands-atlantic-coast-conference-acc-2:focus,
.hover\:bg-brands-atlantic-coast-conference-acc-2:hover {
  background: #a5a9ab;
}

.bg-brands-atlassian {
  background: #003366;
}

.active\:bg-brands-atlassian:active,
.focus\:bg-brands-atlassian:focus,
.hover\:bg-brands-atlassian:hover {
  background: #003366;
}

.bg-brands-atlassian-1 {
  background: #003366;
}

.active\:bg-brands-atlassian-1:active,
.focus\:bg-brands-atlassian-1:focus,
.hover\:bg-brands-atlassian-1:hover {
  background: #003366;
}

.bg-brands-atos {
  background: #0066a1;
}

.active\:bg-brands-atos:active,
.focus\:bg-brands-atos:focus,
.hover\:bg-brands-atos:hover {
  background: #0066a1;
}

.bg-brands-atos-1 {
  background: #0066a1;
}

.active\:bg-brands-atos-1:active,
.focus\:bg-brands-atos-1:focus,
.hover\:bg-brands-atos-1:hover {
  background: #0066a1;
}

.bg-brands-atos-2 {
  background: #231f20;
}

.active\:bg-brands-atos-2:active,
.focus\:bg-brands-atos-2:focus,
.hover\:bg-brands-atos-2:hover {
  background: #231f20;
}

.bg-brands-atos-3 {
  background: #bfbfbf;
}

.active\:bg-brands-atos-3:active,
.focus\:bg-brands-atos-3:focus,
.hover\:bg-brands-atos-3:hover {
  background: #bfbfbf;
}

.bg-brands-atos-4 {
  background: #00b2a9;
}

.active\:bg-brands-atos-4:active,
.focus\:bg-brands-atos-4:focus,
.hover\:bg-brands-atos-4:hover {
  background: #00b2a9;
}

.bg-brands-atos-5 {
  background: #a626aa;
}

.active\:bg-brands-atos-5:active,
.focus\:bg-brands-atos-5:focus,
.hover\:bg-brands-atos-5:hover {
  background: #a626aa;
}

.bg-brands-atos-6 {
  background: #6639b7;
}

.active\:bg-brands-atos-6:active,
.focus\:bg-brands-atos-6:focus,
.hover\:bg-brands-atos-6:hover {
  background: #6639b7;
}

.bg-brands-atos-7 {
  background: #aea400;
}

.active\:bg-brands-atos-7:active,
.focus\:bg-brands-atos-7:focus,
.hover\:bg-brands-atos-7:hover {
  background: #aea400;
}

.bg-brands-atos-8 {
  background: #ff6319;
}

.active\:bg-brands-atos-8:active,
.focus\:bg-brands-atos-8:focus,
.hover\:bg-brands-atos-8:hover {
  background: #ff6319;
}

.bg-brands-audi {
  background: #ffffff;
}

.active\:bg-brands-audi:active,
.focus\:bg-brands-audi:focus,
.hover\:bg-brands-audi:hover {
  background: #ffffff;
}

.bg-brands-audi-1 {
  background: #ffffff;
}

.active\:bg-brands-audi-1:active,
.focus\:bg-brands-audi-1:focus,
.hover\:bg-brands-audi-1:hover {
  background: #ffffff;
}

.bg-brands-audi-2 {
  background: #000000;
}

.active\:bg-brands-audi-2:active,
.focus\:bg-brands-audi-2:focus,
.hover\:bg-brands-audi-2:hover {
  background: #000000;
}

.bg-brands-audi-3 {
  background: #f50537;
}

.active\:bg-brands-audi-3:active,
.focus\:bg-brands-audi-3:focus,
.hover\:bg-brands-audi-3:hover {
  background: #f50537;
}

.bg-brands-auth0 {
  background: #16214d;
}

.active\:bg-brands-auth0:active,
.focus\:bg-brands-auth0:focus,
.hover\:bg-brands-auth0:hover {
  background: #16214d;
}

.bg-brands-auth0-1 {
  background: #16214d;
}

.active\:bg-brands-auth0-1:active,
.focus\:bg-brands-auth0-1:focus,
.hover\:bg-brands-auth0-1:hover {
  background: #16214d;
}

.bg-brands-auth0-2 {
  background: #44c7f4;
}

.active\:bg-brands-auth0-2:active,
.focus\:bg-brands-auth0-2:focus,
.hover\:bg-brands-auth0-2:hover {
  background: #44c7f4;
}

.bg-brands-auth0-3 {
  background: #eb5424;
}

.active\:bg-brands-auth0-3:active,
.focus\:bg-brands-auth0-3:focus,
.hover\:bg-brands-auth0-3:hover {
  background: #eb5424;
}

.bg-brands-auth0-4 {
  background: #d0d2d3;
}

.active\:bg-brands-auth0-4:active,
.focus\:bg-brands-auth0-4:focus,
.hover\:bg-brands-auth0-4:hover {
  background: #d0d2d3;
}

.bg-brands-avast {
  background: #ff7800;
}

.active\:bg-brands-avast:active,
.focus\:bg-brands-avast:focus,
.hover\:bg-brands-avast:hover {
  background: #ff7800;
}

.bg-brands-avast-1 {
  background: #ff7800;
}

.active\:bg-brands-avast-1:active,
.focus\:bg-brands-avast-1:focus,
.hover\:bg-brands-avast-1:hover {
  background: #ff7800;
}

.bg-brands-avast-2 {
  background: #2d364c;
}

.active\:bg-brands-avast-2:active,
.focus\:bg-brands-avast-2:focus,
.hover\:bg-brands-avast-2:hover {
  background: #2d364c;
}

.bg-brands-avast-3 {
  background: #6534ac;
}

.active\:bg-brands-avast-3:active,
.focus\:bg-brands-avast-3:focus,
.hover\:bg-brands-avast-3:hover {
  background: #6534ac;
}

.bg-brands-avira {
  background: #d40000;
}

.active\:bg-brands-avira:active,
.focus\:bg-brands-avira:focus,
.hover\:bg-brands-avira:hover {
  background: #d40000;
}

.bg-brands-avira-1 {
  background: #d40000;
}

.active\:bg-brands-avira-1:active,
.focus\:bg-brands-avira-1:focus,
.hover\:bg-brands-avira-1:hover {
  background: #d40000;
}

.bg-brands-baidu {
  background: #de0f17;
}

.active\:bg-brands-baidu:active,
.focus\:bg-brands-baidu:focus,
.hover\:bg-brands-baidu:hover {
  background: #de0f17;
}

.bg-brands-baidu-1 {
  background: #de0f17;
}

.active\:bg-brands-baidu-1:active,
.focus\:bg-brands-baidu-1:focus,
.hover\:bg-brands-baidu-1:hover {
  background: #de0f17;
}

.bg-brands-baidu-2 {
  background: #2529d8;
}

.active\:bg-brands-baidu-2:active,
.focus\:bg-brands-baidu-2:focus,
.hover\:bg-brands-baidu-2:hover {
  background: #2529d8;
}

.bg-brands-bandcamp {
  background: #629aa9;
}

.active\:bg-brands-bandcamp:active,
.focus\:bg-brands-bandcamp:focus,
.hover\:bg-brands-bandcamp:hover {
  background: #629aa9;
}

.bg-brands-bandcamp-1 {
  background: #629aa9;
}

.active\:bg-brands-bandcamp-1:active,
.focus\:bg-brands-bandcamp-1:focus,
.hover\:bg-brands-bandcamp-1:hover {
  background: #629aa9;
}

.bg-brands-barclays {
  background: #00aeef;
}

.active\:bg-brands-barclays:active,
.focus\:bg-brands-barclays:focus,
.hover\:bg-brands-barclays:hover {
  background: #00aeef;
}

.bg-brands-barclays-1 {
  background: #00aeef;
}

.active\:bg-brands-barclays-1:active,
.focus\:bg-brands-barclays-1:focus,
.hover\:bg-brands-barclays-1:hover {
  background: #00aeef;
}

.bg-brands-barclays-2 {
  background: #00395d;
}

.active\:bg-brands-barclays-2:active,
.focus\:bg-brands-barclays-2:focus,
.hover\:bg-brands-barclays-2:hover {
  background: #00395d;
}

.bg-brands-barnes-noble {
  background: #2a5934;
}

.active\:bg-brands-barnes-noble:active,
.focus\:bg-brands-barnes-noble:focus,
.hover\:bg-brands-barnes-noble:hover {
  background: #2a5934;
}

.bg-brands-barnes-noble-1 {
  background: #2a5934;
}

.active\:bg-brands-barnes-noble-1:active,
.focus\:bg-brands-barnes-noble-1:focus,
.hover\:bg-brands-barnes-noble-1:hover {
  background: #2a5934;
}

.bg-brands-basecamp {
  background: #b3dcff;
}

.active\:bg-brands-basecamp:active,
.focus\:bg-brands-basecamp:focus,
.hover\:bg-brands-basecamp:hover {
  background: #b3dcff;
}

.bg-brands-basecamp-1 {
  background: #b3dcff;
}

.active\:bg-brands-basecamp-1:active,
.focus\:bg-brands-basecamp-1:focus,
.hover\:bg-brands-basecamp-1:hover {
  background: #b3dcff;
}

.bg-brands-basecamp-2 {
  background: #5ecc62;
}

.active\:bg-brands-basecamp-2:active,
.focus\:bg-brands-basecamp-2:focus,
.hover\:bg-brands-basecamp-2:hover {
  background: #5ecc62;
}

.bg-brands-basecamp-3 {
  background: #00ad45;
}

.active\:bg-brands-basecamp-3:active,
.focus\:bg-brands-basecamp-3:focus,
.hover\:bg-brands-basecamp-3:hover {
  background: #00ad45;
}

.bg-brands-beats-by-dre {
  background: #e01f3d;
}

.active\:bg-brands-beats-by-dre:active,
.focus\:bg-brands-beats-by-dre:focus,
.hover\:bg-brands-beats-by-dre:hover {
  background: #e01f3d;
}

.bg-brands-beats-by-dre-1 {
  background: #e01f3d;
}

.active\:bg-brands-beats-by-dre-1:active,
.focus\:bg-brands-beats-by-dre-1:focus,
.hover\:bg-brands-beats-by-dre-1:hover {
  background: #e01f3d;
}

.bg-brands-bebo {
  background: #e04646;
}

.active\:bg-brands-bebo:active,
.focus\:bg-brands-bebo:focus,
.hover\:bg-brands-bebo:hover {
  background: #e04646;
}

.bg-brands-bebo-1 {
  background: #e04646;
}

.active\:bg-brands-bebo-1:active,
.focus\:bg-brands-bebo-1:focus,
.hover\:bg-brands-bebo-1:hover {
  background: #e04646;
}

.bg-brands-behance {
  background: #1769ff;
}

.active\:bg-brands-behance:active,
.focus\:bg-brands-behance:focus,
.hover\:bg-brands-behance:hover {
  background: #1769ff;
}

.bg-brands-behance-1 {
  background: #1769ff;
}

.active\:bg-brands-behance-1:active,
.focus\:bg-brands-behance-1:focus,
.hover\:bg-brands-behance-1:hover {
  background: #1769ff;
}

.bg-brands-best-buy {
  background: #003b64;
}

.active\:bg-brands-best-buy:active,
.focus\:bg-brands-best-buy:focus,
.hover\:bg-brands-best-buy:hover {
  background: #003b64;
}

.bg-brands-best-buy-1 {
  background: #003b64;
}

.active\:bg-brands-best-buy-1:active,
.focus\:bg-brands-best-buy-1:focus,
.hover\:bg-brands-best-buy-1:hover {
  background: #003b64;
}

.bg-brands-best-buy-2 {
  background: #fff200;
}

.active\:bg-brands-best-buy-2:active,
.focus\:bg-brands-best-buy-2:focus,
.hover\:bg-brands-best-buy-2:hover {
  background: #fff200;
}

.bg-brands-big-cartel {
  background: #a0ac48;
}

.active\:bg-brands-big-cartel:active,
.focus\:bg-brands-big-cartel:focus,
.hover\:bg-brands-big-cartel:hover {
  background: #a0ac48;
}

.bg-brands-big-cartel-1 {
  background: #a0ac48;
}

.active\:bg-brands-big-cartel-1:active,
.focus\:bg-brands-big-cartel-1:focus,
.hover\:bg-brands-big-cartel-1:hover {
  background: #a0ac48;
}

.bg-brands-big-cartel-2 {
  background: #70b29c;
}

.active\:bg-brands-big-cartel-2:active,
.focus\:bg-brands-big-cartel-2:focus,
.hover\:bg-brands-big-cartel-2:hover {
  background: #70b29c;
}

.bg-brands-bing {
  background: #ffb900;
}

.active\:bg-brands-bing:active,
.focus\:bg-brands-bing:focus,
.hover\:bg-brands-bing:hover {
  background: #ffb900;
}

.bg-brands-bing-1 {
  background: #ffb900;
}

.active\:bg-brands-bing-1:active,
.focus\:bg-brands-bing-1:focus,
.hover\:bg-brands-bing-1:hover {
  background: #ffb900;
}

.bg-brands-bing-2 {
  background: #505050;
}

.active\:bg-brands-bing-2:active,
.focus\:bg-brands-bing-2:focus,
.hover\:bg-brands-bing-2:hover {
  background: #505050;
}

.bg-brands-bing-3 {
  background: #a3a3a3;
}

.active\:bg-brands-bing-3:active,
.focus\:bg-brands-bing-3:focus,
.hover\:bg-brands-bing-3:hover {
  background: #a3a3a3;
}

.bg-brands-bitbucket {
  background: #205081;
}

.active\:bg-brands-bitbucket:active,
.focus\:bg-brands-bitbucket:focus,
.hover\:bg-brands-bitbucket:hover {
  background: #205081;
}

.bg-brands-bitbucket-1 {
  background: #205081;
}

.active\:bg-brands-bitbucket-1:active,
.focus\:bg-brands-bitbucket-1:focus,
.hover\:bg-brands-bitbucket-1:hover {
  background: #205081;
}

.bg-brands-bitly {
  background: #ee6123;
}

.active\:bg-brands-bitly:active,
.focus\:bg-brands-bitly:focus,
.hover\:bg-brands-bitly:hover {
  background: #ee6123;
}

.bg-brands-bitly-1 {
  background: #ee6123;
}

.active\:bg-brands-bitly-1:active,
.focus\:bg-brands-bitly-1:focus,
.hover\:bg-brands-bitly-1:hover {
  background: #ee6123;
}

.bg-brands-bitly-2 {
  background: #61b3de;
}

.active\:bg-brands-bitly-2:active,
.focus\:bg-brands-bitly-2:focus,
.hover\:bg-brands-bitly-2:hover {
  background: #61b3de;
}

.bg-brands-blackberry {
  background: #005387;
}

.active\:bg-brands-blackberry:active,
.focus\:bg-brands-blackberry:focus,
.hover\:bg-brands-blackberry:hover {
  background: #005387;
}

.bg-brands-blackberry-1 {
  background: #005387;
}

.active\:bg-brands-blackberry-1:active,
.focus\:bg-brands-blackberry-1:focus,
.hover\:bg-brands-blackberry-1:hover {
  background: #005387;
}

.bg-brands-blackberry-2 {
  background: #8cb811;
}

.active\:bg-brands-blackberry-2:active,
.focus\:bg-brands-blackberry-2:focus,
.hover\:bg-brands-blackberry-2:hover {
  background: #8cb811;
}

.bg-brands-blackberry-3 {
  background: #fdb813;
}

.active\:bg-brands-blackberry-3:active,
.focus\:bg-brands-blackberry-3:focus,
.hover\:bg-brands-blackberry-3:hover {
  background: #fdb813;
}

.bg-brands-blackberry-4 {
  background: #88aca1;
}

.active\:bg-brands-blackberry-4:active,
.focus\:bg-brands-blackberry-4:focus,
.hover\:bg-brands-blackberry-4:hover {
  background: #88aca1;
}

.bg-brands-blackberry-5 {
  background: #000000;
}

.active\:bg-brands-blackberry-5:active,
.focus\:bg-brands-blackberry-5:focus,
.hover\:bg-brands-blackberry-5:hover {
  background: #000000;
}

.bg-brands-blackberry-6 {
  background: #788cb6;
}

.active\:bg-brands-blackberry-6:active,
.focus\:bg-brands-blackberry-6:focus,
.hover\:bg-brands-blackberry-6:hover {
  background: #788cb6;
}

.bg-brands-blackberry-7 {
  background: #a1a1a4;
}

.active\:bg-brands-blackberry-7:active,
.focus\:bg-brands-blackberry-7:focus,
.hover\:bg-brands-blackberry-7:hover {
  background: #a1a1a4;
}

.bg-brands-blackberry-8 {
  background: #8f8f8c;
}

.active\:bg-brands-blackberry-8:active,
.focus\:bg-brands-blackberry-8:focus,
.hover\:bg-brands-blackberry-8:hover {
  background: #8f8f8c;
}

.bg-brands-blockchain {
  background: #123962;
}

.active\:bg-brands-blockchain:active,
.focus\:bg-brands-blockchain:focus,
.hover\:bg-brands-blockchain:hover {
  background: #123962;
}

.bg-brands-blockchain-1 {
  background: #123962;
}

.active\:bg-brands-blockchain-1:active,
.focus\:bg-brands-blockchain-1:focus,
.hover\:bg-brands-blockchain-1:hover {
  background: #123962;
}

.bg-brands-blockchain-2 {
  background: #2754ba;
}

.active\:bg-brands-blockchain-2:active,
.focus\:bg-brands-blockchain-2:focus,
.hover\:bg-brands-blockchain-2:hover {
  background: #2754ba;
}

.bg-brands-blockchain-3 {
  background: #00aee6;
}

.active\:bg-brands-blockchain-3:active,
.focus\:bg-brands-blockchain-3:focus,
.hover\:bg-brands-blockchain-3:hover {
  background: #00aee6;
}

.bg-brands-blockchain-4 {
  background: #799eb2;
}

.active\:bg-brands-blockchain-4:active,
.focus\:bg-brands-blockchain-4:focus,
.hover\:bg-brands-blockchain-4:hover {
  background: #799eb2;
}

.bg-brands-blockchain-5 {
  background: #b1d4e5;
}

.active\:bg-brands-blockchain-5:active,
.focus\:bg-brands-blockchain-5:focus,
.hover\:bg-brands-blockchain-5:hover {
  background: #b1d4e5;
}

.bg-brands-blogger {
  background: #f57d00;
}

.active\:bg-brands-blogger:active,
.focus\:bg-brands-blogger:focus,
.hover\:bg-brands-blogger:hover {
  background: #f57d00;
}

.bg-brands-blogger-1 {
  background: #f57d00;
}

.active\:bg-brands-blogger-1:active,
.focus\:bg-brands-blogger-1:focus,
.hover\:bg-brands-blogger-1:hover {
  background: #f57d00;
}

.bg-brands-boeing {
  background: #0033a1;
}

.active\:bg-brands-boeing:active,
.focus\:bg-brands-boeing:focus,
.hover\:bg-brands-boeing:hover {
  background: #0033a1;
}

.bg-brands-boeing-1 {
  background: #0033a1;
}

.active\:bg-brands-boeing-1:active,
.focus\:bg-brands-boeing-1:focus,
.hover\:bg-brands-boeing-1:hover {
  background: #0033a1;
}

.bg-brands-boise-state-university {
  background: #09347a;
}

.active\:bg-brands-boise-state-university:active,
.focus\:bg-brands-boise-state-university:focus,
.hover\:bg-brands-boise-state-university:hover {
  background: #09347a;
}

.bg-brands-boise-state-university-1 {
  background: #09347a;
}

.active\:bg-brands-boise-state-university-1:active,
.focus\:bg-brands-boise-state-university-1:focus,
.hover\:bg-brands-boise-state-university-1:hover {
  background: #09347a;
}

.bg-brands-boise-state-university-2 {
  background: #007dc3;
}

.active\:bg-brands-boise-state-university-2:active,
.focus\:bg-brands-boise-state-university-2:focus,
.hover\:bg-brands-boise-state-university-2:hover {
  background: #007dc3;
}

.bg-brands-boise-state-university-3 {
  background: #0169a4;
}

.active\:bg-brands-boise-state-university-3:active,
.focus\:bg-brands-boise-state-university-3:focus,
.hover\:bg-brands-boise-state-university-3:hover {
  background: #0169a4;
}

.bg-brands-boise-state-university-4 {
  background: #3399cc;
}

.active\:bg-brands-boise-state-university-4:active,
.focus\:bg-brands-boise-state-university-4:focus,
.hover\:bg-brands-boise-state-university-4:hover {
  background: #3399cc;
}

.bg-brands-boise-state-university-5 {
  background: #f1632a;
}

.active\:bg-brands-boise-state-university-5:active,
.focus\:bg-brands-boise-state-university-5:focus,
.hover\:bg-brands-boise-state-university-5:hover {
  background: #f1632a;
}

.bg-brands-boise-state-university-6 {
  background: #464646;
}

.active\:bg-brands-boise-state-university-6:active,
.focus\:bg-brands-boise-state-university-6:focus,
.hover\:bg-brands-boise-state-university-6:hover {
  background: #464646;
}

.bg-brands-boise-state-university-7 {
  background: #b7b7b7;
}

.active\:bg-brands-boise-state-university-7:active,
.focus\:bg-brands-boise-state-university-7:focus,
.hover\:bg-brands-boise-state-university-7:hover {
  background: #b7b7b7;
}

.bg-brands-boise-state-university-8 {
  background: #f6f6f5;
}

.active\:bg-brands-boise-state-university-8:active,
.focus\:bg-brands-boise-state-university-8:focus,
.hover\:bg-brands-boise-state-university-8:hover {
  background: #f6f6f5;
}

.bg-brands-bombardier {
  background: #8996a0;
}

.active\:bg-brands-bombardier:active,
.focus\:bg-brands-bombardier:focus,
.hover\:bg-brands-bombardier:hover {
  background: #8996a0;
}

.bg-brands-bombardier-1 {
  background: #8996a0;
}

.active\:bg-brands-bombardier-1:active,
.focus\:bg-brands-bombardier-1:focus,
.hover\:bg-brands-bombardier-1:hover {
  background: #8996a0;
}

.bg-brands-booking-com {
  background: #003580;
}

.active\:bg-brands-booking-com:active,
.focus\:bg-brands-booking-com:focus,
.hover\:bg-brands-booking-com:hover {
  background: #003580;
}

.bg-brands-booking-com-1 {
  background: #003580;
}

.active\:bg-brands-booking-com-1:active,
.focus\:bg-brands-booking-com-1:focus,
.hover\:bg-brands-booking-com-1:hover {
  background: #003580;
}

.bg-brands-booking-com-2 {
  background: #009fe3;
}

.active\:bg-brands-booking-com-2:active,
.focus\:bg-brands-booking-com-2:focus,
.hover\:bg-brands-booking-com-2:hover {
  background: #009fe3;
}

.bg-brands-booking-com-3 {
  background: #feba02;
}

.active\:bg-brands-booking-com-3:active,
.focus\:bg-brands-booking-com-3:focus,
.hover\:bg-brands-booking-com-3:hover {
  background: #feba02;
}

.bg-brands-booking-com-4 {
  background: #666;
}

.active\:bg-brands-booking-com-4:active,
.focus\:bg-brands-booking-com-4:focus,
.hover\:bg-brands-booking-com-4:hover {
  background: #666;
}

.bg-brands-booking-com-5 {
  background: #f2f6fa;
}

.active\:bg-brands-booking-com-5:active,
.focus\:bg-brands-booking-com-5:focus,
.hover\:bg-brands-booking-com-5:hover {
  background: #f2f6fa;
}

.bg-brands-booqable {
  background: #2b80ff;
}

.active\:bg-brands-booqable:active,
.focus\:bg-brands-booqable:focus,
.hover\:bg-brands-booqable:hover {
  background: #2b80ff;
}

.bg-brands-booqable-1 {
  background: #2b80ff;
}

.active\:bg-brands-booqable-1:active,
.focus\:bg-brands-booqable-1:focus,
.hover\:bg-brands-booqable-1:hover {
  background: #2b80ff;
}

.bg-brands-bower {
  background: #ffcc2f;
}

.active\:bg-brands-bower:active,
.focus\:bg-brands-bower:focus,
.hover\:bg-brands-bower:hover {
  background: #ffcc2f;
}

.bg-brands-bower-1 {
  background: #ffcc2f;
}

.active\:bg-brands-bower-1:active,
.focus\:bg-brands-bower-1:focus,
.hover\:bg-brands-bower-1:hover {
  background: #ffcc2f;
}

.bg-brands-bower-2 {
  background: #ef5734;
}

.active\:bg-brands-bower-2:active,
.focus\:bg-brands-bower-2:focus,
.hover\:bg-brands-bower-2:hover {
  background: #ef5734;
}

.bg-brands-bower-3 {
  background: #00acee;
}

.active\:bg-brands-bower-3:active,
.focus\:bg-brands-bower-3:focus,
.hover\:bg-brands-bower-3:hover {
  background: #00acee;
}

.bg-brands-bower-4 {
  background: #2baf2b;
}

.active\:bg-brands-bower-4:active,
.focus\:bg-brands-bower-4:focus,
.hover\:bg-brands-bower-4:hover {
  background: #2baf2b;
}

.bg-brands-bower-5 {
  background: #543729;
}

.active\:bg-brands-bower-5:active,
.focus\:bg-brands-bower-5:focus,
.hover\:bg-brands-bower-5:hover {
  background: #543729;
}

.bg-brands-bower-6 {
  background: #cecece;
}

.active\:bg-brands-bower-6:active,
.focus\:bg-brands-bower-6:focus,
.hover\:bg-brands-bower-6:hover {
  background: #cecece;
}

.bg-brands-box {
  background: #0061d5;
}

.active\:bg-brands-box:active,
.focus\:bg-brands-box:focus,
.hover\:bg-brands-box:hover {
  background: #0061d5;
}

.bg-brands-box-1 {
  background: #0061d5;
}

.active\:bg-brands-box-1:active,
.focus\:bg-brands-box-1:focus,
.hover\:bg-brands-box-1:hover {
  background: #0061d5;
}

.bg-brands-boy-scouts-of-america {
  background: #ce1126;
}

.active\:bg-brands-boy-scouts-of-america:active,
.focus\:bg-brands-boy-scouts-of-america:focus,
.hover\:bg-brands-boy-scouts-of-america:hover {
  background: #ce1126;
}

.bg-brands-boy-scouts-of-america-1 {
  background: #ce1126;
}

.active\:bg-brands-boy-scouts-of-america-1:active,
.focus\:bg-brands-boy-scouts-of-america-1:focus,
.hover\:bg-brands-boy-scouts-of-america-1:hover {
  background: #ce1126;
}

.bg-brands-boy-scouts-of-america-2 {
  background: #003f87;
}

.active\:bg-brands-boy-scouts-of-america-2:active,
.focus\:bg-brands-boy-scouts-of-america-2:focus,
.hover\:bg-brands-boy-scouts-of-america-2:hover {
  background: #003f87;
}

.bg-brands-british-airways {
  background: #075aaa;
}

.active\:bg-brands-british-airways:active,
.focus\:bg-brands-british-airways:focus,
.hover\:bg-brands-british-airways:hover {
  background: #075aaa;
}

.bg-brands-british-airways-1 {
  background: #075aaa;
}

.active\:bg-brands-british-airways-1:active,
.focus\:bg-brands-british-airways-1:focus,
.hover\:bg-brands-british-airways-1:hover {
  background: #075aaa;
}

.bg-brands-british-airways-2 {
  background: #eb2226;
}

.active\:bg-brands-british-airways-2:active,
.focus\:bg-brands-british-airways-2:focus,
.hover\:bg-brands-british-airways-2:hover {
  background: #eb2226;
}

.bg-brands-british-airways-3 {
  background: #01295c;
}

.active\:bg-brands-british-airways-3:active,
.focus\:bg-brands-british-airways-3:focus,
.hover\:bg-brands-british-airways-3:hover {
  background: #01295c;
}

.bg-brands-british-airways-4 {
  background: #efe9e5;
}

.active\:bg-brands-british-airways-4:active,
.focus\:bg-brands-british-airways-4:focus,
.hover\:bg-brands-british-airways-4:hover {
  background: #efe9e5;
}

.bg-brands-british-airways-5 {
  background: #aca095;
}

.active\:bg-brands-british-airways-5:active,
.focus\:bg-brands-british-airways-5:focus,
.hover\:bg-brands-british-airways-5:hover {
  background: #aca095;
}

.bg-brands-british-airways-6 {
  background: #b9cfed;
}

.active\:bg-brands-british-airways-6:active,
.focus\:bg-brands-british-airways-6:focus,
.hover\:bg-brands-british-airways-6:hover {
  background: #b9cfed;
}

.bg-brands-british-airways-7 {
  background: #a7a9ac;
}

.active\:bg-brands-british-airways-7:active,
.focus\:bg-brands-british-airways-7:focus,
.hover\:bg-brands-british-airways-7:hover {
  background: #a7a9ac;
}

.bg-brands-brt {
  background: #c90f23;
}

.active\:bg-brands-brt:active,
.focus\:bg-brands-brt:focus,
.hover\:bg-brands-brt:hover {
  background: #c90f23;
}

.bg-brands-brt-1 {
  background: #c90f23;
}

.active\:bg-brands-brt-1:active,
.focus\:bg-brands-brt-1:focus,
.hover\:bg-brands-brt-1:hover {
  background: #c90f23;
}

.bg-brands-bt {
  background: #d52685;
}

.active\:bg-brands-bt:active,
.focus\:bg-brands-bt:focus,
.hover\:bg-brands-bt:hover {
  background: #d52685;
}

.bg-brands-bt-1 {
  background: #d52685;
}

.active\:bg-brands-bt-1:active,
.focus\:bg-brands-bt-1:focus,
.hover\:bg-brands-bt-1:hover {
  background: #d52685;
}

.bg-brands-bt-2 {
  background: #553a99;
}

.active\:bg-brands-bt-2:active,
.focus\:bg-brands-bt-2:focus,
.hover\:bg-brands-bt-2:hover {
  background: #553a99;
}

.bg-brands-bt-3 {
  background: #6cbc35;
}

.active\:bg-brands-bt-3:active,
.focus\:bg-brands-bt-3:focus,
.hover\:bg-brands-bt-3:hover {
  background: #6cbc35;
}

.bg-brands-bt-4 {
  background: #fd9f3e;
}

.active\:bg-brands-bt-4:active,
.focus\:bg-brands-bt-4:focus,
.hover\:bg-brands-bt-4:hover {
  background: #fd9f3e;
}

.bg-brands-bt-5 {
  background: #08538c;
}

.active\:bg-brands-bt-5:active,
.focus\:bg-brands-bt-5:focus,
.hover\:bg-brands-bt-5:hover {
  background: #08538c;
}

.bg-brands-buffer {
  background: #168eea;
}

.active\:bg-brands-buffer:active,
.focus\:bg-brands-buffer:focus,
.hover\:bg-brands-buffer:hover {
  background: #168eea;
}

.bg-brands-buffer-1 {
  background: #168eea;
}

.active\:bg-brands-buffer-1:active,
.focus\:bg-brands-buffer-1:focus,
.hover\:bg-brands-buffer-1:hover {
  background: #168eea;
}

.bg-brands-buffer-2 {
  background: #ee4f4f;
}

.active\:bg-brands-buffer-2:active,
.focus\:bg-brands-buffer-2:focus,
.hover\:bg-brands-buffer-2:hover {
  background: #ee4f4f;
}

.bg-brands-buffer-3 {
  background: #fff9ea;
}

.active\:bg-brands-buffer-3:active,
.focus\:bg-brands-buffer-3:focus,
.hover\:bg-brands-buffer-3:hover {
  background: #fff9ea;
}

.bg-brands-buffer-4 {
  background: #76b852;
}

.active\:bg-brands-buffer-4:active,
.focus\:bg-brands-buffer-4:focus,
.hover\:bg-brands-buffer-4:hover {
  background: #76b852;
}

.bg-brands-buffer-5 {
  background: #323b43;
}

.active\:bg-brands-buffer-5:active,
.focus\:bg-brands-buffer-5:focus,
.hover\:bg-brands-buffer-5:hover {
  background: #323b43;
}

.bg-brands-buffer-6 {
  background: #59626a;
}

.active\:bg-brands-buffer-6:active,
.focus\:bg-brands-buffer-6:focus,
.hover\:bg-brands-buffer-6:hover {
  background: #59626a;
}

.bg-brands-buffer-7 {
  background: #ced7df;
}

.active\:bg-brands-buffer-7:active,
.focus\:bg-brands-buffer-7:focus,
.hover\:bg-brands-buffer-7:hover {
  background: #ced7df;
}

.bg-brands-buffer-8 {
  background: #eff3f6;
}

.active\:bg-brands-buffer-8:active,
.focus\:bg-brands-buffer-8:focus,
.hover\:bg-brands-buffer-8:hover {
  background: #eff3f6;
}

.bg-brands-buffer-9 {
  background: #f4f7f9;
}

.active\:bg-brands-buffer-9:active,
.focus\:bg-brands-buffer-9:focus,
.hover\:bg-brands-buffer-9:hover {
  background: #f4f7f9;
}

.bg-brands-bulma {
  background: #00d1b2;
}

.active\:bg-brands-bulma:active,
.focus\:bg-brands-bulma:focus,
.hover\:bg-brands-bulma:hover {
  background: #00d1b2;
}

.bg-brands-bulma-1 {
  background: #00d1b2;
}

.active\:bg-brands-bulma-1:active,
.focus\:bg-brands-bulma-1:focus,
.hover\:bg-brands-bulma-1:hover {
  background: #00d1b2;
}

.bg-brands-burger-king {
  background: #ec1c24;
}

.active\:bg-brands-burger-king:active,
.focus\:bg-brands-burger-king:focus,
.hover\:bg-brands-burger-king:hover {
  background: #ec1c24;
}

.bg-brands-burger-king-1 {
  background: #ec1c24;
}

.active\:bg-brands-burger-king-1:active,
.focus\:bg-brands-burger-king-1:focus,
.hover\:bg-brands-burger-king-1:hover {
  background: #ec1c24;
}

.bg-brands-burger-king-2 {
  background: #fdbd10;
}

.active\:bg-brands-burger-king-2:active,
.focus\:bg-brands-burger-king-2:focus,
.hover\:bg-brands-burger-king-2:hover {
  background: #fdbd10;
}

.bg-brands-burger-king-3 {
  background: #0066b2;
}

.active\:bg-brands-burger-king-3:active,
.focus\:bg-brands-burger-king-3:focus,
.hover\:bg-brands-burger-king-3:hover {
  background: #0066b2;
}

.bg-brands-burger-king-4 {
  background: #ed7902;
}

.active\:bg-brands-burger-king-4:active,
.focus\:bg-brands-burger-king-4:focus,
.hover\:bg-brands-burger-king-4:hover {
  background: #ed7902;
}

.bg-brands-buzzfeed {
  background: #ee3322;
}

.active\:bg-brands-buzzfeed:active,
.focus\:bg-brands-buzzfeed:focus,
.hover\:bg-brands-buzzfeed:hover {
  background: #ee3322;
}

.bg-brands-buzzfeed-1 {
  background: #ee3322;
}

.active\:bg-brands-buzzfeed-1:active,
.focus\:bg-brands-buzzfeed-1:focus,
.hover\:bg-brands-buzzfeed-1:hover {
  background: #ee3322;
}

.bg-brands-bynder {
  background: #00aaff;
}

.active\:bg-brands-bynder:active,
.focus\:bg-brands-bynder:focus,
.hover\:bg-brands-bynder:hover {
  background: #00aaff;
}

.bg-brands-bynder-1 {
  background: #00aaff;
}

.active\:bg-brands-bynder-1:active,
.focus\:bg-brands-bynder-1:focus,
.hover\:bg-brands-bynder-1:hover {
  background: #00aaff;
}

.bg-brands-cadbury {
  background: #472f92;
}

.active\:bg-brands-cadbury:active,
.focus\:bg-brands-cadbury:focus,
.hover\:bg-brands-cadbury:hover {
  background: #472f92;
}

.bg-brands-cadbury-1 {
  background: #472f92;
}

.active\:bg-brands-cadbury-1:active,
.focus\:bg-brands-cadbury-1:focus,
.hover\:bg-brands-cadbury-1:hover {
  background: #472f92;
}

.bg-brands-canon {
  background: #bc0024;
}

.active\:bg-brands-canon:active,
.focus\:bg-brands-canon:focus,
.hover\:bg-brands-canon:hover {
  background: #bc0024;
}

.bg-brands-canon-1 {
  background: #bc0024;
}

.active\:bg-brands-canon-1:active,
.focus\:bg-brands-canon-1:focus,
.hover\:bg-brands-canon-1:hover {
  background: #bc0024;
}

.bg-brands-canon-2 {
  background: #000000;
}

.active\:bg-brands-canon-2:active,
.focus\:bg-brands-canon-2:focus,
.hover\:bg-brands-canon-2:hover {
  background: #000000;
}

.bg-brands-canva {
  background: #00c4cc;
}

.active\:bg-brands-canva:active,
.focus\:bg-brands-canva:focus,
.hover\:bg-brands-canva:hover {
  background: #00c4cc;
}

.bg-brands-canva-1 {
  background: #00c4cc;
}

.active\:bg-brands-canva-1:active,
.focus\:bg-brands-canva-1:focus,
.hover\:bg-brands-canva-1:hover {
  background: #00c4cc;
}

.bg-brands-canva-2 {
  background: #6a3be4;
}

.active\:bg-brands-canva-2:active,
.focus\:bg-brands-canva-2:focus,
.hover\:bg-brands-canva-2:hover {
  background: #6a3be4;
}

.bg-brands-capital-one {
  background: #004977;
}

.active\:bg-brands-capital-one:active,
.focus\:bg-brands-capital-one:focus,
.hover\:bg-brands-capital-one:hover {
  background: #004977;
}

.bg-brands-capital-one-1 {
  background: #004977;
}

.active\:bg-brands-capital-one-1:active,
.focus\:bg-brands-capital-one-1:focus,
.hover\:bg-brands-capital-one-1:hover {
  background: #004977;
}

.bg-brands-capital-one-2 {
  background: #d03027;
}

.active\:bg-brands-capital-one-2:active,
.focus\:bg-brands-capital-one-2:focus,
.hover\:bg-brands-capital-one-2:hover {
  background: #d03027;
}

.bg-brands-carbonmade {
  background: #613854;
}

.active\:bg-brands-carbonmade:active,
.focus\:bg-brands-carbonmade:focus,
.hover\:bg-brands-carbonmade:hover {
  background: #613854;
}

.bg-brands-carbonmade-1 {
  background: #613854;
}

.active\:bg-brands-carbonmade-1:active,
.focus\:bg-brands-carbonmade-1:focus,
.hover\:bg-brands-carbonmade-1:hover {
  background: #613854;
}

.bg-brands-carrefour {
  background: #00387b;
}

.active\:bg-brands-carrefour:active,
.focus\:bg-brands-carrefour:focus,
.hover\:bg-brands-carrefour:hover {
  background: #00387b;
}

.bg-brands-carrefour-1 {
  background: #00387b;
}

.active\:bg-brands-carrefour-1:active,
.focus\:bg-brands-carrefour-1:focus,
.hover\:bg-brands-carrefour-1:hover {
  background: #00387b;
}

.bg-brands-carrefour-2 {
  background: #bb1e10;
}

.active\:bg-brands-carrefour-2:active,
.focus\:bg-brands-carrefour-2:focus,
.hover\:bg-brands-carrefour-2:hover {
  background: #bb1e10;
}

.bg-brands-carrefour-3 {
  background: #f67828;
}

.active\:bg-brands-carrefour-3:active,
.focus\:bg-brands-carrefour-3:focus,
.hover\:bg-brands-carrefour-3:hover {
  background: #f67828;
}

.bg-brands-carrefour-4 {
  background: #237f52;
}

.active\:bg-brands-carrefour-4:active,
.focus\:bg-brands-carrefour-4:focus,
.hover\:bg-brands-carrefour-4:hover {
  background: #237f52;
}

.bg-brands-carrot {
  background: #388ed1;
}

.active\:bg-brands-carrot:active,
.focus\:bg-brands-carrot:focus,
.hover\:bg-brands-carrot:hover {
  background: #388ed1;
}

.bg-brands-carrot-1 {
  background: #388ed1;
}

.active\:bg-brands-carrot-1:active,
.focus\:bg-brands-carrot-1:focus,
.hover\:bg-brands-carrot-1:hover {
  background: #388ed1;
}

.bg-brands-carrot-2 {
  background: #d74e26;
}

.active\:bg-brands-carrot-2:active,
.focus\:bg-brands-carrot-2:focus,
.hover\:bg-brands-carrot-2:hover {
  background: #d74e26;
}

.bg-brands-carrot-3 {
  background: #006837;
}

.active\:bg-brands-carrot-3:active,
.focus\:bg-brands-carrot-3:focus,
.hover\:bg-brands-carrot-3:hover {
  background: #006837;
}

.bg-brands-carrot-4 {
  background: #fa9f1e;
}

.active\:bg-brands-carrot-4:active,
.focus\:bg-brands-carrot-4:focus,
.hover\:bg-brands-carrot-4:hover {
  background: #fa9f1e;
}

.bg-brands-carrot-5 {
  background: #f7931e;
}

.active\:bg-brands-carrot-5:active,
.focus\:bg-brands-carrot-5:focus,
.hover\:bg-brands-carrot-5:hover {
  background: #f7931e;
}

.bg-brands-cartoon-network {
  background: #00aeef;
}

.active\:bg-brands-cartoon-network:active,
.focus\:bg-brands-cartoon-network:focus,
.hover\:bg-brands-cartoon-network:hover {
  background: #00aeef;
}

.bg-brands-cartoon-network-1 {
  background: #00aeef;
}

.active\:bg-brands-cartoon-network-1:active,
.focus\:bg-brands-cartoon-network-1:focus,
.hover\:bg-brands-cartoon-network-1:hover {
  background: #00aeef;
}

.bg-brands-cartoon-network-2 {
  background: #ed008c;
}

.active\:bg-brands-cartoon-network-2:active,
.focus\:bg-brands-cartoon-network-2:focus,
.hover\:bg-brands-cartoon-network-2:hover {
  background: #ed008c;
}

.bg-brands-cartoon-network-3 {
  background: #fff000;
}

.active\:bg-brands-cartoon-network-3:active,
.focus\:bg-brands-cartoon-network-3:focus,
.hover\:bg-brands-cartoon-network-3:hover {
  background: #fff000;
}

.bg-brands-cartoon-network-4 {
  background: #000000;
}

.active\:bg-brands-cartoon-network-4:active,
.focus\:bg-brands-cartoon-network-4:focus,
.hover\:bg-brands-cartoon-network-4:hover {
  background: #000000;
}

.bg-brands-case-mate {
  background: #84754e;
}

.active\:bg-brands-case-mate:active,
.focus\:bg-brands-case-mate:focus,
.hover\:bg-brands-case-mate:hover {
  background: #84754e;
}

.bg-brands-case-mate-1 {
  background: #84754e;
}

.active\:bg-brands-case-mate-1:active,
.focus\:bg-brands-case-mate-1:focus,
.hover\:bg-brands-case-mate-1:hover {
  background: #84754e;
}

.bg-brands-case-mate-2 {
  background: #a6192e;
}

.active\:bg-brands-case-mate-2:active,
.focus\:bg-brands-case-mate-2:focus,
.hover\:bg-brands-case-mate-2:hover {
  background: #a6192e;
}

.bg-brands-case-mate-3 {
  background: #decba5;
}

.active\:bg-brands-case-mate-3:active,
.focus\:bg-brands-case-mate-3:focus,
.hover\:bg-brands-case-mate-3:hover {
  background: #decba5;
}

.bg-brands-case-mate-4 {
  background: #000000;
}

.active\:bg-brands-case-mate-4:active,
.focus\:bg-brands-case-mate-4:focus,
.hover\:bg-brands-case-mate-4:hover {
  background: #000000;
}

.bg-brands-change-org {
  background: #ec2c22;
}

.active\:bg-brands-change-org:active,
.focus\:bg-brands-change-org:focus,
.hover\:bg-brands-change-org:hover {
  background: #ec2c22;
}

.bg-brands-change-org-1 {
  background: #ec2c22;
}

.active\:bg-brands-change-org-1:active,
.focus\:bg-brands-change-org-1:focus,
.hover\:bg-brands-change-org-1:hover {
  background: #ec2c22;
}

.bg-brands-channel-4 {
  background: #2e1f54;
}

.active\:bg-brands-channel-4:active,
.focus\:bg-brands-channel-4:focus,
.hover\:bg-brands-channel-4:hover {
  background: #2e1f54;
}

.bg-brands-channel-4-1 {
  background: #2e1f54;
}

.active\:bg-brands-channel-4-1:active,
.focus\:bg-brands-channel-4-1:focus,
.hover\:bg-brands-channel-4-1:hover {
  background: #2e1f54;
}

.bg-brands-channel-4-2 {
  background: #52057f;
}

.active\:bg-brands-channel-4-2:active,
.focus\:bg-brands-channel-4-2:focus,
.hover\:bg-brands-channel-4-2:hover {
  background: #52057f;
}

.bg-brands-channel-4-3 {
  background: #bf033b;
}

.active\:bg-brands-channel-4-3:active,
.focus\:bg-brands-channel-4-3:focus,
.hover\:bg-brands-channel-4-3:hover {
  background: #bf033b;
}

.bg-brands-channel-4-4 {
  background: #f00a36;
}

.active\:bg-brands-channel-4-4:active,
.focus\:bg-brands-channel-4-4:focus,
.hover\:bg-brands-channel-4-4:hover {
  background: #f00a36;
}

.bg-brands-channel-4-5 {
  background: #ed3b21;
}

.active\:bg-brands-channel-4-5:active,
.focus\:bg-brands-channel-4-5:focus,
.hover\:bg-brands-channel-4-5:hover {
  background: #ed3b21;
}

.bg-brands-channel-4-6 {
  background: #ff6908;
}

.active\:bg-brands-channel-4-6:active,
.focus\:bg-brands-channel-4-6:focus,
.hover\:bg-brands-channel-4-6:hover {
  background: #ff6908;
}

.bg-brands-channel-4-7 {
  background: #ffc719;
}

.active\:bg-brands-channel-4-7:active,
.focus\:bg-brands-channel-4-7:focus,
.hover\:bg-brands-channel-4-7:hover {
  background: #ffc719;
}

.bg-brands-channel-4-8 {
  background: #598c14;
}

.active\:bg-brands-channel-4-8:active,
.focus\:bg-brands-channel-4-8:focus,
.hover\:bg-brands-channel-4-8:hover {
  background: #598c14;
}

.bg-brands-channel-4-9 {
  background: #335238;
}

.active\:bg-brands-channel-4-9:active,
.focus\:bg-brands-channel-4-9:focus,
.hover\:bg-brands-channel-4-9:hover {
  background: #335238;
}

.bg-brands-channel-4-10 {
  background: #4a8594;
}

.active\:bg-brands-channel-4-10:active,
.focus\:bg-brands-channel-4-10:focus,
.hover\:bg-brands-channel-4-10:hover {
  background: #4a8594;
}

.bg-brands-channel-4-11 {
  background: #051736;
}

.active\:bg-brands-channel-4-11:active,
.focus\:bg-brands-channel-4-11:focus,
.hover\:bg-brands-channel-4-11:hover {
  background: #051736;
}

.bg-brands-channel-4-12 {
  background: #000000;
}

.active\:bg-brands-channel-4-12:active,
.focus\:bg-brands-channel-4-12:focus,
.hover\:bg-brands-channel-4-12:hover {
  background: #000000;
}

.bg-brands-channel-4-13 {
  background: #706357;
}

.active\:bg-brands-channel-4-13:active,
.focus\:bg-brands-channel-4-13:focus,
.hover\:bg-brands-channel-4-13:hover {
  background: #706357;
}

.bg-brands-channel-4-14 {
  background: #b0a696;
}

.active\:bg-brands-channel-4-14:active,
.focus\:bg-brands-channel-4-14:focus,
.hover\:bg-brands-channel-4-14:hover {
  background: #b0a696;
}

.bg-brands-channel-4-15 {
  background: #dbe0e3;
}

.active\:bg-brands-channel-4-15:active,
.focus\:bg-brands-channel-4-15:focus,
.hover\:bg-brands-channel-4-15:hover {
  background: #dbe0e3;
}

.bg-brands-channel-4-16 {
  background: #dbeede;
}

.active\:bg-brands-channel-4-16:active,
.focus\:bg-brands-channel-4-16:focus,
.hover\:bg-brands-channel-4-16:hover {
  background: #dbeede;
}

.bg-brands-charity-water {
  background: #ffc907;
}

.active\:bg-brands-charity-water:active,
.focus\:bg-brands-charity-water:focus,
.hover\:bg-brands-charity-water:hover {
  background: #ffc907;
}

.bg-brands-charity-water-1 {
  background: #ffc907;
}

.active\:bg-brands-charity-water-1:active,
.focus\:bg-brands-charity-water-1:focus,
.hover\:bg-brands-charity-water-1:hover {
  background: #ffc907;
}

.bg-brands-charity-water-2 {
  background: #2e9df7;
}

.active\:bg-brands-charity-water-2:active,
.focus\:bg-brands-charity-water-2:focus,
.hover\:bg-brands-charity-water-2:hover {
  background: #2e9df7;
}

.bg-brands-charity-water-3 {
  background: #231f20;
}

.active\:bg-brands-charity-water-3:active,
.focus\:bg-brands-charity-water-3:focus,
.hover\:bg-brands-charity-water-3:hover {
  background: #231f20;
}

.bg-brands-cheddar {
  background: #ff7243;
}

.active\:bg-brands-cheddar:active,
.focus\:bg-brands-cheddar:focus,
.hover\:bg-brands-cheddar:hover {
  background: #ff7243;
}

.bg-brands-cheddar-1 {
  background: #ff7243;
}

.active\:bg-brands-cheddar-1:active,
.focus\:bg-brands-cheddar-1:focus,
.hover\:bg-brands-cheddar-1:hover {
  background: #ff7243;
}

.bg-brands-clas-ohlson {
  background: #60afdc;
}

.active\:bg-brands-clas-ohlson:active,
.focus\:bg-brands-clas-ohlson:focus,
.hover\:bg-brands-clas-ohlson:hover {
  background: #60afdc;
}

.bg-brands-clas-ohlson-1 {
  background: #60afdc;
}

.active\:bg-brands-clas-ohlson-1:active,
.focus\:bg-brands-clas-ohlson-1:focus,
.hover\:bg-brands-clas-ohlson-1:hover {
  background: #60afdc;
}

.bg-brands-clemson-university {
  background: #f66733;
}

.active\:bg-brands-clemson-university:active,
.focus\:bg-brands-clemson-university:focus,
.hover\:bg-brands-clemson-university:hover {
  background: #f66733;
}

.bg-brands-clemson-university-1 {
  background: #f66733;
}

.active\:bg-brands-clemson-university-1:active,
.focus\:bg-brands-clemson-university-1:focus,
.hover\:bg-brands-clemson-university-1:hover {
  background: #f66733;
}

.bg-brands-clemson-university-2 {
  background: #522d80;
}

.active\:bg-brands-clemson-university-2:active,
.focus\:bg-brands-clemson-university-2:focus,
.hover\:bg-brands-clemson-university-2:hover {
  background: #522d80;
}

.bg-brands-clemson-university-3 {
  background: #d4c99e;
}

.active\:bg-brands-clemson-university-3:active,
.focus\:bg-brands-clemson-university-3:focus,
.hover\:bg-brands-clemson-university-3:hover {
  background: #d4c99e;
}

.bg-brands-clemson-university-4 {
  background: #685c53;
}

.active\:bg-brands-clemson-university-4:active,
.focus\:bg-brands-clemson-university-4:focus,
.hover\:bg-brands-clemson-university-4:hover {
  background: #685c53;
}

.bg-brands-clemson-university-5 {
  background: #a25016;
}

.active\:bg-brands-clemson-university-5:active,
.focus\:bg-brands-clemson-university-5:focus,
.hover\:bg-brands-clemson-university-5:hover {
  background: #a25016;
}

.bg-brands-clemson-university-6 {
  background: #562e19;
}

.active\:bg-brands-clemson-university-6:active,
.focus\:bg-brands-clemson-university-6:focus,
.hover\:bg-brands-clemson-university-6:hover {
  background: #562e19;
}

.bg-brands-clemson-university-7 {
  background: #86898c;
}

.active\:bg-brands-clemson-university-7:active,
.focus\:bg-brands-clemson-university-7:focus,
.hover\:bg-brands-clemson-university-7:hover {
  background: #86898c;
}

.bg-brands-clemson-university-8 {
  background: #f9e498;
}

.active\:bg-brands-clemson-university-8:active,
.focus\:bg-brands-clemson-university-8:focus,
.hover\:bg-brands-clemson-university-8:hover {
  background: #f9e498;
}

.bg-brands-clemson-university-9 {
  background: #566127;
}

.active\:bg-brands-clemson-university-9:active,
.focus\:bg-brands-clemson-university-9:focus,
.hover\:bg-brands-clemson-university-9:hover {
  background: #566127;
}

.bg-brands-clemson-university-10 {
  background: #3a4958;
}

.active\:bg-brands-clemson-university-10:active,
.focus\:bg-brands-clemson-university-10:focus,
.hover\:bg-brands-clemson-university-10:hover {
  background: #3a4958;
}

.bg-brands-clemson-university-11 {
  background: #b5c327;
}

.active\:bg-brands-clemson-university-11:active,
.focus\:bg-brands-clemson-university-11:focus,
.hover\:bg-brands-clemson-university-11:hover {
  background: #b5c327;
}

.bg-brands-clemson-university-12 {
  background: #109dc0;
}

.active\:bg-brands-clemson-university-12:active,
.focus\:bg-brands-clemson-university-12:focus,
.hover\:bg-brands-clemson-university-12:hover {
  background: #109dc0;
}

.bg-brands-cloob {
  background: #213e97;
}

.active\:bg-brands-cloob:active,
.focus\:bg-brands-cloob:focus,
.hover\:bg-brands-cloob:hover {
  background: #213e97;
}

.bg-brands-cloob-1 {
  background: #213e97;
}

.active\:bg-brands-cloob-1:active,
.focus\:bg-brands-cloob-1:focus,
.hover\:bg-brands-cloob-1:hover {
  background: #213e97;
}

.bg-brands-cloob-2 {
  background: #ffac25;
}

.active\:bg-brands-cloob-2:active,
.focus\:bg-brands-cloob-2:focus,
.hover\:bg-brands-cloob-2:hover {
  background: #ffac25;
}

.bg-brands-cloob-3 {
  background: #d0002c;
}

.active\:bg-brands-cloob-3:active,
.focus\:bg-brands-cloob-3:focus,
.hover\:bg-brands-cloob-3:hover {
  background: #d0002c;
}

.bg-brands-cloob-4 {
  background: #ff4816;
}

.active\:bg-brands-cloob-4:active,
.focus\:bg-brands-cloob-4:focus,
.hover\:bg-brands-cloob-4:hover {
  background: #ff4816;
}

.bg-brands-cloob-5 {
  background: #ff4816;
}

.active\:bg-brands-cloob-5:active,
.focus\:bg-brands-cloob-5:focus,
.hover\:bg-brands-cloob-5:hover {
  background: #ff4816;
}

.bg-brands-cloudflare {
  background: #f38020;
}

.active\:bg-brands-cloudflare:active,
.focus\:bg-brands-cloudflare:focus,
.hover\:bg-brands-cloudflare:hover {
  background: #f38020;
}

.bg-brands-cloudflare-1 {
  background: #f38020;
}

.active\:bg-brands-cloudflare-1:active,
.focus\:bg-brands-cloudflare-1:focus,
.hover\:bg-brands-cloudflare-1:hover {
  background: #f38020;
}

.bg-brands-cloudflare-2 {
  background: #faae40;
}

.active\:bg-brands-cloudflare-2:active,
.focus\:bg-brands-cloudflare-2:focus,
.hover\:bg-brands-cloudflare-2:hover {
  background: #faae40;
}

.bg-brands-cloudflare-3 {
  background: #404041;
}

.active\:bg-brands-cloudflare-3:active,
.focus\:bg-brands-cloudflare-3:focus,
.hover\:bg-brands-cloudflare-3:hover {
  background: #404041;
}

.bg-brands-cnbc {
  background: #292526;
}

.active\:bg-brands-cnbc:active,
.focus\:bg-brands-cnbc:focus,
.hover\:bg-brands-cnbc:hover {
  background: #292526;
}

.bg-brands-cn1 {
  background: #292526;
}

.active\:bg-brands-cn1:active,
.focus\:bg-brands-cn1:focus,
.hover\:bg-brands-cn1:hover {
  background: #292526;
}

.bg-brands-cn2 {
  background: #cd004b;
}

.active\:bg-brands-cn2:active,
.focus\:bg-brands-cn2:focus,
.hover\:bg-brands-cn2:hover {
  background: #cd004b;
}

.bg-brands-cn3 {
  background: #f37023;
}

.active\:bg-brands-cn3:active,
.focus\:bg-brands-cn3:focus,
.hover\:bg-brands-cn3:hover {
  background: #f37023;
}

.bg-brands-cn4 {
  background: #fcb711;
}

.active\:bg-brands-cn4:active,
.focus\:bg-brands-cn4:focus,
.hover\:bg-brands-cn4:hover {
  background: #fcb711;
}

.bg-brands-cn5 {
  background: #0eb24e;
}

.active\:bg-brands-cn5:active,
.focus\:bg-brands-cn5:focus,
.hover\:bg-brands-cn5:hover {
  background: #0eb24e;
}

.bg-brands-cn6 {
  background: #0087d2;
}

.active\:bg-brands-cn6:active,
.focus\:bg-brands-cn6:focus,
.hover\:bg-brands-cn6:hover {
  background: #0087d2;
}

.bg-brands-cn7 {
  background: #6561ac;
}

.active\:bg-brands-cn7:active,
.focus\:bg-brands-cn7:focus,
.hover\:bg-brands-cn7:hover {
  background: #6561ac;
}

.bg-brands-cnn {
  background: #cc0000;
}

.active\:bg-brands-cnn:active,
.focus\:bg-brands-cnn:focus,
.hover\:bg-brands-cnn:hover {
  background: #cc0000;
}

.bg-brands-cnn-1 {
  background: #cc0000;
}

.active\:bg-brands-cnn-1:active,
.focus\:bg-brands-cnn-1:focus,
.hover\:bg-brands-cnn-1:hover {
  background: #cc0000;
}

.bg-brands-cnn-2 {
  background: #000000;
}

.active\:bg-brands-cnn-2:active,
.focus\:bg-brands-cnn-2:focus,
.hover\:bg-brands-cnn-2:hover {
  background: #000000;
}

.bg-brands-cnn-3 {
  background: #282828;
}

.active\:bg-brands-cnn-3:active,
.focus\:bg-brands-cnn-3:focus,
.hover\:bg-brands-cnn-3:hover {
  background: #282828;
}

.bg-brands-cnn-4 {
  background: #464646;
}

.active\:bg-brands-cnn-4:active,
.focus\:bg-brands-cnn-4:focus,
.hover\:bg-brands-cnn-4:hover {
  background: #464646;
}

.bg-brands-coca-cola {
  background: #ed1c16;
}

.active\:bg-brands-coca-cola:active,
.focus\:bg-brands-coca-cola:focus,
.hover\:bg-brands-coca-cola:hover {
  background: #ed1c16;
}

.bg-brands-coca-cola-1 {
  background: #ed1c16;
}

.active\:bg-brands-coca-cola-1:active,
.focus\:bg-brands-coca-cola-1:focus,
.hover\:bg-brands-coca-cola-1:hover {
  background: #ed1c16;
}

.bg-brands-code-school {
  background: #616f67;
}

.active\:bg-brands-code-school:active,
.focus\:bg-brands-code-school:focus,
.hover\:bg-brands-code-school:hover {
  background: #616f67;
}

.bg-brands-code-school-1 {
  background: #616f67;
}

.active\:bg-brands-code-school-1:active,
.focus\:bg-brands-code-school-1:focus,
.hover\:bg-brands-code-school-1:hover {
  background: #616f67;
}

.bg-brands-code-school-2 {
  background: #c68143;
}

.active\:bg-brands-code-school-2:active,
.focus\:bg-brands-code-school-2:focus,
.hover\:bg-brands-code-school-2:hover {
  background: #c68143;
}

.bg-brands-codecademy {
  background: #f65a5b;
}

.active\:bg-brands-codecademy:active,
.focus\:bg-brands-codecademy:focus,
.hover\:bg-brands-codecademy:hover {
  background: #f65a5b;
}

.bg-brands-codecademy-1 {
  background: #f65a5b;
}

.active\:bg-brands-codecademy-1:active,
.focus\:bg-brands-codecademy-1:focus,
.hover\:bg-brands-codecademy-1:hover {
  background: #f65a5b;
}

.bg-brands-codecademy-2 {
  background: #204056;
}

.active\:bg-brands-codecademy-2:active,
.focus\:bg-brands-codecademy-2:focus,
.hover\:bg-brands-codecademy-2:hover {
  background: #204056;
}

.bg-brands-codepen {
  background: #0ebeff;
}

.active\:bg-brands-codepen:active,
.focus\:bg-brands-codepen:focus,
.hover\:bg-brands-codepen:hover {
  background: #0ebeff;
}

.bg-brands-codepen-1 {
  background: #0ebeff;
}

.active\:bg-brands-codepen-1:active,
.focus\:bg-brands-codepen-1:focus,
.hover\:bg-brands-codepen-1:hover {
  background: #0ebeff;
}

.bg-brands-codepen-2 {
  background: #47cf73;
}

.active\:bg-brands-codepen-2:active,
.focus\:bg-brands-codepen-2:focus,
.hover\:bg-brands-codepen-2:hover {
  background: #47cf73;
}

.bg-brands-codepen-3 {
  background: #ae63e4;
}

.active\:bg-brands-codepen-3:active,
.focus\:bg-brands-codepen-3:focus,
.hover\:bg-brands-codepen-3:hover {
  background: #ae63e4;
}

.bg-brands-codepen-4 {
  background: #fcd000;
}

.active\:bg-brands-codepen-4:active,
.focus\:bg-brands-codepen-4:focus,
.hover\:bg-brands-codepen-4:hover {
  background: #fcd000;
}

.bg-brands-codepen-5 {
  background: #ff3c41;
}

.active\:bg-brands-codepen-5:active,
.focus\:bg-brands-codepen-5:focus,
.hover\:bg-brands-codepen-5:hover {
  background: #ff3c41;
}

.bg-brands-codepen-6 {
  background: #76daff;
}

.active\:bg-brands-codepen-6:active,
.focus\:bg-brands-codepen-6:focus,
.hover\:bg-brands-codepen-6:hover {
  background: #76daff;
}

.bg-brands-connexxion {
  background: #d2ea32;
}

.active\:bg-brands-connexxion:active,
.focus\:bg-brands-connexxion:focus,
.hover\:bg-brands-connexxion:hover {
  background: #d2ea32;
}

.bg-brands-connexxion-1 {
  background: #d2ea32;
}

.active\:bg-brands-connexxion-1:active,
.focus\:bg-brands-connexxion-1:focus,
.hover\:bg-brands-connexxion-1:hover {
  background: #d2ea32;
}

.bg-brands-connexxion-2 {
  background: #016773;
}

.active\:bg-brands-connexxion-2:active,
.focus\:bg-brands-connexxion-2:focus,
.hover\:bg-brands-connexxion-2:hover {
  background: #016773;
}

.bg-brands-constant-contact {
  background: #439fd3;
}

.active\:bg-brands-constant-contact:active,
.focus\:bg-brands-constant-contact:focus,
.hover\:bg-brands-constant-contact:hover {
  background: #439fd3;
}

.bg-brands-constant-contact-1 {
  background: #439fd3;
}

.active\:bg-brands-constant-contact-1:active,
.focus\:bg-brands-constant-contact-1:focus,
.hover\:bg-brands-constant-contact-1:hover {
  background: #439fd3;
}

.bg-brands-constant-contact-2 {
  background: #f6b128;
}

.active\:bg-brands-constant-contact-2:active,
.focus\:bg-brands-constant-contact-2:focus,
.hover\:bg-brands-constant-contact-2:hover {
  background: #f6b128;
}

.bg-brands-continental-ag {
  background: #ffa500;
}

.active\:bg-brands-continental-ag:active,
.focus\:bg-brands-continental-ag:focus,
.hover\:bg-brands-continental-ag:hover {
  background: #ffa500;
}

.bg-brands-continental-ag-1 {
  background: #ffa500;
}

.active\:bg-brands-continental-ag-1:active,
.focus\:bg-brands-continental-ag-1:focus,
.hover\:bg-brands-continental-ag-1:hover {
  background: #ffa500;
}

.bg-brands-continental-ag-2 {
  background: #00a5dc;
}

.active\:bg-brands-continental-ag-2:active,
.focus\:bg-brands-continental-ag-2:focus,
.hover\:bg-brands-continental-ag-2:hover {
  background: #00a5dc;
}

.bg-brands-continental-ag-3 {
  background: #004eaf;
}

.active\:bg-brands-continental-ag-3:active,
.focus\:bg-brands-continental-ag-3:focus,
.hover\:bg-brands-continental-ag-3:hover {
  background: #004eaf;
}

.bg-brands-continental-ag-4 {
  background: #2db928;
}

.active\:bg-brands-continental-ag-4:active,
.focus\:bg-brands-continental-ag-4:focus,
.hover\:bg-brands-continental-ag-4:hover {
  background: #2db928;
}

.bg-brands-continental-ag-5 {
  background: #057855;
}

.active\:bg-brands-continental-ag-5:active,
.focus\:bg-brands-continental-ag-5:focus,
.hover\:bg-brands-continental-ag-5:hover {
  background: #057855;
}

.bg-brands-continental-ag-6 {
  background: #ff2d37;
}

.active\:bg-brands-continental-ag-6:active,
.focus\:bg-brands-continental-ag-6:focus,
.hover\:bg-brands-continental-ag-6:hover {
  background: #ff2d37;
}

.bg-brands-continental-ag-7 {
  background: #000000;
}

.active\:bg-brands-continental-ag-7:active,
.focus\:bg-brands-continental-ag-7:focus,
.hover\:bg-brands-continental-ag-7:hover {
  background: #000000;
}

.bg-brands-continental-ag-8 {
  background: #737373;
}

.active\:bg-brands-continental-ag-8:active,
.focus\:bg-brands-continental-ag-8:focus,
.hover\:bg-brands-continental-ag-8:hover {
  background: #737373;
}

.bg-brands-continental-ag-9 {
  background: #969696;
}

.active\:bg-brands-continental-ag-9:active,
.focus\:bg-brands-continental-ag-9:focus,
.hover\:bg-brands-continental-ag-9:hover {
  background: #969696;
}

.bg-brands-continental-ag-10 {
  background: #cdcdcd;
}

.active\:bg-brands-continental-ag-10:active,
.focus\:bg-brands-continental-ag-10:focus,
.hover\:bg-brands-continental-ag-10:hover {
  background: #cdcdcd;
}

.bg-brands-continental-ag-11 {
  background: #f0f0f0;
}

.active\:bg-brands-continental-ag-11:active,
.focus\:bg-brands-continental-ag-11:focus,
.hover\:bg-brands-continental-ag-11:hover {
  background: #f0f0f0;
}

.bg-brands-courtyard {
  background: #689550;
}

.active\:bg-brands-courtyard:active,
.focus\:bg-brands-courtyard:focus,
.hover\:bg-brands-courtyard:hover {
  background: #689550;
}

.bg-brands-courtyard-1 {
  background: #689550;
}

.active\:bg-brands-courtyard-1:active,
.focus\:bg-brands-courtyard-1:focus,
.hover\:bg-brands-courtyard-1:hover {
  background: #689550;
}

.bg-brands-courtyard-2 {
  background: #85c446;
}

.active\:bg-brands-courtyard-2:active,
.focus\:bg-brands-courtyard-2:focus,
.hover\:bg-brands-courtyard-2:hover {
  background: #85c446;
}

.bg-brands-courtyard-3 {
  background: #c0de9e;
}

.active\:bg-brands-courtyard-3:active,
.focus\:bg-brands-courtyard-3:focus,
.hover\:bg-brands-courtyard-3:hover {
  background: #c0de9e;
}

.bg-brands-courtyard-4 {
  background: #b9dca4;
}

.active\:bg-brands-courtyard-4:active,
.focus\:bg-brands-courtyard-4:focus,
.hover\:bg-brands-courtyard-4:hover {
  background: #b9dca4;
}

.bg-brands-craft-cms {
  background: #da5a47;
}

.active\:bg-brands-craft-cms:active,
.focus\:bg-brands-craft-cms:focus,
.hover\:bg-brands-craft-cms:hover {
  background: #da5a47;
}

.bg-brands-craft-cms-1 {
  background: #da5a47;
}

.active\:bg-brands-craft-cms-1:active,
.focus\:bg-brands-craft-cms-1:focus,
.hover\:bg-brands-craft-cms-1:hover {
  background: #da5a47;
}

.bg-brands-creative-commons {
  background: #b62b6e;
}

.active\:bg-brands-creative-commons:active,
.focus\:bg-brands-creative-commons:focus,
.hover\:bg-brands-creative-commons:hover {
  background: #b62b6e;
}

.bg-brands-creative-commons-1 {
  background: #b62b6e;
}

.active\:bg-brands-creative-commons-1:active,
.focus\:bg-brands-creative-commons-1:focus,
.hover\:bg-brands-creative-commons-1:hover {
  background: #b62b6e;
}

.bg-brands-creative-commons-2 {
  background: #9628c6;
}

.active\:bg-brands-creative-commons-2:active,
.focus\:bg-brands-creative-commons-2:focus,
.hover\:bg-brands-creative-commons-2:hover {
  background: #9628c6;
}

.bg-brands-creative-commons-3 {
  background: #4374b7;
}

.active\:bg-brands-creative-commons-3:active,
.focus\:bg-brands-creative-commons-3:focus,
.hover\:bg-brands-creative-commons-3:hover {
  background: #4374b7;
}

.bg-brands-creative-commons-4 {
  background: #abb8af;
}

.active\:bg-brands-creative-commons-4:active,
.focus\:bg-brands-creative-commons-4:focus,
.hover\:bg-brands-creative-commons-4:hover {
  background: #abb8af;
}

.bg-brands-creative-commons-5 {
  background: #98c807;
}

.active\:bg-brands-creative-commons-5:active,
.focus\:bg-brands-creative-commons-5:focus,
.hover\:bg-brands-creative-commons-5:hover {
  background: #98c807;
}

.bg-brands-creative-commons-6 {
  background: #b1a24a;
}

.active\:bg-brands-creative-commons-6:active,
.focus\:bg-brands-creative-commons-6:focus,
.hover\:bg-brands-creative-commons-6:hover {
  background: #b1a24a;
}

.bg-brands-creative-commons-7 {
  background: #edd812;
}

.active\:bg-brands-creative-commons-7:active,
.focus\:bg-brands-creative-commons-7:focus,
.hover\:bg-brands-creative-commons-7:hover {
  background: #edd812;
}

.bg-brands-creative-commons-8 {
  background: #ef9421;
}

.active\:bg-brands-creative-commons-8:active,
.focus\:bg-brands-creative-commons-8:focus,
.hover\:bg-brands-creative-commons-8:hover {
  background: #ef9421;
}

.bg-brands-creative-commons-9 {
  background: #d13814;
}

.active\:bg-brands-creative-commons-9:active,
.focus\:bg-brands-creative-commons-9:focus,
.hover\:bg-brands-creative-commons-9:hover {
  background: #d13814;
}

.bg-brands-creative-market {
  background: #8ba753;
}

.active\:bg-brands-creative-market:active,
.focus\:bg-brands-creative-market:focus,
.hover\:bg-brands-creative-market:hover {
  background: #8ba753;
}

.bg-brands-creative-market-1 {
  background: #8ba753;
}

.active\:bg-brands-creative-market-1:active,
.focus\:bg-brands-creative-market-1:focus,
.hover\:bg-brands-creative-market-1:hover {
  background: #8ba753;
}

.bg-brands-crowdin {
  background: #30660f;
}

.active\:bg-brands-crowdin:active,
.focus\:bg-brands-crowdin:focus,
.hover\:bg-brands-crowdin:hover {
  background: #30660f;
}

.bg-brands-crowdin-1 {
  background: #30660f;
}

.active\:bg-brands-crowdin-1:active,
.focus\:bg-brands-crowdin-1:focus,
.hover\:bg-brands-crowdin-1:hover {
  background: #30660f;
}

.bg-brands-crowdin-2 {
  background: #b8cc1c;
}

.active\:bg-brands-crowdin-2:active,
.focus\:bg-brands-crowdin-2:focus,
.hover\:bg-brands-crowdin-2:hover {
  background: #b8cc1c;
}

.bg-brands-crowne-plaza {
  background: #830051;
}

.active\:bg-brands-crowne-plaza:active,
.focus\:bg-brands-crowne-plaza:focus,
.hover\:bg-brands-crowne-plaza:hover {
  background: #830051;
}

.bg-brands-crowne-plaza-1 {
  background: #830051;
}

.active\:bg-brands-crowne-plaza-1:active,
.focus\:bg-brands-crowne-plaza-1:focus,
.hover\:bg-brands-crowne-plaza-1:hover {
  background: #830051;
}

.bg-brands-crowne-plaza-2 {
  background: #cf0072;
}

.active\:bg-brands-crowne-plaza-2:active,
.focus\:bg-brands-crowne-plaza-2:focus,
.hover\:bg-brands-crowne-plaza-2:hover {
  background: #cf0072;
}

.bg-brands-crowne-plaza-3 {
  background: #d9e506;
}

.active\:bg-brands-crowne-plaza-3:active,
.focus\:bg-brands-crowne-plaza-3:focus,
.hover\:bg-brands-crowne-plaza-3:hover {
  background: #d9e506;
}

.bg-brands-crowne-plaza-4 {
  background: #ff7900;
}

.active\:bg-brands-crowne-plaza-4:active,
.focus\:bg-brands-crowne-plaza-4:focus,
.hover\:bg-brands-crowne-plaza-4:hover {
  background: #ff7900;
}

.bg-brands-crowne-plaza-5 {
  background: #00c6d7;
}

.active\:bg-brands-crowne-plaza-5:active,
.focus\:bg-brands-crowne-plaza-5:focus,
.hover\:bg-brands-crowne-plaza-5:hover {
  background: #00c6d7;
}

.bg-brands-crowne-plaza-6 {
  background: #766a65;
}

.active\:bg-brands-crowne-plaza-6:active,
.focus\:bg-brands-crowne-plaza-6:focus,
.hover\:bg-brands-crowne-plaza-6:hover {
  background: #766a65;
}

.bg-brands-crunchbase {
  background: #2292a7;
}

.active\:bg-brands-crunchbase:active,
.focus\:bg-brands-crunchbase:focus,
.hover\:bg-brands-crunchbase:hover {
  background: #2292a7;
}

.bg-brands-crunchbase-1 {
  background: #2292a7;
}

.active\:bg-brands-crunchbase-1:active,
.focus\:bg-brands-crunchbase-1:focus,
.hover\:bg-brands-crunchbase-1:hover {
  background: #2292a7;
}

.bg-brands-culvers {
  background: #005696;
}

.active\:bg-brands-culvers:active,
.focus\:bg-brands-culvers:focus,
.hover\:bg-brands-culvers:hover {
  background: #005696;
}

.bg-brands-culvers-1 {
  background: #005696;
}

.active\:bg-brands-culvers-1:active,
.focus\:bg-brands-culvers-1:focus,
.hover\:bg-brands-culvers-1:hover {
  background: #005696;
}

.bg-brands-cunard {
  background: #1d1d1b;
}

.active\:bg-brands-cunard:active,
.focus\:bg-brands-cunard:focus,
.hover\:bg-brands-cunard:hover {
  background: #1d1d1b;
}

.bg-brands-cunard-1 {
  background: #1d1d1b;
}

.active\:bg-brands-cunard-1:active,
.focus\:bg-brands-cunard-1:focus,
.hover\:bg-brands-cunard-1:hover {
  background: #1d1d1b;
}

.bg-brands-cunard-2 {
  background: #ae9a64;
}

.active\:bg-brands-cunard-2:active,
.focus\:bg-brands-cunard-2:focus,
.hover\:bg-brands-cunard-2:hover {
  background: #ae9a64;
}

.bg-brands-cunard-3 {
  background: #e42313;
}

.active\:bg-brands-cunard-3:active,
.focus\:bg-brands-cunard-3:focus,
.hover\:bg-brands-cunard-3:hover {
  background: #e42313;
}

.bg-brands-cunard-4 {
  background: #8b8c8d;
}

.active\:bg-brands-cunard-4:active,
.focus\:bg-brands-cunard-4:focus,
.hover\:bg-brands-cunard-4:hover {
  background: #8b8c8d;
}

.bg-brands-cvs {
  background: #cc0000;
}

.active\:bg-brands-cvs:active,
.focus\:bg-brands-cvs:focus,
.hover\:bg-brands-cvs:hover {
  background: #cc0000;
}

.bg-brands-cvs-1 {
  background: #cc0000;
}

.active\:bg-brands-cvs-1:active,
.focus\:bg-brands-cvs-1:focus,
.hover\:bg-brands-cvs-1:hover {
  background: #cc0000;
}

.bg-brands-dailymotion {
  background: #00aaff;
}

.active\:bg-brands-dailymotion:active,
.focus\:bg-brands-dailymotion:focus,
.hover\:bg-brands-dailymotion:hover {
  background: #00aaff;
}

.bg-brands-dailymotion-1 {
  background: #00aaff;
}

.active\:bg-brands-dailymotion-1:active,
.focus\:bg-brands-dailymotion-1:focus,
.hover\:bg-brands-dailymotion-1:hover {
  background: #00aaff;
}

.bg-brands-dailymotion-2 {
  background: #00d2f3;
}

.active\:bg-brands-dailymotion-2:active,
.focus\:bg-brands-dailymotion-2:focus,
.hover\:bg-brands-dailymotion-2:hover {
  background: #00d2f3;
}

.bg-brands-daimler {
  background: #263f6a;
}

.active\:bg-brands-daimler:active,
.focus\:bg-brands-daimler:focus,
.hover\:bg-brands-daimler:hover {
  background: #263f6a;
}

.bg-brands-daimler-1 {
  background: #263f6a;
}

.active\:bg-brands-daimler-1:active,
.focus\:bg-brands-daimler-1:focus,
.hover\:bg-brands-daimler-1:hover {
  background: #263f6a;
}

.bg-brands-daimler-2 {
  background: #182b45;
}

.active\:bg-brands-daimler-2:active,
.focus\:bg-brands-daimler-2:focus,
.hover\:bg-brands-daimler-2:hover {
  background: #182b45;
}

.bg-brands-daimler-3 {
  background: #6b0f24;
}

.active\:bg-brands-daimler-3:active,
.focus\:bg-brands-daimler-3:focus,
.hover\:bg-brands-daimler-3:hover {
  background: #6b0f24;
}

.bg-brands-daimler-4 {
  background: #193725;
}

.active\:bg-brands-daimler-4:active,
.focus\:bg-brands-daimler-4:focus,
.hover\:bg-brands-daimler-4:hover {
  background: #193725;
}

.bg-brands-daimler-5 {
  background: #606061;
}

.active\:bg-brands-daimler-5:active,
.focus\:bg-brands-daimler-5:focus,
.hover\:bg-brands-daimler-5:hover {
  background: #606061;
}

.bg-brands-datadog {
  background: #774aa4;
}

.active\:bg-brands-datadog:active,
.focus\:bg-brands-datadog:focus,
.hover\:bg-brands-datadog:hover {
  background: #774aa4;
}

.bg-brands-datadog-1 {
  background: #774aa4;
}

.active\:bg-brands-datadog-1:active,
.focus\:bg-brands-datadog-1:focus,
.hover\:bg-brands-datadog-1:hover {
  background: #774aa4;
}

.bg-brands-dealhack {
  background: #095280;
}

.active\:bg-brands-dealhack:active,
.focus\:bg-brands-dealhack:focus,
.hover\:bg-brands-dealhack:hover {
  background: #095280;
}

.bg-brands-dealhack-1 {
  background: #095280;
}

.active\:bg-brands-dealhack-1:active,
.focus\:bg-brands-dealhack-1:focus,
.hover\:bg-brands-dealhack-1:hover {
  background: #095280;
}

.bg-brands-dealhack-2 {
  background: #00a1f1;
}

.active\:bg-brands-dealhack-2:active,
.focus\:bg-brands-dealhack-2:focus,
.hover\:bg-brands-dealhack-2:hover {
  background: #00a1f1;
}

.bg-brands-debian {
  background: #a80030;
}

.active\:bg-brands-debian:active,
.focus\:bg-brands-debian:focus,
.hover\:bg-brands-debian:hover {
  background: #a80030;
}

.bg-brands-debian-1 {
  background: #a80030;
}

.active\:bg-brands-debian-1:active,
.focus\:bg-brands-debian-1:focus,
.hover\:bg-brands-debian-1:hover {
  background: #a80030;
}

.bg-brands-deezer {
  background: #ff0000;
}

.active\:bg-brands-deezer:active,
.focus\:bg-brands-deezer:focus,
.hover\:bg-brands-deezer:hover {
  background: #ff0000;
}

.bg-brands-deezer-1 {
  background: #ff0000;
}

.active\:bg-brands-deezer-1:active,
.focus\:bg-brands-deezer-1:focus,
.hover\:bg-brands-deezer-1:hover {
  background: #ff0000;
}

.bg-brands-deezer-2 {
  background: #ffed00;
}

.active\:bg-brands-deezer-2:active,
.focus\:bg-brands-deezer-2:focus,
.hover\:bg-brands-deezer-2:hover {
  background: #ffed00;
}

.bg-brands-deezer-3 {
  background: #ff0092;
}

.active\:bg-brands-deezer-3:active,
.focus\:bg-brands-deezer-3:focus,
.hover\:bg-brands-deezer-3:hover {
  background: #ff0092;
}

.bg-brands-deezer-4 {
  background: #c2ff00;
}

.active\:bg-brands-deezer-4:active,
.focus\:bg-brands-deezer-4:focus,
.hover\:bg-brands-deezer-4:hover {
  background: #c2ff00;
}

.bg-brands-deezer-5 {
  background: #00c7f2;
}

.active\:bg-brands-deezer-5:active,
.focus\:bg-brands-deezer-5:focus,
.hover\:bg-brands-deezer-5:hover {
  background: #00c7f2;
}

.bg-brands-deezer-6 {
  background: #c1f1fc;
}

.active\:bg-brands-deezer-6:active,
.focus\:bg-brands-deezer-6:focus,
.hover\:bg-brands-deezer-6:hover {
  background: #c1f1fc;
}

.bg-brands-deezer-7 {
  background: #ebffac;
}

.active\:bg-brands-deezer-7:active,
.focus\:bg-brands-deezer-7:focus,
.hover\:bg-brands-deezer-7:hover {
  background: #ebffac;
}

.bg-brands-deezer-8 {
  background: #ffc2e5;
}

.active\:bg-brands-deezer-8:active,
.focus\:bg-brands-deezer-8:focus,
.hover\:bg-brands-deezer-8:hover {
  background: #ffc2e5;
}

.bg-brands-deezer-9 {
  background: #ffaaaa;
}

.active\:bg-brands-deezer-9:active,
.focus\:bg-brands-deezer-9:focus,
.hover\:bg-brands-deezer-9:hover {
  background: #ffaaaa;
}

.bg-brands-delectable {
  background: #334858;
}

.active\:bg-brands-delectable:active,
.focus\:bg-brands-delectable:focus,
.hover\:bg-brands-delectable:hover {
  background: #334858;
}

.bg-brands-delectable-1 {
  background: #334858;
}

.active\:bg-brands-delectable-1:active,
.focus\:bg-brands-delectable-1:focus,
.hover\:bg-brands-delectable-1:hover {
  background: #334858;
}

.bg-brands-delectable-2 {
  background: #cd595a;
}

.active\:bg-brands-delectable-2:active,
.focus\:bg-brands-delectable-2:focus,
.hover\:bg-brands-delectable-2:hover {
  background: #cd595a;
}

.bg-brands-delectable-3 {
  background: #94938f;
}

.active\:bg-brands-delectable-3:active,
.focus\:bg-brands-delectable-3:focus,
.hover\:bg-brands-delectable-3:hover {
  background: #94938f;
}

.bg-brands-delectable-4 {
  background: #a3a7a6;
}

.active\:bg-brands-delectable-4:active,
.focus\:bg-brands-delectable-4:focus,
.hover\:bg-brands-delectable-4:hover {
  background: #a3a7a6;
}

.bg-brands-delectable-5 {
  background: #dbc5b0;
}

.active\:bg-brands-delectable-5:active,
.focus\:bg-brands-delectable-5:focus,
.hover\:bg-brands-delectable-5:hover {
  background: #dbc5b0;
}

.bg-brands-delectable-6 {
  background: #f8dfc2;
}

.active\:bg-brands-delectable-6:active,
.focus\:bg-brands-delectable-6:focus,
.hover\:bg-brands-delectable-6:hover {
  background: #f8dfc2;
}

.bg-brands-delectable-7 {
  background: #f9ebdf;
}

.active\:bg-brands-delectable-7:active,
.focus\:bg-brands-delectable-7:focus,
.hover\:bg-brands-delectable-7:hover {
  background: #f9ebdf;
}

.bg-brands-delicious {
  background: #3399ff;
}

.active\:bg-brands-delicious:active,
.focus\:bg-brands-delicious:focus,
.hover\:bg-brands-delicious:hover {
  background: #3399ff;
}

.bg-brands-delicious-1 {
  background: #3399ff;
}

.active\:bg-brands-delicious-1:active,
.focus\:bg-brands-delicious-1:focus,
.hover\:bg-brands-delicious-1:hover {
  background: #3399ff;
}

.bg-brands-delicious-2 {
  background: #222222;
}

.active\:bg-brands-delicious-2:active,
.focus\:bg-brands-delicious-2:focus,
.hover\:bg-brands-delicious-2:hover {
  background: #222222;
}

.bg-brands-delicious-3 {
  background: #eeeeee;
}

.active\:bg-brands-delicious-3:active,
.focus\:bg-brands-delicious-3:focus,
.hover\:bg-brands-delicious-3:hover {
  background: #eeeeee;
}

.bg-brands-deliveroo {
  background: #00c1b2;
}

.active\:bg-brands-deliveroo:active,
.focus\:bg-brands-deliveroo:focus,
.hover\:bg-brands-deliveroo:hover {
  background: #00c1b2;
}

.bg-brands-deliveroo-1 {
  background: #00c1b2;
}

.active\:bg-brands-deliveroo-1:active,
.focus\:bg-brands-deliveroo-1:focus,
.hover\:bg-brands-deliveroo-1:hover {
  background: #00c1b2;
}

.bg-brands-dell {
  background: #0085c3;
}

.active\:bg-brands-dell:active,
.focus\:bg-brands-dell:focus,
.hover\:bg-brands-dell:hover {
  background: #0085c3;
}

.bg-brands-dell-1 {
  background: #0085c3;
}

.active\:bg-brands-dell-1:active,
.focus\:bg-brands-dell-1:focus,
.hover\:bg-brands-dell-1:hover {
  background: #0085c3;
}

.bg-brands-dell-2 {
  background: #7ab800;
}

.active\:bg-brands-dell-2:active,
.focus\:bg-brands-dell-2:focus,
.hover\:bg-brands-dell-2:hover {
  background: #7ab800;
}

.bg-brands-dell-3 {
  background: #f2af00;
}

.active\:bg-brands-dell-3:active,
.focus\:bg-brands-dell-3:focus,
.hover\:bg-brands-dell-3:hover {
  background: #f2af00;
}

.bg-brands-dell-4 {
  background: #dc5034;
}

.active\:bg-brands-dell-4:active,
.focus\:bg-brands-dell-4:focus,
.hover\:bg-brands-dell-4:hover {
  background: #dc5034;
}

.bg-brands-dell-5 {
  background: #ce1126;
}

.active\:bg-brands-dell-5:active,
.focus\:bg-brands-dell-5:focus,
.hover\:bg-brands-dell-5:hover {
  background: #ce1126;
}

.bg-brands-dell-6 {
  background: #b7295a;
}

.active\:bg-brands-dell-6:active,
.focus\:bg-brands-dell-6:focus,
.hover\:bg-brands-dell-6:hover {
  background: #b7295a;
}

.bg-brands-dell-7 {
  background: #6e2585;
}

.active\:bg-brands-dell-7:active,
.focus\:bg-brands-dell-7:focus,
.hover\:bg-brands-dell-7:hover {
  background: #6e2585;
}

.bg-brands-dell-8 {
  background: #71c6c1;
}

.active\:bg-brands-dell-8:active,
.focus\:bg-brands-dell-8:focus,
.hover\:bg-brands-dell-8:hover {
  background: #71c6c1;
}

.bg-brands-dell-9 {
  background: #5482ab;
}

.active\:bg-brands-dell-9:active,
.focus\:bg-brands-dell-9:focus,
.hover\:bg-brands-dell-9:hover {
  background: #5482ab;
}

.bg-brands-dell-10 {
  background: #009bbb;
}

.active\:bg-brands-dell-10:active,
.focus\:bg-brands-dell-10:focus,
.hover\:bg-brands-dell-10:hover {
  background: #009bbb;
}

.bg-brands-dell-11 {
  background: #444444;
}

.active\:bg-brands-dell-11:active,
.focus\:bg-brands-dell-11:focus,
.hover\:bg-brands-dell-11:hover {
  background: #444444;
}

.bg-brands-dell-12 {
  background: #eeeeee;
}

.active\:bg-brands-dell-12:active,
.focus\:bg-brands-dell-12:focus,
.hover\:bg-brands-dell-12:hover {
  background: #eeeeee;
}

.bg-brands-delta-airlines {
  background: #c8102e;
}

.active\:bg-brands-delta-airlines:active,
.focus\:bg-brands-delta-airlines:focus,
.hover\:bg-brands-delta-airlines:hover {
  background: #c8102e;
}

.bg-brands-delta-airlines-1 {
  background: #c8102e;
}

.active\:bg-brands-delta-airlines-1:active,
.focus\:bg-brands-delta-airlines-1:focus,
.hover\:bg-brands-delta-airlines-1:hover {
  background: #c8102e;
}

.bg-brands-delta-airlines-2 {
  background: #862633;
}

.active\:bg-brands-delta-airlines-2:active,
.focus\:bg-brands-delta-airlines-2:focus,
.hover\:bg-brands-delta-airlines-2:hover {
  background: #862633;
}

.bg-brands-delta-airlines-3 {
  background: #003a70;
}

.active\:bg-brands-delta-airlines-3:active,
.focus\:bg-brands-delta-airlines-3:focus,
.hover\:bg-brands-delta-airlines-3:hover {
  background: #003a70;
}

.bg-brands-dental-plans {
  background: #f99104;
}

.active\:bg-brands-dental-plans:active,
.focus\:bg-brands-dental-plans:focus,
.hover\:bg-brands-dental-plans:hover {
  background: #f99104;
}

.bg-brands-dental-plans-1 {
  background: #f99104;
}

.active\:bg-brands-dental-plans-1:active,
.focus\:bg-brands-dental-plans-1:focus,
.hover\:bg-brands-dental-plans-1:hover {
  background: #f99104;
}

.bg-brands-dental-plans-2 {
  background: #00b7c9;
}

.active\:bg-brands-dental-plans-2:active,
.focus\:bg-brands-dental-plans-2:focus,
.hover\:bg-brands-dental-plans-2:hover {
  background: #00b7c9;
}

.bg-brands-designer-news {
  background: #2d72d9;
}

.active\:bg-brands-designer-news:active,
.focus\:bg-brands-designer-news:focus,
.hover\:bg-brands-designer-news:hover {
  background: #2d72d9;
}

.bg-brands-designer-news-1 {
  background: #2d72d9;
}

.active\:bg-brands-designer-news-1:active,
.focus\:bg-brands-designer-news-1:focus,
.hover\:bg-brands-designer-news-1:hover {
  background: #2d72d9;
}

.bg-brands-designmoo {
  background: #e64b50;
}

.active\:bg-brands-designmoo:active,
.focus\:bg-brands-designmoo:focus,
.hover\:bg-brands-designmoo:hover {
  background: #e64b50;
}

.bg-brands-designmoo-1 {
  background: #e64b50;
}

.active\:bg-brands-designmoo-1:active,
.focus\:bg-brands-designmoo-1:focus,
.hover\:bg-brands-designmoo-1:hover {
  background: #e64b50;
}

.bg-brands-designmoo-2 {
  background: #dbc65d;
}

.active\:bg-brands-designmoo-2:active,
.focus\:bg-brands-designmoo-2:focus,
.hover\:bg-brands-designmoo-2:hover {
  background: #dbc65d;
}

.bg-brands-deutsche-bahn {
  background: #ff0000;
}

.active\:bg-brands-deutsche-bahn:active,
.focus\:bg-brands-deutsche-bahn:focus,
.hover\:bg-brands-deutsche-bahn:hover {
  background: #ff0000;
}

.bg-brands-deutsche-bahn-1 {
  background: #ff0000;
}

.active\:bg-brands-deutsche-bahn-1:active,
.focus\:bg-brands-deutsche-bahn-1:focus,
.hover\:bg-brands-deutsche-bahn-1:hover {
  background: #ff0000;
}

.bg-brands-dev-to {
  background: #0a0a0a;
}

.active\:bg-brands-dev-to:active,
.focus\:bg-brands-dev-to:focus,
.hover\:bg-brands-dev-to:hover {
  background: #0a0a0a;
}

.bg-brands-dev-to-1 {
  background: #0a0a0a;
}

.active\:bg-brands-dev-to-1:active,
.focus\:bg-brands-dev-to-1:focus,
.hover\:bg-brands-dev-to-1:hover {
  background: #0a0a0a;
}

.bg-brands-dev-to-2 {
  background: #ffffff;
}

.active\:bg-brands-dev-to-2:active,
.focus\:bg-brands-dev-to-2:focus,
.hover\:bg-brands-dev-to-2:hover {
  background: #ffffff;
}

.bg-brands-deviantart {
  background: #05cc47;
}

.active\:bg-brands-deviantart:active,
.focus\:bg-brands-deviantart:focus,
.hover\:bg-brands-deviantart:hover {
  background: #05cc47;
}

.bg-brands-deviantart-1 {
  background: #05cc47;
}

.active\:bg-brands-deviantart-1:active,
.focus\:bg-brands-deviantart-1:focus,
.hover\:bg-brands-deviantart-1:hover {
  background: #05cc47;
}

.bg-brands-deviantart-2 {
  background: #4dc47d;
}

.active\:bg-brands-deviantart-2:active,
.focus\:bg-brands-deviantart-2:focus,
.hover\:bg-brands-deviantart-2:hover {
  background: #4dc47d;
}

.bg-brands-deviantart-3 {
  background: #181a1b;
}

.active\:bg-brands-deviantart-3:active,
.focus\:bg-brands-deviantart-3:focus,
.hover\:bg-brands-deviantart-3:hover {
  background: #181a1b;
}

.bg-brands-devour {
  background: #ff0000;
}

.active\:bg-brands-devour:active,
.focus\:bg-brands-devour:focus,
.hover\:bg-brands-devour:hover {
  background: #ff0000;
}

.bg-brands-devour-1 {
  background: #ff0000;
}

.active\:bg-brands-devour-1:active,
.focus\:bg-brands-devour-1:focus,
.hover\:bg-brands-devour-1:hover {
  background: #ff0000;
}

.bg-brands-dewalt {
  background: #febd17;
}

.active\:bg-brands-dewalt:active,
.focus\:bg-brands-dewalt:focus,
.hover\:bg-brands-dewalt:hover {
  background: #febd17;
}

.bg-brands-dewalt-1 {
  background: #febd17;
}

.active\:bg-brands-dewalt-1:active,
.focus\:bg-brands-dewalt-1:focus,
.hover\:bg-brands-dewalt-1:hover {
  background: #febd17;
}

.bg-brands-dhl {
  background: #ba0c2f;
}

.active\:bg-brands-dhl:active,
.focus\:bg-brands-dhl:focus,
.hover\:bg-brands-dhl:hover {
  background: #ba0c2f;
}

.bg-brands-dhl-1 {
  background: #ba0c2f;
}

.active\:bg-brands-dhl-1:active,
.focus\:bg-brands-dhl-1:focus,
.hover\:bg-brands-dhl-1:hover {
  background: #ba0c2f;
}

.bg-brands-dhl-2 {
  background: #ffcd00;
}

.active\:bg-brands-dhl-2:active,
.focus\:bg-brands-dhl-2:focus,
.hover\:bg-brands-dhl-2:hover {
  background: #ffcd00;
}

.bg-brands-dhl-3 {
  background: #c9c9c9;
}

.active\:bg-brands-dhl-3:active,
.focus\:bg-brands-dhl-3:focus,
.hover\:bg-brands-dhl-3:hover {
  background: #c9c9c9;
}

.bg-brands-diebold {
  background: #007dc3;
}

.active\:bg-brands-diebold:active,
.focus\:bg-brands-diebold:focus,
.hover\:bg-brands-diebold:hover {
  background: #007dc3;
}

.bg-brands-diebold-1 {
  background: #007dc3;
}

.active\:bg-brands-diebold-1:active,
.focus\:bg-brands-diebold-1:focus,
.hover\:bg-brands-diebold-1:hover {
  background: #007dc3;
}

.bg-brands-diebold-2 {
  background: #003f69;
}

.active\:bg-brands-diebold-2:active,
.focus\:bg-brands-diebold-2:focus,
.hover\:bg-brands-diebold-2:hover {
  background: #003f69;
}

.bg-brands-diebold-3 {
  background: #954010;
}

.active\:bg-brands-diebold-3:active,
.focus\:bg-brands-diebold-3:focus,
.hover\:bg-brands-diebold-3:hover {
  background: #954010;
}

.bg-brands-diebold-4 {
  background: #445c6e;
}

.active\:bg-brands-diebold-4:active,
.focus\:bg-brands-diebold-4:focus,
.hover\:bg-brands-diebold-4:hover {
  background: #445c6e;
}

.bg-brands-diebold-5 {
  background: #005238;
}

.active\:bg-brands-diebold-5:active,
.focus\:bg-brands-diebold-5:focus,
.hover\:bg-brands-diebold-5:hover {
  background: #005238;
}

.bg-brands-diebold-6 {
  background: #97824b;
}

.active\:bg-brands-diebold-6:active,
.focus\:bg-brands-diebold-6:focus,
.hover\:bg-brands-diebold-6:hover {
  background: #97824b;
}

.bg-brands-digg {
  background: #005be2;
}

.active\:bg-brands-digg:active,
.focus\:bg-brands-digg:focus,
.hover\:bg-brands-digg:hover {
  background: #005be2;
}

.bg-brands-digg-1 {
  background: #005be2;
}

.active\:bg-brands-digg-1:active,
.focus\:bg-brands-digg-1:focus,
.hover\:bg-brands-digg-1:hover {
  background: #005be2;
}

.bg-brands-digg-2 {
  background: #000000;
}

.active\:bg-brands-digg-2:active,
.focus\:bg-brands-digg-2:focus,
.hover\:bg-brands-digg-2:hover {
  background: #000000;
}

.bg-brands-digital-ocean {
  background: #008bcf;
}

.active\:bg-brands-digital-ocean:active,
.focus\:bg-brands-digital-ocean:focus,
.hover\:bg-brands-digital-ocean:hover {
  background: #008bcf;
}

.bg-brands-digital-ocean-1 {
  background: #008bcf;
}

.active\:bg-brands-digital-ocean-1:active,
.focus\:bg-brands-digital-ocean-1:focus,
.hover\:bg-brands-digital-ocean-1:hover {
  background: #008bcf;
}

.bg-brands-dindr {
  background: #fdb94e;
}

.active\:bg-brands-dindr:active,
.focus\:bg-brands-dindr:focus,
.hover\:bg-brands-dindr:hover {
  background: #fdb94e;
}

.bg-brands-dindr-1 {
  background: #fdb94e;
}

.active\:bg-brands-dindr-1:active,
.focus\:bg-brands-dindr-1:focus,
.hover\:bg-brands-dindr-1:hover {
  background: #fdb94e;
}

.bg-brands-dindr-2 {
  background: #f9a852;
}

.active\:bg-brands-dindr-2:active,
.focus\:bg-brands-dindr-2:focus,
.hover\:bg-brands-dindr-2:hover {
  background: #f9a852;
}

.bg-brands-dindr-3 {
  background: #f69653;
}

.active\:bg-brands-dindr-3:active,
.focus\:bg-brands-dindr-3:focus,
.hover\:bg-brands-dindr-3:hover {
  background: #f69653;
}

.bg-brands-dindr-4 {
  background: #f38654;
}

.active\:bg-brands-dindr-4:active,
.focus\:bg-brands-dindr-4:focus,
.hover\:bg-brands-dindr-4:hover {
  background: #f38654;
}

.bg-brands-dindr-5 {
  background: #f07654;
}

.active\:bg-brands-dindr-5:active,
.focus\:bg-brands-dindr-5:focus,
.hover\:bg-brands-dindr-5:hover {
  background: #f07654;
}

.bg-brands-dindr-6 {
  background: #ed6856;
}

.active\:bg-brands-dindr-6:active,
.focus\:bg-brands-dindr-6:focus,
.hover\:bg-brands-dindr-6:hover {
  background: #ed6856;
}

.bg-brands-dindr-7 {
  background: #ef5956;
}

.active\:bg-brands-dindr-7:active,
.focus\:bg-brands-dindr-7:focus,
.hover\:bg-brands-dindr-7:hover {
  background: #ef5956;
}

.bg-brands-dindr-8 {
  background: #ee4c58;
}

.active\:bg-brands-dindr-8:active,
.focus\:bg-brands-dindr-8:focus,
.hover\:bg-brands-dindr-8:hover {
  background: #ee4c58;
}

.bg-brands-dindr-9 {
  background: #56c1ab;
}

.active\:bg-brands-dindr-9:active,
.focus\:bg-brands-dindr-9:focus,
.hover\:bg-brands-dindr-9:hover {
  background: #56c1ab;
}

.bg-brands-dindr-10 {
  background: #6a6b6a;
}

.active\:bg-brands-dindr-10:active,
.focus\:bg-brands-dindr-10:focus,
.hover\:bg-brands-dindr-10:hover {
  background: #6a6b6a;
}

.bg-brands-direct-energy {
  background: #f05d21;
}

.active\:bg-brands-direct-energy:active,
.focus\:bg-brands-direct-energy:focus,
.hover\:bg-brands-direct-energy:hover {
  background: #f05d21;
}

.bg-brands-direct-energy-1 {
  background: #f05d21;
}

.active\:bg-brands-direct-energy-1:active,
.focus\:bg-brands-direct-energy-1:focus,
.hover\:bg-brands-direct-energy-1:hover {
  background: #f05d21;
}

.bg-brands-direct-energy-2 {
  background: #2c5770;
}

.active\:bg-brands-direct-energy-2:active,
.focus\:bg-brands-direct-energy-2:focus,
.hover\:bg-brands-direct-energy-2:hover {
  background: #2c5770;
}

.bg-brands-direct-energy-3 {
  background: #0f723a;
}

.active\:bg-brands-direct-energy-3:active,
.focus\:bg-brands-direct-energy-3:focus,
.hover\:bg-brands-direct-energy-3:hover {
  background: #0f723a;
}

.bg-brands-direct-energy-4 {
  background: #c7c8ca;
}

.active\:bg-brands-direct-energy-4:active,
.focus\:bg-brands-direct-energy-4:focus,
.hover\:bg-brands-direct-energy-4:hover {
  background: #c7c8ca;
}

.bg-brands-direct-energy-5 {
  background: #666666;
}

.active\:bg-brands-direct-energy-5:active,
.focus\:bg-brands-direct-energy-5:focus,
.hover\:bg-brands-direct-energy-5:hover {
  background: #666666;
}

.bg-brands-directv {
  background: #00a6d6;
}

.active\:bg-brands-directv:active,
.focus\:bg-brands-directv:focus,
.hover\:bg-brands-directv:hover {
  background: #00a6d6;
}

.bg-brands-directv-1 {
  background: #00a6d6;
}

.active\:bg-brands-directv-1:active,
.focus\:bg-brands-directv-1:focus,
.hover\:bg-brands-directv-1:hover {
  background: #00a6d6;
}

.bg-brands-directv-2 {
  background: #00629b;
}

.active\:bg-brands-directv-2:active,
.focus\:bg-brands-directv-2:focus,
.hover\:bg-brands-directv-2:hover {
  background: #00629b;
}

.bg-brands-directv-3 {
  background: #003865;
}

.active\:bg-brands-directv-3:active,
.focus\:bg-brands-directv-3:focus,
.hover\:bg-brands-directv-3:hover {
  background: #003865;
}

.bg-brands-discogs {
  background: #000000;
}

.active\:bg-brands-discogs:active,
.focus\:bg-brands-discogs:focus,
.hover\:bg-brands-discogs:hover {
  background: #000000;
}

.bg-brands-discogs-1 {
  background: #000000;
}

.active\:bg-brands-discogs-1:active,
.focus\:bg-brands-discogs-1:focus,
.hover\:bg-brands-discogs-1:hover {
  background: #000000;
}

.bg-brands-discogs-2 {
  background: #333333;
}

.active\:bg-brands-discogs-2:active,
.focus\:bg-brands-discogs-2:focus,
.hover\:bg-brands-discogs-2:hover {
  background: #333333;
}

.bg-brands-discogs-3 {
  background: #f5df2e;
}

.active\:bg-brands-discogs-3:active,
.focus\:bg-brands-discogs-3:focus,
.hover\:bg-brands-discogs-3:hover {
  background: #f5df2e;
}

.bg-brands-discord {
  background: #7289da;
}

.active\:bg-brands-discord:active,
.focus\:bg-brands-discord:focus,
.hover\:bg-brands-discord:hover {
  background: #7289da;
}

.bg-brands-discord-1 {
  background: #7289da;
}

.active\:bg-brands-discord-1:active,
.focus\:bg-brands-discord-1:focus,
.hover\:bg-brands-discord-1:hover {
  background: #7289da;
}

.bg-brands-discord-2 {
  background: #99aab5;
}

.active\:bg-brands-discord-2:active,
.focus\:bg-brands-discord-2:focus,
.hover\:bg-brands-discord-2:hover {
  background: #99aab5;
}

.bg-brands-discord-3 {
  background: #2c2f33;
}

.active\:bg-brands-discord-3:active,
.focus\:bg-brands-discord-3:focus,
.hover\:bg-brands-discord-3:hover {
  background: #2c2f33;
}

.bg-brands-discord-4 {
  background: #23272a;
}

.active\:bg-brands-discord-4:active,
.focus\:bg-brands-discord-4:focus,
.hover\:bg-brands-discord-4:hover {
  background: #23272a;
}

.bg-brands-dish-network {
  background: #ec1944;
}

.active\:bg-brands-dish-network:active,
.focus\:bg-brands-dish-network:focus,
.hover\:bg-brands-dish-network:hover {
  background: #ec1944;
}

.bg-brands-dish-network-1 {
  background: #ec1944;
}

.active\:bg-brands-dish-network-1:active,
.focus\:bg-brands-dish-network-1:focus,
.hover\:bg-brands-dish-network-1:hover {
  background: #ec1944;
}

.bg-brands-disney-xd {
  background: #0af167;
}

.active\:bg-brands-disney-xd:active,
.focus\:bg-brands-disney-xd:focus,
.hover\:bg-brands-disney-xd:hover {
  background: #0af167;
}

.bg-brands-disney-xd-1 {
  background: #0af167;
}

.active\:bg-brands-disney-xd-1:active,
.focus\:bg-brands-disney-xd-1:focus,
.hover\:bg-brands-disney-xd-1:hover {
  background: #0af167;
}

.bg-brands-disney-xd-2 {
  background: #ee70a6;
}

.active\:bg-brands-disney-xd-2:active,
.focus\:bg-brands-disney-xd-2:focus,
.hover\:bg-brands-disney-xd-2:hover {
  background: #ee70a6;
}

.bg-brands-disney-xd-3 {
  background: #520099;
}

.active\:bg-brands-disney-xd-3:active,
.focus\:bg-brands-disney-xd-3:focus,
.hover\:bg-brands-disney-xd-3:hover {
  background: #520099;
}

.bg-brands-disney-xd-4 {
  background: #39eafd;
}

.active\:bg-brands-disney-xd-4:active,
.focus\:bg-brands-disney-xd-4:focus,
.hover\:bg-brands-disney-xd-4:hover {
  background: #39eafd;
}

.bg-brands-disney-xd-5 {
  background: #0d0735;
}

.active\:bg-brands-disney-xd-5:active,
.focus\:bg-brands-disney-xd-5:focus,
.hover\:bg-brands-disney-xd-5:hover {
  background: #0d0735;
}

.bg-brands-disney-xd-6 {
  background: #f5f5f5;
}

.active\:bg-brands-disney-xd-6:active,
.focus\:bg-brands-disney-xd-6:focus,
.hover\:bg-brands-disney-xd-6:hover {
  background: #f5f5f5;
}

.bg-brands-disqus {
  background: #2e9fff;
}

.active\:bg-brands-disqus:active,
.focus\:bg-brands-disqus:focus,
.hover\:bg-brands-disqus:hover {
  background: #2e9fff;
}

.bg-brands-disqus-1 {
  background: #2e9fff;
}

.active\:bg-brands-disqus-1:active,
.focus\:bg-brands-disqus-1:focus,
.hover\:bg-brands-disqus-1:hover {
  background: #2e9fff;
}

.bg-brands-django {
  background: #092e20;
}

.active\:bg-brands-django:active,
.focus\:bg-brands-django:focus,
.hover\:bg-brands-django:hover {
  background: #092e20;
}

.bg-brands-django-1 {
  background: #092e20;
}

.active\:bg-brands-django-1:active,
.focus\:bg-brands-django-1:focus,
.hover\:bg-brands-django-1:hover {
  background: #092e20;
}

.bg-brands-docker {
  background: #0db7ed;
}

.active\:bg-brands-docker:active,
.focus\:bg-brands-docker:focus,
.hover\:bg-brands-docker:hover {
  background: #0db7ed;
}

.bg-brands-docker-1 {
  background: #0db7ed;
}

.active\:bg-brands-docker-1:active,
.focus\:bg-brands-docker-1:focus,
.hover\:bg-brands-docker-1:hover {
  background: #0db7ed;
}

.bg-brands-docker-2 {
  background: #384d54;
}

.active\:bg-brands-docker-2:active,
.focus\:bg-brands-docker-2:focus,
.hover\:bg-brands-docker-2:hover {
  background: #384d54;
}

.bg-brands-dominos {
  background: #0b648f;
}

.active\:bg-brands-dominos:active,
.focus\:bg-brands-dominos:focus,
.hover\:bg-brands-dominos:hover {
  background: #0b648f;
}

.bg-brands-dominos-1 {
  background: #0b648f;
}

.active\:bg-brands-dominos-1:active,
.focus\:bg-brands-dominos-1:focus,
.hover\:bg-brands-dominos-1:hover {
  background: #0b648f;
}

.bg-brands-dominos-2 {
  background: #e21737;
}

.active\:bg-brands-dominos-2:active,
.focus\:bg-brands-dominos-2:focus,
.hover\:bg-brands-dominos-2:hover {
  background: #e21737;
}

.bg-brands-dow {
  background: #e80033;
}

.active\:bg-brands-dow:active,
.focus\:bg-brands-dow:focus,
.hover\:bg-brands-dow:hover {
  background: #e80033;
}

.bg-brands-dow-1 {
  background: #e80033;
}

.active\:bg-brands-dow-1:active,
.focus\:bg-brands-dow-1:focus,
.hover\:bg-brands-dow-1:hover {
  background: #e80033;
}

.bg-brands-dow-2 {
  background: #fdbb30;
}

.active\:bg-brands-dow-2:active,
.focus\:bg-brands-dow-2:focus,
.hover\:bg-brands-dow-2:hover {
  background: #fdbb30;
}

.bg-brands-dow-3 {
  background: #ed8b00;
}

.active\:bg-brands-dow-3:active,
.focus\:bg-brands-dow-3:focus,
.hover\:bg-brands-dow-3:hover {
  background: #ed8b00;
}

.bg-brands-dow-4 {
  background: #f15d22;
}

.active\:bg-brands-dow-4:active,
.focus\:bg-brands-dow-4:focus,
.hover\:bg-brands-dow-4:hover {
  background: #f15d22;
}

.bg-brands-dow-5 {
  background: #bf0d3e;
}

.active\:bg-brands-dow-5:active,
.focus\:bg-brands-dow-5:focus,
.hover\:bg-brands-dow-5:hover {
  background: #bf0d3e;
}

.bg-brands-dow-6 {
  background: #910048;
}

.active\:bg-brands-dow-6:active,
.focus\:bg-brands-dow-6:focus,
.hover\:bg-brands-dow-6:hover {
  background: #910048;
}

.bg-brands-dow-7 {
  background: #d0006f;
}

.active\:bg-brands-dow-7:active,
.focus\:bg-brands-dow-7:focus,
.hover\:bg-brands-dow-7:hover {
  background: #d0006f;
}

.bg-brands-dribbble {
  background: #444444;
}

.active\:bg-brands-dribbble:active,
.focus\:bg-brands-dribbble:focus,
.hover\:bg-brands-dribbble:hover {
  background: #444444;
}

.bg-brands-dribbble-1 {
  background: #444444;
}

.active\:bg-brands-dribbble-1:active,
.focus\:bg-brands-dribbble-1:focus,
.hover\:bg-brands-dribbble-1:hover {
  background: #444444;
}

.bg-brands-dribbble-2 {
  background: #ea4c89;
}

.active\:bg-brands-dribbble-2:active,
.focus\:bg-brands-dribbble-2:focus,
.hover\:bg-brands-dribbble-2:hover {
  background: #ea4c89;
}

.bg-brands-dribbble-3 {
  background: #8aba56;
}

.active\:bg-brands-dribbble-3:active,
.focus\:bg-brands-dribbble-3:focus,
.hover\:bg-brands-dribbble-3:hover {
  background: #8aba56;
}

.bg-brands-dribbble-4 {
  background: #ff8833;
}

.active\:bg-brands-dribbble-4:active,
.focus\:bg-brands-dribbble-4:focus,
.hover\:bg-brands-dribbble-4:hover {
  background: #ff8833;
}

.bg-brands-dribbble-5 {
  background: #00b6e3;
}

.active\:bg-brands-dribbble-5:active,
.focus\:bg-brands-dribbble-5:focus,
.hover\:bg-brands-dribbble-5:hover {
  background: #00b6e3;
}

.bg-brands-dribbble-6 {
  background: #9ba5a8;
}

.active\:bg-brands-dribbble-6:active,
.focus\:bg-brands-dribbble-6:focus,
.hover\:bg-brands-dribbble-6:hover {
  background: #9ba5a8;
}

.bg-brands-dropbox {
  background: #007ee5;
}

.active\:bg-brands-dropbox:active,
.focus\:bg-brands-dropbox:focus,
.hover\:bg-brands-dropbox:hover {
  background: #007ee5;
}

.bg-brands-dropbox-1 {
  background: #007ee5;
}

.active\:bg-brands-dropbox-1:active,
.focus\:bg-brands-dropbox-1:focus,
.hover\:bg-brands-dropbox-1:hover {
  background: #007ee5;
}

.bg-brands-dropbox-2 {
  background: #7b8994;
}

.active\:bg-brands-dropbox-2:active,
.focus\:bg-brands-dropbox-2:focus,
.hover\:bg-brands-dropbox-2:hover {
  background: #7b8994;
}

.bg-brands-dropbox-3 {
  background: #47525d;
}

.active\:bg-brands-dropbox-3:active,
.focus\:bg-brands-dropbox-3:focus,
.hover\:bg-brands-dropbox-3:hover {
  background: #47525d;
}

.bg-brands-dropbox-4 {
  background: #3d464d;
}

.active\:bg-brands-dropbox-4:active,
.focus\:bg-brands-dropbox-4:focus,
.hover\:bg-brands-dropbox-4:hover {
  background: #3d464d;
}

.bg-brands-droplr {
  background: #5654a4;
}

.active\:bg-brands-droplr:active,
.focus\:bg-brands-droplr:focus,
.hover\:bg-brands-droplr:hover {
  background: #5654a4;
}

.bg-brands-droplr-1 {
  background: #5654a4;
}

.active\:bg-brands-droplr-1:active,
.focus\:bg-brands-droplr-1:focus,
.hover\:bg-brands-droplr-1:hover {
  background: #5654a4;
}

.bg-brands-drupal {
  background: #0077c0;
}

.active\:bg-brands-drupal:active,
.focus\:bg-brands-drupal:focus,
.hover\:bg-brands-drupal:hover {
  background: #0077c0;
}

.bg-brands-drupal-1 {
  background: #0077c0;
}

.active\:bg-brands-drupal-1:active,
.focus\:bg-brands-drupal-1:focus,
.hover\:bg-brands-drupal-1:hover {
  background: #0077c0;
}

.bg-brands-drupal-2 {
  background: #81ceff;
}

.active\:bg-brands-drupal-2:active,
.focus\:bg-brands-drupal-2:focus,
.hover\:bg-brands-drupal-2:hover {
  background: #81ceff;
}

.bg-brands-drupal-3 {
  background: #00598e;
}

.active\:bg-brands-drupal-3:active,
.focus\:bg-brands-drupal-3:focus,
.hover\:bg-brands-drupal-3:hover {
  background: #00598e;
}

.bg-brands-duke-university {
  background: #001a57;
}

.active\:bg-brands-duke-university:active,
.focus\:bg-brands-duke-university:focus,
.hover\:bg-brands-duke-university:hover {
  background: #001a57;
}

.bg-brands-duke-university-1 {
  background: #001a57;
}

.active\:bg-brands-duke-university-1:active,
.focus\:bg-brands-duke-university-1:focus,
.hover\:bg-brands-duke-university-1:hover {
  background: #001a57;
}

.bg-brands-duke-university-2 {
  background: #003366;
}

.active\:bg-brands-duke-university-2:active,
.focus\:bg-brands-duke-university-2:focus,
.hover\:bg-brands-duke-university-2:hover {
  background: #003366;
}

.bg-brands-dunked {
  background: #2da9d7;
}

.active\:bg-brands-dunked:active,
.focus\:bg-brands-dunked:focus,
.hover\:bg-brands-dunked:hover {
  background: #2da9d7;
}

.bg-brands-dunked-1 {
  background: #2da9d7;
}

.active\:bg-brands-dunked-1:active,
.focus\:bg-brands-dunked-1:focus,
.hover\:bg-brands-dunked-1:hover {
  background: #2da9d7;
}

.bg-brands-dunked-2 {
  background: #212a3e;
}

.active\:bg-brands-dunked-2:active,
.focus\:bg-brands-dunked-2:focus,
.hover\:bg-brands-dunked-2:hover {
  background: #212a3e;
}

.bg-brands-duolingo {
  background: #7ac70c;
}

.active\:bg-brands-duolingo:active,
.focus\:bg-brands-duolingo:focus,
.hover\:bg-brands-duolingo:hover {
  background: #7ac70c;
}

.bg-brands-duolingo-1 {
  background: #7ac70c;
}

.active\:bg-brands-duolingo-1:active,
.focus\:bg-brands-duolingo-1:focus,
.hover\:bg-brands-duolingo-1:hover {
  background: #7ac70c;
}

.bg-brands-duolingo-2 {
  background: #8ee000;
}

.active\:bg-brands-duolingo-2:active,
.focus\:bg-brands-duolingo-2:focus,
.hover\:bg-brands-duolingo-2:hover {
  background: #8ee000;
}

.bg-brands-duolingo-3 {
  background: #faa918;
}

.active\:bg-brands-duolingo-3:active,
.focus\:bg-brands-duolingo-3:focus,
.hover\:bg-brands-duolingo-3:hover {
  background: #faa918;
}

.bg-brands-duolingo-4 {
  background: #ffc715;
}

.active\:bg-brands-duolingo-4:active,
.focus\:bg-brands-duolingo-4:focus,
.hover\:bg-brands-duolingo-4:hover {
  background: #ffc715;
}

.bg-brands-duolingo-5 {
  background: #d33131;
}

.active\:bg-brands-duolingo-5:active,
.focus\:bg-brands-duolingo-5:focus,
.hover\:bg-brands-duolingo-5:hover {
  background: #d33131;
}

.bg-brands-duolingo-6 {
  background: #e53838;
}

.active\:bg-brands-duolingo-6:active,
.focus\:bg-brands-duolingo-6:focus,
.hover\:bg-brands-duolingo-6:hover {
  background: #e53838;
}

.bg-brands-duolingo-7 {
  background: #1cb0f6;
}

.active\:bg-brands-duolingo-7:active,
.focus\:bg-brands-duolingo-7:focus,
.hover\:bg-brands-duolingo-7:hover {
  background: #1cb0f6;
}

.bg-brands-duolingo-8 {
  background: #14d4f4;
}

.active\:bg-brands-duolingo-8:active,
.focus\:bg-brands-duolingo-8:focus,
.hover\:bg-brands-duolingo-8:hover {
  background: #14d4f4;
}

.bg-brands-duolingo-9 {
  background: #8549ba;
}

.active\:bg-brands-duolingo-9:active,
.focus\:bg-brands-duolingo-9:focus,
.hover\:bg-brands-duolingo-9:hover {
  background: #8549ba;
}

.bg-brands-duolingo-10 {
  background: #a560e8;
}

.active\:bg-brands-duolingo-10:active,
.focus\:bg-brands-duolingo-10:focus,
.hover\:bg-brands-duolingo-10:hover {
  background: #a560e8;
}

.bg-brands-duolingo-11 {
  background: #4c4c4c;
}

.active\:bg-brands-duolingo-11:active,
.focus\:bg-brands-duolingo-11:focus,
.hover\:bg-brands-duolingo-11:hover {
  background: #4c4c4c;
}

.bg-brands-duolingo-12 {
  background: #6f6f6f;
}

.active\:bg-brands-duolingo-12:active,
.focus\:bg-brands-duolingo-12:focus,
.hover\:bg-brands-duolingo-12:hover {
  background: #6f6f6f;
}

.bg-brands-duolingo-13 {
  background: #cfcfcf;
}

.active\:bg-brands-duolingo-13:active,
.focus\:bg-brands-duolingo-13:focus,
.hover\:bg-brands-duolingo-13:hover {
  background: #cfcfcf;
}

.bg-brands-duolingo-14 {
  background: #f0f0f0;
}

.active\:bg-brands-duolingo-14:active,
.focus\:bg-brands-duolingo-14:focus,
.hover\:bg-brands-duolingo-14:hover {
  background: #f0f0f0;
}

.bg-brands-duolingo-15 {
  background: #bff199;
}

.active\:bg-brands-duolingo-15:active,
.focus\:bg-brands-duolingo-15:focus,
.hover\:bg-brands-duolingo-15:hover {
  background: #bff199;
}

.bg-brands-duolingo-16 {
  background: #f7c8c9;
}

.active\:bg-brands-duolingo-16:active,
.focus\:bg-brands-duolingo-16:focus,
.hover\:bg-brands-duolingo-16:hover {
  background: #f7c8c9;
}

.bg-brands-dwolla {
  background: #ff7404;
}

.active\:bg-brands-dwolla:active,
.focus\:bg-brands-dwolla:focus,
.hover\:bg-brands-dwolla:hover {
  background: #ff7404;
}

.bg-brands-dwolla-1 {
  background: #ff7404;
}

.active\:bg-brands-dwolla-1:active,
.focus\:bg-brands-dwolla-1:focus,
.hover\:bg-brands-dwolla-1:hover {
  background: #ff7404;
}

.bg-brands-etrade {
  background: #6633cc;
}

.active\:bg-brands-etrade:active,
.focus\:bg-brands-etrade:focus,
.hover\:bg-brands-etrade:hover {
  background: #6633cc;
}

.bg-brands-etrade-1 {
  background: #6633cc;
}

.active\:bg-brands-etrade-1:active,
.focus\:bg-brands-etrade-1:focus,
.hover\:bg-brands-etrade-1:hover {
  background: #6633cc;
}

.bg-brands-etrade-2 {
  background: #99cc00;
}

.active\:bg-brands-etrade-2:active,
.focus\:bg-brands-etrade-2:focus,
.hover\:bg-brands-etrade-2:hover {
  background: #99cc00;
}

.bg-brands-e4 {
  background: #6d1d7c;
}

.active\:bg-brands-e4:active,
.focus\:bg-brands-e4:focus,
.hover\:bg-brands-e4:hover {
  background: #6d1d7c;
}

.bg-brands-e4-1 {
  background: #6d1d7c;
}

.active\:bg-brands-e4-1:active,
.focus\:bg-brands-e4-1:focus,
.hover\:bg-brands-e4-1:hover {
  background: #6d1d7c;
}

.bg-brands-easy-jet {
  background: #ff6600;
}

.active\:bg-brands-easy-jet:active,
.focus\:bg-brands-easy-jet:focus,
.hover\:bg-brands-easy-jet:hover {
  background: #ff6600;
}

.bg-brands-easy-jet-1 {
  background: #ff6600;
}

.active\:bg-brands-easy-jet-1:active,
.focus\:bg-brands-easy-jet-1:focus,
.hover\:bg-brands-easy-jet-1:hover {
  background: #ff6600;
}

.bg-brands-easy-jet-2 {
  background: #000000;
}

.active\:bg-brands-easy-jet-2:active,
.focus\:bg-brands-easy-jet-2:focus,
.hover\:bg-brands-easy-jet-2:hover {
  background: #000000;
}

.bg-brands-easy-jet-3 {
  background: #58595b;
}

.active\:bg-brands-easy-jet-3:active,
.focus\:bg-brands-easy-jet-3:focus,
.hover\:bg-brands-easy-jet-3:hover {
  background: #58595b;
}

.bg-brands-ebay {
  background: #e53238;
}

.active\:bg-brands-ebay:active,
.focus\:bg-brands-ebay:focus,
.hover\:bg-brands-ebay:hover {
  background: #e53238;
}

.bg-brands-ebay-1 {
  background: #e53238;
}

.active\:bg-brands-ebay-1:active,
.focus\:bg-brands-ebay-1:focus,
.hover\:bg-brands-ebay-1:hover {
  background: #e53238;
}

.bg-brands-ebay-2 {
  background: #0064d2;
}

.active\:bg-brands-ebay-2:active,
.focus\:bg-brands-ebay-2:focus,
.hover\:bg-brands-ebay-2:hover {
  background: #0064d2;
}

.bg-brands-ebay-3 {
  background: #f5af02;
}

.active\:bg-brands-ebay-3:active,
.focus\:bg-brands-ebay-3:focus,
.hover\:bg-brands-ebay-3:hover {
  background: #f5af02;
}

.bg-brands-ebay-4 {
  background: #86b817;
}

.active\:bg-brands-ebay-4:active,
.focus\:bg-brands-ebay-4:focus,
.hover\:bg-brands-ebay-4:hover {
  background: #86b817;
}

.bg-brands-el-al {
  background: #131137;
}

.active\:bg-brands-el-al:active,
.focus\:bg-brands-el-al:focus,
.hover\:bg-brands-el-al:hover {
  background: #131137;
}

.bg-brands-el-al-1 {
  background: #131137;
}

.active\:bg-brands-el-al-1:active,
.focus\:bg-brands-el-al-1:focus,
.hover\:bg-brands-el-al-1:hover {
  background: #131137;
}

.bg-brands-el-al-2 {
  background: #918978;
}

.active\:bg-brands-el-al-2:active,
.focus\:bg-brands-el-al-2:focus,
.hover\:bg-brands-el-al-2:hover {
  background: #918978;
}

.bg-brands-elance {
  background: #0d69af;
}

.active\:bg-brands-elance:active,
.focus\:bg-brands-elance:focus,
.hover\:bg-brands-elance:hover {
  background: #0d69af;
}

.bg-brands-elance-1 {
  background: #0d69af;
}

.active\:bg-brands-elance-1:active,
.focus\:bg-brands-elance-1:focus,
.hover\:bg-brands-elance-1:hover {
  background: #0d69af;
}

.bg-brands-ello {
  background: #000000;
}

.active\:bg-brands-ello:active,
.focus\:bg-brands-ello:focus,
.hover\:bg-brands-ello:hover {
  background: #000000;
}

.bg-brands-ello-1 {
  background: #000000;
}

.active\:bg-brands-ello-1:active,
.focus\:bg-brands-ello-1:focus,
.hover\:bg-brands-ello-1:hover {
  background: #000000;
}

.bg-brands-ember {
  background: #f23819;
}

.active\:bg-brands-ember:active,
.focus\:bg-brands-ember:focus,
.hover\:bg-brands-ember:hover {
  background: #f23819;
}

.bg-brands-ember-1 {
  background: #f23819;
}

.active\:bg-brands-ember-1:active,
.focus\:bg-brands-ember-1:focus,
.hover\:bg-brands-ember-1:hover {
  background: #f23819;
}

.bg-brands-emma {
  background: #314855;
}

.active\:bg-brands-emma:active,
.focus\:bg-brands-emma:focus,
.hover\:bg-brands-emma:hover {
  background: #314855;
}

.bg-brands-emma-1 {
  background: #314855;
}

.active\:bg-brands-emma-1:active,
.focus\:bg-brands-emma-1:focus,
.hover\:bg-brands-emma-1:hover {
  background: #314855;
}

.bg-brands-emma-2 {
  background: #5cc3e8;
}

.active\:bg-brands-emma-2:active,
.focus\:bg-brands-emma-2:focus,
.hover\:bg-brands-emma-2:hover {
  background: #5cc3e8;
}

.bg-brands-emma-3 {
  background: #ffdb00;
}

.active\:bg-brands-emma-3:active,
.focus\:bg-brands-emma-3:focus,
.hover\:bg-brands-emma-3:hover {
  background: #ffdb00;
}

.bg-brands-emma-4 {
  background: #79ceb8;
}

.active\:bg-brands-emma-4:active,
.focus\:bg-brands-emma-4:focus,
.hover\:bg-brands-emma-4:hover {
  background: #79ceb8;
}

.bg-brands-emma-5 {
  background: #e95f5c;
}

.active\:bg-brands-emma-5:active,
.focus\:bg-brands-emma-5:focus,
.hover\:bg-brands-emma-5:hover {
  background: #e95f5c;
}

.bg-brands-endomundo {
  background: #87aa14;
}

.active\:bg-brands-endomundo:active,
.focus\:bg-brands-endomundo:focus,
.hover\:bg-brands-endomundo:hover {
  background: #87aa14;
}

.bg-brands-endomundo-1 {
  background: #87aa14;
}

.active\:bg-brands-endomundo-1:active,
.focus\:bg-brands-endomundo-1:focus,
.hover\:bg-brands-endomundo-1:hover {
  background: #87aa14;
}

.bg-brands-engadget {
  background: #40b3ff;
}

.active\:bg-brands-engadget:active,
.focus\:bg-brands-engadget:focus,
.hover\:bg-brands-engadget:hover {
  background: #40b3ff;
}

.bg-brands-engadget-1 {
  background: #40b3ff;
}

.active\:bg-brands-engadget-1:active,
.focus\:bg-brands-engadget-1:focus,
.hover\:bg-brands-engadget-1:hover {
  background: #40b3ff;
}

.bg-brands-envato {
  background: #82b541;
}

.active\:bg-brands-envato:active,
.focus\:bg-brands-envato:focus,
.hover\:bg-brands-envato:hover {
  background: #82b541;
}

.bg-brands-envato-1 {
  background: #82b541;
}

.active\:bg-brands-envato-1:active,
.focus\:bg-brands-envato-1:focus,
.hover\:bg-brands-envato-1:hover {
  background: #82b541;
}

.bg-brands-epam {
  background: #39c2d7;
}

.active\:bg-brands-epam:active,
.focus\:bg-brands-epam:focus,
.hover\:bg-brands-epam:hover {
  background: #39c2d7;
}

.bg-brands-epam-1 {
  background: #39c2d7;
}

.active\:bg-brands-epam-1:active,
.focus\:bg-brands-epam-1:focus,
.hover\:bg-brands-epam-1:hover {
  background: #39c2d7;
}

.bg-brands-epam-2 {
  background: #a3c644;
}

.active\:bg-brands-epam-2:active,
.focus\:bg-brands-epam-2:focus,
.hover\:bg-brands-epam-2:hover {
  background: #a3c644;
}

.bg-brands-epam-3 {
  background: #464547;
}

.active\:bg-brands-epam-3:active,
.focus\:bg-brands-epam-3:focus,
.hover\:bg-brands-epam-3:hover {
  background: #464547;
}

.bg-brands-epam-4 {
  background: #b22746;
}

.active\:bg-brands-epam-4:active,
.focus\:bg-brands-epam-4:focus,
.hover\:bg-brands-epam-4:hover {
  background: #b22746;
}

.bg-brands-epam-5 {
  background: #8e244d;
}

.active\:bg-brands-epam-5:active,
.focus\:bg-brands-epam-5:focus,
.hover\:bg-brands-epam-5:hover {
  background: #8e244d;
}

.bg-brands-epictions {
  background: #ff2052;
}

.active\:bg-brands-epictions:active,
.focus\:bg-brands-epictions:focus,
.hover\:bg-brands-epictions:hover {
  background: #ff2052;
}

.bg-brands-epictions-1 {
  background: #ff2052;
}

.active\:bg-brands-epictions-1:active,
.focus\:bg-brands-epictions-1:focus,
.hover\:bg-brands-epictions-1:hover {
  background: #ff2052;
}

.bg-brands-epictions-2 {
  background: #e6e6e6;
}

.active\:bg-brands-epictions-2:active,
.focus\:bg-brands-epictions-2:focus,
.hover\:bg-brands-epictions-2:hover {
  background: #e6e6e6;
}

.bg-brands-epictions-3 {
  background: #404040;
}

.active\:bg-brands-epictions-3:active,
.focus\:bg-brands-epictions-3:focus,
.hover\:bg-brands-epictions-3:hover {
  background: #404040;
}

.bg-brands-epictions-4 {
  background: #01b5dd;
}

.active\:bg-brands-epictions-4:active,
.focus\:bg-brands-epictions-4:focus,
.hover\:bg-brands-epictions-4:hover {
  background: #01b5dd;
}

.bg-brands-epictions-5 {
  background: #b0db64;
}

.active\:bg-brands-epictions-5:active,
.focus\:bg-brands-epictions-5:focus,
.hover\:bg-brands-epictions-5:hover {
  background: #b0db64;
}

.bg-brands-ericsson {
  background: #002561;
}

.active\:bg-brands-ericsson:active,
.focus\:bg-brands-ericsson:focus,
.hover\:bg-brands-ericsson:hover {
  background: #002561;
}

.bg-brands-ericsson-1 {
  background: #002561;
}

.active\:bg-brands-ericsson-1:active,
.focus\:bg-brands-ericsson-1:focus,
.hover\:bg-brands-ericsson-1:hover {
  background: #002561;
}

.bg-brands-esl {
  background: #0d9ddb;
}

.active\:bg-brands-esl:active,
.focus\:bg-brands-esl:focus,
.hover\:bg-brands-esl:hover {
  background: #0d9ddb;
}

.bg-brands-esl-1 {
  background: #0d9ddb;
}

.active\:bg-brands-esl-1:active,
.focus\:bg-brands-esl-1:focus,
.hover\:bg-brands-esl-1:hover {
  background: #0d9ddb;
}

.bg-brands-esl-2 {
  background: #48b8e7;
}

.active\:bg-brands-esl-2:active,
.focus\:bg-brands-esl-2:focus,
.hover\:bg-brands-esl-2:hover {
  background: #48b8e7;
}

.bg-brands-esl-3 {
  background: #efecea;
}

.active\:bg-brands-esl-3:active,
.focus\:bg-brands-esl-3:focus,
.hover\:bg-brands-esl-3:hover {
  background: #efecea;
}

.bg-brands-esl-4 {
  background: #2c2b2b;
}

.active\:bg-brands-esl-4:active,
.focus\:bg-brands-esl-4:focus,
.hover\:bg-brands-esl-4:hover {
  background: #2c2b2b;
}

.bg-brands-espn {
  background: #ff0033;
}

.active\:bg-brands-espn:active,
.focus\:bg-brands-espn:focus,
.hover\:bg-brands-espn:hover {
  background: #ff0033;
}

.bg-brands-espn-1 {
  background: #ff0033;
}

.active\:bg-brands-espn-1:active,
.focus\:bg-brands-espn-1:focus,
.hover\:bg-brands-espn-1:hover {
  background: #ff0033;
}

.bg-brands-estimote {
  background: #6a9c84;
}

.active\:bg-brands-estimote:active,
.focus\:bg-brands-estimote:focus,
.hover\:bg-brands-estimote:hover {
  background: #6a9c84;
}

.bg-brands-estimote-1 {
  background: #6a9c84;
}

.active\:bg-brands-estimote-1:active,
.focus\:bg-brands-estimote-1:focus,
.hover\:bg-brands-estimote-1:hover {
  background: #6a9c84;
}

.bg-brands-estimote-2 {
  background: #790f59;
}

.active\:bg-brands-estimote-2:active,
.focus\:bg-brands-estimote-2:focus,
.hover\:bg-brands-estimote-2:hover {
  background: #790f59;
}

.bg-brands-estimote-3 {
  background: #373b9c;
}

.active\:bg-brands-estimote-3:active,
.focus\:bg-brands-estimote-3:focus,
.hover\:bg-brands-estimote-3:hover {
  background: #373b9c;
}

.bg-brands-estimote-4 {
  background: #f784b6;
}

.active\:bg-brands-estimote-4:active,
.focus\:bg-brands-estimote-4:focus,
.hover\:bg-brands-estimote-4:hover {
  background: #f784b6;
}

.bg-brands-estimote-5 {
  background: #39b7dd;
}

.active\:bg-brands-estimote-5:active,
.focus\:bg-brands-estimote-5:focus,
.hover\:bg-brands-estimote-5:hover {
  background: #39b7dd;
}

.bg-brands-estimote-6 {
  background: #ccc900;
}

.active\:bg-brands-estimote-6:active,
.focus\:bg-brands-estimote-6:focus,
.hover\:bg-brands-estimote-6:hover {
  background: #ccc900;
}

.bg-brands-etsy {
  background: #d5641c;
}

.active\:bg-brands-etsy:active,
.focus\:bg-brands-etsy:focus,
.hover\:bg-brands-etsy:hover {
  background: #d5641c;
}

.bg-brands-etsy-1 {
  background: #d5641c;
}

.active\:bg-brands-etsy-1:active,
.focus\:bg-brands-etsy-1:focus,
.hover\:bg-brands-etsy-1:hover {
  background: #d5641c;
}

.bg-brands-evaneos {
  background: #33cc99;
}

.active\:bg-brands-evaneos:active,
.focus\:bg-brands-evaneos:focus,
.hover\:bg-brands-evaneos:hover {
  background: #33cc99;
}

.bg-brands-evaneos-1 {
  background: #33cc99;
}

.active\:bg-brands-evaneos-1:active,
.focus\:bg-brands-evaneos-1:focus,
.hover\:bg-brands-evaneos-1:hover {
  background: #33cc99;
}

.bg-brands-evaneos-2 {
  background: #4ba6f5;
}

.active\:bg-brands-evaneos-2:active,
.focus\:bg-brands-evaneos-2:focus,
.hover\:bg-brands-evaneos-2:hover {
  background: #4ba6f5;
}

.bg-brands-evaneos-3 {
  background: #fdca30;
}

.active\:bg-brands-evaneos-3:active,
.focus\:bg-brands-evaneos-3:focus,
.hover\:bg-brands-evaneos-3:hover {
  background: #fdca30;
}

.bg-brands-evaneos-4 {
  background: #f79400;
}

.active\:bg-brands-evaneos-4:active,
.focus\:bg-brands-evaneos-4:focus,
.hover\:bg-brands-evaneos-4:hover {
  background: #f79400;
}

.bg-brands-evaneos-5 {
  background: #f34235;
}

.active\:bg-brands-evaneos-5:active,
.focus\:bg-brands-evaneos-5:focus,
.hover\:bg-brands-evaneos-5:hover {
  background: #f34235;
}

.bg-brands-eventbrite {
  background: #ff8000;
}

.active\:bg-brands-eventbrite:active,
.focus\:bg-brands-eventbrite:focus,
.hover\:bg-brands-eventbrite:hover {
  background: #ff8000;
}

.bg-brands-eventbrite-1 {
  background: #ff8000;
}

.active\:bg-brands-eventbrite-1:active,
.focus\:bg-brands-eventbrite-1:focus,
.hover\:bg-brands-eventbrite-1:hover {
  background: #ff8000;
}

.bg-brands-evernote {
  background: #2dbe60;
}

.active\:bg-brands-evernote:active,
.focus\:bg-brands-evernote:focus,
.hover\:bg-brands-evernote:hover {
  background: #2dbe60;
}

.bg-brands-evernote-1 {
  background: #2dbe60;
}

.active\:bg-brands-evernote-1:active,
.focus\:bg-brands-evernote-1:focus,
.hover\:bg-brands-evernote-1:hover {
  background: #2dbe60;
}

.bg-brands-evernote-2 {
  background: #7b868a;
}

.active\:bg-brands-evernote-2:active,
.focus\:bg-brands-evernote-2:focus,
.hover\:bg-brands-evernote-2:hover {
  background: #7b868a;
}

.bg-brands-evernote-3 {
  background: #2facb2;
}

.active\:bg-brands-evernote-3:active,
.focus\:bg-brands-evernote-3:focus,
.hover\:bg-brands-evernote-3:hover {
  background: #2facb2;
}

.bg-brands-evernote-4 {
  background: #166a8f;
}

.active\:bg-brands-evernote-4:active,
.focus\:bg-brands-evernote-4:focus,
.hover\:bg-brands-evernote-4:hover {
  background: #166a8f;
}

.bg-brands-evernote-5 {
  background: #3b4446;
}

.active\:bg-brands-evernote-5:active,
.focus\:bg-brands-evernote-5:focus,
.hover\:bg-brands-evernote-5:hover {
  background: #3b4446;
}

.bg-brands-evernote-6 {
  background: #525e61;
}

.active\:bg-brands-evernote-6:active,
.focus\:bg-brands-evernote-6:focus,
.hover\:bg-brands-evernote-6:hover {
  background: #525e61;
}

.bg-brands-evernote-7 {
  background: #7b868a;
}

.active\:bg-brands-evernote-7:active,
.focus\:bg-brands-evernote-7:focus,
.hover\:bg-brands-evernote-7:hover {
  background: #7b868a;
}

.bg-brands-evernote-8 {
  background: #aeb6b8;
}

.active\:bg-brands-evernote-8:active,
.focus\:bg-brands-evernote-8:focus,
.hover\:bg-brands-evernote-8:hover {
  background: #aeb6b8;
}

.bg-brands-evernote-9 {
  background: #d7dcdd;
}

.active\:bg-brands-evernote-9:active,
.focus\:bg-brands-evernote-9:focus,
.hover\:bg-brands-evernote-9:hover {
  background: #d7dcdd;
}

.bg-brands-evernote-10 {
  background: #eff2f3;
}

.active\:bg-brands-evernote-10:active,
.focus\:bg-brands-evernote-10:focus,
.hover\:bg-brands-evernote-10:hover {
  background: #eff2f3;
}

.bg-brands-execucar {
  background: #203143;
}

.active\:bg-brands-execucar:active,
.focus\:bg-brands-execucar:focus,
.hover\:bg-brands-execucar:hover {
  background: #203143;
}

.bg-brands-execucar-1 {
  background: #203143;
}

.active\:bg-brands-execucar-1:active,
.focus\:bg-brands-execucar-1:focus,
.hover\:bg-brands-execucar-1:hover {
  background: #203143;
}

.bg-brands-execucar-2 {
  background: #da9a39;
}

.active\:bg-brands-execucar-2:active,
.focus\:bg-brands-execucar-2:focus,
.hover\:bg-brands-execucar-2:hover {
  background: #da9a39;
}

.bg-brands-eztalks {
  background: #00a0e9;
}

.active\:bg-brands-eztalks:active,
.focus\:bg-brands-eztalks:focus,
.hover\:bg-brands-eztalks:hover {
  background: #00a0e9;
}

.bg-brands-eztalks-1 {
  background: #00a0e9;
}

.active\:bg-brands-eztalks-1:active,
.focus\:bg-brands-eztalks-1:focus,
.hover\:bg-brands-eztalks-1:hover {
  background: #00a0e9;
}

.bg-brands-fab-com {
  background: #dd0017;
}

.active\:bg-brands-fab-com:active,
.focus\:bg-brands-fab-com:focus,
.hover\:bg-brands-fab-com:hover {
  background: #dd0017;
}

.bg-brands-fab-com-1 {
  background: #dd0017;
}

.active\:bg-brands-fab-com-1:active,
.focus\:bg-brands-fab-com-1:focus,
.hover\:bg-brands-fab-com-1:hover {
  background: #dd0017;
}

.bg-brands-fab-com-2 {
  background: #000000;
}

.active\:bg-brands-fab-com-2:active,
.focus\:bg-brands-fab-com-2:focus,
.hover\:bg-brands-fab-com-2:hover {
  background: #000000;
}

.bg-brands-facebook {
  background: #1877f2;
}

.active\:bg-brands-facebook:active,
.focus\:bg-brands-facebook:focus,
.hover\:bg-brands-facebook:hover {
  background: #1877f2;
}

.bg-brands-facebook-1 {
  background: #1877f2;
}

.active\:bg-brands-facebook-1:active,
.focus\:bg-brands-facebook-1:focus,
.hover\:bg-brands-facebook-1:hover {
  background: #1877f2;
}

.bg-brands-fairfield-inn-suites {
  background: #6caddf;
}

.active\:bg-brands-fairfield-inn-suites:active,
.focus\:bg-brands-fairfield-inn-suites:focus,
.hover\:bg-brands-fairfield-inn-suites:hover {
  background: #6caddf;
}

.bg-brands-fairfield-inn-suites-1 {
  background: #6caddf;
}

.active\:bg-brands-fairfield-inn-suites-1:active,
.focus\:bg-brands-fairfield-inn-suites-1:focus,
.hover\:bg-brands-fairfield-inn-suites-1:hover {
  background: #6caddf;
}

.bg-brands-fairfield-inn-suites-2 {
  background: #b06010;
}

.active\:bg-brands-fairfield-inn-suites-2:active,
.focus\:bg-brands-fairfield-inn-suites-2:focus,
.hover\:bg-brands-fairfield-inn-suites-2:hover {
  background: #b06010;
}

.bg-brands-fairfield-inn-suites-3 {
  background: #004990;
}

.active\:bg-brands-fairfield-inn-suites-3:active,
.focus\:bg-brands-fairfield-inn-suites-3:focus,
.hover\:bg-brands-fairfield-inn-suites-3:hover {
  background: #004990;
}

.bg-brands-fairfield-inn-suites-4 {
  background: #b50938;
}

.active\:bg-brands-fairfield-inn-suites-4:active,
.focus\:bg-brands-fairfield-inn-suites-4:focus,
.hover\:bg-brands-fairfield-inn-suites-4:hover {
  background: #b50938;
}

.bg-brands-fairmont {
  background: #a6a685;
}

.active\:bg-brands-fairmont:active,
.focus\:bg-brands-fairmont:focus,
.hover\:bg-brands-fairmont:hover {
  background: #a6a685;
}

.bg-brands-fairmont-1 {
  background: #a6a685;
}

.active\:bg-brands-fairmont-1:active,
.focus\:bg-brands-fairmont-1:focus,
.hover\:bg-brands-fairmont-1:hover {
  background: #a6a685;
}

.bg-brands-fairmont-2 {
  background: #000000;
}

.active\:bg-brands-fairmont-2:active,
.focus\:bg-brands-fairmont-2:focus,
.hover\:bg-brands-fairmont-2:hover {
  background: #000000;
}

.bg-brands-famo-us {
  background: #fa5c4f;
}

.active\:bg-brands-famo-us:active,
.focus\:bg-brands-famo-us:focus,
.hover\:bg-brands-famo-us:hover {
  background: #fa5c4f;
}

.bg-brands-famo-us-1 {
  background: #fa5c4f;
}

.active\:bg-brands-famo-us-1:active,
.focus\:bg-brands-famo-us-1:focus,
.hover\:bg-brands-famo-us-1:hover {
  background: #fa5c4f;
}

.bg-brands-famo-us-2 {
  background: #333333;
}

.active\:bg-brands-famo-us-2:active,
.focus\:bg-brands-famo-us-2:focus,
.hover\:bg-brands-famo-us-2:hover {
  background: #333333;
}

.bg-brands-fancy {
  background: #3098dc;
}

.active\:bg-brands-fancy:active,
.focus\:bg-brands-fancy:focus,
.hover\:bg-brands-fancy:hover {
  background: #3098dc;
}

.bg-brands-fancy-1 {
  background: #3098dc;
}

.active\:bg-brands-fancy-1:active,
.focus\:bg-brands-fancy-1:focus,
.hover\:bg-brands-fancy-1:hover {
  background: #3098dc;
}

.bg-brands-fancy-2 {
  background: #494e58;
}

.active\:bg-brands-fancy-2:active,
.focus\:bg-brands-fancy-2:focus,
.hover\:bg-brands-fancy-2:hover {
  background: #494e58;
}

.bg-brands-fedex {
  background: #4d148c;
}

.active\:bg-brands-fedex:active,
.focus\:bg-brands-fedex:focus,
.hover\:bg-brands-fedex:hover {
  background: #4d148c;
}

.bg-brands-fedex-1 {
  background: #4d148c;
}

.active\:bg-brands-fedex-1:active,
.focus\:bg-brands-fedex-1:focus,
.hover\:bg-brands-fedex-1:hover {
  background: #4d148c;
}

.bg-brands-fedex-2 {
  background: #ff6600;
}

.active\:bg-brands-fedex-2:active,
.focus\:bg-brands-fedex-2:focus,
.hover\:bg-brands-fedex-2:hover {
  background: #ff6600;
}

.bg-brands-feedly {
  background: #2bb24c;
}

.active\:bg-brands-feedly:active,
.focus\:bg-brands-feedly:focus,
.hover\:bg-brands-feedly:hover {
  background: #2bb24c;
}

.bg-brands-feedly-1 {
  background: #2bb24c;
}

.active\:bg-brands-feedly-1:active,
.focus\:bg-brands-feedly-1:focus,
.hover\:bg-brands-feedly-1:hover {
  background: #2bb24c;
}

.bg-brands-fendi {
  background: #f9b949;
}

.active\:bg-brands-fendi:active,
.focus\:bg-brands-fendi:focus,
.hover\:bg-brands-fendi:hover {
  background: #f9b949;
}

.bg-brands-fendi-1 {
  background: #f9b949;
}

.active\:bg-brands-fendi-1:active,
.focus\:bg-brands-fendi-1:focus,
.hover\:bg-brands-fendi-1:hover {
  background: #f9b949;
}

.bg-brands-ferrari {
  background: #e32119;
}

.active\:bg-brands-ferrari:active,
.focus\:bg-brands-ferrari:focus,
.hover\:bg-brands-ferrari:hover {
  background: #e32119;
}

.bg-brands-ferrari-1 {
  background: #e32119;
}

.active\:bg-brands-ferrari-1:active,
.focus\:bg-brands-ferrari-1:focus,
.hover\:bg-brands-ferrari-1:hover {
  background: #e32119;
}

.bg-brands-fiat {
  background: #96172e;
}

.active\:bg-brands-fiat:active,
.focus\:bg-brands-fiat:focus,
.hover\:bg-brands-fiat:hover {
  background: #96172e;
}

.bg-brands-fiat-1 {
  background: #96172e;
}

.active\:bg-brands-fiat-1:active,
.focus\:bg-brands-fiat-1:focus,
.hover\:bg-brands-fiat-1:hover {
  background: #96172e;
}

.bg-brands-fiat-2 {
  background: #6d2d41;
}

.active\:bg-brands-fiat-2:active,
.focus\:bg-brands-fiat-2:focus,
.hover\:bg-brands-fiat-2:hover {
  background: #6d2d41;
}

.bg-brands-film4 {
  background: #000000;
}

.active\:bg-brands-film4:active,
.focus\:bg-brands-film4:focus,
.hover\:bg-brands-film4:hover {
  background: #000000;
}

.bg-brands-film4-1 {
  background: #000000;
}

.active\:bg-brands-film4-1:active,
.focus\:bg-brands-film4-1:focus,
.hover\:bg-brands-film4-1:hover {
  background: #000000;
}

.bg-brands-film4-2 {
  background: #d6182a;
}

.active\:bg-brands-film4-2:active,
.focus\:bg-brands-film4-2:focus,
.hover\:bg-brands-film4-2:hover {
  background: #d6182a;
}

.bg-brands-firefox {
  background: #e66000;
}

.active\:bg-brands-firefox:active,
.focus\:bg-brands-firefox:focus,
.hover\:bg-brands-firefox:hover {
  background: #e66000;
}

.bg-brands-firefox-1 {
  background: #e66000;
}

.active\:bg-brands-firefox-1:active,
.focus\:bg-brands-firefox-1:focus,
.hover\:bg-brands-firefox-1:hover {
  background: #e66000;
}

.bg-brands-firefox-2 {
  background: #ff9500;
}

.active\:bg-brands-firefox-2:active,
.focus\:bg-brands-firefox-2:focus,
.hover\:bg-brands-firefox-2:hover {
  background: #ff9500;
}

.bg-brands-firefox-3 {
  background: #ffcb00;
}

.active\:bg-brands-firefox-3:active,
.focus\:bg-brands-firefox-3:focus,
.hover\:bg-brands-firefox-3:hover {
  background: #ffcb00;
}

.bg-brands-firefox-4 {
  background: #00539f;
}

.active\:bg-brands-firefox-4:active,
.focus\:bg-brands-firefox-4:focus,
.hover\:bg-brands-firefox-4:hover {
  background: #00539f;
}

.bg-brands-firefox-5 {
  background: #0095dd;
}

.active\:bg-brands-firefox-5:active,
.focus\:bg-brands-firefox-5:focus,
.hover\:bg-brands-firefox-5:hover {
  background: #0095dd;
}

.bg-brands-firefox-6 {
  background: #331e54;
}

.active\:bg-brands-firefox-6:active,
.focus\:bg-brands-firefox-6:focus,
.hover\:bg-brands-firefox-6:hover {
  background: #331e54;
}

.bg-brands-firefox-7 {
  background: #002147;
}

.active\:bg-brands-firefox-7:active,
.focus\:bg-brands-firefox-7:focus,
.hover\:bg-brands-firefox-7:hover {
  background: #002147;
}

.bg-brands-fiskars {
  background: #ff8e00;
}

.active\:bg-brands-fiskars:active,
.focus\:bg-brands-fiskars:focus,
.hover\:bg-brands-fiskars:hover {
  background: #ff8e00;
}

.bg-brands-fiskars-1 {
  background: #ff8e00;
}

.active\:bg-brands-fiskars-1:active,
.focus\:bg-brands-fiskars-1:focus,
.hover\:bg-brands-fiskars-1:hover {
  background: #ff8e00;
}

.bg-brands-fiskars-2 {
  background: #000000;
}

.active\:bg-brands-fiskars-2:active,
.focus\:bg-brands-fiskars-2:focus,
.hover\:bg-brands-fiskars-2:hover {
  background: #000000;
}

.bg-brands-fiskars-3 {
  background: #955214;
}

.active\:bg-brands-fiskars-3:active,
.focus\:bg-brands-fiskars-3:focus,
.hover\:bg-brands-fiskars-3:hover {
  background: #955214;
}

.bg-brands-fiskars-4 {
  background: #55601c;
}

.active\:bg-brands-fiskars-4:active,
.focus\:bg-brands-fiskars-4:focus,
.hover\:bg-brands-fiskars-4:hover {
  background: #55601c;
}

.bg-brands-fiskars-5 {
  background: #005172;
}

.active\:bg-brands-fiskars-5:active,
.focus\:bg-brands-fiskars-5:focus,
.hover\:bg-brands-fiskars-5:hover {
  background: #005172;
}

.bg-brands-fitbit {
  background: #4cc2c4;
}

.active\:bg-brands-fitbit:active,
.focus\:bg-brands-fitbit:focus,
.hover\:bg-brands-fitbit:hover {
  background: #4cc2c4;
}

.bg-brands-fitbit-1 {
  background: #4cc2c4;
}

.active\:bg-brands-fitbit-1:active,
.focus\:bg-brands-fitbit-1:focus,
.hover\:bg-brands-fitbit-1:hover {
  background: #4cc2c4;
}

.bg-brands-fitbit-2 {
  background: #f54785;
}

.active\:bg-brands-fitbit-2:active,
.focus\:bg-brands-fitbit-2:focus,
.hover\:bg-brands-fitbit-2:hover {
  background: #f54785;
}

.bg-brands-fitbit-3 {
  background: #343434;
}

.active\:bg-brands-fitbit-3:active,
.focus\:bg-brands-fitbit-3:focus,
.hover\:bg-brands-fitbit-3:hover {
  background: #343434;
}

.bg-brands-five-guys {
  background: #ed174f;
}

.active\:bg-brands-five-guys:active,
.focus\:bg-brands-five-guys:focus,
.hover\:bg-brands-five-guys:hover {
  background: #ed174f;
}

.bg-brands-five-guys-1 {
  background: #ed174f;
}

.active\:bg-brands-five-guys-1:active,
.focus\:bg-brands-five-guys-1:focus,
.hover\:bg-brands-five-guys-1:hover {
  background: #ed174f;
}

.bg-brands-five-guys-2 {
  background: #fbb040;
}

.active\:bg-brands-five-guys-2:active,
.focus\:bg-brands-five-guys-2:focus,
.hover\:bg-brands-five-guys-2:hover {
  background: #fbb040;
}

.bg-brands-five-guys-3 {
  background: #efc402;
}

.active\:bg-brands-five-guys-3:active,
.focus\:bg-brands-five-guys-3:focus,
.hover\:bg-brands-five-guys-3:hover {
  background: #efc402;
}

.bg-brands-five-guys-4 {
  background: #d4891c;
}

.active\:bg-brands-five-guys-4:active,
.focus\:bg-brands-five-guys-4:focus,
.hover\:bg-brands-five-guys-4:hover {
  background: #d4891c;
}

.bg-brands-fiverr {
  background: #00b22d;
}

.active\:bg-brands-fiverr:active,
.focus\:bg-brands-fiverr:focus,
.hover\:bg-brands-fiverr:hover {
  background: #00b22d;
}

.bg-brands-fiverr-1 {
  background: #00b22d;
}

.active\:bg-brands-fiverr-1:active,
.focus\:bg-brands-fiverr-1:focus,
.hover\:bg-brands-fiverr-1:hover {
  background: #00b22d;
}

.bg-brands-fivethirtyeight {
  background: #ed713a;
}

.active\:bg-brands-fivethirtyeight:active,
.focus\:bg-brands-fivethirtyeight:focus,
.hover\:bg-brands-fivethirtyeight:hover {
  background: #ed713a;
}

.bg-brands-fivethirtyeight-1 {
  background: #ed713a;
}

.active\:bg-brands-fivethirtyeight-1:active,
.focus\:bg-brands-fivethirtyeight-1:focus,
.hover\:bg-brands-fivethirtyeight-1:hover {
  background: #ed713a;
}

.bg-brands-fivethirtyeight-2 {
  background: #000000;
}

.active\:bg-brands-fivethirtyeight-2:active,
.focus\:bg-brands-fivethirtyeight-2:focus,
.hover\:bg-brands-fivethirtyeight-2:hover {
  background: #000000;
}

.bg-brands-flattr {
  background: #f67c1a;
}

.active\:bg-brands-flattr:active,
.focus\:bg-brands-flattr:focus,
.hover\:bg-brands-flattr:hover {
  background: #f67c1a;
}

.bg-brands-flattr-1 {
  background: #f67c1a;
}

.active\:bg-brands-flattr-1:active,
.focus\:bg-brands-flattr-1:focus,
.hover\:bg-brands-flattr-1:hover {
  background: #f67c1a;
}

.bg-brands-flattr-2 {
  background: #338d11;
}

.active\:bg-brands-flattr-2:active,
.focus\:bg-brands-flattr-2:focus,
.hover\:bg-brands-flattr-2:hover {
  background: #338d11;
}

.bg-brands-flavors-me {
  background: #f10087;
}

.active\:bg-brands-flavors-me:active,
.focus\:bg-brands-flavors-me:focus,
.hover\:bg-brands-flavors-me:hover {
  background: #f10087;
}

.bg-brands-flavors-me-1 {
  background: #f10087;
}

.active\:bg-brands-flavors-me-1:active,
.focus\:bg-brands-flavors-me-1:focus,
.hover\:bg-brands-flavors-me-1:hover {
  background: #f10087;
}

.bg-brands-flavors-me-2 {
  background: #009ae7;
}

.active\:bg-brands-flavors-me-2:active,
.focus\:bg-brands-flavors-me-2:focus,
.hover\:bg-brands-flavors-me-2:hover {
  background: #009ae7;
}

.bg-brands-flickr {
  background: #0063dc;
}

.active\:bg-brands-flickr:active,
.focus\:bg-brands-flickr:focus,
.hover\:bg-brands-flickr:hover {
  background: #0063dc;
}

.bg-brands-flickr-1 {
  background: #0063dc;
}

.active\:bg-brands-flickr-1:active,
.focus\:bg-brands-flickr-1:focus,
.hover\:bg-brands-flickr-1:hover {
  background: #0063dc;
}

.bg-brands-flickr-2 {
  background: #ff0084;
}

.active\:bg-brands-flickr-2:active,
.focus\:bg-brands-flickr-2:focus,
.hover\:bg-brands-flickr-2:hover {
  background: #ff0084;
}

.bg-brands-flipboard {
  background: #e12828;
}

.active\:bg-brands-flipboard:active,
.focus\:bg-brands-flipboard:focus,
.hover\:bg-brands-flipboard:hover {
  background: #e12828;
}

.bg-brands-flipboard-1 {
  background: #e12828;
}

.active\:bg-brands-flipboard-1:active,
.focus\:bg-brands-flipboard-1:focus,
.hover\:bg-brands-flipboard-1:hover {
  background: #e12828;
}

.bg-brands-flixster {
  background: #2971b2;
}

.active\:bg-brands-flixster:active,
.focus\:bg-brands-flixster:focus,
.hover\:bg-brands-flixster:hover {
  background: #2971b2;
}

.bg-brands-flixster-1 {
  background: #2971b2;
}

.active\:bg-brands-flixster-1:active,
.focus\:bg-brands-flixster-1:focus,
.hover\:bg-brands-flixster-1:hover {
  background: #2971b2;
}

.bg-brands-fluid-ui {
  background: #3fa9f5;
}

.active\:bg-brands-fluid-ui:active,
.focus\:bg-brands-fluid-ui:focus,
.hover\:bg-brands-fluid-ui:hover {
  background: #3fa9f5;
}

.bg-brands-fluid-ui-1 {
  background: #3fa9f5;
}

.active\:bg-brands-fluid-ui-1:active,
.focus\:bg-brands-fluid-ui-1:focus,
.hover\:bg-brands-fluid-ui-1:hover {
  background: #3fa9f5;
}

.bg-brands-fluid-ui-2 {
  background: #989898;
}

.active\:bg-brands-fluid-ui-2:active,
.focus\:bg-brands-fluid-ui-2:focus,
.hover\:bg-brands-fluid-ui-2:hover {
  background: #989898;
}

.bg-brands-fluid-ui-3 {
  background: #f8f8f8;
}

.active\:bg-brands-fluid-ui-3:active,
.focus\:bg-brands-fluid-ui-3:focus,
.hover\:bg-brands-fluid-ui-3:hover {
  background: #f8f8f8;
}

.bg-brands-follr {
  background: #4dc9f6;
}

.active\:bg-brands-follr:active,
.focus\:bg-brands-follr:focus,
.hover\:bg-brands-follr:hover {
  background: #4dc9f6;
}

.bg-brands-follr-1 {
  background: #4dc9f6;
}

.active\:bg-brands-follr-1:active,
.focus\:bg-brands-follr-1:focus,
.hover\:bg-brands-follr-1:hover {
  background: #4dc9f6;
}

.bg-brands-follr-2 {
  background: #f67019;
}

.active\:bg-brands-follr-2:active,
.focus\:bg-brands-follr-2:focus,
.hover\:bg-brands-follr-2:hover {
  background: #f67019;
}

.bg-brands-follr-3 {
  background: #f53794;
}

.active\:bg-brands-follr-3:active,
.focus\:bg-brands-follr-3:focus,
.hover\:bg-brands-follr-3:hover {
  background: #f53794;
}

.bg-brands-follr-4 {
  background: #537bc4;
}

.active\:bg-brands-follr-4:active,
.focus\:bg-brands-follr-4:focus,
.hover\:bg-brands-follr-4:hover {
  background: #537bc4;
}

.bg-brands-follr-5 {
  background: #acc236;
}

.active\:bg-brands-follr-5:active,
.focus\:bg-brands-follr-5:focus,
.hover\:bg-brands-follr-5:hover {
  background: #acc236;
}

.bg-brands-fontawesome {
  background: #228ae6;
}

.active\:bg-brands-fontawesome:active,
.focus\:bg-brands-fontawesome:focus,
.hover\:bg-brands-fontawesome:hover {
  background: #228ae6;
}

.bg-brands-fontawesome-1 {
  background: #228ae6;
}

.active\:bg-brands-fontawesome-1:active,
.focus\:bg-brands-fontawesome-1:focus,
.hover\:bg-brands-fontawesome-1:hover {
  background: #228ae6;
}

.bg-brands-ford {
  background: #1c396d;
}

.active\:bg-brands-ford:active,
.focus\:bg-brands-ford:focus,
.hover\:bg-brands-ford:hover {
  background: #1c396d;
}

.bg-brands-ford-1 {
  background: #1c396d;
}

.active\:bg-brands-ford-1:active,
.focus\:bg-brands-ford-1:focus,
.hover\:bg-brands-ford-1:hover {
  background: #1c396d;
}

.bg-brands-4ormat {
  background: #ee3440;
}

.active\:bg-brands-4ormat:active,
.focus\:bg-brands-4ormat:focus,
.hover\:bg-brands-4ormat:hover {
  background: #ee3440;
}

.bg-brands-3ormat {
  background: #ee3440;
}

.active\:bg-brands-3ormat:active,
.focus\:bg-brands-3ormat:focus,
.hover\:bg-brands-3ormat:hover {
  background: #ee3440;
}

.bg-brands-forrst {
  background: #5b9a68;
}

.active\:bg-brands-forrst:active,
.focus\:bg-brands-forrst:focus,
.hover\:bg-brands-forrst:hover {
  background: #5b9a68;
}

.bg-brands-forrst-1 {
  background: #5b9a68;
}

.active\:bg-brands-forrst-1:active,
.focus\:bg-brands-forrst-1:focus,
.hover\:bg-brands-forrst-1:hover {
  background: #5b9a68;
}

.bg-brands-foursquare {
  background: #f94877;
}

.active\:bg-brands-foursquare:active,
.focus\:bg-brands-foursquare:focus,
.hover\:bg-brands-foursquare:hover {
  background: #f94877;
}

.bg-brands-foursquare-1 {
  background: #f94877;
}

.active\:bg-brands-foursquare-1:active,
.focus\:bg-brands-foursquare-1:focus,
.hover\:bg-brands-foursquare-1:hover {
  background: #f94877;
}

.bg-brands-foursquare-2 {
  background: #0732a2;
}

.active\:bg-brands-foursquare-2:active,
.focus\:bg-brands-foursquare-2:focus,
.hover\:bg-brands-foursquare-2:hover {
  background: #0732a2;
}

.bg-brands-foursquare-3 {
  background: #2d5be3;
}

.active\:bg-brands-foursquare-3:active,
.focus\:bg-brands-foursquare-3:focus,
.hover\:bg-brands-foursquare-3:hover {
  background: #2d5be3;
}

.bg-brands-freecodecamp {
  background: #006400;
}

.active\:bg-brands-freecodecamp:active,
.focus\:bg-brands-freecodecamp:focus,
.hover\:bg-brands-freecodecamp:hover {
  background: #006400;
}

.bg-brands-freecodecamp-1 {
  background: #006400;
}

.active\:bg-brands-freecodecamp-1:active,
.focus\:bg-brands-freecodecamp-1:focus,
.hover\:bg-brands-freecodecamp-1:hover {
  background: #006400;
}

.bg-brands-freecodecamp-2 {
  background: #ff9c2a;
}

.active\:bg-brands-freecodecamp-2:active,
.focus\:bg-brands-freecodecamp-2:focus,
.hover\:bg-brands-freecodecamp-2:hover {
  background: #ff9c2a;
}

.bg-brands-freecodecamp-3 {
  background: #ff4025;
}

.active\:bg-brands-freecodecamp-3:active,
.focus\:bg-brands-freecodecamp-3:focus,
.hover\:bg-brands-freecodecamp-3:hover {
  background: #ff4025;
}

.bg-brands-freecodecamp-4 {
  background: #3949ab;
}

.active\:bg-brands-freecodecamp-4:active,
.focus\:bg-brands-freecodecamp-4:focus,
.hover\:bg-brands-freecodecamp-4:hover {
  background: #3949ab;
}

.bg-brands-freecodecamp-5 {
  background: #efefef;
}

.active\:bg-brands-freecodecamp-5:active,
.focus\:bg-brands-freecodecamp-5:focus,
.hover\:bg-brands-freecodecamp-5:hover {
  background: #efefef;
}

.bg-brands-friend2friend {
  background: #0f99d6;
}

.active\:bg-brands-friend2friend:active,
.focus\:bg-brands-friend2friend:focus,
.hover\:bg-brands-friend2friend:hover {
  background: #0f99d6;
}

.bg-brands-friend2friend-1 {
  background: #0f99d6;
}

.active\:bg-brands-friend2friend-1:active,
.focus\:bg-brands-friend2friend-1:focus,
.hover\:bg-brands-friend2friend-1:hover {
  background: #0f99d6;
}

.bg-brands-gallaudet-university {
  background: #00457c;
}

.active\:bg-brands-gallaudet-university:active,
.focus\:bg-brands-gallaudet-university:focus,
.hover\:bg-brands-gallaudet-university:hover {
  background: #00457c;
}

.bg-brands-gallaudet-university-1 {
  background: #00457c;
}

.active\:bg-brands-gallaudet-university-1:active,
.focus\:bg-brands-gallaudet-university-1:focus,
.hover\:bg-brands-gallaudet-university-1:hover {
  background: #00457c;
}

.bg-brands-gallaudet-university-2 {
  background: #e8d4a2;
}

.active\:bg-brands-gallaudet-university-2:active,
.focus\:bg-brands-gallaudet-university-2:focus,
.hover\:bg-brands-gallaudet-university-2:hover {
  background: #e8d4a2;
}

.bg-brands-gannett {
  background: #009bff;
}

.active\:bg-brands-gannett:active,
.focus\:bg-brands-gannett:focus,
.hover\:bg-brands-gannett:hover {
  background: #009bff;
}

.bg-brands-gannett-1 {
  background: #009bff;
}

.active\:bg-brands-gannett-1:active,
.focus\:bg-brands-gannett-1:focus,
.hover\:bg-brands-gannett-1:hover {
  background: #009bff;
}

.bg-brands-garmin {
  background: #007cc3;
}

.active\:bg-brands-garmin:active,
.focus\:bg-brands-garmin:focus,
.hover\:bg-brands-garmin:hover {
  background: #007cc3;
}

.bg-brands-garmin-1 {
  background: #007cc3;
}

.active\:bg-brands-garmin-1:active,
.focus\:bg-brands-garmin-1:focus,
.hover\:bg-brands-garmin-1:hover {
  background: #007cc3;
}

.bg-brands-garuda {
  background: #484848;
}

.active\:bg-brands-garuda:active,
.focus\:bg-brands-garuda:focus,
.hover\:bg-brands-garuda:hover {
  background: #484848;
}

.bg-brands-garuda-1 {
  background: #484848;
}

.active\:bg-brands-garuda-1:active,
.focus\:bg-brands-garuda-1:focus,
.hover\:bg-brands-garuda-1:hover {
  background: #484848;
}

.bg-brands-garuda-2 {
  background: #002561;
}

.active\:bg-brands-garuda-2:active,
.focus\:bg-brands-garuda-2:focus,
.hover\:bg-brands-garuda-2:hover {
  background: #002561;
}

.bg-brands-garuda-3 {
  background: #2f6f7e;
}

.active\:bg-brands-garuda-3:active,
.focus\:bg-brands-garuda-3:focus,
.hover\:bg-brands-garuda-3:hover {
  background: #2f6f7e;
}

.bg-brands-generatepress {
  background: #1b212b;
}

.active\:bg-brands-generatepress:active,
.focus\:bg-brands-generatepress:focus,
.hover\:bg-brands-generatepress:hover {
  background: #1b212b;
}

.bg-brands-generatepress-1 {
  background: #1b212b;
}

.active\:bg-brands-generatepress-1:active,
.focus\:bg-brands-generatepress-1:focus,
.hover\:bg-brands-generatepress-1:hover {
  background: #1b212b;
}

.bg-brands-generatepress-2 {
  background: #1e72bd;
}

.active\:bg-brands-generatepress-2:active,
.focus\:bg-brands-generatepress-2:focus,
.hover\:bg-brands-generatepress-2:hover {
  background: #1e72bd;
}

.bg-brands-generatepress-3 {
  background: #efefef;
}

.active\:bg-brands-generatepress-3:active,
.focus\:bg-brands-generatepress-3:focus,
.hover\:bg-brands-generatepress-3:hover {
  background: #efefef;
}

.bg-brands-geocaching {
  background: #4a742c;
}

.active\:bg-brands-geocaching:active,
.focus\:bg-brands-geocaching:focus,
.hover\:bg-brands-geocaching:hover {
  background: #4a742c;
}

.bg-brands-geocaching-1 {
  background: #4a742c;
}

.active\:bg-brands-geocaching-1:active,
.focus\:bg-brands-geocaching-1:focus,
.hover\:bg-brands-geocaching-1:hover {
  background: #4a742c;
}

.bg-brands-georgia-southern-university {
  background: #041e42;
}

.active\:bg-brands-georgia-southern-university:active,
.focus\:bg-brands-georgia-southern-university:focus,
.hover\:bg-brands-georgia-southern-university:hover {
  background: #041e42;
}

.bg-brands-georgia-southern-university-1 {
  background: #041e42;
}

.active\:bg-brands-georgia-southern-university-1:active,
.focus\:bg-brands-georgia-southern-university-1:focus,
.hover\:bg-brands-georgia-southern-university-1:hover {
  background: #041e42;
}

.bg-brands-georgia-southern-university-2 {
  background: #a99260;
}

.active\:bg-brands-georgia-southern-university-2:active,
.focus\:bg-brands-georgia-southern-university-2:focus,
.hover\:bg-brands-georgia-southern-university-2:hover {
  background: #a99260;
}

.bg-brands-ghost {
  background: #212425;
}

.active\:bg-brands-ghost:active,
.focus\:bg-brands-ghost:focus,
.hover\:bg-brands-ghost:hover {
  background: #212425;
}

.bg-brands-ghost-1 {
  background: #212425;
}

.active\:bg-brands-ghost-1:active,
.focus\:bg-brands-ghost-1:focus,
.hover\:bg-brands-ghost-1:hover {
  background: #212425;
}

.bg-brands-ghost-2 {
  background: #718087;
}

.active\:bg-brands-ghost-2:active,
.focus\:bg-brands-ghost-2:focus,
.hover\:bg-brands-ghost-2:hover {
  background: #718087;
}

.bg-brands-ghost-3 {
  background: #5ba4e5;
}

.active\:bg-brands-ghost-3:active,
.focus\:bg-brands-ghost-3:focus,
.hover\:bg-brands-ghost-3:hover {
  background: #5ba4e5;
}

.bg-brands-ghost-4 {
  background: #9fbb58;
}

.active\:bg-brands-ghost-4:active,
.focus\:bg-brands-ghost-4:focus,
.hover\:bg-brands-ghost-4:hover {
  background: #9fbb58;
}

.bg-brands-ghost-5 {
  background: #e9e8dd;
}

.active\:bg-brands-ghost-5:active,
.focus\:bg-brands-ghost-5:focus,
.hover\:bg-brands-ghost-5:hover {
  background: #e9e8dd;
}

.bg-brands-gibson {
  background: #000000;
}

.active\:bg-brands-gibson:active,
.focus\:bg-brands-gibson:focus,
.hover\:bg-brands-gibson:hover {
  background: #000000;
}

.bg-brands-gibson-1 {
  background: #000000;
}

.active\:bg-brands-gibson-1:active,
.focus\:bg-brands-gibson-1:focus,
.hover\:bg-brands-gibson-1:hover {
  background: #000000;
}

.bg-brands-gibson-2 {
  background: #436f8e;
}

.active\:bg-brands-gibson-2:active,
.focus\:bg-brands-gibson-2:focus,
.hover\:bg-brands-gibson-2:hover {
  background: #436f8e;
}

.bg-brands-gibson-3 {
  background: #887d59;
}

.active\:bg-brands-gibson-3:active,
.focus\:bg-brands-gibson-3:focus,
.hover\:bg-brands-gibson-3:hover {
  background: #887d59;
}

.bg-brands-gibson-4 {
  background: #8f9696;
}

.active\:bg-brands-gibson-4:active,
.focus\:bg-brands-gibson-4:focus,
.hover\:bg-brands-gibson-4:hover {
  background: #8f9696;
}

.bg-brands-gimmebar {
  background: #d6156c;
}

.active\:bg-brands-gimmebar:active,
.focus\:bg-brands-gimmebar:focus,
.hover\:bg-brands-gimmebar:hover {
  background: #d6156c;
}

.bg-brands-gimmebar-1 {
  background: #d6156c;
}

.active\:bg-brands-gimmebar-1:active,
.focus\:bg-brands-gimmebar-1:focus,
.hover\:bg-brands-gimmebar-1:hover {
  background: #d6156c;
}

.bg-brands-github {
  background: #4078c0;
}

.active\:bg-brands-github:active,
.focus\:bg-brands-github:focus,
.hover\:bg-brands-github:hover {
  background: #4078c0;
}

.bg-brands-github-1 {
  background: #4078c0;
}

.active\:bg-brands-github-1:active,
.focus\:bg-brands-github-1:focus,
.hover\:bg-brands-github-1:hover {
  background: #4078c0;
}

.bg-brands-github-2 {
  background: #6cc644;
}

.active\:bg-brands-github-2:active,
.focus\:bg-brands-github-2:focus,
.hover\:bg-brands-github-2:hover {
  background: #6cc644;
}

.bg-brands-github-3 {
  background: #bd2c00;
}

.active\:bg-brands-github-3:active,
.focus\:bg-brands-github-3:focus,
.hover\:bg-brands-github-3:hover {
  background: #bd2c00;
}

.bg-brands-github-4 {
  background: #c9510c;
}

.active\:bg-brands-github-4:active,
.focus\:bg-brands-github-4:focus,
.hover\:bg-brands-github-4:hover {
  background: #c9510c;
}

.bg-brands-github-5 {
  background: #6e5494;
}

.active\:bg-brands-github-5:active,
.focus\:bg-brands-github-5:focus,
.hover\:bg-brands-github-5:hover {
  background: #6e5494;
}

.bg-brands-github-6 {
  background: #fafafa;
}

.active\:bg-brands-github-6:active,
.focus\:bg-brands-github-6:focus,
.hover\:bg-brands-github-6:hover {
  background: #fafafa;
}

.bg-brands-github-7 {
  background: #f5f5f5;
}

.active\:bg-brands-github-7:active,
.focus\:bg-brands-github-7:focus,
.hover\:bg-brands-github-7:hover {
  background: #f5f5f5;
}

.bg-brands-github-8 {
  background: #333;
}

.active\:bg-brands-github-8:active,
.focus\:bg-brands-github-8:focus,
.hover\:bg-brands-github-8:hover {
  background: #333;
}

.bg-brands-gitlab {
  background: #fca326;
}

.active\:bg-brands-gitlab:active,
.focus\:bg-brands-gitlab:focus,
.hover\:bg-brands-gitlab:hover {
  background: #fca326;
}

.bg-brands-gitlab-1 {
  background: #fca326;
}

.active\:bg-brands-gitlab-1:active,
.focus\:bg-brands-gitlab-1:focus,
.hover\:bg-brands-gitlab-1:hover {
  background: #fca326;
}

.bg-brands-gitlab-2 {
  background: #fc6d26;
}

.active\:bg-brands-gitlab-2:active,
.focus\:bg-brands-gitlab-2:focus,
.hover\:bg-brands-gitlab-2:hover {
  background: #fc6d26;
}

.bg-brands-gitlab-3 {
  background: #e24329;
}

.active\:bg-brands-gitlab-3:active,
.focus\:bg-brands-gitlab-3:focus,
.hover\:bg-brands-gitlab-3:hover {
  background: #e24329;
}

.bg-brands-gitlab-4 {
  background: #554488;
}

.active\:bg-brands-gitlab-4:active,
.focus\:bg-brands-gitlab-4:focus,
.hover\:bg-brands-gitlab-4:hover {
  background: #554488;
}

.bg-brands-gitter {
  background: #46bc99;
}

.active\:bg-brands-gitter:active,
.focus\:bg-brands-gitter:focus,
.hover\:bg-brands-gitter:hover {
  background: #46bc99;
}

.bg-brands-gitter-1 {
  background: #46bc99;
}

.active\:bg-brands-gitter-1:active,
.focus\:bg-brands-gitter-1:focus,
.hover\:bg-brands-gitter-1:hover {
  background: #46bc99;
}

.bg-brands-gitter-2 {
  background: #f68d42;
}

.active\:bg-brands-gitter-2:active,
.focus\:bg-brands-gitter-2:focus,
.hover\:bg-brands-gitter-2:hover {
  background: #f68d42;
}

.bg-brands-gitter-3 {
  background: #ed1965;
}

.active\:bg-brands-gitter-3:active,
.focus\:bg-brands-gitter-3:focus,
.hover\:bg-brands-gitter-3:hover {
  background: #ed1965;
}

.bg-brands-gitter-4 {
  background: #f2f0ed;
}

.active\:bg-brands-gitter-4:active,
.focus\:bg-brands-gitter-4:focus,
.hover\:bg-brands-gitter-4:hover {
  background: #f2f0ed;
}

.bg-brands-gitter-5 {
  background: #3a3133;
}

.active\:bg-brands-gitter-5:active,
.focus\:bg-brands-gitter-5:focus,
.hover\:bg-brands-gitter-5:hover {
  background: #3a3133;
}

.bg-brands-gittip {
  background: #663300;
}

.active\:bg-brands-gittip:active,
.focus\:bg-brands-gittip:focus,
.hover\:bg-brands-gittip:hover {
  background: #663300;
}

.bg-brands-gittip-1 {
  background: #663300;
}

.active\:bg-brands-gittip-1:active,
.focus\:bg-brands-gittip-1:focus,
.hover\:bg-brands-gittip-1:hover {
  background: #663300;
}

.bg-brands-gittip-2 {
  background: #339966;
}

.active\:bg-brands-gittip-2:active,
.focus\:bg-brands-gittip-2:focus,
.hover\:bg-brands-gittip-2:hover {
  background: #339966;
}

.bg-brands-glaxosmithkline {
  background: #f36f21;
}

.active\:bg-brands-glaxosmithkline:active,
.focus\:bg-brands-glaxosmithkline:focus,
.hover\:bg-brands-glaxosmithkline:hover {
  background: #f36f21;
}

.bg-brands-glaxosmithkline-1 {
  background: #f36f21;
}

.active\:bg-brands-glaxosmithkline-1:active,
.focus\:bg-brands-glaxosmithkline-1:focus,
.hover\:bg-brands-glaxosmithkline-1:hover {
  background: #f36f21;
}

.bg-brands-glaxosmithkline-2 {
  background: #72635c;
}

.active\:bg-brands-glaxosmithkline-2:active,
.focus\:bg-brands-glaxosmithkline-2:focus,
.hover\:bg-brands-glaxosmithkline-2:hover {
  background: #72635c;
}

.bg-brands-glaxosmithkline-3 {
  background: #aca6a2;
}

.active\:bg-brands-glaxosmithkline-3:active,
.focus\:bg-brands-glaxosmithkline-3:focus,
.hover\:bg-brands-glaxosmithkline-3:hover {
  background: #aca6a2;
}

.bg-brands-glaxosmithkline-4 {
  background: #ffffff;
}

.active\:bg-brands-glaxosmithkline-4:active,
.focus\:bg-brands-glaxosmithkline-4:focus,
.hover\:bg-brands-glaxosmithkline-4:hover {
  background: #ffffff;
}

.bg-brands-godaddy {
  background: #7db701;
}

.active\:bg-brands-godaddy:active,
.focus\:bg-brands-godaddy:focus,
.hover\:bg-brands-godaddy:hover {
  background: #7db701;
}

.bg-brands-godaddy-1 {
  background: #7db701;
}

.active\:bg-brands-godaddy-1:active,
.focus\:bg-brands-godaddy-1:focus,
.hover\:bg-brands-godaddy-1:hover {
  background: #7db701;
}

.bg-brands-godaddy-2 {
  background: #ff8a00;
}

.active\:bg-brands-godaddy-2:active,
.focus\:bg-brands-godaddy-2:focus,
.hover\:bg-brands-godaddy-2:hover {
  background: #ff8a00;
}

.bg-brands-goethe {
  background: #a5c500;
}

.active\:bg-brands-goethe:active,
.focus\:bg-brands-goethe:focus,
.hover\:bg-brands-goethe:hover {
  background: #a5c500;
}

.bg-brands-goethe-1 {
  background: #a5c500;
}

.active\:bg-brands-goethe-1:active,
.focus\:bg-brands-goethe-1:focus,
.hover\:bg-brands-goethe-1:hover {
  background: #a5c500;
}

.bg-brands-goethe-2 {
  background: #810061;
}

.active\:bg-brands-goethe-2:active,
.focus\:bg-brands-goethe-2:focus,
.hover\:bg-brands-goethe-2:hover {
  background: #810061;
}

.bg-brands-goethe-3 {
  background: #303600;
}

.active\:bg-brands-goethe-3:active,
.focus\:bg-brands-goethe-3:focus,
.hover\:bg-brands-goethe-3:hover {
  background: #303600;
}

.bg-brands-goethe-4 {
  background: #ec6400;
}

.active\:bg-brands-goethe-4:active,
.focus\:bg-brands-goethe-4:focus,
.hover\:bg-brands-goethe-4:hover {
  background: #ec6400;
}

.bg-brands-goethe-5 {
  background: #d4c78c;
}

.active\:bg-brands-goethe-5:active,
.focus\:bg-brands-goethe-5:focus,
.hover\:bg-brands-goethe-5:hover {
  background: #d4c78c;
}

.bg-brands-goethe-6 {
  background: #5ec6f2;
}

.active\:bg-brands-goethe-6:active,
.focus\:bg-brands-goethe-6:focus,
.hover\:bg-brands-goethe-6:hover {
  background: #5ec6f2;
}

.bg-brands-goethe-7 {
  background: #003468;
}

.active\:bg-brands-goethe-7:active,
.focus\:bg-brands-goethe-7:focus,
.hover\:bg-brands-goethe-7:hover {
  background: #003468;
}

.bg-brands-goethe-8 {
  background: #4b1702;
}

.active\:bg-brands-goethe-8:active,
.focus\:bg-brands-goethe-8:focus,
.hover\:bg-brands-goethe-8:hover {
  background: #4b1702;
}

.bg-brands-goethe-9 {
  background: #717a83;
}

.active\:bg-brands-goethe-9:active,
.focus\:bg-brands-goethe-9:focus,
.hover\:bg-brands-goethe-9:hover {
  background: #717a83;
}

.bg-brands-gogo {
  background: #e80029;
}

.active\:bg-brands-gogo:active,
.focus\:bg-brands-gogo:focus,
.hover\:bg-brands-gogo:hover {
  background: #e80029;
}

.bg-brands-gogo-1 {
  background: #e80029;
}

.active\:bg-brands-gogo-1:active,
.focus\:bg-brands-gogo-1:focus,
.hover\:bg-brands-gogo-1:hover {
  background: #e80029;
}

.bg-brands-gogo-2 {
  background: #40b4e5;
}

.active\:bg-brands-gogo-2:active,
.focus\:bg-brands-gogo-2:focus,
.hover\:bg-brands-gogo-2:hover {
  background: #40b4e5;
}

.bg-brands-gogo-3 {
  background: #7c868d;
}

.active\:bg-brands-gogo-3:active,
.focus\:bg-brands-gogo-3:focus,
.hover\:bg-brands-gogo-3:hover {
  background: #7c868d;
}

.bg-brands-goodreads {
  background: #553b08;
}

.active\:bg-brands-goodreads:active,
.focus\:bg-brands-goodreads:focus,
.hover\:bg-brands-goodreads:hover {
  background: #553b08;
}

.bg-brands-goodreads-1 {
  background: #553b08;
}

.active\:bg-brands-goodreads-1:active,
.focus\:bg-brands-goodreads-1:focus,
.hover\:bg-brands-goodreads-1:hover {
  background: #553b08;
}

.bg-brands-google {
  background: #4285f4;
}

.active\:bg-brands-google:active,
.focus\:bg-brands-google:focus,
.hover\:bg-brands-google:hover {
  background: #4285f4;
}

.bg-brands-google-1 {
  background: #4285f4;
}

.active\:bg-brands-google-1:active,
.focus\:bg-brands-google-1:focus,
.hover\:bg-brands-google-1:hover {
  background: #4285f4;
}

.bg-brands-google-2 {
  background: #34a853;
}

.active\:bg-brands-google-2:active,
.focus\:bg-brands-google-2:focus,
.hover\:bg-brands-google-2:hover {
  background: #34a853;
}

.bg-brands-google-3 {
  background: #fbbc05;
}

.active\:bg-brands-google-3:active,
.focus\:bg-brands-google-3:focus,
.hover\:bg-brands-google-3:hover {
  background: #fbbc05;
}

.bg-brands-google-4 {
  background: #ea4335;
}

.active\:bg-brands-google-4:active,
.focus\:bg-brands-google-4:focus,
.hover\:bg-brands-google-4:hover {
  background: #ea4335;
}

.bg-brands-google-allo {
  background: #fbbc05;
}

.active\:bg-brands-google-allo:active,
.focus\:bg-brands-google-allo:focus,
.hover\:bg-brands-google-allo:hover {
  background: #fbbc05;
}

.bg-brands-google-allo-1 {
  background: #fbbc05;
}

.active\:bg-brands-google-allo-1:active,
.focus\:bg-brands-google-allo-1:focus,
.hover\:bg-brands-google-allo-1:hover {
  background: #fbbc05;
}

.bg-brands-google-duo {
  background: #4285f4;
}

.active\:bg-brands-google-duo:active,
.focus\:bg-brands-google-duo:focus,
.hover\:bg-brands-google-duo:hover {
  background: #4285f4;
}

.bg-brands-google-duo-1 {
  background: #4285f4;
}

.active\:bg-brands-google-duo-1:active,
.focus\:bg-brands-google-duo-1:focus,
.hover\:bg-brands-google-duo-1:hover {
  background: #4285f4;
}

.bg-brands-google-plus {
  background: #dd4b39;
}

.active\:bg-brands-google-plus:active,
.focus\:bg-brands-google-plus:focus,
.hover\:bg-brands-google-plus:hover {
  background: #dd4b39;
}

.bg-brands-google-plus-1 {
  background: #dd4b39;
}

.active\:bg-brands-google-plus-1:active,
.focus\:bg-brands-google-plus-1:focus,
.hover\:bg-brands-google-plus-1:hover {
  background: #dd4b39;
}

.bg-brands-gospel-for-asia {
  background: #099d84;
}

.active\:bg-brands-gospel-for-asia:active,
.focus\:bg-brands-gospel-for-asia:focus,
.hover\:bg-brands-gospel-for-asia:hover {
  background: #099d84;
}

.bg-brands-gospel-for-asia-1 {
  background: #099d84;
}

.active\:bg-brands-gospel-for-asia-1:active,
.focus\:bg-brands-gospel-for-asia-1:focus,
.hover\:bg-brands-gospel-for-asia-1:hover {
  background: #099d84;
}

.bg-brands-gospel-for-asia-2 {
  background: #4d9db3;
}

.active\:bg-brands-gospel-for-asia-2:active,
.focus\:bg-brands-gospel-for-asia-2:focus,
.hover\:bg-brands-gospel-for-asia-2:hover {
  background: #4d9db3;
}

.bg-brands-gospel-for-asia-3 {
  background: #456acf;
}

.active\:bg-brands-gospel-for-asia-3:active,
.focus\:bg-brands-gospel-for-asia-3:focus,
.hover\:bg-brands-gospel-for-asia-3:hover {
  background: #456acf;
}

.bg-brands-gospel-for-asia-4 {
  background: #8762c9;
}

.active\:bg-brands-gospel-for-asia-4:active,
.focus\:bg-brands-gospel-for-asia-4:focus,
.hover\:bg-brands-gospel-for-asia-4:hover {
  background: #8762c9;
}

.bg-brands-gospel-for-asia-5 {
  background: #ad182d;
}

.active\:bg-brands-gospel-for-asia-5:active,
.focus\:bg-brands-gospel-for-asia-5:focus,
.hover\:bg-brands-gospel-for-asia-5:hover {
  background: #ad182d;
}

.bg-brands-gospel-for-asia-6 {
  background: #e15f5f;
}

.active\:bg-brands-gospel-for-asia-6:active,
.focus\:bg-brands-gospel-for-asia-6:focus,
.hover\:bg-brands-gospel-for-asia-6:hover {
  background: #e15f5f;
}

.bg-brands-gravatar {
  background: #1e8cbe;
}

.active\:bg-brands-gravatar:active,
.focus\:bg-brands-gravatar:focus,
.hover\:bg-brands-gravatar:hover {
  background: #1e8cbe;
}

.bg-brands-gravatar-1 {
  background: #1e8cbe;
}

.active\:bg-brands-gravatar-1:active,
.focus\:bg-brands-gravatar-1:focus,
.hover\:bg-brands-gravatar-1:hover {
  background: #1e8cbe;
}

.bg-brands-gravit {
  background: #e30061;
}

.active\:bg-brands-gravit:active,
.focus\:bg-brands-gravit:focus,
.hover\:bg-brands-gravit:hover {
  background: #e30061;
}

.bg-brands-gravit-1 {
  background: #e30061;
}

.active\:bg-brands-gravit-1:active,
.focus\:bg-brands-gravit-1:focus,
.hover\:bg-brands-gravit-1:hover {
  background: #e30061;
}

.bg-brands-gravit-2 {
  background: #d5df00;
}

.active\:bg-brands-gravit-2:active,
.focus\:bg-brands-gravit-2:focus,
.hover\:bg-brands-gravit-2:hover {
  background: #d5df00;
}

.bg-brands-gravit-3 {
  background: #475258;
}

.active\:bg-brands-gravit-3:active,
.focus\:bg-brands-gravit-3:focus,
.hover\:bg-brands-gravit-3:hover {
  background: #475258;
}

.bg-brands-gwr {
  background: #0b2d27;
}

.active\:bg-brands-gwr:active,
.focus\:bg-brands-gwr:focus,
.hover\:bg-brands-gwr:hover {
  background: #0b2d27;
}

.bg-brands-gwr-1 {
  background: #0b2d27;
}

.active\:bg-brands-gwr-1:active,
.focus\:bg-brands-gwr-1:focus,
.hover\:bg-brands-gwr-1:hover {
  background: #0b2d27;
}

.bg-brands-gwr-2 {
  background: #000000;
}

.active\:bg-brands-gwr-2:active,
.focus\:bg-brands-gwr-2:focus,
.hover\:bg-brands-gwr-2:hover {
  background: #000000;
}

.bg-brands-gwr-3 {
  background: #ffffff;
}

.active\:bg-brands-gwr-3:active,
.focus\:bg-brands-gwr-3:focus,
.hover\:bg-brands-gwr-3:hover {
  background: #ffffff;
}

.bg-brands-greenhouse {
  background: #00b2a9;
}

.active\:bg-brands-greenhouse:active,
.focus\:bg-brands-greenhouse:focus,
.hover\:bg-brands-greenhouse:hover {
  background: #00b2a9;
}

.bg-brands-greenhouse-1 {
  background: #00b2a9;
}

.active\:bg-brands-greenhouse-1:active,
.focus\:bg-brands-greenhouse-1:focus,
.hover\:bg-brands-greenhouse-1:hover {
  background: #00b2a9;
}

.bg-brands-groupon {
  background: #82b548;
}

.active\:bg-brands-groupon:active,
.focus\:bg-brands-groupon:focus,
.hover\:bg-brands-groupon:hover {
  background: #82b548;
}

.bg-brands-groupon-1 {
  background: #82b548;
}

.active\:bg-brands-groupon-1:active,
.focus\:bg-brands-groupon-1:focus,
.hover\:bg-brands-groupon-1:hover {
  background: #82b548;
}

.bg-brands-grunt {
  background: #fba919;
}

.active\:bg-brands-grunt:active,
.focus\:bg-brands-grunt:focus,
.hover\:bg-brands-grunt:hover {
  background: #fba919;
}

.bg-brands-grunt-1 {
  background: #fba919;
}

.active\:bg-brands-grunt-1:active,
.focus\:bg-brands-grunt-1:focus,
.hover\:bg-brands-grunt-1:hover {
  background: #fba919;
}

.bg-brands-grunt-2 {
  background: #463014;
}

.active\:bg-brands-grunt-2:active,
.focus\:bg-brands-grunt-2:focus,
.hover\:bg-brands-grunt-2:hover {
  background: #463014;
}

.bg-brands-gumtree {
  background: #72ef36;
}

.active\:bg-brands-gumtree:active,
.focus\:bg-brands-gumtree:focus,
.hover\:bg-brands-gumtree:hover {
  background: #72ef36;
}

.bg-brands-gumtree-1 {
  background: #72ef36;
}

.active\:bg-brands-gumtree-1:active,
.focus\:bg-brands-gumtree-1:focus,
.hover\:bg-brands-gumtree-1:hover {
  background: #72ef36;
}

.bg-brands-gumtree-2 {
  background: #3b3141;
}

.active\:bg-brands-gumtree-2:active,
.focus\:bg-brands-gumtree-2:focus,
.hover\:bg-brands-gumtree-2:hover {
  background: #3b3141;
}

.bg-brands-gumtree-3 {
  background: #f0ece6;
}

.active\:bg-brands-gumtree-3:active,
.focus\:bg-brands-gumtree-3:focus,
.hover\:bg-brands-gumtree-3:hover {
  background: #f0ece6;
}

.bg-brands-gvb {
  background: #0863b5;
}

.active\:bg-brands-gvb:active,
.focus\:bg-brands-gvb:focus,
.hover\:bg-brands-gvb:hover {
  background: #0863b5;
}

.bg-brands-gvb-1 {
  background: #0863b5;
}

.active\:bg-brands-gvb-1:active,
.focus\:bg-brands-gvb-1:focus,
.hover\:bg-brands-gvb-1:hover {
  background: #0863b5;
}

.bg-brands-gvb-2 {
  background: #fec600;
}

.active\:bg-brands-gvb-2:active,
.focus\:bg-brands-gvb-2:focus,
.hover\:bg-brands-gvb-2:hover {
  background: #fec600;
}

.bg-brands-gvb-3 {
  background: #f39100;
}

.active\:bg-brands-gvb-3:active,
.focus\:bg-brands-gvb-3:focus,
.hover\:bg-brands-gvb-3:hover {
  background: #f39100;
}

.bg-brands-gvb-4 {
  background: #e3001f;
}

.active\:bg-brands-gvb-4:active,
.focus\:bg-brands-gvb-4:focus,
.hover\:bg-brands-gvb-4:hover {
  background: #e3001f;
}

.bg-brands-gvb-5 {
  background: #e50064;
}

.active\:bg-brands-gvb-5:active,
.focus\:bg-brands-gvb-5:focus,
.hover\:bg-brands-gvb-5:hover {
  background: #e50064;
}

.bg-brands-gvb-6 {
  background: #954a97;
}

.active\:bg-brands-gvb-6:active,
.focus\:bg-brands-gvb-6:focus,
.hover\:bg-brands-gvb-6:hover {
  background: #954a97;
}

.bg-brands-gvb-7 {
  background: #009ee3;
}

.active\:bg-brands-gvb-7:active,
.focus\:bg-brands-gvb-7:focus,
.hover\:bg-brands-gvb-7:hover {
  background: #009ee3;
}

.bg-brands-gvb-8 {
  background: #13a538;
}

.active\:bg-brands-gvb-8:active,
.focus\:bg-brands-gvb-8:focus,
.hover\:bg-brands-gvb-8:hover {
  background: #13a538;
}

.bg-brands-hacker-news {
  background: #ff4000;
}

.active\:bg-brands-hacker-news:active,
.focus\:bg-brands-hacker-news:focus,
.hover\:bg-brands-hacker-news:hover {
  background: #ff4000;
}

.bg-brands-hacker-news-1 {
  background: #ff4000;
}

.active\:bg-brands-hacker-news-1:active,
.focus\:bg-brands-hacker-news-1:focus,
.hover\:bg-brands-hacker-news-1:hover {
  background: #ff4000;
}

.bg-brands-hangouts {
  background: #0f9d58;
}

.active\:bg-brands-hangouts:active,
.focus\:bg-brands-hangouts:focus,
.hover\:bg-brands-hangouts:hover {
  background: #0f9d58;
}

.bg-brands-hangouts-1 {
  background: #0f9d58;
}

.active\:bg-brands-hangouts-1:active,
.focus\:bg-brands-hangouts-1:focus,
.hover\:bg-brands-hangouts-1:hover {
  background: #0f9d58;
}

.bg-brands-happn {
  background: #0087b4;
}

.active\:bg-brands-happn:active,
.focus\:bg-brands-happn:focus,
.hover\:bg-brands-happn:hover {
  background: #0087b4;
}

.bg-brands-happn-1 {
  background: #0087b4;
}

.active\:bg-brands-happn-1:active,
.focus\:bg-brands-happn-1:focus,
.hover\:bg-brands-happn-1:hover {
  background: #0087b4;
}

.bg-brands-heineken {
  background: #008200;
}

.active\:bg-brands-heineken:active,
.focus\:bg-brands-heineken:focus,
.hover\:bg-brands-heineken:hover {
  background: #008200;
}

.bg-brands-heineken-1 {
  background: #008200;
}

.active\:bg-brands-heineken-1:active,
.focus\:bg-brands-heineken-1:focus,
.hover\:bg-brands-heineken-1:hover {
  background: #008200;
}

.bg-brands-heineken-2 {
  background: #205527;
}

.active\:bg-brands-heineken-2:active,
.focus\:bg-brands-heineken-2:focus,
.hover\:bg-brands-heineken-2:hover {
  background: #205527;
}

.bg-brands-heineken-3 {
  background: #ff2b00;
}

.active\:bg-brands-heineken-3:active,
.focus\:bg-brands-heineken-3:focus,
.hover\:bg-brands-heineken-3:hover {
  background: #ff2b00;
}

.bg-brands-heineken-4 {
  background: #c3c3c3;
}

.active\:bg-brands-heineken-4:active,
.focus\:bg-brands-heineken-4:focus,
.hover\:bg-brands-heineken-4:hover {
  background: #c3c3c3;
}

.bg-brands-hellowallet {
  background: #0093d0;
}

.active\:bg-brands-hellowallet:active,
.focus\:bg-brands-hellowallet:focus,
.hover\:bg-brands-hellowallet:hover {
  background: #0093d0;
}

.bg-brands-hellowallet-1 {
  background: #0093d0;
}

.active\:bg-brands-hellowallet-1:active,
.focus\:bg-brands-hellowallet-1:focus,
.hover\:bg-brands-hellowallet-1:hover {
  background: #0093d0;
}

.bg-brands-help-scout {
  background: #3197d6;
}

.active\:bg-brands-help-scout:active,
.focus\:bg-brands-help-scout:focus,
.hover\:bg-brands-help-scout:hover {
  background: #3197d6;
}

.bg-brands-help-scout-1 {
  background: #3197d6;
}

.active\:bg-brands-help-scout-1:active,
.focus\:bg-brands-help-scout-1:focus,
.hover\:bg-brands-help-scout-1:hover {
  background: #3197d6;
}

.bg-brands-help-scout-2 {
  background: #394956;
}

.active\:bg-brands-help-scout-2:active,
.focus\:bg-brands-help-scout-2:focus,
.hover\:bg-brands-help-scout-2:hover {
  background: #394956;
}

.bg-brands-help-scout-3 {
  background: #d6dde3;
}

.active\:bg-brands-help-scout-3:active,
.focus\:bg-brands-help-scout-3:focus,
.hover\:bg-brands-help-scout-3:hover {
  background: #d6dde3;
}

.bg-brands-heroku {
  background: #c9c3e6;
}

.active\:bg-brands-heroku:active,
.focus\:bg-brands-heroku:focus,
.hover\:bg-brands-heroku:hover {
  background: #c9c3e6;
}

.bg-brands-heroku-1 {
  background: #c9c3e6;
}

.active\:bg-brands-heroku-1:active,
.focus\:bg-brands-heroku-1:focus,
.hover\:bg-brands-heroku-1:hover {
  background: #c9c3e6;
}

.bg-brands-heroku-2 {
  background: #6762a6;
}

.active\:bg-brands-heroku-2:active,
.focus\:bg-brands-heroku-2:focus,
.hover\:bg-brands-heroku-2:hover {
  background: #6762a6;
}

.bg-brands-hewlett-packard-enterprise {
  background: #00b388;
}

.active\:bg-brands-hewlett-packard-enterprise:active,
.focus\:bg-brands-hewlett-packard-enterprise:focus,
.hover\:bg-brands-hewlett-packard-enterprise:hover {
  background: #00b388;
}

.bg-brands-hewlett-packard-enterprise-1 {
  background: #00b388;
}

.active\:bg-brands-hewlett-packard-enterprise-1:active,
.focus\:bg-brands-hewlett-packard-enterprise-1:focus,
.hover\:bg-brands-hewlett-packard-enterprise-1:hover {
  background: #00b388;
}

.bg-brands-hewlett-packard-enterprise-2 {
  background: #425563;
}

.active\:bg-brands-hewlett-packard-enterprise-2:active,
.focus\:bg-brands-hewlett-packard-enterprise-2:focus,
.hover\:bg-brands-hewlett-packard-enterprise-2:hover {
  background: #425563;
}

.bg-brands-hi5 {
  background: #fd9827;
}

.active\:bg-brands-hi5:active,
.focus\:bg-brands-hi5:focus,
.hover\:bg-brands-hi5:hover {
  background: #fd9827;
}

.bg-brands-hi5-1 {
  background: #fd9827;
}

.active\:bg-brands-hi5-1:active,
.focus\:bg-brands-hi5-1:focus,
.hover\:bg-brands-hi5-1:hover {
  background: #fd9827;
}

.bg-brands-highfive {
  background: #a26eea;
}

.active\:bg-brands-highfive:active,
.focus\:bg-brands-highfive:focus,
.hover\:bg-brands-highfive:hover {
  background: #a26eea;
}

.bg-brands-highfive-1 {
  background: #a26eea;
}

.active\:bg-brands-highfive-1:active,
.focus\:bg-brands-highfive-1:focus,
.hover\:bg-brands-highfive-1:hover {
  background: #a26eea;
}

.bg-brands-highfive-2 {
  background: #f7afff;
}

.active\:bg-brands-highfive-2:active,
.focus\:bg-brands-highfive-2:focus,
.hover\:bg-brands-highfive-2:hover {
  background: #f7afff;
}

.bg-brands-highfive-3 {
  background: #5d70ea;
}

.active\:bg-brands-highfive-3:active,
.focus\:bg-brands-highfive-3:focus,
.hover\:bg-brands-highfive-3:hover {
  background: #5d70ea;
}

.bg-brands-highfive-4 {
  background: #46b7fd;
}

.active\:bg-brands-highfive-4:active,
.focus\:bg-brands-highfive-4:focus,
.hover\:bg-brands-highfive-4:hover {
  background: #46b7fd;
}

.bg-brands-home-depot {
  background: #f96302;
}

.active\:bg-brands-home-depot:active,
.focus\:bg-brands-home-depot:focus,
.hover\:bg-brands-home-depot:hover {
  background: #f96302;
}

.bg-brands-home-depot-1 {
  background: #f96302;
}

.active\:bg-brands-home-depot-1:active,
.focus\:bg-brands-home-depot-1:focus,
.hover\:bg-brands-home-depot-1:hover {
  background: #f96302;
}

.bg-brands-homeaway {
  background: #2a6ebb;
}

.active\:bg-brands-homeaway:active,
.focus\:bg-brands-homeaway:focus,
.hover\:bg-brands-homeaway:hover {
  background: #2a6ebb;
}

.bg-brands-homeaway-1 {
  background: #2a6ebb;
}

.active\:bg-brands-homeaway-1:active,
.focus\:bg-brands-homeaway-1:focus,
.hover\:bg-brands-homeaway-1:hover {
  background: #2a6ebb;
}

.bg-brands-homeaway-2 {
  background: #ff8a00;
}

.active\:bg-brands-homeaway-2:active,
.focus\:bg-brands-homeaway-2:focus,
.hover\:bg-brands-homeaway-2:hover {
  background: #ff8a00;
}

.bg-brands-hootsuite {
  background: #003265;
}

.active\:bg-brands-hootsuite:active,
.focus\:bg-brands-hootsuite:focus,
.hover\:bg-brands-hootsuite:hover {
  background: #003265;
}

.bg-brands-hootsuite-1 {
  background: #003265;
}

.active\:bg-brands-hootsuite-1:active,
.focus\:bg-brands-hootsuite-1:focus,
.hover\:bg-brands-hootsuite-1:hover {
  background: #003265;
}

.bg-brands-hootsuite-2 {
  background: #f7e8d5;
}

.active\:bg-brands-hootsuite-2:active,
.focus\:bg-brands-hootsuite-2:focus,
.hover\:bg-brands-hootsuite-2:hover {
  background: #f7e8d5;
}

.bg-brands-hootsuite-3 {
  background: #ffbd0a;
}

.active\:bg-brands-hootsuite-3:active,
.focus\:bg-brands-hootsuite-3:focus,
.hover\:bg-brands-hootsuite-3:hover {
  background: #ffbd0a;
}

.bg-brands-hootsuite-4 {
  background: #c6af92;
}

.active\:bg-brands-hootsuite-4:active,
.focus\:bg-brands-hootsuite-4:focus,
.hover\:bg-brands-hootsuite-4:hover {
  background: #c6af92;
}

.bg-brands-hootsuite-5 {
  background: #71685f;
}

.active\:bg-brands-hootsuite-5:active,
.focus\:bg-brands-hootsuite-5:focus,
.hover\:bg-brands-hootsuite-5:hover {
  background: #71685f;
}

.bg-brands-hootsuite-6 {
  background: #54493f;
}

.active\:bg-brands-hootsuite-6:active,
.focus\:bg-brands-hootsuite-6:focus,
.hover\:bg-brands-hootsuite-6:hover {
  background: #54493f;
}

.bg-brands-hootsuite-7 {
  background: #38322d;
}

.active\:bg-brands-hootsuite-7:active,
.focus\:bg-brands-hootsuite-7:focus,
.hover\:bg-brands-hootsuite-7:hover {
  background: #38322d;
}

.bg-brands-houzz {
  background: #7ac142;
}

.active\:bg-brands-houzz:active,
.focus\:bg-brands-houzz:focus,
.hover\:bg-brands-houzz:hover {
  background: #7ac142;
}

.bg-brands-houzz-1 {
  background: #7ac142;
}

.active\:bg-brands-houzz-1:active,
.focus\:bg-brands-houzz-1:focus,
.hover\:bg-brands-houzz-1:hover {
  background: #7ac142;
}

.bg-brands-houzz-2 {
  background: #000000;
}

.active\:bg-brands-houzz-2:active,
.focus\:bg-brands-houzz-2:focus,
.hover\:bg-brands-houzz-2:hover {
  background: #000000;
}

.bg-brands-hp {
  background: #0096d6;
}

.active\:bg-brands-hp:active,
.focus\:bg-brands-hp:focus,
.hover\:bg-brands-hp:hover {
  background: #0096d6;
}

.bg-brands-hp-1 {
  background: #0096d6;
}

.active\:bg-brands-hp-1:active,
.focus\:bg-brands-hp-1:focus,
.hover\:bg-brands-hp-1:hover {
  background: #0096d6;
}

.bg-brands-hp-2 {
  background: #d7410b;
}

.active\:bg-brands-hp-2:active,
.focus\:bg-brands-hp-2:focus,
.hover\:bg-brands-hp-2:hover {
  background: #d7410b;
}

.bg-brands-hsbc {
  background: #db0011;
}

.active\:bg-brands-hsbc:active,
.focus\:bg-brands-hsbc:focus,
.hover\:bg-brands-hsbc:hover {
  background: #db0011;
}

.bg-brands-hs1 {
  background: #db0011;
}

.active\:bg-brands-hs1:active,
.focus\:bg-brands-hs1:focus,
.hover\:bg-brands-hs1:hover {
  background: #db0011;
}

.bg-brands-html5 {
  background: #e34f26;
}

.active\:bg-brands-html5:active,
.focus\:bg-brands-html5:focus,
.hover\:bg-brands-html5:hover {
  background: #e34f26;
}

.bg-brands-html5-1 {
  background: #e34f26;
}

.active\:bg-brands-html5-1:active,
.focus\:bg-brands-html5-1:focus,
.hover\:bg-brands-html5-1:hover {
  background: #e34f26;
}

.bg-brands-hulu {
  background: #66aa33;
}

.active\:bg-brands-hulu:active,
.focus\:bg-brands-hulu:focus,
.hover\:bg-brands-hulu:hover {
  background: #66aa33;
}

.bg-brands-hulu-1 {
  background: #66aa33;
}

.active\:bg-brands-hulu-1:active,
.focus\:bg-brands-hulu-1:focus,
.hover\:bg-brands-hulu-1:hover {
  background: #66aa33;
}

.bg-brands-hulu-2 {
  background: #99cc33;
}

.active\:bg-brands-hulu-2:active,
.focus\:bg-brands-hulu-2:focus,
.hover\:bg-brands-hulu-2:hover {
  background: #99cc33;
}

.bg-brands-hulu-3 {
  background: #41811e;
}

.active\:bg-brands-hulu-3:active,
.focus\:bg-brands-hulu-3:focus,
.hover\:bg-brands-hulu-3:hover {
  background: #41811e;
}

.bg-brands-hulu-4 {
  background: #222222;
}

.active\:bg-brands-hulu-4:active,
.focus\:bg-brands-hulu-4:focus,
.hover\:bg-brands-hulu-4:hover {
  background: #222222;
}

.bg-brands-hulu-5 {
  background: #666666;
}

.active\:bg-brands-hulu-5:active,
.focus\:bg-brands-hulu-5:focus,
.hover\:bg-brands-hulu-5:hover {
  background: #666666;
}

.bg-brands-hulu-6 {
  background: #e8e8e8;
}

.active\:bg-brands-hulu-6:active,
.focus\:bg-brands-hulu-6:focus,
.hover\:bg-brands-hulu-6:hover {
  background: #e8e8e8;
}

.bg-brands-humble-bundle {
  background: #cb272c;
}

.active\:bg-brands-humble-bundle:active,
.focus\:bg-brands-humble-bundle:focus,
.hover\:bg-brands-humble-bundle:hover {
  background: #cb272c;
}

.bg-brands-humble-bundle-1 {
  background: #cb272c;
}

.active\:bg-brands-humble-bundle-1:active,
.focus\:bg-brands-humble-bundle-1:focus,
.hover\:bg-brands-humble-bundle-1:hover {
  background: #cb272c;
}

.bg-brands-hyatt {
  background: #6d6e71;
}

.active\:bg-brands-hyatt:active,
.focus\:bg-brands-hyatt:focus,
.hover\:bg-brands-hyatt:hover {
  background: #6d6e71;
}

.bg-brands-hyatt-1 {
  background: #6d6e71;
}

.active\:bg-brands-hyatt-1:active,
.focus\:bg-brands-hyatt-1:focus,
.hover\:bg-brands-hyatt-1:hover {
  background: #6d6e71;
}

.bg-brands-hyatt-2 {
  background: #bf5b20;
}

.active\:bg-brands-hyatt-2:active,
.focus\:bg-brands-hyatt-2:focus,
.hover\:bg-brands-hyatt-2:hover {
  background: #bf5b20;
}

.bg-brands-hyatt-3 {
  background: #006e96;
}

.active\:bg-brands-hyatt-3:active,
.focus\:bg-brands-hyatt-3:focus,
.hover\:bg-brands-hyatt-3:hover {
  background: #006e96;
}

.bg-brands-hyatt-4 {
  background: #8c8700;
}

.active\:bg-brands-hyatt-4:active,
.focus\:bg-brands-hyatt-4:focus,
.hover\:bg-brands-hyatt-4:hover {
  background: #8c8700;
}

.bg-brands-hyatt-5 {
  background: #ad5f7d;
}

.active\:bg-brands-hyatt-5:active,
.focus\:bg-brands-hyatt-5:focus,
.hover\:bg-brands-hyatt-5:hover {
  background: #ad5f7d;
}

.bg-brands-hyatt-6 {
  background: #d79100;
}

.active\:bg-brands-hyatt-6:active,
.focus\:bg-brands-hyatt-6:focus,
.hover\:bg-brands-hyatt-6:hover {
  background: #d79100;
}

.bg-brands-ibm {
  background: #006699;
}

.active\:bg-brands-ibm:active,
.focus\:bg-brands-ibm:focus,
.hover\:bg-brands-ibm:hover {
  background: #006699;
}

.bg-brands-ibm-1 {
  background: #006699;
}

.active\:bg-brands-ibm-1:active,
.focus\:bg-brands-ibm-1:focus,
.hover\:bg-brands-ibm-1:hover {
  background: #006699;
}

.bg-brands-icons8 {
  background: #32c24d;
}

.active\:bg-brands-icons8:active,
.focus\:bg-brands-icons8:focus,
.hover\:bg-brands-icons8:hover {
  background: #32c24d;
}

.bg-brands-icons8-1 {
  background: #32c24d;
}

.active\:bg-brands-icons8-1:active,
.focus\:bg-brands-icons8-1:focus,
.hover\:bg-brands-icons8-1:hover {
  background: #32c24d;
}

.bg-brands-ideal {
  background: #cc0066;
}

.active\:bg-brands-ideal:active,
.focus\:bg-brands-ideal:focus,
.hover\:bg-brands-ideal:hover {
  background: #cc0066;
}

.bg-brands-ideal-1 {
  background: #cc0066;
}

.active\:bg-brands-ideal-1:active,
.focus\:bg-brands-ideal-1:focus,
.hover\:bg-brands-ideal-1:hover {
  background: #cc0066;
}

.bg-brands-ideal-2 {
  background: #79afc1;
}

.active\:bg-brands-ideal-2:active,
.focus\:bg-brands-ideal-2:focus,
.hover\:bg-brands-ideal-2:hover {
  background: #79afc1;
}

.bg-brands-ideal-3 {
  background: #000000;
}

.active\:bg-brands-ideal-3:active,
.focus\:bg-brands-ideal-3:focus,
.hover\:bg-brands-ideal-3:hover {
  background: #000000;
}

.bg-brands-identi-ca {
  background: #789240;
}

.active\:bg-brands-identi-ca:active,
.focus\:bg-brands-identi-ca:focus,
.hover\:bg-brands-identi-ca:hover {
  background: #789240;
}

.bg-brands-identi-ca-1 {
  background: #789240;
}

.active\:bg-brands-identi-ca-1:active,
.focus\:bg-brands-identi-ca-1:focus,
.hover\:bg-brands-identi-ca-1:hover {
  background: #789240;
}

.bg-brands-identi-ca-2 {
  background: #7d0100;
}

.active\:bg-brands-identi-ca-2:active,
.focus\:bg-brands-identi-ca-2:focus,
.hover\:bg-brands-identi-ca-2:hover {
  background: #7d0100;
}

.bg-brands-identi-ca-3 {
  background: #8baaff;
}

.active\:bg-brands-identi-ca-3:active,
.focus\:bg-brands-identi-ca-3:focus,
.hover\:bg-brands-identi-ca-3:hover {
  background: #8baaff;
}

.bg-brands-ifttt {
  background: #33ccff;
}

.active\:bg-brands-ifttt:active,
.focus\:bg-brands-ifttt:focus,
.hover\:bg-brands-ifttt:hover {
  background: #33ccff;
}

.bg-brands-ifttt-1 {
  background: #33ccff;
}

.active\:bg-brands-ifttt-1:active,
.focus\:bg-brands-ifttt-1:focus,
.hover\:bg-brands-ifttt-1:hover {
  background: #33ccff;
}

.bg-brands-ifttt-2 {
  background: #ff4400;
}

.active\:bg-brands-ifttt-2:active,
.focus\:bg-brands-ifttt-2:focus,
.hover\:bg-brands-ifttt-2:hover {
  background: #ff4400;
}

.bg-brands-ifttt-3 {
  background: #000000;
}

.active\:bg-brands-ifttt-3:active,
.focus\:bg-brands-ifttt-3:focus,
.hover\:bg-brands-ifttt-3:hover {
  background: #000000;
}

.bg-brands-iheartradio {
  background: #c6002b;
}

.active\:bg-brands-iheartradio:active,
.focus\:bg-brands-iheartradio:focus,
.hover\:bg-brands-iheartradio:hover {
  background: #c6002b;
}

.bg-brands-iheartradio-1 {
  background: #c6002b;
}

.active\:bg-brands-iheartradio-1:active,
.focus\:bg-brands-iheartradio-1:focus,
.hover\:bg-brands-iheartradio-1:hover {
  background: #c6002b;
}

.bg-brands-ikea {
  background: #ffcc00;
}

.active\:bg-brands-ikea:active,
.focus\:bg-brands-ikea:focus,
.hover\:bg-brands-ikea:hover {
  background: #ffcc00;
}

.bg-brands-ikea-1 {
  background: #ffcc00;
}

.active\:bg-brands-ikea-1:active,
.focus\:bg-brands-ikea-1:focus,
.hover\:bg-brands-ikea-1:hover {
  background: #ffcc00;
}

.bg-brands-ikea-2 {
  background: #003399;
}

.active\:bg-brands-ikea-2:active,
.focus\:bg-brands-ikea-2:focus,
.hover\:bg-brands-ikea-2:hover {
  background: #003399;
}

.bg-brands-imdb {
  background: #f5de50;
}

.active\:bg-brands-imdb:active,
.focus\:bg-brands-imdb:focus,
.hover\:bg-brands-imdb:hover {
  background: #f5de50;
}

.bg-brands-imdb-1 {
  background: #f5de50;
}

.active\:bg-brands-imdb-1:active,
.focus\:bg-brands-imdb-1:focus,
.hover\:bg-brands-imdb-1:hover {
  background: #f5de50;
}

.bg-brands-imgur {
  background: #85bf25;
}

.active\:bg-brands-imgur:active,
.focus\:bg-brands-imgur:focus,
.hover\:bg-brands-imgur:hover {
  background: #85bf25;
}

.bg-brands-imgur-1 {
  background: #85bf25;
}

.active\:bg-brands-imgur-1:active,
.focus\:bg-brands-imgur-1:focus,
.hover\:bg-brands-imgur-1:hover {
  background: #85bf25;
}

.bg-brands-indeed {
  background: #2164f4;
}

.active\:bg-brands-indeed:active,
.focus\:bg-brands-indeed:focus,
.hover\:bg-brands-indeed:hover {
  background: #2164f4;
}

.bg-brands-indeed-1 {
  background: #2164f4;
}

.active\:bg-brands-indeed-1:active,
.focus\:bg-brands-indeed-1:focus,
.hover\:bg-brands-indeed-1:hover {
  background: #2164f4;
}

.bg-brands-indeed-2 {
  background: #ff6600;
}

.active\:bg-brands-indeed-2:active,
.focus\:bg-brands-indeed-2:focus,
.hover\:bg-brands-indeed-2:hover {
  background: #ff6600;
}

.bg-brands-indiegogo {
  background: #eb1478;
}

.active\:bg-brands-indiegogo:active,
.focus\:bg-brands-indiegogo:focus,
.hover\:bg-brands-indiegogo:hover {
  background: #eb1478;
}

.bg-brands-indiegogo-1 {
  background: #eb1478;
}

.active\:bg-brands-indiegogo-1:active,
.focus\:bg-brands-indiegogo-1:focus,
.hover\:bg-brands-indiegogo-1:hover {
  background: #eb1478;
}

.bg-brands-ing {
  background: #ff6200;
}

.active\:bg-brands-ing:active,
.focus\:bg-brands-ing:focus,
.hover\:bg-brands-ing:hover {
  background: #ff6200;
}

.bg-brands-ing-1 {
  background: #ff6200;
}

.active\:bg-brands-ing-1:active,
.focus\:bg-brands-ing-1:focus,
.hover\:bg-brands-ing-1:hover {
  background: #ff6200;
}

.bg-brands-ing-2 {
  background: #000066;
}

.active\:bg-brands-ing-2:active,
.focus\:bg-brands-ing-2:focus,
.hover\:bg-brands-ing-2:hover {
  background: #000066;
}

.bg-brands-instacart {
  background: #60ab59;
}

.active\:bg-brands-instacart:active,
.focus\:bg-brands-instacart:focus,
.hover\:bg-brands-instacart:hover {
  background: #60ab59;
}

.bg-brands-instacart-1 {
  background: #60ab59;
}

.active\:bg-brands-instacart-1:active,
.focus\:bg-brands-instacart-1:focus,
.hover\:bg-brands-instacart-1:hover {
  background: #60ab59;
}

.bg-brands-instagram {
  background: #405de6;
}

.active\:bg-brands-instagram:active,
.focus\:bg-brands-instagram:focus,
.hover\:bg-brands-instagram:hover {
  background: #405de6;
}

.bg-brands-instagram-1 {
  background: #405de6;
}

.active\:bg-brands-instagram-1:active,
.focus\:bg-brands-instagram-1:focus,
.hover\:bg-brands-instagram-1:hover {
  background: #405de6;
}

.bg-brands-instagram-2 {
  background: #5851db;
}

.active\:bg-brands-instagram-2:active,
.focus\:bg-brands-instagram-2:focus,
.hover\:bg-brands-instagram-2:hover {
  background: #5851db;
}

.bg-brands-instagram-3 {
  background: #833ab4;
}

.active\:bg-brands-instagram-3:active,
.focus\:bg-brands-instagram-3:focus,
.hover\:bg-brands-instagram-3:hover {
  background: #833ab4;
}

.bg-brands-instagram-4 {
  background: #c13584;
}

.active\:bg-brands-instagram-4:active,
.focus\:bg-brands-instagram-4:focus,
.hover\:bg-brands-instagram-4:hover {
  background: #c13584;
}

.bg-brands-instagram-5 {
  background: #e1306c;
}

.active\:bg-brands-instagram-5:active,
.focus\:bg-brands-instagram-5:focus,
.hover\:bg-brands-instagram-5:hover {
  background: #e1306c;
}

.bg-brands-instagram-6 {
  background: #fd1d1d;
}

.active\:bg-brands-instagram-6:active,
.focus\:bg-brands-instagram-6:focus,
.hover\:bg-brands-instagram-6:hover {
  background: #fd1d1d;
}

.bg-brands-instagram-7 {
  background: #f56040;
}

.active\:bg-brands-instagram-7:active,
.focus\:bg-brands-instagram-7:focus,
.hover\:bg-brands-instagram-7:hover {
  background: #f56040;
}

.bg-brands-instagram-8 {
  background: #f77737;
}

.active\:bg-brands-instagram-8:active,
.focus\:bg-brands-instagram-8:focus,
.hover\:bg-brands-instagram-8:hover {
  background: #f77737;
}

.bg-brands-instagram-9 {
  background: #fcaf45;
}

.active\:bg-brands-instagram-9:active,
.focus\:bg-brands-instagram-9:focus,
.hover\:bg-brands-instagram-9:hover {
  background: #fcaf45;
}

.bg-brands-instagram-10 {
  background: #ffdc80;
}

.active\:bg-brands-instagram-10:active,
.focus\:bg-brands-instagram-10:focus,
.hover\:bg-brands-instagram-10:hover {
  background: #ffdc80;
}

.bg-brands-instapage {
  background: #0d1a2b;
}

.active\:bg-brands-instapage:active,
.focus\:bg-brands-instapage:focus,
.hover\:bg-brands-instapage:hover {
  background: #0d1a2b;
}

.bg-brands-instapage-1 {
  background: #0d1a2b;
}

.active\:bg-brands-instapage-1:active,
.focus\:bg-brands-instapage-1:focus,
.hover\:bg-brands-instapage-1:hover {
  background: #0d1a2b;
}

.bg-brands-instapage-2 {
  background: #1565c0;
}

.active\:bg-brands-instapage-2:active,
.focus\:bg-brands-instapage-2:focus,
.hover\:bg-brands-instapage-2:hover {
  background: #1565c0;
}

.bg-brands-instapage-3 {
  background: #1e88e5;
}

.active\:bg-brands-instapage-3:active,
.focus\:bg-brands-instapage-3:focus,
.hover\:bg-brands-instapage-3:hover {
  background: #1e88e5;
}

.bg-brands-instapage-4 {
  background: #bcced6;
}

.active\:bg-brands-instapage-4:active,
.focus\:bg-brands-instapage-4:focus,
.hover\:bg-brands-instapage-4:hover {
  background: #bcced6;
}

.bg-brands-instapage-5 {
  background: #f2f7f9;
}

.active\:bg-brands-instapage-5:active,
.focus\:bg-brands-instapage-5:focus,
.hover\:bg-brands-instapage-5:hover {
  background: #f2f7f9;
}

.bg-brands-instapaper {
  background: #000000;
}

.active\:bg-brands-instapaper:active,
.focus\:bg-brands-instapaper:focus,
.hover\:bg-brands-instapaper:hover {
  background: #000000;
}

.bg-brands-instapaper-1 {
  background: #000000;
}

.active\:bg-brands-instapaper-1:active,
.focus\:bg-brands-instapaper-1:focus,
.hover\:bg-brands-instapaper-1:hover {
  background: #000000;
}

.bg-brands-instapaper-2 {
  background: #428bca;
}

.active\:bg-brands-instapaper-2:active,
.focus\:bg-brands-instapaper-2:focus,
.hover\:bg-brands-instapaper-2:hover {
  background: #428bca;
}

.bg-brands-intel {
  background: #0f7dc2;
}

.active\:bg-brands-intel:active,
.focus\:bg-brands-intel:focus,
.hover\:bg-brands-intel:hover {
  background: #0f7dc2;
}

.bg-brands-intel-1 {
  background: #0f7dc2;
}

.active\:bg-brands-intel-1:active,
.focus\:bg-brands-intel-1:focus,
.hover\:bg-brands-intel-1:hover {
  background: #0f7dc2;
}

.bg-brands-internet-society {
  background: #0c1c2c;
}

.active\:bg-brands-internet-society:active,
.focus\:bg-brands-internet-society:focus,
.hover\:bg-brands-internet-society:hover {
  background: #0c1c2c;
}

.bg-brands-internet-society-1 {
  background: #0c1c2c;
}

.active\:bg-brands-internet-society-1:active,
.focus\:bg-brands-internet-society-1:focus,
.hover\:bg-brands-internet-society-1:hover {
  background: #0c1c2c;
}

.bg-brands-internet-society-2 {
  background: #3a82e4;
}

.active\:bg-brands-internet-society-2:active,
.focus\:bg-brands-internet-society-2:focus,
.hover\:bg-brands-internet-society-2:hover {
  background: #3a82e4;
}

.bg-brands-internet-society-3 {
  background: #40b2a4;
}

.active\:bg-brands-internet-society-3:active,
.focus\:bg-brands-internet-society-3:focus,
.hover\:bg-brands-internet-society-3:hover {
  background: #40b2a4;
}

.bg-brands-internet-society-4 {
  background: #eff2ec;
}

.active\:bg-brands-internet-society-4:active,
.focus\:bg-brands-internet-society-4:focus,
.hover\:bg-brands-internet-society-4:hover {
  background: #eff2ec;
}

.bg-brands-internet-society-5 {
  background: #dedad0;
}

.active\:bg-brands-internet-society-5:active,
.focus\:bg-brands-internet-society-5:focus,
.hover\:bg-brands-internet-society-5:hover {
  background: #dedad0;
}

.bg-brands-internet-society-6 {
  background: #d0e6da;
}

.active\:bg-brands-internet-society-6:active,
.focus\:bg-brands-internet-society-6:focus,
.hover\:bg-brands-internet-society-6:hover {
  background: #d0e6da;
}

.bg-brands-internet-society-7 {
  background: #085856;
}

.active\:bg-brands-internet-society-7:active,
.focus\:bg-brands-internet-society-7:focus,
.hover\:bg-brands-internet-society-7:hover {
  background: #085856;
}

.bg-brands-internet-society-8 {
  background: #24366e;
}

.active\:bg-brands-internet-society-8:active,
.focus\:bg-brands-internet-society-8:focus,
.hover\:bg-brands-internet-society-8:hover {
  background: #24366e;
}

.bg-brands-internet-society-9 {
  background: #143e50;
}

.active\:bg-brands-internet-society-9:active,
.focus\:bg-brands-internet-society-9:focus,
.hover\:bg-brands-internet-society-9:hover {
  background: #143e50;
}

.bg-brands-internet-society-10 {
  background: #7e245c;
}

.active\:bg-brands-internet-society-10:active,
.focus\:bg-brands-internet-society-10:focus,
.hover\:bg-brands-internet-society-10:hover {
  background: #7e245c;
}

.bg-brands-internet-society-11 {
  background: #d25238;
}

.active\:bg-brands-internet-society-11:active,
.focus\:bg-brands-internet-society-11:focus,
.hover\:bg-brands-internet-society-11:hover {
  background: #d25238;
}

.bg-brands-internet-society-12 {
  background: #eeca4a;
}

.active\:bg-brands-internet-society-12:active,
.focus\:bg-brands-internet-society-12:focus,
.hover\:bg-brands-internet-society-12:hover {
  background: #eeca4a;
}

.bg-brands-intuit {
  background: #365ebf;
}

.active\:bg-brands-intuit:active,
.focus\:bg-brands-intuit:focus,
.hover\:bg-brands-intuit:hover {
  background: #365ebf;
}

.bg-brands-intuit-1 {
  background: #365ebf;
}

.active\:bg-brands-intuit-1:active,
.focus\:bg-brands-intuit-1:focus,
.hover\:bg-brands-intuit-1:hover {
  background: #365ebf;
}

.bg-brands-invision {
  background: #ff3366;
}

.active\:bg-brands-invision:active,
.focus\:bg-brands-invision:focus,
.hover\:bg-brands-invision:hover {
  background: #ff3366;
}

.bg-brands-invision-1 {
  background: #ff3366;
}

.active\:bg-brands-invision-1:active,
.focus\:bg-brands-invision-1:focus,
.hover\:bg-brands-invision-1:hover {
  background: #ff3366;
}

.bg-brands-invision-2 {
  background: #252b33;
}

.active\:bg-brands-invision-2:active,
.focus\:bg-brands-invision-2:focus,
.hover\:bg-brands-invision-2:hover {
  background: #252b33;
}

.bg-brands-invision-3 {
  background: #2f7bbd;
}

.active\:bg-brands-invision-3:active,
.focus\:bg-brands-invision-3:focus,
.hover\:bg-brands-invision-3:hover {
  background: #2f7bbd;
}

.bg-brands-invision-4 {
  background: #323a45;
}

.active\:bg-brands-invision-4:active,
.focus\:bg-brands-invision-4:focus,
.hover\:bg-brands-invision-4:hover {
  background: #323a45;
}

.bg-brands-invision-5 {
  background: #8a959e;
}

.active\:bg-brands-invision-5:active,
.focus\:bg-brands-invision-5:focus,
.hover\:bg-brands-invision-5:hover {
  background: #8a959e;
}

.bg-brands-invision-6 {
  background: #d4d7da;
}

.active\:bg-brands-invision-6:active,
.focus\:bg-brands-invision-6:focus,
.hover\:bg-brands-invision-6:hover {
  background: #d4d7da;
}

.bg-brands-invision-7 {
  background: #e9ebec;
}

.active\:bg-brands-invision-7:active,
.focus\:bg-brands-invision-7:focus,
.hover\:bg-brands-invision-7:hover {
  background: #e9ebec;
}

.bg-brands-ios {
  background: #5fc9f8;
}

.active\:bg-brands-ios:active,
.focus\:bg-brands-ios:focus,
.hover\:bg-brands-ios:hover {
  background: #5fc9f8;
}

.bg-brands-ios-1 {
  background: #5fc9f8;
}

.active\:bg-brands-ios-1:active,
.focus\:bg-brands-ios-1:focus,
.hover\:bg-brands-ios-1:hover {
  background: #5fc9f8;
}

.bg-brands-ios-2 {
  background: #fecb2e;
}

.active\:bg-brands-ios-2:active,
.focus\:bg-brands-ios-2:focus,
.hover\:bg-brands-ios-2:hover {
  background: #fecb2e;
}

.bg-brands-ios-3 {
  background: #fd9426;
}

.active\:bg-brands-ios-3:active,
.focus\:bg-brands-ios-3:focus,
.hover\:bg-brands-ios-3:hover {
  background: #fd9426;
}

.bg-brands-ios-4 {
  background: #fc3158;
}

.active\:bg-brands-ios-4:active,
.focus\:bg-brands-ios-4:focus,
.hover\:bg-brands-ios-4:hover {
  background: #fc3158;
}

.bg-brands-ios-5 {
  background: #147efb;
}

.active\:bg-brands-ios-5:active,
.focus\:bg-brands-ios-5:focus,
.hover\:bg-brands-ios-5:hover {
  background: #147efb;
}

.bg-brands-ios-6 {
  background: #53d769;
}

.active\:bg-brands-ios-6:active,
.focus\:bg-brands-ios-6:focus,
.hover\:bg-brands-ios-6:hover {
  background: #53d769;
}

.bg-brands-ios-7 {
  background: #fc3d39;
}

.active\:bg-brands-ios-7:active,
.focus\:bg-brands-ios-7:focus,
.hover\:bg-brands-ios-7:hover {
  background: #fc3d39;
}

.bg-brands-ios-8 {
  background: #8e8e93;
}

.active\:bg-brands-ios-8:active,
.focus\:bg-brands-ios-8:focus,
.hover\:bg-brands-ios-8:hover {
  background: #8e8e93;
}

.bg-brands-israel-railways {
  background: #1e1f56;
}

.active\:bg-brands-israel-railways:active,
.focus\:bg-brands-israel-railways:focus,
.hover\:bg-brands-israel-railways:hover {
  background: #1e1f56;
}

.bg-brands-israel-railways-1 {
  background: #1e1f56;
}

.active\:bg-brands-israel-railways-1:active,
.focus\:bg-brands-israel-railways-1:focus,
.hover\:bg-brands-israel-railways-1:hover {
  background: #1e1f56;
}

.bg-brands-issuu {
  background: #f36d5d;
}

.active\:bg-brands-issuu:active,
.focus\:bg-brands-issuu:focus,
.hover\:bg-brands-issuu:hover {
  background: #f36d5d;
}

.bg-brands-issuu-1 {
  background: #f36d5d;
}

.active\:bg-brands-issuu-1:active,
.focus\:bg-brands-issuu-1:focus,
.hover\:bg-brands-issuu-1:hover {
  background: #f36d5d;
}

.bg-brands-istock {
  background: #fe423f;
}

.active\:bg-brands-istock:active,
.focus\:bg-brands-istock:focus,
.hover\:bg-brands-istock:hover {
  background: #fe423f;
}

.bg-brands-istock-1 {
  background: #fe423f;
}

.active\:bg-brands-istock-1:active,
.focus\:bg-brands-istock-1:focus,
.hover\:bg-brands-istock-1:hover {
  background: #fe423f;
}

.bg-brands-istock-2 {
  background: #02a388;
}

.active\:bg-brands-istock-2:active,
.focus\:bg-brands-istock-2:focus,
.hover\:bg-brands-istock-2:hover {
  background: #02a388;
}

.bg-brands-istock-3 {
  background: #0c0d0d;
}

.active\:bg-brands-istock-3:active,
.focus\:bg-brands-istock-3:focus,
.hover\:bg-brands-istock-3:hover {
  background: #0c0d0d;
}

.bg-brands-istock-4 {
  background: #e8eded;
}

.active\:bg-brands-istock-4:active,
.focus\:bg-brands-istock-4:focus,
.hover\:bg-brands-istock-4:hover {
  background: #e8eded;
}

.bg-brands-istock-5 {
  background: #dce1e1;
}

.active\:bg-brands-istock-5:active,
.focus\:bg-brands-istock-5:focus,
.hover\:bg-brands-istock-5:hover {
  background: #dce1e1;
}

.bg-brands-javascript {
  background: #f7df1e;
}

.active\:bg-brands-javascript:active,
.focus\:bg-brands-javascript:focus,
.hover\:bg-brands-javascript:hover {
  background: #f7df1e;
}

.bg-brands-javascript-1 {
  background: #f7df1e;
}

.active\:bg-brands-javascript-1:active,
.focus\:bg-brands-javascript-1:focus,
.hover\:bg-brands-javascript-1:hover {
  background: #f7df1e;
}

.bg-brands-jawbone {
  background: #000000;
}

.active\:bg-brands-jawbone:active,
.focus\:bg-brands-jawbone:focus,
.hover\:bg-brands-jawbone:hover {
  background: #000000;
}

.bg-brands-jawbone-1 {
  background: #000000;
}

.active\:bg-brands-jawbone-1:active,
.focus\:bg-brands-jawbone-1:focus,
.hover\:bg-brands-jawbone-1:hover {
  background: #000000;
}

.bg-brands-jbl {
  background: #ff6600;
}

.active\:bg-brands-jbl:active,
.focus\:bg-brands-jbl:focus,
.hover\:bg-brands-jbl:hover {
  background: #ff6600;
}

.bg-brands-jbl-1 {
  background: #ff6600;
}

.active\:bg-brands-jbl-1:active,
.focus\:bg-brands-jbl-1:focus,
.hover\:bg-brands-jbl-1:hover {
  background: #ff6600;
}

.bg-brands-jetpack {
  background: #669c34;
}

.active\:bg-brands-jetpack:active,
.focus\:bg-brands-jetpack:focus,
.hover\:bg-brands-jetpack:hover {
  background: #669c34;
}

.bg-brands-jetpack-1 {
  background: #669c34;
}

.active\:bg-brands-jetpack-1:active,
.focus\:bg-brands-jetpack-1:focus,
.hover\:bg-brands-jetpack-1:hover {
  background: #669c34;
}

.bg-brands-jetpack-2 {
  background: #72af3a;
}

.active\:bg-brands-jetpack-2:active,
.focus\:bg-brands-jetpack-2:focus,
.hover\:bg-brands-jetpack-2:hover {
  background: #72af3a;
}

.bg-brands-joomla {
  background: #f44321;
}

.active\:bg-brands-joomla:active,
.focus\:bg-brands-joomla:focus,
.hover\:bg-brands-joomla:hover {
  background: #f44321;
}

.bg-brands-joomla-1 {
  background: #f44321;
}

.active\:bg-brands-joomla-1:active,
.focus\:bg-brands-joomla-1:focus,
.hover\:bg-brands-joomla-1:hover {
  background: #f44321;
}

.bg-brands-joomla-2 {
  background: #5091cd;
}

.active\:bg-brands-joomla-2:active,
.focus\:bg-brands-joomla-2:focus,
.hover\:bg-brands-joomla-2:hover {
  background: #5091cd;
}

.bg-brands-joomla-3 {
  background: #f9a541;
}

.active\:bg-brands-joomla-3:active,
.focus\:bg-brands-joomla-3:focus,
.hover\:bg-brands-joomla-3:hover {
  background: #f9a541;
}

.bg-brands-joomla-4 {
  background: #7ac143;
}

.active\:bg-brands-joomla-4:active,
.focus\:bg-brands-joomla-4:focus,
.hover\:bg-brands-joomla-4:hover {
  background: #7ac143;
}

.bg-brands-joyent {
  background: #ff6600;
}

.active\:bg-brands-joyent:active,
.focus\:bg-brands-joyent:focus,
.hover\:bg-brands-joyent:hover {
  background: #ff6600;
}

.bg-brands-joyent-1 {
  background: #ff6600;
}

.active\:bg-brands-joyent-1:active,
.focus\:bg-brands-joyent-1:focus,
.hover\:bg-brands-joyent-1:hover {
  background: #ff6600;
}

.bg-brands-jquery {
  background: #0769ad;
}

.active\:bg-brands-jquery:active,
.focus\:bg-brands-jquery:focus,
.hover\:bg-brands-jquery:hover {
  background: #0769ad;
}

.bg-brands-jquery-1 {
  background: #0769ad;
}

.active\:bg-brands-jquery-1:active,
.focus\:bg-brands-jquery-1:focus,
.hover\:bg-brands-jquery-1:hover {
  background: #0769ad;
}

.bg-brands-jquery-2 {
  background: #7acef4;
}

.active\:bg-brands-jquery-2:active,
.focus\:bg-brands-jquery-2:focus,
.hover\:bg-brands-jquery-2:hover {
  background: #7acef4;
}

.bg-brands-kaspersky-lab {
  background: #006c54;
}

.active\:bg-brands-kaspersky-lab:active,
.focus\:bg-brands-kaspersky-lab:focus,
.hover\:bg-brands-kaspersky-lab:hover {
  background: #006c54;
}

.bg-brands-kaspersky-lab-1 {
  background: #006c54;
}

.active\:bg-brands-kaspersky-lab-1:active,
.focus\:bg-brands-kaspersky-lab-1:focus,
.hover\:bg-brands-kaspersky-lab-1:hover {
  background: #006c54;
}

.bg-brands-kaspersky-lab-2 {
  background: #d52a1d;
}

.active\:bg-brands-kaspersky-lab-2:active,
.focus\:bg-brands-kaspersky-lab-2:focus,
.hover\:bg-brands-kaspersky-lab-2:hover {
  background: #d52a1d;
}

.bg-brands-keeeb {
  background: #00a9c0;
}

.active\:bg-brands-keeeb:active,
.focus\:bg-brands-keeeb:focus,
.hover\:bg-brands-keeeb:hover {
  background: #00a9c0;
}

.bg-brands-keeeb-1 {
  background: #00a9c0;
}

.active\:bg-brands-keeeb-1:active,
.focus\:bg-brands-keeeb-1:focus,
.hover\:bg-brands-keeeb-1:hover {
  background: #00a9c0;
}

.bg-brands-khan-academy {
  background: #9cb443;
}

.active\:bg-brands-khan-academy:active,
.focus\:bg-brands-khan-academy:focus,
.hover\:bg-brands-khan-academy:hover {
  background: #9cb443;
}

.bg-brands-khan-academy-1 {
  background: #9cb443;
}

.active\:bg-brands-khan-academy-1:active,
.focus\:bg-brands-khan-academy-1:focus,
.hover\:bg-brands-khan-academy-1:hover {
  background: #9cb443;
}

.bg-brands-khan-academy-2 {
  background: #242f3a;
}

.active\:bg-brands-khan-academy-2:active,
.focus\:bg-brands-khan-academy-2:focus,
.hover\:bg-brands-khan-academy-2:hover {
  background: #242f3a;
}

.bg-brands-kia {
  background: #c21a30;
}

.active\:bg-brands-kia:active,
.focus\:bg-brands-kia:focus,
.hover\:bg-brands-kia:hover {
  background: #c21a30;
}

.bg-brands-kia-1 {
  background: #c21a30;
}

.active\:bg-brands-kia-1:active,
.focus\:bg-brands-kia-1:focus,
.hover\:bg-brands-kia-1:hover {
  background: #c21a30;
}

.bg-brands-kickstarter {
  background: #2bde73;
}

.active\:bg-brands-kickstarter:active,
.focus\:bg-brands-kickstarter:focus,
.hover\:bg-brands-kickstarter:hover {
  background: #2bde73;
}

.bg-brands-kickstarter-1 {
  background: #2bde73;
}

.active\:bg-brands-kickstarter-1:active,
.focus\:bg-brands-kickstarter-1:focus,
.hover\:bg-brands-kickstarter-1:hover {
  background: #2bde73;
}

.bg-brands-kickstarter-2 {
  background: #0f2105;
}

.active\:bg-brands-kickstarter-2:active,
.focus\:bg-brands-kickstarter-2:focus,
.hover\:bg-brands-kickstarter-2:hover {
  background: #0f2105;
}

.bg-brands-kik {
  background: #82bc23;
}

.active\:bg-brands-kik:active,
.focus\:bg-brands-kik:focus,
.hover\:bg-brands-kik:hover {
  background: #82bc23;
}

.bg-brands-kik-1 {
  background: #82bc23;
}

.active\:bg-brands-kik-1:active,
.focus\:bg-brands-kik-1:focus,
.hover\:bg-brands-kik-1:hover {
  background: #82bc23;
}

.bg-brands-kik-2 {
  background: #3db4e7;
}

.active\:bg-brands-kik-2:active,
.focus\:bg-brands-kik-2:focus,
.hover\:bg-brands-kik-2:hover {
  background: #3db4e7;
}

.bg-brands-kippt {
  background: #d51007;
}

.active\:bg-brands-kippt:active,
.focus\:bg-brands-kippt:focus,
.hover\:bg-brands-kippt:hover {
  background: #d51007;
}

.bg-brands-kippt-1 {
  background: #d51007;
}

.active\:bg-brands-kippt-1:active,
.focus\:bg-brands-kippt-1:focus,
.hover\:bg-brands-kippt-1:hover {
  background: #d51007;
}

.bg-brands-kitkat {
  background: #d70021;
}

.active\:bg-brands-kitkat:active,
.focus\:bg-brands-kitkat:focus,
.hover\:bg-brands-kitkat:hover {
  background: #d70021;
}

.bg-brands-kitkat-1 {
  background: #d70021;
}

.active\:bg-brands-kitkat-1:active,
.focus\:bg-brands-kitkat-1:focus,
.hover\:bg-brands-kitkat-1:hover {
  background: #d70021;
}

.bg-brands-kiva {
  background: #63a541;
}

.active\:bg-brands-kiva:active,
.focus\:bg-brands-kiva:focus,
.hover\:bg-brands-kiva:hover {
  background: #63a541;
}

.bg-brands-kiva-1 {
  background: #63a541;
}

.active\:bg-brands-kiva-1:active,
.focus\:bg-brands-kiva-1:focus,
.hover\:bg-brands-kiva-1:hover {
  background: #63a541;
}

.bg-brands-kiva-2 {
  background: #236133;
}

.active\:bg-brands-kiva-2:active,
.focus\:bg-brands-kiva-2:focus,
.hover\:bg-brands-kiva-2:hover {
  background: #236133;
}

.bg-brands-kiva-3 {
  background: #26b6e8;
}

.active\:bg-brands-kiva-3:active,
.focus\:bg-brands-kiva-3:focus,
.hover\:bg-brands-kiva-3:hover {
  background: #26b6e8;
}

.bg-brands-kiwipay {
  background: #00b0df;
}

.active\:bg-brands-kiwipay:active,
.focus\:bg-brands-kiwipay:focus,
.hover\:bg-brands-kiwipay:hover {
  background: #00b0df;
}

.bg-brands-kiwipay-1 {
  background: #00b0df;
}

.active\:bg-brands-kiwipay-1:active,
.focus\:bg-brands-kiwipay-1:focus,
.hover\:bg-brands-kiwipay-1:hover {
  background: #00b0df;
}

.bg-brands-klm {
  background: #00a1e4;
}

.active\:bg-brands-klm:active,
.focus\:bg-brands-klm:focus,
.hover\:bg-brands-klm:hover {
  background: #00a1e4;
}

.bg-brands-klm-1 {
  background: #00a1e4;
}

.active\:bg-brands-klm-1:active,
.focus\:bg-brands-klm-1:focus,
.hover\:bg-brands-klm-1:hover {
  background: #00a1e4;
}

.bg-brands-knight-foundation {
  background: #000000;
}

.active\:bg-brands-knight-foundation:active,
.focus\:bg-brands-knight-foundation:focus,
.hover\:bg-brands-knight-foundation:hover {
  background: #000000;
}

.bg-brands-knight-foundation-1 {
  background: #000000;
}

.active\:bg-brands-knight-foundation-1:active,
.focus\:bg-brands-knight-foundation-1:focus,
.hover\:bg-brands-knight-foundation-1:hover {
  background: #000000;
}

.bg-brands-knight-foundation-2 {
  background: #03cce6;
}

.active\:bg-brands-knight-foundation-2:active,
.focus\:bg-brands-knight-foundation-2:focus,
.hover\:bg-brands-knight-foundation-2:hover {
  background: #03cce6;
}

.bg-brands-knight-foundation-3 {
  background: #29c876;
}

.active\:bg-brands-knight-foundation-3:active,
.focus\:bg-brands-knight-foundation-3:focus,
.hover\:bg-brands-knight-foundation-3:hover {
  background: #29c876;
}

.bg-brands-knight-foundation-4 {
  background: #ff4081;
}

.active\:bg-brands-knight-foundation-4:active,
.focus\:bg-brands-knight-foundation-4:focus,
.hover\:bg-brands-knight-foundation-4:hover {
  background: #ff4081;
}

.bg-brands-knight-foundation-5 {
  background: #fdce2e;
}

.active\:bg-brands-knight-foundation-5:active,
.focus\:bg-brands-knight-foundation-5:focus,
.hover\:bg-brands-knight-foundation-5:hover {
  background: #fdce2e;
}

.bg-brands-knight-foundation-6 {
  background: #f5f4f2;
}

.active\:bg-brands-knight-foundation-6:active,
.focus\:bg-brands-knight-foundation-6:focus,
.hover\:bg-brands-knight-foundation-6:hover {
  background: #f5f4f2;
}

.bg-brands-knight-foundation-7 {
  background: #cccccc;
}

.active\:bg-brands-knight-foundation-7:active,
.focus\:bg-brands-knight-foundation-7:focus,
.hover\:bg-brands-knight-foundation-7:hover {
  background: #cccccc;
}

.bg-brands-knight-foundation-8 {
  background: #666666;
}

.active\:bg-brands-knight-foundation-8:active,
.focus\:bg-brands-knight-foundation-8:focus,
.hover\:bg-brands-knight-foundation-8:hover {
  background: #666666;
}

.bg-brands-knight-foundation-9 {
  background: #ff3939;
}

.active\:bg-brands-knight-foundation-9:active,
.focus\:bg-brands-knight-foundation-9:focus,
.hover\:bg-brands-knight-foundation-9:hover {
  background: #ff3939;
}

.bg-brands-lamborghini {
  background: #ddb321;
}

.active\:bg-brands-lamborghini:active,
.focus\:bg-brands-lamborghini:focus,
.hover\:bg-brands-lamborghini:hover {
  background: #ddb321;
}

.bg-brands-lamborghini-1 {
  background: #ddb321;
}

.active\:bg-brands-lamborghini-1:active,
.focus\:bg-brands-lamborghini-1:focus,
.hover\:bg-brands-lamborghini-1:hover {
  background: #ddb321;
}

.bg-brands-laravel {
  background: #f55247;
}

.active\:bg-brands-laravel:active,
.focus\:bg-brands-laravel:focus,
.hover\:bg-brands-laravel:hover {
  background: #f55247;
}

.bg-brands-laravel-1 {
  background: #f55247;
}

.active\:bg-brands-laravel-1:active,
.focus\:bg-brands-laravel-1:focus,
.hover\:bg-brands-laravel-1:hover {
  background: #f55247;
}

.bg-brands-lastfm {
  background: #d51007;
}

.active\:bg-brands-lastfm:active,
.focus\:bg-brands-lastfm:focus,
.hover\:bg-brands-lastfm:hover {
  background: #d51007;
}

.bg-brands-lastfm-1 {
  background: #d51007;
}

.active\:bg-brands-lastfm-1:active,
.focus\:bg-brands-lastfm-1:focus,
.hover\:bg-brands-lastfm-1:hover {
  background: #d51007;
}

.bg-brands-lastpass {
  background: #d32d27;
}

.active\:bg-brands-lastpass:active,
.focus\:bg-brands-lastpass:focus,
.hover\:bg-brands-lastpass:hover {
  background: #d32d27;
}

.bg-brands-lastpass-1 {
  background: #d32d27;
}

.active\:bg-brands-lastpass-1:active,
.focus\:bg-brands-lastpass-1:focus,
.hover\:bg-brands-lastpass-1:hover {
  background: #d32d27;
}

.bg-brands-lastpass-2 {
  background: #af0809;
}

.active\:bg-brands-lastpass-2:active,
.focus\:bg-brands-lastpass-2:focus,
.hover\:bg-brands-lastpass-2:hover {
  background: #af0809;
}

.bg-brands-lastpass-3 {
  background: #000000;
}

.active\:bg-brands-lastpass-3:active,
.focus\:bg-brands-lastpass-3:focus,
.hover\:bg-brands-lastpass-3:hover {
  background: #000000;
}

.bg-brands-lastpass-4 {
  background: #0c2340;
}

.active\:bg-brands-lastpass-4:active,
.focus\:bg-brands-lastpass-4:focus,
.hover\:bg-brands-lastpass-4:hover {
  background: #0c2340;
}

.bg-brands-lastpass-5 {
  background: #00a3e0;
}

.active\:bg-brands-lastpass-5:active,
.focus\:bg-brands-lastpass-5:focus,
.hover\:bg-brands-lastpass-5:hover {
  background: #00a3e0;
}

.bg-brands-lastpass-6 {
  background: #ede04b;
}

.active\:bg-brands-lastpass-6:active,
.focus\:bg-brands-lastpass-6:focus,
.hover\:bg-brands-lastpass-6:hover {
  background: #ede04b;
}

.bg-brands-lastpass-7 {
  background: #333f48;
}

.active\:bg-brands-lastpass-7:active,
.focus\:bg-brands-lastpass-7:focus,
.hover\:bg-brands-lastpass-7:hover {
  background: #333f48;
}

.bg-brands-lastpass-8 {
  background: #d9e1e2;
}

.active\:bg-brands-lastpass-8:active,
.focus\:bg-brands-lastpass-8:focus,
.hover\:bg-brands-lastpass-8:hover {
  background: #d9e1e2;
}

.bg-brands-lego {
  background: #f6ec35;
}

.active\:bg-brands-lego:active,
.focus\:bg-brands-lego:focus,
.hover\:bg-brands-lego:hover {
  background: #f6ec35;
}

.bg-brands-lego-1 {
  background: #f6ec35;
}

.active\:bg-brands-lego-1:active,
.focus\:bg-brands-lego-1:focus,
.hover\:bg-brands-lego-1:hover {
  background: #f6ec35;
}

.bg-brands-lego-2 {
  background: #d11013;
}

.active\:bg-brands-lego-2:active,
.focus\:bg-brands-lego-2:focus,
.hover\:bg-brands-lego-2:hover {
  background: #d11013;
}

.bg-brands-lego-3 {
  background: #000000;
}

.active\:bg-brands-lego-3:active,
.focus\:bg-brands-lego-3:focus,
.hover\:bg-brands-lego-3:hover {
  background: #000000;
}

.bg-brands-line {
  background: #00c300;
}

.active\:bg-brands-line:active,
.focus\:bg-brands-line:focus,
.hover\:bg-brands-line:hover {
  background: #00c300;
}

.bg-brands-line-1 {
  background: #00c300;
}

.active\:bg-brands-line-1:active,
.focus\:bg-brands-line-1:focus,
.hover\:bg-brands-line-1:hover {
  background: #00c300;
}

.bg-brands-linkedin {
  background: #0077b5;
}

.active\:bg-brands-linkedin:active,
.focus\:bg-brands-linkedin:focus,
.hover\:bg-brands-linkedin:hover {
  background: #0077b5;
}

.bg-brands-linkedin-1 {
  background: #0077b5;
}

.active\:bg-brands-linkedin-1:active,
.focus\:bg-brands-linkedin-1:focus,
.hover\:bg-brands-linkedin-1:hover {
  background: #0077b5;
}

.bg-brands-linkedin-2 {
  background: #000000;
}

.active\:bg-brands-linkedin-2:active,
.focus\:bg-brands-linkedin-2:focus,
.hover\:bg-brands-linkedin-2:hover {
  background: #000000;
}

.bg-brands-linkedin-3 {
  background: #313335;
}

.active\:bg-brands-linkedin-3:active,
.focus\:bg-brands-linkedin-3:focus,
.hover\:bg-brands-linkedin-3:hover {
  background: #313335;
}

.bg-brands-linkedin-4 {
  background: #86888a;
}

.active\:bg-brands-linkedin-4:active,
.focus\:bg-brands-linkedin-4:focus,
.hover\:bg-brands-linkedin-4:hover {
  background: #86888a;
}

.bg-brands-linkedin-5 {
  background: #caccce;
}

.active\:bg-brands-linkedin-5:active,
.focus\:bg-brands-linkedin-5:focus,
.hover\:bg-brands-linkedin-5:hover {
  background: #caccce;
}

.bg-brands-linkedin-6 {
  background: #00a0dc;
}

.active\:bg-brands-linkedin-6:active,
.focus\:bg-brands-linkedin-6:focus,
.hover\:bg-brands-linkedin-6:hover {
  background: #00a0dc;
}

.bg-brands-linkedin-7 {
  background: #8d6cab;
}

.active\:bg-brands-linkedin-7:active,
.focus\:bg-brands-linkedin-7:focus,
.hover\:bg-brands-linkedin-7:hover {
  background: #8d6cab;
}

.bg-brands-linkedin-8 {
  background: #dd5143;
}

.active\:bg-brands-linkedin-8:active,
.focus\:bg-brands-linkedin-8:focus,
.hover\:bg-brands-linkedin-8:hover {
  background: #dd5143;
}

.bg-brands-linkedin-9 {
  background: #e68523;
}

.active\:bg-brands-linkedin-9:active,
.focus\:bg-brands-linkedin-9:focus,
.hover\:bg-brands-linkedin-9:hover {
  background: #e68523;
}

.bg-brands-livestream {
  background: #cf202e;
}

.active\:bg-brands-livestream:active,
.focus\:bg-brands-livestream:focus,
.hover\:bg-brands-livestream:hover {
  background: #cf202e;
}

.bg-brands-livestream-1 {
  background: #cf202e;
}

.active\:bg-brands-livestream-1:active,
.focus\:bg-brands-livestream-1:focus,
.hover\:bg-brands-livestream-1:hover {
  background: #cf202e;
}

.bg-brands-livestream-2 {
  background: #232121;
}

.active\:bg-brands-livestream-2:active,
.focus\:bg-brands-livestream-2:focus,
.hover\:bg-brands-livestream-2:hover {
  background: #232121;
}

.bg-brands-livestream-3 {
  background: #f78822;
}

.active\:bg-brands-livestream-3:active,
.focus\:bg-brands-livestream-3:focus,
.hover\:bg-brands-livestream-3:hover {
  background: #f78822;
}

.bg-brands-livestream-4 {
  background: #f6db35;
}

.active\:bg-brands-livestream-4:active,
.focus\:bg-brands-livestream-4:focus,
.hover\:bg-brands-livestream-4:hover {
  background: #f6db35;
}

.bg-brands-livestream-5 {
  background: #6dc067;
}

.active\:bg-brands-livestream-5:active,
.focus\:bg-brands-livestream-5:focus,
.hover\:bg-brands-livestream-5:hover {
  background: #6dc067;
}

.bg-brands-livestream-6 {
  background: #4185be;
}

.active\:bg-brands-livestream-6:active,
.focus\:bg-brands-livestream-6:focus,
.hover\:bg-brands-livestream-6:hover {
  background: #4185be;
}

.bg-brands-livestream-7 {
  background: #8f499c;
}

.active\:bg-brands-livestream-7:active,
.focus\:bg-brands-livestream-7:focus,
.hover\:bg-brands-livestream-7:hover {
  background: #8f499c;
}

.bg-brands-lloyds {
  background: #d81f2a;
}

.active\:bg-brands-lloyds:active,
.focus\:bg-brands-lloyds:focus,
.hover\:bg-brands-lloyds:hover {
  background: #d81f2a;
}

.bg-brands-lloyds-1 {
  background: #d81f2a;
}

.active\:bg-brands-lloyds-1:active,
.focus\:bg-brands-lloyds-1:focus,
.hover\:bg-brands-lloyds-1:hover {
  background: #d81f2a;
}

.bg-brands-lloyds-2 {
  background: #ff9900;
}

.active\:bg-brands-lloyds-2:active,
.focus\:bg-brands-lloyds-2:focus,
.hover\:bg-brands-lloyds-2:hover {
  background: #ff9900;
}

.bg-brands-lloyds-3 {
  background: #e0d86e;
}

.active\:bg-brands-lloyds-3:active,
.focus\:bg-brands-lloyds-3:focus,
.hover\:bg-brands-lloyds-3:hover {
  background: #e0d86e;
}

.bg-brands-lloyds-4 {
  background: #9ea900;
}

.active\:bg-brands-lloyds-4:active,
.focus\:bg-brands-lloyds-4:focus,
.hover\:bg-brands-lloyds-4:hover {
  background: #9ea900;
}

.bg-brands-lloyds-5 {
  background: #6ec9e0;
}

.active\:bg-brands-lloyds-5:active,
.focus\:bg-brands-lloyds-5:focus,
.hover\:bg-brands-lloyds-5:hover {
  background: #6ec9e0;
}

.bg-brands-lloyds-6 {
  background: #007ea3;
}

.active\:bg-brands-lloyds-6:active,
.focus\:bg-brands-lloyds-6:focus,
.hover\:bg-brands-lloyds-6:hover {
  background: #007ea3;
}

.bg-brands-lloyds-7 {
  background: #9e4770;
}

.active\:bg-brands-lloyds-7:active,
.focus\:bg-brands-lloyds-7:focus,
.hover\:bg-brands-lloyds-7:hover {
  background: #9e4770;
}

.bg-brands-lloyds-8 {
  background: #631d76;
}

.active\:bg-brands-lloyds-8:active,
.focus\:bg-brands-lloyds-8:focus,
.hover\:bg-brands-lloyds-8:hover {
  background: #631d76;
}

.bg-brands-lloyds-9 {
  background: #1e1e1e;
}

.active\:bg-brands-lloyds-9:active,
.focus\:bg-brands-lloyds-9:focus,
.hover\:bg-brands-lloyds-9:hover {
  background: #1e1e1e;
}

.bg-brands-localbitcoins-com {
  background: #006fbf;
}

.active\:bg-brands-localbitcoins-com:active,
.focus\:bg-brands-localbitcoins-com:focus,
.hover\:bg-brands-localbitcoins-com:hover {
  background: #006fbf;
}

.bg-brands-localbitcoins-com-1 {
  background: #006fbf;
}

.active\:bg-brands-localbitcoins-com-1:active,
.focus\:bg-brands-localbitcoins-com-1:focus,
.hover\:bg-brands-localbitcoins-com-1:hover {
  background: #006fbf;
}

.bg-brands-localbitcoins-com-2 {
  background: #ff7b00;
}

.active\:bg-brands-localbitcoins-com-2:active,
.focus\:bg-brands-localbitcoins-com-2:focus,
.hover\:bg-brands-localbitcoins-com-2:hover {
  background: #ff7b00;
}

.bg-brands-login-radius {
  background: #008ecf;
}

.active\:bg-brands-login-radius:active,
.focus\:bg-brands-login-radius:focus,
.hover\:bg-brands-login-radius:hover {
  background: #008ecf;
}

.bg-brands-login-radius-1 {
  background: #008ecf;
}

.active\:bg-brands-login-radius-1:active,
.focus\:bg-brands-login-radius-1:focus,
.hover\:bg-brands-login-radius-1:hover {
  background: #008ecf;
}

.bg-brands-login-radius-2 {
  background: #09263c;
}

.active\:bg-brands-login-radius-2:active,
.focus\:bg-brands-login-radius-2:focus,
.hover\:bg-brands-login-radius-2:hover {
  background: #09263c;
}

.bg-brands-login-radius-3 {
  background: #020b13;
}

.active\:bg-brands-login-radius-3:active,
.focus\:bg-brands-login-radius-3:focus,
.hover\:bg-brands-login-radius-3:hover {
  background: #020b13;
}

.bg-brands-login-radius-4 {
  background: #e3f1f8;
}

.active\:bg-brands-login-radius-4:active,
.focus\:bg-brands-login-radius-4:focus,
.hover\:bg-brands-login-radius-4:hover {
  background: #e3f1f8;
}

.bg-brands-login-radius-5 {
  background: #073857;
}

.active\:bg-brands-login-radius-5:active,
.focus\:bg-brands-login-radius-5:focus,
.hover\:bg-brands-login-radius-5:hover {
  background: #073857;
}

.bg-brands-lomo {
  background: #eb0028;
}

.active\:bg-brands-lomo:active,
.focus\:bg-brands-lomo:focus,
.hover\:bg-brands-lomo:hover {
  background: #eb0028;
}

.bg-brands-lomo-1 {
  background: #eb0028;
}

.active\:bg-brands-lomo-1:active,
.focus\:bg-brands-lomo-1:focus,
.hover\:bg-brands-lomo-1:hover {
  background: #eb0028;
}

.bg-brands-lomo-2 {
  background: #00a0df;
}

.active\:bg-brands-lomo-2:active,
.focus\:bg-brands-lomo-2:focus,
.hover\:bg-brands-lomo-2:hover {
  background: #00a0df;
}

.bg-brands-london-underground {
  background: #000099;
}

.active\:bg-brands-london-underground:active,
.focus\:bg-brands-london-underground:focus,
.hover\:bg-brands-london-underground:hover {
  background: #000099;
}

.bg-brands-london-underground-1 {
  background: #000099;
}

.active\:bg-brands-london-underground-1:active,
.focus\:bg-brands-london-underground-1:focus,
.hover\:bg-brands-london-underground-1:hover {
  background: #000099;
}

.bg-brands-london-underground-2 {
  background: #cc3333;
}

.active\:bg-brands-london-underground-2:active,
.focus\:bg-brands-london-underground-2:focus,
.hover\:bg-brands-london-underground-2:hover {
  background: #cc3333;
}

.bg-brands-lowes {
  background: #004990;
}

.active\:bg-brands-lowes:active,
.focus\:bg-brands-lowes:focus,
.hover\:bg-brands-lowes:hover {
  background: #004990;
}

.bg-brands-lowes-1 {
  background: #004990;
}

.active\:bg-brands-lowes-1:active,
.focus\:bg-brands-lowes-1:focus,
.hover\:bg-brands-lowes-1:hover {
  background: #004990;
}

.bg-brands-lowes-2 {
  background: #15b6e5;
}

.active\:bg-brands-lowes-2:active,
.focus\:bg-brands-lowes-2:focus,
.hover\:bg-brands-lowes-2:hover {
  background: #15b6e5;
}

.bg-brands-lumo {
  background: #576396;
}

.active\:bg-brands-lumo:active,
.focus\:bg-brands-lumo:focus,
.hover\:bg-brands-lumo:hover {
  background: #576396;
}

.bg-brands-lumo-1 {
  background: #576396;
}

.active\:bg-brands-lumo-1:active,
.focus\:bg-brands-lumo-1:focus,
.hover\:bg-brands-lumo-1:hover {
  background: #576396;
}

.bg-brands-lyft {
  background: #ff00bf;
}

.active\:bg-brands-lyft:active,
.focus\:bg-brands-lyft:focus,
.hover\:bg-brands-lyft:hover {
  background: #ff00bf;
}

.bg-brands-lyft-1 {
  background: #ff00bf;
}

.active\:bg-brands-lyft-1:active,
.focus\:bg-brands-lyft-1:focus,
.hover\:bg-brands-lyft-1:hover {
  background: #ff00bf;
}

.bg-brands-lyft-2 {
  background: #352384;
}

.active\:bg-brands-lyft-2:active,
.focus\:bg-brands-lyft-2:focus,
.hover\:bg-brands-lyft-2:hover {
  background: #352384;
}

.bg-brands-lyft-3 {
  background: #333447;
}

.active\:bg-brands-lyft-3:active,
.focus\:bg-brands-lyft-3:focus,
.hover\:bg-brands-lyft-3:hover {
  background: #333447;
}

.bg-brands-lyft-4 {
  background: #f3f3f5;
}

.active\:bg-brands-lyft-4:active,
.focus\:bg-brands-lyft-4:focus,
.hover\:bg-brands-lyft-4:hover {
  background: #f3f3f5;
}

.bg-brands-magento {
  background: #f46f25;
}

.active\:bg-brands-magento:active,
.focus\:bg-brands-magento:focus,
.hover\:bg-brands-magento:hover {
  background: #f46f25;
}

.bg-brands-magento-1 {
  background: #f46f25;
}

.active\:bg-brands-magento-1:active,
.focus\:bg-brands-magento-1:focus,
.hover\:bg-brands-magento-1:hover {
  background: #f46f25;
}

.bg-brands-mail-ru {
  background: #168de2;
}

.active\:bg-brands-mail-ru:active,
.focus\:bg-brands-mail-ru:focus,
.hover\:bg-brands-mail-ru:hover {
  background: #168de2;
}

.bg-brands-mail-ru-1 {
  background: #168de2;
}

.active\:bg-brands-mail-ru-1:active,
.focus\:bg-brands-mail-ru-1:focus,
.hover\:bg-brands-mail-ru-1:hover {
  background: #168de2;
}

.bg-brands-mail-ru-2 {
  background: #ffa930;
}

.active\:bg-brands-mail-ru-2:active,
.focus\:bg-brands-mail-ru-2:focus,
.hover\:bg-brands-mail-ru-2:hover {
  background: #ffa930;
}

.bg-brands-mailchimp {
  background: #239ab9;
}

.active\:bg-brands-mailchimp:active,
.focus\:bg-brands-mailchimp:focus,
.hover\:bg-brands-mailchimp:hover {
  background: #239ab9;
}

.bg-brands-mailchimp-1 {
  background: #239ab9;
}

.active\:bg-brands-mailchimp-1:active,
.focus\:bg-brands-mailchimp-1:focus,
.hover\:bg-brands-mailchimp-1:hover {
  background: #239ab9;
}

.bg-brands-mailchimp-2 {
  background: #52bad5;
}

.active\:bg-brands-mailchimp-2:active,
.focus\:bg-brands-mailchimp-2:focus,
.hover\:bg-brands-mailchimp-2:hover {
  background: #52bad5;
}

.bg-brands-mailchimp-3 {
  background: #6dc5dc;
}

.active\:bg-brands-mailchimp-3:active,
.focus\:bg-brands-mailchimp-3:focus,
.hover\:bg-brands-mailchimp-3:hover {
  background: #6dc5dc;
}

.bg-brands-mailchimp-4 {
  background: #373737;
}

.active\:bg-brands-mailchimp-4:active,
.focus\:bg-brands-mailchimp-4:focus,
.hover\:bg-brands-mailchimp-4:hover {
  background: #373737;
}

.bg-brands-mailchimp-5 {
  background: #5d5c5d;
}

.active\:bg-brands-mailchimp-5:active,
.focus\:bg-brands-mailchimp-5:focus,
.hover\:bg-brands-mailchimp-5:hover {
  background: #5d5c5d;
}

.bg-brands-mailchimp-6 {
  background: #b7b7b7;
}

.active\:bg-brands-mailchimp-6:active,
.focus\:bg-brands-mailchimp-6:focus,
.hover\:bg-brands-mailchimp-6:hover {
  background: #b7b7b7;
}

.bg-brands-manjaro-linux {
  background: #34be5b;
}

.active\:bg-brands-manjaro-linux:active,
.focus\:bg-brands-manjaro-linux:focus,
.hover\:bg-brands-manjaro-linux:hover {
  background: #34be5b;
}

.bg-brands-manjaro-linux-1 {
  background: #34be5b;
}

.active\:bg-brands-manjaro-linux-1:active,
.focus\:bg-brands-manjaro-linux-1:focus,
.hover\:bg-brands-manjaro-linux-1:hover {
  background: #34be5b;
}

.bg-brands-mapbox {
  background: #3bb2d0;
}

.active\:bg-brands-mapbox:active,
.focus\:bg-brands-mapbox:focus,
.hover\:bg-brands-mapbox:hover {
  background: #3bb2d0;
}

.bg-brands-mapbox-1 {
  background: #3bb2d0;
}

.active\:bg-brands-mapbox-1:active,
.focus\:bg-brands-mapbox-1:focus,
.hover\:bg-brands-mapbox-1:hover {
  background: #3bb2d0;
}

.bg-brands-mapbox-2 {
  background: #3887be;
}

.active\:bg-brands-mapbox-2:active,
.focus\:bg-brands-mapbox-2:focus,
.hover\:bg-brands-mapbox-2:hover {
  background: #3887be;
}

.bg-brands-mapbox-3 {
  background: #8a8acb;
}

.active\:bg-brands-mapbox-3:active,
.focus\:bg-brands-mapbox-3:focus,
.hover\:bg-brands-mapbox-3:hover {
  background: #8a8acb;
}

.bg-brands-mapbox-4 {
  background: #56b881;
}

.active\:bg-brands-mapbox-4:active,
.focus\:bg-brands-mapbox-4:focus,
.hover\:bg-brands-mapbox-4:hover {
  background: #56b881;
}

.bg-brands-mapbox-5 {
  background: #50667f;
}

.active\:bg-brands-mapbox-5:active,
.focus\:bg-brands-mapbox-5:focus,
.hover\:bg-brands-mapbox-5:hover {
  background: #50667f;
}

.bg-brands-mapbox-6 {
  background: #41afa5;
}

.active\:bg-brands-mapbox-6:active,
.focus\:bg-brands-mapbox-6:focus,
.hover\:bg-brands-mapbox-6:hover {
  background: #41afa5;
}

.bg-brands-mapbox-7 {
  background: #f9886c;
}

.active\:bg-brands-mapbox-7:active,
.focus\:bg-brands-mapbox-7:focus,
.hover\:bg-brands-mapbox-7:hover {
  background: #f9886c;
}

.bg-brands-mapbox-8 {
  background: #e55e5e;
}

.active\:bg-brands-mapbox-8:active,
.focus\:bg-brands-mapbox-8:focus,
.hover\:bg-brands-mapbox-8:hover {
  background: #e55e5e;
}

.bg-brands-mapbox-9 {
  background: #ed6498;
}

.active\:bg-brands-mapbox-9:active,
.focus\:bg-brands-mapbox-9:focus,
.hover\:bg-brands-mapbox-9:hover {
  background: #ed6498;
}

.bg-brands-mapbox-10 {
  background: #fbb03b;
}

.active\:bg-brands-mapbox-10:active,
.focus\:bg-brands-mapbox-10:focus,
.hover\:bg-brands-mapbox-10:hover {
  background: #fbb03b;
}

.bg-brands-mapbox-11 {
  background: #142736;
}

.active\:bg-brands-mapbox-11:active,
.focus\:bg-brands-mapbox-11:focus,
.hover\:bg-brands-mapbox-11:hover {
  background: #142736;
}

.bg-brands-mapbox-12 {
  background: #28353d;
}

.active\:bg-brands-mapbox-12:active,
.focus\:bg-brands-mapbox-12:focus,
.hover\:bg-brands-mapbox-12:hover {
  background: #28353d;
}

.bg-brands-mapbox-13 {
  background: #222b30;
}

.active\:bg-brands-mapbox-13:active,
.focus\:bg-brands-mapbox-13:focus,
.hover\:bg-brands-mapbox-13:hover {
  background: #222b30;
}

.bg-brands-massachusetts-institute-of-technology {
  background: #a31f34;
}

.active\:bg-brands-massachusetts-institute-of-technology:active,
.focus\:bg-brands-massachusetts-institute-of-technology:focus,
.hover\:bg-brands-massachusetts-institute-of-technology:hover {
  background: #a31f34;
}

.bg-brands-massachusetts-institute-of-technology-1 {
  background: #a31f34;
}

.active\:bg-brands-massachusetts-institute-of-technology-1:active,
.focus\:bg-brands-massachusetts-institute-of-technology-1:focus,
.hover\:bg-brands-massachusetts-institute-of-technology-1:hover {
  background: #a31f34;
}

.bg-brands-massachusetts-institute-of-technology-2 {
  background: #8a8b8c;
}

.active\:bg-brands-massachusetts-institute-of-technology-2:active,
.focus\:bg-brands-massachusetts-institute-of-technology-2:focus,
.hover\:bg-brands-massachusetts-institute-of-technology-2:hover {
  background: #8a8b8c;
}

.bg-brands-massachusetts-institute-of-technology-3 {
  background: #c2c0bf;
}

.active\:bg-brands-massachusetts-institute-of-technology-3:active,
.focus\:bg-brands-massachusetts-institute-of-technology-3:focus,
.hover\:bg-brands-massachusetts-institute-of-technology-3:hover {
  background: #c2c0bf;
}

.bg-brands-massy-group {
  background: #004a77;
}

.active\:bg-brands-massy-group:active,
.focus\:bg-brands-massy-group:focus,
.hover\:bg-brands-massy-group:hover {
  background: #004a77;
}

.bg-brands-massy-group-1 {
  background: #004a77;
}

.active\:bg-brands-massy-group-1:active,
.focus\:bg-brands-massy-group-1:focus,
.hover\:bg-brands-massy-group-1:hover {
  background: #004a77;
}

.bg-brands-massy-group-2 {
  background: #00adee;
}

.active\:bg-brands-massy-group-2:active,
.focus\:bg-brands-massy-group-2:focus,
.hover\:bg-brands-massy-group-2:hover {
  background: #00adee;
}

.bg-brands-massy-group-3 {
  background: #ff8100;
}

.active\:bg-brands-massy-group-3:active,
.focus\:bg-brands-massy-group-3:focus,
.hover\:bg-brands-massy-group-3:hover {
  background: #ff8100;
}

.bg-brands-massy-group-4 {
  background: #ffd200;
}

.active\:bg-brands-massy-group-4:active,
.focus\:bg-brands-massy-group-4:focus,
.hover\:bg-brands-massy-group-4:hover {
  background: #ffd200;
}

.bg-brands-mastercard {
  background: #cc0000;
}

.active\:bg-brands-mastercard:active,
.focus\:bg-brands-mastercard:focus,
.hover\:bg-brands-mastercard:hover {
  background: #cc0000;
}

.bg-brands-mastercard-1 {
  background: #cc0000;
}

.active\:bg-brands-mastercard-1:active,
.focus\:bg-brands-mastercard-1:focus,
.hover\:bg-brands-mastercard-1:hover {
  background: #cc0000;
}

.bg-brands-mastercard-2 {
  background: #ff9900;
}

.active\:bg-brands-mastercard-2:active,
.focus\:bg-brands-mastercard-2:focus,
.hover\:bg-brands-mastercard-2:hover {
  background: #ff9900;
}

.bg-brands-mastercard-3 {
  background: #000066;
}

.active\:bg-brands-mastercard-3:active,
.focus\:bg-brands-mastercard-3:focus,
.hover\:bg-brands-mastercard-3:hover {
  background: #000066;
}

.bg-brands-mcdonalds {
  background: #bf0c0c;
}

.active\:bg-brands-mcdonalds:active,
.focus\:bg-brands-mcdonalds:focus,
.hover\:bg-brands-mcdonalds:hover {
  background: #bf0c0c;
}

.bg-brands-mcdonalds-1 {
  background: #bf0c0c;
}

.active\:bg-brands-mcdonalds-1:active,
.focus\:bg-brands-mcdonalds-1:focus,
.hover\:bg-brands-mcdonalds-1:hover {
  background: #bf0c0c;
}

.bg-brands-mcdonalds-2 {
  background: #e76a05;
}

.active\:bg-brands-mcdonalds-2:active,
.focus\:bg-brands-mcdonalds-2:focus,
.hover\:bg-brands-mcdonalds-2:hover {
  background: #e76a05;
}

.bg-brands-mcdonalds-3 {
  background: #ffc600;
}

.active\:bg-brands-mcdonalds-3:active,
.focus\:bg-brands-mcdonalds-3:focus,
.hover\:bg-brands-mcdonalds-3:hover {
  background: #ffc600;
}

.bg-brands-mcdonalds-4 {
  background: #47bc00;
}

.active\:bg-brands-mcdonalds-4:active,
.focus\:bg-brands-mcdonalds-4:focus,
.hover\:bg-brands-mcdonalds-4:hover {
  background: #47bc00;
}

.bg-brands-mcdonalds-5 {
  background: #05007b;
}

.active\:bg-brands-mcdonalds-5:active,
.focus\:bg-brands-mcdonalds-5:focus,
.hover\:bg-brands-mcdonalds-5:hover {
  background: #05007b;
}

.bg-brands-mcdonalds-6 {
  background: #9748a8;
}

.active\:bg-brands-mcdonalds-6:active,
.focus\:bg-brands-mcdonalds-6:focus,
.hover\:bg-brands-mcdonalds-6:hover {
  background: #9748a8;
}

.bg-brands-mcdonalds-7 {
  background: #2bb3f3;
}

.active\:bg-brands-mcdonalds-7:active,
.focus\:bg-brands-mcdonalds-7:focus,
.hover\:bg-brands-mcdonalds-7:hover {
  background: #2bb3f3;
}

.bg-brands-mcdonalds-8 {
  background: #865200;
}

.active\:bg-brands-mcdonalds-8:active,
.focus\:bg-brands-mcdonalds-8:focus,
.hover\:bg-brands-mcdonalds-8:hover {
  background: #865200;
}

.bg-brands-medium {
  background: #00ab6c;
}

.active\:bg-brands-medium:active,
.focus\:bg-brands-medium:focus,
.hover\:bg-brands-medium:hover {
  background: #00ab6c;
}

.bg-brands-medium-1 {
  background: #00ab6c;
}

.active\:bg-brands-medium-1:active,
.focus\:bg-brands-medium-1:focus,
.hover\:bg-brands-medium-1:hover {
  background: #00ab6c;
}

.bg-brands-meetup {
  background: #e0393e;
}

.active\:bg-brands-meetup:active,
.focus\:bg-brands-meetup:focus,
.hover\:bg-brands-meetup:hover {
  background: #e0393e;
}

.bg-brands-meetup-1 {
  background: #e0393e;
}

.active\:bg-brands-meetup-1:active,
.focus\:bg-brands-meetup-1:focus,
.hover\:bg-brands-meetup-1:hover {
  background: #e0393e;
}

.bg-brands-meijer {
  background: #0a4d8c;
}

.active\:bg-brands-meijer:active,
.focus\:bg-brands-meijer:focus,
.hover\:bg-brands-meijer:hover {
  background: #0a4d8c;
}

.bg-brands-meijer-1 {
  background: #0a4d8c;
}

.active\:bg-brands-meijer-1:active,
.focus\:bg-brands-meijer-1:focus,
.hover\:bg-brands-meijer-1:hover {
  background: #0a4d8c;
}

.bg-brands-meijer-2 {
  background: #dd1321;
}

.active\:bg-brands-meijer-2:active,
.focus\:bg-brands-meijer-2:focus,
.hover\:bg-brands-meijer-2:hover {
  background: #dd1321;
}

.bg-brands-mercadolibre-com {
  background: #ffe600;
}

.active\:bg-brands-mercadolibre-com:active,
.focus\:bg-brands-mercadolibre-com:focus,
.hover\:bg-brands-mercadolibre-com:hover {
  background: #ffe600;
}

.bg-brands-mercadolibre-com-1 {
  background: #ffe600;
}

.active\:bg-brands-mercadolibre-com-1:active,
.focus\:bg-brands-mercadolibre-com-1:focus,
.hover\:bg-brands-mercadolibre-com-1:hover {
  background: #ffe600;
}

.bg-brands-mercadolibre-com-2 {
  background: #2d3277;
}

.active\:bg-brands-mercadolibre-com-2:active,
.focus\:bg-brands-mercadolibre-com-2:focus,
.hover\:bg-brands-mercadolibre-com-2:hover {
  background: #2d3277;
}

.bg-brands-messenger {
  background: #0084ff;
}

.active\:bg-brands-messenger:active,
.focus\:bg-brands-messenger:focus,
.hover\:bg-brands-messenger:hover {
  background: #0084ff;
}

.bg-brands-messenger-1 {
  background: #0084ff;
}

.active\:bg-brands-messenger-1:active,
.focus\:bg-brands-messenger-1:focus,
.hover\:bg-brands-messenger-1:hover {
  background: #0084ff;
}

.bg-brands-msu {
  background: #18453b;
}

.active\:bg-brands-msu:active,
.focus\:bg-brands-msu:focus,
.hover\:bg-brands-msu:hover {
  background: #18453b;
}

.bg-brands-msu-1 {
  background: #18453b;
}

.active\:bg-brands-msu-1:active,
.focus\:bg-brands-msu-1:focus,
.hover\:bg-brands-msu-1:hover {
  background: #18453b;
}

.bg-brands-msu-2 {
  background: #0db14b;
}

.active\:bg-brands-msu-2:active,
.focus\:bg-brands-msu-2:focus,
.hover\:bg-brands-msu-2:hover {
  background: #0db14b;
}

.bg-brands-msu-3 {
  background: #97a2a2;
}

.active\:bg-brands-msu-3:active,
.focus\:bg-brands-msu-3:focus,
.hover\:bg-brands-msu-3:hover {
  background: #97a2a2;
}

.bg-brands-msu-4 {
  background: #f08521;
}

.active\:bg-brands-msu-4:active,
.focus\:bg-brands-msu-4:focus,
.hover\:bg-brands-msu-4:hover {
  background: #f08521;
}

.bg-brands-msu-5 {
  background: #008183;
}

.active\:bg-brands-msu-5:active,
.focus\:bg-brands-msu-5:focus,
.hover\:bg-brands-msu-5:hover {
  background: #008183;
}

.bg-brands-msu-6 {
  background: #909ab7;
}

.active\:bg-brands-msu-6:active,
.focus\:bg-brands-msu-6:focus,
.hover\:bg-brands-msu-6:hover {
  background: #909ab7;
}

.bg-brands-msu-7 {
  background: #535054;
}

.active\:bg-brands-msu-7:active,
.focus\:bg-brands-msu-7:focus,
.hover\:bg-brands-msu-7:hover {
  background: #535054;
}

.bg-brands-msu-8 {
  background: #d1de3f;
}

.active\:bg-brands-msu-8:active,
.focus\:bg-brands-msu-8:focus,
.hover\:bg-brands-msu-8:hover {
  background: #d1de3f;
}

.bg-brands-msu-9 {
  background: #e8d9b5;
}

.active\:bg-brands-msu-9:active,
.focus\:bg-brands-msu-9:focus,
.hover\:bg-brands-msu-9:hover {
  background: #e8d9b5;
}

.bg-brands-msu-10 {
  background: #c89a58;
}

.active\:bg-brands-msu-10:active,
.focus\:bg-brands-msu-10:focus,
.hover\:bg-brands-msu-10:hover {
  background: #c89a58;
}

.bg-brands-msu-11 {
  background: #94ae4a;
}

.active\:bg-brands-msu-11:active,
.focus\:bg-brands-msu-11:focus,
.hover\:bg-brands-msu-11:hover {
  background: #94ae4a;
}

.bg-brands-msu-12 {
  background: #6e005f;
}

.active\:bg-brands-msu-12:active,
.focus\:bg-brands-msu-12:focus,
.hover\:bg-brands-msu-12:hover {
  background: #6e005f;
}

.bg-brands-msu-13 {
  background: #cb5a28;
}

.active\:bg-brands-msu-13:active,
.focus\:bg-brands-msu-13:focus,
.hover\:bg-brands-msu-13:hover {
  background: #cb5a28;
}

.bg-brands-microsoft {
  background: #f65314;
}

.active\:bg-brands-microsoft:active,
.focus\:bg-brands-microsoft:focus,
.hover\:bg-brands-microsoft:hover {
  background: #f65314;
}

.bg-brands-microsoft-1 {
  background: #f65314;
}

.active\:bg-brands-microsoft-1:active,
.focus\:bg-brands-microsoft-1:focus,
.hover\:bg-brands-microsoft-1:hover {
  background: #f65314;
}

.bg-brands-microsoft-2 {
  background: #7cbb00;
}

.active\:bg-brands-microsoft-2:active,
.focus\:bg-brands-microsoft-2:focus,
.hover\:bg-brands-microsoft-2:hover {
  background: #7cbb00;
}

.bg-brands-microsoft-3 {
  background: #00a1f1;
}

.active\:bg-brands-microsoft-3:active,
.focus\:bg-brands-microsoft-3:focus,
.hover\:bg-brands-microsoft-3:hover {
  background: #00a1f1;
}

.bg-brands-microsoft-4 {
  background: #ffbb00;
}

.active\:bg-brands-microsoft-4:active,
.focus\:bg-brands-microsoft-4:focus,
.hover\:bg-brands-microsoft-4:hover {
  background: #ffbb00;
}

.bg-brands-microsoft-band {
  background: #783bd2;
}

.active\:bg-brands-microsoft-band:active,
.focus\:bg-brands-microsoft-band:focus,
.hover\:bg-brands-microsoft-band:hover {
  background: #783bd2;
}

.bg-brands-microsoft-band-1 {
  background: #783bd2;
}

.active\:bg-brands-microsoft-band-1:active,
.focus\:bg-brands-microsoft-band-1:focus,
.hover\:bg-brands-microsoft-band-1:hover {
  background: #783bd2;
}

.bg-brands-microsoft-office {
  background: #ea3e23;
}

.active\:bg-brands-microsoft-office:active,
.focus\:bg-brands-microsoft-office:focus,
.hover\:bg-brands-microsoft-office:hover {
  background: #ea3e23;
}

.bg-brands-microsoft-office-1 {
  background: #ea3e23;
}

.active\:bg-brands-microsoft-office-1:active,
.focus\:bg-brands-microsoft-office-1:focus,
.hover\:bg-brands-microsoft-office-1:hover {
  background: #ea3e23;
}

.bg-brands-microsoft-surface {
  background: #0078d7;
}

.active\:bg-brands-microsoft-surface:active,
.focus\:bg-brands-microsoft-surface:focus,
.hover\:bg-brands-microsoft-surface:hover {
  background: #0078d7;
}

.bg-brands-microsoft-surface-1 {
  background: #0078d7;
}

.active\:bg-brands-microsoft-surface-1:active,
.focus\:bg-brands-microsoft-surface-1:focus,
.hover\:bg-brands-microsoft-surface-1:hover {
  background: #0078d7;
}

.bg-brands-microsoft-surface-2 {
  background: #eeeeee;
}

.active\:bg-brands-microsoft-surface-2:active,
.focus\:bg-brands-microsoft-surface-2:focus,
.hover\:bg-brands-microsoft-surface-2:hover {
  background: #eeeeee;
}

.bg-brands-microsoft-surface-3 {
  background: #737373;
}

.active\:bg-brands-microsoft-surface-3:active,
.focus\:bg-brands-microsoft-surface-3:focus,
.hover\:bg-brands-microsoft-surface-3:hover {
  background: #737373;
}

.bg-brands-microsoft-surface-4 {
  background: #505050;
}

.active\:bg-brands-microsoft-surface-4:active,
.focus\:bg-brands-microsoft-surface-4:focus,
.hover\:bg-brands-microsoft-surface-4:hover {
  background: #505050;
}

.bg-brands-microsoft-surface-5 {
  background: #000000;
}

.active\:bg-brands-microsoft-surface-5:active,
.focus\:bg-brands-microsoft-surface-5:focus,
.hover\:bg-brands-microsoft-surface-5:hover {
  background: #000000;
}

.bg-brands-milligram {
  background: #9b4dca;
}

.active\:bg-brands-milligram:active,
.focus\:bg-brands-milligram:focus,
.hover\:bg-brands-milligram:hover {
  background: #9b4dca;
}

.bg-brands-milligram-1 {
  background: #9b4dca;
}

.active\:bg-brands-milligram-1:active,
.focus\:bg-brands-milligram-1:focus,
.hover\:bg-brands-milligram-1:hover {
  background: #9b4dca;
}

.bg-brands-milligram-2 {
  background: #f4f5f6;
}

.active\:bg-brands-milligram-2:active,
.focus\:bg-brands-milligram-2:focus,
.hover\:bg-brands-milligram-2:hover {
  background: #f4f5f6;
}

.bg-brands-milligram-3 {
  background: #606c76;
}

.active\:bg-brands-milligram-3:active,
.focus\:bg-brands-milligram-3:focus,
.hover\:bg-brands-milligram-3:hover {
  background: #606c76;
}

.bg-brands-mixcloud {
  background: #52aad8;
}

.active\:bg-brands-mixcloud:active,
.focus\:bg-brands-mixcloud:focus,
.hover\:bg-brands-mixcloud:hover {
  background: #52aad8;
}

.bg-brands-mixcloud-1 {
  background: #52aad8;
}

.active\:bg-brands-mixcloud-1:active,
.focus\:bg-brands-mixcloud-1:focus,
.hover\:bg-brands-mixcloud-1:hover {
  background: #52aad8;
}

.bg-brands-mixcloud-2 {
  background: #273a4b;
}

.active\:bg-brands-mixcloud-2:active,
.focus\:bg-brands-mixcloud-2:focus,
.hover\:bg-brands-mixcloud-2:hover {
  background: #273a4b;
}

.bg-brands-mixcloud-3 {
  background: #1d2d3b;
}

.active\:bg-brands-mixcloud-3:active,
.focus\:bg-brands-mixcloud-3:focus,
.hover\:bg-brands-mixcloud-3:hover {
  background: #1d2d3b;
}

.bg-brands-mixpanel {
  background: #a086d3;
}

.active\:bg-brands-mixpanel:active,
.focus\:bg-brands-mixpanel:focus,
.hover\:bg-brands-mixpanel:hover {
  background: #a086d3;
}

.bg-brands-mixpanel-1 {
  background: #a086d3;
}

.active\:bg-brands-mixpanel-1:active,
.focus\:bg-brands-mixpanel-1:focus,
.hover\:bg-brands-mixpanel-1:hover {
  background: #a086d3;
}

.bg-brands-mlb {
  background: #000088;
}

.active\:bg-brands-mlb:active,
.focus\:bg-brands-mlb:focus,
.hover\:bg-brands-mlb:hover {
  background: #000088;
}

.bg-brands-mlb-1 {
  background: #000088;
}

.active\:bg-brands-mlb-1:active,
.focus\:bg-brands-mlb-1:focus,
.hover\:bg-brands-mlb-1:hover {
  background: #000088;
}

.bg-brands-mlb-2 {
  background: #cc0000;
}

.active\:bg-brands-mlb-2:active,
.focus\:bg-brands-mlb-2:focus,
.hover\:bg-brands-mlb-2:hover {
  background: #cc0000;
}

.bg-brands-mobilink {
  background: #ee1d23;
}

.active\:bg-brands-mobilink:active,
.focus\:bg-brands-mobilink:focus,
.hover\:bg-brands-mobilink:hover {
  background: #ee1d23;
}

.bg-brands-mobilink-1 {
  background: #ee1d23;
}

.active\:bg-brands-mobilink-1:active,
.focus\:bg-brands-mobilink-1:focus,
.hover\:bg-brands-mobilink-1:hover {
  background: #ee1d23;
}

.bg-brands-mojang {
  background: #db1f29;
}

.active\:bg-brands-mojang:active,
.focus\:bg-brands-mojang:focus,
.hover\:bg-brands-mojang:hover {
  background: #db1f29;
}

.bg-brands-mojang-1 {
  background: #db1f29;
}

.active\:bg-brands-mojang-1:active,
.focus\:bg-brands-mojang-1:focus,
.hover\:bg-brands-mojang-1:hover {
  background: #db1f29;
}

.bg-brands-mojang-2 {
  background: #000000;
}

.active\:bg-brands-mojang-2:active,
.focus\:bg-brands-mojang-2:focus,
.hover\:bg-brands-mojang-2:hover {
  background: #000000;
}

.bg-brands-mollie {
  background: #c6d6df;
}

.active\:bg-brands-mollie:active,
.focus\:bg-brands-mollie:focus,
.hover\:bg-brands-mollie:hover {
  background: #c6d6df;
}

.bg-brands-mollie-1 {
  background: #c6d6df;
}

.active\:bg-brands-mollie-1:active,
.focus\:bg-brands-mollie-1:focus,
.hover\:bg-brands-mollie-1:hover {
  background: #c6d6df;
}

.bg-brands-mollie-2 {
  background: #ec4534;
}

.active\:bg-brands-mollie-2:active,
.focus\:bg-brands-mollie-2:focus,
.hover\:bg-brands-mollie-2:hover {
  background: #ec4534;
}

.bg-brands-mongodb {
  background: #589636;
}

.active\:bg-brands-mongodb:active,
.focus\:bg-brands-mongodb:focus,
.hover\:bg-brands-mongodb:hover {
  background: #589636;
}

.bg-brands-mongodb-1 {
  background: #589636;
}

.active\:bg-brands-mongodb-1:active,
.focus\:bg-brands-mongodb-1:focus,
.hover\:bg-brands-mongodb-1:hover {
  background: #589636;
}

.bg-brands-montclair-state-university {
  background: #ce1141;
}

.active\:bg-brands-montclair-state-university:active,
.focus\:bg-brands-montclair-state-university:focus,
.hover\:bg-brands-montclair-state-university:hover {
  background: #ce1141;
}

.bg-brands-montclair-state-university-1 {
  background: #ce1141;
}

.active\:bg-brands-montclair-state-university-1:active,
.focus\:bg-brands-montclair-state-university-1:focus,
.hover\:bg-brands-montclair-state-university-1:hover {
  background: #ce1141;
}

.bg-brands-montclair-state-university-2 {
  background: #eeb111;
}

.active\:bg-brands-montclair-state-university-2:active,
.focus\:bg-brands-montclair-state-university-2:focus,
.hover\:bg-brands-montclair-state-university-2:hover {
  background: #eeb111;
}

.bg-brands-montclair-state-university-3 {
  background: #e87d1e;
}

.active\:bg-brands-montclair-state-university-3:active,
.focus\:bg-brands-montclair-state-university-3:focus,
.hover\:bg-brands-montclair-state-university-3:hover {
  background: #e87d1e;
}

.bg-brands-montclair-state-university-4 {
  background: #94ce08;
}

.active\:bg-brands-montclair-state-university-4:active,
.focus\:bg-brands-montclair-state-university-4:focus,
.hover\:bg-brands-montclair-state-university-4:hover {
  background: #94ce08;
}

.bg-brands-montclair-state-university-5 {
  background: #00386b;
}

.active\:bg-brands-montclair-state-university-5:active,
.focus\:bg-brands-montclair-state-university-5:focus,
.hover\:bg-brands-montclair-state-university-5:hover {
  background: #00386b;
}

.bg-brands-montclair-state-university-6 {
  background: #969491;
}

.active\:bg-brands-montclair-state-university-6:active,
.focus\:bg-brands-montclair-state-university-6:focus,
.hover\:bg-brands-montclair-state-university-6:hover {
  background: #969491;
}

.bg-brands-more4 {
  background: #949483;
}

.active\:bg-brands-more4:active,
.focus\:bg-brands-more4:focus,
.hover\:bg-brands-more4:hover {
  background: #949483;
}

.bg-brands-more4-1 {
  background: #949483;
}

.active\:bg-brands-more4-1:active,
.focus\:bg-brands-more4-1:focus,
.hover\:bg-brands-more4-1:hover {
  background: #949483;
}

.bg-brands-more4-2 {
  background: #f47b7b;
}

.active\:bg-brands-more4-2:active,
.focus\:bg-brands-more4-2:focus,
.hover\:bg-brands-more4-2:hover {
  background: #f47b7b;
}

.bg-brands-more4-3 {
  background: #9f1f5c;
}

.active\:bg-brands-more4-3:active,
.focus\:bg-brands-more4-3:focus,
.hover\:bg-brands-more4-3:hover {
  background: #9f1f5c;
}

.bg-brands-more4-4 {
  background: #ef9020;
}

.active\:bg-brands-more4-4:active,
.focus\:bg-brands-more4-4:focus,
.hover\:bg-brands-more4-4:hover {
  background: #ef9020;
}

.bg-brands-more4-5 {
  background: #00af3e;
}

.active\:bg-brands-more4-5:active,
.focus\:bg-brands-more4-5:focus,
.hover\:bg-brands-more4-5:hover {
  background: #00af3e;
}

.bg-brands-more4-6 {
  background: #85b7e2;
}

.active\:bg-brands-more4-6:active,
.focus\:bg-brands-more4-6:focus,
.hover\:bg-brands-more4-6:hover {
  background: #85b7e2;
}

.bg-brands-more4-7 {
  background: #29245c;
}

.active\:bg-brands-more4-7:active,
.focus\:bg-brands-more4-7:focus,
.hover\:bg-brands-more4-7:hover {
  background: #29245c;
}

.bg-brands-more4-8 {
  background: #ffd616;
}

.active\:bg-brands-more4-8:active,
.focus\:bg-brands-more4-8:focus,
.hover\:bg-brands-more4-8:hover {
  background: #ffd616;
}

.bg-brands-more4-9 {
  background: #e5352b;
}

.active\:bg-brands-more4-9:active,
.focus\:bg-brands-more4-9:focus,
.hover\:bg-brands-more4-9:hover {
  background: #e5352b;
}

.bg-brands-more4-10 {
  background: #e990ab;
}

.active\:bg-brands-more4-10:active,
.focus\:bg-brands-more4-10:focus,
.hover\:bg-brands-more4-10:hover {
  background: #e990ab;
}

.bg-brands-more4-11 {
  background: #0081b4;
}

.active\:bg-brands-more4-11:active,
.focus\:bg-brands-more4-11:focus,
.hover\:bg-brands-more4-11:hover {
  background: #0081b4;
}

.bg-brands-more4-12 {
  background: #96cbb3;
}

.active\:bg-brands-more4-12:active,
.focus\:bg-brands-more4-12:focus,
.hover\:bg-brands-more4-12:hover {
  background: #96cbb3;
}

.bg-brands-more4-13 {
  background: #91be3e;
}

.active\:bg-brands-more4-13:active,
.focus\:bg-brands-more4-13:focus,
.hover\:bg-brands-more4-13:hover {
  background: #91be3e;
}

.bg-brands-more4-14 {
  background: #39a6dd;
}

.active\:bg-brands-more4-14:active,
.focus\:bg-brands-more4-14:focus,
.hover\:bg-brands-more4-14:hover {
  background: #39a6dd;
}

.bg-brands-more4-15 {
  background: #eb0973;
}

.active\:bg-brands-more4-15:active,
.focus\:bg-brands-more4-15:focus,
.hover\:bg-brands-more4-15:hover {
  background: #eb0973;
}

.bg-brands-more4-16 {
  background: #dde2e0;
}

.active\:bg-brands-more4-16:active,
.focus\:bg-brands-more4-16:focus,
.hover\:bg-brands-more4-16:hover {
  background: #dde2e0;
}

.bg-brands-more4-17 {
  background: #333c41;
}

.active\:bg-brands-more4-17:active,
.focus\:bg-brands-more4-17:focus,
.hover\:bg-brands-more4-17:hover {
  background: #333c41;
}

.bg-brands-motorola {
  background: #5c92fa;
}

.active\:bg-brands-motorola:active,
.focus\:bg-brands-motorola:focus,
.hover\:bg-brands-motorola:hover {
  background: #5c92fa;
}

.bg-brands-motorola-1 {
  background: #5c92fa;
}

.active\:bg-brands-motorola-1:active,
.focus\:bg-brands-motorola-1:focus,
.hover\:bg-brands-motorola-1:hover {
  background: #5c92fa;
}

.bg-brands-mozilla {
  background: #c13832;
}

.active\:bg-brands-mozilla:active,
.focus\:bg-brands-mozilla:focus,
.hover\:bg-brands-mozilla:hover {
  background: #c13832;
}

.bg-brands-mozilla-1 {
  background: #c13832;
}

.active\:bg-brands-mozilla-1:active,
.focus\:bg-brands-mozilla-1:focus,
.hover\:bg-brands-mozilla-1:hover {
  background: #c13832;
}

.bg-brands-mozilla-2 {
  background: #d7d3c8;
}

.active\:bg-brands-mozilla-2:active,
.focus\:bg-brands-mozilla-2:focus,
.hover\:bg-brands-mozilla-2:hover {
  background: #d7d3c8;
}

.bg-brands-mozilla-3 {
  background: #4d4e53;
}

.active\:bg-brands-mozilla-3:active,
.focus\:bg-brands-mozilla-3:focus,
.hover\:bg-brands-mozilla-3:hover {
  background: #4d4e53;
}

.bg-brands-musixmatch {
  background: #ff6050;
}

.active\:bg-brands-musixmatch:active,
.focus\:bg-brands-musixmatch:focus,
.hover\:bg-brands-musixmatch:hover {
  background: #ff6050;
}

.bg-brands-musixmatch-1 {
  background: #ff6050;
}

.active\:bg-brands-musixmatch-1:active,
.focus\:bg-brands-musixmatch-1:focus,
.hover\:bg-brands-musixmatch-1:hover {
  background: #ff6050;
}

.bg-brands-musixmatch-2 {
  background: #ff0e83;
}

.active\:bg-brands-musixmatch-2:active,
.focus\:bg-brands-musixmatch-2:focus,
.hover\:bg-brands-musixmatch-2:hover {
  background: #ff0e83;
}

.bg-brands-musixmatch-3 {
  background: #d54262;
}

.active\:bg-brands-musixmatch-3:active,
.focus\:bg-brands-musixmatch-3:focus,
.hover\:bg-brands-musixmatch-3:hover {
  background: #d54262;
}

.bg-brands-musixmatch-4 {
  background: #813867;
}

.active\:bg-brands-musixmatch-4:active,
.focus\:bg-brands-musixmatch-4:focus,
.hover\:bg-brands-musixmatch-4:hover {
  background: #813867;
}

.bg-brands-musixmatch-5 {
  background: #66336e;
}

.active\:bg-brands-musixmatch-5:active,
.focus\:bg-brands-musixmatch-5:focus,
.hover\:bg-brands-musixmatch-5:hover {
  background: #66336e;
}

.bg-brands-musixmatch-6 {
  background: #341539;
}

.active\:bg-brands-musixmatch-6:active,
.focus\:bg-brands-musixmatch-6:focus,
.hover\:bg-brands-musixmatch-6:hover {
  background: #341539;
}

.bg-brands-musixmatch-7 {
  background: #5677fc;
}

.active\:bg-brands-musixmatch-7:active,
.focus\:bg-brands-musixmatch-7:focus,
.hover\:bg-brands-musixmatch-7:hover {
  background: #5677fc;
}

.bg-brands-musixmatch-8 {
  background: #9013fe;
}

.active\:bg-brands-musixmatch-8:active,
.focus\:bg-brands-musixmatch-8:focus,
.hover\:bg-brands-musixmatch-8:hover {
  background: #9013fe;
}

.bg-brands-musixmatch-9 {
  background: #ffc208;
}

.active\:bg-brands-musixmatch-9:active,
.focus\:bg-brands-musixmatch-9:focus,
.hover\:bg-brands-musixmatch-9:hover {
  background: #ffc208;
}

.bg-brands-musixmatch-10 {
  background: #00cc99;
}

.active\:bg-brands-musixmatch-10:active,
.focus\:bg-brands-musixmatch-10:focus,
.hover\:bg-brands-musixmatch-10:hover {
  background: #00cc99;
}

.bg-brands-muut {
  background: #1fadc5;
}

.active\:bg-brands-muut:active,
.focus\:bg-brands-muut:focus,
.hover\:bg-brands-muut:hover {
  background: #1fadc5;
}

.bg-brands-muut-1 {
  background: #1fadc5;
}

.active\:bg-brands-muut-1:active,
.focus\:bg-brands-muut-1:focus,
.hover\:bg-brands-muut-1:hover {
  background: #1fadc5;
}

.bg-brands-muut-2 {
  background: #ff8000;
}

.active\:bg-brands-muut-2:active,
.focus\:bg-brands-muut-2:focus,
.hover\:bg-brands-muut-2:hover {
  background: #ff8000;
}

.bg-brands-myanimelist {
  background: #2e51a2;
}

.active\:bg-brands-myanimelist:active,
.focus\:bg-brands-myanimelist:focus,
.hover\:bg-brands-myanimelist:hover {
  background: #2e51a2;
}

.bg-brands-myanimelist-1 {
  background: #2e51a2;
}

.active\:bg-brands-myanimelist-1:active,
.focus\:bg-brands-myanimelist-1:focus,
.hover\:bg-brands-myanimelist-1:hover {
  background: #2e51a2;
}

.bg-brands-myspace {
  background: #000000;
}

.active\:bg-brands-myspace:active,
.focus\:bg-brands-myspace:focus,
.hover\:bg-brands-myspace:hover {
  background: #000000;
}

.bg-brands-myspace-1 {
  background: #000000;
}

.active\:bg-brands-myspace-1:active,
.focus\:bg-brands-myspace-1:focus,
.hover\:bg-brands-myspace-1:hover {
  background: #000000;
}

.bg-brands-mysql {
  background: #00758f;
}

.active\:bg-brands-mysql:active,
.focus\:bg-brands-mysql:focus,
.hover\:bg-brands-mysql:hover {
  background: #00758f;
}

.bg-brands-mysql-1 {
  background: #00758f;
}

.active\:bg-brands-mysql-1:active,
.focus\:bg-brands-mysql-1:focus,
.hover\:bg-brands-mysql-1:hover {
  background: #00758f;
}

.bg-brands-mysql-2 {
  background: #f29111;
}

.active\:bg-brands-mysql-2:active,
.focus\:bg-brands-mysql-2:focus,
.hover\:bg-brands-mysql-2:hover {
  background: #f29111;
}

.bg-brands-nanowrimo {
  background: #93dee8;
}

.active\:bg-brands-nanowrimo:active,
.focus\:bg-brands-nanowrimo:focus,
.hover\:bg-brands-nanowrimo:hover {
  background: #93dee8;
}

.bg-brands-nanowrimo-1 {
  background: #93dee8;
}

.active\:bg-brands-nanowrimo-1:active,
.focus\:bg-brands-nanowrimo-1:focus,
.hover\:bg-brands-nanowrimo-1:hover {
  background: #93dee8;
}

.bg-brands-nanowrimo-2 {
  background: #5a2e14;
}

.active\:bg-brands-nanowrimo-2:active,
.focus\:bg-brands-nanowrimo-2:focus,
.hover\:bg-brands-nanowrimo-2:hover {
  background: #5a2e14;
}

.bg-brands-nasa {
  background: #fc3d21;
}

.active\:bg-brands-nasa:active,
.focus\:bg-brands-nasa:focus,
.hover\:bg-brands-nasa:hover {
  background: #fc3d21;
}

.bg-brands-nasa-1 {
  background: #fc3d21;
}

.active\:bg-brands-nasa-1:active,
.focus\:bg-brands-nasa-1:focus,
.hover\:bg-brands-nasa-1:hover {
  background: #fc3d21;
}

.bg-brands-nasa-2 {
  background: #0b3d91;
}

.active\:bg-brands-nasa-2:active,
.focus\:bg-brands-nasa-2:focus,
.hover\:bg-brands-nasa-2:hover {
  background: #0b3d91;
}

.bg-brands-nascar {
  background: #ffd659;
}

.active\:bg-brands-nascar:active,
.focus\:bg-brands-nascar:focus,
.hover\:bg-brands-nascar:hover {
  background: #ffd659;
}

.bg-brands-nascar-1 {
  background: #ffd659;
}

.active\:bg-brands-nascar-1:active,
.focus\:bg-brands-nascar-1:focus,
.hover\:bg-brands-nascar-1:hover {
  background: #ffd659;
}

.bg-brands-nascar-2 {
  background: #e4002b;
}

.active\:bg-brands-nascar-2:active,
.focus\:bg-brands-nascar-2:focus,
.hover\:bg-brands-nascar-2:hover {
  background: #e4002b;
}

.bg-brands-nascar-3 {
  background: #007ac2;
}

.active\:bg-brands-nascar-3:active,
.focus\:bg-brands-nascar-3:focus,
.hover\:bg-brands-nascar-3:hover {
  background: #007ac2;
}

.bg-brands-national-geographic {
  background: #ffcc00;
}

.active\:bg-brands-national-geographic:active,
.focus\:bg-brands-national-geographic:focus,
.hover\:bg-brands-national-geographic:hover {
  background: #ffcc00;
}

.bg-brands-national-geographic-1 {
  background: #ffcc00;
}

.active\:bg-brands-national-geographic-1:active,
.focus\:bg-brands-national-geographic-1:focus,
.hover\:bg-brands-national-geographic-1:hover {
  background: #ffcc00;
}

.bg-brands-national-geographic-2 {
  background: #000000;
}

.active\:bg-brands-national-geographic-2:active,
.focus\:bg-brands-national-geographic-2:focus,
.hover\:bg-brands-national-geographic-2:hover {
  background: #000000;
}

.bg-brands-nationwide {
  background: #0071bf;
}

.active\:bg-brands-nationwide:active,
.focus\:bg-brands-nationwide:focus,
.hover\:bg-brands-nationwide:hover {
  background: #0071bf;
}

.bg-brands-nationwide-1 {
  background: #0071bf;
}

.active\:bg-brands-nationwide-1:active,
.focus\:bg-brands-nationwide-1:focus,
.hover\:bg-brands-nationwide-1:hover {
  background: #0071bf;
}

.bg-brands-nationwide-2 {
  background: #000000;
}

.active\:bg-brands-nationwide-2:active,
.focus\:bg-brands-nationwide-2:focus,
.hover\:bg-brands-nationwide-2:hover {
  background: #000000;
}

.bg-brands-nbc {
  background: #e1ac26;
}

.active\:bg-brands-nbc:active,
.focus\:bg-brands-nbc:focus,
.hover\:bg-brands-nbc:hover {
  background: #e1ac26;
}

.bg-brands-n1 {
  background: #e1ac26;
}

.active\:bg-brands-n1:active,
.focus\:bg-brands-n1:focus,
.hover\:bg-brands-n1:hover {
  background: #e1ac26;
}

.bg-brands-n2 {
  background: #dc380f;
}

.active\:bg-brands-n2:active,
.focus\:bg-brands-n2:focus,
.hover\:bg-brands-n2:hover {
  background: #dc380f;
}

.bg-brands-n3 {
  background: #9f0812;
}

.active\:bg-brands-n3:active,
.focus\:bg-brands-n3:focus,
.hover\:bg-brands-n3:hover {
  background: #9f0812;
}

.bg-brands-n4 {
  background: #6347b2;
}

.active\:bg-brands-n4:active,
.focus\:bg-brands-n4:focus,
.hover\:bg-brands-n4:hover {
  background: #6347b2;
}

.bg-brands-n5 {
  background: #368dd5;
}

.active\:bg-brands-n5:active,
.focus\:bg-brands-n5:focus,
.hover\:bg-brands-n5:hover {
  background: #368dd5;
}

.bg-brands-n6 {
  background: #70af1e;
}

.active\:bg-brands-n6:active,
.focus\:bg-brands-n6:focus,
.hover\:bg-brands-n6:hover {
  background: #70af1e;
}

.bg-brands-n7 {
  background: #7e887a;
}

.active\:bg-brands-n7:active,
.focus\:bg-brands-n7:focus,
.hover\:bg-brands-n7:hover {
  background: #7e887a;
}

.bg-brands-nc-state-university {
  background: #cc0000;
}

.active\:bg-brands-nc-state-university:active,
.focus\:bg-brands-nc-state-university:focus,
.hover\:bg-brands-nc-state-university:hover {
  background: #cc0000;
}

.bg-brands-nc-state-university-1 {
  background: #cc0000;
}

.active\:bg-brands-nc-state-university-1:active,
.focus\:bg-brands-nc-state-university-1:focus,
.hover\:bg-brands-nc-state-university-1:hover {
  background: #cc0000;
}

.bg-brands-nc-state-university-2 {
  background: #000000;
}

.active\:bg-brands-nc-state-university-2:active,
.focus\:bg-brands-nc-state-university-2:focus,
.hover\:bg-brands-nc-state-university-2:hover {
  background: #000000;
}

.bg-brands-nest {
  background: #00afd8;
}

.active\:bg-brands-nest:active,
.focus\:bg-brands-nest:focus,
.hover\:bg-brands-nest:hover {
  background: #00afd8;
}

.bg-brands-nest-1 {
  background: #00afd8;
}

.active\:bg-brands-nest-1:active,
.focus\:bg-brands-nest-1:focus,
.hover\:bg-brands-nest-1:hover {
  background: #00afd8;
}

.bg-brands-nest-2 {
  background: #7b858e;
}

.active\:bg-brands-nest-2:active,
.focus\:bg-brands-nest-2:focus,
.hover\:bg-brands-nest-2:hover {
  background: #7b858e;
}

.bg-brands-netflix {
  background: #e50914;
}

.active\:bg-brands-netflix:active,
.focus\:bg-brands-netflix:focus,
.hover\:bg-brands-netflix:hover {
  background: #e50914;
}

.bg-brands-netflix-1 {
  background: #e50914;
}

.active\:bg-brands-netflix-1:active,
.focus\:bg-brands-netflix-1:focus,
.hover\:bg-brands-netflix-1:hover {
  background: #e50914;
}

.bg-brands-netflix-2 {
  background: #221f1f;
}

.active\:bg-brands-netflix-2:active,
.focus\:bg-brands-netflix-2:focus,
.hover\:bg-brands-netflix-2:hover {
  background: #221f1f;
}

.bg-brands-netflix-3 {
  background: #f5f5f1;
}

.active\:bg-brands-netflix-3:active,
.focus\:bg-brands-netflix-3:focus,
.hover\:bg-brands-netflix-3:hover {
  background: #f5f5f1;
}

.bg-brands-netvibes {
  background: #39bd00;
}

.active\:bg-brands-netvibes:active,
.focus\:bg-brands-netvibes:focus,
.hover\:bg-brands-netvibes:hover {
  background: #39bd00;
}

.bg-brands-netvibes-1 {
  background: #39bd00;
}

.active\:bg-brands-netvibes-1:active,
.focus\:bg-brands-netvibes-1:focus,
.hover\:bg-brands-netvibes-1:hover {
  background: #39bd00;
}

.bg-brands-new-balance {
  background: #ce2724;
}

.active\:bg-brands-new-balance:active,
.focus\:bg-brands-new-balance:focus,
.hover\:bg-brands-new-balance:hover {
  background: #ce2724;
}

.bg-brands-new-balance-1 {
  background: #ce2724;
}

.active\:bg-brands-new-balance-1:active,
.focus\:bg-brands-new-balance-1:focus,
.hover\:bg-brands-new-balance-1:hover {
  background: #ce2724;
}

.bg-brands-new-balance-2 {
  background: #f3ec19;
}

.active\:bg-brands-new-balance-2:active,
.focus\:bg-brands-new-balance-2:focus,
.hover\:bg-brands-new-balance-2:hover {
  background: #f3ec19;
}

.bg-brands-new-balance-3 {
  background: #207c88;
}

.active\:bg-brands-new-balance-3:active,
.focus\:bg-brands-new-balance-3:focus,
.hover\:bg-brands-new-balance-3:hover {
  background: #207c88;
}

.bg-brands-new-balance-4 {
  background: #aac1bf;
}

.active\:bg-brands-new-balance-4:active,
.focus\:bg-brands-new-balance-4:focus,
.hover\:bg-brands-new-balance-4:hover {
  background: #aac1bf;
}

.bg-brands-new-balance-5 {
  background: #e8e9d7;
}

.active\:bg-brands-new-balance-5:active,
.focus\:bg-brands-new-balance-5:focus,
.hover\:bg-brands-new-balance-5:hover {
  background: #e8e9d7;
}

.bg-brands-new-balance-6 {
  background: #4c4d4f;
}

.active\:bg-brands-new-balance-6:active,
.focus\:bg-brands-new-balance-6:focus,
.hover\:bg-brands-new-balance-6:hover {
  background: #4c4d4f;
}

.bg-brands-new-balance-7 {
  background: #231f20;
}

.active\:bg-brands-new-balance-7:active,
.focus\:bg-brands-new-balance-7:focus,
.hover\:bg-brands-new-balance-7:hover {
  background: #231f20;
}

.bg-brands-new-york-post {
  background: #cc3333;
}

.active\:bg-brands-new-york-post:active,
.focus\:bg-brands-new-york-post:focus,
.hover\:bg-brands-new-york-post:hover {
  background: #cc3333;
}

.bg-brands-new-york-post-1 {
  background: #cc3333;
}

.active\:bg-brands-new-york-post-1:active,
.focus\:bg-brands-new-york-post-1:focus,
.hover\:bg-brands-new-york-post-1:hover {
  background: #cc3333;
}

.bg-brands-new-york-post-2 {
  background: #2a2a2a;
}

.active\:bg-brands-new-york-post-2:active,
.focus\:bg-brands-new-york-post-2:focus,
.hover\:bg-brands-new-york-post-2:hover {
  background: #2a2a2a;
}

.bg-brands-nexar {
  background: #fbb040;
}

.active\:bg-brands-nexar:active,
.focus\:bg-brands-nexar:focus,
.hover\:bg-brands-nexar:hover {
  background: #fbb040;
}

.bg-brands-nexar-1 {
  background: #fbb040;
}

.active\:bg-brands-nexar-1:active,
.focus\:bg-brands-nexar-1:focus,
.hover\:bg-brands-nexar-1:hover {
  background: #fbb040;
}

.bg-brands-nexar-2 {
  background: #44355b;
}

.active\:bg-brands-nexar-2:active,
.focus\:bg-brands-nexar-2:focus,
.hover\:bg-brands-nexar-2:hover {
  background: #44355b;
}

.bg-brands-nexar-3 {
  background: #31263e;
}

.active\:bg-brands-nexar-3:active,
.focus\:bg-brands-nexar-3:focus,
.hover\:bg-brands-nexar-3:hover {
  background: #31263e;
}

.bg-brands-nexar-4 {
  background: #ee5622;
}

.active\:bg-brands-nexar-4:active,
.focus\:bg-brands-nexar-4:focus,
.hover\:bg-brands-nexar-4:hover {
  background: #ee5622;
}

.bg-brands-nexar-5 {
  background: #221e22;
}

.active\:bg-brands-nexar-5:active,
.focus\:bg-brands-nexar-5:focus,
.hover\:bg-brands-nexar-5:hover {
  background: #221e22;
}

.bg-brands-nexmo {
  background: #0077c8;
}

.active\:bg-brands-nexmo:active,
.focus\:bg-brands-nexmo:focus,
.hover\:bg-brands-nexmo:hover {
  background: #0077c8;
}

.bg-brands-nexmo-1 {
  background: #0077c8;
}

.active\:bg-brands-nexmo-1:active,
.focus\:bg-brands-nexmo-1:focus,
.hover\:bg-brands-nexmo-1:hover {
  background: #0077c8;
}

.bg-brands-nexmo-2 {
  background: #ff8200;
}

.active\:bg-brands-nexmo-2:active,
.focus\:bg-brands-nexmo-2:focus,
.hover\:bg-brands-nexmo-2:hover {
  background: #ff8200;
}

.bg-brands-nexmo-3 {
  background: #f0537a;
}

.active\:bg-brands-nexmo-3:active,
.focus\:bg-brands-nexmo-3:focus,
.hover\:bg-brands-nexmo-3:hover {
  background: #f0537a;
}

.bg-brands-nextdoor {
  background: #19975d;
}

.active\:bg-brands-nextdoor:active,
.focus\:bg-brands-nextdoor:focus,
.hover\:bg-brands-nextdoor:hover {
  background: #19975d;
}

.bg-brands-nextdoor-1 {
  background: #19975d;
}

.active\:bg-brands-nextdoor-1:active,
.focus\:bg-brands-nextdoor-1:focus,
.hover\:bg-brands-nextdoor-1:hover {
  background: #19975d;
}

.bg-brands-nfl {
  background: #013369;
}

.active\:bg-brands-nfl:active,
.focus\:bg-brands-nfl:focus,
.hover\:bg-brands-nfl:hover {
  background: #013369;
}

.bg-brands-nfl-1 {
  background: #013369;
}

.active\:bg-brands-nfl-1:active,
.focus\:bg-brands-nfl-1:focus,
.hover\:bg-brands-nfl-1:hover {
  background: #013369;
}

.bg-brands-nfl-2 {
  background: #d50a0a;
}

.active\:bg-brands-nfl-2:active,
.focus\:bg-brands-nfl-2:focus,
.hover\:bg-brands-nfl-2:hover {
  background: #d50a0a;
}

.bg-brands-nhs {
  background: #005eb8;
}

.active\:bg-brands-nhs:active,
.focus\:bg-brands-nhs:focus,
.hover\:bg-brands-nhs:hover {
  background: #005eb8;
}

.bg-brands-nhs-1 {
  background: #005eb8;
}

.active\:bg-brands-nhs-1:active,
.focus\:bg-brands-nhs-1:focus,
.hover\:bg-brands-nhs-1:hover {
  background: #005eb8;
}

.bg-brands-nhs-2 {
  background: #ffffff;
}

.active\:bg-brands-nhs-2:active,
.focus\:bg-brands-nhs-2:focus,
.hover\:bg-brands-nhs-2:hover {
  background: #ffffff;
}

.bg-brands-nike-football {
  background: #504847;
}

.active\:bg-brands-nike-football:active,
.focus\:bg-brands-nike-football:focus,
.hover\:bg-brands-nike-football:hover {
  background: #504847;
}

.bg-brands-nike-football-1 {
  background: #504847;
}

.active\:bg-brands-nike-football-1:active,
.focus\:bg-brands-nike-football-1:focus,
.hover\:bg-brands-nike-football-1:hover {
  background: #504847;
}

.bg-brands-nike-football-2 {
  background: #27a770;
}

.active\:bg-brands-nike-football-2:active,
.focus\:bg-brands-nike-football-2:focus,
.hover\:bg-brands-nike-football-2:hover {
  background: #27a770;
}

.bg-brands-nikefuel {
  background: #4bad31;
}

.active\:bg-brands-nikefuel:active,
.focus\:bg-brands-nikefuel:focus,
.hover\:bg-brands-nikefuel:hover {
  background: #4bad31;
}

.bg-brands-nikefuel-1 {
  background: #4bad31;
}

.active\:bg-brands-nikefuel-1:active,
.focus\:bg-brands-nikefuel-1:focus,
.hover\:bg-brands-nikefuel-1:hover {
  background: #4bad31;
}

.bg-brands-nikefuel-2 {
  background: #f5dc00;
}

.active\:bg-brands-nikefuel-2:active,
.focus\:bg-brands-nikefuel-2:focus,
.hover\:bg-brands-nikefuel-2:hover {
  background: #f5dc00;
}

.bg-brands-nikefuel-3 {
  background: #e95814;
}

.active\:bg-brands-nikefuel-3:active,
.focus\:bg-brands-nikefuel-3:focus,
.hover\:bg-brands-nikefuel-3:hover {
  background: #e95814;
}

.bg-brands-nikefuel-4 {
  background: #e2142d;
}

.active\:bg-brands-nikefuel-4:active,
.focus\:bg-brands-nikefuel-4:focus,
.hover\:bg-brands-nikefuel-4:hover {
  background: #e2142d;
}

.bg-brands-ning {
  background: #75af42;
}

.active\:bg-brands-ning:active,
.focus\:bg-brands-ning:focus,
.hover\:bg-brands-ning:hover {
  background: #75af42;
}

.bg-brands-ning-1 {
  background: #75af42;
}

.active\:bg-brands-ning-1:active,
.focus\:bg-brands-ning-1:focus,
.hover\:bg-brands-ning-1:hover {
  background: #75af42;
}

.bg-brands-ninjas-in-pyjamas {
  background: #a98c66;
}

.active\:bg-brands-ninjas-in-pyjamas:active,
.focus\:bg-brands-ninjas-in-pyjamas:focus,
.hover\:bg-brands-ninjas-in-pyjamas:hover {
  background: #a98c66;
}

.bg-brands-ninjas-in-pyjamas-1 {
  background: #a98c66;
}

.active\:bg-brands-ninjas-in-pyjamas-1:active,
.focus\:bg-brands-ninjas-in-pyjamas-1:focus,
.hover\:bg-brands-ninjas-in-pyjamas-1:hover {
  background: #a98c66;
}

.bg-brands-ninjas-in-pyjamas-2 {
  background: #12191c;
}

.active\:bg-brands-ninjas-in-pyjamas-2:active,
.focus\:bg-brands-ninjas-in-pyjamas-2:focus,
.hover\:bg-brands-ninjas-in-pyjamas-2:hover {
  background: #12191c;
}

.bg-brands-ninjas-in-pyjamas-3 {
  background: #6f7f8d;
}

.active\:bg-brands-ninjas-in-pyjamas-3:active,
.focus\:bg-brands-ninjas-in-pyjamas-3:focus,
.hover\:bg-brands-ninjas-in-pyjamas-3:hover {
  background: #6f7f8d;
}

.bg-brands-ninjas-in-pyjamas-4 {
  background: #000000;
}

.active\:bg-brands-ninjas-in-pyjamas-4:active,
.focus\:bg-brands-ninjas-in-pyjamas-4:focus,
.hover\:bg-brands-ninjas-in-pyjamas-4:hover {
  background: #000000;
}

.bg-brands-nintendo {
  background: #e60012;
}

.active\:bg-brands-nintendo:active,
.focus\:bg-brands-nintendo:focus,
.hover\:bg-brands-nintendo:hover {
  background: #e60012;
}

.bg-brands-nintendo-1 {
  background: #e60012;
}

.active\:bg-brands-nintendo-1:active,
.focus\:bg-brands-nintendo-1:focus,
.hover\:bg-brands-nintendo-1:hover {
  background: #e60012;
}

.bg-brands-nintendo-2 {
  background: #8c8c8c;
}

.active\:bg-brands-nintendo-2:active,
.focus\:bg-brands-nintendo-2:focus,
.hover\:bg-brands-nintendo-2:hover {
  background: #8c8c8c;
}

.bg-brands-nintendo-3 {
  background: #ffffff;
}

.active\:bg-brands-nintendo-3:active,
.focus\:bg-brands-nintendo-3:focus,
.hover\:bg-brands-nintendo-3:hover {
  background: #ffffff;
}

.bg-brands-node-js {
  background: #215732;
}

.active\:bg-brands-node-js:active,
.focus\:bg-brands-node-js:focus,
.hover\:bg-brands-node-js:hover {
  background: #215732;
}

.bg-brands-node-js-1 {
  background: #215732;
}

.active\:bg-brands-node-js-1:active,
.focus\:bg-brands-node-js-1:focus,
.hover\:bg-brands-node-js-1:hover {
  background: #215732;
}

.bg-brands-node-js-2 {
  background: #6cc24a;
}

.active\:bg-brands-node-js-2:active,
.focus\:bg-brands-node-js-2:focus,
.hover\:bg-brands-node-js-2:hover {
  background: #6cc24a;
}

.bg-brands-node-js-3 {
  background: #44883e;
}

.active\:bg-brands-node-js-3:active,
.focus\:bg-brands-node-js-3:focus,
.hover\:bg-brands-node-js-3:hover {
  background: #44883e;
}

.bg-brands-node-js-4 {
  background: #333333;
}

.active\:bg-brands-node-js-4:active,
.focus\:bg-brands-node-js-4:focus,
.hover\:bg-brands-node-js-4:hover {
  background: #333333;
}

.bg-brands-nokia {
  background: #124191;
}

.active\:bg-brands-nokia:active,
.focus\:bg-brands-nokia:focus,
.hover\:bg-brands-nokia:hover {
  background: #124191;
}

.bg-brands-nokia-1 {
  background: #124191;
}

.active\:bg-brands-nokia-1:active,
.focus\:bg-brands-nokia-1:focus,
.hover\:bg-brands-nokia-1:hover {
  background: #124191;
}

.bg-brands-norsan-media {
  background: #0390d8;
}

.active\:bg-brands-norsan-media:active,
.focus\:bg-brands-norsan-media:focus,
.hover\:bg-brands-norsan-media:hover {
  background: #0390d8;
}

.bg-brands-norsan-media-1 {
  background: #0390d8;
}

.active\:bg-brands-norsan-media-1:active,
.focus\:bg-brands-norsan-media-1:focus,
.hover\:bg-brands-norsan-media-1:hover {
  background: #0390d8;
}

.bg-brands-northern-arizona-university {
  background: #003466;
}

.active\:bg-brands-northern-arizona-university:active,
.focus\:bg-brands-northern-arizona-university:focus,
.hover\:bg-brands-northern-arizona-university:hover {
  background: #003466;
}

.bg-brands-northern-arizona-university-1 {
  background: #003466;
}

.active\:bg-brands-northern-arizona-university-1:active,
.focus\:bg-brands-northern-arizona-university-1:focus,
.hover\:bg-brands-northern-arizona-university-1:hover {
  background: #003466;
}

.bg-brands-northern-arizona-university-2 {
  background: #557665;
}

.active\:bg-brands-northern-arizona-university-2:active,
.focus\:bg-brands-northern-arizona-university-2:focus,
.hover\:bg-brands-northern-arizona-university-2:hover {
  background: #557665;
}

.bg-brands-northwestern-university {
  background: #4e2a84;
}

.active\:bg-brands-northwestern-university:active,
.focus\:bg-brands-northwestern-university:focus,
.hover\:bg-brands-northwestern-university:hover {
  background: #4e2a84;
}

.bg-brands-northwestern-university-1 {
  background: #4e2a84;
}

.active\:bg-brands-northwestern-university-1:active,
.focus\:bg-brands-northwestern-university-1:focus,
.hover\:bg-brands-northwestern-university-1:hover {
  background: #4e2a84;
}

.bg-brands-northwestern-university-2 {
  background: #836eaa;
}

.active\:bg-brands-northwestern-university-2:active,
.focus\:bg-brands-northwestern-university-2:focus,
.hover\:bg-brands-northwestern-university-2:hover {
  background: #836eaa;
}

.bg-brands-northwestern-university-3 {
  background: #401f68;
}

.active\:bg-brands-northwestern-university-3:active,
.focus\:bg-brands-northwestern-university-3:focus,
.hover\:bg-brands-northwestern-university-3:hover {
  background: #401f68;
}

.bg-brands-northwestern-university-4 {
  background: #b6acd1;
}

.active\:bg-brands-northwestern-university-4:active,
.focus\:bg-brands-northwestern-university-4:focus,
.hover\:bg-brands-northwestern-university-4:hover {
  background: #b6acd1;
}

.bg-brands-northwestern-university-5 {
  background: #e4e0ee;
}

.active\:bg-brands-northwestern-university-5:active,
.focus\:bg-brands-northwestern-university-5:focus,
.hover\:bg-brands-northwestern-university-5:hover {
  background: #e4e0ee;
}

.bg-brands-northwestern-university-6 {
  background: #342f2e;
}

.active\:bg-brands-northwestern-university-6:active,
.focus\:bg-brands-northwestern-university-6:focus,
.hover\:bg-brands-northwestern-university-6:hover {
  background: #342f2e;
}

.bg-brands-northwestern-university-7 {
  background: #716c6b;
}

.active\:bg-brands-northwestern-university-7:active,
.focus\:bg-brands-northwestern-university-7:focus,
.hover\:bg-brands-northwestern-university-7:hover {
  background: #716c6b;
}

.bg-brands-northwestern-university-8 {
  background: #bbb8b8;
}

.active\:bg-brands-northwestern-university-8:active,
.focus\:bg-brands-northwestern-university-8:focus,
.hover\:bg-brands-northwestern-university-8:hover {
  background: #bbb8b8;
}

.bg-brands-northwestern-university-9 {
  background: #d8d6d6;
}

.active\:bg-brands-northwestern-university-9:active,
.focus\:bg-brands-northwestern-university-9:focus,
.hover\:bg-brands-northwestern-university-9:hover {
  background: #d8d6d6;
}

.bg-brands-novartis {
  background: #765438;
}

.active\:bg-brands-novartis:active,
.focus\:bg-brands-novartis:focus,
.hover\:bg-brands-novartis:hover {
  background: #765438;
}

.bg-brands-novartis-1 {
  background: #765438;
}

.active\:bg-brands-novartis-1:active,
.focus\:bg-brands-novartis-1:focus,
.hover\:bg-brands-novartis-1:hover {
  background: #765438;
}

.bg-brands-novartis-2 {
  background: #a13323;
}

.active\:bg-brands-novartis-2:active,
.focus\:bg-brands-novartis-2:focus,
.hover\:bg-brands-novartis-2:hover {
  background: #a13323;
}

.bg-brands-novartis-3 {
  background: #e65124;
}

.active\:bg-brands-novartis-3:active,
.focus\:bg-brands-novartis-3:focus,
.hover\:bg-brands-novartis-3:hover {
  background: #e65124;
}

.bg-brands-novartis-4 {
  background: #ec7f22;
}

.active\:bg-brands-novartis-4:active,
.focus\:bg-brands-novartis-4:focus,
.hover\:bg-brands-novartis-4:hover {
  background: #ec7f22;
}

.bg-brands-novartis-5 {
  background: #f8b22a;
}

.active\:bg-brands-novartis-5:active,
.focus\:bg-brands-novartis-5:focus,
.hover\:bg-brands-novartis-5:hover {
  background: #f8b22a;
}

.bg-brands-novartis-6 {
  background: #ffd430;
}

.active\:bg-brands-novartis-6:active,
.focus\:bg-brands-novartis-6:focus,
.hover\:bg-brands-novartis-6:hover {
  background: #ffd430;
}

.bg-brands-npm {
  background: #cb3837;
}

.active\:bg-brands-npm:active,
.focus\:bg-brands-npm:focus,
.hover\:bg-brands-npm:hover {
  background: #cb3837;
}

.bg-brands-npm-1 {
  background: #cb3837;
}

.active\:bg-brands-npm-1:active,
.focus\:bg-brands-npm-1:focus,
.hover\:bg-brands-npm-1:hover {
  background: #cb3837;
}

.bg-brands-ns {
  background: #ffc61e;
}

.active\:bg-brands-ns:active,
.focus\:bg-brands-ns:focus,
.hover\:bg-brands-ns:hover {
  background: #ffc61e;
}

.bg-brands-ns-1 {
  background: #ffc61e;
}

.active\:bg-brands-ns-1:active,
.focus\:bg-brands-ns-1:focus,
.hover\:bg-brands-ns-1:hover {
  background: #ffc61e;
}

.bg-brands-ns-2 {
  background: #00337f;
}

.active\:bg-brands-ns-2:active,
.focus\:bg-brands-ns-2:focus,
.hover\:bg-brands-ns-2:hover {
  background: #00337f;
}

.bg-brands-ns-2-alt {
  background: #003082;
}

.active\:bg-brands-ns-2-alt:active,
.focus\:bg-brands-ns-2-alt:focus,
.hover\:bg-brands-ns-2-alt:hover {
  background: #003082;
}

.bg-brands-ns-2-1 {
  background: #003082;
}

.active\:bg-brands-ns-2-1:active,
.focus\:bg-brands-ns-2-1:focus,
.hover\:bg-brands-ns-2-1:hover {
  background: #003082;
}

.bg-brands-ns-2-2 {
  background: #ffc917;
}

.active\:bg-brands-ns-2-2:active,
.focus\:bg-brands-ns-2-2:focus,
.hover\:bg-brands-ns-2-2:hover {
  background: #ffc917;
}

.bg-brands-nvidia {
  background: #76b900;
}

.active\:bg-brands-nvidia:active,
.focus\:bg-brands-nvidia:focus,
.hover\:bg-brands-nvidia:hover {
  background: #76b900;
}

.bg-brands-nvidia-1 {
  background: #76b900;
}

.active\:bg-brands-nvidia-1:active,
.focus\:bg-brands-nvidia-1:focus,
.hover\:bg-brands-nvidia-1:hover {
  background: #76b900;
}

.bg-brands-nzxt {
  background: #51007a;
}

.active\:bg-brands-nzxt:active,
.focus\:bg-brands-nzxt:focus,
.hover\:bg-brands-nzxt:hover {
  background: #51007a;
}

.bg-brands-nzxt-1 {
  background: #51007a;
}

.active\:bg-brands-nzxt-1:active,
.focus\:bg-brands-nzxt-1:focus,
.hover\:bg-brands-nzxt-1:hover {
  background: #51007a;
}

.bg-brands-nzxt-2 {
  background: #dbe800;
}

.active\:bg-brands-nzxt-2:active,
.focus\:bg-brands-nzxt-2:focus,
.hover\:bg-brands-nzxt-2:hover {
  background: #dbe800;
}

.bg-brands-nzxt-3 {
  background: #d0d3d4;
}

.active\:bg-brands-nzxt-3:active,
.focus\:bg-brands-nzxt-3:focus,
.hover\:bg-brands-nzxt-3:hover {
  background: #d0d3d4;
}

.bg-brands-nzxt-4 {
  background: #7c878e;
}

.active\:bg-brands-nzxt-4:active,
.focus\:bg-brands-nzxt-4:focus,
.hover\:bg-brands-nzxt-4:hover {
  background: #7c878e;
}

.bg-brands-obb {
  background: #e2002a;
}

.active\:bg-brands-obb:active,
.focus\:bg-brands-obb:focus,
.hover\:bg-brands-obb:hover {
  background: #e2002a;
}

.bg-brands-obb-1 {
  background: #e2002a;
}

.active\:bg-brands-obb-1:active,
.focus\:bg-brands-obb-1:focus,
.hover\:bg-brands-obb-1:hover {
  background: #e2002a;
}

.bg-brands-obb-2 {
  background: #6e6e6e;
}

.active\:bg-brands-obb-2:active,
.focus\:bg-brands-obb-2:focus,
.hover\:bg-brands-obb-2:hover {
  background: #6e6e6e;
}

.bg-brands-odnoklassniki {
  background: #ed812b;
}

.active\:bg-brands-odnoklassniki:active,
.focus\:bg-brands-odnoklassniki:focus,
.hover\:bg-brands-odnoklassniki:hover {
  background: #ed812b;
}

.bg-brands-odnoklassniki-1 {
  background: #ed812b;
}

.active\:bg-brands-odnoklassniki-1:active,
.focus\:bg-brands-odnoklassniki-1:focus,
.hover\:bg-brands-odnoklassniki-1:hover {
  background: #ed812b;
}

.bg-brands-office-sway {
  background: #008272;
}

.active\:bg-brands-office-sway:active,
.focus\:bg-brands-office-sway:focus,
.hover\:bg-brands-office-sway:hover {
  background: #008272;
}

.bg-brands-office-sway-1 {
  background: #008272;
}

.active\:bg-brands-office-sway-1:active,
.focus\:bg-brands-office-sway-1:focus,
.hover\:bg-brands-office-sway-1:hover {
  background: #008272;
}

.bg-brands-oktopost {
  background: #001f2d;
}

.active\:bg-brands-oktopost:active,
.focus\:bg-brands-oktopost:focus,
.hover\:bg-brands-oktopost:hover {
  background: #001f2d;
}

.bg-brands-oktopost-1 {
  background: #001f2d;
}

.active\:bg-brands-oktopost-1:active,
.focus\:bg-brands-oktopost-1:focus,
.hover\:bg-brands-oktopost-1:hover {
  background: #001f2d;
}

.bg-brands-oktopost-2 {
  background: #008fd4;
}

.active\:bg-brands-oktopost-2:active,
.focus\:bg-brands-oktopost-2:focus,
.hover\:bg-brands-oktopost-2:hover {
  background: #008fd4;
}

.bg-brands-oktopost-3 {
  background: #696969;
}

.active\:bg-brands-oktopost-3:active,
.focus\:bg-brands-oktopost-3:focus,
.hover\:bg-brands-oktopost-3:hover {
  background: #696969;
}

.bg-brands-oktopost-4 {
  background: #cccccc;
}

.active\:bg-brands-oktopost-4:active,
.focus\:bg-brands-oktopost-4:focus,
.hover\:bg-brands-oktopost-4:hover {
  background: #cccccc;
}

.bg-brands-oktopost-5 {
  background: #eeeeee;
}

.active\:bg-brands-oktopost-5:active,
.focus\:bg-brands-oktopost-5:focus,
.hover\:bg-brands-oktopost-5:hover {
  background: #eeeeee;
}

.bg-brands-olark {
  background: #8d989a;
}

.active\:bg-brands-olark:active,
.focus\:bg-brands-olark:focus,
.hover\:bg-brands-olark:hover {
  background: #8d989a;
}

.bg-brands-olark-1 {
  background: #8d989a;
}

.active\:bg-brands-olark-1:active,
.focus\:bg-brands-olark-1:focus,
.hover\:bg-brands-olark-1:hover {
  background: #8d989a;
}

.bg-brands-olark-2 {
  background: #744da8;
}

.active\:bg-brands-olark-2:active,
.focus\:bg-brands-olark-2:focus,
.hover\:bg-brands-olark-2:hover {
  background: #744da8;
}

.bg-brands-olark-3 {
  background: #1fb3e0;
}

.active\:bg-brands-olark-3:active,
.focus\:bg-brands-olark-3:focus,
.hover\:bg-brands-olark-3:hover {
  background: #1fb3e0;
}

.bg-brands-olark-4 {
  background: #49c219;
}

.active\:bg-brands-olark-4:active,
.focus\:bg-brands-olark-4:focus,
.hover\:bg-brands-olark-4:hover {
  background: #49c219;
}

.bg-brands-olark-5 {
  background: #f4dc2a;
}

.active\:bg-brands-olark-5:active,
.focus\:bg-brands-olark-5:focus,
.hover\:bg-brands-olark-5:hover {
  background: #f4dc2a;
}

.bg-brands-olark-6 {
  background: #eeb417;
}

.active\:bg-brands-olark-6:active,
.focus\:bg-brands-olark-6:focus,
.hover\:bg-brands-olark-6:hover {
  background: #eeb417;
}

.bg-brands-olark-7 {
  background: #d65129;
}

.active\:bg-brands-olark-7:active,
.focus\:bg-brands-olark-7:focus,
.hover\:bg-brands-olark-7:hover {
  background: #d65129;
}

.bg-brands-olympus {
  background: #08107b;
}

.active\:bg-brands-olympus:active,
.focus\:bg-brands-olympus:focus,
.hover\:bg-brands-olympus:hover {
  background: #08107b;
}

.bg-brands-olympus-1 {
  background: #08107b;
}

.active\:bg-brands-olympus-1:active,
.focus\:bg-brands-olympus-1:focus,
.hover\:bg-brands-olympus-1:hover {
  background: #08107b;
}

.bg-brands-olympus-2 {
  background: #dfb226;
}

.active\:bg-brands-olympus-2:active,
.focus\:bg-brands-olympus-2:focus,
.hover\:bg-brands-olympus-2:hover {
  background: #dfb226;
}

.bg-brands-olympus-3 {
  background: #777777;
}

.active\:bg-brands-olympus-3:active,
.focus\:bg-brands-olympus-3:focus,
.hover\:bg-brands-olympus-3:hover {
  background: #777777;
}

.bg-brands-oneplus {
  background: #eb0029;
}

.active\:bg-brands-oneplus:active,
.focus\:bg-brands-oneplus:focus,
.hover\:bg-brands-oneplus:hover {
  background: #eb0029;
}

.bg-brands-oneplus-1 {
  background: #eb0029;
}

.active\:bg-brands-oneplus-1:active,
.focus\:bg-brands-oneplus-1:focus,
.hover\:bg-brands-oneplus-1:hover {
  background: #eb0029;
}

.bg-brands-onshape {
  background: #1b5faa;
}

.active\:bg-brands-onshape:active,
.focus\:bg-brands-onshape:focus,
.hover\:bg-brands-onshape:hover {
  background: #1b5faa;
}

.bg-brands-onshape-1 {
  background: #1b5faa;
}

.active\:bg-brands-onshape-1:active,
.focus\:bg-brands-onshape-1:focus,
.hover\:bg-brands-onshape-1:hover {
  background: #1b5faa;
}

.bg-brands-onshape-2 {
  background: #90cef1;
}

.active\:bg-brands-onshape-2:active,
.focus\:bg-brands-onshape-2:focus,
.hover\:bg-brands-onshape-2:hover {
  background: #90cef1;
}

.bg-brands-onshape-3 {
  background: #ffc20e;
}

.active\:bg-brands-onshape-3:active,
.focus\:bg-brands-onshape-3:focus,
.hover\:bg-brands-onshape-3:hover {
  background: #ffc20e;
}

.bg-brands-oovoo {
  background: #eeaf00;
}

.active\:bg-brands-oovoo:active,
.focus\:bg-brands-oovoo:focus,
.hover\:bg-brands-oovoo:hover {
  background: #eeaf00;
}

.bg-brands-oovoo-1 {
  background: #eeaf00;
}

.active\:bg-brands-oovoo-1:active,
.focus\:bg-brands-oovoo-1:focus,
.hover\:bg-brands-oovoo-1:hover {
  background: #eeaf00;
}

.bg-brands-opera {
  background: #cc0f16;
}

.active\:bg-brands-opera:active,
.focus\:bg-brands-opera:focus,
.hover\:bg-brands-opera:hover {
  background: #cc0f16;
}

.bg-brands-opera-1 {
  background: #cc0f16;
}

.active\:bg-brands-opera-1:active,
.focus\:bg-brands-opera-1:focus,
.hover\:bg-brands-opera-1:hover {
  background: #cc0f16;
}

.bg-brands-opera-2 {
  background: #9c9e9f;
}

.active\:bg-brands-opera-2:active,
.focus\:bg-brands-opera-2:focus,
.hover\:bg-brands-opera-2:hover {
  background: #9c9e9f;
}

.bg-brands-oracle {
  background: #ff0000;
}

.active\:bg-brands-oracle:active,
.focus\:bg-brands-oracle:focus,
.hover\:bg-brands-oracle:hover {
  background: #ff0000;
}

.bg-brands-oracle-1 {
  background: #ff0000;
}

.active\:bg-brands-oracle-1:active,
.focus\:bg-brands-oracle-1:focus,
.hover\:bg-brands-oracle-1:hover {
  background: #ff0000;
}

.bg-brands-oracle-2 {
  background: #000000;
}

.active\:bg-brands-oracle-2:active,
.focus\:bg-brands-oracle-2:focus,
.hover\:bg-brands-oracle-2:hover {
  background: #000000;
}

.bg-brands-oracle-3 {
  background: #7f7f7f;
}

.active\:bg-brands-oracle-3:active,
.focus\:bg-brands-oracle-3:focus,
.hover\:bg-brands-oracle-3:hover {
  background: #7f7f7f;
}

.bg-brands-oregon-state-university {
  background: #dc4405;
}

.active\:bg-brands-oregon-state-university:active,
.focus\:bg-brands-oregon-state-university:focus,
.hover\:bg-brands-oregon-state-university:hover {
  background: #dc4405;
}

.bg-brands-oregon-state-university-1 {
  background: #dc4405;
}

.active\:bg-brands-oregon-state-university-1:active,
.focus\:bg-brands-oregon-state-university-1:focus,
.hover\:bg-brands-oregon-state-university-1:hover {
  background: #dc4405;
}

.bg-brands-oregon-state-university-2 {
  background: #000000;
}

.active\:bg-brands-oregon-state-university-2:active,
.focus\:bg-brands-oregon-state-university-2:focus,
.hover\:bg-brands-oregon-state-university-2:hover {
  background: #000000;
}

.bg-brands-overstock {
  background: #c7202c;
}

.active\:bg-brands-overstock:active,
.focus\:bg-brands-overstock:focus,
.hover\:bg-brands-overstock:hover {
  background: #c7202c;
}

.bg-brands-overstock-1 {
  background: #c7202c;
}

.active\:bg-brands-overstock-1:active,
.focus\:bg-brands-overstock-1:focus,
.hover\:bg-brands-overstock-1:hover {
  background: #c7202c;
}

.bg-brands-oxford-university-press {
  background: #002147;
}

.active\:bg-brands-oxford-university-press:active,
.focus\:bg-brands-oxford-university-press:focus,
.hover\:bg-brands-oxford-university-press:hover {
  background: #002147;
}

.bg-brands-oxford-university-press-1 {
  background: #002147;
}

.active\:bg-brands-oxford-university-press-1:active,
.focus\:bg-brands-oxford-university-press-1:focus,
.hover\:bg-brands-oxford-university-press-1:hover {
  background: #002147;
}

.bg-brands-oxford-university-press-2 {
  background: #000000;
}

.active\:bg-brands-oxford-university-press-2:active,
.focus\:bg-brands-oxford-university-press-2:focus,
.hover\:bg-brands-oxford-university-press-2:hover {
  background: #000000;
}

.bg-brands-oxford-university-press-3 {
  background: #666666;
}

.active\:bg-brands-oxford-university-press-3:active,
.focus\:bg-brands-oxford-university-press-3:focus,
.hover\:bg-brands-oxford-university-press-3:hover {
  background: #666666;
}

.bg-brands-pac-12 {
  background: #004b91;
}

.active\:bg-brands-pac-12:active,
.focus\:bg-brands-pac-12:focus,
.hover\:bg-brands-pac-12:hover {
  background: #004b91;
}

.bg-brands-pac-12-1 {
  background: #004b91;
}

.active\:bg-brands-pac-12-1:active,
.focus\:bg-brands-pac-12-1:focus,
.hover\:bg-brands-pac-12-1:hover {
  background: #004b91;
}

.bg-brands-pac-12-2 {
  background: #00274d;
}

.active\:bg-brands-pac-12-2:active,
.focus\:bg-brands-pac-12-2:focus,
.hover\:bg-brands-pac-12-2:hover {
  background: #00274d;
}

.bg-brands-pac-12-3 {
  background: #0076c0;
}

.active\:bg-brands-pac-12-3:active,
.focus\:bg-brands-pac-12-3:focus,
.hover\:bg-brands-pac-12-3:hover {
  background: #0076c0;
}

.bg-brands-pac-12-4 {
  background: #000007;
}

.active\:bg-brands-pac-12-4:active,
.focus\:bg-brands-pac-12-4:focus,
.hover\:bg-brands-pac-12-4:hover {
  background: #000007;
}

.bg-brands-pac-12-5 {
  background: #d6e03d;
}

.active\:bg-brands-pac-12-5:active,
.focus\:bg-brands-pac-12-5:focus,
.hover\:bg-brands-pac-12-5:hover {
  background: #d6e03d;
}

.bg-brands-pac-12-6 {
  background: #a1a1a4;
}

.active\:bg-brands-pac-12-6:active,
.focus\:bg-brands-pac-12-6:focus,
.hover\:bg-brands-pac-12-6:hover {
  background: #a1a1a4;
}

.bg-brands-pac-12-7 {
  background: #e5c5bb;
}

.active\:bg-brands-pac-12-7:active,
.focus\:bg-brands-pac-12-7:focus,
.hover\:bg-brands-pac-12-7:hover {
  background: #e5c5bb;
}

.bg-brands-panasonic {
  background: #0f58a8;
}

.active\:bg-brands-panasonic:active,
.focus\:bg-brands-panasonic:focus,
.hover\:bg-brands-panasonic:hover {
  background: #0f58a8;
}

.bg-brands-panasonic-1 {
  background: #0f58a8;
}

.active\:bg-brands-panasonic-1:active,
.focus\:bg-brands-panasonic-1:focus,
.hover\:bg-brands-panasonic-1:hover {
  background: #0f58a8;
}

.bg-brands-panasonic-2 {
  background: #000000;
}

.active\:bg-brands-panasonic-2:active,
.focus\:bg-brands-panasonic-2:focus,
.hover\:bg-brands-panasonic-2:hover {
  background: #000000;
}

.bg-brands-pandora {
  background: #005483;
}

.active\:bg-brands-pandora:active,
.focus\:bg-brands-pandora:focus,
.hover\:bg-brands-pandora:hover {
  background: #005483;
}

.bg-brands-pandora-1 {
  background: #005483;
}

.active\:bg-brands-pandora-1:active,
.focus\:bg-brands-pandora-1:focus,
.hover\:bg-brands-pandora-1:hover {
  background: #005483;
}

.bg-brands-path {
  background: #ee3423;
}

.active\:bg-brands-path:active,
.focus\:bg-brands-path:focus,
.hover\:bg-brands-path:hover {
  background: #ee3423;
}

.bg-brands-path-1 {
  background: #ee3423;
}

.active\:bg-brands-path-1:active,
.focus\:bg-brands-path-1:focus,
.hover\:bg-brands-path-1:hover {
  background: #ee3423;
}

.bg-brands-patreon {
  background: #f96854;
}

.active\:bg-brands-patreon:active,
.focus\:bg-brands-patreon:focus,
.hover\:bg-brands-patreon:hover {
  background: #f96854;
}

.bg-brands-patreon-1 {
  background: #f96854;
}

.active\:bg-brands-patreon-1:active,
.focus\:bg-brands-patreon-1:focus,
.hover\:bg-brands-patreon-1:hover {
  background: #f96854;
}

.bg-brands-patreon-2 {
  background: #052d49;
}

.active\:bg-brands-patreon-2:active,
.focus\:bg-brands-patreon-2:focus,
.hover\:bg-brands-patreon-2:hover {
  background: #052d49;
}

.bg-brands-paymill {
  background: #f05000;
}

.active\:bg-brands-paymill:active,
.focus\:bg-brands-paymill:focus,
.hover\:bg-brands-paymill:hover {
  background: #f05000;
}

.bg-brands-paymill-1 {
  background: #f05000;
}

.active\:bg-brands-paymill-1:active,
.focus\:bg-brands-paymill-1:focus,
.hover\:bg-brands-paymill-1:hover {
  background: #f05000;
}

.bg-brands-paymo {
  background: #22d0b8;
}

.active\:bg-brands-paymo:active,
.focus\:bg-brands-paymo:focus,
.hover\:bg-brands-paymo:hover {
  background: #22d0b8;
}

.bg-brands-paymo-1 {
  background: #22d0b8;
}

.active\:bg-brands-paymo-1:active,
.focus\:bg-brands-paymo-1:focus,
.hover\:bg-brands-paymo-1:hover {
  background: #22d0b8;
}

.bg-brands-paymo-2 {
  background: #34c950;
}

.active\:bg-brands-paymo-2:active,
.focus\:bg-brands-paymo-2:focus,
.hover\:bg-brands-paymo-2:hover {
  background: #34c950;
}

.bg-brands-paymo-3 {
  background: #8de86e;
}

.active\:bg-brands-paymo-3:active,
.focus\:bg-brands-paymo-3:focus,
.hover\:bg-brands-paymo-3:hover {
  background: #8de86e;
}

.bg-brands-paypal {
  background: #003087;
}

.active\:bg-brands-paypal:active,
.focus\:bg-brands-paypal:focus,
.hover\:bg-brands-paypal:hover {
  background: #003087;
}

.bg-brands-paypal-1 {
  background: #003087;
}

.active\:bg-brands-paypal-1:active,
.focus\:bg-brands-paypal-1:focus,
.hover\:bg-brands-paypal-1:hover {
  background: #003087;
}

.bg-brands-paypal-2 {
  background: #009cde;
}

.active\:bg-brands-paypal-2:active,
.focus\:bg-brands-paypal-2:focus,
.hover\:bg-brands-paypal-2:hover {
  background: #009cde;
}

.bg-brands-paypal-3 {
  background: #012169;
}

.active\:bg-brands-paypal-3:active,
.focus\:bg-brands-paypal-3:focus,
.hover\:bg-brands-paypal-3:hover {
  background: #012169;
}

.bg-brands-pearson {
  background: #ed6b06;
}

.active\:bg-brands-pearson:active,
.focus\:bg-brands-pearson:focus,
.hover\:bg-brands-pearson:hover {
  background: #ed6b06;
}

.bg-brands-pearson-1 {
  background: #ed6b06;
}

.active\:bg-brands-pearson-1:active,
.focus\:bg-brands-pearson-1:focus,
.hover\:bg-brands-pearson-1:hover {
  background: #ed6b06;
}

.bg-brands-pearson-2 {
  background: #9d1348;
}

.active\:bg-brands-pearson-2:active,
.focus\:bg-brands-pearson-2:focus,
.hover\:bg-brands-pearson-2:hover {
  background: #9d1348;
}

.bg-brands-pearson-3 {
  background: #008b5d;
}

.active\:bg-brands-pearson-3:active,
.focus\:bg-brands-pearson-3:focus,
.hover\:bg-brands-pearson-3:hover {
  background: #008b5d;
}

.bg-brands-pearson-4 {
  background: #364395;
}

.active\:bg-brands-pearson-4:active,
.focus\:bg-brands-pearson-4:focus,
.hover\:bg-brands-pearson-4:hover {
  background: #364395;
}

.bg-brands-penguin-books {
  background: #ff6900;
}

.active\:bg-brands-penguin-books:active,
.focus\:bg-brands-penguin-books:focus,
.hover\:bg-brands-penguin-books:hover {
  background: #ff6900;
}

.bg-brands-penguin-books-1 {
  background: #ff6900;
}

.active\:bg-brands-penguin-books-1:active,
.focus\:bg-brands-penguin-books-1:focus,
.hover\:bg-brands-penguin-books-1:hover {
  background: #ff6900;
}

.bg-brands-peopleperhour-com {
  background: #ee7200;
}

.active\:bg-brands-peopleperhour-com:active,
.focus\:bg-brands-peopleperhour-com:focus,
.hover\:bg-brands-peopleperhour-com:hover {
  background: #ee7200;
}

.bg-brands-peopleperhour-com-1 {
  background: #ee7200;
}

.active\:bg-brands-peopleperhour-com-1:active,
.focus\:bg-brands-peopleperhour-com-1:focus,
.hover\:bg-brands-peopleperhour-com-1:hover {
  background: #ee7200;
}

.bg-brands-pepsi {
  background: #e32934;
}

.active\:bg-brands-pepsi:active,
.focus\:bg-brands-pepsi:focus,
.hover\:bg-brands-pepsi:hover {
  background: #e32934;
}

.bg-brands-pepsi-1 {
  background: #e32934;
}

.active\:bg-brands-pepsi-1:active,
.focus\:bg-brands-pepsi-1:focus,
.hover\:bg-brands-pepsi-1:hover {
  background: #e32934;
}

.bg-brands-pepsi-2 {
  background: #004883;
}

.active\:bg-brands-pepsi-2:active,
.focus\:bg-brands-pepsi-2:focus,
.hover\:bg-brands-pepsi-2:hover {
  background: #004883;
}

.bg-brands-periscope {
  background: #3aa4c6;
}

.active\:bg-brands-periscope:active,
.focus\:bg-brands-periscope:focus,
.hover\:bg-brands-periscope:hover {
  background: #3aa4c6;
}

.bg-brands-periscope-1 {
  background: #3aa4c6;
}

.active\:bg-brands-periscope-1:active,
.focus\:bg-brands-periscope-1:focus,
.hover\:bg-brands-periscope-1:hover {
  background: #3aa4c6;
}

.bg-brands-periscope-2 {
  background: #d75444;
}

.active\:bg-brands-periscope-2:active,
.focus\:bg-brands-periscope-2:focus,
.hover\:bg-brands-periscope-2:hover {
  background: #d75444;
}

.bg-brands-pfizer {
  background: #0093d0;
}

.active\:bg-brands-pfizer:active,
.focus\:bg-brands-pfizer:focus,
.hover\:bg-brands-pfizer:hover {
  background: #0093d0;
}

.bg-brands-pfizer-1 {
  background: #0093d0;
}

.active\:bg-brands-pfizer-1:active,
.focus\:bg-brands-pfizer-1:focus,
.hover\:bg-brands-pfizer-1:hover {
  background: #0093d0;
}

.bg-brands-pfizer-2 {
  background: #000000;
}

.active\:bg-brands-pfizer-2:active,
.focus\:bg-brands-pfizer-2:focus,
.hover\:bg-brands-pfizer-2:hover {
  background: #000000;
}

.bg-brands-pfizer-3 {
  background: #616365;
}

.active\:bg-brands-pfizer-3:active,
.focus\:bg-brands-pfizer-3:focus,
.hover\:bg-brands-pfizer-3:hover {
  background: #616365;
}

.bg-brands-pfizer-4 {
  background: #00aeef;
}

.active\:bg-brands-pfizer-4:active,
.focus\:bg-brands-pfizer-4:focus,
.hover\:bg-brands-pfizer-4:hover {
  background: #00aeef;
}

.bg-brands-pfizer-5 {
  background: #d6006e;
}

.active\:bg-brands-pfizer-5:active,
.focus\:bg-brands-pfizer-5:focus,
.hover\:bg-brands-pfizer-5:hover {
  background: #d6006e;
}

.bg-brands-pfizer-6 {
  background: #75d1e0;
}

.active\:bg-brands-pfizer-6:active,
.focus\:bg-brands-pfizer-6:focus,
.hover\:bg-brands-pfizer-6:hover {
  background: #75d1e0;
}

.bg-brands-pfizer-7 {
  background: #7dba00;
}

.active\:bg-brands-pfizer-7:active,
.focus\:bg-brands-pfizer-7:focus,
.hover\:bg-brands-pfizer-7:hover {
  background: #7dba00;
}

.bg-brands-pfizer-8 {
  background: #cc292b;
}

.active\:bg-brands-pfizer-8:active,
.focus\:bg-brands-pfizer-8:focus,
.hover\:bg-brands-pfizer-8:hover {
  background: #cc292b;
}

.bg-brands-pfizer-9 {
  background: #00a950;
}

.active\:bg-brands-pfizer-9:active,
.focus\:bg-brands-pfizer-9:focus,
.hover\:bg-brands-pfizer-9:hover {
  background: #00a950;
}

.bg-brands-pfizer-10 {
  background: #f8971d;
}

.active\:bg-brands-pfizer-10:active,
.focus\:bg-brands-pfizer-10:focus,
.hover\:bg-brands-pfizer-10:hover {
  background: #f8971d;
}

.bg-brands-pfizer-11 {
  background: #f7d417;
}

.active\:bg-brands-pfizer-11:active,
.focus\:bg-brands-pfizer-11:focus,
.hover\:bg-brands-pfizer-11:hover {
  background: #f7d417;
}

.bg-brands-pfizer-12 {
  background: #4a245e;
}

.active\:bg-brands-pfizer-12:active,
.focus\:bg-brands-pfizer-12:focus,
.hover\:bg-brands-pfizer-12:hover {
  background: #4a245e;
}

.bg-brands-pfizer-13 {
  background: #f26649;
}

.active\:bg-brands-pfizer-13:active,
.focus\:bg-brands-pfizer-13:focus,
.hover\:bg-brands-pfizer-13:hover {
  background: #f26649;
}

.bg-brands-philips {
  background: #0e5fd8;
}

.active\:bg-brands-philips:active,
.focus\:bg-brands-philips:focus,
.hover\:bg-brands-philips:hover {
  background: #0e5fd8;
}

.bg-brands-philips-1 {
  background: #0e5fd8;
}

.active\:bg-brands-philips-1:active,
.focus\:bg-brands-philips-1:focus,
.hover\:bg-brands-philips-1:hover {
  background: #0e5fd8;
}

.bg-brands-photobucket {
  background: #0ea0db;
}

.active\:bg-brands-photobucket:active,
.focus\:bg-brands-photobucket:focus,
.hover\:bg-brands-photobucket:hover {
  background: #0ea0db;
}

.bg-brands-photobucket-1 {
  background: #0ea0db;
}

.active\:bg-brands-photobucket-1:active,
.focus\:bg-brands-photobucket-1:focus,
.hover\:bg-brands-photobucket-1:hover {
  background: #0ea0db;
}

.bg-brands-photobucket-2 {
  background: #000000;
}

.active\:bg-brands-photobucket-2:active,
.focus\:bg-brands-photobucket-2:focus,
.hover\:bg-brands-photobucket-2:hover {
  background: #000000;
}

.bg-brands-php {
  background: #8892be;
}

.active\:bg-brands-php:active,
.focus\:bg-brands-php:focus,
.hover\:bg-brands-php:hover {
  background: #8892be;
}

.bg-brands-php-1 {
  background: #8892be;
}

.active\:bg-brands-php-1:active,
.focus\:bg-brands-php-1:focus,
.hover\:bg-brands-php-1:hover {
  background: #8892be;
}

.bg-brands-php-2 {
  background: #4f5b93;
}

.active\:bg-brands-php-2:active,
.focus\:bg-brands-php-2:focus,
.hover\:bg-brands-php-2:hover {
  background: #4f5b93;
}

.bg-brands-php-3 {
  background: #99cc99;
}

.active\:bg-brands-php-3:active,
.focus\:bg-brands-php-3:focus,
.hover\:bg-brands-php-3:hover {
  background: #99cc99;
}

.bg-brands-pikabu {
  background: #5dbe57;
}

.active\:bg-brands-pikabu:active,
.focus\:bg-brands-pikabu:focus,
.hover\:bg-brands-pikabu:hover {
  background: #5dbe57;
}

.bg-brands-pikabu-1 {
  background: #5dbe57;
}

.active\:bg-brands-pikabu-1:active,
.focus\:bg-brands-pikabu-1:focus,
.hover\:bg-brands-pikabu-1:hover {
  background: #5dbe57;
}

.bg-brands-pinboard {
  background: #0000e6;
}

.active\:bg-brands-pinboard:active,
.focus\:bg-brands-pinboard:focus,
.hover\:bg-brands-pinboard:hover {
  background: #0000e6;
}

.bg-brands-pinboard-1 {
  background: #0000e6;
}

.active\:bg-brands-pinboard-1:active,
.focus\:bg-brands-pinboard-1:focus,
.hover\:bg-brands-pinboard-1:hover {
  background: #0000e6;
}

.bg-brands-pinterest {
  background: #e60023;
}

.active\:bg-brands-pinterest:active,
.focus\:bg-brands-pinterest:focus,
.hover\:bg-brands-pinterest:hover {
  background: #e60023;
}

.bg-brands-pinterest-1 {
  background: #e60023;
}

.active\:bg-brands-pinterest-1:active,
.focus\:bg-brands-pinterest-1:focus,
.hover\:bg-brands-pinterest-1:hover {
  background: #e60023;
}

.bg-brands-pizza-hut {
  background: #ee3124;
}

.active\:bg-brands-pizza-hut:active,
.focus\:bg-brands-pizza-hut:focus,
.hover\:bg-brands-pizza-hut:hover {
  background: #ee3124;
}

.bg-brands-pizza-hut-1 {
  background: #ee3124;
}

.active\:bg-brands-pizza-hut-1:active,
.focus\:bg-brands-pizza-hut-1:focus,
.hover\:bg-brands-pizza-hut-1:hover {
  background: #ee3124;
}

.bg-brands-pizza-hut-2 {
  background: #00a160;
}

.active\:bg-brands-pizza-hut-2:active,
.focus\:bg-brands-pizza-hut-2:focus,
.hover\:bg-brands-pizza-hut-2:hover {
  background: #00a160;
}

.bg-brands-pizza-hut-3 {
  background: #ffc425;
}

.active\:bg-brands-pizza-hut-3:active,
.focus\:bg-brands-pizza-hut-3:focus,
.hover\:bg-brands-pizza-hut-3:hover {
  background: #ffc425;
}

.bg-brands-plasso {
  background: #6585ed;
}

.active\:bg-brands-plasso:active,
.focus\:bg-brands-plasso:focus,
.hover\:bg-brands-plasso:hover {
  background: #6585ed;
}

.bg-brands-plasso-1 {
  background: #6585ed;
}

.active\:bg-brands-plasso-1:active,
.focus\:bg-brands-plasso-1:focus,
.hover\:bg-brands-plasso-1:hover {
  background: #6585ed;
}

.bg-brands-plasso-2 {
  background: #f5756c;
}

.active\:bg-brands-plasso-2:active,
.focus\:bg-brands-plasso-2:focus,
.hover\:bg-brands-plasso-2:hover {
  background: #f5756c;
}

.bg-brands-plasso-3 {
  background: #98afc0;
}

.active\:bg-brands-plasso-3:active,
.focus\:bg-brands-plasso-3:focus,
.hover\:bg-brands-plasso-3:hover {
  background: #98afc0;
}

.bg-brands-plasso-4 {
  background: #2f3148;
}

.active\:bg-brands-plasso-4:active,
.focus\:bg-brands-plasso-4:focus,
.hover\:bg-brands-plasso-4:hover {
  background: #2f3148;
}

.bg-brands-plaxo {
  background: #414f5a;
}

.active\:bg-brands-plaxo:active,
.focus\:bg-brands-plaxo:focus,
.hover\:bg-brands-plaxo:hover {
  background: #414f5a;
}

.bg-brands-plaxo-1 {
  background: #414f5a;
}

.active\:bg-brands-plaxo-1:active,
.focus\:bg-brands-plaxo-1:focus,
.hover\:bg-brands-plaxo-1:hover {
  background: #414f5a;
}

.bg-brands-playstation {
  background: #003087;
}

.active\:bg-brands-playstation:active,
.focus\:bg-brands-playstation:focus,
.hover\:bg-brands-playstation:hover {
  background: #003087;
}

.bg-brands-playstation-1 {
  background: #003087;
}

.active\:bg-brands-playstation-1:active,
.focus\:bg-brands-playstation-1:focus,
.hover\:bg-brands-playstation-1:hover {
  background: #003087;
}

.bg-brands-plex {
  background: #e5a00d;
}

.active\:bg-brands-plex:active,
.focus\:bg-brands-plex:focus,
.hover\:bg-brands-plex:hover {
  background: #e5a00d;
}

.bg-brands-plex-1 {
  background: #e5a00d;
}

.active\:bg-brands-plex-1:active,
.focus\:bg-brands-plex-1:focus,
.hover\:bg-brands-plex-1:hover {
  background: #e5a00d;
}

.bg-brands-plex-2 {
  background: #282a2d;
}

.active\:bg-brands-plex-2:active,
.focus\:bg-brands-plex-2:focus,
.hover\:bg-brands-plex-2:hover {
  background: #282a2d;
}

.bg-brands-pocket {
  background: #ef4056;
}

.active\:bg-brands-pocket:active,
.focus\:bg-brands-pocket:focus,
.hover\:bg-brands-pocket:hover {
  background: #ef4056;
}

.bg-brands-pocket-1 {
  background: #ef4056;
}

.active\:bg-brands-pocket-1:active,
.focus\:bg-brands-pocket-1:focus,
.hover\:bg-brands-pocket-1:hover {
  background: #ef4056;
}

.bg-brands-pocket-2 {
  background: #50bcb6;
}

.active\:bg-brands-pocket-2:active,
.focus\:bg-brands-pocket-2:focus,
.hover\:bg-brands-pocket-2:hover {
  background: #50bcb6;
}

.bg-brands-poczta-polska {
  background: #d52b1e;
}

.active\:bg-brands-poczta-polska:active,
.focus\:bg-brands-poczta-polska:focus,
.hover\:bg-brands-poczta-polska:hover {
  background: #d52b1e;
}

.bg-brands-poczta-polska-1 {
  background: #d52b1e;
}

.active\:bg-brands-poczta-polska-1:active,
.focus\:bg-brands-poczta-polska-1:focus,
.hover\:bg-brands-poczta-polska-1:hover {
  background: #d52b1e;
}

.bg-brands-polariod {
  background: #00a3e2;
}

.active\:bg-brands-polariod:active,
.focus\:bg-brands-polariod:focus,
.hover\:bg-brands-polariod:hover {
  background: #00a3e2;
}

.bg-brands-polariod-1 {
  background: #00a3e2;
}

.active\:bg-brands-polariod-1:active,
.focus\:bg-brands-polariod-1:focus,
.hover\:bg-brands-polariod-1:hover {
  background: #00a3e2;
}

.bg-brands-polariod-2 {
  background: #1ba548;
}

.active\:bg-brands-polariod-2:active,
.focus\:bg-brands-polariod-2:focus,
.hover\:bg-brands-polariod-2:hover {
  background: #1ba548;
}

.bg-brands-polariod-3 {
  background: #fdc800;
}

.active\:bg-brands-polariod-3:active,
.focus\:bg-brands-polariod-3:focus,
.hover\:bg-brands-polariod-3:hover {
  background: #fdc800;
}

.bg-brands-polariod-4 {
  background: #f1860e;
}

.active\:bg-brands-polariod-4:active,
.focus\:bg-brands-polariod-4:focus,
.hover\:bg-brands-polariod-4:hover {
  background: #f1860e;
}

.bg-brands-polariod-5 {
  background: #e41b13;
}

.active\:bg-brands-polariod-5:active,
.focus\:bg-brands-polariod-5:focus,
.hover\:bg-brands-polariod-5:hover {
  background: #e41b13;
}

.bg-brands-portfolium {
  background: #0099ff;
}

.active\:bg-brands-portfolium:active,
.focus\:bg-brands-portfolium:focus,
.hover\:bg-brands-portfolium:hover {
  background: #0099ff;
}

.bg-brands-portfolium-1 {
  background: #0099ff;
}

.active\:bg-brands-portfolium-1:active,
.focus\:bg-brands-portfolium-1:focus,
.hover\:bg-brands-portfolium-1:hover {
  background: #0099ff;
}

.bg-brands-portfolium-2 {
  background: #fb0a2a;
}

.active\:bg-brands-portfolium-2:active,
.focus\:bg-brands-portfolium-2:focus,
.hover\:bg-brands-portfolium-2:hover {
  background: #fb0a2a;
}

.bg-brands-portfolium-3 {
  background: #17ad49;
}

.active\:bg-brands-portfolium-3:active,
.focus\:bg-brands-portfolium-3:focus,
.hover\:bg-brands-portfolium-3:hover {
  background: #17ad49;
}

.bg-brands-portfolium-4 {
  background: #333333;
}

.active\:bg-brands-portfolium-4:active,
.focus\:bg-brands-portfolium-4:focus,
.hover\:bg-brands-portfolium-4:hover {
  background: #333333;
}

.bg-brands-postman {
  background: #ef5b25;
}

.active\:bg-brands-postman:active,
.focus\:bg-brands-postman:focus,
.hover\:bg-brands-postman:hover {
  background: #ef5b25;
}

.bg-brands-postman-1 {
  background: #ef5b25;
}

.active\:bg-brands-postman-1:active,
.focus\:bg-brands-postman-1:focus,
.hover\:bg-brands-postman-1:hover {
  background: #ef5b25;
}

.bg-brands-postmates {
  background: #000000;
}

.active\:bg-brands-postmates:active,
.focus\:bg-brands-postmates:focus,
.hover\:bg-brands-postmates:hover {
  background: #000000;
}

.bg-brands-postmates-1 {
  background: #000000;
}

.active\:bg-brands-postmates-1:active,
.focus\:bg-brands-postmates-1:focus,
.hover\:bg-brands-postmates-1:hover {
  background: #000000;
}

.bg-brands-postmates-2 {
  background: #36454f;
}

.active\:bg-brands-postmates-2:active,
.focus\:bg-brands-postmates-2:focus,
.hover\:bg-brands-postmates-2:hover {
  background: #36454f;
}

.bg-brands-prestashop {
  background: #df0067;
}

.active\:bg-brands-prestashop:active,
.focus\:bg-brands-prestashop:focus,
.hover\:bg-brands-prestashop:hover {
  background: #df0067;
}

.bg-brands-prestashop-1 {
  background: #df0067;
}

.active\:bg-brands-prestashop-1:active,
.focus\:bg-brands-prestashop-1:focus,
.hover\:bg-brands-prestashop-1:hover {
  background: #df0067;
}

.bg-brands-prestashop-2 {
  background: #251b5b;
}

.active\:bg-brands-prestashop-2:active,
.focus\:bg-brands-prestashop-2:focus,
.hover\:bg-brands-prestashop-2:hover {
  background: #251b5b;
}

.bg-brands-prestashop-3 {
  background: #25b9d7;
}

.active\:bg-brands-prestashop-3:active,
.focus\:bg-brands-prestashop-3:focus,
.hover\:bg-brands-prestashop-3:hover {
  background: #25b9d7;
}

.bg-brands-prestashop-4 {
  background: #fbbb22;
}

.active\:bg-brands-prestashop-4:active,
.focus\:bg-brands-prestashop-4:focus,
.hover\:bg-brands-prestashop-4:hover {
  background: #fbbb22;
}

.bg-brands-prestashop-5 {
  background: #68737f;
}

.active\:bg-brands-prestashop-5:active,
.focus\:bg-brands-prestashop-5:focus,
.hover\:bg-brands-prestashop-5:hover {
  background: #68737f;
}

.bg-brands-prestashop-6 {
  background: #bbbfc3;
}

.active\:bg-brands-prestashop-6:active,
.focus\:bg-brands-prestashop-6:focus,
.hover\:bg-brands-prestashop-6:hover {
  background: #bbbfc3;
}

.bg-brands-prezi {
  background: #318bff;
}

.active\:bg-brands-prezi:active,
.focus\:bg-brands-prezi:focus,
.hover\:bg-brands-prezi:hover {
  background: #318bff;
}

.bg-brands-prezi-1 {
  background: #318bff;
}

.active\:bg-brands-prezi-1:active,
.focus\:bg-brands-prezi-1:focus,
.hover\:bg-brands-prezi-1:hover {
  background: #318bff;
}

.bg-brands-priceline {
  background: #1885bf;
}

.active\:bg-brands-priceline:active,
.focus\:bg-brands-priceline:focus,
.hover\:bg-brands-priceline:hover {
  background: #1885bf;
}

.bg-brands-priceline-1 {
  background: #1885bf;
}

.active\:bg-brands-priceline-1:active,
.focus\:bg-brands-priceline-1:focus,
.hover\:bg-brands-priceline-1:hover {
  background: #1885bf;
}

.bg-brands-princeton-university {
  background: #ee7f2d;
}

.active\:bg-brands-princeton-university:active,
.focus\:bg-brands-princeton-university:focus,
.hover\:bg-brands-princeton-university:hover {
  background: #ee7f2d;
}

.bg-brands-princeton-university-1 {
  background: #ee7f2d;
}

.active\:bg-brands-princeton-university-1:active,
.focus\:bg-brands-princeton-university-1:focus,
.hover\:bg-brands-princeton-university-1:hover {
  background: #ee7f2d;
}

.bg-brands-princeton-university-2 {
  background: #000000;
}

.active\:bg-brands-princeton-university-2:active,
.focus\:bg-brands-princeton-university-2:focus,
.hover\:bg-brands-princeton-university-2:hover {
  background: #000000;
}

.bg-brands-product-hunt {
  background: #da552f;
}

.active\:bg-brands-product-hunt:active,
.focus\:bg-brands-product-hunt:focus,
.hover\:bg-brands-product-hunt:hover {
  background: #da552f;
}

.bg-brands-product-hunt-1 {
  background: #da552f;
}

.active\:bg-brands-product-hunt-1:active,
.focus\:bg-brands-product-hunt-1:focus,
.hover\:bg-brands-product-hunt-1:hover {
  background: #da552f;
}

.bg-brands-product-hunt-2 {
  background: #534540;
}

.active\:bg-brands-product-hunt-2:active,
.focus\:bg-brands-product-hunt-2:focus,
.hover\:bg-brands-product-hunt-2:hover {
  background: #534540;
}

.bg-brands-product-hunt-3 {
  background: #988f8c;
}

.active\:bg-brands-product-hunt-3:active,
.focus\:bg-brands-product-hunt-3:focus,
.hover\:bg-brands-product-hunt-3:hover {
  background: #988f8c;
}

.bg-brands-product-hunt-4 {
  background: #00b27f;
}

.active\:bg-brands-product-hunt-4:active,
.focus\:bg-brands-product-hunt-4:focus,
.hover\:bg-brands-product-hunt-4:hover {
  background: #00b27f;
}

.bg-brands-protonmail {
  background: #505264;
}

.active\:bg-brands-protonmail:active,
.focus\:bg-brands-protonmail:focus,
.hover\:bg-brands-protonmail:hover {
  background: #505264;
}

.bg-brands-protonmail-1 {
  background: #505264;
}

.active\:bg-brands-protonmail-1:active,
.focus\:bg-brands-protonmail-1:focus,
.hover\:bg-brands-protonmail-1:hover {
  background: #505264;
}

.bg-brands-protonmail-2 {
  background: #8a90c7;
}

.active\:bg-brands-protonmail-2:active,
.focus\:bg-brands-protonmail-2:focus,
.hover\:bg-brands-protonmail-2:hover {
  background: #8a90c7;
}

.bg-brands-puma {
  background: #000000;
}

.active\:bg-brands-puma:active,
.focus\:bg-brands-puma:focus,
.hover\:bg-brands-puma:hover {
  background: #000000;
}

.bg-brands-puma-1 {
  background: #000000;
}

.active\:bg-brands-puma-1:active,
.focus\:bg-brands-puma-1:focus,
.hover\:bg-brands-puma-1:hover {
  background: #000000;
}

.bg-brands-puma-2 {
  background: #44403f;
}

.active\:bg-brands-puma-2:active,
.focus\:bg-brands-puma-2:focus,
.hover\:bg-brands-puma-2:hover {
  background: #44403f;
}

.bg-brands-puma-3 {
  background: #696965;
}

.active\:bg-brands-puma-3:active,
.focus\:bg-brands-puma-3:focus,
.hover\:bg-brands-puma-3:hover {
  background: #696965;
}

.bg-brands-puma-4 {
  background: #ba2026;
}

.active\:bg-brands-puma-4:active,
.focus\:bg-brands-puma-4:focus,
.hover\:bg-brands-puma-4:hover {
  background: #ba2026;
}

.bg-brands-puma-5 {
  background: #ae946d;
}

.active\:bg-brands-puma-5:active,
.focus\:bg-brands-puma-5:focus,
.hover\:bg-brands-puma-5:hover {
  background: #ae946d;
}

.bg-brands-purdue-university {
  background: #c28e0e;
}

.active\:bg-brands-purdue-university:active,
.focus\:bg-brands-purdue-university:focus,
.hover\:bg-brands-purdue-university:hover {
  background: #c28e0e;
}

.bg-brands-purdue-university-1 {
  background: #c28e0e;
}

.active\:bg-brands-purdue-university-1:active,
.focus\:bg-brands-purdue-university-1:focus,
.hover\:bg-brands-purdue-university-1:hover {
  background: #c28e0e;
}

.bg-brands-purdue-university-2 {
  background: #98700d;
}

.active\:bg-brands-purdue-university-2:active,
.focus\:bg-brands-purdue-university-2:focus,
.hover\:bg-brands-purdue-university-2:hover {
  background: #98700d;
}

.bg-brands-purdue-university-3 {
  background: #000000;
}

.active\:bg-brands-purdue-university-3:active,
.focus\:bg-brands-purdue-university-3:focus,
.hover\:bg-brands-purdue-university-3:hover {
  background: #000000;
}

.bg-brands-python {
  background: #ffde57;
}

.active\:bg-brands-python:active,
.focus\:bg-brands-python:focus,
.hover\:bg-brands-python:hover {
  background: #ffde57;
}

.bg-brands-python-1 {
  background: #ffde57;
}

.active\:bg-brands-python-1:active,
.focus\:bg-brands-python-1:focus,
.hover\:bg-brands-python-1:hover {
  background: #ffde57;
}

.bg-brands-python-2 {
  background: #4584b6;
}

.active\:bg-brands-python-2:active,
.focus\:bg-brands-python-2:focus,
.hover\:bg-brands-python-2:hover {
  background: #4584b6;
}

.bg-brands-python-3 {
  background: #646464;
}

.active\:bg-brands-python-3:active,
.focus\:bg-brands-python-3:focus,
.hover\:bg-brands-python-3:hover {
  background: #646464;
}

.bg-brands-qantas-airlines {
  background: #e0001b;
}

.active\:bg-brands-qantas-airlines:active,
.focus\:bg-brands-qantas-airlines:focus,
.hover\:bg-brands-qantas-airlines:hover {
  background: #e0001b;
}

.bg-brands-qantas-airlines-1 {
  background: #e0001b;
}

.active\:bg-brands-qantas-airlines-1:active,
.focus\:bg-brands-qantas-airlines-1:focus,
.hover\:bg-brands-qantas-airlines-1:hover {
  background: #e0001b;
}

.bg-brands-qonto {
  background: #6b5aed;
}

.active\:bg-brands-qonto:active,
.focus\:bg-brands-qonto:focus,
.hover\:bg-brands-qonto:hover {
  background: #6b5aed;
}

.bg-brands-qonto-1 {
  background: #6b5aed;
}

.active\:bg-brands-qonto-1:active,
.focus\:bg-brands-qonto-1:focus,
.hover\:bg-brands-qonto-1:hover {
  background: #6b5aed;
}

.bg-brands-qonto-2 {
  background: #262a3e;
}

.active\:bg-brands-qonto-2:active,
.focus\:bg-brands-qonto-2:focus,
.hover\:bg-brands-qonto-2:hover {
  background: #262a3e;
}

.bg-brands-qonto-3 {
  background: #fafafc;
}

.active\:bg-brands-qonto-3:active,
.focus\:bg-brands-qonto-3:focus,
.hover\:bg-brands-qonto-3:hover {
  background: #fafafc;
}

.bg-brands-qonto-4 {
  background: #63ebe4;
}

.active\:bg-brands-qonto-4:active,
.focus\:bg-brands-qonto-4:focus,
.hover\:bg-brands-qonto-4:hover {
  background: #63ebe4;
}

.bg-brands-qualtrics {
  background: #e10019;
}

.active\:bg-brands-qualtrics:active,
.focus\:bg-brands-qualtrics:focus,
.hover\:bg-brands-qualtrics:hover {
  background: #e10019;
}

.bg-brands-qualtrics-1 {
  background: #e10019;
}

.active\:bg-brands-qualtrics-1:active,
.focus\:bg-brands-qualtrics-1:focus,
.hover\:bg-brands-qualtrics-1:hover {
  background: #e10019;
}

.bg-brands-quizlet {
  background: #4257b2;
}

.active\:bg-brands-quizlet:active,
.focus\:bg-brands-quizlet:focus,
.hover\:bg-brands-quizlet:hover {
  background: #4257b2;
}

.bg-brands-quizlet-1 {
  background: #4257b2;
}

.active\:bg-brands-quizlet-1:active,
.focus\:bg-brands-quizlet-1:focus,
.hover\:bg-brands-quizlet-1:hover {
  background: #4257b2;
}

.bg-brands-quizlet-2 {
  background: #3ccfcf;
}

.active\:bg-brands-quizlet-2:active,
.focus\:bg-brands-quizlet-2:focus,
.hover\:bg-brands-quizlet-2:hover {
  background: #3ccfcf;
}

.bg-brands-quizlet-3 {
  background: #f0f0f0;
}

.active\:bg-brands-quizlet-3:active,
.focus\:bg-brands-quizlet-3:focus,
.hover\:bg-brands-quizlet-3:hover {
  background: #f0f0f0;
}

.bg-brands-quizup {
  background: #ff5454;
}

.active\:bg-brands-quizup:active,
.focus\:bg-brands-quizup:focus,
.hover\:bg-brands-quizup:hover {
  background: #ff5454;
}

.bg-brands-quizup-1 {
  background: #ff5454;
}

.active\:bg-brands-quizup-1:active,
.focus\:bg-brands-quizup-1:focus,
.hover\:bg-brands-quizup-1:hover {
  background: #ff5454;
}

.bg-brands-quora {
  background: #a82400;
}

.active\:bg-brands-quora:active,
.focus\:bg-brands-quora:focus,
.hover\:bg-brands-quora:hover {
  background: #a82400;
}

.bg-brands-quora-1 {
  background: #a82400;
}

.active\:bg-brands-quora-1:active,
.focus\:bg-brands-quora-1:focus,
.hover\:bg-brands-quora-1:hover {
  background: #a82400;
}

.bg-brands-quote-fm {
  background: #66ceff;
}

.active\:bg-brands-quote-fm:active,
.focus\:bg-brands-quote-fm:focus,
.hover\:bg-brands-quote-fm:hover {
  background: #66ceff;
}

.bg-brands-quote-fm-1 {
  background: #66ceff;
}

.active\:bg-brands-quote-fm-1:active,
.focus\:bg-brands-quote-fm-1:focus,
.hover\:bg-brands-quote-fm-1:hover {
  background: #66ceff;
}

.bg-brands-raspberry-pi {
  background: #c7053d;
}

.active\:bg-brands-raspberry-pi:active,
.focus\:bg-brands-raspberry-pi:focus,
.hover\:bg-brands-raspberry-pi:hover {
  background: #c7053d;
}

.bg-brands-raspberry-pi-1 {
  background: #c7053d;
}

.active\:bg-brands-raspberry-pi-1:active,
.focus\:bg-brands-raspberry-pi-1:focus,
.hover\:bg-brands-raspberry-pi-1:hover {
  background: #c7053d;
}

.bg-brands-raspberry-pi-2 {
  background: #8cc04b;
}

.active\:bg-brands-raspberry-pi-2:active,
.focus\:bg-brands-raspberry-pi-2:focus,
.hover\:bg-brands-raspberry-pi-2:hover {
  background: #8cc04b;
}

.bg-brands-razer {
  background: #00ff00;
}

.active\:bg-brands-razer:active,
.focus\:bg-brands-razer:focus,
.hover\:bg-brands-razer:hover {
  background: #00ff00;
}

.bg-brands-razer-1 {
  background: #00ff00;
}

.active\:bg-brands-razer-1:active,
.focus\:bg-brands-razer-1:focus,
.hover\:bg-brands-razer-1:hover {
  background: #00ff00;
}

.bg-brands-rdio {
  background: #007dc3;
}

.active\:bg-brands-rdio:active,
.focus\:bg-brands-rdio:focus,
.hover\:bg-brands-rdio:hover {
  background: #007dc3;
}

.bg-brands-rdio-1 {
  background: #007dc3;
}

.active\:bg-brands-rdio-1:active,
.focus\:bg-brands-rdio-1:focus,
.hover\:bg-brands-rdio-1:hover {
  background: #007dc3;
}

.bg-brands-remax {
  background: #e11b22;
}

.active\:bg-brands-remax:active,
.focus\:bg-brands-remax:focus,
.hover\:bg-brands-remax:hover {
  background: #e11b22;
}

.bg-brands-remax-1 {
  background: #e11b22;
}

.active\:bg-brands-remax-1:active,
.focus\:bg-brands-remax-1:focus,
.hover\:bg-brands-remax-1:hover {
  background: #e11b22;
}

.bg-brands-remax-2 {
  background: #0054a4;
}

.active\:bg-brands-remax-2:active,
.focus\:bg-brands-remax-2:focus,
.hover\:bg-brands-remax-2:hover {
  background: #0054a4;
}

.bg-brands-react {
  background: #00d8ff;
}

.active\:bg-brands-react:active,
.focus\:bg-brands-react:focus,
.hover\:bg-brands-react:hover {
  background: #00d8ff;
}

.bg-brands-react-1 {
  background: #00d8ff;
}

.active\:bg-brands-react-1:active,
.focus\:bg-brands-react-1:focus,
.hover\:bg-brands-react-1:hover {
  background: #00d8ff;
}

.bg-brands-readability {
  background: #990000;
}

.active\:bg-brands-readability:active,
.focus\:bg-brands-readability:focus,
.hover\:bg-brands-readability:hover {
  background: #990000;
}

.bg-brands-readability-1 {
  background: #990000;
}

.active\:bg-brands-readability-1:active,
.focus\:bg-brands-readability-1:focus,
.hover\:bg-brands-readability-1:hover {
  background: #990000;
}

.bg-brands-realex-payments {
  background: #f29023;
}

.active\:bg-brands-realex-payments:active,
.focus\:bg-brands-realex-payments:focus,
.hover\:bg-brands-realex-payments:hover {
  background: #f29023;
}

.bg-brands-realex-payments-1 {
  background: #f29023;
}

.active\:bg-brands-realex-payments-1:active,
.focus\:bg-brands-realex-payments-1:focus,
.hover\:bg-brands-realex-payments-1:hover {
  background: #f29023;
}

.bg-brands-realex-payments-2 {
  background: #4d5255;
}

.active\:bg-brands-realex-payments-2:active,
.focus\:bg-brands-realex-payments-2:focus,
.hover\:bg-brands-realex-payments-2:hover {
  background: #4d5255;
}

.bg-brands-red-hat {
  background: #cc0000;
}

.active\:bg-brands-red-hat:active,
.focus\:bg-brands-red-hat:focus,
.hover\:bg-brands-red-hat:hover {
  background: #cc0000;
}

.bg-brands-red-hat-1 {
  background: #cc0000;
}

.active\:bg-brands-red-hat-1:active,
.focus\:bg-brands-red-hat-1:focus,
.hover\:bg-brands-red-hat-1:hover {
  background: #cc0000;
}

.bg-brands-reddit {
  background: #ff4500;
}

.active\:bg-brands-reddit:active,
.focus\:bg-brands-reddit:focus,
.hover\:bg-brands-reddit:hover {
  background: #ff4500;
}

.bg-brands-reddit-1 {
  background: #ff4500;
}

.active\:bg-brands-reddit-1:active,
.focus\:bg-brands-reddit-1:focus,
.hover\:bg-brands-reddit-1:hover {
  background: #ff4500;
}

.bg-brands-reddit-2 {
  background: #5f99cf;
}

.active\:bg-brands-reddit-2:active,
.focus\:bg-brands-reddit-2:focus,
.hover\:bg-brands-reddit-2:hover {
  background: #5f99cf;
}

.bg-brands-reddit-3 {
  background: #cee3f8;
}

.active\:bg-brands-reddit-3:active,
.focus\:bg-brands-reddit-3:focus,
.hover\:bg-brands-reddit-3:hover {
  background: #cee3f8;
}

.bg-brands-redfin {
  background: #a02021;
}

.active\:bg-brands-redfin:active,
.focus\:bg-brands-redfin:focus,
.hover\:bg-brands-redfin:hover {
  background: #a02021;
}

.bg-brands-redfin-1 {
  background: #a02021;
}

.active\:bg-brands-redfin-1:active,
.focus\:bg-brands-redfin-1:focus,
.hover\:bg-brands-redfin-1:hover {
  background: #a02021;
}

.bg-brands-redox {
  background: #0a2239;
}

.active\:bg-brands-redox:active,
.focus\:bg-brands-redox:focus,
.hover\:bg-brands-redox:hover {
  background: #0a2239;
}

.bg-brands-redox-1 {
  background: #0a2239;
}

.active\:bg-brands-redox-1:active,
.focus\:bg-brands-redox-1:focus,
.hover\:bg-brands-redox-1:hover {
  background: #0a2239;
}

.bg-brands-redox-2 {
  background: #01b287;
}

.active\:bg-brands-redox-2:active,
.focus\:bg-brands-redox-2:focus,
.hover\:bg-brands-redox-2:hover {
  background: #01b287;
}

.bg-brands-redox-3 {
  background: #ff9f1c;
}

.active\:bg-brands-redox-3:active,
.focus\:bg-brands-redox-3:focus,
.hover\:bg-brands-redox-3:hover {
  background: #ff9f1c;
}

.bg-brands-redox-4 {
  background: #e5505a;
}

.active\:bg-brands-redox-4:active,
.focus\:bg-brands-redox-4:focus,
.hover\:bg-brands-redox-4:hover {
  background: #e5505a;
}

.bg-brands-redox-5 {
  background: #854c9e;
}

.active\:bg-brands-redox-5:active,
.focus\:bg-brands-redox-5:focus,
.hover\:bg-brands-redox-5:hover {
  background: #854c9e;
}

.bg-brands-renaissance-hotels {
  background: #000000;
}

.active\:bg-brands-renaissance-hotels:active,
.focus\:bg-brands-renaissance-hotels:focus,
.hover\:bg-brands-renaissance-hotels:hover {
  background: #000000;
}

.bg-brands-renaissance-hotels-1 {
  background: #000000;
}

.active\:bg-brands-renaissance-hotels-1:active,
.focus\:bg-brands-renaissance-hotels-1:focus,
.hover\:bg-brands-renaissance-hotels-1:hover {
  background: #000000;
}

.bg-brands-renaissance-hotels-2 {
  background: #999999;
}

.active\:bg-brands-renaissance-hotels-2:active,
.focus\:bg-brands-renaissance-hotels-2:focus,
.hover\:bg-brands-renaissance-hotels-2:hover {
  background: #999999;
}

.bg-brands-renaissance-hotels-3 {
  background: #f58021;
}

.active\:bg-brands-renaissance-hotels-3:active,
.focus\:bg-brands-renaissance-hotels-3:focus,
.hover\:bg-brands-renaissance-hotels-3:hover {
  background: #f58021;
}

.bg-brands-rentler {
  background: #ed1c27;
}

.active\:bg-brands-rentler:active,
.focus\:bg-brands-rentler:focus,
.hover\:bg-brands-rentler:hover {
  background: #ed1c27;
}

.bg-brands-rentler-1 {
  background: #ed1c27;
}

.active\:bg-brands-rentler-1:active,
.focus\:bg-brands-rentler-1:focus,
.hover\:bg-brands-rentler-1:hover {
  background: #ed1c27;
}

.bg-brands-residence-inn {
  background: #b32317;
}

.active\:bg-brands-residence-inn:active,
.focus\:bg-brands-residence-inn:focus,
.hover\:bg-brands-residence-inn:hover {
  background: #b32317;
}

.bg-brands-residence-inn-1 {
  background: #b32317;
}

.active\:bg-brands-residence-inn-1:active,
.focus\:bg-brands-residence-inn-1:focus,
.hover\:bg-brands-residence-inn-1:hover {
  background: #b32317;
}

.bg-brands-residence-inn-2 {
  background: #f58025;
}

.active\:bg-brands-residence-inn-2:active,
.focus\:bg-brands-residence-inn-2:focus,
.hover\:bg-brands-residence-inn-2:hover {
  background: #f58025;
}

.bg-brands-residence-inn-3 {
  background: #3a6e8f;
}

.active\:bg-brands-residence-inn-3:active,
.focus\:bg-brands-residence-inn-3:focus,
.hover\:bg-brands-residence-inn-3:hover {
  background: #3a6e8f;
}

.bg-brands-residence-inn-4 {
  background: #87b2d8;
}

.active\:bg-brands-residence-inn-4:active,
.focus\:bg-brands-residence-inn-4:focus,
.hover\:bg-brands-residence-inn-4:hover {
  background: #87b2d8;
}

.bg-brands-residence-inn-5 {
  background: #8d8b00;
}

.active\:bg-brands-residence-inn-5:active,
.focus\:bg-brands-residence-inn-5:focus,
.hover\:bg-brands-residence-inn-5:hover {
  background: #8d8b00;
}

.bg-brands-residence-inn-6 {
  background: #c1d72f;
}

.active\:bg-brands-residence-inn-6:active,
.focus\:bg-brands-residence-inn-6:focus,
.hover\:bg-brands-residence-inn-6:hover {
  background: #c1d72f;
}

.bg-brands-reverbnation {
  background: #e43526;
}

.active\:bg-brands-reverbnation:active,
.focus\:bg-brands-reverbnation:focus,
.hover\:bg-brands-reverbnation:hover {
  background: #e43526;
}

.bg-brands-reverbnation-1 {
  background: #e43526;
}

.active\:bg-brands-reverbnation-1:active,
.focus\:bg-brands-reverbnation-1:focus,
.hover\:bg-brands-reverbnation-1:hover {
  background: #e43526;
}

.bg-brands-rochester-institute-of-technology {
  background: #f36e21;
}

.active\:bg-brands-rochester-institute-of-technology:active,
.focus\:bg-brands-rochester-institute-of-technology:focus,
.hover\:bg-brands-rochester-institute-of-technology:hover {
  background: #f36e21;
}

.bg-brands-rochester-institute-of-technology-1 {
  background: #f36e21;
}

.active\:bg-brands-rochester-institute-of-technology-1:active,
.focus\:bg-brands-rochester-institute-of-technology-1:focus,
.hover\:bg-brands-rochester-institute-of-technology-1:hover {
  background: #f36e21;
}

.bg-brands-rochester-institute-of-technology-2 {
  background: #513127;
}

.active\:bg-brands-rochester-institute-of-technology-2:active,
.focus\:bg-brands-rochester-institute-of-technology-2:focus,
.hover\:bg-brands-rochester-institute-of-technology-2:hover {
  background: #513127;
}

.bg-brands-rit {
  background: #f76902;
}

.active\:bg-brands-rit:active,
.focus\:bg-brands-rit:focus,
.hover\:bg-brands-rit:hover {
  background: #f76902;
}

.bg-brands-rit-1 {
  background: #f76902;
}

.active\:bg-brands-rit-1:active,
.focus\:bg-brands-rit-1:focus,
.hover\:bg-brands-rit-1:hover {
  background: #f76902;
}

.bg-brands-rit-2 {
  background: #ffffff;
}

.active\:bg-brands-rit-2:active,
.focus\:bg-brands-rit-2:focus,
.hover\:bg-brands-rit-2:hover {
  background: #ffffff;
}

.bg-brands-rit-3 {
  background: #000000;
}

.active\:bg-brands-rit-3:active,
.focus\:bg-brands-rit-3:focus,
.hover\:bg-brands-rit-3:hover {
  background: #000000;
}

.bg-brands-rockpack {
  background: #0ba6ab;
}

.active\:bg-brands-rockpack:active,
.focus\:bg-brands-rockpack:focus,
.hover\:bg-brands-rockpack:hover {
  background: #0ba6ab;
}

.bg-brands-rockpack-1 {
  background: #0ba6ab;
}

.active\:bg-brands-rockpack-1:active,
.focus\:bg-brands-rockpack-1:focus,
.hover\:bg-brands-rockpack-1:hover {
  background: #0ba6ab;
}

.bg-brands-roku {
  background: #6f1ab1;
}

.active\:bg-brands-roku:active,
.focus\:bg-brands-roku:focus,
.hover\:bg-brands-roku:hover {
  background: #6f1ab1;
}

.bg-brands-roku-1 {
  background: #6f1ab1;
}

.active\:bg-brands-roku-1:active,
.focus\:bg-brands-roku-1:focus,
.hover\:bg-brands-roku-1:hover {
  background: #6f1ab1;
}

.bg-brands-rolls-royce {
  background: #680021;
}

.active\:bg-brands-rolls-royce:active,
.focus\:bg-brands-rolls-royce:focus,
.hover\:bg-brands-rolls-royce:hover {
  background: #680021;
}

.bg-brands-rolls-royce-1 {
  background: #680021;
}

.active\:bg-brands-rolls-royce-1:active,
.focus\:bg-brands-rolls-royce-1:focus,
.hover\:bg-brands-rolls-royce-1:hover {
  background: #680021;
}

.bg-brands-rolls-royce-2 {
  background: #fffaec;
}

.active\:bg-brands-rolls-royce-2:active,
.focus\:bg-brands-rolls-royce-2:focus,
.hover\:bg-brands-rolls-royce-2:hover {
  background: #fffaec;
}

.bg-brands-rolls-royce-3 {
  background: #939598;
}

.active\:bg-brands-rolls-royce-3:active,
.focus\:bg-brands-rolls-royce-3:focus,
.hover\:bg-brands-rolls-royce-3:hover {
  background: #939598;
}

.bg-brands-rolls-royce-4 {
  background: #000000;
}

.active\:bg-brands-rolls-royce-4:active,
.focus\:bg-brands-rolls-royce-4:focus,
.hover\:bg-brands-rolls-royce-4:hover {
  background: #000000;
}

.bg-brands-roo-kids {
  background: #e22027;
}

.active\:bg-brands-roo-kids:active,
.focus\:bg-brands-roo-kids:focus,
.hover\:bg-brands-roo-kids:hover {
  background: #e22027;
}

.bg-brands-roo-kids-1 {
  background: #e22027;
}

.active\:bg-brands-roo-kids-1:active,
.focus\:bg-brands-roo-kids-1:focus,
.hover\:bg-brands-roo-kids-1:hover {
  background: #e22027;
}

.bg-brands-roo-kids-2 {
  background: #a1cd3d;
}

.active\:bg-brands-roo-kids-2:active,
.focus\:bg-brands-roo-kids-2:focus,
.hover\:bg-brands-roo-kids-2:hover {
  background: #a1cd3d;
}

.bg-brands-roo-kids-3 {
  background: #003e70;
}

.active\:bg-brands-roo-kids-3:active,
.focus\:bg-brands-roo-kids-3:focus,
.hover\:bg-brands-roo-kids-3:hover {
  background: #003e70;
}

.bg-brands-roon {
  background: #62b0d9;
}

.active\:bg-brands-roon:active,
.focus\:bg-brands-roon:focus,
.hover\:bg-brands-roon:hover {
  background: #62b0d9;
}

.bg-brands-roon-1 {
  background: #62b0d9;
}

.active\:bg-brands-roon-1:active,
.focus\:bg-brands-roon-1:focus,
.hover\:bg-brands-roon-1:hover {
  background: #62b0d9;
}

.bg-brands-rosetta-stone {
  background: #0098db;
}

.active\:bg-brands-rosetta-stone:active,
.focus\:bg-brands-rosetta-stone:focus,
.hover\:bg-brands-rosetta-stone:hover {
  background: #0098db;
}

.bg-brands-rosetta-stone-1 {
  background: #0098db;
}

.active\:bg-brands-rosetta-stone-1:active,
.focus\:bg-brands-rosetta-stone-1:focus,
.hover\:bg-brands-rosetta-stone-1:hover {
  background: #0098db;
}

.bg-brands-rosetta-stone-2 {
  background: #ecc400;
}

.active\:bg-brands-rosetta-stone-2:active,
.focus\:bg-brands-rosetta-stone-2:focus,
.hover\:bg-brands-rosetta-stone-2:hover {
  background: #ecc400;
}

.bg-brands-rounds {
  background: #fdd800;
}

.active\:bg-brands-rounds:active,
.focus\:bg-brands-rounds:focus,
.hover\:bg-brands-rounds:hover {
  background: #fdd800;
}

.bg-brands-rounds-1 {
  background: #fdd800;
}

.active\:bg-brands-rounds-1:active,
.focus\:bg-brands-rounds-1:focus,
.hover\:bg-brands-rounds-1:hover {
  background: #fdd800;
}

.bg-brands-rowan-university {
  background: #3f1a0a;
}

.active\:bg-brands-rowan-university:active,
.focus\:bg-brands-rowan-university:focus,
.hover\:bg-brands-rowan-university:hover {
  background: #3f1a0a;
}

.bg-brands-rowan-university-1 {
  background: #3f1a0a;
}

.active\:bg-brands-rowan-university-1:active,
.focus\:bg-brands-rowan-university-1:focus,
.hover\:bg-brands-rowan-university-1:hover {
  background: #3f1a0a;
}

.bg-brands-rowan-university-2 {
  background: #edd51c;
}

.active\:bg-brands-rowan-university-2:active,
.focus\:bg-brands-rowan-university-2:focus,
.hover\:bg-brands-rowan-university-2:hover {
  background: #edd51c;
}

.bg-brands-cssd {
  background: #1b5692;
}

.active\:bg-brands-cssd:active,
.focus\:bg-brands-cssd:focus,
.hover\:bg-brands-cssd:hover {
  background: #1b5692;
}

.bg-brands-cssd-1 {
  background: #1b5692;
}

.active\:bg-brands-cssd-1:active,
.focus\:bg-brands-cssd-1:focus,
.hover\:bg-brands-cssd-1:hover {
  background: #1b5692;
}

.bg-brands-cssd-2 {
  background: #c32128;
}

.active\:bg-brands-cssd-2:active,
.focus\:bg-brands-cssd-2:focus,
.hover\:bg-brands-cssd-2:hover {
  background: #c32128;
}

.bg-brands-cssd-3 {
  background: #43a756;
}

.active\:bg-brands-cssd-3:active,
.focus\:bg-brands-cssd-3:focus,
.hover\:bg-brands-cssd-3:hover {
  background: #43a756;
}

.bg-brands-cssd-4 {
  background: #999999;
}

.active\:bg-brands-cssd-4:active,
.focus\:bg-brands-cssd-4:focus,
.hover\:bg-brands-cssd-4:hover {
  background: #999999;
}

.bg-brands-cssd-5 {
  background: #de8a3d;
}

.active\:bg-brands-cssd-5:active,
.focus\:bg-brands-cssd-5:focus,
.hover\:bg-brands-cssd-5:hover {
  background: #de8a3d;
}

.bg-brands-cssd-6 {
  background: #74a2d7;
}

.active\:bg-brands-cssd-6:active,
.focus\:bg-brands-cssd-6:focus,
.hover\:bg-brands-cssd-6:hover {
  background: #74a2d7;
}

.bg-brands-cssd-7 {
  background: #f0c33b;
}

.active\:bg-brands-cssd-7:active,
.focus\:bg-brands-cssd-7:focus,
.hover\:bg-brands-cssd-7:hover {
  background: #f0c33b;
}

.bg-brands-cssd-8 {
  background: #9fc54d;
}

.active\:bg-brands-cssd-8:active,
.focus\:bg-brands-cssd-8:focus,
.hover\:bg-brands-cssd-8:hover {
  background: #9fc54d;
}

.bg-brands-royal-mail {
  background: #ff0000;
}

.active\:bg-brands-royal-mail:active,
.focus\:bg-brands-royal-mail:focus,
.hover\:bg-brands-royal-mail:hover {
  background: #ff0000;
}

.bg-brands-royal-mail-1 {
  background: #ff0000;
}

.active\:bg-brands-royal-mail-1:active,
.focus\:bg-brands-royal-mail-1:focus,
.hover\:bg-brands-royal-mail-1:hover {
  background: #ff0000;
}

.bg-brands-royal-mail-2 {
  background: #ffff00;
}

.active\:bg-brands-royal-mail-2:active,
.focus\:bg-brands-royal-mail-2:focus,
.hover\:bg-brands-royal-mail-2:hover {
  background: #ffff00;
}

.bg-brands-royal-mail-3 {
  background: #000000;
}

.active\:bg-brands-royal-mail-3:active,
.focus\:bg-brands-royal-mail-3:focus,
.hover\:bg-brands-royal-mail-3:hover {
  background: #000000;
}

.bg-brands-rss-2 {
  background: #f26522;
}

.active\:bg-brands-rss-2:active,
.focus\:bg-brands-rss-2:focus,
.hover\:bg-brands-rss-2:hover {
  background: #f26522;
}

.bg-brands-rss-2-1 {
  background: #f26522;
}

.active\:bg-brands-rss-2-1:active,
.focus\:bg-brands-rss-2-1:focus,
.hover\:bg-brands-rss-2-1:hover {
  background: #f26522;
}

.bg-brands-ruby {
  background: #cc342d;
}

.active\:bg-brands-ruby:active,
.focus\:bg-brands-ruby:focus,
.hover\:bg-brands-ruby:hover {
  background: #cc342d;
}

.bg-brands-ruby-1 {
  background: #cc342d;
}

.active\:bg-brands-ruby-1:active,
.focus\:bg-brands-ruby-1:focus,
.hover\:bg-brands-ruby-1:hover {
  background: #cc342d;
}

.bg-brands-ruby-on-rails {
  background: #cc0000;
}

.active\:bg-brands-ruby-on-rails:active,
.focus\:bg-brands-ruby-on-rails:focus,
.hover\:bg-brands-ruby-on-rails:hover {
  background: #cc0000;
}

.bg-brands-ruby-on-rails-1 {
  background: #cc0000;
}

.active\:bg-brands-ruby-on-rails-1:active,
.focus\:bg-brands-ruby-on-rails-1:focus,
.hover\:bg-brands-ruby-on-rails-1:hover {
  background: #cc0000;
}

.bg-brands-rutgers-university {
  background: #cc0033;
}

.active\:bg-brands-rutgers-university:active,
.focus\:bg-brands-rutgers-university:focus,
.hover\:bg-brands-rutgers-university:hover {
  background: #cc0033;
}

.bg-brands-rutgers-university-1 {
  background: #cc0033;
}

.active\:bg-brands-rutgers-university-1:active,
.focus\:bg-brands-rutgers-university-1:focus,
.hover\:bg-brands-rutgers-university-1:hover {
  background: #cc0033;
}

.bg-brands-ryanair {
  background: #073590;
}

.active\:bg-brands-ryanair:active,
.focus\:bg-brands-ryanair:focus,
.hover\:bg-brands-ryanair:hover {
  background: #073590;
}

.bg-brands-ryanair-1 {
  background: #073590;
}

.active\:bg-brands-ryanair-1:active,
.focus\:bg-brands-ryanair-1:focus,
.hover\:bg-brands-ryanair-1:hover {
  background: #073590;
}

.bg-brands-ryanair-2 {
  background: #f1c933;
}

.active\:bg-brands-ryanair-2:active,
.focus\:bg-brands-ryanair-2:focus,
.hover\:bg-brands-ryanair-2:hover {
  background: #f1c933;
}

.bg-brands-ryanair-3 {
  background: #2091eb;
}

.active\:bg-brands-ryanair-3:active,
.focus\:bg-brands-ryanair-3:focus,
.hover\:bg-brands-ryanair-3:hover {
  background: #2091eb;
}

.bg-brands-sabre {
  background: #e50000;
}

.active\:bg-brands-sabre:active,
.focus\:bg-brands-sabre:focus,
.hover\:bg-brands-sabre:hover {
  background: #e50000;
}

.bg-brands-sabre-1 {
  background: #e50000;
}

.active\:bg-brands-sabre-1:active,
.focus\:bg-brands-sabre-1:focus,
.hover\:bg-brands-sabre-1:hover {
  background: #e50000;
}

.bg-brands-sabre-2 {
  background: #111111;
}

.active\:bg-brands-sabre-2:active,
.focus\:bg-brands-sabre-2:focus,
.hover\:bg-brands-sabre-2:hover {
  background: #111111;
}

.bg-brands-sage {
  background: #00dc06;
}

.active\:bg-brands-sage:active,
.focus\:bg-brands-sage:focus,
.hover\:bg-brands-sage:hover {
  background: #00dc06;
}

.bg-brands-sage-1 {
  background: #00dc06;
}

.active\:bg-brands-sage-1:active,
.focus\:bg-brands-sage-1:focus,
.hover\:bg-brands-sage-1:hover {
  background: #00dc06;
}

.bg-brands-sainsburys {
  background: #ec8a00;
}

.active\:bg-brands-sainsburys:active,
.focus\:bg-brands-sainsburys:focus,
.hover\:bg-brands-sainsburys:hover {
  background: #ec8a00;
}

.bg-brands-sainsburys-1 {
  background: #ec8a00;
}

.active\:bg-brands-sainsburys-1:active,
.focus\:bg-brands-sainsburys-1:focus,
.hover\:bg-brands-sainsburys-1:hover {
  background: #ec8a00;
}

.bg-brands-salesforce {
  background: #1798c1;
}

.active\:bg-brands-salesforce:active,
.focus\:bg-brands-salesforce:focus,
.hover\:bg-brands-salesforce:hover {
  background: #1798c1;
}

.bg-brands-salesforce-1 {
  background: #1798c1;
}

.active\:bg-brands-salesforce-1:active,
.focus\:bg-brands-salesforce-1:focus,
.hover\:bg-brands-salesforce-1:hover {
  background: #1798c1;
}

.bg-brands-salesforce-2 {
  background: #ff1100;
}

.active\:bg-brands-salesforce-2:active,
.focus\:bg-brands-salesforce-2:focus,
.hover\:bg-brands-salesforce-2:hover {
  background: #ff1100;
}

.bg-brands-samsung {
  background: #1428a0;
}

.active\:bg-brands-samsung:active,
.focus\:bg-brands-samsung:focus,
.hover\:bg-brands-samsung:hover {
  background: #1428a0;
}

.bg-brands-samsung-1 {
  background: #1428a0;
}

.active\:bg-brands-samsung-1:active,
.focus\:bg-brands-samsung-1:focus,
.hover\:bg-brands-samsung-1:hover {
  background: #1428a0;
}

.bg-brands-samsung-2 {
  background: #75787b;
}

.active\:bg-brands-samsung-2:active,
.focus\:bg-brands-samsung-2:focus,
.hover\:bg-brands-samsung-2:hover {
  background: #75787b;
}

.bg-brands-samsung-3 {
  background: #0689d8;
}

.active\:bg-brands-samsung-3:active,
.focus\:bg-brands-samsung-3:focus,
.hover\:bg-brands-samsung-3:hover {
  background: #0689d8;
}

.bg-brands-samsung-4 {
  background: #ffc600;
}

.active\:bg-brands-samsung-4:active,
.focus\:bg-brands-samsung-4:focus,
.hover\:bg-brands-samsung-4:hover {
  background: #ffc600;
}

.bg-brands-samsung-5 {
  background: #ff6900;
}

.active\:bg-brands-samsung-5:active,
.focus\:bg-brands-samsung-5:focus,
.hover\:bg-brands-samsung-5:hover {
  background: #ff6900;
}

.bg-brands-samsung-6 {
  background: #e4002b;
}

.active\:bg-brands-samsung-6:active,
.focus\:bg-brands-samsung-6:focus,
.hover\:bg-brands-samsung-6:hover {
  background: #e4002b;
}

.bg-brands-samsung-7 {
  background: #c800a1;
}

.active\:bg-brands-samsung-7:active,
.focus\:bg-brands-samsung-7:focus,
.hover\:bg-brands-samsung-7:hover {
  background: #c800a1;
}

.bg-brands-samsung-8 {
  background: #685bc7;
}

.active\:bg-brands-samsung-8:active,
.focus\:bg-brands-samsung-8:focus,
.hover\:bg-brands-samsung-8:hover {
  background: #685bc7;
}

.bg-brands-samsung-9 {
  background: #0057b8;
}

.active\:bg-brands-samsung-9:active,
.focus\:bg-brands-samsung-9:focus,
.hover\:bg-brands-samsung-9:hover {
  background: #0057b8;
}

.bg-brands-samsung-10 {
  background: #00a9e0;
}

.active\:bg-brands-samsung-10:active,
.focus\:bg-brands-samsung-10:focus,
.hover\:bg-brands-samsung-10:hover {
  background: #00a9e0;
}

.bg-brands-samsung-11 {
  background: #009ca6;
}

.active\:bg-brands-samsung-11:active,
.focus\:bg-brands-samsung-11:focus,
.hover\:bg-brands-samsung-11:hover {
  background: #009ca6;
}

.bg-brands-samsung-12 {
  background: #00b140;
}

.active\:bg-brands-samsung-12:active,
.focus\:bg-brands-samsung-12:focus,
.hover\:bg-brands-samsung-12:hover {
  background: #00b140;
}

.bg-brands-san-francisco-49ers {
  background: #e91e22;
}

.active\:bg-brands-san-francisco-49ers:active,
.focus\:bg-brands-san-francisco-49ers:focus,
.hover\:bg-brands-san-francisco-49ers:hover {
  background: #e91e22;
}

.bg-brands-san-francisco-49ers-1 {
  background: #e91e22;
}

.active\:bg-brands-san-francisco-49ers-1:active,
.focus\:bg-brands-san-francisco-49ers-1:focus,
.hover\:bg-brands-san-francisco-49ers-1:hover {
  background: #e91e22;
}

.bg-brands-san-francisco-49ers-2 {
  background: #c8aa76;
}

.active\:bg-brands-san-francisco-49ers-2:active,
.focus\:bg-brands-san-francisco-49ers-2:focus,
.hover\:bg-brands-san-francisco-49ers-2:hover {
  background: #c8aa76;
}

.bg-brands-san-francisco-49ers-3 {
  background: #000000;
}

.active\:bg-brands-san-francisco-49ers-3:active,
.focus\:bg-brands-san-francisco-49ers-3:focus,
.hover\:bg-brands-san-francisco-49ers-3:hover {
  background: #000000;
}

.bg-brands-san-francisco-giants {
  background: #fd5a1e;
}

.active\:bg-brands-san-francisco-giants:active,
.focus\:bg-brands-san-francisco-giants:focus,
.hover\:bg-brands-san-francisco-giants:hover {
  background: #fd5a1e;
}

.bg-brands-san-francisco-giants-1 {
  background: #fd5a1e;
}

.active\:bg-brands-san-francisco-giants-1:active,
.focus\:bg-brands-san-francisco-giants-1:focus,
.hover\:bg-brands-san-francisco-giants-1:hover {
  background: #fd5a1e;
}

.bg-brands-san-francisco-giants-2 {
  background: #000000;
}

.active\:bg-brands-san-francisco-giants-2:active,
.focus\:bg-brands-san-francisco-giants-2:focus,
.hover\:bg-brands-san-francisco-giants-2:hover {
  background: #000000;
}

.bg-brands-sap {
  background: #003366;
}

.active\:bg-brands-sap:active,
.focus\:bg-brands-sap:focus,
.hover\:bg-brands-sap:hover {
  background: #003366;
}

.bg-brands-sap-1 {
  background: #003366;
}

.active\:bg-brands-sap-1:active,
.focus\:bg-brands-sap-1:focus,
.hover\:bg-brands-sap-1:hover {
  background: #003366;
}

.bg-brands-sap-2 {
  background: #999999;
}

.active\:bg-brands-sap-2:active,
.focus\:bg-brands-sap-2:focus,
.hover\:bg-brands-sap-2:hover {
  background: #999999;
}

.bg-brands-scouts-uk {
  background: #4d2177;
}

.active\:bg-brands-scouts-uk:active,
.focus\:bg-brands-scouts-uk:focus,
.hover\:bg-brands-scouts-uk:hover {
  background: #4d2177;
}

.bg-brands-scouts-uk-1 {
  background: #4d2177;
}

.active\:bg-brands-scouts-uk-1:active,
.focus\:bg-brands-scouts-uk-1:focus,
.hover\:bg-brands-scouts-uk-1:hover {
  background: #4d2177;
}

.bg-brands-scouts-uk-2 {
  background: #84a40b;
}

.active\:bg-brands-scouts-uk-2:active,
.focus\:bg-brands-scouts-uk-2:focus,
.hover\:bg-brands-scouts-uk-2:hover {
  background: #84a40b;
}

.bg-brands-scouts-uk-3 {
  background: #004851;
}

.active\:bg-brands-scouts-uk-3:active,
.focus\:bg-brands-scouts-uk-3:focus,
.hover\:bg-brands-scouts-uk-3:hover {
  background: #004851;
}

.bg-brands-scouts-uk-4 {
  background: #009a44;
}

.active\:bg-brands-scouts-uk-4:active,
.focus\:bg-brands-scouts-uk-4:focus,
.hover\:bg-brands-scouts-uk-4:hover {
  background: #009a44;
}

.bg-brands-scouts-uk-5 {
  background: #0095c8;
}

.active\:bg-brands-scouts-uk-5:active,
.focus\:bg-brands-scouts-uk-5:focus,
.hover\:bg-brands-scouts-uk-5:hover {
  background: #0095c8;
}

.bg-brands-scouts-uk-6 {
  background: #003da5;
}

.active\:bg-brands-scouts-uk-6:active,
.focus\:bg-brands-scouts-uk-6:focus,
.hover\:bg-brands-scouts-uk-6:hover {
  background: #003da5;
}

.bg-brands-scouts-uk-7 {
  background: #002855;
}

.active\:bg-brands-scouts-uk-7:active,
.focus\:bg-brands-scouts-uk-7:focus,
.hover\:bg-brands-scouts-uk-7:hover {
  background: #002855;
}

.bg-brands-scouts-uk-8 {
  background: #004851;
}

.active\:bg-brands-scouts-uk-8:active,
.focus\:bg-brands-scouts-uk-8:focus,
.hover\:bg-brands-scouts-uk-8:hover {
  background: #004851;
}

.bg-brands-scouts-uk-9 {
  background: #ffcd00;
}

.active\:bg-brands-scouts-uk-9:active,
.focus\:bg-brands-scouts-uk-9:focus,
.hover\:bg-brands-scouts-uk-9:hover {
  background: #ffcd00;
}

.bg-brands-scouts-uk-10 {
  background: #ff8200;
}

.active\:bg-brands-scouts-uk-10:active,
.focus\:bg-brands-scouts-uk-10:focus,
.hover\:bg-brands-scouts-uk-10:hover {
  background: #ff8200;
}

.bg-brands-scouts-uk-11 {
  background: #ba0c2f;
}

.active\:bg-brands-scouts-uk-11:active,
.focus\:bg-brands-scouts-uk-11:focus,
.hover\:bg-brands-scouts-uk-11:hover {
  background: #ba0c2f;
}

.bg-brands-scouts-uk-12 {
  background: #ad1aac;
}

.active\:bg-brands-scouts-uk-12:active,
.focus\:bg-brands-scouts-uk-12:focus,
.hover\:bg-brands-scouts-uk-12:hover {
  background: #ad1aac;
}

.bg-brands-scouts-uk-13 {
  background: #7c3a2d;
}

.active\:bg-brands-scouts-uk-13:active,
.focus\:bg-brands-scouts-uk-13:focus,
.hover\:bg-brands-scouts-uk-13:hover {
  background: #7c3a2d;
}

.bg-brands-scouts-uk-14 {
  background: #8c857b;
}

.active\:bg-brands-scouts-uk-14:active,
.focus\:bg-brands-scouts-uk-14:focus,
.hover\:bg-brands-scouts-uk-14:hover {
  background: #8c857b;
}

.bg-brands-scribd {
  background: #1a7bba;
}

.active\:bg-brands-scribd:active,
.focus\:bg-brands-scribd:focus,
.hover\:bg-brands-scribd:hover {
  background: #1a7bba;
}

.bg-brands-scribd-1 {
  background: #1a7bba;
}

.active\:bg-brands-scribd-1:active,
.focus\:bg-brands-scribd-1:focus,
.hover\:bg-brands-scribd-1:hover {
  background: #1a7bba;
}

.bg-brands-septa {
  background: #1f4fa3;
}

.active\:bg-brands-septa:active,
.focus\:bg-brands-septa:focus,
.hover\:bg-brands-septa:hover {
  background: #1f4fa3;
}

.bg-brands-septa-1 {
  background: #1f4fa3;
}

.active\:bg-brands-septa-1:active,
.focus\:bg-brands-septa-1:focus,
.hover\:bg-brands-septa-1:hover {
  background: #1f4fa3;
}

.bg-brands-septa-2 {
  background: #f14728;
}

.active\:bg-brands-septa-2:active,
.focus\:bg-brands-septa-2:focus,
.hover\:bg-brands-septa-2:hover {
  background: #f14728;
}

.bg-brands-seton-hall-university {
  background: #004488;
}

.active\:bg-brands-seton-hall-university:active,
.focus\:bg-brands-seton-hall-university:focus,
.hover\:bg-brands-seton-hall-university:hover {
  background: #004488;
}

.bg-brands-seton-hall-university-1 {
  background: #004488;
}

.active\:bg-brands-seton-hall-university-1:active,
.focus\:bg-brands-seton-hall-university-1:focus,
.hover\:bg-brands-seton-hall-university-1:hover {
  background: #004488;
}

.bg-brands-shazam {
  background: #0088ff;
}

.active\:bg-brands-shazam:active,
.focus\:bg-brands-shazam:focus,
.hover\:bg-brands-shazam:hover {
  background: #0088ff;
}

.bg-brands-shazam-1 {
  background: #0088ff;
}

.active\:bg-brands-shazam-1:active,
.focus\:bg-brands-shazam-1:focus,
.hover\:bg-brands-shazam-1:hover {
  background: #0088ff;
}

.bg-brands-shazam-2 {
  background: #ffaa00;
}

.active\:bg-brands-shazam-2:active,
.focus\:bg-brands-shazam-2:focus,
.hover\:bg-brands-shazam-2:hover {
  background: #ffaa00;
}

.bg-brands-shazam-3 {
  background: #ff7700;
}

.active\:bg-brands-shazam-3:active,
.focus\:bg-brands-shazam-3:focus,
.hover\:bg-brands-shazam-3:hover {
  background: #ff7700;
}

.bg-brands-shazam-4 {
  background: #ff0033;
}

.active\:bg-brands-shazam-4:active,
.focus\:bg-brands-shazam-4:focus,
.hover\:bg-brands-shazam-4:hover {
  background: #ff0033;
}

.bg-brands-shazam-5 {
  background: #9911aa;
}

.active\:bg-brands-shazam-5:active,
.focus\:bg-brands-shazam-5:focus,
.hover\:bg-brands-shazam-5:hover {
  background: #9911aa;
}

.bg-brands-shazam-6 {
  background: #cc2288;
}

.active\:bg-brands-shazam-6:active,
.focus\:bg-brands-shazam-6:focus,
.hover\:bg-brands-shazam-6:hover {
  background: #cc2288;
}

.bg-brands-shazam-7 {
  background: #aadd22;
}

.active\:bg-brands-shazam-7:active,
.focus\:bg-brands-shazam-7:focus,
.hover\:bg-brands-shazam-7:hover {
  background: #aadd22;
}

.bg-brands-shazam-8 {
  background: #242424;
}

.active\:bg-brands-shazam-8:active,
.focus\:bg-brands-shazam-8:focus,
.hover\:bg-brands-shazam-8:hover {
  background: #242424;
}

.bg-brands-shazam-9 {
  background: #646464;
}

.active\:bg-brands-shazam-9:active,
.focus\:bg-brands-shazam-9:focus,
.hover\:bg-brands-shazam-9:hover {
  background: #646464;
}

.bg-brands-shazam-10 {
  background: #949494;
}

.active\:bg-brands-shazam-10:active,
.focus\:bg-brands-shazam-10:focus,
.hover\:bg-brands-shazam-10:hover {
  background: #949494;
}

.bg-brands-shazam-11 {
  background: #e4e4e4;
}

.active\:bg-brands-shazam-11:active,
.focus\:bg-brands-shazam-11:focus,
.hover\:bg-brands-shazam-11:hover {
  background: #e4e4e4;
}

.bg-brands-shazam-12 {
  background: #f4f4f4;
}

.active\:bg-brands-shazam-12:active,
.focus\:bg-brands-shazam-12:focus,
.hover\:bg-brands-shazam-12:hover {
  background: #f4f4f4;
}

.bg-brands-sherwin-williams {
  background: #0168b3;
}

.active\:bg-brands-sherwin-williams:active,
.focus\:bg-brands-sherwin-williams:focus,
.hover\:bg-brands-sherwin-williams:hover {
  background: #0168b3;
}

.bg-brands-sherwin-williams-1 {
  background: #0168b3;
}

.active\:bg-brands-sherwin-williams-1:active,
.focus\:bg-brands-sherwin-williams-1:focus,
.hover\:bg-brands-sherwin-williams-1:hover {
  background: #0168b3;
}

.bg-brands-sherwin-williams-2 {
  background: #ee3e34;
}

.active\:bg-brands-sherwin-williams-2:active,
.focus\:bg-brands-sherwin-williams-2:focus,
.hover\:bg-brands-sherwin-williams-2:hover {
  background: #ee3e34;
}

.bg-brands-shopify {
  background: #96bf48;
}

.active\:bg-brands-shopify:active,
.focus\:bg-brands-shopify:focus,
.hover\:bg-brands-shopify:hover {
  background: #96bf48;
}

.bg-brands-shopify-1 {
  background: #96bf48;
}

.active\:bg-brands-shopify-1:active,
.focus\:bg-brands-shopify-1:focus,
.hover\:bg-brands-shopify-1:hover {
  background: #96bf48;
}

.bg-brands-shopify-2 {
  background: #479ccf;
}

.active\:bg-brands-shopify-2:active,
.focus\:bg-brands-shopify-2:focus,
.hover\:bg-brands-shopify-2:hover {
  background: #479ccf;
}

.bg-brands-shopify-3 {
  background: #2d3538;
}

.active\:bg-brands-shopify-3:active,
.focus\:bg-brands-shopify-3:focus,
.hover\:bg-brands-shopify-3:hover {
  background: #2d3538;
}

.bg-brands-shopify-4 {
  background: #f5f5f5;
}

.active\:bg-brands-shopify-4:active,
.focus\:bg-brands-shopify-4:focus,
.hover\:bg-brands-shopify-4:hover {
  background: #f5f5f5;
}

.bg-brands-shopify-5 {
  background: #f2f7fa;
}

.active\:bg-brands-shopify-5:active,
.focus\:bg-brands-shopify-5:focus,
.hover\:bg-brands-shopify-5:hover {
  background: #f2f7fa;
}

.bg-brands-shopify-6 {
  background: #666666;
}

.active\:bg-brands-shopify-6:active,
.focus\:bg-brands-shopify-6:focus,
.hover\:bg-brands-shopify-6:hover {
  background: #666666;
}

.bg-brands-shopmium {
  background: #f01f74;
}

.active\:bg-brands-shopmium:active,
.focus\:bg-brands-shopmium:focus,
.hover\:bg-brands-shopmium:hover {
  background: #f01f74;
}

.bg-brands-shopmium-1 {
  background: #f01f74;
}

.active\:bg-brands-shopmium-1:active,
.focus\:bg-brands-shopmium-1:focus,
.hover\:bg-brands-shopmium-1:hover {
  background: #f01f74;
}

.bg-brands-siemens {
  background: #009999;
}

.active\:bg-brands-siemens:active,
.focus\:bg-brands-siemens:focus,
.hover\:bg-brands-siemens:hover {
  background: #009999;
}

.bg-brands-siemens-1 {
  background: #009999;
}

.active\:bg-brands-siemens-1:active,
.focus\:bg-brands-siemens-1:focus,
.hover\:bg-brands-siemens-1:hover {
  background: #009999;
}

.bg-brands-skillshare {
  background: #f26b21;
}

.active\:bg-brands-skillshare:active,
.focus\:bg-brands-skillshare:focus,
.hover\:bg-brands-skillshare:hover {
  background: #f26b21;
}

.bg-brands-skillshare-1 {
  background: #f26b21;
}

.active\:bg-brands-skillshare-1:active,
.focus\:bg-brands-skillshare-1:focus,
.hover\:bg-brands-skillshare-1:hover {
  background: #f26b21;
}

.bg-brands-skillshare-2 {
  background: #68b8be;
}

.active\:bg-brands-skillshare-2:active,
.focus\:bg-brands-skillshare-2:focus,
.hover\:bg-brands-skillshare-2:hover {
  background: #68b8be;
}

.bg-brands-skoda {
  background: #00800d;
}

.active\:bg-brands-skoda:active,
.focus\:bg-brands-skoda:focus,
.hover\:bg-brands-skoda:hover {
  background: #00800d;
}

.bg-brands-skoda-1 {
  background: #00800d;
}

.active\:bg-brands-skoda-1:active,
.focus\:bg-brands-skoda-1:focus,
.hover\:bg-brands-skoda-1:hover {
  background: #00800d;
}

.bg-brands-skype {
  background: #00aff0;
}

.active\:bg-brands-skype:active,
.focus\:bg-brands-skype:focus,
.hover\:bg-brands-skype:hover {
  background: #00aff0;
}

.bg-brands-skype-1 {
  background: #00aff0;
}

.active\:bg-brands-skype-1:active,
.focus\:bg-brands-skype-1:focus,
.hover\:bg-brands-skype-1:hover {
  background: #00aff0;
}

.bg-brands-skywest {
  background: #00338d;
}

.active\:bg-brands-skywest:active,
.focus\:bg-brands-skywest:focus,
.hover\:bg-brands-skywest:hover {
  background: #00338d;
}

.bg-brands-skywest-1 {
  background: #00338d;
}

.active\:bg-brands-skywest-1:active,
.focus\:bg-brands-skywest-1:focus,
.hover\:bg-brands-skywest-1:hover {
  background: #00338d;
}

.bg-brands-slack {
  background: #6ecadc;
}

.active\:bg-brands-slack:active,
.focus\:bg-brands-slack:focus,
.hover\:bg-brands-slack:hover {
  background: #6ecadc;
}

.bg-brands-slack-1 {
  background: #6ecadc;
}

.active\:bg-brands-slack-1:active,
.focus\:bg-brands-slack-1:focus,
.hover\:bg-brands-slack-1:hover {
  background: #6ecadc;
}

.bg-brands-slack-2 {
  background: #e9a820;
}

.active\:bg-brands-slack-2:active,
.focus\:bg-brands-slack-2:focus,
.hover\:bg-brands-slack-2:hover {
  background: #e9a820;
}

.bg-brands-slack-3 {
  background: #e01563;
}

.active\:bg-brands-slack-3:active,
.focus\:bg-brands-slack-3:focus,
.hover\:bg-brands-slack-3:hover {
  background: #e01563;
}

.bg-brands-slack-4 {
  background: #3eb991;
}

.active\:bg-brands-slack-4:active,
.focus\:bg-brands-slack-4:focus,
.hover\:bg-brands-slack-4:hover {
  background: #3eb991;
}

.bg-brands-slideshare {
  background: #0077b5;
}

.active\:bg-brands-slideshare:active,
.focus\:bg-brands-slideshare:focus,
.hover\:bg-brands-slideshare:hover {
  background: #0077b5;
}

.bg-brands-slideshare-1 {
  background: #0077b5;
}

.active\:bg-brands-slideshare-1:active,
.focus\:bg-brands-slideshare-1:focus,
.hover\:bg-brands-slideshare-1:hover {
  background: #0077b5;
}

.bg-brands-slipcase {
  background: #7c9cb0;
}

.active\:bg-brands-slipcase:active,
.focus\:bg-brands-slipcase:focus,
.hover\:bg-brands-slipcase:hover {
  background: #7c9cb0;
}

.bg-brands-slipcase-1 {
  background: #7c9cb0;
}

.active\:bg-brands-slipcase-1:active,
.focus\:bg-brands-slipcase-1:focus,
.hover\:bg-brands-slipcase-1:hover {
  background: #7c9cb0;
}

.bg-brands-smashing-magazine {
  background: #e53b2c;
}

.active\:bg-brands-smashing-magazine:active,
.focus\:bg-brands-smashing-magazine:focus,
.hover\:bg-brands-smashing-magazine:hover {
  background: #e53b2c;
}

.bg-brands-smashing-magazine-1 {
  background: #e53b2c;
}

.active\:bg-brands-smashing-magazine-1:active,
.focus\:bg-brands-smashing-magazine-1:focus,
.hover\:bg-brands-smashing-magazine-1:hover {
  background: #e53b2c;
}

.bg-brands-smashing-magazine-2 {
  background: #41b7d8;
}

.active\:bg-brands-smashing-magazine-2:active,
.focus\:bg-brands-smashing-magazine-2:focus,
.hover\:bg-brands-smashing-magazine-2:hover {
  background: #41b7d8;
}

.bg-brands-snagajob {
  background: #f36f21;
}

.active\:bg-brands-snagajob:active,
.focus\:bg-brands-snagajob:focus,
.hover\:bg-brands-snagajob:hover {
  background: #f36f21;
}

.bg-brands-snagajob-1 {
  background: #f36f21;
}

.active\:bg-brands-snagajob-1:active,
.focus\:bg-brands-snagajob-1:focus,
.hover\:bg-brands-snagajob-1:hover {
  background: #f36f21;
}

.bg-brands-snapchat {
  background: #fffc00;
}

.active\:bg-brands-snapchat:active,
.focus\:bg-brands-snapchat:focus,
.hover\:bg-brands-snapchat:hover {
  background: #fffc00;
}

.bg-brands-snapchat-1 {
  background: #fffc00;
}

.active\:bg-brands-snapchat-1:active,
.focus\:bg-brands-snapchat-1:focus,
.hover\:bg-brands-snapchat-1:hover {
  background: #fffc00;
}

.bg-brands-soapui {
  background: #6cb33f;
}

.active\:bg-brands-soapui:active,
.focus\:bg-brands-soapui:focus,
.hover\:bg-brands-soapui:hover {
  background: #6cb33f;
}

.bg-brands-soapui-1 {
  background: #6cb33f;
}

.active\:bg-brands-soapui-1:active,
.focus\:bg-brands-soapui-1:focus,
.hover\:bg-brands-soapui-1:hover {
  background: #6cb33f;
}

.bg-brands-soapui-2 {
  background: #4a494d;
}

.active\:bg-brands-soapui-2:active,
.focus\:bg-brands-soapui-2:focus,
.hover\:bg-brands-soapui-2:hover {
  background: #4a494d;
}

.bg-brands-socialbro {
  background: #29c4d0;
}

.active\:bg-brands-socialbro:active,
.focus\:bg-brands-socialbro:focus,
.hover\:bg-brands-socialbro:hover {
  background: #29c4d0;
}

.bg-brands-socialbro-1 {
  background: #29c4d0;
}

.active\:bg-brands-socialbro-1:active,
.focus\:bg-brands-socialbro-1:focus,
.hover\:bg-brands-socialbro-1:hover {
  background: #29c4d0;
}

.bg-brands-socialbro-2 {
  background: #f29556;
}

.active\:bg-brands-socialbro-2:active,
.focus\:bg-brands-socialbro-2:focus,
.hover\:bg-brands-socialbro-2:hover {
  background: #f29556;
}

.bg-brands-socialbro-3 {
  background: #84afa2;
}

.active\:bg-brands-socialbro-3:active,
.focus\:bg-brands-socialbro-3:focus,
.hover\:bg-brands-socialbro-3:hover {
  background: #84afa2;
}

.bg-brands-socialbro-4 {
  background: #72c427;
}

.active\:bg-brands-socialbro-4:active,
.focus\:bg-brands-socialbro-4:focus,
.hover\:bg-brands-socialbro-4:hover {
  background: #72c427;
}

.bg-brands-socialbro-5 {
  background: #f24c7c;
}

.active\:bg-brands-socialbro-5:active,
.focus\:bg-brands-socialbro-5:focus,
.hover\:bg-brands-socialbro-5:hover {
  background: #f24c7c;
}

.bg-brands-socialbro-6 {
  background: #00aaf2;
}

.active\:bg-brands-socialbro-6:active,
.focus\:bg-brands-socialbro-6:focus,
.hover\:bg-brands-socialbro-6:hover {
  background: #00aaf2;
}

.bg-brands-softonic {
  background: #008ace;
}

.active\:bg-brands-softonic:active,
.focus\:bg-brands-softonic:focus,
.hover\:bg-brands-softonic:hover {
  background: #008ace;
}

.bg-brands-softonic-1 {
  background: #008ace;
}

.active\:bg-brands-softonic-1:active,
.focus\:bg-brands-softonic-1:focus,
.hover\:bg-brands-softonic-1:hover {
  background: #008ace;
}

.bg-brands-songkick {
  background: #f80046;
}

.active\:bg-brands-songkick:active,
.focus\:bg-brands-songkick:focus,
.hover\:bg-brands-songkick:hover {
  background: #f80046;
}

.bg-brands-songkick-1 {
  background: #f80046;
}

.active\:bg-brands-songkick-1:active,
.focus\:bg-brands-songkick-1:focus,
.hover\:bg-brands-songkick-1:hover {
  background: #f80046;
}

.bg-brands-sonicbids {
  background: #ff6600;
}

.active\:bg-brands-sonicbids:active,
.focus\:bg-brands-sonicbids:focus,
.hover\:bg-brands-sonicbids:hover {
  background: #ff6600;
}

.bg-brands-sonicbids-1 {
  background: #ff6600;
}

.active\:bg-brands-sonicbids-1:active,
.focus\:bg-brands-sonicbids-1:focus,
.hover\:bg-brands-sonicbids-1:hover {
  background: #ff6600;
}

.bg-brands-sonicbids-2 {
  background: #0c88b1;
}

.active\:bg-brands-sonicbids-2:active,
.focus\:bg-brands-sonicbids-2:focus,
.hover\:bg-brands-sonicbids-2:hover {
  background: #0c88b1;
}

.bg-brands-sonos {
  background: #d8a158;
}

.active\:bg-brands-sonos:active,
.focus\:bg-brands-sonos:focus,
.hover\:bg-brands-sonos:hover {
  background: #d8a158;
}

.bg-brands-sonos-1 {
  background: #d8a158;
}

.active\:bg-brands-sonos-1:active,
.focus\:bg-brands-sonos-1:focus,
.hover\:bg-brands-sonos-1:hover {
  background: #d8a158;
}

.bg-brands-sonos-2 {
  background: #ba4724;
}

.active\:bg-brands-sonos-2:active,
.focus\:bg-brands-sonos-2:focus,
.hover\:bg-brands-sonos-2:hover {
  background: #ba4724;
}

.bg-brands-sonos-3 {
  background: #1c5f4a;
}

.active\:bg-brands-sonos-3:active,
.focus\:bg-brands-sonos-3:focus,
.hover\:bg-brands-sonos-3:hover {
  background: #1c5f4a;
}

.bg-brands-sonos-4 {
  background: #d8d8d8;
}

.active\:bg-brands-sonos-4:active,
.focus\:bg-brands-sonos-4:focus,
.hover\:bg-brands-sonos-4:hover {
  background: #d8d8d8;
}

.bg-brands-sony {
  background: #000000;
}

.active\:bg-brands-sony:active,
.focus\:bg-brands-sony:focus,
.hover\:bg-brands-sony:hover {
  background: #000000;
}

.bg-brands-sony-1 {
  background: #000000;
}

.active\:bg-brands-sony-1:active,
.focus\:bg-brands-sony-1:focus,
.hover\:bg-brands-sony-1:hover {
  background: #000000;
}

.bg-brands-sony-2 {
  background: #7c8285;
}

.active\:bg-brands-sony-2:active,
.focus\:bg-brands-sony-2:focus,
.hover\:bg-brands-sony-2:hover {
  background: #7c8285;
}

.bg-brands-sony-3 {
  background: #bfbdb0;
}

.active\:bg-brands-sony-3:active,
.focus\:bg-brands-sony-3:focus,
.hover\:bg-brands-sony-3:hover {
  background: #bfbdb0;
}

.bg-brands-sony-4 {
  background: #b1b134;
}

.active\:bg-brands-sony-4:active,
.focus\:bg-brands-sony-4:focus,
.hover\:bg-brands-sony-4:hover {
  background: #b1b134;
}

.bg-brands-sony-5 {
  background: #bbd634;
}

.active\:bg-brands-sony-5:active,
.focus\:bg-brands-sony-5:focus,
.hover\:bg-brands-sony-5:hover {
  background: #bbd634;
}

.bg-brands-sony-6 {
  background: #dbe3b6;
}

.active\:bg-brands-sony-6:active,
.focus\:bg-brands-sony-6:focus,
.hover\:bg-brands-sony-6:hover {
  background: #dbe3b6;
}

.bg-brands-sony-7 {
  background: #b2c8bd;
}

.active\:bg-brands-sony-7:active,
.focus\:bg-brands-sony-7:focus,
.hover\:bg-brands-sony-7:hover {
  background: #b2c8bd;
}

.bg-brands-sony-8 {
  background: #165b65;
}

.active\:bg-brands-sony-8:active,
.focus\:bg-brands-sony-8:focus,
.hover\:bg-brands-sony-8:hover {
  background: #165b65;
}

.bg-brands-sony-9 {
  background: #697d99;
}

.active\:bg-brands-sony-9:active,
.focus\:bg-brands-sony-9:focus,
.hover\:bg-brands-sony-9:hover {
  background: #697d99;
}

.bg-brands-sony-10 {
  background: #96b8db;
}

.active\:bg-brands-sony-10:active,
.focus\:bg-brands-sony-10:focus,
.hover\:bg-brands-sony-10:hover {
  background: #96b8db;
}

.bg-brands-sony-11 {
  background: #00a4e8;
}

.active\:bg-brands-sony-11:active,
.focus\:bg-brands-sony-11:focus,
.hover\:bg-brands-sony-11:hover {
  background: #00a4e8;
}

.bg-brands-sony-12 {
  background: #a4dbdb;
}

.active\:bg-brands-sony-12:active,
.focus\:bg-brands-sony-12:focus,
.hover\:bg-brands-sony-12:hover {
  background: #a4dbdb;
}

.bg-brands-sony-13 {
  background: #fdd666;
}

.active\:bg-brands-sony-13:active,
.focus\:bg-brands-sony-13:focus,
.hover\:bg-brands-sony-13:hover {
  background: #fdd666;
}

.bg-brands-sony-14 {
  background: #dc9018;
}

.active\:bg-brands-sony-14:active,
.focus\:bg-brands-sony-14:focus,
.hover\:bg-brands-sony-14:hover {
  background: #dc9018;
}

.bg-brands-sony-15 {
  background: #e31a22;
}

.active\:bg-brands-sony-15:active,
.focus\:bg-brands-sony-15:focus,
.hover\:bg-brands-sony-15:hover {
  background: #e31a22;
}

.bg-brands-sony-16 {
  background: #df8f2d;
}

.active\:bg-brands-sony-16:active,
.focus\:bg-brands-sony-16:focus,
.hover\:bg-brands-sony-16:hover {
  background: #df8f2d;
}

.bg-brands-sony-17 {
  background: #b24f3f;
}

.active\:bg-brands-sony-17:active,
.focus\:bg-brands-sony-17:focus,
.hover\:bg-brands-sony-17:hover {
  background: #b24f3f;
}

.bg-brands-sony-18 {
  background: #b51f29;
}

.active\:bg-brands-sony-18:active,
.focus\:bg-brands-sony-18:focus,
.hover\:bg-brands-sony-18:hover {
  background: #b51f29;
}

.bg-brands-sony-19 {
  background: #f58268;
}

.active\:bg-brands-sony-19:active,
.focus\:bg-brands-sony-19:focus,
.hover\:bg-brands-sony-19:hover {
  background: #f58268;
}

.bg-brands-sony-20 {
  background: #f4979c;
}

.active\:bg-brands-sony-20:active,
.focus\:bg-brands-sony-20:focus,
.hover\:bg-brands-sony-20:hover {
  background: #f4979c;
}

.bg-brands-soulcycle {
  background: #fedf00;
}

.active\:bg-brands-soulcycle:active,
.focus\:bg-brands-soulcycle:focus,
.hover\:bg-brands-soulcycle:hover {
  background: #fedf00;
}

.bg-brands-soulcycle-1 {
  background: #fedf00;
}

.active\:bg-brands-soulcycle-1:active,
.focus\:bg-brands-soulcycle-1:focus,
.hover\:bg-brands-soulcycle-1:hover {
  background: #fedf00;
}

.bg-brands-soulcycle-2 {
  background: #1e1e1e;
}

.active\:bg-brands-soulcycle-2:active,
.focus\:bg-brands-soulcycle-2:focus,
.hover\:bg-brands-soulcycle-2:hover {
  background: #1e1e1e;
}

.bg-brands-soulcycle-3 {
  background: #a7a8aa;
}

.active\:bg-brands-soulcycle-3:active,
.focus\:bg-brands-soulcycle-3:focus,
.hover\:bg-brands-soulcycle-3:hover {
  background: #a7a8aa;
}

.bg-brands-soundcloud {
  background: #ff8800;
}

.active\:bg-brands-soundcloud:active,
.focus\:bg-brands-soundcloud:focus,
.hover\:bg-brands-soundcloud:hover {
  background: #ff8800;
}

.bg-brands-soundcloud-1 {
  background: #ff8800;
}

.active\:bg-brands-soundcloud-1:active,
.focus\:bg-brands-soundcloud-1:focus,
.hover\:bg-brands-soundcloud-1:hover {
  background: #ff8800;
}

.bg-brands-soundcloud-2 {
  background: #ff3300;
}

.active\:bg-brands-soundcloud-2:active,
.focus\:bg-brands-soundcloud-2:focus,
.hover\:bg-brands-soundcloud-2:hover {
  background: #ff3300;
}

.bg-brands-spoken {
  background: #fc00c1;
}

.active\:bg-brands-spoken:active,
.focus\:bg-brands-spoken:focus,
.hover\:bg-brands-spoken:hover {
  background: #fc00c1;
}

.bg-brands-spoken-1 {
  background: #fc00c1;
}

.active\:bg-brands-spoken-1:active,
.focus\:bg-brands-spoken-1:focus,
.hover\:bg-brands-spoken-1:hover {
  background: #fc00c1;
}

.bg-brands-spoken-2 {
  background: #000000;
}

.active\:bg-brands-spoken-2:active,
.focus\:bg-brands-spoken-2:focus,
.hover\:bg-brands-spoken-2:hover {
  background: #000000;
}

.bg-brands-spotify {
  background: #1db954;
}

.active\:bg-brands-spotify:active,
.focus\:bg-brands-spotify:focus,
.hover\:bg-brands-spotify:hover {
  background: #1db954;
}

.bg-brands-spotify-1 {
  background: #1db954;
}

.active\:bg-brands-spotify-1:active,
.focus\:bg-brands-spotify-1:focus,
.hover\:bg-brands-spotify-1:hover {
  background: #1db954;
}

.bg-brands-spotify-2 {
  background: #191414;
}

.active\:bg-brands-spotify-2:active,
.focus\:bg-brands-spotify-2:focus,
.hover\:bg-brands-spotify-2:hover {
  background: #191414;
}

.bg-brands-sprint {
  background: #ffe100;
}

.active\:bg-brands-sprint:active,
.focus\:bg-brands-sprint:focus,
.hover\:bg-brands-sprint:hover {
  background: #ffe100;
}

.bg-brands-sprint-1 {
  background: #ffe100;
}

.active\:bg-brands-sprint-1:active,
.focus\:bg-brands-sprint-1:focus,
.hover\:bg-brands-sprint-1:hover {
  background: #ffe100;
}

.bg-brands-sprout-social {
  background: #75dd66;
}

.active\:bg-brands-sprout-social:active,
.focus\:bg-brands-sprout-social:focus,
.hover\:bg-brands-sprout-social:hover {
  background: #75dd66;
}

.bg-brands-sprout-social-1 {
  background: #75dd66;
}

.active\:bg-brands-sprout-social-1:active,
.focus\:bg-brands-sprout-social-1:focus,
.hover\:bg-brands-sprout-social-1:hover {
  background: #75dd66;
}

.bg-brands-sprout-social-2 {
  background: #59cb59;
}

.active\:bg-brands-sprout-social-2:active,
.focus\:bg-brands-sprout-social-2:focus,
.hover\:bg-brands-sprout-social-2:hover {
  background: #59cb59;
}

.bg-brands-sprout-social-3 {
  background: #2bb656;
}

.active\:bg-brands-sprout-social-3:active,
.focus\:bg-brands-sprout-social-3:focus,
.hover\:bg-brands-sprout-social-3:hover {
  background: #2bb656;
}

.bg-brands-sprout-social-4 {
  background: #0ca750;
}

.active\:bg-brands-sprout-social-4:active,
.focus\:bg-brands-sprout-social-4:focus,
.hover\:bg-brands-sprout-social-4:hover {
  background: #0ca750;
}

.bg-brands-sprout-social-5 {
  background: #f3f4f4;
}

.active\:bg-brands-sprout-social-5:active,
.focus\:bg-brands-sprout-social-5:focus,
.hover\:bg-brands-sprout-social-5:hover {
  background: #f3f4f4;
}

.bg-brands-sprout-social-6 {
  background: #364141;
}

.active\:bg-brands-sprout-social-6:active,
.focus\:bg-brands-sprout-social-6:focus,
.hover\:bg-brands-sprout-social-6:hover {
  background: #364141;
}

.bg-brands-square-cash {
  background: #28c101;
}

.active\:bg-brands-square-cash:active,
.focus\:bg-brands-square-cash:focus,
.hover\:bg-brands-square-cash:hover {
  background: #28c101;
}

.bg-brands-square-cash-1 {
  background: #28c101;
}

.active\:bg-brands-square-cash-1:active,
.focus\:bg-brands-square-cash-1:focus,
.hover\:bg-brands-square-cash-1:hover {
  background: #28c101;
}

.bg-brands-squarespace {
  background: #222222;
}

.active\:bg-brands-squarespace:active,
.focus\:bg-brands-squarespace:focus,
.hover\:bg-brands-squarespace:hover {
  background: #222222;
}

.bg-brands-squarespace-1 {
  background: #222222;
}

.active\:bg-brands-squarespace-1:active,
.focus\:bg-brands-squarespace-1:focus,
.hover\:bg-brands-squarespace-1:hover {
  background: #222222;
}

.bg-brands-stack-exchange {
  background: #1e5397;
}

.active\:bg-brands-stack-exchange:active,
.focus\:bg-brands-stack-exchange:focus,
.hover\:bg-brands-stack-exchange:hover {
  background: #1e5397;
}

.bg-brands-stack-exchange-1 {
  background: #1e5397;
}

.active\:bg-brands-stack-exchange-1:active,
.focus\:bg-brands-stack-exchange-1:focus,
.hover\:bg-brands-stack-exchange-1:hover {
  background: #1e5397;
}

.bg-brands-stack-exchange-2 {
  background: #376db6;
}

.active\:bg-brands-stack-exchange-2:active,
.focus\:bg-brands-stack-exchange-2:focus,
.hover\:bg-brands-stack-exchange-2:hover {
  background: #376db6;
}

.bg-brands-stack-exchange-3 {
  background: #4ca2da;
}

.active\:bg-brands-stack-exchange-3:active,
.focus\:bg-brands-stack-exchange-3:focus,
.hover\:bg-brands-stack-exchange-3:hover {
  background: #4ca2da;
}

.bg-brands-stack-exchange-4 {
  background: #91d8f4;
}

.active\:bg-brands-stack-exchange-4:active,
.focus\:bg-brands-stack-exchange-4:focus,
.hover\:bg-brands-stack-exchange-4:hover {
  background: #91d8f4;
}

.bg-brands-stackoverflow {
  background: #f48024;
}

.active\:bg-brands-stackoverflow:active,
.focus\:bg-brands-stackoverflow:focus,
.hover\:bg-brands-stackoverflow:hover {
  background: #f48024;
}

.bg-brands-stackoverflow-1 {
  background: #f48024;
}

.active\:bg-brands-stackoverflow-1:active,
.focus\:bg-brands-stackoverflow-1:focus,
.hover\:bg-brands-stackoverflow-1:hover {
  background: #f48024;
}

.bg-brands-stackoverflow-2 {
  background: #222426;
}

.active\:bg-brands-stackoverflow-2:active,
.focus\:bg-brands-stackoverflow-2:focus,
.hover\:bg-brands-stackoverflow-2:hover {
  background: #222426;
}

.bg-brands-stackoverflow-3 {
  background: #bcbbbb;
}

.active\:bg-brands-stackoverflow-3:active,
.focus\:bg-brands-stackoverflow-3:focus,
.hover\:bg-brands-stackoverflow-3:hover {
  background: #bcbbbb;
}

.bg-brands-staples {
  background: #cc0000;
}

.active\:bg-brands-staples:active,
.focus\:bg-brands-staples:focus,
.hover\:bg-brands-staples:hover {
  background: #cc0000;
}

.bg-brands-staples-1 {
  background: #cc0000;
}

.active\:bg-brands-staples-1:active,
.focus\:bg-brands-staples-1:focus,
.hover\:bg-brands-staples-1:hover {
  background: #cc0000;
}

.bg-brands-staples-2 {
  background: #2c8aec;
}

.active\:bg-brands-staples-2:active,
.focus\:bg-brands-staples-2:focus,
.hover\:bg-brands-staples-2:hover {
  background: #2c8aec;
}

.bg-brands-staples-3 {
  background: #ffcc00;
}

.active\:bg-brands-staples-3:active,
.focus\:bg-brands-staples-3:focus,
.hover\:bg-brands-staples-3:hover {
  background: #ffcc00;
}

.bg-brands-starbucks {
  background: #00704a;
}

.active\:bg-brands-starbucks:active,
.focus\:bg-brands-starbucks:focus,
.hover\:bg-brands-starbucks:hover {
  background: #00704a;
}

.bg-brands-starbucks-1 {
  background: #00704a;
}

.active\:bg-brands-starbucks-1:active,
.focus\:bg-brands-starbucks-1:focus,
.hover\:bg-brands-starbucks-1:hover {
  background: #00704a;
}

.bg-brands-state-farm {
  background: #e1261c;
}

.active\:bg-brands-state-farm:active,
.focus\:bg-brands-state-farm:focus,
.hover\:bg-brands-state-farm:hover {
  background: #e1261c;
}

.bg-brands-state-farm-1 {
  background: #e1261c;
}

.active\:bg-brands-state-farm-1:active,
.focus\:bg-brands-state-farm-1:focus,
.hover\:bg-brands-state-farm-1:hover {
  background: #e1261c;
}

.bg-brands-status-chart {
  background: #d7584f;
}

.active\:bg-brands-status-chart:active,
.focus\:bg-brands-status-chart:focus,
.hover\:bg-brands-status-chart:hover {
  background: #d7584f;
}

.bg-brands-status-chart-1 {
  background: #d7584f;
}

.active\:bg-brands-status-chart-1:active,
.focus\:bg-brands-status-chart-1:focus,
.hover\:bg-brands-status-chart-1:hover {
  background: #d7584f;
}

.bg-brands-steam {
  background: #00adee;
}

.active\:bg-brands-steam:active,
.focus\:bg-brands-steam:focus,
.hover\:bg-brands-steam:hover {
  background: #00adee;
}

.bg-brands-steam-1 {
  background: #00adee;
}

.active\:bg-brands-steam-1:active,
.focus\:bg-brands-steam-1:focus,
.hover\:bg-brands-steam-1:hover {
  background: #00adee;
}

.bg-brands-steam-2 {
  background: #000000;
}

.active\:bg-brands-steam-2:active,
.focus\:bg-brands-steam-2:focus,
.hover\:bg-brands-steam-2:hover {
  background: #000000;
}

.bg-brands-sterling-hotels {
  background: #3b5a6f;
}

.active\:bg-brands-sterling-hotels:active,
.focus\:bg-brands-sterling-hotels:focus,
.hover\:bg-brands-sterling-hotels:hover {
  background: #3b5a6f;
}

.bg-brands-sterling-hotels-1 {
  background: #3b5a6f;
}

.active\:bg-brands-sterling-hotels-1:active,
.focus\:bg-brands-sterling-hotels-1:focus,
.hover\:bg-brands-sterling-hotels-1:hover {
  background: #3b5a6f;
}

.bg-brands-sterling-hotels-2 {
  background: #828a87;
}

.active\:bg-brands-sterling-hotels-2:active,
.focus\:bg-brands-sterling-hotels-2:focus,
.hover\:bg-brands-sterling-hotels-2:hover {
  background: #828a87;
}

.bg-brands-sterling-hotels-3 {
  background: #000000;
}

.active\:bg-brands-sterling-hotels-3:active,
.focus\:bg-brands-sterling-hotels-3:focus,
.hover\:bg-brands-sterling-hotels-3:hover {
  background: #000000;
}

.bg-brands-sterling-hotels-4 {
  background: #9db7c4;
}

.active\:bg-brands-sterling-hotels-4:active,
.focus\:bg-brands-sterling-hotels-4:focus,
.hover\:bg-brands-sterling-hotels-4:hover {
  background: #9db7c4;
}

.bg-brands-sterling-hotels-5 {
  background: #ccd7dd;
}

.active\:bg-brands-sterling-hotels-5:active,
.focus\:bg-brands-sterling-hotels-5:focus,
.hover\:bg-brands-sterling-hotels-5:hover {
  background: #ccd7dd;
}

.bg-brands-sterling-hotels-6 {
  background: #838f97;
}

.active\:bg-brands-sterling-hotels-6:active,
.focus\:bg-brands-sterling-hotels-6:focus,
.hover\:bg-brands-sterling-hotels-6:hover {
  background: #838f97;
}

.bg-brands-sterling-hotels-7 {
  background: #002054;
}

.active\:bg-brands-sterling-hotels-7:active,
.focus\:bg-brands-sterling-hotels-7:focus,
.hover\:bg-brands-sterling-hotels-7:hover {
  background: #002054;
}

.bg-brands-stockton-university {
  background: #000000;
}

.active\:bg-brands-stockton-university:active,
.focus\:bg-brands-stockton-university:focus,
.hover\:bg-brands-stockton-university:hover {
  background: #000000;
}

.bg-brands-stockton-university-1 {
  background: #000000;
}

.active\:bg-brands-stockton-university-1:active,
.focus\:bg-brands-stockton-university-1:focus,
.hover\:bg-brands-stockton-university-1:hover {
  background: #000000;
}

.bg-brands-stockton-university-2 {
  background: #79bde9;
}

.active\:bg-brands-stockton-university-2:active,
.focus\:bg-brands-stockton-university-2:focus,
.hover\:bg-brands-stockton-university-2:hover {
  background: #79bde9;
}

.bg-brands-stockton-university-3 {
  background: #ffc423;
}

.active\:bg-brands-stockton-university-3:active,
.focus\:bg-brands-stockton-university-3:focus,
.hover\:bg-brands-stockton-university-3:hover {
  background: #ffc423;
}

.bg-brands-stockton-university-4 {
  background: #bc9b6a;
}

.active\:bg-brands-stockton-university-4:active,
.focus\:bg-brands-stockton-university-4:focus,
.hover\:bg-brands-stockton-university-4:hover {
  background: #bc9b6a;
}

.bg-brands-stockton-university-5 {
  background: #a7a9ac;
}

.active\:bg-brands-stockton-university-5:active,
.focus\:bg-brands-stockton-university-5:focus,
.hover\:bg-brands-stockton-university-5:hover {
  background: #a7a9ac;
}

.bg-brands-storyful {
  background: #f97200;
}

.active\:bg-brands-storyful:active,
.focus\:bg-brands-storyful:focus,
.hover\:bg-brands-storyful:hover {
  background: #f97200;
}

.bg-brands-storyful-1 {
  background: #f97200;
}

.active\:bg-brands-storyful-1:active,
.focus\:bg-brands-storyful-1:focus,
.hover\:bg-brands-storyful-1:hover {
  background: #f97200;
}

.bg-brands-storyful-2 {
  background: #010101;
}

.active\:bg-brands-storyful-2:active,
.focus\:bg-brands-storyful-2:focus,
.hover\:bg-brands-storyful-2:hover {
  background: #010101;
}

.bg-brands-storyful-3 {
  background: #8b8b64;
}

.active\:bg-brands-storyful-3:active,
.focus\:bg-brands-storyful-3:focus,
.hover\:bg-brands-storyful-3:hover {
  background: #8b8b64;
}

.bg-brands-storyful-4 {
  background: #bbbdc0;
}

.active\:bg-brands-storyful-4:active,
.focus\:bg-brands-storyful-4:focus,
.hover\:bg-brands-storyful-4:hover {
  background: #bbbdc0;
}

.bg-brands-strava {
  background: #fc4c02;
}

.active\:bg-brands-strava:active,
.focus\:bg-brands-strava:focus,
.hover\:bg-brands-strava:hover {
  background: #fc4c02;
}

.bg-brands-strava-1 {
  background: #fc4c02;
}

.active\:bg-brands-strava-1:active,
.focus\:bg-brands-strava-1:focus,
.hover\:bg-brands-strava-1:hover {
  background: #fc4c02;
}

.bg-brands-streamable {
  background: #0f90fa;
}

.active\:bg-brands-streamable:active,
.focus\:bg-brands-streamable:focus,
.hover\:bg-brands-streamable:hover {
  background: #0f90fa;
}

.bg-brands-streamable-1 {
  background: #0f90fa;
}

.active\:bg-brands-streamable-1:active,
.focus\:bg-brands-streamable-1:focus,
.hover\:bg-brands-streamable-1:hover {
  background: #0f90fa;
}

.bg-brands-stripe {
  background: #00afe1;
}

.active\:bg-brands-stripe:active,
.focus\:bg-brands-stripe:focus,
.hover\:bg-brands-stripe:hover {
  background: #00afe1;
}

.bg-brands-stripe-1 {
  background: #00afe1;
}

.active\:bg-brands-stripe-1:active,
.focus\:bg-brands-stripe-1:focus,
.hover\:bg-brands-stripe-1:hover {
  background: #00afe1;
}

.bg-brands-stubhub {
  background: #004b91;
}

.active\:bg-brands-stubhub:active,
.focus\:bg-brands-stubhub:focus,
.hover\:bg-brands-stubhub:hover {
  background: #004b91;
}

.bg-brands-stubhub-1 {
  background: #004b91;
}

.active\:bg-brands-stubhub-1:active,
.focus\:bg-brands-stubhub-1:focus,
.hover\:bg-brands-stubhub-1:hover {
  background: #004b91;
}

.bg-brands-stubhub-2 {
  background: #ff7300;
}

.active\:bg-brands-stubhub-2:active,
.focus\:bg-brands-stubhub-2:focus,
.hover\:bg-brands-stubhub-2:hover {
  background: #ff7300;
}

.bg-brands-studyblue {
  background: #00afe1;
}

.active\:bg-brands-studyblue:active,
.focus\:bg-brands-studyblue:focus,
.hover\:bg-brands-studyblue:hover {
  background: #00afe1;
}

.bg-brands-studyblue-1 {
  background: #00afe1;
}

.active\:bg-brands-studyblue-1:active,
.focus\:bg-brands-studyblue-1:focus,
.hover\:bg-brands-studyblue-1:hover {
  background: #00afe1;
}

.bg-brands-stumbleupon {
  background: #eb4924;
}

.active\:bg-brands-stumbleupon:active,
.focus\:bg-brands-stumbleupon:focus,
.hover\:bg-brands-stumbleupon:hover {
  background: #eb4924;
}

.bg-brands-stumbleupon-1 {
  background: #eb4924;
}

.active\:bg-brands-stumbleupon-1:active,
.focus\:bg-brands-stumbleupon-1:focus,
.hover\:bg-brands-stumbleupon-1:hover {
  background: #eb4924;
}

.bg-brands-subway {
  background: #489e3b;
}

.active\:bg-brands-subway:active,
.focus\:bg-brands-subway:focus,
.hover\:bg-brands-subway:hover {
  background: #489e3b;
}

.bg-brands-subway-1 {
  background: #489e3b;
}

.active\:bg-brands-subway-1:active,
.focus\:bg-brands-subway-1:focus,
.hover\:bg-brands-subway-1:hover {
  background: #489e3b;
}

.bg-brands-subway-2 {
  background: #fabd42;
}

.active\:bg-brands-subway-2:active,
.focus\:bg-brands-subway-2:focus,
.hover\:bg-brands-subway-2:hover {
  background: #fabd42;
}

.bg-brands-subway-3 {
  background: #cd0a20;
}

.active\:bg-brands-subway-3:active,
.focus\:bg-brands-subway-3:focus,
.hover\:bg-brands-subway-3:hover {
  background: #cd0a20;
}

.bg-brands-sugarcrm {
  background: #e61718;
}

.active\:bg-brands-sugarcrm:active,
.focus\:bg-brands-sugarcrm:focus,
.hover\:bg-brands-sugarcrm:hover {
  background: #e61718;
}

.bg-brands-sugarcrm-1 {
  background: #e61718;
}

.active\:bg-brands-sugarcrm-1:active,
.focus\:bg-brands-sugarcrm-1:focus,
.hover\:bg-brands-sugarcrm-1:hover {
  background: #e61718;
}

.bg-brands-sugarcrm-2 {
  background: #e8e9ea;
}

.active\:bg-brands-sugarcrm-2:active,
.focus\:bg-brands-sugarcrm-2:focus,
.hover\:bg-brands-sugarcrm-2:hover {
  background: #e8e9ea;
}

.bg-brands-sugarcrm-3 {
  background: #595a5c;
}

.active\:bg-brands-sugarcrm-3:active,
.focus\:bg-brands-sugarcrm-3:focus,
.hover\:bg-brands-sugarcrm-3:hover {
  background: #595a5c;
}

.bg-brands-sugarcrm-4 {
  background: #282828;
}

.active\:bg-brands-sugarcrm-4:active,
.focus\:bg-brands-sugarcrm-4:focus,
.hover\:bg-brands-sugarcrm-4:hover {
  background: #282828;
}

.bg-brands-suntrust {
  background: #00447c;
}

.active\:bg-brands-suntrust:active,
.focus\:bg-brands-suntrust:focus,
.hover\:bg-brands-suntrust:hover {
  background: #00447c;
}

.bg-brands-suntrust-1 {
  background: #00447c;
}

.active\:bg-brands-suntrust-1:active,
.focus\:bg-brands-suntrust-1:focus,
.hover\:bg-brands-suntrust-1:hover {
  background: #00447c;
}

.bg-brands-suntrust-2 {
  background: #fdb913;
}

.active\:bg-brands-suntrust-2:active,
.focus\:bg-brands-suntrust-2:focus,
.hover\:bg-brands-suntrust-2:hover {
  background: #fdb913;
}

.bg-brands-suntrust-3 {
  background: #e36f1e;
}

.active\:bg-brands-suntrust-3:active,
.focus\:bg-brands-suntrust-3:focus,
.hover\:bg-brands-suntrust-3:hover {
  background: #e36f1e;
}

.bg-brands-supershuttle {
  background: #4285f4;
}

.active\:bg-brands-supershuttle:active,
.focus\:bg-brands-supershuttle:focus,
.hover\:bg-brands-supershuttle:hover {
  background: #4285f4;
}

.bg-brands-supershuttle-1 {
  background: #4285f4;
}

.active\:bg-brands-supershuttle-1:active,
.focus\:bg-brands-supershuttle-1:focus,
.hover\:bg-brands-supershuttle-1:hover {
  background: #4285f4;
}

.bg-brands-supershuttle-2 {
  background: #ffcd1a;
}

.active\:bg-brands-supershuttle-2:active,
.focus\:bg-brands-supershuttle-2:focus,
.hover\:bg-brands-supershuttle-2:hover {
  background: #ffcd1a;
}

.bg-brands-swarm {
  background: #f06d1f;
}

.active\:bg-brands-swarm:active,
.focus\:bg-brands-swarm:focus,
.hover\:bg-brands-swarm:hover {
  background: #f06d1f;
}

.bg-brands-swarm-1 {
  background: #f06d1f;
}

.active\:bg-brands-swarm-1:active,
.focus\:bg-brands-swarm-1:focus,
.hover\:bg-brands-swarm-1:hover {
  background: #f06d1f;
}

.bg-brands-swarm-2 {
  background: #ffa633;
}

.active\:bg-brands-swarm-2:active,
.focus\:bg-brands-swarm-2:focus,
.hover\:bg-brands-swarm-2:hover {
  background: #ffa633;
}

.bg-brands-t-mobile {
  background: #e20074;
}

.active\:bg-brands-t-mobile:active,
.focus\:bg-brands-t-mobile:focus,
.hover\:bg-brands-t-mobile:hover {
  background: #e20074;
}

.bg-brands-t-mobile-1 {
  background: #e20074;
}

.active\:bg-brands-t-mobile-1:active,
.focus\:bg-brands-t-mobile-1:focus,
.hover\:bg-brands-t-mobile-1:hover {
  background: #e20074;
}

.bg-brands-tagstr {
  background: #e74635;
}

.active\:bg-brands-tagstr:active,
.focus\:bg-brands-tagstr:focus,
.hover\:bg-brands-tagstr:hover {
  background: #e74635;
}

.bg-brands-tagstr-1 {
  background: #e74635;
}

.active\:bg-brands-tagstr-1:active,
.focus\:bg-brands-tagstr-1:focus,
.hover\:bg-brands-tagstr-1:hover {
  background: #e74635;
}

.bg-brands-taiga {
  background: #444444;
}

.active\:bg-brands-taiga:active,
.focus\:bg-brands-taiga:focus,
.hover\:bg-brands-taiga:hover {
  background: #444444;
}

.bg-brands-taiga-1 {
  background: #444444;
}

.active\:bg-brands-taiga-1:active,
.focus\:bg-brands-taiga-1:focus,
.hover\:bg-brands-taiga-1:hover {
  background: #444444;
}

.bg-brands-taiga-2 {
  background: #b8b8b8;
}

.active\:bg-brands-taiga-2:active,
.focus\:bg-brands-taiga-2:focus,
.hover\:bg-brands-taiga-2:hover {
  background: #b8b8b8;
}

.bg-brands-taiga-3 {
  background: #72a114;
}

.active\:bg-brands-taiga-3:active,
.focus\:bg-brands-taiga-3:focus,
.hover\:bg-brands-taiga-3:hover {
  background: #72a114;
}

.bg-brands-taiga-4 {
  background: #9dce0a;
}

.active\:bg-brands-taiga-4:active,
.focus\:bg-brands-taiga-4:focus,
.hover\:bg-brands-taiga-4:hover {
  background: #9dce0a;
}

.bg-brands-taiga-5 {
  background: #879b89;
}

.active\:bg-brands-taiga-5:active,
.focus\:bg-brands-taiga-5:focus,
.hover\:bg-brands-taiga-5:hover {
  background: #879b89;
}

.bg-brands-target {
  background: #cc0000;
}

.active\:bg-brands-target:active,
.focus\:bg-brands-target:focus,
.hover\:bg-brands-target:hover {
  background: #cc0000;
}

.bg-brands-target-1 {
  background: #cc0000;
}

.active\:bg-brands-target-1:active,
.focus\:bg-brands-target-1:focus,
.hover\:bg-brands-target-1:hover {
  background: #cc0000;
}

.bg-brands-teamspeak {
  background: #2580c3;
}

.active\:bg-brands-teamspeak:active,
.focus\:bg-brands-teamspeak:focus,
.hover\:bg-brands-teamspeak:hover {
  background: #2580c3;
}

.bg-brands-teamspeak-1 {
  background: #2580c3;
}

.active\:bg-brands-teamspeak-1:active,
.focus\:bg-brands-teamspeak-1:focus,
.hover\:bg-brands-teamspeak-1:hover {
  background: #2580c3;
}

.bg-brands-teamspeak-2 {
  background: #1c2537;
}

.active\:bg-brands-teamspeak-2:active,
.focus\:bg-brands-teamspeak-2:focus,
.hover\:bg-brands-teamspeak-2:hover {
  background: #1c2537;
}

.bg-brands-teamspeak-3 {
  background: #e0e0e0;
}

.active\:bg-brands-teamspeak-3:active,
.focus\:bg-brands-teamspeak-3:focus,
.hover\:bg-brands-teamspeak-3:hover {
  background: #e0e0e0;
}

.bg-brands-teamspeak-4 {
  background: #25dd85;
}

.active\:bg-brands-teamspeak-4:active,
.focus\:bg-brands-teamspeak-4:focus,
.hover\:bg-brands-teamspeak-4:hover {
  background: #25dd85;
}

.bg-brands-technorati {
  background: #339900;
}

.active\:bg-brands-technorati:active,
.focus\:bg-brands-technorati:focus,
.hover\:bg-brands-technorati:hover {
  background: #339900;
}

.bg-brands-technorati-1 {
  background: #339900;
}

.active\:bg-brands-technorati-1:active,
.focus\:bg-brands-technorati-1:focus,
.hover\:bg-brands-technorati-1:hover {
  background: #339900;
}

.bg-brands-ted {
  background: #e62b1e;
}

.active\:bg-brands-ted:active,
.focus\:bg-brands-ted:focus,
.hover\:bg-brands-ted:hover {
  background: #e62b1e;
}

.bg-brands-ted-1 {
  background: #e62b1e;
}

.active\:bg-brands-ted-1:active,
.focus\:bg-brands-ted-1:focus,
.hover\:bg-brands-ted-1:hover {
  background: #e62b1e;
}

.bg-brands-telegram {
  background: #0088cc;
}

.active\:bg-brands-telegram:active,
.focus\:bg-brands-telegram:focus,
.hover\:bg-brands-telegram:hover {
  background: #0088cc;
}

.bg-brands-telegram-1 {
  background: #0088cc;
}

.active\:bg-brands-telegram-1:active,
.focus\:bg-brands-telegram-1:focus,
.hover\:bg-brands-telegram-1:hover {
  background: #0088cc;
}

.bg-brands-tvtag {
  background: #e92c4c;
}

.active\:bg-brands-tvtag:active,
.focus\:bg-brands-tvtag:focus,
.hover\:bg-brands-tvtag:hover {
  background: #e92c4c;
}

.bg-brands-tvtag-1 {
  background: #e92c4c;
}

.active\:bg-brands-tvtag-1:active,
.focus\:bg-brands-tvtag-1:focus,
.hover\:bg-brands-tvtag-1:hover {
  background: #e92c4c;
}

.bg-brands-tvtag-2 {
  background: #c82641;
}

.active\:bg-brands-tvtag-2:active,
.focus\:bg-brands-tvtag-2:focus,
.hover\:bg-brands-tvtag-2:hover {
  background: #c82641;
}

.bg-brands-temple {
  background: #a41e35;
}

.active\:bg-brands-temple:active,
.focus\:bg-brands-temple:focus,
.hover\:bg-brands-temple:hover {
  background: #a41e35;
}

.bg-brands-temple-1 {
  background: #a41e35;
}

.active\:bg-brands-temple-1:active,
.focus\:bg-brands-temple-1:focus,
.hover\:bg-brands-temple-1:hover {
  background: #a41e35;
}

.bg-brands-temple-2 {
  background: #222222;
}

.active\:bg-brands-temple-2:active,
.focus\:bg-brands-temple-2:focus,
.hover\:bg-brands-temple-2:hover {
  background: #222222;
}

.bg-brands-temple-3 {
  background: #899197;
}

.active\:bg-brands-temple-3:active,
.focus\:bg-brands-temple-3:focus,
.hover\:bg-brands-temple-3:hover {
  background: #899197;
}

.bg-brands-tesco {
  background: #ee1c2e;
}

.active\:bg-brands-tesco:active,
.focus\:bg-brands-tesco:focus,
.hover\:bg-brands-tesco:hover {
  background: #ee1c2e;
}

.bg-brands-tesco-1 {
  background: #ee1c2e;
}

.active\:bg-brands-tesco-1:active,
.focus\:bg-brands-tesco-1:focus,
.hover\:bg-brands-tesco-1:hover {
  background: #ee1c2e;
}

.bg-brands-tesco-2 {
  background: #00539f;
}

.active\:bg-brands-tesco-2:active,
.focus\:bg-brands-tesco-2:focus,
.hover\:bg-brands-tesco-2:hover {
  background: #00539f;
}

.bg-brands-tesla {
  background: #cc0000;
}

.active\:bg-brands-tesla:active,
.focus\:bg-brands-tesla:focus,
.hover\:bg-brands-tesla:hover {
  background: #cc0000;
}

.bg-brands-tesla-1 {
  background: #cc0000;
}

.active\:bg-brands-tesla-1:active,
.focus\:bg-brands-tesla-1:focus,
.hover\:bg-brands-tesla-1:hover {
  background: #cc0000;
}

.bg-brands-texas-am-university {
  background: #500000;
}

.active\:bg-brands-texas-am-university:active,
.focus\:bg-brands-texas-am-university:focus,
.hover\:bg-brands-texas-am-university:hover {
  background: #500000;
}

.bg-brands-texas-am-university-1 {
  background: #500000;
}

.active\:bg-brands-texas-am-university-1:active,
.focus\:bg-brands-texas-am-university-1:focus,
.hover\:bg-brands-texas-am-university-1:hover {
  background: #500000;
}

.bg-brands-texas-am-university-2 {
  background: #003c71;
}

.active\:bg-brands-texas-am-university-2:active,
.focus\:bg-brands-texas-am-university-2:focus,
.hover\:bg-brands-texas-am-university-2:hover {
  background: #003c71;
}

.bg-brands-texas-am-university-3 {
  background: #5b6236;
}

.active\:bg-brands-texas-am-university-3:active,
.focus\:bg-brands-texas-am-university-3:focus,
.hover\:bg-brands-texas-am-university-3:hover {
  background: #5b6236;
}

.bg-brands-texas-am-university-4 {
  background: #744f28;
}

.active\:bg-brands-texas-am-university-4:active,
.focus\:bg-brands-texas-am-university-4:focus,
.hover\:bg-brands-texas-am-university-4:hover {
  background: #744f28;
}

.bg-brands-texas-am-university-5 {
  background: #998542;
}

.active\:bg-brands-texas-am-university-5:active,
.focus\:bg-brands-texas-am-university-5:focus,
.hover\:bg-brands-texas-am-university-5:hover {
  background: #998542;
}

.bg-brands-texas-am-university-6 {
  background: #332c2c;
}

.active\:bg-brands-texas-am-university-6:active,
.focus\:bg-brands-texas-am-university-6:focus,
.hover\:bg-brands-texas-am-university-6:hover {
  background: #332c2c;
}

.bg-brands-texas-am-university-7 {
  background: #707373;
}

.active\:bg-brands-texas-am-university-7:active,
.focus\:bg-brands-texas-am-university-7:focus,
.hover\:bg-brands-texas-am-university-7:hover {
  background: #707373;
}

.bg-brands-texas-am-university-8 {
  background: #d6d3c4;
}

.active\:bg-brands-texas-am-university-8:active,
.focus\:bg-brands-texas-am-university-8:focus,
.hover\:bg-brands-texas-am-university-8:hover {
  background: #d6d3c4;
}

.bg-brands-texas-tech-university {
  background: #cc0000;
}

.active\:bg-brands-texas-tech-university:active,
.focus\:bg-brands-texas-tech-university:focus,
.hover\:bg-brands-texas-tech-university:hover {
  background: #cc0000;
}

.bg-brands-texas-tech-university-1 {
  background: #cc0000;
}

.active\:bg-brands-texas-tech-university-1:active,
.focus\:bg-brands-texas-tech-university-1:focus,
.hover\:bg-brands-texas-tech-university-1:hover {
  background: #cc0000;
}

.bg-brands-texas-tech-university-2 {
  background: #000000;
}

.active\:bg-brands-texas-tech-university-2:active,
.focus\:bg-brands-texas-tech-university-2:focus,
.hover\:bg-brands-texas-tech-university-2:hover {
  background: #000000;
}

.bg-brands-the-audience-awards {
  background: #ee8421;
}

.active\:bg-brands-the-audience-awards:active,
.focus\:bg-brands-the-audience-awards:focus,
.hover\:bg-brands-the-audience-awards:hover {
  background: #ee8421;
}

.bg-brands-the-audience-awards-1 {
  background: #ee8421;
}

.active\:bg-brands-the-audience-awards-1:active,
.focus\:bg-brands-the-audience-awards-1:focus,
.hover\:bg-brands-the-audience-awards-1:hover {
  background: #ee8421;
}

.bg-brands-the-audience-awards-2 {
  background: #8c8a8a;
}

.active\:bg-brands-the-audience-awards-2:active,
.focus\:bg-brands-the-audience-awards-2:focus,
.hover\:bg-brands-the-audience-awards-2:hover {
  background: #8c8a8a;
}

.bg-brands-the-audience-awards-3 {
  background: #222222;
}

.active\:bg-brands-the-audience-awards-3:active,
.focus\:bg-brands-the-audience-awards-3:focus,
.hover\:bg-brands-the-audience-awards-3:hover {
  background: #222222;
}

.bg-brands-the-college-of-new-jersey {
  background: #293f6f;
}

.active\:bg-brands-the-college-of-new-jersey:active,
.focus\:bg-brands-the-college-of-new-jersey:focus,
.hover\:bg-brands-the-college-of-new-jersey:hover {
  background: #293f6f;
}

.bg-brands-the-college-of-new-jersey-1 {
  background: #293f6f;
}

.active\:bg-brands-the-college-of-new-jersey-1:active,
.focus\:bg-brands-the-college-of-new-jersey-1:focus,
.hover\:bg-brands-the-college-of-new-jersey-1:hover {
  background: #293f6f;
}

.bg-brands-the-college-of-new-jersey-2 {
  background: #a67a00;
}

.active\:bg-brands-the-college-of-new-jersey-2:active,
.focus\:bg-brands-the-college-of-new-jersey-2:focus,
.hover\:bg-brands-the-college-of-new-jersey-2:hover {
  background: #a67a00;
}

.bg-brands-the-next-web {
  background: #ff3c1f;
}

.active\:bg-brands-the-next-web:active,
.focus\:bg-brands-the-next-web:focus,
.hover\:bg-brands-the-next-web:hover {
  background: #ff3c1f;
}

.bg-brands-the-next-web-1 {
  background: #ff3c1f;
}

.active\:bg-brands-the-next-web-1:active,
.focus\:bg-brands-the-next-web-1:focus,
.hover\:bg-brands-the-next-web-1:hover {
  background: #ff3c1f;
}

.bg-brands-the-next-web-2 {
  background: #26313b;
}

.active\:bg-brands-the-next-web-2:active,
.focus\:bg-brands-the-next-web-2:focus,
.hover\:bg-brands-the-next-web-2:hover {
  background: #26313b;
}

.bg-brands-the-next-web-3 {
  background: #4e5860;
}

.active\:bg-brands-the-next-web-3:active,
.focus\:bg-brands-the-next-web-3:focus,
.hover\:bg-brands-the-next-web-3:hover {
  background: #4e5860;
}

.bg-brands-the-next-web-4 {
  background: #a6abaf;
}

.active\:bg-brands-the-next-web-4:active,
.focus\:bg-brands-the-next-web-4:focus,
.hover\:bg-brands-the-next-web-4:hover {
  background: #a6abaf;
}

.bg-brands-the-next-web-5 {
  background: #d9e0e2;
}

.active\:bg-brands-the-next-web-5:active,
.focus\:bg-brands-the-next-web-5:focus,
.hover\:bg-brands-the-next-web-5:hover {
  background: #d9e0e2;
}

.bg-brands-the-next-web-6 {
  background: #fafbfc;
}

.active\:bg-brands-the-next-web-6:active,
.focus\:bg-brands-the-next-web-6:focus,
.hover\:bg-brands-the-next-web-6:hover {
  background: #fafbfc;
}

.bg-brands-the-ritz-carlton {
  background: #006b95;
}

.active\:bg-brands-the-ritz-carlton:active,
.focus\:bg-brands-the-ritz-carlton:focus,
.hover\:bg-brands-the-ritz-carlton:hover {
  background: #006b95;
}

.bg-brands-the-ritz-carlton-1 {
  background: #006b95;
}

.active\:bg-brands-the-ritz-carlton-1:active,
.focus\:bg-brands-the-ritz-carlton-1:focus,
.hover\:bg-brands-the-ritz-carlton-1:hover {
  background: #006b95;
}

.bg-brands-the-ritz-carlton-2 {
  background: #4f5b65;
}

.active\:bg-brands-the-ritz-carlton-2:active,
.focus\:bg-brands-the-ritz-carlton-2:focus,
.hover\:bg-brands-the-ritz-carlton-2:hover {
  background: #4f5b65;
}

.bg-brands-the-ritz-carlton-3 {
  background: #b3812a;
}

.active\:bg-brands-the-ritz-carlton-3:active,
.focus\:bg-brands-the-ritz-carlton-3:focus,
.hover\:bg-brands-the-ritz-carlton-3:hover {
  background: #b3812a;
}

.bg-brands-the-ritz-carlton-4 {
  background: #a01a1f;
}

.active\:bg-brands-the-ritz-carlton-4:active,
.focus\:bg-brands-the-ritz-carlton-4:focus,
.hover\:bg-brands-the-ritz-carlton-4:hover {
  background: #a01a1f;
}

.bg-brands-the-sun {
  background: #ed1c24;
}

.active\:bg-brands-the-sun:active,
.focus\:bg-brands-the-sun:focus,
.hover\:bg-brands-the-sun:hover {
  background: #ed1c24;
}

.bg-brands-the-sun-1 {
  background: #ed1c24;
}

.active\:bg-brands-the-sun-1:active,
.focus\:bg-brands-the-sun-1:focus,
.hover\:bg-brands-the-sun-1:hover {
  background: #ed1c24;
}

.bg-brands-the-sun-2 {
  background: #b90c13;
}

.active\:bg-brands-the-sun-2:active,
.focus\:bg-brands-the-sun-2:focus,
.hover\:bg-brands-the-sun-2:hover {
  background: #b90c13;
}

.bg-brands-the-sun-goals {
  background: #00745e;
}

.active\:bg-brands-the-sun-goals:active,
.focus\:bg-brands-the-sun-goals:focus,
.hover\:bg-brands-the-sun-goals:hover {
  background: #00745e;
}

.bg-brands-the-sun-goals-1 {
  background: #00745e;
}

.active\:bg-brands-the-sun-goals-1:active,
.focus\:bg-brands-the-sun-goals-1:focus,
.hover\:bg-brands-the-sun-goals-1:hover {
  background: #00745e;
}

.bg-brands-the-sun-goals-2 {
  background: #086556;
}

.active\:bg-brands-the-sun-goals-2:active,
.focus\:bg-brands-the-sun-goals-2:focus,
.hover\:bg-brands-the-sun-goals-2:hover {
  background: #086556;
}

.bg-brands-the-sun-perks {
  background: #8560a8;
}

.active\:bg-brands-the-sun-perks:active,
.focus\:bg-brands-the-sun-perks:focus,
.hover\:bg-brands-the-sun-perks:hover {
  background: #8560a8;
}

.bg-brands-the-sun-perks-1 {
  background: #8560a8;
}

.active\:bg-brands-the-sun-perks-1:active,
.focus\:bg-brands-the-sun-perks-1:focus,
.hover\:bg-brands-the-sun-perks-1:hover {
  background: #8560a8;
}

.bg-brands-the-sun-perks-2 {
  background: #431c69;
}

.active\:bg-brands-the-sun-perks-2:active,
.focus\:bg-brands-the-sun-perks-2:focus,
.hover\:bg-brands-the-sun-perks-2:hover {
  background: #431c69;
}

.bg-brands-the-times {
  background: #000000;
}

.active\:bg-brands-the-times:active,
.focus\:bg-brands-the-times:focus,
.hover\:bg-brands-the-times:hover {
  background: #000000;
}

.bg-brands-the-times-1 {
  background: #000000;
}

.active\:bg-brands-the-times-1:active,
.focus\:bg-brands-the-times-1:focus,
.hover\:bg-brands-the-times-1:hover {
  background: #000000;
}

.bg-brands-thomson-reuters {
  background: #ff8000;
}

.active\:bg-brands-thomson-reuters:active,
.focus\:bg-brands-thomson-reuters:focus,
.hover\:bg-brands-thomson-reuters:hover {
  background: #ff8000;
}

.bg-brands-thomson-reuters-1 {
  background: #ff8000;
}

.active\:bg-brands-thomson-reuters-1:active,
.focus\:bg-brands-thomson-reuters-1:focus,
.hover\:bg-brands-thomson-reuters-1:hover {
  background: #ff8000;
}

.bg-brands-thomson-reuters-2 {
  background: #555555;
}

.active\:bg-brands-thomson-reuters-2:active,
.focus\:bg-brands-thomson-reuters-2:focus,
.hover\:bg-brands-thomson-reuters-2:hover {
  background: #555555;
}

.bg-brands-thomson-reuters-3 {
  background: #444444;
}

.active\:bg-brands-thomson-reuters-3:active,
.focus\:bg-brands-thomson-reuters-3:focus,
.hover\:bg-brands-thomson-reuters-3:hover {
  background: #444444;
}

.bg-brands-thomson-reuters-4 {
  background: #666666;
}

.active\:bg-brands-thomson-reuters-4:active,
.focus\:bg-brands-thomson-reuters-4:focus,
.hover\:bg-brands-thomson-reuters-4:hover {
  background: #666666;
}

.bg-brands-thomson-reuters-5 {
  background: #cccccc;
}

.active\:bg-brands-thomson-reuters-5:active,
.focus\:bg-brands-thomson-reuters-5:focus,
.hover\:bg-brands-thomson-reuters-5:hover {
  background: #cccccc;
}

.bg-brands-thomson-reuters-6 {
  background: #e9e9e9;
}

.active\:bg-brands-thomson-reuters-6:active,
.focus\:bg-brands-thomson-reuters-6:focus,
.hover\:bg-brands-thomson-reuters-6:hover {
  background: #e9e9e9;
}

.bg-brands-thomson-reuters-7 {
  background: #f7f7f7;
}

.active\:bg-brands-thomson-reuters-7:active,
.focus\:bg-brands-thomson-reuters-7:focus,
.hover\:bg-brands-thomson-reuters-7:hover {
  background: #f7f7f7;
}

.bg-brands-tivo {
  background: #da3d34;
}

.active\:bg-brands-tivo:active,
.focus\:bg-brands-tivo:focus,
.hover\:bg-brands-tivo:hover {
  background: #da3d34;
}

.bg-brands-tivo-1 {
  background: #da3d34;
}

.active\:bg-brands-tivo-1:active,
.focus\:bg-brands-tivo-1:focus,
.hover\:bg-brands-tivo-1:hover {
  background: #da3d34;
}

.bg-brands-tivo-2 {
  background: #00a480;
}

.active\:bg-brands-tivo-2:active,
.focus\:bg-brands-tivo-2:focus,
.hover\:bg-brands-tivo-2:hover {
  background: #00a480;
}

.bg-brands-tivo-3 {
  background: #ed9f40;
}

.active\:bg-brands-tivo-3:active,
.focus\:bg-brands-tivo-3:focus,
.hover\:bg-brands-tivo-3:hover {
  background: #ed9f40;
}

.bg-brands-tivo-4 {
  background: #6a76ac;
}

.active\:bg-brands-tivo-4:active,
.focus\:bg-brands-tivo-4:focus,
.hover\:bg-brands-tivo-4:hover {
  background: #6a76ac;
}

.bg-brands-tivo-5 {
  background: #17170e;
}

.active\:bg-brands-tivo-5:active,
.focus\:bg-brands-tivo-5:focus,
.hover\:bg-brands-tivo-5:hover {
  background: #17170e;
}

.bg-brands-tivo-6 {
  background: #534b38;
}

.active\:bg-brands-tivo-6:active,
.focus\:bg-brands-tivo-6:focus,
.hover\:bg-brands-tivo-6:hover {
  background: #534b38;
}

.bg-brands-tivo-7 {
  background: #a6a480;
}

.active\:bg-brands-tivo-7:active,
.focus\:bg-brands-tivo-7:focus,
.hover\:bg-brands-tivo-7:hover {
  background: #a6a480;
}

.bg-brands-totaljobs {
  background: #66bd00;
}

.active\:bg-brands-totaljobs:active,
.focus\:bg-brands-totaljobs:focus,
.hover\:bg-brands-totaljobs:hover {
  background: #66bd00;
}

.bg-brands-totaljobs-1 {
  background: #66bd00;
}

.active\:bg-brands-totaljobs-1:active,
.focus\:bg-brands-totaljobs-1:focus,
.hover\:bg-brands-totaljobs-1:hover {
  background: #66bd00;
}

.bg-brands-toyota {
  background: #eb0a1e;
}

.active\:bg-brands-toyota:active,
.focus\:bg-brands-toyota:focus,
.hover\:bg-brands-toyota:hover {
  background: #eb0a1e;
}

.bg-brands-toyota-1 {
  background: #eb0a1e;
}

.active\:bg-brands-toyota-1:active,
.focus\:bg-brands-toyota-1:focus,
.hover\:bg-brands-toyota-1:hover {
  background: #eb0a1e;
}

.bg-brands-toyota-2 {
  background: #ffffff;
}

.active\:bg-brands-toyota-2:active,
.focus\:bg-brands-toyota-2:focus,
.hover\:bg-brands-toyota-2:hover {
  background: #ffffff;
}

.bg-brands-toyota-3 {
  background: #000000;
}

.active\:bg-brands-toyota-3:active,
.focus\:bg-brands-toyota-3:focus,
.hover\:bg-brands-toyota-3:hover {
  background: #000000;
}

.bg-brands-toyota-4 {
  background: #58595b;
}

.active\:bg-brands-toyota-4:active,
.focus\:bg-brands-toyota-4:focus,
.hover\:bg-brands-toyota-4:hover {
  background: #58595b;
}

.bg-brands-treehouse {
  background: #6fbc6d;
}

.active\:bg-brands-treehouse:active,
.focus\:bg-brands-treehouse:focus,
.hover\:bg-brands-treehouse:hover {
  background: #6fbc6d;
}

.bg-brands-treehouse-1 {
  background: #6fbc6d;
}

.active\:bg-brands-treehouse-1:active,
.focus\:bg-brands-treehouse-1:focus,
.hover\:bg-brands-treehouse-1:hover {
  background: #6fbc6d;
}

.bg-brands-treehouse-2 {
  background: #47535b;
}

.active\:bg-brands-treehouse-2:active,
.focus\:bg-brands-treehouse-2:focus,
.hover\:bg-brands-treehouse-2:hover {
  background: #47535b;
}

.bg-brands-trello {
  background: #0079bf;
}

.active\:bg-brands-trello:active,
.focus\:bg-brands-trello:focus,
.hover\:bg-brands-trello:hover {
  background: #0079bf;
}

.bg-brands-trello-1 {
  background: #0079bf;
}

.active\:bg-brands-trello-1:active,
.focus\:bg-brands-trello-1:focus,
.hover\:bg-brands-trello-1:hover {
  background: #0079bf;
}

.bg-brands-trello-2 {
  background: #70b500;
}

.active\:bg-brands-trello-2:active,
.focus\:bg-brands-trello-2:focus,
.hover\:bg-brands-trello-2:hover {
  background: #70b500;
}

.bg-brands-trello-3 {
  background: #ff9f1a;
}

.active\:bg-brands-trello-3:active,
.focus\:bg-brands-trello-3:focus,
.hover\:bg-brands-trello-3:hover {
  background: #ff9f1a;
}

.bg-brands-trello-4 {
  background: #eb5a46;
}

.active\:bg-brands-trello-4:active,
.focus\:bg-brands-trello-4:focus,
.hover\:bg-brands-trello-4:hover {
  background: #eb5a46;
}

.bg-brands-trello-5 {
  background: #f2d600;
}

.active\:bg-brands-trello-5:active,
.focus\:bg-brands-trello-5:focus,
.hover\:bg-brands-trello-5:hover {
  background: #f2d600;
}

.bg-brands-trello-6 {
  background: #c377e0;
}

.active\:bg-brands-trello-6:active,
.focus\:bg-brands-trello-6:focus,
.hover\:bg-brands-trello-6:hover {
  background: #c377e0;
}

.bg-brands-trello-7 {
  background: #ff78cb;
}

.active\:bg-brands-trello-7:active,
.focus\:bg-brands-trello-7:focus,
.hover\:bg-brands-trello-7:hover {
  background: #ff78cb;
}

.bg-brands-trello-8 {
  background: #00c2e0;
}

.active\:bg-brands-trello-8:active,
.focus\:bg-brands-trello-8:focus,
.hover\:bg-brands-trello-8:hover {
  background: #00c2e0;
}

.bg-brands-trello-9 {
  background: #51e898;
}

.active\:bg-brands-trello-9:active,
.focus\:bg-brands-trello-9:focus,
.hover\:bg-brands-trello-9:hover {
  background: #51e898;
}

.bg-brands-trello-10 {
  background: #c4c9cc;
}

.active\:bg-brands-trello-10:active,
.focus\:bg-brands-trello-10:focus,
.hover\:bg-brands-trello-10:hover {
  background: #c4c9cc;
}

.bg-brands-tripadvisor {
  background: #00af87;
}

.active\:bg-brands-tripadvisor:active,
.focus\:bg-brands-tripadvisor:focus,
.hover\:bg-brands-tripadvisor:hover {
  background: #00af87;
}

.bg-brands-tripadvisor-1 {
  background: #00af87;
}

.active\:bg-brands-tripadvisor-1:active,
.focus\:bg-brands-tripadvisor-1:focus,
.hover\:bg-brands-tripadvisor-1:hover {
  background: #00af87;
}

.bg-brands-trulia {
  background: #5eab1f;
}

.active\:bg-brands-trulia:active,
.focus\:bg-brands-trulia:focus,
.hover\:bg-brands-trulia:hover {
  background: #5eab1f;
}

.bg-brands-trulia-1 {
  background: #5eab1f;
}

.active\:bg-brands-trulia-1:active,
.focus\:bg-brands-trulia-1:focus,
.hover\:bg-brands-trulia-1:hover {
  background: #5eab1f;
}

.bg-brands-trustpilot {
  background: #e12729;
}

.active\:bg-brands-trustpilot:active,
.focus\:bg-brands-trustpilot:focus,
.hover\:bg-brands-trustpilot:hover {
  background: #e12729;
}

.bg-brands-trustpilot-1 {
  background: #e12729;
}

.active\:bg-brands-trustpilot-1:active,
.focus\:bg-brands-trustpilot-1:focus,
.hover\:bg-brands-trustpilot-1:hover {
  background: #e12729;
}

.bg-brands-trustpilot-2 {
  background: #f37324;
}

.active\:bg-brands-trustpilot-2:active,
.focus\:bg-brands-trustpilot-2:focus,
.hover\:bg-brands-trustpilot-2:hover {
  background: #f37324;
}

.bg-brands-trustpilot-3 {
  background: #f8cc1b;
}

.active\:bg-brands-trustpilot-3:active,
.focus\:bg-brands-trustpilot-3:focus,
.hover\:bg-brands-trustpilot-3:hover {
  background: #f8cc1b;
}

.bg-brands-trustpilot-4 {
  background: #72b043;
}

.active\:bg-brands-trustpilot-4:active,
.focus\:bg-brands-trustpilot-4:focus,
.hover\:bg-brands-trustpilot-4:hover {
  background: #72b043;
}

.bg-brands-trustpilot-5 {
  background: #007f4e;
}

.active\:bg-brands-trustpilot-5:active,
.focus\:bg-brands-trustpilot-5:focus,
.hover\:bg-brands-trustpilot-5:hover {
  background: #007f4e;
}

.bg-brands-trustpilot-6 {
  background: #c8c8c8;
}

.active\:bg-brands-trustpilot-6:active,
.focus\:bg-brands-trustpilot-6:focus,
.hover\:bg-brands-trustpilot-6:hover {
  background: #c8c8c8;
}

.bg-brands-tumblr {
  background: #35465c;
}

.active\:bg-brands-tumblr:active,
.focus\:bg-brands-tumblr:focus,
.hover\:bg-brands-tumblr:hover {
  background: #35465c;
}

.bg-brands-tumblr-1 {
  background: #35465c;
}

.active\:bg-brands-tumblr-1:active,
.focus\:bg-brands-tumblr-1:focus,
.hover\:bg-brands-tumblr-1:hover {
  background: #35465c;
}

.bg-brands-tunngle {
  background: #c30f24;
}

.active\:bg-brands-tunngle:active,
.focus\:bg-brands-tunngle:focus,
.hover\:bg-brands-tunngle:hover {
  background: #c30f24;
}

.bg-brands-tunngle-1 {
  background: #c30f24;
}

.active\:bg-brands-tunngle-1:active,
.focus\:bg-brands-tunngle-1:focus,
.hover\:bg-brands-tunngle-1:hover {
  background: #c30f24;
}

.bg-brands-turbotax {
  background: #355ebe;
}

.active\:bg-brands-turbotax:active,
.focus\:bg-brands-turbotax:focus,
.hover\:bg-brands-turbotax:hover {
  background: #355ebe;
}

.bg-brands-turbotax-1 {
  background: #355ebe;
}

.active\:bg-brands-turbotax-1:active,
.focus\:bg-brands-turbotax-1:focus,
.hover\:bg-brands-turbotax-1:hover {
  background: #355ebe;
}

.bg-brands-turbotax-2 {
  background: #d52b1d;
}

.active\:bg-brands-turbotax-2:active,
.focus\:bg-brands-turbotax-2:focus,
.hover\:bg-brands-turbotax-2:hover {
  background: #d52b1d;
}

.bg-brands-twentythree {
  background: #1ec95b;
}

.active\:bg-brands-twentythree:active,
.focus\:bg-brands-twentythree:focus,
.hover\:bg-brands-twentythree:hover {
  background: #1ec95b;
}

.bg-brands-twentythree-1 {
  background: #1ec95b;
}

.active\:bg-brands-twentythree-1:active,
.focus\:bg-brands-twentythree-1:focus,
.hover\:bg-brands-twentythree-1:hover {
  background: #1ec95b;
}

.bg-brands-twentythree-2 {
  background: #043623;
}

.active\:bg-brands-twentythree-2:active,
.focus\:bg-brands-twentythree-2:focus,
.hover\:bg-brands-twentythree-2:hover {
  background: #043623;
}

.bg-brands-twentythree-3 {
  background: #eff5f0;
}

.active\:bg-brands-twentythree-3:active,
.focus\:bg-brands-twentythree-3:focus,
.hover\:bg-brands-twentythree-3:hover {
  background: #eff5f0;
}

.bg-brands-twitch {
  background: #9146ff;
}

.active\:bg-brands-twitch:active,
.focus\:bg-brands-twitch:focus,
.hover\:bg-brands-twitch:hover {
  background: #9146ff;
}

.bg-brands-twitch-1 {
  background: #9146ff;
}

.active\:bg-brands-twitch-1:active,
.focus\:bg-brands-twitch-1:focus,
.hover\:bg-brands-twitch-1:hover {
  background: #9146ff;
}

.bg-brands-twitch-2 {
  background: #000000;
}

.active\:bg-brands-twitch-2:active,
.focus\:bg-brands-twitch-2:focus,
.hover\:bg-brands-twitch-2:hover {
  background: #000000;
}

.bg-brands-twitch-3 {
  background: #f0f0ff;
}

.active\:bg-brands-twitch-3:active,
.focus\:bg-brands-twitch-3:focus,
.hover\:bg-brands-twitch-3:hover {
  background: #f0f0ff;
}

.bg-brands-twitter {
  background: #1da1f2;
}

.active\:bg-brands-twitter:active,
.focus\:bg-brands-twitter:focus,
.hover\:bg-brands-twitter:hover {
  background: #1da1f2;
}

.bg-brands-twitter-1 {
  background: #1da1f2;
}

.active\:bg-brands-twitter-1:active,
.focus\:bg-brands-twitter-1:focus,
.hover\:bg-brands-twitter-1:hover {
  background: #1da1f2;
}

.bg-brands-twitter-2 {
  background: #14171a;
}

.active\:bg-brands-twitter-2:active,
.focus\:bg-brands-twitter-2:focus,
.hover\:bg-brands-twitter-2:hover {
  background: #14171a;
}

.bg-brands-twitter-3 {
  background: #657786;
}

.active\:bg-brands-twitter-3:active,
.focus\:bg-brands-twitter-3:focus,
.hover\:bg-brands-twitter-3:hover {
  background: #657786;
}

.bg-brands-twitter-4 {
  background: #aab8c2;
}

.active\:bg-brands-twitter-4:active,
.focus\:bg-brands-twitter-4:focus,
.hover\:bg-brands-twitter-4:hover {
  background: #aab8c2;
}

.bg-brands-twitter-5 {
  background: #e1e8ed;
}

.active\:bg-brands-twitter-5:active,
.focus\:bg-brands-twitter-5:focus,
.hover\:bg-brands-twitter-5:hover {
  background: #e1e8ed;
}

.bg-brands-twitter-6 {
  background: #f5f8fa;
}

.active\:bg-brands-twitter-6:active,
.focus\:bg-brands-twitter-6:focus,
.hover\:bg-brands-twitter-6:hover {
  background: #f5f8fa;
}

.bg-brands-typekit {
  background: #98ce1e;
}

.active\:bg-brands-typekit:active,
.focus\:bg-brands-typekit:focus,
.hover\:bg-brands-typekit:hover {
  background: #98ce1e;
}

.bg-brands-typekit-1 {
  background: #98ce1e;
}

.active\:bg-brands-typekit-1:active,
.focus\:bg-brands-typekit-1:focus,
.hover\:bg-brands-typekit-1:hover {
  background: #98ce1e;
}

.bg-brands-typepad {
  background: #d2de61;
}

.active\:bg-brands-typepad:active,
.focus\:bg-brands-typepad:focus,
.hover\:bg-brands-typepad:hover {
  background: #d2de61;
}

.bg-brands-typepad-1 {
  background: #d2de61;
}

.active\:bg-brands-typepad-1:active,
.focus\:bg-brands-typepad-1:focus,
.hover\:bg-brands-typepad-1:hover {
  background: #d2de61;
}

.bg-brands-typescript {
  background: #3178c6;
}

.active\:bg-brands-typescript:active,
.focus\:bg-brands-typescript:focus,
.hover\:bg-brands-typescript:hover {
  background: #3178c6;
}

.bg-brands-typescript-1 {
  background: #3178c6;
}

.active\:bg-brands-typescript-1:active,
.focus\:bg-brands-typescript-1:focus,
.hover\:bg-brands-typescript-1:hover {
  background: #3178c6;
}

.bg-brands-typescript-2 {
  background: #00273f;
}

.active\:bg-brands-typescript-2:active,
.focus\:bg-brands-typescript-2:focus,
.hover\:bg-brands-typescript-2:hover {
  background: #00273f;
}

.bg-brands-typo3 {
  background: #ff8700;
}

.active\:bg-brands-typo3:active,
.focus\:bg-brands-typo3:focus,
.hover\:bg-brands-typo3:hover {
  background: #ff8700;
}

.bg-brands-typo3-1 {
  background: #ff8700;
}

.active\:bg-brands-typo3-1:active,
.focus\:bg-brands-typo3-1:focus,
.hover\:bg-brands-typo3-1:hover {
  background: #ff8700;
}

.bg-brands-uber {
  background: #09091a;
}

.active\:bg-brands-uber:active,
.focus\:bg-brands-uber:focus,
.hover\:bg-brands-uber:hover {
  background: #09091a;
}

.bg-brands-uber-1 {
  background: #09091a;
}

.active\:bg-brands-uber-1:active,
.focus\:bg-brands-uber-1:focus,
.hover\:bg-brands-uber-1:hover {
  background: #09091a;
}

.bg-brands-uber-2 {
  background: #c0c0c8;
}

.active\:bg-brands-uber-2:active,
.focus\:bg-brands-uber-2:focus,
.hover\:bg-brands-uber-2:hover {
  background: #c0c0c8;
}

.bg-brands-uber-3 {
  background: #1fbad6;
}

.active\:bg-brands-uber-3:active,
.focus\:bg-brands-uber-3:focus,
.hover\:bg-brands-uber-3:hover {
  background: #1fbad6;
}

.bg-brands-ubuntu {
  background: #dd4814;
}

.active\:bg-brands-ubuntu:active,
.focus\:bg-brands-ubuntu:focus,
.hover\:bg-brands-ubuntu:hover {
  background: #dd4814;
}

.bg-brands-ubuntu-1 {
  background: #dd4814;
}

.active\:bg-brands-ubuntu-1:active,
.focus\:bg-brands-ubuntu-1:focus,
.hover\:bg-brands-ubuntu-1:hover {
  background: #dd4814;
}

.bg-brands-ubuntu-2 {
  background: #77216f;
}

.active\:bg-brands-ubuntu-2:active,
.focus\:bg-brands-ubuntu-2:focus,
.hover\:bg-brands-ubuntu-2:hover {
  background: #77216f;
}

.bg-brands-ubuntu-3 {
  background: #5e2750;
}

.active\:bg-brands-ubuntu-3:active,
.focus\:bg-brands-ubuntu-3:focus,
.hover\:bg-brands-ubuntu-3:hover {
  background: #5e2750;
}

.bg-brands-ubuntu-4 {
  background: #2c001e;
}

.active\:bg-brands-ubuntu-4:active,
.focus\:bg-brands-ubuntu-4:focus,
.hover\:bg-brands-ubuntu-4:hover {
  background: #2c001e;
}

.bg-brands-ubuntu-5 {
  background: #aea79f;
}

.active\:bg-brands-ubuntu-5:active,
.focus\:bg-brands-ubuntu-5:focus,
.hover\:bg-brands-ubuntu-5:hover {
  background: #aea79f;
}

.bg-brands-ubuntu-6 {
  background: #333333;
}

.active\:bg-brands-ubuntu-6:active,
.focus\:bg-brands-ubuntu-6:focus,
.hover\:bg-brands-ubuntu-6:hover {
  background: #333333;
}

.bg-brands-uc-berkeley {
  background: #003262;
}

.active\:bg-brands-uc-berkeley:active,
.focus\:bg-brands-uc-berkeley:focus,
.hover\:bg-brands-uc-berkeley:hover {
  background: #003262;
}

.bg-brands-uc-berkeley-1 {
  background: #003262;
}

.active\:bg-brands-uc-berkeley-1:active,
.focus\:bg-brands-uc-berkeley-1:focus,
.hover\:bg-brands-uc-berkeley-1:hover {
  background: #003262;
}

.bg-brands-uc-berkeley-2 {
  background: #3b7ea1;
}

.active\:bg-brands-uc-berkeley-2:active,
.focus\:bg-brands-uc-berkeley-2:focus,
.hover\:bg-brands-uc-berkeley-2:hover {
  background: #3b7ea1;
}

.bg-brands-uc-berkeley-3 {
  background: #fdb515;
}

.active\:bg-brands-uc-berkeley-3:active,
.focus\:bg-brands-uc-berkeley-3:focus,
.hover\:bg-brands-uc-berkeley-3:hover {
  background: #fdb515;
}

.bg-brands-uc-berkeley-4 {
  background: #c4820e;
}

.active\:bg-brands-uc-berkeley-4:active,
.focus\:bg-brands-uc-berkeley-4:focus,
.hover\:bg-brands-uc-berkeley-4:hover {
  background: #c4820e;
}

.bg-brands-ucsf {
  background: #052049;
}

.active\:bg-brands-ucsf:active,
.focus\:bg-brands-ucsf:focus,
.hover\:bg-brands-ucsf:hover {
  background: #052049;
}

.bg-brands-ucsf-1 {
  background: #052049;
}

.active\:bg-brands-ucsf-1:active,
.focus\:bg-brands-ucsf-1:focus,
.hover\:bg-brands-ucsf-1:hover {
  background: #052049;
}

.bg-brands-ucsf-2 {
  background: #18a3ac;
}

.active\:bg-brands-ucsf-2:active,
.focus\:bg-brands-ucsf-2:focus,
.hover\:bg-brands-ucsf-2:hover {
  background: #18a3ac;
}

.bg-brands-ucsf-3 {
  background: #90bd31;
}

.active\:bg-brands-ucsf-3:active,
.focus\:bg-brands-ucsf-3:focus,
.hover\:bg-brands-ucsf-3:hover {
  background: #90bd31;
}

.bg-brands-ucsf-4 {
  background: #178ccb;
}

.active\:bg-brands-ucsf-4:active,
.focus\:bg-brands-ucsf-4:focus,
.hover\:bg-brands-ucsf-4:hover {
  background: #178ccb;
}

.bg-brands-ucsf-5 {
  background: #f48024;
}

.active\:bg-brands-ucsf-5:active,
.focus\:bg-brands-ucsf-5:focus,
.hover\:bg-brands-ucsf-5:hover {
  background: #f48024;
}

.bg-brands-united-way {
  background: #10167f;
}

.active\:bg-brands-united-way:active,
.focus\:bg-brands-united-way:focus,
.hover\:bg-brands-united-way:hover {
  background: #10167f;
}

.bg-brands-united-way-1 {
  background: #10167f;
}

.active\:bg-brands-united-way-1:active,
.focus\:bg-brands-united-way-1:focus,
.hover\:bg-brands-united-way-1:hover {
  background: #10167f;
}

.bg-brands-united-way-2 {
  background: #fe230a;
}

.active\:bg-brands-united-way-2:active,
.focus\:bg-brands-united-way-2:focus,
.hover\:bg-brands-united-way-2:hover {
  background: #fe230a;
}

.bg-brands-united-way-3 {
  background: #ff9600;
}

.active\:bg-brands-united-way-3:active,
.focus\:bg-brands-united-way-3:focus,
.hover\:bg-brands-united-way-3:hover {
  background: #ff9600;
}

.bg-brands-united-way-4 {
  background: #000064;
}

.active\:bg-brands-united-way-4:active,
.focus\:bg-brands-united-way-4:focus,
.hover\:bg-brands-united-way-4:hover {
  background: #000064;
}

.bg-brands-united-way-5 {
  background: #b41428;
}

.active\:bg-brands-united-way-5:active,
.focus\:bg-brands-united-way-5:focus,
.hover\:bg-brands-united-way-5:hover {
  background: #b41428;
}

.bg-brands-united-way-6 {
  background: #f57814;
}

.active\:bg-brands-united-way-6:active,
.focus\:bg-brands-united-way-6:focus,
.hover\:bg-brands-united-way-6:hover {
  background: #f57814;
}

.bg-brands-united-way-7 {
  background: #e6d7aa;
}

.active\:bg-brands-united-way-7:active,
.focus\:bg-brands-united-way-7:focus,
.hover\:bg-brands-united-way-7:hover {
  background: #e6d7aa;
}

.bg-brands-united-way-8 {
  background: #505050;
}

.active\:bg-brands-united-way-8:active,
.focus\:bg-brands-united-way-8:focus,
.hover\:bg-brands-united-way-8:hover {
  background: #505050;
}

.bg-brands-united-way-9 {
  background: #f0e6c8;
}

.active\:bg-brands-united-way-9:active,
.focus\:bg-brands-united-way-9:focus,
.hover\:bg-brands-united-way-9:hover {
  background: #f0e6c8;
}

.bg-brands-united-way-10 {
  background: #969696;
}

.active\:bg-brands-united-way-10:active,
.focus\:bg-brands-united-way-10:focus,
.hover\:bg-brands-united-way-10:hover {
  background: #969696;
}

.bg-brands-united-way-11 {
  background: #7c81b8;
}

.active\:bg-brands-united-way-11:active,
.focus\:bg-brands-united-way-11:focus,
.hover\:bg-brands-united-way-11:hover {
  background: #7c81b8;
}

.bg-brands-united-way-12 {
  background: #ff967d;
}

.active\:bg-brands-united-way-12:active,
.focus\:bg-brands-united-way-12:focus,
.hover\:bg-brands-united-way-12:hover {
  background: #ff967d;
}

.bg-brands-united-way-13 {
  background: #ffc87d;
}

.active\:bg-brands-united-way-13:active,
.focus\:bg-brands-united-way-13:focus,
.hover\:bg-brands-united-way-13:hover {
  background: #ffc87d;
}

.bg-brands-unity {
  background: #222c37;
}

.active\:bg-brands-unity:active,
.focus\:bg-brands-unity:focus,
.hover\:bg-brands-unity:hover {
  background: #222c37;
}

.bg-brands-unity-1 {
  background: #222c37;
}

.active\:bg-brands-unity-1:active,
.focus\:bg-brands-unity-1:focus,
.hover\:bg-brands-unity-1:hover {
  background: #222c37;
}

.bg-brands-unity-2 {
  background: #00cccc;
}

.active\:bg-brands-unity-2:active,
.focus\:bg-brands-unity-2:focus,
.hover\:bg-brands-unity-2:hover {
  background: #00cccc;
}

.bg-brands-unity-3 {
  background: #fff600;
}

.active\:bg-brands-unity-3:active,
.focus\:bg-brands-unity-3:focus,
.hover\:bg-brands-unity-3:hover {
  background: #fff600;
}

.bg-brands-unity-4 {
  background: #ff0066;
}

.active\:bg-brands-unity-4:active,
.focus\:bg-brands-unity-4:focus,
.hover\:bg-brands-unity-4:hover {
  background: #ff0066;
}

.bg-brands-unity-5 {
  background: #19e3b1;
}

.active\:bg-brands-unity-5:active,
.focus\:bg-brands-unity-5:focus,
.hover\:bg-brands-unity-5:hover {
  background: #19e3b1;
}

.bg-brands-unity-6 {
  background: #ff7f33;
}

.active\:bg-brands-unity-6:active,
.focus\:bg-brands-unity-6:focus,
.hover\:bg-brands-unity-6:hover {
  background: #ff7f33;
}

.bg-brands-unity-7 {
  background: #b83c82;
}

.active\:bg-brands-unity-7:active,
.focus\:bg-brands-unity-7:focus,
.hover\:bg-brands-unity-7:hover {
  background: #b83c82;
}

.bg-brands-universitat-hamburg {
  background: #e2001a;
}

.active\:bg-brands-universitat-hamburg:active,
.focus\:bg-brands-universitat-hamburg:focus,
.hover\:bg-brands-universitat-hamburg:hover {
  background: #e2001a;
}

.bg-brands-universitat-hamburg-1 {
  background: #e2001a;
}

.active\:bg-brands-universitat-hamburg-1:active,
.focus\:bg-brands-universitat-hamburg-1:focus,
.hover\:bg-brands-universitat-hamburg-1:hover {
  background: #e2001a;
}

.bg-brands-universitat-hamburg-2 {
  background: #009cd1;
}

.active\:bg-brands-universitat-hamburg-2:active,
.focus\:bg-brands-universitat-hamburg-2:focus,
.hover\:bg-brands-universitat-hamburg-2:hover {
  background: #009cd1;
}

.bg-brands-universitat-hamburg-3 {
  background: #3b515b;
}

.active\:bg-brands-universitat-hamburg-3:active,
.focus\:bg-brands-universitat-hamburg-3:focus,
.hover\:bg-brands-universitat-hamburg-3:hover {
  background: #3b515b;
}

.bg-brands-university-at-albany {
  background: #46166b;
}

.active\:bg-brands-university-at-albany:active,
.focus\:bg-brands-university-at-albany:focus,
.hover\:bg-brands-university-at-albany:hover {
  background: #46166b;
}

.bg-brands-university-at-albany-1 {
  background: #46166b;
}

.active\:bg-brands-university-at-albany-1:active,
.focus\:bg-brands-university-at-albany-1:focus,
.hover\:bg-brands-university-at-albany-1:hover {
  background: #46166b;
}

.bg-brands-university-at-albany-2 {
  background: #eeb211;
}

.active\:bg-brands-university-at-albany-2:active,
.focus\:bg-brands-university-at-albany-2:focus,
.hover\:bg-brands-university-at-albany-2:hover {
  background: #eeb211;
}

.bg-brands-university-at-albany-3 {
  background: #006c68;
}

.active\:bg-brands-university-at-albany-3:active,
.focus\:bg-brands-university-at-albany-3:focus,
.hover\:bg-brands-university-at-albany-3:hover {
  background: #006c68;
}

.bg-brands-university-at-albany-4 {
  background: #97a4af;
}

.active\:bg-brands-university-at-albany-4:active,
.focus\:bg-brands-university-at-albany-4:focus,
.hover\:bg-brands-university-at-albany-4:hover {
  background: #97a4af;
}

.bg-brands-university-at-buffalo {
  background: #005bbb;
}

.active\:bg-brands-university-at-buffalo:active,
.focus\:bg-brands-university-at-buffalo:focus,
.hover\:bg-brands-university-at-buffalo:hover {
  background: #005bbb;
}

.bg-brands-university-at-buffalo-1 {
  background: #005bbb;
}

.active\:bg-brands-university-at-buffalo-1:active,
.focus\:bg-brands-university-at-buffalo-1:focus,
.hover\:bg-brands-university-at-buffalo-1:hover {
  background: #005bbb;
}

.bg-brands-university-at-buffalo-2 {
  background: #e56a54;
}

.active\:bg-brands-university-at-buffalo-2:active,
.focus\:bg-brands-university-at-buffalo-2:focus,
.hover\:bg-brands-university-at-buffalo-2:hover {
  background: #e56a54;
}

.bg-brands-university-at-buffalo-3 {
  background: #ffc72c;
}

.active\:bg-brands-university-at-buffalo-3:active,
.focus\:bg-brands-university-at-buffalo-3:focus,
.hover\:bg-brands-university-at-buffalo-3:hover {
  background: #ffc72c;
}

.bg-brands-university-at-buffalo-4 {
  background: #ebec00;
}

.active\:bg-brands-university-at-buffalo-4:active,
.focus\:bg-brands-university-at-buffalo-4:focus,
.hover\:bg-brands-university-at-buffalo-4:hover {
  background: #ebec00;
}

.bg-brands-university-at-buffalo-5 {
  background: #00a69c;
}

.active\:bg-brands-university-at-buffalo-5:active,
.focus\:bg-brands-university-at-buffalo-5:focus,
.hover\:bg-brands-university-at-buffalo-5:hover {
  background: #00a69c;
}

.bg-brands-university-at-buffalo-6 {
  background: #990000;
}

.active\:bg-brands-university-at-buffalo-6:active,
.focus\:bg-brands-university-at-buffalo-6:focus,
.hover\:bg-brands-university-at-buffalo-6:hover {
  background: #990000;
}

.bg-brands-university-at-buffalo-7 {
  background: #ad841f;
}

.active\:bg-brands-university-at-buffalo-7:active,
.focus\:bg-brands-university-at-buffalo-7:focus,
.hover\:bg-brands-university-at-buffalo-7:hover {
  background: #ad841f;
}

.bg-brands-university-at-buffalo-8 {
  background: #6da04b;
}

.active\:bg-brands-university-at-buffalo-8:active,
.focus\:bg-brands-university-at-buffalo-8:focus,
.hover\:bg-brands-university-at-buffalo-8:hover {
  background: #6da04b;
}

.bg-brands-university-at-buffalo-9 {
  background: #006570;
}

.active\:bg-brands-university-at-buffalo-9:active,
.focus\:bg-brands-university-at-buffalo-9:focus,
.hover\:bg-brands-university-at-buffalo-9:hover {
  background: #006570;
}

.bg-brands-university-at-buffalo-10 {
  background: #2f9fd0;
}

.active\:bg-brands-university-at-buffalo-10:active,
.focus\:bg-brands-university-at-buffalo-10:focus,
.hover\:bg-brands-university-at-buffalo-10:hover {
  background: #2f9fd0;
}

.bg-brands-university-at-buffalo-11 {
  background: #002f56;
}

.active\:bg-brands-university-at-buffalo-11:active,
.focus\:bg-brands-university-at-buffalo-11:focus,
.hover\:bg-brands-university-at-buffalo-11:hover {
  background: #002f56;
}

.bg-brands-university-at-buffalo-12 {
  background: #e4e4e4;
}

.active\:bg-brands-university-at-buffalo-12:active,
.focus\:bg-brands-university-at-buffalo-12:focus,
.hover\:bg-brands-university-at-buffalo-12:hover {
  background: #e4e4e4;
}

.bg-brands-university-at-buffalo-13 {
  background: #666666;
}

.active\:bg-brands-university-at-buffalo-13:active,
.focus\:bg-brands-university-at-buffalo-13:focus,
.hover\:bg-brands-university-at-buffalo-13:hover {
  background: #666666;
}

.bg-brands-university-of-alberta {
  background: #007c41;
}

.active\:bg-brands-university-of-alberta:active,
.focus\:bg-brands-university-of-alberta:focus,
.hover\:bg-brands-university-of-alberta:hover {
  background: #007c41;
}

.bg-brands-university-of-alberta-1 {
  background: #007c41;
}

.active\:bg-brands-university-of-alberta-1:active,
.focus\:bg-brands-university-of-alberta-1:focus,
.hover\:bg-brands-university-of-alberta-1:hover {
  background: #007c41;
}

.bg-brands-university-of-alberta-2 {
  background: #ffdb05;
}

.active\:bg-brands-university-of-alberta-2:active,
.focus\:bg-brands-university-of-alberta-2:focus,
.hover\:bg-brands-university-of-alberta-2:hover {
  background: #ffdb05;
}

.bg-brands-university-of-arizona {
  background: #cc0033;
}

.active\:bg-brands-university-of-arizona:active,
.focus\:bg-brands-university-of-arizona:focus,
.hover\:bg-brands-university-of-arizona:hover {
  background: #cc0033;
}

.bg-brands-university-of-arizona-1 {
  background: #cc0033;
}

.active\:bg-brands-university-of-arizona-1:active,
.focus\:bg-brands-university-of-arizona-1:focus,
.hover\:bg-brands-university-of-arizona-1:hover {
  background: #cc0033;
}

.bg-brands-university-of-arizona-2 {
  background: #003366;
}

.active\:bg-brands-university-of-arizona-2:active,
.focus\:bg-brands-university-of-arizona-2:focus,
.hover\:bg-brands-university-of-arizona-2:hover {
  background: #003366;
}

.bg-brands-university-of-cambridge {
  background: #d6083b;
}

.active\:bg-brands-university-of-cambridge:active,
.focus\:bg-brands-university-of-cambridge:focus,
.hover\:bg-brands-university-of-cambridge:hover {
  background: #d6083b;
}

.bg-brands-university-of-cambridge-1 {
  background: #d6083b;
}

.active\:bg-brands-university-of-cambridge-1:active,
.focus\:bg-brands-university-of-cambridge-1:focus,
.hover\:bg-brands-university-of-cambridge-1:hover {
  background: #d6083b;
}

.bg-brands-university-of-cambridge-2 {
  background: #0072cf;
}

.active\:bg-brands-university-of-cambridge-2:active,
.focus\:bg-brands-university-of-cambridge-2:focus,
.hover\:bg-brands-university-of-cambridge-2:hover {
  background: #0072cf;
}

.bg-brands-university-of-cambridge-3 {
  background: #ea7125;
}

.active\:bg-brands-university-of-cambridge-3:active,
.focus\:bg-brands-university-of-cambridge-3:focus,
.hover\:bg-brands-university-of-cambridge-3:hover {
  background: #ea7125;
}

.bg-brands-university-of-cambridge-4 {
  background: #55a51c;
}

.active\:bg-brands-university-of-cambridge-4:active,
.focus\:bg-brands-university-of-cambridge-4:focus,
.hover\:bg-brands-university-of-cambridge-4:hover {
  background: #55a51c;
}

.bg-brands-university-of-cambridge-5 {
  background: #8f2bbc;
}

.active\:bg-brands-university-of-cambridge-5:active,
.focus\:bg-brands-university-of-cambridge-5:focus,
.hover\:bg-brands-university-of-cambridge-5:hover {
  background: #8f2bbc;
}

.bg-brands-university-of-cambridge-6 {
  background: #00b1c1;
}

.active\:bg-brands-university-of-cambridge-6:active,
.focus\:bg-brands-university-of-cambridge-6:focus,
.hover\:bg-brands-university-of-cambridge-6:hover {
  background: #00b1c1;
}

.bg-brands-university-of-cincinnati {
  background: #e00122;
}

.active\:bg-brands-university-of-cincinnati:active,
.focus\:bg-brands-university-of-cincinnati:focus,
.hover\:bg-brands-university-of-cincinnati:hover {
  background: #e00122;
}

.bg-brands-university-of-cincinnati-1 {
  background: #e00122;
}

.active\:bg-brands-university-of-cincinnati-1:active,
.focus\:bg-brands-university-of-cincinnati-1:focus,
.hover\:bg-brands-university-of-cincinnati-1:hover {
  background: #e00122;
}

.bg-brands-university-of-cincinnati-2 {
  background: #000000;
}

.active\:bg-brands-university-of-cincinnati-2:active,
.focus\:bg-brands-university-of-cincinnati-2:focus,
.hover\:bg-brands-university-of-cincinnati-2:hover {
  background: #000000;
}

.bg-brands-university-of-dayton {
  background: #ce1141;
}

.active\:bg-brands-university-of-dayton:active,
.focus\:bg-brands-university-of-dayton:focus,
.hover\:bg-brands-university-of-dayton:hover {
  background: #ce1141;
}

.bg-brands-university-of-dayton-1 {
  background: #ce1141;
}

.active\:bg-brands-university-of-dayton-1:active,
.focus\:bg-brands-university-of-dayton-1:focus,
.hover\:bg-brands-university-of-dayton-1:hover {
  background: #ce1141;
}

.bg-brands-university-of-dayton-2 {
  background: #004b8d;
}

.active\:bg-brands-university-of-dayton-2:active,
.focus\:bg-brands-university-of-dayton-2:focus,
.hover\:bg-brands-university-of-dayton-2:hover {
  background: #004b8d;
}

.bg-brands-university-of-dayton-3 {
  background: #000000;
}

.active\:bg-brands-university-of-dayton-3:active,
.focus\:bg-brands-university-of-dayton-3:focus,
.hover\:bg-brands-university-of-dayton-3:hover {
  background: #000000;
}

.bg-brands-university-of-dayton-4 {
  background: #faf2f3;
}

.active\:bg-brands-university-of-dayton-4:active,
.focus\:bg-brands-university-of-dayton-4:focus,
.hover\:bg-brands-university-of-dayton-4:hover {
  background: #faf2f3;
}

.bg-brands-university-of-dayton-5 {
  background: #d1cdb8;
}

.active\:bg-brands-university-of-dayton-5:active,
.focus\:bg-brands-university-of-dayton-5:focus,
.hover\:bg-brands-university-of-dayton-5:hover {
  background: #d1cdb8;
}

.bg-brands-university-of-dayton-6 {
  background: #cf0a2c;
}

.active\:bg-brands-university-of-dayton-6:active,
.focus\:bg-brands-university-of-dayton-6:focus,
.hover\:bg-brands-university-of-dayton-6:hover {
  background: #cf0a2c;
}

.bg-brands-university-of-dayton-7 {
  background: #0082ca;
}

.active\:bg-brands-university-of-dayton-7:active,
.focus\:bg-brands-university-of-dayton-7:focus,
.hover\:bg-brands-university-of-dayton-7:hover {
  background: #0082ca;
}

.bg-brands-university-of-dayton-8 {
  background: #199051;
}

.active\:bg-brands-university-of-dayton-8:active,
.focus\:bg-brands-university-of-dayton-8:focus,
.hover\:bg-brands-university-of-dayton-8:hover {
  background: #199051;
}

.bg-brands-university-of-dayton-9 {
  background: #e76829;
}

.active\:bg-brands-university-of-dayton-9:active,
.focus\:bg-brands-university-of-dayton-9:focus,
.hover\:bg-brands-university-of-dayton-9:hover {
  background: #e76829;
}

.bg-brands-university-of-dayton-10 {
  background: #ffdd00;
}

.active\:bg-brands-university-of-dayton-10:active,
.focus\:bg-brands-university-of-dayton-10:focus,
.hover\:bg-brands-university-of-dayton-10:hover {
  background: #ffdd00;
}

.bg-brands-university-of-florida {
  background: #fa4616;
}

.active\:bg-brands-university-of-florida:active,
.focus\:bg-brands-university-of-florida:focus,
.hover\:bg-brands-university-of-florida:hover {
  background: #fa4616;
}

.bg-brands-university-of-florida-1 {
  background: #fa4616;
}

.active\:bg-brands-university-of-florida-1:active,
.focus\:bg-brands-university-of-florida-1:focus,
.hover\:bg-brands-university-of-florida-1:hover {
  background: #fa4616;
}

.bg-brands-university-of-florida-2 {
  background: #0021a5;
}

.active\:bg-brands-university-of-florida-2:active,
.focus\:bg-brands-university-of-florida-2:focus,
.hover\:bg-brands-university-of-florida-2:hover {
  background: #0021a5;
}

.bg-brands-university-of-illinois-urbana-champaign {
  background: #131f33;
}

.active\:bg-brands-university-of-illinois-urbana-champaign:active,
.focus\:bg-brands-university-of-illinois-urbana-champaign:focus,
.hover\:bg-brands-university-of-illinois-urbana-champaign:hover {
  background: #131f33;
}

.bg-brands-university-of-illinois-urbana-champaign-1 {
  background: #131f33;
}

.active\:bg-brands-university-of-illinois-urbana-champaign-1:active,
.focus\:bg-brands-university-of-illinois-urbana-champaign-1:focus,
.hover\:bg-brands-university-of-illinois-urbana-champaign-1:hover {
  background: #131f33;
}

.bg-brands-university-of-illinois-urbana-champaign-2 {
  background: #fa6300;
}

.active\:bg-brands-university-of-illinois-urbana-champaign-2:active,
.focus\:bg-brands-university-of-illinois-urbana-champaign-2:focus,
.hover\:bg-brands-university-of-illinois-urbana-champaign-2:hover {
  background: #fa6300;
}

.bg-brands-university-of-kentucky {
  background: #005daa;
}

.active\:bg-brands-university-of-kentucky:active,
.focus\:bg-brands-university-of-kentucky:focus,
.hover\:bg-brands-university-of-kentucky:hover {
  background: #005daa;
}

.bg-brands-university-of-kentucky-1 {
  background: #005daa;
}

.active\:bg-brands-university-of-kentucky-1:active,
.focus\:bg-brands-university-of-kentucky-1:focus,
.hover\:bg-brands-university-of-kentucky-1:hover {
  background: #005daa;
}

.bg-brands-university-of-michigan {
  background: #00274c;
}

.active\:bg-brands-university-of-michigan:active,
.focus\:bg-brands-university-of-michigan:focus,
.hover\:bg-brands-university-of-michigan:hover {
  background: #00274c;
}

.bg-brands-university-of-michigan-1 {
  background: #00274c;
}

.active\:bg-brands-university-of-michigan-1:active,
.focus\:bg-brands-university-of-michigan-1:focus,
.hover\:bg-brands-university-of-michigan-1:hover {
  background: #00274c;
}

.bg-brands-university-of-michigan-2 {
  background: #ffcb05;
}

.active\:bg-brands-university-of-michigan-2:active,
.focus\:bg-brands-university-of-michigan-2:focus,
.hover\:bg-brands-university-of-michigan-2:hover {
  background: #ffcb05;
}

.bg-brands-university-of-north-carolina {
  background: #4b9cd3;
}

.active\:bg-brands-university-of-north-carolina:active,
.focus\:bg-brands-university-of-north-carolina:focus,
.hover\:bg-brands-university-of-north-carolina:hover {
  background: #4b9cd3;
}

.bg-brands-university-of-north-carolina-1 {
  background: #4b9cd3;
}

.active\:bg-brands-university-of-north-carolina-1:active,
.focus\:bg-brands-university-of-north-carolina-1:focus,
.hover\:bg-brands-university-of-north-carolina-1:hover {
  background: #4b9cd3;
}

.bg-brands-university-of-north-carolina-2 {
  background: #007fae;
}

.active\:bg-brands-university-of-north-carolina-2:active,
.focus\:bg-brands-university-of-north-carolina-2:focus,
.hover\:bg-brands-university-of-north-carolina-2:hover {
  background: #007fae;
}

.bg-brands-university-of-north-carolina-3 {
  background: #13294b;
}

.active\:bg-brands-university-of-north-carolina-3:active,
.focus\:bg-brands-university-of-north-carolina-3:focus,
.hover\:bg-brands-university-of-north-carolina-3:hover {
  background: #13294b;
}

.bg-brands-university-of-north-carolina-4 {
  background: #e1e1e1;
}

.active\:bg-brands-university-of-north-carolina-4:active,
.focus\:bg-brands-university-of-north-carolina-4:focus,
.hover\:bg-brands-university-of-north-carolina-4:hover {
  background: #e1e1e1;
}

.bg-brands-university-of-north-carolina-5 {
  background: #767676;
}

.active\:bg-brands-university-of-north-carolina-5:active,
.focus\:bg-brands-university-of-north-carolina-5:focus,
.hover\:bg-brands-university-of-north-carolina-5:hover {
  background: #767676;
}

.bg-brands-university-of-north-carolina-6 {
  background: #151515;
}

.active\:bg-brands-university-of-north-carolina-6:active,
.focus\:bg-brands-university-of-north-carolina-6:focus,
.hover\:bg-brands-university-of-north-carolina-6:hover {
  background: #151515;
}

.bg-brands-university-of-oregon {
  background: #154733;
}

.active\:bg-brands-university-of-oregon:active,
.focus\:bg-brands-university-of-oregon:focus,
.hover\:bg-brands-university-of-oregon:hover {
  background: #154733;
}

.bg-brands-university-of-oregon-1 {
  background: #154733;
}

.active\:bg-brands-university-of-oregon-1:active,
.focus\:bg-brands-university-of-oregon-1:focus,
.hover\:bg-brands-university-of-oregon-1:hover {
  background: #154733;
}

.bg-brands-university-of-oregon-2 {
  background: #fee123;
}

.active\:bg-brands-university-of-oregon-2:active,
.focus\:bg-brands-university-of-oregon-2:focus,
.hover\:bg-brands-university-of-oregon-2:hover {
  background: #fee123;
}

.bg-brands-university-of-rochester {
  background: #ffd100;
}

.active\:bg-brands-university-of-rochester:active,
.focus\:bg-brands-university-of-rochester:focus,
.hover\:bg-brands-university-of-rochester:hover {
  background: #ffd100;
}

.bg-brands-university-of-rochester-1 {
  background: #ffd100;
}

.active\:bg-brands-university-of-rochester-1:active,
.focus\:bg-brands-university-of-rochester-1:focus,
.hover\:bg-brands-university-of-rochester-1:hover {
  background: #ffd100;
}

.bg-brands-university-of-rochester-2 {
  background: #003b71;
}

.active\:bg-brands-university-of-rochester-2:active,
.focus\:bg-brands-university-of-rochester-2:focus,
.hover\:bg-brands-university-of-rochester-2:hover {
  background: #003b71;
}

.bg-brands-university-of-texas {
  background: #bf5700;
}

.active\:bg-brands-university-of-texas:active,
.focus\:bg-brands-university-of-texas:focus,
.hover\:bg-brands-university-of-texas:hover {
  background: #bf5700;
}

.bg-brands-university-of-texas-1 {
  background: #bf5700;
}

.active\:bg-brands-university-of-texas-1:active,
.focus\:bg-brands-university-of-texas-1:focus,
.hover\:bg-brands-university-of-texas-1:hover {
  background: #bf5700;
}

.bg-brands-university-of-texas-2 {
  background: #333f48;
}

.active\:bg-brands-university-of-texas-2:active,
.focus\:bg-brands-university-of-texas-2:focus,
.hover\:bg-brands-university-of-texas-2:hover {
  background: #333f48;
}

.bg-brands-university-of-texas-3 {
  background: #005f86;
}

.active\:bg-brands-university-of-texas-3:active,
.focus\:bg-brands-university-of-texas-3:focus,
.hover\:bg-brands-university-of-texas-3:hover {
  background: #005f86;
}

.bg-brands-university-of-texas-4 {
  background: #43695b;
}

.active\:bg-brands-university-of-texas-4:active,
.focus\:bg-brands-university-of-texas-4:focus,
.hover\:bg-brands-university-of-texas-4:hover {
  background: #43695b;
}

.bg-brands-university-of-texas-5 {
  background: #f2a900;
}

.active\:bg-brands-university-of-texas-5:active,
.focus\:bg-brands-university-of-texas-5:focus,
.hover\:bg-brands-university-of-texas-5:hover {
  background: #f2a900;
}

.bg-brands-university-of-texas-6 {
  background: #382f2d;
}

.active\:bg-brands-university-of-texas-6:active,
.focus\:bg-brands-university-of-texas-6:focus,
.hover\:bg-brands-university-of-texas-6:hover {
  background: #382f2d;
}

.bg-brands-university-of-texas-7 {
  background: #d6d2c4;
}

.active\:bg-brands-university-of-texas-7:active,
.focus\:bg-brands-university-of-texas-7:focus,
.hover\:bg-brands-university-of-texas-7:hover {
  background: #d6d2c4;
}

.bg-brands-university-of-victoria {
  background: #005493;
}

.active\:bg-brands-university-of-victoria:active,
.focus\:bg-brands-university-of-victoria:focus,
.hover\:bg-brands-university-of-victoria:hover {
  background: #005493;
}

.bg-brands-university-of-victoria-1 {
  background: #005493;
}

.active\:bg-brands-university-of-victoria-1:active,
.focus\:bg-brands-university-of-victoria-1:focus,
.hover\:bg-brands-university-of-victoria-1:hover {
  background: #005493;
}

.bg-brands-university-of-victoria-2 {
  background: #f5aa1c;
}

.active\:bg-brands-university-of-victoria-2:active,
.focus\:bg-brands-university-of-victoria-2:focus,
.hover\:bg-brands-university-of-victoria-2:hover {
  background: #f5aa1c;
}

.bg-brands-university-of-victoria-3 {
  background: #c63527;
}

.active\:bg-brands-university-of-victoria-3:active,
.focus\:bg-brands-university-of-victoria-3:focus,
.hover\:bg-brands-university-of-victoria-3:hover {
  background: #c63527;
}

.bg-brands-university-of-victoria-4 {
  background: #002754;
}

.active\:bg-brands-university-of-victoria-4:active,
.focus\:bg-brands-university-of-victoria-4:focus,
.hover\:bg-brands-university-of-victoria-4:hover {
  background: #002754;
}

.bg-brands-university-of-washington {
  background: #4b2e83;
}

.active\:bg-brands-university-of-washington:active,
.focus\:bg-brands-university-of-washington:focus,
.hover\:bg-brands-university-of-washington:hover {
  background: #4b2e83;
}

.bg-brands-university-of-washington-1 {
  background: #4b2e83;
}

.active\:bg-brands-university-of-washington-1:active,
.focus\:bg-brands-university-of-washington-1:focus,
.hover\:bg-brands-university-of-washington-1:hover {
  background: #4b2e83;
}

.bg-brands-university-of-washington-2 {
  background: #b7a57a;
}

.active\:bg-brands-university-of-washington-2:active,
.focus\:bg-brands-university-of-washington-2:focus,
.hover\:bg-brands-university-of-washington-2:hover {
  background: #b7a57a;
}

.bg-brands-university-of-washington-3 {
  background: #85754d;
}

.active\:bg-brands-university-of-washington-3:active,
.focus\:bg-brands-university-of-washington-3:focus,
.hover\:bg-brands-university-of-washington-3:hover {
  background: #85754d;
}

.bg-brands-university-of-waterloo {
  background: #ffd54f;
}

.active\:bg-brands-university-of-waterloo:active,
.focus\:bg-brands-university-of-waterloo:focus,
.hover\:bg-brands-university-of-waterloo:hover {
  background: #ffd54f;
}

.bg-brands-university-of-waterloo-1 {
  background: #ffd54f;
}

.active\:bg-brands-university-of-waterloo-1:active,
.focus\:bg-brands-university-of-waterloo-1:focus,
.hover\:bg-brands-university-of-waterloo-1:hover {
  background: #ffd54f;
}

.bg-brands-university-of-waterloo-2 {
  background: #000;
}

.active\:bg-brands-university-of-waterloo-2:active,
.focus\:bg-brands-university-of-waterloo-2:focus,
.hover\:bg-brands-university-of-waterloo-2:hover {
  background: #000;
}

.bg-brands-university-of-wisconsin-milwaukee {
  background: #ffbd00;
}

.active\:bg-brands-university-of-wisconsin-milwaukee:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee:hover {
  background: #ffbd00;
}

.bg-brands-university-of-wisconsin-milwaukee-1 {
  background: #ffbd00;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-1:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-1:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-1:hover {
  background: #ffbd00;
}

.bg-brands-university-of-wisconsin-milwaukee-2 {
  background: #000000;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-2:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-2:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-2:hover {
  background: #000000;
}

.bg-brands-university-of-wisconsin-milwaukee-3 {
  background: #98c646;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-3:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-3:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-3:hover {
  background: #98c646;
}

.bg-brands-university-of-wisconsin-milwaukee-4 {
  background: #694d88;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-4:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-4:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-4:hover {
  background: #694d88;
}

.bg-brands-university-of-wisconsin-milwaukee-5 {
  background: #5382af;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-5:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-5:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-5:hover {
  background: #5382af;
}

.bg-brands-university-of-wisconsin-milwaukee-6 {
  background: #d06d34;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-6:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-6:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-6:hover {
  background: #d06d34;
}

.bg-brands-university-of-wisconsin-milwaukee-7 {
  background: #5f9a38;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-7:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-7:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-7:hover {
  background: #5f9a38;
}

.bg-brands-university-of-wisconsin-milwaukee-8 {
  background: #474d52;
}

.active\:bg-brands-university-of-wisconsin-milwaukee-8:active,
.focus\:bg-brands-university-of-wisconsin-milwaukee-8:focus,
.hover\:bg-brands-university-of-wisconsin-milwaukee-8:hover {
  background: #474d52;
}

.bg-brands-univision {
  background: #c822b0;
}

.active\:bg-brands-univision:active,
.focus\:bg-brands-univision:focus,
.hover\:bg-brands-univision:hover {
  background: #c822b0;
}

.bg-brands-univision-1 {
  background: #c822b0;
}

.active\:bg-brands-univision-1:active,
.focus\:bg-brands-univision-1:focus,
.hover\:bg-brands-univision-1:hover {
  background: #c822b0;
}

.bg-brands-ups {
  background: #351c15;
}

.active\:bg-brands-ups:active,
.focus\:bg-brands-ups:focus,
.hover\:bg-brands-ups:hover {
  background: #351c15;
}

.bg-brands-ups-1 {
  background: #351c15;
}

.active\:bg-brands-ups-1:active,
.focus\:bg-brands-ups-1:focus,
.hover\:bg-brands-ups-1:hover {
  background: #351c15;
}

.bg-brands-ups-2 {
  background: #ffb500;
}

.active\:bg-brands-ups-2:active,
.focus\:bg-brands-ups-2:focus,
.hover\:bg-brands-ups-2:hover {
  background: #ffb500;
}

.bg-brands-ups-3 {
  background: #64a70b;
}

.active\:bg-brands-ups-3:active,
.focus\:bg-brands-ups-3:focus,
.hover\:bg-brands-ups-3:hover {
  background: #64a70b;
}

.bg-brands-usps {
  background: #333366;
}

.active\:bg-brands-usps:active,
.focus\:bg-brands-usps:focus,
.hover\:bg-brands-usps:hover {
  background: #333366;
}

.bg-brands-usps-1 {
  background: #333366;
}

.active\:bg-brands-usps-1:active,
.focus\:bg-brands-usps-1:focus,
.hover\:bg-brands-usps-1:hover {
  background: #333366;
}

.bg-brands-usps-2 {
  background: #e71921;
}

.active\:bg-brands-usps-2:active,
.focus\:bg-brands-usps-2:focus,
.hover\:bg-brands-usps-2:hover {
  background: #e71921;
}

.bg-brands-usps-3 {
  background: #218748;
}

.active\:bg-brands-usps-3:active,
.focus\:bg-brands-usps-3:focus,
.hover\:bg-brands-usps-3:hover {
  background: #218748;
}

.bg-brands-ustream {
  background: #3388ff;
}

.active\:bg-brands-ustream:active,
.focus\:bg-brands-ustream:focus,
.hover\:bg-brands-ustream:hover {
  background: #3388ff;
}

.bg-brands-ustream-1 {
  background: #3388ff;
}

.active\:bg-brands-ustream-1:active,
.focus\:bg-brands-ustream-1:focus,
.hover\:bg-brands-ustream-1:hover {
  background: #3388ff;
}

.bg-brands-verizon {
  background: #ff0000;
}

.active\:bg-brands-verizon:active,
.focus\:bg-brands-verizon:focus,
.hover\:bg-brands-verizon:hover {
  background: #ff0000;
}

.bg-brands-verizon-1 {
  background: #ff0000;
}

.active\:bg-brands-verizon-1:active,
.focus\:bg-brands-verizon-1:focus,
.hover\:bg-brands-verizon-1:hover {
  background: #ff0000;
}

.bg-brands-verizon-2 {
  background: #f2f2f2;
}

.active\:bg-brands-verizon-2:active,
.focus\:bg-brands-verizon-2:focus,
.hover\:bg-brands-verizon-2:hover {
  background: #f2f2f2;
}

.bg-brands-verizon-3 {
  background: #3285dc;
}

.active\:bg-brands-verizon-3:active,
.focus\:bg-brands-verizon-3:focus,
.hover\:bg-brands-verizon-3:hover {
  background: #3285dc;
}

.bg-brands-viadeo {
  background: #f07355;
}

.active\:bg-brands-viadeo:active,
.focus\:bg-brands-viadeo:focus,
.hover\:bg-brands-viadeo:hover {
  background: #f07355;
}

.bg-brands-viadeo-1 {
  background: #f07355;
}

.active\:bg-brands-viadeo-1:active,
.focus\:bg-brands-viadeo-1:focus,
.hover\:bg-brands-viadeo-1:hover {
  background: #f07355;
}

.bg-brands-viber {
  background: #59267c;
}

.active\:bg-brands-viber:active,
.focus\:bg-brands-viber:focus,
.hover\:bg-brands-viber:hover {
  background: #59267c;
}

.bg-brands-viber-1 {
  background: #59267c;
}

.active\:bg-brands-viber-1:active,
.focus\:bg-brands-viber-1:focus,
.hover\:bg-brands-viber-1:hover {
  background: #59267c;
}

.bg-brands-viber-2 {
  background: #8f5db7;
}

.active\:bg-brands-viber-2:active,
.focus\:bg-brands-viber-2:focus,
.hover\:bg-brands-viber-2:hover {
  background: #8f5db7;
}

.bg-brands-viber-3 {
  background: #e2d4e7;
}

.active\:bg-brands-viber-3:active,
.focus\:bg-brands-viber-3:focus,
.hover\:bg-brands-viber-3:hover {
  background: #e2d4e7;
}

.bg-brands-viber-4 {
  background: #a5cfd5;
}

.active\:bg-brands-viber-4:active,
.focus\:bg-brands-viber-4:focus,
.hover\:bg-brands-viber-4:hover {
  background: #a5cfd5;
}

.bg-brands-viber-5 {
  background: #81cd50;
}

.active\:bg-brands-viber-5:active,
.focus\:bg-brands-viber-5:focus,
.hover\:bg-brands-viber-5:hover {
  background: #81cd50;
}

.bg-brands-vidme {
  background: #f82a53;
}

.active\:bg-brands-vidme:active,
.focus\:bg-brands-vidme:focus,
.hover\:bg-brands-vidme:hover {
  background: #f82a53;
}

.bg-brands-vidme-1 {
  background: #f82a53;
}

.active\:bg-brands-vidme-1:active,
.focus\:bg-brands-vidme-1:focus,
.hover\:bg-brands-vidme-1:hover {
  background: #f82a53;
}

.bg-brands-vidme-2 {
  background: #111111;
}

.active\:bg-brands-vidme-2:active,
.focus\:bg-brands-vidme-2:focus,
.hover\:bg-brands-vidme-2:hover {
  background: #111111;
}

.bg-brands-vidme-3 {
  background: #f5f5f5;
}

.active\:bg-brands-vidme-3:active,
.focus\:bg-brands-vidme-3:focus,
.hover\:bg-brands-vidme-3:hover {
  background: #f5f5f5;
}

.bg-brands-vidme-4 {
  background: #9f2af8;
}

.active\:bg-brands-vidme-4:active,
.focus\:bg-brands-vidme-4:focus,
.hover\:bg-brands-vidme-4:hover {
  background: #9f2af8;
}

.bg-brands-vidme-5 {
  background: #aaaaaa;
}

.active\:bg-brands-vidme-5:active,
.focus\:bg-brands-vidme-5:focus,
.hover\:bg-brands-vidme-5:hover {
  background: #aaaaaa;
}

.bg-brands-vidme-6 {
  background: #dff0d8;
}

.active\:bg-brands-vidme-6:active,
.focus\:bg-brands-vidme-6:focus,
.hover\:bg-brands-vidme-6:hover {
  background: #dff0d8;
}

.bg-brands-viki {
  background: #3c9cd7;
}

.active\:bg-brands-viki:active,
.focus\:bg-brands-viki:focus,
.hover\:bg-brands-viki:hover {
  background: #3c9cd7;
}

.bg-brands-viki-1 {
  background: #3c9cd7;
}

.active\:bg-brands-viki-1:active,
.focus\:bg-brands-viki-1:focus,
.hover\:bg-brands-viki-1:hover {
  background: #3c9cd7;
}

.bg-brands-viki-2 {
  background: #d24663;
}

.active\:bg-brands-viki-2:active,
.focus\:bg-brands-viki-2:focus,
.hover\:bg-brands-viki-2:hover {
  background: #d24663;
}

.bg-brands-vimeo {
  background: #162221;
}

.active\:bg-brands-vimeo:active,
.focus\:bg-brands-vimeo:focus,
.hover\:bg-brands-vimeo:hover {
  background: #162221;
}

.bg-brands-vimeo-1 {
  background: #162221;
}

.active\:bg-brands-vimeo-1:active,
.focus\:bg-brands-vimeo-1:focus,
.hover\:bg-brands-vimeo-1:hover {
  background: #162221;
}

.bg-brands-vimeo-2 {
  background: #1ab7ea;
}

.active\:bg-brands-vimeo-2:active,
.focus\:bg-brands-vimeo-2:focus,
.hover\:bg-brands-vimeo-2:hover {
  background: #1ab7ea;
}

.bg-brands-vine {
  background: #00b488;
}

.active\:bg-brands-vine:active,
.focus\:bg-brands-vine:focus,
.hover\:bg-brands-vine:hover {
  background: #00b488;
}

.bg-brands-vine-1 {
  background: #00b488;
}

.active\:bg-brands-vine-1:active,
.focus\:bg-brands-vine-1:focus,
.hover\:bg-brands-vine-1:hover {
  background: #00b488;
}

.bg-brands-virb {
  background: #1e91d0;
}

.active\:bg-brands-virb:active,
.focus\:bg-brands-virb:focus,
.hover\:bg-brands-virb:hover {
  background: #1e91d0;
}

.bg-brands-virb-1 {
  background: #1e91d0;
}

.active\:bg-brands-virb-1:active,
.focus\:bg-brands-virb-1:focus,
.hover\:bg-brands-virb-1:hover {
  background: #1e91d0;
}

.bg-brands-virgin-media {
  background: #c3092d;
}

.active\:bg-brands-virgin-media:active,
.focus\:bg-brands-virgin-media:focus,
.hover\:bg-brands-virgin-media:hover {
  background: #c3092d;
}

.bg-brands-virgin-media-1 {
  background: #c3092d;
}

.active\:bg-brands-virgin-media-1:active,
.focus\:bg-brands-virgin-media-1:focus,
.hover\:bg-brands-virgin-media-1:hover {
  background: #c3092d;
}

.bg-brands-virgin-media-2 {
  background: #222221;
}

.active\:bg-brands-virgin-media-2:active,
.focus\:bg-brands-virgin-media-2:focus,
.hover\:bg-brands-virgin-media-2:hover {
  background: #222221;
}

.bg-brands-virgin-money {
  background: #cc0000;
}

.active\:bg-brands-virgin-money:active,
.focus\:bg-brands-virgin-money:focus,
.hover\:bg-brands-virgin-money:hover {
  background: #cc0000;
}

.bg-brands-virgin-money-1 {
  background: #cc0000;
}

.active\:bg-brands-virgin-money-1:active,
.focus\:bg-brands-virgin-money-1:focus,
.hover\:bg-brands-virgin-money-1:hover {
  background: #cc0000;
}

.bg-brands-virgin-money-2 {
  background: #333333;
}

.active\:bg-brands-virgin-money-2:active,
.focus\:bg-brands-virgin-money-2:focus,
.hover\:bg-brands-virgin-money-2:hover {
  background: #333333;
}

.bg-brands-virgin-money-3 {
  background: #a93c3b;
}

.active\:bg-brands-virgin-money-3:active,
.focus\:bg-brands-virgin-money-3:focus,
.hover\:bg-brands-virgin-money-3:hover {
  background: #a93c3b;
}

.bg-brands-virgin-money-4 {
  background: #a896a0;
}

.active\:bg-brands-virgin-money-4:active,
.focus\:bg-brands-virgin-money-4:focus,
.hover\:bg-brands-virgin-money-4:hover {
  background: #a896a0;
}

.bg-brands-virgin-money-5 {
  background: #7a3671;
}

.active\:bg-brands-virgin-money-5:active,
.focus\:bg-brands-virgin-money-5:focus,
.hover\:bg-brands-virgin-money-5:hover {
  background: #7a3671;
}

.bg-brands-virgin-money-6 {
  background: #bd1d65;
}

.active\:bg-brands-virgin-money-6:active,
.focus\:bg-brands-virgin-money-6:focus,
.hover\:bg-brands-virgin-money-6:hover {
  background: #bd1d65;
}

.bg-brands-visa {
  background: #1a1f71;
}

.active\:bg-brands-visa:active,
.focus\:bg-brands-visa:focus,
.hover\:bg-brands-visa:hover {
  background: #1a1f71;
}

.bg-brands-visa-1 {
  background: #1a1f71;
}

.active\:bg-brands-visa-1:active,
.focus\:bg-brands-visa-1:focus,
.hover\:bg-brands-visa-1:hover {
  background: #1a1f71;
}

.bg-brands-visa-2 {
  background: #f7b600;
}

.active\:bg-brands-visa-2:active,
.focus\:bg-brands-visa-2:focus,
.hover\:bg-brands-visa-2:hover {
  background: #f7b600;
}

.bg-brands-visualcv {
  background: #31577a;
}

.active\:bg-brands-visualcv:active,
.focus\:bg-brands-visualcv:focus,
.hover\:bg-brands-visualcv:hover {
  background: #31577a;
}

.bg-brands-visualcv-1 {
  background: #31577a;
}

.active\:bg-brands-visualcv-1:active,
.focus\:bg-brands-visualcv-1:focus,
.hover\:bg-brands-visualcv-1:hover {
  background: #31577a;
}

.bg-brands-visually {
  background: #14acf2;
}

.active\:bg-brands-visually:active,
.focus\:bg-brands-visually:focus,
.hover\:bg-brands-visually:hover {
  background: #14acf2;
}

.bg-brands-visually-1 {
  background: #14acf2;
}

.active\:bg-brands-visually-1:active,
.focus\:bg-brands-visually-1:focus,
.hover\:bg-brands-visually-1:hover {
  background: #14acf2;
}

.bg-brands-visually-2 {
  background: #f04494;
}

.active\:bg-brands-visually-2:active,
.focus\:bg-brands-visually-2:focus,
.hover\:bg-brands-visually-2:hover {
  background: #f04494;
}

.bg-brands-visually-3 {
  background: #0ac578;
}

.active\:bg-brands-visually-3:active,
.focus\:bg-brands-visually-3:focus,
.hover\:bg-brands-visually-3:hover {
  background: #0ac578;
}

.bg-brands-vkontakte {
  background: #45668e;
}

.active\:bg-brands-vkontakte:active,
.focus\:bg-brands-vkontakte:focus,
.hover\:bg-brands-vkontakte:hover {
  background: #45668e;
}

.bg-brands-vkontakte-1 {
  background: #45668e;
}

.active\:bg-brands-vkontakte-1:active,
.focus\:bg-brands-vkontakte-1:focus,
.hover\:bg-brands-vkontakte-1:hover {
  background: #45668e;
}

.bg-brands-vodafone {
  background: #e60000;
}

.active\:bg-brands-vodafone:active,
.focus\:bg-brands-vodafone:focus,
.hover\:bg-brands-vodafone:hover {
  background: #e60000;
}

.bg-brands-vodafone-1 {
  background: #e60000;
}

.active\:bg-brands-vodafone-1:active,
.focus\:bg-brands-vodafone-1:focus,
.hover\:bg-brands-vodafone-1:hover {
  background: #e60000;
}

.bg-brands-vodafone-2 {
  background: #4a4d4e;
}

.active\:bg-brands-vodafone-2:active,
.focus\:bg-brands-vodafone-2:focus,
.hover\:bg-brands-vodafone-2:hover {
  background: #4a4d4e;
}

.bg-brands-vodafone-3 {
  background: #9c2aa0;
}

.active\:bg-brands-vodafone-3:active,
.focus\:bg-brands-vodafone-3:focus,
.hover\:bg-brands-vodafone-3:hover {
  background: #9c2aa0;
}

.bg-brands-vodafone-4 {
  background: #5e2750;
}

.active\:bg-brands-vodafone-4:active,
.focus\:bg-brands-vodafone-4:focus,
.hover\:bg-brands-vodafone-4:hover {
  background: #5e2750;
}

.bg-brands-vodafone-5 {
  background: #00b0ca;
}

.active\:bg-brands-vodafone-5:active,
.focus\:bg-brands-vodafone-5:focus,
.hover\:bg-brands-vodafone-5:hover {
  background: #00b0ca;
}

.bg-brands-vodafone-6 {
  background: #007c92;
}

.active\:bg-brands-vodafone-6:active,
.focus\:bg-brands-vodafone-6:focus,
.hover\:bg-brands-vodafone-6:hover {
  background: #007c92;
}

.bg-brands-vodafone-7 {
  background: #a8b400;
}

.active\:bg-brands-vodafone-7:active,
.focus\:bg-brands-vodafone-7:focus,
.hover\:bg-brands-vodafone-7:hover {
  background: #a8b400;
}

.bg-brands-vodafone-8 {
  background: #fecb00;
}

.active\:bg-brands-vodafone-8:active,
.focus\:bg-brands-vodafone-8:focus,
.hover\:bg-brands-vodafone-8:hover {
  background: #fecb00;
}

.bg-brands-vodafone-9 {
  background: #eb9800;
}

.active\:bg-brands-vodafone-9:active,
.focus\:bg-brands-vodafone-9:focus,
.hover\:bg-brands-vodafone-9:hover {
  background: #eb9800;
}

.bg-brands-vodafone-10 {
  background: #000000;
}

.active\:bg-brands-vodafone-10:active,
.focus\:bg-brands-vodafone-10:focus,
.hover\:bg-brands-vodafone-10:hover {
  background: #000000;
}

.bg-brands-volvo {
  background: #003057;
}

.active\:bg-brands-volvo:active,
.focus\:bg-brands-volvo:focus,
.hover\:bg-brands-volvo:hover {
  background: #003057;
}

.bg-brands-volvo-1 {
  background: #003057;
}

.active\:bg-brands-volvo-1:active,
.focus\:bg-brands-volvo-1:focus,
.hover\:bg-brands-volvo-1:hover {
  background: #003057;
}

.bg-brands-volvo-2 {
  background: #115740;
}

.active\:bg-brands-volvo-2:active,
.focus\:bg-brands-volvo-2:focus,
.hover\:bg-brands-volvo-2:hover {
  background: #115740;
}

.bg-brands-volvo-3 {
  background: #65665c;
}

.active\:bg-brands-volvo-3:active,
.focus\:bg-brands-volvo-3:focus,
.hover\:bg-brands-volvo-3:hover {
  background: #65665c;
}

.bg-brands-volvo-4 {
  background: #425563;
}

.active\:bg-brands-volvo-4:active,
.focus\:bg-brands-volvo-4:focus,
.hover\:bg-brands-volvo-4:hover {
  background: #425563;
}

.bg-brands-volvo-5 {
  background: #517891;
}

.active\:bg-brands-volvo-5:active,
.focus\:bg-brands-volvo-5:focus,
.hover\:bg-brands-volvo-5:hover {
  background: #517891;
}

.bg-brands-volvo-6 {
  background: #212721;
}

.active\:bg-brands-volvo-6:active,
.focus\:bg-brands-volvo-6:focus,
.hover\:bg-brands-volvo-6:hover {
  background: #212721;
}

.bg-brands-vue-js {
  background: #42b883;
}

.active\:bg-brands-vue-js:active,
.focus\:bg-brands-vue-js:focus,
.hover\:bg-brands-vue-js:hover {
  background: #42b883;
}

.bg-brands-vue-js-1 {
  background: #42b883;
}

.active\:bg-brands-vue-js-1:active,
.focus\:bg-brands-vue-js-1:focus,
.hover\:bg-brands-vue-js-1:hover {
  background: #42b883;
}

.bg-brands-vue-js-2 {
  background: #35495e;
}

.active\:bg-brands-vue-js-2:active,
.focus\:bg-brands-vue-js-2:focus,
.hover\:bg-brands-vue-js-2:hover {
  background: #35495e;
}

.bg-brands-wake-forest-university {
  background: #9e7e38;
}

.active\:bg-brands-wake-forest-university:active,
.focus\:bg-brands-wake-forest-university:focus,
.hover\:bg-brands-wake-forest-university:hover {
  background: #9e7e38;
}

.bg-brands-wake-forest-university-1 {
  background: #9e7e38;
}

.active\:bg-brands-wake-forest-university-1:active,
.focus\:bg-brands-wake-forest-university-1:focus,
.hover\:bg-brands-wake-forest-university-1:hover {
  background: #9e7e38;
}

.bg-brands-wake-forest-university-2 {
  background: #000000;
}

.active\:bg-brands-wake-forest-university-2:active,
.focus\:bg-brands-wake-forest-university-2:focus,
.hover\:bg-brands-wake-forest-university-2:hover {
  background: #000000;
}

.bg-brands-wake-forest-university-3 {
  background: #82231c;
}

.active\:bg-brands-wake-forest-university-3:active,
.focus\:bg-brands-wake-forest-university-3:focus,
.hover\:bg-brands-wake-forest-university-3:hover {
  background: #82231c;
}

.bg-brands-wake-forest-university-4 {
  background: #511536;
}

.active\:bg-brands-wake-forest-university-4:active,
.focus\:bg-brands-wake-forest-university-4:focus,
.hover\:bg-brands-wake-forest-university-4:hover {
  background: #511536;
}

.bg-brands-wake-forest-university-5 {
  background: #443e67;
}

.active\:bg-brands-wake-forest-university-5:active,
.focus\:bg-brands-wake-forest-university-5:focus,
.hover\:bg-brands-wake-forest-university-5:hover {
  background: #443e67;
}

.bg-brands-wake-forest-university-6 {
  background: #375669;
}

.active\:bg-brands-wake-forest-university-6:active,
.focus\:bg-brands-wake-forest-university-6:focus,
.hover\:bg-brands-wake-forest-university-6:hover {
  background: #375669;
}

.bg-brands-wake-forest-university-7 {
  background: #456525;
}

.active\:bg-brands-wake-forest-university-7:active,
.focus\:bg-brands-wake-forest-university-7:focus,
.hover\:bg-brands-wake-forest-university-7:hover {
  background: #456525;
}

.bg-brands-wake-forest-university-8 {
  background: #59786c;
}

.active\:bg-brands-wake-forest-university-8:active,
.focus\:bg-brands-wake-forest-university-8:focus,
.hover\:bg-brands-wake-forest-university-8:hover {
  background: #59786c;
}

.bg-brands-wake-forest-university-9 {
  background: #3d3c1d;
}

.active\:bg-brands-wake-forest-university-9:active,
.focus\:bg-brands-wake-forest-university-9:focus,
.hover\:bg-brands-wake-forest-university-9:hover {
  background: #3d3c1d;
}

.bg-brands-wake-forest-university-10 {
  background: #625750;
}

.active\:bg-brands-wake-forest-university-10:active,
.focus\:bg-brands-wake-forest-university-10:focus,
.hover\:bg-brands-wake-forest-university-10:hover {
  background: #625750;
}

.bg-brands-walgreens {
  background: #e31837;
}

.active\:bg-brands-walgreens:active,
.focus\:bg-brands-walgreens:focus,
.hover\:bg-brands-walgreens:hover {
  background: #e31837;
}

.bg-brands-walgreens-1 {
  background: #e31837;
}

.active\:bg-brands-walgreens-1:active,
.focus\:bg-brands-walgreens-1:focus,
.hover\:bg-brands-walgreens-1:hover {
  background: #e31837;
}

.bg-brands-walgreens-2 {
  background: #f37520;
}

.active\:bg-brands-walgreens-2:active,
.focus\:bg-brands-walgreens-2:focus,
.hover\:bg-brands-walgreens-2:hover {
  background: #f37520;
}

.bg-brands-walgreens-3 {
  background: #489cd4;
}

.active\:bg-brands-walgreens-3:active,
.focus\:bg-brands-walgreens-3:focus,
.hover\:bg-brands-walgreens-3:hover {
  background: #489cd4;
}

.bg-brands-walgreens-4 {
  background: #2774a6;
}

.active\:bg-brands-walgreens-4:active,
.focus\:bg-brands-walgreens-4:focus,
.hover\:bg-brands-walgreens-4:hover {
  background: #2774a6;
}

.bg-brands-walgreens-5 {
  background: #35393d;
}

.active\:bg-brands-walgreens-5:active,
.focus\:bg-brands-walgreens-5:focus,
.hover\:bg-brands-walgreens-5:hover {
  background: #35393d;
}

.bg-brands-walmart {
  background: #007dc6;
}

.active\:bg-brands-walmart:active,
.focus\:bg-brands-walmart:focus,
.hover\:bg-brands-walmart:hover {
  background: #007dc6;
}

.bg-brands-walmart-1 {
  background: #007dc6;
}

.active\:bg-brands-walmart-1:active,
.focus\:bg-brands-walmart-1:focus,
.hover\:bg-brands-walmart-1:hover {
  background: #007dc6;
}

.bg-brands-walmart-2 {
  background: #79b9e7;
}

.active\:bg-brands-walmart-2:active,
.focus\:bg-brands-walmart-2:focus,
.hover\:bg-brands-walmart-2:hover {
  background: #79b9e7;
}

.bg-brands-walmart-3 {
  background: #f47421;
}

.active\:bg-brands-walmart-3:active,
.focus\:bg-brands-walmart-3:focus,
.hover\:bg-brands-walmart-3:hover {
  background: #f47421;
}

.bg-brands-walmart-4 {
  background: #76c143;
}

.active\:bg-brands-walmart-4:active,
.focus\:bg-brands-walmart-4:focus,
.hover\:bg-brands-walmart-4:hover {
  background: #76c143;
}

.bg-brands-walmart-5 {
  background: #ffc120;
}

.active\:bg-brands-walmart-5:active,
.focus\:bg-brands-walmart-5:focus,
.hover\:bg-brands-walmart-5:hover {
  background: #ffc120;
}

.bg-brands-walmart-6 {
  background: #e7f0f7;
}

.active\:bg-brands-walmart-6:active,
.focus\:bg-brands-walmart-6:focus,
.hover\:bg-brands-walmart-6:hover {
  background: #e7f0f7;
}

.bg-brands-walmart-7 {
  background: #f2f8fd;
}

.active\:bg-brands-walmart-7:active,
.focus\:bg-brands-walmart-7:focus,
.hover\:bg-brands-walmart-7:hover {
  background: #f2f8fd;
}

.bg-brands-walmart-8 {
  background: #222222;
}

.active\:bg-brands-walmart-8:active,
.focus\:bg-brands-walmart-8:focus,
.hover\:bg-brands-walmart-8:hover {
  background: #222222;
}

.bg-brands-walmart-9 {
  background: #444444;
}

.active\:bg-brands-walmart-9:active,
.focus\:bg-brands-walmart-9:focus,
.hover\:bg-brands-walmart-9:hover {
  background: #444444;
}

.bg-brands-warby-parker {
  background: #414b56;
}

.active\:bg-brands-warby-parker:active,
.focus\:bg-brands-warby-parker:focus,
.hover\:bg-brands-warby-parker:hover {
  background: #414b56;
}

.bg-brands-warby-parker-1 {
  background: #414b56;
}

.active\:bg-brands-warby-parker-1:active,
.focus\:bg-brands-warby-parker-1:focus,
.hover\:bg-brands-warby-parker-1:hover {
  background: #414b56;
}

.bg-brands-warby-parker-2 {
  background: #00a2e1;
}

.active\:bg-brands-warby-parker-2:active,
.focus\:bg-brands-warby-parker-2:focus,
.hover\:bg-brands-warby-parker-2:hover {
  background: #00a2e1;
}

.bg-brands-wave-apps {
  background: #1c2d37;
}

.active\:bg-brands-wave-apps:active,
.focus\:bg-brands-wave-apps:focus,
.hover\:bg-brands-wave-apps:hover {
  background: #1c2d37;
}

.bg-brands-wave-apps-1 {
  background: #1c2d37;
}

.active\:bg-brands-wave-apps-1:active,
.focus\:bg-brands-wave-apps-1:focus,
.hover\:bg-brands-wave-apps-1:hover {
  background: #1c2d37;
}

.bg-brands-wave-apps-2 {
  background: #4ec7c4;
}

.active\:bg-brands-wave-apps-2:active,
.focus\:bg-brands-wave-apps-2:focus,
.hover\:bg-brands-wave-apps-2:hover {
  background: #4ec7c4;
}

.bg-brands-wave-apps-3 {
  background: #00959f;
}

.active\:bg-brands-wave-apps-3:active,
.focus\:bg-brands-wave-apps-3:focus,
.hover\:bg-brands-wave-apps-3:hover {
  background: #00959f;
}

.bg-brands-wave-apps-4 {
  background: #3b9bcc;
}

.active\:bg-brands-wave-apps-4:active,
.focus\:bg-brands-wave-apps-4:focus,
.hover\:bg-brands-wave-apps-4:hover {
  background: #3b9bcc;
}

.bg-brands-webzunder {
  background: #eea642;
}

.active\:bg-brands-webzunder:active,
.focus\:bg-brands-webzunder:focus,
.hover\:bg-brands-webzunder:hover {
  background: #eea642;
}

.bg-brands-webzunder-1 {
  background: #eea642;
}

.active\:bg-brands-webzunder-1:active,
.focus\:bg-brands-webzunder-1:focus,
.hover\:bg-brands-webzunder-1:hover {
  background: #eea642;
}

.bg-brands-wechat {
  background: #7bb32e;
}

.active\:bg-brands-wechat:active,
.focus\:bg-brands-wechat:focus,
.hover\:bg-brands-wechat:hover {
  background: #7bb32e;
}

.bg-brands-wechat-1 {
  background: #7bb32e;
}

.active\:bg-brands-wechat-1:active,
.focus\:bg-brands-wechat-1:focus,
.hover\:bg-brands-wechat-1:hover {
  background: #7bb32e;
}

.bg-brands-wendys {
  background: #e2203d;
}

.active\:bg-brands-wendys:active,
.focus\:bg-brands-wendys:focus,
.hover\:bg-brands-wendys:hover {
  background: #e2203d;
}

.bg-brands-wendys-1 {
  background: #e2203d;
}

.active\:bg-brands-wendys-1:active,
.focus\:bg-brands-wendys-1:focus,
.hover\:bg-brands-wendys-1:hover {
  background: #e2203d;
}

.bg-brands-wendys-2 {
  background: #199fda;
}

.active\:bg-brands-wendys-2:active,
.focus\:bg-brands-wendys-2:focus,
.hover\:bg-brands-wendys-2:hover {
  background: #199fda;
}

.bg-brands-western-digital {
  background: #005195;
}

.active\:bg-brands-western-digital:active,
.focus\:bg-brands-western-digital:focus,
.hover\:bg-brands-western-digital:hover {
  background: #005195;
}

.bg-brands-western-digital-1 {
  background: #005195;
}

.active\:bg-brands-western-digital-1:active,
.focus\:bg-brands-western-digital-1:focus,
.hover\:bg-brands-western-digital-1:hover {
  background: #005195;
}

.bg-brands-western-digital-2 {
  background: #028948;
}

.active\:bg-brands-western-digital-2:active,
.focus\:bg-brands-western-digital-2:focus,
.hover\:bg-brands-western-digital-2:hover {
  background: #028948;
}

.bg-brands-western-digital-3 {
  background: #ffd400;
}

.active\:bg-brands-western-digital-3:active,
.focus\:bg-brands-western-digital-3:focus,
.hover\:bg-brands-western-digital-3:hover {
  background: #ffd400;
}

.bg-brands-western-digital-4 {
  background: #0067b3;
}

.active\:bg-brands-western-digital-4:active,
.focus\:bg-brands-western-digital-4:focus,
.hover\:bg-brands-western-digital-4:hover {
  background: #0067b3;
}

.bg-brands-western-digital-5 {
  background: #9d0a0e;
}

.active\:bg-brands-western-digital-5:active,
.focus\:bg-brands-western-digital-5:focus,
.hover\:bg-brands-western-digital-5:hover {
  background: #9d0a0e;
}

.bg-brands-western-digital-6 {
  background: #003369;
}

.active\:bg-brands-western-digital-6:active,
.focus\:bg-brands-western-digital-6:focus,
.hover\:bg-brands-western-digital-6:hover {
  background: #003369;
}

.bg-brands-whatsapp {
  background: #075e54;
}

.active\:bg-brands-whatsapp:active,
.focus\:bg-brands-whatsapp:focus,
.hover\:bg-brands-whatsapp:hover {
  background: #075e54;
}

.bg-brands-whatsapp-1 {
  background: #075e54;
}

.active\:bg-brands-whatsapp-1:active,
.focus\:bg-brands-whatsapp-1:focus,
.hover\:bg-brands-whatsapp-1:hover {
  background: #075e54;
}

.bg-brands-whatsapp-2 {
  background: #128c7e;
}

.active\:bg-brands-whatsapp-2:active,
.focus\:bg-brands-whatsapp-2:focus,
.hover\:bg-brands-whatsapp-2:hover {
  background: #128c7e;
}

.bg-brands-whatsapp-3 {
  background: #25d366;
}

.active\:bg-brands-whatsapp-3:active,
.focus\:bg-brands-whatsapp-3:focus,
.hover\:bg-brands-whatsapp-3:hover {
  background: #25d366;
}

.bg-brands-whatsapp-4 {
  background: #dcf8c6;
}

.active\:bg-brands-whatsapp-4:active,
.focus\:bg-brands-whatsapp-4:focus,
.hover\:bg-brands-whatsapp-4:hover {
  background: #dcf8c6;
}

.bg-brands-whatsapp-5 {
  background: #34b7f1;
}

.active\:bg-brands-whatsapp-5:active,
.focus\:bg-brands-whatsapp-5:focus,
.hover\:bg-brands-whatsapp-5:hover {
  background: #34b7f1;
}

.bg-brands-whatsapp-6 {
  background: #ece5dd;
}

.active\:bg-brands-whatsapp-6:active,
.focus\:bg-brands-whatsapp-6:focus,
.hover\:bg-brands-whatsapp-6:hover {
  background: #ece5dd;
}

.bg-brands-whatsbroadcast {
  background: #4aae20;
}

.active\:bg-brands-whatsbroadcast:active,
.focus\:bg-brands-whatsbroadcast:focus,
.hover\:bg-brands-whatsbroadcast:hover {
  background: #4aae20;
}

.bg-brands-whatsbroadcast-1 {
  background: #4aae20;
}

.active\:bg-brands-whatsbroadcast-1:active,
.focus\:bg-brands-whatsbroadcast-1:focus,
.hover\:bg-brands-whatsbroadcast-1:hover {
  background: #4aae20;
}

.bg-brands-whatsbroadcast-2 {
  background: #6cc751;
}

.active\:bg-brands-whatsbroadcast-2:active,
.focus\:bg-brands-whatsbroadcast-2:focus,
.hover\:bg-brands-whatsbroadcast-2:hover {
  background: #6cc751;
}

.bg-brands-whatsbroadcast-3 {
  background: #225f1e;
}

.active\:bg-brands-whatsbroadcast-3:active,
.focus\:bg-brands-whatsbroadcast-3:focus,
.hover\:bg-brands-whatsbroadcast-3:hover {
  background: #225f1e;
}

.bg-brands-whatsbroadcast-4 {
  background: #f8cc07;
}

.active\:bg-brands-whatsbroadcast-4:active,
.focus\:bg-brands-whatsbroadcast-4:focus,
.hover\:bg-brands-whatsbroadcast-4:hover {
  background: #f8cc07;
}

.bg-brands-whatsbroadcast-5 {
  background: #ff9300;
}

.active\:bg-brands-whatsbroadcast-5:active,
.focus\:bg-brands-whatsbroadcast-5:focus,
.hover\:bg-brands-whatsbroadcast-5:hover {
  background: #ff9300;
}

.bg-brands-whatsbroadcast-6 {
  background: #e44436;
}

.active\:bg-brands-whatsbroadcast-6:active,
.focus\:bg-brands-whatsbroadcast-6:focus,
.hover\:bg-brands-whatsbroadcast-6:hover {
  background: #e44436;
}

.bg-brands-whatsbroadcast-7 {
  background: #cd3292;
}

.active\:bg-brands-whatsbroadcast-7:active,
.focus\:bg-brands-whatsbroadcast-7:focus,
.hover\:bg-brands-whatsbroadcast-7:hover {
  background: #cd3292;
}

.bg-brands-whatsbroadcast-8 {
  background: #37aef3;
}

.active\:bg-brands-whatsbroadcast-8:active,
.focus\:bg-brands-whatsbroadcast-8:focus,
.hover\:bg-brands-whatsbroadcast-8:hover {
  background: #37aef3;
}

.bg-brands-whatsbroadcast-9 {
  background: #0076ba;
}

.active\:bg-brands-whatsbroadcast-9:active,
.focus\:bg-brands-whatsbroadcast-9:focus,
.hover\:bg-brands-whatsbroadcast-9:hover {
  background: #0076ba;
}

.bg-brands-whatsbroadcast-10 {
  background: #005888;
}

.active\:bg-brands-whatsbroadcast-10:active,
.focus\:bg-brands-whatsbroadcast-10:focus,
.hover\:bg-brands-whatsbroadcast-10:hover {
  background: #005888;
}

.bg-brands-whatsbroadcast-11 {
  background: #8732cd;
}

.active\:bg-brands-whatsbroadcast-11:active,
.focus\:bg-brands-whatsbroadcast-11:focus,
.hover\:bg-brands-whatsbroadcast-11:hover {
  background: #8732cd;
}

.bg-brands-whatsbroadcast-12 {
  background: #33482c;
}

.active\:bg-brands-whatsbroadcast-12:active,
.focus\:bg-brands-whatsbroadcast-12:focus,
.hover\:bg-brands-whatsbroadcast-12:hover {
  background: #33482c;
}

.bg-brands-whoosnap-designer {
  background: #2fa5d6;
}

.active\:bg-brands-whoosnap-designer:active,
.focus\:bg-brands-whoosnap-designer:focus,
.hover\:bg-brands-whoosnap-designer:hover {
  background: #2fa5d6;
}

.bg-brands-whoosnap-designer-1 {
  background: #2fa5d6;
}

.active\:bg-brands-whoosnap-designer-1:active,
.focus\:bg-brands-whoosnap-designer-1:focus,
.hover\:bg-brands-whoosnap-designer-1:hover {
  background: #2fa5d6;
}

.bg-brands-whoosnap-designer-2 {
  background: #b52f2c;
}

.active\:bg-brands-whoosnap-designer-2:active,
.focus\:bg-brands-whoosnap-designer-2:focus,
.hover\:bg-brands-whoosnap-designer-2:hover {
  background: #b52f2c;
}

.bg-brands-wikimedia {
  background: #339966;
}

.active\:bg-brands-wikimedia:active,
.focus\:bg-brands-wikimedia:focus,
.hover\:bg-brands-wikimedia:hover {
  background: #339966;
}

.bg-brands-wikimedia-1 {
  background: #339966;
}

.active\:bg-brands-wikimedia-1:active,
.focus\:bg-brands-wikimedia-1:focus,
.hover\:bg-brands-wikimedia-1:hover {
  background: #339966;
}

.bg-brands-wikimedia-2 {
  background: #0063bf;
}

.active\:bg-brands-wikimedia-2:active,
.focus\:bg-brands-wikimedia-2:focus,
.hover\:bg-brands-wikimedia-2:hover {
  background: #0063bf;
}

.bg-brands-wikimedia-3 {
  background: #990000;
}

.active\:bg-brands-wikimedia-3:active,
.focus\:bg-brands-wikimedia-3:focus,
.hover\:bg-brands-wikimedia-3:hover {
  background: #990000;
}

.bg-brands-wikipedia {
  background: #000000;
}

.active\:bg-brands-wikipedia:active,
.focus\:bg-brands-wikipedia:focus,
.hover\:bg-brands-wikipedia:hover {
  background: #000000;
}

.bg-brands-wikipedia-1 {
  background: #000000;
}

.active\:bg-brands-wikipedia-1:active,
.focus\:bg-brands-wikipedia-1:focus,
.hover\:bg-brands-wikipedia-1:hover {
  background: #000000;
}

.bg-brands-wikipedia-2 {
  background: #636466;
}

.active\:bg-brands-wikipedia-2:active,
.focus\:bg-brands-wikipedia-2:focus,
.hover\:bg-brands-wikipedia-2:hover {
  background: #636466;
}

.bg-brands-wikipedia-3 {
  background: #939598;
}

.active\:bg-brands-wikipedia-3:active,
.focus\:bg-brands-wikipedia-3:focus,
.hover\:bg-brands-wikipedia-3:hover {
  background: #939598;
}

.bg-brands-wikipedia-4 {
  background: #c7c8ca;
}

.active\:bg-brands-wikipedia-4:active,
.focus\:bg-brands-wikipedia-4:focus,
.hover\:bg-brands-wikipedia-4:hover {
  background: #c7c8ca;
}

.bg-brands-windows {
  background: #0078d7;
}

.active\:bg-brands-windows:active,
.focus\:bg-brands-windows:focus,
.hover\:bg-brands-windows:hover {
  background: #0078d7;
}

.bg-brands-windows-1 {
  background: #0078d7;
}

.active\:bg-brands-windows-1:active,
.focus\:bg-brands-windows-1:focus,
.hover\:bg-brands-windows-1:hover {
  background: #0078d7;
}

.bg-brands-windows-2 {
  background: #002050;
}

.active\:bg-brands-windows-2:active,
.focus\:bg-brands-windows-2:focus,
.hover\:bg-brands-windows-2:hover {
  background: #002050;
}

.bg-brands-windows-3 {
  background: #ffb900;
}

.active\:bg-brands-windows-3:active,
.focus\:bg-brands-windows-3:focus,
.hover\:bg-brands-windows-3:hover {
  background: #ffb900;
}

.bg-brands-windows-4 {
  background: #d83b01;
}

.active\:bg-brands-windows-4:active,
.focus\:bg-brands-windows-4:focus,
.hover\:bg-brands-windows-4:hover {
  background: #d83b01;
}

.bg-brands-windows-5 {
  background: #e81123;
}

.active\:bg-brands-windows-5:active,
.focus\:bg-brands-windows-5:focus,
.hover\:bg-brands-windows-5:hover {
  background: #e81123;
}

.bg-brands-windows-6 {
  background: #b4009e;
}

.active\:bg-brands-windows-6:active,
.focus\:bg-brands-windows-6:focus,
.hover\:bg-brands-windows-6:hover {
  background: #b4009e;
}

.bg-brands-windows-7 {
  background: #5c2d91;
}

.active\:bg-brands-windows-7:active,
.focus\:bg-brands-windows-7:focus,
.hover\:bg-brands-windows-7:hover {
  background: #5c2d91;
}

.bg-brands-windows-8 {
  background: #008272;
}

.active\:bg-brands-windows-8:active,
.focus\:bg-brands-windows-8:focus,
.hover\:bg-brands-windows-8:hover {
  background: #008272;
}

.bg-brands-windows-9 {
  background: #107c10;
}

.active\:bg-brands-windows-9:active,
.focus\:bg-brands-windows-9:focus,
.hover\:bg-brands-windows-9:hover {
  background: #107c10;
}

.bg-brands-windows-phone {
  background: #68217a;
}

.active\:bg-brands-windows-phone:active,
.focus\:bg-brands-windows-phone:focus,
.hover\:bg-brands-windows-phone:hover {
  background: #68217a;
}

.bg-brands-windows-phone-1 {
  background: #68217a;
}

.active\:bg-brands-windows-phone-1:active,
.focus\:bg-brands-windows-phone-1:focus,
.hover\:bg-brands-windows-phone-1:hover {
  background: #68217a;
}

.bg-brands-woocommerce {
  background: #96588a;
}

.active\:bg-brands-woocommerce:active,
.focus\:bg-brands-woocommerce:focus,
.hover\:bg-brands-woocommerce:hover {
  background: #96588a;
}

.bg-brands-woocommerce-1 {
  background: #96588a;
}

.active\:bg-brands-woocommerce-1:active,
.focus\:bg-brands-woocommerce-1:focus,
.hover\:bg-brands-woocommerce-1:hover {
  background: #96588a;
}

.bg-brands-woocommerce-2 {
  background: #3c3c3c;
}

.active\:bg-brands-woocommerce-2:active,
.focus\:bg-brands-woocommerce-2:focus,
.hover\:bg-brands-woocommerce-2:hover {
  background: #3c3c3c;
}

.bg-brands-woocommerce-3 {
  background: #71b02f;
}

.active\:bg-brands-woocommerce-3:active,
.focus\:bg-brands-woocommerce-3:focus,
.hover\:bg-brands-woocommerce-3:hover {
  background: #71b02f;
}

.bg-brands-wooga {
  background: #5b009c;
}

.active\:bg-brands-wooga:active,
.focus\:bg-brands-wooga:focus,
.hover\:bg-brands-wooga:hover {
  background: #5b009c;
}

.bg-brands-wooga-1 {
  background: #5b009c;
}

.active\:bg-brands-wooga-1:active,
.focus\:bg-brands-wooga-1:focus,
.hover\:bg-brands-wooga-1:hover {
  background: #5b009c;
}

.bg-brands-wordpress {
  background: #21759b;
}

.active\:bg-brands-wordpress:active,
.focus\:bg-brands-wordpress:focus,
.hover\:bg-brands-wordpress:hover {
  background: #21759b;
}

.bg-brands-wordpress-1 {
  background: #21759b;
}

.active\:bg-brands-wordpress-1:active,
.focus\:bg-brands-wordpress-1:focus,
.hover\:bg-brands-wordpress-1:hover {
  background: #21759b;
}

.bg-brands-wordpress-2 {
  background: #d54e21;
}

.active\:bg-brands-wordpress-2:active,
.focus\:bg-brands-wordpress-2:focus,
.hover\:bg-brands-wordpress-2:hover {
  background: #d54e21;
}

.bg-brands-wordpress-3 {
  background: #464646;
}

.active\:bg-brands-wordpress-3:active,
.focus\:bg-brands-wordpress-3:focus,
.hover\:bg-brands-wordpress-3:hover {
  background: #464646;
}

.bg-brands-wordpress-com {
  background: #0087be;
}

.active\:bg-brands-wordpress-com:active,
.focus\:bg-brands-wordpress-com:focus,
.hover\:bg-brands-wordpress-com:hover {
  background: #0087be;
}

.bg-brands-wordpress-com-1 {
  background: #0087be;
}

.active\:bg-brands-wordpress-com-1:active,
.focus\:bg-brands-wordpress-com-1:focus,
.hover\:bg-brands-wordpress-com-1:hover {
  background: #0087be;
}

.bg-brands-wordpress-com-2 {
  background: #78dcfa;
}

.active\:bg-brands-wordpress-com-2:active,
.focus\:bg-brands-wordpress-com-2:focus,
.hover\:bg-brands-wordpress-com-2:hover {
  background: #78dcfa;
}

.bg-brands-wordpress-com-3 {
  background: #00aadc;
}

.active\:bg-brands-wordpress-com-3:active,
.focus\:bg-brands-wordpress-com-3:focus,
.hover\:bg-brands-wordpress-com-3:hover {
  background: #00aadc;
}

.bg-brands-wordpress-com-4 {
  background: #005082;
}

.active\:bg-brands-wordpress-com-4:active,
.focus\:bg-brands-wordpress-com-4:focus,
.hover\:bg-brands-wordpress-com-4:hover {
  background: #005082;
}

.bg-brands-wordpress-com-5 {
  background: #87a6bc;
}

.active\:bg-brands-wordpress-com-5:active,
.focus\:bg-brands-wordpress-com-5:focus,
.hover\:bg-brands-wordpress-com-5:hover {
  background: #87a6bc;
}

.bg-brands-wordpress-com-6 {
  background: #f3f6f8;
}

.active\:bg-brands-wordpress-com-6:active,
.focus\:bg-brands-wordpress-com-6:focus,
.hover\:bg-brands-wordpress-com-6:hover {
  background: #f3f6f8;
}

.bg-brands-wordpress-com-7 {
  background: #e9eff3;
}

.active\:bg-brands-wordpress-com-7:active,
.focus\:bg-brands-wordpress-com-7:focus,
.hover\:bg-brands-wordpress-com-7:hover {
  background: #e9eff3;
}

.bg-brands-wordpress-com-8 {
  background: #e9eff3;
}

.active\:bg-brands-wordpress-com-8:active,
.focus\:bg-brands-wordpress-com-8:focus,
.hover\:bg-brands-wordpress-com-8:hover {
  background: #e9eff3;
}

.bg-brands-wordpress-com-9 {
  background: #a8bece;
}

.active\:bg-brands-wordpress-com-9:active,
.focus\:bg-brands-wordpress-com-9:focus,
.hover\:bg-brands-wordpress-com-9:hover {
  background: #a8bece;
}

.bg-brands-wordpress-com-10 {
  background: #668eaa;
}

.active\:bg-brands-wordpress-com-10:active,
.focus\:bg-brands-wordpress-com-10:focus,
.hover\:bg-brands-wordpress-com-10:hover {
  background: #668eaa;
}

.bg-brands-wordpress-com-11 {
  background: #4f748e;
}

.active\:bg-brands-wordpress-com-11:active,
.focus\:bg-brands-wordpress-com-11:focus,
.hover\:bg-brands-wordpress-com-11:hover {
  background: #4f748e;
}

.bg-brands-wordpress-com-12 {
  background: #3d596d;
}

.active\:bg-brands-wordpress-com-12:active,
.focus\:bg-brands-wordpress-com-12:focus,
.hover\:bg-brands-wordpress-com-12:hover {
  background: #3d596d;
}

.bg-brands-wordpress-com-13 {
  background: #2e4453;
}

.active\:bg-brands-wordpress-com-13:active,
.focus\:bg-brands-wordpress-com-13:focus,
.hover\:bg-brands-wordpress-com-13:hover {
  background: #2e4453;
}

.bg-brands-wordpress-com-14 {
  background: #d54e21;
}

.active\:bg-brands-wordpress-com-14:active,
.focus\:bg-brands-wordpress-com-14:focus,
.hover\:bg-brands-wordpress-com-14:hover {
  background: #d54e21;
}

.bg-brands-wordpress-com-15 {
  background: #f0821e;
}

.active\:bg-brands-wordpress-com-15:active,
.focus\:bg-brands-wordpress-com-15:focus,
.hover\:bg-brands-wordpress-com-15:hover {
  background: #f0821e;
}

.bg-brands-wordpress-com-16 {
  background: #4ab866;
}

.active\:bg-brands-wordpress-com-16:active,
.focus\:bg-brands-wordpress-com-16:focus,
.hover\:bg-brands-wordpress-com-16:hover {
  background: #4ab866;
}

.bg-brands-wordpress-com-17 {
  background: #f0b849;
}

.active\:bg-brands-wordpress-com-17:active,
.focus\:bg-brands-wordpress-com-17:focus,
.hover\:bg-brands-wordpress-com-17:hover {
  background: #f0b849;
}

.bg-brands-wordpress-com-18 {
  background: #d94f4f;
}

.active\:bg-brands-wordpress-com-18:active,
.focus\:bg-brands-wordpress-com-18:focus,
.hover\:bg-brands-wordpress-com-18:hover {
  background: #d94f4f;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm {
  background: #622599;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm:hover {
  background: #622599;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-1 {
  background: #622599;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-1:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-1:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-1:hover {
  background: #622599;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-2 {
  background: #0054a0;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-2:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-2:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-2:hover {
  background: #0054a0;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-3 {
  background: #aaba0a;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-3:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-3:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-3:hover {
  background: #aaba0a;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-4 {
  background: #dd7500;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-4:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-4:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-4:hover {
  background: #dd7500;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-5 {
  background: #e23d28;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-5:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-5:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-5:hover {
  background: #e23d28;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-6 {
  background: #3d8e33;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-6:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-6:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-6:hover {
  background: #3d8e33;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-7 {
  background: #3399ff;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-7:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-7:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-7:hover {
  background: #3399ff;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-8 {
  background: #ff3399;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-8:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-8:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-8:hover {
  background: #ff3399;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-9 {
  background: #fcd116;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-9:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-9:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-9:hover {
  background: #fcd116;
}

.bg-brands-world-organisation-of-the-scout-movement-wosm-10 {
  background: #999999;
}

.active\:bg-brands-world-organisation-of-the-scout-movement-wosm-10:active,
.focus\:bg-brands-world-organisation-of-the-scout-movement-wosm-10:focus,
.hover\:bg-brands-world-organisation-of-the-scout-movement-wosm-10:hover {
  background: #999999;
}

.bg-brands-worldline {
  background: #0066a1;
}

.active\:bg-brands-worldline:active,
.focus\:bg-brands-worldline:focus,
.hover\:bg-brands-worldline:hover {
  background: #0066a1;
}

.bg-brands-worldline-1 {
  background: #0066a1;
}

.active\:bg-brands-worldline-1:active,
.focus\:bg-brands-worldline-1:focus,
.hover\:bg-brands-worldline-1:hover {
  background: #0066a1;
}

.bg-brands-wufoo {
  background: #e66760;
}

.active\:bg-brands-wufoo:active,
.focus\:bg-brands-wufoo:focus,
.hover\:bg-brands-wufoo:hover {
  background: #e66760;
}

.bg-brands-wufoo-1 {
  background: #e66760;
}

.active\:bg-brands-wufoo-1:active,
.focus\:bg-brands-wufoo-1:focus,
.hover\:bg-brands-wufoo-1:hover {
  background: #e66760;
}

.bg-brands-wufoo-2 {
  background: #8c88cd;
}

.active\:bg-brands-wufoo-2:active,
.focus\:bg-brands-wufoo-2:focus,
.hover\:bg-brands-wufoo-2:hover {
  background: #8c88cd;
}

.bg-brands-wufoo-3 {
  background: #69c5e4;
}

.active\:bg-brands-wufoo-3:active,
.focus\:bg-brands-wufoo-3:focus,
.hover\:bg-brands-wufoo-3:hover {
  background: #69c5e4;
}

.bg-brands-wufoo-4 {
  background: #ffdf8b;
}

.active\:bg-brands-wufoo-4:active,
.focus\:bg-brands-wufoo-4:focus,
.hover\:bg-brands-wufoo-4:hover {
  background: #ffdf8b;
}

.bg-brands-wufoo-5 {
  background: #61e064;
}

.active\:bg-brands-wufoo-5:active,
.focus\:bg-brands-wufoo-5:focus,
.hover\:bg-brands-wufoo-5:hover {
  background: #61e064;
}

.bg-brands-wunderlist {
  background: #2b96f1;
}

.active\:bg-brands-wunderlist:active,
.focus\:bg-brands-wunderlist:focus,
.hover\:bg-brands-wunderlist:hover {
  background: #2b96f1;
}

.bg-brands-wunderlist-1 {
  background: #2b96f1;
}

.active\:bg-brands-wunderlist-1:active,
.focus\:bg-brands-wunderlist-1:focus,
.hover\:bg-brands-wunderlist-1:hover {
  background: #2b96f1;
}

.bg-brands-wwe {
  background: #d7182a;
}

.active\:bg-brands-wwe:active,
.focus\:bg-brands-wwe:focus,
.hover\:bg-brands-wwe:hover {
  background: #d7182a;
}

.bg-brands-wwe-1 {
  background: #d7182a;
}

.active\:bg-brands-wwe-1:active,
.focus\:bg-brands-wwe-1:focus,
.hover\:bg-brands-wwe-1:hover {
  background: #d7182a;
}

.bg-brands-xavier-university {
  background: #0c2340;
}

.active\:bg-brands-xavier-university:active,
.focus\:bg-brands-xavier-university:focus,
.hover\:bg-brands-xavier-university:hover {
  background: #0c2340;
}

.bg-brands-xavier-university-1 {
  background: #0c2340;
}

.active\:bg-brands-xavier-university-1:active,
.focus\:bg-brands-xavier-university-1:focus,
.hover\:bg-brands-xavier-university-1:hover {
  background: #0c2340;
}

.bg-brands-xavier-university-2 {
  background: #9ea2a2;
}

.active\:bg-brands-xavier-university-2:active,
.focus\:bg-brands-xavier-university-2:focus,
.hover\:bg-brands-xavier-university-2:hover {
  background: #9ea2a2;
}

.bg-brands-xavier-university-3 {
  background: #0099cc;
}

.active\:bg-brands-xavier-university-3:active,
.focus\:bg-brands-xavier-university-3:focus,
.hover\:bg-brands-xavier-university-3:hover {
  background: #0099cc;
}

.bg-brands-xbox {
  background: #52b043;
}

.active\:bg-brands-xbox:active,
.focus\:bg-brands-xbox:focus,
.hover\:bg-brands-xbox:hover {
  background: #52b043;
}

.bg-brands-xbox-1 {
  background: #52b043;
}

.active\:bg-brands-xbox-1:active,
.focus\:bg-brands-xbox-1:focus,
.hover\:bg-brands-xbox-1:hover {
  background: #52b043;
}

.bg-brands-xda-developers {
  background: #f59714;
}

.active\:bg-brands-xda-developers:active,
.focus\:bg-brands-xda-developers:focus,
.hover\:bg-brands-xda-developers:hover {
  background: #f59714;
}

.bg-brands-xda-developers-1 {
  background: #f59714;
}

.active\:bg-brands-xda-developers-1:active,
.focus\:bg-brands-xda-developers-1:focus,
.hover\:bg-brands-xda-developers-1:hover {
  background: #f59714;
}

.bg-brands-xing {
  background: #026466;
}

.active\:bg-brands-xing:active,
.focus\:bg-brands-xing:focus,
.hover\:bg-brands-xing:hover {
  background: #026466;
}

.bg-brands-xing-1 {
  background: #026466;
}

.active\:bg-brands-xing-1:active,
.focus\:bg-brands-xing-1:focus,
.hover\:bg-brands-xing-1:hover {
  background: #026466;
}

.bg-brands-xing-2 {
  background: #cfdc00;
}

.active\:bg-brands-xing-2:active,
.focus\:bg-brands-xing-2:focus,
.hover\:bg-brands-xing-2:hover {
  background: #cfdc00;
}

.bg-brands-xy-gaming {
  background: #3299cc;
}

.active\:bg-brands-xy-gaming:active,
.focus\:bg-brands-xy-gaming:focus,
.hover\:bg-brands-xy-gaming:hover {
  background: #3299cc;
}

.bg-brands-xy-gaming-1 {
  background: #3299cc;
}

.active\:bg-brands-xy-gaming-1:active,
.focus\:bg-brands-xy-gaming-1:focus,
.hover\:bg-brands-xy-gaming-1:hover {
  background: #3299cc;
}

.bg-brands-xy-gaming-2 {
  background: #333333;
}

.active\:bg-brands-xy-gaming-2:active,
.focus\:bg-brands-xy-gaming-2:focus,
.hover\:bg-brands-xy-gaming-2:hover {
  background: #333333;
}

.bg-brands-y-combinator {
  background: #ff4000;
}

.active\:bg-brands-y-combinator:active,
.focus\:bg-brands-y-combinator:focus,
.hover\:bg-brands-y-combinator:hover {
  background: #ff4000;
}

.bg-brands-y-combinator-1 {
  background: #ff4000;
}

.active\:bg-brands-y-combinator-1:active,
.focus\:bg-brands-y-combinator-1:focus,
.hover\:bg-brands-y-combinator-1:hover {
  background: #ff4000;
}

.bg-brands-yahoo {
  background: #410093;
}

.active\:bg-brands-yahoo:active,
.focus\:bg-brands-yahoo:focus,
.hover\:bg-brands-yahoo:hover {
  background: #410093;
}

.bg-brands-yahoo-1 {
  background: #410093;
}

.active\:bg-brands-yahoo-1:active,
.focus\:bg-brands-yahoo-1:focus,
.hover\:bg-brands-yahoo-1:hover {
  background: #410093;
}

.bg-brands-yandex {
  background: #ffcc00;
}

.active\:bg-brands-yandex:active,
.focus\:bg-brands-yandex:focus,
.hover\:bg-brands-yandex:hover {
  background: #ffcc00;
}

.bg-brands-yandex-1 {
  background: #ffcc00;
}

.active\:bg-brands-yandex-1:active,
.focus\:bg-brands-yandex-1:focus,
.hover\:bg-brands-yandex-1:hover {
  background: #ffcc00;
}

.bg-brands-yellow-pages {
  background: #ffd400;
}

.active\:bg-brands-yellow-pages:active,
.focus\:bg-brands-yellow-pages:focus,
.hover\:bg-brands-yellow-pages:hover {
  background: #ffd400;
}

.bg-brands-yellow-pages-1 {
  background: #ffd400;
}

.active\:bg-brands-yellow-pages-1:active,
.focus\:bg-brands-yellow-pages-1:focus,
.hover\:bg-brands-yellow-pages-1:hover {
  background: #ffd400;
}

.bg-brands-yellow-pages-2 {
  background: #000000;
}

.active\:bg-brands-yellow-pages-2:active,
.focus\:bg-brands-yellow-pages-2:focus,
.hover\:bg-brands-yellow-pages-2:hover {
  background: #000000;
}

.bg-brands-yelp {
  background: #af0606;
}

.active\:bg-brands-yelp:active,
.focus\:bg-brands-yelp:focus,
.hover\:bg-brands-yelp:hover {
  background: #af0606;
}

.bg-brands-yelp-1 {
  background: #af0606;
}

.active\:bg-brands-yelp-1:active,
.focus\:bg-brands-yelp-1:focus,
.hover\:bg-brands-yelp-1:hover {
  background: #af0606;
}

.bg-brands-yii-framework {
  background: #d8582b;
}

.active\:bg-brands-yii-framework:active,
.focus\:bg-brands-yii-framework:focus,
.hover\:bg-brands-yii-framework:hover {
  background: #d8582b;
}

.bg-brands-yii-framework-1 {
  background: #d8582b;
}

.active\:bg-brands-yii-framework-1:active,
.focus\:bg-brands-yii-framework-1:focus,
.hover\:bg-brands-yii-framework-1:hover {
  background: #d8582b;
}

.bg-brands-yii-framework-2 {
  background: #16a314;
}

.active\:bg-brands-yii-framework-2:active,
.focus\:bg-brands-yii-framework-2:focus,
.hover\:bg-brands-yii-framework-2:hover {
  background: #16a314;
}

.bg-brands-yii-framework-3 {
  background: #3b6fba;
}

.active\:bg-brands-yii-framework-3:active,
.focus\:bg-brands-yii-framework-3:focus,
.hover\:bg-brands-yii-framework-3:hover {
  background: #3b6fba;
}

.bg-brands-yo {
  background: #9b59b6;
}

.active\:bg-brands-yo:active,
.focus\:bg-brands-yo:focus,
.hover\:bg-brands-yo:hover {
  background: #9b59b6;
}

.bg-brands-yo-1 {
  background: #9b59b6;
}

.active\:bg-brands-yo-1:active,
.focus\:bg-brands-yo-1:focus,
.hover\:bg-brands-yo-1:hover {
  background: #9b59b6;
}

.bg-brands-yo-2 {
  background: #e74c3c;
}

.active\:bg-brands-yo-2:active,
.focus\:bg-brands-yo-2:focus,
.hover\:bg-brands-yo-2:hover {
  background: #e74c3c;
}

.bg-brands-yo-3 {
  background: #8e44ad;
}

.active\:bg-brands-yo-3:active,
.focus\:bg-brands-yo-3:focus,
.hover\:bg-brands-yo-3:hover {
  background: #8e44ad;
}

.bg-brands-yo-4 {
  background: #2980b9;
}

.active\:bg-brands-yo-4:active,
.focus\:bg-brands-yo-4:focus,
.hover\:bg-brands-yo-4:hover {
  background: #2980b9;
}

.bg-brands-yo-5 {
  background: #f1c40f;
}

.active\:bg-brands-yo-5:active,
.focus\:bg-brands-yo-5:focus,
.hover\:bg-brands-yo-5:hover {
  background: #f1c40f;
}

.bg-brands-yo-6 {
  background: #16a085;
}

.active\:bg-brands-yo-6:active,
.focus\:bg-brands-yo-6:focus,
.hover\:bg-brands-yo-6:hover {
  background: #16a085;
}

.bg-brands-yo-7 {
  background: #34495e;
}

.active\:bg-brands-yo-7:active,
.focus\:bg-brands-yo-7:focus,
.hover\:bg-brands-yo-7:hover {
  background: #34495e;
}

.bg-brands-yo-8 {
  background: #3498db;
}

.active\:bg-brands-yo-8:active,
.focus\:bg-brands-yo-8:focus,
.hover\:bg-brands-yo-8:hover {
  background: #3498db;
}

.bg-brands-yo-9 {
  background: #2ecc71;
}

.active\:bg-brands-yo-9:active,
.focus\:bg-brands-yo-9:focus,
.hover\:bg-brands-yo-9:hover {
  background: #2ecc71;
}

.bg-brands-yo-10 {
  background: #1abc9c;
}

.active\:bg-brands-yo-10:active,
.focus\:bg-brands-yo-10:focus,
.hover\:bg-brands-yo-10:hover {
  background: #1abc9c;
}

.bg-brands-youtube {
  background: #ff0000;
}

.active\:bg-brands-youtube:active,
.focus\:bg-brands-youtube:focus,
.hover\:bg-brands-youtube:hover {
  background: #ff0000;
}

.bg-brands-youtube-1 {
  background: #ff0000;
}

.active\:bg-brands-youtube-1:active,
.focus\:bg-brands-youtube-1:focus,
.hover\:bg-brands-youtube-1:hover {
  background: #ff0000;
}

.bg-brands-youtube-2 {
  background: #282828;
}

.active\:bg-brands-youtube-2:active,
.focus\:bg-brands-youtube-2:focus,
.hover\:bg-brands-youtube-2:hover {
  background: #282828;
}

.bg-brands-yummly {
  background: #e16120;
}

.active\:bg-brands-yummly:active,
.focus\:bg-brands-yummly:focus,
.hover\:bg-brands-yummly:hover {
  background: #e16120;
}

.bg-brands-yummly-1 {
  background: #e16120;
}

.active\:bg-brands-yummly-1:active,
.focus\:bg-brands-yummly-1:focus,
.hover\:bg-brands-yummly-1:hover {
  background: #e16120;
}

.bg-brands-yummly-2 {
  background: #3a9691;
}

.active\:bg-brands-yummly-2:active,
.focus\:bg-brands-yummly-2:focus,
.hover\:bg-brands-yummly-2:hover {
  background: #3a9691;
}

.bg-brands-yummly-3 {
  background: #363533;
}

.active\:bg-brands-yummly-3:active,
.focus\:bg-brands-yummly-3:focus,
.hover\:bg-brands-yummly-3:hover {
  background: #363533;
}

.bg-brands-zapier {
  background: #ff4a00;
}

.active\:bg-brands-zapier:active,
.focus\:bg-brands-zapier:focus,
.hover\:bg-brands-zapier:hover {
  background: #ff4a00;
}

.bg-brands-zapier-1 {
  background: #ff4a00;
}

.active\:bg-brands-zapier-1:active,
.focus\:bg-brands-zapier-1:focus,
.hover\:bg-brands-zapier-1:hover {
  background: #ff4a00;
}

.bg-brands-zapier-2 {
  background: #fd7622;
}

.active\:bg-brands-zapier-2:active,
.focus\:bg-brands-zapier-2:focus,
.hover\:bg-brands-zapier-2:hover {
  background: #fd7622;
}

.bg-brands-zapier-3 {
  background: #ffc43e;
}

.active\:bg-brands-zapier-3:active,
.focus\:bg-brands-zapier-3:focus,
.hover\:bg-brands-zapier-3:hover {
  background: #ffc43e;
}

.bg-brands-zapier-4 {
  background: #5f6c72;
}

.active\:bg-brands-zapier-4:active,
.focus\:bg-brands-zapier-4:focus,
.hover\:bg-brands-zapier-4:hover {
  background: #5f6c72;
}

.bg-brands-zapier-5 {
  background: #499df3;
}

.active\:bg-brands-zapier-5:active,
.focus\:bg-brands-zapier-5:focus,
.hover\:bg-brands-zapier-5:hover {
  background: #499df3;
}

.bg-brands-zapier-6 {
  background: #13d0ab;
}

.active\:bg-brands-zapier-6:active,
.focus\:bg-brands-zapier-6:focus,
.hover\:bg-brands-zapier-6:hover {
  background: #13d0ab;
}

.bg-brands-zendesk {
  background: #00363d;
}

.active\:bg-brands-zendesk:active,
.focus\:bg-brands-zendesk:focus,
.hover\:bg-brands-zendesk:hover {
  background: #00363d;
}

.bg-brands-zendesk-1 {
  background: #00363d;
}

.active\:bg-brands-zendesk-1:active,
.focus\:bg-brands-zendesk-1:focus,
.hover\:bg-brands-zendesk-1:hover {
  background: #00363d;
}

.bg-brands-zendesk-2 {
  background: #f79a3e;
}

.active\:bg-brands-zendesk-2:active,
.focus\:bg-brands-zendesk-2:focus,
.hover\:bg-brands-zendesk-2:hover {
  background: #f79a3e;
}

.bg-brands-zendesk-3 {
  background: #eb6651;
}

.active\:bg-brands-zendesk-3:active,
.focus\:bg-brands-zendesk-3:focus,
.hover\:bg-brands-zendesk-3:hover {
  background: #eb6651;
}

.bg-brands-zendesk-4 {
  background: #30aabc;
}

.active\:bg-brands-zendesk-4:active,
.focus\:bg-brands-zendesk-4:focus,
.hover\:bg-brands-zendesk-4:hover {
  background: #30aabc;
}

.bg-brands-zendesk-5 {
  background: #eb4962;
}

.active\:bg-brands-zendesk-5:active,
.focus\:bg-brands-zendesk-5:focus,
.hover\:bg-brands-zendesk-5:hover {
  background: #eb4962;
}

.bg-brands-zendesk-6 {
  background: #37b8af;
}

.active\:bg-brands-zendesk-6:active,
.focus\:bg-brands-zendesk-6:focus,
.hover\:bg-brands-zendesk-6:hover {
  background: #37b8af;
}

.bg-brands-zendesk-7 {
  background: #78a300;
}

.active\:bg-brands-zendesk-7:active,
.focus\:bg-brands-zendesk-7:focus,
.hover\:bg-brands-zendesk-7:hover {
  background: #78a300;
}

.bg-brands-zendesk-8 {
  background: #f0ca28;
}

.active\:bg-brands-zendesk-8:active,
.focus\:bg-brands-zendesk-8:focus,
.hover\:bg-brands-zendesk-8:hover {
  background: #f0ca28;
}

.bg-brands-zerply {
  background: #9dbc7a;
}

.active\:bg-brands-zerply:active,
.focus\:bg-brands-zerply:focus,
.hover\:bg-brands-zerply:hover {
  background: #9dbc7a;
}

.bg-brands-zerply-1 {
  background: #9dbc7a;
}

.active\:bg-brands-zerply-1:active,
.focus\:bg-brands-zerply-1:focus,
.hover\:bg-brands-zerply-1:hover {
  background: #9dbc7a;
}

.bg-brands-zillow {
  background: #1277e1;
}

.active\:bg-brands-zillow:active,
.focus\:bg-brands-zillow:focus,
.hover\:bg-brands-zillow:hover {
  background: #1277e1;
}

.bg-brands-zillow-1 {
  background: #1277e1;
}

.active\:bg-brands-zillow-1:active,
.focus\:bg-brands-zillow-1:focus,
.hover\:bg-brands-zillow-1:hover {
  background: #1277e1;
}

.bg-brands-zomato {
  background: #cb202d;
}

.active\:bg-brands-zomato:active,
.focus\:bg-brands-zomato:focus,
.hover\:bg-brands-zomato:hover {
  background: #cb202d;
}

.bg-brands-zomato-1 {
  background: #cb202d;
}

.active\:bg-brands-zomato-1:active,
.focus\:bg-brands-zomato-1:focus,
.hover\:bg-brands-zomato-1:hover {
  background: #cb202d;
}

.bg-brands-zomato-2 {
  background: #2d2d2d;
}

.active\:bg-brands-zomato-2:active,
.focus\:bg-brands-zomato-2:focus,
.hover\:bg-brands-zomato-2:hover {
  background: #2d2d2d;
}

.bg-brands-zomato-3 {
  background: #f4f4f2;
}

.active\:bg-brands-zomato-3:active,
.focus\:bg-brands-zomato-3:focus,
.hover\:bg-brands-zomato-3:hover {
  background: #f4f4f2;
}

.bg-brands-zoom {
  background: #2d8cff;
}

.active\:bg-brands-zoom:active,
.focus\:bg-brands-zoom:focus,
.hover\:bg-brands-zoom:hover {
  background: #2d8cff;
}

.bg-brands-zoom-1 {
  background: #2d8cff;
}

.active\:bg-brands-zoom-1:active,
.focus\:bg-brands-zoom-1:focus,
.hover\:bg-brands-zoom-1:hover {
  background: #2d8cff;
}

.bg-brands-zoom-2 {
  background: #f26d21;
}

.active\:bg-brands-zoom-2:active,
.focus\:bg-brands-zoom-2:focus,
.hover\:bg-brands-zoom-2:hover {
  background: #f26d21;
}

.bg-brands-zopim {
  background: #ff9d3b;
}

.active\:bg-brands-zopim:active,
.focus\:bg-brands-zopim:focus,
.hover\:bg-brands-zopim:hover {
  background: #ff9d3b;
}

.bg-brands-zopim-1 {
  background: #ff9d3b;
}

.active\:bg-brands-zopim-1:active,
.focus\:bg-brands-zopim-1:focus,
.hover\:bg-brands-zopim-1:hover {
  background: #ff9d3b;
}

.bg-primary-alpha-0 {
  background-color: rgba(3, 169, 244, 0);
}

.active\:bg-primary-alpha-0:active,
.focus\:bg-primary-alpha-0:focus,
.hover\:bg-primary-alpha-0:hover {
  background-color: rgba(3, 169, 244, 0);
}

.bg-primary-alpha-10 {
  background-color: rgba(3, 169, 244, 0.1);
}

.active\:bg-primary-alpha-10:active,
.focus\:bg-primary-alpha-10:focus,
.hover\:bg-primary-alpha-10:hover {
  background-color: rgba(3, 169, 244, 0.1);
}

.bg-primary-alpha-20 {
  background-color: rgba(3, 169, 244, 0.2);
}

.active\:bg-primary-alpha-20:active,
.focus\:bg-primary-alpha-20:focus,
.hover\:bg-primary-alpha-20:hover {
  background-color: rgba(3, 169, 244, 0.2);
}

.bg-primary-alpha-25 {
  background-color: rgba(3, 169, 244, 0.25);
}

.active\:bg-primary-alpha-25:active,
.focus\:bg-primary-alpha-25:focus,
.hover\:bg-primary-alpha-25:hover {
  background-color: rgba(3, 169, 244, 0.25);
}

.bg-primary-alpha-30 {
  background-color: rgba(3, 169, 244, 0.3);
}

.active\:bg-primary-alpha-30:active,
.focus\:bg-primary-alpha-30:focus,
.hover\:bg-primary-alpha-30:hover {
  background-color: rgba(3, 169, 244, 0.3);
}

.bg-primary-alpha-35 {
  background-color: rgba(3, 169, 244, 0.35);
}

.active\:bg-primary-alpha-35:active,
.focus\:bg-primary-alpha-35:focus,
.hover\:bg-primary-alpha-35:hover {
  background-color: rgba(3, 169, 244, 0.35);
}

.bg-primary-alpha-40 {
  background-color: rgba(3, 169, 244, 0.4);
}

.active\:bg-primary-alpha-40:active,
.focus\:bg-primary-alpha-40:focus,
.hover\:bg-primary-alpha-40:hover {
  background-color: rgba(3, 169, 244, 0.4);
}

.bg-primary-alpha-45 {
  background-color: rgba(3, 169, 244, 0.45);
}

.active\:bg-primary-alpha-45:active,
.focus\:bg-primary-alpha-45:focus,
.hover\:bg-primary-alpha-45:hover {
  background-color: rgba(3, 169, 244, 0.45);
}

.bg-primary-alpha-50 {
  background-color: rgba(3, 169, 244, 0.5);
}

.active\:bg-primary-alpha-50:active,
.focus\:bg-primary-alpha-50:focus,
.hover\:bg-primary-alpha-50:hover {
  background-color: rgba(3, 169, 244, 0.5);
}

.bg-primary-alpha-55 {
  background-color: rgba(3, 169, 244, 0.55);
}

.active\:bg-primary-alpha-55:active,
.focus\:bg-primary-alpha-55:focus,
.hover\:bg-primary-alpha-55:hover {
  background-color: rgba(3, 169, 244, 0.55);
}

.bg-primary-alpha-60 {
  background-color: rgba(3, 169, 244, 0.6);
}

.active\:bg-primary-alpha-60:active,
.focus\:bg-primary-alpha-60:focus,
.hover\:bg-primary-alpha-60:hover {
  background-color: rgba(3, 169, 244, 0.6);
}

.bg-primary-alpha-65 {
  background-color: rgba(3, 169, 244, 0.65);
}

.active\:bg-primary-alpha-65:active,
.focus\:bg-primary-alpha-65:focus,
.hover\:bg-primary-alpha-65:hover {
  background-color: rgba(3, 169, 244, 0.65);
}

.bg-primary-alpha-70 {
  background-color: rgba(3, 169, 244, 0.7);
}

.active\:bg-primary-alpha-70:active,
.focus\:bg-primary-alpha-70:focus,
.hover\:bg-primary-alpha-70:hover {
  background-color: rgba(3, 169, 244, 0.7);
}

.bg-primary-alpha-75 {
  background-color: rgba(3, 169, 244, 0.75);
}

.active\:bg-primary-alpha-75:active,
.focus\:bg-primary-alpha-75:focus,
.hover\:bg-primary-alpha-75:hover {
  background-color: rgba(3, 169, 244, 0.75);
}

.bg-primary-alpha-80 {
  background-color: rgba(3, 169, 244, 0.8);
}

.active\:bg-primary-alpha-80:active,
.focus\:bg-primary-alpha-80:focus,
.hover\:bg-primary-alpha-80:hover {
  background-color: rgba(3, 169, 244, 0.8);
}

.bg-primary-alpha-85 {
  background-color: rgba(3, 169, 244, 0.85);
}

.active\:bg-primary-alpha-85:active,
.focus\:bg-primary-alpha-85:focus,
.hover\:bg-primary-alpha-85:hover {
  background-color: rgba(3, 169, 244, 0.85);
}

.bg-primary-alpha-90 {
  background-color: rgba(3, 169, 244, 0.9);
}

.active\:bg-primary-alpha-90:active,
.focus\:bg-primary-alpha-90:focus,
.hover\:bg-primary-alpha-90:hover {
  background-color: rgba(3, 169, 244, 0.9);
}

.bg-primary-alpha-95 {
  background-color: rgba(3, 169, 244, 0.95);
}

.active\:bg-primary-alpha-95:active,
.focus\:bg-primary-alpha-95:focus,
.hover\:bg-primary-alpha-95:hover {
  background-color: rgba(3, 169, 244, 0.95);
}

.bg-primary-alpha-100 {
  background-color: #03a9f4;
}

.active\:bg-primary-alpha-100:active,
.focus\:bg-primary-alpha-100:focus,
.hover\:bg-primary-alpha-100:hover {
  background-color: #03a9f4;
}

.bg-secondary-alpha-0 {
  background-color: rgba(51, 51, 51, 0);
}

.active\:bg-secondary-alpha-0:active,
.focus\:bg-secondary-alpha-0:focus,
.hover\:bg-secondary-alpha-0:hover {
  background-color: rgba(51, 51, 51, 0);
}

.bg-secondary-alpha-10 {
  background-color: rgba(51, 51, 51, 0.1);
}

.active\:bg-secondary-alpha-10:active,
.focus\:bg-secondary-alpha-10:focus,
.hover\:bg-secondary-alpha-10:hover {
  background-color: rgba(51, 51, 51, 0.1);
}

.bg-secondary-alpha-20 {
  background-color: rgba(51, 51, 51, 0.2);
}

.active\:bg-secondary-alpha-20:active,
.focus\:bg-secondary-alpha-20:focus,
.hover\:bg-secondary-alpha-20:hover {
  background-color: rgba(51, 51, 51, 0.2);
}

.bg-secondary-alpha-25 {
  background-color: rgba(51, 51, 51, 0.25);
}

.active\:bg-secondary-alpha-25:active,
.focus\:bg-secondary-alpha-25:focus,
.hover\:bg-secondary-alpha-25:hover {
  background-color: rgba(51, 51, 51, 0.25);
}

.bg-secondary-alpha-30 {
  background-color: rgba(51, 51, 51, 0.3);
}

.active\:bg-secondary-alpha-30:active,
.focus\:bg-secondary-alpha-30:focus,
.hover\:bg-secondary-alpha-30:hover {
  background-color: rgba(51, 51, 51, 0.3);
}

.bg-secondary-alpha-35 {
  background-color: rgba(51, 51, 51, 0.35);
}

.active\:bg-secondary-alpha-35:active,
.focus\:bg-secondary-alpha-35:focus,
.hover\:bg-secondary-alpha-35:hover {
  background-color: rgba(51, 51, 51, 0.35);
}

.bg-secondary-alpha-40 {
  background-color: rgba(51, 51, 51, 0.4);
}

.active\:bg-secondary-alpha-40:active,
.focus\:bg-secondary-alpha-40:focus,
.hover\:bg-secondary-alpha-40:hover {
  background-color: rgba(51, 51, 51, 0.4);
}

.bg-secondary-alpha-45 {
  background-color: rgba(51, 51, 51, 0.45);
}

.active\:bg-secondary-alpha-45:active,
.focus\:bg-secondary-alpha-45:focus,
.hover\:bg-secondary-alpha-45:hover {
  background-color: rgba(51, 51, 51, 0.45);
}

.bg-secondary-alpha-50 {
  background-color: rgba(51, 51, 51, 0.5);
}

.active\:bg-secondary-alpha-50:active,
.focus\:bg-secondary-alpha-50:focus,
.hover\:bg-secondary-alpha-50:hover {
  background-color: rgba(51, 51, 51, 0.5);
}

.bg-secondary-alpha-55 {
  background-color: rgba(51, 51, 51, 0.55);
}

.active\:bg-secondary-alpha-55:active,
.focus\:bg-secondary-alpha-55:focus,
.hover\:bg-secondary-alpha-55:hover {
  background-color: rgba(51, 51, 51, 0.55);
}

.bg-secondary-alpha-60 {
  background-color: rgba(51, 51, 51, 0.6);
}

.active\:bg-secondary-alpha-60:active,
.focus\:bg-secondary-alpha-60:focus,
.hover\:bg-secondary-alpha-60:hover {
  background-color: rgba(51, 51, 51, 0.6);
}

.bg-secondary-alpha-65 {
  background-color: rgba(51, 51, 51, 0.65);
}

.active\:bg-secondary-alpha-65:active,
.focus\:bg-secondary-alpha-65:focus,
.hover\:bg-secondary-alpha-65:hover {
  background-color: rgba(51, 51, 51, 0.65);
}

.bg-secondary-alpha-70 {
  background-color: rgba(51, 51, 51, 0.7);
}

.active\:bg-secondary-alpha-70:active,
.focus\:bg-secondary-alpha-70:focus,
.hover\:bg-secondary-alpha-70:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.bg-secondary-alpha-75 {
  background-color: rgba(51, 51, 51, 0.75);
}

.active\:bg-secondary-alpha-75:active,
.focus\:bg-secondary-alpha-75:focus,
.hover\:bg-secondary-alpha-75:hover {
  background-color: rgba(51, 51, 51, 0.75);
}

.bg-secondary-alpha-80 {
  background-color: rgba(51, 51, 51, 0.8);
}

.active\:bg-secondary-alpha-80:active,
.focus\:bg-secondary-alpha-80:focus,
.hover\:bg-secondary-alpha-80:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

.bg-secondary-alpha-85 {
  background-color: rgba(51, 51, 51, 0.85);
}

.active\:bg-secondary-alpha-85:active,
.focus\:bg-secondary-alpha-85:focus,
.hover\:bg-secondary-alpha-85:hover {
  background-color: rgba(51, 51, 51, 0.85);
}

.bg-secondary-alpha-90 {
  background-color: rgba(51, 51, 51, 0.9);
}

.active\:bg-secondary-alpha-90:active,
.focus\:bg-secondary-alpha-90:focus,
.hover\:bg-secondary-alpha-90:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.bg-secondary-alpha-95 {
  background-color: rgba(51, 51, 51, 0.95);
}

.active\:bg-secondary-alpha-95:active,
.focus\:bg-secondary-alpha-95:focus,
.hover\:bg-secondary-alpha-95:hover {
  background-color: rgba(51, 51, 51, 0.95);
}

.bg-secondary-alpha-100 {
  background-color: #333333;
}

.active\:bg-secondary-alpha-100:active,
.focus\:bg-secondary-alpha-100:focus,
.hover\:bg-secondary-alpha-100:hover {
  background-color: #333333;
}

.bg-success-alpha-0 {
  background-color: rgba(40, 167, 69, 0);
}

.active\:bg-success-alpha-0:active,
.focus\:bg-success-alpha-0:focus,
.hover\:bg-success-alpha-0:hover {
  background-color: rgba(40, 167, 69, 0);
}

.bg-success-alpha-10 {
  background-color: rgba(40, 167, 69, 0.1);
}

.active\:bg-success-alpha-10:active,
.focus\:bg-success-alpha-10:focus,
.hover\:bg-success-alpha-10:hover {
  background-color: rgba(40, 167, 69, 0.1);
}

.bg-success-alpha-20 {
  background-color: rgba(40, 167, 69, 0.2);
}

.active\:bg-success-alpha-20:active,
.focus\:bg-success-alpha-20:focus,
.hover\:bg-success-alpha-20:hover {
  background-color: rgba(40, 167, 69, 0.2);
}

.bg-success-alpha-25 {
  background-color: rgba(40, 167, 69, 0.25);
}

.active\:bg-success-alpha-25:active,
.focus\:bg-success-alpha-25:focus,
.hover\:bg-success-alpha-25:hover {
  background-color: rgba(40, 167, 69, 0.25);
}

.bg-success-alpha-30 {
  background-color: rgba(40, 167, 69, 0.3);
}

.active\:bg-success-alpha-30:active,
.focus\:bg-success-alpha-30:focus,
.hover\:bg-success-alpha-30:hover {
  background-color: rgba(40, 167, 69, 0.3);
}

.bg-success-alpha-35 {
  background-color: rgba(40, 167, 69, 0.35);
}

.active\:bg-success-alpha-35:active,
.focus\:bg-success-alpha-35:focus,
.hover\:bg-success-alpha-35:hover {
  background-color: rgba(40, 167, 69, 0.35);
}

.bg-success-alpha-40 {
  background-color: rgba(40, 167, 69, 0.4);
}

.active\:bg-success-alpha-40:active,
.focus\:bg-success-alpha-40:focus,
.hover\:bg-success-alpha-40:hover {
  background-color: rgba(40, 167, 69, 0.4);
}

.bg-success-alpha-45 {
  background-color: rgba(40, 167, 69, 0.45);
}

.active\:bg-success-alpha-45:active,
.focus\:bg-success-alpha-45:focus,
.hover\:bg-success-alpha-45:hover {
  background-color: rgba(40, 167, 69, 0.45);
}

.bg-success-alpha-50 {
  background-color: rgba(40, 167, 69, 0.5);
}

.active\:bg-success-alpha-50:active,
.focus\:bg-success-alpha-50:focus,
.hover\:bg-success-alpha-50:hover {
  background-color: rgba(40, 167, 69, 0.5);
}

.bg-success-alpha-55 {
  background-color: rgba(40, 167, 69, 0.55);
}

.active\:bg-success-alpha-55:active,
.focus\:bg-success-alpha-55:focus,
.hover\:bg-success-alpha-55:hover {
  background-color: rgba(40, 167, 69, 0.55);
}

.bg-success-alpha-60 {
  background-color: rgba(40, 167, 69, 0.6);
}

.active\:bg-success-alpha-60:active,
.focus\:bg-success-alpha-60:focus,
.hover\:bg-success-alpha-60:hover {
  background-color: rgba(40, 167, 69, 0.6);
}

.bg-success-alpha-65 {
  background-color: rgba(40, 167, 69, 0.65);
}

.active\:bg-success-alpha-65:active,
.focus\:bg-success-alpha-65:focus,
.hover\:bg-success-alpha-65:hover {
  background-color: rgba(40, 167, 69, 0.65);
}

.bg-success-alpha-70 {
  background-color: rgba(40, 167, 69, 0.7);
}

.active\:bg-success-alpha-70:active,
.focus\:bg-success-alpha-70:focus,
.hover\:bg-success-alpha-70:hover {
  background-color: rgba(40, 167, 69, 0.7);
}

.bg-success-alpha-75 {
  background-color: rgba(40, 167, 69, 0.75);
}

.active\:bg-success-alpha-75:active,
.focus\:bg-success-alpha-75:focus,
.hover\:bg-success-alpha-75:hover {
  background-color: rgba(40, 167, 69, 0.75);
}

.bg-success-alpha-80 {
  background-color: rgba(40, 167, 69, 0.8);
}

.active\:bg-success-alpha-80:active,
.focus\:bg-success-alpha-80:focus,
.hover\:bg-success-alpha-80:hover {
  background-color: rgba(40, 167, 69, 0.8);
}

.bg-success-alpha-85 {
  background-color: rgba(40, 167, 69, 0.85);
}

.active\:bg-success-alpha-85:active,
.focus\:bg-success-alpha-85:focus,
.hover\:bg-success-alpha-85:hover {
  background-color: rgba(40, 167, 69, 0.85);
}

.bg-success-alpha-90 {
  background-color: rgba(40, 167, 69, 0.9);
}

.active\:bg-success-alpha-90:active,
.focus\:bg-success-alpha-90:focus,
.hover\:bg-success-alpha-90:hover {
  background-color: rgba(40, 167, 69, 0.9);
}

.bg-success-alpha-95 {
  background-color: rgba(40, 167, 69, 0.95);
}

.active\:bg-success-alpha-95:active,
.focus\:bg-success-alpha-95:focus,
.hover\:bg-success-alpha-95:hover {
  background-color: rgba(40, 167, 69, 0.95);
}

.bg-success-alpha-100 {
  background-color: #28a745;
}

.active\:bg-success-alpha-100:active,
.focus\:bg-success-alpha-100:focus,
.hover\:bg-success-alpha-100:hover {
  background-color: #28a745;
}

.bg-info-alpha-0 {
  background-color: rgba(13, 202, 240, 0);
}

.active\:bg-info-alpha-0:active,
.focus\:bg-info-alpha-0:focus,
.hover\:bg-info-alpha-0:hover {
  background-color: rgba(13, 202, 240, 0);
}

.bg-info-alpha-10 {
  background-color: rgba(13, 202, 240, 0.1);
}

.active\:bg-info-alpha-10:active,
.focus\:bg-info-alpha-10:focus,
.hover\:bg-info-alpha-10:hover {
  background-color: rgba(13, 202, 240, 0.1);
}

.bg-info-alpha-20 {
  background-color: rgba(13, 202, 240, 0.2);
}

.active\:bg-info-alpha-20:active,
.focus\:bg-info-alpha-20:focus,
.hover\:bg-info-alpha-20:hover {
  background-color: rgba(13, 202, 240, 0.2);
}

.bg-info-alpha-25 {
  background-color: rgba(13, 202, 240, 0.25);
}

.active\:bg-info-alpha-25:active,
.focus\:bg-info-alpha-25:focus,
.hover\:bg-info-alpha-25:hover {
  background-color: rgba(13, 202, 240, 0.25);
}

.bg-info-alpha-30 {
  background-color: rgba(13, 202, 240, 0.3);
}

.active\:bg-info-alpha-30:active,
.focus\:bg-info-alpha-30:focus,
.hover\:bg-info-alpha-30:hover {
  background-color: rgba(13, 202, 240, 0.3);
}

.bg-info-alpha-35 {
  background-color: rgba(13, 202, 240, 0.35);
}

.active\:bg-info-alpha-35:active,
.focus\:bg-info-alpha-35:focus,
.hover\:bg-info-alpha-35:hover {
  background-color: rgba(13, 202, 240, 0.35);
}

.bg-info-alpha-40 {
  background-color: rgba(13, 202, 240, 0.4);
}

.active\:bg-info-alpha-40:active,
.focus\:bg-info-alpha-40:focus,
.hover\:bg-info-alpha-40:hover {
  background-color: rgba(13, 202, 240, 0.4);
}

.bg-info-alpha-45 {
  background-color: rgba(13, 202, 240, 0.45);
}

.active\:bg-info-alpha-45:active,
.focus\:bg-info-alpha-45:focus,
.hover\:bg-info-alpha-45:hover {
  background-color: rgba(13, 202, 240, 0.45);
}

.bg-info-alpha-50 {
  background-color: rgba(13, 202, 240, 0.5);
}

.active\:bg-info-alpha-50:active,
.focus\:bg-info-alpha-50:focus,
.hover\:bg-info-alpha-50:hover {
  background-color: rgba(13, 202, 240, 0.5);
}

.bg-info-alpha-55 {
  background-color: rgba(13, 202, 240, 0.55);
}

.active\:bg-info-alpha-55:active,
.focus\:bg-info-alpha-55:focus,
.hover\:bg-info-alpha-55:hover {
  background-color: rgba(13, 202, 240, 0.55);
}

.bg-info-alpha-60 {
  background-color: rgba(13, 202, 240, 0.6);
}

.active\:bg-info-alpha-60:active,
.focus\:bg-info-alpha-60:focus,
.hover\:bg-info-alpha-60:hover {
  background-color: rgba(13, 202, 240, 0.6);
}

.bg-info-alpha-65 {
  background-color: rgba(13, 202, 240, 0.65);
}

.active\:bg-info-alpha-65:active,
.focus\:bg-info-alpha-65:focus,
.hover\:bg-info-alpha-65:hover {
  background-color: rgba(13, 202, 240, 0.65);
}

.bg-info-alpha-70 {
  background-color: rgba(13, 202, 240, 0.7);
}

.active\:bg-info-alpha-70:active,
.focus\:bg-info-alpha-70:focus,
.hover\:bg-info-alpha-70:hover {
  background-color: rgba(13, 202, 240, 0.7);
}

.bg-info-alpha-75 {
  background-color: rgba(13, 202, 240, 0.75);
}

.active\:bg-info-alpha-75:active,
.focus\:bg-info-alpha-75:focus,
.hover\:bg-info-alpha-75:hover {
  background-color: rgba(13, 202, 240, 0.75);
}

.bg-info-alpha-80 {
  background-color: rgba(13, 202, 240, 0.8);
}

.active\:bg-info-alpha-80:active,
.focus\:bg-info-alpha-80:focus,
.hover\:bg-info-alpha-80:hover {
  background-color: rgba(13, 202, 240, 0.8);
}

.bg-info-alpha-85 {
  background-color: rgba(13, 202, 240, 0.85);
}

.active\:bg-info-alpha-85:active,
.focus\:bg-info-alpha-85:focus,
.hover\:bg-info-alpha-85:hover {
  background-color: rgba(13, 202, 240, 0.85);
}

.bg-info-alpha-90 {
  background-color: rgba(13, 202, 240, 0.9);
}

.active\:bg-info-alpha-90:active,
.focus\:bg-info-alpha-90:focus,
.hover\:bg-info-alpha-90:hover {
  background-color: rgba(13, 202, 240, 0.9);
}

.bg-info-alpha-95 {
  background-color: rgba(13, 202, 240, 0.95);
}

.active\:bg-info-alpha-95:active,
.focus\:bg-info-alpha-95:focus,
.hover\:bg-info-alpha-95:hover {
  background-color: rgba(13, 202, 240, 0.95);
}

.bg-info-alpha-100 {
  background-color: #0dcaf0;
}

.active\:bg-info-alpha-100:active,
.focus\:bg-info-alpha-100:focus,
.hover\:bg-info-alpha-100:hover {
  background-color: #0dcaf0;
}

.bg-warning-alpha-0 {
  background-color: rgba(255, 193, 7, 0);
}

.active\:bg-warning-alpha-0:active,
.focus\:bg-warning-alpha-0:focus,
.hover\:bg-warning-alpha-0:hover {
  background-color: rgba(255, 193, 7, 0);
}

.bg-warning-alpha-10 {
  background-color: rgba(255, 193, 7, 0.1);
}

.active\:bg-warning-alpha-10:active,
.focus\:bg-warning-alpha-10:focus,
.hover\:bg-warning-alpha-10:hover {
  background-color: rgba(255, 193, 7, 0.1);
}

.bg-warning-alpha-20 {
  background-color: rgba(255, 193, 7, 0.2);
}

.active\:bg-warning-alpha-20:active,
.focus\:bg-warning-alpha-20:focus,
.hover\:bg-warning-alpha-20:hover {
  background-color: rgba(255, 193, 7, 0.2);
}

.bg-warning-alpha-25 {
  background-color: rgba(255, 193, 7, 0.25);
}

.active\:bg-warning-alpha-25:active,
.focus\:bg-warning-alpha-25:focus,
.hover\:bg-warning-alpha-25:hover {
  background-color: rgba(255, 193, 7, 0.25);
}

.bg-warning-alpha-30 {
  background-color: rgba(255, 193, 7, 0.3);
}

.active\:bg-warning-alpha-30:active,
.focus\:bg-warning-alpha-30:focus,
.hover\:bg-warning-alpha-30:hover {
  background-color: rgba(255, 193, 7, 0.3);
}

.bg-warning-alpha-35 {
  background-color: rgba(255, 193, 7, 0.35);
}

.active\:bg-warning-alpha-35:active,
.focus\:bg-warning-alpha-35:focus,
.hover\:bg-warning-alpha-35:hover {
  background-color: rgba(255, 193, 7, 0.35);
}

.bg-warning-alpha-40 {
  background-color: rgba(255, 193, 7, 0.4);
}

.active\:bg-warning-alpha-40:active,
.focus\:bg-warning-alpha-40:focus,
.hover\:bg-warning-alpha-40:hover {
  background-color: rgba(255, 193, 7, 0.4);
}

.bg-warning-alpha-45 {
  background-color: rgba(255, 193, 7, 0.45);
}

.active\:bg-warning-alpha-45:active,
.focus\:bg-warning-alpha-45:focus,
.hover\:bg-warning-alpha-45:hover {
  background-color: rgba(255, 193, 7, 0.45);
}

.bg-warning-alpha-50 {
  background-color: rgba(255, 193, 7, 0.5);
}

.active\:bg-warning-alpha-50:active,
.focus\:bg-warning-alpha-50:focus,
.hover\:bg-warning-alpha-50:hover {
  background-color: rgba(255, 193, 7, 0.5);
}

.bg-warning-alpha-55 {
  background-color: rgba(255, 193, 7, 0.55);
}

.active\:bg-warning-alpha-55:active,
.focus\:bg-warning-alpha-55:focus,
.hover\:bg-warning-alpha-55:hover {
  background-color: rgba(255, 193, 7, 0.55);
}

.bg-warning-alpha-60 {
  background-color: rgba(255, 193, 7, 0.6);
}

.active\:bg-warning-alpha-60:active,
.focus\:bg-warning-alpha-60:focus,
.hover\:bg-warning-alpha-60:hover {
  background-color: rgba(255, 193, 7, 0.6);
}

.bg-warning-alpha-65 {
  background-color: rgba(255, 193, 7, 0.65);
}

.active\:bg-warning-alpha-65:active,
.focus\:bg-warning-alpha-65:focus,
.hover\:bg-warning-alpha-65:hover {
  background-color: rgba(255, 193, 7, 0.65);
}

.bg-warning-alpha-70 {
  background-color: rgba(255, 193, 7, 0.7);
}

.active\:bg-warning-alpha-70:active,
.focus\:bg-warning-alpha-70:focus,
.hover\:bg-warning-alpha-70:hover {
  background-color: rgba(255, 193, 7, 0.7);
}

.bg-warning-alpha-75 {
  background-color: rgba(255, 193, 7, 0.75);
}

.active\:bg-warning-alpha-75:active,
.focus\:bg-warning-alpha-75:focus,
.hover\:bg-warning-alpha-75:hover {
  background-color: rgba(255, 193, 7, 0.75);
}

.bg-warning-alpha-80 {
  background-color: rgba(255, 193, 7, 0.8);
}

.active\:bg-warning-alpha-80:active,
.focus\:bg-warning-alpha-80:focus,
.hover\:bg-warning-alpha-80:hover {
  background-color: rgba(255, 193, 7, 0.8);
}

.bg-warning-alpha-85 {
  background-color: rgba(255, 193, 7, 0.85);
}

.active\:bg-warning-alpha-85:active,
.focus\:bg-warning-alpha-85:focus,
.hover\:bg-warning-alpha-85:hover {
  background-color: rgba(255, 193, 7, 0.85);
}

.bg-warning-alpha-90 {
  background-color: rgba(255, 193, 7, 0.9);
}

.active\:bg-warning-alpha-90:active,
.focus\:bg-warning-alpha-90:focus,
.hover\:bg-warning-alpha-90:hover {
  background-color: rgba(255, 193, 7, 0.9);
}

.bg-warning-alpha-95 {
  background-color: rgba(255, 193, 7, 0.95);
}

.active\:bg-warning-alpha-95:active,
.focus\:bg-warning-alpha-95:focus,
.hover\:bg-warning-alpha-95:hover {
  background-color: rgba(255, 193, 7, 0.95);
}

.bg-warning-alpha-100 {
  background-color: #ffc107;
}

.active\:bg-warning-alpha-100:active,
.focus\:bg-warning-alpha-100:focus,
.hover\:bg-warning-alpha-100:hover {
  background-color: #ffc107;
}

.bg-danger-alpha-0 {
  background-color: rgba(220, 53, 69, 0);
}

.active\:bg-danger-alpha-0:active,
.focus\:bg-danger-alpha-0:focus,
.hover\:bg-danger-alpha-0:hover {
  background-color: rgba(220, 53, 69, 0);
}

.bg-danger-alpha-10 {
  background-color: rgba(220, 53, 69, 0.1);
}

.active\:bg-danger-alpha-10:active,
.focus\:bg-danger-alpha-10:focus,
.hover\:bg-danger-alpha-10:hover {
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-danger-alpha-20 {
  background-color: rgba(220, 53, 69, 0.2);
}

.active\:bg-danger-alpha-20:active,
.focus\:bg-danger-alpha-20:focus,
.hover\:bg-danger-alpha-20:hover {
  background-color: rgba(220, 53, 69, 0.2);
}

.bg-danger-alpha-25 {
  background-color: rgba(220, 53, 69, 0.25);
}

.active\:bg-danger-alpha-25:active,
.focus\:bg-danger-alpha-25:focus,
.hover\:bg-danger-alpha-25:hover {
  background-color: rgba(220, 53, 69, 0.25);
}

.bg-danger-alpha-30 {
  background-color: rgba(220, 53, 69, 0.3);
}

.active\:bg-danger-alpha-30:active,
.focus\:bg-danger-alpha-30:focus,
.hover\:bg-danger-alpha-30:hover {
  background-color: rgba(220, 53, 69, 0.3);
}

.bg-danger-alpha-35 {
  background-color: rgba(220, 53, 69, 0.35);
}

.active\:bg-danger-alpha-35:active,
.focus\:bg-danger-alpha-35:focus,
.hover\:bg-danger-alpha-35:hover {
  background-color: rgba(220, 53, 69, 0.35);
}

.bg-danger-alpha-40 {
  background-color: rgba(220, 53, 69, 0.4);
}

.active\:bg-danger-alpha-40:active,
.focus\:bg-danger-alpha-40:focus,
.hover\:bg-danger-alpha-40:hover {
  background-color: rgba(220, 53, 69, 0.4);
}

.bg-danger-alpha-45 {
  background-color: rgba(220, 53, 69, 0.45);
}

.active\:bg-danger-alpha-45:active,
.focus\:bg-danger-alpha-45:focus,
.hover\:bg-danger-alpha-45:hover {
  background-color: rgba(220, 53, 69, 0.45);
}

.bg-danger-alpha-50 {
  background-color: rgba(220, 53, 69, 0.5);
}

.active\:bg-danger-alpha-50:active,
.focus\:bg-danger-alpha-50:focus,
.hover\:bg-danger-alpha-50:hover {
  background-color: rgba(220, 53, 69, 0.5);
}

.bg-danger-alpha-55 {
  background-color: rgba(220, 53, 69, 0.55);
}

.active\:bg-danger-alpha-55:active,
.focus\:bg-danger-alpha-55:focus,
.hover\:bg-danger-alpha-55:hover {
  background-color: rgba(220, 53, 69, 0.55);
}

.bg-danger-alpha-60 {
  background-color: rgba(220, 53, 69, 0.6);
}

.active\:bg-danger-alpha-60:active,
.focus\:bg-danger-alpha-60:focus,
.hover\:bg-danger-alpha-60:hover {
  background-color: rgba(220, 53, 69, 0.6);
}

.bg-danger-alpha-65 {
  background-color: rgba(220, 53, 69, 0.65);
}

.active\:bg-danger-alpha-65:active,
.focus\:bg-danger-alpha-65:focus,
.hover\:bg-danger-alpha-65:hover {
  background-color: rgba(220, 53, 69, 0.65);
}

.bg-danger-alpha-70 {
  background-color: rgba(220, 53, 69, 0.7);
}

.active\:bg-danger-alpha-70:active,
.focus\:bg-danger-alpha-70:focus,
.hover\:bg-danger-alpha-70:hover {
  background-color: rgba(220, 53, 69, 0.7);
}

.bg-danger-alpha-75 {
  background-color: rgba(220, 53, 69, 0.75);
}

.active\:bg-danger-alpha-75:active,
.focus\:bg-danger-alpha-75:focus,
.hover\:bg-danger-alpha-75:hover {
  background-color: rgba(220, 53, 69, 0.75);
}

.bg-danger-alpha-80 {
  background-color: rgba(220, 53, 69, 0.8);
}

.active\:bg-danger-alpha-80:active,
.focus\:bg-danger-alpha-80:focus,
.hover\:bg-danger-alpha-80:hover {
  background-color: rgba(220, 53, 69, 0.8);
}

.bg-danger-alpha-85 {
  background-color: rgba(220, 53, 69, 0.85);
}

.active\:bg-danger-alpha-85:active,
.focus\:bg-danger-alpha-85:focus,
.hover\:bg-danger-alpha-85:hover {
  background-color: rgba(220, 53, 69, 0.85);
}

.bg-danger-alpha-90 {
  background-color: rgba(220, 53, 69, 0.9);
}

.active\:bg-danger-alpha-90:active,
.focus\:bg-danger-alpha-90:focus,
.hover\:bg-danger-alpha-90:hover {
  background-color: rgba(220, 53, 69, 0.9);
}

.bg-danger-alpha-95 {
  background-color: rgba(220, 53, 69, 0.95);
}

.active\:bg-danger-alpha-95:active,
.focus\:bg-danger-alpha-95:focus,
.hover\:bg-danger-alpha-95:hover {
  background-color: rgba(220, 53, 69, 0.95);
}

.bg-danger-alpha-100 {
  background-color: #dc3545;
}

.active\:bg-danger-alpha-100:active,
.focus\:bg-danger-alpha-100:focus,
.hover\:bg-danger-alpha-100:hover {
  background-color: #dc3545;
}

.bg-light-alpha-0 {
  background-color: rgba(245, 245, 245, 0);
}

.active\:bg-light-alpha-0:active,
.focus\:bg-light-alpha-0:focus,
.hover\:bg-light-alpha-0:hover {
  background-color: rgba(245, 245, 245, 0);
}

.bg-light-alpha-10 {
  background-color: rgba(245, 245, 245, 0.1);
}

.active\:bg-light-alpha-10:active,
.focus\:bg-light-alpha-10:focus,
.hover\:bg-light-alpha-10:hover {
  background-color: rgba(245, 245, 245, 0.1);
}

.bg-light-alpha-20 {
  background-color: rgba(245, 245, 245, 0.2);
}

.active\:bg-light-alpha-20:active,
.focus\:bg-light-alpha-20:focus,
.hover\:bg-light-alpha-20:hover {
  background-color: rgba(245, 245, 245, 0.2);
}

.bg-light-alpha-25 {
  background-color: rgba(245, 245, 245, 0.25);
}

.active\:bg-light-alpha-25:active,
.focus\:bg-light-alpha-25:focus,
.hover\:bg-light-alpha-25:hover {
  background-color: rgba(245, 245, 245, 0.25);
}

.bg-light-alpha-30 {
  background-color: rgba(245, 245, 245, 0.3);
}

.active\:bg-light-alpha-30:active,
.focus\:bg-light-alpha-30:focus,
.hover\:bg-light-alpha-30:hover {
  background-color: rgba(245, 245, 245, 0.3);
}

.bg-light-alpha-35 {
  background-color: rgba(245, 245, 245, 0.35);
}

.active\:bg-light-alpha-35:active,
.focus\:bg-light-alpha-35:focus,
.hover\:bg-light-alpha-35:hover {
  background-color: rgba(245, 245, 245, 0.35);
}

.bg-light-alpha-40 {
  background-color: rgba(245, 245, 245, 0.4);
}

.active\:bg-light-alpha-40:active,
.focus\:bg-light-alpha-40:focus,
.hover\:bg-light-alpha-40:hover {
  background-color: rgba(245, 245, 245, 0.4);
}

.bg-light-alpha-45 {
  background-color: rgba(245, 245, 245, 0.45);
}

.active\:bg-light-alpha-45:active,
.focus\:bg-light-alpha-45:focus,
.hover\:bg-light-alpha-45:hover {
  background-color: rgba(245, 245, 245, 0.45);
}

.bg-light-alpha-50 {
  background-color: rgba(245, 245, 245, 0.5);
}

.active\:bg-light-alpha-50:active,
.focus\:bg-light-alpha-50:focus,
.hover\:bg-light-alpha-50:hover {
  background-color: rgba(245, 245, 245, 0.5);
}

.bg-light-alpha-55 {
  background-color: rgba(245, 245, 245, 0.55);
}

.active\:bg-light-alpha-55:active,
.focus\:bg-light-alpha-55:focus,
.hover\:bg-light-alpha-55:hover {
  background-color: rgba(245, 245, 245, 0.55);
}

.bg-light-alpha-60 {
  background-color: rgba(245, 245, 245, 0.6);
}

.active\:bg-light-alpha-60:active,
.focus\:bg-light-alpha-60:focus,
.hover\:bg-light-alpha-60:hover {
  background-color: rgba(245, 245, 245, 0.6);
}

.bg-light-alpha-65 {
  background-color: rgba(245, 245, 245, 0.65);
}

.active\:bg-light-alpha-65:active,
.focus\:bg-light-alpha-65:focus,
.hover\:bg-light-alpha-65:hover {
  background-color: rgba(245, 245, 245, 0.65);
}

.bg-light-alpha-70 {
  background-color: rgba(245, 245, 245, 0.7);
}

.active\:bg-light-alpha-70:active,
.focus\:bg-light-alpha-70:focus,
.hover\:bg-light-alpha-70:hover {
  background-color: rgba(245, 245, 245, 0.7);
}

.bg-light-alpha-75 {
  background-color: rgba(245, 245, 245, 0.75);
}

.active\:bg-light-alpha-75:active,
.focus\:bg-light-alpha-75:focus,
.hover\:bg-light-alpha-75:hover {
  background-color: rgba(245, 245, 245, 0.75);
}

.bg-light-alpha-80 {
  background-color: rgba(245, 245, 245, 0.8);
}

.active\:bg-light-alpha-80:active,
.focus\:bg-light-alpha-80:focus,
.hover\:bg-light-alpha-80:hover {
  background-color: rgba(245, 245, 245, 0.8);
}

.bg-light-alpha-85 {
  background-color: rgba(245, 245, 245, 0.85);
}

.active\:bg-light-alpha-85:active,
.focus\:bg-light-alpha-85:focus,
.hover\:bg-light-alpha-85:hover {
  background-color: rgba(245, 245, 245, 0.85);
}

.bg-light-alpha-90 {
  background-color: rgba(245, 245, 245, 0.9);
}

.active\:bg-light-alpha-90:active,
.focus\:bg-light-alpha-90:focus,
.hover\:bg-light-alpha-90:hover {
  background-color: rgba(245, 245, 245, 0.9);
}

.bg-light-alpha-95 {
  background-color: rgba(245, 245, 245, 0.95);
}

.active\:bg-light-alpha-95:active,
.focus\:bg-light-alpha-95:focus,
.hover\:bg-light-alpha-95:hover {
  background-color: rgba(245, 245, 245, 0.95);
}

.bg-light-alpha-100 {
  background-color: whitesmoke;
}

.active\:bg-light-alpha-100:active,
.focus\:bg-light-alpha-100:focus,
.hover\:bg-light-alpha-100:hover {
  background-color: whitesmoke;
}

.bg-dark-alpha-0 {
  background-color: rgba(33, 37, 41, 0);
}

.active\:bg-dark-alpha-0:active,
.focus\:bg-dark-alpha-0:focus,
.hover\:bg-dark-alpha-0:hover {
  background-color: rgba(33, 37, 41, 0);
}

.bg-dark-alpha-10 {
  background-color: rgba(33, 37, 41, 0.1);
}

.active\:bg-dark-alpha-10:active,
.focus\:bg-dark-alpha-10:focus,
.hover\:bg-dark-alpha-10:hover {
  background-color: rgba(33, 37, 41, 0.1);
}

.bg-dark-alpha-20 {
  background-color: rgba(33, 37, 41, 0.2);
}

.active\:bg-dark-alpha-20:active,
.focus\:bg-dark-alpha-20:focus,
.hover\:bg-dark-alpha-20:hover {
  background-color: rgba(33, 37, 41, 0.2);
}

.bg-dark-alpha-25 {
  background-color: rgba(33, 37, 41, 0.25);
}

.active\:bg-dark-alpha-25:active,
.focus\:bg-dark-alpha-25:focus,
.hover\:bg-dark-alpha-25:hover {
  background-color: rgba(33, 37, 41, 0.25);
}

.bg-dark-alpha-30 {
  background-color: rgba(33, 37, 41, 0.3);
}

.active\:bg-dark-alpha-30:active,
.focus\:bg-dark-alpha-30:focus,
.hover\:bg-dark-alpha-30:hover {
  background-color: rgba(33, 37, 41, 0.3);
}

.bg-dark-alpha-35 {
  background-color: rgba(33, 37, 41, 0.35);
}

.active\:bg-dark-alpha-35:active,
.focus\:bg-dark-alpha-35:focus,
.hover\:bg-dark-alpha-35:hover {
  background-color: rgba(33, 37, 41, 0.35);
}

.bg-dark-alpha-40 {
  background-color: rgba(33, 37, 41, 0.4);
}

.active\:bg-dark-alpha-40:active,
.focus\:bg-dark-alpha-40:focus,
.hover\:bg-dark-alpha-40:hover {
  background-color: rgba(33, 37, 41, 0.4);
}

.bg-dark-alpha-45 {
  background-color: rgba(33, 37, 41, 0.45);
}

.active\:bg-dark-alpha-45:active,
.focus\:bg-dark-alpha-45:focus,
.hover\:bg-dark-alpha-45:hover {
  background-color: rgba(33, 37, 41, 0.45);
}

.bg-dark-alpha-50 {
  background-color: rgba(33, 37, 41, 0.5);
}

.active\:bg-dark-alpha-50:active,
.focus\:bg-dark-alpha-50:focus,
.hover\:bg-dark-alpha-50:hover {
  background-color: rgba(33, 37, 41, 0.5);
}

.bg-dark-alpha-55 {
  background-color: rgba(33, 37, 41, 0.55);
}

.active\:bg-dark-alpha-55:active,
.focus\:bg-dark-alpha-55:focus,
.hover\:bg-dark-alpha-55:hover {
  background-color: rgba(33, 37, 41, 0.55);
}

.bg-dark-alpha-60 {
  background-color: rgba(33, 37, 41, 0.6);
}

.active\:bg-dark-alpha-60:active,
.focus\:bg-dark-alpha-60:focus,
.hover\:bg-dark-alpha-60:hover {
  background-color: rgba(33, 37, 41, 0.6);
}

.bg-dark-alpha-65 {
  background-color: rgba(33, 37, 41, 0.65);
}

.active\:bg-dark-alpha-65:active,
.focus\:bg-dark-alpha-65:focus,
.hover\:bg-dark-alpha-65:hover {
  background-color: rgba(33, 37, 41, 0.65);
}

.bg-dark-alpha-70 {
  background-color: rgba(33, 37, 41, 0.7);
}

.active\:bg-dark-alpha-70:active,
.focus\:bg-dark-alpha-70:focus,
.hover\:bg-dark-alpha-70:hover {
  background-color: rgba(33, 37, 41, 0.7);
}

.bg-dark-alpha-75 {
  background-color: rgba(33, 37, 41, 0.75);
}

.active\:bg-dark-alpha-75:active,
.focus\:bg-dark-alpha-75:focus,
.hover\:bg-dark-alpha-75:hover {
  background-color: rgba(33, 37, 41, 0.75);
}

.bg-dark-alpha-80 {
  background-color: rgba(33, 37, 41, 0.8);
}

.active\:bg-dark-alpha-80:active,
.focus\:bg-dark-alpha-80:focus,
.hover\:bg-dark-alpha-80:hover {
  background-color: rgba(33, 37, 41, 0.8);
}

.bg-dark-alpha-85 {
  background-color: rgba(33, 37, 41, 0.85);
}

.active\:bg-dark-alpha-85:active,
.focus\:bg-dark-alpha-85:focus,
.hover\:bg-dark-alpha-85:hover {
  background-color: rgba(33, 37, 41, 0.85);
}

.bg-dark-alpha-90 {
  background-color: rgba(33, 37, 41, 0.9);
}

.active\:bg-dark-alpha-90:active,
.focus\:bg-dark-alpha-90:focus,
.hover\:bg-dark-alpha-90:hover {
  background-color: rgba(33, 37, 41, 0.9);
}

.bg-dark-alpha-95 {
  background-color: rgba(33, 37, 41, 0.95);
}

.active\:bg-dark-alpha-95:active,
.focus\:bg-dark-alpha-95:focus,
.hover\:bg-dark-alpha-95:hover {
  background-color: rgba(33, 37, 41, 0.95);
}

.bg-dark-alpha-100 {
  background-color: #212529;
}

.active\:bg-dark-alpha-100:active,
.focus\:bg-dark-alpha-100:focus,
.hover\:bg-dark-alpha-100:hover {
  background-color: #212529;
}

.bg-red-alpha-0 {
  background-color: rgba(244, 67, 54, 0);
}

.active\:bg-red-alpha-0:active,
.focus\:bg-red-alpha-0:focus,
.hover\:bg-red-alpha-0:hover {
  background-color: rgba(244, 67, 54, 0);
}

.bg-red-alpha-10 {
  background-color: rgba(244, 67, 54, 0.1);
}

.active\:bg-red-alpha-10:active,
.focus\:bg-red-alpha-10:focus,
.hover\:bg-red-alpha-10:hover {
  background-color: rgba(244, 67, 54, 0.1);
}

.bg-red-alpha-20 {
  background-color: rgba(244, 67, 54, 0.2);
}

.active\:bg-red-alpha-20:active,
.focus\:bg-red-alpha-20:focus,
.hover\:bg-red-alpha-20:hover {
  background-color: rgba(244, 67, 54, 0.2);
}

.bg-red-alpha-25 {
  background-color: rgba(244, 67, 54, 0.25);
}

.active\:bg-red-alpha-25:active,
.focus\:bg-red-alpha-25:focus,
.hover\:bg-red-alpha-25:hover {
  background-color: rgba(244, 67, 54, 0.25);
}

.bg-red-alpha-30 {
  background-color: rgba(244, 67, 54, 0.3);
}

.active\:bg-red-alpha-30:active,
.focus\:bg-red-alpha-30:focus,
.hover\:bg-red-alpha-30:hover {
  background-color: rgba(244, 67, 54, 0.3);
}

.bg-red-alpha-35 {
  background-color: rgba(244, 67, 54, 0.35);
}

.active\:bg-red-alpha-35:active,
.focus\:bg-red-alpha-35:focus,
.hover\:bg-red-alpha-35:hover {
  background-color: rgba(244, 67, 54, 0.35);
}

.bg-red-alpha-40 {
  background-color: rgba(244, 67, 54, 0.4);
}

.active\:bg-red-alpha-40:active,
.focus\:bg-red-alpha-40:focus,
.hover\:bg-red-alpha-40:hover {
  background-color: rgba(244, 67, 54, 0.4);
}

.bg-red-alpha-45 {
  background-color: rgba(244, 67, 54, 0.45);
}

.active\:bg-red-alpha-45:active,
.focus\:bg-red-alpha-45:focus,
.hover\:bg-red-alpha-45:hover {
  background-color: rgba(244, 67, 54, 0.45);
}

.bg-red-alpha-50 {
  background-color: rgba(244, 67, 54, 0.5);
}

.active\:bg-red-alpha-50:active,
.focus\:bg-red-alpha-50:focus,
.hover\:bg-red-alpha-50:hover {
  background-color: rgba(244, 67, 54, 0.5);
}

.bg-red-alpha-55 {
  background-color: rgba(244, 67, 54, 0.55);
}

.active\:bg-red-alpha-55:active,
.focus\:bg-red-alpha-55:focus,
.hover\:bg-red-alpha-55:hover {
  background-color: rgba(244, 67, 54, 0.55);
}

.bg-red-alpha-60 {
  background-color: rgba(244, 67, 54, 0.6);
}

.active\:bg-red-alpha-60:active,
.focus\:bg-red-alpha-60:focus,
.hover\:bg-red-alpha-60:hover {
  background-color: rgba(244, 67, 54, 0.6);
}

.bg-red-alpha-65 {
  background-color: rgba(244, 67, 54, 0.65);
}

.active\:bg-red-alpha-65:active,
.focus\:bg-red-alpha-65:focus,
.hover\:bg-red-alpha-65:hover {
  background-color: rgba(244, 67, 54, 0.65);
}

.bg-red-alpha-70 {
  background-color: rgba(244, 67, 54, 0.7);
}

.active\:bg-red-alpha-70:active,
.focus\:bg-red-alpha-70:focus,
.hover\:bg-red-alpha-70:hover {
  background-color: rgba(244, 67, 54, 0.7);
}

.bg-red-alpha-75 {
  background-color: rgba(244, 67, 54, 0.75);
}

.active\:bg-red-alpha-75:active,
.focus\:bg-red-alpha-75:focus,
.hover\:bg-red-alpha-75:hover {
  background-color: rgba(244, 67, 54, 0.75);
}

.bg-red-alpha-80 {
  background-color: rgba(244, 67, 54, 0.8);
}

.active\:bg-red-alpha-80:active,
.focus\:bg-red-alpha-80:focus,
.hover\:bg-red-alpha-80:hover {
  background-color: rgba(244, 67, 54, 0.8);
}

.bg-red-alpha-85 {
  background-color: rgba(244, 67, 54, 0.85);
}

.active\:bg-red-alpha-85:active,
.focus\:bg-red-alpha-85:focus,
.hover\:bg-red-alpha-85:hover {
  background-color: rgba(244, 67, 54, 0.85);
}

.bg-red-alpha-90 {
  background-color: rgba(244, 67, 54, 0.9);
}

.active\:bg-red-alpha-90:active,
.focus\:bg-red-alpha-90:focus,
.hover\:bg-red-alpha-90:hover {
  background-color: rgba(244, 67, 54, 0.9);
}

.bg-red-alpha-95 {
  background-color: rgba(244, 67, 54, 0.95);
}

.active\:bg-red-alpha-95:active,
.focus\:bg-red-alpha-95:focus,
.hover\:bg-red-alpha-95:hover {
  background-color: rgba(244, 67, 54, 0.95);
}

.bg-red-alpha-100 {
  background-color: #f44336;
}

.active\:bg-red-alpha-100:active,
.focus\:bg-red-alpha-100:focus,
.hover\:bg-red-alpha-100:hover {
  background-color: #f44336;
}

.bg-green-alpha-0 {
  background-color: rgba(76, 175, 80, 0);
}

.active\:bg-green-alpha-0:active,
.focus\:bg-green-alpha-0:focus,
.hover\:bg-green-alpha-0:hover {
  background-color: rgba(76, 175, 80, 0);
}

.bg-green-alpha-10 {
  background-color: rgba(76, 175, 80, 0.1);
}

.active\:bg-green-alpha-10:active,
.focus\:bg-green-alpha-10:focus,
.hover\:bg-green-alpha-10:hover {
  background-color: rgba(76, 175, 80, 0.1);
}

.bg-green-alpha-20 {
  background-color: rgba(76, 175, 80, 0.2);
}

.active\:bg-green-alpha-20:active,
.focus\:bg-green-alpha-20:focus,
.hover\:bg-green-alpha-20:hover {
  background-color: rgba(76, 175, 80, 0.2);
}

.bg-green-alpha-25 {
  background-color: rgba(76, 175, 80, 0.25);
}

.active\:bg-green-alpha-25:active,
.focus\:bg-green-alpha-25:focus,
.hover\:bg-green-alpha-25:hover {
  background-color: rgba(76, 175, 80, 0.25);
}

.bg-green-alpha-30 {
  background-color: rgba(76, 175, 80, 0.3);
}

.active\:bg-green-alpha-30:active,
.focus\:bg-green-alpha-30:focus,
.hover\:bg-green-alpha-30:hover {
  background-color: rgba(76, 175, 80, 0.3);
}

.bg-green-alpha-35 {
  background-color: rgba(76, 175, 80, 0.35);
}

.active\:bg-green-alpha-35:active,
.focus\:bg-green-alpha-35:focus,
.hover\:bg-green-alpha-35:hover {
  background-color: rgba(76, 175, 80, 0.35);
}

.bg-green-alpha-40 {
  background-color: rgba(76, 175, 80, 0.4);
}

.active\:bg-green-alpha-40:active,
.focus\:bg-green-alpha-40:focus,
.hover\:bg-green-alpha-40:hover {
  background-color: rgba(76, 175, 80, 0.4);
}

.bg-green-alpha-45 {
  background-color: rgba(76, 175, 80, 0.45);
}

.active\:bg-green-alpha-45:active,
.focus\:bg-green-alpha-45:focus,
.hover\:bg-green-alpha-45:hover {
  background-color: rgba(76, 175, 80, 0.45);
}

.bg-green-alpha-50 {
  background-color: rgba(76, 175, 80, 0.5);
}

.active\:bg-green-alpha-50:active,
.focus\:bg-green-alpha-50:focus,
.hover\:bg-green-alpha-50:hover {
  background-color: rgba(76, 175, 80, 0.5);
}

.bg-green-alpha-55 {
  background-color: rgba(76, 175, 80, 0.55);
}

.active\:bg-green-alpha-55:active,
.focus\:bg-green-alpha-55:focus,
.hover\:bg-green-alpha-55:hover {
  background-color: rgba(76, 175, 80, 0.55);
}

.bg-green-alpha-60 {
  background-color: rgba(76, 175, 80, 0.6);
}

.active\:bg-green-alpha-60:active,
.focus\:bg-green-alpha-60:focus,
.hover\:bg-green-alpha-60:hover {
  background-color: rgba(76, 175, 80, 0.6);
}

.bg-green-alpha-65 {
  background-color: rgba(76, 175, 80, 0.65);
}

.active\:bg-green-alpha-65:active,
.focus\:bg-green-alpha-65:focus,
.hover\:bg-green-alpha-65:hover {
  background-color: rgba(76, 175, 80, 0.65);
}

.bg-green-alpha-70 {
  background-color: rgba(76, 175, 80, 0.7);
}

.active\:bg-green-alpha-70:active,
.focus\:bg-green-alpha-70:focus,
.hover\:bg-green-alpha-70:hover {
  background-color: rgba(76, 175, 80, 0.7);
}

.bg-green-alpha-75 {
  background-color: rgba(76, 175, 80, 0.75);
}

.active\:bg-green-alpha-75:active,
.focus\:bg-green-alpha-75:focus,
.hover\:bg-green-alpha-75:hover {
  background-color: rgba(76, 175, 80, 0.75);
}

.bg-green-alpha-80 {
  background-color: rgba(76, 175, 80, 0.8);
}

.active\:bg-green-alpha-80:active,
.focus\:bg-green-alpha-80:focus,
.hover\:bg-green-alpha-80:hover {
  background-color: rgba(76, 175, 80, 0.8);
}

.bg-green-alpha-85 {
  background-color: rgba(76, 175, 80, 0.85);
}

.active\:bg-green-alpha-85:active,
.focus\:bg-green-alpha-85:focus,
.hover\:bg-green-alpha-85:hover {
  background-color: rgba(76, 175, 80, 0.85);
}

.bg-green-alpha-90 {
  background-color: rgba(76, 175, 80, 0.9);
}

.active\:bg-green-alpha-90:active,
.focus\:bg-green-alpha-90:focus,
.hover\:bg-green-alpha-90:hover {
  background-color: rgba(76, 175, 80, 0.9);
}

.bg-green-alpha-95 {
  background-color: rgba(76, 175, 80, 0.95);
}

.active\:bg-green-alpha-95:active,
.focus\:bg-green-alpha-95:focus,
.hover\:bg-green-alpha-95:hover {
  background-color: rgba(76, 175, 80, 0.95);
}

.bg-green-alpha-100 {
  background-color: #4caf50;
}

.active\:bg-green-alpha-100:active,
.focus\:bg-green-alpha-100:focus,
.hover\:bg-green-alpha-100:hover {
  background-color: #4caf50;
}

.bg-blue-alpha-0 {
  background-color: rgba(33, 150, 243, 0);
}

.active\:bg-blue-alpha-0:active,
.focus\:bg-blue-alpha-0:focus,
.hover\:bg-blue-alpha-0:hover {
  background-color: rgba(33, 150, 243, 0);
}

.bg-blue-alpha-10 {
  background-color: rgba(33, 150, 243, 0.1);
}

.active\:bg-blue-alpha-10:active,
.focus\:bg-blue-alpha-10:focus,
.hover\:bg-blue-alpha-10:hover {
  background-color: rgba(33, 150, 243, 0.1);
}

.bg-blue-alpha-20 {
  background-color: rgba(33, 150, 243, 0.2);
}

.active\:bg-blue-alpha-20:active,
.focus\:bg-blue-alpha-20:focus,
.hover\:bg-blue-alpha-20:hover {
  background-color: rgba(33, 150, 243, 0.2);
}

.bg-blue-alpha-25 {
  background-color: rgba(33, 150, 243, 0.25);
}

.active\:bg-blue-alpha-25:active,
.focus\:bg-blue-alpha-25:focus,
.hover\:bg-blue-alpha-25:hover {
  background-color: rgba(33, 150, 243, 0.25);
}

.bg-blue-alpha-30 {
  background-color: rgba(33, 150, 243, 0.3);
}

.active\:bg-blue-alpha-30:active,
.focus\:bg-blue-alpha-30:focus,
.hover\:bg-blue-alpha-30:hover {
  background-color: rgba(33, 150, 243, 0.3);
}

.bg-blue-alpha-35 {
  background-color: rgba(33, 150, 243, 0.35);
}

.active\:bg-blue-alpha-35:active,
.focus\:bg-blue-alpha-35:focus,
.hover\:bg-blue-alpha-35:hover {
  background-color: rgba(33, 150, 243, 0.35);
}

.bg-blue-alpha-40 {
  background-color: rgba(33, 150, 243, 0.4);
}

.active\:bg-blue-alpha-40:active,
.focus\:bg-blue-alpha-40:focus,
.hover\:bg-blue-alpha-40:hover {
  background-color: rgba(33, 150, 243, 0.4);
}

.bg-blue-alpha-45 {
  background-color: rgba(33, 150, 243, 0.45);
}

.active\:bg-blue-alpha-45:active,
.focus\:bg-blue-alpha-45:focus,
.hover\:bg-blue-alpha-45:hover {
  background-color: rgba(33, 150, 243, 0.45);
}

.bg-blue-alpha-50 {
  background-color: rgba(33, 150, 243, 0.5);
}

.active\:bg-blue-alpha-50:active,
.focus\:bg-blue-alpha-50:focus,
.hover\:bg-blue-alpha-50:hover {
  background-color: rgba(33, 150, 243, 0.5);
}

.bg-blue-alpha-55 {
  background-color: rgba(33, 150, 243, 0.55);
}

.active\:bg-blue-alpha-55:active,
.focus\:bg-blue-alpha-55:focus,
.hover\:bg-blue-alpha-55:hover {
  background-color: rgba(33, 150, 243, 0.55);
}

.bg-blue-alpha-60 {
  background-color: rgba(33, 150, 243, 0.6);
}

.active\:bg-blue-alpha-60:active,
.focus\:bg-blue-alpha-60:focus,
.hover\:bg-blue-alpha-60:hover {
  background-color: rgba(33, 150, 243, 0.6);
}

.bg-blue-alpha-65 {
  background-color: rgba(33, 150, 243, 0.65);
}

.active\:bg-blue-alpha-65:active,
.focus\:bg-blue-alpha-65:focus,
.hover\:bg-blue-alpha-65:hover {
  background-color: rgba(33, 150, 243, 0.65);
}

.bg-blue-alpha-70 {
  background-color: rgba(33, 150, 243, 0.7);
}

.active\:bg-blue-alpha-70:active,
.focus\:bg-blue-alpha-70:focus,
.hover\:bg-blue-alpha-70:hover {
  background-color: rgba(33, 150, 243, 0.7);
}

.bg-blue-alpha-75 {
  background-color: rgba(33, 150, 243, 0.75);
}

.active\:bg-blue-alpha-75:active,
.focus\:bg-blue-alpha-75:focus,
.hover\:bg-blue-alpha-75:hover {
  background-color: rgba(33, 150, 243, 0.75);
}

.bg-blue-alpha-80 {
  background-color: rgba(33, 150, 243, 0.8);
}

.active\:bg-blue-alpha-80:active,
.focus\:bg-blue-alpha-80:focus,
.hover\:bg-blue-alpha-80:hover {
  background-color: rgba(33, 150, 243, 0.8);
}

.bg-blue-alpha-85 {
  background-color: rgba(33, 150, 243, 0.85);
}

.active\:bg-blue-alpha-85:active,
.focus\:bg-blue-alpha-85:focus,
.hover\:bg-blue-alpha-85:hover {
  background-color: rgba(33, 150, 243, 0.85);
}

.bg-blue-alpha-90 {
  background-color: rgba(33, 150, 243, 0.9);
}

.active\:bg-blue-alpha-90:active,
.focus\:bg-blue-alpha-90:focus,
.hover\:bg-blue-alpha-90:hover {
  background-color: rgba(33, 150, 243, 0.9);
}

.bg-blue-alpha-95 {
  background-color: rgba(33, 150, 243, 0.95);
}

.active\:bg-blue-alpha-95:active,
.focus\:bg-blue-alpha-95:focus,
.hover\:bg-blue-alpha-95:hover {
  background-color: rgba(33, 150, 243, 0.95);
}

.bg-blue-alpha-100 {
  background-color: #2196f3;
}

.active\:bg-blue-alpha-100:active,
.focus\:bg-blue-alpha-100:focus,
.hover\:bg-blue-alpha-100:hover {
  background-color: #2196f3;
}

.bg-black-alpha-0 {
  background-color: rgba(0, 0, 0, 0);
}

.active\:bg-black-alpha-0:active,
.focus\:bg-black-alpha-0:focus,
.hover\:bg-black-alpha-0:hover {
  background-color: rgba(0, 0, 0, 0);
}

.bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.active\:bg-black-alpha-10:active,
.focus\:bg-black-alpha-10:focus,
.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.active\:bg-black-alpha-20:active,
.focus\:bg-black-alpha-20:focus,
.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-alpha-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.active\:bg-black-alpha-25:active,
.focus\:bg-black-alpha-25:focus,
.hover\:bg-black-alpha-25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.active\:bg-black-alpha-30:active,
.focus\:bg-black-alpha-30:focus,
.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-alpha-35 {
  background-color: rgba(0, 0, 0, 0.35);
}

.active\:bg-black-alpha-35:active,
.focus\:bg-black-alpha-35:focus,
.hover\:bg-black-alpha-35:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.active\:bg-black-alpha-40:active,
.focus\:bg-black-alpha-40:focus,
.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-alpha-45 {
  background-color: rgba(0, 0, 0, 0.45);
}

.active\:bg-black-alpha-45:active,
.focus\:bg-black-alpha-45:focus,
.hover\:bg-black-alpha-45:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.active\:bg-black-alpha-50:active,
.focus\:bg-black-alpha-50:focus,
.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-alpha-55 {
  background-color: rgba(0, 0, 0, 0.55);
}

.active\:bg-black-alpha-55:active,
.focus\:bg-black-alpha-55:focus,
.hover\:bg-black-alpha-55:hover {
  background-color: rgba(0, 0, 0, 0.55);
}

.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.active\:bg-black-alpha-60:active,
.focus\:bg-black-alpha-60:focus,
.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-alpha-65 {
  background-color: rgba(0, 0, 0, 0.65);
}

.active\:bg-black-alpha-65:active,
.focus\:bg-black-alpha-65:focus,
.hover\:bg-black-alpha-65:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.active\:bg-black-alpha-70:active,
.focus\:bg-black-alpha-70:focus,
.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-alpha-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.active\:bg-black-alpha-75:active,
.focus\:bg-black-alpha-75:focus,
.hover\:bg-black-alpha-75:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.active\:bg-black-alpha-80:active,
.focus\:bg-black-alpha-80:focus,
.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-alpha-85 {
  background-color: rgba(0, 0, 0, 0.85);
}

.active\:bg-black-alpha-85:active,
.focus\:bg-black-alpha-85:focus,
.hover\:bg-black-alpha-85:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.active\:bg-black-alpha-90:active,
.focus\:bg-black-alpha-90:focus,
.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-alpha-95 {
  background-color: rgba(0, 0, 0, 0.95);
}

.active\:bg-black-alpha-95:active,
.focus\:bg-black-alpha-95:focus,
.hover\:bg-black-alpha-95:hover {
  background-color: rgba(0, 0, 0, 0.95);
}

.bg-black-alpha-100 {
  background-color: black;
}

.active\:bg-black-alpha-100:active,
.focus\:bg-black-alpha-100:focus,
.hover\:bg-black-alpha-100:hover {
  background-color: black;
}

.bg-white-alpha-0 {
  background-color: rgba(255, 255, 255, 0);
}

.active\:bg-white-alpha-0:active,
.focus\:bg-white-alpha-0:focus,
.hover\:bg-white-alpha-0:hover {
  background-color: rgba(255, 255, 255, 0);
}

.bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.active\:bg-white-alpha-10:active,
.focus\:bg-white-alpha-10:focus,
.hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.active\:bg-white-alpha-20:active,
.focus\:bg-white-alpha-20:focus,
.hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-alpha-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.active\:bg-white-alpha-25:active,
.focus\:bg-white-alpha-25:focus,
.hover\:bg-white-alpha-25:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.active\:bg-white-alpha-30:active,
.focus\:bg-white-alpha-30:focus,
.hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-alpha-35 {
  background-color: rgba(255, 255, 255, 0.35);
}

.active\:bg-white-alpha-35:active,
.focus\:bg-white-alpha-35:focus,
.hover\:bg-white-alpha-35:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.active\:bg-white-alpha-40:active,
.focus\:bg-white-alpha-40:focus,
.hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-alpha-45 {
  background-color: rgba(255, 255, 255, 0.45);
}

.active\:bg-white-alpha-45:active,
.focus\:bg-white-alpha-45:focus,
.hover\:bg-white-alpha-45:hover {
  background-color: rgba(255, 255, 255, 0.45);
}

.bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.active\:bg-white-alpha-50:active,
.focus\:bg-white-alpha-50:focus,
.hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-alpha-55 {
  background-color: rgba(255, 255, 255, 0.55);
}

.active\:bg-white-alpha-55:active,
.focus\:bg-white-alpha-55:focus,
.hover\:bg-white-alpha-55:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

.bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.active\:bg-white-alpha-60:active,
.focus\:bg-white-alpha-60:focus,
.hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-alpha-65 {
  background-color: rgba(255, 255, 255, 0.65);
}

.active\:bg-white-alpha-65:active,
.focus\:bg-white-alpha-65:focus,
.hover\:bg-white-alpha-65:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.active\:bg-white-alpha-70:active,
.focus\:bg-white-alpha-70:focus,
.hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-alpha-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.active\:bg-white-alpha-75:active,
.focus\:bg-white-alpha-75:focus,
.hover\:bg-white-alpha-75:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.active\:bg-white-alpha-80:active,
.focus\:bg-white-alpha-80:focus,
.hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-alpha-85 {
  background-color: rgba(255, 255, 255, 0.85);
}

.active\:bg-white-alpha-85:active,
.focus\:bg-white-alpha-85:focus,
.hover\:bg-white-alpha-85:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.active\:bg-white-alpha-90:active,
.focus\:bg-white-alpha-90:focus,
.hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-alpha-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.active\:bg-white-alpha-95:active,
.focus\:bg-white-alpha-95:focus,
.hover\:bg-white-alpha-95:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-white-alpha-100 {
  background-color: white;
}

.active\:bg-white-alpha-100:active,
.focus\:bg-white-alpha-100:focus,
.hover\:bg-white-alpha-100:hover {
  background-color: white;
}

.bg-pink-alpha-0 {
  background-color: rgba(233, 30, 99, 0);
}

.active\:bg-pink-alpha-0:active,
.focus\:bg-pink-alpha-0:focus,
.hover\:bg-pink-alpha-0:hover {
  background-color: rgba(233, 30, 99, 0);
}

.bg-pink-alpha-10 {
  background-color: rgba(233, 30, 99, 0.1);
}

.active\:bg-pink-alpha-10:active,
.focus\:bg-pink-alpha-10:focus,
.hover\:bg-pink-alpha-10:hover {
  background-color: rgba(233, 30, 99, 0.1);
}

.bg-pink-alpha-20 {
  background-color: rgba(233, 30, 99, 0.2);
}

.active\:bg-pink-alpha-20:active,
.focus\:bg-pink-alpha-20:focus,
.hover\:bg-pink-alpha-20:hover {
  background-color: rgba(233, 30, 99, 0.2);
}

.bg-pink-alpha-25 {
  background-color: rgba(233, 30, 99, 0.25);
}

.active\:bg-pink-alpha-25:active,
.focus\:bg-pink-alpha-25:focus,
.hover\:bg-pink-alpha-25:hover {
  background-color: rgba(233, 30, 99, 0.25);
}

.bg-pink-alpha-30 {
  background-color: rgba(233, 30, 99, 0.3);
}

.active\:bg-pink-alpha-30:active,
.focus\:bg-pink-alpha-30:focus,
.hover\:bg-pink-alpha-30:hover {
  background-color: rgba(233, 30, 99, 0.3);
}

.bg-pink-alpha-35 {
  background-color: rgba(233, 30, 99, 0.35);
}

.active\:bg-pink-alpha-35:active,
.focus\:bg-pink-alpha-35:focus,
.hover\:bg-pink-alpha-35:hover {
  background-color: rgba(233, 30, 99, 0.35);
}

.bg-pink-alpha-40 {
  background-color: rgba(233, 30, 99, 0.4);
}

.active\:bg-pink-alpha-40:active,
.focus\:bg-pink-alpha-40:focus,
.hover\:bg-pink-alpha-40:hover {
  background-color: rgba(233, 30, 99, 0.4);
}

.bg-pink-alpha-45 {
  background-color: rgba(233, 30, 99, 0.45);
}

.active\:bg-pink-alpha-45:active,
.focus\:bg-pink-alpha-45:focus,
.hover\:bg-pink-alpha-45:hover {
  background-color: rgba(233, 30, 99, 0.45);
}

.bg-pink-alpha-50 {
  background-color: rgba(233, 30, 99, 0.5);
}

.active\:bg-pink-alpha-50:active,
.focus\:bg-pink-alpha-50:focus,
.hover\:bg-pink-alpha-50:hover {
  background-color: rgba(233, 30, 99, 0.5);
}

.bg-pink-alpha-55 {
  background-color: rgba(233, 30, 99, 0.55);
}

.active\:bg-pink-alpha-55:active,
.focus\:bg-pink-alpha-55:focus,
.hover\:bg-pink-alpha-55:hover {
  background-color: rgba(233, 30, 99, 0.55);
}

.bg-pink-alpha-60 {
  background-color: rgba(233, 30, 99, 0.6);
}

.active\:bg-pink-alpha-60:active,
.focus\:bg-pink-alpha-60:focus,
.hover\:bg-pink-alpha-60:hover {
  background-color: rgba(233, 30, 99, 0.6);
}

.bg-pink-alpha-65 {
  background-color: rgba(233, 30, 99, 0.65);
}

.active\:bg-pink-alpha-65:active,
.focus\:bg-pink-alpha-65:focus,
.hover\:bg-pink-alpha-65:hover {
  background-color: rgba(233, 30, 99, 0.65);
}

.bg-pink-alpha-70 {
  background-color: rgba(233, 30, 99, 0.7);
}

.active\:bg-pink-alpha-70:active,
.focus\:bg-pink-alpha-70:focus,
.hover\:bg-pink-alpha-70:hover {
  background-color: rgba(233, 30, 99, 0.7);
}

.bg-pink-alpha-75 {
  background-color: rgba(233, 30, 99, 0.75);
}

.active\:bg-pink-alpha-75:active,
.focus\:bg-pink-alpha-75:focus,
.hover\:bg-pink-alpha-75:hover {
  background-color: rgba(233, 30, 99, 0.75);
}

.bg-pink-alpha-80 {
  background-color: rgba(233, 30, 99, 0.8);
}

.active\:bg-pink-alpha-80:active,
.focus\:bg-pink-alpha-80:focus,
.hover\:bg-pink-alpha-80:hover {
  background-color: rgba(233, 30, 99, 0.8);
}

.bg-pink-alpha-85 {
  background-color: rgba(233, 30, 99, 0.85);
}

.active\:bg-pink-alpha-85:active,
.focus\:bg-pink-alpha-85:focus,
.hover\:bg-pink-alpha-85:hover {
  background-color: rgba(233, 30, 99, 0.85);
}

.bg-pink-alpha-90 {
  background-color: rgba(233, 30, 99, 0.9);
}

.active\:bg-pink-alpha-90:active,
.focus\:bg-pink-alpha-90:focus,
.hover\:bg-pink-alpha-90:hover {
  background-color: rgba(233, 30, 99, 0.9);
}

.bg-pink-alpha-95 {
  background-color: rgba(233, 30, 99, 0.95);
}

.active\:bg-pink-alpha-95:active,
.focus\:bg-pink-alpha-95:focus,
.hover\:bg-pink-alpha-95:hover {
  background-color: rgba(233, 30, 99, 0.95);
}

.bg-pink-alpha-100 {
  background-color: #e91e63;
}

.active\:bg-pink-alpha-100:active,
.focus\:bg-pink-alpha-100:focus,
.hover\:bg-pink-alpha-100:hover {
  background-color: #e91e63;
}

.bg-purple-alpha-0 {
  background-color: rgba(156, 39, 176, 0);
}

.active\:bg-purple-alpha-0:active,
.focus\:bg-purple-alpha-0:focus,
.hover\:bg-purple-alpha-0:hover {
  background-color: rgba(156, 39, 176, 0);
}

.bg-purple-alpha-10 {
  background-color: rgba(156, 39, 176, 0.1);
}

.active\:bg-purple-alpha-10:active,
.focus\:bg-purple-alpha-10:focus,
.hover\:bg-purple-alpha-10:hover {
  background-color: rgba(156, 39, 176, 0.1);
}

.bg-purple-alpha-20 {
  background-color: rgba(156, 39, 176, 0.2);
}

.active\:bg-purple-alpha-20:active,
.focus\:bg-purple-alpha-20:focus,
.hover\:bg-purple-alpha-20:hover {
  background-color: rgba(156, 39, 176, 0.2);
}

.bg-purple-alpha-25 {
  background-color: rgba(156, 39, 176, 0.25);
}

.active\:bg-purple-alpha-25:active,
.focus\:bg-purple-alpha-25:focus,
.hover\:bg-purple-alpha-25:hover {
  background-color: rgba(156, 39, 176, 0.25);
}

.bg-purple-alpha-30 {
  background-color: rgba(156, 39, 176, 0.3);
}

.active\:bg-purple-alpha-30:active,
.focus\:bg-purple-alpha-30:focus,
.hover\:bg-purple-alpha-30:hover {
  background-color: rgba(156, 39, 176, 0.3);
}

.bg-purple-alpha-35 {
  background-color: rgba(156, 39, 176, 0.35);
}

.active\:bg-purple-alpha-35:active,
.focus\:bg-purple-alpha-35:focus,
.hover\:bg-purple-alpha-35:hover {
  background-color: rgba(156, 39, 176, 0.35);
}

.bg-purple-alpha-40 {
  background-color: rgba(156, 39, 176, 0.4);
}

.active\:bg-purple-alpha-40:active,
.focus\:bg-purple-alpha-40:focus,
.hover\:bg-purple-alpha-40:hover {
  background-color: rgba(156, 39, 176, 0.4);
}

.bg-purple-alpha-45 {
  background-color: rgba(156, 39, 176, 0.45);
}

.active\:bg-purple-alpha-45:active,
.focus\:bg-purple-alpha-45:focus,
.hover\:bg-purple-alpha-45:hover {
  background-color: rgba(156, 39, 176, 0.45);
}

.bg-purple-alpha-50 {
  background-color: rgba(156, 39, 176, 0.5);
}

.active\:bg-purple-alpha-50:active,
.focus\:bg-purple-alpha-50:focus,
.hover\:bg-purple-alpha-50:hover {
  background-color: rgba(156, 39, 176, 0.5);
}

.bg-purple-alpha-55 {
  background-color: rgba(156, 39, 176, 0.55);
}

.active\:bg-purple-alpha-55:active,
.focus\:bg-purple-alpha-55:focus,
.hover\:bg-purple-alpha-55:hover {
  background-color: rgba(156, 39, 176, 0.55);
}

.bg-purple-alpha-60 {
  background-color: rgba(156, 39, 176, 0.6);
}

.active\:bg-purple-alpha-60:active,
.focus\:bg-purple-alpha-60:focus,
.hover\:bg-purple-alpha-60:hover {
  background-color: rgba(156, 39, 176, 0.6);
}

.bg-purple-alpha-65 {
  background-color: rgba(156, 39, 176, 0.65);
}

.active\:bg-purple-alpha-65:active,
.focus\:bg-purple-alpha-65:focus,
.hover\:bg-purple-alpha-65:hover {
  background-color: rgba(156, 39, 176, 0.65);
}

.bg-purple-alpha-70 {
  background-color: rgba(156, 39, 176, 0.7);
}

.active\:bg-purple-alpha-70:active,
.focus\:bg-purple-alpha-70:focus,
.hover\:bg-purple-alpha-70:hover {
  background-color: rgba(156, 39, 176, 0.7);
}

.bg-purple-alpha-75 {
  background-color: rgba(156, 39, 176, 0.75);
}

.active\:bg-purple-alpha-75:active,
.focus\:bg-purple-alpha-75:focus,
.hover\:bg-purple-alpha-75:hover {
  background-color: rgba(156, 39, 176, 0.75);
}

.bg-purple-alpha-80 {
  background-color: rgba(156, 39, 176, 0.8);
}

.active\:bg-purple-alpha-80:active,
.focus\:bg-purple-alpha-80:focus,
.hover\:bg-purple-alpha-80:hover {
  background-color: rgba(156, 39, 176, 0.8);
}

.bg-purple-alpha-85 {
  background-color: rgba(156, 39, 176, 0.85);
}

.active\:bg-purple-alpha-85:active,
.focus\:bg-purple-alpha-85:focus,
.hover\:bg-purple-alpha-85:hover {
  background-color: rgba(156, 39, 176, 0.85);
}

.bg-purple-alpha-90 {
  background-color: rgba(156, 39, 176, 0.9);
}

.active\:bg-purple-alpha-90:active,
.focus\:bg-purple-alpha-90:focus,
.hover\:bg-purple-alpha-90:hover {
  background-color: rgba(156, 39, 176, 0.9);
}

.bg-purple-alpha-95 {
  background-color: rgba(156, 39, 176, 0.95);
}

.active\:bg-purple-alpha-95:active,
.focus\:bg-purple-alpha-95:focus,
.hover\:bg-purple-alpha-95:hover {
  background-color: rgba(156, 39, 176, 0.95);
}

.bg-purple-alpha-100 {
  background-color: #9c27b0;
}

.active\:bg-purple-alpha-100:active,
.focus\:bg-purple-alpha-100:focus,
.hover\:bg-purple-alpha-100:hover {
  background-color: #9c27b0;
}

.bg-indigo-alpha-0 {
  background-color: rgba(62, 81, 181, 0);
}

.active\:bg-indigo-alpha-0:active,
.focus\:bg-indigo-alpha-0:focus,
.hover\:bg-indigo-alpha-0:hover {
  background-color: rgba(62, 81, 181, 0);
}

.bg-indigo-alpha-10 {
  background-color: rgba(62, 81, 181, 0.1);
}

.active\:bg-indigo-alpha-10:active,
.focus\:bg-indigo-alpha-10:focus,
.hover\:bg-indigo-alpha-10:hover {
  background-color: rgba(62, 81, 181, 0.1);
}

.bg-indigo-alpha-20 {
  background-color: rgba(62, 81, 181, 0.2);
}

.active\:bg-indigo-alpha-20:active,
.focus\:bg-indigo-alpha-20:focus,
.hover\:bg-indigo-alpha-20:hover {
  background-color: rgba(62, 81, 181, 0.2);
}

.bg-indigo-alpha-25 {
  background-color: rgba(62, 81, 181, 0.25);
}

.active\:bg-indigo-alpha-25:active,
.focus\:bg-indigo-alpha-25:focus,
.hover\:bg-indigo-alpha-25:hover {
  background-color: rgba(62, 81, 181, 0.25);
}

.bg-indigo-alpha-30 {
  background-color: rgba(62, 81, 181, 0.3);
}

.active\:bg-indigo-alpha-30:active,
.focus\:bg-indigo-alpha-30:focus,
.hover\:bg-indigo-alpha-30:hover {
  background-color: rgba(62, 81, 181, 0.3);
}

.bg-indigo-alpha-35 {
  background-color: rgba(62, 81, 181, 0.35);
}

.active\:bg-indigo-alpha-35:active,
.focus\:bg-indigo-alpha-35:focus,
.hover\:bg-indigo-alpha-35:hover {
  background-color: rgba(62, 81, 181, 0.35);
}

.bg-indigo-alpha-40 {
  background-color: rgba(62, 81, 181, 0.4);
}

.active\:bg-indigo-alpha-40:active,
.focus\:bg-indigo-alpha-40:focus,
.hover\:bg-indigo-alpha-40:hover {
  background-color: rgba(62, 81, 181, 0.4);
}

.bg-indigo-alpha-45 {
  background-color: rgba(62, 81, 181, 0.45);
}

.active\:bg-indigo-alpha-45:active,
.focus\:bg-indigo-alpha-45:focus,
.hover\:bg-indigo-alpha-45:hover {
  background-color: rgba(62, 81, 181, 0.45);
}

.bg-indigo-alpha-50 {
  background-color: rgba(62, 81, 181, 0.5);
}

.active\:bg-indigo-alpha-50:active,
.focus\:bg-indigo-alpha-50:focus,
.hover\:bg-indigo-alpha-50:hover {
  background-color: rgba(62, 81, 181, 0.5);
}

.bg-indigo-alpha-55 {
  background-color: rgba(62, 81, 181, 0.55);
}

.active\:bg-indigo-alpha-55:active,
.focus\:bg-indigo-alpha-55:focus,
.hover\:bg-indigo-alpha-55:hover {
  background-color: rgba(62, 81, 181, 0.55);
}

.bg-indigo-alpha-60 {
  background-color: rgba(62, 81, 181, 0.6);
}

.active\:bg-indigo-alpha-60:active,
.focus\:bg-indigo-alpha-60:focus,
.hover\:bg-indigo-alpha-60:hover {
  background-color: rgba(62, 81, 181, 0.6);
}

.bg-indigo-alpha-65 {
  background-color: rgba(62, 81, 181, 0.65);
}

.active\:bg-indigo-alpha-65:active,
.focus\:bg-indigo-alpha-65:focus,
.hover\:bg-indigo-alpha-65:hover {
  background-color: rgba(62, 81, 181, 0.65);
}

.bg-indigo-alpha-70 {
  background-color: rgba(62, 81, 181, 0.7);
}

.active\:bg-indigo-alpha-70:active,
.focus\:bg-indigo-alpha-70:focus,
.hover\:bg-indigo-alpha-70:hover {
  background-color: rgba(62, 81, 181, 0.7);
}

.bg-indigo-alpha-75 {
  background-color: rgba(62, 81, 181, 0.75);
}

.active\:bg-indigo-alpha-75:active,
.focus\:bg-indigo-alpha-75:focus,
.hover\:bg-indigo-alpha-75:hover {
  background-color: rgba(62, 81, 181, 0.75);
}

.bg-indigo-alpha-80 {
  background-color: rgba(62, 81, 181, 0.8);
}

.active\:bg-indigo-alpha-80:active,
.focus\:bg-indigo-alpha-80:focus,
.hover\:bg-indigo-alpha-80:hover {
  background-color: rgba(62, 81, 181, 0.8);
}

.bg-indigo-alpha-85 {
  background-color: rgba(62, 81, 181, 0.85);
}

.active\:bg-indigo-alpha-85:active,
.focus\:bg-indigo-alpha-85:focus,
.hover\:bg-indigo-alpha-85:hover {
  background-color: rgba(62, 81, 181, 0.85);
}

.bg-indigo-alpha-90 {
  background-color: rgba(62, 81, 181, 0.9);
}

.active\:bg-indigo-alpha-90:active,
.focus\:bg-indigo-alpha-90:focus,
.hover\:bg-indigo-alpha-90:hover {
  background-color: rgba(62, 81, 181, 0.9);
}

.bg-indigo-alpha-95 {
  background-color: rgba(62, 81, 181, 0.95);
}

.active\:bg-indigo-alpha-95:active,
.focus\:bg-indigo-alpha-95:focus,
.hover\:bg-indigo-alpha-95:hover {
  background-color: rgba(62, 81, 181, 0.95);
}

.bg-indigo-alpha-100 {
  background-color: #3e51b5;
}

.active\:bg-indigo-alpha-100:active,
.focus\:bg-indigo-alpha-100:focus,
.hover\:bg-indigo-alpha-100:hover {
  background-color: #3e51b5;
}

.bg-cyan-alpha-0 {
  background-color: rgba(0, 188, 212, 0);
}

.active\:bg-cyan-alpha-0:active,
.focus\:bg-cyan-alpha-0:focus,
.hover\:bg-cyan-alpha-0:hover {
  background-color: rgba(0, 188, 212, 0);
}

.bg-cyan-alpha-10 {
  background-color: rgba(0, 188, 212, 0.1);
}

.active\:bg-cyan-alpha-10:active,
.focus\:bg-cyan-alpha-10:focus,
.hover\:bg-cyan-alpha-10:hover {
  background-color: rgba(0, 188, 212, 0.1);
}

.bg-cyan-alpha-20 {
  background-color: rgba(0, 188, 212, 0.2);
}

.active\:bg-cyan-alpha-20:active,
.focus\:bg-cyan-alpha-20:focus,
.hover\:bg-cyan-alpha-20:hover {
  background-color: rgba(0, 188, 212, 0.2);
}

.bg-cyan-alpha-25 {
  background-color: rgba(0, 188, 212, 0.25);
}

.active\:bg-cyan-alpha-25:active,
.focus\:bg-cyan-alpha-25:focus,
.hover\:bg-cyan-alpha-25:hover {
  background-color: rgba(0, 188, 212, 0.25);
}

.bg-cyan-alpha-30 {
  background-color: rgba(0, 188, 212, 0.3);
}

.active\:bg-cyan-alpha-30:active,
.focus\:bg-cyan-alpha-30:focus,
.hover\:bg-cyan-alpha-30:hover {
  background-color: rgba(0, 188, 212, 0.3);
}

.bg-cyan-alpha-35 {
  background-color: rgba(0, 188, 212, 0.35);
}

.active\:bg-cyan-alpha-35:active,
.focus\:bg-cyan-alpha-35:focus,
.hover\:bg-cyan-alpha-35:hover {
  background-color: rgba(0, 188, 212, 0.35);
}

.bg-cyan-alpha-40 {
  background-color: rgba(0, 188, 212, 0.4);
}

.active\:bg-cyan-alpha-40:active,
.focus\:bg-cyan-alpha-40:focus,
.hover\:bg-cyan-alpha-40:hover {
  background-color: rgba(0, 188, 212, 0.4);
}

.bg-cyan-alpha-45 {
  background-color: rgba(0, 188, 212, 0.45);
}

.active\:bg-cyan-alpha-45:active,
.focus\:bg-cyan-alpha-45:focus,
.hover\:bg-cyan-alpha-45:hover {
  background-color: rgba(0, 188, 212, 0.45);
}

.bg-cyan-alpha-50 {
  background-color: rgba(0, 188, 212, 0.5);
}

.active\:bg-cyan-alpha-50:active,
.focus\:bg-cyan-alpha-50:focus,
.hover\:bg-cyan-alpha-50:hover {
  background-color: rgba(0, 188, 212, 0.5);
}

.bg-cyan-alpha-55 {
  background-color: rgba(0, 188, 212, 0.55);
}

.active\:bg-cyan-alpha-55:active,
.focus\:bg-cyan-alpha-55:focus,
.hover\:bg-cyan-alpha-55:hover {
  background-color: rgba(0, 188, 212, 0.55);
}

.bg-cyan-alpha-60 {
  background-color: rgba(0, 188, 212, 0.6);
}

.active\:bg-cyan-alpha-60:active,
.focus\:bg-cyan-alpha-60:focus,
.hover\:bg-cyan-alpha-60:hover {
  background-color: rgba(0, 188, 212, 0.6);
}

.bg-cyan-alpha-65 {
  background-color: rgba(0, 188, 212, 0.65);
}

.active\:bg-cyan-alpha-65:active,
.focus\:bg-cyan-alpha-65:focus,
.hover\:bg-cyan-alpha-65:hover {
  background-color: rgba(0, 188, 212, 0.65);
}

.bg-cyan-alpha-70 {
  background-color: rgba(0, 188, 212, 0.7);
}

.active\:bg-cyan-alpha-70:active,
.focus\:bg-cyan-alpha-70:focus,
.hover\:bg-cyan-alpha-70:hover {
  background-color: rgba(0, 188, 212, 0.7);
}

.bg-cyan-alpha-75 {
  background-color: rgba(0, 188, 212, 0.75);
}

.active\:bg-cyan-alpha-75:active,
.focus\:bg-cyan-alpha-75:focus,
.hover\:bg-cyan-alpha-75:hover {
  background-color: rgba(0, 188, 212, 0.75);
}

.bg-cyan-alpha-80 {
  background-color: rgba(0, 188, 212, 0.8);
}

.active\:bg-cyan-alpha-80:active,
.focus\:bg-cyan-alpha-80:focus,
.hover\:bg-cyan-alpha-80:hover {
  background-color: rgba(0, 188, 212, 0.8);
}

.bg-cyan-alpha-85 {
  background-color: rgba(0, 188, 212, 0.85);
}

.active\:bg-cyan-alpha-85:active,
.focus\:bg-cyan-alpha-85:focus,
.hover\:bg-cyan-alpha-85:hover {
  background-color: rgba(0, 188, 212, 0.85);
}

.bg-cyan-alpha-90 {
  background-color: rgba(0, 188, 212, 0.9);
}

.active\:bg-cyan-alpha-90:active,
.focus\:bg-cyan-alpha-90:focus,
.hover\:bg-cyan-alpha-90:hover {
  background-color: rgba(0, 188, 212, 0.9);
}

.bg-cyan-alpha-95 {
  background-color: rgba(0, 188, 212, 0.95);
}

.active\:bg-cyan-alpha-95:active,
.focus\:bg-cyan-alpha-95:focus,
.hover\:bg-cyan-alpha-95:hover {
  background-color: rgba(0, 188, 212, 0.95);
}

.bg-cyan-alpha-100 {
  background-color: #00bcd4;
}

.active\:bg-cyan-alpha-100:active,
.focus\:bg-cyan-alpha-100:focus,
.hover\:bg-cyan-alpha-100:hover {
  background-color: #00bcd4;
}

.bg-teal-alpha-0 {
  background-color: rgba(0, 150, 136, 0);
}

.active\:bg-teal-alpha-0:active,
.focus\:bg-teal-alpha-0:focus,
.hover\:bg-teal-alpha-0:hover {
  background-color: rgba(0, 150, 136, 0);
}

.bg-teal-alpha-10 {
  background-color: rgba(0, 150, 136, 0.1);
}

.active\:bg-teal-alpha-10:active,
.focus\:bg-teal-alpha-10:focus,
.hover\:bg-teal-alpha-10:hover {
  background-color: rgba(0, 150, 136, 0.1);
}

.bg-teal-alpha-20 {
  background-color: rgba(0, 150, 136, 0.2);
}

.active\:bg-teal-alpha-20:active,
.focus\:bg-teal-alpha-20:focus,
.hover\:bg-teal-alpha-20:hover {
  background-color: rgba(0, 150, 136, 0.2);
}

.bg-teal-alpha-25 {
  background-color: rgba(0, 150, 136, 0.25);
}

.active\:bg-teal-alpha-25:active,
.focus\:bg-teal-alpha-25:focus,
.hover\:bg-teal-alpha-25:hover {
  background-color: rgba(0, 150, 136, 0.25);
}

.bg-teal-alpha-30 {
  background-color: rgba(0, 150, 136, 0.3);
}

.active\:bg-teal-alpha-30:active,
.focus\:bg-teal-alpha-30:focus,
.hover\:bg-teal-alpha-30:hover {
  background-color: rgba(0, 150, 136, 0.3);
}

.bg-teal-alpha-35 {
  background-color: rgba(0, 150, 136, 0.35);
}

.active\:bg-teal-alpha-35:active,
.focus\:bg-teal-alpha-35:focus,
.hover\:bg-teal-alpha-35:hover {
  background-color: rgba(0, 150, 136, 0.35);
}

.bg-teal-alpha-40 {
  background-color: rgba(0, 150, 136, 0.4);
}

.active\:bg-teal-alpha-40:active,
.focus\:bg-teal-alpha-40:focus,
.hover\:bg-teal-alpha-40:hover {
  background-color: rgba(0, 150, 136, 0.4);
}

.bg-teal-alpha-45 {
  background-color: rgba(0, 150, 136, 0.45);
}

.active\:bg-teal-alpha-45:active,
.focus\:bg-teal-alpha-45:focus,
.hover\:bg-teal-alpha-45:hover {
  background-color: rgba(0, 150, 136, 0.45);
}

.bg-teal-alpha-50 {
  background-color: rgba(0, 150, 136, 0.5);
}

.active\:bg-teal-alpha-50:active,
.focus\:bg-teal-alpha-50:focus,
.hover\:bg-teal-alpha-50:hover {
  background-color: rgba(0, 150, 136, 0.5);
}

.bg-teal-alpha-55 {
  background-color: rgba(0, 150, 136, 0.55);
}

.active\:bg-teal-alpha-55:active,
.focus\:bg-teal-alpha-55:focus,
.hover\:bg-teal-alpha-55:hover {
  background-color: rgba(0, 150, 136, 0.55);
}

.bg-teal-alpha-60 {
  background-color: rgba(0, 150, 136, 0.6);
}

.active\:bg-teal-alpha-60:active,
.focus\:bg-teal-alpha-60:focus,
.hover\:bg-teal-alpha-60:hover {
  background-color: rgba(0, 150, 136, 0.6);
}

.bg-teal-alpha-65 {
  background-color: rgba(0, 150, 136, 0.65);
}

.active\:bg-teal-alpha-65:active,
.focus\:bg-teal-alpha-65:focus,
.hover\:bg-teal-alpha-65:hover {
  background-color: rgba(0, 150, 136, 0.65);
}

.bg-teal-alpha-70 {
  background-color: rgba(0, 150, 136, 0.7);
}

.active\:bg-teal-alpha-70:active,
.focus\:bg-teal-alpha-70:focus,
.hover\:bg-teal-alpha-70:hover {
  background-color: rgba(0, 150, 136, 0.7);
}

.bg-teal-alpha-75 {
  background-color: rgba(0, 150, 136, 0.75);
}

.active\:bg-teal-alpha-75:active,
.focus\:bg-teal-alpha-75:focus,
.hover\:bg-teal-alpha-75:hover {
  background-color: rgba(0, 150, 136, 0.75);
}

.bg-teal-alpha-80 {
  background-color: rgba(0, 150, 136, 0.8);
}

.active\:bg-teal-alpha-80:active,
.focus\:bg-teal-alpha-80:focus,
.hover\:bg-teal-alpha-80:hover {
  background-color: rgba(0, 150, 136, 0.8);
}

.bg-teal-alpha-85 {
  background-color: rgba(0, 150, 136, 0.85);
}

.active\:bg-teal-alpha-85:active,
.focus\:bg-teal-alpha-85:focus,
.hover\:bg-teal-alpha-85:hover {
  background-color: rgba(0, 150, 136, 0.85);
}

.bg-teal-alpha-90 {
  background-color: rgba(0, 150, 136, 0.9);
}

.active\:bg-teal-alpha-90:active,
.focus\:bg-teal-alpha-90:focus,
.hover\:bg-teal-alpha-90:hover {
  background-color: rgba(0, 150, 136, 0.9);
}

.bg-teal-alpha-95 {
  background-color: rgba(0, 150, 136, 0.95);
}

.active\:bg-teal-alpha-95:active,
.focus\:bg-teal-alpha-95:focus,
.hover\:bg-teal-alpha-95:hover {
  background-color: rgba(0, 150, 136, 0.95);
}

.bg-teal-alpha-100 {
  background-color: #009688;
}

.active\:bg-teal-alpha-100:active,
.focus\:bg-teal-alpha-100:focus,
.hover\:bg-teal-alpha-100:hover {
  background-color: #009688;
}

.bg-lime-alpha-0 {
  background-color: rgba(205, 220, 57, 0);
}

.active\:bg-lime-alpha-0:active,
.focus\:bg-lime-alpha-0:focus,
.hover\:bg-lime-alpha-0:hover {
  background-color: rgba(205, 220, 57, 0);
}

.bg-lime-alpha-10 {
  background-color: rgba(205, 220, 57, 0.1);
}

.active\:bg-lime-alpha-10:active,
.focus\:bg-lime-alpha-10:focus,
.hover\:bg-lime-alpha-10:hover {
  background-color: rgba(205, 220, 57, 0.1);
}

.bg-lime-alpha-20 {
  background-color: rgba(205, 220, 57, 0.2);
}

.active\:bg-lime-alpha-20:active,
.focus\:bg-lime-alpha-20:focus,
.hover\:bg-lime-alpha-20:hover {
  background-color: rgba(205, 220, 57, 0.2);
}

.bg-lime-alpha-25 {
  background-color: rgba(205, 220, 57, 0.25);
}

.active\:bg-lime-alpha-25:active,
.focus\:bg-lime-alpha-25:focus,
.hover\:bg-lime-alpha-25:hover {
  background-color: rgba(205, 220, 57, 0.25);
}

.bg-lime-alpha-30 {
  background-color: rgba(205, 220, 57, 0.3);
}

.active\:bg-lime-alpha-30:active,
.focus\:bg-lime-alpha-30:focus,
.hover\:bg-lime-alpha-30:hover {
  background-color: rgba(205, 220, 57, 0.3);
}

.bg-lime-alpha-35 {
  background-color: rgba(205, 220, 57, 0.35);
}

.active\:bg-lime-alpha-35:active,
.focus\:bg-lime-alpha-35:focus,
.hover\:bg-lime-alpha-35:hover {
  background-color: rgba(205, 220, 57, 0.35);
}

.bg-lime-alpha-40 {
  background-color: rgba(205, 220, 57, 0.4);
}

.active\:bg-lime-alpha-40:active,
.focus\:bg-lime-alpha-40:focus,
.hover\:bg-lime-alpha-40:hover {
  background-color: rgba(205, 220, 57, 0.4);
}

.bg-lime-alpha-45 {
  background-color: rgba(205, 220, 57, 0.45);
}

.active\:bg-lime-alpha-45:active,
.focus\:bg-lime-alpha-45:focus,
.hover\:bg-lime-alpha-45:hover {
  background-color: rgba(205, 220, 57, 0.45);
}

.bg-lime-alpha-50 {
  background-color: rgba(205, 220, 57, 0.5);
}

.active\:bg-lime-alpha-50:active,
.focus\:bg-lime-alpha-50:focus,
.hover\:bg-lime-alpha-50:hover {
  background-color: rgba(205, 220, 57, 0.5);
}

.bg-lime-alpha-55 {
  background-color: rgba(205, 220, 57, 0.55);
}

.active\:bg-lime-alpha-55:active,
.focus\:bg-lime-alpha-55:focus,
.hover\:bg-lime-alpha-55:hover {
  background-color: rgba(205, 220, 57, 0.55);
}

.bg-lime-alpha-60 {
  background-color: rgba(205, 220, 57, 0.6);
}

.active\:bg-lime-alpha-60:active,
.focus\:bg-lime-alpha-60:focus,
.hover\:bg-lime-alpha-60:hover {
  background-color: rgba(205, 220, 57, 0.6);
}

.bg-lime-alpha-65 {
  background-color: rgba(205, 220, 57, 0.65);
}

.active\:bg-lime-alpha-65:active,
.focus\:bg-lime-alpha-65:focus,
.hover\:bg-lime-alpha-65:hover {
  background-color: rgba(205, 220, 57, 0.65);
}

.bg-lime-alpha-70 {
  background-color: rgba(205, 220, 57, 0.7);
}

.active\:bg-lime-alpha-70:active,
.focus\:bg-lime-alpha-70:focus,
.hover\:bg-lime-alpha-70:hover {
  background-color: rgba(205, 220, 57, 0.7);
}

.bg-lime-alpha-75 {
  background-color: rgba(205, 220, 57, 0.75);
}

.active\:bg-lime-alpha-75:active,
.focus\:bg-lime-alpha-75:focus,
.hover\:bg-lime-alpha-75:hover {
  background-color: rgba(205, 220, 57, 0.75);
}

.bg-lime-alpha-80 {
  background-color: rgba(205, 220, 57, 0.8);
}

.active\:bg-lime-alpha-80:active,
.focus\:bg-lime-alpha-80:focus,
.hover\:bg-lime-alpha-80:hover {
  background-color: rgba(205, 220, 57, 0.8);
}

.bg-lime-alpha-85 {
  background-color: rgba(205, 220, 57, 0.85);
}

.active\:bg-lime-alpha-85:active,
.focus\:bg-lime-alpha-85:focus,
.hover\:bg-lime-alpha-85:hover {
  background-color: rgba(205, 220, 57, 0.85);
}

.bg-lime-alpha-90 {
  background-color: rgba(205, 220, 57, 0.9);
}

.active\:bg-lime-alpha-90:active,
.focus\:bg-lime-alpha-90:focus,
.hover\:bg-lime-alpha-90:hover {
  background-color: rgba(205, 220, 57, 0.9);
}

.bg-lime-alpha-95 {
  background-color: rgba(205, 220, 57, 0.95);
}

.active\:bg-lime-alpha-95:active,
.focus\:bg-lime-alpha-95:focus,
.hover\:bg-lime-alpha-95:hover {
  background-color: rgba(205, 220, 57, 0.95);
}

.bg-lime-alpha-100 {
  background-color: #cddc39;
}

.active\:bg-lime-alpha-100:active,
.focus\:bg-lime-alpha-100:focus,
.hover\:bg-lime-alpha-100:hover {
  background-color: #cddc39;
}

.bg-yellow-alpha-0 {
  background-color: rgba(255, 235, 59, 0);
}

.active\:bg-yellow-alpha-0:active,
.focus\:bg-yellow-alpha-0:focus,
.hover\:bg-yellow-alpha-0:hover {
  background-color: rgba(255, 235, 59, 0);
}

.bg-yellow-alpha-10 {
  background-color: rgba(255, 235, 59, 0.1);
}

.active\:bg-yellow-alpha-10:active,
.focus\:bg-yellow-alpha-10:focus,
.hover\:bg-yellow-alpha-10:hover {
  background-color: rgba(255, 235, 59, 0.1);
}

.bg-yellow-alpha-20 {
  background-color: rgba(255, 235, 59, 0.2);
}

.active\:bg-yellow-alpha-20:active,
.focus\:bg-yellow-alpha-20:focus,
.hover\:bg-yellow-alpha-20:hover {
  background-color: rgba(255, 235, 59, 0.2);
}

.bg-yellow-alpha-25 {
  background-color: rgba(255, 235, 59, 0.25);
}

.active\:bg-yellow-alpha-25:active,
.focus\:bg-yellow-alpha-25:focus,
.hover\:bg-yellow-alpha-25:hover {
  background-color: rgba(255, 235, 59, 0.25);
}

.bg-yellow-alpha-30 {
  background-color: rgba(255, 235, 59, 0.3);
}

.active\:bg-yellow-alpha-30:active,
.focus\:bg-yellow-alpha-30:focus,
.hover\:bg-yellow-alpha-30:hover {
  background-color: rgba(255, 235, 59, 0.3);
}

.bg-yellow-alpha-35 {
  background-color: rgba(255, 235, 59, 0.35);
}

.active\:bg-yellow-alpha-35:active,
.focus\:bg-yellow-alpha-35:focus,
.hover\:bg-yellow-alpha-35:hover {
  background-color: rgba(255, 235, 59, 0.35);
}

.bg-yellow-alpha-40 {
  background-color: rgba(255, 235, 59, 0.4);
}

.active\:bg-yellow-alpha-40:active,
.focus\:bg-yellow-alpha-40:focus,
.hover\:bg-yellow-alpha-40:hover {
  background-color: rgba(255, 235, 59, 0.4);
}

.bg-yellow-alpha-45 {
  background-color: rgba(255, 235, 59, 0.45);
}

.active\:bg-yellow-alpha-45:active,
.focus\:bg-yellow-alpha-45:focus,
.hover\:bg-yellow-alpha-45:hover {
  background-color: rgba(255, 235, 59, 0.45);
}

.bg-yellow-alpha-50 {
  background-color: rgba(255, 235, 59, 0.5);
}

.active\:bg-yellow-alpha-50:active,
.focus\:bg-yellow-alpha-50:focus,
.hover\:bg-yellow-alpha-50:hover {
  background-color: rgba(255, 235, 59, 0.5);
}

.bg-yellow-alpha-55 {
  background-color: rgba(255, 235, 59, 0.55);
}

.active\:bg-yellow-alpha-55:active,
.focus\:bg-yellow-alpha-55:focus,
.hover\:bg-yellow-alpha-55:hover {
  background-color: rgba(255, 235, 59, 0.55);
}

.bg-yellow-alpha-60 {
  background-color: rgba(255, 235, 59, 0.6);
}

.active\:bg-yellow-alpha-60:active,
.focus\:bg-yellow-alpha-60:focus,
.hover\:bg-yellow-alpha-60:hover {
  background-color: rgba(255, 235, 59, 0.6);
}

.bg-yellow-alpha-65 {
  background-color: rgba(255, 235, 59, 0.65);
}

.active\:bg-yellow-alpha-65:active,
.focus\:bg-yellow-alpha-65:focus,
.hover\:bg-yellow-alpha-65:hover {
  background-color: rgba(255, 235, 59, 0.65);
}

.bg-yellow-alpha-70 {
  background-color: rgba(255, 235, 59, 0.7);
}

.active\:bg-yellow-alpha-70:active,
.focus\:bg-yellow-alpha-70:focus,
.hover\:bg-yellow-alpha-70:hover {
  background-color: rgba(255, 235, 59, 0.7);
}

.bg-yellow-alpha-75 {
  background-color: rgba(255, 235, 59, 0.75);
}

.active\:bg-yellow-alpha-75:active,
.focus\:bg-yellow-alpha-75:focus,
.hover\:bg-yellow-alpha-75:hover {
  background-color: rgba(255, 235, 59, 0.75);
}

.bg-yellow-alpha-80 {
  background-color: rgba(255, 235, 59, 0.8);
}

.active\:bg-yellow-alpha-80:active,
.focus\:bg-yellow-alpha-80:focus,
.hover\:bg-yellow-alpha-80:hover {
  background-color: rgba(255, 235, 59, 0.8);
}

.bg-yellow-alpha-85 {
  background-color: rgba(255, 235, 59, 0.85);
}

.active\:bg-yellow-alpha-85:active,
.focus\:bg-yellow-alpha-85:focus,
.hover\:bg-yellow-alpha-85:hover {
  background-color: rgba(255, 235, 59, 0.85);
}

.bg-yellow-alpha-90 {
  background-color: rgba(255, 235, 59, 0.9);
}

.active\:bg-yellow-alpha-90:active,
.focus\:bg-yellow-alpha-90:focus,
.hover\:bg-yellow-alpha-90:hover {
  background-color: rgba(255, 235, 59, 0.9);
}

.bg-yellow-alpha-95 {
  background-color: rgba(255, 235, 59, 0.95);
}

.active\:bg-yellow-alpha-95:active,
.focus\:bg-yellow-alpha-95:focus,
.hover\:bg-yellow-alpha-95:hover {
  background-color: rgba(255, 235, 59, 0.95);
}

.bg-yellow-alpha-100 {
  background-color: #ffeb3b;
}

.active\:bg-yellow-alpha-100:active,
.focus\:bg-yellow-alpha-100:focus,
.hover\:bg-yellow-alpha-100:hover {
  background-color: #ffeb3b;
}

.bg-amber-alpha-0 {
  background-color: rgba(255, 193, 7, 0);
}

.active\:bg-amber-alpha-0:active,
.focus\:bg-amber-alpha-0:focus,
.hover\:bg-amber-alpha-0:hover {
  background-color: rgba(255, 193, 7, 0);
}

.bg-amber-alpha-10 {
  background-color: rgba(255, 193, 7, 0.1);
}

.active\:bg-amber-alpha-10:active,
.focus\:bg-amber-alpha-10:focus,
.hover\:bg-amber-alpha-10:hover {
  background-color: rgba(255, 193, 7, 0.1);
}

.bg-amber-alpha-20 {
  background-color: rgba(255, 193, 7, 0.2);
}

.active\:bg-amber-alpha-20:active,
.focus\:bg-amber-alpha-20:focus,
.hover\:bg-amber-alpha-20:hover {
  background-color: rgba(255, 193, 7, 0.2);
}

.bg-amber-alpha-25 {
  background-color: rgba(255, 193, 7, 0.25);
}

.active\:bg-amber-alpha-25:active,
.focus\:bg-amber-alpha-25:focus,
.hover\:bg-amber-alpha-25:hover {
  background-color: rgba(255, 193, 7, 0.25);
}

.bg-amber-alpha-30 {
  background-color: rgba(255, 193, 7, 0.3);
}

.active\:bg-amber-alpha-30:active,
.focus\:bg-amber-alpha-30:focus,
.hover\:bg-amber-alpha-30:hover {
  background-color: rgba(255, 193, 7, 0.3);
}

.bg-amber-alpha-35 {
  background-color: rgba(255, 193, 7, 0.35);
}

.active\:bg-amber-alpha-35:active,
.focus\:bg-amber-alpha-35:focus,
.hover\:bg-amber-alpha-35:hover {
  background-color: rgba(255, 193, 7, 0.35);
}

.bg-amber-alpha-40 {
  background-color: rgba(255, 193, 7, 0.4);
}

.active\:bg-amber-alpha-40:active,
.focus\:bg-amber-alpha-40:focus,
.hover\:bg-amber-alpha-40:hover {
  background-color: rgba(255, 193, 7, 0.4);
}

.bg-amber-alpha-45 {
  background-color: rgba(255, 193, 7, 0.45);
}

.active\:bg-amber-alpha-45:active,
.focus\:bg-amber-alpha-45:focus,
.hover\:bg-amber-alpha-45:hover {
  background-color: rgba(255, 193, 7, 0.45);
}

.bg-amber-alpha-50 {
  background-color: rgba(255, 193, 7, 0.5);
}

.active\:bg-amber-alpha-50:active,
.focus\:bg-amber-alpha-50:focus,
.hover\:bg-amber-alpha-50:hover {
  background-color: rgba(255, 193, 7, 0.5);
}

.bg-amber-alpha-55 {
  background-color: rgba(255, 193, 7, 0.55);
}

.active\:bg-amber-alpha-55:active,
.focus\:bg-amber-alpha-55:focus,
.hover\:bg-amber-alpha-55:hover {
  background-color: rgba(255, 193, 7, 0.55);
}

.bg-amber-alpha-60 {
  background-color: rgba(255, 193, 7, 0.6);
}

.active\:bg-amber-alpha-60:active,
.focus\:bg-amber-alpha-60:focus,
.hover\:bg-amber-alpha-60:hover {
  background-color: rgba(255, 193, 7, 0.6);
}

.bg-amber-alpha-65 {
  background-color: rgba(255, 193, 7, 0.65);
}

.active\:bg-amber-alpha-65:active,
.focus\:bg-amber-alpha-65:focus,
.hover\:bg-amber-alpha-65:hover {
  background-color: rgba(255, 193, 7, 0.65);
}

.bg-amber-alpha-70 {
  background-color: rgba(255, 193, 7, 0.7);
}

.active\:bg-amber-alpha-70:active,
.focus\:bg-amber-alpha-70:focus,
.hover\:bg-amber-alpha-70:hover {
  background-color: rgba(255, 193, 7, 0.7);
}

.bg-amber-alpha-75 {
  background-color: rgba(255, 193, 7, 0.75);
}

.active\:bg-amber-alpha-75:active,
.focus\:bg-amber-alpha-75:focus,
.hover\:bg-amber-alpha-75:hover {
  background-color: rgba(255, 193, 7, 0.75);
}

.bg-amber-alpha-80 {
  background-color: rgba(255, 193, 7, 0.8);
}

.active\:bg-amber-alpha-80:active,
.focus\:bg-amber-alpha-80:focus,
.hover\:bg-amber-alpha-80:hover {
  background-color: rgba(255, 193, 7, 0.8);
}

.bg-amber-alpha-85 {
  background-color: rgba(255, 193, 7, 0.85);
}

.active\:bg-amber-alpha-85:active,
.focus\:bg-amber-alpha-85:focus,
.hover\:bg-amber-alpha-85:hover {
  background-color: rgba(255, 193, 7, 0.85);
}

.bg-amber-alpha-90 {
  background-color: rgba(255, 193, 7, 0.9);
}

.active\:bg-amber-alpha-90:active,
.focus\:bg-amber-alpha-90:focus,
.hover\:bg-amber-alpha-90:hover {
  background-color: rgba(255, 193, 7, 0.9);
}

.bg-amber-alpha-95 {
  background-color: rgba(255, 193, 7, 0.95);
}

.active\:bg-amber-alpha-95:active,
.focus\:bg-amber-alpha-95:focus,
.hover\:bg-amber-alpha-95:hover {
  background-color: rgba(255, 193, 7, 0.95);
}

.bg-amber-alpha-100 {
  background-color: #ffc107;
}

.active\:bg-amber-alpha-100:active,
.focus\:bg-amber-alpha-100:focus,
.hover\:bg-amber-alpha-100:hover {
  background-color: #ffc107;
}

.bg-orange-alpha-0 {
  background-color: rgba(255, 152, 0, 0);
}

.active\:bg-orange-alpha-0:active,
.focus\:bg-orange-alpha-0:focus,
.hover\:bg-orange-alpha-0:hover {
  background-color: rgba(255, 152, 0, 0);
}

.bg-orange-alpha-10 {
  background-color: rgba(255, 152, 0, 0.1);
}

.active\:bg-orange-alpha-10:active,
.focus\:bg-orange-alpha-10:focus,
.hover\:bg-orange-alpha-10:hover {
  background-color: rgba(255, 152, 0, 0.1);
}

.bg-orange-alpha-20 {
  background-color: rgba(255, 152, 0, 0.2);
}

.active\:bg-orange-alpha-20:active,
.focus\:bg-orange-alpha-20:focus,
.hover\:bg-orange-alpha-20:hover {
  background-color: rgba(255, 152, 0, 0.2);
}

.bg-orange-alpha-25 {
  background-color: rgba(255, 152, 0, 0.25);
}

.active\:bg-orange-alpha-25:active,
.focus\:bg-orange-alpha-25:focus,
.hover\:bg-orange-alpha-25:hover {
  background-color: rgba(255, 152, 0, 0.25);
}

.bg-orange-alpha-30 {
  background-color: rgba(255, 152, 0, 0.3);
}

.active\:bg-orange-alpha-30:active,
.focus\:bg-orange-alpha-30:focus,
.hover\:bg-orange-alpha-30:hover {
  background-color: rgba(255, 152, 0, 0.3);
}

.bg-orange-alpha-35 {
  background-color: rgba(255, 152, 0, 0.35);
}

.active\:bg-orange-alpha-35:active,
.focus\:bg-orange-alpha-35:focus,
.hover\:bg-orange-alpha-35:hover {
  background-color: rgba(255, 152, 0, 0.35);
}

.bg-orange-alpha-40 {
  background-color: rgba(255, 152, 0, 0.4);
}

.active\:bg-orange-alpha-40:active,
.focus\:bg-orange-alpha-40:focus,
.hover\:bg-orange-alpha-40:hover {
  background-color: rgba(255, 152, 0, 0.4);
}

.bg-orange-alpha-45 {
  background-color: rgba(255, 152, 0, 0.45);
}

.active\:bg-orange-alpha-45:active,
.focus\:bg-orange-alpha-45:focus,
.hover\:bg-orange-alpha-45:hover {
  background-color: rgba(255, 152, 0, 0.45);
}

.bg-orange-alpha-50 {
  background-color: rgba(255, 152, 0, 0.5);
}

.active\:bg-orange-alpha-50:active,
.focus\:bg-orange-alpha-50:focus,
.hover\:bg-orange-alpha-50:hover {
  background-color: rgba(255, 152, 0, 0.5);
}

.bg-orange-alpha-55 {
  background-color: rgba(255, 152, 0, 0.55);
}

.active\:bg-orange-alpha-55:active,
.focus\:bg-orange-alpha-55:focus,
.hover\:bg-orange-alpha-55:hover {
  background-color: rgba(255, 152, 0, 0.55);
}

.bg-orange-alpha-60 {
  background-color: rgba(255, 152, 0, 0.6);
}

.active\:bg-orange-alpha-60:active,
.focus\:bg-orange-alpha-60:focus,
.hover\:bg-orange-alpha-60:hover {
  background-color: rgba(255, 152, 0, 0.6);
}

.bg-orange-alpha-65 {
  background-color: rgba(255, 152, 0, 0.65);
}

.active\:bg-orange-alpha-65:active,
.focus\:bg-orange-alpha-65:focus,
.hover\:bg-orange-alpha-65:hover {
  background-color: rgba(255, 152, 0, 0.65);
}

.bg-orange-alpha-70 {
  background-color: rgba(255, 152, 0, 0.7);
}

.active\:bg-orange-alpha-70:active,
.focus\:bg-orange-alpha-70:focus,
.hover\:bg-orange-alpha-70:hover {
  background-color: rgba(255, 152, 0, 0.7);
}

.bg-orange-alpha-75 {
  background-color: rgba(255, 152, 0, 0.75);
}

.active\:bg-orange-alpha-75:active,
.focus\:bg-orange-alpha-75:focus,
.hover\:bg-orange-alpha-75:hover {
  background-color: rgba(255, 152, 0, 0.75);
}

.bg-orange-alpha-80 {
  background-color: rgba(255, 152, 0, 0.8);
}

.active\:bg-orange-alpha-80:active,
.focus\:bg-orange-alpha-80:focus,
.hover\:bg-orange-alpha-80:hover {
  background-color: rgba(255, 152, 0, 0.8);
}

.bg-orange-alpha-85 {
  background-color: rgba(255, 152, 0, 0.85);
}

.active\:bg-orange-alpha-85:active,
.focus\:bg-orange-alpha-85:focus,
.hover\:bg-orange-alpha-85:hover {
  background-color: rgba(255, 152, 0, 0.85);
}

.bg-orange-alpha-90 {
  background-color: rgba(255, 152, 0, 0.9);
}

.active\:bg-orange-alpha-90:active,
.focus\:bg-orange-alpha-90:focus,
.hover\:bg-orange-alpha-90:hover {
  background-color: rgba(255, 152, 0, 0.9);
}

.bg-orange-alpha-95 {
  background-color: rgba(255, 152, 0, 0.95);
}

.active\:bg-orange-alpha-95:active,
.focus\:bg-orange-alpha-95:focus,
.hover\:bg-orange-alpha-95:hover {
  background-color: rgba(255, 152, 0, 0.95);
}

.bg-orange-alpha-100 {
  background-color: #ff9800;
}

.active\:bg-orange-alpha-100:active,
.focus\:bg-orange-alpha-100:focus,
.hover\:bg-orange-alpha-100:hover {
  background-color: #ff9800;
}

.bg-lightblue-alpha-0 {
  background-color: rgba(3, 169, 244, 0);
}

.active\:bg-lightblue-alpha-0:active,
.focus\:bg-lightblue-alpha-0:focus,
.hover\:bg-lightblue-alpha-0:hover {
  background-color: rgba(3, 169, 244, 0);
}

.bg-lightblue-alpha-10 {
  background-color: rgba(3, 169, 244, 0.1);
}

.active\:bg-lightblue-alpha-10:active,
.focus\:bg-lightblue-alpha-10:focus,
.hover\:bg-lightblue-alpha-10:hover {
  background-color: rgba(3, 169, 244, 0.1);
}

.bg-lightblue-alpha-20 {
  background-color: rgba(3, 169, 244, 0.2);
}

.active\:bg-lightblue-alpha-20:active,
.focus\:bg-lightblue-alpha-20:focus,
.hover\:bg-lightblue-alpha-20:hover {
  background-color: rgba(3, 169, 244, 0.2);
}

.bg-lightblue-alpha-25 {
  background-color: rgba(3, 169, 244, 0.25);
}

.active\:bg-lightblue-alpha-25:active,
.focus\:bg-lightblue-alpha-25:focus,
.hover\:bg-lightblue-alpha-25:hover {
  background-color: rgba(3, 169, 244, 0.25);
}

.bg-lightblue-alpha-30 {
  background-color: rgba(3, 169, 244, 0.3);
}

.active\:bg-lightblue-alpha-30:active,
.focus\:bg-lightblue-alpha-30:focus,
.hover\:bg-lightblue-alpha-30:hover {
  background-color: rgba(3, 169, 244, 0.3);
}

.bg-lightblue-alpha-35 {
  background-color: rgba(3, 169, 244, 0.35);
}

.active\:bg-lightblue-alpha-35:active,
.focus\:bg-lightblue-alpha-35:focus,
.hover\:bg-lightblue-alpha-35:hover {
  background-color: rgba(3, 169, 244, 0.35);
}

.bg-lightblue-alpha-40 {
  background-color: rgba(3, 169, 244, 0.4);
}

.active\:bg-lightblue-alpha-40:active,
.focus\:bg-lightblue-alpha-40:focus,
.hover\:bg-lightblue-alpha-40:hover {
  background-color: rgba(3, 169, 244, 0.4);
}

.bg-lightblue-alpha-45 {
  background-color: rgba(3, 169, 244, 0.45);
}

.active\:bg-lightblue-alpha-45:active,
.focus\:bg-lightblue-alpha-45:focus,
.hover\:bg-lightblue-alpha-45:hover {
  background-color: rgba(3, 169, 244, 0.45);
}

.bg-lightblue-alpha-50 {
  background-color: rgba(3, 169, 244, 0.5);
}

.active\:bg-lightblue-alpha-50:active,
.focus\:bg-lightblue-alpha-50:focus,
.hover\:bg-lightblue-alpha-50:hover {
  background-color: rgba(3, 169, 244, 0.5);
}

.bg-lightblue-alpha-55 {
  background-color: rgba(3, 169, 244, 0.55);
}

.active\:bg-lightblue-alpha-55:active,
.focus\:bg-lightblue-alpha-55:focus,
.hover\:bg-lightblue-alpha-55:hover {
  background-color: rgba(3, 169, 244, 0.55);
}

.bg-lightblue-alpha-60 {
  background-color: rgba(3, 169, 244, 0.6);
}

.active\:bg-lightblue-alpha-60:active,
.focus\:bg-lightblue-alpha-60:focus,
.hover\:bg-lightblue-alpha-60:hover {
  background-color: rgba(3, 169, 244, 0.6);
}

.bg-lightblue-alpha-65 {
  background-color: rgba(3, 169, 244, 0.65);
}

.active\:bg-lightblue-alpha-65:active,
.focus\:bg-lightblue-alpha-65:focus,
.hover\:bg-lightblue-alpha-65:hover {
  background-color: rgba(3, 169, 244, 0.65);
}

.bg-lightblue-alpha-70 {
  background-color: rgba(3, 169, 244, 0.7);
}

.active\:bg-lightblue-alpha-70:active,
.focus\:bg-lightblue-alpha-70:focus,
.hover\:bg-lightblue-alpha-70:hover {
  background-color: rgba(3, 169, 244, 0.7);
}

.bg-lightblue-alpha-75 {
  background-color: rgba(3, 169, 244, 0.75);
}

.active\:bg-lightblue-alpha-75:active,
.focus\:bg-lightblue-alpha-75:focus,
.hover\:bg-lightblue-alpha-75:hover {
  background-color: rgba(3, 169, 244, 0.75);
}

.bg-lightblue-alpha-80 {
  background-color: rgba(3, 169, 244, 0.8);
}

.active\:bg-lightblue-alpha-80:active,
.focus\:bg-lightblue-alpha-80:focus,
.hover\:bg-lightblue-alpha-80:hover {
  background-color: rgba(3, 169, 244, 0.8);
}

.bg-lightblue-alpha-85 {
  background-color: rgba(3, 169, 244, 0.85);
}

.active\:bg-lightblue-alpha-85:active,
.focus\:bg-lightblue-alpha-85:focus,
.hover\:bg-lightblue-alpha-85:hover {
  background-color: rgba(3, 169, 244, 0.85);
}

.bg-lightblue-alpha-90 {
  background-color: rgba(3, 169, 244, 0.9);
}

.active\:bg-lightblue-alpha-90:active,
.focus\:bg-lightblue-alpha-90:focus,
.hover\:bg-lightblue-alpha-90:hover {
  background-color: rgba(3, 169, 244, 0.9);
}

.bg-lightblue-alpha-95 {
  background-color: rgba(3, 169, 244, 0.95);
}

.active\:bg-lightblue-alpha-95:active,
.focus\:bg-lightblue-alpha-95:focus,
.hover\:bg-lightblue-alpha-95:hover {
  background-color: rgba(3, 169, 244, 0.95);
}

.bg-lightblue-alpha-100 {
  background-color: #03a9f4;
}

.active\:bg-lightblue-alpha-100:active,
.focus\:bg-lightblue-alpha-100:focus,
.hover\:bg-lightblue-alpha-100:hover {
  background-color: #03a9f4;
}

.bg-lightgreen-alpha-0 {
  background-color: rgba(118, 255, 3, 0);
}

.active\:bg-lightgreen-alpha-0:active,
.focus\:bg-lightgreen-alpha-0:focus,
.hover\:bg-lightgreen-alpha-0:hover {
  background-color: rgba(118, 255, 3, 0);
}

.bg-lightgreen-alpha-10 {
  background-color: rgba(118, 255, 3, 0.1);
}

.active\:bg-lightgreen-alpha-10:active,
.focus\:bg-lightgreen-alpha-10:focus,
.hover\:bg-lightgreen-alpha-10:hover {
  background-color: rgba(118, 255, 3, 0.1);
}

.bg-lightgreen-alpha-20 {
  background-color: rgba(118, 255, 3, 0.2);
}

.active\:bg-lightgreen-alpha-20:active,
.focus\:bg-lightgreen-alpha-20:focus,
.hover\:bg-lightgreen-alpha-20:hover {
  background-color: rgba(118, 255, 3, 0.2);
}

.bg-lightgreen-alpha-25 {
  background-color: rgba(118, 255, 3, 0.25);
}

.active\:bg-lightgreen-alpha-25:active,
.focus\:bg-lightgreen-alpha-25:focus,
.hover\:bg-lightgreen-alpha-25:hover {
  background-color: rgba(118, 255, 3, 0.25);
}

.bg-lightgreen-alpha-30 {
  background-color: rgba(118, 255, 3, 0.3);
}

.active\:bg-lightgreen-alpha-30:active,
.focus\:bg-lightgreen-alpha-30:focus,
.hover\:bg-lightgreen-alpha-30:hover {
  background-color: rgba(118, 255, 3, 0.3);
}

.bg-lightgreen-alpha-35 {
  background-color: rgba(118, 255, 3, 0.35);
}

.active\:bg-lightgreen-alpha-35:active,
.focus\:bg-lightgreen-alpha-35:focus,
.hover\:bg-lightgreen-alpha-35:hover {
  background-color: rgba(118, 255, 3, 0.35);
}

.bg-lightgreen-alpha-40 {
  background-color: rgba(118, 255, 3, 0.4);
}

.active\:bg-lightgreen-alpha-40:active,
.focus\:bg-lightgreen-alpha-40:focus,
.hover\:bg-lightgreen-alpha-40:hover {
  background-color: rgba(118, 255, 3, 0.4);
}

.bg-lightgreen-alpha-45 {
  background-color: rgba(118, 255, 3, 0.45);
}

.active\:bg-lightgreen-alpha-45:active,
.focus\:bg-lightgreen-alpha-45:focus,
.hover\:bg-lightgreen-alpha-45:hover {
  background-color: rgba(118, 255, 3, 0.45);
}

.bg-lightgreen-alpha-50 {
  background-color: rgba(118, 255, 3, 0.5);
}

.active\:bg-lightgreen-alpha-50:active,
.focus\:bg-lightgreen-alpha-50:focus,
.hover\:bg-lightgreen-alpha-50:hover {
  background-color: rgba(118, 255, 3, 0.5);
}

.bg-lightgreen-alpha-55 {
  background-color: rgba(118, 255, 3, 0.55);
}

.active\:bg-lightgreen-alpha-55:active,
.focus\:bg-lightgreen-alpha-55:focus,
.hover\:bg-lightgreen-alpha-55:hover {
  background-color: rgba(118, 255, 3, 0.55);
}

.bg-lightgreen-alpha-60 {
  background-color: rgba(118, 255, 3, 0.6);
}

.active\:bg-lightgreen-alpha-60:active,
.focus\:bg-lightgreen-alpha-60:focus,
.hover\:bg-lightgreen-alpha-60:hover {
  background-color: rgba(118, 255, 3, 0.6);
}

.bg-lightgreen-alpha-65 {
  background-color: rgba(118, 255, 3, 0.65);
}

.active\:bg-lightgreen-alpha-65:active,
.focus\:bg-lightgreen-alpha-65:focus,
.hover\:bg-lightgreen-alpha-65:hover {
  background-color: rgba(118, 255, 3, 0.65);
}

.bg-lightgreen-alpha-70 {
  background-color: rgba(118, 255, 3, 0.7);
}

.active\:bg-lightgreen-alpha-70:active,
.focus\:bg-lightgreen-alpha-70:focus,
.hover\:bg-lightgreen-alpha-70:hover {
  background-color: rgba(118, 255, 3, 0.7);
}

.bg-lightgreen-alpha-75 {
  background-color: rgba(118, 255, 3, 0.75);
}

.active\:bg-lightgreen-alpha-75:active,
.focus\:bg-lightgreen-alpha-75:focus,
.hover\:bg-lightgreen-alpha-75:hover {
  background-color: rgba(118, 255, 3, 0.75);
}

.bg-lightgreen-alpha-80 {
  background-color: rgba(118, 255, 3, 0.8);
}

.active\:bg-lightgreen-alpha-80:active,
.focus\:bg-lightgreen-alpha-80:focus,
.hover\:bg-lightgreen-alpha-80:hover {
  background-color: rgba(118, 255, 3, 0.8);
}

.bg-lightgreen-alpha-85 {
  background-color: rgba(118, 255, 3, 0.85);
}

.active\:bg-lightgreen-alpha-85:active,
.focus\:bg-lightgreen-alpha-85:focus,
.hover\:bg-lightgreen-alpha-85:hover {
  background-color: rgba(118, 255, 3, 0.85);
}

.bg-lightgreen-alpha-90 {
  background-color: rgba(118, 255, 3, 0.9);
}

.active\:bg-lightgreen-alpha-90:active,
.focus\:bg-lightgreen-alpha-90:focus,
.hover\:bg-lightgreen-alpha-90:hover {
  background-color: rgba(118, 255, 3, 0.9);
}

.bg-lightgreen-alpha-95 {
  background-color: rgba(118, 255, 3, 0.95);
}

.active\:bg-lightgreen-alpha-95:active,
.focus\:bg-lightgreen-alpha-95:focus,
.hover\:bg-lightgreen-alpha-95:hover {
  background-color: rgba(118, 255, 3, 0.95);
}

.bg-lightgreen-alpha-100 {
  background-color: #76ff03;
}

.active\:bg-lightgreen-alpha-100:active,
.focus\:bg-lightgreen-alpha-100:focus,
.hover\:bg-lightgreen-alpha-100:hover {
  background-color: #76ff03;
}

.bg-deeppurple-alpha-0 {
  background-color: rgba(103, 58, 183, 0);
}

.active\:bg-deeppurple-alpha-0:active,
.focus\:bg-deeppurple-alpha-0:focus,
.hover\:bg-deeppurple-alpha-0:hover {
  background-color: rgba(103, 58, 183, 0);
}

.bg-deeppurple-alpha-10 {
  background-color: rgba(103, 58, 183, 0.1);
}

.active\:bg-deeppurple-alpha-10:active,
.focus\:bg-deeppurple-alpha-10:focus,
.hover\:bg-deeppurple-alpha-10:hover {
  background-color: rgba(103, 58, 183, 0.1);
}

.bg-deeppurple-alpha-20 {
  background-color: rgba(103, 58, 183, 0.2);
}

.active\:bg-deeppurple-alpha-20:active,
.focus\:bg-deeppurple-alpha-20:focus,
.hover\:bg-deeppurple-alpha-20:hover {
  background-color: rgba(103, 58, 183, 0.2);
}

.bg-deeppurple-alpha-25 {
  background-color: rgba(103, 58, 183, 0.25);
}

.active\:bg-deeppurple-alpha-25:active,
.focus\:bg-deeppurple-alpha-25:focus,
.hover\:bg-deeppurple-alpha-25:hover {
  background-color: rgba(103, 58, 183, 0.25);
}

.bg-deeppurple-alpha-30 {
  background-color: rgba(103, 58, 183, 0.3);
}

.active\:bg-deeppurple-alpha-30:active,
.focus\:bg-deeppurple-alpha-30:focus,
.hover\:bg-deeppurple-alpha-30:hover {
  background-color: rgba(103, 58, 183, 0.3);
}

.bg-deeppurple-alpha-35 {
  background-color: rgba(103, 58, 183, 0.35);
}

.active\:bg-deeppurple-alpha-35:active,
.focus\:bg-deeppurple-alpha-35:focus,
.hover\:bg-deeppurple-alpha-35:hover {
  background-color: rgba(103, 58, 183, 0.35);
}

.bg-deeppurple-alpha-40 {
  background-color: rgba(103, 58, 183, 0.4);
}

.active\:bg-deeppurple-alpha-40:active,
.focus\:bg-deeppurple-alpha-40:focus,
.hover\:bg-deeppurple-alpha-40:hover {
  background-color: rgba(103, 58, 183, 0.4);
}

.bg-deeppurple-alpha-45 {
  background-color: rgba(103, 58, 183, 0.45);
}

.active\:bg-deeppurple-alpha-45:active,
.focus\:bg-deeppurple-alpha-45:focus,
.hover\:bg-deeppurple-alpha-45:hover {
  background-color: rgba(103, 58, 183, 0.45);
}

.bg-deeppurple-alpha-50 {
  background-color: rgba(103, 58, 183, 0.5);
}

.active\:bg-deeppurple-alpha-50:active,
.focus\:bg-deeppurple-alpha-50:focus,
.hover\:bg-deeppurple-alpha-50:hover {
  background-color: rgba(103, 58, 183, 0.5);
}

.bg-deeppurple-alpha-55 {
  background-color: rgba(103, 58, 183, 0.55);
}

.active\:bg-deeppurple-alpha-55:active,
.focus\:bg-deeppurple-alpha-55:focus,
.hover\:bg-deeppurple-alpha-55:hover {
  background-color: rgba(103, 58, 183, 0.55);
}

.bg-deeppurple-alpha-60 {
  background-color: rgba(103, 58, 183, 0.6);
}

.active\:bg-deeppurple-alpha-60:active,
.focus\:bg-deeppurple-alpha-60:focus,
.hover\:bg-deeppurple-alpha-60:hover {
  background-color: rgba(103, 58, 183, 0.6);
}

.bg-deeppurple-alpha-65 {
  background-color: rgba(103, 58, 183, 0.65);
}

.active\:bg-deeppurple-alpha-65:active,
.focus\:bg-deeppurple-alpha-65:focus,
.hover\:bg-deeppurple-alpha-65:hover {
  background-color: rgba(103, 58, 183, 0.65);
}

.bg-deeppurple-alpha-70 {
  background-color: rgba(103, 58, 183, 0.7);
}

.active\:bg-deeppurple-alpha-70:active,
.focus\:bg-deeppurple-alpha-70:focus,
.hover\:bg-deeppurple-alpha-70:hover {
  background-color: rgba(103, 58, 183, 0.7);
}

.bg-deeppurple-alpha-75 {
  background-color: rgba(103, 58, 183, 0.75);
}

.active\:bg-deeppurple-alpha-75:active,
.focus\:bg-deeppurple-alpha-75:focus,
.hover\:bg-deeppurple-alpha-75:hover {
  background-color: rgba(103, 58, 183, 0.75);
}

.bg-deeppurple-alpha-80 {
  background-color: rgba(103, 58, 183, 0.8);
}

.active\:bg-deeppurple-alpha-80:active,
.focus\:bg-deeppurple-alpha-80:focus,
.hover\:bg-deeppurple-alpha-80:hover {
  background-color: rgba(103, 58, 183, 0.8);
}

.bg-deeppurple-alpha-85 {
  background-color: rgba(103, 58, 183, 0.85);
}

.active\:bg-deeppurple-alpha-85:active,
.focus\:bg-deeppurple-alpha-85:focus,
.hover\:bg-deeppurple-alpha-85:hover {
  background-color: rgba(103, 58, 183, 0.85);
}

.bg-deeppurple-alpha-90 {
  background-color: rgba(103, 58, 183, 0.9);
}

.active\:bg-deeppurple-alpha-90:active,
.focus\:bg-deeppurple-alpha-90:focus,
.hover\:bg-deeppurple-alpha-90:hover {
  background-color: rgba(103, 58, 183, 0.9);
}

.bg-deeppurple-alpha-95 {
  background-color: rgba(103, 58, 183, 0.95);
}

.active\:bg-deeppurple-alpha-95:active,
.focus\:bg-deeppurple-alpha-95:focus,
.hover\:bg-deeppurple-alpha-95:hover {
  background-color: rgba(103, 58, 183, 0.95);
}

.bg-deeppurple-alpha-100 {
  background-color: #673ab7;
}

.active\:bg-deeppurple-alpha-100:active,
.focus\:bg-deeppurple-alpha-100:focus,
.hover\:bg-deeppurple-alpha-100:hover {
  background-color: #673ab7;
}

.bg-deeporange-alpha-0 {
  background-color: rgba(221, 110, 15, 0);
}

.active\:bg-deeporange-alpha-0:active,
.focus\:bg-deeporange-alpha-0:focus,
.hover\:bg-deeporange-alpha-0:hover {
  background-color: rgba(221, 110, 15, 0);
}

.bg-deeporange-alpha-10 {
  background-color: rgba(221, 110, 15, 0.1);
}

.active\:bg-deeporange-alpha-10:active,
.focus\:bg-deeporange-alpha-10:focus,
.hover\:bg-deeporange-alpha-10:hover {
  background-color: rgba(221, 110, 15, 0.1);
}

.bg-deeporange-alpha-20 {
  background-color: rgba(221, 110, 15, 0.2);
}

.active\:bg-deeporange-alpha-20:active,
.focus\:bg-deeporange-alpha-20:focus,
.hover\:bg-deeporange-alpha-20:hover {
  background-color: rgba(221, 110, 15, 0.2);
}

.bg-deeporange-alpha-25 {
  background-color: rgba(221, 110, 15, 0.25);
}

.active\:bg-deeporange-alpha-25:active,
.focus\:bg-deeporange-alpha-25:focus,
.hover\:bg-deeporange-alpha-25:hover {
  background-color: rgba(221, 110, 15, 0.25);
}

.bg-deeporange-alpha-30 {
  background-color: rgba(221, 110, 15, 0.3);
}

.active\:bg-deeporange-alpha-30:active,
.focus\:bg-deeporange-alpha-30:focus,
.hover\:bg-deeporange-alpha-30:hover {
  background-color: rgba(221, 110, 15, 0.3);
}

.bg-deeporange-alpha-35 {
  background-color: rgba(221, 110, 15, 0.35);
}

.active\:bg-deeporange-alpha-35:active,
.focus\:bg-deeporange-alpha-35:focus,
.hover\:bg-deeporange-alpha-35:hover {
  background-color: rgba(221, 110, 15, 0.35);
}

.bg-deeporange-alpha-40 {
  background-color: rgba(221, 110, 15, 0.4);
}

.active\:bg-deeporange-alpha-40:active,
.focus\:bg-deeporange-alpha-40:focus,
.hover\:bg-deeporange-alpha-40:hover {
  background-color: rgba(221, 110, 15, 0.4);
}

.bg-deeporange-alpha-45 {
  background-color: rgba(221, 110, 15, 0.45);
}

.active\:bg-deeporange-alpha-45:active,
.focus\:bg-deeporange-alpha-45:focus,
.hover\:bg-deeporange-alpha-45:hover {
  background-color: rgba(221, 110, 15, 0.45);
}

.bg-deeporange-alpha-50 {
  background-color: rgba(221, 110, 15, 0.5);
}

.active\:bg-deeporange-alpha-50:active,
.focus\:bg-deeporange-alpha-50:focus,
.hover\:bg-deeporange-alpha-50:hover {
  background-color: rgba(221, 110, 15, 0.5);
}

.bg-deeporange-alpha-55 {
  background-color: rgba(221, 110, 15, 0.55);
}

.active\:bg-deeporange-alpha-55:active,
.focus\:bg-deeporange-alpha-55:focus,
.hover\:bg-deeporange-alpha-55:hover {
  background-color: rgba(221, 110, 15, 0.55);
}

.bg-deeporange-alpha-60 {
  background-color: rgba(221, 110, 15, 0.6);
}

.active\:bg-deeporange-alpha-60:active,
.focus\:bg-deeporange-alpha-60:focus,
.hover\:bg-deeporange-alpha-60:hover {
  background-color: rgba(221, 110, 15, 0.6);
}

.bg-deeporange-alpha-65 {
  background-color: rgba(221, 110, 15, 0.65);
}

.active\:bg-deeporange-alpha-65:active,
.focus\:bg-deeporange-alpha-65:focus,
.hover\:bg-deeporange-alpha-65:hover {
  background-color: rgba(221, 110, 15, 0.65);
}

.bg-deeporange-alpha-70 {
  background-color: rgba(221, 110, 15, 0.7);
}

.active\:bg-deeporange-alpha-70:active,
.focus\:bg-deeporange-alpha-70:focus,
.hover\:bg-deeporange-alpha-70:hover {
  background-color: rgba(221, 110, 15, 0.7);
}

.bg-deeporange-alpha-75 {
  background-color: rgba(221, 110, 15, 0.75);
}

.active\:bg-deeporange-alpha-75:active,
.focus\:bg-deeporange-alpha-75:focus,
.hover\:bg-deeporange-alpha-75:hover {
  background-color: rgba(221, 110, 15, 0.75);
}

.bg-deeporange-alpha-80 {
  background-color: rgba(221, 110, 15, 0.8);
}

.active\:bg-deeporange-alpha-80:active,
.focus\:bg-deeporange-alpha-80:focus,
.hover\:bg-deeporange-alpha-80:hover {
  background-color: rgba(221, 110, 15, 0.8);
}

.bg-deeporange-alpha-85 {
  background-color: rgba(221, 110, 15, 0.85);
}

.active\:bg-deeporange-alpha-85:active,
.focus\:bg-deeporange-alpha-85:focus,
.hover\:bg-deeporange-alpha-85:hover {
  background-color: rgba(221, 110, 15, 0.85);
}

.bg-deeporange-alpha-90 {
  background-color: rgba(221, 110, 15, 0.9);
}

.active\:bg-deeporange-alpha-90:active,
.focus\:bg-deeporange-alpha-90:focus,
.hover\:bg-deeporange-alpha-90:hover {
  background-color: rgba(221, 110, 15, 0.9);
}

.bg-deeporange-alpha-95 {
  background-color: rgba(221, 110, 15, 0.95);
}

.active\:bg-deeporange-alpha-95:active,
.focus\:bg-deeporange-alpha-95:focus,
.hover\:bg-deeporange-alpha-95:hover {
  background-color: rgba(221, 110, 15, 0.95);
}

.bg-deeporange-alpha-100 {
  background-color: #dd6e0f;
}

.active\:bg-deeporange-alpha-100:active,
.focus\:bg-deeporange-alpha-100:focus,
.hover\:bg-deeporange-alpha-100:hover {
  background-color: #dd6e0f;
}

.bg-brown-alpha-0 {
  background-color: rgba(150, 75, 0, 0);
}

.active\:bg-brown-alpha-0:active,
.focus\:bg-brown-alpha-0:focus,
.hover\:bg-brown-alpha-0:hover {
  background-color: rgba(150, 75, 0, 0);
}

.bg-brown-alpha-10 {
  background-color: rgba(150, 75, 0, 0.1);
}

.active\:bg-brown-alpha-10:active,
.focus\:bg-brown-alpha-10:focus,
.hover\:bg-brown-alpha-10:hover {
  background-color: rgba(150, 75, 0, 0.1);
}

.bg-brown-alpha-20 {
  background-color: rgba(150, 75, 0, 0.2);
}

.active\:bg-brown-alpha-20:active,
.focus\:bg-brown-alpha-20:focus,
.hover\:bg-brown-alpha-20:hover {
  background-color: rgba(150, 75, 0, 0.2);
}

.bg-brown-alpha-25 {
  background-color: rgba(150, 75, 0, 0.25);
}

.active\:bg-brown-alpha-25:active,
.focus\:bg-brown-alpha-25:focus,
.hover\:bg-brown-alpha-25:hover {
  background-color: rgba(150, 75, 0, 0.25);
}

.bg-brown-alpha-30 {
  background-color: rgba(150, 75, 0, 0.3);
}

.active\:bg-brown-alpha-30:active,
.focus\:bg-brown-alpha-30:focus,
.hover\:bg-brown-alpha-30:hover {
  background-color: rgba(150, 75, 0, 0.3);
}

.bg-brown-alpha-35 {
  background-color: rgba(150, 75, 0, 0.35);
}

.active\:bg-brown-alpha-35:active,
.focus\:bg-brown-alpha-35:focus,
.hover\:bg-brown-alpha-35:hover {
  background-color: rgba(150, 75, 0, 0.35);
}

.bg-brown-alpha-40 {
  background-color: rgba(150, 75, 0, 0.4);
}

.active\:bg-brown-alpha-40:active,
.focus\:bg-brown-alpha-40:focus,
.hover\:bg-brown-alpha-40:hover {
  background-color: rgba(150, 75, 0, 0.4);
}

.bg-brown-alpha-45 {
  background-color: rgba(150, 75, 0, 0.45);
}

.active\:bg-brown-alpha-45:active,
.focus\:bg-brown-alpha-45:focus,
.hover\:bg-brown-alpha-45:hover {
  background-color: rgba(150, 75, 0, 0.45);
}

.bg-brown-alpha-50 {
  background-color: rgba(150, 75, 0, 0.5);
}

.active\:bg-brown-alpha-50:active,
.focus\:bg-brown-alpha-50:focus,
.hover\:bg-brown-alpha-50:hover {
  background-color: rgba(150, 75, 0, 0.5);
}

.bg-brown-alpha-55 {
  background-color: rgba(150, 75, 0, 0.55);
}

.active\:bg-brown-alpha-55:active,
.focus\:bg-brown-alpha-55:focus,
.hover\:bg-brown-alpha-55:hover {
  background-color: rgba(150, 75, 0, 0.55);
}

.bg-brown-alpha-60 {
  background-color: rgba(150, 75, 0, 0.6);
}

.active\:bg-brown-alpha-60:active,
.focus\:bg-brown-alpha-60:focus,
.hover\:bg-brown-alpha-60:hover {
  background-color: rgba(150, 75, 0, 0.6);
}

.bg-brown-alpha-65 {
  background-color: rgba(150, 75, 0, 0.65);
}

.active\:bg-brown-alpha-65:active,
.focus\:bg-brown-alpha-65:focus,
.hover\:bg-brown-alpha-65:hover {
  background-color: rgba(150, 75, 0, 0.65);
}

.bg-brown-alpha-70 {
  background-color: rgba(150, 75, 0, 0.7);
}

.active\:bg-brown-alpha-70:active,
.focus\:bg-brown-alpha-70:focus,
.hover\:bg-brown-alpha-70:hover {
  background-color: rgba(150, 75, 0, 0.7);
}

.bg-brown-alpha-75 {
  background-color: rgba(150, 75, 0, 0.75);
}

.active\:bg-brown-alpha-75:active,
.focus\:bg-brown-alpha-75:focus,
.hover\:bg-brown-alpha-75:hover {
  background-color: rgba(150, 75, 0, 0.75);
}

.bg-brown-alpha-80 {
  background-color: rgba(150, 75, 0, 0.8);
}

.active\:bg-brown-alpha-80:active,
.focus\:bg-brown-alpha-80:focus,
.hover\:bg-brown-alpha-80:hover {
  background-color: rgba(150, 75, 0, 0.8);
}

.bg-brown-alpha-85 {
  background-color: rgba(150, 75, 0, 0.85);
}

.active\:bg-brown-alpha-85:active,
.focus\:bg-brown-alpha-85:focus,
.hover\:bg-brown-alpha-85:hover {
  background-color: rgba(150, 75, 0, 0.85);
}

.bg-brown-alpha-90 {
  background-color: rgba(150, 75, 0, 0.9);
}

.active\:bg-brown-alpha-90:active,
.focus\:bg-brown-alpha-90:focus,
.hover\:bg-brown-alpha-90:hover {
  background-color: rgba(150, 75, 0, 0.9);
}

.bg-brown-alpha-95 {
  background-color: rgba(150, 75, 0, 0.95);
}

.active\:bg-brown-alpha-95:active,
.focus\:bg-brown-alpha-95:focus,
.hover\:bg-brown-alpha-95:hover {
  background-color: rgba(150, 75, 0, 0.95);
}

.bg-brown-alpha-100 {
  background-color: #964b00;
}

.active\:bg-brown-alpha-100:active,
.focus\:bg-brown-alpha-100:focus,
.hover\:bg-brown-alpha-100:hover {
  background-color: #964b00;
}

.bg-grey-alpha-0 {
  background-color: rgba(128, 128, 128, 0);
}

.active\:bg-grey-alpha-0:active,
.focus\:bg-grey-alpha-0:focus,
.hover\:bg-grey-alpha-0:hover {
  background-color: rgba(128, 128, 128, 0);
}

.bg-grey-alpha-10 {
  background-color: rgba(128, 128, 128, 0.1);
}

.active\:bg-grey-alpha-10:active,
.focus\:bg-grey-alpha-10:focus,
.hover\:bg-grey-alpha-10:hover {
  background-color: rgba(128, 128, 128, 0.1);
}

.bg-grey-alpha-20 {
  background-color: rgba(128, 128, 128, 0.2);
}

.active\:bg-grey-alpha-20:active,
.focus\:bg-grey-alpha-20:focus,
.hover\:bg-grey-alpha-20:hover {
  background-color: rgba(128, 128, 128, 0.2);
}

.bg-grey-alpha-25 {
  background-color: rgba(128, 128, 128, 0.25);
}

.active\:bg-grey-alpha-25:active,
.focus\:bg-grey-alpha-25:focus,
.hover\:bg-grey-alpha-25:hover {
  background-color: rgba(128, 128, 128, 0.25);
}

.bg-grey-alpha-30 {
  background-color: rgba(128, 128, 128, 0.3);
}

.active\:bg-grey-alpha-30:active,
.focus\:bg-grey-alpha-30:focus,
.hover\:bg-grey-alpha-30:hover {
  background-color: rgba(128, 128, 128, 0.3);
}

.bg-grey-alpha-35 {
  background-color: rgba(128, 128, 128, 0.35);
}

.active\:bg-grey-alpha-35:active,
.focus\:bg-grey-alpha-35:focus,
.hover\:bg-grey-alpha-35:hover {
  background-color: rgba(128, 128, 128, 0.35);
}

.bg-grey-alpha-40 {
  background-color: rgba(128, 128, 128, 0.4);
}

.active\:bg-grey-alpha-40:active,
.focus\:bg-grey-alpha-40:focus,
.hover\:bg-grey-alpha-40:hover {
  background-color: rgba(128, 128, 128, 0.4);
}

.bg-grey-alpha-45 {
  background-color: rgba(128, 128, 128, 0.45);
}

.active\:bg-grey-alpha-45:active,
.focus\:bg-grey-alpha-45:focus,
.hover\:bg-grey-alpha-45:hover {
  background-color: rgba(128, 128, 128, 0.45);
}

.bg-grey-alpha-50 {
  background-color: rgba(128, 128, 128, 0.5);
}

.active\:bg-grey-alpha-50:active,
.focus\:bg-grey-alpha-50:focus,
.hover\:bg-grey-alpha-50:hover {
  background-color: rgba(128, 128, 128, 0.5);
}

.bg-grey-alpha-55 {
  background-color: rgba(128, 128, 128, 0.55);
}

.active\:bg-grey-alpha-55:active,
.focus\:bg-grey-alpha-55:focus,
.hover\:bg-grey-alpha-55:hover {
  background-color: rgba(128, 128, 128, 0.55);
}

.bg-grey-alpha-60 {
  background-color: rgba(128, 128, 128, 0.6);
}

.active\:bg-grey-alpha-60:active,
.focus\:bg-grey-alpha-60:focus,
.hover\:bg-grey-alpha-60:hover {
  background-color: rgba(128, 128, 128, 0.6);
}

.bg-grey-alpha-65 {
  background-color: rgba(128, 128, 128, 0.65);
}

.active\:bg-grey-alpha-65:active,
.focus\:bg-grey-alpha-65:focus,
.hover\:bg-grey-alpha-65:hover {
  background-color: rgba(128, 128, 128, 0.65);
}

.bg-grey-alpha-70 {
  background-color: rgba(128, 128, 128, 0.7);
}

.active\:bg-grey-alpha-70:active,
.focus\:bg-grey-alpha-70:focus,
.hover\:bg-grey-alpha-70:hover {
  background-color: rgba(128, 128, 128, 0.7);
}

.bg-grey-alpha-75 {
  background-color: rgba(128, 128, 128, 0.75);
}

.active\:bg-grey-alpha-75:active,
.focus\:bg-grey-alpha-75:focus,
.hover\:bg-grey-alpha-75:hover {
  background-color: rgba(128, 128, 128, 0.75);
}

.bg-grey-alpha-80 {
  background-color: rgba(128, 128, 128, 0.8);
}

.active\:bg-grey-alpha-80:active,
.focus\:bg-grey-alpha-80:focus,
.hover\:bg-grey-alpha-80:hover {
  background-color: rgba(128, 128, 128, 0.8);
}

.bg-grey-alpha-85 {
  background-color: rgba(128, 128, 128, 0.85);
}

.active\:bg-grey-alpha-85:active,
.focus\:bg-grey-alpha-85:focus,
.hover\:bg-grey-alpha-85:hover {
  background-color: rgba(128, 128, 128, 0.85);
}

.bg-grey-alpha-90 {
  background-color: rgba(128, 128, 128, 0.9);
}

.active\:bg-grey-alpha-90:active,
.focus\:bg-grey-alpha-90:focus,
.hover\:bg-grey-alpha-90:hover {
  background-color: rgba(128, 128, 128, 0.9);
}

.bg-grey-alpha-95 {
  background-color: rgba(128, 128, 128, 0.95);
}

.active\:bg-grey-alpha-95:active,
.focus\:bg-grey-alpha-95:focus,
.hover\:bg-grey-alpha-95:hover {
  background-color: rgba(128, 128, 128, 0.95);
}

.bg-grey-alpha-100 {
  background-color: gray;
}

.active\:bg-grey-alpha-100:active,
.focus\:bg-grey-alpha-100:focus,
.hover\:bg-grey-alpha-100:hover {
  background-color: gray;
}

.currentColor {
  color: currentColor;
}

.gradient-primary-secondary {
  background: linear-gradient(#03A9F4, #333);
}

.gradient-to-top-primary-secondary {
  background: linear-gradient(to top, #03A9F4, #333);
}

.gradient-to-bottom-primary-secondary {
  background: linear-gradient(to bottom, #03A9F4, #333);
}

.gradient-to-left-primary-secondary {
  background: linear-gradient(to left, #03A9F4, #333);
}

.gradient-to-right-primary-secondary {
  background: linear-gradient(to right, #03A9F4, #333);
}

.gradient-to-top-left-primary-secondary {
  background: linear-gradient(to top left, #03A9F4, #333);
}

.gradient-to-top-right-primary-secondary {
  background: linear-gradient(to top right, #03A9F4, #333);
}

.gradient-to-bottom-left-primary-secondary {
  background: linear-gradient(to bottom left, #03A9F4, #333);
}

.gradient-to-bottom-right-primary-secondary {
  background: linear-gradient(to bottom right, #03A9F4, #333);
}

.gradient-radial-primary-secondary {
  background: radial-gradient(circle, #03A9F4, #333);
}

.gradient-primary-secondary-success {
  background: linear-gradient(#03A9F4, #333, #28a745);
}

.gradient-primary-secondary-info {
  background: linear-gradient(#03A9F4, #333, #0DCAF0);
}

.gradient-primary-secondary-warning {
  background: linear-gradient(#03A9F4, #333, #FFC107);
}

.gradient-primary-secondary-danger {
  background: linear-gradient(#03A9F4, #333, #DC3545);
}

.gradient-primary-secondary-light {
  background: linear-gradient(#03A9F4, #333, #f5f5f5);
}

.gradient-primary-secondary-dark {
  background: linear-gradient(#03A9F4, #333, #212529);
}

.gradient-primary-secondary-red {
  background: linear-gradient(#03A9F4, #333, #F44336);
}

.gradient-primary-secondary-green {
  background: linear-gradient(#03A9F4, #333, #4CAF50);
}

.gradient-primary-secondary-blue {
  background: linear-gradient(#03A9F4, #333, #2196F3);
}

.gradient-primary-secondary-black {
  background: linear-gradient(#03A9F4, #333, #000);
}

.gradient-primary-secondary-white {
  background: linear-gradient(#03A9F4, #333, #fff);
}

.gradient-primary-secondary-pink {
  background: linear-gradient(#03A9F4, #333, #E91E63);
}

.gradient-primary-secondary-purple {
  background: linear-gradient(#03A9F4, #333, #9C27B0);
}

.gradient-primary-secondary-indigo {
  background: linear-gradient(#03A9F4, #333, #3E51B5);
}

.gradient-primary-secondary-cyan {
  background: linear-gradient(#03A9F4, #333, #00BCD4);
}

.gradient-primary-secondary-teal {
  background: linear-gradient(#03A9F4, #333, #009688);
}

.gradient-primary-secondary-lime {
  background: linear-gradient(#03A9F4, #333, #CDDC39);
}

.gradient-primary-secondary-yellow {
  background: linear-gradient(#03A9F4, #333, #FFEB3B);
}

.gradient-primary-secondary-amber {
  background: linear-gradient(#03A9F4, #333, #FFC107);
}

.gradient-primary-secondary-orange {
  background: linear-gradient(#03A9F4, #333, #FF9800);
}

.gradient-primary-secondary-lightblue {
  background: linear-gradient(#03A9F4, #333, #03A9F4);
}

.gradient-primary-secondary-lightgreen {
  background: linear-gradient(#03A9F4, #333, #76FF03);
}

.gradient-primary-secondary-deeppurple {
  background: linear-gradient(#03A9F4, #333, #673AB7);
}

.gradient-primary-secondary-deeporange {
  background: linear-gradient(#03A9F4, #333, #DD6E0F);
}

.gradient-primary-secondary-brown {
  background: linear-gradient(#03A9F4, #333, #964B00);
}

.gradient-primary-secondary-grey {
  background: linear-gradient(#03A9F4, #333, #808080);
}

.gradient-primary-success {
  background: linear-gradient(#03A9F4, #28a745);
}

.gradient-to-top-primary-success {
  background: linear-gradient(to top, #03A9F4, #28a745);
}

.gradient-to-bottom-primary-success {
  background: linear-gradient(to bottom, #03A9F4, #28a745);
}

.gradient-to-left-primary-success {
  background: linear-gradient(to left, #03A9F4, #28a745);
}

.gradient-to-right-primary-success {
  background: linear-gradient(to right, #03A9F4, #28a745);
}

.gradient-to-top-left-primary-success {
  background: linear-gradient(to top left, #03A9F4, #28a745);
}

.gradient-to-top-right-primary-success {
  background: linear-gradient(to top right, #03A9F4, #28a745);
}

.gradient-to-bottom-left-primary-success {
  background: linear-gradient(to bottom left, #03A9F4, #28a745);
}

.gradient-to-bottom-right-primary-success {
  background: linear-gradient(to bottom right, #03A9F4, #28a745);
}

.gradient-radial-primary-success {
  background: radial-gradient(circle, #03A9F4, #28a745);
}

.gradient-primary-success-secondary {
  background: linear-gradient(#03A9F4, #28a745, #333);
}

.gradient-primary-success-info {
  background: linear-gradient(#03A9F4, #28a745, #0DCAF0);
}

.gradient-primary-success-warning {
  background: linear-gradient(#03A9F4, #28a745, #FFC107);
}

.gradient-primary-success-danger {
  background: linear-gradient(#03A9F4, #28a745, #DC3545);
}

.gradient-primary-success-light {
  background: linear-gradient(#03A9F4, #28a745, #f5f5f5);
}

.gradient-primary-success-dark {
  background: linear-gradient(#03A9F4, #28a745, #212529);
}

.gradient-primary-success-red {
  background: linear-gradient(#03A9F4, #28a745, #F44336);
}

.gradient-primary-success-green {
  background: linear-gradient(#03A9F4, #28a745, #4CAF50);
}

.gradient-primary-success-blue {
  background: linear-gradient(#03A9F4, #28a745, #2196F3);
}

.gradient-primary-success-black {
  background: linear-gradient(#03A9F4, #28a745, #000);
}

.gradient-primary-success-white {
  background: linear-gradient(#03A9F4, #28a745, #fff);
}

.gradient-primary-success-pink {
  background: linear-gradient(#03A9F4, #28a745, #E91E63);
}

.gradient-primary-success-purple {
  background: linear-gradient(#03A9F4, #28a745, #9C27B0);
}

.gradient-primary-success-indigo {
  background: linear-gradient(#03A9F4, #28a745, #3E51B5);
}

.gradient-primary-success-cyan {
  background: linear-gradient(#03A9F4, #28a745, #00BCD4);
}

.gradient-primary-success-teal {
  background: linear-gradient(#03A9F4, #28a745, #009688);
}

.gradient-primary-success-lime {
  background: linear-gradient(#03A9F4, #28a745, #CDDC39);
}

.gradient-primary-success-yellow {
  background: linear-gradient(#03A9F4, #28a745, #FFEB3B);
}

.gradient-primary-success-amber {
  background: linear-gradient(#03A9F4, #28a745, #FFC107);
}

.gradient-primary-success-orange {
  background: linear-gradient(#03A9F4, #28a745, #FF9800);
}

.gradient-primary-success-lightblue {
  background: linear-gradient(#03A9F4, #28a745, #03A9F4);
}

.gradient-primary-success-lightgreen {
  background: linear-gradient(#03A9F4, #28a745, #76FF03);
}

.gradient-primary-success-deeppurple {
  background: linear-gradient(#03A9F4, #28a745, #673AB7);
}

.gradient-primary-success-deeporange {
  background: linear-gradient(#03A9F4, #28a745, #DD6E0F);
}

.gradient-primary-success-brown {
  background: linear-gradient(#03A9F4, #28a745, #964B00);
}

.gradient-primary-success-grey {
  background: linear-gradient(#03A9F4, #28a745, #808080);
}

.gradient-primary-info {
  background: linear-gradient(#03A9F4, #0DCAF0);
}

.gradient-to-top-primary-info {
  background: linear-gradient(to top, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-primary-info {
  background: linear-gradient(to bottom, #03A9F4, #0DCAF0);
}

.gradient-to-left-primary-info {
  background: linear-gradient(to left, #03A9F4, #0DCAF0);
}

.gradient-to-right-primary-info {
  background: linear-gradient(to right, #03A9F4, #0DCAF0);
}

.gradient-to-top-left-primary-info {
  background: linear-gradient(to top left, #03A9F4, #0DCAF0);
}

.gradient-to-top-right-primary-info {
  background: linear-gradient(to top right, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-left-primary-info {
  background: linear-gradient(to bottom left, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-right-primary-info {
  background: linear-gradient(to bottom right, #03A9F4, #0DCAF0);
}

.gradient-radial-primary-info {
  background: radial-gradient(circle, #03A9F4, #0DCAF0);
}

.gradient-primary-info-secondary {
  background: linear-gradient(#03A9F4, #0DCAF0, #333);
}

.gradient-primary-info-success {
  background: linear-gradient(#03A9F4, #0DCAF0, #28a745);
}

.gradient-primary-info-warning {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFC107);
}

.gradient-primary-info-danger {
  background: linear-gradient(#03A9F4, #0DCAF0, #DC3545);
}

.gradient-primary-info-light {
  background: linear-gradient(#03A9F4, #0DCAF0, #f5f5f5);
}

.gradient-primary-info-dark {
  background: linear-gradient(#03A9F4, #0DCAF0, #212529);
}

.gradient-primary-info-red {
  background: linear-gradient(#03A9F4, #0DCAF0, #F44336);
}

.gradient-primary-info-green {
  background: linear-gradient(#03A9F4, #0DCAF0, #4CAF50);
}

.gradient-primary-info-blue {
  background: linear-gradient(#03A9F4, #0DCAF0, #2196F3);
}

.gradient-primary-info-black {
  background: linear-gradient(#03A9F4, #0DCAF0, #000);
}

.gradient-primary-info-white {
  background: linear-gradient(#03A9F4, #0DCAF0, #fff);
}

.gradient-primary-info-pink {
  background: linear-gradient(#03A9F4, #0DCAF0, #E91E63);
}

.gradient-primary-info-purple {
  background: linear-gradient(#03A9F4, #0DCAF0, #9C27B0);
}

.gradient-primary-info-indigo {
  background: linear-gradient(#03A9F4, #0DCAF0, #3E51B5);
}

.gradient-primary-info-cyan {
  background: linear-gradient(#03A9F4, #0DCAF0, #00BCD4);
}

.gradient-primary-info-teal {
  background: linear-gradient(#03A9F4, #0DCAF0, #009688);
}

.gradient-primary-info-lime {
  background: linear-gradient(#03A9F4, #0DCAF0, #CDDC39);
}

.gradient-primary-info-yellow {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFEB3B);
}

.gradient-primary-info-amber {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFC107);
}

.gradient-primary-info-orange {
  background: linear-gradient(#03A9F4, #0DCAF0, #FF9800);
}

.gradient-primary-info-lightblue {
  background: linear-gradient(#03A9F4, #0DCAF0, #03A9F4);
}

.gradient-primary-info-lightgreen {
  background: linear-gradient(#03A9F4, #0DCAF0, #76FF03);
}

.gradient-primary-info-deeppurple {
  background: linear-gradient(#03A9F4, #0DCAF0, #673AB7);
}

.gradient-primary-info-deeporange {
  background: linear-gradient(#03A9F4, #0DCAF0, #DD6E0F);
}

.gradient-primary-info-brown {
  background: linear-gradient(#03A9F4, #0DCAF0, #964B00);
}

.gradient-primary-info-grey {
  background: linear-gradient(#03A9F4, #0DCAF0, #808080);
}

.gradient-primary-warning {
  background: linear-gradient(#03A9F4, #FFC107);
}

.gradient-to-top-primary-warning {
  background: linear-gradient(to top, #03A9F4, #FFC107);
}

.gradient-to-bottom-primary-warning {
  background: linear-gradient(to bottom, #03A9F4, #FFC107);
}

.gradient-to-left-primary-warning {
  background: linear-gradient(to left, #03A9F4, #FFC107);
}

.gradient-to-right-primary-warning {
  background: linear-gradient(to right, #03A9F4, #FFC107);
}

.gradient-to-top-left-primary-warning {
  background: linear-gradient(to top left, #03A9F4, #FFC107);
}

.gradient-to-top-right-primary-warning {
  background: linear-gradient(to top right, #03A9F4, #FFC107);
}

.gradient-to-bottom-left-primary-warning {
  background: linear-gradient(to bottom left, #03A9F4, #FFC107);
}

.gradient-to-bottom-right-primary-warning {
  background: linear-gradient(to bottom right, #03A9F4, #FFC107);
}

.gradient-radial-primary-warning {
  background: radial-gradient(circle, #03A9F4, #FFC107);
}

.gradient-primary-warning-secondary {
  background: linear-gradient(#03A9F4, #FFC107, #333);
}

.gradient-primary-warning-success {
  background: linear-gradient(#03A9F4, #FFC107, #28a745);
}

.gradient-primary-warning-info {
  background: linear-gradient(#03A9F4, #FFC107, #0DCAF0);
}

.gradient-primary-warning-danger {
  background: linear-gradient(#03A9F4, #FFC107, #DC3545);
}

.gradient-primary-warning-light {
  background: linear-gradient(#03A9F4, #FFC107, #f5f5f5);
}

.gradient-primary-warning-dark {
  background: linear-gradient(#03A9F4, #FFC107, #212529);
}

.gradient-primary-warning-red {
  background: linear-gradient(#03A9F4, #FFC107, #F44336);
}

.gradient-primary-warning-green {
  background: linear-gradient(#03A9F4, #FFC107, #4CAF50);
}

.gradient-primary-warning-blue {
  background: linear-gradient(#03A9F4, #FFC107, #2196F3);
}

.gradient-primary-warning-black {
  background: linear-gradient(#03A9F4, #FFC107, #000);
}

.gradient-primary-warning-white {
  background: linear-gradient(#03A9F4, #FFC107, #fff);
}

.gradient-primary-warning-pink {
  background: linear-gradient(#03A9F4, #FFC107, #E91E63);
}

.gradient-primary-warning-purple {
  background: linear-gradient(#03A9F4, #FFC107, #9C27B0);
}

.gradient-primary-warning-indigo {
  background: linear-gradient(#03A9F4, #FFC107, #3E51B5);
}

.gradient-primary-warning-cyan {
  background: linear-gradient(#03A9F4, #FFC107, #00BCD4);
}

.gradient-primary-warning-teal {
  background: linear-gradient(#03A9F4, #FFC107, #009688);
}

.gradient-primary-warning-lime {
  background: linear-gradient(#03A9F4, #FFC107, #CDDC39);
}

.gradient-primary-warning-yellow {
  background: linear-gradient(#03A9F4, #FFC107, #FFEB3B);
}

.gradient-primary-warning-amber {
  background: linear-gradient(#03A9F4, #FFC107, #FFC107);
}

.gradient-primary-warning-orange {
  background: linear-gradient(#03A9F4, #FFC107, #FF9800);
}

.gradient-primary-warning-lightblue {
  background: linear-gradient(#03A9F4, #FFC107, #03A9F4);
}

.gradient-primary-warning-lightgreen {
  background: linear-gradient(#03A9F4, #FFC107, #76FF03);
}

.gradient-primary-warning-deeppurple {
  background: linear-gradient(#03A9F4, #FFC107, #673AB7);
}

.gradient-primary-warning-deeporange {
  background: linear-gradient(#03A9F4, #FFC107, #DD6E0F);
}

.gradient-primary-warning-brown {
  background: linear-gradient(#03A9F4, #FFC107, #964B00);
}

.gradient-primary-warning-grey {
  background: linear-gradient(#03A9F4, #FFC107, #808080);
}

.gradient-primary-danger {
  background: linear-gradient(#03A9F4, #DC3545);
}

.gradient-to-top-primary-danger {
  background: linear-gradient(to top, #03A9F4, #DC3545);
}

.gradient-to-bottom-primary-danger {
  background: linear-gradient(to bottom, #03A9F4, #DC3545);
}

.gradient-to-left-primary-danger {
  background: linear-gradient(to left, #03A9F4, #DC3545);
}

.gradient-to-right-primary-danger {
  background: linear-gradient(to right, #03A9F4, #DC3545);
}

.gradient-to-top-left-primary-danger {
  background: linear-gradient(to top left, #03A9F4, #DC3545);
}

.gradient-to-top-right-primary-danger {
  background: linear-gradient(to top right, #03A9F4, #DC3545);
}

.gradient-to-bottom-left-primary-danger {
  background: linear-gradient(to bottom left, #03A9F4, #DC3545);
}

.gradient-to-bottom-right-primary-danger {
  background: linear-gradient(to bottom right, #03A9F4, #DC3545);
}

.gradient-radial-primary-danger {
  background: radial-gradient(circle, #03A9F4, #DC3545);
}

.gradient-primary-danger-secondary {
  background: linear-gradient(#03A9F4, #DC3545, #333);
}

.gradient-primary-danger-success {
  background: linear-gradient(#03A9F4, #DC3545, #28a745);
}

.gradient-primary-danger-info {
  background: linear-gradient(#03A9F4, #DC3545, #0DCAF0);
}

.gradient-primary-danger-warning {
  background: linear-gradient(#03A9F4, #DC3545, #FFC107);
}

.gradient-primary-danger-light {
  background: linear-gradient(#03A9F4, #DC3545, #f5f5f5);
}

.gradient-primary-danger-dark {
  background: linear-gradient(#03A9F4, #DC3545, #212529);
}

.gradient-primary-danger-red {
  background: linear-gradient(#03A9F4, #DC3545, #F44336);
}

.gradient-primary-danger-green {
  background: linear-gradient(#03A9F4, #DC3545, #4CAF50);
}

.gradient-primary-danger-blue {
  background: linear-gradient(#03A9F4, #DC3545, #2196F3);
}

.gradient-primary-danger-black {
  background: linear-gradient(#03A9F4, #DC3545, #000);
}

.gradient-primary-danger-white {
  background: linear-gradient(#03A9F4, #DC3545, #fff);
}

.gradient-primary-danger-pink {
  background: linear-gradient(#03A9F4, #DC3545, #E91E63);
}

.gradient-primary-danger-purple {
  background: linear-gradient(#03A9F4, #DC3545, #9C27B0);
}

.gradient-primary-danger-indigo {
  background: linear-gradient(#03A9F4, #DC3545, #3E51B5);
}

.gradient-primary-danger-cyan {
  background: linear-gradient(#03A9F4, #DC3545, #00BCD4);
}

.gradient-primary-danger-teal {
  background: linear-gradient(#03A9F4, #DC3545, #009688);
}

.gradient-primary-danger-lime {
  background: linear-gradient(#03A9F4, #DC3545, #CDDC39);
}

.gradient-primary-danger-yellow {
  background: linear-gradient(#03A9F4, #DC3545, #FFEB3B);
}

.gradient-primary-danger-amber {
  background: linear-gradient(#03A9F4, #DC3545, #FFC107);
}

.gradient-primary-danger-orange {
  background: linear-gradient(#03A9F4, #DC3545, #FF9800);
}

.gradient-primary-danger-lightblue {
  background: linear-gradient(#03A9F4, #DC3545, #03A9F4);
}

.gradient-primary-danger-lightgreen {
  background: linear-gradient(#03A9F4, #DC3545, #76FF03);
}

.gradient-primary-danger-deeppurple {
  background: linear-gradient(#03A9F4, #DC3545, #673AB7);
}

.gradient-primary-danger-deeporange {
  background: linear-gradient(#03A9F4, #DC3545, #DD6E0F);
}

.gradient-primary-danger-brown {
  background: linear-gradient(#03A9F4, #DC3545, #964B00);
}

.gradient-primary-danger-grey {
  background: linear-gradient(#03A9F4, #DC3545, #808080);
}

.gradient-primary-light {
  background: linear-gradient(#03A9F4, #f5f5f5);
}

.gradient-to-top-primary-light {
  background: linear-gradient(to top, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-primary-light {
  background: linear-gradient(to bottom, #03A9F4, #f5f5f5);
}

.gradient-to-left-primary-light {
  background: linear-gradient(to left, #03A9F4, #f5f5f5);
}

.gradient-to-right-primary-light {
  background: linear-gradient(to right, #03A9F4, #f5f5f5);
}

.gradient-to-top-left-primary-light {
  background: linear-gradient(to top left, #03A9F4, #f5f5f5);
}

.gradient-to-top-right-primary-light {
  background: linear-gradient(to top right, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-left-primary-light {
  background: linear-gradient(to bottom left, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-right-primary-light {
  background: linear-gradient(to bottom right, #03A9F4, #f5f5f5);
}

.gradient-radial-primary-light {
  background: radial-gradient(circle, #03A9F4, #f5f5f5);
}

.gradient-primary-light-secondary {
  background: linear-gradient(#03A9F4, #f5f5f5, #333);
}

.gradient-primary-light-success {
  background: linear-gradient(#03A9F4, #f5f5f5, #28a745);
}

.gradient-primary-light-info {
  background: linear-gradient(#03A9F4, #f5f5f5, #0DCAF0);
}

.gradient-primary-light-warning {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFC107);
}

.gradient-primary-light-danger {
  background: linear-gradient(#03A9F4, #f5f5f5, #DC3545);
}

.gradient-primary-light-dark {
  background: linear-gradient(#03A9F4, #f5f5f5, #212529);
}

.gradient-primary-light-red {
  background: linear-gradient(#03A9F4, #f5f5f5, #F44336);
}

.gradient-primary-light-green {
  background: linear-gradient(#03A9F4, #f5f5f5, #4CAF50);
}

.gradient-primary-light-blue {
  background: linear-gradient(#03A9F4, #f5f5f5, #2196F3);
}

.gradient-primary-light-black {
  background: linear-gradient(#03A9F4, #f5f5f5, #000);
}

.gradient-primary-light-white {
  background: linear-gradient(#03A9F4, #f5f5f5, #fff);
}

.gradient-primary-light-pink {
  background: linear-gradient(#03A9F4, #f5f5f5, #E91E63);
}

.gradient-primary-light-purple {
  background: linear-gradient(#03A9F4, #f5f5f5, #9C27B0);
}

.gradient-primary-light-indigo {
  background: linear-gradient(#03A9F4, #f5f5f5, #3E51B5);
}

.gradient-primary-light-cyan {
  background: linear-gradient(#03A9F4, #f5f5f5, #00BCD4);
}

.gradient-primary-light-teal {
  background: linear-gradient(#03A9F4, #f5f5f5, #009688);
}

.gradient-primary-light-lime {
  background: linear-gradient(#03A9F4, #f5f5f5, #CDDC39);
}

.gradient-primary-light-yellow {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFEB3B);
}

.gradient-primary-light-amber {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFC107);
}

.gradient-primary-light-orange {
  background: linear-gradient(#03A9F4, #f5f5f5, #FF9800);
}

.gradient-primary-light-lightblue {
  background: linear-gradient(#03A9F4, #f5f5f5, #03A9F4);
}

.gradient-primary-light-lightgreen {
  background: linear-gradient(#03A9F4, #f5f5f5, #76FF03);
}

.gradient-primary-light-deeppurple {
  background: linear-gradient(#03A9F4, #f5f5f5, #673AB7);
}

.gradient-primary-light-deeporange {
  background: linear-gradient(#03A9F4, #f5f5f5, #DD6E0F);
}

.gradient-primary-light-brown {
  background: linear-gradient(#03A9F4, #f5f5f5, #964B00);
}

.gradient-primary-light-grey {
  background: linear-gradient(#03A9F4, #f5f5f5, #808080);
}

.gradient-primary-dark {
  background: linear-gradient(#03A9F4, #212529);
}

.gradient-to-top-primary-dark {
  background: linear-gradient(to top, #03A9F4, #212529);
}

.gradient-to-bottom-primary-dark {
  background: linear-gradient(to bottom, #03A9F4, #212529);
}

.gradient-to-left-primary-dark {
  background: linear-gradient(to left, #03A9F4, #212529);
}

.gradient-to-right-primary-dark {
  background: linear-gradient(to right, #03A9F4, #212529);
}

.gradient-to-top-left-primary-dark {
  background: linear-gradient(to top left, #03A9F4, #212529);
}

.gradient-to-top-right-primary-dark {
  background: linear-gradient(to top right, #03A9F4, #212529);
}

.gradient-to-bottom-left-primary-dark {
  background: linear-gradient(to bottom left, #03A9F4, #212529);
}

.gradient-to-bottom-right-primary-dark {
  background: linear-gradient(to bottom right, #03A9F4, #212529);
}

.gradient-radial-primary-dark {
  background: radial-gradient(circle, #03A9F4, #212529);
}

.gradient-primary-dark-secondary {
  background: linear-gradient(#03A9F4, #212529, #333);
}

.gradient-primary-dark-success {
  background: linear-gradient(#03A9F4, #212529, #28a745);
}

.gradient-primary-dark-info {
  background: linear-gradient(#03A9F4, #212529, #0DCAF0);
}

.gradient-primary-dark-warning {
  background: linear-gradient(#03A9F4, #212529, #FFC107);
}

.gradient-primary-dark-danger {
  background: linear-gradient(#03A9F4, #212529, #DC3545);
}

.gradient-primary-dark-light {
  background: linear-gradient(#03A9F4, #212529, #f5f5f5);
}

.gradient-primary-dark-red {
  background: linear-gradient(#03A9F4, #212529, #F44336);
}

.gradient-primary-dark-green {
  background: linear-gradient(#03A9F4, #212529, #4CAF50);
}

.gradient-primary-dark-blue {
  background: linear-gradient(#03A9F4, #212529, #2196F3);
}

.gradient-primary-dark-black {
  background: linear-gradient(#03A9F4, #212529, #000);
}

.gradient-primary-dark-white {
  background: linear-gradient(#03A9F4, #212529, #fff);
}

.gradient-primary-dark-pink {
  background: linear-gradient(#03A9F4, #212529, #E91E63);
}

.gradient-primary-dark-purple {
  background: linear-gradient(#03A9F4, #212529, #9C27B0);
}

.gradient-primary-dark-indigo {
  background: linear-gradient(#03A9F4, #212529, #3E51B5);
}

.gradient-primary-dark-cyan {
  background: linear-gradient(#03A9F4, #212529, #00BCD4);
}

.gradient-primary-dark-teal {
  background: linear-gradient(#03A9F4, #212529, #009688);
}

.gradient-primary-dark-lime {
  background: linear-gradient(#03A9F4, #212529, #CDDC39);
}

.gradient-primary-dark-yellow {
  background: linear-gradient(#03A9F4, #212529, #FFEB3B);
}

.gradient-primary-dark-amber {
  background: linear-gradient(#03A9F4, #212529, #FFC107);
}

.gradient-primary-dark-orange {
  background: linear-gradient(#03A9F4, #212529, #FF9800);
}

.gradient-primary-dark-lightblue {
  background: linear-gradient(#03A9F4, #212529, #03A9F4);
}

.gradient-primary-dark-lightgreen {
  background: linear-gradient(#03A9F4, #212529, #76FF03);
}

.gradient-primary-dark-deeppurple {
  background: linear-gradient(#03A9F4, #212529, #673AB7);
}

.gradient-primary-dark-deeporange {
  background: linear-gradient(#03A9F4, #212529, #DD6E0F);
}

.gradient-primary-dark-brown {
  background: linear-gradient(#03A9F4, #212529, #964B00);
}

.gradient-primary-dark-grey {
  background: linear-gradient(#03A9F4, #212529, #808080);
}

.gradient-primary-red {
  background: linear-gradient(#03A9F4, #F44336);
}

.gradient-to-top-primary-red {
  background: linear-gradient(to top, #03A9F4, #F44336);
}

.gradient-to-bottom-primary-red {
  background: linear-gradient(to bottom, #03A9F4, #F44336);
}

.gradient-to-left-primary-red {
  background: linear-gradient(to left, #03A9F4, #F44336);
}

.gradient-to-right-primary-red {
  background: linear-gradient(to right, #03A9F4, #F44336);
}

.gradient-to-top-left-primary-red {
  background: linear-gradient(to top left, #03A9F4, #F44336);
}

.gradient-to-top-right-primary-red {
  background: linear-gradient(to top right, #03A9F4, #F44336);
}

.gradient-to-bottom-left-primary-red {
  background: linear-gradient(to bottom left, #03A9F4, #F44336);
}

.gradient-to-bottom-right-primary-red {
  background: linear-gradient(to bottom right, #03A9F4, #F44336);
}

.gradient-radial-primary-red {
  background: radial-gradient(circle, #03A9F4, #F44336);
}

.gradient-primary-red-secondary {
  background: linear-gradient(#03A9F4, #F44336, #333);
}

.gradient-primary-red-success {
  background: linear-gradient(#03A9F4, #F44336, #28a745);
}

.gradient-primary-red-info {
  background: linear-gradient(#03A9F4, #F44336, #0DCAF0);
}

.gradient-primary-red-warning {
  background: linear-gradient(#03A9F4, #F44336, #FFC107);
}

.gradient-primary-red-danger {
  background: linear-gradient(#03A9F4, #F44336, #DC3545);
}

.gradient-primary-red-light {
  background: linear-gradient(#03A9F4, #F44336, #f5f5f5);
}

.gradient-primary-red-dark {
  background: linear-gradient(#03A9F4, #F44336, #212529);
}

.gradient-primary-red-green {
  background: linear-gradient(#03A9F4, #F44336, #4CAF50);
}

.gradient-primary-red-blue {
  background: linear-gradient(#03A9F4, #F44336, #2196F3);
}

.gradient-primary-red-black {
  background: linear-gradient(#03A9F4, #F44336, #000);
}

.gradient-primary-red-white {
  background: linear-gradient(#03A9F4, #F44336, #fff);
}

.gradient-primary-red-pink {
  background: linear-gradient(#03A9F4, #F44336, #E91E63);
}

.gradient-primary-red-purple {
  background: linear-gradient(#03A9F4, #F44336, #9C27B0);
}

.gradient-primary-red-indigo {
  background: linear-gradient(#03A9F4, #F44336, #3E51B5);
}

.gradient-primary-red-cyan {
  background: linear-gradient(#03A9F4, #F44336, #00BCD4);
}

.gradient-primary-red-teal {
  background: linear-gradient(#03A9F4, #F44336, #009688);
}

.gradient-primary-red-lime {
  background: linear-gradient(#03A9F4, #F44336, #CDDC39);
}

.gradient-primary-red-yellow {
  background: linear-gradient(#03A9F4, #F44336, #FFEB3B);
}

.gradient-primary-red-amber {
  background: linear-gradient(#03A9F4, #F44336, #FFC107);
}

.gradient-primary-red-orange {
  background: linear-gradient(#03A9F4, #F44336, #FF9800);
}

.gradient-primary-red-lightblue {
  background: linear-gradient(#03A9F4, #F44336, #03A9F4);
}

.gradient-primary-red-lightgreen {
  background: linear-gradient(#03A9F4, #F44336, #76FF03);
}

.gradient-primary-red-deeppurple {
  background: linear-gradient(#03A9F4, #F44336, #673AB7);
}

.gradient-primary-red-deeporange {
  background: linear-gradient(#03A9F4, #F44336, #DD6E0F);
}

.gradient-primary-red-brown {
  background: linear-gradient(#03A9F4, #F44336, #964B00);
}

.gradient-primary-red-grey {
  background: linear-gradient(#03A9F4, #F44336, #808080);
}

.gradient-primary-green {
  background: linear-gradient(#03A9F4, #4CAF50);
}

.gradient-to-top-primary-green {
  background: linear-gradient(to top, #03A9F4, #4CAF50);
}

.gradient-to-bottom-primary-green {
  background: linear-gradient(to bottom, #03A9F4, #4CAF50);
}

.gradient-to-left-primary-green {
  background: linear-gradient(to left, #03A9F4, #4CAF50);
}

.gradient-to-right-primary-green {
  background: linear-gradient(to right, #03A9F4, #4CAF50);
}

.gradient-to-top-left-primary-green {
  background: linear-gradient(to top left, #03A9F4, #4CAF50);
}

.gradient-to-top-right-primary-green {
  background: linear-gradient(to top right, #03A9F4, #4CAF50);
}

.gradient-to-bottom-left-primary-green {
  background: linear-gradient(to bottom left, #03A9F4, #4CAF50);
}

.gradient-to-bottom-right-primary-green {
  background: linear-gradient(to bottom right, #03A9F4, #4CAF50);
}

.gradient-radial-primary-green {
  background: radial-gradient(circle, #03A9F4, #4CAF50);
}

.gradient-primary-green-secondary {
  background: linear-gradient(#03A9F4, #4CAF50, #333);
}

.gradient-primary-green-success {
  background: linear-gradient(#03A9F4, #4CAF50, #28a745);
}

.gradient-primary-green-info {
  background: linear-gradient(#03A9F4, #4CAF50, #0DCAF0);
}

.gradient-primary-green-warning {
  background: linear-gradient(#03A9F4, #4CAF50, #FFC107);
}

.gradient-primary-green-danger {
  background: linear-gradient(#03A9F4, #4CAF50, #DC3545);
}

.gradient-primary-green-light {
  background: linear-gradient(#03A9F4, #4CAF50, #f5f5f5);
}

.gradient-primary-green-dark {
  background: linear-gradient(#03A9F4, #4CAF50, #212529);
}

.gradient-primary-green-red {
  background: linear-gradient(#03A9F4, #4CAF50, #F44336);
}

.gradient-primary-green-blue {
  background: linear-gradient(#03A9F4, #4CAF50, #2196F3);
}

.gradient-primary-green-black {
  background: linear-gradient(#03A9F4, #4CAF50, #000);
}

.gradient-primary-green-white {
  background: linear-gradient(#03A9F4, #4CAF50, #fff);
}

.gradient-primary-green-pink {
  background: linear-gradient(#03A9F4, #4CAF50, #E91E63);
}

.gradient-primary-green-purple {
  background: linear-gradient(#03A9F4, #4CAF50, #9C27B0);
}

.gradient-primary-green-indigo {
  background: linear-gradient(#03A9F4, #4CAF50, #3E51B5);
}

.gradient-primary-green-cyan {
  background: linear-gradient(#03A9F4, #4CAF50, #00BCD4);
}

.gradient-primary-green-teal {
  background: linear-gradient(#03A9F4, #4CAF50, #009688);
}

.gradient-primary-green-lime {
  background: linear-gradient(#03A9F4, #4CAF50, #CDDC39);
}

.gradient-primary-green-yellow {
  background: linear-gradient(#03A9F4, #4CAF50, #FFEB3B);
}

.gradient-primary-green-amber {
  background: linear-gradient(#03A9F4, #4CAF50, #FFC107);
}

.gradient-primary-green-orange {
  background: linear-gradient(#03A9F4, #4CAF50, #FF9800);
}

.gradient-primary-green-lightblue {
  background: linear-gradient(#03A9F4, #4CAF50, #03A9F4);
}

.gradient-primary-green-lightgreen {
  background: linear-gradient(#03A9F4, #4CAF50, #76FF03);
}

.gradient-primary-green-deeppurple {
  background: linear-gradient(#03A9F4, #4CAF50, #673AB7);
}

.gradient-primary-green-deeporange {
  background: linear-gradient(#03A9F4, #4CAF50, #DD6E0F);
}

.gradient-primary-green-brown {
  background: linear-gradient(#03A9F4, #4CAF50, #964B00);
}

.gradient-primary-green-grey {
  background: linear-gradient(#03A9F4, #4CAF50, #808080);
}

.gradient-primary-blue {
  background: linear-gradient(#03A9F4, #2196F3);
}

.gradient-to-top-primary-blue {
  background: linear-gradient(to top, #03A9F4, #2196F3);
}

.gradient-to-bottom-primary-blue {
  background: linear-gradient(to bottom, #03A9F4, #2196F3);
}

.gradient-to-left-primary-blue {
  background: linear-gradient(to left, #03A9F4, #2196F3);
}

.gradient-to-right-primary-blue {
  background: linear-gradient(to right, #03A9F4, #2196F3);
}

.gradient-to-top-left-primary-blue {
  background: linear-gradient(to top left, #03A9F4, #2196F3);
}

.gradient-to-top-right-primary-blue {
  background: linear-gradient(to top right, #03A9F4, #2196F3);
}

.gradient-to-bottom-left-primary-blue {
  background: linear-gradient(to bottom left, #03A9F4, #2196F3);
}

.gradient-to-bottom-right-primary-blue {
  background: linear-gradient(to bottom right, #03A9F4, #2196F3);
}

.gradient-radial-primary-blue {
  background: radial-gradient(circle, #03A9F4, #2196F3);
}

.gradient-primary-blue-secondary {
  background: linear-gradient(#03A9F4, #2196F3, #333);
}

.gradient-primary-blue-success {
  background: linear-gradient(#03A9F4, #2196F3, #28a745);
}

.gradient-primary-blue-info {
  background: linear-gradient(#03A9F4, #2196F3, #0DCAF0);
}

.gradient-primary-blue-warning {
  background: linear-gradient(#03A9F4, #2196F3, #FFC107);
}

.gradient-primary-blue-danger {
  background: linear-gradient(#03A9F4, #2196F3, #DC3545);
}

.gradient-primary-blue-light {
  background: linear-gradient(#03A9F4, #2196F3, #f5f5f5);
}

.gradient-primary-blue-dark {
  background: linear-gradient(#03A9F4, #2196F3, #212529);
}

.gradient-primary-blue-red {
  background: linear-gradient(#03A9F4, #2196F3, #F44336);
}

.gradient-primary-blue-green {
  background: linear-gradient(#03A9F4, #2196F3, #4CAF50);
}

.gradient-primary-blue-black {
  background: linear-gradient(#03A9F4, #2196F3, #000);
}

.gradient-primary-blue-white {
  background: linear-gradient(#03A9F4, #2196F3, #fff);
}

.gradient-primary-blue-pink {
  background: linear-gradient(#03A9F4, #2196F3, #E91E63);
}

.gradient-primary-blue-purple {
  background: linear-gradient(#03A9F4, #2196F3, #9C27B0);
}

.gradient-primary-blue-indigo {
  background: linear-gradient(#03A9F4, #2196F3, #3E51B5);
}

.gradient-primary-blue-cyan {
  background: linear-gradient(#03A9F4, #2196F3, #00BCD4);
}

.gradient-primary-blue-teal {
  background: linear-gradient(#03A9F4, #2196F3, #009688);
}

.gradient-primary-blue-lime {
  background: linear-gradient(#03A9F4, #2196F3, #CDDC39);
}

.gradient-primary-blue-yellow {
  background: linear-gradient(#03A9F4, #2196F3, #FFEB3B);
}

.gradient-primary-blue-amber {
  background: linear-gradient(#03A9F4, #2196F3, #FFC107);
}

.gradient-primary-blue-orange {
  background: linear-gradient(#03A9F4, #2196F3, #FF9800);
}

.gradient-primary-blue-lightblue {
  background: linear-gradient(#03A9F4, #2196F3, #03A9F4);
}

.gradient-primary-blue-lightgreen {
  background: linear-gradient(#03A9F4, #2196F3, #76FF03);
}

.gradient-primary-blue-deeppurple {
  background: linear-gradient(#03A9F4, #2196F3, #673AB7);
}

.gradient-primary-blue-deeporange {
  background: linear-gradient(#03A9F4, #2196F3, #DD6E0F);
}

.gradient-primary-blue-brown {
  background: linear-gradient(#03A9F4, #2196F3, #964B00);
}

.gradient-primary-blue-grey {
  background: linear-gradient(#03A9F4, #2196F3, #808080);
}

.gradient-primary-black {
  background: linear-gradient(#03A9F4, #000);
}

.gradient-to-top-primary-black {
  background: linear-gradient(to top, #03A9F4, #000);
}

.gradient-to-bottom-primary-black {
  background: linear-gradient(to bottom, #03A9F4, #000);
}

.gradient-to-left-primary-black {
  background: linear-gradient(to left, #03A9F4, #000);
}

.gradient-to-right-primary-black {
  background: linear-gradient(to right, #03A9F4, #000);
}

.gradient-to-top-left-primary-black {
  background: linear-gradient(to top left, #03A9F4, #000);
}

.gradient-to-top-right-primary-black {
  background: linear-gradient(to top right, #03A9F4, #000);
}

.gradient-to-bottom-left-primary-black {
  background: linear-gradient(to bottom left, #03A9F4, #000);
}

.gradient-to-bottom-right-primary-black {
  background: linear-gradient(to bottom right, #03A9F4, #000);
}

.gradient-radial-primary-black {
  background: radial-gradient(circle, #03A9F4, #000);
}

.gradient-primary-black-secondary {
  background: linear-gradient(#03A9F4, #000, #333);
}

.gradient-primary-black-success {
  background: linear-gradient(#03A9F4, #000, #28a745);
}

.gradient-primary-black-info {
  background: linear-gradient(#03A9F4, #000, #0DCAF0);
}

.gradient-primary-black-warning {
  background: linear-gradient(#03A9F4, #000, #FFC107);
}

.gradient-primary-black-danger {
  background: linear-gradient(#03A9F4, #000, #DC3545);
}

.gradient-primary-black-light {
  background: linear-gradient(#03A9F4, #000, #f5f5f5);
}

.gradient-primary-black-dark {
  background: linear-gradient(#03A9F4, #000, #212529);
}

.gradient-primary-black-red {
  background: linear-gradient(#03A9F4, #000, #F44336);
}

.gradient-primary-black-green {
  background: linear-gradient(#03A9F4, #000, #4CAF50);
}

.gradient-primary-black-blue {
  background: linear-gradient(#03A9F4, #000, #2196F3);
}

.gradient-primary-black-white {
  background: linear-gradient(#03A9F4, #000, #fff);
}

.gradient-primary-black-pink {
  background: linear-gradient(#03A9F4, #000, #E91E63);
}

.gradient-primary-black-purple {
  background: linear-gradient(#03A9F4, #000, #9C27B0);
}

.gradient-primary-black-indigo {
  background: linear-gradient(#03A9F4, #000, #3E51B5);
}

.gradient-primary-black-cyan {
  background: linear-gradient(#03A9F4, #000, #00BCD4);
}

.gradient-primary-black-teal {
  background: linear-gradient(#03A9F4, #000, #009688);
}

.gradient-primary-black-lime {
  background: linear-gradient(#03A9F4, #000, #CDDC39);
}

.gradient-primary-black-yellow {
  background: linear-gradient(#03A9F4, #000, #FFEB3B);
}

.gradient-primary-black-amber {
  background: linear-gradient(#03A9F4, #000, #FFC107);
}

.gradient-primary-black-orange {
  background: linear-gradient(#03A9F4, #000, #FF9800);
}

.gradient-primary-black-lightblue {
  background: linear-gradient(#03A9F4, #000, #03A9F4);
}

.gradient-primary-black-lightgreen {
  background: linear-gradient(#03A9F4, #000, #76FF03);
}

.gradient-primary-black-deeppurple {
  background: linear-gradient(#03A9F4, #000, #673AB7);
}

.gradient-primary-black-deeporange {
  background: linear-gradient(#03A9F4, #000, #DD6E0F);
}

.gradient-primary-black-brown {
  background: linear-gradient(#03A9F4, #000, #964B00);
}

.gradient-primary-black-grey {
  background: linear-gradient(#03A9F4, #000, #808080);
}

.gradient-primary-white {
  background: linear-gradient(#03A9F4, #fff);
}

.gradient-to-top-primary-white {
  background: linear-gradient(to top, #03A9F4, #fff);
}

.gradient-to-bottom-primary-white {
  background: linear-gradient(to bottom, #03A9F4, #fff);
}

.gradient-to-left-primary-white {
  background: linear-gradient(to left, #03A9F4, #fff);
}

.gradient-to-right-primary-white {
  background: linear-gradient(to right, #03A9F4, #fff);
}

.gradient-to-top-left-primary-white {
  background: linear-gradient(to top left, #03A9F4, #fff);
}

.gradient-to-top-right-primary-white {
  background: linear-gradient(to top right, #03A9F4, #fff);
}

.gradient-to-bottom-left-primary-white {
  background: linear-gradient(to bottom left, #03A9F4, #fff);
}

.gradient-to-bottom-right-primary-white {
  background: linear-gradient(to bottom right, #03A9F4, #fff);
}

.gradient-radial-primary-white {
  background: radial-gradient(circle, #03A9F4, #fff);
}

.gradient-primary-white-secondary {
  background: linear-gradient(#03A9F4, #fff, #333);
}

.gradient-primary-white-success {
  background: linear-gradient(#03A9F4, #fff, #28a745);
}

.gradient-primary-white-info {
  background: linear-gradient(#03A9F4, #fff, #0DCAF0);
}

.gradient-primary-white-warning {
  background: linear-gradient(#03A9F4, #fff, #FFC107);
}

.gradient-primary-white-danger {
  background: linear-gradient(#03A9F4, #fff, #DC3545);
}

.gradient-primary-white-light {
  background: linear-gradient(#03A9F4, #fff, #f5f5f5);
}

.gradient-primary-white-dark {
  background: linear-gradient(#03A9F4, #fff, #212529);
}

.gradient-primary-white-red {
  background: linear-gradient(#03A9F4, #fff, #F44336);
}

.gradient-primary-white-green {
  background: linear-gradient(#03A9F4, #fff, #4CAF50);
}

.gradient-primary-white-blue {
  background: linear-gradient(#03A9F4, #fff, #2196F3);
}

.gradient-primary-white-black {
  background: linear-gradient(#03A9F4, #fff, #000);
}

.gradient-primary-white-pink {
  background: linear-gradient(#03A9F4, #fff, #E91E63);
}

.gradient-primary-white-purple {
  background: linear-gradient(#03A9F4, #fff, #9C27B0);
}

.gradient-primary-white-indigo {
  background: linear-gradient(#03A9F4, #fff, #3E51B5);
}

.gradient-primary-white-cyan {
  background: linear-gradient(#03A9F4, #fff, #00BCD4);
}

.gradient-primary-white-teal {
  background: linear-gradient(#03A9F4, #fff, #009688);
}

.gradient-primary-white-lime {
  background: linear-gradient(#03A9F4, #fff, #CDDC39);
}

.gradient-primary-white-yellow {
  background: linear-gradient(#03A9F4, #fff, #FFEB3B);
}

.gradient-primary-white-amber {
  background: linear-gradient(#03A9F4, #fff, #FFC107);
}

.gradient-primary-white-orange {
  background: linear-gradient(#03A9F4, #fff, #FF9800);
}

.gradient-primary-white-lightblue {
  background: linear-gradient(#03A9F4, #fff, #03A9F4);
}

.gradient-primary-white-lightgreen {
  background: linear-gradient(#03A9F4, #fff, #76FF03);
}

.gradient-primary-white-deeppurple {
  background: linear-gradient(#03A9F4, #fff, #673AB7);
}

.gradient-primary-white-deeporange {
  background: linear-gradient(#03A9F4, #fff, #DD6E0F);
}

.gradient-primary-white-brown {
  background: linear-gradient(#03A9F4, #fff, #964B00);
}

.gradient-primary-white-grey {
  background: linear-gradient(#03A9F4, #fff, #808080);
}

.gradient-primary-pink {
  background: linear-gradient(#03A9F4, #E91E63);
}

.gradient-to-top-primary-pink {
  background: linear-gradient(to top, #03A9F4, #E91E63);
}

.gradient-to-bottom-primary-pink {
  background: linear-gradient(to bottom, #03A9F4, #E91E63);
}

.gradient-to-left-primary-pink {
  background: linear-gradient(to left, #03A9F4, #E91E63);
}

.gradient-to-right-primary-pink {
  background: linear-gradient(to right, #03A9F4, #E91E63);
}

.gradient-to-top-left-primary-pink {
  background: linear-gradient(to top left, #03A9F4, #E91E63);
}

.gradient-to-top-right-primary-pink {
  background: linear-gradient(to top right, #03A9F4, #E91E63);
}

.gradient-to-bottom-left-primary-pink {
  background: linear-gradient(to bottom left, #03A9F4, #E91E63);
}

.gradient-to-bottom-right-primary-pink {
  background: linear-gradient(to bottom right, #03A9F4, #E91E63);
}

.gradient-radial-primary-pink {
  background: radial-gradient(circle, #03A9F4, #E91E63);
}

.gradient-primary-pink-secondary {
  background: linear-gradient(#03A9F4, #E91E63, #333);
}

.gradient-primary-pink-success {
  background: linear-gradient(#03A9F4, #E91E63, #28a745);
}

.gradient-primary-pink-info {
  background: linear-gradient(#03A9F4, #E91E63, #0DCAF0);
}

.gradient-primary-pink-warning {
  background: linear-gradient(#03A9F4, #E91E63, #FFC107);
}

.gradient-primary-pink-danger {
  background: linear-gradient(#03A9F4, #E91E63, #DC3545);
}

.gradient-primary-pink-light {
  background: linear-gradient(#03A9F4, #E91E63, #f5f5f5);
}

.gradient-primary-pink-dark {
  background: linear-gradient(#03A9F4, #E91E63, #212529);
}

.gradient-primary-pink-red {
  background: linear-gradient(#03A9F4, #E91E63, #F44336);
}

.gradient-primary-pink-green {
  background: linear-gradient(#03A9F4, #E91E63, #4CAF50);
}

.gradient-primary-pink-blue {
  background: linear-gradient(#03A9F4, #E91E63, #2196F3);
}

.gradient-primary-pink-black {
  background: linear-gradient(#03A9F4, #E91E63, #000);
}

.gradient-primary-pink-white {
  background: linear-gradient(#03A9F4, #E91E63, #fff);
}

.gradient-primary-pink-purple {
  background: linear-gradient(#03A9F4, #E91E63, #9C27B0);
}

.gradient-primary-pink-indigo {
  background: linear-gradient(#03A9F4, #E91E63, #3E51B5);
}

.gradient-primary-pink-cyan {
  background: linear-gradient(#03A9F4, #E91E63, #00BCD4);
}

.gradient-primary-pink-teal {
  background: linear-gradient(#03A9F4, #E91E63, #009688);
}

.gradient-primary-pink-lime {
  background: linear-gradient(#03A9F4, #E91E63, #CDDC39);
}

.gradient-primary-pink-yellow {
  background: linear-gradient(#03A9F4, #E91E63, #FFEB3B);
}

.gradient-primary-pink-amber {
  background: linear-gradient(#03A9F4, #E91E63, #FFC107);
}

.gradient-primary-pink-orange {
  background: linear-gradient(#03A9F4, #E91E63, #FF9800);
}

.gradient-primary-pink-lightblue {
  background: linear-gradient(#03A9F4, #E91E63, #03A9F4);
}

.gradient-primary-pink-lightgreen {
  background: linear-gradient(#03A9F4, #E91E63, #76FF03);
}

.gradient-primary-pink-deeppurple {
  background: linear-gradient(#03A9F4, #E91E63, #673AB7);
}

.gradient-primary-pink-deeporange {
  background: linear-gradient(#03A9F4, #E91E63, #DD6E0F);
}

.gradient-primary-pink-brown {
  background: linear-gradient(#03A9F4, #E91E63, #964B00);
}

.gradient-primary-pink-grey {
  background: linear-gradient(#03A9F4, #E91E63, #808080);
}

.gradient-primary-purple {
  background: linear-gradient(#03A9F4, #9C27B0);
}

.gradient-to-top-primary-purple {
  background: linear-gradient(to top, #03A9F4, #9C27B0);
}

.gradient-to-bottom-primary-purple {
  background: linear-gradient(to bottom, #03A9F4, #9C27B0);
}

.gradient-to-left-primary-purple {
  background: linear-gradient(to left, #03A9F4, #9C27B0);
}

.gradient-to-right-primary-purple {
  background: linear-gradient(to right, #03A9F4, #9C27B0);
}

.gradient-to-top-left-primary-purple {
  background: linear-gradient(to top left, #03A9F4, #9C27B0);
}

.gradient-to-top-right-primary-purple {
  background: linear-gradient(to top right, #03A9F4, #9C27B0);
}

.gradient-to-bottom-left-primary-purple {
  background: linear-gradient(to bottom left, #03A9F4, #9C27B0);
}

.gradient-to-bottom-right-primary-purple {
  background: linear-gradient(to bottom right, #03A9F4, #9C27B0);
}

.gradient-radial-primary-purple {
  background: radial-gradient(circle, #03A9F4, #9C27B0);
}

.gradient-primary-purple-secondary {
  background: linear-gradient(#03A9F4, #9C27B0, #333);
}

.gradient-primary-purple-success {
  background: linear-gradient(#03A9F4, #9C27B0, #28a745);
}

.gradient-primary-purple-info {
  background: linear-gradient(#03A9F4, #9C27B0, #0DCAF0);
}

.gradient-primary-purple-warning {
  background: linear-gradient(#03A9F4, #9C27B0, #FFC107);
}

.gradient-primary-purple-danger {
  background: linear-gradient(#03A9F4, #9C27B0, #DC3545);
}

.gradient-primary-purple-light {
  background: linear-gradient(#03A9F4, #9C27B0, #f5f5f5);
}

.gradient-primary-purple-dark {
  background: linear-gradient(#03A9F4, #9C27B0, #212529);
}

.gradient-primary-purple-red {
  background: linear-gradient(#03A9F4, #9C27B0, #F44336);
}

.gradient-primary-purple-green {
  background: linear-gradient(#03A9F4, #9C27B0, #4CAF50);
}

.gradient-primary-purple-blue {
  background: linear-gradient(#03A9F4, #9C27B0, #2196F3);
}

.gradient-primary-purple-black {
  background: linear-gradient(#03A9F4, #9C27B0, #000);
}

.gradient-primary-purple-white {
  background: linear-gradient(#03A9F4, #9C27B0, #fff);
}

.gradient-primary-purple-pink {
  background: linear-gradient(#03A9F4, #9C27B0, #E91E63);
}

.gradient-primary-purple-indigo {
  background: linear-gradient(#03A9F4, #9C27B0, #3E51B5);
}

.gradient-primary-purple-cyan {
  background: linear-gradient(#03A9F4, #9C27B0, #00BCD4);
}

.gradient-primary-purple-teal {
  background: linear-gradient(#03A9F4, #9C27B0, #009688);
}

.gradient-primary-purple-lime {
  background: linear-gradient(#03A9F4, #9C27B0, #CDDC39);
}

.gradient-primary-purple-yellow {
  background: linear-gradient(#03A9F4, #9C27B0, #FFEB3B);
}

.gradient-primary-purple-amber {
  background: linear-gradient(#03A9F4, #9C27B0, #FFC107);
}

.gradient-primary-purple-orange {
  background: linear-gradient(#03A9F4, #9C27B0, #FF9800);
}

.gradient-primary-purple-lightblue {
  background: linear-gradient(#03A9F4, #9C27B0, #03A9F4);
}

.gradient-primary-purple-lightgreen {
  background: linear-gradient(#03A9F4, #9C27B0, #76FF03);
}

.gradient-primary-purple-deeppurple {
  background: linear-gradient(#03A9F4, #9C27B0, #673AB7);
}

.gradient-primary-purple-deeporange {
  background: linear-gradient(#03A9F4, #9C27B0, #DD6E0F);
}

.gradient-primary-purple-brown {
  background: linear-gradient(#03A9F4, #9C27B0, #964B00);
}

.gradient-primary-purple-grey {
  background: linear-gradient(#03A9F4, #9C27B0, #808080);
}

.gradient-primary-indigo {
  background: linear-gradient(#03A9F4, #3E51B5);
}

.gradient-to-top-primary-indigo {
  background: linear-gradient(to top, #03A9F4, #3E51B5);
}

.gradient-to-bottom-primary-indigo {
  background: linear-gradient(to bottom, #03A9F4, #3E51B5);
}

.gradient-to-left-primary-indigo {
  background: linear-gradient(to left, #03A9F4, #3E51B5);
}

.gradient-to-right-primary-indigo {
  background: linear-gradient(to right, #03A9F4, #3E51B5);
}

.gradient-to-top-left-primary-indigo {
  background: linear-gradient(to top left, #03A9F4, #3E51B5);
}

.gradient-to-top-right-primary-indigo {
  background: linear-gradient(to top right, #03A9F4, #3E51B5);
}

.gradient-to-bottom-left-primary-indigo {
  background: linear-gradient(to bottom left, #03A9F4, #3E51B5);
}

.gradient-to-bottom-right-primary-indigo {
  background: linear-gradient(to bottom right, #03A9F4, #3E51B5);
}

.gradient-radial-primary-indigo {
  background: radial-gradient(circle, #03A9F4, #3E51B5);
}

.gradient-primary-indigo-secondary {
  background: linear-gradient(#03A9F4, #3E51B5, #333);
}

.gradient-primary-indigo-success {
  background: linear-gradient(#03A9F4, #3E51B5, #28a745);
}

.gradient-primary-indigo-info {
  background: linear-gradient(#03A9F4, #3E51B5, #0DCAF0);
}

.gradient-primary-indigo-warning {
  background: linear-gradient(#03A9F4, #3E51B5, #FFC107);
}

.gradient-primary-indigo-danger {
  background: linear-gradient(#03A9F4, #3E51B5, #DC3545);
}

.gradient-primary-indigo-light {
  background: linear-gradient(#03A9F4, #3E51B5, #f5f5f5);
}

.gradient-primary-indigo-dark {
  background: linear-gradient(#03A9F4, #3E51B5, #212529);
}

.gradient-primary-indigo-red {
  background: linear-gradient(#03A9F4, #3E51B5, #F44336);
}

.gradient-primary-indigo-green {
  background: linear-gradient(#03A9F4, #3E51B5, #4CAF50);
}

.gradient-primary-indigo-blue {
  background: linear-gradient(#03A9F4, #3E51B5, #2196F3);
}

.gradient-primary-indigo-black {
  background: linear-gradient(#03A9F4, #3E51B5, #000);
}

.gradient-primary-indigo-white {
  background: linear-gradient(#03A9F4, #3E51B5, #fff);
}

.gradient-primary-indigo-pink {
  background: linear-gradient(#03A9F4, #3E51B5, #E91E63);
}

.gradient-primary-indigo-purple {
  background: linear-gradient(#03A9F4, #3E51B5, #9C27B0);
}

.gradient-primary-indigo-cyan {
  background: linear-gradient(#03A9F4, #3E51B5, #00BCD4);
}

.gradient-primary-indigo-teal {
  background: linear-gradient(#03A9F4, #3E51B5, #009688);
}

.gradient-primary-indigo-lime {
  background: linear-gradient(#03A9F4, #3E51B5, #CDDC39);
}

.gradient-primary-indigo-yellow {
  background: linear-gradient(#03A9F4, #3E51B5, #FFEB3B);
}

.gradient-primary-indigo-amber {
  background: linear-gradient(#03A9F4, #3E51B5, #FFC107);
}

.gradient-primary-indigo-orange {
  background: linear-gradient(#03A9F4, #3E51B5, #FF9800);
}

.gradient-primary-indigo-lightblue {
  background: linear-gradient(#03A9F4, #3E51B5, #03A9F4);
}

.gradient-primary-indigo-lightgreen {
  background: linear-gradient(#03A9F4, #3E51B5, #76FF03);
}

.gradient-primary-indigo-deeppurple {
  background: linear-gradient(#03A9F4, #3E51B5, #673AB7);
}

.gradient-primary-indigo-deeporange {
  background: linear-gradient(#03A9F4, #3E51B5, #DD6E0F);
}

.gradient-primary-indigo-brown {
  background: linear-gradient(#03A9F4, #3E51B5, #964B00);
}

.gradient-primary-indigo-grey {
  background: linear-gradient(#03A9F4, #3E51B5, #808080);
}

.gradient-primary-cyan {
  background: linear-gradient(#03A9F4, #00BCD4);
}

.gradient-to-top-primary-cyan {
  background: linear-gradient(to top, #03A9F4, #00BCD4);
}

.gradient-to-bottom-primary-cyan {
  background: linear-gradient(to bottom, #03A9F4, #00BCD4);
}

.gradient-to-left-primary-cyan {
  background: linear-gradient(to left, #03A9F4, #00BCD4);
}

.gradient-to-right-primary-cyan {
  background: linear-gradient(to right, #03A9F4, #00BCD4);
}

.gradient-to-top-left-primary-cyan {
  background: linear-gradient(to top left, #03A9F4, #00BCD4);
}

.gradient-to-top-right-primary-cyan {
  background: linear-gradient(to top right, #03A9F4, #00BCD4);
}

.gradient-to-bottom-left-primary-cyan {
  background: linear-gradient(to bottom left, #03A9F4, #00BCD4);
}

.gradient-to-bottom-right-primary-cyan {
  background: linear-gradient(to bottom right, #03A9F4, #00BCD4);
}

.gradient-radial-primary-cyan {
  background: radial-gradient(circle, #03A9F4, #00BCD4);
}

.gradient-primary-cyan-secondary {
  background: linear-gradient(#03A9F4, #00BCD4, #333);
}

.gradient-primary-cyan-success {
  background: linear-gradient(#03A9F4, #00BCD4, #28a745);
}

.gradient-primary-cyan-info {
  background: linear-gradient(#03A9F4, #00BCD4, #0DCAF0);
}

.gradient-primary-cyan-warning {
  background: linear-gradient(#03A9F4, #00BCD4, #FFC107);
}

.gradient-primary-cyan-danger {
  background: linear-gradient(#03A9F4, #00BCD4, #DC3545);
}

.gradient-primary-cyan-light {
  background: linear-gradient(#03A9F4, #00BCD4, #f5f5f5);
}

.gradient-primary-cyan-dark {
  background: linear-gradient(#03A9F4, #00BCD4, #212529);
}

.gradient-primary-cyan-red {
  background: linear-gradient(#03A9F4, #00BCD4, #F44336);
}

.gradient-primary-cyan-green {
  background: linear-gradient(#03A9F4, #00BCD4, #4CAF50);
}

.gradient-primary-cyan-blue {
  background: linear-gradient(#03A9F4, #00BCD4, #2196F3);
}

.gradient-primary-cyan-black {
  background: linear-gradient(#03A9F4, #00BCD4, #000);
}

.gradient-primary-cyan-white {
  background: linear-gradient(#03A9F4, #00BCD4, #fff);
}

.gradient-primary-cyan-pink {
  background: linear-gradient(#03A9F4, #00BCD4, #E91E63);
}

.gradient-primary-cyan-purple {
  background: linear-gradient(#03A9F4, #00BCD4, #9C27B0);
}

.gradient-primary-cyan-indigo {
  background: linear-gradient(#03A9F4, #00BCD4, #3E51B5);
}

.gradient-primary-cyan-teal {
  background: linear-gradient(#03A9F4, #00BCD4, #009688);
}

.gradient-primary-cyan-lime {
  background: linear-gradient(#03A9F4, #00BCD4, #CDDC39);
}

.gradient-primary-cyan-yellow {
  background: linear-gradient(#03A9F4, #00BCD4, #FFEB3B);
}

.gradient-primary-cyan-amber {
  background: linear-gradient(#03A9F4, #00BCD4, #FFC107);
}

.gradient-primary-cyan-orange {
  background: linear-gradient(#03A9F4, #00BCD4, #FF9800);
}

.gradient-primary-cyan-lightblue {
  background: linear-gradient(#03A9F4, #00BCD4, #03A9F4);
}

.gradient-primary-cyan-lightgreen {
  background: linear-gradient(#03A9F4, #00BCD4, #76FF03);
}

.gradient-primary-cyan-deeppurple {
  background: linear-gradient(#03A9F4, #00BCD4, #673AB7);
}

.gradient-primary-cyan-deeporange {
  background: linear-gradient(#03A9F4, #00BCD4, #DD6E0F);
}

.gradient-primary-cyan-brown {
  background: linear-gradient(#03A9F4, #00BCD4, #964B00);
}

.gradient-primary-cyan-grey {
  background: linear-gradient(#03A9F4, #00BCD4, #808080);
}

.gradient-primary-teal {
  background: linear-gradient(#03A9F4, #009688);
}

.gradient-to-top-primary-teal {
  background: linear-gradient(to top, #03A9F4, #009688);
}

.gradient-to-bottom-primary-teal {
  background: linear-gradient(to bottom, #03A9F4, #009688);
}

.gradient-to-left-primary-teal {
  background: linear-gradient(to left, #03A9F4, #009688);
}

.gradient-to-right-primary-teal {
  background: linear-gradient(to right, #03A9F4, #009688);
}

.gradient-to-top-left-primary-teal {
  background: linear-gradient(to top left, #03A9F4, #009688);
}

.gradient-to-top-right-primary-teal {
  background: linear-gradient(to top right, #03A9F4, #009688);
}

.gradient-to-bottom-left-primary-teal {
  background: linear-gradient(to bottom left, #03A9F4, #009688);
}

.gradient-to-bottom-right-primary-teal {
  background: linear-gradient(to bottom right, #03A9F4, #009688);
}

.gradient-radial-primary-teal {
  background: radial-gradient(circle, #03A9F4, #009688);
}

.gradient-primary-teal-secondary {
  background: linear-gradient(#03A9F4, #009688, #333);
}

.gradient-primary-teal-success {
  background: linear-gradient(#03A9F4, #009688, #28a745);
}

.gradient-primary-teal-info {
  background: linear-gradient(#03A9F4, #009688, #0DCAF0);
}

.gradient-primary-teal-warning {
  background: linear-gradient(#03A9F4, #009688, #FFC107);
}

.gradient-primary-teal-danger {
  background: linear-gradient(#03A9F4, #009688, #DC3545);
}

.gradient-primary-teal-light {
  background: linear-gradient(#03A9F4, #009688, #f5f5f5);
}

.gradient-primary-teal-dark {
  background: linear-gradient(#03A9F4, #009688, #212529);
}

.gradient-primary-teal-red {
  background: linear-gradient(#03A9F4, #009688, #F44336);
}

.gradient-primary-teal-green {
  background: linear-gradient(#03A9F4, #009688, #4CAF50);
}

.gradient-primary-teal-blue {
  background: linear-gradient(#03A9F4, #009688, #2196F3);
}

.gradient-primary-teal-black {
  background: linear-gradient(#03A9F4, #009688, #000);
}

.gradient-primary-teal-white {
  background: linear-gradient(#03A9F4, #009688, #fff);
}

.gradient-primary-teal-pink {
  background: linear-gradient(#03A9F4, #009688, #E91E63);
}

.gradient-primary-teal-purple {
  background: linear-gradient(#03A9F4, #009688, #9C27B0);
}

.gradient-primary-teal-indigo {
  background: linear-gradient(#03A9F4, #009688, #3E51B5);
}

.gradient-primary-teal-cyan {
  background: linear-gradient(#03A9F4, #009688, #00BCD4);
}

.gradient-primary-teal-lime {
  background: linear-gradient(#03A9F4, #009688, #CDDC39);
}

.gradient-primary-teal-yellow {
  background: linear-gradient(#03A9F4, #009688, #FFEB3B);
}

.gradient-primary-teal-amber {
  background: linear-gradient(#03A9F4, #009688, #FFC107);
}

.gradient-primary-teal-orange {
  background: linear-gradient(#03A9F4, #009688, #FF9800);
}

.gradient-primary-teal-lightblue {
  background: linear-gradient(#03A9F4, #009688, #03A9F4);
}

.gradient-primary-teal-lightgreen {
  background: linear-gradient(#03A9F4, #009688, #76FF03);
}

.gradient-primary-teal-deeppurple {
  background: linear-gradient(#03A9F4, #009688, #673AB7);
}

.gradient-primary-teal-deeporange {
  background: linear-gradient(#03A9F4, #009688, #DD6E0F);
}

.gradient-primary-teal-brown {
  background: linear-gradient(#03A9F4, #009688, #964B00);
}

.gradient-primary-teal-grey {
  background: linear-gradient(#03A9F4, #009688, #808080);
}

.gradient-primary-lime {
  background: linear-gradient(#03A9F4, #CDDC39);
}

.gradient-to-top-primary-lime {
  background: linear-gradient(to top, #03A9F4, #CDDC39);
}

.gradient-to-bottom-primary-lime {
  background: linear-gradient(to bottom, #03A9F4, #CDDC39);
}

.gradient-to-left-primary-lime {
  background: linear-gradient(to left, #03A9F4, #CDDC39);
}

.gradient-to-right-primary-lime {
  background: linear-gradient(to right, #03A9F4, #CDDC39);
}

.gradient-to-top-left-primary-lime {
  background: linear-gradient(to top left, #03A9F4, #CDDC39);
}

.gradient-to-top-right-primary-lime {
  background: linear-gradient(to top right, #03A9F4, #CDDC39);
}

.gradient-to-bottom-left-primary-lime {
  background: linear-gradient(to bottom left, #03A9F4, #CDDC39);
}

.gradient-to-bottom-right-primary-lime {
  background: linear-gradient(to bottom right, #03A9F4, #CDDC39);
}

.gradient-radial-primary-lime {
  background: radial-gradient(circle, #03A9F4, #CDDC39);
}

.gradient-primary-lime-secondary {
  background: linear-gradient(#03A9F4, #CDDC39, #333);
}

.gradient-primary-lime-success {
  background: linear-gradient(#03A9F4, #CDDC39, #28a745);
}

.gradient-primary-lime-info {
  background: linear-gradient(#03A9F4, #CDDC39, #0DCAF0);
}

.gradient-primary-lime-warning {
  background: linear-gradient(#03A9F4, #CDDC39, #FFC107);
}

.gradient-primary-lime-danger {
  background: linear-gradient(#03A9F4, #CDDC39, #DC3545);
}

.gradient-primary-lime-light {
  background: linear-gradient(#03A9F4, #CDDC39, #f5f5f5);
}

.gradient-primary-lime-dark {
  background: linear-gradient(#03A9F4, #CDDC39, #212529);
}

.gradient-primary-lime-red {
  background: linear-gradient(#03A9F4, #CDDC39, #F44336);
}

.gradient-primary-lime-green {
  background: linear-gradient(#03A9F4, #CDDC39, #4CAF50);
}

.gradient-primary-lime-blue {
  background: linear-gradient(#03A9F4, #CDDC39, #2196F3);
}

.gradient-primary-lime-black {
  background: linear-gradient(#03A9F4, #CDDC39, #000);
}

.gradient-primary-lime-white {
  background: linear-gradient(#03A9F4, #CDDC39, #fff);
}

.gradient-primary-lime-pink {
  background: linear-gradient(#03A9F4, #CDDC39, #E91E63);
}

.gradient-primary-lime-purple {
  background: linear-gradient(#03A9F4, #CDDC39, #9C27B0);
}

.gradient-primary-lime-indigo {
  background: linear-gradient(#03A9F4, #CDDC39, #3E51B5);
}

.gradient-primary-lime-cyan {
  background: linear-gradient(#03A9F4, #CDDC39, #00BCD4);
}

.gradient-primary-lime-teal {
  background: linear-gradient(#03A9F4, #CDDC39, #009688);
}

.gradient-primary-lime-yellow {
  background: linear-gradient(#03A9F4, #CDDC39, #FFEB3B);
}

.gradient-primary-lime-amber {
  background: linear-gradient(#03A9F4, #CDDC39, #FFC107);
}

.gradient-primary-lime-orange {
  background: linear-gradient(#03A9F4, #CDDC39, #FF9800);
}

.gradient-primary-lime-lightblue {
  background: linear-gradient(#03A9F4, #CDDC39, #03A9F4);
}

.gradient-primary-lime-lightgreen {
  background: linear-gradient(#03A9F4, #CDDC39, #76FF03);
}

.gradient-primary-lime-deeppurple {
  background: linear-gradient(#03A9F4, #CDDC39, #673AB7);
}

.gradient-primary-lime-deeporange {
  background: linear-gradient(#03A9F4, #CDDC39, #DD6E0F);
}

.gradient-primary-lime-brown {
  background: linear-gradient(#03A9F4, #CDDC39, #964B00);
}

.gradient-primary-lime-grey {
  background: linear-gradient(#03A9F4, #CDDC39, #808080);
}

.gradient-primary-yellow {
  background: linear-gradient(#03A9F4, #FFEB3B);
}

.gradient-to-top-primary-yellow {
  background: linear-gradient(to top, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-primary-yellow {
  background: linear-gradient(to bottom, #03A9F4, #FFEB3B);
}

.gradient-to-left-primary-yellow {
  background: linear-gradient(to left, #03A9F4, #FFEB3B);
}

.gradient-to-right-primary-yellow {
  background: linear-gradient(to right, #03A9F4, #FFEB3B);
}

.gradient-to-top-left-primary-yellow {
  background: linear-gradient(to top left, #03A9F4, #FFEB3B);
}

.gradient-to-top-right-primary-yellow {
  background: linear-gradient(to top right, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-left-primary-yellow {
  background: linear-gradient(to bottom left, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-right-primary-yellow {
  background: linear-gradient(to bottom right, #03A9F4, #FFEB3B);
}

.gradient-radial-primary-yellow {
  background: radial-gradient(circle, #03A9F4, #FFEB3B);
}

.gradient-primary-yellow-secondary {
  background: linear-gradient(#03A9F4, #FFEB3B, #333);
}

.gradient-primary-yellow-success {
  background: linear-gradient(#03A9F4, #FFEB3B, #28a745);
}

.gradient-primary-yellow-info {
  background: linear-gradient(#03A9F4, #FFEB3B, #0DCAF0);
}

.gradient-primary-yellow-warning {
  background: linear-gradient(#03A9F4, #FFEB3B, #FFC107);
}

.gradient-primary-yellow-danger {
  background: linear-gradient(#03A9F4, #FFEB3B, #DC3545);
}

.gradient-primary-yellow-light {
  background: linear-gradient(#03A9F4, #FFEB3B, #f5f5f5);
}

.gradient-primary-yellow-dark {
  background: linear-gradient(#03A9F4, #FFEB3B, #212529);
}

.gradient-primary-yellow-red {
  background: linear-gradient(#03A9F4, #FFEB3B, #F44336);
}

.gradient-primary-yellow-green {
  background: linear-gradient(#03A9F4, #FFEB3B, #4CAF50);
}

.gradient-primary-yellow-blue {
  background: linear-gradient(#03A9F4, #FFEB3B, #2196F3);
}

.gradient-primary-yellow-black {
  background: linear-gradient(#03A9F4, #FFEB3B, #000);
}

.gradient-primary-yellow-white {
  background: linear-gradient(#03A9F4, #FFEB3B, #fff);
}

.gradient-primary-yellow-pink {
  background: linear-gradient(#03A9F4, #FFEB3B, #E91E63);
}

.gradient-primary-yellow-purple {
  background: linear-gradient(#03A9F4, #FFEB3B, #9C27B0);
}

.gradient-primary-yellow-indigo {
  background: linear-gradient(#03A9F4, #FFEB3B, #3E51B5);
}

.gradient-primary-yellow-cyan {
  background: linear-gradient(#03A9F4, #FFEB3B, #00BCD4);
}

.gradient-primary-yellow-teal {
  background: linear-gradient(#03A9F4, #FFEB3B, #009688);
}

.gradient-primary-yellow-lime {
  background: linear-gradient(#03A9F4, #FFEB3B, #CDDC39);
}

.gradient-primary-yellow-amber {
  background: linear-gradient(#03A9F4, #FFEB3B, #FFC107);
}

.gradient-primary-yellow-orange {
  background: linear-gradient(#03A9F4, #FFEB3B, #FF9800);
}

.gradient-primary-yellow-lightblue {
  background: linear-gradient(#03A9F4, #FFEB3B, #03A9F4);
}

.gradient-primary-yellow-lightgreen {
  background: linear-gradient(#03A9F4, #FFEB3B, #76FF03);
}

.gradient-primary-yellow-deeppurple {
  background: linear-gradient(#03A9F4, #FFEB3B, #673AB7);
}

.gradient-primary-yellow-deeporange {
  background: linear-gradient(#03A9F4, #FFEB3B, #DD6E0F);
}

.gradient-primary-yellow-brown {
  background: linear-gradient(#03A9F4, #FFEB3B, #964B00);
}

.gradient-primary-yellow-grey {
  background: linear-gradient(#03A9F4, #FFEB3B, #808080);
}

.gradient-primary-amber {
  background: linear-gradient(#03A9F4, #FFC107);
}

.gradient-to-top-primary-amber {
  background: linear-gradient(to top, #03A9F4, #FFC107);
}

.gradient-to-bottom-primary-amber {
  background: linear-gradient(to bottom, #03A9F4, #FFC107);
}

.gradient-to-left-primary-amber {
  background: linear-gradient(to left, #03A9F4, #FFC107);
}

.gradient-to-right-primary-amber {
  background: linear-gradient(to right, #03A9F4, #FFC107);
}

.gradient-to-top-left-primary-amber {
  background: linear-gradient(to top left, #03A9F4, #FFC107);
}

.gradient-to-top-right-primary-amber {
  background: linear-gradient(to top right, #03A9F4, #FFC107);
}

.gradient-to-bottom-left-primary-amber {
  background: linear-gradient(to bottom left, #03A9F4, #FFC107);
}

.gradient-to-bottom-right-primary-amber {
  background: linear-gradient(to bottom right, #03A9F4, #FFC107);
}

.gradient-radial-primary-amber {
  background: radial-gradient(circle, #03A9F4, #FFC107);
}

.gradient-primary-amber-secondary {
  background: linear-gradient(#03A9F4, #FFC107, #333);
}

.gradient-primary-amber-success {
  background: linear-gradient(#03A9F4, #FFC107, #28a745);
}

.gradient-primary-amber-info {
  background: linear-gradient(#03A9F4, #FFC107, #0DCAF0);
}

.gradient-primary-amber-warning {
  background: linear-gradient(#03A9F4, #FFC107, #FFC107);
}

.gradient-primary-amber-danger {
  background: linear-gradient(#03A9F4, #FFC107, #DC3545);
}

.gradient-primary-amber-light {
  background: linear-gradient(#03A9F4, #FFC107, #f5f5f5);
}

.gradient-primary-amber-dark {
  background: linear-gradient(#03A9F4, #FFC107, #212529);
}

.gradient-primary-amber-red {
  background: linear-gradient(#03A9F4, #FFC107, #F44336);
}

.gradient-primary-amber-green {
  background: linear-gradient(#03A9F4, #FFC107, #4CAF50);
}

.gradient-primary-amber-blue {
  background: linear-gradient(#03A9F4, #FFC107, #2196F3);
}

.gradient-primary-amber-black {
  background: linear-gradient(#03A9F4, #FFC107, #000);
}

.gradient-primary-amber-white {
  background: linear-gradient(#03A9F4, #FFC107, #fff);
}

.gradient-primary-amber-pink {
  background: linear-gradient(#03A9F4, #FFC107, #E91E63);
}

.gradient-primary-amber-purple {
  background: linear-gradient(#03A9F4, #FFC107, #9C27B0);
}

.gradient-primary-amber-indigo {
  background: linear-gradient(#03A9F4, #FFC107, #3E51B5);
}

.gradient-primary-amber-cyan {
  background: linear-gradient(#03A9F4, #FFC107, #00BCD4);
}

.gradient-primary-amber-teal {
  background: linear-gradient(#03A9F4, #FFC107, #009688);
}

.gradient-primary-amber-lime {
  background: linear-gradient(#03A9F4, #FFC107, #CDDC39);
}

.gradient-primary-amber-yellow {
  background: linear-gradient(#03A9F4, #FFC107, #FFEB3B);
}

.gradient-primary-amber-orange {
  background: linear-gradient(#03A9F4, #FFC107, #FF9800);
}

.gradient-primary-amber-lightblue {
  background: linear-gradient(#03A9F4, #FFC107, #03A9F4);
}

.gradient-primary-amber-lightgreen {
  background: linear-gradient(#03A9F4, #FFC107, #76FF03);
}

.gradient-primary-amber-deeppurple {
  background: linear-gradient(#03A9F4, #FFC107, #673AB7);
}

.gradient-primary-amber-deeporange {
  background: linear-gradient(#03A9F4, #FFC107, #DD6E0F);
}

.gradient-primary-amber-brown {
  background: linear-gradient(#03A9F4, #FFC107, #964B00);
}

.gradient-primary-amber-grey {
  background: linear-gradient(#03A9F4, #FFC107, #808080);
}

.gradient-primary-orange {
  background: linear-gradient(#03A9F4, #FF9800);
}

.gradient-to-top-primary-orange {
  background: linear-gradient(to top, #03A9F4, #FF9800);
}

.gradient-to-bottom-primary-orange {
  background: linear-gradient(to bottom, #03A9F4, #FF9800);
}

.gradient-to-left-primary-orange {
  background: linear-gradient(to left, #03A9F4, #FF9800);
}

.gradient-to-right-primary-orange {
  background: linear-gradient(to right, #03A9F4, #FF9800);
}

.gradient-to-top-left-primary-orange {
  background: linear-gradient(to top left, #03A9F4, #FF9800);
}

.gradient-to-top-right-primary-orange {
  background: linear-gradient(to top right, #03A9F4, #FF9800);
}

.gradient-to-bottom-left-primary-orange {
  background: linear-gradient(to bottom left, #03A9F4, #FF9800);
}

.gradient-to-bottom-right-primary-orange {
  background: linear-gradient(to bottom right, #03A9F4, #FF9800);
}

.gradient-radial-primary-orange {
  background: radial-gradient(circle, #03A9F4, #FF9800);
}

.gradient-primary-orange-secondary {
  background: linear-gradient(#03A9F4, #FF9800, #333);
}

.gradient-primary-orange-success {
  background: linear-gradient(#03A9F4, #FF9800, #28a745);
}

.gradient-primary-orange-info {
  background: linear-gradient(#03A9F4, #FF9800, #0DCAF0);
}

.gradient-primary-orange-warning {
  background: linear-gradient(#03A9F4, #FF9800, #FFC107);
}

.gradient-primary-orange-danger {
  background: linear-gradient(#03A9F4, #FF9800, #DC3545);
}

.gradient-primary-orange-light {
  background: linear-gradient(#03A9F4, #FF9800, #f5f5f5);
}

.gradient-primary-orange-dark {
  background: linear-gradient(#03A9F4, #FF9800, #212529);
}

.gradient-primary-orange-red {
  background: linear-gradient(#03A9F4, #FF9800, #F44336);
}

.gradient-primary-orange-green {
  background: linear-gradient(#03A9F4, #FF9800, #4CAF50);
}

.gradient-primary-orange-blue {
  background: linear-gradient(#03A9F4, #FF9800, #2196F3);
}

.gradient-primary-orange-black {
  background: linear-gradient(#03A9F4, #FF9800, #000);
}

.gradient-primary-orange-white {
  background: linear-gradient(#03A9F4, #FF9800, #fff);
}

.gradient-primary-orange-pink {
  background: linear-gradient(#03A9F4, #FF9800, #E91E63);
}

.gradient-primary-orange-purple {
  background: linear-gradient(#03A9F4, #FF9800, #9C27B0);
}

.gradient-primary-orange-indigo {
  background: linear-gradient(#03A9F4, #FF9800, #3E51B5);
}

.gradient-primary-orange-cyan {
  background: linear-gradient(#03A9F4, #FF9800, #00BCD4);
}

.gradient-primary-orange-teal {
  background: linear-gradient(#03A9F4, #FF9800, #009688);
}

.gradient-primary-orange-lime {
  background: linear-gradient(#03A9F4, #FF9800, #CDDC39);
}

.gradient-primary-orange-yellow {
  background: linear-gradient(#03A9F4, #FF9800, #FFEB3B);
}

.gradient-primary-orange-amber {
  background: linear-gradient(#03A9F4, #FF9800, #FFC107);
}

.gradient-primary-orange-lightblue {
  background: linear-gradient(#03A9F4, #FF9800, #03A9F4);
}

.gradient-primary-orange-lightgreen {
  background: linear-gradient(#03A9F4, #FF9800, #76FF03);
}

.gradient-primary-orange-deeppurple {
  background: linear-gradient(#03A9F4, #FF9800, #673AB7);
}

.gradient-primary-orange-deeporange {
  background: linear-gradient(#03A9F4, #FF9800, #DD6E0F);
}

.gradient-primary-orange-brown {
  background: linear-gradient(#03A9F4, #FF9800, #964B00);
}

.gradient-primary-orange-grey {
  background: linear-gradient(#03A9F4, #FF9800, #808080);
}

.gradient-primary-lightblue {
  background: linear-gradient(#03A9F4, #03A9F4);
}

.gradient-to-top-primary-lightblue {
  background: linear-gradient(to top, #03A9F4, #03A9F4);
}

.gradient-to-bottom-primary-lightblue {
  background: linear-gradient(to bottom, #03A9F4, #03A9F4);
}

.gradient-to-left-primary-lightblue {
  background: linear-gradient(to left, #03A9F4, #03A9F4);
}

.gradient-to-right-primary-lightblue {
  background: linear-gradient(to right, #03A9F4, #03A9F4);
}

.gradient-to-top-left-primary-lightblue {
  background: linear-gradient(to top left, #03A9F4, #03A9F4);
}

.gradient-to-top-right-primary-lightblue {
  background: linear-gradient(to top right, #03A9F4, #03A9F4);
}

.gradient-to-bottom-left-primary-lightblue {
  background: linear-gradient(to bottom left, #03A9F4, #03A9F4);
}

.gradient-to-bottom-right-primary-lightblue {
  background: linear-gradient(to bottom right, #03A9F4, #03A9F4);
}

.gradient-radial-primary-lightblue {
  background: radial-gradient(circle, #03A9F4, #03A9F4);
}

.gradient-primary-lightblue-secondary {
  background: linear-gradient(#03A9F4, #03A9F4, #333);
}

.gradient-primary-lightblue-success {
  background: linear-gradient(#03A9F4, #03A9F4, #28a745);
}

.gradient-primary-lightblue-info {
  background: linear-gradient(#03A9F4, #03A9F4, #0DCAF0);
}

.gradient-primary-lightblue-warning {
  background: linear-gradient(#03A9F4, #03A9F4, #FFC107);
}

.gradient-primary-lightblue-danger {
  background: linear-gradient(#03A9F4, #03A9F4, #DC3545);
}

.gradient-primary-lightblue-light {
  background: linear-gradient(#03A9F4, #03A9F4, #f5f5f5);
}

.gradient-primary-lightblue-dark {
  background: linear-gradient(#03A9F4, #03A9F4, #212529);
}

.gradient-primary-lightblue-red {
  background: linear-gradient(#03A9F4, #03A9F4, #F44336);
}

.gradient-primary-lightblue-green {
  background: linear-gradient(#03A9F4, #03A9F4, #4CAF50);
}

.gradient-primary-lightblue-blue {
  background: linear-gradient(#03A9F4, #03A9F4, #2196F3);
}

.gradient-primary-lightblue-black {
  background: linear-gradient(#03A9F4, #03A9F4, #000);
}

.gradient-primary-lightblue-white {
  background: linear-gradient(#03A9F4, #03A9F4, #fff);
}

.gradient-primary-lightblue-pink {
  background: linear-gradient(#03A9F4, #03A9F4, #E91E63);
}

.gradient-primary-lightblue-purple {
  background: linear-gradient(#03A9F4, #03A9F4, #9C27B0);
}

.gradient-primary-lightblue-indigo {
  background: linear-gradient(#03A9F4, #03A9F4, #3E51B5);
}

.gradient-primary-lightblue-cyan {
  background: linear-gradient(#03A9F4, #03A9F4, #00BCD4);
}

.gradient-primary-lightblue-teal {
  background: linear-gradient(#03A9F4, #03A9F4, #009688);
}

.gradient-primary-lightblue-lime {
  background: linear-gradient(#03A9F4, #03A9F4, #CDDC39);
}

.gradient-primary-lightblue-yellow {
  background: linear-gradient(#03A9F4, #03A9F4, #FFEB3B);
}

.gradient-primary-lightblue-amber {
  background: linear-gradient(#03A9F4, #03A9F4, #FFC107);
}

.gradient-primary-lightblue-orange {
  background: linear-gradient(#03A9F4, #03A9F4, #FF9800);
}

.gradient-primary-lightblue-lightgreen {
  background: linear-gradient(#03A9F4, #03A9F4, #76FF03);
}

.gradient-primary-lightblue-deeppurple {
  background: linear-gradient(#03A9F4, #03A9F4, #673AB7);
}

.gradient-primary-lightblue-deeporange {
  background: linear-gradient(#03A9F4, #03A9F4, #DD6E0F);
}

.gradient-primary-lightblue-brown {
  background: linear-gradient(#03A9F4, #03A9F4, #964B00);
}

.gradient-primary-lightblue-grey {
  background: linear-gradient(#03A9F4, #03A9F4, #808080);
}

.gradient-primary-lightgreen {
  background: linear-gradient(#03A9F4, #76FF03);
}

.gradient-to-top-primary-lightgreen {
  background: linear-gradient(to top, #03A9F4, #76FF03);
}

.gradient-to-bottom-primary-lightgreen {
  background: linear-gradient(to bottom, #03A9F4, #76FF03);
}

.gradient-to-left-primary-lightgreen {
  background: linear-gradient(to left, #03A9F4, #76FF03);
}

.gradient-to-right-primary-lightgreen {
  background: linear-gradient(to right, #03A9F4, #76FF03);
}

.gradient-to-top-left-primary-lightgreen {
  background: linear-gradient(to top left, #03A9F4, #76FF03);
}

.gradient-to-top-right-primary-lightgreen {
  background: linear-gradient(to top right, #03A9F4, #76FF03);
}

.gradient-to-bottom-left-primary-lightgreen {
  background: linear-gradient(to bottom left, #03A9F4, #76FF03);
}

.gradient-to-bottom-right-primary-lightgreen {
  background: linear-gradient(to bottom right, #03A9F4, #76FF03);
}

.gradient-radial-primary-lightgreen {
  background: radial-gradient(circle, #03A9F4, #76FF03);
}

.gradient-primary-lightgreen-secondary {
  background: linear-gradient(#03A9F4, #76FF03, #333);
}

.gradient-primary-lightgreen-success {
  background: linear-gradient(#03A9F4, #76FF03, #28a745);
}

.gradient-primary-lightgreen-info {
  background: linear-gradient(#03A9F4, #76FF03, #0DCAF0);
}

.gradient-primary-lightgreen-warning {
  background: linear-gradient(#03A9F4, #76FF03, #FFC107);
}

.gradient-primary-lightgreen-danger {
  background: linear-gradient(#03A9F4, #76FF03, #DC3545);
}

.gradient-primary-lightgreen-light {
  background: linear-gradient(#03A9F4, #76FF03, #f5f5f5);
}

.gradient-primary-lightgreen-dark {
  background: linear-gradient(#03A9F4, #76FF03, #212529);
}

.gradient-primary-lightgreen-red {
  background: linear-gradient(#03A9F4, #76FF03, #F44336);
}

.gradient-primary-lightgreen-green {
  background: linear-gradient(#03A9F4, #76FF03, #4CAF50);
}

.gradient-primary-lightgreen-blue {
  background: linear-gradient(#03A9F4, #76FF03, #2196F3);
}

.gradient-primary-lightgreen-black {
  background: linear-gradient(#03A9F4, #76FF03, #000);
}

.gradient-primary-lightgreen-white {
  background: linear-gradient(#03A9F4, #76FF03, #fff);
}

.gradient-primary-lightgreen-pink {
  background: linear-gradient(#03A9F4, #76FF03, #E91E63);
}

.gradient-primary-lightgreen-purple {
  background: linear-gradient(#03A9F4, #76FF03, #9C27B0);
}

.gradient-primary-lightgreen-indigo {
  background: linear-gradient(#03A9F4, #76FF03, #3E51B5);
}

.gradient-primary-lightgreen-cyan {
  background: linear-gradient(#03A9F4, #76FF03, #00BCD4);
}

.gradient-primary-lightgreen-teal {
  background: linear-gradient(#03A9F4, #76FF03, #009688);
}

.gradient-primary-lightgreen-lime {
  background: linear-gradient(#03A9F4, #76FF03, #CDDC39);
}

.gradient-primary-lightgreen-yellow {
  background: linear-gradient(#03A9F4, #76FF03, #FFEB3B);
}

.gradient-primary-lightgreen-amber {
  background: linear-gradient(#03A9F4, #76FF03, #FFC107);
}

.gradient-primary-lightgreen-orange {
  background: linear-gradient(#03A9F4, #76FF03, #FF9800);
}

.gradient-primary-lightgreen-lightblue {
  background: linear-gradient(#03A9F4, #76FF03, #03A9F4);
}

.gradient-primary-lightgreen-deeppurple {
  background: linear-gradient(#03A9F4, #76FF03, #673AB7);
}

.gradient-primary-lightgreen-deeporange {
  background: linear-gradient(#03A9F4, #76FF03, #DD6E0F);
}

.gradient-primary-lightgreen-brown {
  background: linear-gradient(#03A9F4, #76FF03, #964B00);
}

.gradient-primary-lightgreen-grey {
  background: linear-gradient(#03A9F4, #76FF03, #808080);
}

.gradient-primary-deeppurple {
  background: linear-gradient(#03A9F4, #673AB7);
}

.gradient-to-top-primary-deeppurple {
  background: linear-gradient(to top, #03A9F4, #673AB7);
}

.gradient-to-bottom-primary-deeppurple {
  background: linear-gradient(to bottom, #03A9F4, #673AB7);
}

.gradient-to-left-primary-deeppurple {
  background: linear-gradient(to left, #03A9F4, #673AB7);
}

.gradient-to-right-primary-deeppurple {
  background: linear-gradient(to right, #03A9F4, #673AB7);
}

.gradient-to-top-left-primary-deeppurple {
  background: linear-gradient(to top left, #03A9F4, #673AB7);
}

.gradient-to-top-right-primary-deeppurple {
  background: linear-gradient(to top right, #03A9F4, #673AB7);
}

.gradient-to-bottom-left-primary-deeppurple {
  background: linear-gradient(to bottom left, #03A9F4, #673AB7);
}

.gradient-to-bottom-right-primary-deeppurple {
  background: linear-gradient(to bottom right, #03A9F4, #673AB7);
}

.gradient-radial-primary-deeppurple {
  background: radial-gradient(circle, #03A9F4, #673AB7);
}

.gradient-primary-deeppurple-secondary {
  background: linear-gradient(#03A9F4, #673AB7, #333);
}

.gradient-primary-deeppurple-success {
  background: linear-gradient(#03A9F4, #673AB7, #28a745);
}

.gradient-primary-deeppurple-info {
  background: linear-gradient(#03A9F4, #673AB7, #0DCAF0);
}

.gradient-primary-deeppurple-warning {
  background: linear-gradient(#03A9F4, #673AB7, #FFC107);
}

.gradient-primary-deeppurple-danger {
  background: linear-gradient(#03A9F4, #673AB7, #DC3545);
}

.gradient-primary-deeppurple-light {
  background: linear-gradient(#03A9F4, #673AB7, #f5f5f5);
}

.gradient-primary-deeppurple-dark {
  background: linear-gradient(#03A9F4, #673AB7, #212529);
}

.gradient-primary-deeppurple-red {
  background: linear-gradient(#03A9F4, #673AB7, #F44336);
}

.gradient-primary-deeppurple-green {
  background: linear-gradient(#03A9F4, #673AB7, #4CAF50);
}

.gradient-primary-deeppurple-blue {
  background: linear-gradient(#03A9F4, #673AB7, #2196F3);
}

.gradient-primary-deeppurple-black {
  background: linear-gradient(#03A9F4, #673AB7, #000);
}

.gradient-primary-deeppurple-white {
  background: linear-gradient(#03A9F4, #673AB7, #fff);
}

.gradient-primary-deeppurple-pink {
  background: linear-gradient(#03A9F4, #673AB7, #E91E63);
}

.gradient-primary-deeppurple-purple {
  background: linear-gradient(#03A9F4, #673AB7, #9C27B0);
}

.gradient-primary-deeppurple-indigo {
  background: linear-gradient(#03A9F4, #673AB7, #3E51B5);
}

.gradient-primary-deeppurple-cyan {
  background: linear-gradient(#03A9F4, #673AB7, #00BCD4);
}

.gradient-primary-deeppurple-teal {
  background: linear-gradient(#03A9F4, #673AB7, #009688);
}

.gradient-primary-deeppurple-lime {
  background: linear-gradient(#03A9F4, #673AB7, #CDDC39);
}

.gradient-primary-deeppurple-yellow {
  background: linear-gradient(#03A9F4, #673AB7, #FFEB3B);
}

.gradient-primary-deeppurple-amber {
  background: linear-gradient(#03A9F4, #673AB7, #FFC107);
}

.gradient-primary-deeppurple-orange {
  background: linear-gradient(#03A9F4, #673AB7, #FF9800);
}

.gradient-primary-deeppurple-lightblue {
  background: linear-gradient(#03A9F4, #673AB7, #03A9F4);
}

.gradient-primary-deeppurple-lightgreen {
  background: linear-gradient(#03A9F4, #673AB7, #76FF03);
}

.gradient-primary-deeppurple-deeporange {
  background: linear-gradient(#03A9F4, #673AB7, #DD6E0F);
}

.gradient-primary-deeppurple-brown {
  background: linear-gradient(#03A9F4, #673AB7, #964B00);
}

.gradient-primary-deeppurple-grey {
  background: linear-gradient(#03A9F4, #673AB7, #808080);
}

.gradient-primary-deeporange {
  background: linear-gradient(#03A9F4, #DD6E0F);
}

.gradient-to-top-primary-deeporange {
  background: linear-gradient(to top, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-primary-deeporange {
  background: linear-gradient(to bottom, #03A9F4, #DD6E0F);
}

.gradient-to-left-primary-deeporange {
  background: linear-gradient(to left, #03A9F4, #DD6E0F);
}

.gradient-to-right-primary-deeporange {
  background: linear-gradient(to right, #03A9F4, #DD6E0F);
}

.gradient-to-top-left-primary-deeporange {
  background: linear-gradient(to top left, #03A9F4, #DD6E0F);
}

.gradient-to-top-right-primary-deeporange {
  background: linear-gradient(to top right, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-left-primary-deeporange {
  background: linear-gradient(to bottom left, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-right-primary-deeporange {
  background: linear-gradient(to bottom right, #03A9F4, #DD6E0F);
}

.gradient-radial-primary-deeporange {
  background: radial-gradient(circle, #03A9F4, #DD6E0F);
}

.gradient-primary-deeporange-secondary {
  background: linear-gradient(#03A9F4, #DD6E0F, #333);
}

.gradient-primary-deeporange-success {
  background: linear-gradient(#03A9F4, #DD6E0F, #28a745);
}

.gradient-primary-deeporange-info {
  background: linear-gradient(#03A9F4, #DD6E0F, #0DCAF0);
}

.gradient-primary-deeporange-warning {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFC107);
}

.gradient-primary-deeporange-danger {
  background: linear-gradient(#03A9F4, #DD6E0F, #DC3545);
}

.gradient-primary-deeporange-light {
  background: linear-gradient(#03A9F4, #DD6E0F, #f5f5f5);
}

.gradient-primary-deeporange-dark {
  background: linear-gradient(#03A9F4, #DD6E0F, #212529);
}

.gradient-primary-deeporange-red {
  background: linear-gradient(#03A9F4, #DD6E0F, #F44336);
}

.gradient-primary-deeporange-green {
  background: linear-gradient(#03A9F4, #DD6E0F, #4CAF50);
}

.gradient-primary-deeporange-blue {
  background: linear-gradient(#03A9F4, #DD6E0F, #2196F3);
}

.gradient-primary-deeporange-black {
  background: linear-gradient(#03A9F4, #DD6E0F, #000);
}

.gradient-primary-deeporange-white {
  background: linear-gradient(#03A9F4, #DD6E0F, #fff);
}

.gradient-primary-deeporange-pink {
  background: linear-gradient(#03A9F4, #DD6E0F, #E91E63);
}

.gradient-primary-deeporange-purple {
  background: linear-gradient(#03A9F4, #DD6E0F, #9C27B0);
}

.gradient-primary-deeporange-indigo {
  background: linear-gradient(#03A9F4, #DD6E0F, #3E51B5);
}

.gradient-primary-deeporange-cyan {
  background: linear-gradient(#03A9F4, #DD6E0F, #00BCD4);
}

.gradient-primary-deeporange-teal {
  background: linear-gradient(#03A9F4, #DD6E0F, #009688);
}

.gradient-primary-deeporange-lime {
  background: linear-gradient(#03A9F4, #DD6E0F, #CDDC39);
}

.gradient-primary-deeporange-yellow {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFEB3B);
}

.gradient-primary-deeporange-amber {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFC107);
}

.gradient-primary-deeporange-orange {
  background: linear-gradient(#03A9F4, #DD6E0F, #FF9800);
}

.gradient-primary-deeporange-lightblue {
  background: linear-gradient(#03A9F4, #DD6E0F, #03A9F4);
}

.gradient-primary-deeporange-lightgreen {
  background: linear-gradient(#03A9F4, #DD6E0F, #76FF03);
}

.gradient-primary-deeporange-deeppurple {
  background: linear-gradient(#03A9F4, #DD6E0F, #673AB7);
}

.gradient-primary-deeporange-brown {
  background: linear-gradient(#03A9F4, #DD6E0F, #964B00);
}

.gradient-primary-deeporange-grey {
  background: linear-gradient(#03A9F4, #DD6E0F, #808080);
}

.gradient-primary-brown {
  background: linear-gradient(#03A9F4, #964B00);
}

.gradient-to-top-primary-brown {
  background: linear-gradient(to top, #03A9F4, #964B00);
}

.gradient-to-bottom-primary-brown {
  background: linear-gradient(to bottom, #03A9F4, #964B00);
}

.gradient-to-left-primary-brown {
  background: linear-gradient(to left, #03A9F4, #964B00);
}

.gradient-to-right-primary-brown {
  background: linear-gradient(to right, #03A9F4, #964B00);
}

.gradient-to-top-left-primary-brown {
  background: linear-gradient(to top left, #03A9F4, #964B00);
}

.gradient-to-top-right-primary-brown {
  background: linear-gradient(to top right, #03A9F4, #964B00);
}

.gradient-to-bottom-left-primary-brown {
  background: linear-gradient(to bottom left, #03A9F4, #964B00);
}

.gradient-to-bottom-right-primary-brown {
  background: linear-gradient(to bottom right, #03A9F4, #964B00);
}

.gradient-radial-primary-brown {
  background: radial-gradient(circle, #03A9F4, #964B00);
}

.gradient-primary-brown-secondary {
  background: linear-gradient(#03A9F4, #964B00, #333);
}

.gradient-primary-brown-success {
  background: linear-gradient(#03A9F4, #964B00, #28a745);
}

.gradient-primary-brown-info {
  background: linear-gradient(#03A9F4, #964B00, #0DCAF0);
}

.gradient-primary-brown-warning {
  background: linear-gradient(#03A9F4, #964B00, #FFC107);
}

.gradient-primary-brown-danger {
  background: linear-gradient(#03A9F4, #964B00, #DC3545);
}

.gradient-primary-brown-light {
  background: linear-gradient(#03A9F4, #964B00, #f5f5f5);
}

.gradient-primary-brown-dark {
  background: linear-gradient(#03A9F4, #964B00, #212529);
}

.gradient-primary-brown-red {
  background: linear-gradient(#03A9F4, #964B00, #F44336);
}

.gradient-primary-brown-green {
  background: linear-gradient(#03A9F4, #964B00, #4CAF50);
}

.gradient-primary-brown-blue {
  background: linear-gradient(#03A9F4, #964B00, #2196F3);
}

.gradient-primary-brown-black {
  background: linear-gradient(#03A9F4, #964B00, #000);
}

.gradient-primary-brown-white {
  background: linear-gradient(#03A9F4, #964B00, #fff);
}

.gradient-primary-brown-pink {
  background: linear-gradient(#03A9F4, #964B00, #E91E63);
}

.gradient-primary-brown-purple {
  background: linear-gradient(#03A9F4, #964B00, #9C27B0);
}

.gradient-primary-brown-indigo {
  background: linear-gradient(#03A9F4, #964B00, #3E51B5);
}

.gradient-primary-brown-cyan {
  background: linear-gradient(#03A9F4, #964B00, #00BCD4);
}

.gradient-primary-brown-teal {
  background: linear-gradient(#03A9F4, #964B00, #009688);
}

.gradient-primary-brown-lime {
  background: linear-gradient(#03A9F4, #964B00, #CDDC39);
}

.gradient-primary-brown-yellow {
  background: linear-gradient(#03A9F4, #964B00, #FFEB3B);
}

.gradient-primary-brown-amber {
  background: linear-gradient(#03A9F4, #964B00, #FFC107);
}

.gradient-primary-brown-orange {
  background: linear-gradient(#03A9F4, #964B00, #FF9800);
}

.gradient-primary-brown-lightblue {
  background: linear-gradient(#03A9F4, #964B00, #03A9F4);
}

.gradient-primary-brown-lightgreen {
  background: linear-gradient(#03A9F4, #964B00, #76FF03);
}

.gradient-primary-brown-deeppurple {
  background: linear-gradient(#03A9F4, #964B00, #673AB7);
}

.gradient-primary-brown-deeporange {
  background: linear-gradient(#03A9F4, #964B00, #DD6E0F);
}

.gradient-primary-brown-grey {
  background: linear-gradient(#03A9F4, #964B00, #808080);
}

.gradient-primary-grey {
  background: linear-gradient(#03A9F4, #808080);
}

.gradient-to-top-primary-grey {
  background: linear-gradient(to top, #03A9F4, #808080);
}

.gradient-to-bottom-primary-grey {
  background: linear-gradient(to bottom, #03A9F4, #808080);
}

.gradient-to-left-primary-grey {
  background: linear-gradient(to left, #03A9F4, #808080);
}

.gradient-to-right-primary-grey {
  background: linear-gradient(to right, #03A9F4, #808080);
}

.gradient-to-top-left-primary-grey {
  background: linear-gradient(to top left, #03A9F4, #808080);
}

.gradient-to-top-right-primary-grey {
  background: linear-gradient(to top right, #03A9F4, #808080);
}

.gradient-to-bottom-left-primary-grey {
  background: linear-gradient(to bottom left, #03A9F4, #808080);
}

.gradient-to-bottom-right-primary-grey {
  background: linear-gradient(to bottom right, #03A9F4, #808080);
}

.gradient-radial-primary-grey {
  background: radial-gradient(circle, #03A9F4, #808080);
}

.gradient-primary-grey-secondary {
  background: linear-gradient(#03A9F4, #808080, #333);
}

.gradient-primary-grey-success {
  background: linear-gradient(#03A9F4, #808080, #28a745);
}

.gradient-primary-grey-info {
  background: linear-gradient(#03A9F4, #808080, #0DCAF0);
}

.gradient-primary-grey-warning {
  background: linear-gradient(#03A9F4, #808080, #FFC107);
}

.gradient-primary-grey-danger {
  background: linear-gradient(#03A9F4, #808080, #DC3545);
}

.gradient-primary-grey-light {
  background: linear-gradient(#03A9F4, #808080, #f5f5f5);
}

.gradient-primary-grey-dark {
  background: linear-gradient(#03A9F4, #808080, #212529);
}

.gradient-primary-grey-red {
  background: linear-gradient(#03A9F4, #808080, #F44336);
}

.gradient-primary-grey-green {
  background: linear-gradient(#03A9F4, #808080, #4CAF50);
}

.gradient-primary-grey-blue {
  background: linear-gradient(#03A9F4, #808080, #2196F3);
}

.gradient-primary-grey-black {
  background: linear-gradient(#03A9F4, #808080, #000);
}

.gradient-primary-grey-white {
  background: linear-gradient(#03A9F4, #808080, #fff);
}

.gradient-primary-grey-pink {
  background: linear-gradient(#03A9F4, #808080, #E91E63);
}

.gradient-primary-grey-purple {
  background: linear-gradient(#03A9F4, #808080, #9C27B0);
}

.gradient-primary-grey-indigo {
  background: linear-gradient(#03A9F4, #808080, #3E51B5);
}

.gradient-primary-grey-cyan {
  background: linear-gradient(#03A9F4, #808080, #00BCD4);
}

.gradient-primary-grey-teal {
  background: linear-gradient(#03A9F4, #808080, #009688);
}

.gradient-primary-grey-lime {
  background: linear-gradient(#03A9F4, #808080, #CDDC39);
}

.gradient-primary-grey-yellow {
  background: linear-gradient(#03A9F4, #808080, #FFEB3B);
}

.gradient-primary-grey-amber {
  background: linear-gradient(#03A9F4, #808080, #FFC107);
}

.gradient-primary-grey-orange {
  background: linear-gradient(#03A9F4, #808080, #FF9800);
}

.gradient-primary-grey-lightblue {
  background: linear-gradient(#03A9F4, #808080, #03A9F4);
}

.gradient-primary-grey-lightgreen {
  background: linear-gradient(#03A9F4, #808080, #76FF03);
}

.gradient-primary-grey-deeppurple {
  background: linear-gradient(#03A9F4, #808080, #673AB7);
}

.gradient-primary-grey-deeporange {
  background: linear-gradient(#03A9F4, #808080, #DD6E0F);
}

.gradient-primary-grey-brown {
  background: linear-gradient(#03A9F4, #808080, #964B00);
}

.gradient-secondary-primary {
  background: linear-gradient(#333, #03A9F4);
}

.gradient-to-top-secondary-primary {
  background: linear-gradient(to top, #333, #03A9F4);
}

.gradient-to-bottom-secondary-primary {
  background: linear-gradient(to bottom, #333, #03A9F4);
}

.gradient-to-left-secondary-primary {
  background: linear-gradient(to left, #333, #03A9F4);
}

.gradient-to-right-secondary-primary {
  background: linear-gradient(to right, #333, #03A9F4);
}

.gradient-to-top-left-secondary-primary {
  background: linear-gradient(to top left, #333, #03A9F4);
}

.gradient-to-top-right-secondary-primary {
  background: linear-gradient(to top right, #333, #03A9F4);
}

.gradient-to-bottom-left-secondary-primary {
  background: linear-gradient(to bottom left, #333, #03A9F4);
}

.gradient-to-bottom-right-secondary-primary {
  background: linear-gradient(to bottom right, #333, #03A9F4);
}

.gradient-radial-secondary-primary {
  background: radial-gradient(circle, #333, #03A9F4);
}

.gradient-secondary-primary-success {
  background: linear-gradient(#333, #03A9F4, #28a745);
}

.gradient-secondary-primary-info {
  background: linear-gradient(#333, #03A9F4, #0DCAF0);
}

.gradient-secondary-primary-warning {
  background: linear-gradient(#333, #03A9F4, #FFC107);
}

.gradient-secondary-primary-danger {
  background: linear-gradient(#333, #03A9F4, #DC3545);
}

.gradient-secondary-primary-light {
  background: linear-gradient(#333, #03A9F4, #f5f5f5);
}

.gradient-secondary-primary-dark {
  background: linear-gradient(#333, #03A9F4, #212529);
}

.gradient-secondary-primary-red {
  background: linear-gradient(#333, #03A9F4, #F44336);
}

.gradient-secondary-primary-green {
  background: linear-gradient(#333, #03A9F4, #4CAF50);
}

.gradient-secondary-primary-blue {
  background: linear-gradient(#333, #03A9F4, #2196F3);
}

.gradient-secondary-primary-black {
  background: linear-gradient(#333, #03A9F4, #000);
}

.gradient-secondary-primary-white {
  background: linear-gradient(#333, #03A9F4, #fff);
}

.gradient-secondary-primary-pink {
  background: linear-gradient(#333, #03A9F4, #E91E63);
}

.gradient-secondary-primary-purple {
  background: linear-gradient(#333, #03A9F4, #9C27B0);
}

.gradient-secondary-primary-indigo {
  background: linear-gradient(#333, #03A9F4, #3E51B5);
}

.gradient-secondary-primary-cyan {
  background: linear-gradient(#333, #03A9F4, #00BCD4);
}

.gradient-secondary-primary-teal {
  background: linear-gradient(#333, #03A9F4, #009688);
}

.gradient-secondary-primary-lime {
  background: linear-gradient(#333, #03A9F4, #CDDC39);
}

.gradient-secondary-primary-yellow {
  background: linear-gradient(#333, #03A9F4, #FFEB3B);
}

.gradient-secondary-primary-amber {
  background: linear-gradient(#333, #03A9F4, #FFC107);
}

.gradient-secondary-primary-orange {
  background: linear-gradient(#333, #03A9F4, #FF9800);
}

.gradient-secondary-primary-lightblue {
  background: linear-gradient(#333, #03A9F4, #03A9F4);
}

.gradient-secondary-primary-lightgreen {
  background: linear-gradient(#333, #03A9F4, #76FF03);
}

.gradient-secondary-primary-deeppurple {
  background: linear-gradient(#333, #03A9F4, #673AB7);
}

.gradient-secondary-primary-deeporange {
  background: linear-gradient(#333, #03A9F4, #DD6E0F);
}

.gradient-secondary-primary-brown {
  background: linear-gradient(#333, #03A9F4, #964B00);
}

.gradient-secondary-primary-grey {
  background: linear-gradient(#333, #03A9F4, #808080);
}

.gradient-secondary-success {
  background: linear-gradient(#333, #28a745);
}

.gradient-to-top-secondary-success {
  background: linear-gradient(to top, #333, #28a745);
}

.gradient-to-bottom-secondary-success {
  background: linear-gradient(to bottom, #333, #28a745);
}

.gradient-to-left-secondary-success {
  background: linear-gradient(to left, #333, #28a745);
}

.gradient-to-right-secondary-success {
  background: linear-gradient(to right, #333, #28a745);
}

.gradient-to-top-left-secondary-success {
  background: linear-gradient(to top left, #333, #28a745);
}

.gradient-to-top-right-secondary-success {
  background: linear-gradient(to top right, #333, #28a745);
}

.gradient-to-bottom-left-secondary-success {
  background: linear-gradient(to bottom left, #333, #28a745);
}

.gradient-to-bottom-right-secondary-success {
  background: linear-gradient(to bottom right, #333, #28a745);
}

.gradient-radial-secondary-success {
  background: radial-gradient(circle, #333, #28a745);
}

.gradient-secondary-success-primary {
  background: linear-gradient(#333, #28a745, #03A9F4);
}

.gradient-secondary-success-info {
  background: linear-gradient(#333, #28a745, #0DCAF0);
}

.gradient-secondary-success-warning {
  background: linear-gradient(#333, #28a745, #FFC107);
}

.gradient-secondary-success-danger {
  background: linear-gradient(#333, #28a745, #DC3545);
}

.gradient-secondary-success-light {
  background: linear-gradient(#333, #28a745, #f5f5f5);
}

.gradient-secondary-success-dark {
  background: linear-gradient(#333, #28a745, #212529);
}

.gradient-secondary-success-red {
  background: linear-gradient(#333, #28a745, #F44336);
}

.gradient-secondary-success-green {
  background: linear-gradient(#333, #28a745, #4CAF50);
}

.gradient-secondary-success-blue {
  background: linear-gradient(#333, #28a745, #2196F3);
}

.gradient-secondary-success-black {
  background: linear-gradient(#333, #28a745, #000);
}

.gradient-secondary-success-white {
  background: linear-gradient(#333, #28a745, #fff);
}

.gradient-secondary-success-pink {
  background: linear-gradient(#333, #28a745, #E91E63);
}

.gradient-secondary-success-purple {
  background: linear-gradient(#333, #28a745, #9C27B0);
}

.gradient-secondary-success-indigo {
  background: linear-gradient(#333, #28a745, #3E51B5);
}

.gradient-secondary-success-cyan {
  background: linear-gradient(#333, #28a745, #00BCD4);
}

.gradient-secondary-success-teal {
  background: linear-gradient(#333, #28a745, #009688);
}

.gradient-secondary-success-lime {
  background: linear-gradient(#333, #28a745, #CDDC39);
}

.gradient-secondary-success-yellow {
  background: linear-gradient(#333, #28a745, #FFEB3B);
}

.gradient-secondary-success-amber {
  background: linear-gradient(#333, #28a745, #FFC107);
}

.gradient-secondary-success-orange {
  background: linear-gradient(#333, #28a745, #FF9800);
}

.gradient-secondary-success-lightblue {
  background: linear-gradient(#333, #28a745, #03A9F4);
}

.gradient-secondary-success-lightgreen {
  background: linear-gradient(#333, #28a745, #76FF03);
}

.gradient-secondary-success-deeppurple {
  background: linear-gradient(#333, #28a745, #673AB7);
}

.gradient-secondary-success-deeporange {
  background: linear-gradient(#333, #28a745, #DD6E0F);
}

.gradient-secondary-success-brown {
  background: linear-gradient(#333, #28a745, #964B00);
}

.gradient-secondary-success-grey {
  background: linear-gradient(#333, #28a745, #808080);
}

.gradient-secondary-info {
  background: linear-gradient(#333, #0DCAF0);
}

.gradient-to-top-secondary-info {
  background: linear-gradient(to top, #333, #0DCAF0);
}

.gradient-to-bottom-secondary-info {
  background: linear-gradient(to bottom, #333, #0DCAF0);
}

.gradient-to-left-secondary-info {
  background: linear-gradient(to left, #333, #0DCAF0);
}

.gradient-to-right-secondary-info {
  background: linear-gradient(to right, #333, #0DCAF0);
}

.gradient-to-top-left-secondary-info {
  background: linear-gradient(to top left, #333, #0DCAF0);
}

.gradient-to-top-right-secondary-info {
  background: linear-gradient(to top right, #333, #0DCAF0);
}

.gradient-to-bottom-left-secondary-info {
  background: linear-gradient(to bottom left, #333, #0DCAF0);
}

.gradient-to-bottom-right-secondary-info {
  background: linear-gradient(to bottom right, #333, #0DCAF0);
}

.gradient-radial-secondary-info {
  background: radial-gradient(circle, #333, #0DCAF0);
}

.gradient-secondary-info-primary {
  background: linear-gradient(#333, #0DCAF0, #03A9F4);
}

.gradient-secondary-info-success {
  background: linear-gradient(#333, #0DCAF0, #28a745);
}

.gradient-secondary-info-warning {
  background: linear-gradient(#333, #0DCAF0, #FFC107);
}

.gradient-secondary-info-danger {
  background: linear-gradient(#333, #0DCAF0, #DC3545);
}

.gradient-secondary-info-light {
  background: linear-gradient(#333, #0DCAF0, #f5f5f5);
}

.gradient-secondary-info-dark {
  background: linear-gradient(#333, #0DCAF0, #212529);
}

.gradient-secondary-info-red {
  background: linear-gradient(#333, #0DCAF0, #F44336);
}

.gradient-secondary-info-green {
  background: linear-gradient(#333, #0DCAF0, #4CAF50);
}

.gradient-secondary-info-blue {
  background: linear-gradient(#333, #0DCAF0, #2196F3);
}

.gradient-secondary-info-black {
  background: linear-gradient(#333, #0DCAF0, #000);
}

.gradient-secondary-info-white {
  background: linear-gradient(#333, #0DCAF0, #fff);
}

.gradient-secondary-info-pink {
  background: linear-gradient(#333, #0DCAF0, #E91E63);
}

.gradient-secondary-info-purple {
  background: linear-gradient(#333, #0DCAF0, #9C27B0);
}

.gradient-secondary-info-indigo {
  background: linear-gradient(#333, #0DCAF0, #3E51B5);
}

.gradient-secondary-info-cyan {
  background: linear-gradient(#333, #0DCAF0, #00BCD4);
}

.gradient-secondary-info-teal {
  background: linear-gradient(#333, #0DCAF0, #009688);
}

.gradient-secondary-info-lime {
  background: linear-gradient(#333, #0DCAF0, #CDDC39);
}

.gradient-secondary-info-yellow {
  background: linear-gradient(#333, #0DCAF0, #FFEB3B);
}

.gradient-secondary-info-amber {
  background: linear-gradient(#333, #0DCAF0, #FFC107);
}

.gradient-secondary-info-orange {
  background: linear-gradient(#333, #0DCAF0, #FF9800);
}

.gradient-secondary-info-lightblue {
  background: linear-gradient(#333, #0DCAF0, #03A9F4);
}

.gradient-secondary-info-lightgreen {
  background: linear-gradient(#333, #0DCAF0, #76FF03);
}

.gradient-secondary-info-deeppurple {
  background: linear-gradient(#333, #0DCAF0, #673AB7);
}

.gradient-secondary-info-deeporange {
  background: linear-gradient(#333, #0DCAF0, #DD6E0F);
}

.gradient-secondary-info-brown {
  background: linear-gradient(#333, #0DCAF0, #964B00);
}

.gradient-secondary-info-grey {
  background: linear-gradient(#333, #0DCAF0, #808080);
}

.gradient-secondary-warning {
  background: linear-gradient(#333, #FFC107);
}

.gradient-to-top-secondary-warning {
  background: linear-gradient(to top, #333, #FFC107);
}

.gradient-to-bottom-secondary-warning {
  background: linear-gradient(to bottom, #333, #FFC107);
}

.gradient-to-left-secondary-warning {
  background: linear-gradient(to left, #333, #FFC107);
}

.gradient-to-right-secondary-warning {
  background: linear-gradient(to right, #333, #FFC107);
}

.gradient-to-top-left-secondary-warning {
  background: linear-gradient(to top left, #333, #FFC107);
}

.gradient-to-top-right-secondary-warning {
  background: linear-gradient(to top right, #333, #FFC107);
}

.gradient-to-bottom-left-secondary-warning {
  background: linear-gradient(to bottom left, #333, #FFC107);
}

.gradient-to-bottom-right-secondary-warning {
  background: linear-gradient(to bottom right, #333, #FFC107);
}

.gradient-radial-secondary-warning {
  background: radial-gradient(circle, #333, #FFC107);
}

.gradient-secondary-warning-primary {
  background: linear-gradient(#333, #FFC107, #03A9F4);
}

.gradient-secondary-warning-success {
  background: linear-gradient(#333, #FFC107, #28a745);
}

.gradient-secondary-warning-info {
  background: linear-gradient(#333, #FFC107, #0DCAF0);
}

.gradient-secondary-warning-danger {
  background: linear-gradient(#333, #FFC107, #DC3545);
}

.gradient-secondary-warning-light {
  background: linear-gradient(#333, #FFC107, #f5f5f5);
}

.gradient-secondary-warning-dark {
  background: linear-gradient(#333, #FFC107, #212529);
}

.gradient-secondary-warning-red {
  background: linear-gradient(#333, #FFC107, #F44336);
}

.gradient-secondary-warning-green {
  background: linear-gradient(#333, #FFC107, #4CAF50);
}

.gradient-secondary-warning-blue {
  background: linear-gradient(#333, #FFC107, #2196F3);
}

.gradient-secondary-warning-black {
  background: linear-gradient(#333, #FFC107, #000);
}

.gradient-secondary-warning-white {
  background: linear-gradient(#333, #FFC107, #fff);
}

.gradient-secondary-warning-pink {
  background: linear-gradient(#333, #FFC107, #E91E63);
}

.gradient-secondary-warning-purple {
  background: linear-gradient(#333, #FFC107, #9C27B0);
}

.gradient-secondary-warning-indigo {
  background: linear-gradient(#333, #FFC107, #3E51B5);
}

.gradient-secondary-warning-cyan {
  background: linear-gradient(#333, #FFC107, #00BCD4);
}

.gradient-secondary-warning-teal {
  background: linear-gradient(#333, #FFC107, #009688);
}

.gradient-secondary-warning-lime {
  background: linear-gradient(#333, #FFC107, #CDDC39);
}

.gradient-secondary-warning-yellow {
  background: linear-gradient(#333, #FFC107, #FFEB3B);
}

.gradient-secondary-warning-amber {
  background: linear-gradient(#333, #FFC107, #FFC107);
}

.gradient-secondary-warning-orange {
  background: linear-gradient(#333, #FFC107, #FF9800);
}

.gradient-secondary-warning-lightblue {
  background: linear-gradient(#333, #FFC107, #03A9F4);
}

.gradient-secondary-warning-lightgreen {
  background: linear-gradient(#333, #FFC107, #76FF03);
}

.gradient-secondary-warning-deeppurple {
  background: linear-gradient(#333, #FFC107, #673AB7);
}

.gradient-secondary-warning-deeporange {
  background: linear-gradient(#333, #FFC107, #DD6E0F);
}

.gradient-secondary-warning-brown {
  background: linear-gradient(#333, #FFC107, #964B00);
}

.gradient-secondary-warning-grey {
  background: linear-gradient(#333, #FFC107, #808080);
}

.gradient-secondary-danger {
  background: linear-gradient(#333, #DC3545);
}

.gradient-to-top-secondary-danger {
  background: linear-gradient(to top, #333, #DC3545);
}

.gradient-to-bottom-secondary-danger {
  background: linear-gradient(to bottom, #333, #DC3545);
}

.gradient-to-left-secondary-danger {
  background: linear-gradient(to left, #333, #DC3545);
}

.gradient-to-right-secondary-danger {
  background: linear-gradient(to right, #333, #DC3545);
}

.gradient-to-top-left-secondary-danger {
  background: linear-gradient(to top left, #333, #DC3545);
}

.gradient-to-top-right-secondary-danger {
  background: linear-gradient(to top right, #333, #DC3545);
}

.gradient-to-bottom-left-secondary-danger {
  background: linear-gradient(to bottom left, #333, #DC3545);
}

.gradient-to-bottom-right-secondary-danger {
  background: linear-gradient(to bottom right, #333, #DC3545);
}

.gradient-radial-secondary-danger {
  background: radial-gradient(circle, #333, #DC3545);
}

.gradient-secondary-danger-primary {
  background: linear-gradient(#333, #DC3545, #03A9F4);
}

.gradient-secondary-danger-success {
  background: linear-gradient(#333, #DC3545, #28a745);
}

.gradient-secondary-danger-info {
  background: linear-gradient(#333, #DC3545, #0DCAF0);
}

.gradient-secondary-danger-warning {
  background: linear-gradient(#333, #DC3545, #FFC107);
}

.gradient-secondary-danger-light {
  background: linear-gradient(#333, #DC3545, #f5f5f5);
}

.gradient-secondary-danger-dark {
  background: linear-gradient(#333, #DC3545, #212529);
}

.gradient-secondary-danger-red {
  background: linear-gradient(#333, #DC3545, #F44336);
}

.gradient-secondary-danger-green {
  background: linear-gradient(#333, #DC3545, #4CAF50);
}

.gradient-secondary-danger-blue {
  background: linear-gradient(#333, #DC3545, #2196F3);
}

.gradient-secondary-danger-black {
  background: linear-gradient(#333, #DC3545, #000);
}

.gradient-secondary-danger-white {
  background: linear-gradient(#333, #DC3545, #fff);
}

.gradient-secondary-danger-pink {
  background: linear-gradient(#333, #DC3545, #E91E63);
}

.gradient-secondary-danger-purple {
  background: linear-gradient(#333, #DC3545, #9C27B0);
}

.gradient-secondary-danger-indigo {
  background: linear-gradient(#333, #DC3545, #3E51B5);
}

.gradient-secondary-danger-cyan {
  background: linear-gradient(#333, #DC3545, #00BCD4);
}

.gradient-secondary-danger-teal {
  background: linear-gradient(#333, #DC3545, #009688);
}

.gradient-secondary-danger-lime {
  background: linear-gradient(#333, #DC3545, #CDDC39);
}

.gradient-secondary-danger-yellow {
  background: linear-gradient(#333, #DC3545, #FFEB3B);
}

.gradient-secondary-danger-amber {
  background: linear-gradient(#333, #DC3545, #FFC107);
}

.gradient-secondary-danger-orange {
  background: linear-gradient(#333, #DC3545, #FF9800);
}

.gradient-secondary-danger-lightblue {
  background: linear-gradient(#333, #DC3545, #03A9F4);
}

.gradient-secondary-danger-lightgreen {
  background: linear-gradient(#333, #DC3545, #76FF03);
}

.gradient-secondary-danger-deeppurple {
  background: linear-gradient(#333, #DC3545, #673AB7);
}

.gradient-secondary-danger-deeporange {
  background: linear-gradient(#333, #DC3545, #DD6E0F);
}

.gradient-secondary-danger-brown {
  background: linear-gradient(#333, #DC3545, #964B00);
}

.gradient-secondary-danger-grey {
  background: linear-gradient(#333, #DC3545, #808080);
}

.gradient-secondary-light {
  background: linear-gradient(#333, #f5f5f5);
}

.gradient-to-top-secondary-light {
  background: linear-gradient(to top, #333, #f5f5f5);
}

.gradient-to-bottom-secondary-light {
  background: linear-gradient(to bottom, #333, #f5f5f5);
}

.gradient-to-left-secondary-light {
  background: linear-gradient(to left, #333, #f5f5f5);
}

.gradient-to-right-secondary-light {
  background: linear-gradient(to right, #333, #f5f5f5);
}

.gradient-to-top-left-secondary-light {
  background: linear-gradient(to top left, #333, #f5f5f5);
}

.gradient-to-top-right-secondary-light {
  background: linear-gradient(to top right, #333, #f5f5f5);
}

.gradient-to-bottom-left-secondary-light {
  background: linear-gradient(to bottom left, #333, #f5f5f5);
}

.gradient-to-bottom-right-secondary-light {
  background: linear-gradient(to bottom right, #333, #f5f5f5);
}

.gradient-radial-secondary-light {
  background: radial-gradient(circle, #333, #f5f5f5);
}

.gradient-secondary-light-primary {
  background: linear-gradient(#333, #f5f5f5, #03A9F4);
}

.gradient-secondary-light-success {
  background: linear-gradient(#333, #f5f5f5, #28a745);
}

.gradient-secondary-light-info {
  background: linear-gradient(#333, #f5f5f5, #0DCAF0);
}

.gradient-secondary-light-warning {
  background: linear-gradient(#333, #f5f5f5, #FFC107);
}

.gradient-secondary-light-danger {
  background: linear-gradient(#333, #f5f5f5, #DC3545);
}

.gradient-secondary-light-dark {
  background: linear-gradient(#333, #f5f5f5, #212529);
}

.gradient-secondary-light-red {
  background: linear-gradient(#333, #f5f5f5, #F44336);
}

.gradient-secondary-light-green {
  background: linear-gradient(#333, #f5f5f5, #4CAF50);
}

.gradient-secondary-light-blue {
  background: linear-gradient(#333, #f5f5f5, #2196F3);
}

.gradient-secondary-light-black {
  background: linear-gradient(#333, #f5f5f5, #000);
}

.gradient-secondary-light-white {
  background: linear-gradient(#333, #f5f5f5, #fff);
}

.gradient-secondary-light-pink {
  background: linear-gradient(#333, #f5f5f5, #E91E63);
}

.gradient-secondary-light-purple {
  background: linear-gradient(#333, #f5f5f5, #9C27B0);
}

.gradient-secondary-light-indigo {
  background: linear-gradient(#333, #f5f5f5, #3E51B5);
}

.gradient-secondary-light-cyan {
  background: linear-gradient(#333, #f5f5f5, #00BCD4);
}

.gradient-secondary-light-teal {
  background: linear-gradient(#333, #f5f5f5, #009688);
}

.gradient-secondary-light-lime {
  background: linear-gradient(#333, #f5f5f5, #CDDC39);
}

.gradient-secondary-light-yellow {
  background: linear-gradient(#333, #f5f5f5, #FFEB3B);
}

.gradient-secondary-light-amber {
  background: linear-gradient(#333, #f5f5f5, #FFC107);
}

.gradient-secondary-light-orange {
  background: linear-gradient(#333, #f5f5f5, #FF9800);
}

.gradient-secondary-light-lightblue {
  background: linear-gradient(#333, #f5f5f5, #03A9F4);
}

.gradient-secondary-light-lightgreen {
  background: linear-gradient(#333, #f5f5f5, #76FF03);
}

.gradient-secondary-light-deeppurple {
  background: linear-gradient(#333, #f5f5f5, #673AB7);
}

.gradient-secondary-light-deeporange {
  background: linear-gradient(#333, #f5f5f5, #DD6E0F);
}

.gradient-secondary-light-brown {
  background: linear-gradient(#333, #f5f5f5, #964B00);
}

.gradient-secondary-light-grey {
  background: linear-gradient(#333, #f5f5f5, #808080);
}

.gradient-secondary-dark {
  background: linear-gradient(#333, #212529);
}

.gradient-to-top-secondary-dark {
  background: linear-gradient(to top, #333, #212529);
}

.gradient-to-bottom-secondary-dark {
  background: linear-gradient(to bottom, #333, #212529);
}

.gradient-to-left-secondary-dark {
  background: linear-gradient(to left, #333, #212529);
}

.gradient-to-right-secondary-dark {
  background: linear-gradient(to right, #333, #212529);
}

.gradient-to-top-left-secondary-dark {
  background: linear-gradient(to top left, #333, #212529);
}

.gradient-to-top-right-secondary-dark {
  background: linear-gradient(to top right, #333, #212529);
}

.gradient-to-bottom-left-secondary-dark {
  background: linear-gradient(to bottom left, #333, #212529);
}

.gradient-to-bottom-right-secondary-dark {
  background: linear-gradient(to bottom right, #333, #212529);
}

.gradient-radial-secondary-dark {
  background: radial-gradient(circle, #333, #212529);
}

.gradient-secondary-dark-primary {
  background: linear-gradient(#333, #212529, #03A9F4);
}

.gradient-secondary-dark-success {
  background: linear-gradient(#333, #212529, #28a745);
}

.gradient-secondary-dark-info {
  background: linear-gradient(#333, #212529, #0DCAF0);
}

.gradient-secondary-dark-warning {
  background: linear-gradient(#333, #212529, #FFC107);
}

.gradient-secondary-dark-danger {
  background: linear-gradient(#333, #212529, #DC3545);
}

.gradient-secondary-dark-light {
  background: linear-gradient(#333, #212529, #f5f5f5);
}

.gradient-secondary-dark-red {
  background: linear-gradient(#333, #212529, #F44336);
}

.gradient-secondary-dark-green {
  background: linear-gradient(#333, #212529, #4CAF50);
}

.gradient-secondary-dark-blue {
  background: linear-gradient(#333, #212529, #2196F3);
}

.gradient-secondary-dark-black {
  background: linear-gradient(#333, #212529, #000);
}

.gradient-secondary-dark-white {
  background: linear-gradient(#333, #212529, #fff);
}

.gradient-secondary-dark-pink {
  background: linear-gradient(#333, #212529, #E91E63);
}

.gradient-secondary-dark-purple {
  background: linear-gradient(#333, #212529, #9C27B0);
}

.gradient-secondary-dark-indigo {
  background: linear-gradient(#333, #212529, #3E51B5);
}

.gradient-secondary-dark-cyan {
  background: linear-gradient(#333, #212529, #00BCD4);
}

.gradient-secondary-dark-teal {
  background: linear-gradient(#333, #212529, #009688);
}

.gradient-secondary-dark-lime {
  background: linear-gradient(#333, #212529, #CDDC39);
}

.gradient-secondary-dark-yellow {
  background: linear-gradient(#333, #212529, #FFEB3B);
}

.gradient-secondary-dark-amber {
  background: linear-gradient(#333, #212529, #FFC107);
}

.gradient-secondary-dark-orange {
  background: linear-gradient(#333, #212529, #FF9800);
}

.gradient-secondary-dark-lightblue {
  background: linear-gradient(#333, #212529, #03A9F4);
}

.gradient-secondary-dark-lightgreen {
  background: linear-gradient(#333, #212529, #76FF03);
}

.gradient-secondary-dark-deeppurple {
  background: linear-gradient(#333, #212529, #673AB7);
}

.gradient-secondary-dark-deeporange {
  background: linear-gradient(#333, #212529, #DD6E0F);
}

.gradient-secondary-dark-brown {
  background: linear-gradient(#333, #212529, #964B00);
}

.gradient-secondary-dark-grey {
  background: linear-gradient(#333, #212529, #808080);
}

.gradient-secondary-red {
  background: linear-gradient(#333, #F44336);
}

.gradient-to-top-secondary-red {
  background: linear-gradient(to top, #333, #F44336);
}

.gradient-to-bottom-secondary-red {
  background: linear-gradient(to bottom, #333, #F44336);
}

.gradient-to-left-secondary-red {
  background: linear-gradient(to left, #333, #F44336);
}

.gradient-to-right-secondary-red {
  background: linear-gradient(to right, #333, #F44336);
}

.gradient-to-top-left-secondary-red {
  background: linear-gradient(to top left, #333, #F44336);
}

.gradient-to-top-right-secondary-red {
  background: linear-gradient(to top right, #333, #F44336);
}

.gradient-to-bottom-left-secondary-red {
  background: linear-gradient(to bottom left, #333, #F44336);
}

.gradient-to-bottom-right-secondary-red {
  background: linear-gradient(to bottom right, #333, #F44336);
}

.gradient-radial-secondary-red {
  background: radial-gradient(circle, #333, #F44336);
}

.gradient-secondary-red-primary {
  background: linear-gradient(#333, #F44336, #03A9F4);
}

.gradient-secondary-red-success {
  background: linear-gradient(#333, #F44336, #28a745);
}

.gradient-secondary-red-info {
  background: linear-gradient(#333, #F44336, #0DCAF0);
}

.gradient-secondary-red-warning {
  background: linear-gradient(#333, #F44336, #FFC107);
}

.gradient-secondary-red-danger {
  background: linear-gradient(#333, #F44336, #DC3545);
}

.gradient-secondary-red-light {
  background: linear-gradient(#333, #F44336, #f5f5f5);
}

.gradient-secondary-red-dark {
  background: linear-gradient(#333, #F44336, #212529);
}

.gradient-secondary-red-green {
  background: linear-gradient(#333, #F44336, #4CAF50);
}

.gradient-secondary-red-blue {
  background: linear-gradient(#333, #F44336, #2196F3);
}

.gradient-secondary-red-black {
  background: linear-gradient(#333, #F44336, #000);
}

.gradient-secondary-red-white {
  background: linear-gradient(#333, #F44336, #fff);
}

.gradient-secondary-red-pink {
  background: linear-gradient(#333, #F44336, #E91E63);
}

.gradient-secondary-red-purple {
  background: linear-gradient(#333, #F44336, #9C27B0);
}

.gradient-secondary-red-indigo {
  background: linear-gradient(#333, #F44336, #3E51B5);
}

.gradient-secondary-red-cyan {
  background: linear-gradient(#333, #F44336, #00BCD4);
}

.gradient-secondary-red-teal {
  background: linear-gradient(#333, #F44336, #009688);
}

.gradient-secondary-red-lime {
  background: linear-gradient(#333, #F44336, #CDDC39);
}

.gradient-secondary-red-yellow {
  background: linear-gradient(#333, #F44336, #FFEB3B);
}

.gradient-secondary-red-amber {
  background: linear-gradient(#333, #F44336, #FFC107);
}

.gradient-secondary-red-orange {
  background: linear-gradient(#333, #F44336, #FF9800);
}

.gradient-secondary-red-lightblue {
  background: linear-gradient(#333, #F44336, #03A9F4);
}

.gradient-secondary-red-lightgreen {
  background: linear-gradient(#333, #F44336, #76FF03);
}

.gradient-secondary-red-deeppurple {
  background: linear-gradient(#333, #F44336, #673AB7);
}

.gradient-secondary-red-deeporange {
  background: linear-gradient(#333, #F44336, #DD6E0F);
}

.gradient-secondary-red-brown {
  background: linear-gradient(#333, #F44336, #964B00);
}

.gradient-secondary-red-grey {
  background: linear-gradient(#333, #F44336, #808080);
}

.gradient-secondary-green {
  background: linear-gradient(#333, #4CAF50);
}

.gradient-to-top-secondary-green {
  background: linear-gradient(to top, #333, #4CAF50);
}

.gradient-to-bottom-secondary-green {
  background: linear-gradient(to bottom, #333, #4CAF50);
}

.gradient-to-left-secondary-green {
  background: linear-gradient(to left, #333, #4CAF50);
}

.gradient-to-right-secondary-green {
  background: linear-gradient(to right, #333, #4CAF50);
}

.gradient-to-top-left-secondary-green {
  background: linear-gradient(to top left, #333, #4CAF50);
}

.gradient-to-top-right-secondary-green {
  background: linear-gradient(to top right, #333, #4CAF50);
}

.gradient-to-bottom-left-secondary-green {
  background: linear-gradient(to bottom left, #333, #4CAF50);
}

.gradient-to-bottom-right-secondary-green {
  background: linear-gradient(to bottom right, #333, #4CAF50);
}

.gradient-radial-secondary-green {
  background: radial-gradient(circle, #333, #4CAF50);
}

.gradient-secondary-green-primary {
  background: linear-gradient(#333, #4CAF50, #03A9F4);
}

.gradient-secondary-green-success {
  background: linear-gradient(#333, #4CAF50, #28a745);
}

.gradient-secondary-green-info {
  background: linear-gradient(#333, #4CAF50, #0DCAF0);
}

.gradient-secondary-green-warning {
  background: linear-gradient(#333, #4CAF50, #FFC107);
}

.gradient-secondary-green-danger {
  background: linear-gradient(#333, #4CAF50, #DC3545);
}

.gradient-secondary-green-light {
  background: linear-gradient(#333, #4CAF50, #f5f5f5);
}

.gradient-secondary-green-dark {
  background: linear-gradient(#333, #4CAF50, #212529);
}

.gradient-secondary-green-red {
  background: linear-gradient(#333, #4CAF50, #F44336);
}

.gradient-secondary-green-blue {
  background: linear-gradient(#333, #4CAF50, #2196F3);
}

.gradient-secondary-green-black {
  background: linear-gradient(#333, #4CAF50, #000);
}

.gradient-secondary-green-white {
  background: linear-gradient(#333, #4CAF50, #fff);
}

.gradient-secondary-green-pink {
  background: linear-gradient(#333, #4CAF50, #E91E63);
}

.gradient-secondary-green-purple {
  background: linear-gradient(#333, #4CAF50, #9C27B0);
}

.gradient-secondary-green-indigo {
  background: linear-gradient(#333, #4CAF50, #3E51B5);
}

.gradient-secondary-green-cyan {
  background: linear-gradient(#333, #4CAF50, #00BCD4);
}

.gradient-secondary-green-teal {
  background: linear-gradient(#333, #4CAF50, #009688);
}

.gradient-secondary-green-lime {
  background: linear-gradient(#333, #4CAF50, #CDDC39);
}

.gradient-secondary-green-yellow {
  background: linear-gradient(#333, #4CAF50, #FFEB3B);
}

.gradient-secondary-green-amber {
  background: linear-gradient(#333, #4CAF50, #FFC107);
}

.gradient-secondary-green-orange {
  background: linear-gradient(#333, #4CAF50, #FF9800);
}

.gradient-secondary-green-lightblue {
  background: linear-gradient(#333, #4CAF50, #03A9F4);
}

.gradient-secondary-green-lightgreen {
  background: linear-gradient(#333, #4CAF50, #76FF03);
}

.gradient-secondary-green-deeppurple {
  background: linear-gradient(#333, #4CAF50, #673AB7);
}

.gradient-secondary-green-deeporange {
  background: linear-gradient(#333, #4CAF50, #DD6E0F);
}

.gradient-secondary-green-brown {
  background: linear-gradient(#333, #4CAF50, #964B00);
}

.gradient-secondary-green-grey {
  background: linear-gradient(#333, #4CAF50, #808080);
}

.gradient-secondary-blue {
  background: linear-gradient(#333, #2196F3);
}

.gradient-to-top-secondary-blue {
  background: linear-gradient(to top, #333, #2196F3);
}

.gradient-to-bottom-secondary-blue {
  background: linear-gradient(to bottom, #333, #2196F3);
}

.gradient-to-left-secondary-blue {
  background: linear-gradient(to left, #333, #2196F3);
}

.gradient-to-right-secondary-blue {
  background: linear-gradient(to right, #333, #2196F3);
}

.gradient-to-top-left-secondary-blue {
  background: linear-gradient(to top left, #333, #2196F3);
}

.gradient-to-top-right-secondary-blue {
  background: linear-gradient(to top right, #333, #2196F3);
}

.gradient-to-bottom-left-secondary-blue {
  background: linear-gradient(to bottom left, #333, #2196F3);
}

.gradient-to-bottom-right-secondary-blue {
  background: linear-gradient(to bottom right, #333, #2196F3);
}

.gradient-radial-secondary-blue {
  background: radial-gradient(circle, #333, #2196F3);
}

.gradient-secondary-blue-primary {
  background: linear-gradient(#333, #2196F3, #03A9F4);
}

.gradient-secondary-blue-success {
  background: linear-gradient(#333, #2196F3, #28a745);
}

.gradient-secondary-blue-info {
  background: linear-gradient(#333, #2196F3, #0DCAF0);
}

.gradient-secondary-blue-warning {
  background: linear-gradient(#333, #2196F3, #FFC107);
}

.gradient-secondary-blue-danger {
  background: linear-gradient(#333, #2196F3, #DC3545);
}

.gradient-secondary-blue-light {
  background: linear-gradient(#333, #2196F3, #f5f5f5);
}

.gradient-secondary-blue-dark {
  background: linear-gradient(#333, #2196F3, #212529);
}

.gradient-secondary-blue-red {
  background: linear-gradient(#333, #2196F3, #F44336);
}

.gradient-secondary-blue-green {
  background: linear-gradient(#333, #2196F3, #4CAF50);
}

.gradient-secondary-blue-black {
  background: linear-gradient(#333, #2196F3, #000);
}

.gradient-secondary-blue-white {
  background: linear-gradient(#333, #2196F3, #fff);
}

.gradient-secondary-blue-pink {
  background: linear-gradient(#333, #2196F3, #E91E63);
}

.gradient-secondary-blue-purple {
  background: linear-gradient(#333, #2196F3, #9C27B0);
}

.gradient-secondary-blue-indigo {
  background: linear-gradient(#333, #2196F3, #3E51B5);
}

.gradient-secondary-blue-cyan {
  background: linear-gradient(#333, #2196F3, #00BCD4);
}

.gradient-secondary-blue-teal {
  background: linear-gradient(#333, #2196F3, #009688);
}

.gradient-secondary-blue-lime {
  background: linear-gradient(#333, #2196F3, #CDDC39);
}

.gradient-secondary-blue-yellow {
  background: linear-gradient(#333, #2196F3, #FFEB3B);
}

.gradient-secondary-blue-amber {
  background: linear-gradient(#333, #2196F3, #FFC107);
}

.gradient-secondary-blue-orange {
  background: linear-gradient(#333, #2196F3, #FF9800);
}

.gradient-secondary-blue-lightblue {
  background: linear-gradient(#333, #2196F3, #03A9F4);
}

.gradient-secondary-blue-lightgreen {
  background: linear-gradient(#333, #2196F3, #76FF03);
}

.gradient-secondary-blue-deeppurple {
  background: linear-gradient(#333, #2196F3, #673AB7);
}

.gradient-secondary-blue-deeporange {
  background: linear-gradient(#333, #2196F3, #DD6E0F);
}

.gradient-secondary-blue-brown {
  background: linear-gradient(#333, #2196F3, #964B00);
}

.gradient-secondary-blue-grey {
  background: linear-gradient(#333, #2196F3, #808080);
}

.gradient-secondary-black {
  background: linear-gradient(#333, #000);
}

.gradient-to-top-secondary-black {
  background: linear-gradient(to top, #333, #000);
}

.gradient-to-bottom-secondary-black {
  background: linear-gradient(to bottom, #333, #000);
}

.gradient-to-left-secondary-black {
  background: linear-gradient(to left, #333, #000);
}

.gradient-to-right-secondary-black {
  background: linear-gradient(to right, #333, #000);
}

.gradient-to-top-left-secondary-black {
  background: linear-gradient(to top left, #333, #000);
}

.gradient-to-top-right-secondary-black {
  background: linear-gradient(to top right, #333, #000);
}

.gradient-to-bottom-left-secondary-black {
  background: linear-gradient(to bottom left, #333, #000);
}

.gradient-to-bottom-right-secondary-black {
  background: linear-gradient(to bottom right, #333, #000);
}

.gradient-radial-secondary-black {
  background: radial-gradient(circle, #333, #000);
}

.gradient-secondary-black-primary {
  background: linear-gradient(#333, #000, #03A9F4);
}

.gradient-secondary-black-success {
  background: linear-gradient(#333, #000, #28a745);
}

.gradient-secondary-black-info {
  background: linear-gradient(#333, #000, #0DCAF0);
}

.gradient-secondary-black-warning {
  background: linear-gradient(#333, #000, #FFC107);
}

.gradient-secondary-black-danger {
  background: linear-gradient(#333, #000, #DC3545);
}

.gradient-secondary-black-light {
  background: linear-gradient(#333, #000, #f5f5f5);
}

.gradient-secondary-black-dark {
  background: linear-gradient(#333, #000, #212529);
}

.gradient-secondary-black-red {
  background: linear-gradient(#333, #000, #F44336);
}

.gradient-secondary-black-green {
  background: linear-gradient(#333, #000, #4CAF50);
}

.gradient-secondary-black-blue {
  background: linear-gradient(#333, #000, #2196F3);
}

.gradient-secondary-black-white {
  background: linear-gradient(#333, #000, #fff);
}

.gradient-secondary-black-pink {
  background: linear-gradient(#333, #000, #E91E63);
}

.gradient-secondary-black-purple {
  background: linear-gradient(#333, #000, #9C27B0);
}

.gradient-secondary-black-indigo {
  background: linear-gradient(#333, #000, #3E51B5);
}

.gradient-secondary-black-cyan {
  background: linear-gradient(#333, #000, #00BCD4);
}

.gradient-secondary-black-teal {
  background: linear-gradient(#333, #000, #009688);
}

.gradient-secondary-black-lime {
  background: linear-gradient(#333, #000, #CDDC39);
}

.gradient-secondary-black-yellow {
  background: linear-gradient(#333, #000, #FFEB3B);
}

.gradient-secondary-black-amber {
  background: linear-gradient(#333, #000, #FFC107);
}

.gradient-secondary-black-orange {
  background: linear-gradient(#333, #000, #FF9800);
}

.gradient-secondary-black-lightblue {
  background: linear-gradient(#333, #000, #03A9F4);
}

.gradient-secondary-black-lightgreen {
  background: linear-gradient(#333, #000, #76FF03);
}

.gradient-secondary-black-deeppurple {
  background: linear-gradient(#333, #000, #673AB7);
}

.gradient-secondary-black-deeporange {
  background: linear-gradient(#333, #000, #DD6E0F);
}

.gradient-secondary-black-brown {
  background: linear-gradient(#333, #000, #964B00);
}

.gradient-secondary-black-grey {
  background: linear-gradient(#333, #000, #808080);
}

.gradient-secondary-white {
  background: linear-gradient(#333, #fff);
}

.gradient-to-top-secondary-white {
  background: linear-gradient(to top, #333, #fff);
}

.gradient-to-bottom-secondary-white {
  background: linear-gradient(to bottom, #333, #fff);
}

.gradient-to-left-secondary-white {
  background: linear-gradient(to left, #333, #fff);
}

.gradient-to-right-secondary-white {
  background: linear-gradient(to right, #333, #fff);
}

.gradient-to-top-left-secondary-white {
  background: linear-gradient(to top left, #333, #fff);
}

.gradient-to-top-right-secondary-white {
  background: linear-gradient(to top right, #333, #fff);
}

.gradient-to-bottom-left-secondary-white {
  background: linear-gradient(to bottom left, #333, #fff);
}

.gradient-to-bottom-right-secondary-white {
  background: linear-gradient(to bottom right, #333, #fff);
}

.gradient-radial-secondary-white {
  background: radial-gradient(circle, #333, #fff);
}

.gradient-secondary-white-primary {
  background: linear-gradient(#333, #fff, #03A9F4);
}

.gradient-secondary-white-success {
  background: linear-gradient(#333, #fff, #28a745);
}

.gradient-secondary-white-info {
  background: linear-gradient(#333, #fff, #0DCAF0);
}

.gradient-secondary-white-warning {
  background: linear-gradient(#333, #fff, #FFC107);
}

.gradient-secondary-white-danger {
  background: linear-gradient(#333, #fff, #DC3545);
}

.gradient-secondary-white-light {
  background: linear-gradient(#333, #fff, #f5f5f5);
}

.gradient-secondary-white-dark {
  background: linear-gradient(#333, #fff, #212529);
}

.gradient-secondary-white-red {
  background: linear-gradient(#333, #fff, #F44336);
}

.gradient-secondary-white-green {
  background: linear-gradient(#333, #fff, #4CAF50);
}

.gradient-secondary-white-blue {
  background: linear-gradient(#333, #fff, #2196F3);
}

.gradient-secondary-white-black {
  background: linear-gradient(#333, #fff, #000);
}

.gradient-secondary-white-pink {
  background: linear-gradient(#333, #fff, #E91E63);
}

.gradient-secondary-white-purple {
  background: linear-gradient(#333, #fff, #9C27B0);
}

.gradient-secondary-white-indigo {
  background: linear-gradient(#333, #fff, #3E51B5);
}

.gradient-secondary-white-cyan {
  background: linear-gradient(#333, #fff, #00BCD4);
}

.gradient-secondary-white-teal {
  background: linear-gradient(#333, #fff, #009688);
}

.gradient-secondary-white-lime {
  background: linear-gradient(#333, #fff, #CDDC39);
}

.gradient-secondary-white-yellow {
  background: linear-gradient(#333, #fff, #FFEB3B);
}

.gradient-secondary-white-amber {
  background: linear-gradient(#333, #fff, #FFC107);
}

.gradient-secondary-white-orange {
  background: linear-gradient(#333, #fff, #FF9800);
}

.gradient-secondary-white-lightblue {
  background: linear-gradient(#333, #fff, #03A9F4);
}

.gradient-secondary-white-lightgreen {
  background: linear-gradient(#333, #fff, #76FF03);
}

.gradient-secondary-white-deeppurple {
  background: linear-gradient(#333, #fff, #673AB7);
}

.gradient-secondary-white-deeporange {
  background: linear-gradient(#333, #fff, #DD6E0F);
}

.gradient-secondary-white-brown {
  background: linear-gradient(#333, #fff, #964B00);
}

.gradient-secondary-white-grey {
  background: linear-gradient(#333, #fff, #808080);
}

.gradient-secondary-pink {
  background: linear-gradient(#333, #E91E63);
}

.gradient-to-top-secondary-pink {
  background: linear-gradient(to top, #333, #E91E63);
}

.gradient-to-bottom-secondary-pink {
  background: linear-gradient(to bottom, #333, #E91E63);
}

.gradient-to-left-secondary-pink {
  background: linear-gradient(to left, #333, #E91E63);
}

.gradient-to-right-secondary-pink {
  background: linear-gradient(to right, #333, #E91E63);
}

.gradient-to-top-left-secondary-pink {
  background: linear-gradient(to top left, #333, #E91E63);
}

.gradient-to-top-right-secondary-pink {
  background: linear-gradient(to top right, #333, #E91E63);
}

.gradient-to-bottom-left-secondary-pink {
  background: linear-gradient(to bottom left, #333, #E91E63);
}

.gradient-to-bottom-right-secondary-pink {
  background: linear-gradient(to bottom right, #333, #E91E63);
}

.gradient-radial-secondary-pink {
  background: radial-gradient(circle, #333, #E91E63);
}

.gradient-secondary-pink-primary {
  background: linear-gradient(#333, #E91E63, #03A9F4);
}

.gradient-secondary-pink-success {
  background: linear-gradient(#333, #E91E63, #28a745);
}

.gradient-secondary-pink-info {
  background: linear-gradient(#333, #E91E63, #0DCAF0);
}

.gradient-secondary-pink-warning {
  background: linear-gradient(#333, #E91E63, #FFC107);
}

.gradient-secondary-pink-danger {
  background: linear-gradient(#333, #E91E63, #DC3545);
}

.gradient-secondary-pink-light {
  background: linear-gradient(#333, #E91E63, #f5f5f5);
}

.gradient-secondary-pink-dark {
  background: linear-gradient(#333, #E91E63, #212529);
}

.gradient-secondary-pink-red {
  background: linear-gradient(#333, #E91E63, #F44336);
}

.gradient-secondary-pink-green {
  background: linear-gradient(#333, #E91E63, #4CAF50);
}

.gradient-secondary-pink-blue {
  background: linear-gradient(#333, #E91E63, #2196F3);
}

.gradient-secondary-pink-black {
  background: linear-gradient(#333, #E91E63, #000);
}

.gradient-secondary-pink-white {
  background: linear-gradient(#333, #E91E63, #fff);
}

.gradient-secondary-pink-purple {
  background: linear-gradient(#333, #E91E63, #9C27B0);
}

.gradient-secondary-pink-indigo {
  background: linear-gradient(#333, #E91E63, #3E51B5);
}

.gradient-secondary-pink-cyan {
  background: linear-gradient(#333, #E91E63, #00BCD4);
}

.gradient-secondary-pink-teal {
  background: linear-gradient(#333, #E91E63, #009688);
}

.gradient-secondary-pink-lime {
  background: linear-gradient(#333, #E91E63, #CDDC39);
}

.gradient-secondary-pink-yellow {
  background: linear-gradient(#333, #E91E63, #FFEB3B);
}

.gradient-secondary-pink-amber {
  background: linear-gradient(#333, #E91E63, #FFC107);
}

.gradient-secondary-pink-orange {
  background: linear-gradient(#333, #E91E63, #FF9800);
}

.gradient-secondary-pink-lightblue {
  background: linear-gradient(#333, #E91E63, #03A9F4);
}

.gradient-secondary-pink-lightgreen {
  background: linear-gradient(#333, #E91E63, #76FF03);
}

.gradient-secondary-pink-deeppurple {
  background: linear-gradient(#333, #E91E63, #673AB7);
}

.gradient-secondary-pink-deeporange {
  background: linear-gradient(#333, #E91E63, #DD6E0F);
}

.gradient-secondary-pink-brown {
  background: linear-gradient(#333, #E91E63, #964B00);
}

.gradient-secondary-pink-grey {
  background: linear-gradient(#333, #E91E63, #808080);
}

.gradient-secondary-purple {
  background: linear-gradient(#333, #9C27B0);
}

.gradient-to-top-secondary-purple {
  background: linear-gradient(to top, #333, #9C27B0);
}

.gradient-to-bottom-secondary-purple {
  background: linear-gradient(to bottom, #333, #9C27B0);
}

.gradient-to-left-secondary-purple {
  background: linear-gradient(to left, #333, #9C27B0);
}

.gradient-to-right-secondary-purple {
  background: linear-gradient(to right, #333, #9C27B0);
}

.gradient-to-top-left-secondary-purple {
  background: linear-gradient(to top left, #333, #9C27B0);
}

.gradient-to-top-right-secondary-purple {
  background: linear-gradient(to top right, #333, #9C27B0);
}

.gradient-to-bottom-left-secondary-purple {
  background: linear-gradient(to bottom left, #333, #9C27B0);
}

.gradient-to-bottom-right-secondary-purple {
  background: linear-gradient(to bottom right, #333, #9C27B0);
}

.gradient-radial-secondary-purple {
  background: radial-gradient(circle, #333, #9C27B0);
}

.gradient-secondary-purple-primary {
  background: linear-gradient(#333, #9C27B0, #03A9F4);
}

.gradient-secondary-purple-success {
  background: linear-gradient(#333, #9C27B0, #28a745);
}

.gradient-secondary-purple-info {
  background: linear-gradient(#333, #9C27B0, #0DCAF0);
}

.gradient-secondary-purple-warning {
  background: linear-gradient(#333, #9C27B0, #FFC107);
}

.gradient-secondary-purple-danger {
  background: linear-gradient(#333, #9C27B0, #DC3545);
}

.gradient-secondary-purple-light {
  background: linear-gradient(#333, #9C27B0, #f5f5f5);
}

.gradient-secondary-purple-dark {
  background: linear-gradient(#333, #9C27B0, #212529);
}

.gradient-secondary-purple-red {
  background: linear-gradient(#333, #9C27B0, #F44336);
}

.gradient-secondary-purple-green {
  background: linear-gradient(#333, #9C27B0, #4CAF50);
}

.gradient-secondary-purple-blue {
  background: linear-gradient(#333, #9C27B0, #2196F3);
}

.gradient-secondary-purple-black {
  background: linear-gradient(#333, #9C27B0, #000);
}

.gradient-secondary-purple-white {
  background: linear-gradient(#333, #9C27B0, #fff);
}

.gradient-secondary-purple-pink {
  background: linear-gradient(#333, #9C27B0, #E91E63);
}

.gradient-secondary-purple-indigo {
  background: linear-gradient(#333, #9C27B0, #3E51B5);
}

.gradient-secondary-purple-cyan {
  background: linear-gradient(#333, #9C27B0, #00BCD4);
}

.gradient-secondary-purple-teal {
  background: linear-gradient(#333, #9C27B0, #009688);
}

.gradient-secondary-purple-lime {
  background: linear-gradient(#333, #9C27B0, #CDDC39);
}

.gradient-secondary-purple-yellow {
  background: linear-gradient(#333, #9C27B0, #FFEB3B);
}

.gradient-secondary-purple-amber {
  background: linear-gradient(#333, #9C27B0, #FFC107);
}

.gradient-secondary-purple-orange {
  background: linear-gradient(#333, #9C27B0, #FF9800);
}

.gradient-secondary-purple-lightblue {
  background: linear-gradient(#333, #9C27B0, #03A9F4);
}

.gradient-secondary-purple-lightgreen {
  background: linear-gradient(#333, #9C27B0, #76FF03);
}

.gradient-secondary-purple-deeppurple {
  background: linear-gradient(#333, #9C27B0, #673AB7);
}

.gradient-secondary-purple-deeporange {
  background: linear-gradient(#333, #9C27B0, #DD6E0F);
}

.gradient-secondary-purple-brown {
  background: linear-gradient(#333, #9C27B0, #964B00);
}

.gradient-secondary-purple-grey {
  background: linear-gradient(#333, #9C27B0, #808080);
}

.gradient-secondary-indigo {
  background: linear-gradient(#333, #3E51B5);
}

.gradient-to-top-secondary-indigo {
  background: linear-gradient(to top, #333, #3E51B5);
}

.gradient-to-bottom-secondary-indigo {
  background: linear-gradient(to bottom, #333, #3E51B5);
}

.gradient-to-left-secondary-indigo {
  background: linear-gradient(to left, #333, #3E51B5);
}

.gradient-to-right-secondary-indigo {
  background: linear-gradient(to right, #333, #3E51B5);
}

.gradient-to-top-left-secondary-indigo {
  background: linear-gradient(to top left, #333, #3E51B5);
}

.gradient-to-top-right-secondary-indigo {
  background: linear-gradient(to top right, #333, #3E51B5);
}

.gradient-to-bottom-left-secondary-indigo {
  background: linear-gradient(to bottom left, #333, #3E51B5);
}

.gradient-to-bottom-right-secondary-indigo {
  background: linear-gradient(to bottom right, #333, #3E51B5);
}

.gradient-radial-secondary-indigo {
  background: radial-gradient(circle, #333, #3E51B5);
}

.gradient-secondary-indigo-primary {
  background: linear-gradient(#333, #3E51B5, #03A9F4);
}

.gradient-secondary-indigo-success {
  background: linear-gradient(#333, #3E51B5, #28a745);
}

.gradient-secondary-indigo-info {
  background: linear-gradient(#333, #3E51B5, #0DCAF0);
}

.gradient-secondary-indigo-warning {
  background: linear-gradient(#333, #3E51B5, #FFC107);
}

.gradient-secondary-indigo-danger {
  background: linear-gradient(#333, #3E51B5, #DC3545);
}

.gradient-secondary-indigo-light {
  background: linear-gradient(#333, #3E51B5, #f5f5f5);
}

.gradient-secondary-indigo-dark {
  background: linear-gradient(#333, #3E51B5, #212529);
}

.gradient-secondary-indigo-red {
  background: linear-gradient(#333, #3E51B5, #F44336);
}

.gradient-secondary-indigo-green {
  background: linear-gradient(#333, #3E51B5, #4CAF50);
}

.gradient-secondary-indigo-blue {
  background: linear-gradient(#333, #3E51B5, #2196F3);
}

.gradient-secondary-indigo-black {
  background: linear-gradient(#333, #3E51B5, #000);
}

.gradient-secondary-indigo-white {
  background: linear-gradient(#333, #3E51B5, #fff);
}

.gradient-secondary-indigo-pink {
  background: linear-gradient(#333, #3E51B5, #E91E63);
}

.gradient-secondary-indigo-purple {
  background: linear-gradient(#333, #3E51B5, #9C27B0);
}

.gradient-secondary-indigo-cyan {
  background: linear-gradient(#333, #3E51B5, #00BCD4);
}

.gradient-secondary-indigo-teal {
  background: linear-gradient(#333, #3E51B5, #009688);
}

.gradient-secondary-indigo-lime {
  background: linear-gradient(#333, #3E51B5, #CDDC39);
}

.gradient-secondary-indigo-yellow {
  background: linear-gradient(#333, #3E51B5, #FFEB3B);
}

.gradient-secondary-indigo-amber {
  background: linear-gradient(#333, #3E51B5, #FFC107);
}

.gradient-secondary-indigo-orange {
  background: linear-gradient(#333, #3E51B5, #FF9800);
}

.gradient-secondary-indigo-lightblue {
  background: linear-gradient(#333, #3E51B5, #03A9F4);
}

.gradient-secondary-indigo-lightgreen {
  background: linear-gradient(#333, #3E51B5, #76FF03);
}

.gradient-secondary-indigo-deeppurple {
  background: linear-gradient(#333, #3E51B5, #673AB7);
}

.gradient-secondary-indigo-deeporange {
  background: linear-gradient(#333, #3E51B5, #DD6E0F);
}

.gradient-secondary-indigo-brown {
  background: linear-gradient(#333, #3E51B5, #964B00);
}

.gradient-secondary-indigo-grey {
  background: linear-gradient(#333, #3E51B5, #808080);
}

.gradient-secondary-cyan {
  background: linear-gradient(#333, #00BCD4);
}

.gradient-to-top-secondary-cyan {
  background: linear-gradient(to top, #333, #00BCD4);
}

.gradient-to-bottom-secondary-cyan {
  background: linear-gradient(to bottom, #333, #00BCD4);
}

.gradient-to-left-secondary-cyan {
  background: linear-gradient(to left, #333, #00BCD4);
}

.gradient-to-right-secondary-cyan {
  background: linear-gradient(to right, #333, #00BCD4);
}

.gradient-to-top-left-secondary-cyan {
  background: linear-gradient(to top left, #333, #00BCD4);
}

.gradient-to-top-right-secondary-cyan {
  background: linear-gradient(to top right, #333, #00BCD4);
}

.gradient-to-bottom-left-secondary-cyan {
  background: linear-gradient(to bottom left, #333, #00BCD4);
}

.gradient-to-bottom-right-secondary-cyan {
  background: linear-gradient(to bottom right, #333, #00BCD4);
}

.gradient-radial-secondary-cyan {
  background: radial-gradient(circle, #333, #00BCD4);
}

.gradient-secondary-cyan-primary {
  background: linear-gradient(#333, #00BCD4, #03A9F4);
}

.gradient-secondary-cyan-success {
  background: linear-gradient(#333, #00BCD4, #28a745);
}

.gradient-secondary-cyan-info {
  background: linear-gradient(#333, #00BCD4, #0DCAF0);
}

.gradient-secondary-cyan-warning {
  background: linear-gradient(#333, #00BCD4, #FFC107);
}

.gradient-secondary-cyan-danger {
  background: linear-gradient(#333, #00BCD4, #DC3545);
}

.gradient-secondary-cyan-light {
  background: linear-gradient(#333, #00BCD4, #f5f5f5);
}

.gradient-secondary-cyan-dark {
  background: linear-gradient(#333, #00BCD4, #212529);
}

.gradient-secondary-cyan-red {
  background: linear-gradient(#333, #00BCD4, #F44336);
}

.gradient-secondary-cyan-green {
  background: linear-gradient(#333, #00BCD4, #4CAF50);
}

.gradient-secondary-cyan-blue {
  background: linear-gradient(#333, #00BCD4, #2196F3);
}

.gradient-secondary-cyan-black {
  background: linear-gradient(#333, #00BCD4, #000);
}

.gradient-secondary-cyan-white {
  background: linear-gradient(#333, #00BCD4, #fff);
}

.gradient-secondary-cyan-pink {
  background: linear-gradient(#333, #00BCD4, #E91E63);
}

.gradient-secondary-cyan-purple {
  background: linear-gradient(#333, #00BCD4, #9C27B0);
}

.gradient-secondary-cyan-indigo {
  background: linear-gradient(#333, #00BCD4, #3E51B5);
}

.gradient-secondary-cyan-teal {
  background: linear-gradient(#333, #00BCD4, #009688);
}

.gradient-secondary-cyan-lime {
  background: linear-gradient(#333, #00BCD4, #CDDC39);
}

.gradient-secondary-cyan-yellow {
  background: linear-gradient(#333, #00BCD4, #FFEB3B);
}

.gradient-secondary-cyan-amber {
  background: linear-gradient(#333, #00BCD4, #FFC107);
}

.gradient-secondary-cyan-orange {
  background: linear-gradient(#333, #00BCD4, #FF9800);
}

.gradient-secondary-cyan-lightblue {
  background: linear-gradient(#333, #00BCD4, #03A9F4);
}

.gradient-secondary-cyan-lightgreen {
  background: linear-gradient(#333, #00BCD4, #76FF03);
}

.gradient-secondary-cyan-deeppurple {
  background: linear-gradient(#333, #00BCD4, #673AB7);
}

.gradient-secondary-cyan-deeporange {
  background: linear-gradient(#333, #00BCD4, #DD6E0F);
}

.gradient-secondary-cyan-brown {
  background: linear-gradient(#333, #00BCD4, #964B00);
}

.gradient-secondary-cyan-grey {
  background: linear-gradient(#333, #00BCD4, #808080);
}

.gradient-secondary-teal {
  background: linear-gradient(#333, #009688);
}

.gradient-to-top-secondary-teal {
  background: linear-gradient(to top, #333, #009688);
}

.gradient-to-bottom-secondary-teal {
  background: linear-gradient(to bottom, #333, #009688);
}

.gradient-to-left-secondary-teal {
  background: linear-gradient(to left, #333, #009688);
}

.gradient-to-right-secondary-teal {
  background: linear-gradient(to right, #333, #009688);
}

.gradient-to-top-left-secondary-teal {
  background: linear-gradient(to top left, #333, #009688);
}

.gradient-to-top-right-secondary-teal {
  background: linear-gradient(to top right, #333, #009688);
}

.gradient-to-bottom-left-secondary-teal {
  background: linear-gradient(to bottom left, #333, #009688);
}

.gradient-to-bottom-right-secondary-teal {
  background: linear-gradient(to bottom right, #333, #009688);
}

.gradient-radial-secondary-teal {
  background: radial-gradient(circle, #333, #009688);
}

.gradient-secondary-teal-primary {
  background: linear-gradient(#333, #009688, #03A9F4);
}

.gradient-secondary-teal-success {
  background: linear-gradient(#333, #009688, #28a745);
}

.gradient-secondary-teal-info {
  background: linear-gradient(#333, #009688, #0DCAF0);
}

.gradient-secondary-teal-warning {
  background: linear-gradient(#333, #009688, #FFC107);
}

.gradient-secondary-teal-danger {
  background: linear-gradient(#333, #009688, #DC3545);
}

.gradient-secondary-teal-light {
  background: linear-gradient(#333, #009688, #f5f5f5);
}

.gradient-secondary-teal-dark {
  background: linear-gradient(#333, #009688, #212529);
}

.gradient-secondary-teal-red {
  background: linear-gradient(#333, #009688, #F44336);
}

.gradient-secondary-teal-green {
  background: linear-gradient(#333, #009688, #4CAF50);
}

.gradient-secondary-teal-blue {
  background: linear-gradient(#333, #009688, #2196F3);
}

.gradient-secondary-teal-black {
  background: linear-gradient(#333, #009688, #000);
}

.gradient-secondary-teal-white {
  background: linear-gradient(#333, #009688, #fff);
}

.gradient-secondary-teal-pink {
  background: linear-gradient(#333, #009688, #E91E63);
}

.gradient-secondary-teal-purple {
  background: linear-gradient(#333, #009688, #9C27B0);
}

.gradient-secondary-teal-indigo {
  background: linear-gradient(#333, #009688, #3E51B5);
}

.gradient-secondary-teal-cyan {
  background: linear-gradient(#333, #009688, #00BCD4);
}

.gradient-secondary-teal-lime {
  background: linear-gradient(#333, #009688, #CDDC39);
}

.gradient-secondary-teal-yellow {
  background: linear-gradient(#333, #009688, #FFEB3B);
}

.gradient-secondary-teal-amber {
  background: linear-gradient(#333, #009688, #FFC107);
}

.gradient-secondary-teal-orange {
  background: linear-gradient(#333, #009688, #FF9800);
}

.gradient-secondary-teal-lightblue {
  background: linear-gradient(#333, #009688, #03A9F4);
}

.gradient-secondary-teal-lightgreen {
  background: linear-gradient(#333, #009688, #76FF03);
}

.gradient-secondary-teal-deeppurple {
  background: linear-gradient(#333, #009688, #673AB7);
}

.gradient-secondary-teal-deeporange {
  background: linear-gradient(#333, #009688, #DD6E0F);
}

.gradient-secondary-teal-brown {
  background: linear-gradient(#333, #009688, #964B00);
}

.gradient-secondary-teal-grey {
  background: linear-gradient(#333, #009688, #808080);
}

.gradient-secondary-lime {
  background: linear-gradient(#333, #CDDC39);
}

.gradient-to-top-secondary-lime {
  background: linear-gradient(to top, #333, #CDDC39);
}

.gradient-to-bottom-secondary-lime {
  background: linear-gradient(to bottom, #333, #CDDC39);
}

.gradient-to-left-secondary-lime {
  background: linear-gradient(to left, #333, #CDDC39);
}

.gradient-to-right-secondary-lime {
  background: linear-gradient(to right, #333, #CDDC39);
}

.gradient-to-top-left-secondary-lime {
  background: linear-gradient(to top left, #333, #CDDC39);
}

.gradient-to-top-right-secondary-lime {
  background: linear-gradient(to top right, #333, #CDDC39);
}

.gradient-to-bottom-left-secondary-lime {
  background: linear-gradient(to bottom left, #333, #CDDC39);
}

.gradient-to-bottom-right-secondary-lime {
  background: linear-gradient(to bottom right, #333, #CDDC39);
}

.gradient-radial-secondary-lime {
  background: radial-gradient(circle, #333, #CDDC39);
}

.gradient-secondary-lime-primary {
  background: linear-gradient(#333, #CDDC39, #03A9F4);
}

.gradient-secondary-lime-success {
  background: linear-gradient(#333, #CDDC39, #28a745);
}

.gradient-secondary-lime-info {
  background: linear-gradient(#333, #CDDC39, #0DCAF0);
}

.gradient-secondary-lime-warning {
  background: linear-gradient(#333, #CDDC39, #FFC107);
}

.gradient-secondary-lime-danger {
  background: linear-gradient(#333, #CDDC39, #DC3545);
}

.gradient-secondary-lime-light {
  background: linear-gradient(#333, #CDDC39, #f5f5f5);
}

.gradient-secondary-lime-dark {
  background: linear-gradient(#333, #CDDC39, #212529);
}

.gradient-secondary-lime-red {
  background: linear-gradient(#333, #CDDC39, #F44336);
}

.gradient-secondary-lime-green {
  background: linear-gradient(#333, #CDDC39, #4CAF50);
}

.gradient-secondary-lime-blue {
  background: linear-gradient(#333, #CDDC39, #2196F3);
}

.gradient-secondary-lime-black {
  background: linear-gradient(#333, #CDDC39, #000);
}

.gradient-secondary-lime-white {
  background: linear-gradient(#333, #CDDC39, #fff);
}

.gradient-secondary-lime-pink {
  background: linear-gradient(#333, #CDDC39, #E91E63);
}

.gradient-secondary-lime-purple {
  background: linear-gradient(#333, #CDDC39, #9C27B0);
}

.gradient-secondary-lime-indigo {
  background: linear-gradient(#333, #CDDC39, #3E51B5);
}

.gradient-secondary-lime-cyan {
  background: linear-gradient(#333, #CDDC39, #00BCD4);
}

.gradient-secondary-lime-teal {
  background: linear-gradient(#333, #CDDC39, #009688);
}

.gradient-secondary-lime-yellow {
  background: linear-gradient(#333, #CDDC39, #FFEB3B);
}

.gradient-secondary-lime-amber {
  background: linear-gradient(#333, #CDDC39, #FFC107);
}

.gradient-secondary-lime-orange {
  background: linear-gradient(#333, #CDDC39, #FF9800);
}

.gradient-secondary-lime-lightblue {
  background: linear-gradient(#333, #CDDC39, #03A9F4);
}

.gradient-secondary-lime-lightgreen {
  background: linear-gradient(#333, #CDDC39, #76FF03);
}

.gradient-secondary-lime-deeppurple {
  background: linear-gradient(#333, #CDDC39, #673AB7);
}

.gradient-secondary-lime-deeporange {
  background: linear-gradient(#333, #CDDC39, #DD6E0F);
}

.gradient-secondary-lime-brown {
  background: linear-gradient(#333, #CDDC39, #964B00);
}

.gradient-secondary-lime-grey {
  background: linear-gradient(#333, #CDDC39, #808080);
}

.gradient-secondary-yellow {
  background: linear-gradient(#333, #FFEB3B);
}

.gradient-to-top-secondary-yellow {
  background: linear-gradient(to top, #333, #FFEB3B);
}

.gradient-to-bottom-secondary-yellow {
  background: linear-gradient(to bottom, #333, #FFEB3B);
}

.gradient-to-left-secondary-yellow {
  background: linear-gradient(to left, #333, #FFEB3B);
}

.gradient-to-right-secondary-yellow {
  background: linear-gradient(to right, #333, #FFEB3B);
}

.gradient-to-top-left-secondary-yellow {
  background: linear-gradient(to top left, #333, #FFEB3B);
}

.gradient-to-top-right-secondary-yellow {
  background: linear-gradient(to top right, #333, #FFEB3B);
}

.gradient-to-bottom-left-secondary-yellow {
  background: linear-gradient(to bottom left, #333, #FFEB3B);
}

.gradient-to-bottom-right-secondary-yellow {
  background: linear-gradient(to bottom right, #333, #FFEB3B);
}

.gradient-radial-secondary-yellow {
  background: radial-gradient(circle, #333, #FFEB3B);
}

.gradient-secondary-yellow-primary {
  background: linear-gradient(#333, #FFEB3B, #03A9F4);
}

.gradient-secondary-yellow-success {
  background: linear-gradient(#333, #FFEB3B, #28a745);
}

.gradient-secondary-yellow-info {
  background: linear-gradient(#333, #FFEB3B, #0DCAF0);
}

.gradient-secondary-yellow-warning {
  background: linear-gradient(#333, #FFEB3B, #FFC107);
}

.gradient-secondary-yellow-danger {
  background: linear-gradient(#333, #FFEB3B, #DC3545);
}

.gradient-secondary-yellow-light {
  background: linear-gradient(#333, #FFEB3B, #f5f5f5);
}

.gradient-secondary-yellow-dark {
  background: linear-gradient(#333, #FFEB3B, #212529);
}

.gradient-secondary-yellow-red {
  background: linear-gradient(#333, #FFEB3B, #F44336);
}

.gradient-secondary-yellow-green {
  background: linear-gradient(#333, #FFEB3B, #4CAF50);
}

.gradient-secondary-yellow-blue {
  background: linear-gradient(#333, #FFEB3B, #2196F3);
}

.gradient-secondary-yellow-black {
  background: linear-gradient(#333, #FFEB3B, #000);
}

.gradient-secondary-yellow-white {
  background: linear-gradient(#333, #FFEB3B, #fff);
}

.gradient-secondary-yellow-pink {
  background: linear-gradient(#333, #FFEB3B, #E91E63);
}

.gradient-secondary-yellow-purple {
  background: linear-gradient(#333, #FFEB3B, #9C27B0);
}

.gradient-secondary-yellow-indigo {
  background: linear-gradient(#333, #FFEB3B, #3E51B5);
}

.gradient-secondary-yellow-cyan {
  background: linear-gradient(#333, #FFEB3B, #00BCD4);
}

.gradient-secondary-yellow-teal {
  background: linear-gradient(#333, #FFEB3B, #009688);
}

.gradient-secondary-yellow-lime {
  background: linear-gradient(#333, #FFEB3B, #CDDC39);
}

.gradient-secondary-yellow-amber {
  background: linear-gradient(#333, #FFEB3B, #FFC107);
}

.gradient-secondary-yellow-orange {
  background: linear-gradient(#333, #FFEB3B, #FF9800);
}

.gradient-secondary-yellow-lightblue {
  background: linear-gradient(#333, #FFEB3B, #03A9F4);
}

.gradient-secondary-yellow-lightgreen {
  background: linear-gradient(#333, #FFEB3B, #76FF03);
}

.gradient-secondary-yellow-deeppurple {
  background: linear-gradient(#333, #FFEB3B, #673AB7);
}

.gradient-secondary-yellow-deeporange {
  background: linear-gradient(#333, #FFEB3B, #DD6E0F);
}

.gradient-secondary-yellow-brown {
  background: linear-gradient(#333, #FFEB3B, #964B00);
}

.gradient-secondary-yellow-grey {
  background: linear-gradient(#333, #FFEB3B, #808080);
}

.gradient-secondary-amber {
  background: linear-gradient(#333, #FFC107);
}

.gradient-to-top-secondary-amber {
  background: linear-gradient(to top, #333, #FFC107);
}

.gradient-to-bottom-secondary-amber {
  background: linear-gradient(to bottom, #333, #FFC107);
}

.gradient-to-left-secondary-amber {
  background: linear-gradient(to left, #333, #FFC107);
}

.gradient-to-right-secondary-amber {
  background: linear-gradient(to right, #333, #FFC107);
}

.gradient-to-top-left-secondary-amber {
  background: linear-gradient(to top left, #333, #FFC107);
}

.gradient-to-top-right-secondary-amber {
  background: linear-gradient(to top right, #333, #FFC107);
}

.gradient-to-bottom-left-secondary-amber {
  background: linear-gradient(to bottom left, #333, #FFC107);
}

.gradient-to-bottom-right-secondary-amber {
  background: linear-gradient(to bottom right, #333, #FFC107);
}

.gradient-radial-secondary-amber {
  background: radial-gradient(circle, #333, #FFC107);
}

.gradient-secondary-amber-primary {
  background: linear-gradient(#333, #FFC107, #03A9F4);
}

.gradient-secondary-amber-success {
  background: linear-gradient(#333, #FFC107, #28a745);
}

.gradient-secondary-amber-info {
  background: linear-gradient(#333, #FFC107, #0DCAF0);
}

.gradient-secondary-amber-warning {
  background: linear-gradient(#333, #FFC107, #FFC107);
}

.gradient-secondary-amber-danger {
  background: linear-gradient(#333, #FFC107, #DC3545);
}

.gradient-secondary-amber-light {
  background: linear-gradient(#333, #FFC107, #f5f5f5);
}

.gradient-secondary-amber-dark {
  background: linear-gradient(#333, #FFC107, #212529);
}

.gradient-secondary-amber-red {
  background: linear-gradient(#333, #FFC107, #F44336);
}

.gradient-secondary-amber-green {
  background: linear-gradient(#333, #FFC107, #4CAF50);
}

.gradient-secondary-amber-blue {
  background: linear-gradient(#333, #FFC107, #2196F3);
}

.gradient-secondary-amber-black {
  background: linear-gradient(#333, #FFC107, #000);
}

.gradient-secondary-amber-white {
  background: linear-gradient(#333, #FFC107, #fff);
}

.gradient-secondary-amber-pink {
  background: linear-gradient(#333, #FFC107, #E91E63);
}

.gradient-secondary-amber-purple {
  background: linear-gradient(#333, #FFC107, #9C27B0);
}

.gradient-secondary-amber-indigo {
  background: linear-gradient(#333, #FFC107, #3E51B5);
}

.gradient-secondary-amber-cyan {
  background: linear-gradient(#333, #FFC107, #00BCD4);
}

.gradient-secondary-amber-teal {
  background: linear-gradient(#333, #FFC107, #009688);
}

.gradient-secondary-amber-lime {
  background: linear-gradient(#333, #FFC107, #CDDC39);
}

.gradient-secondary-amber-yellow {
  background: linear-gradient(#333, #FFC107, #FFEB3B);
}

.gradient-secondary-amber-orange {
  background: linear-gradient(#333, #FFC107, #FF9800);
}

.gradient-secondary-amber-lightblue {
  background: linear-gradient(#333, #FFC107, #03A9F4);
}

.gradient-secondary-amber-lightgreen {
  background: linear-gradient(#333, #FFC107, #76FF03);
}

.gradient-secondary-amber-deeppurple {
  background: linear-gradient(#333, #FFC107, #673AB7);
}

.gradient-secondary-amber-deeporange {
  background: linear-gradient(#333, #FFC107, #DD6E0F);
}

.gradient-secondary-amber-brown {
  background: linear-gradient(#333, #FFC107, #964B00);
}

.gradient-secondary-amber-grey {
  background: linear-gradient(#333, #FFC107, #808080);
}

.gradient-secondary-orange {
  background: linear-gradient(#333, #FF9800);
}

.gradient-to-top-secondary-orange {
  background: linear-gradient(to top, #333, #FF9800);
}

.gradient-to-bottom-secondary-orange {
  background: linear-gradient(to bottom, #333, #FF9800);
}

.gradient-to-left-secondary-orange {
  background: linear-gradient(to left, #333, #FF9800);
}

.gradient-to-right-secondary-orange {
  background: linear-gradient(to right, #333, #FF9800);
}

.gradient-to-top-left-secondary-orange {
  background: linear-gradient(to top left, #333, #FF9800);
}

.gradient-to-top-right-secondary-orange {
  background: linear-gradient(to top right, #333, #FF9800);
}

.gradient-to-bottom-left-secondary-orange {
  background: linear-gradient(to bottom left, #333, #FF9800);
}

.gradient-to-bottom-right-secondary-orange {
  background: linear-gradient(to bottom right, #333, #FF9800);
}

.gradient-radial-secondary-orange {
  background: radial-gradient(circle, #333, #FF9800);
}

.gradient-secondary-orange-primary {
  background: linear-gradient(#333, #FF9800, #03A9F4);
}

.gradient-secondary-orange-success {
  background: linear-gradient(#333, #FF9800, #28a745);
}

.gradient-secondary-orange-info {
  background: linear-gradient(#333, #FF9800, #0DCAF0);
}

.gradient-secondary-orange-warning {
  background: linear-gradient(#333, #FF9800, #FFC107);
}

.gradient-secondary-orange-danger {
  background: linear-gradient(#333, #FF9800, #DC3545);
}

.gradient-secondary-orange-light {
  background: linear-gradient(#333, #FF9800, #f5f5f5);
}

.gradient-secondary-orange-dark {
  background: linear-gradient(#333, #FF9800, #212529);
}

.gradient-secondary-orange-red {
  background: linear-gradient(#333, #FF9800, #F44336);
}

.gradient-secondary-orange-green {
  background: linear-gradient(#333, #FF9800, #4CAF50);
}

.gradient-secondary-orange-blue {
  background: linear-gradient(#333, #FF9800, #2196F3);
}

.gradient-secondary-orange-black {
  background: linear-gradient(#333, #FF9800, #000);
}

.gradient-secondary-orange-white {
  background: linear-gradient(#333, #FF9800, #fff);
}

.gradient-secondary-orange-pink {
  background: linear-gradient(#333, #FF9800, #E91E63);
}

.gradient-secondary-orange-purple {
  background: linear-gradient(#333, #FF9800, #9C27B0);
}

.gradient-secondary-orange-indigo {
  background: linear-gradient(#333, #FF9800, #3E51B5);
}

.gradient-secondary-orange-cyan {
  background: linear-gradient(#333, #FF9800, #00BCD4);
}

.gradient-secondary-orange-teal {
  background: linear-gradient(#333, #FF9800, #009688);
}

.gradient-secondary-orange-lime {
  background: linear-gradient(#333, #FF9800, #CDDC39);
}

.gradient-secondary-orange-yellow {
  background: linear-gradient(#333, #FF9800, #FFEB3B);
}

.gradient-secondary-orange-amber {
  background: linear-gradient(#333, #FF9800, #FFC107);
}

.gradient-secondary-orange-lightblue {
  background: linear-gradient(#333, #FF9800, #03A9F4);
}

.gradient-secondary-orange-lightgreen {
  background: linear-gradient(#333, #FF9800, #76FF03);
}

.gradient-secondary-orange-deeppurple {
  background: linear-gradient(#333, #FF9800, #673AB7);
}

.gradient-secondary-orange-deeporange {
  background: linear-gradient(#333, #FF9800, #DD6E0F);
}

.gradient-secondary-orange-brown {
  background: linear-gradient(#333, #FF9800, #964B00);
}

.gradient-secondary-orange-grey {
  background: linear-gradient(#333, #FF9800, #808080);
}

.gradient-secondary-lightblue {
  background: linear-gradient(#333, #03A9F4);
}

.gradient-to-top-secondary-lightblue {
  background: linear-gradient(to top, #333, #03A9F4);
}

.gradient-to-bottom-secondary-lightblue {
  background: linear-gradient(to bottom, #333, #03A9F4);
}

.gradient-to-left-secondary-lightblue {
  background: linear-gradient(to left, #333, #03A9F4);
}

.gradient-to-right-secondary-lightblue {
  background: linear-gradient(to right, #333, #03A9F4);
}

.gradient-to-top-left-secondary-lightblue {
  background: linear-gradient(to top left, #333, #03A9F4);
}

.gradient-to-top-right-secondary-lightblue {
  background: linear-gradient(to top right, #333, #03A9F4);
}

.gradient-to-bottom-left-secondary-lightblue {
  background: linear-gradient(to bottom left, #333, #03A9F4);
}

.gradient-to-bottom-right-secondary-lightblue {
  background: linear-gradient(to bottom right, #333, #03A9F4);
}

.gradient-radial-secondary-lightblue {
  background: radial-gradient(circle, #333, #03A9F4);
}

.gradient-secondary-lightblue-primary {
  background: linear-gradient(#333, #03A9F4, #03A9F4);
}

.gradient-secondary-lightblue-success {
  background: linear-gradient(#333, #03A9F4, #28a745);
}

.gradient-secondary-lightblue-info {
  background: linear-gradient(#333, #03A9F4, #0DCAF0);
}

.gradient-secondary-lightblue-warning {
  background: linear-gradient(#333, #03A9F4, #FFC107);
}

.gradient-secondary-lightblue-danger {
  background: linear-gradient(#333, #03A9F4, #DC3545);
}

.gradient-secondary-lightblue-light {
  background: linear-gradient(#333, #03A9F4, #f5f5f5);
}

.gradient-secondary-lightblue-dark {
  background: linear-gradient(#333, #03A9F4, #212529);
}

.gradient-secondary-lightblue-red {
  background: linear-gradient(#333, #03A9F4, #F44336);
}

.gradient-secondary-lightblue-green {
  background: linear-gradient(#333, #03A9F4, #4CAF50);
}

.gradient-secondary-lightblue-blue {
  background: linear-gradient(#333, #03A9F4, #2196F3);
}

.gradient-secondary-lightblue-black {
  background: linear-gradient(#333, #03A9F4, #000);
}

.gradient-secondary-lightblue-white {
  background: linear-gradient(#333, #03A9F4, #fff);
}

.gradient-secondary-lightblue-pink {
  background: linear-gradient(#333, #03A9F4, #E91E63);
}

.gradient-secondary-lightblue-purple {
  background: linear-gradient(#333, #03A9F4, #9C27B0);
}

.gradient-secondary-lightblue-indigo {
  background: linear-gradient(#333, #03A9F4, #3E51B5);
}

.gradient-secondary-lightblue-cyan {
  background: linear-gradient(#333, #03A9F4, #00BCD4);
}

.gradient-secondary-lightblue-teal {
  background: linear-gradient(#333, #03A9F4, #009688);
}

.gradient-secondary-lightblue-lime {
  background: linear-gradient(#333, #03A9F4, #CDDC39);
}

.gradient-secondary-lightblue-yellow {
  background: linear-gradient(#333, #03A9F4, #FFEB3B);
}

.gradient-secondary-lightblue-amber {
  background: linear-gradient(#333, #03A9F4, #FFC107);
}

.gradient-secondary-lightblue-orange {
  background: linear-gradient(#333, #03A9F4, #FF9800);
}

.gradient-secondary-lightblue-lightgreen {
  background: linear-gradient(#333, #03A9F4, #76FF03);
}

.gradient-secondary-lightblue-deeppurple {
  background: linear-gradient(#333, #03A9F4, #673AB7);
}

.gradient-secondary-lightblue-deeporange {
  background: linear-gradient(#333, #03A9F4, #DD6E0F);
}

.gradient-secondary-lightblue-brown {
  background: linear-gradient(#333, #03A9F4, #964B00);
}

.gradient-secondary-lightblue-grey {
  background: linear-gradient(#333, #03A9F4, #808080);
}

.gradient-secondary-lightgreen {
  background: linear-gradient(#333, #76FF03);
}

.gradient-to-top-secondary-lightgreen {
  background: linear-gradient(to top, #333, #76FF03);
}

.gradient-to-bottom-secondary-lightgreen {
  background: linear-gradient(to bottom, #333, #76FF03);
}

.gradient-to-left-secondary-lightgreen {
  background: linear-gradient(to left, #333, #76FF03);
}

.gradient-to-right-secondary-lightgreen {
  background: linear-gradient(to right, #333, #76FF03);
}

.gradient-to-top-left-secondary-lightgreen {
  background: linear-gradient(to top left, #333, #76FF03);
}

.gradient-to-top-right-secondary-lightgreen {
  background: linear-gradient(to top right, #333, #76FF03);
}

.gradient-to-bottom-left-secondary-lightgreen {
  background: linear-gradient(to bottom left, #333, #76FF03);
}

.gradient-to-bottom-right-secondary-lightgreen {
  background: linear-gradient(to bottom right, #333, #76FF03);
}

.gradient-radial-secondary-lightgreen {
  background: radial-gradient(circle, #333, #76FF03);
}

.gradient-secondary-lightgreen-primary {
  background: linear-gradient(#333, #76FF03, #03A9F4);
}

.gradient-secondary-lightgreen-success {
  background: linear-gradient(#333, #76FF03, #28a745);
}

.gradient-secondary-lightgreen-info {
  background: linear-gradient(#333, #76FF03, #0DCAF0);
}

.gradient-secondary-lightgreen-warning {
  background: linear-gradient(#333, #76FF03, #FFC107);
}

.gradient-secondary-lightgreen-danger {
  background: linear-gradient(#333, #76FF03, #DC3545);
}

.gradient-secondary-lightgreen-light {
  background: linear-gradient(#333, #76FF03, #f5f5f5);
}

.gradient-secondary-lightgreen-dark {
  background: linear-gradient(#333, #76FF03, #212529);
}

.gradient-secondary-lightgreen-red {
  background: linear-gradient(#333, #76FF03, #F44336);
}

.gradient-secondary-lightgreen-green {
  background: linear-gradient(#333, #76FF03, #4CAF50);
}

.gradient-secondary-lightgreen-blue {
  background: linear-gradient(#333, #76FF03, #2196F3);
}

.gradient-secondary-lightgreen-black {
  background: linear-gradient(#333, #76FF03, #000);
}

.gradient-secondary-lightgreen-white {
  background: linear-gradient(#333, #76FF03, #fff);
}

.gradient-secondary-lightgreen-pink {
  background: linear-gradient(#333, #76FF03, #E91E63);
}

.gradient-secondary-lightgreen-purple {
  background: linear-gradient(#333, #76FF03, #9C27B0);
}

.gradient-secondary-lightgreen-indigo {
  background: linear-gradient(#333, #76FF03, #3E51B5);
}

.gradient-secondary-lightgreen-cyan {
  background: linear-gradient(#333, #76FF03, #00BCD4);
}

.gradient-secondary-lightgreen-teal {
  background: linear-gradient(#333, #76FF03, #009688);
}

.gradient-secondary-lightgreen-lime {
  background: linear-gradient(#333, #76FF03, #CDDC39);
}

.gradient-secondary-lightgreen-yellow {
  background: linear-gradient(#333, #76FF03, #FFEB3B);
}

.gradient-secondary-lightgreen-amber {
  background: linear-gradient(#333, #76FF03, #FFC107);
}

.gradient-secondary-lightgreen-orange {
  background: linear-gradient(#333, #76FF03, #FF9800);
}

.gradient-secondary-lightgreen-lightblue {
  background: linear-gradient(#333, #76FF03, #03A9F4);
}

.gradient-secondary-lightgreen-deeppurple {
  background: linear-gradient(#333, #76FF03, #673AB7);
}

.gradient-secondary-lightgreen-deeporange {
  background: linear-gradient(#333, #76FF03, #DD6E0F);
}

.gradient-secondary-lightgreen-brown {
  background: linear-gradient(#333, #76FF03, #964B00);
}

.gradient-secondary-lightgreen-grey {
  background: linear-gradient(#333, #76FF03, #808080);
}

.gradient-secondary-deeppurple {
  background: linear-gradient(#333, #673AB7);
}

.gradient-to-top-secondary-deeppurple {
  background: linear-gradient(to top, #333, #673AB7);
}

.gradient-to-bottom-secondary-deeppurple {
  background: linear-gradient(to bottom, #333, #673AB7);
}

.gradient-to-left-secondary-deeppurple {
  background: linear-gradient(to left, #333, #673AB7);
}

.gradient-to-right-secondary-deeppurple {
  background: linear-gradient(to right, #333, #673AB7);
}

.gradient-to-top-left-secondary-deeppurple {
  background: linear-gradient(to top left, #333, #673AB7);
}

.gradient-to-top-right-secondary-deeppurple {
  background: linear-gradient(to top right, #333, #673AB7);
}

.gradient-to-bottom-left-secondary-deeppurple {
  background: linear-gradient(to bottom left, #333, #673AB7);
}

.gradient-to-bottom-right-secondary-deeppurple {
  background: linear-gradient(to bottom right, #333, #673AB7);
}

.gradient-radial-secondary-deeppurple {
  background: radial-gradient(circle, #333, #673AB7);
}

.gradient-secondary-deeppurple-primary {
  background: linear-gradient(#333, #673AB7, #03A9F4);
}

.gradient-secondary-deeppurple-success {
  background: linear-gradient(#333, #673AB7, #28a745);
}

.gradient-secondary-deeppurple-info {
  background: linear-gradient(#333, #673AB7, #0DCAF0);
}

.gradient-secondary-deeppurple-warning {
  background: linear-gradient(#333, #673AB7, #FFC107);
}

.gradient-secondary-deeppurple-danger {
  background: linear-gradient(#333, #673AB7, #DC3545);
}

.gradient-secondary-deeppurple-light {
  background: linear-gradient(#333, #673AB7, #f5f5f5);
}

.gradient-secondary-deeppurple-dark {
  background: linear-gradient(#333, #673AB7, #212529);
}

.gradient-secondary-deeppurple-red {
  background: linear-gradient(#333, #673AB7, #F44336);
}

.gradient-secondary-deeppurple-green {
  background: linear-gradient(#333, #673AB7, #4CAF50);
}

.gradient-secondary-deeppurple-blue {
  background: linear-gradient(#333, #673AB7, #2196F3);
}

.gradient-secondary-deeppurple-black {
  background: linear-gradient(#333, #673AB7, #000);
}

.gradient-secondary-deeppurple-white {
  background: linear-gradient(#333, #673AB7, #fff);
}

.gradient-secondary-deeppurple-pink {
  background: linear-gradient(#333, #673AB7, #E91E63);
}

.gradient-secondary-deeppurple-purple {
  background: linear-gradient(#333, #673AB7, #9C27B0);
}

.gradient-secondary-deeppurple-indigo {
  background: linear-gradient(#333, #673AB7, #3E51B5);
}

.gradient-secondary-deeppurple-cyan {
  background: linear-gradient(#333, #673AB7, #00BCD4);
}

.gradient-secondary-deeppurple-teal {
  background: linear-gradient(#333, #673AB7, #009688);
}

.gradient-secondary-deeppurple-lime {
  background: linear-gradient(#333, #673AB7, #CDDC39);
}

.gradient-secondary-deeppurple-yellow {
  background: linear-gradient(#333, #673AB7, #FFEB3B);
}

.gradient-secondary-deeppurple-amber {
  background: linear-gradient(#333, #673AB7, #FFC107);
}

.gradient-secondary-deeppurple-orange {
  background: linear-gradient(#333, #673AB7, #FF9800);
}

.gradient-secondary-deeppurple-lightblue {
  background: linear-gradient(#333, #673AB7, #03A9F4);
}

.gradient-secondary-deeppurple-lightgreen {
  background: linear-gradient(#333, #673AB7, #76FF03);
}

.gradient-secondary-deeppurple-deeporange {
  background: linear-gradient(#333, #673AB7, #DD6E0F);
}

.gradient-secondary-deeppurple-brown {
  background: linear-gradient(#333, #673AB7, #964B00);
}

.gradient-secondary-deeppurple-grey {
  background: linear-gradient(#333, #673AB7, #808080);
}

.gradient-secondary-deeporange {
  background: linear-gradient(#333, #DD6E0F);
}

.gradient-to-top-secondary-deeporange {
  background: linear-gradient(to top, #333, #DD6E0F);
}

.gradient-to-bottom-secondary-deeporange {
  background: linear-gradient(to bottom, #333, #DD6E0F);
}

.gradient-to-left-secondary-deeporange {
  background: linear-gradient(to left, #333, #DD6E0F);
}

.gradient-to-right-secondary-deeporange {
  background: linear-gradient(to right, #333, #DD6E0F);
}

.gradient-to-top-left-secondary-deeporange {
  background: linear-gradient(to top left, #333, #DD6E0F);
}

.gradient-to-top-right-secondary-deeporange {
  background: linear-gradient(to top right, #333, #DD6E0F);
}

.gradient-to-bottom-left-secondary-deeporange {
  background: linear-gradient(to bottom left, #333, #DD6E0F);
}

.gradient-to-bottom-right-secondary-deeporange {
  background: linear-gradient(to bottom right, #333, #DD6E0F);
}

.gradient-radial-secondary-deeporange {
  background: radial-gradient(circle, #333, #DD6E0F);
}

.gradient-secondary-deeporange-primary {
  background: linear-gradient(#333, #DD6E0F, #03A9F4);
}

.gradient-secondary-deeporange-success {
  background: linear-gradient(#333, #DD6E0F, #28a745);
}

.gradient-secondary-deeporange-info {
  background: linear-gradient(#333, #DD6E0F, #0DCAF0);
}

.gradient-secondary-deeporange-warning {
  background: linear-gradient(#333, #DD6E0F, #FFC107);
}

.gradient-secondary-deeporange-danger {
  background: linear-gradient(#333, #DD6E0F, #DC3545);
}

.gradient-secondary-deeporange-light {
  background: linear-gradient(#333, #DD6E0F, #f5f5f5);
}

.gradient-secondary-deeporange-dark {
  background: linear-gradient(#333, #DD6E0F, #212529);
}

.gradient-secondary-deeporange-red {
  background: linear-gradient(#333, #DD6E0F, #F44336);
}

.gradient-secondary-deeporange-green {
  background: linear-gradient(#333, #DD6E0F, #4CAF50);
}

.gradient-secondary-deeporange-blue {
  background: linear-gradient(#333, #DD6E0F, #2196F3);
}

.gradient-secondary-deeporange-black {
  background: linear-gradient(#333, #DD6E0F, #000);
}

.gradient-secondary-deeporange-white {
  background: linear-gradient(#333, #DD6E0F, #fff);
}

.gradient-secondary-deeporange-pink {
  background: linear-gradient(#333, #DD6E0F, #E91E63);
}

.gradient-secondary-deeporange-purple {
  background: linear-gradient(#333, #DD6E0F, #9C27B0);
}

.gradient-secondary-deeporange-indigo {
  background: linear-gradient(#333, #DD6E0F, #3E51B5);
}

.gradient-secondary-deeporange-cyan {
  background: linear-gradient(#333, #DD6E0F, #00BCD4);
}

.gradient-secondary-deeporange-teal {
  background: linear-gradient(#333, #DD6E0F, #009688);
}

.gradient-secondary-deeporange-lime {
  background: linear-gradient(#333, #DD6E0F, #CDDC39);
}

.gradient-secondary-deeporange-yellow {
  background: linear-gradient(#333, #DD6E0F, #FFEB3B);
}

.gradient-secondary-deeporange-amber {
  background: linear-gradient(#333, #DD6E0F, #FFC107);
}

.gradient-secondary-deeporange-orange {
  background: linear-gradient(#333, #DD6E0F, #FF9800);
}

.gradient-secondary-deeporange-lightblue {
  background: linear-gradient(#333, #DD6E0F, #03A9F4);
}

.gradient-secondary-deeporange-lightgreen {
  background: linear-gradient(#333, #DD6E0F, #76FF03);
}

.gradient-secondary-deeporange-deeppurple {
  background: linear-gradient(#333, #DD6E0F, #673AB7);
}

.gradient-secondary-deeporange-brown {
  background: linear-gradient(#333, #DD6E0F, #964B00);
}

.gradient-secondary-deeporange-grey {
  background: linear-gradient(#333, #DD6E0F, #808080);
}

.gradient-secondary-brown {
  background: linear-gradient(#333, #964B00);
}

.gradient-to-top-secondary-brown {
  background: linear-gradient(to top, #333, #964B00);
}

.gradient-to-bottom-secondary-brown {
  background: linear-gradient(to bottom, #333, #964B00);
}

.gradient-to-left-secondary-brown {
  background: linear-gradient(to left, #333, #964B00);
}

.gradient-to-right-secondary-brown {
  background: linear-gradient(to right, #333, #964B00);
}

.gradient-to-top-left-secondary-brown {
  background: linear-gradient(to top left, #333, #964B00);
}

.gradient-to-top-right-secondary-brown {
  background: linear-gradient(to top right, #333, #964B00);
}

.gradient-to-bottom-left-secondary-brown {
  background: linear-gradient(to bottom left, #333, #964B00);
}

.gradient-to-bottom-right-secondary-brown {
  background: linear-gradient(to bottom right, #333, #964B00);
}

.gradient-radial-secondary-brown {
  background: radial-gradient(circle, #333, #964B00);
}

.gradient-secondary-brown-primary {
  background: linear-gradient(#333, #964B00, #03A9F4);
}

.gradient-secondary-brown-success {
  background: linear-gradient(#333, #964B00, #28a745);
}

.gradient-secondary-brown-info {
  background: linear-gradient(#333, #964B00, #0DCAF0);
}

.gradient-secondary-brown-warning {
  background: linear-gradient(#333, #964B00, #FFC107);
}

.gradient-secondary-brown-danger {
  background: linear-gradient(#333, #964B00, #DC3545);
}

.gradient-secondary-brown-light {
  background: linear-gradient(#333, #964B00, #f5f5f5);
}

.gradient-secondary-brown-dark {
  background: linear-gradient(#333, #964B00, #212529);
}

.gradient-secondary-brown-red {
  background: linear-gradient(#333, #964B00, #F44336);
}

.gradient-secondary-brown-green {
  background: linear-gradient(#333, #964B00, #4CAF50);
}

.gradient-secondary-brown-blue {
  background: linear-gradient(#333, #964B00, #2196F3);
}

.gradient-secondary-brown-black {
  background: linear-gradient(#333, #964B00, #000);
}

.gradient-secondary-brown-white {
  background: linear-gradient(#333, #964B00, #fff);
}

.gradient-secondary-brown-pink {
  background: linear-gradient(#333, #964B00, #E91E63);
}

.gradient-secondary-brown-purple {
  background: linear-gradient(#333, #964B00, #9C27B0);
}

.gradient-secondary-brown-indigo {
  background: linear-gradient(#333, #964B00, #3E51B5);
}

.gradient-secondary-brown-cyan {
  background: linear-gradient(#333, #964B00, #00BCD4);
}

.gradient-secondary-brown-teal {
  background: linear-gradient(#333, #964B00, #009688);
}

.gradient-secondary-brown-lime {
  background: linear-gradient(#333, #964B00, #CDDC39);
}

.gradient-secondary-brown-yellow {
  background: linear-gradient(#333, #964B00, #FFEB3B);
}

.gradient-secondary-brown-amber {
  background: linear-gradient(#333, #964B00, #FFC107);
}

.gradient-secondary-brown-orange {
  background: linear-gradient(#333, #964B00, #FF9800);
}

.gradient-secondary-brown-lightblue {
  background: linear-gradient(#333, #964B00, #03A9F4);
}

.gradient-secondary-brown-lightgreen {
  background: linear-gradient(#333, #964B00, #76FF03);
}

.gradient-secondary-brown-deeppurple {
  background: linear-gradient(#333, #964B00, #673AB7);
}

.gradient-secondary-brown-deeporange {
  background: linear-gradient(#333, #964B00, #DD6E0F);
}

.gradient-secondary-brown-grey {
  background: linear-gradient(#333, #964B00, #808080);
}

.gradient-secondary-grey {
  background: linear-gradient(#333, #808080);
}

.gradient-to-top-secondary-grey {
  background: linear-gradient(to top, #333, #808080);
}

.gradient-to-bottom-secondary-grey {
  background: linear-gradient(to bottom, #333, #808080);
}

.gradient-to-left-secondary-grey {
  background: linear-gradient(to left, #333, #808080);
}

.gradient-to-right-secondary-grey {
  background: linear-gradient(to right, #333, #808080);
}

.gradient-to-top-left-secondary-grey {
  background: linear-gradient(to top left, #333, #808080);
}

.gradient-to-top-right-secondary-grey {
  background: linear-gradient(to top right, #333, #808080);
}

.gradient-to-bottom-left-secondary-grey {
  background: linear-gradient(to bottom left, #333, #808080);
}

.gradient-to-bottom-right-secondary-grey {
  background: linear-gradient(to bottom right, #333, #808080);
}

.gradient-radial-secondary-grey {
  background: radial-gradient(circle, #333, #808080);
}

.gradient-secondary-grey-primary {
  background: linear-gradient(#333, #808080, #03A9F4);
}

.gradient-secondary-grey-success {
  background: linear-gradient(#333, #808080, #28a745);
}

.gradient-secondary-grey-info {
  background: linear-gradient(#333, #808080, #0DCAF0);
}

.gradient-secondary-grey-warning {
  background: linear-gradient(#333, #808080, #FFC107);
}

.gradient-secondary-grey-danger {
  background: linear-gradient(#333, #808080, #DC3545);
}

.gradient-secondary-grey-light {
  background: linear-gradient(#333, #808080, #f5f5f5);
}

.gradient-secondary-grey-dark {
  background: linear-gradient(#333, #808080, #212529);
}

.gradient-secondary-grey-red {
  background: linear-gradient(#333, #808080, #F44336);
}

.gradient-secondary-grey-green {
  background: linear-gradient(#333, #808080, #4CAF50);
}

.gradient-secondary-grey-blue {
  background: linear-gradient(#333, #808080, #2196F3);
}

.gradient-secondary-grey-black {
  background: linear-gradient(#333, #808080, #000);
}

.gradient-secondary-grey-white {
  background: linear-gradient(#333, #808080, #fff);
}

.gradient-secondary-grey-pink {
  background: linear-gradient(#333, #808080, #E91E63);
}

.gradient-secondary-grey-purple {
  background: linear-gradient(#333, #808080, #9C27B0);
}

.gradient-secondary-grey-indigo {
  background: linear-gradient(#333, #808080, #3E51B5);
}

.gradient-secondary-grey-cyan {
  background: linear-gradient(#333, #808080, #00BCD4);
}

.gradient-secondary-grey-teal {
  background: linear-gradient(#333, #808080, #009688);
}

.gradient-secondary-grey-lime {
  background: linear-gradient(#333, #808080, #CDDC39);
}

.gradient-secondary-grey-yellow {
  background: linear-gradient(#333, #808080, #FFEB3B);
}

.gradient-secondary-grey-amber {
  background: linear-gradient(#333, #808080, #FFC107);
}

.gradient-secondary-grey-orange {
  background: linear-gradient(#333, #808080, #FF9800);
}

.gradient-secondary-grey-lightblue {
  background: linear-gradient(#333, #808080, #03A9F4);
}

.gradient-secondary-grey-lightgreen {
  background: linear-gradient(#333, #808080, #76FF03);
}

.gradient-secondary-grey-deeppurple {
  background: linear-gradient(#333, #808080, #673AB7);
}

.gradient-secondary-grey-deeporange {
  background: linear-gradient(#333, #808080, #DD6E0F);
}

.gradient-secondary-grey-brown {
  background: linear-gradient(#333, #808080, #964B00);
}

.gradient-success-primary {
  background: linear-gradient(#28a745, #03A9F4);
}

.gradient-to-top-success-primary {
  background: linear-gradient(to top, #28a745, #03A9F4);
}

.gradient-to-bottom-success-primary {
  background: linear-gradient(to bottom, #28a745, #03A9F4);
}

.gradient-to-left-success-primary {
  background: linear-gradient(to left, #28a745, #03A9F4);
}

.gradient-to-right-success-primary {
  background: linear-gradient(to right, #28a745, #03A9F4);
}

.gradient-to-top-left-success-primary {
  background: linear-gradient(to top left, #28a745, #03A9F4);
}

.gradient-to-top-right-success-primary {
  background: linear-gradient(to top right, #28a745, #03A9F4);
}

.gradient-to-bottom-left-success-primary {
  background: linear-gradient(to bottom left, #28a745, #03A9F4);
}

.gradient-to-bottom-right-success-primary {
  background: linear-gradient(to bottom right, #28a745, #03A9F4);
}

.gradient-radial-success-primary {
  background: radial-gradient(circle, #28a745, #03A9F4);
}

.gradient-success-primary-secondary {
  background: linear-gradient(#28a745, #03A9F4, #333);
}

.gradient-success-primary-info {
  background: linear-gradient(#28a745, #03A9F4, #0DCAF0);
}

.gradient-success-primary-warning {
  background: linear-gradient(#28a745, #03A9F4, #FFC107);
}

.gradient-success-primary-danger {
  background: linear-gradient(#28a745, #03A9F4, #DC3545);
}

.gradient-success-primary-light {
  background: linear-gradient(#28a745, #03A9F4, #f5f5f5);
}

.gradient-success-primary-dark {
  background: linear-gradient(#28a745, #03A9F4, #212529);
}

.gradient-success-primary-red {
  background: linear-gradient(#28a745, #03A9F4, #F44336);
}

.gradient-success-primary-green {
  background: linear-gradient(#28a745, #03A9F4, #4CAF50);
}

.gradient-success-primary-blue {
  background: linear-gradient(#28a745, #03A9F4, #2196F3);
}

.gradient-success-primary-black {
  background: linear-gradient(#28a745, #03A9F4, #000);
}

.gradient-success-primary-white {
  background: linear-gradient(#28a745, #03A9F4, #fff);
}

.gradient-success-primary-pink {
  background: linear-gradient(#28a745, #03A9F4, #E91E63);
}

.gradient-success-primary-purple {
  background: linear-gradient(#28a745, #03A9F4, #9C27B0);
}

.gradient-success-primary-indigo {
  background: linear-gradient(#28a745, #03A9F4, #3E51B5);
}

.gradient-success-primary-cyan {
  background: linear-gradient(#28a745, #03A9F4, #00BCD4);
}

.gradient-success-primary-teal {
  background: linear-gradient(#28a745, #03A9F4, #009688);
}

.gradient-success-primary-lime {
  background: linear-gradient(#28a745, #03A9F4, #CDDC39);
}

.gradient-success-primary-yellow {
  background: linear-gradient(#28a745, #03A9F4, #FFEB3B);
}

.gradient-success-primary-amber {
  background: linear-gradient(#28a745, #03A9F4, #FFC107);
}

.gradient-success-primary-orange {
  background: linear-gradient(#28a745, #03A9F4, #FF9800);
}

.gradient-success-primary-lightblue {
  background: linear-gradient(#28a745, #03A9F4, #03A9F4);
}

.gradient-success-primary-lightgreen {
  background: linear-gradient(#28a745, #03A9F4, #76FF03);
}

.gradient-success-primary-deeppurple {
  background: linear-gradient(#28a745, #03A9F4, #673AB7);
}

.gradient-success-primary-deeporange {
  background: linear-gradient(#28a745, #03A9F4, #DD6E0F);
}

.gradient-success-primary-brown {
  background: linear-gradient(#28a745, #03A9F4, #964B00);
}

.gradient-success-primary-grey {
  background: linear-gradient(#28a745, #03A9F4, #808080);
}

.gradient-success-secondary {
  background: linear-gradient(#28a745, #333);
}

.gradient-to-top-success-secondary {
  background: linear-gradient(to top, #28a745, #333);
}

.gradient-to-bottom-success-secondary {
  background: linear-gradient(to bottom, #28a745, #333);
}

.gradient-to-left-success-secondary {
  background: linear-gradient(to left, #28a745, #333);
}

.gradient-to-right-success-secondary {
  background: linear-gradient(to right, #28a745, #333);
}

.gradient-to-top-left-success-secondary {
  background: linear-gradient(to top left, #28a745, #333);
}

.gradient-to-top-right-success-secondary {
  background: linear-gradient(to top right, #28a745, #333);
}

.gradient-to-bottom-left-success-secondary {
  background: linear-gradient(to bottom left, #28a745, #333);
}

.gradient-to-bottom-right-success-secondary {
  background: linear-gradient(to bottom right, #28a745, #333);
}

.gradient-radial-success-secondary {
  background: radial-gradient(circle, #28a745, #333);
}

.gradient-success-secondary-primary {
  background: linear-gradient(#28a745, #333, #03A9F4);
}

.gradient-success-secondary-info {
  background: linear-gradient(#28a745, #333, #0DCAF0);
}

.gradient-success-secondary-warning {
  background: linear-gradient(#28a745, #333, #FFC107);
}

.gradient-success-secondary-danger {
  background: linear-gradient(#28a745, #333, #DC3545);
}

.gradient-success-secondary-light {
  background: linear-gradient(#28a745, #333, #f5f5f5);
}

.gradient-success-secondary-dark {
  background: linear-gradient(#28a745, #333, #212529);
}

.gradient-success-secondary-red {
  background: linear-gradient(#28a745, #333, #F44336);
}

.gradient-success-secondary-green {
  background: linear-gradient(#28a745, #333, #4CAF50);
}

.gradient-success-secondary-blue {
  background: linear-gradient(#28a745, #333, #2196F3);
}

.gradient-success-secondary-black {
  background: linear-gradient(#28a745, #333, #000);
}

.gradient-success-secondary-white {
  background: linear-gradient(#28a745, #333, #fff);
}

.gradient-success-secondary-pink {
  background: linear-gradient(#28a745, #333, #E91E63);
}

.gradient-success-secondary-purple {
  background: linear-gradient(#28a745, #333, #9C27B0);
}

.gradient-success-secondary-indigo {
  background: linear-gradient(#28a745, #333, #3E51B5);
}

.gradient-success-secondary-cyan {
  background: linear-gradient(#28a745, #333, #00BCD4);
}

.gradient-success-secondary-teal {
  background: linear-gradient(#28a745, #333, #009688);
}

.gradient-success-secondary-lime {
  background: linear-gradient(#28a745, #333, #CDDC39);
}

.gradient-success-secondary-yellow {
  background: linear-gradient(#28a745, #333, #FFEB3B);
}

.gradient-success-secondary-amber {
  background: linear-gradient(#28a745, #333, #FFC107);
}

.gradient-success-secondary-orange {
  background: linear-gradient(#28a745, #333, #FF9800);
}

.gradient-success-secondary-lightblue {
  background: linear-gradient(#28a745, #333, #03A9F4);
}

.gradient-success-secondary-lightgreen {
  background: linear-gradient(#28a745, #333, #76FF03);
}

.gradient-success-secondary-deeppurple {
  background: linear-gradient(#28a745, #333, #673AB7);
}

.gradient-success-secondary-deeporange {
  background: linear-gradient(#28a745, #333, #DD6E0F);
}

.gradient-success-secondary-brown {
  background: linear-gradient(#28a745, #333, #964B00);
}

.gradient-success-secondary-grey {
  background: linear-gradient(#28a745, #333, #808080);
}

.gradient-success-info {
  background: linear-gradient(#28a745, #0DCAF0);
}

.gradient-to-top-success-info {
  background: linear-gradient(to top, #28a745, #0DCAF0);
}

.gradient-to-bottom-success-info {
  background: linear-gradient(to bottom, #28a745, #0DCAF0);
}

.gradient-to-left-success-info {
  background: linear-gradient(to left, #28a745, #0DCAF0);
}

.gradient-to-right-success-info {
  background: linear-gradient(to right, #28a745, #0DCAF0);
}

.gradient-to-top-left-success-info {
  background: linear-gradient(to top left, #28a745, #0DCAF0);
}

.gradient-to-top-right-success-info {
  background: linear-gradient(to top right, #28a745, #0DCAF0);
}

.gradient-to-bottom-left-success-info {
  background: linear-gradient(to bottom left, #28a745, #0DCAF0);
}

.gradient-to-bottom-right-success-info {
  background: linear-gradient(to bottom right, #28a745, #0DCAF0);
}

.gradient-radial-success-info {
  background: radial-gradient(circle, #28a745, #0DCAF0);
}

.gradient-success-info-primary {
  background: linear-gradient(#28a745, #0DCAF0, #03A9F4);
}

.gradient-success-info-secondary {
  background: linear-gradient(#28a745, #0DCAF0, #333);
}

.gradient-success-info-warning {
  background: linear-gradient(#28a745, #0DCAF0, #FFC107);
}

.gradient-success-info-danger {
  background: linear-gradient(#28a745, #0DCAF0, #DC3545);
}

.gradient-success-info-light {
  background: linear-gradient(#28a745, #0DCAF0, #f5f5f5);
}

.gradient-success-info-dark {
  background: linear-gradient(#28a745, #0DCAF0, #212529);
}

.gradient-success-info-red {
  background: linear-gradient(#28a745, #0DCAF0, #F44336);
}

.gradient-success-info-green {
  background: linear-gradient(#28a745, #0DCAF0, #4CAF50);
}

.gradient-success-info-blue {
  background: linear-gradient(#28a745, #0DCAF0, #2196F3);
}

.gradient-success-info-black {
  background: linear-gradient(#28a745, #0DCAF0, #000);
}

.gradient-success-info-white {
  background: linear-gradient(#28a745, #0DCAF0, #fff);
}

.gradient-success-info-pink {
  background: linear-gradient(#28a745, #0DCAF0, #E91E63);
}

.gradient-success-info-purple {
  background: linear-gradient(#28a745, #0DCAF0, #9C27B0);
}

.gradient-success-info-indigo {
  background: linear-gradient(#28a745, #0DCAF0, #3E51B5);
}

.gradient-success-info-cyan {
  background: linear-gradient(#28a745, #0DCAF0, #00BCD4);
}

.gradient-success-info-teal {
  background: linear-gradient(#28a745, #0DCAF0, #009688);
}

.gradient-success-info-lime {
  background: linear-gradient(#28a745, #0DCAF0, #CDDC39);
}

.gradient-success-info-yellow {
  background: linear-gradient(#28a745, #0DCAF0, #FFEB3B);
}

.gradient-success-info-amber {
  background: linear-gradient(#28a745, #0DCAF0, #FFC107);
}

.gradient-success-info-orange {
  background: linear-gradient(#28a745, #0DCAF0, #FF9800);
}

.gradient-success-info-lightblue {
  background: linear-gradient(#28a745, #0DCAF0, #03A9F4);
}

.gradient-success-info-lightgreen {
  background: linear-gradient(#28a745, #0DCAF0, #76FF03);
}

.gradient-success-info-deeppurple {
  background: linear-gradient(#28a745, #0DCAF0, #673AB7);
}

.gradient-success-info-deeporange {
  background: linear-gradient(#28a745, #0DCAF0, #DD6E0F);
}

.gradient-success-info-brown {
  background: linear-gradient(#28a745, #0DCAF0, #964B00);
}

.gradient-success-info-grey {
  background: linear-gradient(#28a745, #0DCAF0, #808080);
}

.gradient-success-warning {
  background: linear-gradient(#28a745, #FFC107);
}

.gradient-to-top-success-warning {
  background: linear-gradient(to top, #28a745, #FFC107);
}

.gradient-to-bottom-success-warning {
  background: linear-gradient(to bottom, #28a745, #FFC107);
}

.gradient-to-left-success-warning {
  background: linear-gradient(to left, #28a745, #FFC107);
}

.gradient-to-right-success-warning {
  background: linear-gradient(to right, #28a745, #FFC107);
}

.gradient-to-top-left-success-warning {
  background: linear-gradient(to top left, #28a745, #FFC107);
}

.gradient-to-top-right-success-warning {
  background: linear-gradient(to top right, #28a745, #FFC107);
}

.gradient-to-bottom-left-success-warning {
  background: linear-gradient(to bottom left, #28a745, #FFC107);
}

.gradient-to-bottom-right-success-warning {
  background: linear-gradient(to bottom right, #28a745, #FFC107);
}

.gradient-radial-success-warning {
  background: radial-gradient(circle, #28a745, #FFC107);
}

.gradient-success-warning-primary {
  background: linear-gradient(#28a745, #FFC107, #03A9F4);
}

.gradient-success-warning-secondary {
  background: linear-gradient(#28a745, #FFC107, #333);
}

.gradient-success-warning-info {
  background: linear-gradient(#28a745, #FFC107, #0DCAF0);
}

.gradient-success-warning-danger {
  background: linear-gradient(#28a745, #FFC107, #DC3545);
}

.gradient-success-warning-light {
  background: linear-gradient(#28a745, #FFC107, #f5f5f5);
}

.gradient-success-warning-dark {
  background: linear-gradient(#28a745, #FFC107, #212529);
}

.gradient-success-warning-red {
  background: linear-gradient(#28a745, #FFC107, #F44336);
}

.gradient-success-warning-green {
  background: linear-gradient(#28a745, #FFC107, #4CAF50);
}

.gradient-success-warning-blue {
  background: linear-gradient(#28a745, #FFC107, #2196F3);
}

.gradient-success-warning-black {
  background: linear-gradient(#28a745, #FFC107, #000);
}

.gradient-success-warning-white {
  background: linear-gradient(#28a745, #FFC107, #fff);
}

.gradient-success-warning-pink {
  background: linear-gradient(#28a745, #FFC107, #E91E63);
}

.gradient-success-warning-purple {
  background: linear-gradient(#28a745, #FFC107, #9C27B0);
}

.gradient-success-warning-indigo {
  background: linear-gradient(#28a745, #FFC107, #3E51B5);
}

.gradient-success-warning-cyan {
  background: linear-gradient(#28a745, #FFC107, #00BCD4);
}

.gradient-success-warning-teal {
  background: linear-gradient(#28a745, #FFC107, #009688);
}

.gradient-success-warning-lime {
  background: linear-gradient(#28a745, #FFC107, #CDDC39);
}

.gradient-success-warning-yellow {
  background: linear-gradient(#28a745, #FFC107, #FFEB3B);
}

.gradient-success-warning-amber {
  background: linear-gradient(#28a745, #FFC107, #FFC107);
}

.gradient-success-warning-orange {
  background: linear-gradient(#28a745, #FFC107, #FF9800);
}

.gradient-success-warning-lightblue {
  background: linear-gradient(#28a745, #FFC107, #03A9F4);
}

.gradient-success-warning-lightgreen {
  background: linear-gradient(#28a745, #FFC107, #76FF03);
}

.gradient-success-warning-deeppurple {
  background: linear-gradient(#28a745, #FFC107, #673AB7);
}

.gradient-success-warning-deeporange {
  background: linear-gradient(#28a745, #FFC107, #DD6E0F);
}

.gradient-success-warning-brown {
  background: linear-gradient(#28a745, #FFC107, #964B00);
}

.gradient-success-warning-grey {
  background: linear-gradient(#28a745, #FFC107, #808080);
}

.gradient-success-danger {
  background: linear-gradient(#28a745, #DC3545);
}

.gradient-to-top-success-danger {
  background: linear-gradient(to top, #28a745, #DC3545);
}

.gradient-to-bottom-success-danger {
  background: linear-gradient(to bottom, #28a745, #DC3545);
}

.gradient-to-left-success-danger {
  background: linear-gradient(to left, #28a745, #DC3545);
}

.gradient-to-right-success-danger {
  background: linear-gradient(to right, #28a745, #DC3545);
}

.gradient-to-top-left-success-danger {
  background: linear-gradient(to top left, #28a745, #DC3545);
}

.gradient-to-top-right-success-danger {
  background: linear-gradient(to top right, #28a745, #DC3545);
}

.gradient-to-bottom-left-success-danger {
  background: linear-gradient(to bottom left, #28a745, #DC3545);
}

.gradient-to-bottom-right-success-danger {
  background: linear-gradient(to bottom right, #28a745, #DC3545);
}

.gradient-radial-success-danger {
  background: radial-gradient(circle, #28a745, #DC3545);
}

.gradient-success-danger-primary {
  background: linear-gradient(#28a745, #DC3545, #03A9F4);
}

.gradient-success-danger-secondary {
  background: linear-gradient(#28a745, #DC3545, #333);
}

.gradient-success-danger-info {
  background: linear-gradient(#28a745, #DC3545, #0DCAF0);
}

.gradient-success-danger-warning {
  background: linear-gradient(#28a745, #DC3545, #FFC107);
}

.gradient-success-danger-light {
  background: linear-gradient(#28a745, #DC3545, #f5f5f5);
}

.gradient-success-danger-dark {
  background: linear-gradient(#28a745, #DC3545, #212529);
}

.gradient-success-danger-red {
  background: linear-gradient(#28a745, #DC3545, #F44336);
}

.gradient-success-danger-green {
  background: linear-gradient(#28a745, #DC3545, #4CAF50);
}

.gradient-success-danger-blue {
  background: linear-gradient(#28a745, #DC3545, #2196F3);
}

.gradient-success-danger-black {
  background: linear-gradient(#28a745, #DC3545, #000);
}

.gradient-success-danger-white {
  background: linear-gradient(#28a745, #DC3545, #fff);
}

.gradient-success-danger-pink {
  background: linear-gradient(#28a745, #DC3545, #E91E63);
}

.gradient-success-danger-purple {
  background: linear-gradient(#28a745, #DC3545, #9C27B0);
}

.gradient-success-danger-indigo {
  background: linear-gradient(#28a745, #DC3545, #3E51B5);
}

.gradient-success-danger-cyan {
  background: linear-gradient(#28a745, #DC3545, #00BCD4);
}

.gradient-success-danger-teal {
  background: linear-gradient(#28a745, #DC3545, #009688);
}

.gradient-success-danger-lime {
  background: linear-gradient(#28a745, #DC3545, #CDDC39);
}

.gradient-success-danger-yellow {
  background: linear-gradient(#28a745, #DC3545, #FFEB3B);
}

.gradient-success-danger-amber {
  background: linear-gradient(#28a745, #DC3545, #FFC107);
}

.gradient-success-danger-orange {
  background: linear-gradient(#28a745, #DC3545, #FF9800);
}

.gradient-success-danger-lightblue {
  background: linear-gradient(#28a745, #DC3545, #03A9F4);
}

.gradient-success-danger-lightgreen {
  background: linear-gradient(#28a745, #DC3545, #76FF03);
}

.gradient-success-danger-deeppurple {
  background: linear-gradient(#28a745, #DC3545, #673AB7);
}

.gradient-success-danger-deeporange {
  background: linear-gradient(#28a745, #DC3545, #DD6E0F);
}

.gradient-success-danger-brown {
  background: linear-gradient(#28a745, #DC3545, #964B00);
}

.gradient-success-danger-grey {
  background: linear-gradient(#28a745, #DC3545, #808080);
}

.gradient-success-light {
  background: linear-gradient(#28a745, #f5f5f5);
}

.gradient-to-top-success-light {
  background: linear-gradient(to top, #28a745, #f5f5f5);
}

.gradient-to-bottom-success-light {
  background: linear-gradient(to bottom, #28a745, #f5f5f5);
}

.gradient-to-left-success-light {
  background: linear-gradient(to left, #28a745, #f5f5f5);
}

.gradient-to-right-success-light {
  background: linear-gradient(to right, #28a745, #f5f5f5);
}

.gradient-to-top-left-success-light {
  background: linear-gradient(to top left, #28a745, #f5f5f5);
}

.gradient-to-top-right-success-light {
  background: linear-gradient(to top right, #28a745, #f5f5f5);
}

.gradient-to-bottom-left-success-light {
  background: linear-gradient(to bottom left, #28a745, #f5f5f5);
}

.gradient-to-bottom-right-success-light {
  background: linear-gradient(to bottom right, #28a745, #f5f5f5);
}

.gradient-radial-success-light {
  background: radial-gradient(circle, #28a745, #f5f5f5);
}

.gradient-success-light-primary {
  background: linear-gradient(#28a745, #f5f5f5, #03A9F4);
}

.gradient-success-light-secondary {
  background: linear-gradient(#28a745, #f5f5f5, #333);
}

.gradient-success-light-info {
  background: linear-gradient(#28a745, #f5f5f5, #0DCAF0);
}

.gradient-success-light-warning {
  background: linear-gradient(#28a745, #f5f5f5, #FFC107);
}

.gradient-success-light-danger {
  background: linear-gradient(#28a745, #f5f5f5, #DC3545);
}

.gradient-success-light-dark {
  background: linear-gradient(#28a745, #f5f5f5, #212529);
}

.gradient-success-light-red {
  background: linear-gradient(#28a745, #f5f5f5, #F44336);
}

.gradient-success-light-green {
  background: linear-gradient(#28a745, #f5f5f5, #4CAF50);
}

.gradient-success-light-blue {
  background: linear-gradient(#28a745, #f5f5f5, #2196F3);
}

.gradient-success-light-black {
  background: linear-gradient(#28a745, #f5f5f5, #000);
}

.gradient-success-light-white {
  background: linear-gradient(#28a745, #f5f5f5, #fff);
}

.gradient-success-light-pink {
  background: linear-gradient(#28a745, #f5f5f5, #E91E63);
}

.gradient-success-light-purple {
  background: linear-gradient(#28a745, #f5f5f5, #9C27B0);
}

.gradient-success-light-indigo {
  background: linear-gradient(#28a745, #f5f5f5, #3E51B5);
}

.gradient-success-light-cyan {
  background: linear-gradient(#28a745, #f5f5f5, #00BCD4);
}

.gradient-success-light-teal {
  background: linear-gradient(#28a745, #f5f5f5, #009688);
}

.gradient-success-light-lime {
  background: linear-gradient(#28a745, #f5f5f5, #CDDC39);
}

.gradient-success-light-yellow {
  background: linear-gradient(#28a745, #f5f5f5, #FFEB3B);
}

.gradient-success-light-amber {
  background: linear-gradient(#28a745, #f5f5f5, #FFC107);
}

.gradient-success-light-orange {
  background: linear-gradient(#28a745, #f5f5f5, #FF9800);
}

.gradient-success-light-lightblue {
  background: linear-gradient(#28a745, #f5f5f5, #03A9F4);
}

.gradient-success-light-lightgreen {
  background: linear-gradient(#28a745, #f5f5f5, #76FF03);
}

.gradient-success-light-deeppurple {
  background: linear-gradient(#28a745, #f5f5f5, #673AB7);
}

.gradient-success-light-deeporange {
  background: linear-gradient(#28a745, #f5f5f5, #DD6E0F);
}

.gradient-success-light-brown {
  background: linear-gradient(#28a745, #f5f5f5, #964B00);
}

.gradient-success-light-grey {
  background: linear-gradient(#28a745, #f5f5f5, #808080);
}

.gradient-success-dark {
  background: linear-gradient(#28a745, #212529);
}

.gradient-to-top-success-dark {
  background: linear-gradient(to top, #28a745, #212529);
}

.gradient-to-bottom-success-dark {
  background: linear-gradient(to bottom, #28a745, #212529);
}

.gradient-to-left-success-dark {
  background: linear-gradient(to left, #28a745, #212529);
}

.gradient-to-right-success-dark {
  background: linear-gradient(to right, #28a745, #212529);
}

.gradient-to-top-left-success-dark {
  background: linear-gradient(to top left, #28a745, #212529);
}

.gradient-to-top-right-success-dark {
  background: linear-gradient(to top right, #28a745, #212529);
}

.gradient-to-bottom-left-success-dark {
  background: linear-gradient(to bottom left, #28a745, #212529);
}

.gradient-to-bottom-right-success-dark {
  background: linear-gradient(to bottom right, #28a745, #212529);
}

.gradient-radial-success-dark {
  background: radial-gradient(circle, #28a745, #212529);
}

.gradient-success-dark-primary {
  background: linear-gradient(#28a745, #212529, #03A9F4);
}

.gradient-success-dark-secondary {
  background: linear-gradient(#28a745, #212529, #333);
}

.gradient-success-dark-info {
  background: linear-gradient(#28a745, #212529, #0DCAF0);
}

.gradient-success-dark-warning {
  background: linear-gradient(#28a745, #212529, #FFC107);
}

.gradient-success-dark-danger {
  background: linear-gradient(#28a745, #212529, #DC3545);
}

.gradient-success-dark-light {
  background: linear-gradient(#28a745, #212529, #f5f5f5);
}

.gradient-success-dark-red {
  background: linear-gradient(#28a745, #212529, #F44336);
}

.gradient-success-dark-green {
  background: linear-gradient(#28a745, #212529, #4CAF50);
}

.gradient-success-dark-blue {
  background: linear-gradient(#28a745, #212529, #2196F3);
}

.gradient-success-dark-black {
  background: linear-gradient(#28a745, #212529, #000);
}

.gradient-success-dark-white {
  background: linear-gradient(#28a745, #212529, #fff);
}

.gradient-success-dark-pink {
  background: linear-gradient(#28a745, #212529, #E91E63);
}

.gradient-success-dark-purple {
  background: linear-gradient(#28a745, #212529, #9C27B0);
}

.gradient-success-dark-indigo {
  background: linear-gradient(#28a745, #212529, #3E51B5);
}

.gradient-success-dark-cyan {
  background: linear-gradient(#28a745, #212529, #00BCD4);
}

.gradient-success-dark-teal {
  background: linear-gradient(#28a745, #212529, #009688);
}

.gradient-success-dark-lime {
  background: linear-gradient(#28a745, #212529, #CDDC39);
}

.gradient-success-dark-yellow {
  background: linear-gradient(#28a745, #212529, #FFEB3B);
}

.gradient-success-dark-amber {
  background: linear-gradient(#28a745, #212529, #FFC107);
}

.gradient-success-dark-orange {
  background: linear-gradient(#28a745, #212529, #FF9800);
}

.gradient-success-dark-lightblue {
  background: linear-gradient(#28a745, #212529, #03A9F4);
}

.gradient-success-dark-lightgreen {
  background: linear-gradient(#28a745, #212529, #76FF03);
}

.gradient-success-dark-deeppurple {
  background: linear-gradient(#28a745, #212529, #673AB7);
}

.gradient-success-dark-deeporange {
  background: linear-gradient(#28a745, #212529, #DD6E0F);
}

.gradient-success-dark-brown {
  background: linear-gradient(#28a745, #212529, #964B00);
}

.gradient-success-dark-grey {
  background: linear-gradient(#28a745, #212529, #808080);
}

.gradient-success-red {
  background: linear-gradient(#28a745, #F44336);
}

.gradient-to-top-success-red {
  background: linear-gradient(to top, #28a745, #F44336);
}

.gradient-to-bottom-success-red {
  background: linear-gradient(to bottom, #28a745, #F44336);
}

.gradient-to-left-success-red {
  background: linear-gradient(to left, #28a745, #F44336);
}

.gradient-to-right-success-red {
  background: linear-gradient(to right, #28a745, #F44336);
}

.gradient-to-top-left-success-red {
  background: linear-gradient(to top left, #28a745, #F44336);
}

.gradient-to-top-right-success-red {
  background: linear-gradient(to top right, #28a745, #F44336);
}

.gradient-to-bottom-left-success-red {
  background: linear-gradient(to bottom left, #28a745, #F44336);
}

.gradient-to-bottom-right-success-red {
  background: linear-gradient(to bottom right, #28a745, #F44336);
}

.gradient-radial-success-red {
  background: radial-gradient(circle, #28a745, #F44336);
}

.gradient-success-red-primary {
  background: linear-gradient(#28a745, #F44336, #03A9F4);
}

.gradient-success-red-secondary {
  background: linear-gradient(#28a745, #F44336, #333);
}

.gradient-success-red-info {
  background: linear-gradient(#28a745, #F44336, #0DCAF0);
}

.gradient-success-red-warning {
  background: linear-gradient(#28a745, #F44336, #FFC107);
}

.gradient-success-red-danger {
  background: linear-gradient(#28a745, #F44336, #DC3545);
}

.gradient-success-red-light {
  background: linear-gradient(#28a745, #F44336, #f5f5f5);
}

.gradient-success-red-dark {
  background: linear-gradient(#28a745, #F44336, #212529);
}

.gradient-success-red-green {
  background: linear-gradient(#28a745, #F44336, #4CAF50);
}

.gradient-success-red-blue {
  background: linear-gradient(#28a745, #F44336, #2196F3);
}

.gradient-success-red-black {
  background: linear-gradient(#28a745, #F44336, #000);
}

.gradient-success-red-white {
  background: linear-gradient(#28a745, #F44336, #fff);
}

.gradient-success-red-pink {
  background: linear-gradient(#28a745, #F44336, #E91E63);
}

.gradient-success-red-purple {
  background: linear-gradient(#28a745, #F44336, #9C27B0);
}

.gradient-success-red-indigo {
  background: linear-gradient(#28a745, #F44336, #3E51B5);
}

.gradient-success-red-cyan {
  background: linear-gradient(#28a745, #F44336, #00BCD4);
}

.gradient-success-red-teal {
  background: linear-gradient(#28a745, #F44336, #009688);
}

.gradient-success-red-lime {
  background: linear-gradient(#28a745, #F44336, #CDDC39);
}

.gradient-success-red-yellow {
  background: linear-gradient(#28a745, #F44336, #FFEB3B);
}

.gradient-success-red-amber {
  background: linear-gradient(#28a745, #F44336, #FFC107);
}

.gradient-success-red-orange {
  background: linear-gradient(#28a745, #F44336, #FF9800);
}

.gradient-success-red-lightblue {
  background: linear-gradient(#28a745, #F44336, #03A9F4);
}

.gradient-success-red-lightgreen {
  background: linear-gradient(#28a745, #F44336, #76FF03);
}

.gradient-success-red-deeppurple {
  background: linear-gradient(#28a745, #F44336, #673AB7);
}

.gradient-success-red-deeporange {
  background: linear-gradient(#28a745, #F44336, #DD6E0F);
}

.gradient-success-red-brown {
  background: linear-gradient(#28a745, #F44336, #964B00);
}

.gradient-success-red-grey {
  background: linear-gradient(#28a745, #F44336, #808080);
}

.gradient-success-green {
  background: linear-gradient(#28a745, #4CAF50);
}

.gradient-to-top-success-green {
  background: linear-gradient(to top, #28a745, #4CAF50);
}

.gradient-to-bottom-success-green {
  background: linear-gradient(to bottom, #28a745, #4CAF50);
}

.gradient-to-left-success-green {
  background: linear-gradient(to left, #28a745, #4CAF50);
}

.gradient-to-right-success-green {
  background: linear-gradient(to right, #28a745, #4CAF50);
}

.gradient-to-top-left-success-green {
  background: linear-gradient(to top left, #28a745, #4CAF50);
}

.gradient-to-top-right-success-green {
  background: linear-gradient(to top right, #28a745, #4CAF50);
}

.gradient-to-bottom-left-success-green {
  background: linear-gradient(to bottom left, #28a745, #4CAF50);
}

.gradient-to-bottom-right-success-green {
  background: linear-gradient(to bottom right, #28a745, #4CAF50);
}

.gradient-radial-success-green {
  background: radial-gradient(circle, #28a745, #4CAF50);
}

.gradient-success-green-primary {
  background: linear-gradient(#28a745, #4CAF50, #03A9F4);
}

.gradient-success-green-secondary {
  background: linear-gradient(#28a745, #4CAF50, #333);
}

.gradient-success-green-info {
  background: linear-gradient(#28a745, #4CAF50, #0DCAF0);
}

.gradient-success-green-warning {
  background: linear-gradient(#28a745, #4CAF50, #FFC107);
}

.gradient-success-green-danger {
  background: linear-gradient(#28a745, #4CAF50, #DC3545);
}

.gradient-success-green-light {
  background: linear-gradient(#28a745, #4CAF50, #f5f5f5);
}

.gradient-success-green-dark {
  background: linear-gradient(#28a745, #4CAF50, #212529);
}

.gradient-success-green-red {
  background: linear-gradient(#28a745, #4CAF50, #F44336);
}

.gradient-success-green-blue {
  background: linear-gradient(#28a745, #4CAF50, #2196F3);
}

.gradient-success-green-black {
  background: linear-gradient(#28a745, #4CAF50, #000);
}

.gradient-success-green-white {
  background: linear-gradient(#28a745, #4CAF50, #fff);
}

.gradient-success-green-pink {
  background: linear-gradient(#28a745, #4CAF50, #E91E63);
}

.gradient-success-green-purple {
  background: linear-gradient(#28a745, #4CAF50, #9C27B0);
}

.gradient-success-green-indigo {
  background: linear-gradient(#28a745, #4CAF50, #3E51B5);
}

.gradient-success-green-cyan {
  background: linear-gradient(#28a745, #4CAF50, #00BCD4);
}

.gradient-success-green-teal {
  background: linear-gradient(#28a745, #4CAF50, #009688);
}

.gradient-success-green-lime {
  background: linear-gradient(#28a745, #4CAF50, #CDDC39);
}

.gradient-success-green-yellow {
  background: linear-gradient(#28a745, #4CAF50, #FFEB3B);
}

.gradient-success-green-amber {
  background: linear-gradient(#28a745, #4CAF50, #FFC107);
}

.gradient-success-green-orange {
  background: linear-gradient(#28a745, #4CAF50, #FF9800);
}

.gradient-success-green-lightblue {
  background: linear-gradient(#28a745, #4CAF50, #03A9F4);
}

.gradient-success-green-lightgreen {
  background: linear-gradient(#28a745, #4CAF50, #76FF03);
}

.gradient-success-green-deeppurple {
  background: linear-gradient(#28a745, #4CAF50, #673AB7);
}

.gradient-success-green-deeporange {
  background: linear-gradient(#28a745, #4CAF50, #DD6E0F);
}

.gradient-success-green-brown {
  background: linear-gradient(#28a745, #4CAF50, #964B00);
}

.gradient-success-green-grey {
  background: linear-gradient(#28a745, #4CAF50, #808080);
}

.gradient-success-blue {
  background: linear-gradient(#28a745, #2196F3);
}

.gradient-to-top-success-blue {
  background: linear-gradient(to top, #28a745, #2196F3);
}

.gradient-to-bottom-success-blue {
  background: linear-gradient(to bottom, #28a745, #2196F3);
}

.gradient-to-left-success-blue {
  background: linear-gradient(to left, #28a745, #2196F3);
}

.gradient-to-right-success-blue {
  background: linear-gradient(to right, #28a745, #2196F3);
}

.gradient-to-top-left-success-blue {
  background: linear-gradient(to top left, #28a745, #2196F3);
}

.gradient-to-top-right-success-blue {
  background: linear-gradient(to top right, #28a745, #2196F3);
}

.gradient-to-bottom-left-success-blue {
  background: linear-gradient(to bottom left, #28a745, #2196F3);
}

.gradient-to-bottom-right-success-blue {
  background: linear-gradient(to bottom right, #28a745, #2196F3);
}

.gradient-radial-success-blue {
  background: radial-gradient(circle, #28a745, #2196F3);
}

.gradient-success-blue-primary {
  background: linear-gradient(#28a745, #2196F3, #03A9F4);
}

.gradient-success-blue-secondary {
  background: linear-gradient(#28a745, #2196F3, #333);
}

.gradient-success-blue-info {
  background: linear-gradient(#28a745, #2196F3, #0DCAF0);
}

.gradient-success-blue-warning {
  background: linear-gradient(#28a745, #2196F3, #FFC107);
}

.gradient-success-blue-danger {
  background: linear-gradient(#28a745, #2196F3, #DC3545);
}

.gradient-success-blue-light {
  background: linear-gradient(#28a745, #2196F3, #f5f5f5);
}

.gradient-success-blue-dark {
  background: linear-gradient(#28a745, #2196F3, #212529);
}

.gradient-success-blue-red {
  background: linear-gradient(#28a745, #2196F3, #F44336);
}

.gradient-success-blue-green {
  background: linear-gradient(#28a745, #2196F3, #4CAF50);
}

.gradient-success-blue-black {
  background: linear-gradient(#28a745, #2196F3, #000);
}

.gradient-success-blue-white {
  background: linear-gradient(#28a745, #2196F3, #fff);
}

.gradient-success-blue-pink {
  background: linear-gradient(#28a745, #2196F3, #E91E63);
}

.gradient-success-blue-purple {
  background: linear-gradient(#28a745, #2196F3, #9C27B0);
}

.gradient-success-blue-indigo {
  background: linear-gradient(#28a745, #2196F3, #3E51B5);
}

.gradient-success-blue-cyan {
  background: linear-gradient(#28a745, #2196F3, #00BCD4);
}

.gradient-success-blue-teal {
  background: linear-gradient(#28a745, #2196F3, #009688);
}

.gradient-success-blue-lime {
  background: linear-gradient(#28a745, #2196F3, #CDDC39);
}

.gradient-success-blue-yellow {
  background: linear-gradient(#28a745, #2196F3, #FFEB3B);
}

.gradient-success-blue-amber {
  background: linear-gradient(#28a745, #2196F3, #FFC107);
}

.gradient-success-blue-orange {
  background: linear-gradient(#28a745, #2196F3, #FF9800);
}

.gradient-success-blue-lightblue {
  background: linear-gradient(#28a745, #2196F3, #03A9F4);
}

.gradient-success-blue-lightgreen {
  background: linear-gradient(#28a745, #2196F3, #76FF03);
}

.gradient-success-blue-deeppurple {
  background: linear-gradient(#28a745, #2196F3, #673AB7);
}

.gradient-success-blue-deeporange {
  background: linear-gradient(#28a745, #2196F3, #DD6E0F);
}

.gradient-success-blue-brown {
  background: linear-gradient(#28a745, #2196F3, #964B00);
}

.gradient-success-blue-grey {
  background: linear-gradient(#28a745, #2196F3, #808080);
}

.gradient-success-black {
  background: linear-gradient(#28a745, #000);
}

.gradient-to-top-success-black {
  background: linear-gradient(to top, #28a745, #000);
}

.gradient-to-bottom-success-black {
  background: linear-gradient(to bottom, #28a745, #000);
}

.gradient-to-left-success-black {
  background: linear-gradient(to left, #28a745, #000);
}

.gradient-to-right-success-black {
  background: linear-gradient(to right, #28a745, #000);
}

.gradient-to-top-left-success-black {
  background: linear-gradient(to top left, #28a745, #000);
}

.gradient-to-top-right-success-black {
  background: linear-gradient(to top right, #28a745, #000);
}

.gradient-to-bottom-left-success-black {
  background: linear-gradient(to bottom left, #28a745, #000);
}

.gradient-to-bottom-right-success-black {
  background: linear-gradient(to bottom right, #28a745, #000);
}

.gradient-radial-success-black {
  background: radial-gradient(circle, #28a745, #000);
}

.gradient-success-black-primary {
  background: linear-gradient(#28a745, #000, #03A9F4);
}

.gradient-success-black-secondary {
  background: linear-gradient(#28a745, #000, #333);
}

.gradient-success-black-info {
  background: linear-gradient(#28a745, #000, #0DCAF0);
}

.gradient-success-black-warning {
  background: linear-gradient(#28a745, #000, #FFC107);
}

.gradient-success-black-danger {
  background: linear-gradient(#28a745, #000, #DC3545);
}

.gradient-success-black-light {
  background: linear-gradient(#28a745, #000, #f5f5f5);
}

.gradient-success-black-dark {
  background: linear-gradient(#28a745, #000, #212529);
}

.gradient-success-black-red {
  background: linear-gradient(#28a745, #000, #F44336);
}

.gradient-success-black-green {
  background: linear-gradient(#28a745, #000, #4CAF50);
}

.gradient-success-black-blue {
  background: linear-gradient(#28a745, #000, #2196F3);
}

.gradient-success-black-white {
  background: linear-gradient(#28a745, #000, #fff);
}

.gradient-success-black-pink {
  background: linear-gradient(#28a745, #000, #E91E63);
}

.gradient-success-black-purple {
  background: linear-gradient(#28a745, #000, #9C27B0);
}

.gradient-success-black-indigo {
  background: linear-gradient(#28a745, #000, #3E51B5);
}

.gradient-success-black-cyan {
  background: linear-gradient(#28a745, #000, #00BCD4);
}

.gradient-success-black-teal {
  background: linear-gradient(#28a745, #000, #009688);
}

.gradient-success-black-lime {
  background: linear-gradient(#28a745, #000, #CDDC39);
}

.gradient-success-black-yellow {
  background: linear-gradient(#28a745, #000, #FFEB3B);
}

.gradient-success-black-amber {
  background: linear-gradient(#28a745, #000, #FFC107);
}

.gradient-success-black-orange {
  background: linear-gradient(#28a745, #000, #FF9800);
}

.gradient-success-black-lightblue {
  background: linear-gradient(#28a745, #000, #03A9F4);
}

.gradient-success-black-lightgreen {
  background: linear-gradient(#28a745, #000, #76FF03);
}

.gradient-success-black-deeppurple {
  background: linear-gradient(#28a745, #000, #673AB7);
}

.gradient-success-black-deeporange {
  background: linear-gradient(#28a745, #000, #DD6E0F);
}

.gradient-success-black-brown {
  background: linear-gradient(#28a745, #000, #964B00);
}

.gradient-success-black-grey {
  background: linear-gradient(#28a745, #000, #808080);
}

.gradient-success-white {
  background: linear-gradient(#28a745, #fff);
}

.gradient-to-top-success-white {
  background: linear-gradient(to top, #28a745, #fff);
}

.gradient-to-bottom-success-white {
  background: linear-gradient(to bottom, #28a745, #fff);
}

.gradient-to-left-success-white {
  background: linear-gradient(to left, #28a745, #fff);
}

.gradient-to-right-success-white {
  background: linear-gradient(to right, #28a745, #fff);
}

.gradient-to-top-left-success-white {
  background: linear-gradient(to top left, #28a745, #fff);
}

.gradient-to-top-right-success-white {
  background: linear-gradient(to top right, #28a745, #fff);
}

.gradient-to-bottom-left-success-white {
  background: linear-gradient(to bottom left, #28a745, #fff);
}

.gradient-to-bottom-right-success-white {
  background: linear-gradient(to bottom right, #28a745, #fff);
}

.gradient-radial-success-white {
  background: radial-gradient(circle, #28a745, #fff);
}

.gradient-success-white-primary {
  background: linear-gradient(#28a745, #fff, #03A9F4);
}

.gradient-success-white-secondary {
  background: linear-gradient(#28a745, #fff, #333);
}

.gradient-success-white-info {
  background: linear-gradient(#28a745, #fff, #0DCAF0);
}

.gradient-success-white-warning {
  background: linear-gradient(#28a745, #fff, #FFC107);
}

.gradient-success-white-danger {
  background: linear-gradient(#28a745, #fff, #DC3545);
}

.gradient-success-white-light {
  background: linear-gradient(#28a745, #fff, #f5f5f5);
}

.gradient-success-white-dark {
  background: linear-gradient(#28a745, #fff, #212529);
}

.gradient-success-white-red {
  background: linear-gradient(#28a745, #fff, #F44336);
}

.gradient-success-white-green {
  background: linear-gradient(#28a745, #fff, #4CAF50);
}

.gradient-success-white-blue {
  background: linear-gradient(#28a745, #fff, #2196F3);
}

.gradient-success-white-black {
  background: linear-gradient(#28a745, #fff, #000);
}

.gradient-success-white-pink {
  background: linear-gradient(#28a745, #fff, #E91E63);
}

.gradient-success-white-purple {
  background: linear-gradient(#28a745, #fff, #9C27B0);
}

.gradient-success-white-indigo {
  background: linear-gradient(#28a745, #fff, #3E51B5);
}

.gradient-success-white-cyan {
  background: linear-gradient(#28a745, #fff, #00BCD4);
}

.gradient-success-white-teal {
  background: linear-gradient(#28a745, #fff, #009688);
}

.gradient-success-white-lime {
  background: linear-gradient(#28a745, #fff, #CDDC39);
}

.gradient-success-white-yellow {
  background: linear-gradient(#28a745, #fff, #FFEB3B);
}

.gradient-success-white-amber {
  background: linear-gradient(#28a745, #fff, #FFC107);
}

.gradient-success-white-orange {
  background: linear-gradient(#28a745, #fff, #FF9800);
}

.gradient-success-white-lightblue {
  background: linear-gradient(#28a745, #fff, #03A9F4);
}

.gradient-success-white-lightgreen {
  background: linear-gradient(#28a745, #fff, #76FF03);
}

.gradient-success-white-deeppurple {
  background: linear-gradient(#28a745, #fff, #673AB7);
}

.gradient-success-white-deeporange {
  background: linear-gradient(#28a745, #fff, #DD6E0F);
}

.gradient-success-white-brown {
  background: linear-gradient(#28a745, #fff, #964B00);
}

.gradient-success-white-grey {
  background: linear-gradient(#28a745, #fff, #808080);
}

.gradient-success-pink {
  background: linear-gradient(#28a745, #E91E63);
}

.gradient-to-top-success-pink {
  background: linear-gradient(to top, #28a745, #E91E63);
}

.gradient-to-bottom-success-pink {
  background: linear-gradient(to bottom, #28a745, #E91E63);
}

.gradient-to-left-success-pink {
  background: linear-gradient(to left, #28a745, #E91E63);
}

.gradient-to-right-success-pink {
  background: linear-gradient(to right, #28a745, #E91E63);
}

.gradient-to-top-left-success-pink {
  background: linear-gradient(to top left, #28a745, #E91E63);
}

.gradient-to-top-right-success-pink {
  background: linear-gradient(to top right, #28a745, #E91E63);
}

.gradient-to-bottom-left-success-pink {
  background: linear-gradient(to bottom left, #28a745, #E91E63);
}

.gradient-to-bottom-right-success-pink {
  background: linear-gradient(to bottom right, #28a745, #E91E63);
}

.gradient-radial-success-pink {
  background: radial-gradient(circle, #28a745, #E91E63);
}

.gradient-success-pink-primary {
  background: linear-gradient(#28a745, #E91E63, #03A9F4);
}

.gradient-success-pink-secondary {
  background: linear-gradient(#28a745, #E91E63, #333);
}

.gradient-success-pink-info {
  background: linear-gradient(#28a745, #E91E63, #0DCAF0);
}

.gradient-success-pink-warning {
  background: linear-gradient(#28a745, #E91E63, #FFC107);
}

.gradient-success-pink-danger {
  background: linear-gradient(#28a745, #E91E63, #DC3545);
}

.gradient-success-pink-light {
  background: linear-gradient(#28a745, #E91E63, #f5f5f5);
}

.gradient-success-pink-dark {
  background: linear-gradient(#28a745, #E91E63, #212529);
}

.gradient-success-pink-red {
  background: linear-gradient(#28a745, #E91E63, #F44336);
}

.gradient-success-pink-green {
  background: linear-gradient(#28a745, #E91E63, #4CAF50);
}

.gradient-success-pink-blue {
  background: linear-gradient(#28a745, #E91E63, #2196F3);
}

.gradient-success-pink-black {
  background: linear-gradient(#28a745, #E91E63, #000);
}

.gradient-success-pink-white {
  background: linear-gradient(#28a745, #E91E63, #fff);
}

.gradient-success-pink-purple {
  background: linear-gradient(#28a745, #E91E63, #9C27B0);
}

.gradient-success-pink-indigo {
  background: linear-gradient(#28a745, #E91E63, #3E51B5);
}

.gradient-success-pink-cyan {
  background: linear-gradient(#28a745, #E91E63, #00BCD4);
}

.gradient-success-pink-teal {
  background: linear-gradient(#28a745, #E91E63, #009688);
}

.gradient-success-pink-lime {
  background: linear-gradient(#28a745, #E91E63, #CDDC39);
}

.gradient-success-pink-yellow {
  background: linear-gradient(#28a745, #E91E63, #FFEB3B);
}

.gradient-success-pink-amber {
  background: linear-gradient(#28a745, #E91E63, #FFC107);
}

.gradient-success-pink-orange {
  background: linear-gradient(#28a745, #E91E63, #FF9800);
}

.gradient-success-pink-lightblue {
  background: linear-gradient(#28a745, #E91E63, #03A9F4);
}

.gradient-success-pink-lightgreen {
  background: linear-gradient(#28a745, #E91E63, #76FF03);
}

.gradient-success-pink-deeppurple {
  background: linear-gradient(#28a745, #E91E63, #673AB7);
}

.gradient-success-pink-deeporange {
  background: linear-gradient(#28a745, #E91E63, #DD6E0F);
}

.gradient-success-pink-brown {
  background: linear-gradient(#28a745, #E91E63, #964B00);
}

.gradient-success-pink-grey {
  background: linear-gradient(#28a745, #E91E63, #808080);
}

.gradient-success-purple {
  background: linear-gradient(#28a745, #9C27B0);
}

.gradient-to-top-success-purple {
  background: linear-gradient(to top, #28a745, #9C27B0);
}

.gradient-to-bottom-success-purple {
  background: linear-gradient(to bottom, #28a745, #9C27B0);
}

.gradient-to-left-success-purple {
  background: linear-gradient(to left, #28a745, #9C27B0);
}

.gradient-to-right-success-purple {
  background: linear-gradient(to right, #28a745, #9C27B0);
}

.gradient-to-top-left-success-purple {
  background: linear-gradient(to top left, #28a745, #9C27B0);
}

.gradient-to-top-right-success-purple {
  background: linear-gradient(to top right, #28a745, #9C27B0);
}

.gradient-to-bottom-left-success-purple {
  background: linear-gradient(to bottom left, #28a745, #9C27B0);
}

.gradient-to-bottom-right-success-purple {
  background: linear-gradient(to bottom right, #28a745, #9C27B0);
}

.gradient-radial-success-purple {
  background: radial-gradient(circle, #28a745, #9C27B0);
}

.gradient-success-purple-primary {
  background: linear-gradient(#28a745, #9C27B0, #03A9F4);
}

.gradient-success-purple-secondary {
  background: linear-gradient(#28a745, #9C27B0, #333);
}

.gradient-success-purple-info {
  background: linear-gradient(#28a745, #9C27B0, #0DCAF0);
}

.gradient-success-purple-warning {
  background: linear-gradient(#28a745, #9C27B0, #FFC107);
}

.gradient-success-purple-danger {
  background: linear-gradient(#28a745, #9C27B0, #DC3545);
}

.gradient-success-purple-light {
  background: linear-gradient(#28a745, #9C27B0, #f5f5f5);
}

.gradient-success-purple-dark {
  background: linear-gradient(#28a745, #9C27B0, #212529);
}

.gradient-success-purple-red {
  background: linear-gradient(#28a745, #9C27B0, #F44336);
}

.gradient-success-purple-green {
  background: linear-gradient(#28a745, #9C27B0, #4CAF50);
}

.gradient-success-purple-blue {
  background: linear-gradient(#28a745, #9C27B0, #2196F3);
}

.gradient-success-purple-black {
  background: linear-gradient(#28a745, #9C27B0, #000);
}

.gradient-success-purple-white {
  background: linear-gradient(#28a745, #9C27B0, #fff);
}

.gradient-success-purple-pink {
  background: linear-gradient(#28a745, #9C27B0, #E91E63);
}

.gradient-success-purple-indigo {
  background: linear-gradient(#28a745, #9C27B0, #3E51B5);
}

.gradient-success-purple-cyan {
  background: linear-gradient(#28a745, #9C27B0, #00BCD4);
}

.gradient-success-purple-teal {
  background: linear-gradient(#28a745, #9C27B0, #009688);
}

.gradient-success-purple-lime {
  background: linear-gradient(#28a745, #9C27B0, #CDDC39);
}

.gradient-success-purple-yellow {
  background: linear-gradient(#28a745, #9C27B0, #FFEB3B);
}

.gradient-success-purple-amber {
  background: linear-gradient(#28a745, #9C27B0, #FFC107);
}

.gradient-success-purple-orange {
  background: linear-gradient(#28a745, #9C27B0, #FF9800);
}

.gradient-success-purple-lightblue {
  background: linear-gradient(#28a745, #9C27B0, #03A9F4);
}

.gradient-success-purple-lightgreen {
  background: linear-gradient(#28a745, #9C27B0, #76FF03);
}

.gradient-success-purple-deeppurple {
  background: linear-gradient(#28a745, #9C27B0, #673AB7);
}

.gradient-success-purple-deeporange {
  background: linear-gradient(#28a745, #9C27B0, #DD6E0F);
}

.gradient-success-purple-brown {
  background: linear-gradient(#28a745, #9C27B0, #964B00);
}

.gradient-success-purple-grey {
  background: linear-gradient(#28a745, #9C27B0, #808080);
}

.gradient-success-indigo {
  background: linear-gradient(#28a745, #3E51B5);
}

.gradient-to-top-success-indigo {
  background: linear-gradient(to top, #28a745, #3E51B5);
}

.gradient-to-bottom-success-indigo {
  background: linear-gradient(to bottom, #28a745, #3E51B5);
}

.gradient-to-left-success-indigo {
  background: linear-gradient(to left, #28a745, #3E51B5);
}

.gradient-to-right-success-indigo {
  background: linear-gradient(to right, #28a745, #3E51B5);
}

.gradient-to-top-left-success-indigo {
  background: linear-gradient(to top left, #28a745, #3E51B5);
}

.gradient-to-top-right-success-indigo {
  background: linear-gradient(to top right, #28a745, #3E51B5);
}

.gradient-to-bottom-left-success-indigo {
  background: linear-gradient(to bottom left, #28a745, #3E51B5);
}

.gradient-to-bottom-right-success-indigo {
  background: linear-gradient(to bottom right, #28a745, #3E51B5);
}

.gradient-radial-success-indigo {
  background: radial-gradient(circle, #28a745, #3E51B5);
}

.gradient-success-indigo-primary {
  background: linear-gradient(#28a745, #3E51B5, #03A9F4);
}

.gradient-success-indigo-secondary {
  background: linear-gradient(#28a745, #3E51B5, #333);
}

.gradient-success-indigo-info {
  background: linear-gradient(#28a745, #3E51B5, #0DCAF0);
}

.gradient-success-indigo-warning {
  background: linear-gradient(#28a745, #3E51B5, #FFC107);
}

.gradient-success-indigo-danger {
  background: linear-gradient(#28a745, #3E51B5, #DC3545);
}

.gradient-success-indigo-light {
  background: linear-gradient(#28a745, #3E51B5, #f5f5f5);
}

.gradient-success-indigo-dark {
  background: linear-gradient(#28a745, #3E51B5, #212529);
}

.gradient-success-indigo-red {
  background: linear-gradient(#28a745, #3E51B5, #F44336);
}

.gradient-success-indigo-green {
  background: linear-gradient(#28a745, #3E51B5, #4CAF50);
}

.gradient-success-indigo-blue {
  background: linear-gradient(#28a745, #3E51B5, #2196F3);
}

.gradient-success-indigo-black {
  background: linear-gradient(#28a745, #3E51B5, #000);
}

.gradient-success-indigo-white {
  background: linear-gradient(#28a745, #3E51B5, #fff);
}

.gradient-success-indigo-pink {
  background: linear-gradient(#28a745, #3E51B5, #E91E63);
}

.gradient-success-indigo-purple {
  background: linear-gradient(#28a745, #3E51B5, #9C27B0);
}

.gradient-success-indigo-cyan {
  background: linear-gradient(#28a745, #3E51B5, #00BCD4);
}

.gradient-success-indigo-teal {
  background: linear-gradient(#28a745, #3E51B5, #009688);
}

.gradient-success-indigo-lime {
  background: linear-gradient(#28a745, #3E51B5, #CDDC39);
}

.gradient-success-indigo-yellow {
  background: linear-gradient(#28a745, #3E51B5, #FFEB3B);
}

.gradient-success-indigo-amber {
  background: linear-gradient(#28a745, #3E51B5, #FFC107);
}

.gradient-success-indigo-orange {
  background: linear-gradient(#28a745, #3E51B5, #FF9800);
}

.gradient-success-indigo-lightblue {
  background: linear-gradient(#28a745, #3E51B5, #03A9F4);
}

.gradient-success-indigo-lightgreen {
  background: linear-gradient(#28a745, #3E51B5, #76FF03);
}

.gradient-success-indigo-deeppurple {
  background: linear-gradient(#28a745, #3E51B5, #673AB7);
}

.gradient-success-indigo-deeporange {
  background: linear-gradient(#28a745, #3E51B5, #DD6E0F);
}

.gradient-success-indigo-brown {
  background: linear-gradient(#28a745, #3E51B5, #964B00);
}

.gradient-success-indigo-grey {
  background: linear-gradient(#28a745, #3E51B5, #808080);
}

.gradient-success-cyan {
  background: linear-gradient(#28a745, #00BCD4);
}

.gradient-to-top-success-cyan {
  background: linear-gradient(to top, #28a745, #00BCD4);
}

.gradient-to-bottom-success-cyan {
  background: linear-gradient(to bottom, #28a745, #00BCD4);
}

.gradient-to-left-success-cyan {
  background: linear-gradient(to left, #28a745, #00BCD4);
}

.gradient-to-right-success-cyan {
  background: linear-gradient(to right, #28a745, #00BCD4);
}

.gradient-to-top-left-success-cyan {
  background: linear-gradient(to top left, #28a745, #00BCD4);
}

.gradient-to-top-right-success-cyan {
  background: linear-gradient(to top right, #28a745, #00BCD4);
}

.gradient-to-bottom-left-success-cyan {
  background: linear-gradient(to bottom left, #28a745, #00BCD4);
}

.gradient-to-bottom-right-success-cyan {
  background: linear-gradient(to bottom right, #28a745, #00BCD4);
}

.gradient-radial-success-cyan {
  background: radial-gradient(circle, #28a745, #00BCD4);
}

.gradient-success-cyan-primary {
  background: linear-gradient(#28a745, #00BCD4, #03A9F4);
}

.gradient-success-cyan-secondary {
  background: linear-gradient(#28a745, #00BCD4, #333);
}

.gradient-success-cyan-info {
  background: linear-gradient(#28a745, #00BCD4, #0DCAF0);
}

.gradient-success-cyan-warning {
  background: linear-gradient(#28a745, #00BCD4, #FFC107);
}

.gradient-success-cyan-danger {
  background: linear-gradient(#28a745, #00BCD4, #DC3545);
}

.gradient-success-cyan-light {
  background: linear-gradient(#28a745, #00BCD4, #f5f5f5);
}

.gradient-success-cyan-dark {
  background: linear-gradient(#28a745, #00BCD4, #212529);
}

.gradient-success-cyan-red {
  background: linear-gradient(#28a745, #00BCD4, #F44336);
}

.gradient-success-cyan-green {
  background: linear-gradient(#28a745, #00BCD4, #4CAF50);
}

.gradient-success-cyan-blue {
  background: linear-gradient(#28a745, #00BCD4, #2196F3);
}

.gradient-success-cyan-black {
  background: linear-gradient(#28a745, #00BCD4, #000);
}

.gradient-success-cyan-white {
  background: linear-gradient(#28a745, #00BCD4, #fff);
}

.gradient-success-cyan-pink {
  background: linear-gradient(#28a745, #00BCD4, #E91E63);
}

.gradient-success-cyan-purple {
  background: linear-gradient(#28a745, #00BCD4, #9C27B0);
}

.gradient-success-cyan-indigo {
  background: linear-gradient(#28a745, #00BCD4, #3E51B5);
}

.gradient-success-cyan-teal {
  background: linear-gradient(#28a745, #00BCD4, #009688);
}

.gradient-success-cyan-lime {
  background: linear-gradient(#28a745, #00BCD4, #CDDC39);
}

.gradient-success-cyan-yellow {
  background: linear-gradient(#28a745, #00BCD4, #FFEB3B);
}

.gradient-success-cyan-amber {
  background: linear-gradient(#28a745, #00BCD4, #FFC107);
}

.gradient-success-cyan-orange {
  background: linear-gradient(#28a745, #00BCD4, #FF9800);
}

.gradient-success-cyan-lightblue {
  background: linear-gradient(#28a745, #00BCD4, #03A9F4);
}

.gradient-success-cyan-lightgreen {
  background: linear-gradient(#28a745, #00BCD4, #76FF03);
}

.gradient-success-cyan-deeppurple {
  background: linear-gradient(#28a745, #00BCD4, #673AB7);
}

.gradient-success-cyan-deeporange {
  background: linear-gradient(#28a745, #00BCD4, #DD6E0F);
}

.gradient-success-cyan-brown {
  background: linear-gradient(#28a745, #00BCD4, #964B00);
}

.gradient-success-cyan-grey {
  background: linear-gradient(#28a745, #00BCD4, #808080);
}

.gradient-success-teal {
  background: linear-gradient(#28a745, #009688);
}

.gradient-to-top-success-teal {
  background: linear-gradient(to top, #28a745, #009688);
}

.gradient-to-bottom-success-teal {
  background: linear-gradient(to bottom, #28a745, #009688);
}

.gradient-to-left-success-teal {
  background: linear-gradient(to left, #28a745, #009688);
}

.gradient-to-right-success-teal {
  background: linear-gradient(to right, #28a745, #009688);
}

.gradient-to-top-left-success-teal {
  background: linear-gradient(to top left, #28a745, #009688);
}

.gradient-to-top-right-success-teal {
  background: linear-gradient(to top right, #28a745, #009688);
}

.gradient-to-bottom-left-success-teal {
  background: linear-gradient(to bottom left, #28a745, #009688);
}

.gradient-to-bottom-right-success-teal {
  background: linear-gradient(to bottom right, #28a745, #009688);
}

.gradient-radial-success-teal {
  background: radial-gradient(circle, #28a745, #009688);
}

.gradient-success-teal-primary {
  background: linear-gradient(#28a745, #009688, #03A9F4);
}

.gradient-success-teal-secondary {
  background: linear-gradient(#28a745, #009688, #333);
}

.gradient-success-teal-info {
  background: linear-gradient(#28a745, #009688, #0DCAF0);
}

.gradient-success-teal-warning {
  background: linear-gradient(#28a745, #009688, #FFC107);
}

.gradient-success-teal-danger {
  background: linear-gradient(#28a745, #009688, #DC3545);
}

.gradient-success-teal-light {
  background: linear-gradient(#28a745, #009688, #f5f5f5);
}

.gradient-success-teal-dark {
  background: linear-gradient(#28a745, #009688, #212529);
}

.gradient-success-teal-red {
  background: linear-gradient(#28a745, #009688, #F44336);
}

.gradient-success-teal-green {
  background: linear-gradient(#28a745, #009688, #4CAF50);
}

.gradient-success-teal-blue {
  background: linear-gradient(#28a745, #009688, #2196F3);
}

.gradient-success-teal-black {
  background: linear-gradient(#28a745, #009688, #000);
}

.gradient-success-teal-white {
  background: linear-gradient(#28a745, #009688, #fff);
}

.gradient-success-teal-pink {
  background: linear-gradient(#28a745, #009688, #E91E63);
}

.gradient-success-teal-purple {
  background: linear-gradient(#28a745, #009688, #9C27B0);
}

.gradient-success-teal-indigo {
  background: linear-gradient(#28a745, #009688, #3E51B5);
}

.gradient-success-teal-cyan {
  background: linear-gradient(#28a745, #009688, #00BCD4);
}

.gradient-success-teal-lime {
  background: linear-gradient(#28a745, #009688, #CDDC39);
}

.gradient-success-teal-yellow {
  background: linear-gradient(#28a745, #009688, #FFEB3B);
}

.gradient-success-teal-amber {
  background: linear-gradient(#28a745, #009688, #FFC107);
}

.gradient-success-teal-orange {
  background: linear-gradient(#28a745, #009688, #FF9800);
}

.gradient-success-teal-lightblue {
  background: linear-gradient(#28a745, #009688, #03A9F4);
}

.gradient-success-teal-lightgreen {
  background: linear-gradient(#28a745, #009688, #76FF03);
}

.gradient-success-teal-deeppurple {
  background: linear-gradient(#28a745, #009688, #673AB7);
}

.gradient-success-teal-deeporange {
  background: linear-gradient(#28a745, #009688, #DD6E0F);
}

.gradient-success-teal-brown {
  background: linear-gradient(#28a745, #009688, #964B00);
}

.gradient-success-teal-grey {
  background: linear-gradient(#28a745, #009688, #808080);
}

.gradient-success-lime {
  background: linear-gradient(#28a745, #CDDC39);
}

.gradient-to-top-success-lime {
  background: linear-gradient(to top, #28a745, #CDDC39);
}

.gradient-to-bottom-success-lime {
  background: linear-gradient(to bottom, #28a745, #CDDC39);
}

.gradient-to-left-success-lime {
  background: linear-gradient(to left, #28a745, #CDDC39);
}

.gradient-to-right-success-lime {
  background: linear-gradient(to right, #28a745, #CDDC39);
}

.gradient-to-top-left-success-lime {
  background: linear-gradient(to top left, #28a745, #CDDC39);
}

.gradient-to-top-right-success-lime {
  background: linear-gradient(to top right, #28a745, #CDDC39);
}

.gradient-to-bottom-left-success-lime {
  background: linear-gradient(to bottom left, #28a745, #CDDC39);
}

.gradient-to-bottom-right-success-lime {
  background: linear-gradient(to bottom right, #28a745, #CDDC39);
}

.gradient-radial-success-lime {
  background: radial-gradient(circle, #28a745, #CDDC39);
}

.gradient-success-lime-primary {
  background: linear-gradient(#28a745, #CDDC39, #03A9F4);
}

.gradient-success-lime-secondary {
  background: linear-gradient(#28a745, #CDDC39, #333);
}

.gradient-success-lime-info {
  background: linear-gradient(#28a745, #CDDC39, #0DCAF0);
}

.gradient-success-lime-warning {
  background: linear-gradient(#28a745, #CDDC39, #FFC107);
}

.gradient-success-lime-danger {
  background: linear-gradient(#28a745, #CDDC39, #DC3545);
}

.gradient-success-lime-light {
  background: linear-gradient(#28a745, #CDDC39, #f5f5f5);
}

.gradient-success-lime-dark {
  background: linear-gradient(#28a745, #CDDC39, #212529);
}

.gradient-success-lime-red {
  background: linear-gradient(#28a745, #CDDC39, #F44336);
}

.gradient-success-lime-green {
  background: linear-gradient(#28a745, #CDDC39, #4CAF50);
}

.gradient-success-lime-blue {
  background: linear-gradient(#28a745, #CDDC39, #2196F3);
}

.gradient-success-lime-black {
  background: linear-gradient(#28a745, #CDDC39, #000);
}

.gradient-success-lime-white {
  background: linear-gradient(#28a745, #CDDC39, #fff);
}

.gradient-success-lime-pink {
  background: linear-gradient(#28a745, #CDDC39, #E91E63);
}

.gradient-success-lime-purple {
  background: linear-gradient(#28a745, #CDDC39, #9C27B0);
}

.gradient-success-lime-indigo {
  background: linear-gradient(#28a745, #CDDC39, #3E51B5);
}

.gradient-success-lime-cyan {
  background: linear-gradient(#28a745, #CDDC39, #00BCD4);
}

.gradient-success-lime-teal {
  background: linear-gradient(#28a745, #CDDC39, #009688);
}

.gradient-success-lime-yellow {
  background: linear-gradient(#28a745, #CDDC39, #FFEB3B);
}

.gradient-success-lime-amber {
  background: linear-gradient(#28a745, #CDDC39, #FFC107);
}

.gradient-success-lime-orange {
  background: linear-gradient(#28a745, #CDDC39, #FF9800);
}

.gradient-success-lime-lightblue {
  background: linear-gradient(#28a745, #CDDC39, #03A9F4);
}

.gradient-success-lime-lightgreen {
  background: linear-gradient(#28a745, #CDDC39, #76FF03);
}

.gradient-success-lime-deeppurple {
  background: linear-gradient(#28a745, #CDDC39, #673AB7);
}

.gradient-success-lime-deeporange {
  background: linear-gradient(#28a745, #CDDC39, #DD6E0F);
}

.gradient-success-lime-brown {
  background: linear-gradient(#28a745, #CDDC39, #964B00);
}

.gradient-success-lime-grey {
  background: linear-gradient(#28a745, #CDDC39, #808080);
}

.gradient-success-yellow {
  background: linear-gradient(#28a745, #FFEB3B);
}

.gradient-to-top-success-yellow {
  background: linear-gradient(to top, #28a745, #FFEB3B);
}

.gradient-to-bottom-success-yellow {
  background: linear-gradient(to bottom, #28a745, #FFEB3B);
}

.gradient-to-left-success-yellow {
  background: linear-gradient(to left, #28a745, #FFEB3B);
}

.gradient-to-right-success-yellow {
  background: linear-gradient(to right, #28a745, #FFEB3B);
}

.gradient-to-top-left-success-yellow {
  background: linear-gradient(to top left, #28a745, #FFEB3B);
}

.gradient-to-top-right-success-yellow {
  background: linear-gradient(to top right, #28a745, #FFEB3B);
}

.gradient-to-bottom-left-success-yellow {
  background: linear-gradient(to bottom left, #28a745, #FFEB3B);
}

.gradient-to-bottom-right-success-yellow {
  background: linear-gradient(to bottom right, #28a745, #FFEB3B);
}

.gradient-radial-success-yellow {
  background: radial-gradient(circle, #28a745, #FFEB3B);
}

.gradient-success-yellow-primary {
  background: linear-gradient(#28a745, #FFEB3B, #03A9F4);
}

.gradient-success-yellow-secondary {
  background: linear-gradient(#28a745, #FFEB3B, #333);
}

.gradient-success-yellow-info {
  background: linear-gradient(#28a745, #FFEB3B, #0DCAF0);
}

.gradient-success-yellow-warning {
  background: linear-gradient(#28a745, #FFEB3B, #FFC107);
}

.gradient-success-yellow-danger {
  background: linear-gradient(#28a745, #FFEB3B, #DC3545);
}

.gradient-success-yellow-light {
  background: linear-gradient(#28a745, #FFEB3B, #f5f5f5);
}

.gradient-success-yellow-dark {
  background: linear-gradient(#28a745, #FFEB3B, #212529);
}

.gradient-success-yellow-red {
  background: linear-gradient(#28a745, #FFEB3B, #F44336);
}

.gradient-success-yellow-green {
  background: linear-gradient(#28a745, #FFEB3B, #4CAF50);
}

.gradient-success-yellow-blue {
  background: linear-gradient(#28a745, #FFEB3B, #2196F3);
}

.gradient-success-yellow-black {
  background: linear-gradient(#28a745, #FFEB3B, #000);
}

.gradient-success-yellow-white {
  background: linear-gradient(#28a745, #FFEB3B, #fff);
}

.gradient-success-yellow-pink {
  background: linear-gradient(#28a745, #FFEB3B, #E91E63);
}

.gradient-success-yellow-purple {
  background: linear-gradient(#28a745, #FFEB3B, #9C27B0);
}

.gradient-success-yellow-indigo {
  background: linear-gradient(#28a745, #FFEB3B, #3E51B5);
}

.gradient-success-yellow-cyan {
  background: linear-gradient(#28a745, #FFEB3B, #00BCD4);
}

.gradient-success-yellow-teal {
  background: linear-gradient(#28a745, #FFEB3B, #009688);
}

.gradient-success-yellow-lime {
  background: linear-gradient(#28a745, #FFEB3B, #CDDC39);
}

.gradient-success-yellow-amber {
  background: linear-gradient(#28a745, #FFEB3B, #FFC107);
}

.gradient-success-yellow-orange {
  background: linear-gradient(#28a745, #FFEB3B, #FF9800);
}

.gradient-success-yellow-lightblue {
  background: linear-gradient(#28a745, #FFEB3B, #03A9F4);
}

.gradient-success-yellow-lightgreen {
  background: linear-gradient(#28a745, #FFEB3B, #76FF03);
}

.gradient-success-yellow-deeppurple {
  background: linear-gradient(#28a745, #FFEB3B, #673AB7);
}

.gradient-success-yellow-deeporange {
  background: linear-gradient(#28a745, #FFEB3B, #DD6E0F);
}

.gradient-success-yellow-brown {
  background: linear-gradient(#28a745, #FFEB3B, #964B00);
}

.gradient-success-yellow-grey {
  background: linear-gradient(#28a745, #FFEB3B, #808080);
}

.gradient-success-amber {
  background: linear-gradient(#28a745, #FFC107);
}

.gradient-to-top-success-amber {
  background: linear-gradient(to top, #28a745, #FFC107);
}

.gradient-to-bottom-success-amber {
  background: linear-gradient(to bottom, #28a745, #FFC107);
}

.gradient-to-left-success-amber {
  background: linear-gradient(to left, #28a745, #FFC107);
}

.gradient-to-right-success-amber {
  background: linear-gradient(to right, #28a745, #FFC107);
}

.gradient-to-top-left-success-amber {
  background: linear-gradient(to top left, #28a745, #FFC107);
}

.gradient-to-top-right-success-amber {
  background: linear-gradient(to top right, #28a745, #FFC107);
}

.gradient-to-bottom-left-success-amber {
  background: linear-gradient(to bottom left, #28a745, #FFC107);
}

.gradient-to-bottom-right-success-amber {
  background: linear-gradient(to bottom right, #28a745, #FFC107);
}

.gradient-radial-success-amber {
  background: radial-gradient(circle, #28a745, #FFC107);
}

.gradient-success-amber-primary {
  background: linear-gradient(#28a745, #FFC107, #03A9F4);
}

.gradient-success-amber-secondary {
  background: linear-gradient(#28a745, #FFC107, #333);
}

.gradient-success-amber-info {
  background: linear-gradient(#28a745, #FFC107, #0DCAF0);
}

.gradient-success-amber-warning {
  background: linear-gradient(#28a745, #FFC107, #FFC107);
}

.gradient-success-amber-danger {
  background: linear-gradient(#28a745, #FFC107, #DC3545);
}

.gradient-success-amber-light {
  background: linear-gradient(#28a745, #FFC107, #f5f5f5);
}

.gradient-success-amber-dark {
  background: linear-gradient(#28a745, #FFC107, #212529);
}

.gradient-success-amber-red {
  background: linear-gradient(#28a745, #FFC107, #F44336);
}

.gradient-success-amber-green {
  background: linear-gradient(#28a745, #FFC107, #4CAF50);
}

.gradient-success-amber-blue {
  background: linear-gradient(#28a745, #FFC107, #2196F3);
}

.gradient-success-amber-black {
  background: linear-gradient(#28a745, #FFC107, #000);
}

.gradient-success-amber-white {
  background: linear-gradient(#28a745, #FFC107, #fff);
}

.gradient-success-amber-pink {
  background: linear-gradient(#28a745, #FFC107, #E91E63);
}

.gradient-success-amber-purple {
  background: linear-gradient(#28a745, #FFC107, #9C27B0);
}

.gradient-success-amber-indigo {
  background: linear-gradient(#28a745, #FFC107, #3E51B5);
}

.gradient-success-amber-cyan {
  background: linear-gradient(#28a745, #FFC107, #00BCD4);
}

.gradient-success-amber-teal {
  background: linear-gradient(#28a745, #FFC107, #009688);
}

.gradient-success-amber-lime {
  background: linear-gradient(#28a745, #FFC107, #CDDC39);
}

.gradient-success-amber-yellow {
  background: linear-gradient(#28a745, #FFC107, #FFEB3B);
}

.gradient-success-amber-orange {
  background: linear-gradient(#28a745, #FFC107, #FF9800);
}

.gradient-success-amber-lightblue {
  background: linear-gradient(#28a745, #FFC107, #03A9F4);
}

.gradient-success-amber-lightgreen {
  background: linear-gradient(#28a745, #FFC107, #76FF03);
}

.gradient-success-amber-deeppurple {
  background: linear-gradient(#28a745, #FFC107, #673AB7);
}

.gradient-success-amber-deeporange {
  background: linear-gradient(#28a745, #FFC107, #DD6E0F);
}

.gradient-success-amber-brown {
  background: linear-gradient(#28a745, #FFC107, #964B00);
}

.gradient-success-amber-grey {
  background: linear-gradient(#28a745, #FFC107, #808080);
}

.gradient-success-orange {
  background: linear-gradient(#28a745, #FF9800);
}

.gradient-to-top-success-orange {
  background: linear-gradient(to top, #28a745, #FF9800);
}

.gradient-to-bottom-success-orange {
  background: linear-gradient(to bottom, #28a745, #FF9800);
}

.gradient-to-left-success-orange {
  background: linear-gradient(to left, #28a745, #FF9800);
}

.gradient-to-right-success-orange {
  background: linear-gradient(to right, #28a745, #FF9800);
}

.gradient-to-top-left-success-orange {
  background: linear-gradient(to top left, #28a745, #FF9800);
}

.gradient-to-top-right-success-orange {
  background: linear-gradient(to top right, #28a745, #FF9800);
}

.gradient-to-bottom-left-success-orange {
  background: linear-gradient(to bottom left, #28a745, #FF9800);
}

.gradient-to-bottom-right-success-orange {
  background: linear-gradient(to bottom right, #28a745, #FF9800);
}

.gradient-radial-success-orange {
  background: radial-gradient(circle, #28a745, #FF9800);
}

.gradient-success-orange-primary {
  background: linear-gradient(#28a745, #FF9800, #03A9F4);
}

.gradient-success-orange-secondary {
  background: linear-gradient(#28a745, #FF9800, #333);
}

.gradient-success-orange-info {
  background: linear-gradient(#28a745, #FF9800, #0DCAF0);
}

.gradient-success-orange-warning {
  background: linear-gradient(#28a745, #FF9800, #FFC107);
}

.gradient-success-orange-danger {
  background: linear-gradient(#28a745, #FF9800, #DC3545);
}

.gradient-success-orange-light {
  background: linear-gradient(#28a745, #FF9800, #f5f5f5);
}

.gradient-success-orange-dark {
  background: linear-gradient(#28a745, #FF9800, #212529);
}

.gradient-success-orange-red {
  background: linear-gradient(#28a745, #FF9800, #F44336);
}

.gradient-success-orange-green {
  background: linear-gradient(#28a745, #FF9800, #4CAF50);
}

.gradient-success-orange-blue {
  background: linear-gradient(#28a745, #FF9800, #2196F3);
}

.gradient-success-orange-black {
  background: linear-gradient(#28a745, #FF9800, #000);
}

.gradient-success-orange-white {
  background: linear-gradient(#28a745, #FF9800, #fff);
}

.gradient-success-orange-pink {
  background: linear-gradient(#28a745, #FF9800, #E91E63);
}

.gradient-success-orange-purple {
  background: linear-gradient(#28a745, #FF9800, #9C27B0);
}

.gradient-success-orange-indigo {
  background: linear-gradient(#28a745, #FF9800, #3E51B5);
}

.gradient-success-orange-cyan {
  background: linear-gradient(#28a745, #FF9800, #00BCD4);
}

.gradient-success-orange-teal {
  background: linear-gradient(#28a745, #FF9800, #009688);
}

.gradient-success-orange-lime {
  background: linear-gradient(#28a745, #FF9800, #CDDC39);
}

.gradient-success-orange-yellow {
  background: linear-gradient(#28a745, #FF9800, #FFEB3B);
}

.gradient-success-orange-amber {
  background: linear-gradient(#28a745, #FF9800, #FFC107);
}

.gradient-success-orange-lightblue {
  background: linear-gradient(#28a745, #FF9800, #03A9F4);
}

.gradient-success-orange-lightgreen {
  background: linear-gradient(#28a745, #FF9800, #76FF03);
}

.gradient-success-orange-deeppurple {
  background: linear-gradient(#28a745, #FF9800, #673AB7);
}

.gradient-success-orange-deeporange {
  background: linear-gradient(#28a745, #FF9800, #DD6E0F);
}

.gradient-success-orange-brown {
  background: linear-gradient(#28a745, #FF9800, #964B00);
}

.gradient-success-orange-grey {
  background: linear-gradient(#28a745, #FF9800, #808080);
}

.gradient-success-lightblue {
  background: linear-gradient(#28a745, #03A9F4);
}

.gradient-to-top-success-lightblue {
  background: linear-gradient(to top, #28a745, #03A9F4);
}

.gradient-to-bottom-success-lightblue {
  background: linear-gradient(to bottom, #28a745, #03A9F4);
}

.gradient-to-left-success-lightblue {
  background: linear-gradient(to left, #28a745, #03A9F4);
}

.gradient-to-right-success-lightblue {
  background: linear-gradient(to right, #28a745, #03A9F4);
}

.gradient-to-top-left-success-lightblue {
  background: linear-gradient(to top left, #28a745, #03A9F4);
}

.gradient-to-top-right-success-lightblue {
  background: linear-gradient(to top right, #28a745, #03A9F4);
}

.gradient-to-bottom-left-success-lightblue {
  background: linear-gradient(to bottom left, #28a745, #03A9F4);
}

.gradient-to-bottom-right-success-lightblue {
  background: linear-gradient(to bottom right, #28a745, #03A9F4);
}

.gradient-radial-success-lightblue {
  background: radial-gradient(circle, #28a745, #03A9F4);
}

.gradient-success-lightblue-primary {
  background: linear-gradient(#28a745, #03A9F4, #03A9F4);
}

.gradient-success-lightblue-secondary {
  background: linear-gradient(#28a745, #03A9F4, #333);
}

.gradient-success-lightblue-info {
  background: linear-gradient(#28a745, #03A9F4, #0DCAF0);
}

.gradient-success-lightblue-warning {
  background: linear-gradient(#28a745, #03A9F4, #FFC107);
}

.gradient-success-lightblue-danger {
  background: linear-gradient(#28a745, #03A9F4, #DC3545);
}

.gradient-success-lightblue-light {
  background: linear-gradient(#28a745, #03A9F4, #f5f5f5);
}

.gradient-success-lightblue-dark {
  background: linear-gradient(#28a745, #03A9F4, #212529);
}

.gradient-success-lightblue-red {
  background: linear-gradient(#28a745, #03A9F4, #F44336);
}

.gradient-success-lightblue-green {
  background: linear-gradient(#28a745, #03A9F4, #4CAF50);
}

.gradient-success-lightblue-blue {
  background: linear-gradient(#28a745, #03A9F4, #2196F3);
}

.gradient-success-lightblue-black {
  background: linear-gradient(#28a745, #03A9F4, #000);
}

.gradient-success-lightblue-white {
  background: linear-gradient(#28a745, #03A9F4, #fff);
}

.gradient-success-lightblue-pink {
  background: linear-gradient(#28a745, #03A9F4, #E91E63);
}

.gradient-success-lightblue-purple {
  background: linear-gradient(#28a745, #03A9F4, #9C27B0);
}

.gradient-success-lightblue-indigo {
  background: linear-gradient(#28a745, #03A9F4, #3E51B5);
}

.gradient-success-lightblue-cyan {
  background: linear-gradient(#28a745, #03A9F4, #00BCD4);
}

.gradient-success-lightblue-teal {
  background: linear-gradient(#28a745, #03A9F4, #009688);
}

.gradient-success-lightblue-lime {
  background: linear-gradient(#28a745, #03A9F4, #CDDC39);
}

.gradient-success-lightblue-yellow {
  background: linear-gradient(#28a745, #03A9F4, #FFEB3B);
}

.gradient-success-lightblue-amber {
  background: linear-gradient(#28a745, #03A9F4, #FFC107);
}

.gradient-success-lightblue-orange {
  background: linear-gradient(#28a745, #03A9F4, #FF9800);
}

.gradient-success-lightblue-lightgreen {
  background: linear-gradient(#28a745, #03A9F4, #76FF03);
}

.gradient-success-lightblue-deeppurple {
  background: linear-gradient(#28a745, #03A9F4, #673AB7);
}

.gradient-success-lightblue-deeporange {
  background: linear-gradient(#28a745, #03A9F4, #DD6E0F);
}

.gradient-success-lightblue-brown {
  background: linear-gradient(#28a745, #03A9F4, #964B00);
}

.gradient-success-lightblue-grey {
  background: linear-gradient(#28a745, #03A9F4, #808080);
}

.gradient-success-lightgreen {
  background: linear-gradient(#28a745, #76FF03);
}

.gradient-to-top-success-lightgreen {
  background: linear-gradient(to top, #28a745, #76FF03);
}

.gradient-to-bottom-success-lightgreen {
  background: linear-gradient(to bottom, #28a745, #76FF03);
}

.gradient-to-left-success-lightgreen {
  background: linear-gradient(to left, #28a745, #76FF03);
}

.gradient-to-right-success-lightgreen {
  background: linear-gradient(to right, #28a745, #76FF03);
}

.gradient-to-top-left-success-lightgreen {
  background: linear-gradient(to top left, #28a745, #76FF03);
}

.gradient-to-top-right-success-lightgreen {
  background: linear-gradient(to top right, #28a745, #76FF03);
}

.gradient-to-bottom-left-success-lightgreen {
  background: linear-gradient(to bottom left, #28a745, #76FF03);
}

.gradient-to-bottom-right-success-lightgreen {
  background: linear-gradient(to bottom right, #28a745, #76FF03);
}

.gradient-radial-success-lightgreen {
  background: radial-gradient(circle, #28a745, #76FF03);
}

.gradient-success-lightgreen-primary {
  background: linear-gradient(#28a745, #76FF03, #03A9F4);
}

.gradient-success-lightgreen-secondary {
  background: linear-gradient(#28a745, #76FF03, #333);
}

.gradient-success-lightgreen-info {
  background: linear-gradient(#28a745, #76FF03, #0DCAF0);
}

.gradient-success-lightgreen-warning {
  background: linear-gradient(#28a745, #76FF03, #FFC107);
}

.gradient-success-lightgreen-danger {
  background: linear-gradient(#28a745, #76FF03, #DC3545);
}

.gradient-success-lightgreen-light {
  background: linear-gradient(#28a745, #76FF03, #f5f5f5);
}

.gradient-success-lightgreen-dark {
  background: linear-gradient(#28a745, #76FF03, #212529);
}

.gradient-success-lightgreen-red {
  background: linear-gradient(#28a745, #76FF03, #F44336);
}

.gradient-success-lightgreen-green {
  background: linear-gradient(#28a745, #76FF03, #4CAF50);
}

.gradient-success-lightgreen-blue {
  background: linear-gradient(#28a745, #76FF03, #2196F3);
}

.gradient-success-lightgreen-black {
  background: linear-gradient(#28a745, #76FF03, #000);
}

.gradient-success-lightgreen-white {
  background: linear-gradient(#28a745, #76FF03, #fff);
}

.gradient-success-lightgreen-pink {
  background: linear-gradient(#28a745, #76FF03, #E91E63);
}

.gradient-success-lightgreen-purple {
  background: linear-gradient(#28a745, #76FF03, #9C27B0);
}

.gradient-success-lightgreen-indigo {
  background: linear-gradient(#28a745, #76FF03, #3E51B5);
}

.gradient-success-lightgreen-cyan {
  background: linear-gradient(#28a745, #76FF03, #00BCD4);
}

.gradient-success-lightgreen-teal {
  background: linear-gradient(#28a745, #76FF03, #009688);
}

.gradient-success-lightgreen-lime {
  background: linear-gradient(#28a745, #76FF03, #CDDC39);
}

.gradient-success-lightgreen-yellow {
  background: linear-gradient(#28a745, #76FF03, #FFEB3B);
}

.gradient-success-lightgreen-amber {
  background: linear-gradient(#28a745, #76FF03, #FFC107);
}

.gradient-success-lightgreen-orange {
  background: linear-gradient(#28a745, #76FF03, #FF9800);
}

.gradient-success-lightgreen-lightblue {
  background: linear-gradient(#28a745, #76FF03, #03A9F4);
}

.gradient-success-lightgreen-deeppurple {
  background: linear-gradient(#28a745, #76FF03, #673AB7);
}

.gradient-success-lightgreen-deeporange {
  background: linear-gradient(#28a745, #76FF03, #DD6E0F);
}

.gradient-success-lightgreen-brown {
  background: linear-gradient(#28a745, #76FF03, #964B00);
}

.gradient-success-lightgreen-grey {
  background: linear-gradient(#28a745, #76FF03, #808080);
}

.gradient-success-deeppurple {
  background: linear-gradient(#28a745, #673AB7);
}

.gradient-to-top-success-deeppurple {
  background: linear-gradient(to top, #28a745, #673AB7);
}

.gradient-to-bottom-success-deeppurple {
  background: linear-gradient(to bottom, #28a745, #673AB7);
}

.gradient-to-left-success-deeppurple {
  background: linear-gradient(to left, #28a745, #673AB7);
}

.gradient-to-right-success-deeppurple {
  background: linear-gradient(to right, #28a745, #673AB7);
}

.gradient-to-top-left-success-deeppurple {
  background: linear-gradient(to top left, #28a745, #673AB7);
}

.gradient-to-top-right-success-deeppurple {
  background: linear-gradient(to top right, #28a745, #673AB7);
}

.gradient-to-bottom-left-success-deeppurple {
  background: linear-gradient(to bottom left, #28a745, #673AB7);
}

.gradient-to-bottom-right-success-deeppurple {
  background: linear-gradient(to bottom right, #28a745, #673AB7);
}

.gradient-radial-success-deeppurple {
  background: radial-gradient(circle, #28a745, #673AB7);
}

.gradient-success-deeppurple-primary {
  background: linear-gradient(#28a745, #673AB7, #03A9F4);
}

.gradient-success-deeppurple-secondary {
  background: linear-gradient(#28a745, #673AB7, #333);
}

.gradient-success-deeppurple-info {
  background: linear-gradient(#28a745, #673AB7, #0DCAF0);
}

.gradient-success-deeppurple-warning {
  background: linear-gradient(#28a745, #673AB7, #FFC107);
}

.gradient-success-deeppurple-danger {
  background: linear-gradient(#28a745, #673AB7, #DC3545);
}

.gradient-success-deeppurple-light {
  background: linear-gradient(#28a745, #673AB7, #f5f5f5);
}

.gradient-success-deeppurple-dark {
  background: linear-gradient(#28a745, #673AB7, #212529);
}

.gradient-success-deeppurple-red {
  background: linear-gradient(#28a745, #673AB7, #F44336);
}

.gradient-success-deeppurple-green {
  background: linear-gradient(#28a745, #673AB7, #4CAF50);
}

.gradient-success-deeppurple-blue {
  background: linear-gradient(#28a745, #673AB7, #2196F3);
}

.gradient-success-deeppurple-black {
  background: linear-gradient(#28a745, #673AB7, #000);
}

.gradient-success-deeppurple-white {
  background: linear-gradient(#28a745, #673AB7, #fff);
}

.gradient-success-deeppurple-pink {
  background: linear-gradient(#28a745, #673AB7, #E91E63);
}

.gradient-success-deeppurple-purple {
  background: linear-gradient(#28a745, #673AB7, #9C27B0);
}

.gradient-success-deeppurple-indigo {
  background: linear-gradient(#28a745, #673AB7, #3E51B5);
}

.gradient-success-deeppurple-cyan {
  background: linear-gradient(#28a745, #673AB7, #00BCD4);
}

.gradient-success-deeppurple-teal {
  background: linear-gradient(#28a745, #673AB7, #009688);
}

.gradient-success-deeppurple-lime {
  background: linear-gradient(#28a745, #673AB7, #CDDC39);
}

.gradient-success-deeppurple-yellow {
  background: linear-gradient(#28a745, #673AB7, #FFEB3B);
}

.gradient-success-deeppurple-amber {
  background: linear-gradient(#28a745, #673AB7, #FFC107);
}

.gradient-success-deeppurple-orange {
  background: linear-gradient(#28a745, #673AB7, #FF9800);
}

.gradient-success-deeppurple-lightblue {
  background: linear-gradient(#28a745, #673AB7, #03A9F4);
}

.gradient-success-deeppurple-lightgreen {
  background: linear-gradient(#28a745, #673AB7, #76FF03);
}

.gradient-success-deeppurple-deeporange {
  background: linear-gradient(#28a745, #673AB7, #DD6E0F);
}

.gradient-success-deeppurple-brown {
  background: linear-gradient(#28a745, #673AB7, #964B00);
}

.gradient-success-deeppurple-grey {
  background: linear-gradient(#28a745, #673AB7, #808080);
}

.gradient-success-deeporange {
  background: linear-gradient(#28a745, #DD6E0F);
}

.gradient-to-top-success-deeporange {
  background: linear-gradient(to top, #28a745, #DD6E0F);
}

.gradient-to-bottom-success-deeporange {
  background: linear-gradient(to bottom, #28a745, #DD6E0F);
}

.gradient-to-left-success-deeporange {
  background: linear-gradient(to left, #28a745, #DD6E0F);
}

.gradient-to-right-success-deeporange {
  background: linear-gradient(to right, #28a745, #DD6E0F);
}

.gradient-to-top-left-success-deeporange {
  background: linear-gradient(to top left, #28a745, #DD6E0F);
}

.gradient-to-top-right-success-deeporange {
  background: linear-gradient(to top right, #28a745, #DD6E0F);
}

.gradient-to-bottom-left-success-deeporange {
  background: linear-gradient(to bottom left, #28a745, #DD6E0F);
}

.gradient-to-bottom-right-success-deeporange {
  background: linear-gradient(to bottom right, #28a745, #DD6E0F);
}

.gradient-radial-success-deeporange {
  background: radial-gradient(circle, #28a745, #DD6E0F);
}

.gradient-success-deeporange-primary {
  background: linear-gradient(#28a745, #DD6E0F, #03A9F4);
}

.gradient-success-deeporange-secondary {
  background: linear-gradient(#28a745, #DD6E0F, #333);
}

.gradient-success-deeporange-info {
  background: linear-gradient(#28a745, #DD6E0F, #0DCAF0);
}

.gradient-success-deeporange-warning {
  background: linear-gradient(#28a745, #DD6E0F, #FFC107);
}

.gradient-success-deeporange-danger {
  background: linear-gradient(#28a745, #DD6E0F, #DC3545);
}

.gradient-success-deeporange-light {
  background: linear-gradient(#28a745, #DD6E0F, #f5f5f5);
}

.gradient-success-deeporange-dark {
  background: linear-gradient(#28a745, #DD6E0F, #212529);
}

.gradient-success-deeporange-red {
  background: linear-gradient(#28a745, #DD6E0F, #F44336);
}

.gradient-success-deeporange-green {
  background: linear-gradient(#28a745, #DD6E0F, #4CAF50);
}

.gradient-success-deeporange-blue {
  background: linear-gradient(#28a745, #DD6E0F, #2196F3);
}

.gradient-success-deeporange-black {
  background: linear-gradient(#28a745, #DD6E0F, #000);
}

.gradient-success-deeporange-white {
  background: linear-gradient(#28a745, #DD6E0F, #fff);
}

.gradient-success-deeporange-pink {
  background: linear-gradient(#28a745, #DD6E0F, #E91E63);
}

.gradient-success-deeporange-purple {
  background: linear-gradient(#28a745, #DD6E0F, #9C27B0);
}

.gradient-success-deeporange-indigo {
  background: linear-gradient(#28a745, #DD6E0F, #3E51B5);
}

.gradient-success-deeporange-cyan {
  background: linear-gradient(#28a745, #DD6E0F, #00BCD4);
}

.gradient-success-deeporange-teal {
  background: linear-gradient(#28a745, #DD6E0F, #009688);
}

.gradient-success-deeporange-lime {
  background: linear-gradient(#28a745, #DD6E0F, #CDDC39);
}

.gradient-success-deeporange-yellow {
  background: linear-gradient(#28a745, #DD6E0F, #FFEB3B);
}

.gradient-success-deeporange-amber {
  background: linear-gradient(#28a745, #DD6E0F, #FFC107);
}

.gradient-success-deeporange-orange {
  background: linear-gradient(#28a745, #DD6E0F, #FF9800);
}

.gradient-success-deeporange-lightblue {
  background: linear-gradient(#28a745, #DD6E0F, #03A9F4);
}

.gradient-success-deeporange-lightgreen {
  background: linear-gradient(#28a745, #DD6E0F, #76FF03);
}

.gradient-success-deeporange-deeppurple {
  background: linear-gradient(#28a745, #DD6E0F, #673AB7);
}

.gradient-success-deeporange-brown {
  background: linear-gradient(#28a745, #DD6E0F, #964B00);
}

.gradient-success-deeporange-grey {
  background: linear-gradient(#28a745, #DD6E0F, #808080);
}

.gradient-success-brown {
  background: linear-gradient(#28a745, #964B00);
}

.gradient-to-top-success-brown {
  background: linear-gradient(to top, #28a745, #964B00);
}

.gradient-to-bottom-success-brown {
  background: linear-gradient(to bottom, #28a745, #964B00);
}

.gradient-to-left-success-brown {
  background: linear-gradient(to left, #28a745, #964B00);
}

.gradient-to-right-success-brown {
  background: linear-gradient(to right, #28a745, #964B00);
}

.gradient-to-top-left-success-brown {
  background: linear-gradient(to top left, #28a745, #964B00);
}

.gradient-to-top-right-success-brown {
  background: linear-gradient(to top right, #28a745, #964B00);
}

.gradient-to-bottom-left-success-brown {
  background: linear-gradient(to bottom left, #28a745, #964B00);
}

.gradient-to-bottom-right-success-brown {
  background: linear-gradient(to bottom right, #28a745, #964B00);
}

.gradient-radial-success-brown {
  background: radial-gradient(circle, #28a745, #964B00);
}

.gradient-success-brown-primary {
  background: linear-gradient(#28a745, #964B00, #03A9F4);
}

.gradient-success-brown-secondary {
  background: linear-gradient(#28a745, #964B00, #333);
}

.gradient-success-brown-info {
  background: linear-gradient(#28a745, #964B00, #0DCAF0);
}

.gradient-success-brown-warning {
  background: linear-gradient(#28a745, #964B00, #FFC107);
}

.gradient-success-brown-danger {
  background: linear-gradient(#28a745, #964B00, #DC3545);
}

.gradient-success-brown-light {
  background: linear-gradient(#28a745, #964B00, #f5f5f5);
}

.gradient-success-brown-dark {
  background: linear-gradient(#28a745, #964B00, #212529);
}

.gradient-success-brown-red {
  background: linear-gradient(#28a745, #964B00, #F44336);
}

.gradient-success-brown-green {
  background: linear-gradient(#28a745, #964B00, #4CAF50);
}

.gradient-success-brown-blue {
  background: linear-gradient(#28a745, #964B00, #2196F3);
}

.gradient-success-brown-black {
  background: linear-gradient(#28a745, #964B00, #000);
}

.gradient-success-brown-white {
  background: linear-gradient(#28a745, #964B00, #fff);
}

.gradient-success-brown-pink {
  background: linear-gradient(#28a745, #964B00, #E91E63);
}

.gradient-success-brown-purple {
  background: linear-gradient(#28a745, #964B00, #9C27B0);
}

.gradient-success-brown-indigo {
  background: linear-gradient(#28a745, #964B00, #3E51B5);
}

.gradient-success-brown-cyan {
  background: linear-gradient(#28a745, #964B00, #00BCD4);
}

.gradient-success-brown-teal {
  background: linear-gradient(#28a745, #964B00, #009688);
}

.gradient-success-brown-lime {
  background: linear-gradient(#28a745, #964B00, #CDDC39);
}

.gradient-success-brown-yellow {
  background: linear-gradient(#28a745, #964B00, #FFEB3B);
}

.gradient-success-brown-amber {
  background: linear-gradient(#28a745, #964B00, #FFC107);
}

.gradient-success-brown-orange {
  background: linear-gradient(#28a745, #964B00, #FF9800);
}

.gradient-success-brown-lightblue {
  background: linear-gradient(#28a745, #964B00, #03A9F4);
}

.gradient-success-brown-lightgreen {
  background: linear-gradient(#28a745, #964B00, #76FF03);
}

.gradient-success-brown-deeppurple {
  background: linear-gradient(#28a745, #964B00, #673AB7);
}

.gradient-success-brown-deeporange {
  background: linear-gradient(#28a745, #964B00, #DD6E0F);
}

.gradient-success-brown-grey {
  background: linear-gradient(#28a745, #964B00, #808080);
}

.gradient-success-grey {
  background: linear-gradient(#28a745, #808080);
}

.gradient-to-top-success-grey {
  background: linear-gradient(to top, #28a745, #808080);
}

.gradient-to-bottom-success-grey {
  background: linear-gradient(to bottom, #28a745, #808080);
}

.gradient-to-left-success-grey {
  background: linear-gradient(to left, #28a745, #808080);
}

.gradient-to-right-success-grey {
  background: linear-gradient(to right, #28a745, #808080);
}

.gradient-to-top-left-success-grey {
  background: linear-gradient(to top left, #28a745, #808080);
}

.gradient-to-top-right-success-grey {
  background: linear-gradient(to top right, #28a745, #808080);
}

.gradient-to-bottom-left-success-grey {
  background: linear-gradient(to bottom left, #28a745, #808080);
}

.gradient-to-bottom-right-success-grey {
  background: linear-gradient(to bottom right, #28a745, #808080);
}

.gradient-radial-success-grey {
  background: radial-gradient(circle, #28a745, #808080);
}

.gradient-success-grey-primary {
  background: linear-gradient(#28a745, #808080, #03A9F4);
}

.gradient-success-grey-secondary {
  background: linear-gradient(#28a745, #808080, #333);
}

.gradient-success-grey-info {
  background: linear-gradient(#28a745, #808080, #0DCAF0);
}

.gradient-success-grey-warning {
  background: linear-gradient(#28a745, #808080, #FFC107);
}

.gradient-success-grey-danger {
  background: linear-gradient(#28a745, #808080, #DC3545);
}

.gradient-success-grey-light {
  background: linear-gradient(#28a745, #808080, #f5f5f5);
}

.gradient-success-grey-dark {
  background: linear-gradient(#28a745, #808080, #212529);
}

.gradient-success-grey-red {
  background: linear-gradient(#28a745, #808080, #F44336);
}

.gradient-success-grey-green {
  background: linear-gradient(#28a745, #808080, #4CAF50);
}

.gradient-success-grey-blue {
  background: linear-gradient(#28a745, #808080, #2196F3);
}

.gradient-success-grey-black {
  background: linear-gradient(#28a745, #808080, #000);
}

.gradient-success-grey-white {
  background: linear-gradient(#28a745, #808080, #fff);
}

.gradient-success-grey-pink {
  background: linear-gradient(#28a745, #808080, #E91E63);
}

.gradient-success-grey-purple {
  background: linear-gradient(#28a745, #808080, #9C27B0);
}

.gradient-success-grey-indigo {
  background: linear-gradient(#28a745, #808080, #3E51B5);
}

.gradient-success-grey-cyan {
  background: linear-gradient(#28a745, #808080, #00BCD4);
}

.gradient-success-grey-teal {
  background: linear-gradient(#28a745, #808080, #009688);
}

.gradient-success-grey-lime {
  background: linear-gradient(#28a745, #808080, #CDDC39);
}

.gradient-success-grey-yellow {
  background: linear-gradient(#28a745, #808080, #FFEB3B);
}

.gradient-success-grey-amber {
  background: linear-gradient(#28a745, #808080, #FFC107);
}

.gradient-success-grey-orange {
  background: linear-gradient(#28a745, #808080, #FF9800);
}

.gradient-success-grey-lightblue {
  background: linear-gradient(#28a745, #808080, #03A9F4);
}

.gradient-success-grey-lightgreen {
  background: linear-gradient(#28a745, #808080, #76FF03);
}

.gradient-success-grey-deeppurple {
  background: linear-gradient(#28a745, #808080, #673AB7);
}

.gradient-success-grey-deeporange {
  background: linear-gradient(#28a745, #808080, #DD6E0F);
}

.gradient-success-grey-brown {
  background: linear-gradient(#28a745, #808080, #964B00);
}

.gradient-info-primary {
  background: linear-gradient(#0DCAF0, #03A9F4);
}

.gradient-to-top-info-primary {
  background: linear-gradient(to top, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-info-primary {
  background: linear-gradient(to bottom, #0DCAF0, #03A9F4);
}

.gradient-to-left-info-primary {
  background: linear-gradient(to left, #0DCAF0, #03A9F4);
}

.gradient-to-right-info-primary {
  background: linear-gradient(to right, #0DCAF0, #03A9F4);
}

.gradient-to-top-left-info-primary {
  background: linear-gradient(to top left, #0DCAF0, #03A9F4);
}

.gradient-to-top-right-info-primary {
  background: linear-gradient(to top right, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-left-info-primary {
  background: linear-gradient(to bottom left, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-right-info-primary {
  background: linear-gradient(to bottom right, #0DCAF0, #03A9F4);
}

.gradient-radial-info-primary {
  background: radial-gradient(circle, #0DCAF0, #03A9F4);
}

.gradient-info-primary-secondary {
  background: linear-gradient(#0DCAF0, #03A9F4, #333);
}

.gradient-info-primary-success {
  background: linear-gradient(#0DCAF0, #03A9F4, #28a745);
}

.gradient-info-primary-warning {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFC107);
}

.gradient-info-primary-danger {
  background: linear-gradient(#0DCAF0, #03A9F4, #DC3545);
}

.gradient-info-primary-light {
  background: linear-gradient(#0DCAF0, #03A9F4, #f5f5f5);
}

.gradient-info-primary-dark {
  background: linear-gradient(#0DCAF0, #03A9F4, #212529);
}

.gradient-info-primary-red {
  background: linear-gradient(#0DCAF0, #03A9F4, #F44336);
}

.gradient-info-primary-green {
  background: linear-gradient(#0DCAF0, #03A9F4, #4CAF50);
}

.gradient-info-primary-blue {
  background: linear-gradient(#0DCAF0, #03A9F4, #2196F3);
}

.gradient-info-primary-black {
  background: linear-gradient(#0DCAF0, #03A9F4, #000);
}

.gradient-info-primary-white {
  background: linear-gradient(#0DCAF0, #03A9F4, #fff);
}

.gradient-info-primary-pink {
  background: linear-gradient(#0DCAF0, #03A9F4, #E91E63);
}

.gradient-info-primary-purple {
  background: linear-gradient(#0DCAF0, #03A9F4, #9C27B0);
}

.gradient-info-primary-indigo {
  background: linear-gradient(#0DCAF0, #03A9F4, #3E51B5);
}

.gradient-info-primary-cyan {
  background: linear-gradient(#0DCAF0, #03A9F4, #00BCD4);
}

.gradient-info-primary-teal {
  background: linear-gradient(#0DCAF0, #03A9F4, #009688);
}

.gradient-info-primary-lime {
  background: linear-gradient(#0DCAF0, #03A9F4, #CDDC39);
}

.gradient-info-primary-yellow {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFEB3B);
}

.gradient-info-primary-amber {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFC107);
}

.gradient-info-primary-orange {
  background: linear-gradient(#0DCAF0, #03A9F4, #FF9800);
}

.gradient-info-primary-lightblue {
  background: linear-gradient(#0DCAF0, #03A9F4, #03A9F4);
}

.gradient-info-primary-lightgreen {
  background: linear-gradient(#0DCAF0, #03A9F4, #76FF03);
}

.gradient-info-primary-deeppurple {
  background: linear-gradient(#0DCAF0, #03A9F4, #673AB7);
}

.gradient-info-primary-deeporange {
  background: linear-gradient(#0DCAF0, #03A9F4, #DD6E0F);
}

.gradient-info-primary-brown {
  background: linear-gradient(#0DCAF0, #03A9F4, #964B00);
}

.gradient-info-primary-grey {
  background: linear-gradient(#0DCAF0, #03A9F4, #808080);
}

.gradient-info-secondary {
  background: linear-gradient(#0DCAF0, #333);
}

.gradient-to-top-info-secondary {
  background: linear-gradient(to top, #0DCAF0, #333);
}

.gradient-to-bottom-info-secondary {
  background: linear-gradient(to bottom, #0DCAF0, #333);
}

.gradient-to-left-info-secondary {
  background: linear-gradient(to left, #0DCAF0, #333);
}

.gradient-to-right-info-secondary {
  background: linear-gradient(to right, #0DCAF0, #333);
}

.gradient-to-top-left-info-secondary {
  background: linear-gradient(to top left, #0DCAF0, #333);
}

.gradient-to-top-right-info-secondary {
  background: linear-gradient(to top right, #0DCAF0, #333);
}

.gradient-to-bottom-left-info-secondary {
  background: linear-gradient(to bottom left, #0DCAF0, #333);
}

.gradient-to-bottom-right-info-secondary {
  background: linear-gradient(to bottom right, #0DCAF0, #333);
}

.gradient-radial-info-secondary {
  background: radial-gradient(circle, #0DCAF0, #333);
}

.gradient-info-secondary-primary {
  background: linear-gradient(#0DCAF0, #333, #03A9F4);
}

.gradient-info-secondary-success {
  background: linear-gradient(#0DCAF0, #333, #28a745);
}

.gradient-info-secondary-warning {
  background: linear-gradient(#0DCAF0, #333, #FFC107);
}

.gradient-info-secondary-danger {
  background: linear-gradient(#0DCAF0, #333, #DC3545);
}

.gradient-info-secondary-light {
  background: linear-gradient(#0DCAF0, #333, #f5f5f5);
}

.gradient-info-secondary-dark {
  background: linear-gradient(#0DCAF0, #333, #212529);
}

.gradient-info-secondary-red {
  background: linear-gradient(#0DCAF0, #333, #F44336);
}

.gradient-info-secondary-green {
  background: linear-gradient(#0DCAF0, #333, #4CAF50);
}

.gradient-info-secondary-blue {
  background: linear-gradient(#0DCAF0, #333, #2196F3);
}

.gradient-info-secondary-black {
  background: linear-gradient(#0DCAF0, #333, #000);
}

.gradient-info-secondary-white {
  background: linear-gradient(#0DCAF0, #333, #fff);
}

.gradient-info-secondary-pink {
  background: linear-gradient(#0DCAF0, #333, #E91E63);
}

.gradient-info-secondary-purple {
  background: linear-gradient(#0DCAF0, #333, #9C27B0);
}

.gradient-info-secondary-indigo {
  background: linear-gradient(#0DCAF0, #333, #3E51B5);
}

.gradient-info-secondary-cyan {
  background: linear-gradient(#0DCAF0, #333, #00BCD4);
}

.gradient-info-secondary-teal {
  background: linear-gradient(#0DCAF0, #333, #009688);
}

.gradient-info-secondary-lime {
  background: linear-gradient(#0DCAF0, #333, #CDDC39);
}

.gradient-info-secondary-yellow {
  background: linear-gradient(#0DCAF0, #333, #FFEB3B);
}

.gradient-info-secondary-amber {
  background: linear-gradient(#0DCAF0, #333, #FFC107);
}

.gradient-info-secondary-orange {
  background: linear-gradient(#0DCAF0, #333, #FF9800);
}

.gradient-info-secondary-lightblue {
  background: linear-gradient(#0DCAF0, #333, #03A9F4);
}

.gradient-info-secondary-lightgreen {
  background: linear-gradient(#0DCAF0, #333, #76FF03);
}

.gradient-info-secondary-deeppurple {
  background: linear-gradient(#0DCAF0, #333, #673AB7);
}

.gradient-info-secondary-deeporange {
  background: linear-gradient(#0DCAF0, #333, #DD6E0F);
}

.gradient-info-secondary-brown {
  background: linear-gradient(#0DCAF0, #333, #964B00);
}

.gradient-info-secondary-grey {
  background: linear-gradient(#0DCAF0, #333, #808080);
}

.gradient-info-success {
  background: linear-gradient(#0DCAF0, #28a745);
}

.gradient-to-top-info-success {
  background: linear-gradient(to top, #0DCAF0, #28a745);
}

.gradient-to-bottom-info-success {
  background: linear-gradient(to bottom, #0DCAF0, #28a745);
}

.gradient-to-left-info-success {
  background: linear-gradient(to left, #0DCAF0, #28a745);
}

.gradient-to-right-info-success {
  background: linear-gradient(to right, #0DCAF0, #28a745);
}

.gradient-to-top-left-info-success {
  background: linear-gradient(to top left, #0DCAF0, #28a745);
}

.gradient-to-top-right-info-success {
  background: linear-gradient(to top right, #0DCAF0, #28a745);
}

.gradient-to-bottom-left-info-success {
  background: linear-gradient(to bottom left, #0DCAF0, #28a745);
}

.gradient-to-bottom-right-info-success {
  background: linear-gradient(to bottom right, #0DCAF0, #28a745);
}

.gradient-radial-info-success {
  background: radial-gradient(circle, #0DCAF0, #28a745);
}

.gradient-info-success-primary {
  background: linear-gradient(#0DCAF0, #28a745, #03A9F4);
}

.gradient-info-success-secondary {
  background: linear-gradient(#0DCAF0, #28a745, #333);
}

.gradient-info-success-warning {
  background: linear-gradient(#0DCAF0, #28a745, #FFC107);
}

.gradient-info-success-danger {
  background: linear-gradient(#0DCAF0, #28a745, #DC3545);
}

.gradient-info-success-light {
  background: linear-gradient(#0DCAF0, #28a745, #f5f5f5);
}

.gradient-info-success-dark {
  background: linear-gradient(#0DCAF0, #28a745, #212529);
}

.gradient-info-success-red {
  background: linear-gradient(#0DCAF0, #28a745, #F44336);
}

.gradient-info-success-green {
  background: linear-gradient(#0DCAF0, #28a745, #4CAF50);
}

.gradient-info-success-blue {
  background: linear-gradient(#0DCAF0, #28a745, #2196F3);
}

.gradient-info-success-black {
  background: linear-gradient(#0DCAF0, #28a745, #000);
}

.gradient-info-success-white {
  background: linear-gradient(#0DCAF0, #28a745, #fff);
}

.gradient-info-success-pink {
  background: linear-gradient(#0DCAF0, #28a745, #E91E63);
}

.gradient-info-success-purple {
  background: linear-gradient(#0DCAF0, #28a745, #9C27B0);
}

.gradient-info-success-indigo {
  background: linear-gradient(#0DCAF0, #28a745, #3E51B5);
}

.gradient-info-success-cyan {
  background: linear-gradient(#0DCAF0, #28a745, #00BCD4);
}

.gradient-info-success-teal {
  background: linear-gradient(#0DCAF0, #28a745, #009688);
}

.gradient-info-success-lime {
  background: linear-gradient(#0DCAF0, #28a745, #CDDC39);
}

.gradient-info-success-yellow {
  background: linear-gradient(#0DCAF0, #28a745, #FFEB3B);
}

.gradient-info-success-amber {
  background: linear-gradient(#0DCAF0, #28a745, #FFC107);
}

.gradient-info-success-orange {
  background: linear-gradient(#0DCAF0, #28a745, #FF9800);
}

.gradient-info-success-lightblue {
  background: linear-gradient(#0DCAF0, #28a745, #03A9F4);
}

.gradient-info-success-lightgreen {
  background: linear-gradient(#0DCAF0, #28a745, #76FF03);
}

.gradient-info-success-deeppurple {
  background: linear-gradient(#0DCAF0, #28a745, #673AB7);
}

.gradient-info-success-deeporange {
  background: linear-gradient(#0DCAF0, #28a745, #DD6E0F);
}

.gradient-info-success-brown {
  background: linear-gradient(#0DCAF0, #28a745, #964B00);
}

.gradient-info-success-grey {
  background: linear-gradient(#0DCAF0, #28a745, #808080);
}

.gradient-info-warning {
  background: linear-gradient(#0DCAF0, #FFC107);
}

.gradient-to-top-info-warning {
  background: linear-gradient(to top, #0DCAF0, #FFC107);
}

.gradient-to-bottom-info-warning {
  background: linear-gradient(to bottom, #0DCAF0, #FFC107);
}

.gradient-to-left-info-warning {
  background: linear-gradient(to left, #0DCAF0, #FFC107);
}

.gradient-to-right-info-warning {
  background: linear-gradient(to right, #0DCAF0, #FFC107);
}

.gradient-to-top-left-info-warning {
  background: linear-gradient(to top left, #0DCAF0, #FFC107);
}

.gradient-to-top-right-info-warning {
  background: linear-gradient(to top right, #0DCAF0, #FFC107);
}

.gradient-to-bottom-left-info-warning {
  background: linear-gradient(to bottom left, #0DCAF0, #FFC107);
}

.gradient-to-bottom-right-info-warning {
  background: linear-gradient(to bottom right, #0DCAF0, #FFC107);
}

.gradient-radial-info-warning {
  background: radial-gradient(circle, #0DCAF0, #FFC107);
}

.gradient-info-warning-primary {
  background: linear-gradient(#0DCAF0, #FFC107, #03A9F4);
}

.gradient-info-warning-secondary {
  background: linear-gradient(#0DCAF0, #FFC107, #333);
}

.gradient-info-warning-success {
  background: linear-gradient(#0DCAF0, #FFC107, #28a745);
}

.gradient-info-warning-danger {
  background: linear-gradient(#0DCAF0, #FFC107, #DC3545);
}

.gradient-info-warning-light {
  background: linear-gradient(#0DCAF0, #FFC107, #f5f5f5);
}

.gradient-info-warning-dark {
  background: linear-gradient(#0DCAF0, #FFC107, #212529);
}

.gradient-info-warning-red {
  background: linear-gradient(#0DCAF0, #FFC107, #F44336);
}

.gradient-info-warning-green {
  background: linear-gradient(#0DCAF0, #FFC107, #4CAF50);
}

.gradient-info-warning-blue {
  background: linear-gradient(#0DCAF0, #FFC107, #2196F3);
}

.gradient-info-warning-black {
  background: linear-gradient(#0DCAF0, #FFC107, #000);
}

.gradient-info-warning-white {
  background: linear-gradient(#0DCAF0, #FFC107, #fff);
}

.gradient-info-warning-pink {
  background: linear-gradient(#0DCAF0, #FFC107, #E91E63);
}

.gradient-info-warning-purple {
  background: linear-gradient(#0DCAF0, #FFC107, #9C27B0);
}

.gradient-info-warning-indigo {
  background: linear-gradient(#0DCAF0, #FFC107, #3E51B5);
}

.gradient-info-warning-cyan {
  background: linear-gradient(#0DCAF0, #FFC107, #00BCD4);
}

.gradient-info-warning-teal {
  background: linear-gradient(#0DCAF0, #FFC107, #009688);
}

.gradient-info-warning-lime {
  background: linear-gradient(#0DCAF0, #FFC107, #CDDC39);
}

.gradient-info-warning-yellow {
  background: linear-gradient(#0DCAF0, #FFC107, #FFEB3B);
}

.gradient-info-warning-amber {
  background: linear-gradient(#0DCAF0, #FFC107, #FFC107);
}

.gradient-info-warning-orange {
  background: linear-gradient(#0DCAF0, #FFC107, #FF9800);
}

.gradient-info-warning-lightblue {
  background: linear-gradient(#0DCAF0, #FFC107, #03A9F4);
}

.gradient-info-warning-lightgreen {
  background: linear-gradient(#0DCAF0, #FFC107, #76FF03);
}

.gradient-info-warning-deeppurple {
  background: linear-gradient(#0DCAF0, #FFC107, #673AB7);
}

.gradient-info-warning-deeporange {
  background: linear-gradient(#0DCAF0, #FFC107, #DD6E0F);
}

.gradient-info-warning-brown {
  background: linear-gradient(#0DCAF0, #FFC107, #964B00);
}

.gradient-info-warning-grey {
  background: linear-gradient(#0DCAF0, #FFC107, #808080);
}

.gradient-info-danger {
  background: linear-gradient(#0DCAF0, #DC3545);
}

.gradient-to-top-info-danger {
  background: linear-gradient(to top, #0DCAF0, #DC3545);
}

.gradient-to-bottom-info-danger {
  background: linear-gradient(to bottom, #0DCAF0, #DC3545);
}

.gradient-to-left-info-danger {
  background: linear-gradient(to left, #0DCAF0, #DC3545);
}

.gradient-to-right-info-danger {
  background: linear-gradient(to right, #0DCAF0, #DC3545);
}

.gradient-to-top-left-info-danger {
  background: linear-gradient(to top left, #0DCAF0, #DC3545);
}

.gradient-to-top-right-info-danger {
  background: linear-gradient(to top right, #0DCAF0, #DC3545);
}

.gradient-to-bottom-left-info-danger {
  background: linear-gradient(to bottom left, #0DCAF0, #DC3545);
}

.gradient-to-bottom-right-info-danger {
  background: linear-gradient(to bottom right, #0DCAF0, #DC3545);
}

.gradient-radial-info-danger {
  background: radial-gradient(circle, #0DCAF0, #DC3545);
}

.gradient-info-danger-primary {
  background: linear-gradient(#0DCAF0, #DC3545, #03A9F4);
}

.gradient-info-danger-secondary {
  background: linear-gradient(#0DCAF0, #DC3545, #333);
}

.gradient-info-danger-success {
  background: linear-gradient(#0DCAF0, #DC3545, #28a745);
}

.gradient-info-danger-warning {
  background: linear-gradient(#0DCAF0, #DC3545, #FFC107);
}

.gradient-info-danger-light {
  background: linear-gradient(#0DCAF0, #DC3545, #f5f5f5);
}

.gradient-info-danger-dark {
  background: linear-gradient(#0DCAF0, #DC3545, #212529);
}

.gradient-info-danger-red {
  background: linear-gradient(#0DCAF0, #DC3545, #F44336);
}

.gradient-info-danger-green {
  background: linear-gradient(#0DCAF0, #DC3545, #4CAF50);
}

.gradient-info-danger-blue {
  background: linear-gradient(#0DCAF0, #DC3545, #2196F3);
}

.gradient-info-danger-black {
  background: linear-gradient(#0DCAF0, #DC3545, #000);
}

.gradient-info-danger-white {
  background: linear-gradient(#0DCAF0, #DC3545, #fff);
}

.gradient-info-danger-pink {
  background: linear-gradient(#0DCAF0, #DC3545, #E91E63);
}

.gradient-info-danger-purple {
  background: linear-gradient(#0DCAF0, #DC3545, #9C27B0);
}

.gradient-info-danger-indigo {
  background: linear-gradient(#0DCAF0, #DC3545, #3E51B5);
}

.gradient-info-danger-cyan {
  background: linear-gradient(#0DCAF0, #DC3545, #00BCD4);
}

.gradient-info-danger-teal {
  background: linear-gradient(#0DCAF0, #DC3545, #009688);
}

.gradient-info-danger-lime {
  background: linear-gradient(#0DCAF0, #DC3545, #CDDC39);
}

.gradient-info-danger-yellow {
  background: linear-gradient(#0DCAF0, #DC3545, #FFEB3B);
}

.gradient-info-danger-amber {
  background: linear-gradient(#0DCAF0, #DC3545, #FFC107);
}

.gradient-info-danger-orange {
  background: linear-gradient(#0DCAF0, #DC3545, #FF9800);
}

.gradient-info-danger-lightblue {
  background: linear-gradient(#0DCAF0, #DC3545, #03A9F4);
}

.gradient-info-danger-lightgreen {
  background: linear-gradient(#0DCAF0, #DC3545, #76FF03);
}

.gradient-info-danger-deeppurple {
  background: linear-gradient(#0DCAF0, #DC3545, #673AB7);
}

.gradient-info-danger-deeporange {
  background: linear-gradient(#0DCAF0, #DC3545, #DD6E0F);
}

.gradient-info-danger-brown {
  background: linear-gradient(#0DCAF0, #DC3545, #964B00);
}

.gradient-info-danger-grey {
  background: linear-gradient(#0DCAF0, #DC3545, #808080);
}

.gradient-info-light {
  background: linear-gradient(#0DCAF0, #f5f5f5);
}

.gradient-to-top-info-light {
  background: linear-gradient(to top, #0DCAF0, #f5f5f5);
}

.gradient-to-bottom-info-light {
  background: linear-gradient(to bottom, #0DCAF0, #f5f5f5);
}

.gradient-to-left-info-light {
  background: linear-gradient(to left, #0DCAF0, #f5f5f5);
}

.gradient-to-right-info-light {
  background: linear-gradient(to right, #0DCAF0, #f5f5f5);
}

.gradient-to-top-left-info-light {
  background: linear-gradient(to top left, #0DCAF0, #f5f5f5);
}

.gradient-to-top-right-info-light {
  background: linear-gradient(to top right, #0DCAF0, #f5f5f5);
}

.gradient-to-bottom-left-info-light {
  background: linear-gradient(to bottom left, #0DCAF0, #f5f5f5);
}

.gradient-to-bottom-right-info-light {
  background: linear-gradient(to bottom right, #0DCAF0, #f5f5f5);
}

.gradient-radial-info-light {
  background: radial-gradient(circle, #0DCAF0, #f5f5f5);
}

.gradient-info-light-primary {
  background: linear-gradient(#0DCAF0, #f5f5f5, #03A9F4);
}

.gradient-info-light-secondary {
  background: linear-gradient(#0DCAF0, #f5f5f5, #333);
}

.gradient-info-light-success {
  background: linear-gradient(#0DCAF0, #f5f5f5, #28a745);
}

.gradient-info-light-warning {
  background: linear-gradient(#0DCAF0, #f5f5f5, #FFC107);
}

.gradient-info-light-danger {
  background: linear-gradient(#0DCAF0, #f5f5f5, #DC3545);
}

.gradient-info-light-dark {
  background: linear-gradient(#0DCAF0, #f5f5f5, #212529);
}

.gradient-info-light-red {
  background: linear-gradient(#0DCAF0, #f5f5f5, #F44336);
}

.gradient-info-light-green {
  background: linear-gradient(#0DCAF0, #f5f5f5, #4CAF50);
}

.gradient-info-light-blue {
  background: linear-gradient(#0DCAF0, #f5f5f5, #2196F3);
}

.gradient-info-light-black {
  background: linear-gradient(#0DCAF0, #f5f5f5, #000);
}

.gradient-info-light-white {
  background: linear-gradient(#0DCAF0, #f5f5f5, #fff);
}

.gradient-info-light-pink {
  background: linear-gradient(#0DCAF0, #f5f5f5, #E91E63);
}

.gradient-info-light-purple {
  background: linear-gradient(#0DCAF0, #f5f5f5, #9C27B0);
}

.gradient-info-light-indigo {
  background: linear-gradient(#0DCAF0, #f5f5f5, #3E51B5);
}

.gradient-info-light-cyan {
  background: linear-gradient(#0DCAF0, #f5f5f5, #00BCD4);
}

.gradient-info-light-teal {
  background: linear-gradient(#0DCAF0, #f5f5f5, #009688);
}

.gradient-info-light-lime {
  background: linear-gradient(#0DCAF0, #f5f5f5, #CDDC39);
}

.gradient-info-light-yellow {
  background: linear-gradient(#0DCAF0, #f5f5f5, #FFEB3B);
}

.gradient-info-light-amber {
  background: linear-gradient(#0DCAF0, #f5f5f5, #FFC107);
}

.gradient-info-light-orange {
  background: linear-gradient(#0DCAF0, #f5f5f5, #FF9800);
}

.gradient-info-light-lightblue {
  background: linear-gradient(#0DCAF0, #f5f5f5, #03A9F4);
}

.gradient-info-light-lightgreen {
  background: linear-gradient(#0DCAF0, #f5f5f5, #76FF03);
}

.gradient-info-light-deeppurple {
  background: linear-gradient(#0DCAF0, #f5f5f5, #673AB7);
}

.gradient-info-light-deeporange {
  background: linear-gradient(#0DCAF0, #f5f5f5, #DD6E0F);
}

.gradient-info-light-brown {
  background: linear-gradient(#0DCAF0, #f5f5f5, #964B00);
}

.gradient-info-light-grey {
  background: linear-gradient(#0DCAF0, #f5f5f5, #808080);
}

.gradient-info-dark {
  background: linear-gradient(#0DCAF0, #212529);
}

.gradient-to-top-info-dark {
  background: linear-gradient(to top, #0DCAF0, #212529);
}

.gradient-to-bottom-info-dark {
  background: linear-gradient(to bottom, #0DCAF0, #212529);
}

.gradient-to-left-info-dark {
  background: linear-gradient(to left, #0DCAF0, #212529);
}

.gradient-to-right-info-dark {
  background: linear-gradient(to right, #0DCAF0, #212529);
}

.gradient-to-top-left-info-dark {
  background: linear-gradient(to top left, #0DCAF0, #212529);
}

.gradient-to-top-right-info-dark {
  background: linear-gradient(to top right, #0DCAF0, #212529);
}

.gradient-to-bottom-left-info-dark {
  background: linear-gradient(to bottom left, #0DCAF0, #212529);
}

.gradient-to-bottom-right-info-dark {
  background: linear-gradient(to bottom right, #0DCAF0, #212529);
}

.gradient-radial-info-dark {
  background: radial-gradient(circle, #0DCAF0, #212529);
}

.gradient-info-dark-primary {
  background: linear-gradient(#0DCAF0, #212529, #03A9F4);
}

.gradient-info-dark-secondary {
  background: linear-gradient(#0DCAF0, #212529, #333);
}

.gradient-info-dark-success {
  background: linear-gradient(#0DCAF0, #212529, #28a745);
}

.gradient-info-dark-warning {
  background: linear-gradient(#0DCAF0, #212529, #FFC107);
}

.gradient-info-dark-danger {
  background: linear-gradient(#0DCAF0, #212529, #DC3545);
}

.gradient-info-dark-light {
  background: linear-gradient(#0DCAF0, #212529, #f5f5f5);
}

.gradient-info-dark-red {
  background: linear-gradient(#0DCAF0, #212529, #F44336);
}

.gradient-info-dark-green {
  background: linear-gradient(#0DCAF0, #212529, #4CAF50);
}

.gradient-info-dark-blue {
  background: linear-gradient(#0DCAF0, #212529, #2196F3);
}

.gradient-info-dark-black {
  background: linear-gradient(#0DCAF0, #212529, #000);
}

.gradient-info-dark-white {
  background: linear-gradient(#0DCAF0, #212529, #fff);
}

.gradient-info-dark-pink {
  background: linear-gradient(#0DCAF0, #212529, #E91E63);
}

.gradient-info-dark-purple {
  background: linear-gradient(#0DCAF0, #212529, #9C27B0);
}

.gradient-info-dark-indigo {
  background: linear-gradient(#0DCAF0, #212529, #3E51B5);
}

.gradient-info-dark-cyan {
  background: linear-gradient(#0DCAF0, #212529, #00BCD4);
}

.gradient-info-dark-teal {
  background: linear-gradient(#0DCAF0, #212529, #009688);
}

.gradient-info-dark-lime {
  background: linear-gradient(#0DCAF0, #212529, #CDDC39);
}

.gradient-info-dark-yellow {
  background: linear-gradient(#0DCAF0, #212529, #FFEB3B);
}

.gradient-info-dark-amber {
  background: linear-gradient(#0DCAF0, #212529, #FFC107);
}

.gradient-info-dark-orange {
  background: linear-gradient(#0DCAF0, #212529, #FF9800);
}

.gradient-info-dark-lightblue {
  background: linear-gradient(#0DCAF0, #212529, #03A9F4);
}

.gradient-info-dark-lightgreen {
  background: linear-gradient(#0DCAF0, #212529, #76FF03);
}

.gradient-info-dark-deeppurple {
  background: linear-gradient(#0DCAF0, #212529, #673AB7);
}

.gradient-info-dark-deeporange {
  background: linear-gradient(#0DCAF0, #212529, #DD6E0F);
}

.gradient-info-dark-brown {
  background: linear-gradient(#0DCAF0, #212529, #964B00);
}

.gradient-info-dark-grey {
  background: linear-gradient(#0DCAF0, #212529, #808080);
}

.gradient-info-red {
  background: linear-gradient(#0DCAF0, #F44336);
}

.gradient-to-top-info-red {
  background: linear-gradient(to top, #0DCAF0, #F44336);
}

.gradient-to-bottom-info-red {
  background: linear-gradient(to bottom, #0DCAF0, #F44336);
}

.gradient-to-left-info-red {
  background: linear-gradient(to left, #0DCAF0, #F44336);
}

.gradient-to-right-info-red {
  background: linear-gradient(to right, #0DCAF0, #F44336);
}

.gradient-to-top-left-info-red {
  background: linear-gradient(to top left, #0DCAF0, #F44336);
}

.gradient-to-top-right-info-red {
  background: linear-gradient(to top right, #0DCAF0, #F44336);
}

.gradient-to-bottom-left-info-red {
  background: linear-gradient(to bottom left, #0DCAF0, #F44336);
}

.gradient-to-bottom-right-info-red {
  background: linear-gradient(to bottom right, #0DCAF0, #F44336);
}

.gradient-radial-info-red {
  background: radial-gradient(circle, #0DCAF0, #F44336);
}

.gradient-info-red-primary {
  background: linear-gradient(#0DCAF0, #F44336, #03A9F4);
}

.gradient-info-red-secondary {
  background: linear-gradient(#0DCAF0, #F44336, #333);
}

.gradient-info-red-success {
  background: linear-gradient(#0DCAF0, #F44336, #28a745);
}

.gradient-info-red-warning {
  background: linear-gradient(#0DCAF0, #F44336, #FFC107);
}

.gradient-info-red-danger {
  background: linear-gradient(#0DCAF0, #F44336, #DC3545);
}

.gradient-info-red-light {
  background: linear-gradient(#0DCAF0, #F44336, #f5f5f5);
}

.gradient-info-red-dark {
  background: linear-gradient(#0DCAF0, #F44336, #212529);
}

.gradient-info-red-green {
  background: linear-gradient(#0DCAF0, #F44336, #4CAF50);
}

.gradient-info-red-blue {
  background: linear-gradient(#0DCAF0, #F44336, #2196F3);
}

.gradient-info-red-black {
  background: linear-gradient(#0DCAF0, #F44336, #000);
}

.gradient-info-red-white {
  background: linear-gradient(#0DCAF0, #F44336, #fff);
}

.gradient-info-red-pink {
  background: linear-gradient(#0DCAF0, #F44336, #E91E63);
}

.gradient-info-red-purple {
  background: linear-gradient(#0DCAF0, #F44336, #9C27B0);
}

.gradient-info-red-indigo {
  background: linear-gradient(#0DCAF0, #F44336, #3E51B5);
}

.gradient-info-red-cyan {
  background: linear-gradient(#0DCAF0, #F44336, #00BCD4);
}

.gradient-info-red-teal {
  background: linear-gradient(#0DCAF0, #F44336, #009688);
}

.gradient-info-red-lime {
  background: linear-gradient(#0DCAF0, #F44336, #CDDC39);
}

.gradient-info-red-yellow {
  background: linear-gradient(#0DCAF0, #F44336, #FFEB3B);
}

.gradient-info-red-amber {
  background: linear-gradient(#0DCAF0, #F44336, #FFC107);
}

.gradient-info-red-orange {
  background: linear-gradient(#0DCAF0, #F44336, #FF9800);
}

.gradient-info-red-lightblue {
  background: linear-gradient(#0DCAF0, #F44336, #03A9F4);
}

.gradient-info-red-lightgreen {
  background: linear-gradient(#0DCAF0, #F44336, #76FF03);
}

.gradient-info-red-deeppurple {
  background: linear-gradient(#0DCAF0, #F44336, #673AB7);
}

.gradient-info-red-deeporange {
  background: linear-gradient(#0DCAF0, #F44336, #DD6E0F);
}

.gradient-info-red-brown {
  background: linear-gradient(#0DCAF0, #F44336, #964B00);
}

.gradient-info-red-grey {
  background: linear-gradient(#0DCAF0, #F44336, #808080);
}

.gradient-info-green {
  background: linear-gradient(#0DCAF0, #4CAF50);
}

.gradient-to-top-info-green {
  background: linear-gradient(to top, #0DCAF0, #4CAF50);
}

.gradient-to-bottom-info-green {
  background: linear-gradient(to bottom, #0DCAF0, #4CAF50);
}

.gradient-to-left-info-green {
  background: linear-gradient(to left, #0DCAF0, #4CAF50);
}

.gradient-to-right-info-green {
  background: linear-gradient(to right, #0DCAF0, #4CAF50);
}

.gradient-to-top-left-info-green {
  background: linear-gradient(to top left, #0DCAF0, #4CAF50);
}

.gradient-to-top-right-info-green {
  background: linear-gradient(to top right, #0DCAF0, #4CAF50);
}

.gradient-to-bottom-left-info-green {
  background: linear-gradient(to bottom left, #0DCAF0, #4CAF50);
}

.gradient-to-bottom-right-info-green {
  background: linear-gradient(to bottom right, #0DCAF0, #4CAF50);
}

.gradient-radial-info-green {
  background: radial-gradient(circle, #0DCAF0, #4CAF50);
}

.gradient-info-green-primary {
  background: linear-gradient(#0DCAF0, #4CAF50, #03A9F4);
}

.gradient-info-green-secondary {
  background: linear-gradient(#0DCAF0, #4CAF50, #333);
}

.gradient-info-green-success {
  background: linear-gradient(#0DCAF0, #4CAF50, #28a745);
}

.gradient-info-green-warning {
  background: linear-gradient(#0DCAF0, #4CAF50, #FFC107);
}

.gradient-info-green-danger {
  background: linear-gradient(#0DCAF0, #4CAF50, #DC3545);
}

.gradient-info-green-light {
  background: linear-gradient(#0DCAF0, #4CAF50, #f5f5f5);
}

.gradient-info-green-dark {
  background: linear-gradient(#0DCAF0, #4CAF50, #212529);
}

.gradient-info-green-red {
  background: linear-gradient(#0DCAF0, #4CAF50, #F44336);
}

.gradient-info-green-blue {
  background: linear-gradient(#0DCAF0, #4CAF50, #2196F3);
}

.gradient-info-green-black {
  background: linear-gradient(#0DCAF0, #4CAF50, #000);
}

.gradient-info-green-white {
  background: linear-gradient(#0DCAF0, #4CAF50, #fff);
}

.gradient-info-green-pink {
  background: linear-gradient(#0DCAF0, #4CAF50, #E91E63);
}

.gradient-info-green-purple {
  background: linear-gradient(#0DCAF0, #4CAF50, #9C27B0);
}

.gradient-info-green-indigo {
  background: linear-gradient(#0DCAF0, #4CAF50, #3E51B5);
}

.gradient-info-green-cyan {
  background: linear-gradient(#0DCAF0, #4CAF50, #00BCD4);
}

.gradient-info-green-teal {
  background: linear-gradient(#0DCAF0, #4CAF50, #009688);
}

.gradient-info-green-lime {
  background: linear-gradient(#0DCAF0, #4CAF50, #CDDC39);
}

.gradient-info-green-yellow {
  background: linear-gradient(#0DCAF0, #4CAF50, #FFEB3B);
}

.gradient-info-green-amber {
  background: linear-gradient(#0DCAF0, #4CAF50, #FFC107);
}

.gradient-info-green-orange {
  background: linear-gradient(#0DCAF0, #4CAF50, #FF9800);
}

.gradient-info-green-lightblue {
  background: linear-gradient(#0DCAF0, #4CAF50, #03A9F4);
}

.gradient-info-green-lightgreen {
  background: linear-gradient(#0DCAF0, #4CAF50, #76FF03);
}

.gradient-info-green-deeppurple {
  background: linear-gradient(#0DCAF0, #4CAF50, #673AB7);
}

.gradient-info-green-deeporange {
  background: linear-gradient(#0DCAF0, #4CAF50, #DD6E0F);
}

.gradient-info-green-brown {
  background: linear-gradient(#0DCAF0, #4CAF50, #964B00);
}

.gradient-info-green-grey {
  background: linear-gradient(#0DCAF0, #4CAF50, #808080);
}

.gradient-info-blue {
  background: linear-gradient(#0DCAF0, #2196F3);
}

.gradient-to-top-info-blue {
  background: linear-gradient(to top, #0DCAF0, #2196F3);
}

.gradient-to-bottom-info-blue {
  background: linear-gradient(to bottom, #0DCAF0, #2196F3);
}

.gradient-to-left-info-blue {
  background: linear-gradient(to left, #0DCAF0, #2196F3);
}

.gradient-to-right-info-blue {
  background: linear-gradient(to right, #0DCAF0, #2196F3);
}

.gradient-to-top-left-info-blue {
  background: linear-gradient(to top left, #0DCAF0, #2196F3);
}

.gradient-to-top-right-info-blue {
  background: linear-gradient(to top right, #0DCAF0, #2196F3);
}

.gradient-to-bottom-left-info-blue {
  background: linear-gradient(to bottom left, #0DCAF0, #2196F3);
}

.gradient-to-bottom-right-info-blue {
  background: linear-gradient(to bottom right, #0DCAF0, #2196F3);
}

.gradient-radial-info-blue {
  background: radial-gradient(circle, #0DCAF0, #2196F3);
}

.gradient-info-blue-primary {
  background: linear-gradient(#0DCAF0, #2196F3, #03A9F4);
}

.gradient-info-blue-secondary {
  background: linear-gradient(#0DCAF0, #2196F3, #333);
}

.gradient-info-blue-success {
  background: linear-gradient(#0DCAF0, #2196F3, #28a745);
}

.gradient-info-blue-warning {
  background: linear-gradient(#0DCAF0, #2196F3, #FFC107);
}

.gradient-info-blue-danger {
  background: linear-gradient(#0DCAF0, #2196F3, #DC3545);
}

.gradient-info-blue-light {
  background: linear-gradient(#0DCAF0, #2196F3, #f5f5f5);
}

.gradient-info-blue-dark {
  background: linear-gradient(#0DCAF0, #2196F3, #212529);
}

.gradient-info-blue-red {
  background: linear-gradient(#0DCAF0, #2196F3, #F44336);
}

.gradient-info-blue-green {
  background: linear-gradient(#0DCAF0, #2196F3, #4CAF50);
}

.gradient-info-blue-black {
  background: linear-gradient(#0DCAF0, #2196F3, #000);
}

.gradient-info-blue-white {
  background: linear-gradient(#0DCAF0, #2196F3, #fff);
}

.gradient-info-blue-pink {
  background: linear-gradient(#0DCAF0, #2196F3, #E91E63);
}

.gradient-info-blue-purple {
  background: linear-gradient(#0DCAF0, #2196F3, #9C27B0);
}

.gradient-info-blue-indigo {
  background: linear-gradient(#0DCAF0, #2196F3, #3E51B5);
}

.gradient-info-blue-cyan {
  background: linear-gradient(#0DCAF0, #2196F3, #00BCD4);
}

.gradient-info-blue-teal {
  background: linear-gradient(#0DCAF0, #2196F3, #009688);
}

.gradient-info-blue-lime {
  background: linear-gradient(#0DCAF0, #2196F3, #CDDC39);
}

.gradient-info-blue-yellow {
  background: linear-gradient(#0DCAF0, #2196F3, #FFEB3B);
}

.gradient-info-blue-amber {
  background: linear-gradient(#0DCAF0, #2196F3, #FFC107);
}

.gradient-info-blue-orange {
  background: linear-gradient(#0DCAF0, #2196F3, #FF9800);
}

.gradient-info-blue-lightblue {
  background: linear-gradient(#0DCAF0, #2196F3, #03A9F4);
}

.gradient-info-blue-lightgreen {
  background: linear-gradient(#0DCAF0, #2196F3, #76FF03);
}

.gradient-info-blue-deeppurple {
  background: linear-gradient(#0DCAF0, #2196F3, #673AB7);
}

.gradient-info-blue-deeporange {
  background: linear-gradient(#0DCAF0, #2196F3, #DD6E0F);
}

.gradient-info-blue-brown {
  background: linear-gradient(#0DCAF0, #2196F3, #964B00);
}

.gradient-info-blue-grey {
  background: linear-gradient(#0DCAF0, #2196F3, #808080);
}

.gradient-info-black {
  background: linear-gradient(#0DCAF0, #000);
}

.gradient-to-top-info-black {
  background: linear-gradient(to top, #0DCAF0, #000);
}

.gradient-to-bottom-info-black {
  background: linear-gradient(to bottom, #0DCAF0, #000);
}

.gradient-to-left-info-black {
  background: linear-gradient(to left, #0DCAF0, #000);
}

.gradient-to-right-info-black {
  background: linear-gradient(to right, #0DCAF0, #000);
}

.gradient-to-top-left-info-black {
  background: linear-gradient(to top left, #0DCAF0, #000);
}

.gradient-to-top-right-info-black {
  background: linear-gradient(to top right, #0DCAF0, #000);
}

.gradient-to-bottom-left-info-black {
  background: linear-gradient(to bottom left, #0DCAF0, #000);
}

.gradient-to-bottom-right-info-black {
  background: linear-gradient(to bottom right, #0DCAF0, #000);
}

.gradient-radial-info-black {
  background: radial-gradient(circle, #0DCAF0, #000);
}

.gradient-info-black-primary {
  background: linear-gradient(#0DCAF0, #000, #03A9F4);
}

.gradient-info-black-secondary {
  background: linear-gradient(#0DCAF0, #000, #333);
}

.gradient-info-black-success {
  background: linear-gradient(#0DCAF0, #000, #28a745);
}

.gradient-info-black-warning {
  background: linear-gradient(#0DCAF0, #000, #FFC107);
}

.gradient-info-black-danger {
  background: linear-gradient(#0DCAF0, #000, #DC3545);
}

.gradient-info-black-light {
  background: linear-gradient(#0DCAF0, #000, #f5f5f5);
}

.gradient-info-black-dark {
  background: linear-gradient(#0DCAF0, #000, #212529);
}

.gradient-info-black-red {
  background: linear-gradient(#0DCAF0, #000, #F44336);
}

.gradient-info-black-green {
  background: linear-gradient(#0DCAF0, #000, #4CAF50);
}

.gradient-info-black-blue {
  background: linear-gradient(#0DCAF0, #000, #2196F3);
}

.gradient-info-black-white {
  background: linear-gradient(#0DCAF0, #000, #fff);
}

.gradient-info-black-pink {
  background: linear-gradient(#0DCAF0, #000, #E91E63);
}

.gradient-info-black-purple {
  background: linear-gradient(#0DCAF0, #000, #9C27B0);
}

.gradient-info-black-indigo {
  background: linear-gradient(#0DCAF0, #000, #3E51B5);
}

.gradient-info-black-cyan {
  background: linear-gradient(#0DCAF0, #000, #00BCD4);
}

.gradient-info-black-teal {
  background: linear-gradient(#0DCAF0, #000, #009688);
}

.gradient-info-black-lime {
  background: linear-gradient(#0DCAF0, #000, #CDDC39);
}

.gradient-info-black-yellow {
  background: linear-gradient(#0DCAF0, #000, #FFEB3B);
}

.gradient-info-black-amber {
  background: linear-gradient(#0DCAF0, #000, #FFC107);
}

.gradient-info-black-orange {
  background: linear-gradient(#0DCAF0, #000, #FF9800);
}

.gradient-info-black-lightblue {
  background: linear-gradient(#0DCAF0, #000, #03A9F4);
}

.gradient-info-black-lightgreen {
  background: linear-gradient(#0DCAF0, #000, #76FF03);
}

.gradient-info-black-deeppurple {
  background: linear-gradient(#0DCAF0, #000, #673AB7);
}

.gradient-info-black-deeporange {
  background: linear-gradient(#0DCAF0, #000, #DD6E0F);
}

.gradient-info-black-brown {
  background: linear-gradient(#0DCAF0, #000, #964B00);
}

.gradient-info-black-grey {
  background: linear-gradient(#0DCAF0, #000, #808080);
}

.gradient-info-white {
  background: linear-gradient(#0DCAF0, #fff);
}

.gradient-to-top-info-white {
  background: linear-gradient(to top, #0DCAF0, #fff);
}

.gradient-to-bottom-info-white {
  background: linear-gradient(to bottom, #0DCAF0, #fff);
}

.gradient-to-left-info-white {
  background: linear-gradient(to left, #0DCAF0, #fff);
}

.gradient-to-right-info-white {
  background: linear-gradient(to right, #0DCAF0, #fff);
}

.gradient-to-top-left-info-white {
  background: linear-gradient(to top left, #0DCAF0, #fff);
}

.gradient-to-top-right-info-white {
  background: linear-gradient(to top right, #0DCAF0, #fff);
}

.gradient-to-bottom-left-info-white {
  background: linear-gradient(to bottom left, #0DCAF0, #fff);
}

.gradient-to-bottom-right-info-white {
  background: linear-gradient(to bottom right, #0DCAF0, #fff);
}

.gradient-radial-info-white {
  background: radial-gradient(circle, #0DCAF0, #fff);
}

.gradient-info-white-primary {
  background: linear-gradient(#0DCAF0, #fff, #03A9F4);
}

.gradient-info-white-secondary {
  background: linear-gradient(#0DCAF0, #fff, #333);
}

.gradient-info-white-success {
  background: linear-gradient(#0DCAF0, #fff, #28a745);
}

.gradient-info-white-warning {
  background: linear-gradient(#0DCAF0, #fff, #FFC107);
}

.gradient-info-white-danger {
  background: linear-gradient(#0DCAF0, #fff, #DC3545);
}

.gradient-info-white-light {
  background: linear-gradient(#0DCAF0, #fff, #f5f5f5);
}

.gradient-info-white-dark {
  background: linear-gradient(#0DCAF0, #fff, #212529);
}

.gradient-info-white-red {
  background: linear-gradient(#0DCAF0, #fff, #F44336);
}

.gradient-info-white-green {
  background: linear-gradient(#0DCAF0, #fff, #4CAF50);
}

.gradient-info-white-blue {
  background: linear-gradient(#0DCAF0, #fff, #2196F3);
}

.gradient-info-white-black {
  background: linear-gradient(#0DCAF0, #fff, #000);
}

.gradient-info-white-pink {
  background: linear-gradient(#0DCAF0, #fff, #E91E63);
}

.gradient-info-white-purple {
  background: linear-gradient(#0DCAF0, #fff, #9C27B0);
}

.gradient-info-white-indigo {
  background: linear-gradient(#0DCAF0, #fff, #3E51B5);
}

.gradient-info-white-cyan {
  background: linear-gradient(#0DCAF0, #fff, #00BCD4);
}

.gradient-info-white-teal {
  background: linear-gradient(#0DCAF0, #fff, #009688);
}

.gradient-info-white-lime {
  background: linear-gradient(#0DCAF0, #fff, #CDDC39);
}

.gradient-info-white-yellow {
  background: linear-gradient(#0DCAF0, #fff, #FFEB3B);
}

.gradient-info-white-amber {
  background: linear-gradient(#0DCAF0, #fff, #FFC107);
}

.gradient-info-white-orange {
  background: linear-gradient(#0DCAF0, #fff, #FF9800);
}

.gradient-info-white-lightblue {
  background: linear-gradient(#0DCAF0, #fff, #03A9F4);
}

.gradient-info-white-lightgreen {
  background: linear-gradient(#0DCAF0, #fff, #76FF03);
}

.gradient-info-white-deeppurple {
  background: linear-gradient(#0DCAF0, #fff, #673AB7);
}

.gradient-info-white-deeporange {
  background: linear-gradient(#0DCAF0, #fff, #DD6E0F);
}

.gradient-info-white-brown {
  background: linear-gradient(#0DCAF0, #fff, #964B00);
}

.gradient-info-white-grey {
  background: linear-gradient(#0DCAF0, #fff, #808080);
}

.gradient-info-pink {
  background: linear-gradient(#0DCAF0, #E91E63);
}

.gradient-to-top-info-pink {
  background: linear-gradient(to top, #0DCAF0, #E91E63);
}

.gradient-to-bottom-info-pink {
  background: linear-gradient(to bottom, #0DCAF0, #E91E63);
}

.gradient-to-left-info-pink {
  background: linear-gradient(to left, #0DCAF0, #E91E63);
}

.gradient-to-right-info-pink {
  background: linear-gradient(to right, #0DCAF0, #E91E63);
}

.gradient-to-top-left-info-pink {
  background: linear-gradient(to top left, #0DCAF0, #E91E63);
}

.gradient-to-top-right-info-pink {
  background: linear-gradient(to top right, #0DCAF0, #E91E63);
}

.gradient-to-bottom-left-info-pink {
  background: linear-gradient(to bottom left, #0DCAF0, #E91E63);
}

.gradient-to-bottom-right-info-pink {
  background: linear-gradient(to bottom right, #0DCAF0, #E91E63);
}

.gradient-radial-info-pink {
  background: radial-gradient(circle, #0DCAF0, #E91E63);
}

.gradient-info-pink-primary {
  background: linear-gradient(#0DCAF0, #E91E63, #03A9F4);
}

.gradient-info-pink-secondary {
  background: linear-gradient(#0DCAF0, #E91E63, #333);
}

.gradient-info-pink-success {
  background: linear-gradient(#0DCAF0, #E91E63, #28a745);
}

.gradient-info-pink-warning {
  background: linear-gradient(#0DCAF0, #E91E63, #FFC107);
}

.gradient-info-pink-danger {
  background: linear-gradient(#0DCAF0, #E91E63, #DC3545);
}

.gradient-info-pink-light {
  background: linear-gradient(#0DCAF0, #E91E63, #f5f5f5);
}

.gradient-info-pink-dark {
  background: linear-gradient(#0DCAF0, #E91E63, #212529);
}

.gradient-info-pink-red {
  background: linear-gradient(#0DCAF0, #E91E63, #F44336);
}

.gradient-info-pink-green {
  background: linear-gradient(#0DCAF0, #E91E63, #4CAF50);
}

.gradient-info-pink-blue {
  background: linear-gradient(#0DCAF0, #E91E63, #2196F3);
}

.gradient-info-pink-black {
  background: linear-gradient(#0DCAF0, #E91E63, #000);
}

.gradient-info-pink-white {
  background: linear-gradient(#0DCAF0, #E91E63, #fff);
}

.gradient-info-pink-purple {
  background: linear-gradient(#0DCAF0, #E91E63, #9C27B0);
}

.gradient-info-pink-indigo {
  background: linear-gradient(#0DCAF0, #E91E63, #3E51B5);
}

.gradient-info-pink-cyan {
  background: linear-gradient(#0DCAF0, #E91E63, #00BCD4);
}

.gradient-info-pink-teal {
  background: linear-gradient(#0DCAF0, #E91E63, #009688);
}

.gradient-info-pink-lime {
  background: linear-gradient(#0DCAF0, #E91E63, #CDDC39);
}

.gradient-info-pink-yellow {
  background: linear-gradient(#0DCAF0, #E91E63, #FFEB3B);
}

.gradient-info-pink-amber {
  background: linear-gradient(#0DCAF0, #E91E63, #FFC107);
}

.gradient-info-pink-orange {
  background: linear-gradient(#0DCAF0, #E91E63, #FF9800);
}

.gradient-info-pink-lightblue {
  background: linear-gradient(#0DCAF0, #E91E63, #03A9F4);
}

.gradient-info-pink-lightgreen {
  background: linear-gradient(#0DCAF0, #E91E63, #76FF03);
}

.gradient-info-pink-deeppurple {
  background: linear-gradient(#0DCAF0, #E91E63, #673AB7);
}

.gradient-info-pink-deeporange {
  background: linear-gradient(#0DCAF0, #E91E63, #DD6E0F);
}

.gradient-info-pink-brown {
  background: linear-gradient(#0DCAF0, #E91E63, #964B00);
}

.gradient-info-pink-grey {
  background: linear-gradient(#0DCAF0, #E91E63, #808080);
}

.gradient-info-purple {
  background: linear-gradient(#0DCAF0, #9C27B0);
}

.gradient-to-top-info-purple {
  background: linear-gradient(to top, #0DCAF0, #9C27B0);
}

.gradient-to-bottom-info-purple {
  background: linear-gradient(to bottom, #0DCAF0, #9C27B0);
}

.gradient-to-left-info-purple {
  background: linear-gradient(to left, #0DCAF0, #9C27B0);
}

.gradient-to-right-info-purple {
  background: linear-gradient(to right, #0DCAF0, #9C27B0);
}

.gradient-to-top-left-info-purple {
  background: linear-gradient(to top left, #0DCAF0, #9C27B0);
}

.gradient-to-top-right-info-purple {
  background: linear-gradient(to top right, #0DCAF0, #9C27B0);
}

.gradient-to-bottom-left-info-purple {
  background: linear-gradient(to bottom left, #0DCAF0, #9C27B0);
}

.gradient-to-bottom-right-info-purple {
  background: linear-gradient(to bottom right, #0DCAF0, #9C27B0);
}

.gradient-radial-info-purple {
  background: radial-gradient(circle, #0DCAF0, #9C27B0);
}

.gradient-info-purple-primary {
  background: linear-gradient(#0DCAF0, #9C27B0, #03A9F4);
}

.gradient-info-purple-secondary {
  background: linear-gradient(#0DCAF0, #9C27B0, #333);
}

.gradient-info-purple-success {
  background: linear-gradient(#0DCAF0, #9C27B0, #28a745);
}

.gradient-info-purple-warning {
  background: linear-gradient(#0DCAF0, #9C27B0, #FFC107);
}

.gradient-info-purple-danger {
  background: linear-gradient(#0DCAF0, #9C27B0, #DC3545);
}

.gradient-info-purple-light {
  background: linear-gradient(#0DCAF0, #9C27B0, #f5f5f5);
}

.gradient-info-purple-dark {
  background: linear-gradient(#0DCAF0, #9C27B0, #212529);
}

.gradient-info-purple-red {
  background: linear-gradient(#0DCAF0, #9C27B0, #F44336);
}

.gradient-info-purple-green {
  background: linear-gradient(#0DCAF0, #9C27B0, #4CAF50);
}

.gradient-info-purple-blue {
  background: linear-gradient(#0DCAF0, #9C27B0, #2196F3);
}

.gradient-info-purple-black {
  background: linear-gradient(#0DCAF0, #9C27B0, #000);
}

.gradient-info-purple-white {
  background: linear-gradient(#0DCAF0, #9C27B0, #fff);
}

.gradient-info-purple-pink {
  background: linear-gradient(#0DCAF0, #9C27B0, #E91E63);
}

.gradient-info-purple-indigo {
  background: linear-gradient(#0DCAF0, #9C27B0, #3E51B5);
}

.gradient-info-purple-cyan {
  background: linear-gradient(#0DCAF0, #9C27B0, #00BCD4);
}

.gradient-info-purple-teal {
  background: linear-gradient(#0DCAF0, #9C27B0, #009688);
}

.gradient-info-purple-lime {
  background: linear-gradient(#0DCAF0, #9C27B0, #CDDC39);
}

.gradient-info-purple-yellow {
  background: linear-gradient(#0DCAF0, #9C27B0, #FFEB3B);
}

.gradient-info-purple-amber {
  background: linear-gradient(#0DCAF0, #9C27B0, #FFC107);
}

.gradient-info-purple-orange {
  background: linear-gradient(#0DCAF0, #9C27B0, #FF9800);
}

.gradient-info-purple-lightblue {
  background: linear-gradient(#0DCAF0, #9C27B0, #03A9F4);
}

.gradient-info-purple-lightgreen {
  background: linear-gradient(#0DCAF0, #9C27B0, #76FF03);
}

.gradient-info-purple-deeppurple {
  background: linear-gradient(#0DCAF0, #9C27B0, #673AB7);
}

.gradient-info-purple-deeporange {
  background: linear-gradient(#0DCAF0, #9C27B0, #DD6E0F);
}

.gradient-info-purple-brown {
  background: linear-gradient(#0DCAF0, #9C27B0, #964B00);
}

.gradient-info-purple-grey {
  background: linear-gradient(#0DCAF0, #9C27B0, #808080);
}

.gradient-info-indigo {
  background: linear-gradient(#0DCAF0, #3E51B5);
}

.gradient-to-top-info-indigo {
  background: linear-gradient(to top, #0DCAF0, #3E51B5);
}

.gradient-to-bottom-info-indigo {
  background: linear-gradient(to bottom, #0DCAF0, #3E51B5);
}

.gradient-to-left-info-indigo {
  background: linear-gradient(to left, #0DCAF0, #3E51B5);
}

.gradient-to-right-info-indigo {
  background: linear-gradient(to right, #0DCAF0, #3E51B5);
}

.gradient-to-top-left-info-indigo {
  background: linear-gradient(to top left, #0DCAF0, #3E51B5);
}

.gradient-to-top-right-info-indigo {
  background: linear-gradient(to top right, #0DCAF0, #3E51B5);
}

.gradient-to-bottom-left-info-indigo {
  background: linear-gradient(to bottom left, #0DCAF0, #3E51B5);
}

.gradient-to-bottom-right-info-indigo {
  background: linear-gradient(to bottom right, #0DCAF0, #3E51B5);
}

.gradient-radial-info-indigo {
  background: radial-gradient(circle, #0DCAF0, #3E51B5);
}

.gradient-info-indigo-primary {
  background: linear-gradient(#0DCAF0, #3E51B5, #03A9F4);
}

.gradient-info-indigo-secondary {
  background: linear-gradient(#0DCAF0, #3E51B5, #333);
}

.gradient-info-indigo-success {
  background: linear-gradient(#0DCAF0, #3E51B5, #28a745);
}

.gradient-info-indigo-warning {
  background: linear-gradient(#0DCAF0, #3E51B5, #FFC107);
}

.gradient-info-indigo-danger {
  background: linear-gradient(#0DCAF0, #3E51B5, #DC3545);
}

.gradient-info-indigo-light {
  background: linear-gradient(#0DCAF0, #3E51B5, #f5f5f5);
}

.gradient-info-indigo-dark {
  background: linear-gradient(#0DCAF0, #3E51B5, #212529);
}

.gradient-info-indigo-red {
  background: linear-gradient(#0DCAF0, #3E51B5, #F44336);
}

.gradient-info-indigo-green {
  background: linear-gradient(#0DCAF0, #3E51B5, #4CAF50);
}

.gradient-info-indigo-blue {
  background: linear-gradient(#0DCAF0, #3E51B5, #2196F3);
}

.gradient-info-indigo-black {
  background: linear-gradient(#0DCAF0, #3E51B5, #000);
}

.gradient-info-indigo-white {
  background: linear-gradient(#0DCAF0, #3E51B5, #fff);
}

.gradient-info-indigo-pink {
  background: linear-gradient(#0DCAF0, #3E51B5, #E91E63);
}

.gradient-info-indigo-purple {
  background: linear-gradient(#0DCAF0, #3E51B5, #9C27B0);
}

.gradient-info-indigo-cyan {
  background: linear-gradient(#0DCAF0, #3E51B5, #00BCD4);
}

.gradient-info-indigo-teal {
  background: linear-gradient(#0DCAF0, #3E51B5, #009688);
}

.gradient-info-indigo-lime {
  background: linear-gradient(#0DCAF0, #3E51B5, #CDDC39);
}

.gradient-info-indigo-yellow {
  background: linear-gradient(#0DCAF0, #3E51B5, #FFEB3B);
}

.gradient-info-indigo-amber {
  background: linear-gradient(#0DCAF0, #3E51B5, #FFC107);
}

.gradient-info-indigo-orange {
  background: linear-gradient(#0DCAF0, #3E51B5, #FF9800);
}

.gradient-info-indigo-lightblue {
  background: linear-gradient(#0DCAF0, #3E51B5, #03A9F4);
}

.gradient-info-indigo-lightgreen {
  background: linear-gradient(#0DCAF0, #3E51B5, #76FF03);
}

.gradient-info-indigo-deeppurple {
  background: linear-gradient(#0DCAF0, #3E51B5, #673AB7);
}

.gradient-info-indigo-deeporange {
  background: linear-gradient(#0DCAF0, #3E51B5, #DD6E0F);
}

.gradient-info-indigo-brown {
  background: linear-gradient(#0DCAF0, #3E51B5, #964B00);
}

.gradient-info-indigo-grey {
  background: linear-gradient(#0DCAF0, #3E51B5, #808080);
}

.gradient-info-cyan {
  background: linear-gradient(#0DCAF0, #00BCD4);
}

.gradient-to-top-info-cyan {
  background: linear-gradient(to top, #0DCAF0, #00BCD4);
}

.gradient-to-bottom-info-cyan {
  background: linear-gradient(to bottom, #0DCAF0, #00BCD4);
}

.gradient-to-left-info-cyan {
  background: linear-gradient(to left, #0DCAF0, #00BCD4);
}

.gradient-to-right-info-cyan {
  background: linear-gradient(to right, #0DCAF0, #00BCD4);
}

.gradient-to-top-left-info-cyan {
  background: linear-gradient(to top left, #0DCAF0, #00BCD4);
}

.gradient-to-top-right-info-cyan {
  background: linear-gradient(to top right, #0DCAF0, #00BCD4);
}

.gradient-to-bottom-left-info-cyan {
  background: linear-gradient(to bottom left, #0DCAF0, #00BCD4);
}

.gradient-to-bottom-right-info-cyan {
  background: linear-gradient(to bottom right, #0DCAF0, #00BCD4);
}

.gradient-radial-info-cyan {
  background: radial-gradient(circle, #0DCAF0, #00BCD4);
}

.gradient-info-cyan-primary {
  background: linear-gradient(#0DCAF0, #00BCD4, #03A9F4);
}

.gradient-info-cyan-secondary {
  background: linear-gradient(#0DCAF0, #00BCD4, #333);
}

.gradient-info-cyan-success {
  background: linear-gradient(#0DCAF0, #00BCD4, #28a745);
}

.gradient-info-cyan-warning {
  background: linear-gradient(#0DCAF0, #00BCD4, #FFC107);
}

.gradient-info-cyan-danger {
  background: linear-gradient(#0DCAF0, #00BCD4, #DC3545);
}

.gradient-info-cyan-light {
  background: linear-gradient(#0DCAF0, #00BCD4, #f5f5f5);
}

.gradient-info-cyan-dark {
  background: linear-gradient(#0DCAF0, #00BCD4, #212529);
}

.gradient-info-cyan-red {
  background: linear-gradient(#0DCAF0, #00BCD4, #F44336);
}

.gradient-info-cyan-green {
  background: linear-gradient(#0DCAF0, #00BCD4, #4CAF50);
}

.gradient-info-cyan-blue {
  background: linear-gradient(#0DCAF0, #00BCD4, #2196F3);
}

.gradient-info-cyan-black {
  background: linear-gradient(#0DCAF0, #00BCD4, #000);
}

.gradient-info-cyan-white {
  background: linear-gradient(#0DCAF0, #00BCD4, #fff);
}

.gradient-info-cyan-pink {
  background: linear-gradient(#0DCAF0, #00BCD4, #E91E63);
}

.gradient-info-cyan-purple {
  background: linear-gradient(#0DCAF0, #00BCD4, #9C27B0);
}

.gradient-info-cyan-indigo {
  background: linear-gradient(#0DCAF0, #00BCD4, #3E51B5);
}

.gradient-info-cyan-teal {
  background: linear-gradient(#0DCAF0, #00BCD4, #009688);
}

.gradient-info-cyan-lime {
  background: linear-gradient(#0DCAF0, #00BCD4, #CDDC39);
}

.gradient-info-cyan-yellow {
  background: linear-gradient(#0DCAF0, #00BCD4, #FFEB3B);
}

.gradient-info-cyan-amber {
  background: linear-gradient(#0DCAF0, #00BCD4, #FFC107);
}

.gradient-info-cyan-orange {
  background: linear-gradient(#0DCAF0, #00BCD4, #FF9800);
}

.gradient-info-cyan-lightblue {
  background: linear-gradient(#0DCAF0, #00BCD4, #03A9F4);
}

.gradient-info-cyan-lightgreen {
  background: linear-gradient(#0DCAF0, #00BCD4, #76FF03);
}

.gradient-info-cyan-deeppurple {
  background: linear-gradient(#0DCAF0, #00BCD4, #673AB7);
}

.gradient-info-cyan-deeporange {
  background: linear-gradient(#0DCAF0, #00BCD4, #DD6E0F);
}

.gradient-info-cyan-brown {
  background: linear-gradient(#0DCAF0, #00BCD4, #964B00);
}

.gradient-info-cyan-grey {
  background: linear-gradient(#0DCAF0, #00BCD4, #808080);
}

.gradient-info-teal {
  background: linear-gradient(#0DCAF0, #009688);
}

.gradient-to-top-info-teal {
  background: linear-gradient(to top, #0DCAF0, #009688);
}

.gradient-to-bottom-info-teal {
  background: linear-gradient(to bottom, #0DCAF0, #009688);
}

.gradient-to-left-info-teal {
  background: linear-gradient(to left, #0DCAF0, #009688);
}

.gradient-to-right-info-teal {
  background: linear-gradient(to right, #0DCAF0, #009688);
}

.gradient-to-top-left-info-teal {
  background: linear-gradient(to top left, #0DCAF0, #009688);
}

.gradient-to-top-right-info-teal {
  background: linear-gradient(to top right, #0DCAF0, #009688);
}

.gradient-to-bottom-left-info-teal {
  background: linear-gradient(to bottom left, #0DCAF0, #009688);
}

.gradient-to-bottom-right-info-teal {
  background: linear-gradient(to bottom right, #0DCAF0, #009688);
}

.gradient-radial-info-teal {
  background: radial-gradient(circle, #0DCAF0, #009688);
}

.gradient-info-teal-primary {
  background: linear-gradient(#0DCAF0, #009688, #03A9F4);
}

.gradient-info-teal-secondary {
  background: linear-gradient(#0DCAF0, #009688, #333);
}

.gradient-info-teal-success {
  background: linear-gradient(#0DCAF0, #009688, #28a745);
}

.gradient-info-teal-warning {
  background: linear-gradient(#0DCAF0, #009688, #FFC107);
}

.gradient-info-teal-danger {
  background: linear-gradient(#0DCAF0, #009688, #DC3545);
}

.gradient-info-teal-light {
  background: linear-gradient(#0DCAF0, #009688, #f5f5f5);
}

.gradient-info-teal-dark {
  background: linear-gradient(#0DCAF0, #009688, #212529);
}

.gradient-info-teal-red {
  background: linear-gradient(#0DCAF0, #009688, #F44336);
}

.gradient-info-teal-green {
  background: linear-gradient(#0DCAF0, #009688, #4CAF50);
}

.gradient-info-teal-blue {
  background: linear-gradient(#0DCAF0, #009688, #2196F3);
}

.gradient-info-teal-black {
  background: linear-gradient(#0DCAF0, #009688, #000);
}

.gradient-info-teal-white {
  background: linear-gradient(#0DCAF0, #009688, #fff);
}

.gradient-info-teal-pink {
  background: linear-gradient(#0DCAF0, #009688, #E91E63);
}

.gradient-info-teal-purple {
  background: linear-gradient(#0DCAF0, #009688, #9C27B0);
}

.gradient-info-teal-indigo {
  background: linear-gradient(#0DCAF0, #009688, #3E51B5);
}

.gradient-info-teal-cyan {
  background: linear-gradient(#0DCAF0, #009688, #00BCD4);
}

.gradient-info-teal-lime {
  background: linear-gradient(#0DCAF0, #009688, #CDDC39);
}

.gradient-info-teal-yellow {
  background: linear-gradient(#0DCAF0, #009688, #FFEB3B);
}

.gradient-info-teal-amber {
  background: linear-gradient(#0DCAF0, #009688, #FFC107);
}

.gradient-info-teal-orange {
  background: linear-gradient(#0DCAF0, #009688, #FF9800);
}

.gradient-info-teal-lightblue {
  background: linear-gradient(#0DCAF0, #009688, #03A9F4);
}

.gradient-info-teal-lightgreen {
  background: linear-gradient(#0DCAF0, #009688, #76FF03);
}

.gradient-info-teal-deeppurple {
  background: linear-gradient(#0DCAF0, #009688, #673AB7);
}

.gradient-info-teal-deeporange {
  background: linear-gradient(#0DCAF0, #009688, #DD6E0F);
}

.gradient-info-teal-brown {
  background: linear-gradient(#0DCAF0, #009688, #964B00);
}

.gradient-info-teal-grey {
  background: linear-gradient(#0DCAF0, #009688, #808080);
}

.gradient-info-lime {
  background: linear-gradient(#0DCAF0, #CDDC39);
}

.gradient-to-top-info-lime {
  background: linear-gradient(to top, #0DCAF0, #CDDC39);
}

.gradient-to-bottom-info-lime {
  background: linear-gradient(to bottom, #0DCAF0, #CDDC39);
}

.gradient-to-left-info-lime {
  background: linear-gradient(to left, #0DCAF0, #CDDC39);
}

.gradient-to-right-info-lime {
  background: linear-gradient(to right, #0DCAF0, #CDDC39);
}

.gradient-to-top-left-info-lime {
  background: linear-gradient(to top left, #0DCAF0, #CDDC39);
}

.gradient-to-top-right-info-lime {
  background: linear-gradient(to top right, #0DCAF0, #CDDC39);
}

.gradient-to-bottom-left-info-lime {
  background: linear-gradient(to bottom left, #0DCAF0, #CDDC39);
}

.gradient-to-bottom-right-info-lime {
  background: linear-gradient(to bottom right, #0DCAF0, #CDDC39);
}

.gradient-radial-info-lime {
  background: radial-gradient(circle, #0DCAF0, #CDDC39);
}

.gradient-info-lime-primary {
  background: linear-gradient(#0DCAF0, #CDDC39, #03A9F4);
}

.gradient-info-lime-secondary {
  background: linear-gradient(#0DCAF0, #CDDC39, #333);
}

.gradient-info-lime-success {
  background: linear-gradient(#0DCAF0, #CDDC39, #28a745);
}

.gradient-info-lime-warning {
  background: linear-gradient(#0DCAF0, #CDDC39, #FFC107);
}

.gradient-info-lime-danger {
  background: linear-gradient(#0DCAF0, #CDDC39, #DC3545);
}

.gradient-info-lime-light {
  background: linear-gradient(#0DCAF0, #CDDC39, #f5f5f5);
}

.gradient-info-lime-dark {
  background: linear-gradient(#0DCAF0, #CDDC39, #212529);
}

.gradient-info-lime-red {
  background: linear-gradient(#0DCAF0, #CDDC39, #F44336);
}

.gradient-info-lime-green {
  background: linear-gradient(#0DCAF0, #CDDC39, #4CAF50);
}

.gradient-info-lime-blue {
  background: linear-gradient(#0DCAF0, #CDDC39, #2196F3);
}

.gradient-info-lime-black {
  background: linear-gradient(#0DCAF0, #CDDC39, #000);
}

.gradient-info-lime-white {
  background: linear-gradient(#0DCAF0, #CDDC39, #fff);
}

.gradient-info-lime-pink {
  background: linear-gradient(#0DCAF0, #CDDC39, #E91E63);
}

.gradient-info-lime-purple {
  background: linear-gradient(#0DCAF0, #CDDC39, #9C27B0);
}

.gradient-info-lime-indigo {
  background: linear-gradient(#0DCAF0, #CDDC39, #3E51B5);
}

.gradient-info-lime-cyan {
  background: linear-gradient(#0DCAF0, #CDDC39, #00BCD4);
}

.gradient-info-lime-teal {
  background: linear-gradient(#0DCAF0, #CDDC39, #009688);
}

.gradient-info-lime-yellow {
  background: linear-gradient(#0DCAF0, #CDDC39, #FFEB3B);
}

.gradient-info-lime-amber {
  background: linear-gradient(#0DCAF0, #CDDC39, #FFC107);
}

.gradient-info-lime-orange {
  background: linear-gradient(#0DCAF0, #CDDC39, #FF9800);
}

.gradient-info-lime-lightblue {
  background: linear-gradient(#0DCAF0, #CDDC39, #03A9F4);
}

.gradient-info-lime-lightgreen {
  background: linear-gradient(#0DCAF0, #CDDC39, #76FF03);
}

.gradient-info-lime-deeppurple {
  background: linear-gradient(#0DCAF0, #CDDC39, #673AB7);
}

.gradient-info-lime-deeporange {
  background: linear-gradient(#0DCAF0, #CDDC39, #DD6E0F);
}

.gradient-info-lime-brown {
  background: linear-gradient(#0DCAF0, #CDDC39, #964B00);
}

.gradient-info-lime-grey {
  background: linear-gradient(#0DCAF0, #CDDC39, #808080);
}

.gradient-info-yellow {
  background: linear-gradient(#0DCAF0, #FFEB3B);
}

.gradient-to-top-info-yellow {
  background: linear-gradient(to top, #0DCAF0, #FFEB3B);
}

.gradient-to-bottom-info-yellow {
  background: linear-gradient(to bottom, #0DCAF0, #FFEB3B);
}

.gradient-to-left-info-yellow {
  background: linear-gradient(to left, #0DCAF0, #FFEB3B);
}

.gradient-to-right-info-yellow {
  background: linear-gradient(to right, #0DCAF0, #FFEB3B);
}

.gradient-to-top-left-info-yellow {
  background: linear-gradient(to top left, #0DCAF0, #FFEB3B);
}

.gradient-to-top-right-info-yellow {
  background: linear-gradient(to top right, #0DCAF0, #FFEB3B);
}

.gradient-to-bottom-left-info-yellow {
  background: linear-gradient(to bottom left, #0DCAF0, #FFEB3B);
}

.gradient-to-bottom-right-info-yellow {
  background: linear-gradient(to bottom right, #0DCAF0, #FFEB3B);
}

.gradient-radial-info-yellow {
  background: radial-gradient(circle, #0DCAF0, #FFEB3B);
}

.gradient-info-yellow-primary {
  background: linear-gradient(#0DCAF0, #FFEB3B, #03A9F4);
}

.gradient-info-yellow-secondary {
  background: linear-gradient(#0DCAF0, #FFEB3B, #333);
}

.gradient-info-yellow-success {
  background: linear-gradient(#0DCAF0, #FFEB3B, #28a745);
}

.gradient-info-yellow-warning {
  background: linear-gradient(#0DCAF0, #FFEB3B, #FFC107);
}

.gradient-info-yellow-danger {
  background: linear-gradient(#0DCAF0, #FFEB3B, #DC3545);
}

.gradient-info-yellow-light {
  background: linear-gradient(#0DCAF0, #FFEB3B, #f5f5f5);
}

.gradient-info-yellow-dark {
  background: linear-gradient(#0DCAF0, #FFEB3B, #212529);
}

.gradient-info-yellow-red {
  background: linear-gradient(#0DCAF0, #FFEB3B, #F44336);
}

.gradient-info-yellow-green {
  background: linear-gradient(#0DCAF0, #FFEB3B, #4CAF50);
}

.gradient-info-yellow-blue {
  background: linear-gradient(#0DCAF0, #FFEB3B, #2196F3);
}

.gradient-info-yellow-black {
  background: linear-gradient(#0DCAF0, #FFEB3B, #000);
}

.gradient-info-yellow-white {
  background: linear-gradient(#0DCAF0, #FFEB3B, #fff);
}

.gradient-info-yellow-pink {
  background: linear-gradient(#0DCAF0, #FFEB3B, #E91E63);
}

.gradient-info-yellow-purple {
  background: linear-gradient(#0DCAF0, #FFEB3B, #9C27B0);
}

.gradient-info-yellow-indigo {
  background: linear-gradient(#0DCAF0, #FFEB3B, #3E51B5);
}

.gradient-info-yellow-cyan {
  background: linear-gradient(#0DCAF0, #FFEB3B, #00BCD4);
}

.gradient-info-yellow-teal {
  background: linear-gradient(#0DCAF0, #FFEB3B, #009688);
}

.gradient-info-yellow-lime {
  background: linear-gradient(#0DCAF0, #FFEB3B, #CDDC39);
}

.gradient-info-yellow-amber {
  background: linear-gradient(#0DCAF0, #FFEB3B, #FFC107);
}

.gradient-info-yellow-orange {
  background: linear-gradient(#0DCAF0, #FFEB3B, #FF9800);
}

.gradient-info-yellow-lightblue {
  background: linear-gradient(#0DCAF0, #FFEB3B, #03A9F4);
}

.gradient-info-yellow-lightgreen {
  background: linear-gradient(#0DCAF0, #FFEB3B, #76FF03);
}

.gradient-info-yellow-deeppurple {
  background: linear-gradient(#0DCAF0, #FFEB3B, #673AB7);
}

.gradient-info-yellow-deeporange {
  background: linear-gradient(#0DCAF0, #FFEB3B, #DD6E0F);
}

.gradient-info-yellow-brown {
  background: linear-gradient(#0DCAF0, #FFEB3B, #964B00);
}

.gradient-info-yellow-grey {
  background: linear-gradient(#0DCAF0, #FFEB3B, #808080);
}

.gradient-info-amber {
  background: linear-gradient(#0DCAF0, #FFC107);
}

.gradient-to-top-info-amber {
  background: linear-gradient(to top, #0DCAF0, #FFC107);
}

.gradient-to-bottom-info-amber {
  background: linear-gradient(to bottom, #0DCAF0, #FFC107);
}

.gradient-to-left-info-amber {
  background: linear-gradient(to left, #0DCAF0, #FFC107);
}

.gradient-to-right-info-amber {
  background: linear-gradient(to right, #0DCAF0, #FFC107);
}

.gradient-to-top-left-info-amber {
  background: linear-gradient(to top left, #0DCAF0, #FFC107);
}

.gradient-to-top-right-info-amber {
  background: linear-gradient(to top right, #0DCAF0, #FFC107);
}

.gradient-to-bottom-left-info-amber {
  background: linear-gradient(to bottom left, #0DCAF0, #FFC107);
}

.gradient-to-bottom-right-info-amber {
  background: linear-gradient(to bottom right, #0DCAF0, #FFC107);
}

.gradient-radial-info-amber {
  background: radial-gradient(circle, #0DCAF0, #FFC107);
}

.gradient-info-amber-primary {
  background: linear-gradient(#0DCAF0, #FFC107, #03A9F4);
}

.gradient-info-amber-secondary {
  background: linear-gradient(#0DCAF0, #FFC107, #333);
}

.gradient-info-amber-success {
  background: linear-gradient(#0DCAF0, #FFC107, #28a745);
}

.gradient-info-amber-warning {
  background: linear-gradient(#0DCAF0, #FFC107, #FFC107);
}

.gradient-info-amber-danger {
  background: linear-gradient(#0DCAF0, #FFC107, #DC3545);
}

.gradient-info-amber-light {
  background: linear-gradient(#0DCAF0, #FFC107, #f5f5f5);
}

.gradient-info-amber-dark {
  background: linear-gradient(#0DCAF0, #FFC107, #212529);
}

.gradient-info-amber-red {
  background: linear-gradient(#0DCAF0, #FFC107, #F44336);
}

.gradient-info-amber-green {
  background: linear-gradient(#0DCAF0, #FFC107, #4CAF50);
}

.gradient-info-amber-blue {
  background: linear-gradient(#0DCAF0, #FFC107, #2196F3);
}

.gradient-info-amber-black {
  background: linear-gradient(#0DCAF0, #FFC107, #000);
}

.gradient-info-amber-white {
  background: linear-gradient(#0DCAF0, #FFC107, #fff);
}

.gradient-info-amber-pink {
  background: linear-gradient(#0DCAF0, #FFC107, #E91E63);
}

.gradient-info-amber-purple {
  background: linear-gradient(#0DCAF0, #FFC107, #9C27B0);
}

.gradient-info-amber-indigo {
  background: linear-gradient(#0DCAF0, #FFC107, #3E51B5);
}

.gradient-info-amber-cyan {
  background: linear-gradient(#0DCAF0, #FFC107, #00BCD4);
}

.gradient-info-amber-teal {
  background: linear-gradient(#0DCAF0, #FFC107, #009688);
}

.gradient-info-amber-lime {
  background: linear-gradient(#0DCAF0, #FFC107, #CDDC39);
}

.gradient-info-amber-yellow {
  background: linear-gradient(#0DCAF0, #FFC107, #FFEB3B);
}

.gradient-info-amber-orange {
  background: linear-gradient(#0DCAF0, #FFC107, #FF9800);
}

.gradient-info-amber-lightblue {
  background: linear-gradient(#0DCAF0, #FFC107, #03A9F4);
}

.gradient-info-amber-lightgreen {
  background: linear-gradient(#0DCAF0, #FFC107, #76FF03);
}

.gradient-info-amber-deeppurple {
  background: linear-gradient(#0DCAF0, #FFC107, #673AB7);
}

.gradient-info-amber-deeporange {
  background: linear-gradient(#0DCAF0, #FFC107, #DD6E0F);
}

.gradient-info-amber-brown {
  background: linear-gradient(#0DCAF0, #FFC107, #964B00);
}

.gradient-info-amber-grey {
  background: linear-gradient(#0DCAF0, #FFC107, #808080);
}

.gradient-info-orange {
  background: linear-gradient(#0DCAF0, #FF9800);
}

.gradient-to-top-info-orange {
  background: linear-gradient(to top, #0DCAF0, #FF9800);
}

.gradient-to-bottom-info-orange {
  background: linear-gradient(to bottom, #0DCAF0, #FF9800);
}

.gradient-to-left-info-orange {
  background: linear-gradient(to left, #0DCAF0, #FF9800);
}

.gradient-to-right-info-orange {
  background: linear-gradient(to right, #0DCAF0, #FF9800);
}

.gradient-to-top-left-info-orange {
  background: linear-gradient(to top left, #0DCAF0, #FF9800);
}

.gradient-to-top-right-info-orange {
  background: linear-gradient(to top right, #0DCAF0, #FF9800);
}

.gradient-to-bottom-left-info-orange {
  background: linear-gradient(to bottom left, #0DCAF0, #FF9800);
}

.gradient-to-bottom-right-info-orange {
  background: linear-gradient(to bottom right, #0DCAF0, #FF9800);
}

.gradient-radial-info-orange {
  background: radial-gradient(circle, #0DCAF0, #FF9800);
}

.gradient-info-orange-primary {
  background: linear-gradient(#0DCAF0, #FF9800, #03A9F4);
}

.gradient-info-orange-secondary {
  background: linear-gradient(#0DCAF0, #FF9800, #333);
}

.gradient-info-orange-success {
  background: linear-gradient(#0DCAF0, #FF9800, #28a745);
}

.gradient-info-orange-warning {
  background: linear-gradient(#0DCAF0, #FF9800, #FFC107);
}

.gradient-info-orange-danger {
  background: linear-gradient(#0DCAF0, #FF9800, #DC3545);
}

.gradient-info-orange-light {
  background: linear-gradient(#0DCAF0, #FF9800, #f5f5f5);
}

.gradient-info-orange-dark {
  background: linear-gradient(#0DCAF0, #FF9800, #212529);
}

.gradient-info-orange-red {
  background: linear-gradient(#0DCAF0, #FF9800, #F44336);
}

.gradient-info-orange-green {
  background: linear-gradient(#0DCAF0, #FF9800, #4CAF50);
}

.gradient-info-orange-blue {
  background: linear-gradient(#0DCAF0, #FF9800, #2196F3);
}

.gradient-info-orange-black {
  background: linear-gradient(#0DCAF0, #FF9800, #000);
}

.gradient-info-orange-white {
  background: linear-gradient(#0DCAF0, #FF9800, #fff);
}

.gradient-info-orange-pink {
  background: linear-gradient(#0DCAF0, #FF9800, #E91E63);
}

.gradient-info-orange-purple {
  background: linear-gradient(#0DCAF0, #FF9800, #9C27B0);
}

.gradient-info-orange-indigo {
  background: linear-gradient(#0DCAF0, #FF9800, #3E51B5);
}

.gradient-info-orange-cyan {
  background: linear-gradient(#0DCAF0, #FF9800, #00BCD4);
}

.gradient-info-orange-teal {
  background: linear-gradient(#0DCAF0, #FF9800, #009688);
}

.gradient-info-orange-lime {
  background: linear-gradient(#0DCAF0, #FF9800, #CDDC39);
}

.gradient-info-orange-yellow {
  background: linear-gradient(#0DCAF0, #FF9800, #FFEB3B);
}

.gradient-info-orange-amber {
  background: linear-gradient(#0DCAF0, #FF9800, #FFC107);
}

.gradient-info-orange-lightblue {
  background: linear-gradient(#0DCAF0, #FF9800, #03A9F4);
}

.gradient-info-orange-lightgreen {
  background: linear-gradient(#0DCAF0, #FF9800, #76FF03);
}

.gradient-info-orange-deeppurple {
  background: linear-gradient(#0DCAF0, #FF9800, #673AB7);
}

.gradient-info-orange-deeporange {
  background: linear-gradient(#0DCAF0, #FF9800, #DD6E0F);
}

.gradient-info-orange-brown {
  background: linear-gradient(#0DCAF0, #FF9800, #964B00);
}

.gradient-info-orange-grey {
  background: linear-gradient(#0DCAF0, #FF9800, #808080);
}

.gradient-info-lightblue {
  background: linear-gradient(#0DCAF0, #03A9F4);
}

.gradient-to-top-info-lightblue {
  background: linear-gradient(to top, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-info-lightblue {
  background: linear-gradient(to bottom, #0DCAF0, #03A9F4);
}

.gradient-to-left-info-lightblue {
  background: linear-gradient(to left, #0DCAF0, #03A9F4);
}

.gradient-to-right-info-lightblue {
  background: linear-gradient(to right, #0DCAF0, #03A9F4);
}

.gradient-to-top-left-info-lightblue {
  background: linear-gradient(to top left, #0DCAF0, #03A9F4);
}

.gradient-to-top-right-info-lightblue {
  background: linear-gradient(to top right, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-left-info-lightblue {
  background: linear-gradient(to bottom left, #0DCAF0, #03A9F4);
}

.gradient-to-bottom-right-info-lightblue {
  background: linear-gradient(to bottom right, #0DCAF0, #03A9F4);
}

.gradient-radial-info-lightblue {
  background: radial-gradient(circle, #0DCAF0, #03A9F4);
}

.gradient-info-lightblue-primary {
  background: linear-gradient(#0DCAF0, #03A9F4, #03A9F4);
}

.gradient-info-lightblue-secondary {
  background: linear-gradient(#0DCAF0, #03A9F4, #333);
}

.gradient-info-lightblue-success {
  background: linear-gradient(#0DCAF0, #03A9F4, #28a745);
}

.gradient-info-lightblue-warning {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFC107);
}

.gradient-info-lightblue-danger {
  background: linear-gradient(#0DCAF0, #03A9F4, #DC3545);
}

.gradient-info-lightblue-light {
  background: linear-gradient(#0DCAF0, #03A9F4, #f5f5f5);
}

.gradient-info-lightblue-dark {
  background: linear-gradient(#0DCAF0, #03A9F4, #212529);
}

.gradient-info-lightblue-red {
  background: linear-gradient(#0DCAF0, #03A9F4, #F44336);
}

.gradient-info-lightblue-green {
  background: linear-gradient(#0DCAF0, #03A9F4, #4CAF50);
}

.gradient-info-lightblue-blue {
  background: linear-gradient(#0DCAF0, #03A9F4, #2196F3);
}

.gradient-info-lightblue-black {
  background: linear-gradient(#0DCAF0, #03A9F4, #000);
}

.gradient-info-lightblue-white {
  background: linear-gradient(#0DCAF0, #03A9F4, #fff);
}

.gradient-info-lightblue-pink {
  background: linear-gradient(#0DCAF0, #03A9F4, #E91E63);
}

.gradient-info-lightblue-purple {
  background: linear-gradient(#0DCAF0, #03A9F4, #9C27B0);
}

.gradient-info-lightblue-indigo {
  background: linear-gradient(#0DCAF0, #03A9F4, #3E51B5);
}

.gradient-info-lightblue-cyan {
  background: linear-gradient(#0DCAF0, #03A9F4, #00BCD4);
}

.gradient-info-lightblue-teal {
  background: linear-gradient(#0DCAF0, #03A9F4, #009688);
}

.gradient-info-lightblue-lime {
  background: linear-gradient(#0DCAF0, #03A9F4, #CDDC39);
}

.gradient-info-lightblue-yellow {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFEB3B);
}

.gradient-info-lightblue-amber {
  background: linear-gradient(#0DCAF0, #03A9F4, #FFC107);
}

.gradient-info-lightblue-orange {
  background: linear-gradient(#0DCAF0, #03A9F4, #FF9800);
}

.gradient-info-lightblue-lightgreen {
  background: linear-gradient(#0DCAF0, #03A9F4, #76FF03);
}

.gradient-info-lightblue-deeppurple {
  background: linear-gradient(#0DCAF0, #03A9F4, #673AB7);
}

.gradient-info-lightblue-deeporange {
  background: linear-gradient(#0DCAF0, #03A9F4, #DD6E0F);
}

.gradient-info-lightblue-brown {
  background: linear-gradient(#0DCAF0, #03A9F4, #964B00);
}

.gradient-info-lightblue-grey {
  background: linear-gradient(#0DCAF0, #03A9F4, #808080);
}

.gradient-info-lightgreen {
  background: linear-gradient(#0DCAF0, #76FF03);
}

.gradient-to-top-info-lightgreen {
  background: linear-gradient(to top, #0DCAF0, #76FF03);
}

.gradient-to-bottom-info-lightgreen {
  background: linear-gradient(to bottom, #0DCAF0, #76FF03);
}

.gradient-to-left-info-lightgreen {
  background: linear-gradient(to left, #0DCAF0, #76FF03);
}

.gradient-to-right-info-lightgreen {
  background: linear-gradient(to right, #0DCAF0, #76FF03);
}

.gradient-to-top-left-info-lightgreen {
  background: linear-gradient(to top left, #0DCAF0, #76FF03);
}

.gradient-to-top-right-info-lightgreen {
  background: linear-gradient(to top right, #0DCAF0, #76FF03);
}

.gradient-to-bottom-left-info-lightgreen {
  background: linear-gradient(to bottom left, #0DCAF0, #76FF03);
}

.gradient-to-bottom-right-info-lightgreen {
  background: linear-gradient(to bottom right, #0DCAF0, #76FF03);
}

.gradient-radial-info-lightgreen {
  background: radial-gradient(circle, #0DCAF0, #76FF03);
}

.gradient-info-lightgreen-primary {
  background: linear-gradient(#0DCAF0, #76FF03, #03A9F4);
}

.gradient-info-lightgreen-secondary {
  background: linear-gradient(#0DCAF0, #76FF03, #333);
}

.gradient-info-lightgreen-success {
  background: linear-gradient(#0DCAF0, #76FF03, #28a745);
}

.gradient-info-lightgreen-warning {
  background: linear-gradient(#0DCAF0, #76FF03, #FFC107);
}

.gradient-info-lightgreen-danger {
  background: linear-gradient(#0DCAF0, #76FF03, #DC3545);
}

.gradient-info-lightgreen-light {
  background: linear-gradient(#0DCAF0, #76FF03, #f5f5f5);
}

.gradient-info-lightgreen-dark {
  background: linear-gradient(#0DCAF0, #76FF03, #212529);
}

.gradient-info-lightgreen-red {
  background: linear-gradient(#0DCAF0, #76FF03, #F44336);
}

.gradient-info-lightgreen-green {
  background: linear-gradient(#0DCAF0, #76FF03, #4CAF50);
}

.gradient-info-lightgreen-blue {
  background: linear-gradient(#0DCAF0, #76FF03, #2196F3);
}

.gradient-info-lightgreen-black {
  background: linear-gradient(#0DCAF0, #76FF03, #000);
}

.gradient-info-lightgreen-white {
  background: linear-gradient(#0DCAF0, #76FF03, #fff);
}

.gradient-info-lightgreen-pink {
  background: linear-gradient(#0DCAF0, #76FF03, #E91E63);
}

.gradient-info-lightgreen-purple {
  background: linear-gradient(#0DCAF0, #76FF03, #9C27B0);
}

.gradient-info-lightgreen-indigo {
  background: linear-gradient(#0DCAF0, #76FF03, #3E51B5);
}

.gradient-info-lightgreen-cyan {
  background: linear-gradient(#0DCAF0, #76FF03, #00BCD4);
}

.gradient-info-lightgreen-teal {
  background: linear-gradient(#0DCAF0, #76FF03, #009688);
}

.gradient-info-lightgreen-lime {
  background: linear-gradient(#0DCAF0, #76FF03, #CDDC39);
}

.gradient-info-lightgreen-yellow {
  background: linear-gradient(#0DCAF0, #76FF03, #FFEB3B);
}

.gradient-info-lightgreen-amber {
  background: linear-gradient(#0DCAF0, #76FF03, #FFC107);
}

.gradient-info-lightgreen-orange {
  background: linear-gradient(#0DCAF0, #76FF03, #FF9800);
}

.gradient-info-lightgreen-lightblue {
  background: linear-gradient(#0DCAF0, #76FF03, #03A9F4);
}

.gradient-info-lightgreen-deeppurple {
  background: linear-gradient(#0DCAF0, #76FF03, #673AB7);
}

.gradient-info-lightgreen-deeporange {
  background: linear-gradient(#0DCAF0, #76FF03, #DD6E0F);
}

.gradient-info-lightgreen-brown {
  background: linear-gradient(#0DCAF0, #76FF03, #964B00);
}

.gradient-info-lightgreen-grey {
  background: linear-gradient(#0DCAF0, #76FF03, #808080);
}

.gradient-info-deeppurple {
  background: linear-gradient(#0DCAF0, #673AB7);
}

.gradient-to-top-info-deeppurple {
  background: linear-gradient(to top, #0DCAF0, #673AB7);
}

.gradient-to-bottom-info-deeppurple {
  background: linear-gradient(to bottom, #0DCAF0, #673AB7);
}

.gradient-to-left-info-deeppurple {
  background: linear-gradient(to left, #0DCAF0, #673AB7);
}

.gradient-to-right-info-deeppurple {
  background: linear-gradient(to right, #0DCAF0, #673AB7);
}

.gradient-to-top-left-info-deeppurple {
  background: linear-gradient(to top left, #0DCAF0, #673AB7);
}

.gradient-to-top-right-info-deeppurple {
  background: linear-gradient(to top right, #0DCAF0, #673AB7);
}

.gradient-to-bottom-left-info-deeppurple {
  background: linear-gradient(to bottom left, #0DCAF0, #673AB7);
}

.gradient-to-bottom-right-info-deeppurple {
  background: linear-gradient(to bottom right, #0DCAF0, #673AB7);
}

.gradient-radial-info-deeppurple {
  background: radial-gradient(circle, #0DCAF0, #673AB7);
}

.gradient-info-deeppurple-primary {
  background: linear-gradient(#0DCAF0, #673AB7, #03A9F4);
}

.gradient-info-deeppurple-secondary {
  background: linear-gradient(#0DCAF0, #673AB7, #333);
}

.gradient-info-deeppurple-success {
  background: linear-gradient(#0DCAF0, #673AB7, #28a745);
}

.gradient-info-deeppurple-warning {
  background: linear-gradient(#0DCAF0, #673AB7, #FFC107);
}

.gradient-info-deeppurple-danger {
  background: linear-gradient(#0DCAF0, #673AB7, #DC3545);
}

.gradient-info-deeppurple-light {
  background: linear-gradient(#0DCAF0, #673AB7, #f5f5f5);
}

.gradient-info-deeppurple-dark {
  background: linear-gradient(#0DCAF0, #673AB7, #212529);
}

.gradient-info-deeppurple-red {
  background: linear-gradient(#0DCAF0, #673AB7, #F44336);
}

.gradient-info-deeppurple-green {
  background: linear-gradient(#0DCAF0, #673AB7, #4CAF50);
}

.gradient-info-deeppurple-blue {
  background: linear-gradient(#0DCAF0, #673AB7, #2196F3);
}

.gradient-info-deeppurple-black {
  background: linear-gradient(#0DCAF0, #673AB7, #000);
}

.gradient-info-deeppurple-white {
  background: linear-gradient(#0DCAF0, #673AB7, #fff);
}

.gradient-info-deeppurple-pink {
  background: linear-gradient(#0DCAF0, #673AB7, #E91E63);
}

.gradient-info-deeppurple-purple {
  background: linear-gradient(#0DCAF0, #673AB7, #9C27B0);
}

.gradient-info-deeppurple-indigo {
  background: linear-gradient(#0DCAF0, #673AB7, #3E51B5);
}

.gradient-info-deeppurple-cyan {
  background: linear-gradient(#0DCAF0, #673AB7, #00BCD4);
}

.gradient-info-deeppurple-teal {
  background: linear-gradient(#0DCAF0, #673AB7, #009688);
}

.gradient-info-deeppurple-lime {
  background: linear-gradient(#0DCAF0, #673AB7, #CDDC39);
}

.gradient-info-deeppurple-yellow {
  background: linear-gradient(#0DCAF0, #673AB7, #FFEB3B);
}

.gradient-info-deeppurple-amber {
  background: linear-gradient(#0DCAF0, #673AB7, #FFC107);
}

.gradient-info-deeppurple-orange {
  background: linear-gradient(#0DCAF0, #673AB7, #FF9800);
}

.gradient-info-deeppurple-lightblue {
  background: linear-gradient(#0DCAF0, #673AB7, #03A9F4);
}

.gradient-info-deeppurple-lightgreen {
  background: linear-gradient(#0DCAF0, #673AB7, #76FF03);
}

.gradient-info-deeppurple-deeporange {
  background: linear-gradient(#0DCAF0, #673AB7, #DD6E0F);
}

.gradient-info-deeppurple-brown {
  background: linear-gradient(#0DCAF0, #673AB7, #964B00);
}

.gradient-info-deeppurple-grey {
  background: linear-gradient(#0DCAF0, #673AB7, #808080);
}

.gradient-info-deeporange {
  background: linear-gradient(#0DCAF0, #DD6E0F);
}

.gradient-to-top-info-deeporange {
  background: linear-gradient(to top, #0DCAF0, #DD6E0F);
}

.gradient-to-bottom-info-deeporange {
  background: linear-gradient(to bottom, #0DCAF0, #DD6E0F);
}

.gradient-to-left-info-deeporange {
  background: linear-gradient(to left, #0DCAF0, #DD6E0F);
}

.gradient-to-right-info-deeporange {
  background: linear-gradient(to right, #0DCAF0, #DD6E0F);
}

.gradient-to-top-left-info-deeporange {
  background: linear-gradient(to top left, #0DCAF0, #DD6E0F);
}

.gradient-to-top-right-info-deeporange {
  background: linear-gradient(to top right, #0DCAF0, #DD6E0F);
}

.gradient-to-bottom-left-info-deeporange {
  background: linear-gradient(to bottom left, #0DCAF0, #DD6E0F);
}

.gradient-to-bottom-right-info-deeporange {
  background: linear-gradient(to bottom right, #0DCAF0, #DD6E0F);
}

.gradient-radial-info-deeporange {
  background: radial-gradient(circle, #0DCAF0, #DD6E0F);
}

.gradient-info-deeporange-primary {
  background: linear-gradient(#0DCAF0, #DD6E0F, #03A9F4);
}

.gradient-info-deeporange-secondary {
  background: linear-gradient(#0DCAF0, #DD6E0F, #333);
}

.gradient-info-deeporange-success {
  background: linear-gradient(#0DCAF0, #DD6E0F, #28a745);
}

.gradient-info-deeporange-warning {
  background: linear-gradient(#0DCAF0, #DD6E0F, #FFC107);
}

.gradient-info-deeporange-danger {
  background: linear-gradient(#0DCAF0, #DD6E0F, #DC3545);
}

.gradient-info-deeporange-light {
  background: linear-gradient(#0DCAF0, #DD6E0F, #f5f5f5);
}

.gradient-info-deeporange-dark {
  background: linear-gradient(#0DCAF0, #DD6E0F, #212529);
}

.gradient-info-deeporange-red {
  background: linear-gradient(#0DCAF0, #DD6E0F, #F44336);
}

.gradient-info-deeporange-green {
  background: linear-gradient(#0DCAF0, #DD6E0F, #4CAF50);
}

.gradient-info-deeporange-blue {
  background: linear-gradient(#0DCAF0, #DD6E0F, #2196F3);
}

.gradient-info-deeporange-black {
  background: linear-gradient(#0DCAF0, #DD6E0F, #000);
}

.gradient-info-deeporange-white {
  background: linear-gradient(#0DCAF0, #DD6E0F, #fff);
}

.gradient-info-deeporange-pink {
  background: linear-gradient(#0DCAF0, #DD6E0F, #E91E63);
}

.gradient-info-deeporange-purple {
  background: linear-gradient(#0DCAF0, #DD6E0F, #9C27B0);
}

.gradient-info-deeporange-indigo {
  background: linear-gradient(#0DCAF0, #DD6E0F, #3E51B5);
}

.gradient-info-deeporange-cyan {
  background: linear-gradient(#0DCAF0, #DD6E0F, #00BCD4);
}

.gradient-info-deeporange-teal {
  background: linear-gradient(#0DCAF0, #DD6E0F, #009688);
}

.gradient-info-deeporange-lime {
  background: linear-gradient(#0DCAF0, #DD6E0F, #CDDC39);
}

.gradient-info-deeporange-yellow {
  background: linear-gradient(#0DCAF0, #DD6E0F, #FFEB3B);
}

.gradient-info-deeporange-amber {
  background: linear-gradient(#0DCAF0, #DD6E0F, #FFC107);
}

.gradient-info-deeporange-orange {
  background: linear-gradient(#0DCAF0, #DD6E0F, #FF9800);
}

.gradient-info-deeporange-lightblue {
  background: linear-gradient(#0DCAF0, #DD6E0F, #03A9F4);
}

.gradient-info-deeporange-lightgreen {
  background: linear-gradient(#0DCAF0, #DD6E0F, #76FF03);
}

.gradient-info-deeporange-deeppurple {
  background: linear-gradient(#0DCAF0, #DD6E0F, #673AB7);
}

.gradient-info-deeporange-brown {
  background: linear-gradient(#0DCAF0, #DD6E0F, #964B00);
}

.gradient-info-deeporange-grey {
  background: linear-gradient(#0DCAF0, #DD6E0F, #808080);
}

.gradient-info-brown {
  background: linear-gradient(#0DCAF0, #964B00);
}

.gradient-to-top-info-brown {
  background: linear-gradient(to top, #0DCAF0, #964B00);
}

.gradient-to-bottom-info-brown {
  background: linear-gradient(to bottom, #0DCAF0, #964B00);
}

.gradient-to-left-info-brown {
  background: linear-gradient(to left, #0DCAF0, #964B00);
}

.gradient-to-right-info-brown {
  background: linear-gradient(to right, #0DCAF0, #964B00);
}

.gradient-to-top-left-info-brown {
  background: linear-gradient(to top left, #0DCAF0, #964B00);
}

.gradient-to-top-right-info-brown {
  background: linear-gradient(to top right, #0DCAF0, #964B00);
}

.gradient-to-bottom-left-info-brown {
  background: linear-gradient(to bottom left, #0DCAF0, #964B00);
}

.gradient-to-bottom-right-info-brown {
  background: linear-gradient(to bottom right, #0DCAF0, #964B00);
}

.gradient-radial-info-brown {
  background: radial-gradient(circle, #0DCAF0, #964B00);
}

.gradient-info-brown-primary {
  background: linear-gradient(#0DCAF0, #964B00, #03A9F4);
}

.gradient-info-brown-secondary {
  background: linear-gradient(#0DCAF0, #964B00, #333);
}

.gradient-info-brown-success {
  background: linear-gradient(#0DCAF0, #964B00, #28a745);
}

.gradient-info-brown-warning {
  background: linear-gradient(#0DCAF0, #964B00, #FFC107);
}

.gradient-info-brown-danger {
  background: linear-gradient(#0DCAF0, #964B00, #DC3545);
}

.gradient-info-brown-light {
  background: linear-gradient(#0DCAF0, #964B00, #f5f5f5);
}

.gradient-info-brown-dark {
  background: linear-gradient(#0DCAF0, #964B00, #212529);
}

.gradient-info-brown-red {
  background: linear-gradient(#0DCAF0, #964B00, #F44336);
}

.gradient-info-brown-green {
  background: linear-gradient(#0DCAF0, #964B00, #4CAF50);
}

.gradient-info-brown-blue {
  background: linear-gradient(#0DCAF0, #964B00, #2196F3);
}

.gradient-info-brown-black {
  background: linear-gradient(#0DCAF0, #964B00, #000);
}

.gradient-info-brown-white {
  background: linear-gradient(#0DCAF0, #964B00, #fff);
}

.gradient-info-brown-pink {
  background: linear-gradient(#0DCAF0, #964B00, #E91E63);
}

.gradient-info-brown-purple {
  background: linear-gradient(#0DCAF0, #964B00, #9C27B0);
}

.gradient-info-brown-indigo {
  background: linear-gradient(#0DCAF0, #964B00, #3E51B5);
}

.gradient-info-brown-cyan {
  background: linear-gradient(#0DCAF0, #964B00, #00BCD4);
}

.gradient-info-brown-teal {
  background: linear-gradient(#0DCAF0, #964B00, #009688);
}

.gradient-info-brown-lime {
  background: linear-gradient(#0DCAF0, #964B00, #CDDC39);
}

.gradient-info-brown-yellow {
  background: linear-gradient(#0DCAF0, #964B00, #FFEB3B);
}

.gradient-info-brown-amber {
  background: linear-gradient(#0DCAF0, #964B00, #FFC107);
}

.gradient-info-brown-orange {
  background: linear-gradient(#0DCAF0, #964B00, #FF9800);
}

.gradient-info-brown-lightblue {
  background: linear-gradient(#0DCAF0, #964B00, #03A9F4);
}

.gradient-info-brown-lightgreen {
  background: linear-gradient(#0DCAF0, #964B00, #76FF03);
}

.gradient-info-brown-deeppurple {
  background: linear-gradient(#0DCAF0, #964B00, #673AB7);
}

.gradient-info-brown-deeporange {
  background: linear-gradient(#0DCAF0, #964B00, #DD6E0F);
}

.gradient-info-brown-grey {
  background: linear-gradient(#0DCAF0, #964B00, #808080);
}

.gradient-info-grey {
  background: linear-gradient(#0DCAF0, #808080);
}

.gradient-to-top-info-grey {
  background: linear-gradient(to top, #0DCAF0, #808080);
}

.gradient-to-bottom-info-grey {
  background: linear-gradient(to bottom, #0DCAF0, #808080);
}

.gradient-to-left-info-grey {
  background: linear-gradient(to left, #0DCAF0, #808080);
}

.gradient-to-right-info-grey {
  background: linear-gradient(to right, #0DCAF0, #808080);
}

.gradient-to-top-left-info-grey {
  background: linear-gradient(to top left, #0DCAF0, #808080);
}

.gradient-to-top-right-info-grey {
  background: linear-gradient(to top right, #0DCAF0, #808080);
}

.gradient-to-bottom-left-info-grey {
  background: linear-gradient(to bottom left, #0DCAF0, #808080);
}

.gradient-to-bottom-right-info-grey {
  background: linear-gradient(to bottom right, #0DCAF0, #808080);
}

.gradient-radial-info-grey {
  background: radial-gradient(circle, #0DCAF0, #808080);
}

.gradient-info-grey-primary {
  background: linear-gradient(#0DCAF0, #808080, #03A9F4);
}

.gradient-info-grey-secondary {
  background: linear-gradient(#0DCAF0, #808080, #333);
}

.gradient-info-grey-success {
  background: linear-gradient(#0DCAF0, #808080, #28a745);
}

.gradient-info-grey-warning {
  background: linear-gradient(#0DCAF0, #808080, #FFC107);
}

.gradient-info-grey-danger {
  background: linear-gradient(#0DCAF0, #808080, #DC3545);
}

.gradient-info-grey-light {
  background: linear-gradient(#0DCAF0, #808080, #f5f5f5);
}

.gradient-info-grey-dark {
  background: linear-gradient(#0DCAF0, #808080, #212529);
}

.gradient-info-grey-red {
  background: linear-gradient(#0DCAF0, #808080, #F44336);
}

.gradient-info-grey-green {
  background: linear-gradient(#0DCAF0, #808080, #4CAF50);
}

.gradient-info-grey-blue {
  background: linear-gradient(#0DCAF0, #808080, #2196F3);
}

.gradient-info-grey-black {
  background: linear-gradient(#0DCAF0, #808080, #000);
}

.gradient-info-grey-white {
  background: linear-gradient(#0DCAF0, #808080, #fff);
}

.gradient-info-grey-pink {
  background: linear-gradient(#0DCAF0, #808080, #E91E63);
}

.gradient-info-grey-purple {
  background: linear-gradient(#0DCAF0, #808080, #9C27B0);
}

.gradient-info-grey-indigo {
  background: linear-gradient(#0DCAF0, #808080, #3E51B5);
}

.gradient-info-grey-cyan {
  background: linear-gradient(#0DCAF0, #808080, #00BCD4);
}

.gradient-info-grey-teal {
  background: linear-gradient(#0DCAF0, #808080, #009688);
}

.gradient-info-grey-lime {
  background: linear-gradient(#0DCAF0, #808080, #CDDC39);
}

.gradient-info-grey-yellow {
  background: linear-gradient(#0DCAF0, #808080, #FFEB3B);
}

.gradient-info-grey-amber {
  background: linear-gradient(#0DCAF0, #808080, #FFC107);
}

.gradient-info-grey-orange {
  background: linear-gradient(#0DCAF0, #808080, #FF9800);
}

.gradient-info-grey-lightblue {
  background: linear-gradient(#0DCAF0, #808080, #03A9F4);
}

.gradient-info-grey-lightgreen {
  background: linear-gradient(#0DCAF0, #808080, #76FF03);
}

.gradient-info-grey-deeppurple {
  background: linear-gradient(#0DCAF0, #808080, #673AB7);
}

.gradient-info-grey-deeporange {
  background: linear-gradient(#0DCAF0, #808080, #DD6E0F);
}

.gradient-info-grey-brown {
  background: linear-gradient(#0DCAF0, #808080, #964B00);
}

.gradient-warning-primary {
  background: linear-gradient(#FFC107, #03A9F4);
}

.gradient-to-top-warning-primary {
  background: linear-gradient(to top, #FFC107, #03A9F4);
}

.gradient-to-bottom-warning-primary {
  background: linear-gradient(to bottom, #FFC107, #03A9F4);
}

.gradient-to-left-warning-primary {
  background: linear-gradient(to left, #FFC107, #03A9F4);
}

.gradient-to-right-warning-primary {
  background: linear-gradient(to right, #FFC107, #03A9F4);
}

.gradient-to-top-left-warning-primary {
  background: linear-gradient(to top left, #FFC107, #03A9F4);
}

.gradient-to-top-right-warning-primary {
  background: linear-gradient(to top right, #FFC107, #03A9F4);
}

.gradient-to-bottom-left-warning-primary {
  background: linear-gradient(to bottom left, #FFC107, #03A9F4);
}

.gradient-to-bottom-right-warning-primary {
  background: linear-gradient(to bottom right, #FFC107, #03A9F4);
}

.gradient-radial-warning-primary {
  background: radial-gradient(circle, #FFC107, #03A9F4);
}

.gradient-warning-primary-secondary {
  background: linear-gradient(#FFC107, #03A9F4, #333);
}

.gradient-warning-primary-success {
  background: linear-gradient(#FFC107, #03A9F4, #28a745);
}

.gradient-warning-primary-info {
  background: linear-gradient(#FFC107, #03A9F4, #0DCAF0);
}

.gradient-warning-primary-danger {
  background: linear-gradient(#FFC107, #03A9F4, #DC3545);
}

.gradient-warning-primary-light {
  background: linear-gradient(#FFC107, #03A9F4, #f5f5f5);
}

.gradient-warning-primary-dark {
  background: linear-gradient(#FFC107, #03A9F4, #212529);
}

.gradient-warning-primary-red {
  background: linear-gradient(#FFC107, #03A9F4, #F44336);
}

.gradient-warning-primary-green {
  background: linear-gradient(#FFC107, #03A9F4, #4CAF50);
}

.gradient-warning-primary-blue {
  background: linear-gradient(#FFC107, #03A9F4, #2196F3);
}

.gradient-warning-primary-black {
  background: linear-gradient(#FFC107, #03A9F4, #000);
}

.gradient-warning-primary-white {
  background: linear-gradient(#FFC107, #03A9F4, #fff);
}

.gradient-warning-primary-pink {
  background: linear-gradient(#FFC107, #03A9F4, #E91E63);
}

.gradient-warning-primary-purple {
  background: linear-gradient(#FFC107, #03A9F4, #9C27B0);
}

.gradient-warning-primary-indigo {
  background: linear-gradient(#FFC107, #03A9F4, #3E51B5);
}

.gradient-warning-primary-cyan {
  background: linear-gradient(#FFC107, #03A9F4, #00BCD4);
}

.gradient-warning-primary-teal {
  background: linear-gradient(#FFC107, #03A9F4, #009688);
}

.gradient-warning-primary-lime {
  background: linear-gradient(#FFC107, #03A9F4, #CDDC39);
}

.gradient-warning-primary-yellow {
  background: linear-gradient(#FFC107, #03A9F4, #FFEB3B);
}

.gradient-warning-primary-amber {
  background: linear-gradient(#FFC107, #03A9F4, #FFC107);
}

.gradient-warning-primary-orange {
  background: linear-gradient(#FFC107, #03A9F4, #FF9800);
}

.gradient-warning-primary-lightblue {
  background: linear-gradient(#FFC107, #03A9F4, #03A9F4);
}

.gradient-warning-primary-lightgreen {
  background: linear-gradient(#FFC107, #03A9F4, #76FF03);
}

.gradient-warning-primary-deeppurple {
  background: linear-gradient(#FFC107, #03A9F4, #673AB7);
}

.gradient-warning-primary-deeporange {
  background: linear-gradient(#FFC107, #03A9F4, #DD6E0F);
}

.gradient-warning-primary-brown {
  background: linear-gradient(#FFC107, #03A9F4, #964B00);
}

.gradient-warning-primary-grey {
  background: linear-gradient(#FFC107, #03A9F4, #808080);
}

.gradient-warning-secondary {
  background: linear-gradient(#FFC107, #333);
}

.gradient-to-top-warning-secondary {
  background: linear-gradient(to top, #FFC107, #333);
}

.gradient-to-bottom-warning-secondary {
  background: linear-gradient(to bottom, #FFC107, #333);
}

.gradient-to-left-warning-secondary {
  background: linear-gradient(to left, #FFC107, #333);
}

.gradient-to-right-warning-secondary {
  background: linear-gradient(to right, #FFC107, #333);
}

.gradient-to-top-left-warning-secondary {
  background: linear-gradient(to top left, #FFC107, #333);
}

.gradient-to-top-right-warning-secondary {
  background: linear-gradient(to top right, #FFC107, #333);
}

.gradient-to-bottom-left-warning-secondary {
  background: linear-gradient(to bottom left, #FFC107, #333);
}

.gradient-to-bottom-right-warning-secondary {
  background: linear-gradient(to bottom right, #FFC107, #333);
}

.gradient-radial-warning-secondary {
  background: radial-gradient(circle, #FFC107, #333);
}

.gradient-warning-secondary-primary {
  background: linear-gradient(#FFC107, #333, #03A9F4);
}

.gradient-warning-secondary-success {
  background: linear-gradient(#FFC107, #333, #28a745);
}

.gradient-warning-secondary-info {
  background: linear-gradient(#FFC107, #333, #0DCAF0);
}

.gradient-warning-secondary-danger {
  background: linear-gradient(#FFC107, #333, #DC3545);
}

.gradient-warning-secondary-light {
  background: linear-gradient(#FFC107, #333, #f5f5f5);
}

.gradient-warning-secondary-dark {
  background: linear-gradient(#FFC107, #333, #212529);
}

.gradient-warning-secondary-red {
  background: linear-gradient(#FFC107, #333, #F44336);
}

.gradient-warning-secondary-green {
  background: linear-gradient(#FFC107, #333, #4CAF50);
}

.gradient-warning-secondary-blue {
  background: linear-gradient(#FFC107, #333, #2196F3);
}

.gradient-warning-secondary-black {
  background: linear-gradient(#FFC107, #333, #000);
}

.gradient-warning-secondary-white {
  background: linear-gradient(#FFC107, #333, #fff);
}

.gradient-warning-secondary-pink {
  background: linear-gradient(#FFC107, #333, #E91E63);
}

.gradient-warning-secondary-purple {
  background: linear-gradient(#FFC107, #333, #9C27B0);
}

.gradient-warning-secondary-indigo {
  background: linear-gradient(#FFC107, #333, #3E51B5);
}

.gradient-warning-secondary-cyan {
  background: linear-gradient(#FFC107, #333, #00BCD4);
}

.gradient-warning-secondary-teal {
  background: linear-gradient(#FFC107, #333, #009688);
}

.gradient-warning-secondary-lime {
  background: linear-gradient(#FFC107, #333, #CDDC39);
}

.gradient-warning-secondary-yellow {
  background: linear-gradient(#FFC107, #333, #FFEB3B);
}

.gradient-warning-secondary-amber {
  background: linear-gradient(#FFC107, #333, #FFC107);
}

.gradient-warning-secondary-orange {
  background: linear-gradient(#FFC107, #333, #FF9800);
}

.gradient-warning-secondary-lightblue {
  background: linear-gradient(#FFC107, #333, #03A9F4);
}

.gradient-warning-secondary-lightgreen {
  background: linear-gradient(#FFC107, #333, #76FF03);
}

.gradient-warning-secondary-deeppurple {
  background: linear-gradient(#FFC107, #333, #673AB7);
}

.gradient-warning-secondary-deeporange {
  background: linear-gradient(#FFC107, #333, #DD6E0F);
}

.gradient-warning-secondary-brown {
  background: linear-gradient(#FFC107, #333, #964B00);
}

.gradient-warning-secondary-grey {
  background: linear-gradient(#FFC107, #333, #808080);
}

.gradient-warning-success {
  background: linear-gradient(#FFC107, #28a745);
}

.gradient-to-top-warning-success {
  background: linear-gradient(to top, #FFC107, #28a745);
}

.gradient-to-bottom-warning-success {
  background: linear-gradient(to bottom, #FFC107, #28a745);
}

.gradient-to-left-warning-success {
  background: linear-gradient(to left, #FFC107, #28a745);
}

.gradient-to-right-warning-success {
  background: linear-gradient(to right, #FFC107, #28a745);
}

.gradient-to-top-left-warning-success {
  background: linear-gradient(to top left, #FFC107, #28a745);
}

.gradient-to-top-right-warning-success {
  background: linear-gradient(to top right, #FFC107, #28a745);
}

.gradient-to-bottom-left-warning-success {
  background: linear-gradient(to bottom left, #FFC107, #28a745);
}

.gradient-to-bottom-right-warning-success {
  background: linear-gradient(to bottom right, #FFC107, #28a745);
}

.gradient-radial-warning-success {
  background: radial-gradient(circle, #FFC107, #28a745);
}

.gradient-warning-success-primary {
  background: linear-gradient(#FFC107, #28a745, #03A9F4);
}

.gradient-warning-success-secondary {
  background: linear-gradient(#FFC107, #28a745, #333);
}

.gradient-warning-success-info {
  background: linear-gradient(#FFC107, #28a745, #0DCAF0);
}

.gradient-warning-success-danger {
  background: linear-gradient(#FFC107, #28a745, #DC3545);
}

.gradient-warning-success-light {
  background: linear-gradient(#FFC107, #28a745, #f5f5f5);
}

.gradient-warning-success-dark {
  background: linear-gradient(#FFC107, #28a745, #212529);
}

.gradient-warning-success-red {
  background: linear-gradient(#FFC107, #28a745, #F44336);
}

.gradient-warning-success-green {
  background: linear-gradient(#FFC107, #28a745, #4CAF50);
}

.gradient-warning-success-blue {
  background: linear-gradient(#FFC107, #28a745, #2196F3);
}

.gradient-warning-success-black {
  background: linear-gradient(#FFC107, #28a745, #000);
}

.gradient-warning-success-white {
  background: linear-gradient(#FFC107, #28a745, #fff);
}

.gradient-warning-success-pink {
  background: linear-gradient(#FFC107, #28a745, #E91E63);
}

.gradient-warning-success-purple {
  background: linear-gradient(#FFC107, #28a745, #9C27B0);
}

.gradient-warning-success-indigo {
  background: linear-gradient(#FFC107, #28a745, #3E51B5);
}

.gradient-warning-success-cyan {
  background: linear-gradient(#FFC107, #28a745, #00BCD4);
}

.gradient-warning-success-teal {
  background: linear-gradient(#FFC107, #28a745, #009688);
}

.gradient-warning-success-lime {
  background: linear-gradient(#FFC107, #28a745, #CDDC39);
}

.gradient-warning-success-yellow {
  background: linear-gradient(#FFC107, #28a745, #FFEB3B);
}

.gradient-warning-success-amber {
  background: linear-gradient(#FFC107, #28a745, #FFC107);
}

.gradient-warning-success-orange {
  background: linear-gradient(#FFC107, #28a745, #FF9800);
}

.gradient-warning-success-lightblue {
  background: linear-gradient(#FFC107, #28a745, #03A9F4);
}

.gradient-warning-success-lightgreen {
  background: linear-gradient(#FFC107, #28a745, #76FF03);
}

.gradient-warning-success-deeppurple {
  background: linear-gradient(#FFC107, #28a745, #673AB7);
}

.gradient-warning-success-deeporange {
  background: linear-gradient(#FFC107, #28a745, #DD6E0F);
}

.gradient-warning-success-brown {
  background: linear-gradient(#FFC107, #28a745, #964B00);
}

.gradient-warning-success-grey {
  background: linear-gradient(#FFC107, #28a745, #808080);
}

.gradient-warning-info {
  background: linear-gradient(#FFC107, #0DCAF0);
}

.gradient-to-top-warning-info {
  background: linear-gradient(to top, #FFC107, #0DCAF0);
}

.gradient-to-bottom-warning-info {
  background: linear-gradient(to bottom, #FFC107, #0DCAF0);
}

.gradient-to-left-warning-info {
  background: linear-gradient(to left, #FFC107, #0DCAF0);
}

.gradient-to-right-warning-info {
  background: linear-gradient(to right, #FFC107, #0DCAF0);
}

.gradient-to-top-left-warning-info {
  background: linear-gradient(to top left, #FFC107, #0DCAF0);
}

.gradient-to-top-right-warning-info {
  background: linear-gradient(to top right, #FFC107, #0DCAF0);
}

.gradient-to-bottom-left-warning-info {
  background: linear-gradient(to bottom left, #FFC107, #0DCAF0);
}

.gradient-to-bottom-right-warning-info {
  background: linear-gradient(to bottom right, #FFC107, #0DCAF0);
}

.gradient-radial-warning-info {
  background: radial-gradient(circle, #FFC107, #0DCAF0);
}

.gradient-warning-info-primary {
  background: linear-gradient(#FFC107, #0DCAF0, #03A9F4);
}

.gradient-warning-info-secondary {
  background: linear-gradient(#FFC107, #0DCAF0, #333);
}

.gradient-warning-info-success {
  background: linear-gradient(#FFC107, #0DCAF0, #28a745);
}

.gradient-warning-info-danger {
  background: linear-gradient(#FFC107, #0DCAF0, #DC3545);
}

.gradient-warning-info-light {
  background: linear-gradient(#FFC107, #0DCAF0, #f5f5f5);
}

.gradient-warning-info-dark {
  background: linear-gradient(#FFC107, #0DCAF0, #212529);
}

.gradient-warning-info-red {
  background: linear-gradient(#FFC107, #0DCAF0, #F44336);
}

.gradient-warning-info-green {
  background: linear-gradient(#FFC107, #0DCAF0, #4CAF50);
}

.gradient-warning-info-blue {
  background: linear-gradient(#FFC107, #0DCAF0, #2196F3);
}

.gradient-warning-info-black {
  background: linear-gradient(#FFC107, #0DCAF0, #000);
}

.gradient-warning-info-white {
  background: linear-gradient(#FFC107, #0DCAF0, #fff);
}

.gradient-warning-info-pink {
  background: linear-gradient(#FFC107, #0DCAF0, #E91E63);
}

.gradient-warning-info-purple {
  background: linear-gradient(#FFC107, #0DCAF0, #9C27B0);
}

.gradient-warning-info-indigo {
  background: linear-gradient(#FFC107, #0DCAF0, #3E51B5);
}

.gradient-warning-info-cyan {
  background: linear-gradient(#FFC107, #0DCAF0, #00BCD4);
}

.gradient-warning-info-teal {
  background: linear-gradient(#FFC107, #0DCAF0, #009688);
}

.gradient-warning-info-lime {
  background: linear-gradient(#FFC107, #0DCAF0, #CDDC39);
}

.gradient-warning-info-yellow {
  background: linear-gradient(#FFC107, #0DCAF0, #FFEB3B);
}

.gradient-warning-info-amber {
  background: linear-gradient(#FFC107, #0DCAF0, #FFC107);
}

.gradient-warning-info-orange {
  background: linear-gradient(#FFC107, #0DCAF0, #FF9800);
}

.gradient-warning-info-lightblue {
  background: linear-gradient(#FFC107, #0DCAF0, #03A9F4);
}

.gradient-warning-info-lightgreen {
  background: linear-gradient(#FFC107, #0DCAF0, #76FF03);
}

.gradient-warning-info-deeppurple {
  background: linear-gradient(#FFC107, #0DCAF0, #673AB7);
}

.gradient-warning-info-deeporange {
  background: linear-gradient(#FFC107, #0DCAF0, #DD6E0F);
}

.gradient-warning-info-brown {
  background: linear-gradient(#FFC107, #0DCAF0, #964B00);
}

.gradient-warning-info-grey {
  background: linear-gradient(#FFC107, #0DCAF0, #808080);
}

.gradient-warning-danger {
  background: linear-gradient(#FFC107, #DC3545);
}

.gradient-to-top-warning-danger {
  background: linear-gradient(to top, #FFC107, #DC3545);
}

.gradient-to-bottom-warning-danger {
  background: linear-gradient(to bottom, #FFC107, #DC3545);
}

.gradient-to-left-warning-danger {
  background: linear-gradient(to left, #FFC107, #DC3545);
}

.gradient-to-right-warning-danger {
  background: linear-gradient(to right, #FFC107, #DC3545);
}

.gradient-to-top-left-warning-danger {
  background: linear-gradient(to top left, #FFC107, #DC3545);
}

.gradient-to-top-right-warning-danger {
  background: linear-gradient(to top right, #FFC107, #DC3545);
}

.gradient-to-bottom-left-warning-danger {
  background: linear-gradient(to bottom left, #FFC107, #DC3545);
}

.gradient-to-bottom-right-warning-danger {
  background: linear-gradient(to bottom right, #FFC107, #DC3545);
}

.gradient-radial-warning-danger {
  background: radial-gradient(circle, #FFC107, #DC3545);
}

.gradient-warning-danger-primary {
  background: linear-gradient(#FFC107, #DC3545, #03A9F4);
}

.gradient-warning-danger-secondary {
  background: linear-gradient(#FFC107, #DC3545, #333);
}

.gradient-warning-danger-success {
  background: linear-gradient(#FFC107, #DC3545, #28a745);
}

.gradient-warning-danger-info {
  background: linear-gradient(#FFC107, #DC3545, #0DCAF0);
}

.gradient-warning-danger-light {
  background: linear-gradient(#FFC107, #DC3545, #f5f5f5);
}

.gradient-warning-danger-dark {
  background: linear-gradient(#FFC107, #DC3545, #212529);
}

.gradient-warning-danger-red {
  background: linear-gradient(#FFC107, #DC3545, #F44336);
}

.gradient-warning-danger-green {
  background: linear-gradient(#FFC107, #DC3545, #4CAF50);
}

.gradient-warning-danger-blue {
  background: linear-gradient(#FFC107, #DC3545, #2196F3);
}

.gradient-warning-danger-black {
  background: linear-gradient(#FFC107, #DC3545, #000);
}

.gradient-warning-danger-white {
  background: linear-gradient(#FFC107, #DC3545, #fff);
}

.gradient-warning-danger-pink {
  background: linear-gradient(#FFC107, #DC3545, #E91E63);
}

.gradient-warning-danger-purple {
  background: linear-gradient(#FFC107, #DC3545, #9C27B0);
}

.gradient-warning-danger-indigo {
  background: linear-gradient(#FFC107, #DC3545, #3E51B5);
}

.gradient-warning-danger-cyan {
  background: linear-gradient(#FFC107, #DC3545, #00BCD4);
}

.gradient-warning-danger-teal {
  background: linear-gradient(#FFC107, #DC3545, #009688);
}

.gradient-warning-danger-lime {
  background: linear-gradient(#FFC107, #DC3545, #CDDC39);
}

.gradient-warning-danger-yellow {
  background: linear-gradient(#FFC107, #DC3545, #FFEB3B);
}

.gradient-warning-danger-amber {
  background: linear-gradient(#FFC107, #DC3545, #FFC107);
}

.gradient-warning-danger-orange {
  background: linear-gradient(#FFC107, #DC3545, #FF9800);
}

.gradient-warning-danger-lightblue {
  background: linear-gradient(#FFC107, #DC3545, #03A9F4);
}

.gradient-warning-danger-lightgreen {
  background: linear-gradient(#FFC107, #DC3545, #76FF03);
}

.gradient-warning-danger-deeppurple {
  background: linear-gradient(#FFC107, #DC3545, #673AB7);
}

.gradient-warning-danger-deeporange {
  background: linear-gradient(#FFC107, #DC3545, #DD6E0F);
}

.gradient-warning-danger-brown {
  background: linear-gradient(#FFC107, #DC3545, #964B00);
}

.gradient-warning-danger-grey {
  background: linear-gradient(#FFC107, #DC3545, #808080);
}

.gradient-warning-light {
  background: linear-gradient(#FFC107, #f5f5f5);
}

.gradient-to-top-warning-light {
  background: linear-gradient(to top, #FFC107, #f5f5f5);
}

.gradient-to-bottom-warning-light {
  background: linear-gradient(to bottom, #FFC107, #f5f5f5);
}

.gradient-to-left-warning-light {
  background: linear-gradient(to left, #FFC107, #f5f5f5);
}

.gradient-to-right-warning-light {
  background: linear-gradient(to right, #FFC107, #f5f5f5);
}

.gradient-to-top-left-warning-light {
  background: linear-gradient(to top left, #FFC107, #f5f5f5);
}

.gradient-to-top-right-warning-light {
  background: linear-gradient(to top right, #FFC107, #f5f5f5);
}

.gradient-to-bottom-left-warning-light {
  background: linear-gradient(to bottom left, #FFC107, #f5f5f5);
}

.gradient-to-bottom-right-warning-light {
  background: linear-gradient(to bottom right, #FFC107, #f5f5f5);
}

.gradient-radial-warning-light {
  background: radial-gradient(circle, #FFC107, #f5f5f5);
}

.gradient-warning-light-primary {
  background: linear-gradient(#FFC107, #f5f5f5, #03A9F4);
}

.gradient-warning-light-secondary {
  background: linear-gradient(#FFC107, #f5f5f5, #333);
}

.gradient-warning-light-success {
  background: linear-gradient(#FFC107, #f5f5f5, #28a745);
}

.gradient-warning-light-info {
  background: linear-gradient(#FFC107, #f5f5f5, #0DCAF0);
}

.gradient-warning-light-danger {
  background: linear-gradient(#FFC107, #f5f5f5, #DC3545);
}

.gradient-warning-light-dark {
  background: linear-gradient(#FFC107, #f5f5f5, #212529);
}

.gradient-warning-light-red {
  background: linear-gradient(#FFC107, #f5f5f5, #F44336);
}

.gradient-warning-light-green {
  background: linear-gradient(#FFC107, #f5f5f5, #4CAF50);
}

.gradient-warning-light-blue {
  background: linear-gradient(#FFC107, #f5f5f5, #2196F3);
}

.gradient-warning-light-black {
  background: linear-gradient(#FFC107, #f5f5f5, #000);
}

.gradient-warning-light-white {
  background: linear-gradient(#FFC107, #f5f5f5, #fff);
}

.gradient-warning-light-pink {
  background: linear-gradient(#FFC107, #f5f5f5, #E91E63);
}

.gradient-warning-light-purple {
  background: linear-gradient(#FFC107, #f5f5f5, #9C27B0);
}

.gradient-warning-light-indigo {
  background: linear-gradient(#FFC107, #f5f5f5, #3E51B5);
}

.gradient-warning-light-cyan {
  background: linear-gradient(#FFC107, #f5f5f5, #00BCD4);
}

.gradient-warning-light-teal {
  background: linear-gradient(#FFC107, #f5f5f5, #009688);
}

.gradient-warning-light-lime {
  background: linear-gradient(#FFC107, #f5f5f5, #CDDC39);
}

.gradient-warning-light-yellow {
  background: linear-gradient(#FFC107, #f5f5f5, #FFEB3B);
}

.gradient-warning-light-amber {
  background: linear-gradient(#FFC107, #f5f5f5, #FFC107);
}

.gradient-warning-light-orange {
  background: linear-gradient(#FFC107, #f5f5f5, #FF9800);
}

.gradient-warning-light-lightblue {
  background: linear-gradient(#FFC107, #f5f5f5, #03A9F4);
}

.gradient-warning-light-lightgreen {
  background: linear-gradient(#FFC107, #f5f5f5, #76FF03);
}

.gradient-warning-light-deeppurple {
  background: linear-gradient(#FFC107, #f5f5f5, #673AB7);
}

.gradient-warning-light-deeporange {
  background: linear-gradient(#FFC107, #f5f5f5, #DD6E0F);
}

.gradient-warning-light-brown {
  background: linear-gradient(#FFC107, #f5f5f5, #964B00);
}

.gradient-warning-light-grey {
  background: linear-gradient(#FFC107, #f5f5f5, #808080);
}

.gradient-warning-dark {
  background: linear-gradient(#FFC107, #212529);
}

.gradient-to-top-warning-dark {
  background: linear-gradient(to top, #FFC107, #212529);
}

.gradient-to-bottom-warning-dark {
  background: linear-gradient(to bottom, #FFC107, #212529);
}

.gradient-to-left-warning-dark {
  background: linear-gradient(to left, #FFC107, #212529);
}

.gradient-to-right-warning-dark {
  background: linear-gradient(to right, #FFC107, #212529);
}

.gradient-to-top-left-warning-dark {
  background: linear-gradient(to top left, #FFC107, #212529);
}

.gradient-to-top-right-warning-dark {
  background: linear-gradient(to top right, #FFC107, #212529);
}

.gradient-to-bottom-left-warning-dark {
  background: linear-gradient(to bottom left, #FFC107, #212529);
}

.gradient-to-bottom-right-warning-dark {
  background: linear-gradient(to bottom right, #FFC107, #212529);
}

.gradient-radial-warning-dark {
  background: radial-gradient(circle, #FFC107, #212529);
}

.gradient-warning-dark-primary {
  background: linear-gradient(#FFC107, #212529, #03A9F4);
}

.gradient-warning-dark-secondary {
  background: linear-gradient(#FFC107, #212529, #333);
}

.gradient-warning-dark-success {
  background: linear-gradient(#FFC107, #212529, #28a745);
}

.gradient-warning-dark-info {
  background: linear-gradient(#FFC107, #212529, #0DCAF0);
}

.gradient-warning-dark-danger {
  background: linear-gradient(#FFC107, #212529, #DC3545);
}

.gradient-warning-dark-light {
  background: linear-gradient(#FFC107, #212529, #f5f5f5);
}

.gradient-warning-dark-red {
  background: linear-gradient(#FFC107, #212529, #F44336);
}

.gradient-warning-dark-green {
  background: linear-gradient(#FFC107, #212529, #4CAF50);
}

.gradient-warning-dark-blue {
  background: linear-gradient(#FFC107, #212529, #2196F3);
}

.gradient-warning-dark-black {
  background: linear-gradient(#FFC107, #212529, #000);
}

.gradient-warning-dark-white {
  background: linear-gradient(#FFC107, #212529, #fff);
}

.gradient-warning-dark-pink {
  background: linear-gradient(#FFC107, #212529, #E91E63);
}

.gradient-warning-dark-purple {
  background: linear-gradient(#FFC107, #212529, #9C27B0);
}

.gradient-warning-dark-indigo {
  background: linear-gradient(#FFC107, #212529, #3E51B5);
}

.gradient-warning-dark-cyan {
  background: linear-gradient(#FFC107, #212529, #00BCD4);
}

.gradient-warning-dark-teal {
  background: linear-gradient(#FFC107, #212529, #009688);
}

.gradient-warning-dark-lime {
  background: linear-gradient(#FFC107, #212529, #CDDC39);
}

.gradient-warning-dark-yellow {
  background: linear-gradient(#FFC107, #212529, #FFEB3B);
}

.gradient-warning-dark-amber {
  background: linear-gradient(#FFC107, #212529, #FFC107);
}

.gradient-warning-dark-orange {
  background: linear-gradient(#FFC107, #212529, #FF9800);
}

.gradient-warning-dark-lightblue {
  background: linear-gradient(#FFC107, #212529, #03A9F4);
}

.gradient-warning-dark-lightgreen {
  background: linear-gradient(#FFC107, #212529, #76FF03);
}

.gradient-warning-dark-deeppurple {
  background: linear-gradient(#FFC107, #212529, #673AB7);
}

.gradient-warning-dark-deeporange {
  background: linear-gradient(#FFC107, #212529, #DD6E0F);
}

.gradient-warning-dark-brown {
  background: linear-gradient(#FFC107, #212529, #964B00);
}

.gradient-warning-dark-grey {
  background: linear-gradient(#FFC107, #212529, #808080);
}

.gradient-warning-red {
  background: linear-gradient(#FFC107, #F44336);
}

.gradient-to-top-warning-red {
  background: linear-gradient(to top, #FFC107, #F44336);
}

.gradient-to-bottom-warning-red {
  background: linear-gradient(to bottom, #FFC107, #F44336);
}

.gradient-to-left-warning-red {
  background: linear-gradient(to left, #FFC107, #F44336);
}

.gradient-to-right-warning-red {
  background: linear-gradient(to right, #FFC107, #F44336);
}

.gradient-to-top-left-warning-red {
  background: linear-gradient(to top left, #FFC107, #F44336);
}

.gradient-to-top-right-warning-red {
  background: linear-gradient(to top right, #FFC107, #F44336);
}

.gradient-to-bottom-left-warning-red {
  background: linear-gradient(to bottom left, #FFC107, #F44336);
}

.gradient-to-bottom-right-warning-red {
  background: linear-gradient(to bottom right, #FFC107, #F44336);
}

.gradient-radial-warning-red {
  background: radial-gradient(circle, #FFC107, #F44336);
}

.gradient-warning-red-primary {
  background: linear-gradient(#FFC107, #F44336, #03A9F4);
}

.gradient-warning-red-secondary {
  background: linear-gradient(#FFC107, #F44336, #333);
}

.gradient-warning-red-success {
  background: linear-gradient(#FFC107, #F44336, #28a745);
}

.gradient-warning-red-info {
  background: linear-gradient(#FFC107, #F44336, #0DCAF0);
}

.gradient-warning-red-danger {
  background: linear-gradient(#FFC107, #F44336, #DC3545);
}

.gradient-warning-red-light {
  background: linear-gradient(#FFC107, #F44336, #f5f5f5);
}

.gradient-warning-red-dark {
  background: linear-gradient(#FFC107, #F44336, #212529);
}

.gradient-warning-red-green {
  background: linear-gradient(#FFC107, #F44336, #4CAF50);
}

.gradient-warning-red-blue {
  background: linear-gradient(#FFC107, #F44336, #2196F3);
}

.gradient-warning-red-black {
  background: linear-gradient(#FFC107, #F44336, #000);
}

.gradient-warning-red-white {
  background: linear-gradient(#FFC107, #F44336, #fff);
}

.gradient-warning-red-pink {
  background: linear-gradient(#FFC107, #F44336, #E91E63);
}

.gradient-warning-red-purple {
  background: linear-gradient(#FFC107, #F44336, #9C27B0);
}

.gradient-warning-red-indigo {
  background: linear-gradient(#FFC107, #F44336, #3E51B5);
}

.gradient-warning-red-cyan {
  background: linear-gradient(#FFC107, #F44336, #00BCD4);
}

.gradient-warning-red-teal {
  background: linear-gradient(#FFC107, #F44336, #009688);
}

.gradient-warning-red-lime {
  background: linear-gradient(#FFC107, #F44336, #CDDC39);
}

.gradient-warning-red-yellow {
  background: linear-gradient(#FFC107, #F44336, #FFEB3B);
}

.gradient-warning-red-amber {
  background: linear-gradient(#FFC107, #F44336, #FFC107);
}

.gradient-warning-red-orange {
  background: linear-gradient(#FFC107, #F44336, #FF9800);
}

.gradient-warning-red-lightblue {
  background: linear-gradient(#FFC107, #F44336, #03A9F4);
}

.gradient-warning-red-lightgreen {
  background: linear-gradient(#FFC107, #F44336, #76FF03);
}

.gradient-warning-red-deeppurple {
  background: linear-gradient(#FFC107, #F44336, #673AB7);
}

.gradient-warning-red-deeporange {
  background: linear-gradient(#FFC107, #F44336, #DD6E0F);
}

.gradient-warning-red-brown {
  background: linear-gradient(#FFC107, #F44336, #964B00);
}

.gradient-warning-red-grey {
  background: linear-gradient(#FFC107, #F44336, #808080);
}

.gradient-warning-green {
  background: linear-gradient(#FFC107, #4CAF50);
}

.gradient-to-top-warning-green {
  background: linear-gradient(to top, #FFC107, #4CAF50);
}

.gradient-to-bottom-warning-green {
  background: linear-gradient(to bottom, #FFC107, #4CAF50);
}

.gradient-to-left-warning-green {
  background: linear-gradient(to left, #FFC107, #4CAF50);
}

.gradient-to-right-warning-green {
  background: linear-gradient(to right, #FFC107, #4CAF50);
}

.gradient-to-top-left-warning-green {
  background: linear-gradient(to top left, #FFC107, #4CAF50);
}

.gradient-to-top-right-warning-green {
  background: linear-gradient(to top right, #FFC107, #4CAF50);
}

.gradient-to-bottom-left-warning-green {
  background: linear-gradient(to bottom left, #FFC107, #4CAF50);
}

.gradient-to-bottom-right-warning-green {
  background: linear-gradient(to bottom right, #FFC107, #4CAF50);
}

.gradient-radial-warning-green {
  background: radial-gradient(circle, #FFC107, #4CAF50);
}

.gradient-warning-green-primary {
  background: linear-gradient(#FFC107, #4CAF50, #03A9F4);
}

.gradient-warning-green-secondary {
  background: linear-gradient(#FFC107, #4CAF50, #333);
}

.gradient-warning-green-success {
  background: linear-gradient(#FFC107, #4CAF50, #28a745);
}

.gradient-warning-green-info {
  background: linear-gradient(#FFC107, #4CAF50, #0DCAF0);
}

.gradient-warning-green-danger {
  background: linear-gradient(#FFC107, #4CAF50, #DC3545);
}

.gradient-warning-green-light {
  background: linear-gradient(#FFC107, #4CAF50, #f5f5f5);
}

.gradient-warning-green-dark {
  background: linear-gradient(#FFC107, #4CAF50, #212529);
}

.gradient-warning-green-red {
  background: linear-gradient(#FFC107, #4CAF50, #F44336);
}

.gradient-warning-green-blue {
  background: linear-gradient(#FFC107, #4CAF50, #2196F3);
}

.gradient-warning-green-black {
  background: linear-gradient(#FFC107, #4CAF50, #000);
}

.gradient-warning-green-white {
  background: linear-gradient(#FFC107, #4CAF50, #fff);
}

.gradient-warning-green-pink {
  background: linear-gradient(#FFC107, #4CAF50, #E91E63);
}

.gradient-warning-green-purple {
  background: linear-gradient(#FFC107, #4CAF50, #9C27B0);
}

.gradient-warning-green-indigo {
  background: linear-gradient(#FFC107, #4CAF50, #3E51B5);
}

.gradient-warning-green-cyan {
  background: linear-gradient(#FFC107, #4CAF50, #00BCD4);
}

.gradient-warning-green-teal {
  background: linear-gradient(#FFC107, #4CAF50, #009688);
}

.gradient-warning-green-lime {
  background: linear-gradient(#FFC107, #4CAF50, #CDDC39);
}

.gradient-warning-green-yellow {
  background: linear-gradient(#FFC107, #4CAF50, #FFEB3B);
}

.gradient-warning-green-amber {
  background: linear-gradient(#FFC107, #4CAF50, #FFC107);
}

.gradient-warning-green-orange {
  background: linear-gradient(#FFC107, #4CAF50, #FF9800);
}

.gradient-warning-green-lightblue {
  background: linear-gradient(#FFC107, #4CAF50, #03A9F4);
}

.gradient-warning-green-lightgreen {
  background: linear-gradient(#FFC107, #4CAF50, #76FF03);
}

.gradient-warning-green-deeppurple {
  background: linear-gradient(#FFC107, #4CAF50, #673AB7);
}

.gradient-warning-green-deeporange {
  background: linear-gradient(#FFC107, #4CAF50, #DD6E0F);
}

.gradient-warning-green-brown {
  background: linear-gradient(#FFC107, #4CAF50, #964B00);
}

.gradient-warning-green-grey {
  background: linear-gradient(#FFC107, #4CAF50, #808080);
}

.gradient-warning-blue {
  background: linear-gradient(#FFC107, #2196F3);
}

.gradient-to-top-warning-blue {
  background: linear-gradient(to top, #FFC107, #2196F3);
}

.gradient-to-bottom-warning-blue {
  background: linear-gradient(to bottom, #FFC107, #2196F3);
}

.gradient-to-left-warning-blue {
  background: linear-gradient(to left, #FFC107, #2196F3);
}

.gradient-to-right-warning-blue {
  background: linear-gradient(to right, #FFC107, #2196F3);
}

.gradient-to-top-left-warning-blue {
  background: linear-gradient(to top left, #FFC107, #2196F3);
}

.gradient-to-top-right-warning-blue {
  background: linear-gradient(to top right, #FFC107, #2196F3);
}

.gradient-to-bottom-left-warning-blue {
  background: linear-gradient(to bottom left, #FFC107, #2196F3);
}

.gradient-to-bottom-right-warning-blue {
  background: linear-gradient(to bottom right, #FFC107, #2196F3);
}

.gradient-radial-warning-blue {
  background: radial-gradient(circle, #FFC107, #2196F3);
}

.gradient-warning-blue-primary {
  background: linear-gradient(#FFC107, #2196F3, #03A9F4);
}

.gradient-warning-blue-secondary {
  background: linear-gradient(#FFC107, #2196F3, #333);
}

.gradient-warning-blue-success {
  background: linear-gradient(#FFC107, #2196F3, #28a745);
}

.gradient-warning-blue-info {
  background: linear-gradient(#FFC107, #2196F3, #0DCAF0);
}

.gradient-warning-blue-danger {
  background: linear-gradient(#FFC107, #2196F3, #DC3545);
}

.gradient-warning-blue-light {
  background: linear-gradient(#FFC107, #2196F3, #f5f5f5);
}

.gradient-warning-blue-dark {
  background: linear-gradient(#FFC107, #2196F3, #212529);
}

.gradient-warning-blue-red {
  background: linear-gradient(#FFC107, #2196F3, #F44336);
}

.gradient-warning-blue-green {
  background: linear-gradient(#FFC107, #2196F3, #4CAF50);
}

.gradient-warning-blue-black {
  background: linear-gradient(#FFC107, #2196F3, #000);
}

.gradient-warning-blue-white {
  background: linear-gradient(#FFC107, #2196F3, #fff);
}

.gradient-warning-blue-pink {
  background: linear-gradient(#FFC107, #2196F3, #E91E63);
}

.gradient-warning-blue-purple {
  background: linear-gradient(#FFC107, #2196F3, #9C27B0);
}

.gradient-warning-blue-indigo {
  background: linear-gradient(#FFC107, #2196F3, #3E51B5);
}

.gradient-warning-blue-cyan {
  background: linear-gradient(#FFC107, #2196F3, #00BCD4);
}

.gradient-warning-blue-teal {
  background: linear-gradient(#FFC107, #2196F3, #009688);
}

.gradient-warning-blue-lime {
  background: linear-gradient(#FFC107, #2196F3, #CDDC39);
}

.gradient-warning-blue-yellow {
  background: linear-gradient(#FFC107, #2196F3, #FFEB3B);
}

.gradient-warning-blue-amber {
  background: linear-gradient(#FFC107, #2196F3, #FFC107);
}

.gradient-warning-blue-orange {
  background: linear-gradient(#FFC107, #2196F3, #FF9800);
}

.gradient-warning-blue-lightblue {
  background: linear-gradient(#FFC107, #2196F3, #03A9F4);
}

.gradient-warning-blue-lightgreen {
  background: linear-gradient(#FFC107, #2196F3, #76FF03);
}

.gradient-warning-blue-deeppurple {
  background: linear-gradient(#FFC107, #2196F3, #673AB7);
}

.gradient-warning-blue-deeporange {
  background: linear-gradient(#FFC107, #2196F3, #DD6E0F);
}

.gradient-warning-blue-brown {
  background: linear-gradient(#FFC107, #2196F3, #964B00);
}

.gradient-warning-blue-grey {
  background: linear-gradient(#FFC107, #2196F3, #808080);
}

.gradient-warning-black {
  background: linear-gradient(#FFC107, #000);
}

.gradient-to-top-warning-black {
  background: linear-gradient(to top, #FFC107, #000);
}

.gradient-to-bottom-warning-black {
  background: linear-gradient(to bottom, #FFC107, #000);
}

.gradient-to-left-warning-black {
  background: linear-gradient(to left, #FFC107, #000);
}

.gradient-to-right-warning-black {
  background: linear-gradient(to right, #FFC107, #000);
}

.gradient-to-top-left-warning-black {
  background: linear-gradient(to top left, #FFC107, #000);
}

.gradient-to-top-right-warning-black {
  background: linear-gradient(to top right, #FFC107, #000);
}

.gradient-to-bottom-left-warning-black {
  background: linear-gradient(to bottom left, #FFC107, #000);
}

.gradient-to-bottom-right-warning-black {
  background: linear-gradient(to bottom right, #FFC107, #000);
}

.gradient-radial-warning-black {
  background: radial-gradient(circle, #FFC107, #000);
}

.gradient-warning-black-primary {
  background: linear-gradient(#FFC107, #000, #03A9F4);
}

.gradient-warning-black-secondary {
  background: linear-gradient(#FFC107, #000, #333);
}

.gradient-warning-black-success {
  background: linear-gradient(#FFC107, #000, #28a745);
}

.gradient-warning-black-info {
  background: linear-gradient(#FFC107, #000, #0DCAF0);
}

.gradient-warning-black-danger {
  background: linear-gradient(#FFC107, #000, #DC3545);
}

.gradient-warning-black-light {
  background: linear-gradient(#FFC107, #000, #f5f5f5);
}

.gradient-warning-black-dark {
  background: linear-gradient(#FFC107, #000, #212529);
}

.gradient-warning-black-red {
  background: linear-gradient(#FFC107, #000, #F44336);
}

.gradient-warning-black-green {
  background: linear-gradient(#FFC107, #000, #4CAF50);
}

.gradient-warning-black-blue {
  background: linear-gradient(#FFC107, #000, #2196F3);
}

.gradient-warning-black-white {
  background: linear-gradient(#FFC107, #000, #fff);
}

.gradient-warning-black-pink {
  background: linear-gradient(#FFC107, #000, #E91E63);
}

.gradient-warning-black-purple {
  background: linear-gradient(#FFC107, #000, #9C27B0);
}

.gradient-warning-black-indigo {
  background: linear-gradient(#FFC107, #000, #3E51B5);
}

.gradient-warning-black-cyan {
  background: linear-gradient(#FFC107, #000, #00BCD4);
}

.gradient-warning-black-teal {
  background: linear-gradient(#FFC107, #000, #009688);
}

.gradient-warning-black-lime {
  background: linear-gradient(#FFC107, #000, #CDDC39);
}

.gradient-warning-black-yellow {
  background: linear-gradient(#FFC107, #000, #FFEB3B);
}

.gradient-warning-black-amber {
  background: linear-gradient(#FFC107, #000, #FFC107);
}

.gradient-warning-black-orange {
  background: linear-gradient(#FFC107, #000, #FF9800);
}

.gradient-warning-black-lightblue {
  background: linear-gradient(#FFC107, #000, #03A9F4);
}

.gradient-warning-black-lightgreen {
  background: linear-gradient(#FFC107, #000, #76FF03);
}

.gradient-warning-black-deeppurple {
  background: linear-gradient(#FFC107, #000, #673AB7);
}

.gradient-warning-black-deeporange {
  background: linear-gradient(#FFC107, #000, #DD6E0F);
}

.gradient-warning-black-brown {
  background: linear-gradient(#FFC107, #000, #964B00);
}

.gradient-warning-black-grey {
  background: linear-gradient(#FFC107, #000, #808080);
}

.gradient-warning-white {
  background: linear-gradient(#FFC107, #fff);
}

.gradient-to-top-warning-white {
  background: linear-gradient(to top, #FFC107, #fff);
}

.gradient-to-bottom-warning-white {
  background: linear-gradient(to bottom, #FFC107, #fff);
}

.gradient-to-left-warning-white {
  background: linear-gradient(to left, #FFC107, #fff);
}

.gradient-to-right-warning-white {
  background: linear-gradient(to right, #FFC107, #fff);
}

.gradient-to-top-left-warning-white {
  background: linear-gradient(to top left, #FFC107, #fff);
}

.gradient-to-top-right-warning-white {
  background: linear-gradient(to top right, #FFC107, #fff);
}

.gradient-to-bottom-left-warning-white {
  background: linear-gradient(to bottom left, #FFC107, #fff);
}

.gradient-to-bottom-right-warning-white {
  background: linear-gradient(to bottom right, #FFC107, #fff);
}

.gradient-radial-warning-white {
  background: radial-gradient(circle, #FFC107, #fff);
}

.gradient-warning-white-primary {
  background: linear-gradient(#FFC107, #fff, #03A9F4);
}

.gradient-warning-white-secondary {
  background: linear-gradient(#FFC107, #fff, #333);
}

.gradient-warning-white-success {
  background: linear-gradient(#FFC107, #fff, #28a745);
}

.gradient-warning-white-info {
  background: linear-gradient(#FFC107, #fff, #0DCAF0);
}

.gradient-warning-white-danger {
  background: linear-gradient(#FFC107, #fff, #DC3545);
}

.gradient-warning-white-light {
  background: linear-gradient(#FFC107, #fff, #f5f5f5);
}

.gradient-warning-white-dark {
  background: linear-gradient(#FFC107, #fff, #212529);
}

.gradient-warning-white-red {
  background: linear-gradient(#FFC107, #fff, #F44336);
}

.gradient-warning-white-green {
  background: linear-gradient(#FFC107, #fff, #4CAF50);
}

.gradient-warning-white-blue {
  background: linear-gradient(#FFC107, #fff, #2196F3);
}

.gradient-warning-white-black {
  background: linear-gradient(#FFC107, #fff, #000);
}

.gradient-warning-white-pink {
  background: linear-gradient(#FFC107, #fff, #E91E63);
}

.gradient-warning-white-purple {
  background: linear-gradient(#FFC107, #fff, #9C27B0);
}

.gradient-warning-white-indigo {
  background: linear-gradient(#FFC107, #fff, #3E51B5);
}

.gradient-warning-white-cyan {
  background: linear-gradient(#FFC107, #fff, #00BCD4);
}

.gradient-warning-white-teal {
  background: linear-gradient(#FFC107, #fff, #009688);
}

.gradient-warning-white-lime {
  background: linear-gradient(#FFC107, #fff, #CDDC39);
}

.gradient-warning-white-yellow {
  background: linear-gradient(#FFC107, #fff, #FFEB3B);
}

.gradient-warning-white-amber {
  background: linear-gradient(#FFC107, #fff, #FFC107);
}

.gradient-warning-white-orange {
  background: linear-gradient(#FFC107, #fff, #FF9800);
}

.gradient-warning-white-lightblue {
  background: linear-gradient(#FFC107, #fff, #03A9F4);
}

.gradient-warning-white-lightgreen {
  background: linear-gradient(#FFC107, #fff, #76FF03);
}

.gradient-warning-white-deeppurple {
  background: linear-gradient(#FFC107, #fff, #673AB7);
}

.gradient-warning-white-deeporange {
  background: linear-gradient(#FFC107, #fff, #DD6E0F);
}

.gradient-warning-white-brown {
  background: linear-gradient(#FFC107, #fff, #964B00);
}

.gradient-warning-white-grey {
  background: linear-gradient(#FFC107, #fff, #808080);
}

.gradient-warning-pink {
  background: linear-gradient(#FFC107, #E91E63);
}

.gradient-to-top-warning-pink {
  background: linear-gradient(to top, #FFC107, #E91E63);
}

.gradient-to-bottom-warning-pink {
  background: linear-gradient(to bottom, #FFC107, #E91E63);
}

.gradient-to-left-warning-pink {
  background: linear-gradient(to left, #FFC107, #E91E63);
}

.gradient-to-right-warning-pink {
  background: linear-gradient(to right, #FFC107, #E91E63);
}

.gradient-to-top-left-warning-pink {
  background: linear-gradient(to top left, #FFC107, #E91E63);
}

.gradient-to-top-right-warning-pink {
  background: linear-gradient(to top right, #FFC107, #E91E63);
}

.gradient-to-bottom-left-warning-pink {
  background: linear-gradient(to bottom left, #FFC107, #E91E63);
}

.gradient-to-bottom-right-warning-pink {
  background: linear-gradient(to bottom right, #FFC107, #E91E63);
}

.gradient-radial-warning-pink {
  background: radial-gradient(circle, #FFC107, #E91E63);
}

.gradient-warning-pink-primary {
  background: linear-gradient(#FFC107, #E91E63, #03A9F4);
}

.gradient-warning-pink-secondary {
  background: linear-gradient(#FFC107, #E91E63, #333);
}

.gradient-warning-pink-success {
  background: linear-gradient(#FFC107, #E91E63, #28a745);
}

.gradient-warning-pink-info {
  background: linear-gradient(#FFC107, #E91E63, #0DCAF0);
}

.gradient-warning-pink-danger {
  background: linear-gradient(#FFC107, #E91E63, #DC3545);
}

.gradient-warning-pink-light {
  background: linear-gradient(#FFC107, #E91E63, #f5f5f5);
}

.gradient-warning-pink-dark {
  background: linear-gradient(#FFC107, #E91E63, #212529);
}

.gradient-warning-pink-red {
  background: linear-gradient(#FFC107, #E91E63, #F44336);
}

.gradient-warning-pink-green {
  background: linear-gradient(#FFC107, #E91E63, #4CAF50);
}

.gradient-warning-pink-blue {
  background: linear-gradient(#FFC107, #E91E63, #2196F3);
}

.gradient-warning-pink-black {
  background: linear-gradient(#FFC107, #E91E63, #000);
}

.gradient-warning-pink-white {
  background: linear-gradient(#FFC107, #E91E63, #fff);
}

.gradient-warning-pink-purple {
  background: linear-gradient(#FFC107, #E91E63, #9C27B0);
}

.gradient-warning-pink-indigo {
  background: linear-gradient(#FFC107, #E91E63, #3E51B5);
}

.gradient-warning-pink-cyan {
  background: linear-gradient(#FFC107, #E91E63, #00BCD4);
}

.gradient-warning-pink-teal {
  background: linear-gradient(#FFC107, #E91E63, #009688);
}

.gradient-warning-pink-lime {
  background: linear-gradient(#FFC107, #E91E63, #CDDC39);
}

.gradient-warning-pink-yellow {
  background: linear-gradient(#FFC107, #E91E63, #FFEB3B);
}

.gradient-warning-pink-amber {
  background: linear-gradient(#FFC107, #E91E63, #FFC107);
}

.gradient-warning-pink-orange {
  background: linear-gradient(#FFC107, #E91E63, #FF9800);
}

.gradient-warning-pink-lightblue {
  background: linear-gradient(#FFC107, #E91E63, #03A9F4);
}

.gradient-warning-pink-lightgreen {
  background: linear-gradient(#FFC107, #E91E63, #76FF03);
}

.gradient-warning-pink-deeppurple {
  background: linear-gradient(#FFC107, #E91E63, #673AB7);
}

.gradient-warning-pink-deeporange {
  background: linear-gradient(#FFC107, #E91E63, #DD6E0F);
}

.gradient-warning-pink-brown {
  background: linear-gradient(#FFC107, #E91E63, #964B00);
}

.gradient-warning-pink-grey {
  background: linear-gradient(#FFC107, #E91E63, #808080);
}

.gradient-warning-purple {
  background: linear-gradient(#FFC107, #9C27B0);
}

.gradient-to-top-warning-purple {
  background: linear-gradient(to top, #FFC107, #9C27B0);
}

.gradient-to-bottom-warning-purple {
  background: linear-gradient(to bottom, #FFC107, #9C27B0);
}

.gradient-to-left-warning-purple {
  background: linear-gradient(to left, #FFC107, #9C27B0);
}

.gradient-to-right-warning-purple {
  background: linear-gradient(to right, #FFC107, #9C27B0);
}

.gradient-to-top-left-warning-purple {
  background: linear-gradient(to top left, #FFC107, #9C27B0);
}

.gradient-to-top-right-warning-purple {
  background: linear-gradient(to top right, #FFC107, #9C27B0);
}

.gradient-to-bottom-left-warning-purple {
  background: linear-gradient(to bottom left, #FFC107, #9C27B0);
}

.gradient-to-bottom-right-warning-purple {
  background: linear-gradient(to bottom right, #FFC107, #9C27B0);
}

.gradient-radial-warning-purple {
  background: radial-gradient(circle, #FFC107, #9C27B0);
}

.gradient-warning-purple-primary {
  background: linear-gradient(#FFC107, #9C27B0, #03A9F4);
}

.gradient-warning-purple-secondary {
  background: linear-gradient(#FFC107, #9C27B0, #333);
}

.gradient-warning-purple-success {
  background: linear-gradient(#FFC107, #9C27B0, #28a745);
}

.gradient-warning-purple-info {
  background: linear-gradient(#FFC107, #9C27B0, #0DCAF0);
}

.gradient-warning-purple-danger {
  background: linear-gradient(#FFC107, #9C27B0, #DC3545);
}

.gradient-warning-purple-light {
  background: linear-gradient(#FFC107, #9C27B0, #f5f5f5);
}

.gradient-warning-purple-dark {
  background: linear-gradient(#FFC107, #9C27B0, #212529);
}

.gradient-warning-purple-red {
  background: linear-gradient(#FFC107, #9C27B0, #F44336);
}

.gradient-warning-purple-green {
  background: linear-gradient(#FFC107, #9C27B0, #4CAF50);
}

.gradient-warning-purple-blue {
  background: linear-gradient(#FFC107, #9C27B0, #2196F3);
}

.gradient-warning-purple-black {
  background: linear-gradient(#FFC107, #9C27B0, #000);
}

.gradient-warning-purple-white {
  background: linear-gradient(#FFC107, #9C27B0, #fff);
}

.gradient-warning-purple-pink {
  background: linear-gradient(#FFC107, #9C27B0, #E91E63);
}

.gradient-warning-purple-indigo {
  background: linear-gradient(#FFC107, #9C27B0, #3E51B5);
}

.gradient-warning-purple-cyan {
  background: linear-gradient(#FFC107, #9C27B0, #00BCD4);
}

.gradient-warning-purple-teal {
  background: linear-gradient(#FFC107, #9C27B0, #009688);
}

.gradient-warning-purple-lime {
  background: linear-gradient(#FFC107, #9C27B0, #CDDC39);
}

.gradient-warning-purple-yellow {
  background: linear-gradient(#FFC107, #9C27B0, #FFEB3B);
}

.gradient-warning-purple-amber {
  background: linear-gradient(#FFC107, #9C27B0, #FFC107);
}

.gradient-warning-purple-orange {
  background: linear-gradient(#FFC107, #9C27B0, #FF9800);
}

.gradient-warning-purple-lightblue {
  background: linear-gradient(#FFC107, #9C27B0, #03A9F4);
}

.gradient-warning-purple-lightgreen {
  background: linear-gradient(#FFC107, #9C27B0, #76FF03);
}

.gradient-warning-purple-deeppurple {
  background: linear-gradient(#FFC107, #9C27B0, #673AB7);
}

.gradient-warning-purple-deeporange {
  background: linear-gradient(#FFC107, #9C27B0, #DD6E0F);
}

.gradient-warning-purple-brown {
  background: linear-gradient(#FFC107, #9C27B0, #964B00);
}

.gradient-warning-purple-grey {
  background: linear-gradient(#FFC107, #9C27B0, #808080);
}

.gradient-warning-indigo {
  background: linear-gradient(#FFC107, #3E51B5);
}

.gradient-to-top-warning-indigo {
  background: linear-gradient(to top, #FFC107, #3E51B5);
}

.gradient-to-bottom-warning-indigo {
  background: linear-gradient(to bottom, #FFC107, #3E51B5);
}

.gradient-to-left-warning-indigo {
  background: linear-gradient(to left, #FFC107, #3E51B5);
}

.gradient-to-right-warning-indigo {
  background: linear-gradient(to right, #FFC107, #3E51B5);
}

.gradient-to-top-left-warning-indigo {
  background: linear-gradient(to top left, #FFC107, #3E51B5);
}

.gradient-to-top-right-warning-indigo {
  background: linear-gradient(to top right, #FFC107, #3E51B5);
}

.gradient-to-bottom-left-warning-indigo {
  background: linear-gradient(to bottom left, #FFC107, #3E51B5);
}

.gradient-to-bottom-right-warning-indigo {
  background: linear-gradient(to bottom right, #FFC107, #3E51B5);
}

.gradient-radial-warning-indigo {
  background: radial-gradient(circle, #FFC107, #3E51B5);
}

.gradient-warning-indigo-primary {
  background: linear-gradient(#FFC107, #3E51B5, #03A9F4);
}

.gradient-warning-indigo-secondary {
  background: linear-gradient(#FFC107, #3E51B5, #333);
}

.gradient-warning-indigo-success {
  background: linear-gradient(#FFC107, #3E51B5, #28a745);
}

.gradient-warning-indigo-info {
  background: linear-gradient(#FFC107, #3E51B5, #0DCAF0);
}

.gradient-warning-indigo-danger {
  background: linear-gradient(#FFC107, #3E51B5, #DC3545);
}

.gradient-warning-indigo-light {
  background: linear-gradient(#FFC107, #3E51B5, #f5f5f5);
}

.gradient-warning-indigo-dark {
  background: linear-gradient(#FFC107, #3E51B5, #212529);
}

.gradient-warning-indigo-red {
  background: linear-gradient(#FFC107, #3E51B5, #F44336);
}

.gradient-warning-indigo-green {
  background: linear-gradient(#FFC107, #3E51B5, #4CAF50);
}

.gradient-warning-indigo-blue {
  background: linear-gradient(#FFC107, #3E51B5, #2196F3);
}

.gradient-warning-indigo-black {
  background: linear-gradient(#FFC107, #3E51B5, #000);
}

.gradient-warning-indigo-white {
  background: linear-gradient(#FFC107, #3E51B5, #fff);
}

.gradient-warning-indigo-pink {
  background: linear-gradient(#FFC107, #3E51B5, #E91E63);
}

.gradient-warning-indigo-purple {
  background: linear-gradient(#FFC107, #3E51B5, #9C27B0);
}

.gradient-warning-indigo-cyan {
  background: linear-gradient(#FFC107, #3E51B5, #00BCD4);
}

.gradient-warning-indigo-teal {
  background: linear-gradient(#FFC107, #3E51B5, #009688);
}

.gradient-warning-indigo-lime {
  background: linear-gradient(#FFC107, #3E51B5, #CDDC39);
}

.gradient-warning-indigo-yellow {
  background: linear-gradient(#FFC107, #3E51B5, #FFEB3B);
}

.gradient-warning-indigo-amber {
  background: linear-gradient(#FFC107, #3E51B5, #FFC107);
}

.gradient-warning-indigo-orange {
  background: linear-gradient(#FFC107, #3E51B5, #FF9800);
}

.gradient-warning-indigo-lightblue {
  background: linear-gradient(#FFC107, #3E51B5, #03A9F4);
}

.gradient-warning-indigo-lightgreen {
  background: linear-gradient(#FFC107, #3E51B5, #76FF03);
}

.gradient-warning-indigo-deeppurple {
  background: linear-gradient(#FFC107, #3E51B5, #673AB7);
}

.gradient-warning-indigo-deeporange {
  background: linear-gradient(#FFC107, #3E51B5, #DD6E0F);
}

.gradient-warning-indigo-brown {
  background: linear-gradient(#FFC107, #3E51B5, #964B00);
}

.gradient-warning-indigo-grey {
  background: linear-gradient(#FFC107, #3E51B5, #808080);
}

.gradient-warning-cyan {
  background: linear-gradient(#FFC107, #00BCD4);
}

.gradient-to-top-warning-cyan {
  background: linear-gradient(to top, #FFC107, #00BCD4);
}

.gradient-to-bottom-warning-cyan {
  background: linear-gradient(to bottom, #FFC107, #00BCD4);
}

.gradient-to-left-warning-cyan {
  background: linear-gradient(to left, #FFC107, #00BCD4);
}

.gradient-to-right-warning-cyan {
  background: linear-gradient(to right, #FFC107, #00BCD4);
}

.gradient-to-top-left-warning-cyan {
  background: linear-gradient(to top left, #FFC107, #00BCD4);
}

.gradient-to-top-right-warning-cyan {
  background: linear-gradient(to top right, #FFC107, #00BCD4);
}

.gradient-to-bottom-left-warning-cyan {
  background: linear-gradient(to bottom left, #FFC107, #00BCD4);
}

.gradient-to-bottom-right-warning-cyan {
  background: linear-gradient(to bottom right, #FFC107, #00BCD4);
}

.gradient-radial-warning-cyan {
  background: radial-gradient(circle, #FFC107, #00BCD4);
}

.gradient-warning-cyan-primary {
  background: linear-gradient(#FFC107, #00BCD4, #03A9F4);
}

.gradient-warning-cyan-secondary {
  background: linear-gradient(#FFC107, #00BCD4, #333);
}

.gradient-warning-cyan-success {
  background: linear-gradient(#FFC107, #00BCD4, #28a745);
}

.gradient-warning-cyan-info {
  background: linear-gradient(#FFC107, #00BCD4, #0DCAF0);
}

.gradient-warning-cyan-danger {
  background: linear-gradient(#FFC107, #00BCD4, #DC3545);
}

.gradient-warning-cyan-light {
  background: linear-gradient(#FFC107, #00BCD4, #f5f5f5);
}

.gradient-warning-cyan-dark {
  background: linear-gradient(#FFC107, #00BCD4, #212529);
}

.gradient-warning-cyan-red {
  background: linear-gradient(#FFC107, #00BCD4, #F44336);
}

.gradient-warning-cyan-green {
  background: linear-gradient(#FFC107, #00BCD4, #4CAF50);
}

.gradient-warning-cyan-blue {
  background: linear-gradient(#FFC107, #00BCD4, #2196F3);
}

.gradient-warning-cyan-black {
  background: linear-gradient(#FFC107, #00BCD4, #000);
}

.gradient-warning-cyan-white {
  background: linear-gradient(#FFC107, #00BCD4, #fff);
}

.gradient-warning-cyan-pink {
  background: linear-gradient(#FFC107, #00BCD4, #E91E63);
}

.gradient-warning-cyan-purple {
  background: linear-gradient(#FFC107, #00BCD4, #9C27B0);
}

.gradient-warning-cyan-indigo {
  background: linear-gradient(#FFC107, #00BCD4, #3E51B5);
}

.gradient-warning-cyan-teal {
  background: linear-gradient(#FFC107, #00BCD4, #009688);
}

.gradient-warning-cyan-lime {
  background: linear-gradient(#FFC107, #00BCD4, #CDDC39);
}

.gradient-warning-cyan-yellow {
  background: linear-gradient(#FFC107, #00BCD4, #FFEB3B);
}

.gradient-warning-cyan-amber {
  background: linear-gradient(#FFC107, #00BCD4, #FFC107);
}

.gradient-warning-cyan-orange {
  background: linear-gradient(#FFC107, #00BCD4, #FF9800);
}

.gradient-warning-cyan-lightblue {
  background: linear-gradient(#FFC107, #00BCD4, #03A9F4);
}

.gradient-warning-cyan-lightgreen {
  background: linear-gradient(#FFC107, #00BCD4, #76FF03);
}

.gradient-warning-cyan-deeppurple {
  background: linear-gradient(#FFC107, #00BCD4, #673AB7);
}

.gradient-warning-cyan-deeporange {
  background: linear-gradient(#FFC107, #00BCD4, #DD6E0F);
}

.gradient-warning-cyan-brown {
  background: linear-gradient(#FFC107, #00BCD4, #964B00);
}

.gradient-warning-cyan-grey {
  background: linear-gradient(#FFC107, #00BCD4, #808080);
}

.gradient-warning-teal {
  background: linear-gradient(#FFC107, #009688);
}

.gradient-to-top-warning-teal {
  background: linear-gradient(to top, #FFC107, #009688);
}

.gradient-to-bottom-warning-teal {
  background: linear-gradient(to bottom, #FFC107, #009688);
}

.gradient-to-left-warning-teal {
  background: linear-gradient(to left, #FFC107, #009688);
}

.gradient-to-right-warning-teal {
  background: linear-gradient(to right, #FFC107, #009688);
}

.gradient-to-top-left-warning-teal {
  background: linear-gradient(to top left, #FFC107, #009688);
}

.gradient-to-top-right-warning-teal {
  background: linear-gradient(to top right, #FFC107, #009688);
}

.gradient-to-bottom-left-warning-teal {
  background: linear-gradient(to bottom left, #FFC107, #009688);
}

.gradient-to-bottom-right-warning-teal {
  background: linear-gradient(to bottom right, #FFC107, #009688);
}

.gradient-radial-warning-teal {
  background: radial-gradient(circle, #FFC107, #009688);
}

.gradient-warning-teal-primary {
  background: linear-gradient(#FFC107, #009688, #03A9F4);
}

.gradient-warning-teal-secondary {
  background: linear-gradient(#FFC107, #009688, #333);
}

.gradient-warning-teal-success {
  background: linear-gradient(#FFC107, #009688, #28a745);
}

.gradient-warning-teal-info {
  background: linear-gradient(#FFC107, #009688, #0DCAF0);
}

.gradient-warning-teal-danger {
  background: linear-gradient(#FFC107, #009688, #DC3545);
}

.gradient-warning-teal-light {
  background: linear-gradient(#FFC107, #009688, #f5f5f5);
}

.gradient-warning-teal-dark {
  background: linear-gradient(#FFC107, #009688, #212529);
}

.gradient-warning-teal-red {
  background: linear-gradient(#FFC107, #009688, #F44336);
}

.gradient-warning-teal-green {
  background: linear-gradient(#FFC107, #009688, #4CAF50);
}

.gradient-warning-teal-blue {
  background: linear-gradient(#FFC107, #009688, #2196F3);
}

.gradient-warning-teal-black {
  background: linear-gradient(#FFC107, #009688, #000);
}

.gradient-warning-teal-white {
  background: linear-gradient(#FFC107, #009688, #fff);
}

.gradient-warning-teal-pink {
  background: linear-gradient(#FFC107, #009688, #E91E63);
}

.gradient-warning-teal-purple {
  background: linear-gradient(#FFC107, #009688, #9C27B0);
}

.gradient-warning-teal-indigo {
  background: linear-gradient(#FFC107, #009688, #3E51B5);
}

.gradient-warning-teal-cyan {
  background: linear-gradient(#FFC107, #009688, #00BCD4);
}

.gradient-warning-teal-lime {
  background: linear-gradient(#FFC107, #009688, #CDDC39);
}

.gradient-warning-teal-yellow {
  background: linear-gradient(#FFC107, #009688, #FFEB3B);
}

.gradient-warning-teal-amber {
  background: linear-gradient(#FFC107, #009688, #FFC107);
}

.gradient-warning-teal-orange {
  background: linear-gradient(#FFC107, #009688, #FF9800);
}

.gradient-warning-teal-lightblue {
  background: linear-gradient(#FFC107, #009688, #03A9F4);
}

.gradient-warning-teal-lightgreen {
  background: linear-gradient(#FFC107, #009688, #76FF03);
}

.gradient-warning-teal-deeppurple {
  background: linear-gradient(#FFC107, #009688, #673AB7);
}

.gradient-warning-teal-deeporange {
  background: linear-gradient(#FFC107, #009688, #DD6E0F);
}

.gradient-warning-teal-brown {
  background: linear-gradient(#FFC107, #009688, #964B00);
}

.gradient-warning-teal-grey {
  background: linear-gradient(#FFC107, #009688, #808080);
}

.gradient-warning-lime {
  background: linear-gradient(#FFC107, #CDDC39);
}

.gradient-to-top-warning-lime {
  background: linear-gradient(to top, #FFC107, #CDDC39);
}

.gradient-to-bottom-warning-lime {
  background: linear-gradient(to bottom, #FFC107, #CDDC39);
}

.gradient-to-left-warning-lime {
  background: linear-gradient(to left, #FFC107, #CDDC39);
}

.gradient-to-right-warning-lime {
  background: linear-gradient(to right, #FFC107, #CDDC39);
}

.gradient-to-top-left-warning-lime {
  background: linear-gradient(to top left, #FFC107, #CDDC39);
}

.gradient-to-top-right-warning-lime {
  background: linear-gradient(to top right, #FFC107, #CDDC39);
}

.gradient-to-bottom-left-warning-lime {
  background: linear-gradient(to bottom left, #FFC107, #CDDC39);
}

.gradient-to-bottom-right-warning-lime {
  background: linear-gradient(to bottom right, #FFC107, #CDDC39);
}

.gradient-radial-warning-lime {
  background: radial-gradient(circle, #FFC107, #CDDC39);
}

.gradient-warning-lime-primary {
  background: linear-gradient(#FFC107, #CDDC39, #03A9F4);
}

.gradient-warning-lime-secondary {
  background: linear-gradient(#FFC107, #CDDC39, #333);
}

.gradient-warning-lime-success {
  background: linear-gradient(#FFC107, #CDDC39, #28a745);
}

.gradient-warning-lime-info {
  background: linear-gradient(#FFC107, #CDDC39, #0DCAF0);
}

.gradient-warning-lime-danger {
  background: linear-gradient(#FFC107, #CDDC39, #DC3545);
}

.gradient-warning-lime-light {
  background: linear-gradient(#FFC107, #CDDC39, #f5f5f5);
}

.gradient-warning-lime-dark {
  background: linear-gradient(#FFC107, #CDDC39, #212529);
}

.gradient-warning-lime-red {
  background: linear-gradient(#FFC107, #CDDC39, #F44336);
}

.gradient-warning-lime-green {
  background: linear-gradient(#FFC107, #CDDC39, #4CAF50);
}

.gradient-warning-lime-blue {
  background: linear-gradient(#FFC107, #CDDC39, #2196F3);
}

.gradient-warning-lime-black {
  background: linear-gradient(#FFC107, #CDDC39, #000);
}

.gradient-warning-lime-white {
  background: linear-gradient(#FFC107, #CDDC39, #fff);
}

.gradient-warning-lime-pink {
  background: linear-gradient(#FFC107, #CDDC39, #E91E63);
}

.gradient-warning-lime-purple {
  background: linear-gradient(#FFC107, #CDDC39, #9C27B0);
}

.gradient-warning-lime-indigo {
  background: linear-gradient(#FFC107, #CDDC39, #3E51B5);
}

.gradient-warning-lime-cyan {
  background: linear-gradient(#FFC107, #CDDC39, #00BCD4);
}

.gradient-warning-lime-teal {
  background: linear-gradient(#FFC107, #CDDC39, #009688);
}

.gradient-warning-lime-yellow {
  background: linear-gradient(#FFC107, #CDDC39, #FFEB3B);
}

.gradient-warning-lime-amber {
  background: linear-gradient(#FFC107, #CDDC39, #FFC107);
}

.gradient-warning-lime-orange {
  background: linear-gradient(#FFC107, #CDDC39, #FF9800);
}

.gradient-warning-lime-lightblue {
  background: linear-gradient(#FFC107, #CDDC39, #03A9F4);
}

.gradient-warning-lime-lightgreen {
  background: linear-gradient(#FFC107, #CDDC39, #76FF03);
}

.gradient-warning-lime-deeppurple {
  background: linear-gradient(#FFC107, #CDDC39, #673AB7);
}

.gradient-warning-lime-deeporange {
  background: linear-gradient(#FFC107, #CDDC39, #DD6E0F);
}

.gradient-warning-lime-brown {
  background: linear-gradient(#FFC107, #CDDC39, #964B00);
}

.gradient-warning-lime-grey {
  background: linear-gradient(#FFC107, #CDDC39, #808080);
}

.gradient-warning-yellow {
  background: linear-gradient(#FFC107, #FFEB3B);
}

.gradient-to-top-warning-yellow {
  background: linear-gradient(to top, #FFC107, #FFEB3B);
}

.gradient-to-bottom-warning-yellow {
  background: linear-gradient(to bottom, #FFC107, #FFEB3B);
}

.gradient-to-left-warning-yellow {
  background: linear-gradient(to left, #FFC107, #FFEB3B);
}

.gradient-to-right-warning-yellow {
  background: linear-gradient(to right, #FFC107, #FFEB3B);
}

.gradient-to-top-left-warning-yellow {
  background: linear-gradient(to top left, #FFC107, #FFEB3B);
}

.gradient-to-top-right-warning-yellow {
  background: linear-gradient(to top right, #FFC107, #FFEB3B);
}

.gradient-to-bottom-left-warning-yellow {
  background: linear-gradient(to bottom left, #FFC107, #FFEB3B);
}

.gradient-to-bottom-right-warning-yellow {
  background: linear-gradient(to bottom right, #FFC107, #FFEB3B);
}

.gradient-radial-warning-yellow {
  background: radial-gradient(circle, #FFC107, #FFEB3B);
}

.gradient-warning-yellow-primary {
  background: linear-gradient(#FFC107, #FFEB3B, #03A9F4);
}

.gradient-warning-yellow-secondary {
  background: linear-gradient(#FFC107, #FFEB3B, #333);
}

.gradient-warning-yellow-success {
  background: linear-gradient(#FFC107, #FFEB3B, #28a745);
}

.gradient-warning-yellow-info {
  background: linear-gradient(#FFC107, #FFEB3B, #0DCAF0);
}

.gradient-warning-yellow-danger {
  background: linear-gradient(#FFC107, #FFEB3B, #DC3545);
}

.gradient-warning-yellow-light {
  background: linear-gradient(#FFC107, #FFEB3B, #f5f5f5);
}

.gradient-warning-yellow-dark {
  background: linear-gradient(#FFC107, #FFEB3B, #212529);
}

.gradient-warning-yellow-red {
  background: linear-gradient(#FFC107, #FFEB3B, #F44336);
}

.gradient-warning-yellow-green {
  background: linear-gradient(#FFC107, #FFEB3B, #4CAF50);
}

.gradient-warning-yellow-blue {
  background: linear-gradient(#FFC107, #FFEB3B, #2196F3);
}

.gradient-warning-yellow-black {
  background: linear-gradient(#FFC107, #FFEB3B, #000);
}

.gradient-warning-yellow-white {
  background: linear-gradient(#FFC107, #FFEB3B, #fff);
}

.gradient-warning-yellow-pink {
  background: linear-gradient(#FFC107, #FFEB3B, #E91E63);
}

.gradient-warning-yellow-purple {
  background: linear-gradient(#FFC107, #FFEB3B, #9C27B0);
}

.gradient-warning-yellow-indigo {
  background: linear-gradient(#FFC107, #FFEB3B, #3E51B5);
}

.gradient-warning-yellow-cyan {
  background: linear-gradient(#FFC107, #FFEB3B, #00BCD4);
}

.gradient-warning-yellow-teal {
  background: linear-gradient(#FFC107, #FFEB3B, #009688);
}

.gradient-warning-yellow-lime {
  background: linear-gradient(#FFC107, #FFEB3B, #CDDC39);
}

.gradient-warning-yellow-amber {
  background: linear-gradient(#FFC107, #FFEB3B, #FFC107);
}

.gradient-warning-yellow-orange {
  background: linear-gradient(#FFC107, #FFEB3B, #FF9800);
}

.gradient-warning-yellow-lightblue {
  background: linear-gradient(#FFC107, #FFEB3B, #03A9F4);
}

.gradient-warning-yellow-lightgreen {
  background: linear-gradient(#FFC107, #FFEB3B, #76FF03);
}

.gradient-warning-yellow-deeppurple {
  background: linear-gradient(#FFC107, #FFEB3B, #673AB7);
}

.gradient-warning-yellow-deeporange {
  background: linear-gradient(#FFC107, #FFEB3B, #DD6E0F);
}

.gradient-warning-yellow-brown {
  background: linear-gradient(#FFC107, #FFEB3B, #964B00);
}

.gradient-warning-yellow-grey {
  background: linear-gradient(#FFC107, #FFEB3B, #808080);
}

.gradient-warning-amber {
  background: linear-gradient(#FFC107, #FFC107);
}

.gradient-to-top-warning-amber {
  background: linear-gradient(to top, #FFC107, #FFC107);
}

.gradient-to-bottom-warning-amber {
  background: linear-gradient(to bottom, #FFC107, #FFC107);
}

.gradient-to-left-warning-amber {
  background: linear-gradient(to left, #FFC107, #FFC107);
}

.gradient-to-right-warning-amber {
  background: linear-gradient(to right, #FFC107, #FFC107);
}

.gradient-to-top-left-warning-amber {
  background: linear-gradient(to top left, #FFC107, #FFC107);
}

.gradient-to-top-right-warning-amber {
  background: linear-gradient(to top right, #FFC107, #FFC107);
}

.gradient-to-bottom-left-warning-amber {
  background: linear-gradient(to bottom left, #FFC107, #FFC107);
}

.gradient-to-bottom-right-warning-amber {
  background: linear-gradient(to bottom right, #FFC107, #FFC107);
}

.gradient-radial-warning-amber {
  background: radial-gradient(circle, #FFC107, #FFC107);
}

.gradient-warning-amber-primary {
  background: linear-gradient(#FFC107, #FFC107, #03A9F4);
}

.gradient-warning-amber-secondary {
  background: linear-gradient(#FFC107, #FFC107, #333);
}

.gradient-warning-amber-success {
  background: linear-gradient(#FFC107, #FFC107, #28a745);
}

.gradient-warning-amber-info {
  background: linear-gradient(#FFC107, #FFC107, #0DCAF0);
}

.gradient-warning-amber-danger {
  background: linear-gradient(#FFC107, #FFC107, #DC3545);
}

.gradient-warning-amber-light {
  background: linear-gradient(#FFC107, #FFC107, #f5f5f5);
}

.gradient-warning-amber-dark {
  background: linear-gradient(#FFC107, #FFC107, #212529);
}

.gradient-warning-amber-red {
  background: linear-gradient(#FFC107, #FFC107, #F44336);
}

.gradient-warning-amber-green {
  background: linear-gradient(#FFC107, #FFC107, #4CAF50);
}

.gradient-warning-amber-blue {
  background: linear-gradient(#FFC107, #FFC107, #2196F3);
}

.gradient-warning-amber-black {
  background: linear-gradient(#FFC107, #FFC107, #000);
}

.gradient-warning-amber-white {
  background: linear-gradient(#FFC107, #FFC107, #fff);
}

.gradient-warning-amber-pink {
  background: linear-gradient(#FFC107, #FFC107, #E91E63);
}

.gradient-warning-amber-purple {
  background: linear-gradient(#FFC107, #FFC107, #9C27B0);
}

.gradient-warning-amber-indigo {
  background: linear-gradient(#FFC107, #FFC107, #3E51B5);
}

.gradient-warning-amber-cyan {
  background: linear-gradient(#FFC107, #FFC107, #00BCD4);
}

.gradient-warning-amber-teal {
  background: linear-gradient(#FFC107, #FFC107, #009688);
}

.gradient-warning-amber-lime {
  background: linear-gradient(#FFC107, #FFC107, #CDDC39);
}

.gradient-warning-amber-yellow {
  background: linear-gradient(#FFC107, #FFC107, #FFEB3B);
}

.gradient-warning-amber-orange {
  background: linear-gradient(#FFC107, #FFC107, #FF9800);
}

.gradient-warning-amber-lightblue {
  background: linear-gradient(#FFC107, #FFC107, #03A9F4);
}

.gradient-warning-amber-lightgreen {
  background: linear-gradient(#FFC107, #FFC107, #76FF03);
}

.gradient-warning-amber-deeppurple {
  background: linear-gradient(#FFC107, #FFC107, #673AB7);
}

.gradient-warning-amber-deeporange {
  background: linear-gradient(#FFC107, #FFC107, #DD6E0F);
}

.gradient-warning-amber-brown {
  background: linear-gradient(#FFC107, #FFC107, #964B00);
}

.gradient-warning-amber-grey {
  background: linear-gradient(#FFC107, #FFC107, #808080);
}

.gradient-warning-orange {
  background: linear-gradient(#FFC107, #FF9800);
}

.gradient-to-top-warning-orange {
  background: linear-gradient(to top, #FFC107, #FF9800);
}

.gradient-to-bottom-warning-orange {
  background: linear-gradient(to bottom, #FFC107, #FF9800);
}

.gradient-to-left-warning-orange {
  background: linear-gradient(to left, #FFC107, #FF9800);
}

.gradient-to-right-warning-orange {
  background: linear-gradient(to right, #FFC107, #FF9800);
}

.gradient-to-top-left-warning-orange {
  background: linear-gradient(to top left, #FFC107, #FF9800);
}

.gradient-to-top-right-warning-orange {
  background: linear-gradient(to top right, #FFC107, #FF9800);
}

.gradient-to-bottom-left-warning-orange {
  background: linear-gradient(to bottom left, #FFC107, #FF9800);
}

.gradient-to-bottom-right-warning-orange {
  background: linear-gradient(to bottom right, #FFC107, #FF9800);
}

.gradient-radial-warning-orange {
  background: radial-gradient(circle, #FFC107, #FF9800);
}

.gradient-warning-orange-primary {
  background: linear-gradient(#FFC107, #FF9800, #03A9F4);
}

.gradient-warning-orange-secondary {
  background: linear-gradient(#FFC107, #FF9800, #333);
}

.gradient-warning-orange-success {
  background: linear-gradient(#FFC107, #FF9800, #28a745);
}

.gradient-warning-orange-info {
  background: linear-gradient(#FFC107, #FF9800, #0DCAF0);
}

.gradient-warning-orange-danger {
  background: linear-gradient(#FFC107, #FF9800, #DC3545);
}

.gradient-warning-orange-light {
  background: linear-gradient(#FFC107, #FF9800, #f5f5f5);
}

.gradient-warning-orange-dark {
  background: linear-gradient(#FFC107, #FF9800, #212529);
}

.gradient-warning-orange-red {
  background: linear-gradient(#FFC107, #FF9800, #F44336);
}

.gradient-warning-orange-green {
  background: linear-gradient(#FFC107, #FF9800, #4CAF50);
}

.gradient-warning-orange-blue {
  background: linear-gradient(#FFC107, #FF9800, #2196F3);
}

.gradient-warning-orange-black {
  background: linear-gradient(#FFC107, #FF9800, #000);
}

.gradient-warning-orange-white {
  background: linear-gradient(#FFC107, #FF9800, #fff);
}

.gradient-warning-orange-pink {
  background: linear-gradient(#FFC107, #FF9800, #E91E63);
}

.gradient-warning-orange-purple {
  background: linear-gradient(#FFC107, #FF9800, #9C27B0);
}

.gradient-warning-orange-indigo {
  background: linear-gradient(#FFC107, #FF9800, #3E51B5);
}

.gradient-warning-orange-cyan {
  background: linear-gradient(#FFC107, #FF9800, #00BCD4);
}

.gradient-warning-orange-teal {
  background: linear-gradient(#FFC107, #FF9800, #009688);
}

.gradient-warning-orange-lime {
  background: linear-gradient(#FFC107, #FF9800, #CDDC39);
}

.gradient-warning-orange-yellow {
  background: linear-gradient(#FFC107, #FF9800, #FFEB3B);
}

.gradient-warning-orange-amber {
  background: linear-gradient(#FFC107, #FF9800, #FFC107);
}

.gradient-warning-orange-lightblue {
  background: linear-gradient(#FFC107, #FF9800, #03A9F4);
}

.gradient-warning-orange-lightgreen {
  background: linear-gradient(#FFC107, #FF9800, #76FF03);
}

.gradient-warning-orange-deeppurple {
  background: linear-gradient(#FFC107, #FF9800, #673AB7);
}

.gradient-warning-orange-deeporange {
  background: linear-gradient(#FFC107, #FF9800, #DD6E0F);
}

.gradient-warning-orange-brown {
  background: linear-gradient(#FFC107, #FF9800, #964B00);
}

.gradient-warning-orange-grey {
  background: linear-gradient(#FFC107, #FF9800, #808080);
}

.gradient-warning-lightblue {
  background: linear-gradient(#FFC107, #03A9F4);
}

.gradient-to-top-warning-lightblue {
  background: linear-gradient(to top, #FFC107, #03A9F4);
}

.gradient-to-bottom-warning-lightblue {
  background: linear-gradient(to bottom, #FFC107, #03A9F4);
}

.gradient-to-left-warning-lightblue {
  background: linear-gradient(to left, #FFC107, #03A9F4);
}

.gradient-to-right-warning-lightblue {
  background: linear-gradient(to right, #FFC107, #03A9F4);
}

.gradient-to-top-left-warning-lightblue {
  background: linear-gradient(to top left, #FFC107, #03A9F4);
}

.gradient-to-top-right-warning-lightblue {
  background: linear-gradient(to top right, #FFC107, #03A9F4);
}

.gradient-to-bottom-left-warning-lightblue {
  background: linear-gradient(to bottom left, #FFC107, #03A9F4);
}

.gradient-to-bottom-right-warning-lightblue {
  background: linear-gradient(to bottom right, #FFC107, #03A9F4);
}

.gradient-radial-warning-lightblue {
  background: radial-gradient(circle, #FFC107, #03A9F4);
}

.gradient-warning-lightblue-primary {
  background: linear-gradient(#FFC107, #03A9F4, #03A9F4);
}

.gradient-warning-lightblue-secondary {
  background: linear-gradient(#FFC107, #03A9F4, #333);
}

.gradient-warning-lightblue-success {
  background: linear-gradient(#FFC107, #03A9F4, #28a745);
}

.gradient-warning-lightblue-info {
  background: linear-gradient(#FFC107, #03A9F4, #0DCAF0);
}

.gradient-warning-lightblue-danger {
  background: linear-gradient(#FFC107, #03A9F4, #DC3545);
}

.gradient-warning-lightblue-light {
  background: linear-gradient(#FFC107, #03A9F4, #f5f5f5);
}

.gradient-warning-lightblue-dark {
  background: linear-gradient(#FFC107, #03A9F4, #212529);
}

.gradient-warning-lightblue-red {
  background: linear-gradient(#FFC107, #03A9F4, #F44336);
}

.gradient-warning-lightblue-green {
  background: linear-gradient(#FFC107, #03A9F4, #4CAF50);
}

.gradient-warning-lightblue-blue {
  background: linear-gradient(#FFC107, #03A9F4, #2196F3);
}

.gradient-warning-lightblue-black {
  background: linear-gradient(#FFC107, #03A9F4, #000);
}

.gradient-warning-lightblue-white {
  background: linear-gradient(#FFC107, #03A9F4, #fff);
}

.gradient-warning-lightblue-pink {
  background: linear-gradient(#FFC107, #03A9F4, #E91E63);
}

.gradient-warning-lightblue-purple {
  background: linear-gradient(#FFC107, #03A9F4, #9C27B0);
}

.gradient-warning-lightblue-indigo {
  background: linear-gradient(#FFC107, #03A9F4, #3E51B5);
}

.gradient-warning-lightblue-cyan {
  background: linear-gradient(#FFC107, #03A9F4, #00BCD4);
}

.gradient-warning-lightblue-teal {
  background: linear-gradient(#FFC107, #03A9F4, #009688);
}

.gradient-warning-lightblue-lime {
  background: linear-gradient(#FFC107, #03A9F4, #CDDC39);
}

.gradient-warning-lightblue-yellow {
  background: linear-gradient(#FFC107, #03A9F4, #FFEB3B);
}

.gradient-warning-lightblue-amber {
  background: linear-gradient(#FFC107, #03A9F4, #FFC107);
}

.gradient-warning-lightblue-orange {
  background: linear-gradient(#FFC107, #03A9F4, #FF9800);
}

.gradient-warning-lightblue-lightgreen {
  background: linear-gradient(#FFC107, #03A9F4, #76FF03);
}

.gradient-warning-lightblue-deeppurple {
  background: linear-gradient(#FFC107, #03A9F4, #673AB7);
}

.gradient-warning-lightblue-deeporange {
  background: linear-gradient(#FFC107, #03A9F4, #DD6E0F);
}

.gradient-warning-lightblue-brown {
  background: linear-gradient(#FFC107, #03A9F4, #964B00);
}

.gradient-warning-lightblue-grey {
  background: linear-gradient(#FFC107, #03A9F4, #808080);
}

.gradient-warning-lightgreen {
  background: linear-gradient(#FFC107, #76FF03);
}

.gradient-to-top-warning-lightgreen {
  background: linear-gradient(to top, #FFC107, #76FF03);
}

.gradient-to-bottom-warning-lightgreen {
  background: linear-gradient(to bottom, #FFC107, #76FF03);
}

.gradient-to-left-warning-lightgreen {
  background: linear-gradient(to left, #FFC107, #76FF03);
}

.gradient-to-right-warning-lightgreen {
  background: linear-gradient(to right, #FFC107, #76FF03);
}

.gradient-to-top-left-warning-lightgreen {
  background: linear-gradient(to top left, #FFC107, #76FF03);
}

.gradient-to-top-right-warning-lightgreen {
  background: linear-gradient(to top right, #FFC107, #76FF03);
}

.gradient-to-bottom-left-warning-lightgreen {
  background: linear-gradient(to bottom left, #FFC107, #76FF03);
}

.gradient-to-bottom-right-warning-lightgreen {
  background: linear-gradient(to bottom right, #FFC107, #76FF03);
}

.gradient-radial-warning-lightgreen {
  background: radial-gradient(circle, #FFC107, #76FF03);
}

.gradient-warning-lightgreen-primary {
  background: linear-gradient(#FFC107, #76FF03, #03A9F4);
}

.gradient-warning-lightgreen-secondary {
  background: linear-gradient(#FFC107, #76FF03, #333);
}

.gradient-warning-lightgreen-success {
  background: linear-gradient(#FFC107, #76FF03, #28a745);
}

.gradient-warning-lightgreen-info {
  background: linear-gradient(#FFC107, #76FF03, #0DCAF0);
}

.gradient-warning-lightgreen-danger {
  background: linear-gradient(#FFC107, #76FF03, #DC3545);
}

.gradient-warning-lightgreen-light {
  background: linear-gradient(#FFC107, #76FF03, #f5f5f5);
}

.gradient-warning-lightgreen-dark {
  background: linear-gradient(#FFC107, #76FF03, #212529);
}

.gradient-warning-lightgreen-red {
  background: linear-gradient(#FFC107, #76FF03, #F44336);
}

.gradient-warning-lightgreen-green {
  background: linear-gradient(#FFC107, #76FF03, #4CAF50);
}

.gradient-warning-lightgreen-blue {
  background: linear-gradient(#FFC107, #76FF03, #2196F3);
}

.gradient-warning-lightgreen-black {
  background: linear-gradient(#FFC107, #76FF03, #000);
}

.gradient-warning-lightgreen-white {
  background: linear-gradient(#FFC107, #76FF03, #fff);
}

.gradient-warning-lightgreen-pink {
  background: linear-gradient(#FFC107, #76FF03, #E91E63);
}

.gradient-warning-lightgreen-purple {
  background: linear-gradient(#FFC107, #76FF03, #9C27B0);
}

.gradient-warning-lightgreen-indigo {
  background: linear-gradient(#FFC107, #76FF03, #3E51B5);
}

.gradient-warning-lightgreen-cyan {
  background: linear-gradient(#FFC107, #76FF03, #00BCD4);
}

.gradient-warning-lightgreen-teal {
  background: linear-gradient(#FFC107, #76FF03, #009688);
}

.gradient-warning-lightgreen-lime {
  background: linear-gradient(#FFC107, #76FF03, #CDDC39);
}

.gradient-warning-lightgreen-yellow {
  background: linear-gradient(#FFC107, #76FF03, #FFEB3B);
}

.gradient-warning-lightgreen-amber {
  background: linear-gradient(#FFC107, #76FF03, #FFC107);
}

.gradient-warning-lightgreen-orange {
  background: linear-gradient(#FFC107, #76FF03, #FF9800);
}

.gradient-warning-lightgreen-lightblue {
  background: linear-gradient(#FFC107, #76FF03, #03A9F4);
}

.gradient-warning-lightgreen-deeppurple {
  background: linear-gradient(#FFC107, #76FF03, #673AB7);
}

.gradient-warning-lightgreen-deeporange {
  background: linear-gradient(#FFC107, #76FF03, #DD6E0F);
}

.gradient-warning-lightgreen-brown {
  background: linear-gradient(#FFC107, #76FF03, #964B00);
}

.gradient-warning-lightgreen-grey {
  background: linear-gradient(#FFC107, #76FF03, #808080);
}

.gradient-warning-deeppurple {
  background: linear-gradient(#FFC107, #673AB7);
}

.gradient-to-top-warning-deeppurple {
  background: linear-gradient(to top, #FFC107, #673AB7);
}

.gradient-to-bottom-warning-deeppurple {
  background: linear-gradient(to bottom, #FFC107, #673AB7);
}

.gradient-to-left-warning-deeppurple {
  background: linear-gradient(to left, #FFC107, #673AB7);
}

.gradient-to-right-warning-deeppurple {
  background: linear-gradient(to right, #FFC107, #673AB7);
}

.gradient-to-top-left-warning-deeppurple {
  background: linear-gradient(to top left, #FFC107, #673AB7);
}

.gradient-to-top-right-warning-deeppurple {
  background: linear-gradient(to top right, #FFC107, #673AB7);
}

.gradient-to-bottom-left-warning-deeppurple {
  background: linear-gradient(to bottom left, #FFC107, #673AB7);
}

.gradient-to-bottom-right-warning-deeppurple {
  background: linear-gradient(to bottom right, #FFC107, #673AB7);
}

.gradient-radial-warning-deeppurple {
  background: radial-gradient(circle, #FFC107, #673AB7);
}

.gradient-warning-deeppurple-primary {
  background: linear-gradient(#FFC107, #673AB7, #03A9F4);
}

.gradient-warning-deeppurple-secondary {
  background: linear-gradient(#FFC107, #673AB7, #333);
}

.gradient-warning-deeppurple-success {
  background: linear-gradient(#FFC107, #673AB7, #28a745);
}

.gradient-warning-deeppurple-info {
  background: linear-gradient(#FFC107, #673AB7, #0DCAF0);
}

.gradient-warning-deeppurple-danger {
  background: linear-gradient(#FFC107, #673AB7, #DC3545);
}

.gradient-warning-deeppurple-light {
  background: linear-gradient(#FFC107, #673AB7, #f5f5f5);
}

.gradient-warning-deeppurple-dark {
  background: linear-gradient(#FFC107, #673AB7, #212529);
}

.gradient-warning-deeppurple-red {
  background: linear-gradient(#FFC107, #673AB7, #F44336);
}

.gradient-warning-deeppurple-green {
  background: linear-gradient(#FFC107, #673AB7, #4CAF50);
}

.gradient-warning-deeppurple-blue {
  background: linear-gradient(#FFC107, #673AB7, #2196F3);
}

.gradient-warning-deeppurple-black {
  background: linear-gradient(#FFC107, #673AB7, #000);
}

.gradient-warning-deeppurple-white {
  background: linear-gradient(#FFC107, #673AB7, #fff);
}

.gradient-warning-deeppurple-pink {
  background: linear-gradient(#FFC107, #673AB7, #E91E63);
}

.gradient-warning-deeppurple-purple {
  background: linear-gradient(#FFC107, #673AB7, #9C27B0);
}

.gradient-warning-deeppurple-indigo {
  background: linear-gradient(#FFC107, #673AB7, #3E51B5);
}

.gradient-warning-deeppurple-cyan {
  background: linear-gradient(#FFC107, #673AB7, #00BCD4);
}

.gradient-warning-deeppurple-teal {
  background: linear-gradient(#FFC107, #673AB7, #009688);
}

.gradient-warning-deeppurple-lime {
  background: linear-gradient(#FFC107, #673AB7, #CDDC39);
}

.gradient-warning-deeppurple-yellow {
  background: linear-gradient(#FFC107, #673AB7, #FFEB3B);
}

.gradient-warning-deeppurple-amber {
  background: linear-gradient(#FFC107, #673AB7, #FFC107);
}

.gradient-warning-deeppurple-orange {
  background: linear-gradient(#FFC107, #673AB7, #FF9800);
}

.gradient-warning-deeppurple-lightblue {
  background: linear-gradient(#FFC107, #673AB7, #03A9F4);
}

.gradient-warning-deeppurple-lightgreen {
  background: linear-gradient(#FFC107, #673AB7, #76FF03);
}

.gradient-warning-deeppurple-deeporange {
  background: linear-gradient(#FFC107, #673AB7, #DD6E0F);
}

.gradient-warning-deeppurple-brown {
  background: linear-gradient(#FFC107, #673AB7, #964B00);
}

.gradient-warning-deeppurple-grey {
  background: linear-gradient(#FFC107, #673AB7, #808080);
}

.gradient-warning-deeporange {
  background: linear-gradient(#FFC107, #DD6E0F);
}

.gradient-to-top-warning-deeporange {
  background: linear-gradient(to top, #FFC107, #DD6E0F);
}

.gradient-to-bottom-warning-deeporange {
  background: linear-gradient(to bottom, #FFC107, #DD6E0F);
}

.gradient-to-left-warning-deeporange {
  background: linear-gradient(to left, #FFC107, #DD6E0F);
}

.gradient-to-right-warning-deeporange {
  background: linear-gradient(to right, #FFC107, #DD6E0F);
}

.gradient-to-top-left-warning-deeporange {
  background: linear-gradient(to top left, #FFC107, #DD6E0F);
}

.gradient-to-top-right-warning-deeporange {
  background: linear-gradient(to top right, #FFC107, #DD6E0F);
}

.gradient-to-bottom-left-warning-deeporange {
  background: linear-gradient(to bottom left, #FFC107, #DD6E0F);
}

.gradient-to-bottom-right-warning-deeporange {
  background: linear-gradient(to bottom right, #FFC107, #DD6E0F);
}

.gradient-radial-warning-deeporange {
  background: radial-gradient(circle, #FFC107, #DD6E0F);
}

.gradient-warning-deeporange-primary {
  background: linear-gradient(#FFC107, #DD6E0F, #03A9F4);
}

.gradient-warning-deeporange-secondary {
  background: linear-gradient(#FFC107, #DD6E0F, #333);
}

.gradient-warning-deeporange-success {
  background: linear-gradient(#FFC107, #DD6E0F, #28a745);
}

.gradient-warning-deeporange-info {
  background: linear-gradient(#FFC107, #DD6E0F, #0DCAF0);
}

.gradient-warning-deeporange-danger {
  background: linear-gradient(#FFC107, #DD6E0F, #DC3545);
}

.gradient-warning-deeporange-light {
  background: linear-gradient(#FFC107, #DD6E0F, #f5f5f5);
}

.gradient-warning-deeporange-dark {
  background: linear-gradient(#FFC107, #DD6E0F, #212529);
}

.gradient-warning-deeporange-red {
  background: linear-gradient(#FFC107, #DD6E0F, #F44336);
}

.gradient-warning-deeporange-green {
  background: linear-gradient(#FFC107, #DD6E0F, #4CAF50);
}

.gradient-warning-deeporange-blue {
  background: linear-gradient(#FFC107, #DD6E0F, #2196F3);
}

.gradient-warning-deeporange-black {
  background: linear-gradient(#FFC107, #DD6E0F, #000);
}

.gradient-warning-deeporange-white {
  background: linear-gradient(#FFC107, #DD6E0F, #fff);
}

.gradient-warning-deeporange-pink {
  background: linear-gradient(#FFC107, #DD6E0F, #E91E63);
}

.gradient-warning-deeporange-purple {
  background: linear-gradient(#FFC107, #DD6E0F, #9C27B0);
}

.gradient-warning-deeporange-indigo {
  background: linear-gradient(#FFC107, #DD6E0F, #3E51B5);
}

.gradient-warning-deeporange-cyan {
  background: linear-gradient(#FFC107, #DD6E0F, #00BCD4);
}

.gradient-warning-deeporange-teal {
  background: linear-gradient(#FFC107, #DD6E0F, #009688);
}

.gradient-warning-deeporange-lime {
  background: linear-gradient(#FFC107, #DD6E0F, #CDDC39);
}

.gradient-warning-deeporange-yellow {
  background: linear-gradient(#FFC107, #DD6E0F, #FFEB3B);
}

.gradient-warning-deeporange-amber {
  background: linear-gradient(#FFC107, #DD6E0F, #FFC107);
}

.gradient-warning-deeporange-orange {
  background: linear-gradient(#FFC107, #DD6E0F, #FF9800);
}

.gradient-warning-deeporange-lightblue {
  background: linear-gradient(#FFC107, #DD6E0F, #03A9F4);
}

.gradient-warning-deeporange-lightgreen {
  background: linear-gradient(#FFC107, #DD6E0F, #76FF03);
}

.gradient-warning-deeporange-deeppurple {
  background: linear-gradient(#FFC107, #DD6E0F, #673AB7);
}

.gradient-warning-deeporange-brown {
  background: linear-gradient(#FFC107, #DD6E0F, #964B00);
}

.gradient-warning-deeporange-grey {
  background: linear-gradient(#FFC107, #DD6E0F, #808080);
}

.gradient-warning-brown {
  background: linear-gradient(#FFC107, #964B00);
}

.gradient-to-top-warning-brown {
  background: linear-gradient(to top, #FFC107, #964B00);
}

.gradient-to-bottom-warning-brown {
  background: linear-gradient(to bottom, #FFC107, #964B00);
}

.gradient-to-left-warning-brown {
  background: linear-gradient(to left, #FFC107, #964B00);
}

.gradient-to-right-warning-brown {
  background: linear-gradient(to right, #FFC107, #964B00);
}

.gradient-to-top-left-warning-brown {
  background: linear-gradient(to top left, #FFC107, #964B00);
}

.gradient-to-top-right-warning-brown {
  background: linear-gradient(to top right, #FFC107, #964B00);
}

.gradient-to-bottom-left-warning-brown {
  background: linear-gradient(to bottom left, #FFC107, #964B00);
}

.gradient-to-bottom-right-warning-brown {
  background: linear-gradient(to bottom right, #FFC107, #964B00);
}

.gradient-radial-warning-brown {
  background: radial-gradient(circle, #FFC107, #964B00);
}

.gradient-warning-brown-primary {
  background: linear-gradient(#FFC107, #964B00, #03A9F4);
}

.gradient-warning-brown-secondary {
  background: linear-gradient(#FFC107, #964B00, #333);
}

.gradient-warning-brown-success {
  background: linear-gradient(#FFC107, #964B00, #28a745);
}

.gradient-warning-brown-info {
  background: linear-gradient(#FFC107, #964B00, #0DCAF0);
}

.gradient-warning-brown-danger {
  background: linear-gradient(#FFC107, #964B00, #DC3545);
}

.gradient-warning-brown-light {
  background: linear-gradient(#FFC107, #964B00, #f5f5f5);
}

.gradient-warning-brown-dark {
  background: linear-gradient(#FFC107, #964B00, #212529);
}

.gradient-warning-brown-red {
  background: linear-gradient(#FFC107, #964B00, #F44336);
}

.gradient-warning-brown-green {
  background: linear-gradient(#FFC107, #964B00, #4CAF50);
}

.gradient-warning-brown-blue {
  background: linear-gradient(#FFC107, #964B00, #2196F3);
}

.gradient-warning-brown-black {
  background: linear-gradient(#FFC107, #964B00, #000);
}

.gradient-warning-brown-white {
  background: linear-gradient(#FFC107, #964B00, #fff);
}

.gradient-warning-brown-pink {
  background: linear-gradient(#FFC107, #964B00, #E91E63);
}

.gradient-warning-brown-purple {
  background: linear-gradient(#FFC107, #964B00, #9C27B0);
}

.gradient-warning-brown-indigo {
  background: linear-gradient(#FFC107, #964B00, #3E51B5);
}

.gradient-warning-brown-cyan {
  background: linear-gradient(#FFC107, #964B00, #00BCD4);
}

.gradient-warning-brown-teal {
  background: linear-gradient(#FFC107, #964B00, #009688);
}

.gradient-warning-brown-lime {
  background: linear-gradient(#FFC107, #964B00, #CDDC39);
}

.gradient-warning-brown-yellow {
  background: linear-gradient(#FFC107, #964B00, #FFEB3B);
}

.gradient-warning-brown-amber {
  background: linear-gradient(#FFC107, #964B00, #FFC107);
}

.gradient-warning-brown-orange {
  background: linear-gradient(#FFC107, #964B00, #FF9800);
}

.gradient-warning-brown-lightblue {
  background: linear-gradient(#FFC107, #964B00, #03A9F4);
}

.gradient-warning-brown-lightgreen {
  background: linear-gradient(#FFC107, #964B00, #76FF03);
}

.gradient-warning-brown-deeppurple {
  background: linear-gradient(#FFC107, #964B00, #673AB7);
}

.gradient-warning-brown-deeporange {
  background: linear-gradient(#FFC107, #964B00, #DD6E0F);
}

.gradient-warning-brown-grey {
  background: linear-gradient(#FFC107, #964B00, #808080);
}

.gradient-warning-grey {
  background: linear-gradient(#FFC107, #808080);
}

.gradient-to-top-warning-grey {
  background: linear-gradient(to top, #FFC107, #808080);
}

.gradient-to-bottom-warning-grey {
  background: linear-gradient(to bottom, #FFC107, #808080);
}

.gradient-to-left-warning-grey {
  background: linear-gradient(to left, #FFC107, #808080);
}

.gradient-to-right-warning-grey {
  background: linear-gradient(to right, #FFC107, #808080);
}

.gradient-to-top-left-warning-grey {
  background: linear-gradient(to top left, #FFC107, #808080);
}

.gradient-to-top-right-warning-grey {
  background: linear-gradient(to top right, #FFC107, #808080);
}

.gradient-to-bottom-left-warning-grey {
  background: linear-gradient(to bottom left, #FFC107, #808080);
}

.gradient-to-bottom-right-warning-grey {
  background: linear-gradient(to bottom right, #FFC107, #808080);
}

.gradient-radial-warning-grey {
  background: radial-gradient(circle, #FFC107, #808080);
}

.gradient-warning-grey-primary {
  background: linear-gradient(#FFC107, #808080, #03A9F4);
}

.gradient-warning-grey-secondary {
  background: linear-gradient(#FFC107, #808080, #333);
}

.gradient-warning-grey-success {
  background: linear-gradient(#FFC107, #808080, #28a745);
}

.gradient-warning-grey-info {
  background: linear-gradient(#FFC107, #808080, #0DCAF0);
}

.gradient-warning-grey-danger {
  background: linear-gradient(#FFC107, #808080, #DC3545);
}

.gradient-warning-grey-light {
  background: linear-gradient(#FFC107, #808080, #f5f5f5);
}

.gradient-warning-grey-dark {
  background: linear-gradient(#FFC107, #808080, #212529);
}

.gradient-warning-grey-red {
  background: linear-gradient(#FFC107, #808080, #F44336);
}

.gradient-warning-grey-green {
  background: linear-gradient(#FFC107, #808080, #4CAF50);
}

.gradient-warning-grey-blue {
  background: linear-gradient(#FFC107, #808080, #2196F3);
}

.gradient-warning-grey-black {
  background: linear-gradient(#FFC107, #808080, #000);
}

.gradient-warning-grey-white {
  background: linear-gradient(#FFC107, #808080, #fff);
}

.gradient-warning-grey-pink {
  background: linear-gradient(#FFC107, #808080, #E91E63);
}

.gradient-warning-grey-purple {
  background: linear-gradient(#FFC107, #808080, #9C27B0);
}

.gradient-warning-grey-indigo {
  background: linear-gradient(#FFC107, #808080, #3E51B5);
}

.gradient-warning-grey-cyan {
  background: linear-gradient(#FFC107, #808080, #00BCD4);
}

.gradient-warning-grey-teal {
  background: linear-gradient(#FFC107, #808080, #009688);
}

.gradient-warning-grey-lime {
  background: linear-gradient(#FFC107, #808080, #CDDC39);
}

.gradient-warning-grey-yellow {
  background: linear-gradient(#FFC107, #808080, #FFEB3B);
}

.gradient-warning-grey-amber {
  background: linear-gradient(#FFC107, #808080, #FFC107);
}

.gradient-warning-grey-orange {
  background: linear-gradient(#FFC107, #808080, #FF9800);
}

.gradient-warning-grey-lightblue {
  background: linear-gradient(#FFC107, #808080, #03A9F4);
}

.gradient-warning-grey-lightgreen {
  background: linear-gradient(#FFC107, #808080, #76FF03);
}

.gradient-warning-grey-deeppurple {
  background: linear-gradient(#FFC107, #808080, #673AB7);
}

.gradient-warning-grey-deeporange {
  background: linear-gradient(#FFC107, #808080, #DD6E0F);
}

.gradient-warning-grey-brown {
  background: linear-gradient(#FFC107, #808080, #964B00);
}

.gradient-danger-primary {
  background: linear-gradient(#DC3545, #03A9F4);
}

.gradient-to-top-danger-primary {
  background: linear-gradient(to top, #DC3545, #03A9F4);
}

.gradient-to-bottom-danger-primary {
  background: linear-gradient(to bottom, #DC3545, #03A9F4);
}

.gradient-to-left-danger-primary {
  background: linear-gradient(to left, #DC3545, #03A9F4);
}

.gradient-to-right-danger-primary {
  background: linear-gradient(to right, #DC3545, #03A9F4);
}

.gradient-to-top-left-danger-primary {
  background: linear-gradient(to top left, #DC3545, #03A9F4);
}

.gradient-to-top-right-danger-primary {
  background: linear-gradient(to top right, #DC3545, #03A9F4);
}

.gradient-to-bottom-left-danger-primary {
  background: linear-gradient(to bottom left, #DC3545, #03A9F4);
}

.gradient-to-bottom-right-danger-primary {
  background: linear-gradient(to bottom right, #DC3545, #03A9F4);
}

.gradient-radial-danger-primary {
  background: radial-gradient(circle, #DC3545, #03A9F4);
}

.gradient-danger-primary-secondary {
  background: linear-gradient(#DC3545, #03A9F4, #333);
}

.gradient-danger-primary-success {
  background: linear-gradient(#DC3545, #03A9F4, #28a745);
}

.gradient-danger-primary-info {
  background: linear-gradient(#DC3545, #03A9F4, #0DCAF0);
}

.gradient-danger-primary-warning {
  background: linear-gradient(#DC3545, #03A9F4, #FFC107);
}

.gradient-danger-primary-light {
  background: linear-gradient(#DC3545, #03A9F4, #f5f5f5);
}

.gradient-danger-primary-dark {
  background: linear-gradient(#DC3545, #03A9F4, #212529);
}

.gradient-danger-primary-red {
  background: linear-gradient(#DC3545, #03A9F4, #F44336);
}

.gradient-danger-primary-green {
  background: linear-gradient(#DC3545, #03A9F4, #4CAF50);
}

.gradient-danger-primary-blue {
  background: linear-gradient(#DC3545, #03A9F4, #2196F3);
}

.gradient-danger-primary-black {
  background: linear-gradient(#DC3545, #03A9F4, #000);
}

.gradient-danger-primary-white {
  background: linear-gradient(#DC3545, #03A9F4, #fff);
}

.gradient-danger-primary-pink {
  background: linear-gradient(#DC3545, #03A9F4, #E91E63);
}

.gradient-danger-primary-purple {
  background: linear-gradient(#DC3545, #03A9F4, #9C27B0);
}

.gradient-danger-primary-indigo {
  background: linear-gradient(#DC3545, #03A9F4, #3E51B5);
}

.gradient-danger-primary-cyan {
  background: linear-gradient(#DC3545, #03A9F4, #00BCD4);
}

.gradient-danger-primary-teal {
  background: linear-gradient(#DC3545, #03A9F4, #009688);
}

.gradient-danger-primary-lime {
  background: linear-gradient(#DC3545, #03A9F4, #CDDC39);
}

.gradient-danger-primary-yellow {
  background: linear-gradient(#DC3545, #03A9F4, #FFEB3B);
}

.gradient-danger-primary-amber {
  background: linear-gradient(#DC3545, #03A9F4, #FFC107);
}

.gradient-danger-primary-orange {
  background: linear-gradient(#DC3545, #03A9F4, #FF9800);
}

.gradient-danger-primary-lightblue {
  background: linear-gradient(#DC3545, #03A9F4, #03A9F4);
}

.gradient-danger-primary-lightgreen {
  background: linear-gradient(#DC3545, #03A9F4, #76FF03);
}

.gradient-danger-primary-deeppurple {
  background: linear-gradient(#DC3545, #03A9F4, #673AB7);
}

.gradient-danger-primary-deeporange {
  background: linear-gradient(#DC3545, #03A9F4, #DD6E0F);
}

.gradient-danger-primary-brown {
  background: linear-gradient(#DC3545, #03A9F4, #964B00);
}

.gradient-danger-primary-grey {
  background: linear-gradient(#DC3545, #03A9F4, #808080);
}

.gradient-danger-secondary {
  background: linear-gradient(#DC3545, #333);
}

.gradient-to-top-danger-secondary {
  background: linear-gradient(to top, #DC3545, #333);
}

.gradient-to-bottom-danger-secondary {
  background: linear-gradient(to bottom, #DC3545, #333);
}

.gradient-to-left-danger-secondary {
  background: linear-gradient(to left, #DC3545, #333);
}

.gradient-to-right-danger-secondary {
  background: linear-gradient(to right, #DC3545, #333);
}

.gradient-to-top-left-danger-secondary {
  background: linear-gradient(to top left, #DC3545, #333);
}

.gradient-to-top-right-danger-secondary {
  background: linear-gradient(to top right, #DC3545, #333);
}

.gradient-to-bottom-left-danger-secondary {
  background: linear-gradient(to bottom left, #DC3545, #333);
}

.gradient-to-bottom-right-danger-secondary {
  background: linear-gradient(to bottom right, #DC3545, #333);
}

.gradient-radial-danger-secondary {
  background: radial-gradient(circle, #DC3545, #333);
}

.gradient-danger-secondary-primary {
  background: linear-gradient(#DC3545, #333, #03A9F4);
}

.gradient-danger-secondary-success {
  background: linear-gradient(#DC3545, #333, #28a745);
}

.gradient-danger-secondary-info {
  background: linear-gradient(#DC3545, #333, #0DCAF0);
}

.gradient-danger-secondary-warning {
  background: linear-gradient(#DC3545, #333, #FFC107);
}

.gradient-danger-secondary-light {
  background: linear-gradient(#DC3545, #333, #f5f5f5);
}

.gradient-danger-secondary-dark {
  background: linear-gradient(#DC3545, #333, #212529);
}

.gradient-danger-secondary-red {
  background: linear-gradient(#DC3545, #333, #F44336);
}

.gradient-danger-secondary-green {
  background: linear-gradient(#DC3545, #333, #4CAF50);
}

.gradient-danger-secondary-blue {
  background: linear-gradient(#DC3545, #333, #2196F3);
}

.gradient-danger-secondary-black {
  background: linear-gradient(#DC3545, #333, #000);
}

.gradient-danger-secondary-white {
  background: linear-gradient(#DC3545, #333, #fff);
}

.gradient-danger-secondary-pink {
  background: linear-gradient(#DC3545, #333, #E91E63);
}

.gradient-danger-secondary-purple {
  background: linear-gradient(#DC3545, #333, #9C27B0);
}

.gradient-danger-secondary-indigo {
  background: linear-gradient(#DC3545, #333, #3E51B5);
}

.gradient-danger-secondary-cyan {
  background: linear-gradient(#DC3545, #333, #00BCD4);
}

.gradient-danger-secondary-teal {
  background: linear-gradient(#DC3545, #333, #009688);
}

.gradient-danger-secondary-lime {
  background: linear-gradient(#DC3545, #333, #CDDC39);
}

.gradient-danger-secondary-yellow {
  background: linear-gradient(#DC3545, #333, #FFEB3B);
}

.gradient-danger-secondary-amber {
  background: linear-gradient(#DC3545, #333, #FFC107);
}

.gradient-danger-secondary-orange {
  background: linear-gradient(#DC3545, #333, #FF9800);
}

.gradient-danger-secondary-lightblue {
  background: linear-gradient(#DC3545, #333, #03A9F4);
}

.gradient-danger-secondary-lightgreen {
  background: linear-gradient(#DC3545, #333, #76FF03);
}

.gradient-danger-secondary-deeppurple {
  background: linear-gradient(#DC3545, #333, #673AB7);
}

.gradient-danger-secondary-deeporange {
  background: linear-gradient(#DC3545, #333, #DD6E0F);
}

.gradient-danger-secondary-brown {
  background: linear-gradient(#DC3545, #333, #964B00);
}

.gradient-danger-secondary-grey {
  background: linear-gradient(#DC3545, #333, #808080);
}

.gradient-danger-success {
  background: linear-gradient(#DC3545, #28a745);
}

.gradient-to-top-danger-success {
  background: linear-gradient(to top, #DC3545, #28a745);
}

.gradient-to-bottom-danger-success {
  background: linear-gradient(to bottom, #DC3545, #28a745);
}

.gradient-to-left-danger-success {
  background: linear-gradient(to left, #DC3545, #28a745);
}

.gradient-to-right-danger-success {
  background: linear-gradient(to right, #DC3545, #28a745);
}

.gradient-to-top-left-danger-success {
  background: linear-gradient(to top left, #DC3545, #28a745);
}

.gradient-to-top-right-danger-success {
  background: linear-gradient(to top right, #DC3545, #28a745);
}

.gradient-to-bottom-left-danger-success {
  background: linear-gradient(to bottom left, #DC3545, #28a745);
}

.gradient-to-bottom-right-danger-success {
  background: linear-gradient(to bottom right, #DC3545, #28a745);
}

.gradient-radial-danger-success {
  background: radial-gradient(circle, #DC3545, #28a745);
}

.gradient-danger-success-primary {
  background: linear-gradient(#DC3545, #28a745, #03A9F4);
}

.gradient-danger-success-secondary {
  background: linear-gradient(#DC3545, #28a745, #333);
}

.gradient-danger-success-info {
  background: linear-gradient(#DC3545, #28a745, #0DCAF0);
}

.gradient-danger-success-warning {
  background: linear-gradient(#DC3545, #28a745, #FFC107);
}

.gradient-danger-success-light {
  background: linear-gradient(#DC3545, #28a745, #f5f5f5);
}

.gradient-danger-success-dark {
  background: linear-gradient(#DC3545, #28a745, #212529);
}

.gradient-danger-success-red {
  background: linear-gradient(#DC3545, #28a745, #F44336);
}

.gradient-danger-success-green {
  background: linear-gradient(#DC3545, #28a745, #4CAF50);
}

.gradient-danger-success-blue {
  background: linear-gradient(#DC3545, #28a745, #2196F3);
}

.gradient-danger-success-black {
  background: linear-gradient(#DC3545, #28a745, #000);
}

.gradient-danger-success-white {
  background: linear-gradient(#DC3545, #28a745, #fff);
}

.gradient-danger-success-pink {
  background: linear-gradient(#DC3545, #28a745, #E91E63);
}

.gradient-danger-success-purple {
  background: linear-gradient(#DC3545, #28a745, #9C27B0);
}

.gradient-danger-success-indigo {
  background: linear-gradient(#DC3545, #28a745, #3E51B5);
}

.gradient-danger-success-cyan {
  background: linear-gradient(#DC3545, #28a745, #00BCD4);
}

.gradient-danger-success-teal {
  background: linear-gradient(#DC3545, #28a745, #009688);
}

.gradient-danger-success-lime {
  background: linear-gradient(#DC3545, #28a745, #CDDC39);
}

.gradient-danger-success-yellow {
  background: linear-gradient(#DC3545, #28a745, #FFEB3B);
}

.gradient-danger-success-amber {
  background: linear-gradient(#DC3545, #28a745, #FFC107);
}

.gradient-danger-success-orange {
  background: linear-gradient(#DC3545, #28a745, #FF9800);
}

.gradient-danger-success-lightblue {
  background: linear-gradient(#DC3545, #28a745, #03A9F4);
}

.gradient-danger-success-lightgreen {
  background: linear-gradient(#DC3545, #28a745, #76FF03);
}

.gradient-danger-success-deeppurple {
  background: linear-gradient(#DC3545, #28a745, #673AB7);
}

.gradient-danger-success-deeporange {
  background: linear-gradient(#DC3545, #28a745, #DD6E0F);
}

.gradient-danger-success-brown {
  background: linear-gradient(#DC3545, #28a745, #964B00);
}

.gradient-danger-success-grey {
  background: linear-gradient(#DC3545, #28a745, #808080);
}

.gradient-danger-info {
  background: linear-gradient(#DC3545, #0DCAF0);
}

.gradient-to-top-danger-info {
  background: linear-gradient(to top, #DC3545, #0DCAF0);
}

.gradient-to-bottom-danger-info {
  background: linear-gradient(to bottom, #DC3545, #0DCAF0);
}

.gradient-to-left-danger-info {
  background: linear-gradient(to left, #DC3545, #0DCAF0);
}

.gradient-to-right-danger-info {
  background: linear-gradient(to right, #DC3545, #0DCAF0);
}

.gradient-to-top-left-danger-info {
  background: linear-gradient(to top left, #DC3545, #0DCAF0);
}

.gradient-to-top-right-danger-info {
  background: linear-gradient(to top right, #DC3545, #0DCAF0);
}

.gradient-to-bottom-left-danger-info {
  background: linear-gradient(to bottom left, #DC3545, #0DCAF0);
}

.gradient-to-bottom-right-danger-info {
  background: linear-gradient(to bottom right, #DC3545, #0DCAF0);
}

.gradient-radial-danger-info {
  background: radial-gradient(circle, #DC3545, #0DCAF0);
}

.gradient-danger-info-primary {
  background: linear-gradient(#DC3545, #0DCAF0, #03A9F4);
}

.gradient-danger-info-secondary {
  background: linear-gradient(#DC3545, #0DCAF0, #333);
}

.gradient-danger-info-success {
  background: linear-gradient(#DC3545, #0DCAF0, #28a745);
}

.gradient-danger-info-warning {
  background: linear-gradient(#DC3545, #0DCAF0, #FFC107);
}

.gradient-danger-info-light {
  background: linear-gradient(#DC3545, #0DCAF0, #f5f5f5);
}

.gradient-danger-info-dark {
  background: linear-gradient(#DC3545, #0DCAF0, #212529);
}

.gradient-danger-info-red {
  background: linear-gradient(#DC3545, #0DCAF0, #F44336);
}

.gradient-danger-info-green {
  background: linear-gradient(#DC3545, #0DCAF0, #4CAF50);
}

.gradient-danger-info-blue {
  background: linear-gradient(#DC3545, #0DCAF0, #2196F3);
}

.gradient-danger-info-black {
  background: linear-gradient(#DC3545, #0DCAF0, #000);
}

.gradient-danger-info-white {
  background: linear-gradient(#DC3545, #0DCAF0, #fff);
}

.gradient-danger-info-pink {
  background: linear-gradient(#DC3545, #0DCAF0, #E91E63);
}

.gradient-danger-info-purple {
  background: linear-gradient(#DC3545, #0DCAF0, #9C27B0);
}

.gradient-danger-info-indigo {
  background: linear-gradient(#DC3545, #0DCAF0, #3E51B5);
}

.gradient-danger-info-cyan {
  background: linear-gradient(#DC3545, #0DCAF0, #00BCD4);
}

.gradient-danger-info-teal {
  background: linear-gradient(#DC3545, #0DCAF0, #009688);
}

.gradient-danger-info-lime {
  background: linear-gradient(#DC3545, #0DCAF0, #CDDC39);
}

.gradient-danger-info-yellow {
  background: linear-gradient(#DC3545, #0DCAF0, #FFEB3B);
}

.gradient-danger-info-amber {
  background: linear-gradient(#DC3545, #0DCAF0, #FFC107);
}

.gradient-danger-info-orange {
  background: linear-gradient(#DC3545, #0DCAF0, #FF9800);
}

.gradient-danger-info-lightblue {
  background: linear-gradient(#DC3545, #0DCAF0, #03A9F4);
}

.gradient-danger-info-lightgreen {
  background: linear-gradient(#DC3545, #0DCAF0, #76FF03);
}

.gradient-danger-info-deeppurple {
  background: linear-gradient(#DC3545, #0DCAF0, #673AB7);
}

.gradient-danger-info-deeporange {
  background: linear-gradient(#DC3545, #0DCAF0, #DD6E0F);
}

.gradient-danger-info-brown {
  background: linear-gradient(#DC3545, #0DCAF0, #964B00);
}

.gradient-danger-info-grey {
  background: linear-gradient(#DC3545, #0DCAF0, #808080);
}

.gradient-danger-warning {
  background: linear-gradient(#DC3545, #FFC107);
}

.gradient-to-top-danger-warning {
  background: linear-gradient(to top, #DC3545, #FFC107);
}

.gradient-to-bottom-danger-warning {
  background: linear-gradient(to bottom, #DC3545, #FFC107);
}

.gradient-to-left-danger-warning {
  background: linear-gradient(to left, #DC3545, #FFC107);
}

.gradient-to-right-danger-warning {
  background: linear-gradient(to right, #DC3545, #FFC107);
}

.gradient-to-top-left-danger-warning {
  background: linear-gradient(to top left, #DC3545, #FFC107);
}

.gradient-to-top-right-danger-warning {
  background: linear-gradient(to top right, #DC3545, #FFC107);
}

.gradient-to-bottom-left-danger-warning {
  background: linear-gradient(to bottom left, #DC3545, #FFC107);
}

.gradient-to-bottom-right-danger-warning {
  background: linear-gradient(to bottom right, #DC3545, #FFC107);
}

.gradient-radial-danger-warning {
  background: radial-gradient(circle, #DC3545, #FFC107);
}

.gradient-danger-warning-primary {
  background: linear-gradient(#DC3545, #FFC107, #03A9F4);
}

.gradient-danger-warning-secondary {
  background: linear-gradient(#DC3545, #FFC107, #333);
}

.gradient-danger-warning-success {
  background: linear-gradient(#DC3545, #FFC107, #28a745);
}

.gradient-danger-warning-info {
  background: linear-gradient(#DC3545, #FFC107, #0DCAF0);
}

.gradient-danger-warning-light {
  background: linear-gradient(#DC3545, #FFC107, #f5f5f5);
}

.gradient-danger-warning-dark {
  background: linear-gradient(#DC3545, #FFC107, #212529);
}

.gradient-danger-warning-red {
  background: linear-gradient(#DC3545, #FFC107, #F44336);
}

.gradient-danger-warning-green {
  background: linear-gradient(#DC3545, #FFC107, #4CAF50);
}

.gradient-danger-warning-blue {
  background: linear-gradient(#DC3545, #FFC107, #2196F3);
}

.gradient-danger-warning-black {
  background: linear-gradient(#DC3545, #FFC107, #000);
}

.gradient-danger-warning-white {
  background: linear-gradient(#DC3545, #FFC107, #fff);
}

.gradient-danger-warning-pink {
  background: linear-gradient(#DC3545, #FFC107, #E91E63);
}

.gradient-danger-warning-purple {
  background: linear-gradient(#DC3545, #FFC107, #9C27B0);
}

.gradient-danger-warning-indigo {
  background: linear-gradient(#DC3545, #FFC107, #3E51B5);
}

.gradient-danger-warning-cyan {
  background: linear-gradient(#DC3545, #FFC107, #00BCD4);
}

.gradient-danger-warning-teal {
  background: linear-gradient(#DC3545, #FFC107, #009688);
}

.gradient-danger-warning-lime {
  background: linear-gradient(#DC3545, #FFC107, #CDDC39);
}

.gradient-danger-warning-yellow {
  background: linear-gradient(#DC3545, #FFC107, #FFEB3B);
}

.gradient-danger-warning-amber {
  background: linear-gradient(#DC3545, #FFC107, #FFC107);
}

.gradient-danger-warning-orange {
  background: linear-gradient(#DC3545, #FFC107, #FF9800);
}

.gradient-danger-warning-lightblue {
  background: linear-gradient(#DC3545, #FFC107, #03A9F4);
}

.gradient-danger-warning-lightgreen {
  background: linear-gradient(#DC3545, #FFC107, #76FF03);
}

.gradient-danger-warning-deeppurple {
  background: linear-gradient(#DC3545, #FFC107, #673AB7);
}

.gradient-danger-warning-deeporange {
  background: linear-gradient(#DC3545, #FFC107, #DD6E0F);
}

.gradient-danger-warning-brown {
  background: linear-gradient(#DC3545, #FFC107, #964B00);
}

.gradient-danger-warning-grey {
  background: linear-gradient(#DC3545, #FFC107, #808080);
}

.gradient-danger-light {
  background: linear-gradient(#DC3545, #f5f5f5);
}

.gradient-to-top-danger-light {
  background: linear-gradient(to top, #DC3545, #f5f5f5);
}

.gradient-to-bottom-danger-light {
  background: linear-gradient(to bottom, #DC3545, #f5f5f5);
}

.gradient-to-left-danger-light {
  background: linear-gradient(to left, #DC3545, #f5f5f5);
}

.gradient-to-right-danger-light {
  background: linear-gradient(to right, #DC3545, #f5f5f5);
}

.gradient-to-top-left-danger-light {
  background: linear-gradient(to top left, #DC3545, #f5f5f5);
}

.gradient-to-top-right-danger-light {
  background: linear-gradient(to top right, #DC3545, #f5f5f5);
}

.gradient-to-bottom-left-danger-light {
  background: linear-gradient(to bottom left, #DC3545, #f5f5f5);
}

.gradient-to-bottom-right-danger-light {
  background: linear-gradient(to bottom right, #DC3545, #f5f5f5);
}

.gradient-radial-danger-light {
  background: radial-gradient(circle, #DC3545, #f5f5f5);
}

.gradient-danger-light-primary {
  background: linear-gradient(#DC3545, #f5f5f5, #03A9F4);
}

.gradient-danger-light-secondary {
  background: linear-gradient(#DC3545, #f5f5f5, #333);
}

.gradient-danger-light-success {
  background: linear-gradient(#DC3545, #f5f5f5, #28a745);
}

.gradient-danger-light-info {
  background: linear-gradient(#DC3545, #f5f5f5, #0DCAF0);
}

.gradient-danger-light-warning {
  background: linear-gradient(#DC3545, #f5f5f5, #FFC107);
}

.gradient-danger-light-dark {
  background: linear-gradient(#DC3545, #f5f5f5, #212529);
}

.gradient-danger-light-red {
  background: linear-gradient(#DC3545, #f5f5f5, #F44336);
}

.gradient-danger-light-green {
  background: linear-gradient(#DC3545, #f5f5f5, #4CAF50);
}

.gradient-danger-light-blue {
  background: linear-gradient(#DC3545, #f5f5f5, #2196F3);
}

.gradient-danger-light-black {
  background: linear-gradient(#DC3545, #f5f5f5, #000);
}

.gradient-danger-light-white {
  background: linear-gradient(#DC3545, #f5f5f5, #fff);
}

.gradient-danger-light-pink {
  background: linear-gradient(#DC3545, #f5f5f5, #E91E63);
}

.gradient-danger-light-purple {
  background: linear-gradient(#DC3545, #f5f5f5, #9C27B0);
}

.gradient-danger-light-indigo {
  background: linear-gradient(#DC3545, #f5f5f5, #3E51B5);
}

.gradient-danger-light-cyan {
  background: linear-gradient(#DC3545, #f5f5f5, #00BCD4);
}

.gradient-danger-light-teal {
  background: linear-gradient(#DC3545, #f5f5f5, #009688);
}

.gradient-danger-light-lime {
  background: linear-gradient(#DC3545, #f5f5f5, #CDDC39);
}

.gradient-danger-light-yellow {
  background: linear-gradient(#DC3545, #f5f5f5, #FFEB3B);
}

.gradient-danger-light-amber {
  background: linear-gradient(#DC3545, #f5f5f5, #FFC107);
}

.gradient-danger-light-orange {
  background: linear-gradient(#DC3545, #f5f5f5, #FF9800);
}

.gradient-danger-light-lightblue {
  background: linear-gradient(#DC3545, #f5f5f5, #03A9F4);
}

.gradient-danger-light-lightgreen {
  background: linear-gradient(#DC3545, #f5f5f5, #76FF03);
}

.gradient-danger-light-deeppurple {
  background: linear-gradient(#DC3545, #f5f5f5, #673AB7);
}

.gradient-danger-light-deeporange {
  background: linear-gradient(#DC3545, #f5f5f5, #DD6E0F);
}

.gradient-danger-light-brown {
  background: linear-gradient(#DC3545, #f5f5f5, #964B00);
}

.gradient-danger-light-grey {
  background: linear-gradient(#DC3545, #f5f5f5, #808080);
}

.gradient-danger-dark {
  background: linear-gradient(#DC3545, #212529);
}

.gradient-to-top-danger-dark {
  background: linear-gradient(to top, #DC3545, #212529);
}

.gradient-to-bottom-danger-dark {
  background: linear-gradient(to bottom, #DC3545, #212529);
}

.gradient-to-left-danger-dark {
  background: linear-gradient(to left, #DC3545, #212529);
}

.gradient-to-right-danger-dark {
  background: linear-gradient(to right, #DC3545, #212529);
}

.gradient-to-top-left-danger-dark {
  background: linear-gradient(to top left, #DC3545, #212529);
}

.gradient-to-top-right-danger-dark {
  background: linear-gradient(to top right, #DC3545, #212529);
}

.gradient-to-bottom-left-danger-dark {
  background: linear-gradient(to bottom left, #DC3545, #212529);
}

.gradient-to-bottom-right-danger-dark {
  background: linear-gradient(to bottom right, #DC3545, #212529);
}

.gradient-radial-danger-dark {
  background: radial-gradient(circle, #DC3545, #212529);
}

.gradient-danger-dark-primary {
  background: linear-gradient(#DC3545, #212529, #03A9F4);
}

.gradient-danger-dark-secondary {
  background: linear-gradient(#DC3545, #212529, #333);
}

.gradient-danger-dark-success {
  background: linear-gradient(#DC3545, #212529, #28a745);
}

.gradient-danger-dark-info {
  background: linear-gradient(#DC3545, #212529, #0DCAF0);
}

.gradient-danger-dark-warning {
  background: linear-gradient(#DC3545, #212529, #FFC107);
}

.gradient-danger-dark-light {
  background: linear-gradient(#DC3545, #212529, #f5f5f5);
}

.gradient-danger-dark-red {
  background: linear-gradient(#DC3545, #212529, #F44336);
}

.gradient-danger-dark-green {
  background: linear-gradient(#DC3545, #212529, #4CAF50);
}

.gradient-danger-dark-blue {
  background: linear-gradient(#DC3545, #212529, #2196F3);
}

.gradient-danger-dark-black {
  background: linear-gradient(#DC3545, #212529, #000);
}

.gradient-danger-dark-white {
  background: linear-gradient(#DC3545, #212529, #fff);
}

.gradient-danger-dark-pink {
  background: linear-gradient(#DC3545, #212529, #E91E63);
}

.gradient-danger-dark-purple {
  background: linear-gradient(#DC3545, #212529, #9C27B0);
}

.gradient-danger-dark-indigo {
  background: linear-gradient(#DC3545, #212529, #3E51B5);
}

.gradient-danger-dark-cyan {
  background: linear-gradient(#DC3545, #212529, #00BCD4);
}

.gradient-danger-dark-teal {
  background: linear-gradient(#DC3545, #212529, #009688);
}

.gradient-danger-dark-lime {
  background: linear-gradient(#DC3545, #212529, #CDDC39);
}

.gradient-danger-dark-yellow {
  background: linear-gradient(#DC3545, #212529, #FFEB3B);
}

.gradient-danger-dark-amber {
  background: linear-gradient(#DC3545, #212529, #FFC107);
}

.gradient-danger-dark-orange {
  background: linear-gradient(#DC3545, #212529, #FF9800);
}

.gradient-danger-dark-lightblue {
  background: linear-gradient(#DC3545, #212529, #03A9F4);
}

.gradient-danger-dark-lightgreen {
  background: linear-gradient(#DC3545, #212529, #76FF03);
}

.gradient-danger-dark-deeppurple {
  background: linear-gradient(#DC3545, #212529, #673AB7);
}

.gradient-danger-dark-deeporange {
  background: linear-gradient(#DC3545, #212529, #DD6E0F);
}

.gradient-danger-dark-brown {
  background: linear-gradient(#DC3545, #212529, #964B00);
}

.gradient-danger-dark-grey {
  background: linear-gradient(#DC3545, #212529, #808080);
}

.gradient-danger-red {
  background: linear-gradient(#DC3545, #F44336);
}

.gradient-to-top-danger-red {
  background: linear-gradient(to top, #DC3545, #F44336);
}

.gradient-to-bottom-danger-red {
  background: linear-gradient(to bottom, #DC3545, #F44336);
}

.gradient-to-left-danger-red {
  background: linear-gradient(to left, #DC3545, #F44336);
}

.gradient-to-right-danger-red {
  background: linear-gradient(to right, #DC3545, #F44336);
}

.gradient-to-top-left-danger-red {
  background: linear-gradient(to top left, #DC3545, #F44336);
}

.gradient-to-top-right-danger-red {
  background: linear-gradient(to top right, #DC3545, #F44336);
}

.gradient-to-bottom-left-danger-red {
  background: linear-gradient(to bottom left, #DC3545, #F44336);
}

.gradient-to-bottom-right-danger-red {
  background: linear-gradient(to bottom right, #DC3545, #F44336);
}

.gradient-radial-danger-red {
  background: radial-gradient(circle, #DC3545, #F44336);
}

.gradient-danger-red-primary {
  background: linear-gradient(#DC3545, #F44336, #03A9F4);
}

.gradient-danger-red-secondary {
  background: linear-gradient(#DC3545, #F44336, #333);
}

.gradient-danger-red-success {
  background: linear-gradient(#DC3545, #F44336, #28a745);
}

.gradient-danger-red-info {
  background: linear-gradient(#DC3545, #F44336, #0DCAF0);
}

.gradient-danger-red-warning {
  background: linear-gradient(#DC3545, #F44336, #FFC107);
}

.gradient-danger-red-light {
  background: linear-gradient(#DC3545, #F44336, #f5f5f5);
}

.gradient-danger-red-dark {
  background: linear-gradient(#DC3545, #F44336, #212529);
}

.gradient-danger-red-green {
  background: linear-gradient(#DC3545, #F44336, #4CAF50);
}

.gradient-danger-red-blue {
  background: linear-gradient(#DC3545, #F44336, #2196F3);
}

.gradient-danger-red-black {
  background: linear-gradient(#DC3545, #F44336, #000);
}

.gradient-danger-red-white {
  background: linear-gradient(#DC3545, #F44336, #fff);
}

.gradient-danger-red-pink {
  background: linear-gradient(#DC3545, #F44336, #E91E63);
}

.gradient-danger-red-purple {
  background: linear-gradient(#DC3545, #F44336, #9C27B0);
}

.gradient-danger-red-indigo {
  background: linear-gradient(#DC3545, #F44336, #3E51B5);
}

.gradient-danger-red-cyan {
  background: linear-gradient(#DC3545, #F44336, #00BCD4);
}

.gradient-danger-red-teal {
  background: linear-gradient(#DC3545, #F44336, #009688);
}

.gradient-danger-red-lime {
  background: linear-gradient(#DC3545, #F44336, #CDDC39);
}

.gradient-danger-red-yellow {
  background: linear-gradient(#DC3545, #F44336, #FFEB3B);
}

.gradient-danger-red-amber {
  background: linear-gradient(#DC3545, #F44336, #FFC107);
}

.gradient-danger-red-orange {
  background: linear-gradient(#DC3545, #F44336, #FF9800);
}

.gradient-danger-red-lightblue {
  background: linear-gradient(#DC3545, #F44336, #03A9F4);
}

.gradient-danger-red-lightgreen {
  background: linear-gradient(#DC3545, #F44336, #76FF03);
}

.gradient-danger-red-deeppurple {
  background: linear-gradient(#DC3545, #F44336, #673AB7);
}

.gradient-danger-red-deeporange {
  background: linear-gradient(#DC3545, #F44336, #DD6E0F);
}

.gradient-danger-red-brown {
  background: linear-gradient(#DC3545, #F44336, #964B00);
}

.gradient-danger-red-grey {
  background: linear-gradient(#DC3545, #F44336, #808080);
}

.gradient-danger-green {
  background: linear-gradient(#DC3545, #4CAF50);
}

.gradient-to-top-danger-green {
  background: linear-gradient(to top, #DC3545, #4CAF50);
}

.gradient-to-bottom-danger-green {
  background: linear-gradient(to bottom, #DC3545, #4CAF50);
}

.gradient-to-left-danger-green {
  background: linear-gradient(to left, #DC3545, #4CAF50);
}

.gradient-to-right-danger-green {
  background: linear-gradient(to right, #DC3545, #4CAF50);
}

.gradient-to-top-left-danger-green {
  background: linear-gradient(to top left, #DC3545, #4CAF50);
}

.gradient-to-top-right-danger-green {
  background: linear-gradient(to top right, #DC3545, #4CAF50);
}

.gradient-to-bottom-left-danger-green {
  background: linear-gradient(to bottom left, #DC3545, #4CAF50);
}

.gradient-to-bottom-right-danger-green {
  background: linear-gradient(to bottom right, #DC3545, #4CAF50);
}

.gradient-radial-danger-green {
  background: radial-gradient(circle, #DC3545, #4CAF50);
}

.gradient-danger-green-primary {
  background: linear-gradient(#DC3545, #4CAF50, #03A9F4);
}

.gradient-danger-green-secondary {
  background: linear-gradient(#DC3545, #4CAF50, #333);
}

.gradient-danger-green-success {
  background: linear-gradient(#DC3545, #4CAF50, #28a745);
}

.gradient-danger-green-info {
  background: linear-gradient(#DC3545, #4CAF50, #0DCAF0);
}

.gradient-danger-green-warning {
  background: linear-gradient(#DC3545, #4CAF50, #FFC107);
}

.gradient-danger-green-light {
  background: linear-gradient(#DC3545, #4CAF50, #f5f5f5);
}

.gradient-danger-green-dark {
  background: linear-gradient(#DC3545, #4CAF50, #212529);
}

.gradient-danger-green-red {
  background: linear-gradient(#DC3545, #4CAF50, #F44336);
}

.gradient-danger-green-blue {
  background: linear-gradient(#DC3545, #4CAF50, #2196F3);
}

.gradient-danger-green-black {
  background: linear-gradient(#DC3545, #4CAF50, #000);
}

.gradient-danger-green-white {
  background: linear-gradient(#DC3545, #4CAF50, #fff);
}

.gradient-danger-green-pink {
  background: linear-gradient(#DC3545, #4CAF50, #E91E63);
}

.gradient-danger-green-purple {
  background: linear-gradient(#DC3545, #4CAF50, #9C27B0);
}

.gradient-danger-green-indigo {
  background: linear-gradient(#DC3545, #4CAF50, #3E51B5);
}

.gradient-danger-green-cyan {
  background: linear-gradient(#DC3545, #4CAF50, #00BCD4);
}

.gradient-danger-green-teal {
  background: linear-gradient(#DC3545, #4CAF50, #009688);
}

.gradient-danger-green-lime {
  background: linear-gradient(#DC3545, #4CAF50, #CDDC39);
}

.gradient-danger-green-yellow {
  background: linear-gradient(#DC3545, #4CAF50, #FFEB3B);
}

.gradient-danger-green-amber {
  background: linear-gradient(#DC3545, #4CAF50, #FFC107);
}

.gradient-danger-green-orange {
  background: linear-gradient(#DC3545, #4CAF50, #FF9800);
}

.gradient-danger-green-lightblue {
  background: linear-gradient(#DC3545, #4CAF50, #03A9F4);
}

.gradient-danger-green-lightgreen {
  background: linear-gradient(#DC3545, #4CAF50, #76FF03);
}

.gradient-danger-green-deeppurple {
  background: linear-gradient(#DC3545, #4CAF50, #673AB7);
}

.gradient-danger-green-deeporange {
  background: linear-gradient(#DC3545, #4CAF50, #DD6E0F);
}

.gradient-danger-green-brown {
  background: linear-gradient(#DC3545, #4CAF50, #964B00);
}

.gradient-danger-green-grey {
  background: linear-gradient(#DC3545, #4CAF50, #808080);
}

.gradient-danger-blue {
  background: linear-gradient(#DC3545, #2196F3);
}

.gradient-to-top-danger-blue {
  background: linear-gradient(to top, #DC3545, #2196F3);
}

.gradient-to-bottom-danger-blue {
  background: linear-gradient(to bottom, #DC3545, #2196F3);
}

.gradient-to-left-danger-blue {
  background: linear-gradient(to left, #DC3545, #2196F3);
}

.gradient-to-right-danger-blue {
  background: linear-gradient(to right, #DC3545, #2196F3);
}

.gradient-to-top-left-danger-blue {
  background: linear-gradient(to top left, #DC3545, #2196F3);
}

.gradient-to-top-right-danger-blue {
  background: linear-gradient(to top right, #DC3545, #2196F3);
}

.gradient-to-bottom-left-danger-blue {
  background: linear-gradient(to bottom left, #DC3545, #2196F3);
}

.gradient-to-bottom-right-danger-blue {
  background: linear-gradient(to bottom right, #DC3545, #2196F3);
}

.gradient-radial-danger-blue {
  background: radial-gradient(circle, #DC3545, #2196F3);
}

.gradient-danger-blue-primary {
  background: linear-gradient(#DC3545, #2196F3, #03A9F4);
}

.gradient-danger-blue-secondary {
  background: linear-gradient(#DC3545, #2196F3, #333);
}

.gradient-danger-blue-success {
  background: linear-gradient(#DC3545, #2196F3, #28a745);
}

.gradient-danger-blue-info {
  background: linear-gradient(#DC3545, #2196F3, #0DCAF0);
}

.gradient-danger-blue-warning {
  background: linear-gradient(#DC3545, #2196F3, #FFC107);
}

.gradient-danger-blue-light {
  background: linear-gradient(#DC3545, #2196F3, #f5f5f5);
}

.gradient-danger-blue-dark {
  background: linear-gradient(#DC3545, #2196F3, #212529);
}

.gradient-danger-blue-red {
  background: linear-gradient(#DC3545, #2196F3, #F44336);
}

.gradient-danger-blue-green {
  background: linear-gradient(#DC3545, #2196F3, #4CAF50);
}

.gradient-danger-blue-black {
  background: linear-gradient(#DC3545, #2196F3, #000);
}

.gradient-danger-blue-white {
  background: linear-gradient(#DC3545, #2196F3, #fff);
}

.gradient-danger-blue-pink {
  background: linear-gradient(#DC3545, #2196F3, #E91E63);
}

.gradient-danger-blue-purple {
  background: linear-gradient(#DC3545, #2196F3, #9C27B0);
}

.gradient-danger-blue-indigo {
  background: linear-gradient(#DC3545, #2196F3, #3E51B5);
}

.gradient-danger-blue-cyan {
  background: linear-gradient(#DC3545, #2196F3, #00BCD4);
}

.gradient-danger-blue-teal {
  background: linear-gradient(#DC3545, #2196F3, #009688);
}

.gradient-danger-blue-lime {
  background: linear-gradient(#DC3545, #2196F3, #CDDC39);
}

.gradient-danger-blue-yellow {
  background: linear-gradient(#DC3545, #2196F3, #FFEB3B);
}

.gradient-danger-blue-amber {
  background: linear-gradient(#DC3545, #2196F3, #FFC107);
}

.gradient-danger-blue-orange {
  background: linear-gradient(#DC3545, #2196F3, #FF9800);
}

.gradient-danger-blue-lightblue {
  background: linear-gradient(#DC3545, #2196F3, #03A9F4);
}

.gradient-danger-blue-lightgreen {
  background: linear-gradient(#DC3545, #2196F3, #76FF03);
}

.gradient-danger-blue-deeppurple {
  background: linear-gradient(#DC3545, #2196F3, #673AB7);
}

.gradient-danger-blue-deeporange {
  background: linear-gradient(#DC3545, #2196F3, #DD6E0F);
}

.gradient-danger-blue-brown {
  background: linear-gradient(#DC3545, #2196F3, #964B00);
}

.gradient-danger-blue-grey {
  background: linear-gradient(#DC3545, #2196F3, #808080);
}

.gradient-danger-black {
  background: linear-gradient(#DC3545, #000);
}

.gradient-to-top-danger-black {
  background: linear-gradient(to top, #DC3545, #000);
}

.gradient-to-bottom-danger-black {
  background: linear-gradient(to bottom, #DC3545, #000);
}

.gradient-to-left-danger-black {
  background: linear-gradient(to left, #DC3545, #000);
}

.gradient-to-right-danger-black {
  background: linear-gradient(to right, #DC3545, #000);
}

.gradient-to-top-left-danger-black {
  background: linear-gradient(to top left, #DC3545, #000);
}

.gradient-to-top-right-danger-black {
  background: linear-gradient(to top right, #DC3545, #000);
}

.gradient-to-bottom-left-danger-black {
  background: linear-gradient(to bottom left, #DC3545, #000);
}

.gradient-to-bottom-right-danger-black {
  background: linear-gradient(to bottom right, #DC3545, #000);
}

.gradient-radial-danger-black {
  background: radial-gradient(circle, #DC3545, #000);
}

.gradient-danger-black-primary {
  background: linear-gradient(#DC3545, #000, #03A9F4);
}

.gradient-danger-black-secondary {
  background: linear-gradient(#DC3545, #000, #333);
}

.gradient-danger-black-success {
  background: linear-gradient(#DC3545, #000, #28a745);
}

.gradient-danger-black-info {
  background: linear-gradient(#DC3545, #000, #0DCAF0);
}

.gradient-danger-black-warning {
  background: linear-gradient(#DC3545, #000, #FFC107);
}

.gradient-danger-black-light {
  background: linear-gradient(#DC3545, #000, #f5f5f5);
}

.gradient-danger-black-dark {
  background: linear-gradient(#DC3545, #000, #212529);
}

.gradient-danger-black-red {
  background: linear-gradient(#DC3545, #000, #F44336);
}

.gradient-danger-black-green {
  background: linear-gradient(#DC3545, #000, #4CAF50);
}

.gradient-danger-black-blue {
  background: linear-gradient(#DC3545, #000, #2196F3);
}

.gradient-danger-black-white {
  background: linear-gradient(#DC3545, #000, #fff);
}

.gradient-danger-black-pink {
  background: linear-gradient(#DC3545, #000, #E91E63);
}

.gradient-danger-black-purple {
  background: linear-gradient(#DC3545, #000, #9C27B0);
}

.gradient-danger-black-indigo {
  background: linear-gradient(#DC3545, #000, #3E51B5);
}

.gradient-danger-black-cyan {
  background: linear-gradient(#DC3545, #000, #00BCD4);
}

.gradient-danger-black-teal {
  background: linear-gradient(#DC3545, #000, #009688);
}

.gradient-danger-black-lime {
  background: linear-gradient(#DC3545, #000, #CDDC39);
}

.gradient-danger-black-yellow {
  background: linear-gradient(#DC3545, #000, #FFEB3B);
}

.gradient-danger-black-amber {
  background: linear-gradient(#DC3545, #000, #FFC107);
}

.gradient-danger-black-orange {
  background: linear-gradient(#DC3545, #000, #FF9800);
}

.gradient-danger-black-lightblue {
  background: linear-gradient(#DC3545, #000, #03A9F4);
}

.gradient-danger-black-lightgreen {
  background: linear-gradient(#DC3545, #000, #76FF03);
}

.gradient-danger-black-deeppurple {
  background: linear-gradient(#DC3545, #000, #673AB7);
}

.gradient-danger-black-deeporange {
  background: linear-gradient(#DC3545, #000, #DD6E0F);
}

.gradient-danger-black-brown {
  background: linear-gradient(#DC3545, #000, #964B00);
}

.gradient-danger-black-grey {
  background: linear-gradient(#DC3545, #000, #808080);
}

.gradient-danger-white {
  background: linear-gradient(#DC3545, #fff);
}

.gradient-to-top-danger-white {
  background: linear-gradient(to top, #DC3545, #fff);
}

.gradient-to-bottom-danger-white {
  background: linear-gradient(to bottom, #DC3545, #fff);
}

.gradient-to-left-danger-white {
  background: linear-gradient(to left, #DC3545, #fff);
}

.gradient-to-right-danger-white {
  background: linear-gradient(to right, #DC3545, #fff);
}

.gradient-to-top-left-danger-white {
  background: linear-gradient(to top left, #DC3545, #fff);
}

.gradient-to-top-right-danger-white {
  background: linear-gradient(to top right, #DC3545, #fff);
}

.gradient-to-bottom-left-danger-white {
  background: linear-gradient(to bottom left, #DC3545, #fff);
}

.gradient-to-bottom-right-danger-white {
  background: linear-gradient(to bottom right, #DC3545, #fff);
}

.gradient-radial-danger-white {
  background: radial-gradient(circle, #DC3545, #fff);
}

.gradient-danger-white-primary {
  background: linear-gradient(#DC3545, #fff, #03A9F4);
}

.gradient-danger-white-secondary {
  background: linear-gradient(#DC3545, #fff, #333);
}

.gradient-danger-white-success {
  background: linear-gradient(#DC3545, #fff, #28a745);
}

.gradient-danger-white-info {
  background: linear-gradient(#DC3545, #fff, #0DCAF0);
}

.gradient-danger-white-warning {
  background: linear-gradient(#DC3545, #fff, #FFC107);
}

.gradient-danger-white-light {
  background: linear-gradient(#DC3545, #fff, #f5f5f5);
}

.gradient-danger-white-dark {
  background: linear-gradient(#DC3545, #fff, #212529);
}

.gradient-danger-white-red {
  background: linear-gradient(#DC3545, #fff, #F44336);
}

.gradient-danger-white-green {
  background: linear-gradient(#DC3545, #fff, #4CAF50);
}

.gradient-danger-white-blue {
  background: linear-gradient(#DC3545, #fff, #2196F3);
}

.gradient-danger-white-black {
  background: linear-gradient(#DC3545, #fff, #000);
}

.gradient-danger-white-pink {
  background: linear-gradient(#DC3545, #fff, #E91E63);
}

.gradient-danger-white-purple {
  background: linear-gradient(#DC3545, #fff, #9C27B0);
}

.gradient-danger-white-indigo {
  background: linear-gradient(#DC3545, #fff, #3E51B5);
}

.gradient-danger-white-cyan {
  background: linear-gradient(#DC3545, #fff, #00BCD4);
}

.gradient-danger-white-teal {
  background: linear-gradient(#DC3545, #fff, #009688);
}

.gradient-danger-white-lime {
  background: linear-gradient(#DC3545, #fff, #CDDC39);
}

.gradient-danger-white-yellow {
  background: linear-gradient(#DC3545, #fff, #FFEB3B);
}

.gradient-danger-white-amber {
  background: linear-gradient(#DC3545, #fff, #FFC107);
}

.gradient-danger-white-orange {
  background: linear-gradient(#DC3545, #fff, #FF9800);
}

.gradient-danger-white-lightblue {
  background: linear-gradient(#DC3545, #fff, #03A9F4);
}

.gradient-danger-white-lightgreen {
  background: linear-gradient(#DC3545, #fff, #76FF03);
}

.gradient-danger-white-deeppurple {
  background: linear-gradient(#DC3545, #fff, #673AB7);
}

.gradient-danger-white-deeporange {
  background: linear-gradient(#DC3545, #fff, #DD6E0F);
}

.gradient-danger-white-brown {
  background: linear-gradient(#DC3545, #fff, #964B00);
}

.gradient-danger-white-grey {
  background: linear-gradient(#DC3545, #fff, #808080);
}

.gradient-danger-pink {
  background: linear-gradient(#DC3545, #E91E63);
}

.gradient-to-top-danger-pink {
  background: linear-gradient(to top, #DC3545, #E91E63);
}

.gradient-to-bottom-danger-pink {
  background: linear-gradient(to bottom, #DC3545, #E91E63);
}

.gradient-to-left-danger-pink {
  background: linear-gradient(to left, #DC3545, #E91E63);
}

.gradient-to-right-danger-pink {
  background: linear-gradient(to right, #DC3545, #E91E63);
}

.gradient-to-top-left-danger-pink {
  background: linear-gradient(to top left, #DC3545, #E91E63);
}

.gradient-to-top-right-danger-pink {
  background: linear-gradient(to top right, #DC3545, #E91E63);
}

.gradient-to-bottom-left-danger-pink {
  background: linear-gradient(to bottom left, #DC3545, #E91E63);
}

.gradient-to-bottom-right-danger-pink {
  background: linear-gradient(to bottom right, #DC3545, #E91E63);
}

.gradient-radial-danger-pink {
  background: radial-gradient(circle, #DC3545, #E91E63);
}

.gradient-danger-pink-primary {
  background: linear-gradient(#DC3545, #E91E63, #03A9F4);
}

.gradient-danger-pink-secondary {
  background: linear-gradient(#DC3545, #E91E63, #333);
}

.gradient-danger-pink-success {
  background: linear-gradient(#DC3545, #E91E63, #28a745);
}

.gradient-danger-pink-info {
  background: linear-gradient(#DC3545, #E91E63, #0DCAF0);
}

.gradient-danger-pink-warning {
  background: linear-gradient(#DC3545, #E91E63, #FFC107);
}

.gradient-danger-pink-light {
  background: linear-gradient(#DC3545, #E91E63, #f5f5f5);
}

.gradient-danger-pink-dark {
  background: linear-gradient(#DC3545, #E91E63, #212529);
}

.gradient-danger-pink-red {
  background: linear-gradient(#DC3545, #E91E63, #F44336);
}

.gradient-danger-pink-green {
  background: linear-gradient(#DC3545, #E91E63, #4CAF50);
}

.gradient-danger-pink-blue {
  background: linear-gradient(#DC3545, #E91E63, #2196F3);
}

.gradient-danger-pink-black {
  background: linear-gradient(#DC3545, #E91E63, #000);
}

.gradient-danger-pink-white {
  background: linear-gradient(#DC3545, #E91E63, #fff);
}

.gradient-danger-pink-purple {
  background: linear-gradient(#DC3545, #E91E63, #9C27B0);
}

.gradient-danger-pink-indigo {
  background: linear-gradient(#DC3545, #E91E63, #3E51B5);
}

.gradient-danger-pink-cyan {
  background: linear-gradient(#DC3545, #E91E63, #00BCD4);
}

.gradient-danger-pink-teal {
  background: linear-gradient(#DC3545, #E91E63, #009688);
}

.gradient-danger-pink-lime {
  background: linear-gradient(#DC3545, #E91E63, #CDDC39);
}

.gradient-danger-pink-yellow {
  background: linear-gradient(#DC3545, #E91E63, #FFEB3B);
}

.gradient-danger-pink-amber {
  background: linear-gradient(#DC3545, #E91E63, #FFC107);
}

.gradient-danger-pink-orange {
  background: linear-gradient(#DC3545, #E91E63, #FF9800);
}

.gradient-danger-pink-lightblue {
  background: linear-gradient(#DC3545, #E91E63, #03A9F4);
}

.gradient-danger-pink-lightgreen {
  background: linear-gradient(#DC3545, #E91E63, #76FF03);
}

.gradient-danger-pink-deeppurple {
  background: linear-gradient(#DC3545, #E91E63, #673AB7);
}

.gradient-danger-pink-deeporange {
  background: linear-gradient(#DC3545, #E91E63, #DD6E0F);
}

.gradient-danger-pink-brown {
  background: linear-gradient(#DC3545, #E91E63, #964B00);
}

.gradient-danger-pink-grey {
  background: linear-gradient(#DC3545, #E91E63, #808080);
}

.gradient-danger-purple {
  background: linear-gradient(#DC3545, #9C27B0);
}

.gradient-to-top-danger-purple {
  background: linear-gradient(to top, #DC3545, #9C27B0);
}

.gradient-to-bottom-danger-purple {
  background: linear-gradient(to bottom, #DC3545, #9C27B0);
}

.gradient-to-left-danger-purple {
  background: linear-gradient(to left, #DC3545, #9C27B0);
}

.gradient-to-right-danger-purple {
  background: linear-gradient(to right, #DC3545, #9C27B0);
}

.gradient-to-top-left-danger-purple {
  background: linear-gradient(to top left, #DC3545, #9C27B0);
}

.gradient-to-top-right-danger-purple {
  background: linear-gradient(to top right, #DC3545, #9C27B0);
}

.gradient-to-bottom-left-danger-purple {
  background: linear-gradient(to bottom left, #DC3545, #9C27B0);
}

.gradient-to-bottom-right-danger-purple {
  background: linear-gradient(to bottom right, #DC3545, #9C27B0);
}

.gradient-radial-danger-purple {
  background: radial-gradient(circle, #DC3545, #9C27B0);
}

.gradient-danger-purple-primary {
  background: linear-gradient(#DC3545, #9C27B0, #03A9F4);
}

.gradient-danger-purple-secondary {
  background: linear-gradient(#DC3545, #9C27B0, #333);
}

.gradient-danger-purple-success {
  background: linear-gradient(#DC3545, #9C27B0, #28a745);
}

.gradient-danger-purple-info {
  background: linear-gradient(#DC3545, #9C27B0, #0DCAF0);
}

.gradient-danger-purple-warning {
  background: linear-gradient(#DC3545, #9C27B0, #FFC107);
}

.gradient-danger-purple-light {
  background: linear-gradient(#DC3545, #9C27B0, #f5f5f5);
}

.gradient-danger-purple-dark {
  background: linear-gradient(#DC3545, #9C27B0, #212529);
}

.gradient-danger-purple-red {
  background: linear-gradient(#DC3545, #9C27B0, #F44336);
}

.gradient-danger-purple-green {
  background: linear-gradient(#DC3545, #9C27B0, #4CAF50);
}

.gradient-danger-purple-blue {
  background: linear-gradient(#DC3545, #9C27B0, #2196F3);
}

.gradient-danger-purple-black {
  background: linear-gradient(#DC3545, #9C27B0, #000);
}

.gradient-danger-purple-white {
  background: linear-gradient(#DC3545, #9C27B0, #fff);
}

.gradient-danger-purple-pink {
  background: linear-gradient(#DC3545, #9C27B0, #E91E63);
}

.gradient-danger-purple-indigo {
  background: linear-gradient(#DC3545, #9C27B0, #3E51B5);
}

.gradient-danger-purple-cyan {
  background: linear-gradient(#DC3545, #9C27B0, #00BCD4);
}

.gradient-danger-purple-teal {
  background: linear-gradient(#DC3545, #9C27B0, #009688);
}

.gradient-danger-purple-lime {
  background: linear-gradient(#DC3545, #9C27B0, #CDDC39);
}

.gradient-danger-purple-yellow {
  background: linear-gradient(#DC3545, #9C27B0, #FFEB3B);
}

.gradient-danger-purple-amber {
  background: linear-gradient(#DC3545, #9C27B0, #FFC107);
}

.gradient-danger-purple-orange {
  background: linear-gradient(#DC3545, #9C27B0, #FF9800);
}

.gradient-danger-purple-lightblue {
  background: linear-gradient(#DC3545, #9C27B0, #03A9F4);
}

.gradient-danger-purple-lightgreen {
  background: linear-gradient(#DC3545, #9C27B0, #76FF03);
}

.gradient-danger-purple-deeppurple {
  background: linear-gradient(#DC3545, #9C27B0, #673AB7);
}

.gradient-danger-purple-deeporange {
  background: linear-gradient(#DC3545, #9C27B0, #DD6E0F);
}

.gradient-danger-purple-brown {
  background: linear-gradient(#DC3545, #9C27B0, #964B00);
}

.gradient-danger-purple-grey {
  background: linear-gradient(#DC3545, #9C27B0, #808080);
}

.gradient-danger-indigo {
  background: linear-gradient(#DC3545, #3E51B5);
}

.gradient-to-top-danger-indigo {
  background: linear-gradient(to top, #DC3545, #3E51B5);
}

.gradient-to-bottom-danger-indigo {
  background: linear-gradient(to bottom, #DC3545, #3E51B5);
}

.gradient-to-left-danger-indigo {
  background: linear-gradient(to left, #DC3545, #3E51B5);
}

.gradient-to-right-danger-indigo {
  background: linear-gradient(to right, #DC3545, #3E51B5);
}

.gradient-to-top-left-danger-indigo {
  background: linear-gradient(to top left, #DC3545, #3E51B5);
}

.gradient-to-top-right-danger-indigo {
  background: linear-gradient(to top right, #DC3545, #3E51B5);
}

.gradient-to-bottom-left-danger-indigo {
  background: linear-gradient(to bottom left, #DC3545, #3E51B5);
}

.gradient-to-bottom-right-danger-indigo {
  background: linear-gradient(to bottom right, #DC3545, #3E51B5);
}

.gradient-radial-danger-indigo {
  background: radial-gradient(circle, #DC3545, #3E51B5);
}

.gradient-danger-indigo-primary {
  background: linear-gradient(#DC3545, #3E51B5, #03A9F4);
}

.gradient-danger-indigo-secondary {
  background: linear-gradient(#DC3545, #3E51B5, #333);
}

.gradient-danger-indigo-success {
  background: linear-gradient(#DC3545, #3E51B5, #28a745);
}

.gradient-danger-indigo-info {
  background: linear-gradient(#DC3545, #3E51B5, #0DCAF0);
}

.gradient-danger-indigo-warning {
  background: linear-gradient(#DC3545, #3E51B5, #FFC107);
}

.gradient-danger-indigo-light {
  background: linear-gradient(#DC3545, #3E51B5, #f5f5f5);
}

.gradient-danger-indigo-dark {
  background: linear-gradient(#DC3545, #3E51B5, #212529);
}

.gradient-danger-indigo-red {
  background: linear-gradient(#DC3545, #3E51B5, #F44336);
}

.gradient-danger-indigo-green {
  background: linear-gradient(#DC3545, #3E51B5, #4CAF50);
}

.gradient-danger-indigo-blue {
  background: linear-gradient(#DC3545, #3E51B5, #2196F3);
}

.gradient-danger-indigo-black {
  background: linear-gradient(#DC3545, #3E51B5, #000);
}

.gradient-danger-indigo-white {
  background: linear-gradient(#DC3545, #3E51B5, #fff);
}

.gradient-danger-indigo-pink {
  background: linear-gradient(#DC3545, #3E51B5, #E91E63);
}

.gradient-danger-indigo-purple {
  background: linear-gradient(#DC3545, #3E51B5, #9C27B0);
}

.gradient-danger-indigo-cyan {
  background: linear-gradient(#DC3545, #3E51B5, #00BCD4);
}

.gradient-danger-indigo-teal {
  background: linear-gradient(#DC3545, #3E51B5, #009688);
}

.gradient-danger-indigo-lime {
  background: linear-gradient(#DC3545, #3E51B5, #CDDC39);
}

.gradient-danger-indigo-yellow {
  background: linear-gradient(#DC3545, #3E51B5, #FFEB3B);
}

.gradient-danger-indigo-amber {
  background: linear-gradient(#DC3545, #3E51B5, #FFC107);
}

.gradient-danger-indigo-orange {
  background: linear-gradient(#DC3545, #3E51B5, #FF9800);
}

.gradient-danger-indigo-lightblue {
  background: linear-gradient(#DC3545, #3E51B5, #03A9F4);
}

.gradient-danger-indigo-lightgreen {
  background: linear-gradient(#DC3545, #3E51B5, #76FF03);
}

.gradient-danger-indigo-deeppurple {
  background: linear-gradient(#DC3545, #3E51B5, #673AB7);
}

.gradient-danger-indigo-deeporange {
  background: linear-gradient(#DC3545, #3E51B5, #DD6E0F);
}

.gradient-danger-indigo-brown {
  background: linear-gradient(#DC3545, #3E51B5, #964B00);
}

.gradient-danger-indigo-grey {
  background: linear-gradient(#DC3545, #3E51B5, #808080);
}

.gradient-danger-cyan {
  background: linear-gradient(#DC3545, #00BCD4);
}

.gradient-to-top-danger-cyan {
  background: linear-gradient(to top, #DC3545, #00BCD4);
}

.gradient-to-bottom-danger-cyan {
  background: linear-gradient(to bottom, #DC3545, #00BCD4);
}

.gradient-to-left-danger-cyan {
  background: linear-gradient(to left, #DC3545, #00BCD4);
}

.gradient-to-right-danger-cyan {
  background: linear-gradient(to right, #DC3545, #00BCD4);
}

.gradient-to-top-left-danger-cyan {
  background: linear-gradient(to top left, #DC3545, #00BCD4);
}

.gradient-to-top-right-danger-cyan {
  background: linear-gradient(to top right, #DC3545, #00BCD4);
}

.gradient-to-bottom-left-danger-cyan {
  background: linear-gradient(to bottom left, #DC3545, #00BCD4);
}

.gradient-to-bottom-right-danger-cyan {
  background: linear-gradient(to bottom right, #DC3545, #00BCD4);
}

.gradient-radial-danger-cyan {
  background: radial-gradient(circle, #DC3545, #00BCD4);
}

.gradient-danger-cyan-primary {
  background: linear-gradient(#DC3545, #00BCD4, #03A9F4);
}

.gradient-danger-cyan-secondary {
  background: linear-gradient(#DC3545, #00BCD4, #333);
}

.gradient-danger-cyan-success {
  background: linear-gradient(#DC3545, #00BCD4, #28a745);
}

.gradient-danger-cyan-info {
  background: linear-gradient(#DC3545, #00BCD4, #0DCAF0);
}

.gradient-danger-cyan-warning {
  background: linear-gradient(#DC3545, #00BCD4, #FFC107);
}

.gradient-danger-cyan-light {
  background: linear-gradient(#DC3545, #00BCD4, #f5f5f5);
}

.gradient-danger-cyan-dark {
  background: linear-gradient(#DC3545, #00BCD4, #212529);
}

.gradient-danger-cyan-red {
  background: linear-gradient(#DC3545, #00BCD4, #F44336);
}

.gradient-danger-cyan-green {
  background: linear-gradient(#DC3545, #00BCD4, #4CAF50);
}

.gradient-danger-cyan-blue {
  background: linear-gradient(#DC3545, #00BCD4, #2196F3);
}

.gradient-danger-cyan-black {
  background: linear-gradient(#DC3545, #00BCD4, #000);
}

.gradient-danger-cyan-white {
  background: linear-gradient(#DC3545, #00BCD4, #fff);
}

.gradient-danger-cyan-pink {
  background: linear-gradient(#DC3545, #00BCD4, #E91E63);
}

.gradient-danger-cyan-purple {
  background: linear-gradient(#DC3545, #00BCD4, #9C27B0);
}

.gradient-danger-cyan-indigo {
  background: linear-gradient(#DC3545, #00BCD4, #3E51B5);
}

.gradient-danger-cyan-teal {
  background: linear-gradient(#DC3545, #00BCD4, #009688);
}

.gradient-danger-cyan-lime {
  background: linear-gradient(#DC3545, #00BCD4, #CDDC39);
}

.gradient-danger-cyan-yellow {
  background: linear-gradient(#DC3545, #00BCD4, #FFEB3B);
}

.gradient-danger-cyan-amber {
  background: linear-gradient(#DC3545, #00BCD4, #FFC107);
}

.gradient-danger-cyan-orange {
  background: linear-gradient(#DC3545, #00BCD4, #FF9800);
}

.gradient-danger-cyan-lightblue {
  background: linear-gradient(#DC3545, #00BCD4, #03A9F4);
}

.gradient-danger-cyan-lightgreen {
  background: linear-gradient(#DC3545, #00BCD4, #76FF03);
}

.gradient-danger-cyan-deeppurple {
  background: linear-gradient(#DC3545, #00BCD4, #673AB7);
}

.gradient-danger-cyan-deeporange {
  background: linear-gradient(#DC3545, #00BCD4, #DD6E0F);
}

.gradient-danger-cyan-brown {
  background: linear-gradient(#DC3545, #00BCD4, #964B00);
}

.gradient-danger-cyan-grey {
  background: linear-gradient(#DC3545, #00BCD4, #808080);
}

.gradient-danger-teal {
  background: linear-gradient(#DC3545, #009688);
}

.gradient-to-top-danger-teal {
  background: linear-gradient(to top, #DC3545, #009688);
}

.gradient-to-bottom-danger-teal {
  background: linear-gradient(to bottom, #DC3545, #009688);
}

.gradient-to-left-danger-teal {
  background: linear-gradient(to left, #DC3545, #009688);
}

.gradient-to-right-danger-teal {
  background: linear-gradient(to right, #DC3545, #009688);
}

.gradient-to-top-left-danger-teal {
  background: linear-gradient(to top left, #DC3545, #009688);
}

.gradient-to-top-right-danger-teal {
  background: linear-gradient(to top right, #DC3545, #009688);
}

.gradient-to-bottom-left-danger-teal {
  background: linear-gradient(to bottom left, #DC3545, #009688);
}

.gradient-to-bottom-right-danger-teal {
  background: linear-gradient(to bottom right, #DC3545, #009688);
}

.gradient-radial-danger-teal {
  background: radial-gradient(circle, #DC3545, #009688);
}

.gradient-danger-teal-primary {
  background: linear-gradient(#DC3545, #009688, #03A9F4);
}

.gradient-danger-teal-secondary {
  background: linear-gradient(#DC3545, #009688, #333);
}

.gradient-danger-teal-success {
  background: linear-gradient(#DC3545, #009688, #28a745);
}

.gradient-danger-teal-info {
  background: linear-gradient(#DC3545, #009688, #0DCAF0);
}

.gradient-danger-teal-warning {
  background: linear-gradient(#DC3545, #009688, #FFC107);
}

.gradient-danger-teal-light {
  background: linear-gradient(#DC3545, #009688, #f5f5f5);
}

.gradient-danger-teal-dark {
  background: linear-gradient(#DC3545, #009688, #212529);
}

.gradient-danger-teal-red {
  background: linear-gradient(#DC3545, #009688, #F44336);
}

.gradient-danger-teal-green {
  background: linear-gradient(#DC3545, #009688, #4CAF50);
}

.gradient-danger-teal-blue {
  background: linear-gradient(#DC3545, #009688, #2196F3);
}

.gradient-danger-teal-black {
  background: linear-gradient(#DC3545, #009688, #000);
}

.gradient-danger-teal-white {
  background: linear-gradient(#DC3545, #009688, #fff);
}

.gradient-danger-teal-pink {
  background: linear-gradient(#DC3545, #009688, #E91E63);
}

.gradient-danger-teal-purple {
  background: linear-gradient(#DC3545, #009688, #9C27B0);
}

.gradient-danger-teal-indigo {
  background: linear-gradient(#DC3545, #009688, #3E51B5);
}

.gradient-danger-teal-cyan {
  background: linear-gradient(#DC3545, #009688, #00BCD4);
}

.gradient-danger-teal-lime {
  background: linear-gradient(#DC3545, #009688, #CDDC39);
}

.gradient-danger-teal-yellow {
  background: linear-gradient(#DC3545, #009688, #FFEB3B);
}

.gradient-danger-teal-amber {
  background: linear-gradient(#DC3545, #009688, #FFC107);
}

.gradient-danger-teal-orange {
  background: linear-gradient(#DC3545, #009688, #FF9800);
}

.gradient-danger-teal-lightblue {
  background: linear-gradient(#DC3545, #009688, #03A9F4);
}

.gradient-danger-teal-lightgreen {
  background: linear-gradient(#DC3545, #009688, #76FF03);
}

.gradient-danger-teal-deeppurple {
  background: linear-gradient(#DC3545, #009688, #673AB7);
}

.gradient-danger-teal-deeporange {
  background: linear-gradient(#DC3545, #009688, #DD6E0F);
}

.gradient-danger-teal-brown {
  background: linear-gradient(#DC3545, #009688, #964B00);
}

.gradient-danger-teal-grey {
  background: linear-gradient(#DC3545, #009688, #808080);
}

.gradient-danger-lime {
  background: linear-gradient(#DC3545, #CDDC39);
}

.gradient-to-top-danger-lime {
  background: linear-gradient(to top, #DC3545, #CDDC39);
}

.gradient-to-bottom-danger-lime {
  background: linear-gradient(to bottom, #DC3545, #CDDC39);
}

.gradient-to-left-danger-lime {
  background: linear-gradient(to left, #DC3545, #CDDC39);
}

.gradient-to-right-danger-lime {
  background: linear-gradient(to right, #DC3545, #CDDC39);
}

.gradient-to-top-left-danger-lime {
  background: linear-gradient(to top left, #DC3545, #CDDC39);
}

.gradient-to-top-right-danger-lime {
  background: linear-gradient(to top right, #DC3545, #CDDC39);
}

.gradient-to-bottom-left-danger-lime {
  background: linear-gradient(to bottom left, #DC3545, #CDDC39);
}

.gradient-to-bottom-right-danger-lime {
  background: linear-gradient(to bottom right, #DC3545, #CDDC39);
}

.gradient-radial-danger-lime {
  background: radial-gradient(circle, #DC3545, #CDDC39);
}

.gradient-danger-lime-primary {
  background: linear-gradient(#DC3545, #CDDC39, #03A9F4);
}

.gradient-danger-lime-secondary {
  background: linear-gradient(#DC3545, #CDDC39, #333);
}

.gradient-danger-lime-success {
  background: linear-gradient(#DC3545, #CDDC39, #28a745);
}

.gradient-danger-lime-info {
  background: linear-gradient(#DC3545, #CDDC39, #0DCAF0);
}

.gradient-danger-lime-warning {
  background: linear-gradient(#DC3545, #CDDC39, #FFC107);
}

.gradient-danger-lime-light {
  background: linear-gradient(#DC3545, #CDDC39, #f5f5f5);
}

.gradient-danger-lime-dark {
  background: linear-gradient(#DC3545, #CDDC39, #212529);
}

.gradient-danger-lime-red {
  background: linear-gradient(#DC3545, #CDDC39, #F44336);
}

.gradient-danger-lime-green {
  background: linear-gradient(#DC3545, #CDDC39, #4CAF50);
}

.gradient-danger-lime-blue {
  background: linear-gradient(#DC3545, #CDDC39, #2196F3);
}

.gradient-danger-lime-black {
  background: linear-gradient(#DC3545, #CDDC39, #000);
}

.gradient-danger-lime-white {
  background: linear-gradient(#DC3545, #CDDC39, #fff);
}

.gradient-danger-lime-pink {
  background: linear-gradient(#DC3545, #CDDC39, #E91E63);
}

.gradient-danger-lime-purple {
  background: linear-gradient(#DC3545, #CDDC39, #9C27B0);
}

.gradient-danger-lime-indigo {
  background: linear-gradient(#DC3545, #CDDC39, #3E51B5);
}

.gradient-danger-lime-cyan {
  background: linear-gradient(#DC3545, #CDDC39, #00BCD4);
}

.gradient-danger-lime-teal {
  background: linear-gradient(#DC3545, #CDDC39, #009688);
}

.gradient-danger-lime-yellow {
  background: linear-gradient(#DC3545, #CDDC39, #FFEB3B);
}

.gradient-danger-lime-amber {
  background: linear-gradient(#DC3545, #CDDC39, #FFC107);
}

.gradient-danger-lime-orange {
  background: linear-gradient(#DC3545, #CDDC39, #FF9800);
}

.gradient-danger-lime-lightblue {
  background: linear-gradient(#DC3545, #CDDC39, #03A9F4);
}

.gradient-danger-lime-lightgreen {
  background: linear-gradient(#DC3545, #CDDC39, #76FF03);
}

.gradient-danger-lime-deeppurple {
  background: linear-gradient(#DC3545, #CDDC39, #673AB7);
}

.gradient-danger-lime-deeporange {
  background: linear-gradient(#DC3545, #CDDC39, #DD6E0F);
}

.gradient-danger-lime-brown {
  background: linear-gradient(#DC3545, #CDDC39, #964B00);
}

.gradient-danger-lime-grey {
  background: linear-gradient(#DC3545, #CDDC39, #808080);
}

.gradient-danger-yellow {
  background: linear-gradient(#DC3545, #FFEB3B);
}

.gradient-to-top-danger-yellow {
  background: linear-gradient(to top, #DC3545, #FFEB3B);
}

.gradient-to-bottom-danger-yellow {
  background: linear-gradient(to bottom, #DC3545, #FFEB3B);
}

.gradient-to-left-danger-yellow {
  background: linear-gradient(to left, #DC3545, #FFEB3B);
}

.gradient-to-right-danger-yellow {
  background: linear-gradient(to right, #DC3545, #FFEB3B);
}

.gradient-to-top-left-danger-yellow {
  background: linear-gradient(to top left, #DC3545, #FFEB3B);
}

.gradient-to-top-right-danger-yellow {
  background: linear-gradient(to top right, #DC3545, #FFEB3B);
}

.gradient-to-bottom-left-danger-yellow {
  background: linear-gradient(to bottom left, #DC3545, #FFEB3B);
}

.gradient-to-bottom-right-danger-yellow {
  background: linear-gradient(to bottom right, #DC3545, #FFEB3B);
}

.gradient-radial-danger-yellow {
  background: radial-gradient(circle, #DC3545, #FFEB3B);
}

.gradient-danger-yellow-primary {
  background: linear-gradient(#DC3545, #FFEB3B, #03A9F4);
}

.gradient-danger-yellow-secondary {
  background: linear-gradient(#DC3545, #FFEB3B, #333);
}

.gradient-danger-yellow-success {
  background: linear-gradient(#DC3545, #FFEB3B, #28a745);
}

.gradient-danger-yellow-info {
  background: linear-gradient(#DC3545, #FFEB3B, #0DCAF0);
}

.gradient-danger-yellow-warning {
  background: linear-gradient(#DC3545, #FFEB3B, #FFC107);
}

.gradient-danger-yellow-light {
  background: linear-gradient(#DC3545, #FFEB3B, #f5f5f5);
}

.gradient-danger-yellow-dark {
  background: linear-gradient(#DC3545, #FFEB3B, #212529);
}

.gradient-danger-yellow-red {
  background: linear-gradient(#DC3545, #FFEB3B, #F44336);
}

.gradient-danger-yellow-green {
  background: linear-gradient(#DC3545, #FFEB3B, #4CAF50);
}

.gradient-danger-yellow-blue {
  background: linear-gradient(#DC3545, #FFEB3B, #2196F3);
}

.gradient-danger-yellow-black {
  background: linear-gradient(#DC3545, #FFEB3B, #000);
}

.gradient-danger-yellow-white {
  background: linear-gradient(#DC3545, #FFEB3B, #fff);
}

.gradient-danger-yellow-pink {
  background: linear-gradient(#DC3545, #FFEB3B, #E91E63);
}

.gradient-danger-yellow-purple {
  background: linear-gradient(#DC3545, #FFEB3B, #9C27B0);
}

.gradient-danger-yellow-indigo {
  background: linear-gradient(#DC3545, #FFEB3B, #3E51B5);
}

.gradient-danger-yellow-cyan {
  background: linear-gradient(#DC3545, #FFEB3B, #00BCD4);
}

.gradient-danger-yellow-teal {
  background: linear-gradient(#DC3545, #FFEB3B, #009688);
}

.gradient-danger-yellow-lime {
  background: linear-gradient(#DC3545, #FFEB3B, #CDDC39);
}

.gradient-danger-yellow-amber {
  background: linear-gradient(#DC3545, #FFEB3B, #FFC107);
}

.gradient-danger-yellow-orange {
  background: linear-gradient(#DC3545, #FFEB3B, #FF9800);
}

.gradient-danger-yellow-lightblue {
  background: linear-gradient(#DC3545, #FFEB3B, #03A9F4);
}

.gradient-danger-yellow-lightgreen {
  background: linear-gradient(#DC3545, #FFEB3B, #76FF03);
}

.gradient-danger-yellow-deeppurple {
  background: linear-gradient(#DC3545, #FFEB3B, #673AB7);
}

.gradient-danger-yellow-deeporange {
  background: linear-gradient(#DC3545, #FFEB3B, #DD6E0F);
}

.gradient-danger-yellow-brown {
  background: linear-gradient(#DC3545, #FFEB3B, #964B00);
}

.gradient-danger-yellow-grey {
  background: linear-gradient(#DC3545, #FFEB3B, #808080);
}

.gradient-danger-amber {
  background: linear-gradient(#DC3545, #FFC107);
}

.gradient-to-top-danger-amber {
  background: linear-gradient(to top, #DC3545, #FFC107);
}

.gradient-to-bottom-danger-amber {
  background: linear-gradient(to bottom, #DC3545, #FFC107);
}

.gradient-to-left-danger-amber {
  background: linear-gradient(to left, #DC3545, #FFC107);
}

.gradient-to-right-danger-amber {
  background: linear-gradient(to right, #DC3545, #FFC107);
}

.gradient-to-top-left-danger-amber {
  background: linear-gradient(to top left, #DC3545, #FFC107);
}

.gradient-to-top-right-danger-amber {
  background: linear-gradient(to top right, #DC3545, #FFC107);
}

.gradient-to-bottom-left-danger-amber {
  background: linear-gradient(to bottom left, #DC3545, #FFC107);
}

.gradient-to-bottom-right-danger-amber {
  background: linear-gradient(to bottom right, #DC3545, #FFC107);
}

.gradient-radial-danger-amber {
  background: radial-gradient(circle, #DC3545, #FFC107);
}

.gradient-danger-amber-primary {
  background: linear-gradient(#DC3545, #FFC107, #03A9F4);
}

.gradient-danger-amber-secondary {
  background: linear-gradient(#DC3545, #FFC107, #333);
}

.gradient-danger-amber-success {
  background: linear-gradient(#DC3545, #FFC107, #28a745);
}

.gradient-danger-amber-info {
  background: linear-gradient(#DC3545, #FFC107, #0DCAF0);
}

.gradient-danger-amber-warning {
  background: linear-gradient(#DC3545, #FFC107, #FFC107);
}

.gradient-danger-amber-light {
  background: linear-gradient(#DC3545, #FFC107, #f5f5f5);
}

.gradient-danger-amber-dark {
  background: linear-gradient(#DC3545, #FFC107, #212529);
}

.gradient-danger-amber-red {
  background: linear-gradient(#DC3545, #FFC107, #F44336);
}

.gradient-danger-amber-green {
  background: linear-gradient(#DC3545, #FFC107, #4CAF50);
}

.gradient-danger-amber-blue {
  background: linear-gradient(#DC3545, #FFC107, #2196F3);
}

.gradient-danger-amber-black {
  background: linear-gradient(#DC3545, #FFC107, #000);
}

.gradient-danger-amber-white {
  background: linear-gradient(#DC3545, #FFC107, #fff);
}

.gradient-danger-amber-pink {
  background: linear-gradient(#DC3545, #FFC107, #E91E63);
}

.gradient-danger-amber-purple {
  background: linear-gradient(#DC3545, #FFC107, #9C27B0);
}

.gradient-danger-amber-indigo {
  background: linear-gradient(#DC3545, #FFC107, #3E51B5);
}

.gradient-danger-amber-cyan {
  background: linear-gradient(#DC3545, #FFC107, #00BCD4);
}

.gradient-danger-amber-teal {
  background: linear-gradient(#DC3545, #FFC107, #009688);
}

.gradient-danger-amber-lime {
  background: linear-gradient(#DC3545, #FFC107, #CDDC39);
}

.gradient-danger-amber-yellow {
  background: linear-gradient(#DC3545, #FFC107, #FFEB3B);
}

.gradient-danger-amber-orange {
  background: linear-gradient(#DC3545, #FFC107, #FF9800);
}

.gradient-danger-amber-lightblue {
  background: linear-gradient(#DC3545, #FFC107, #03A9F4);
}

.gradient-danger-amber-lightgreen {
  background: linear-gradient(#DC3545, #FFC107, #76FF03);
}

.gradient-danger-amber-deeppurple {
  background: linear-gradient(#DC3545, #FFC107, #673AB7);
}

.gradient-danger-amber-deeporange {
  background: linear-gradient(#DC3545, #FFC107, #DD6E0F);
}

.gradient-danger-amber-brown {
  background: linear-gradient(#DC3545, #FFC107, #964B00);
}

.gradient-danger-amber-grey {
  background: linear-gradient(#DC3545, #FFC107, #808080);
}

.gradient-danger-orange {
  background: linear-gradient(#DC3545, #FF9800);
}

.gradient-to-top-danger-orange {
  background: linear-gradient(to top, #DC3545, #FF9800);
}

.gradient-to-bottom-danger-orange {
  background: linear-gradient(to bottom, #DC3545, #FF9800);
}

.gradient-to-left-danger-orange {
  background: linear-gradient(to left, #DC3545, #FF9800);
}

.gradient-to-right-danger-orange {
  background: linear-gradient(to right, #DC3545, #FF9800);
}

.gradient-to-top-left-danger-orange {
  background: linear-gradient(to top left, #DC3545, #FF9800);
}

.gradient-to-top-right-danger-orange {
  background: linear-gradient(to top right, #DC3545, #FF9800);
}

.gradient-to-bottom-left-danger-orange {
  background: linear-gradient(to bottom left, #DC3545, #FF9800);
}

.gradient-to-bottom-right-danger-orange {
  background: linear-gradient(to bottom right, #DC3545, #FF9800);
}

.gradient-radial-danger-orange {
  background: radial-gradient(circle, #DC3545, #FF9800);
}

.gradient-danger-orange-primary {
  background: linear-gradient(#DC3545, #FF9800, #03A9F4);
}

.gradient-danger-orange-secondary {
  background: linear-gradient(#DC3545, #FF9800, #333);
}

.gradient-danger-orange-success {
  background: linear-gradient(#DC3545, #FF9800, #28a745);
}

.gradient-danger-orange-info {
  background: linear-gradient(#DC3545, #FF9800, #0DCAF0);
}

.gradient-danger-orange-warning {
  background: linear-gradient(#DC3545, #FF9800, #FFC107);
}

.gradient-danger-orange-light {
  background: linear-gradient(#DC3545, #FF9800, #f5f5f5);
}

.gradient-danger-orange-dark {
  background: linear-gradient(#DC3545, #FF9800, #212529);
}

.gradient-danger-orange-red {
  background: linear-gradient(#DC3545, #FF9800, #F44336);
}

.gradient-danger-orange-green {
  background: linear-gradient(#DC3545, #FF9800, #4CAF50);
}

.gradient-danger-orange-blue {
  background: linear-gradient(#DC3545, #FF9800, #2196F3);
}

.gradient-danger-orange-black {
  background: linear-gradient(#DC3545, #FF9800, #000);
}

.gradient-danger-orange-white {
  background: linear-gradient(#DC3545, #FF9800, #fff);
}

.gradient-danger-orange-pink {
  background: linear-gradient(#DC3545, #FF9800, #E91E63);
}

.gradient-danger-orange-purple {
  background: linear-gradient(#DC3545, #FF9800, #9C27B0);
}

.gradient-danger-orange-indigo {
  background: linear-gradient(#DC3545, #FF9800, #3E51B5);
}

.gradient-danger-orange-cyan {
  background: linear-gradient(#DC3545, #FF9800, #00BCD4);
}

.gradient-danger-orange-teal {
  background: linear-gradient(#DC3545, #FF9800, #009688);
}

.gradient-danger-orange-lime {
  background: linear-gradient(#DC3545, #FF9800, #CDDC39);
}

.gradient-danger-orange-yellow {
  background: linear-gradient(#DC3545, #FF9800, #FFEB3B);
}

.gradient-danger-orange-amber {
  background: linear-gradient(#DC3545, #FF9800, #FFC107);
}

.gradient-danger-orange-lightblue {
  background: linear-gradient(#DC3545, #FF9800, #03A9F4);
}

.gradient-danger-orange-lightgreen {
  background: linear-gradient(#DC3545, #FF9800, #76FF03);
}

.gradient-danger-orange-deeppurple {
  background: linear-gradient(#DC3545, #FF9800, #673AB7);
}

.gradient-danger-orange-deeporange {
  background: linear-gradient(#DC3545, #FF9800, #DD6E0F);
}

.gradient-danger-orange-brown {
  background: linear-gradient(#DC3545, #FF9800, #964B00);
}

.gradient-danger-orange-grey {
  background: linear-gradient(#DC3545, #FF9800, #808080);
}

.gradient-danger-lightblue {
  background: linear-gradient(#DC3545, #03A9F4);
}

.gradient-to-top-danger-lightblue {
  background: linear-gradient(to top, #DC3545, #03A9F4);
}

.gradient-to-bottom-danger-lightblue {
  background: linear-gradient(to bottom, #DC3545, #03A9F4);
}

.gradient-to-left-danger-lightblue {
  background: linear-gradient(to left, #DC3545, #03A9F4);
}

.gradient-to-right-danger-lightblue {
  background: linear-gradient(to right, #DC3545, #03A9F4);
}

.gradient-to-top-left-danger-lightblue {
  background: linear-gradient(to top left, #DC3545, #03A9F4);
}

.gradient-to-top-right-danger-lightblue {
  background: linear-gradient(to top right, #DC3545, #03A9F4);
}

.gradient-to-bottom-left-danger-lightblue {
  background: linear-gradient(to bottom left, #DC3545, #03A9F4);
}

.gradient-to-bottom-right-danger-lightblue {
  background: linear-gradient(to bottom right, #DC3545, #03A9F4);
}

.gradient-radial-danger-lightblue {
  background: radial-gradient(circle, #DC3545, #03A9F4);
}

.gradient-danger-lightblue-primary {
  background: linear-gradient(#DC3545, #03A9F4, #03A9F4);
}

.gradient-danger-lightblue-secondary {
  background: linear-gradient(#DC3545, #03A9F4, #333);
}

.gradient-danger-lightblue-success {
  background: linear-gradient(#DC3545, #03A9F4, #28a745);
}

.gradient-danger-lightblue-info {
  background: linear-gradient(#DC3545, #03A9F4, #0DCAF0);
}

.gradient-danger-lightblue-warning {
  background: linear-gradient(#DC3545, #03A9F4, #FFC107);
}

.gradient-danger-lightblue-light {
  background: linear-gradient(#DC3545, #03A9F4, #f5f5f5);
}

.gradient-danger-lightblue-dark {
  background: linear-gradient(#DC3545, #03A9F4, #212529);
}

.gradient-danger-lightblue-red {
  background: linear-gradient(#DC3545, #03A9F4, #F44336);
}

.gradient-danger-lightblue-green {
  background: linear-gradient(#DC3545, #03A9F4, #4CAF50);
}

.gradient-danger-lightblue-blue {
  background: linear-gradient(#DC3545, #03A9F4, #2196F3);
}

.gradient-danger-lightblue-black {
  background: linear-gradient(#DC3545, #03A9F4, #000);
}

.gradient-danger-lightblue-white {
  background: linear-gradient(#DC3545, #03A9F4, #fff);
}

.gradient-danger-lightblue-pink {
  background: linear-gradient(#DC3545, #03A9F4, #E91E63);
}

.gradient-danger-lightblue-purple {
  background: linear-gradient(#DC3545, #03A9F4, #9C27B0);
}

.gradient-danger-lightblue-indigo {
  background: linear-gradient(#DC3545, #03A9F4, #3E51B5);
}

.gradient-danger-lightblue-cyan {
  background: linear-gradient(#DC3545, #03A9F4, #00BCD4);
}

.gradient-danger-lightblue-teal {
  background: linear-gradient(#DC3545, #03A9F4, #009688);
}

.gradient-danger-lightblue-lime {
  background: linear-gradient(#DC3545, #03A9F4, #CDDC39);
}

.gradient-danger-lightblue-yellow {
  background: linear-gradient(#DC3545, #03A9F4, #FFEB3B);
}

.gradient-danger-lightblue-amber {
  background: linear-gradient(#DC3545, #03A9F4, #FFC107);
}

.gradient-danger-lightblue-orange {
  background: linear-gradient(#DC3545, #03A9F4, #FF9800);
}

.gradient-danger-lightblue-lightgreen {
  background: linear-gradient(#DC3545, #03A9F4, #76FF03);
}

.gradient-danger-lightblue-deeppurple {
  background: linear-gradient(#DC3545, #03A9F4, #673AB7);
}

.gradient-danger-lightblue-deeporange {
  background: linear-gradient(#DC3545, #03A9F4, #DD6E0F);
}

.gradient-danger-lightblue-brown {
  background: linear-gradient(#DC3545, #03A9F4, #964B00);
}

.gradient-danger-lightblue-grey {
  background: linear-gradient(#DC3545, #03A9F4, #808080);
}

.gradient-danger-lightgreen {
  background: linear-gradient(#DC3545, #76FF03);
}

.gradient-to-top-danger-lightgreen {
  background: linear-gradient(to top, #DC3545, #76FF03);
}

.gradient-to-bottom-danger-lightgreen {
  background: linear-gradient(to bottom, #DC3545, #76FF03);
}

.gradient-to-left-danger-lightgreen {
  background: linear-gradient(to left, #DC3545, #76FF03);
}

.gradient-to-right-danger-lightgreen {
  background: linear-gradient(to right, #DC3545, #76FF03);
}

.gradient-to-top-left-danger-lightgreen {
  background: linear-gradient(to top left, #DC3545, #76FF03);
}

.gradient-to-top-right-danger-lightgreen {
  background: linear-gradient(to top right, #DC3545, #76FF03);
}

.gradient-to-bottom-left-danger-lightgreen {
  background: linear-gradient(to bottom left, #DC3545, #76FF03);
}

.gradient-to-bottom-right-danger-lightgreen {
  background: linear-gradient(to bottom right, #DC3545, #76FF03);
}

.gradient-radial-danger-lightgreen {
  background: radial-gradient(circle, #DC3545, #76FF03);
}

.gradient-danger-lightgreen-primary {
  background: linear-gradient(#DC3545, #76FF03, #03A9F4);
}

.gradient-danger-lightgreen-secondary {
  background: linear-gradient(#DC3545, #76FF03, #333);
}

.gradient-danger-lightgreen-success {
  background: linear-gradient(#DC3545, #76FF03, #28a745);
}

.gradient-danger-lightgreen-info {
  background: linear-gradient(#DC3545, #76FF03, #0DCAF0);
}

.gradient-danger-lightgreen-warning {
  background: linear-gradient(#DC3545, #76FF03, #FFC107);
}

.gradient-danger-lightgreen-light {
  background: linear-gradient(#DC3545, #76FF03, #f5f5f5);
}

.gradient-danger-lightgreen-dark {
  background: linear-gradient(#DC3545, #76FF03, #212529);
}

.gradient-danger-lightgreen-red {
  background: linear-gradient(#DC3545, #76FF03, #F44336);
}

.gradient-danger-lightgreen-green {
  background: linear-gradient(#DC3545, #76FF03, #4CAF50);
}

.gradient-danger-lightgreen-blue {
  background: linear-gradient(#DC3545, #76FF03, #2196F3);
}

.gradient-danger-lightgreen-black {
  background: linear-gradient(#DC3545, #76FF03, #000);
}

.gradient-danger-lightgreen-white {
  background: linear-gradient(#DC3545, #76FF03, #fff);
}

.gradient-danger-lightgreen-pink {
  background: linear-gradient(#DC3545, #76FF03, #E91E63);
}

.gradient-danger-lightgreen-purple {
  background: linear-gradient(#DC3545, #76FF03, #9C27B0);
}

.gradient-danger-lightgreen-indigo {
  background: linear-gradient(#DC3545, #76FF03, #3E51B5);
}

.gradient-danger-lightgreen-cyan {
  background: linear-gradient(#DC3545, #76FF03, #00BCD4);
}

.gradient-danger-lightgreen-teal {
  background: linear-gradient(#DC3545, #76FF03, #009688);
}

.gradient-danger-lightgreen-lime {
  background: linear-gradient(#DC3545, #76FF03, #CDDC39);
}

.gradient-danger-lightgreen-yellow {
  background: linear-gradient(#DC3545, #76FF03, #FFEB3B);
}

.gradient-danger-lightgreen-amber {
  background: linear-gradient(#DC3545, #76FF03, #FFC107);
}

.gradient-danger-lightgreen-orange {
  background: linear-gradient(#DC3545, #76FF03, #FF9800);
}

.gradient-danger-lightgreen-lightblue {
  background: linear-gradient(#DC3545, #76FF03, #03A9F4);
}

.gradient-danger-lightgreen-deeppurple {
  background: linear-gradient(#DC3545, #76FF03, #673AB7);
}

.gradient-danger-lightgreen-deeporange {
  background: linear-gradient(#DC3545, #76FF03, #DD6E0F);
}

.gradient-danger-lightgreen-brown {
  background: linear-gradient(#DC3545, #76FF03, #964B00);
}

.gradient-danger-lightgreen-grey {
  background: linear-gradient(#DC3545, #76FF03, #808080);
}

.gradient-danger-deeppurple {
  background: linear-gradient(#DC3545, #673AB7);
}

.gradient-to-top-danger-deeppurple {
  background: linear-gradient(to top, #DC3545, #673AB7);
}

.gradient-to-bottom-danger-deeppurple {
  background: linear-gradient(to bottom, #DC3545, #673AB7);
}

.gradient-to-left-danger-deeppurple {
  background: linear-gradient(to left, #DC3545, #673AB7);
}

.gradient-to-right-danger-deeppurple {
  background: linear-gradient(to right, #DC3545, #673AB7);
}

.gradient-to-top-left-danger-deeppurple {
  background: linear-gradient(to top left, #DC3545, #673AB7);
}

.gradient-to-top-right-danger-deeppurple {
  background: linear-gradient(to top right, #DC3545, #673AB7);
}

.gradient-to-bottom-left-danger-deeppurple {
  background: linear-gradient(to bottom left, #DC3545, #673AB7);
}

.gradient-to-bottom-right-danger-deeppurple {
  background: linear-gradient(to bottom right, #DC3545, #673AB7);
}

.gradient-radial-danger-deeppurple {
  background: radial-gradient(circle, #DC3545, #673AB7);
}

.gradient-danger-deeppurple-primary {
  background: linear-gradient(#DC3545, #673AB7, #03A9F4);
}

.gradient-danger-deeppurple-secondary {
  background: linear-gradient(#DC3545, #673AB7, #333);
}

.gradient-danger-deeppurple-success {
  background: linear-gradient(#DC3545, #673AB7, #28a745);
}

.gradient-danger-deeppurple-info {
  background: linear-gradient(#DC3545, #673AB7, #0DCAF0);
}

.gradient-danger-deeppurple-warning {
  background: linear-gradient(#DC3545, #673AB7, #FFC107);
}

.gradient-danger-deeppurple-light {
  background: linear-gradient(#DC3545, #673AB7, #f5f5f5);
}

.gradient-danger-deeppurple-dark {
  background: linear-gradient(#DC3545, #673AB7, #212529);
}

.gradient-danger-deeppurple-red {
  background: linear-gradient(#DC3545, #673AB7, #F44336);
}

.gradient-danger-deeppurple-green {
  background: linear-gradient(#DC3545, #673AB7, #4CAF50);
}

.gradient-danger-deeppurple-blue {
  background: linear-gradient(#DC3545, #673AB7, #2196F3);
}

.gradient-danger-deeppurple-black {
  background: linear-gradient(#DC3545, #673AB7, #000);
}

.gradient-danger-deeppurple-white {
  background: linear-gradient(#DC3545, #673AB7, #fff);
}

.gradient-danger-deeppurple-pink {
  background: linear-gradient(#DC3545, #673AB7, #E91E63);
}

.gradient-danger-deeppurple-purple {
  background: linear-gradient(#DC3545, #673AB7, #9C27B0);
}

.gradient-danger-deeppurple-indigo {
  background: linear-gradient(#DC3545, #673AB7, #3E51B5);
}

.gradient-danger-deeppurple-cyan {
  background: linear-gradient(#DC3545, #673AB7, #00BCD4);
}

.gradient-danger-deeppurple-teal {
  background: linear-gradient(#DC3545, #673AB7, #009688);
}

.gradient-danger-deeppurple-lime {
  background: linear-gradient(#DC3545, #673AB7, #CDDC39);
}

.gradient-danger-deeppurple-yellow {
  background: linear-gradient(#DC3545, #673AB7, #FFEB3B);
}

.gradient-danger-deeppurple-amber {
  background: linear-gradient(#DC3545, #673AB7, #FFC107);
}

.gradient-danger-deeppurple-orange {
  background: linear-gradient(#DC3545, #673AB7, #FF9800);
}

.gradient-danger-deeppurple-lightblue {
  background: linear-gradient(#DC3545, #673AB7, #03A9F4);
}

.gradient-danger-deeppurple-lightgreen {
  background: linear-gradient(#DC3545, #673AB7, #76FF03);
}

.gradient-danger-deeppurple-deeporange {
  background: linear-gradient(#DC3545, #673AB7, #DD6E0F);
}

.gradient-danger-deeppurple-brown {
  background: linear-gradient(#DC3545, #673AB7, #964B00);
}

.gradient-danger-deeppurple-grey {
  background: linear-gradient(#DC3545, #673AB7, #808080);
}

.gradient-danger-deeporange {
  background: linear-gradient(#DC3545, #DD6E0F);
}

.gradient-to-top-danger-deeporange {
  background: linear-gradient(to top, #DC3545, #DD6E0F);
}

.gradient-to-bottom-danger-deeporange {
  background: linear-gradient(to bottom, #DC3545, #DD6E0F);
}

.gradient-to-left-danger-deeporange {
  background: linear-gradient(to left, #DC3545, #DD6E0F);
}

.gradient-to-right-danger-deeporange {
  background: linear-gradient(to right, #DC3545, #DD6E0F);
}

.gradient-to-top-left-danger-deeporange {
  background: linear-gradient(to top left, #DC3545, #DD6E0F);
}

.gradient-to-top-right-danger-deeporange {
  background: linear-gradient(to top right, #DC3545, #DD6E0F);
}

.gradient-to-bottom-left-danger-deeporange {
  background: linear-gradient(to bottom left, #DC3545, #DD6E0F);
}

.gradient-to-bottom-right-danger-deeporange {
  background: linear-gradient(to bottom right, #DC3545, #DD6E0F);
}

.gradient-radial-danger-deeporange {
  background: radial-gradient(circle, #DC3545, #DD6E0F);
}

.gradient-danger-deeporange-primary {
  background: linear-gradient(#DC3545, #DD6E0F, #03A9F4);
}

.gradient-danger-deeporange-secondary {
  background: linear-gradient(#DC3545, #DD6E0F, #333);
}

.gradient-danger-deeporange-success {
  background: linear-gradient(#DC3545, #DD6E0F, #28a745);
}

.gradient-danger-deeporange-info {
  background: linear-gradient(#DC3545, #DD6E0F, #0DCAF0);
}

.gradient-danger-deeporange-warning {
  background: linear-gradient(#DC3545, #DD6E0F, #FFC107);
}

.gradient-danger-deeporange-light {
  background: linear-gradient(#DC3545, #DD6E0F, #f5f5f5);
}

.gradient-danger-deeporange-dark {
  background: linear-gradient(#DC3545, #DD6E0F, #212529);
}

.gradient-danger-deeporange-red {
  background: linear-gradient(#DC3545, #DD6E0F, #F44336);
}

.gradient-danger-deeporange-green {
  background: linear-gradient(#DC3545, #DD6E0F, #4CAF50);
}

.gradient-danger-deeporange-blue {
  background: linear-gradient(#DC3545, #DD6E0F, #2196F3);
}

.gradient-danger-deeporange-black {
  background: linear-gradient(#DC3545, #DD6E0F, #000);
}

.gradient-danger-deeporange-white {
  background: linear-gradient(#DC3545, #DD6E0F, #fff);
}

.gradient-danger-deeporange-pink {
  background: linear-gradient(#DC3545, #DD6E0F, #E91E63);
}

.gradient-danger-deeporange-purple {
  background: linear-gradient(#DC3545, #DD6E0F, #9C27B0);
}

.gradient-danger-deeporange-indigo {
  background: linear-gradient(#DC3545, #DD6E0F, #3E51B5);
}

.gradient-danger-deeporange-cyan {
  background: linear-gradient(#DC3545, #DD6E0F, #00BCD4);
}

.gradient-danger-deeporange-teal {
  background: linear-gradient(#DC3545, #DD6E0F, #009688);
}

.gradient-danger-deeporange-lime {
  background: linear-gradient(#DC3545, #DD6E0F, #CDDC39);
}

.gradient-danger-deeporange-yellow {
  background: linear-gradient(#DC3545, #DD6E0F, #FFEB3B);
}

.gradient-danger-deeporange-amber {
  background: linear-gradient(#DC3545, #DD6E0F, #FFC107);
}

.gradient-danger-deeporange-orange {
  background: linear-gradient(#DC3545, #DD6E0F, #FF9800);
}

.gradient-danger-deeporange-lightblue {
  background: linear-gradient(#DC3545, #DD6E0F, #03A9F4);
}

.gradient-danger-deeporange-lightgreen {
  background: linear-gradient(#DC3545, #DD6E0F, #76FF03);
}

.gradient-danger-deeporange-deeppurple {
  background: linear-gradient(#DC3545, #DD6E0F, #673AB7);
}

.gradient-danger-deeporange-brown {
  background: linear-gradient(#DC3545, #DD6E0F, #964B00);
}

.gradient-danger-deeporange-grey {
  background: linear-gradient(#DC3545, #DD6E0F, #808080);
}

.gradient-danger-brown {
  background: linear-gradient(#DC3545, #964B00);
}

.gradient-to-top-danger-brown {
  background: linear-gradient(to top, #DC3545, #964B00);
}

.gradient-to-bottom-danger-brown {
  background: linear-gradient(to bottom, #DC3545, #964B00);
}

.gradient-to-left-danger-brown {
  background: linear-gradient(to left, #DC3545, #964B00);
}

.gradient-to-right-danger-brown {
  background: linear-gradient(to right, #DC3545, #964B00);
}

.gradient-to-top-left-danger-brown {
  background: linear-gradient(to top left, #DC3545, #964B00);
}

.gradient-to-top-right-danger-brown {
  background: linear-gradient(to top right, #DC3545, #964B00);
}

.gradient-to-bottom-left-danger-brown {
  background: linear-gradient(to bottom left, #DC3545, #964B00);
}

.gradient-to-bottom-right-danger-brown {
  background: linear-gradient(to bottom right, #DC3545, #964B00);
}

.gradient-radial-danger-brown {
  background: radial-gradient(circle, #DC3545, #964B00);
}

.gradient-danger-brown-primary {
  background: linear-gradient(#DC3545, #964B00, #03A9F4);
}

.gradient-danger-brown-secondary {
  background: linear-gradient(#DC3545, #964B00, #333);
}

.gradient-danger-brown-success {
  background: linear-gradient(#DC3545, #964B00, #28a745);
}

.gradient-danger-brown-info {
  background: linear-gradient(#DC3545, #964B00, #0DCAF0);
}

.gradient-danger-brown-warning {
  background: linear-gradient(#DC3545, #964B00, #FFC107);
}

.gradient-danger-brown-light {
  background: linear-gradient(#DC3545, #964B00, #f5f5f5);
}

.gradient-danger-brown-dark {
  background: linear-gradient(#DC3545, #964B00, #212529);
}

.gradient-danger-brown-red {
  background: linear-gradient(#DC3545, #964B00, #F44336);
}

.gradient-danger-brown-green {
  background: linear-gradient(#DC3545, #964B00, #4CAF50);
}

.gradient-danger-brown-blue {
  background: linear-gradient(#DC3545, #964B00, #2196F3);
}

.gradient-danger-brown-black {
  background: linear-gradient(#DC3545, #964B00, #000);
}

.gradient-danger-brown-white {
  background: linear-gradient(#DC3545, #964B00, #fff);
}

.gradient-danger-brown-pink {
  background: linear-gradient(#DC3545, #964B00, #E91E63);
}

.gradient-danger-brown-purple {
  background: linear-gradient(#DC3545, #964B00, #9C27B0);
}

.gradient-danger-brown-indigo {
  background: linear-gradient(#DC3545, #964B00, #3E51B5);
}

.gradient-danger-brown-cyan {
  background: linear-gradient(#DC3545, #964B00, #00BCD4);
}

.gradient-danger-brown-teal {
  background: linear-gradient(#DC3545, #964B00, #009688);
}

.gradient-danger-brown-lime {
  background: linear-gradient(#DC3545, #964B00, #CDDC39);
}

.gradient-danger-brown-yellow {
  background: linear-gradient(#DC3545, #964B00, #FFEB3B);
}

.gradient-danger-brown-amber {
  background: linear-gradient(#DC3545, #964B00, #FFC107);
}

.gradient-danger-brown-orange {
  background: linear-gradient(#DC3545, #964B00, #FF9800);
}

.gradient-danger-brown-lightblue {
  background: linear-gradient(#DC3545, #964B00, #03A9F4);
}

.gradient-danger-brown-lightgreen {
  background: linear-gradient(#DC3545, #964B00, #76FF03);
}

.gradient-danger-brown-deeppurple {
  background: linear-gradient(#DC3545, #964B00, #673AB7);
}

.gradient-danger-brown-deeporange {
  background: linear-gradient(#DC3545, #964B00, #DD6E0F);
}

.gradient-danger-brown-grey {
  background: linear-gradient(#DC3545, #964B00, #808080);
}

.gradient-danger-grey {
  background: linear-gradient(#DC3545, #808080);
}

.gradient-to-top-danger-grey {
  background: linear-gradient(to top, #DC3545, #808080);
}

.gradient-to-bottom-danger-grey {
  background: linear-gradient(to bottom, #DC3545, #808080);
}

.gradient-to-left-danger-grey {
  background: linear-gradient(to left, #DC3545, #808080);
}

.gradient-to-right-danger-grey {
  background: linear-gradient(to right, #DC3545, #808080);
}

.gradient-to-top-left-danger-grey {
  background: linear-gradient(to top left, #DC3545, #808080);
}

.gradient-to-top-right-danger-grey {
  background: linear-gradient(to top right, #DC3545, #808080);
}

.gradient-to-bottom-left-danger-grey {
  background: linear-gradient(to bottom left, #DC3545, #808080);
}

.gradient-to-bottom-right-danger-grey {
  background: linear-gradient(to bottom right, #DC3545, #808080);
}

.gradient-radial-danger-grey {
  background: radial-gradient(circle, #DC3545, #808080);
}

.gradient-danger-grey-primary {
  background: linear-gradient(#DC3545, #808080, #03A9F4);
}

.gradient-danger-grey-secondary {
  background: linear-gradient(#DC3545, #808080, #333);
}

.gradient-danger-grey-success {
  background: linear-gradient(#DC3545, #808080, #28a745);
}

.gradient-danger-grey-info {
  background: linear-gradient(#DC3545, #808080, #0DCAF0);
}

.gradient-danger-grey-warning {
  background: linear-gradient(#DC3545, #808080, #FFC107);
}

.gradient-danger-grey-light {
  background: linear-gradient(#DC3545, #808080, #f5f5f5);
}

.gradient-danger-grey-dark {
  background: linear-gradient(#DC3545, #808080, #212529);
}

.gradient-danger-grey-red {
  background: linear-gradient(#DC3545, #808080, #F44336);
}

.gradient-danger-grey-green {
  background: linear-gradient(#DC3545, #808080, #4CAF50);
}

.gradient-danger-grey-blue {
  background: linear-gradient(#DC3545, #808080, #2196F3);
}

.gradient-danger-grey-black {
  background: linear-gradient(#DC3545, #808080, #000);
}

.gradient-danger-grey-white {
  background: linear-gradient(#DC3545, #808080, #fff);
}

.gradient-danger-grey-pink {
  background: linear-gradient(#DC3545, #808080, #E91E63);
}

.gradient-danger-grey-purple {
  background: linear-gradient(#DC3545, #808080, #9C27B0);
}

.gradient-danger-grey-indigo {
  background: linear-gradient(#DC3545, #808080, #3E51B5);
}

.gradient-danger-grey-cyan {
  background: linear-gradient(#DC3545, #808080, #00BCD4);
}

.gradient-danger-grey-teal {
  background: linear-gradient(#DC3545, #808080, #009688);
}

.gradient-danger-grey-lime {
  background: linear-gradient(#DC3545, #808080, #CDDC39);
}

.gradient-danger-grey-yellow {
  background: linear-gradient(#DC3545, #808080, #FFEB3B);
}

.gradient-danger-grey-amber {
  background: linear-gradient(#DC3545, #808080, #FFC107);
}

.gradient-danger-grey-orange {
  background: linear-gradient(#DC3545, #808080, #FF9800);
}

.gradient-danger-grey-lightblue {
  background: linear-gradient(#DC3545, #808080, #03A9F4);
}

.gradient-danger-grey-lightgreen {
  background: linear-gradient(#DC3545, #808080, #76FF03);
}

.gradient-danger-grey-deeppurple {
  background: linear-gradient(#DC3545, #808080, #673AB7);
}

.gradient-danger-grey-deeporange {
  background: linear-gradient(#DC3545, #808080, #DD6E0F);
}

.gradient-danger-grey-brown {
  background: linear-gradient(#DC3545, #808080, #964B00);
}

.gradient-light-primary {
  background: linear-gradient(#f5f5f5, #03A9F4);
}

.gradient-to-top-light-primary {
  background: linear-gradient(to top, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-light-primary {
  background: linear-gradient(to bottom, #f5f5f5, #03A9F4);
}

.gradient-to-left-light-primary {
  background: linear-gradient(to left, #f5f5f5, #03A9F4);
}

.gradient-to-right-light-primary {
  background: linear-gradient(to right, #f5f5f5, #03A9F4);
}

.gradient-to-top-left-light-primary {
  background: linear-gradient(to top left, #f5f5f5, #03A9F4);
}

.gradient-to-top-right-light-primary {
  background: linear-gradient(to top right, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-left-light-primary {
  background: linear-gradient(to bottom left, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-right-light-primary {
  background: linear-gradient(to bottom right, #f5f5f5, #03A9F4);
}

.gradient-radial-light-primary {
  background: radial-gradient(circle, #f5f5f5, #03A9F4);
}

.gradient-light-primary-secondary {
  background: linear-gradient(#f5f5f5, #03A9F4, #333);
}

.gradient-light-primary-success {
  background: linear-gradient(#f5f5f5, #03A9F4, #28a745);
}

.gradient-light-primary-info {
  background: linear-gradient(#f5f5f5, #03A9F4, #0DCAF0);
}

.gradient-light-primary-warning {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFC107);
}

.gradient-light-primary-danger {
  background: linear-gradient(#f5f5f5, #03A9F4, #DC3545);
}

.gradient-light-primary-dark {
  background: linear-gradient(#f5f5f5, #03A9F4, #212529);
}

.gradient-light-primary-red {
  background: linear-gradient(#f5f5f5, #03A9F4, #F44336);
}

.gradient-light-primary-green {
  background: linear-gradient(#f5f5f5, #03A9F4, #4CAF50);
}

.gradient-light-primary-blue {
  background: linear-gradient(#f5f5f5, #03A9F4, #2196F3);
}

.gradient-light-primary-black {
  background: linear-gradient(#f5f5f5, #03A9F4, #000);
}

.gradient-light-primary-white {
  background: linear-gradient(#f5f5f5, #03A9F4, #fff);
}

.gradient-light-primary-pink {
  background: linear-gradient(#f5f5f5, #03A9F4, #E91E63);
}

.gradient-light-primary-purple {
  background: linear-gradient(#f5f5f5, #03A9F4, #9C27B0);
}

.gradient-light-primary-indigo {
  background: linear-gradient(#f5f5f5, #03A9F4, #3E51B5);
}

.gradient-light-primary-cyan {
  background: linear-gradient(#f5f5f5, #03A9F4, #00BCD4);
}

.gradient-light-primary-teal {
  background: linear-gradient(#f5f5f5, #03A9F4, #009688);
}

.gradient-light-primary-lime {
  background: linear-gradient(#f5f5f5, #03A9F4, #CDDC39);
}

.gradient-light-primary-yellow {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFEB3B);
}

.gradient-light-primary-amber {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFC107);
}

.gradient-light-primary-orange {
  background: linear-gradient(#f5f5f5, #03A9F4, #FF9800);
}

.gradient-light-primary-lightblue {
  background: linear-gradient(#f5f5f5, #03A9F4, #03A9F4);
}

.gradient-light-primary-lightgreen {
  background: linear-gradient(#f5f5f5, #03A9F4, #76FF03);
}

.gradient-light-primary-deeppurple {
  background: linear-gradient(#f5f5f5, #03A9F4, #673AB7);
}

.gradient-light-primary-deeporange {
  background: linear-gradient(#f5f5f5, #03A9F4, #DD6E0F);
}

.gradient-light-primary-brown {
  background: linear-gradient(#f5f5f5, #03A9F4, #964B00);
}

.gradient-light-primary-grey {
  background: linear-gradient(#f5f5f5, #03A9F4, #808080);
}

.gradient-light-secondary {
  background: linear-gradient(#f5f5f5, #333);
}

.gradient-to-top-light-secondary {
  background: linear-gradient(to top, #f5f5f5, #333);
}

.gradient-to-bottom-light-secondary {
  background: linear-gradient(to bottom, #f5f5f5, #333);
}

.gradient-to-left-light-secondary {
  background: linear-gradient(to left, #f5f5f5, #333);
}

.gradient-to-right-light-secondary {
  background: linear-gradient(to right, #f5f5f5, #333);
}

.gradient-to-top-left-light-secondary {
  background: linear-gradient(to top left, #f5f5f5, #333);
}

.gradient-to-top-right-light-secondary {
  background: linear-gradient(to top right, #f5f5f5, #333);
}

.gradient-to-bottom-left-light-secondary {
  background: linear-gradient(to bottom left, #f5f5f5, #333);
}

.gradient-to-bottom-right-light-secondary {
  background: linear-gradient(to bottom right, #f5f5f5, #333);
}

.gradient-radial-light-secondary {
  background: radial-gradient(circle, #f5f5f5, #333);
}

.gradient-light-secondary-primary {
  background: linear-gradient(#f5f5f5, #333, #03A9F4);
}

.gradient-light-secondary-success {
  background: linear-gradient(#f5f5f5, #333, #28a745);
}

.gradient-light-secondary-info {
  background: linear-gradient(#f5f5f5, #333, #0DCAF0);
}

.gradient-light-secondary-warning {
  background: linear-gradient(#f5f5f5, #333, #FFC107);
}

.gradient-light-secondary-danger {
  background: linear-gradient(#f5f5f5, #333, #DC3545);
}

.gradient-light-secondary-dark {
  background: linear-gradient(#f5f5f5, #333, #212529);
}

.gradient-light-secondary-red {
  background: linear-gradient(#f5f5f5, #333, #F44336);
}

.gradient-light-secondary-green {
  background: linear-gradient(#f5f5f5, #333, #4CAF50);
}

.gradient-light-secondary-blue {
  background: linear-gradient(#f5f5f5, #333, #2196F3);
}

.gradient-light-secondary-black {
  background: linear-gradient(#f5f5f5, #333, #000);
}

.gradient-light-secondary-white {
  background: linear-gradient(#f5f5f5, #333, #fff);
}

.gradient-light-secondary-pink {
  background: linear-gradient(#f5f5f5, #333, #E91E63);
}

.gradient-light-secondary-purple {
  background: linear-gradient(#f5f5f5, #333, #9C27B0);
}

.gradient-light-secondary-indigo {
  background: linear-gradient(#f5f5f5, #333, #3E51B5);
}

.gradient-light-secondary-cyan {
  background: linear-gradient(#f5f5f5, #333, #00BCD4);
}

.gradient-light-secondary-teal {
  background: linear-gradient(#f5f5f5, #333, #009688);
}

.gradient-light-secondary-lime {
  background: linear-gradient(#f5f5f5, #333, #CDDC39);
}

.gradient-light-secondary-yellow {
  background: linear-gradient(#f5f5f5, #333, #FFEB3B);
}

.gradient-light-secondary-amber {
  background: linear-gradient(#f5f5f5, #333, #FFC107);
}

.gradient-light-secondary-orange {
  background: linear-gradient(#f5f5f5, #333, #FF9800);
}

.gradient-light-secondary-lightblue {
  background: linear-gradient(#f5f5f5, #333, #03A9F4);
}

.gradient-light-secondary-lightgreen {
  background: linear-gradient(#f5f5f5, #333, #76FF03);
}

.gradient-light-secondary-deeppurple {
  background: linear-gradient(#f5f5f5, #333, #673AB7);
}

.gradient-light-secondary-deeporange {
  background: linear-gradient(#f5f5f5, #333, #DD6E0F);
}

.gradient-light-secondary-brown {
  background: linear-gradient(#f5f5f5, #333, #964B00);
}

.gradient-light-secondary-grey {
  background: linear-gradient(#f5f5f5, #333, #808080);
}

.gradient-light-success {
  background: linear-gradient(#f5f5f5, #28a745);
}

.gradient-to-top-light-success {
  background: linear-gradient(to top, #f5f5f5, #28a745);
}

.gradient-to-bottom-light-success {
  background: linear-gradient(to bottom, #f5f5f5, #28a745);
}

.gradient-to-left-light-success {
  background: linear-gradient(to left, #f5f5f5, #28a745);
}

.gradient-to-right-light-success {
  background: linear-gradient(to right, #f5f5f5, #28a745);
}

.gradient-to-top-left-light-success {
  background: linear-gradient(to top left, #f5f5f5, #28a745);
}

.gradient-to-top-right-light-success {
  background: linear-gradient(to top right, #f5f5f5, #28a745);
}

.gradient-to-bottom-left-light-success {
  background: linear-gradient(to bottom left, #f5f5f5, #28a745);
}

.gradient-to-bottom-right-light-success {
  background: linear-gradient(to bottom right, #f5f5f5, #28a745);
}

.gradient-radial-light-success {
  background: radial-gradient(circle, #f5f5f5, #28a745);
}

.gradient-light-success-primary {
  background: linear-gradient(#f5f5f5, #28a745, #03A9F4);
}

.gradient-light-success-secondary {
  background: linear-gradient(#f5f5f5, #28a745, #333);
}

.gradient-light-success-info {
  background: linear-gradient(#f5f5f5, #28a745, #0DCAF0);
}

.gradient-light-success-warning {
  background: linear-gradient(#f5f5f5, #28a745, #FFC107);
}

.gradient-light-success-danger {
  background: linear-gradient(#f5f5f5, #28a745, #DC3545);
}

.gradient-light-success-dark {
  background: linear-gradient(#f5f5f5, #28a745, #212529);
}

.gradient-light-success-red {
  background: linear-gradient(#f5f5f5, #28a745, #F44336);
}

.gradient-light-success-green {
  background: linear-gradient(#f5f5f5, #28a745, #4CAF50);
}

.gradient-light-success-blue {
  background: linear-gradient(#f5f5f5, #28a745, #2196F3);
}

.gradient-light-success-black {
  background: linear-gradient(#f5f5f5, #28a745, #000);
}

.gradient-light-success-white {
  background: linear-gradient(#f5f5f5, #28a745, #fff);
}

.gradient-light-success-pink {
  background: linear-gradient(#f5f5f5, #28a745, #E91E63);
}

.gradient-light-success-purple {
  background: linear-gradient(#f5f5f5, #28a745, #9C27B0);
}

.gradient-light-success-indigo {
  background: linear-gradient(#f5f5f5, #28a745, #3E51B5);
}

.gradient-light-success-cyan {
  background: linear-gradient(#f5f5f5, #28a745, #00BCD4);
}

.gradient-light-success-teal {
  background: linear-gradient(#f5f5f5, #28a745, #009688);
}

.gradient-light-success-lime {
  background: linear-gradient(#f5f5f5, #28a745, #CDDC39);
}

.gradient-light-success-yellow {
  background: linear-gradient(#f5f5f5, #28a745, #FFEB3B);
}

.gradient-light-success-amber {
  background: linear-gradient(#f5f5f5, #28a745, #FFC107);
}

.gradient-light-success-orange {
  background: linear-gradient(#f5f5f5, #28a745, #FF9800);
}

.gradient-light-success-lightblue {
  background: linear-gradient(#f5f5f5, #28a745, #03A9F4);
}

.gradient-light-success-lightgreen {
  background: linear-gradient(#f5f5f5, #28a745, #76FF03);
}

.gradient-light-success-deeppurple {
  background: linear-gradient(#f5f5f5, #28a745, #673AB7);
}

.gradient-light-success-deeporange {
  background: linear-gradient(#f5f5f5, #28a745, #DD6E0F);
}

.gradient-light-success-brown {
  background: linear-gradient(#f5f5f5, #28a745, #964B00);
}

.gradient-light-success-grey {
  background: linear-gradient(#f5f5f5, #28a745, #808080);
}

.gradient-light-info {
  background: linear-gradient(#f5f5f5, #0DCAF0);
}

.gradient-to-top-light-info {
  background: linear-gradient(to top, #f5f5f5, #0DCAF0);
}

.gradient-to-bottom-light-info {
  background: linear-gradient(to bottom, #f5f5f5, #0DCAF0);
}

.gradient-to-left-light-info {
  background: linear-gradient(to left, #f5f5f5, #0DCAF0);
}

.gradient-to-right-light-info {
  background: linear-gradient(to right, #f5f5f5, #0DCAF0);
}

.gradient-to-top-left-light-info {
  background: linear-gradient(to top left, #f5f5f5, #0DCAF0);
}

.gradient-to-top-right-light-info {
  background: linear-gradient(to top right, #f5f5f5, #0DCAF0);
}

.gradient-to-bottom-left-light-info {
  background: linear-gradient(to bottom left, #f5f5f5, #0DCAF0);
}

.gradient-to-bottom-right-light-info {
  background: linear-gradient(to bottom right, #f5f5f5, #0DCAF0);
}

.gradient-radial-light-info {
  background: radial-gradient(circle, #f5f5f5, #0DCAF0);
}

.gradient-light-info-primary {
  background: linear-gradient(#f5f5f5, #0DCAF0, #03A9F4);
}

.gradient-light-info-secondary {
  background: linear-gradient(#f5f5f5, #0DCAF0, #333);
}

.gradient-light-info-success {
  background: linear-gradient(#f5f5f5, #0DCAF0, #28a745);
}

.gradient-light-info-warning {
  background: linear-gradient(#f5f5f5, #0DCAF0, #FFC107);
}

.gradient-light-info-danger {
  background: linear-gradient(#f5f5f5, #0DCAF0, #DC3545);
}

.gradient-light-info-dark {
  background: linear-gradient(#f5f5f5, #0DCAF0, #212529);
}

.gradient-light-info-red {
  background: linear-gradient(#f5f5f5, #0DCAF0, #F44336);
}

.gradient-light-info-green {
  background: linear-gradient(#f5f5f5, #0DCAF0, #4CAF50);
}

.gradient-light-info-blue {
  background: linear-gradient(#f5f5f5, #0DCAF0, #2196F3);
}

.gradient-light-info-black {
  background: linear-gradient(#f5f5f5, #0DCAF0, #000);
}

.gradient-light-info-white {
  background: linear-gradient(#f5f5f5, #0DCAF0, #fff);
}

.gradient-light-info-pink {
  background: linear-gradient(#f5f5f5, #0DCAF0, #E91E63);
}

.gradient-light-info-purple {
  background: linear-gradient(#f5f5f5, #0DCAF0, #9C27B0);
}

.gradient-light-info-indigo {
  background: linear-gradient(#f5f5f5, #0DCAF0, #3E51B5);
}

.gradient-light-info-cyan {
  background: linear-gradient(#f5f5f5, #0DCAF0, #00BCD4);
}

.gradient-light-info-teal {
  background: linear-gradient(#f5f5f5, #0DCAF0, #009688);
}

.gradient-light-info-lime {
  background: linear-gradient(#f5f5f5, #0DCAF0, #CDDC39);
}

.gradient-light-info-yellow {
  background: linear-gradient(#f5f5f5, #0DCAF0, #FFEB3B);
}

.gradient-light-info-amber {
  background: linear-gradient(#f5f5f5, #0DCAF0, #FFC107);
}

.gradient-light-info-orange {
  background: linear-gradient(#f5f5f5, #0DCAF0, #FF9800);
}

.gradient-light-info-lightblue {
  background: linear-gradient(#f5f5f5, #0DCAF0, #03A9F4);
}

.gradient-light-info-lightgreen {
  background: linear-gradient(#f5f5f5, #0DCAF0, #76FF03);
}

.gradient-light-info-deeppurple {
  background: linear-gradient(#f5f5f5, #0DCAF0, #673AB7);
}

.gradient-light-info-deeporange {
  background: linear-gradient(#f5f5f5, #0DCAF0, #DD6E0F);
}

.gradient-light-info-brown {
  background: linear-gradient(#f5f5f5, #0DCAF0, #964B00);
}

.gradient-light-info-grey {
  background: linear-gradient(#f5f5f5, #0DCAF0, #808080);
}

.gradient-light-warning {
  background: linear-gradient(#f5f5f5, #FFC107);
}

.gradient-to-top-light-warning {
  background: linear-gradient(to top, #f5f5f5, #FFC107);
}

.gradient-to-bottom-light-warning {
  background: linear-gradient(to bottom, #f5f5f5, #FFC107);
}

.gradient-to-left-light-warning {
  background: linear-gradient(to left, #f5f5f5, #FFC107);
}

.gradient-to-right-light-warning {
  background: linear-gradient(to right, #f5f5f5, #FFC107);
}

.gradient-to-top-left-light-warning {
  background: linear-gradient(to top left, #f5f5f5, #FFC107);
}

.gradient-to-top-right-light-warning {
  background: linear-gradient(to top right, #f5f5f5, #FFC107);
}

.gradient-to-bottom-left-light-warning {
  background: linear-gradient(to bottom left, #f5f5f5, #FFC107);
}

.gradient-to-bottom-right-light-warning {
  background: linear-gradient(to bottom right, #f5f5f5, #FFC107);
}

.gradient-radial-light-warning {
  background: radial-gradient(circle, #f5f5f5, #FFC107);
}

.gradient-light-warning-primary {
  background: linear-gradient(#f5f5f5, #FFC107, #03A9F4);
}

.gradient-light-warning-secondary {
  background: linear-gradient(#f5f5f5, #FFC107, #333);
}

.gradient-light-warning-success {
  background: linear-gradient(#f5f5f5, #FFC107, #28a745);
}

.gradient-light-warning-info {
  background: linear-gradient(#f5f5f5, #FFC107, #0DCAF0);
}

.gradient-light-warning-danger {
  background: linear-gradient(#f5f5f5, #FFC107, #DC3545);
}

.gradient-light-warning-dark {
  background: linear-gradient(#f5f5f5, #FFC107, #212529);
}

.gradient-light-warning-red {
  background: linear-gradient(#f5f5f5, #FFC107, #F44336);
}

.gradient-light-warning-green {
  background: linear-gradient(#f5f5f5, #FFC107, #4CAF50);
}

.gradient-light-warning-blue {
  background: linear-gradient(#f5f5f5, #FFC107, #2196F3);
}

.gradient-light-warning-black {
  background: linear-gradient(#f5f5f5, #FFC107, #000);
}

.gradient-light-warning-white {
  background: linear-gradient(#f5f5f5, #FFC107, #fff);
}

.gradient-light-warning-pink {
  background: linear-gradient(#f5f5f5, #FFC107, #E91E63);
}

.gradient-light-warning-purple {
  background: linear-gradient(#f5f5f5, #FFC107, #9C27B0);
}

.gradient-light-warning-indigo {
  background: linear-gradient(#f5f5f5, #FFC107, #3E51B5);
}

.gradient-light-warning-cyan {
  background: linear-gradient(#f5f5f5, #FFC107, #00BCD4);
}

.gradient-light-warning-teal {
  background: linear-gradient(#f5f5f5, #FFC107, #009688);
}

.gradient-light-warning-lime {
  background: linear-gradient(#f5f5f5, #FFC107, #CDDC39);
}

.gradient-light-warning-yellow {
  background: linear-gradient(#f5f5f5, #FFC107, #FFEB3B);
}

.gradient-light-warning-amber {
  background: linear-gradient(#f5f5f5, #FFC107, #FFC107);
}

.gradient-light-warning-orange {
  background: linear-gradient(#f5f5f5, #FFC107, #FF9800);
}

.gradient-light-warning-lightblue {
  background: linear-gradient(#f5f5f5, #FFC107, #03A9F4);
}

.gradient-light-warning-lightgreen {
  background: linear-gradient(#f5f5f5, #FFC107, #76FF03);
}

.gradient-light-warning-deeppurple {
  background: linear-gradient(#f5f5f5, #FFC107, #673AB7);
}

.gradient-light-warning-deeporange {
  background: linear-gradient(#f5f5f5, #FFC107, #DD6E0F);
}

.gradient-light-warning-brown {
  background: linear-gradient(#f5f5f5, #FFC107, #964B00);
}

.gradient-light-warning-grey {
  background: linear-gradient(#f5f5f5, #FFC107, #808080);
}

.gradient-light-danger {
  background: linear-gradient(#f5f5f5, #DC3545);
}

.gradient-to-top-light-danger {
  background: linear-gradient(to top, #f5f5f5, #DC3545);
}

.gradient-to-bottom-light-danger {
  background: linear-gradient(to bottom, #f5f5f5, #DC3545);
}

.gradient-to-left-light-danger {
  background: linear-gradient(to left, #f5f5f5, #DC3545);
}

.gradient-to-right-light-danger {
  background: linear-gradient(to right, #f5f5f5, #DC3545);
}

.gradient-to-top-left-light-danger {
  background: linear-gradient(to top left, #f5f5f5, #DC3545);
}

.gradient-to-top-right-light-danger {
  background: linear-gradient(to top right, #f5f5f5, #DC3545);
}

.gradient-to-bottom-left-light-danger {
  background: linear-gradient(to bottom left, #f5f5f5, #DC3545);
}

.gradient-to-bottom-right-light-danger {
  background: linear-gradient(to bottom right, #f5f5f5, #DC3545);
}

.gradient-radial-light-danger {
  background: radial-gradient(circle, #f5f5f5, #DC3545);
}

.gradient-light-danger-primary {
  background: linear-gradient(#f5f5f5, #DC3545, #03A9F4);
}

.gradient-light-danger-secondary {
  background: linear-gradient(#f5f5f5, #DC3545, #333);
}

.gradient-light-danger-success {
  background: linear-gradient(#f5f5f5, #DC3545, #28a745);
}

.gradient-light-danger-info {
  background: linear-gradient(#f5f5f5, #DC3545, #0DCAF0);
}

.gradient-light-danger-warning {
  background: linear-gradient(#f5f5f5, #DC3545, #FFC107);
}

.gradient-light-danger-dark {
  background: linear-gradient(#f5f5f5, #DC3545, #212529);
}

.gradient-light-danger-red {
  background: linear-gradient(#f5f5f5, #DC3545, #F44336);
}

.gradient-light-danger-green {
  background: linear-gradient(#f5f5f5, #DC3545, #4CAF50);
}

.gradient-light-danger-blue {
  background: linear-gradient(#f5f5f5, #DC3545, #2196F3);
}

.gradient-light-danger-black {
  background: linear-gradient(#f5f5f5, #DC3545, #000);
}

.gradient-light-danger-white {
  background: linear-gradient(#f5f5f5, #DC3545, #fff);
}

.gradient-light-danger-pink {
  background: linear-gradient(#f5f5f5, #DC3545, #E91E63);
}

.gradient-light-danger-purple {
  background: linear-gradient(#f5f5f5, #DC3545, #9C27B0);
}

.gradient-light-danger-indigo {
  background: linear-gradient(#f5f5f5, #DC3545, #3E51B5);
}

.gradient-light-danger-cyan {
  background: linear-gradient(#f5f5f5, #DC3545, #00BCD4);
}

.gradient-light-danger-teal {
  background: linear-gradient(#f5f5f5, #DC3545, #009688);
}

.gradient-light-danger-lime {
  background: linear-gradient(#f5f5f5, #DC3545, #CDDC39);
}

.gradient-light-danger-yellow {
  background: linear-gradient(#f5f5f5, #DC3545, #FFEB3B);
}

.gradient-light-danger-amber {
  background: linear-gradient(#f5f5f5, #DC3545, #FFC107);
}

.gradient-light-danger-orange {
  background: linear-gradient(#f5f5f5, #DC3545, #FF9800);
}

.gradient-light-danger-lightblue {
  background: linear-gradient(#f5f5f5, #DC3545, #03A9F4);
}

.gradient-light-danger-lightgreen {
  background: linear-gradient(#f5f5f5, #DC3545, #76FF03);
}

.gradient-light-danger-deeppurple {
  background: linear-gradient(#f5f5f5, #DC3545, #673AB7);
}

.gradient-light-danger-deeporange {
  background: linear-gradient(#f5f5f5, #DC3545, #DD6E0F);
}

.gradient-light-danger-brown {
  background: linear-gradient(#f5f5f5, #DC3545, #964B00);
}

.gradient-light-danger-grey {
  background: linear-gradient(#f5f5f5, #DC3545, #808080);
}

.gradient-light-dark {
  background: linear-gradient(#f5f5f5, #212529);
}

.gradient-to-top-light-dark {
  background: linear-gradient(to top, #f5f5f5, #212529);
}

.gradient-to-bottom-light-dark {
  background: linear-gradient(to bottom, #f5f5f5, #212529);
}

.gradient-to-left-light-dark {
  background: linear-gradient(to left, #f5f5f5, #212529);
}

.gradient-to-right-light-dark {
  background: linear-gradient(to right, #f5f5f5, #212529);
}

.gradient-to-top-left-light-dark {
  background: linear-gradient(to top left, #f5f5f5, #212529);
}

.gradient-to-top-right-light-dark {
  background: linear-gradient(to top right, #f5f5f5, #212529);
}

.gradient-to-bottom-left-light-dark {
  background: linear-gradient(to bottom left, #f5f5f5, #212529);
}

.gradient-to-bottom-right-light-dark {
  background: linear-gradient(to bottom right, #f5f5f5, #212529);
}

.gradient-radial-light-dark {
  background: radial-gradient(circle, #f5f5f5, #212529);
}

.gradient-light-dark-primary {
  background: linear-gradient(#f5f5f5, #212529, #03A9F4);
}

.gradient-light-dark-secondary {
  background: linear-gradient(#f5f5f5, #212529, #333);
}

.gradient-light-dark-success {
  background: linear-gradient(#f5f5f5, #212529, #28a745);
}

.gradient-light-dark-info {
  background: linear-gradient(#f5f5f5, #212529, #0DCAF0);
}

.gradient-light-dark-warning {
  background: linear-gradient(#f5f5f5, #212529, #FFC107);
}

.gradient-light-dark-danger {
  background: linear-gradient(#f5f5f5, #212529, #DC3545);
}

.gradient-light-dark-red {
  background: linear-gradient(#f5f5f5, #212529, #F44336);
}

.gradient-light-dark-green {
  background: linear-gradient(#f5f5f5, #212529, #4CAF50);
}

.gradient-light-dark-blue {
  background: linear-gradient(#f5f5f5, #212529, #2196F3);
}

.gradient-light-dark-black {
  background: linear-gradient(#f5f5f5, #212529, #000);
}

.gradient-light-dark-white {
  background: linear-gradient(#f5f5f5, #212529, #fff);
}

.gradient-light-dark-pink {
  background: linear-gradient(#f5f5f5, #212529, #E91E63);
}

.gradient-light-dark-purple {
  background: linear-gradient(#f5f5f5, #212529, #9C27B0);
}

.gradient-light-dark-indigo {
  background: linear-gradient(#f5f5f5, #212529, #3E51B5);
}

.gradient-light-dark-cyan {
  background: linear-gradient(#f5f5f5, #212529, #00BCD4);
}

.gradient-light-dark-teal {
  background: linear-gradient(#f5f5f5, #212529, #009688);
}

.gradient-light-dark-lime {
  background: linear-gradient(#f5f5f5, #212529, #CDDC39);
}

.gradient-light-dark-yellow {
  background: linear-gradient(#f5f5f5, #212529, #FFEB3B);
}

.gradient-light-dark-amber {
  background: linear-gradient(#f5f5f5, #212529, #FFC107);
}

.gradient-light-dark-orange {
  background: linear-gradient(#f5f5f5, #212529, #FF9800);
}

.gradient-light-dark-lightblue {
  background: linear-gradient(#f5f5f5, #212529, #03A9F4);
}

.gradient-light-dark-lightgreen {
  background: linear-gradient(#f5f5f5, #212529, #76FF03);
}

.gradient-light-dark-deeppurple {
  background: linear-gradient(#f5f5f5, #212529, #673AB7);
}

.gradient-light-dark-deeporange {
  background: linear-gradient(#f5f5f5, #212529, #DD6E0F);
}

.gradient-light-dark-brown {
  background: linear-gradient(#f5f5f5, #212529, #964B00);
}

.gradient-light-dark-grey {
  background: linear-gradient(#f5f5f5, #212529, #808080);
}

.gradient-light-red {
  background: linear-gradient(#f5f5f5, #F44336);
}

.gradient-to-top-light-red {
  background: linear-gradient(to top, #f5f5f5, #F44336);
}

.gradient-to-bottom-light-red {
  background: linear-gradient(to bottom, #f5f5f5, #F44336);
}

.gradient-to-left-light-red {
  background: linear-gradient(to left, #f5f5f5, #F44336);
}

.gradient-to-right-light-red {
  background: linear-gradient(to right, #f5f5f5, #F44336);
}

.gradient-to-top-left-light-red {
  background: linear-gradient(to top left, #f5f5f5, #F44336);
}

.gradient-to-top-right-light-red {
  background: linear-gradient(to top right, #f5f5f5, #F44336);
}

.gradient-to-bottom-left-light-red {
  background: linear-gradient(to bottom left, #f5f5f5, #F44336);
}

.gradient-to-bottom-right-light-red {
  background: linear-gradient(to bottom right, #f5f5f5, #F44336);
}

.gradient-radial-light-red {
  background: radial-gradient(circle, #f5f5f5, #F44336);
}

.gradient-light-red-primary {
  background: linear-gradient(#f5f5f5, #F44336, #03A9F4);
}

.gradient-light-red-secondary {
  background: linear-gradient(#f5f5f5, #F44336, #333);
}

.gradient-light-red-success {
  background: linear-gradient(#f5f5f5, #F44336, #28a745);
}

.gradient-light-red-info {
  background: linear-gradient(#f5f5f5, #F44336, #0DCAF0);
}

.gradient-light-red-warning {
  background: linear-gradient(#f5f5f5, #F44336, #FFC107);
}

.gradient-light-red-danger {
  background: linear-gradient(#f5f5f5, #F44336, #DC3545);
}

.gradient-light-red-dark {
  background: linear-gradient(#f5f5f5, #F44336, #212529);
}

.gradient-light-red-green {
  background: linear-gradient(#f5f5f5, #F44336, #4CAF50);
}

.gradient-light-red-blue {
  background: linear-gradient(#f5f5f5, #F44336, #2196F3);
}

.gradient-light-red-black {
  background: linear-gradient(#f5f5f5, #F44336, #000);
}

.gradient-light-red-white {
  background: linear-gradient(#f5f5f5, #F44336, #fff);
}

.gradient-light-red-pink {
  background: linear-gradient(#f5f5f5, #F44336, #E91E63);
}

.gradient-light-red-purple {
  background: linear-gradient(#f5f5f5, #F44336, #9C27B0);
}

.gradient-light-red-indigo {
  background: linear-gradient(#f5f5f5, #F44336, #3E51B5);
}

.gradient-light-red-cyan {
  background: linear-gradient(#f5f5f5, #F44336, #00BCD4);
}

.gradient-light-red-teal {
  background: linear-gradient(#f5f5f5, #F44336, #009688);
}

.gradient-light-red-lime {
  background: linear-gradient(#f5f5f5, #F44336, #CDDC39);
}

.gradient-light-red-yellow {
  background: linear-gradient(#f5f5f5, #F44336, #FFEB3B);
}

.gradient-light-red-amber {
  background: linear-gradient(#f5f5f5, #F44336, #FFC107);
}

.gradient-light-red-orange {
  background: linear-gradient(#f5f5f5, #F44336, #FF9800);
}

.gradient-light-red-lightblue {
  background: linear-gradient(#f5f5f5, #F44336, #03A9F4);
}

.gradient-light-red-lightgreen {
  background: linear-gradient(#f5f5f5, #F44336, #76FF03);
}

.gradient-light-red-deeppurple {
  background: linear-gradient(#f5f5f5, #F44336, #673AB7);
}

.gradient-light-red-deeporange {
  background: linear-gradient(#f5f5f5, #F44336, #DD6E0F);
}

.gradient-light-red-brown {
  background: linear-gradient(#f5f5f5, #F44336, #964B00);
}

.gradient-light-red-grey {
  background: linear-gradient(#f5f5f5, #F44336, #808080);
}

.gradient-light-green {
  background: linear-gradient(#f5f5f5, #4CAF50);
}

.gradient-to-top-light-green {
  background: linear-gradient(to top, #f5f5f5, #4CAF50);
}

.gradient-to-bottom-light-green {
  background: linear-gradient(to bottom, #f5f5f5, #4CAF50);
}

.gradient-to-left-light-green {
  background: linear-gradient(to left, #f5f5f5, #4CAF50);
}

.gradient-to-right-light-green {
  background: linear-gradient(to right, #f5f5f5, #4CAF50);
}

.gradient-to-top-left-light-green {
  background: linear-gradient(to top left, #f5f5f5, #4CAF50);
}

.gradient-to-top-right-light-green {
  background: linear-gradient(to top right, #f5f5f5, #4CAF50);
}

.gradient-to-bottom-left-light-green {
  background: linear-gradient(to bottom left, #f5f5f5, #4CAF50);
}

.gradient-to-bottom-right-light-green {
  background: linear-gradient(to bottom right, #f5f5f5, #4CAF50);
}

.gradient-radial-light-green {
  background: radial-gradient(circle, #f5f5f5, #4CAF50);
}

.gradient-light-green-primary {
  background: linear-gradient(#f5f5f5, #4CAF50, #03A9F4);
}

.gradient-light-green-secondary {
  background: linear-gradient(#f5f5f5, #4CAF50, #333);
}

.gradient-light-green-success {
  background: linear-gradient(#f5f5f5, #4CAF50, #28a745);
}

.gradient-light-green-info {
  background: linear-gradient(#f5f5f5, #4CAF50, #0DCAF0);
}

.gradient-light-green-warning {
  background: linear-gradient(#f5f5f5, #4CAF50, #FFC107);
}

.gradient-light-green-danger {
  background: linear-gradient(#f5f5f5, #4CAF50, #DC3545);
}

.gradient-light-green-dark {
  background: linear-gradient(#f5f5f5, #4CAF50, #212529);
}

.gradient-light-green-red {
  background: linear-gradient(#f5f5f5, #4CAF50, #F44336);
}

.gradient-light-green-blue {
  background: linear-gradient(#f5f5f5, #4CAF50, #2196F3);
}

.gradient-light-green-black {
  background: linear-gradient(#f5f5f5, #4CAF50, #000);
}

.gradient-light-green-white {
  background: linear-gradient(#f5f5f5, #4CAF50, #fff);
}

.gradient-light-green-pink {
  background: linear-gradient(#f5f5f5, #4CAF50, #E91E63);
}

.gradient-light-green-purple {
  background: linear-gradient(#f5f5f5, #4CAF50, #9C27B0);
}

.gradient-light-green-indigo {
  background: linear-gradient(#f5f5f5, #4CAF50, #3E51B5);
}

.gradient-light-green-cyan {
  background: linear-gradient(#f5f5f5, #4CAF50, #00BCD4);
}

.gradient-light-green-teal {
  background: linear-gradient(#f5f5f5, #4CAF50, #009688);
}

.gradient-light-green-lime {
  background: linear-gradient(#f5f5f5, #4CAF50, #CDDC39);
}

.gradient-light-green-yellow {
  background: linear-gradient(#f5f5f5, #4CAF50, #FFEB3B);
}

.gradient-light-green-amber {
  background: linear-gradient(#f5f5f5, #4CAF50, #FFC107);
}

.gradient-light-green-orange {
  background: linear-gradient(#f5f5f5, #4CAF50, #FF9800);
}

.gradient-light-green-lightblue {
  background: linear-gradient(#f5f5f5, #4CAF50, #03A9F4);
}

.gradient-light-green-lightgreen {
  background: linear-gradient(#f5f5f5, #4CAF50, #76FF03);
}

.gradient-light-green-deeppurple {
  background: linear-gradient(#f5f5f5, #4CAF50, #673AB7);
}

.gradient-light-green-deeporange {
  background: linear-gradient(#f5f5f5, #4CAF50, #DD6E0F);
}

.gradient-light-green-brown {
  background: linear-gradient(#f5f5f5, #4CAF50, #964B00);
}

.gradient-light-green-grey {
  background: linear-gradient(#f5f5f5, #4CAF50, #808080);
}

.gradient-light-blue {
  background: linear-gradient(#f5f5f5, #2196F3);
}

.gradient-to-top-light-blue {
  background: linear-gradient(to top, #f5f5f5, #2196F3);
}

.gradient-to-bottom-light-blue {
  background: linear-gradient(to bottom, #f5f5f5, #2196F3);
}

.gradient-to-left-light-blue {
  background: linear-gradient(to left, #f5f5f5, #2196F3);
}

.gradient-to-right-light-blue {
  background: linear-gradient(to right, #f5f5f5, #2196F3);
}

.gradient-to-top-left-light-blue {
  background: linear-gradient(to top left, #f5f5f5, #2196F3);
}

.gradient-to-top-right-light-blue {
  background: linear-gradient(to top right, #f5f5f5, #2196F3);
}

.gradient-to-bottom-left-light-blue {
  background: linear-gradient(to bottom left, #f5f5f5, #2196F3);
}

.gradient-to-bottom-right-light-blue {
  background: linear-gradient(to bottom right, #f5f5f5, #2196F3);
}

.gradient-radial-light-blue {
  background: radial-gradient(circle, #f5f5f5, #2196F3);
}

.gradient-light-blue-primary {
  background: linear-gradient(#f5f5f5, #2196F3, #03A9F4);
}

.gradient-light-blue-secondary {
  background: linear-gradient(#f5f5f5, #2196F3, #333);
}

.gradient-light-blue-success {
  background: linear-gradient(#f5f5f5, #2196F3, #28a745);
}

.gradient-light-blue-info {
  background: linear-gradient(#f5f5f5, #2196F3, #0DCAF0);
}

.gradient-light-blue-warning {
  background: linear-gradient(#f5f5f5, #2196F3, #FFC107);
}

.gradient-light-blue-danger {
  background: linear-gradient(#f5f5f5, #2196F3, #DC3545);
}

.gradient-light-blue-dark {
  background: linear-gradient(#f5f5f5, #2196F3, #212529);
}

.gradient-light-blue-red {
  background: linear-gradient(#f5f5f5, #2196F3, #F44336);
}

.gradient-light-blue-green {
  background: linear-gradient(#f5f5f5, #2196F3, #4CAF50);
}

.gradient-light-blue-black {
  background: linear-gradient(#f5f5f5, #2196F3, #000);
}

.gradient-light-blue-white {
  background: linear-gradient(#f5f5f5, #2196F3, #fff);
}

.gradient-light-blue-pink {
  background: linear-gradient(#f5f5f5, #2196F3, #E91E63);
}

.gradient-light-blue-purple {
  background: linear-gradient(#f5f5f5, #2196F3, #9C27B0);
}

.gradient-light-blue-indigo {
  background: linear-gradient(#f5f5f5, #2196F3, #3E51B5);
}

.gradient-light-blue-cyan {
  background: linear-gradient(#f5f5f5, #2196F3, #00BCD4);
}

.gradient-light-blue-teal {
  background: linear-gradient(#f5f5f5, #2196F3, #009688);
}

.gradient-light-blue-lime {
  background: linear-gradient(#f5f5f5, #2196F3, #CDDC39);
}

.gradient-light-blue-yellow {
  background: linear-gradient(#f5f5f5, #2196F3, #FFEB3B);
}

.gradient-light-blue-amber {
  background: linear-gradient(#f5f5f5, #2196F3, #FFC107);
}

.gradient-light-blue-orange {
  background: linear-gradient(#f5f5f5, #2196F3, #FF9800);
}

.gradient-light-blue-lightblue {
  background: linear-gradient(#f5f5f5, #2196F3, #03A9F4);
}

.gradient-light-blue-lightgreen {
  background: linear-gradient(#f5f5f5, #2196F3, #76FF03);
}

.gradient-light-blue-deeppurple {
  background: linear-gradient(#f5f5f5, #2196F3, #673AB7);
}

.gradient-light-blue-deeporange {
  background: linear-gradient(#f5f5f5, #2196F3, #DD6E0F);
}

.gradient-light-blue-brown {
  background: linear-gradient(#f5f5f5, #2196F3, #964B00);
}

.gradient-light-blue-grey {
  background: linear-gradient(#f5f5f5, #2196F3, #808080);
}

.gradient-light-black {
  background: linear-gradient(#f5f5f5, #000);
}

.gradient-to-top-light-black {
  background: linear-gradient(to top, #f5f5f5, #000);
}

.gradient-to-bottom-light-black {
  background: linear-gradient(to bottom, #f5f5f5, #000);
}

.gradient-to-left-light-black {
  background: linear-gradient(to left, #f5f5f5, #000);
}

.gradient-to-right-light-black {
  background: linear-gradient(to right, #f5f5f5, #000);
}

.gradient-to-top-left-light-black {
  background: linear-gradient(to top left, #f5f5f5, #000);
}

.gradient-to-top-right-light-black {
  background: linear-gradient(to top right, #f5f5f5, #000);
}

.gradient-to-bottom-left-light-black {
  background: linear-gradient(to bottom left, #f5f5f5, #000);
}

.gradient-to-bottom-right-light-black {
  background: linear-gradient(to bottom right, #f5f5f5, #000);
}

.gradient-radial-light-black {
  background: radial-gradient(circle, #f5f5f5, #000);
}

.gradient-light-black-primary {
  background: linear-gradient(#f5f5f5, #000, #03A9F4);
}

.gradient-light-black-secondary {
  background: linear-gradient(#f5f5f5, #000, #333);
}

.gradient-light-black-success {
  background: linear-gradient(#f5f5f5, #000, #28a745);
}

.gradient-light-black-info {
  background: linear-gradient(#f5f5f5, #000, #0DCAF0);
}

.gradient-light-black-warning {
  background: linear-gradient(#f5f5f5, #000, #FFC107);
}

.gradient-light-black-danger {
  background: linear-gradient(#f5f5f5, #000, #DC3545);
}

.gradient-light-black-dark {
  background: linear-gradient(#f5f5f5, #000, #212529);
}

.gradient-light-black-red {
  background: linear-gradient(#f5f5f5, #000, #F44336);
}

.gradient-light-black-green {
  background: linear-gradient(#f5f5f5, #000, #4CAF50);
}

.gradient-light-black-blue {
  background: linear-gradient(#f5f5f5, #000, #2196F3);
}

.gradient-light-black-white {
  background: linear-gradient(#f5f5f5, #000, #fff);
}

.gradient-light-black-pink {
  background: linear-gradient(#f5f5f5, #000, #E91E63);
}

.gradient-light-black-purple {
  background: linear-gradient(#f5f5f5, #000, #9C27B0);
}

.gradient-light-black-indigo {
  background: linear-gradient(#f5f5f5, #000, #3E51B5);
}

.gradient-light-black-cyan {
  background: linear-gradient(#f5f5f5, #000, #00BCD4);
}

.gradient-light-black-teal {
  background: linear-gradient(#f5f5f5, #000, #009688);
}

.gradient-light-black-lime {
  background: linear-gradient(#f5f5f5, #000, #CDDC39);
}

.gradient-light-black-yellow {
  background: linear-gradient(#f5f5f5, #000, #FFEB3B);
}

.gradient-light-black-amber {
  background: linear-gradient(#f5f5f5, #000, #FFC107);
}

.gradient-light-black-orange {
  background: linear-gradient(#f5f5f5, #000, #FF9800);
}

.gradient-light-black-lightblue {
  background: linear-gradient(#f5f5f5, #000, #03A9F4);
}

.gradient-light-black-lightgreen {
  background: linear-gradient(#f5f5f5, #000, #76FF03);
}

.gradient-light-black-deeppurple {
  background: linear-gradient(#f5f5f5, #000, #673AB7);
}

.gradient-light-black-deeporange {
  background: linear-gradient(#f5f5f5, #000, #DD6E0F);
}

.gradient-light-black-brown {
  background: linear-gradient(#f5f5f5, #000, #964B00);
}

.gradient-light-black-grey {
  background: linear-gradient(#f5f5f5, #000, #808080);
}

.gradient-light-white {
  background: linear-gradient(#f5f5f5, #fff);
}

.gradient-to-top-light-white {
  background: linear-gradient(to top, #f5f5f5, #fff);
}

.gradient-to-bottom-light-white {
  background: linear-gradient(to bottom, #f5f5f5, #fff);
}

.gradient-to-left-light-white {
  background: linear-gradient(to left, #f5f5f5, #fff);
}

.gradient-to-right-light-white {
  background: linear-gradient(to right, #f5f5f5, #fff);
}

.gradient-to-top-left-light-white {
  background: linear-gradient(to top left, #f5f5f5, #fff);
}

.gradient-to-top-right-light-white {
  background: linear-gradient(to top right, #f5f5f5, #fff);
}

.gradient-to-bottom-left-light-white {
  background: linear-gradient(to bottom left, #f5f5f5, #fff);
}

.gradient-to-bottom-right-light-white {
  background: linear-gradient(to bottom right, #f5f5f5, #fff);
}

.gradient-radial-light-white {
  background: radial-gradient(circle, #f5f5f5, #fff);
}

.gradient-light-white-primary {
  background: linear-gradient(#f5f5f5, #fff, #03A9F4);
}

.gradient-light-white-secondary {
  background: linear-gradient(#f5f5f5, #fff, #333);
}

.gradient-light-white-success {
  background: linear-gradient(#f5f5f5, #fff, #28a745);
}

.gradient-light-white-info {
  background: linear-gradient(#f5f5f5, #fff, #0DCAF0);
}

.gradient-light-white-warning {
  background: linear-gradient(#f5f5f5, #fff, #FFC107);
}

.gradient-light-white-danger {
  background: linear-gradient(#f5f5f5, #fff, #DC3545);
}

.gradient-light-white-dark {
  background: linear-gradient(#f5f5f5, #fff, #212529);
}

.gradient-light-white-red {
  background: linear-gradient(#f5f5f5, #fff, #F44336);
}

.gradient-light-white-green {
  background: linear-gradient(#f5f5f5, #fff, #4CAF50);
}

.gradient-light-white-blue {
  background: linear-gradient(#f5f5f5, #fff, #2196F3);
}

.gradient-light-white-black {
  background: linear-gradient(#f5f5f5, #fff, #000);
}

.gradient-light-white-pink {
  background: linear-gradient(#f5f5f5, #fff, #E91E63);
}

.gradient-light-white-purple {
  background: linear-gradient(#f5f5f5, #fff, #9C27B0);
}

.gradient-light-white-indigo {
  background: linear-gradient(#f5f5f5, #fff, #3E51B5);
}

.gradient-light-white-cyan {
  background: linear-gradient(#f5f5f5, #fff, #00BCD4);
}

.gradient-light-white-teal {
  background: linear-gradient(#f5f5f5, #fff, #009688);
}

.gradient-light-white-lime {
  background: linear-gradient(#f5f5f5, #fff, #CDDC39);
}

.gradient-light-white-yellow {
  background: linear-gradient(#f5f5f5, #fff, #FFEB3B);
}

.gradient-light-white-amber {
  background: linear-gradient(#f5f5f5, #fff, #FFC107);
}

.gradient-light-white-orange {
  background: linear-gradient(#f5f5f5, #fff, #FF9800);
}

.gradient-light-white-lightblue {
  background: linear-gradient(#f5f5f5, #fff, #03A9F4);
}

.gradient-light-white-lightgreen {
  background: linear-gradient(#f5f5f5, #fff, #76FF03);
}

.gradient-light-white-deeppurple {
  background: linear-gradient(#f5f5f5, #fff, #673AB7);
}

.gradient-light-white-deeporange {
  background: linear-gradient(#f5f5f5, #fff, #DD6E0F);
}

.gradient-light-white-brown {
  background: linear-gradient(#f5f5f5, #fff, #964B00);
}

.gradient-light-white-grey {
  background: linear-gradient(#f5f5f5, #fff, #808080);
}

.gradient-light-pink {
  background: linear-gradient(#f5f5f5, #E91E63);
}

.gradient-to-top-light-pink {
  background: linear-gradient(to top, #f5f5f5, #E91E63);
}

.gradient-to-bottom-light-pink {
  background: linear-gradient(to bottom, #f5f5f5, #E91E63);
}

.gradient-to-left-light-pink {
  background: linear-gradient(to left, #f5f5f5, #E91E63);
}

.gradient-to-right-light-pink {
  background: linear-gradient(to right, #f5f5f5, #E91E63);
}

.gradient-to-top-left-light-pink {
  background: linear-gradient(to top left, #f5f5f5, #E91E63);
}

.gradient-to-top-right-light-pink {
  background: linear-gradient(to top right, #f5f5f5, #E91E63);
}

.gradient-to-bottom-left-light-pink {
  background: linear-gradient(to bottom left, #f5f5f5, #E91E63);
}

.gradient-to-bottom-right-light-pink {
  background: linear-gradient(to bottom right, #f5f5f5, #E91E63);
}

.gradient-radial-light-pink {
  background: radial-gradient(circle, #f5f5f5, #E91E63);
}

.gradient-light-pink-primary {
  background: linear-gradient(#f5f5f5, #E91E63, #03A9F4);
}

.gradient-light-pink-secondary {
  background: linear-gradient(#f5f5f5, #E91E63, #333);
}

.gradient-light-pink-success {
  background: linear-gradient(#f5f5f5, #E91E63, #28a745);
}

.gradient-light-pink-info {
  background: linear-gradient(#f5f5f5, #E91E63, #0DCAF0);
}

.gradient-light-pink-warning {
  background: linear-gradient(#f5f5f5, #E91E63, #FFC107);
}

.gradient-light-pink-danger {
  background: linear-gradient(#f5f5f5, #E91E63, #DC3545);
}

.gradient-light-pink-dark {
  background: linear-gradient(#f5f5f5, #E91E63, #212529);
}

.gradient-light-pink-red {
  background: linear-gradient(#f5f5f5, #E91E63, #F44336);
}

.gradient-light-pink-green {
  background: linear-gradient(#f5f5f5, #E91E63, #4CAF50);
}

.gradient-light-pink-blue {
  background: linear-gradient(#f5f5f5, #E91E63, #2196F3);
}

.gradient-light-pink-black {
  background: linear-gradient(#f5f5f5, #E91E63, #000);
}

.gradient-light-pink-white {
  background: linear-gradient(#f5f5f5, #E91E63, #fff);
}

.gradient-light-pink-purple {
  background: linear-gradient(#f5f5f5, #E91E63, #9C27B0);
}

.gradient-light-pink-indigo {
  background: linear-gradient(#f5f5f5, #E91E63, #3E51B5);
}

.gradient-light-pink-cyan {
  background: linear-gradient(#f5f5f5, #E91E63, #00BCD4);
}

.gradient-light-pink-teal {
  background: linear-gradient(#f5f5f5, #E91E63, #009688);
}

.gradient-light-pink-lime {
  background: linear-gradient(#f5f5f5, #E91E63, #CDDC39);
}

.gradient-light-pink-yellow {
  background: linear-gradient(#f5f5f5, #E91E63, #FFEB3B);
}

.gradient-light-pink-amber {
  background: linear-gradient(#f5f5f5, #E91E63, #FFC107);
}

.gradient-light-pink-orange {
  background: linear-gradient(#f5f5f5, #E91E63, #FF9800);
}

.gradient-light-pink-lightblue {
  background: linear-gradient(#f5f5f5, #E91E63, #03A9F4);
}

.gradient-light-pink-lightgreen {
  background: linear-gradient(#f5f5f5, #E91E63, #76FF03);
}

.gradient-light-pink-deeppurple {
  background: linear-gradient(#f5f5f5, #E91E63, #673AB7);
}

.gradient-light-pink-deeporange {
  background: linear-gradient(#f5f5f5, #E91E63, #DD6E0F);
}

.gradient-light-pink-brown {
  background: linear-gradient(#f5f5f5, #E91E63, #964B00);
}

.gradient-light-pink-grey {
  background: linear-gradient(#f5f5f5, #E91E63, #808080);
}

.gradient-light-purple {
  background: linear-gradient(#f5f5f5, #9C27B0);
}

.gradient-to-top-light-purple {
  background: linear-gradient(to top, #f5f5f5, #9C27B0);
}

.gradient-to-bottom-light-purple {
  background: linear-gradient(to bottom, #f5f5f5, #9C27B0);
}

.gradient-to-left-light-purple {
  background: linear-gradient(to left, #f5f5f5, #9C27B0);
}

.gradient-to-right-light-purple {
  background: linear-gradient(to right, #f5f5f5, #9C27B0);
}

.gradient-to-top-left-light-purple {
  background: linear-gradient(to top left, #f5f5f5, #9C27B0);
}

.gradient-to-top-right-light-purple {
  background: linear-gradient(to top right, #f5f5f5, #9C27B0);
}

.gradient-to-bottom-left-light-purple {
  background: linear-gradient(to bottom left, #f5f5f5, #9C27B0);
}

.gradient-to-bottom-right-light-purple {
  background: linear-gradient(to bottom right, #f5f5f5, #9C27B0);
}

.gradient-radial-light-purple {
  background: radial-gradient(circle, #f5f5f5, #9C27B0);
}

.gradient-light-purple-primary {
  background: linear-gradient(#f5f5f5, #9C27B0, #03A9F4);
}

.gradient-light-purple-secondary {
  background: linear-gradient(#f5f5f5, #9C27B0, #333);
}

.gradient-light-purple-success {
  background: linear-gradient(#f5f5f5, #9C27B0, #28a745);
}

.gradient-light-purple-info {
  background: linear-gradient(#f5f5f5, #9C27B0, #0DCAF0);
}

.gradient-light-purple-warning {
  background: linear-gradient(#f5f5f5, #9C27B0, #FFC107);
}

.gradient-light-purple-danger {
  background: linear-gradient(#f5f5f5, #9C27B0, #DC3545);
}

.gradient-light-purple-dark {
  background: linear-gradient(#f5f5f5, #9C27B0, #212529);
}

.gradient-light-purple-red {
  background: linear-gradient(#f5f5f5, #9C27B0, #F44336);
}

.gradient-light-purple-green {
  background: linear-gradient(#f5f5f5, #9C27B0, #4CAF50);
}

.gradient-light-purple-blue {
  background: linear-gradient(#f5f5f5, #9C27B0, #2196F3);
}

.gradient-light-purple-black {
  background: linear-gradient(#f5f5f5, #9C27B0, #000);
}

.gradient-light-purple-white {
  background: linear-gradient(#f5f5f5, #9C27B0, #fff);
}

.gradient-light-purple-pink {
  background: linear-gradient(#f5f5f5, #9C27B0, #E91E63);
}

.gradient-light-purple-indigo {
  background: linear-gradient(#f5f5f5, #9C27B0, #3E51B5);
}

.gradient-light-purple-cyan {
  background: linear-gradient(#f5f5f5, #9C27B0, #00BCD4);
}

.gradient-light-purple-teal {
  background: linear-gradient(#f5f5f5, #9C27B0, #009688);
}

.gradient-light-purple-lime {
  background: linear-gradient(#f5f5f5, #9C27B0, #CDDC39);
}

.gradient-light-purple-yellow {
  background: linear-gradient(#f5f5f5, #9C27B0, #FFEB3B);
}

.gradient-light-purple-amber {
  background: linear-gradient(#f5f5f5, #9C27B0, #FFC107);
}

.gradient-light-purple-orange {
  background: linear-gradient(#f5f5f5, #9C27B0, #FF9800);
}

.gradient-light-purple-lightblue {
  background: linear-gradient(#f5f5f5, #9C27B0, #03A9F4);
}

.gradient-light-purple-lightgreen {
  background: linear-gradient(#f5f5f5, #9C27B0, #76FF03);
}

.gradient-light-purple-deeppurple {
  background: linear-gradient(#f5f5f5, #9C27B0, #673AB7);
}

.gradient-light-purple-deeporange {
  background: linear-gradient(#f5f5f5, #9C27B0, #DD6E0F);
}

.gradient-light-purple-brown {
  background: linear-gradient(#f5f5f5, #9C27B0, #964B00);
}

.gradient-light-purple-grey {
  background: linear-gradient(#f5f5f5, #9C27B0, #808080);
}

.gradient-light-indigo {
  background: linear-gradient(#f5f5f5, #3E51B5);
}

.gradient-to-top-light-indigo {
  background: linear-gradient(to top, #f5f5f5, #3E51B5);
}

.gradient-to-bottom-light-indigo {
  background: linear-gradient(to bottom, #f5f5f5, #3E51B5);
}

.gradient-to-left-light-indigo {
  background: linear-gradient(to left, #f5f5f5, #3E51B5);
}

.gradient-to-right-light-indigo {
  background: linear-gradient(to right, #f5f5f5, #3E51B5);
}

.gradient-to-top-left-light-indigo {
  background: linear-gradient(to top left, #f5f5f5, #3E51B5);
}

.gradient-to-top-right-light-indigo {
  background: linear-gradient(to top right, #f5f5f5, #3E51B5);
}

.gradient-to-bottom-left-light-indigo {
  background: linear-gradient(to bottom left, #f5f5f5, #3E51B5);
}

.gradient-to-bottom-right-light-indigo {
  background: linear-gradient(to bottom right, #f5f5f5, #3E51B5);
}

.gradient-radial-light-indigo {
  background: radial-gradient(circle, #f5f5f5, #3E51B5);
}

.gradient-light-indigo-primary {
  background: linear-gradient(#f5f5f5, #3E51B5, #03A9F4);
}

.gradient-light-indigo-secondary {
  background: linear-gradient(#f5f5f5, #3E51B5, #333);
}

.gradient-light-indigo-success {
  background: linear-gradient(#f5f5f5, #3E51B5, #28a745);
}

.gradient-light-indigo-info {
  background: linear-gradient(#f5f5f5, #3E51B5, #0DCAF0);
}

.gradient-light-indigo-warning {
  background: linear-gradient(#f5f5f5, #3E51B5, #FFC107);
}

.gradient-light-indigo-danger {
  background: linear-gradient(#f5f5f5, #3E51B5, #DC3545);
}

.gradient-light-indigo-dark {
  background: linear-gradient(#f5f5f5, #3E51B5, #212529);
}

.gradient-light-indigo-red {
  background: linear-gradient(#f5f5f5, #3E51B5, #F44336);
}

.gradient-light-indigo-green {
  background: linear-gradient(#f5f5f5, #3E51B5, #4CAF50);
}

.gradient-light-indigo-blue {
  background: linear-gradient(#f5f5f5, #3E51B5, #2196F3);
}

.gradient-light-indigo-black {
  background: linear-gradient(#f5f5f5, #3E51B5, #000);
}

.gradient-light-indigo-white {
  background: linear-gradient(#f5f5f5, #3E51B5, #fff);
}

.gradient-light-indigo-pink {
  background: linear-gradient(#f5f5f5, #3E51B5, #E91E63);
}

.gradient-light-indigo-purple {
  background: linear-gradient(#f5f5f5, #3E51B5, #9C27B0);
}

.gradient-light-indigo-cyan {
  background: linear-gradient(#f5f5f5, #3E51B5, #00BCD4);
}

.gradient-light-indigo-teal {
  background: linear-gradient(#f5f5f5, #3E51B5, #009688);
}

.gradient-light-indigo-lime {
  background: linear-gradient(#f5f5f5, #3E51B5, #CDDC39);
}

.gradient-light-indigo-yellow {
  background: linear-gradient(#f5f5f5, #3E51B5, #FFEB3B);
}

.gradient-light-indigo-amber {
  background: linear-gradient(#f5f5f5, #3E51B5, #FFC107);
}

.gradient-light-indigo-orange {
  background: linear-gradient(#f5f5f5, #3E51B5, #FF9800);
}

.gradient-light-indigo-lightblue {
  background: linear-gradient(#f5f5f5, #3E51B5, #03A9F4);
}

.gradient-light-indigo-lightgreen {
  background: linear-gradient(#f5f5f5, #3E51B5, #76FF03);
}

.gradient-light-indigo-deeppurple {
  background: linear-gradient(#f5f5f5, #3E51B5, #673AB7);
}

.gradient-light-indigo-deeporange {
  background: linear-gradient(#f5f5f5, #3E51B5, #DD6E0F);
}

.gradient-light-indigo-brown {
  background: linear-gradient(#f5f5f5, #3E51B5, #964B00);
}

.gradient-light-indigo-grey {
  background: linear-gradient(#f5f5f5, #3E51B5, #808080);
}

.gradient-light-cyan {
  background: linear-gradient(#f5f5f5, #00BCD4);
}

.gradient-to-top-light-cyan {
  background: linear-gradient(to top, #f5f5f5, #00BCD4);
}

.gradient-to-bottom-light-cyan {
  background: linear-gradient(to bottom, #f5f5f5, #00BCD4);
}

.gradient-to-left-light-cyan {
  background: linear-gradient(to left, #f5f5f5, #00BCD4);
}

.gradient-to-right-light-cyan {
  background: linear-gradient(to right, #f5f5f5, #00BCD4);
}

.gradient-to-top-left-light-cyan {
  background: linear-gradient(to top left, #f5f5f5, #00BCD4);
}

.gradient-to-top-right-light-cyan {
  background: linear-gradient(to top right, #f5f5f5, #00BCD4);
}

.gradient-to-bottom-left-light-cyan {
  background: linear-gradient(to bottom left, #f5f5f5, #00BCD4);
}

.gradient-to-bottom-right-light-cyan {
  background: linear-gradient(to bottom right, #f5f5f5, #00BCD4);
}

.gradient-radial-light-cyan {
  background: radial-gradient(circle, #f5f5f5, #00BCD4);
}

.gradient-light-cyan-primary {
  background: linear-gradient(#f5f5f5, #00BCD4, #03A9F4);
}

.gradient-light-cyan-secondary {
  background: linear-gradient(#f5f5f5, #00BCD4, #333);
}

.gradient-light-cyan-success {
  background: linear-gradient(#f5f5f5, #00BCD4, #28a745);
}

.gradient-light-cyan-info {
  background: linear-gradient(#f5f5f5, #00BCD4, #0DCAF0);
}

.gradient-light-cyan-warning {
  background: linear-gradient(#f5f5f5, #00BCD4, #FFC107);
}

.gradient-light-cyan-danger {
  background: linear-gradient(#f5f5f5, #00BCD4, #DC3545);
}

.gradient-light-cyan-dark {
  background: linear-gradient(#f5f5f5, #00BCD4, #212529);
}

.gradient-light-cyan-red {
  background: linear-gradient(#f5f5f5, #00BCD4, #F44336);
}

.gradient-light-cyan-green {
  background: linear-gradient(#f5f5f5, #00BCD4, #4CAF50);
}

.gradient-light-cyan-blue {
  background: linear-gradient(#f5f5f5, #00BCD4, #2196F3);
}

.gradient-light-cyan-black {
  background: linear-gradient(#f5f5f5, #00BCD4, #000);
}

.gradient-light-cyan-white {
  background: linear-gradient(#f5f5f5, #00BCD4, #fff);
}

.gradient-light-cyan-pink {
  background: linear-gradient(#f5f5f5, #00BCD4, #E91E63);
}

.gradient-light-cyan-purple {
  background: linear-gradient(#f5f5f5, #00BCD4, #9C27B0);
}

.gradient-light-cyan-indigo {
  background: linear-gradient(#f5f5f5, #00BCD4, #3E51B5);
}

.gradient-light-cyan-teal {
  background: linear-gradient(#f5f5f5, #00BCD4, #009688);
}

.gradient-light-cyan-lime {
  background: linear-gradient(#f5f5f5, #00BCD4, #CDDC39);
}

.gradient-light-cyan-yellow {
  background: linear-gradient(#f5f5f5, #00BCD4, #FFEB3B);
}

.gradient-light-cyan-amber {
  background: linear-gradient(#f5f5f5, #00BCD4, #FFC107);
}

.gradient-light-cyan-orange {
  background: linear-gradient(#f5f5f5, #00BCD4, #FF9800);
}

.gradient-light-cyan-lightblue {
  background: linear-gradient(#f5f5f5, #00BCD4, #03A9F4);
}

.gradient-light-cyan-lightgreen {
  background: linear-gradient(#f5f5f5, #00BCD4, #76FF03);
}

.gradient-light-cyan-deeppurple {
  background: linear-gradient(#f5f5f5, #00BCD4, #673AB7);
}

.gradient-light-cyan-deeporange {
  background: linear-gradient(#f5f5f5, #00BCD4, #DD6E0F);
}

.gradient-light-cyan-brown {
  background: linear-gradient(#f5f5f5, #00BCD4, #964B00);
}

.gradient-light-cyan-grey {
  background: linear-gradient(#f5f5f5, #00BCD4, #808080);
}

.gradient-light-teal {
  background: linear-gradient(#f5f5f5, #009688);
}

.gradient-to-top-light-teal {
  background: linear-gradient(to top, #f5f5f5, #009688);
}

.gradient-to-bottom-light-teal {
  background: linear-gradient(to bottom, #f5f5f5, #009688);
}

.gradient-to-left-light-teal {
  background: linear-gradient(to left, #f5f5f5, #009688);
}

.gradient-to-right-light-teal {
  background: linear-gradient(to right, #f5f5f5, #009688);
}

.gradient-to-top-left-light-teal {
  background: linear-gradient(to top left, #f5f5f5, #009688);
}

.gradient-to-top-right-light-teal {
  background: linear-gradient(to top right, #f5f5f5, #009688);
}

.gradient-to-bottom-left-light-teal {
  background: linear-gradient(to bottom left, #f5f5f5, #009688);
}

.gradient-to-bottom-right-light-teal {
  background: linear-gradient(to bottom right, #f5f5f5, #009688);
}

.gradient-radial-light-teal {
  background: radial-gradient(circle, #f5f5f5, #009688);
}

.gradient-light-teal-primary {
  background: linear-gradient(#f5f5f5, #009688, #03A9F4);
}

.gradient-light-teal-secondary {
  background: linear-gradient(#f5f5f5, #009688, #333);
}

.gradient-light-teal-success {
  background: linear-gradient(#f5f5f5, #009688, #28a745);
}

.gradient-light-teal-info {
  background: linear-gradient(#f5f5f5, #009688, #0DCAF0);
}

.gradient-light-teal-warning {
  background: linear-gradient(#f5f5f5, #009688, #FFC107);
}

.gradient-light-teal-danger {
  background: linear-gradient(#f5f5f5, #009688, #DC3545);
}

.gradient-light-teal-dark {
  background: linear-gradient(#f5f5f5, #009688, #212529);
}

.gradient-light-teal-red {
  background: linear-gradient(#f5f5f5, #009688, #F44336);
}

.gradient-light-teal-green {
  background: linear-gradient(#f5f5f5, #009688, #4CAF50);
}

.gradient-light-teal-blue {
  background: linear-gradient(#f5f5f5, #009688, #2196F3);
}

.gradient-light-teal-black {
  background: linear-gradient(#f5f5f5, #009688, #000);
}

.gradient-light-teal-white {
  background: linear-gradient(#f5f5f5, #009688, #fff);
}

.gradient-light-teal-pink {
  background: linear-gradient(#f5f5f5, #009688, #E91E63);
}

.gradient-light-teal-purple {
  background: linear-gradient(#f5f5f5, #009688, #9C27B0);
}

.gradient-light-teal-indigo {
  background: linear-gradient(#f5f5f5, #009688, #3E51B5);
}

.gradient-light-teal-cyan {
  background: linear-gradient(#f5f5f5, #009688, #00BCD4);
}

.gradient-light-teal-lime {
  background: linear-gradient(#f5f5f5, #009688, #CDDC39);
}

.gradient-light-teal-yellow {
  background: linear-gradient(#f5f5f5, #009688, #FFEB3B);
}

.gradient-light-teal-amber {
  background: linear-gradient(#f5f5f5, #009688, #FFC107);
}

.gradient-light-teal-orange {
  background: linear-gradient(#f5f5f5, #009688, #FF9800);
}

.gradient-light-teal-lightblue {
  background: linear-gradient(#f5f5f5, #009688, #03A9F4);
}

.gradient-light-teal-lightgreen {
  background: linear-gradient(#f5f5f5, #009688, #76FF03);
}

.gradient-light-teal-deeppurple {
  background: linear-gradient(#f5f5f5, #009688, #673AB7);
}

.gradient-light-teal-deeporange {
  background: linear-gradient(#f5f5f5, #009688, #DD6E0F);
}

.gradient-light-teal-brown {
  background: linear-gradient(#f5f5f5, #009688, #964B00);
}

.gradient-light-teal-grey {
  background: linear-gradient(#f5f5f5, #009688, #808080);
}

.gradient-light-lime {
  background: linear-gradient(#f5f5f5, #CDDC39);
}

.gradient-to-top-light-lime {
  background: linear-gradient(to top, #f5f5f5, #CDDC39);
}

.gradient-to-bottom-light-lime {
  background: linear-gradient(to bottom, #f5f5f5, #CDDC39);
}

.gradient-to-left-light-lime {
  background: linear-gradient(to left, #f5f5f5, #CDDC39);
}

.gradient-to-right-light-lime {
  background: linear-gradient(to right, #f5f5f5, #CDDC39);
}

.gradient-to-top-left-light-lime {
  background: linear-gradient(to top left, #f5f5f5, #CDDC39);
}

.gradient-to-top-right-light-lime {
  background: linear-gradient(to top right, #f5f5f5, #CDDC39);
}

.gradient-to-bottom-left-light-lime {
  background: linear-gradient(to bottom left, #f5f5f5, #CDDC39);
}

.gradient-to-bottom-right-light-lime {
  background: linear-gradient(to bottom right, #f5f5f5, #CDDC39);
}

.gradient-radial-light-lime {
  background: radial-gradient(circle, #f5f5f5, #CDDC39);
}

.gradient-light-lime-primary {
  background: linear-gradient(#f5f5f5, #CDDC39, #03A9F4);
}

.gradient-light-lime-secondary {
  background: linear-gradient(#f5f5f5, #CDDC39, #333);
}

.gradient-light-lime-success {
  background: linear-gradient(#f5f5f5, #CDDC39, #28a745);
}

.gradient-light-lime-info {
  background: linear-gradient(#f5f5f5, #CDDC39, #0DCAF0);
}

.gradient-light-lime-warning {
  background: linear-gradient(#f5f5f5, #CDDC39, #FFC107);
}

.gradient-light-lime-danger {
  background: linear-gradient(#f5f5f5, #CDDC39, #DC3545);
}

.gradient-light-lime-dark {
  background: linear-gradient(#f5f5f5, #CDDC39, #212529);
}

.gradient-light-lime-red {
  background: linear-gradient(#f5f5f5, #CDDC39, #F44336);
}

.gradient-light-lime-green {
  background: linear-gradient(#f5f5f5, #CDDC39, #4CAF50);
}

.gradient-light-lime-blue {
  background: linear-gradient(#f5f5f5, #CDDC39, #2196F3);
}

.gradient-light-lime-black {
  background: linear-gradient(#f5f5f5, #CDDC39, #000);
}

.gradient-light-lime-white {
  background: linear-gradient(#f5f5f5, #CDDC39, #fff);
}

.gradient-light-lime-pink {
  background: linear-gradient(#f5f5f5, #CDDC39, #E91E63);
}

.gradient-light-lime-purple {
  background: linear-gradient(#f5f5f5, #CDDC39, #9C27B0);
}

.gradient-light-lime-indigo {
  background: linear-gradient(#f5f5f5, #CDDC39, #3E51B5);
}

.gradient-light-lime-cyan {
  background: linear-gradient(#f5f5f5, #CDDC39, #00BCD4);
}

.gradient-light-lime-teal {
  background: linear-gradient(#f5f5f5, #CDDC39, #009688);
}

.gradient-light-lime-yellow {
  background: linear-gradient(#f5f5f5, #CDDC39, #FFEB3B);
}

.gradient-light-lime-amber {
  background: linear-gradient(#f5f5f5, #CDDC39, #FFC107);
}

.gradient-light-lime-orange {
  background: linear-gradient(#f5f5f5, #CDDC39, #FF9800);
}

.gradient-light-lime-lightblue {
  background: linear-gradient(#f5f5f5, #CDDC39, #03A9F4);
}

.gradient-light-lime-lightgreen {
  background: linear-gradient(#f5f5f5, #CDDC39, #76FF03);
}

.gradient-light-lime-deeppurple {
  background: linear-gradient(#f5f5f5, #CDDC39, #673AB7);
}

.gradient-light-lime-deeporange {
  background: linear-gradient(#f5f5f5, #CDDC39, #DD6E0F);
}

.gradient-light-lime-brown {
  background: linear-gradient(#f5f5f5, #CDDC39, #964B00);
}

.gradient-light-lime-grey {
  background: linear-gradient(#f5f5f5, #CDDC39, #808080);
}

.gradient-light-yellow {
  background: linear-gradient(#f5f5f5, #FFEB3B);
}

.gradient-to-top-light-yellow {
  background: linear-gradient(to top, #f5f5f5, #FFEB3B);
}

.gradient-to-bottom-light-yellow {
  background: linear-gradient(to bottom, #f5f5f5, #FFEB3B);
}

.gradient-to-left-light-yellow {
  background: linear-gradient(to left, #f5f5f5, #FFEB3B);
}

.gradient-to-right-light-yellow {
  background: linear-gradient(to right, #f5f5f5, #FFEB3B);
}

.gradient-to-top-left-light-yellow {
  background: linear-gradient(to top left, #f5f5f5, #FFEB3B);
}

.gradient-to-top-right-light-yellow {
  background: linear-gradient(to top right, #f5f5f5, #FFEB3B);
}

.gradient-to-bottom-left-light-yellow {
  background: linear-gradient(to bottom left, #f5f5f5, #FFEB3B);
}

.gradient-to-bottom-right-light-yellow {
  background: linear-gradient(to bottom right, #f5f5f5, #FFEB3B);
}

.gradient-radial-light-yellow {
  background: radial-gradient(circle, #f5f5f5, #FFEB3B);
}

.gradient-light-yellow-primary {
  background: linear-gradient(#f5f5f5, #FFEB3B, #03A9F4);
}

.gradient-light-yellow-secondary {
  background: linear-gradient(#f5f5f5, #FFEB3B, #333);
}

.gradient-light-yellow-success {
  background: linear-gradient(#f5f5f5, #FFEB3B, #28a745);
}

.gradient-light-yellow-info {
  background: linear-gradient(#f5f5f5, #FFEB3B, #0DCAF0);
}

.gradient-light-yellow-warning {
  background: linear-gradient(#f5f5f5, #FFEB3B, #FFC107);
}

.gradient-light-yellow-danger {
  background: linear-gradient(#f5f5f5, #FFEB3B, #DC3545);
}

.gradient-light-yellow-dark {
  background: linear-gradient(#f5f5f5, #FFEB3B, #212529);
}

.gradient-light-yellow-red {
  background: linear-gradient(#f5f5f5, #FFEB3B, #F44336);
}

.gradient-light-yellow-green {
  background: linear-gradient(#f5f5f5, #FFEB3B, #4CAF50);
}

.gradient-light-yellow-blue {
  background: linear-gradient(#f5f5f5, #FFEB3B, #2196F3);
}

.gradient-light-yellow-black {
  background: linear-gradient(#f5f5f5, #FFEB3B, #000);
}

.gradient-light-yellow-white {
  background: linear-gradient(#f5f5f5, #FFEB3B, #fff);
}

.gradient-light-yellow-pink {
  background: linear-gradient(#f5f5f5, #FFEB3B, #E91E63);
}

.gradient-light-yellow-purple {
  background: linear-gradient(#f5f5f5, #FFEB3B, #9C27B0);
}

.gradient-light-yellow-indigo {
  background: linear-gradient(#f5f5f5, #FFEB3B, #3E51B5);
}

.gradient-light-yellow-cyan {
  background: linear-gradient(#f5f5f5, #FFEB3B, #00BCD4);
}

.gradient-light-yellow-teal {
  background: linear-gradient(#f5f5f5, #FFEB3B, #009688);
}

.gradient-light-yellow-lime {
  background: linear-gradient(#f5f5f5, #FFEB3B, #CDDC39);
}

.gradient-light-yellow-amber {
  background: linear-gradient(#f5f5f5, #FFEB3B, #FFC107);
}

.gradient-light-yellow-orange {
  background: linear-gradient(#f5f5f5, #FFEB3B, #FF9800);
}

.gradient-light-yellow-lightblue {
  background: linear-gradient(#f5f5f5, #FFEB3B, #03A9F4);
}

.gradient-light-yellow-lightgreen {
  background: linear-gradient(#f5f5f5, #FFEB3B, #76FF03);
}

.gradient-light-yellow-deeppurple {
  background: linear-gradient(#f5f5f5, #FFEB3B, #673AB7);
}

.gradient-light-yellow-deeporange {
  background: linear-gradient(#f5f5f5, #FFEB3B, #DD6E0F);
}

.gradient-light-yellow-brown {
  background: linear-gradient(#f5f5f5, #FFEB3B, #964B00);
}

.gradient-light-yellow-grey {
  background: linear-gradient(#f5f5f5, #FFEB3B, #808080);
}

.gradient-light-amber {
  background: linear-gradient(#f5f5f5, #FFC107);
}

.gradient-to-top-light-amber {
  background: linear-gradient(to top, #f5f5f5, #FFC107);
}

.gradient-to-bottom-light-amber {
  background: linear-gradient(to bottom, #f5f5f5, #FFC107);
}

.gradient-to-left-light-amber {
  background: linear-gradient(to left, #f5f5f5, #FFC107);
}

.gradient-to-right-light-amber {
  background: linear-gradient(to right, #f5f5f5, #FFC107);
}

.gradient-to-top-left-light-amber {
  background: linear-gradient(to top left, #f5f5f5, #FFC107);
}

.gradient-to-top-right-light-amber {
  background: linear-gradient(to top right, #f5f5f5, #FFC107);
}

.gradient-to-bottom-left-light-amber {
  background: linear-gradient(to bottom left, #f5f5f5, #FFC107);
}

.gradient-to-bottom-right-light-amber {
  background: linear-gradient(to bottom right, #f5f5f5, #FFC107);
}

.gradient-radial-light-amber {
  background: radial-gradient(circle, #f5f5f5, #FFC107);
}

.gradient-light-amber-primary {
  background: linear-gradient(#f5f5f5, #FFC107, #03A9F4);
}

.gradient-light-amber-secondary {
  background: linear-gradient(#f5f5f5, #FFC107, #333);
}

.gradient-light-amber-success {
  background: linear-gradient(#f5f5f5, #FFC107, #28a745);
}

.gradient-light-amber-info {
  background: linear-gradient(#f5f5f5, #FFC107, #0DCAF0);
}

.gradient-light-amber-warning {
  background: linear-gradient(#f5f5f5, #FFC107, #FFC107);
}

.gradient-light-amber-danger {
  background: linear-gradient(#f5f5f5, #FFC107, #DC3545);
}

.gradient-light-amber-dark {
  background: linear-gradient(#f5f5f5, #FFC107, #212529);
}

.gradient-light-amber-red {
  background: linear-gradient(#f5f5f5, #FFC107, #F44336);
}

.gradient-light-amber-green {
  background: linear-gradient(#f5f5f5, #FFC107, #4CAF50);
}

.gradient-light-amber-blue {
  background: linear-gradient(#f5f5f5, #FFC107, #2196F3);
}

.gradient-light-amber-black {
  background: linear-gradient(#f5f5f5, #FFC107, #000);
}

.gradient-light-amber-white {
  background: linear-gradient(#f5f5f5, #FFC107, #fff);
}

.gradient-light-amber-pink {
  background: linear-gradient(#f5f5f5, #FFC107, #E91E63);
}

.gradient-light-amber-purple {
  background: linear-gradient(#f5f5f5, #FFC107, #9C27B0);
}

.gradient-light-amber-indigo {
  background: linear-gradient(#f5f5f5, #FFC107, #3E51B5);
}

.gradient-light-amber-cyan {
  background: linear-gradient(#f5f5f5, #FFC107, #00BCD4);
}

.gradient-light-amber-teal {
  background: linear-gradient(#f5f5f5, #FFC107, #009688);
}

.gradient-light-amber-lime {
  background: linear-gradient(#f5f5f5, #FFC107, #CDDC39);
}

.gradient-light-amber-yellow {
  background: linear-gradient(#f5f5f5, #FFC107, #FFEB3B);
}

.gradient-light-amber-orange {
  background: linear-gradient(#f5f5f5, #FFC107, #FF9800);
}

.gradient-light-amber-lightblue {
  background: linear-gradient(#f5f5f5, #FFC107, #03A9F4);
}

.gradient-light-amber-lightgreen {
  background: linear-gradient(#f5f5f5, #FFC107, #76FF03);
}

.gradient-light-amber-deeppurple {
  background: linear-gradient(#f5f5f5, #FFC107, #673AB7);
}

.gradient-light-amber-deeporange {
  background: linear-gradient(#f5f5f5, #FFC107, #DD6E0F);
}

.gradient-light-amber-brown {
  background: linear-gradient(#f5f5f5, #FFC107, #964B00);
}

.gradient-light-amber-grey {
  background: linear-gradient(#f5f5f5, #FFC107, #808080);
}

.gradient-light-orange {
  background: linear-gradient(#f5f5f5, #FF9800);
}

.gradient-to-top-light-orange {
  background: linear-gradient(to top, #f5f5f5, #FF9800);
}

.gradient-to-bottom-light-orange {
  background: linear-gradient(to bottom, #f5f5f5, #FF9800);
}

.gradient-to-left-light-orange {
  background: linear-gradient(to left, #f5f5f5, #FF9800);
}

.gradient-to-right-light-orange {
  background: linear-gradient(to right, #f5f5f5, #FF9800);
}

.gradient-to-top-left-light-orange {
  background: linear-gradient(to top left, #f5f5f5, #FF9800);
}

.gradient-to-top-right-light-orange {
  background: linear-gradient(to top right, #f5f5f5, #FF9800);
}

.gradient-to-bottom-left-light-orange {
  background: linear-gradient(to bottom left, #f5f5f5, #FF9800);
}

.gradient-to-bottom-right-light-orange {
  background: linear-gradient(to bottom right, #f5f5f5, #FF9800);
}

.gradient-radial-light-orange {
  background: radial-gradient(circle, #f5f5f5, #FF9800);
}

.gradient-light-orange-primary {
  background: linear-gradient(#f5f5f5, #FF9800, #03A9F4);
}

.gradient-light-orange-secondary {
  background: linear-gradient(#f5f5f5, #FF9800, #333);
}

.gradient-light-orange-success {
  background: linear-gradient(#f5f5f5, #FF9800, #28a745);
}

.gradient-light-orange-info {
  background: linear-gradient(#f5f5f5, #FF9800, #0DCAF0);
}

.gradient-light-orange-warning {
  background: linear-gradient(#f5f5f5, #FF9800, #FFC107);
}

.gradient-light-orange-danger {
  background: linear-gradient(#f5f5f5, #FF9800, #DC3545);
}

.gradient-light-orange-dark {
  background: linear-gradient(#f5f5f5, #FF9800, #212529);
}

.gradient-light-orange-red {
  background: linear-gradient(#f5f5f5, #FF9800, #F44336);
}

.gradient-light-orange-green {
  background: linear-gradient(#f5f5f5, #FF9800, #4CAF50);
}

.gradient-light-orange-blue {
  background: linear-gradient(#f5f5f5, #FF9800, #2196F3);
}

.gradient-light-orange-black {
  background: linear-gradient(#f5f5f5, #FF9800, #000);
}

.gradient-light-orange-white {
  background: linear-gradient(#f5f5f5, #FF9800, #fff);
}

.gradient-light-orange-pink {
  background: linear-gradient(#f5f5f5, #FF9800, #E91E63);
}

.gradient-light-orange-purple {
  background: linear-gradient(#f5f5f5, #FF9800, #9C27B0);
}

.gradient-light-orange-indigo {
  background: linear-gradient(#f5f5f5, #FF9800, #3E51B5);
}

.gradient-light-orange-cyan {
  background: linear-gradient(#f5f5f5, #FF9800, #00BCD4);
}

.gradient-light-orange-teal {
  background: linear-gradient(#f5f5f5, #FF9800, #009688);
}

.gradient-light-orange-lime {
  background: linear-gradient(#f5f5f5, #FF9800, #CDDC39);
}

.gradient-light-orange-yellow {
  background: linear-gradient(#f5f5f5, #FF9800, #FFEB3B);
}

.gradient-light-orange-amber {
  background: linear-gradient(#f5f5f5, #FF9800, #FFC107);
}

.gradient-light-orange-lightblue {
  background: linear-gradient(#f5f5f5, #FF9800, #03A9F4);
}

.gradient-light-orange-lightgreen {
  background: linear-gradient(#f5f5f5, #FF9800, #76FF03);
}

.gradient-light-orange-deeppurple {
  background: linear-gradient(#f5f5f5, #FF9800, #673AB7);
}

.gradient-light-orange-deeporange {
  background: linear-gradient(#f5f5f5, #FF9800, #DD6E0F);
}

.gradient-light-orange-brown {
  background: linear-gradient(#f5f5f5, #FF9800, #964B00);
}

.gradient-light-orange-grey {
  background: linear-gradient(#f5f5f5, #FF9800, #808080);
}

.gradient-light-lightblue {
  background: linear-gradient(#f5f5f5, #03A9F4);
}

.gradient-to-top-light-lightblue {
  background: linear-gradient(to top, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-light-lightblue {
  background: linear-gradient(to bottom, #f5f5f5, #03A9F4);
}

.gradient-to-left-light-lightblue {
  background: linear-gradient(to left, #f5f5f5, #03A9F4);
}

.gradient-to-right-light-lightblue {
  background: linear-gradient(to right, #f5f5f5, #03A9F4);
}

.gradient-to-top-left-light-lightblue {
  background: linear-gradient(to top left, #f5f5f5, #03A9F4);
}

.gradient-to-top-right-light-lightblue {
  background: linear-gradient(to top right, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-left-light-lightblue {
  background: linear-gradient(to bottom left, #f5f5f5, #03A9F4);
}

.gradient-to-bottom-right-light-lightblue {
  background: linear-gradient(to bottom right, #f5f5f5, #03A9F4);
}

.gradient-radial-light-lightblue {
  background: radial-gradient(circle, #f5f5f5, #03A9F4);
}

.gradient-light-lightblue-primary {
  background: linear-gradient(#f5f5f5, #03A9F4, #03A9F4);
}

.gradient-light-lightblue-secondary {
  background: linear-gradient(#f5f5f5, #03A9F4, #333);
}

.gradient-light-lightblue-success {
  background: linear-gradient(#f5f5f5, #03A9F4, #28a745);
}

.gradient-light-lightblue-info {
  background: linear-gradient(#f5f5f5, #03A9F4, #0DCAF0);
}

.gradient-light-lightblue-warning {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFC107);
}

.gradient-light-lightblue-danger {
  background: linear-gradient(#f5f5f5, #03A9F4, #DC3545);
}

.gradient-light-lightblue-dark {
  background: linear-gradient(#f5f5f5, #03A9F4, #212529);
}

.gradient-light-lightblue-red {
  background: linear-gradient(#f5f5f5, #03A9F4, #F44336);
}

.gradient-light-lightblue-green {
  background: linear-gradient(#f5f5f5, #03A9F4, #4CAF50);
}

.gradient-light-lightblue-blue {
  background: linear-gradient(#f5f5f5, #03A9F4, #2196F3);
}

.gradient-light-lightblue-black {
  background: linear-gradient(#f5f5f5, #03A9F4, #000);
}

.gradient-light-lightblue-white {
  background: linear-gradient(#f5f5f5, #03A9F4, #fff);
}

.gradient-light-lightblue-pink {
  background: linear-gradient(#f5f5f5, #03A9F4, #E91E63);
}

.gradient-light-lightblue-purple {
  background: linear-gradient(#f5f5f5, #03A9F4, #9C27B0);
}

.gradient-light-lightblue-indigo {
  background: linear-gradient(#f5f5f5, #03A9F4, #3E51B5);
}

.gradient-light-lightblue-cyan {
  background: linear-gradient(#f5f5f5, #03A9F4, #00BCD4);
}

.gradient-light-lightblue-teal {
  background: linear-gradient(#f5f5f5, #03A9F4, #009688);
}

.gradient-light-lightblue-lime {
  background: linear-gradient(#f5f5f5, #03A9F4, #CDDC39);
}

.gradient-light-lightblue-yellow {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFEB3B);
}

.gradient-light-lightblue-amber {
  background: linear-gradient(#f5f5f5, #03A9F4, #FFC107);
}

.gradient-light-lightblue-orange {
  background: linear-gradient(#f5f5f5, #03A9F4, #FF9800);
}

.gradient-light-lightblue-lightgreen {
  background: linear-gradient(#f5f5f5, #03A9F4, #76FF03);
}

.gradient-light-lightblue-deeppurple {
  background: linear-gradient(#f5f5f5, #03A9F4, #673AB7);
}

.gradient-light-lightblue-deeporange {
  background: linear-gradient(#f5f5f5, #03A9F4, #DD6E0F);
}

.gradient-light-lightblue-brown {
  background: linear-gradient(#f5f5f5, #03A9F4, #964B00);
}

.gradient-light-lightblue-grey {
  background: linear-gradient(#f5f5f5, #03A9F4, #808080);
}

.gradient-light-lightgreen {
  background: linear-gradient(#f5f5f5, #76FF03);
}

.gradient-to-top-light-lightgreen {
  background: linear-gradient(to top, #f5f5f5, #76FF03);
}

.gradient-to-bottom-light-lightgreen {
  background: linear-gradient(to bottom, #f5f5f5, #76FF03);
}

.gradient-to-left-light-lightgreen {
  background: linear-gradient(to left, #f5f5f5, #76FF03);
}

.gradient-to-right-light-lightgreen {
  background: linear-gradient(to right, #f5f5f5, #76FF03);
}

.gradient-to-top-left-light-lightgreen {
  background: linear-gradient(to top left, #f5f5f5, #76FF03);
}

.gradient-to-top-right-light-lightgreen {
  background: linear-gradient(to top right, #f5f5f5, #76FF03);
}

.gradient-to-bottom-left-light-lightgreen {
  background: linear-gradient(to bottom left, #f5f5f5, #76FF03);
}

.gradient-to-bottom-right-light-lightgreen {
  background: linear-gradient(to bottom right, #f5f5f5, #76FF03);
}

.gradient-radial-light-lightgreen {
  background: radial-gradient(circle, #f5f5f5, #76FF03);
}

.gradient-light-lightgreen-primary {
  background: linear-gradient(#f5f5f5, #76FF03, #03A9F4);
}

.gradient-light-lightgreen-secondary {
  background: linear-gradient(#f5f5f5, #76FF03, #333);
}

.gradient-light-lightgreen-success {
  background: linear-gradient(#f5f5f5, #76FF03, #28a745);
}

.gradient-light-lightgreen-info {
  background: linear-gradient(#f5f5f5, #76FF03, #0DCAF0);
}

.gradient-light-lightgreen-warning {
  background: linear-gradient(#f5f5f5, #76FF03, #FFC107);
}

.gradient-light-lightgreen-danger {
  background: linear-gradient(#f5f5f5, #76FF03, #DC3545);
}

.gradient-light-lightgreen-dark {
  background: linear-gradient(#f5f5f5, #76FF03, #212529);
}

.gradient-light-lightgreen-red {
  background: linear-gradient(#f5f5f5, #76FF03, #F44336);
}

.gradient-light-lightgreen-green {
  background: linear-gradient(#f5f5f5, #76FF03, #4CAF50);
}

.gradient-light-lightgreen-blue {
  background: linear-gradient(#f5f5f5, #76FF03, #2196F3);
}

.gradient-light-lightgreen-black {
  background: linear-gradient(#f5f5f5, #76FF03, #000);
}

.gradient-light-lightgreen-white {
  background: linear-gradient(#f5f5f5, #76FF03, #fff);
}

.gradient-light-lightgreen-pink {
  background: linear-gradient(#f5f5f5, #76FF03, #E91E63);
}

.gradient-light-lightgreen-purple {
  background: linear-gradient(#f5f5f5, #76FF03, #9C27B0);
}

.gradient-light-lightgreen-indigo {
  background: linear-gradient(#f5f5f5, #76FF03, #3E51B5);
}

.gradient-light-lightgreen-cyan {
  background: linear-gradient(#f5f5f5, #76FF03, #00BCD4);
}

.gradient-light-lightgreen-teal {
  background: linear-gradient(#f5f5f5, #76FF03, #009688);
}

.gradient-light-lightgreen-lime {
  background: linear-gradient(#f5f5f5, #76FF03, #CDDC39);
}

.gradient-light-lightgreen-yellow {
  background: linear-gradient(#f5f5f5, #76FF03, #FFEB3B);
}

.gradient-light-lightgreen-amber {
  background: linear-gradient(#f5f5f5, #76FF03, #FFC107);
}

.gradient-light-lightgreen-orange {
  background: linear-gradient(#f5f5f5, #76FF03, #FF9800);
}

.gradient-light-lightgreen-lightblue {
  background: linear-gradient(#f5f5f5, #76FF03, #03A9F4);
}

.gradient-light-lightgreen-deeppurple {
  background: linear-gradient(#f5f5f5, #76FF03, #673AB7);
}

.gradient-light-lightgreen-deeporange {
  background: linear-gradient(#f5f5f5, #76FF03, #DD6E0F);
}

.gradient-light-lightgreen-brown {
  background: linear-gradient(#f5f5f5, #76FF03, #964B00);
}

.gradient-light-lightgreen-grey {
  background: linear-gradient(#f5f5f5, #76FF03, #808080);
}

.gradient-light-deeppurple {
  background: linear-gradient(#f5f5f5, #673AB7);
}

.gradient-to-top-light-deeppurple {
  background: linear-gradient(to top, #f5f5f5, #673AB7);
}

.gradient-to-bottom-light-deeppurple {
  background: linear-gradient(to bottom, #f5f5f5, #673AB7);
}

.gradient-to-left-light-deeppurple {
  background: linear-gradient(to left, #f5f5f5, #673AB7);
}

.gradient-to-right-light-deeppurple {
  background: linear-gradient(to right, #f5f5f5, #673AB7);
}

.gradient-to-top-left-light-deeppurple {
  background: linear-gradient(to top left, #f5f5f5, #673AB7);
}

.gradient-to-top-right-light-deeppurple {
  background: linear-gradient(to top right, #f5f5f5, #673AB7);
}

.gradient-to-bottom-left-light-deeppurple {
  background: linear-gradient(to bottom left, #f5f5f5, #673AB7);
}

.gradient-to-bottom-right-light-deeppurple {
  background: linear-gradient(to bottom right, #f5f5f5, #673AB7);
}

.gradient-radial-light-deeppurple {
  background: radial-gradient(circle, #f5f5f5, #673AB7);
}

.gradient-light-deeppurple-primary {
  background: linear-gradient(#f5f5f5, #673AB7, #03A9F4);
}

.gradient-light-deeppurple-secondary {
  background: linear-gradient(#f5f5f5, #673AB7, #333);
}

.gradient-light-deeppurple-success {
  background: linear-gradient(#f5f5f5, #673AB7, #28a745);
}

.gradient-light-deeppurple-info {
  background: linear-gradient(#f5f5f5, #673AB7, #0DCAF0);
}

.gradient-light-deeppurple-warning {
  background: linear-gradient(#f5f5f5, #673AB7, #FFC107);
}

.gradient-light-deeppurple-danger {
  background: linear-gradient(#f5f5f5, #673AB7, #DC3545);
}

.gradient-light-deeppurple-dark {
  background: linear-gradient(#f5f5f5, #673AB7, #212529);
}

.gradient-light-deeppurple-red {
  background: linear-gradient(#f5f5f5, #673AB7, #F44336);
}

.gradient-light-deeppurple-green {
  background: linear-gradient(#f5f5f5, #673AB7, #4CAF50);
}

.gradient-light-deeppurple-blue {
  background: linear-gradient(#f5f5f5, #673AB7, #2196F3);
}

.gradient-light-deeppurple-black {
  background: linear-gradient(#f5f5f5, #673AB7, #000);
}

.gradient-light-deeppurple-white {
  background: linear-gradient(#f5f5f5, #673AB7, #fff);
}

.gradient-light-deeppurple-pink {
  background: linear-gradient(#f5f5f5, #673AB7, #E91E63);
}

.gradient-light-deeppurple-purple {
  background: linear-gradient(#f5f5f5, #673AB7, #9C27B0);
}

.gradient-light-deeppurple-indigo {
  background: linear-gradient(#f5f5f5, #673AB7, #3E51B5);
}

.gradient-light-deeppurple-cyan {
  background: linear-gradient(#f5f5f5, #673AB7, #00BCD4);
}

.gradient-light-deeppurple-teal {
  background: linear-gradient(#f5f5f5, #673AB7, #009688);
}

.gradient-light-deeppurple-lime {
  background: linear-gradient(#f5f5f5, #673AB7, #CDDC39);
}

.gradient-light-deeppurple-yellow {
  background: linear-gradient(#f5f5f5, #673AB7, #FFEB3B);
}

.gradient-light-deeppurple-amber {
  background: linear-gradient(#f5f5f5, #673AB7, #FFC107);
}

.gradient-light-deeppurple-orange {
  background: linear-gradient(#f5f5f5, #673AB7, #FF9800);
}

.gradient-light-deeppurple-lightblue {
  background: linear-gradient(#f5f5f5, #673AB7, #03A9F4);
}

.gradient-light-deeppurple-lightgreen {
  background: linear-gradient(#f5f5f5, #673AB7, #76FF03);
}

.gradient-light-deeppurple-deeporange {
  background: linear-gradient(#f5f5f5, #673AB7, #DD6E0F);
}

.gradient-light-deeppurple-brown {
  background: linear-gradient(#f5f5f5, #673AB7, #964B00);
}

.gradient-light-deeppurple-grey {
  background: linear-gradient(#f5f5f5, #673AB7, #808080);
}

.gradient-light-deeporange {
  background: linear-gradient(#f5f5f5, #DD6E0F);
}

.gradient-to-top-light-deeporange {
  background: linear-gradient(to top, #f5f5f5, #DD6E0F);
}

.gradient-to-bottom-light-deeporange {
  background: linear-gradient(to bottom, #f5f5f5, #DD6E0F);
}

.gradient-to-left-light-deeporange {
  background: linear-gradient(to left, #f5f5f5, #DD6E0F);
}

.gradient-to-right-light-deeporange {
  background: linear-gradient(to right, #f5f5f5, #DD6E0F);
}

.gradient-to-top-left-light-deeporange {
  background: linear-gradient(to top left, #f5f5f5, #DD6E0F);
}

.gradient-to-top-right-light-deeporange {
  background: linear-gradient(to top right, #f5f5f5, #DD6E0F);
}

.gradient-to-bottom-left-light-deeporange {
  background: linear-gradient(to bottom left, #f5f5f5, #DD6E0F);
}

.gradient-to-bottom-right-light-deeporange {
  background: linear-gradient(to bottom right, #f5f5f5, #DD6E0F);
}

.gradient-radial-light-deeporange {
  background: radial-gradient(circle, #f5f5f5, #DD6E0F);
}

.gradient-light-deeporange-primary {
  background: linear-gradient(#f5f5f5, #DD6E0F, #03A9F4);
}

.gradient-light-deeporange-secondary {
  background: linear-gradient(#f5f5f5, #DD6E0F, #333);
}

.gradient-light-deeporange-success {
  background: linear-gradient(#f5f5f5, #DD6E0F, #28a745);
}

.gradient-light-deeporange-info {
  background: linear-gradient(#f5f5f5, #DD6E0F, #0DCAF0);
}

.gradient-light-deeporange-warning {
  background: linear-gradient(#f5f5f5, #DD6E0F, #FFC107);
}

.gradient-light-deeporange-danger {
  background: linear-gradient(#f5f5f5, #DD6E0F, #DC3545);
}

.gradient-light-deeporange-dark {
  background: linear-gradient(#f5f5f5, #DD6E0F, #212529);
}

.gradient-light-deeporange-red {
  background: linear-gradient(#f5f5f5, #DD6E0F, #F44336);
}

.gradient-light-deeporange-green {
  background: linear-gradient(#f5f5f5, #DD6E0F, #4CAF50);
}

.gradient-light-deeporange-blue {
  background: linear-gradient(#f5f5f5, #DD6E0F, #2196F3);
}

.gradient-light-deeporange-black {
  background: linear-gradient(#f5f5f5, #DD6E0F, #000);
}

.gradient-light-deeporange-white {
  background: linear-gradient(#f5f5f5, #DD6E0F, #fff);
}

.gradient-light-deeporange-pink {
  background: linear-gradient(#f5f5f5, #DD6E0F, #E91E63);
}

.gradient-light-deeporange-purple {
  background: linear-gradient(#f5f5f5, #DD6E0F, #9C27B0);
}

.gradient-light-deeporange-indigo {
  background: linear-gradient(#f5f5f5, #DD6E0F, #3E51B5);
}

.gradient-light-deeporange-cyan {
  background: linear-gradient(#f5f5f5, #DD6E0F, #00BCD4);
}

.gradient-light-deeporange-teal {
  background: linear-gradient(#f5f5f5, #DD6E0F, #009688);
}

.gradient-light-deeporange-lime {
  background: linear-gradient(#f5f5f5, #DD6E0F, #CDDC39);
}

.gradient-light-deeporange-yellow {
  background: linear-gradient(#f5f5f5, #DD6E0F, #FFEB3B);
}

.gradient-light-deeporange-amber {
  background: linear-gradient(#f5f5f5, #DD6E0F, #FFC107);
}

.gradient-light-deeporange-orange {
  background: linear-gradient(#f5f5f5, #DD6E0F, #FF9800);
}

.gradient-light-deeporange-lightblue {
  background: linear-gradient(#f5f5f5, #DD6E0F, #03A9F4);
}

.gradient-light-deeporange-lightgreen {
  background: linear-gradient(#f5f5f5, #DD6E0F, #76FF03);
}

.gradient-light-deeporange-deeppurple {
  background: linear-gradient(#f5f5f5, #DD6E0F, #673AB7);
}

.gradient-light-deeporange-brown {
  background: linear-gradient(#f5f5f5, #DD6E0F, #964B00);
}

.gradient-light-deeporange-grey {
  background: linear-gradient(#f5f5f5, #DD6E0F, #808080);
}

.gradient-light-brown {
  background: linear-gradient(#f5f5f5, #964B00);
}

.gradient-to-top-light-brown {
  background: linear-gradient(to top, #f5f5f5, #964B00);
}

.gradient-to-bottom-light-brown {
  background: linear-gradient(to bottom, #f5f5f5, #964B00);
}

.gradient-to-left-light-brown {
  background: linear-gradient(to left, #f5f5f5, #964B00);
}

.gradient-to-right-light-brown {
  background: linear-gradient(to right, #f5f5f5, #964B00);
}

.gradient-to-top-left-light-brown {
  background: linear-gradient(to top left, #f5f5f5, #964B00);
}

.gradient-to-top-right-light-brown {
  background: linear-gradient(to top right, #f5f5f5, #964B00);
}

.gradient-to-bottom-left-light-brown {
  background: linear-gradient(to bottom left, #f5f5f5, #964B00);
}

.gradient-to-bottom-right-light-brown {
  background: linear-gradient(to bottom right, #f5f5f5, #964B00);
}

.gradient-radial-light-brown {
  background: radial-gradient(circle, #f5f5f5, #964B00);
}

.gradient-light-brown-primary {
  background: linear-gradient(#f5f5f5, #964B00, #03A9F4);
}

.gradient-light-brown-secondary {
  background: linear-gradient(#f5f5f5, #964B00, #333);
}

.gradient-light-brown-success {
  background: linear-gradient(#f5f5f5, #964B00, #28a745);
}

.gradient-light-brown-info {
  background: linear-gradient(#f5f5f5, #964B00, #0DCAF0);
}

.gradient-light-brown-warning {
  background: linear-gradient(#f5f5f5, #964B00, #FFC107);
}

.gradient-light-brown-danger {
  background: linear-gradient(#f5f5f5, #964B00, #DC3545);
}

.gradient-light-brown-dark {
  background: linear-gradient(#f5f5f5, #964B00, #212529);
}

.gradient-light-brown-red {
  background: linear-gradient(#f5f5f5, #964B00, #F44336);
}

.gradient-light-brown-green {
  background: linear-gradient(#f5f5f5, #964B00, #4CAF50);
}

.gradient-light-brown-blue {
  background: linear-gradient(#f5f5f5, #964B00, #2196F3);
}

.gradient-light-brown-black {
  background: linear-gradient(#f5f5f5, #964B00, #000);
}

.gradient-light-brown-white {
  background: linear-gradient(#f5f5f5, #964B00, #fff);
}

.gradient-light-brown-pink {
  background: linear-gradient(#f5f5f5, #964B00, #E91E63);
}

.gradient-light-brown-purple {
  background: linear-gradient(#f5f5f5, #964B00, #9C27B0);
}

.gradient-light-brown-indigo {
  background: linear-gradient(#f5f5f5, #964B00, #3E51B5);
}

.gradient-light-brown-cyan {
  background: linear-gradient(#f5f5f5, #964B00, #00BCD4);
}

.gradient-light-brown-teal {
  background: linear-gradient(#f5f5f5, #964B00, #009688);
}

.gradient-light-brown-lime {
  background: linear-gradient(#f5f5f5, #964B00, #CDDC39);
}

.gradient-light-brown-yellow {
  background: linear-gradient(#f5f5f5, #964B00, #FFEB3B);
}

.gradient-light-brown-amber {
  background: linear-gradient(#f5f5f5, #964B00, #FFC107);
}

.gradient-light-brown-orange {
  background: linear-gradient(#f5f5f5, #964B00, #FF9800);
}

.gradient-light-brown-lightblue {
  background: linear-gradient(#f5f5f5, #964B00, #03A9F4);
}

.gradient-light-brown-lightgreen {
  background: linear-gradient(#f5f5f5, #964B00, #76FF03);
}

.gradient-light-brown-deeppurple {
  background: linear-gradient(#f5f5f5, #964B00, #673AB7);
}

.gradient-light-brown-deeporange {
  background: linear-gradient(#f5f5f5, #964B00, #DD6E0F);
}

.gradient-light-brown-grey {
  background: linear-gradient(#f5f5f5, #964B00, #808080);
}

.gradient-light-grey {
  background: linear-gradient(#f5f5f5, #808080);
}

.gradient-to-top-light-grey {
  background: linear-gradient(to top, #f5f5f5, #808080);
}

.gradient-to-bottom-light-grey {
  background: linear-gradient(to bottom, #f5f5f5, #808080);
}

.gradient-to-left-light-grey {
  background: linear-gradient(to left, #f5f5f5, #808080);
}

.gradient-to-right-light-grey {
  background: linear-gradient(to right, #f5f5f5, #808080);
}

.gradient-to-top-left-light-grey {
  background: linear-gradient(to top left, #f5f5f5, #808080);
}

.gradient-to-top-right-light-grey {
  background: linear-gradient(to top right, #f5f5f5, #808080);
}

.gradient-to-bottom-left-light-grey {
  background: linear-gradient(to bottom left, #f5f5f5, #808080);
}

.gradient-to-bottom-right-light-grey {
  background: linear-gradient(to bottom right, #f5f5f5, #808080);
}

.gradient-radial-light-grey {
  background: radial-gradient(circle, #f5f5f5, #808080);
}

.gradient-light-grey-primary {
  background: linear-gradient(#f5f5f5, #808080, #03A9F4);
}

.gradient-light-grey-secondary {
  background: linear-gradient(#f5f5f5, #808080, #333);
}

.gradient-light-grey-success {
  background: linear-gradient(#f5f5f5, #808080, #28a745);
}

.gradient-light-grey-info {
  background: linear-gradient(#f5f5f5, #808080, #0DCAF0);
}

.gradient-light-grey-warning {
  background: linear-gradient(#f5f5f5, #808080, #FFC107);
}

.gradient-light-grey-danger {
  background: linear-gradient(#f5f5f5, #808080, #DC3545);
}

.gradient-light-grey-dark {
  background: linear-gradient(#f5f5f5, #808080, #212529);
}

.gradient-light-grey-red {
  background: linear-gradient(#f5f5f5, #808080, #F44336);
}

.gradient-light-grey-green {
  background: linear-gradient(#f5f5f5, #808080, #4CAF50);
}

.gradient-light-grey-blue {
  background: linear-gradient(#f5f5f5, #808080, #2196F3);
}

.gradient-light-grey-black {
  background: linear-gradient(#f5f5f5, #808080, #000);
}

.gradient-light-grey-white {
  background: linear-gradient(#f5f5f5, #808080, #fff);
}

.gradient-light-grey-pink {
  background: linear-gradient(#f5f5f5, #808080, #E91E63);
}

.gradient-light-grey-purple {
  background: linear-gradient(#f5f5f5, #808080, #9C27B0);
}

.gradient-light-grey-indigo {
  background: linear-gradient(#f5f5f5, #808080, #3E51B5);
}

.gradient-light-grey-cyan {
  background: linear-gradient(#f5f5f5, #808080, #00BCD4);
}

.gradient-light-grey-teal {
  background: linear-gradient(#f5f5f5, #808080, #009688);
}

.gradient-light-grey-lime {
  background: linear-gradient(#f5f5f5, #808080, #CDDC39);
}

.gradient-light-grey-yellow {
  background: linear-gradient(#f5f5f5, #808080, #FFEB3B);
}

.gradient-light-grey-amber {
  background: linear-gradient(#f5f5f5, #808080, #FFC107);
}

.gradient-light-grey-orange {
  background: linear-gradient(#f5f5f5, #808080, #FF9800);
}

.gradient-light-grey-lightblue {
  background: linear-gradient(#f5f5f5, #808080, #03A9F4);
}

.gradient-light-grey-lightgreen {
  background: linear-gradient(#f5f5f5, #808080, #76FF03);
}

.gradient-light-grey-deeppurple {
  background: linear-gradient(#f5f5f5, #808080, #673AB7);
}

.gradient-light-grey-deeporange {
  background: linear-gradient(#f5f5f5, #808080, #DD6E0F);
}

.gradient-light-grey-brown {
  background: linear-gradient(#f5f5f5, #808080, #964B00);
}

.gradient-dark-primary {
  background: linear-gradient(#212529, #03A9F4);
}

.gradient-to-top-dark-primary {
  background: linear-gradient(to top, #212529, #03A9F4);
}

.gradient-to-bottom-dark-primary {
  background: linear-gradient(to bottom, #212529, #03A9F4);
}

.gradient-to-left-dark-primary {
  background: linear-gradient(to left, #212529, #03A9F4);
}

.gradient-to-right-dark-primary {
  background: linear-gradient(to right, #212529, #03A9F4);
}

.gradient-to-top-left-dark-primary {
  background: linear-gradient(to top left, #212529, #03A9F4);
}

.gradient-to-top-right-dark-primary {
  background: linear-gradient(to top right, #212529, #03A9F4);
}

.gradient-to-bottom-left-dark-primary {
  background: linear-gradient(to bottom left, #212529, #03A9F4);
}

.gradient-to-bottom-right-dark-primary {
  background: linear-gradient(to bottom right, #212529, #03A9F4);
}

.gradient-radial-dark-primary {
  background: radial-gradient(circle, #212529, #03A9F4);
}

.gradient-dark-primary-secondary {
  background: linear-gradient(#212529, #03A9F4, #333);
}

.gradient-dark-primary-success {
  background: linear-gradient(#212529, #03A9F4, #28a745);
}

.gradient-dark-primary-info {
  background: linear-gradient(#212529, #03A9F4, #0DCAF0);
}

.gradient-dark-primary-warning {
  background: linear-gradient(#212529, #03A9F4, #FFC107);
}

.gradient-dark-primary-danger {
  background: linear-gradient(#212529, #03A9F4, #DC3545);
}

.gradient-dark-primary-light {
  background: linear-gradient(#212529, #03A9F4, #f5f5f5);
}

.gradient-dark-primary-red {
  background: linear-gradient(#212529, #03A9F4, #F44336);
}

.gradient-dark-primary-green {
  background: linear-gradient(#212529, #03A9F4, #4CAF50);
}

.gradient-dark-primary-blue {
  background: linear-gradient(#212529, #03A9F4, #2196F3);
}

.gradient-dark-primary-black {
  background: linear-gradient(#212529, #03A9F4, #000);
}

.gradient-dark-primary-white {
  background: linear-gradient(#212529, #03A9F4, #fff);
}

.gradient-dark-primary-pink {
  background: linear-gradient(#212529, #03A9F4, #E91E63);
}

.gradient-dark-primary-purple {
  background: linear-gradient(#212529, #03A9F4, #9C27B0);
}

.gradient-dark-primary-indigo {
  background: linear-gradient(#212529, #03A9F4, #3E51B5);
}

.gradient-dark-primary-cyan {
  background: linear-gradient(#212529, #03A9F4, #00BCD4);
}

.gradient-dark-primary-teal {
  background: linear-gradient(#212529, #03A9F4, #009688);
}

.gradient-dark-primary-lime {
  background: linear-gradient(#212529, #03A9F4, #CDDC39);
}

.gradient-dark-primary-yellow {
  background: linear-gradient(#212529, #03A9F4, #FFEB3B);
}

.gradient-dark-primary-amber {
  background: linear-gradient(#212529, #03A9F4, #FFC107);
}

.gradient-dark-primary-orange {
  background: linear-gradient(#212529, #03A9F4, #FF9800);
}

.gradient-dark-primary-lightblue {
  background: linear-gradient(#212529, #03A9F4, #03A9F4);
}

.gradient-dark-primary-lightgreen {
  background: linear-gradient(#212529, #03A9F4, #76FF03);
}

.gradient-dark-primary-deeppurple {
  background: linear-gradient(#212529, #03A9F4, #673AB7);
}

.gradient-dark-primary-deeporange {
  background: linear-gradient(#212529, #03A9F4, #DD6E0F);
}

.gradient-dark-primary-brown {
  background: linear-gradient(#212529, #03A9F4, #964B00);
}

.gradient-dark-primary-grey {
  background: linear-gradient(#212529, #03A9F4, #808080);
}

.gradient-dark-secondary {
  background: linear-gradient(#212529, #333);
}

.gradient-to-top-dark-secondary {
  background: linear-gradient(to top, #212529, #333);
}

.gradient-to-bottom-dark-secondary {
  background: linear-gradient(to bottom, #212529, #333);
}

.gradient-to-left-dark-secondary {
  background: linear-gradient(to left, #212529, #333);
}

.gradient-to-right-dark-secondary {
  background: linear-gradient(to right, #212529, #333);
}

.gradient-to-top-left-dark-secondary {
  background: linear-gradient(to top left, #212529, #333);
}

.gradient-to-top-right-dark-secondary {
  background: linear-gradient(to top right, #212529, #333);
}

.gradient-to-bottom-left-dark-secondary {
  background: linear-gradient(to bottom left, #212529, #333);
}

.gradient-to-bottom-right-dark-secondary {
  background: linear-gradient(to bottom right, #212529, #333);
}

.gradient-radial-dark-secondary {
  background: radial-gradient(circle, #212529, #333);
}

.gradient-dark-secondary-primary {
  background: linear-gradient(#212529, #333, #03A9F4);
}

.gradient-dark-secondary-success {
  background: linear-gradient(#212529, #333, #28a745);
}

.gradient-dark-secondary-info {
  background: linear-gradient(#212529, #333, #0DCAF0);
}

.gradient-dark-secondary-warning {
  background: linear-gradient(#212529, #333, #FFC107);
}

.gradient-dark-secondary-danger {
  background: linear-gradient(#212529, #333, #DC3545);
}

.gradient-dark-secondary-light {
  background: linear-gradient(#212529, #333, #f5f5f5);
}

.gradient-dark-secondary-red {
  background: linear-gradient(#212529, #333, #F44336);
}

.gradient-dark-secondary-green {
  background: linear-gradient(#212529, #333, #4CAF50);
}

.gradient-dark-secondary-blue {
  background: linear-gradient(#212529, #333, #2196F3);
}

.gradient-dark-secondary-black {
  background: linear-gradient(#212529, #333, #000);
}

.gradient-dark-secondary-white {
  background: linear-gradient(#212529, #333, #fff);
}

.gradient-dark-secondary-pink {
  background: linear-gradient(#212529, #333, #E91E63);
}

.gradient-dark-secondary-purple {
  background: linear-gradient(#212529, #333, #9C27B0);
}

.gradient-dark-secondary-indigo {
  background: linear-gradient(#212529, #333, #3E51B5);
}

.gradient-dark-secondary-cyan {
  background: linear-gradient(#212529, #333, #00BCD4);
}

.gradient-dark-secondary-teal {
  background: linear-gradient(#212529, #333, #009688);
}

.gradient-dark-secondary-lime {
  background: linear-gradient(#212529, #333, #CDDC39);
}

.gradient-dark-secondary-yellow {
  background: linear-gradient(#212529, #333, #FFEB3B);
}

.gradient-dark-secondary-amber {
  background: linear-gradient(#212529, #333, #FFC107);
}

.gradient-dark-secondary-orange {
  background: linear-gradient(#212529, #333, #FF9800);
}

.gradient-dark-secondary-lightblue {
  background: linear-gradient(#212529, #333, #03A9F4);
}

.gradient-dark-secondary-lightgreen {
  background: linear-gradient(#212529, #333, #76FF03);
}

.gradient-dark-secondary-deeppurple {
  background: linear-gradient(#212529, #333, #673AB7);
}

.gradient-dark-secondary-deeporange {
  background: linear-gradient(#212529, #333, #DD6E0F);
}

.gradient-dark-secondary-brown {
  background: linear-gradient(#212529, #333, #964B00);
}

.gradient-dark-secondary-grey {
  background: linear-gradient(#212529, #333, #808080);
}

.gradient-dark-success {
  background: linear-gradient(#212529, #28a745);
}

.gradient-to-top-dark-success {
  background: linear-gradient(to top, #212529, #28a745);
}

.gradient-to-bottom-dark-success {
  background: linear-gradient(to bottom, #212529, #28a745);
}

.gradient-to-left-dark-success {
  background: linear-gradient(to left, #212529, #28a745);
}

.gradient-to-right-dark-success {
  background: linear-gradient(to right, #212529, #28a745);
}

.gradient-to-top-left-dark-success {
  background: linear-gradient(to top left, #212529, #28a745);
}

.gradient-to-top-right-dark-success {
  background: linear-gradient(to top right, #212529, #28a745);
}

.gradient-to-bottom-left-dark-success {
  background: linear-gradient(to bottom left, #212529, #28a745);
}

.gradient-to-bottom-right-dark-success {
  background: linear-gradient(to bottom right, #212529, #28a745);
}

.gradient-radial-dark-success {
  background: radial-gradient(circle, #212529, #28a745);
}

.gradient-dark-success-primary {
  background: linear-gradient(#212529, #28a745, #03A9F4);
}

.gradient-dark-success-secondary {
  background: linear-gradient(#212529, #28a745, #333);
}

.gradient-dark-success-info {
  background: linear-gradient(#212529, #28a745, #0DCAF0);
}

.gradient-dark-success-warning {
  background: linear-gradient(#212529, #28a745, #FFC107);
}

.gradient-dark-success-danger {
  background: linear-gradient(#212529, #28a745, #DC3545);
}

.gradient-dark-success-light {
  background: linear-gradient(#212529, #28a745, #f5f5f5);
}

.gradient-dark-success-red {
  background: linear-gradient(#212529, #28a745, #F44336);
}

.gradient-dark-success-green {
  background: linear-gradient(#212529, #28a745, #4CAF50);
}

.gradient-dark-success-blue {
  background: linear-gradient(#212529, #28a745, #2196F3);
}

.gradient-dark-success-black {
  background: linear-gradient(#212529, #28a745, #000);
}

.gradient-dark-success-white {
  background: linear-gradient(#212529, #28a745, #fff);
}

.gradient-dark-success-pink {
  background: linear-gradient(#212529, #28a745, #E91E63);
}

.gradient-dark-success-purple {
  background: linear-gradient(#212529, #28a745, #9C27B0);
}

.gradient-dark-success-indigo {
  background: linear-gradient(#212529, #28a745, #3E51B5);
}

.gradient-dark-success-cyan {
  background: linear-gradient(#212529, #28a745, #00BCD4);
}

.gradient-dark-success-teal {
  background: linear-gradient(#212529, #28a745, #009688);
}

.gradient-dark-success-lime {
  background: linear-gradient(#212529, #28a745, #CDDC39);
}

.gradient-dark-success-yellow {
  background: linear-gradient(#212529, #28a745, #FFEB3B);
}

.gradient-dark-success-amber {
  background: linear-gradient(#212529, #28a745, #FFC107);
}

.gradient-dark-success-orange {
  background: linear-gradient(#212529, #28a745, #FF9800);
}

.gradient-dark-success-lightblue {
  background: linear-gradient(#212529, #28a745, #03A9F4);
}

.gradient-dark-success-lightgreen {
  background: linear-gradient(#212529, #28a745, #76FF03);
}

.gradient-dark-success-deeppurple {
  background: linear-gradient(#212529, #28a745, #673AB7);
}

.gradient-dark-success-deeporange {
  background: linear-gradient(#212529, #28a745, #DD6E0F);
}

.gradient-dark-success-brown {
  background: linear-gradient(#212529, #28a745, #964B00);
}

.gradient-dark-success-grey {
  background: linear-gradient(#212529, #28a745, #808080);
}

.gradient-dark-info {
  background: linear-gradient(#212529, #0DCAF0);
}

.gradient-to-top-dark-info {
  background: linear-gradient(to top, #212529, #0DCAF0);
}

.gradient-to-bottom-dark-info {
  background: linear-gradient(to bottom, #212529, #0DCAF0);
}

.gradient-to-left-dark-info {
  background: linear-gradient(to left, #212529, #0DCAF0);
}

.gradient-to-right-dark-info {
  background: linear-gradient(to right, #212529, #0DCAF0);
}

.gradient-to-top-left-dark-info {
  background: linear-gradient(to top left, #212529, #0DCAF0);
}

.gradient-to-top-right-dark-info {
  background: linear-gradient(to top right, #212529, #0DCAF0);
}

.gradient-to-bottom-left-dark-info {
  background: linear-gradient(to bottom left, #212529, #0DCAF0);
}

.gradient-to-bottom-right-dark-info {
  background: linear-gradient(to bottom right, #212529, #0DCAF0);
}

.gradient-radial-dark-info {
  background: radial-gradient(circle, #212529, #0DCAF0);
}

.gradient-dark-info-primary {
  background: linear-gradient(#212529, #0DCAF0, #03A9F4);
}

.gradient-dark-info-secondary {
  background: linear-gradient(#212529, #0DCAF0, #333);
}

.gradient-dark-info-success {
  background: linear-gradient(#212529, #0DCAF0, #28a745);
}

.gradient-dark-info-warning {
  background: linear-gradient(#212529, #0DCAF0, #FFC107);
}

.gradient-dark-info-danger {
  background: linear-gradient(#212529, #0DCAF0, #DC3545);
}

.gradient-dark-info-light {
  background: linear-gradient(#212529, #0DCAF0, #f5f5f5);
}

.gradient-dark-info-red {
  background: linear-gradient(#212529, #0DCAF0, #F44336);
}

.gradient-dark-info-green {
  background: linear-gradient(#212529, #0DCAF0, #4CAF50);
}

.gradient-dark-info-blue {
  background: linear-gradient(#212529, #0DCAF0, #2196F3);
}

.gradient-dark-info-black {
  background: linear-gradient(#212529, #0DCAF0, #000);
}

.gradient-dark-info-white {
  background: linear-gradient(#212529, #0DCAF0, #fff);
}

.gradient-dark-info-pink {
  background: linear-gradient(#212529, #0DCAF0, #E91E63);
}

.gradient-dark-info-purple {
  background: linear-gradient(#212529, #0DCAF0, #9C27B0);
}

.gradient-dark-info-indigo {
  background: linear-gradient(#212529, #0DCAF0, #3E51B5);
}

.gradient-dark-info-cyan {
  background: linear-gradient(#212529, #0DCAF0, #00BCD4);
}

.gradient-dark-info-teal {
  background: linear-gradient(#212529, #0DCAF0, #009688);
}

.gradient-dark-info-lime {
  background: linear-gradient(#212529, #0DCAF0, #CDDC39);
}

.gradient-dark-info-yellow {
  background: linear-gradient(#212529, #0DCAF0, #FFEB3B);
}

.gradient-dark-info-amber {
  background: linear-gradient(#212529, #0DCAF0, #FFC107);
}

.gradient-dark-info-orange {
  background: linear-gradient(#212529, #0DCAF0, #FF9800);
}

.gradient-dark-info-lightblue {
  background: linear-gradient(#212529, #0DCAF0, #03A9F4);
}

.gradient-dark-info-lightgreen {
  background: linear-gradient(#212529, #0DCAF0, #76FF03);
}

.gradient-dark-info-deeppurple {
  background: linear-gradient(#212529, #0DCAF0, #673AB7);
}

.gradient-dark-info-deeporange {
  background: linear-gradient(#212529, #0DCAF0, #DD6E0F);
}

.gradient-dark-info-brown {
  background: linear-gradient(#212529, #0DCAF0, #964B00);
}

.gradient-dark-info-grey {
  background: linear-gradient(#212529, #0DCAF0, #808080);
}

.gradient-dark-warning {
  background: linear-gradient(#212529, #FFC107);
}

.gradient-to-top-dark-warning {
  background: linear-gradient(to top, #212529, #FFC107);
}

.gradient-to-bottom-dark-warning {
  background: linear-gradient(to bottom, #212529, #FFC107);
}

.gradient-to-left-dark-warning {
  background: linear-gradient(to left, #212529, #FFC107);
}

.gradient-to-right-dark-warning {
  background: linear-gradient(to right, #212529, #FFC107);
}

.gradient-to-top-left-dark-warning {
  background: linear-gradient(to top left, #212529, #FFC107);
}

.gradient-to-top-right-dark-warning {
  background: linear-gradient(to top right, #212529, #FFC107);
}

.gradient-to-bottom-left-dark-warning {
  background: linear-gradient(to bottom left, #212529, #FFC107);
}

.gradient-to-bottom-right-dark-warning {
  background: linear-gradient(to bottom right, #212529, #FFC107);
}

.gradient-radial-dark-warning {
  background: radial-gradient(circle, #212529, #FFC107);
}

.gradient-dark-warning-primary {
  background: linear-gradient(#212529, #FFC107, #03A9F4);
}

.gradient-dark-warning-secondary {
  background: linear-gradient(#212529, #FFC107, #333);
}

.gradient-dark-warning-success {
  background: linear-gradient(#212529, #FFC107, #28a745);
}

.gradient-dark-warning-info {
  background: linear-gradient(#212529, #FFC107, #0DCAF0);
}

.gradient-dark-warning-danger {
  background: linear-gradient(#212529, #FFC107, #DC3545);
}

.gradient-dark-warning-light {
  background: linear-gradient(#212529, #FFC107, #f5f5f5);
}

.gradient-dark-warning-red {
  background: linear-gradient(#212529, #FFC107, #F44336);
}

.gradient-dark-warning-green {
  background: linear-gradient(#212529, #FFC107, #4CAF50);
}

.gradient-dark-warning-blue {
  background: linear-gradient(#212529, #FFC107, #2196F3);
}

.gradient-dark-warning-black {
  background: linear-gradient(#212529, #FFC107, #000);
}

.gradient-dark-warning-white {
  background: linear-gradient(#212529, #FFC107, #fff);
}

.gradient-dark-warning-pink {
  background: linear-gradient(#212529, #FFC107, #E91E63);
}

.gradient-dark-warning-purple {
  background: linear-gradient(#212529, #FFC107, #9C27B0);
}

.gradient-dark-warning-indigo {
  background: linear-gradient(#212529, #FFC107, #3E51B5);
}

.gradient-dark-warning-cyan {
  background: linear-gradient(#212529, #FFC107, #00BCD4);
}

.gradient-dark-warning-teal {
  background: linear-gradient(#212529, #FFC107, #009688);
}

.gradient-dark-warning-lime {
  background: linear-gradient(#212529, #FFC107, #CDDC39);
}

.gradient-dark-warning-yellow {
  background: linear-gradient(#212529, #FFC107, #FFEB3B);
}

.gradient-dark-warning-amber {
  background: linear-gradient(#212529, #FFC107, #FFC107);
}

.gradient-dark-warning-orange {
  background: linear-gradient(#212529, #FFC107, #FF9800);
}

.gradient-dark-warning-lightblue {
  background: linear-gradient(#212529, #FFC107, #03A9F4);
}

.gradient-dark-warning-lightgreen {
  background: linear-gradient(#212529, #FFC107, #76FF03);
}

.gradient-dark-warning-deeppurple {
  background: linear-gradient(#212529, #FFC107, #673AB7);
}

.gradient-dark-warning-deeporange {
  background: linear-gradient(#212529, #FFC107, #DD6E0F);
}

.gradient-dark-warning-brown {
  background: linear-gradient(#212529, #FFC107, #964B00);
}

.gradient-dark-warning-grey {
  background: linear-gradient(#212529, #FFC107, #808080);
}

.gradient-dark-danger {
  background: linear-gradient(#212529, #DC3545);
}

.gradient-to-top-dark-danger {
  background: linear-gradient(to top, #212529, #DC3545);
}

.gradient-to-bottom-dark-danger {
  background: linear-gradient(to bottom, #212529, #DC3545);
}

.gradient-to-left-dark-danger {
  background: linear-gradient(to left, #212529, #DC3545);
}

.gradient-to-right-dark-danger {
  background: linear-gradient(to right, #212529, #DC3545);
}

.gradient-to-top-left-dark-danger {
  background: linear-gradient(to top left, #212529, #DC3545);
}

.gradient-to-top-right-dark-danger {
  background: linear-gradient(to top right, #212529, #DC3545);
}

.gradient-to-bottom-left-dark-danger {
  background: linear-gradient(to bottom left, #212529, #DC3545);
}

.gradient-to-bottom-right-dark-danger {
  background: linear-gradient(to bottom right, #212529, #DC3545);
}

.gradient-radial-dark-danger {
  background: radial-gradient(circle, #212529, #DC3545);
}

.gradient-dark-danger-primary {
  background: linear-gradient(#212529, #DC3545, #03A9F4);
}

.gradient-dark-danger-secondary {
  background: linear-gradient(#212529, #DC3545, #333);
}

.gradient-dark-danger-success {
  background: linear-gradient(#212529, #DC3545, #28a745);
}

.gradient-dark-danger-info {
  background: linear-gradient(#212529, #DC3545, #0DCAF0);
}

.gradient-dark-danger-warning {
  background: linear-gradient(#212529, #DC3545, #FFC107);
}

.gradient-dark-danger-light {
  background: linear-gradient(#212529, #DC3545, #f5f5f5);
}

.gradient-dark-danger-red {
  background: linear-gradient(#212529, #DC3545, #F44336);
}

.gradient-dark-danger-green {
  background: linear-gradient(#212529, #DC3545, #4CAF50);
}

.gradient-dark-danger-blue {
  background: linear-gradient(#212529, #DC3545, #2196F3);
}

.gradient-dark-danger-black {
  background: linear-gradient(#212529, #DC3545, #000);
}

.gradient-dark-danger-white {
  background: linear-gradient(#212529, #DC3545, #fff);
}

.gradient-dark-danger-pink {
  background: linear-gradient(#212529, #DC3545, #E91E63);
}

.gradient-dark-danger-purple {
  background: linear-gradient(#212529, #DC3545, #9C27B0);
}

.gradient-dark-danger-indigo {
  background: linear-gradient(#212529, #DC3545, #3E51B5);
}

.gradient-dark-danger-cyan {
  background: linear-gradient(#212529, #DC3545, #00BCD4);
}

.gradient-dark-danger-teal {
  background: linear-gradient(#212529, #DC3545, #009688);
}

.gradient-dark-danger-lime {
  background: linear-gradient(#212529, #DC3545, #CDDC39);
}

.gradient-dark-danger-yellow {
  background: linear-gradient(#212529, #DC3545, #FFEB3B);
}

.gradient-dark-danger-amber {
  background: linear-gradient(#212529, #DC3545, #FFC107);
}

.gradient-dark-danger-orange {
  background: linear-gradient(#212529, #DC3545, #FF9800);
}

.gradient-dark-danger-lightblue {
  background: linear-gradient(#212529, #DC3545, #03A9F4);
}

.gradient-dark-danger-lightgreen {
  background: linear-gradient(#212529, #DC3545, #76FF03);
}

.gradient-dark-danger-deeppurple {
  background: linear-gradient(#212529, #DC3545, #673AB7);
}

.gradient-dark-danger-deeporange {
  background: linear-gradient(#212529, #DC3545, #DD6E0F);
}

.gradient-dark-danger-brown {
  background: linear-gradient(#212529, #DC3545, #964B00);
}

.gradient-dark-danger-grey {
  background: linear-gradient(#212529, #DC3545, #808080);
}

.gradient-dark-light {
  background: linear-gradient(#212529, #f5f5f5);
}

.gradient-to-top-dark-light {
  background: linear-gradient(to top, #212529, #f5f5f5);
}

.gradient-to-bottom-dark-light {
  background: linear-gradient(to bottom, #212529, #f5f5f5);
}

.gradient-to-left-dark-light {
  background: linear-gradient(to left, #212529, #f5f5f5);
}

.gradient-to-right-dark-light {
  background: linear-gradient(to right, #212529, #f5f5f5);
}

.gradient-to-top-left-dark-light {
  background: linear-gradient(to top left, #212529, #f5f5f5);
}

.gradient-to-top-right-dark-light {
  background: linear-gradient(to top right, #212529, #f5f5f5);
}

.gradient-to-bottom-left-dark-light {
  background: linear-gradient(to bottom left, #212529, #f5f5f5);
}

.gradient-to-bottom-right-dark-light {
  background: linear-gradient(to bottom right, #212529, #f5f5f5);
}

.gradient-radial-dark-light {
  background: radial-gradient(circle, #212529, #f5f5f5);
}

.gradient-dark-light-primary {
  background: linear-gradient(#212529, #f5f5f5, #03A9F4);
}

.gradient-dark-light-secondary {
  background: linear-gradient(#212529, #f5f5f5, #333);
}

.gradient-dark-light-success {
  background: linear-gradient(#212529, #f5f5f5, #28a745);
}

.gradient-dark-light-info {
  background: linear-gradient(#212529, #f5f5f5, #0DCAF0);
}

.gradient-dark-light-warning {
  background: linear-gradient(#212529, #f5f5f5, #FFC107);
}

.gradient-dark-light-danger {
  background: linear-gradient(#212529, #f5f5f5, #DC3545);
}

.gradient-dark-light-red {
  background: linear-gradient(#212529, #f5f5f5, #F44336);
}

.gradient-dark-light-green {
  background: linear-gradient(#212529, #f5f5f5, #4CAF50);
}

.gradient-dark-light-blue {
  background: linear-gradient(#212529, #f5f5f5, #2196F3);
}

.gradient-dark-light-black {
  background: linear-gradient(#212529, #f5f5f5, #000);
}

.gradient-dark-light-white {
  background: linear-gradient(#212529, #f5f5f5, #fff);
}

.gradient-dark-light-pink {
  background: linear-gradient(#212529, #f5f5f5, #E91E63);
}

.gradient-dark-light-purple {
  background: linear-gradient(#212529, #f5f5f5, #9C27B0);
}

.gradient-dark-light-indigo {
  background: linear-gradient(#212529, #f5f5f5, #3E51B5);
}

.gradient-dark-light-cyan {
  background: linear-gradient(#212529, #f5f5f5, #00BCD4);
}

.gradient-dark-light-teal {
  background: linear-gradient(#212529, #f5f5f5, #009688);
}

.gradient-dark-light-lime {
  background: linear-gradient(#212529, #f5f5f5, #CDDC39);
}

.gradient-dark-light-yellow {
  background: linear-gradient(#212529, #f5f5f5, #FFEB3B);
}

.gradient-dark-light-amber {
  background: linear-gradient(#212529, #f5f5f5, #FFC107);
}

.gradient-dark-light-orange {
  background: linear-gradient(#212529, #f5f5f5, #FF9800);
}

.gradient-dark-light-lightblue {
  background: linear-gradient(#212529, #f5f5f5, #03A9F4);
}

.gradient-dark-light-lightgreen {
  background: linear-gradient(#212529, #f5f5f5, #76FF03);
}

.gradient-dark-light-deeppurple {
  background: linear-gradient(#212529, #f5f5f5, #673AB7);
}

.gradient-dark-light-deeporange {
  background: linear-gradient(#212529, #f5f5f5, #DD6E0F);
}

.gradient-dark-light-brown {
  background: linear-gradient(#212529, #f5f5f5, #964B00);
}

.gradient-dark-light-grey {
  background: linear-gradient(#212529, #f5f5f5, #808080);
}

.gradient-dark-red {
  background: linear-gradient(#212529, #F44336);
}

.gradient-to-top-dark-red {
  background: linear-gradient(to top, #212529, #F44336);
}

.gradient-to-bottom-dark-red {
  background: linear-gradient(to bottom, #212529, #F44336);
}

.gradient-to-left-dark-red {
  background: linear-gradient(to left, #212529, #F44336);
}

.gradient-to-right-dark-red {
  background: linear-gradient(to right, #212529, #F44336);
}

.gradient-to-top-left-dark-red {
  background: linear-gradient(to top left, #212529, #F44336);
}

.gradient-to-top-right-dark-red {
  background: linear-gradient(to top right, #212529, #F44336);
}

.gradient-to-bottom-left-dark-red {
  background: linear-gradient(to bottom left, #212529, #F44336);
}

.gradient-to-bottom-right-dark-red {
  background: linear-gradient(to bottom right, #212529, #F44336);
}

.gradient-radial-dark-red {
  background: radial-gradient(circle, #212529, #F44336);
}

.gradient-dark-red-primary {
  background: linear-gradient(#212529, #F44336, #03A9F4);
}

.gradient-dark-red-secondary {
  background: linear-gradient(#212529, #F44336, #333);
}

.gradient-dark-red-success {
  background: linear-gradient(#212529, #F44336, #28a745);
}

.gradient-dark-red-info {
  background: linear-gradient(#212529, #F44336, #0DCAF0);
}

.gradient-dark-red-warning {
  background: linear-gradient(#212529, #F44336, #FFC107);
}

.gradient-dark-red-danger {
  background: linear-gradient(#212529, #F44336, #DC3545);
}

.gradient-dark-red-light {
  background: linear-gradient(#212529, #F44336, #f5f5f5);
}

.gradient-dark-red-green {
  background: linear-gradient(#212529, #F44336, #4CAF50);
}

.gradient-dark-red-blue {
  background: linear-gradient(#212529, #F44336, #2196F3);
}

.gradient-dark-red-black {
  background: linear-gradient(#212529, #F44336, #000);
}

.gradient-dark-red-white {
  background: linear-gradient(#212529, #F44336, #fff);
}

.gradient-dark-red-pink {
  background: linear-gradient(#212529, #F44336, #E91E63);
}

.gradient-dark-red-purple {
  background: linear-gradient(#212529, #F44336, #9C27B0);
}

.gradient-dark-red-indigo {
  background: linear-gradient(#212529, #F44336, #3E51B5);
}

.gradient-dark-red-cyan {
  background: linear-gradient(#212529, #F44336, #00BCD4);
}

.gradient-dark-red-teal {
  background: linear-gradient(#212529, #F44336, #009688);
}

.gradient-dark-red-lime {
  background: linear-gradient(#212529, #F44336, #CDDC39);
}

.gradient-dark-red-yellow {
  background: linear-gradient(#212529, #F44336, #FFEB3B);
}

.gradient-dark-red-amber {
  background: linear-gradient(#212529, #F44336, #FFC107);
}

.gradient-dark-red-orange {
  background: linear-gradient(#212529, #F44336, #FF9800);
}

.gradient-dark-red-lightblue {
  background: linear-gradient(#212529, #F44336, #03A9F4);
}

.gradient-dark-red-lightgreen {
  background: linear-gradient(#212529, #F44336, #76FF03);
}

.gradient-dark-red-deeppurple {
  background: linear-gradient(#212529, #F44336, #673AB7);
}

.gradient-dark-red-deeporange {
  background: linear-gradient(#212529, #F44336, #DD6E0F);
}

.gradient-dark-red-brown {
  background: linear-gradient(#212529, #F44336, #964B00);
}

.gradient-dark-red-grey {
  background: linear-gradient(#212529, #F44336, #808080);
}

.gradient-dark-green {
  background: linear-gradient(#212529, #4CAF50);
}

.gradient-to-top-dark-green {
  background: linear-gradient(to top, #212529, #4CAF50);
}

.gradient-to-bottom-dark-green {
  background: linear-gradient(to bottom, #212529, #4CAF50);
}

.gradient-to-left-dark-green {
  background: linear-gradient(to left, #212529, #4CAF50);
}

.gradient-to-right-dark-green {
  background: linear-gradient(to right, #212529, #4CAF50);
}

.gradient-to-top-left-dark-green {
  background: linear-gradient(to top left, #212529, #4CAF50);
}

.gradient-to-top-right-dark-green {
  background: linear-gradient(to top right, #212529, #4CAF50);
}

.gradient-to-bottom-left-dark-green {
  background: linear-gradient(to bottom left, #212529, #4CAF50);
}

.gradient-to-bottom-right-dark-green {
  background: linear-gradient(to bottom right, #212529, #4CAF50);
}

.gradient-radial-dark-green {
  background: radial-gradient(circle, #212529, #4CAF50);
}

.gradient-dark-green-primary {
  background: linear-gradient(#212529, #4CAF50, #03A9F4);
}

.gradient-dark-green-secondary {
  background: linear-gradient(#212529, #4CAF50, #333);
}

.gradient-dark-green-success {
  background: linear-gradient(#212529, #4CAF50, #28a745);
}

.gradient-dark-green-info {
  background: linear-gradient(#212529, #4CAF50, #0DCAF0);
}

.gradient-dark-green-warning {
  background: linear-gradient(#212529, #4CAF50, #FFC107);
}

.gradient-dark-green-danger {
  background: linear-gradient(#212529, #4CAF50, #DC3545);
}

.gradient-dark-green-light {
  background: linear-gradient(#212529, #4CAF50, #f5f5f5);
}

.gradient-dark-green-red {
  background: linear-gradient(#212529, #4CAF50, #F44336);
}

.gradient-dark-green-blue {
  background: linear-gradient(#212529, #4CAF50, #2196F3);
}

.gradient-dark-green-black {
  background: linear-gradient(#212529, #4CAF50, #000);
}

.gradient-dark-green-white {
  background: linear-gradient(#212529, #4CAF50, #fff);
}

.gradient-dark-green-pink {
  background: linear-gradient(#212529, #4CAF50, #E91E63);
}

.gradient-dark-green-purple {
  background: linear-gradient(#212529, #4CAF50, #9C27B0);
}

.gradient-dark-green-indigo {
  background: linear-gradient(#212529, #4CAF50, #3E51B5);
}

.gradient-dark-green-cyan {
  background: linear-gradient(#212529, #4CAF50, #00BCD4);
}

.gradient-dark-green-teal {
  background: linear-gradient(#212529, #4CAF50, #009688);
}

.gradient-dark-green-lime {
  background: linear-gradient(#212529, #4CAF50, #CDDC39);
}

.gradient-dark-green-yellow {
  background: linear-gradient(#212529, #4CAF50, #FFEB3B);
}

.gradient-dark-green-amber {
  background: linear-gradient(#212529, #4CAF50, #FFC107);
}

.gradient-dark-green-orange {
  background: linear-gradient(#212529, #4CAF50, #FF9800);
}

.gradient-dark-green-lightblue {
  background: linear-gradient(#212529, #4CAF50, #03A9F4);
}

.gradient-dark-green-lightgreen {
  background: linear-gradient(#212529, #4CAF50, #76FF03);
}

.gradient-dark-green-deeppurple {
  background: linear-gradient(#212529, #4CAF50, #673AB7);
}

.gradient-dark-green-deeporange {
  background: linear-gradient(#212529, #4CAF50, #DD6E0F);
}

.gradient-dark-green-brown {
  background: linear-gradient(#212529, #4CAF50, #964B00);
}

.gradient-dark-green-grey {
  background: linear-gradient(#212529, #4CAF50, #808080);
}

.gradient-dark-blue {
  background: linear-gradient(#212529, #2196F3);
}

.gradient-to-top-dark-blue {
  background: linear-gradient(to top, #212529, #2196F3);
}

.gradient-to-bottom-dark-blue {
  background: linear-gradient(to bottom, #212529, #2196F3);
}

.gradient-to-left-dark-blue {
  background: linear-gradient(to left, #212529, #2196F3);
}

.gradient-to-right-dark-blue {
  background: linear-gradient(to right, #212529, #2196F3);
}

.gradient-to-top-left-dark-blue {
  background: linear-gradient(to top left, #212529, #2196F3);
}

.gradient-to-top-right-dark-blue {
  background: linear-gradient(to top right, #212529, #2196F3);
}

.gradient-to-bottom-left-dark-blue {
  background: linear-gradient(to bottom left, #212529, #2196F3);
}

.gradient-to-bottom-right-dark-blue {
  background: linear-gradient(to bottom right, #212529, #2196F3);
}

.gradient-radial-dark-blue {
  background: radial-gradient(circle, #212529, #2196F3);
}

.gradient-dark-blue-primary {
  background: linear-gradient(#212529, #2196F3, #03A9F4);
}

.gradient-dark-blue-secondary {
  background: linear-gradient(#212529, #2196F3, #333);
}

.gradient-dark-blue-success {
  background: linear-gradient(#212529, #2196F3, #28a745);
}

.gradient-dark-blue-info {
  background: linear-gradient(#212529, #2196F3, #0DCAF0);
}

.gradient-dark-blue-warning {
  background: linear-gradient(#212529, #2196F3, #FFC107);
}

.gradient-dark-blue-danger {
  background: linear-gradient(#212529, #2196F3, #DC3545);
}

.gradient-dark-blue-light {
  background: linear-gradient(#212529, #2196F3, #f5f5f5);
}

.gradient-dark-blue-red {
  background: linear-gradient(#212529, #2196F3, #F44336);
}

.gradient-dark-blue-green {
  background: linear-gradient(#212529, #2196F3, #4CAF50);
}

.gradient-dark-blue-black {
  background: linear-gradient(#212529, #2196F3, #000);
}

.gradient-dark-blue-white {
  background: linear-gradient(#212529, #2196F3, #fff);
}

.gradient-dark-blue-pink {
  background: linear-gradient(#212529, #2196F3, #E91E63);
}

.gradient-dark-blue-purple {
  background: linear-gradient(#212529, #2196F3, #9C27B0);
}

.gradient-dark-blue-indigo {
  background: linear-gradient(#212529, #2196F3, #3E51B5);
}

.gradient-dark-blue-cyan {
  background: linear-gradient(#212529, #2196F3, #00BCD4);
}

.gradient-dark-blue-teal {
  background: linear-gradient(#212529, #2196F3, #009688);
}

.gradient-dark-blue-lime {
  background: linear-gradient(#212529, #2196F3, #CDDC39);
}

.gradient-dark-blue-yellow {
  background: linear-gradient(#212529, #2196F3, #FFEB3B);
}

.gradient-dark-blue-amber {
  background: linear-gradient(#212529, #2196F3, #FFC107);
}

.gradient-dark-blue-orange {
  background: linear-gradient(#212529, #2196F3, #FF9800);
}

.gradient-dark-blue-lightblue {
  background: linear-gradient(#212529, #2196F3, #03A9F4);
}

.gradient-dark-blue-lightgreen {
  background: linear-gradient(#212529, #2196F3, #76FF03);
}

.gradient-dark-blue-deeppurple {
  background: linear-gradient(#212529, #2196F3, #673AB7);
}

.gradient-dark-blue-deeporange {
  background: linear-gradient(#212529, #2196F3, #DD6E0F);
}

.gradient-dark-blue-brown {
  background: linear-gradient(#212529, #2196F3, #964B00);
}

.gradient-dark-blue-grey {
  background: linear-gradient(#212529, #2196F3, #808080);
}

.gradient-dark-black {
  background: linear-gradient(#212529, #000);
}

.gradient-to-top-dark-black {
  background: linear-gradient(to top, #212529, #000);
}

.gradient-to-bottom-dark-black {
  background: linear-gradient(to bottom, #212529, #000);
}

.gradient-to-left-dark-black {
  background: linear-gradient(to left, #212529, #000);
}

.gradient-to-right-dark-black {
  background: linear-gradient(to right, #212529, #000);
}

.gradient-to-top-left-dark-black {
  background: linear-gradient(to top left, #212529, #000);
}

.gradient-to-top-right-dark-black {
  background: linear-gradient(to top right, #212529, #000);
}

.gradient-to-bottom-left-dark-black {
  background: linear-gradient(to bottom left, #212529, #000);
}

.gradient-to-bottom-right-dark-black {
  background: linear-gradient(to bottom right, #212529, #000);
}

.gradient-radial-dark-black {
  background: radial-gradient(circle, #212529, #000);
}

.gradient-dark-black-primary {
  background: linear-gradient(#212529, #000, #03A9F4);
}

.gradient-dark-black-secondary {
  background: linear-gradient(#212529, #000, #333);
}

.gradient-dark-black-success {
  background: linear-gradient(#212529, #000, #28a745);
}

.gradient-dark-black-info {
  background: linear-gradient(#212529, #000, #0DCAF0);
}

.gradient-dark-black-warning {
  background: linear-gradient(#212529, #000, #FFC107);
}

.gradient-dark-black-danger {
  background: linear-gradient(#212529, #000, #DC3545);
}

.gradient-dark-black-light {
  background: linear-gradient(#212529, #000, #f5f5f5);
}

.gradient-dark-black-red {
  background: linear-gradient(#212529, #000, #F44336);
}

.gradient-dark-black-green {
  background: linear-gradient(#212529, #000, #4CAF50);
}

.gradient-dark-black-blue {
  background: linear-gradient(#212529, #000, #2196F3);
}

.gradient-dark-black-white {
  background: linear-gradient(#212529, #000, #fff);
}

.gradient-dark-black-pink {
  background: linear-gradient(#212529, #000, #E91E63);
}

.gradient-dark-black-purple {
  background: linear-gradient(#212529, #000, #9C27B0);
}

.gradient-dark-black-indigo {
  background: linear-gradient(#212529, #000, #3E51B5);
}

.gradient-dark-black-cyan {
  background: linear-gradient(#212529, #000, #00BCD4);
}

.gradient-dark-black-teal {
  background: linear-gradient(#212529, #000, #009688);
}

.gradient-dark-black-lime {
  background: linear-gradient(#212529, #000, #CDDC39);
}

.gradient-dark-black-yellow {
  background: linear-gradient(#212529, #000, #FFEB3B);
}

.gradient-dark-black-amber {
  background: linear-gradient(#212529, #000, #FFC107);
}

.gradient-dark-black-orange {
  background: linear-gradient(#212529, #000, #FF9800);
}

.gradient-dark-black-lightblue {
  background: linear-gradient(#212529, #000, #03A9F4);
}

.gradient-dark-black-lightgreen {
  background: linear-gradient(#212529, #000, #76FF03);
}

.gradient-dark-black-deeppurple {
  background: linear-gradient(#212529, #000, #673AB7);
}

.gradient-dark-black-deeporange {
  background: linear-gradient(#212529, #000, #DD6E0F);
}

.gradient-dark-black-brown {
  background: linear-gradient(#212529, #000, #964B00);
}

.gradient-dark-black-grey {
  background: linear-gradient(#212529, #000, #808080);
}

.gradient-dark-white {
  background: linear-gradient(#212529, #fff);
}

.gradient-to-top-dark-white {
  background: linear-gradient(to top, #212529, #fff);
}

.gradient-to-bottom-dark-white {
  background: linear-gradient(to bottom, #212529, #fff);
}

.gradient-to-left-dark-white {
  background: linear-gradient(to left, #212529, #fff);
}

.gradient-to-right-dark-white {
  background: linear-gradient(to right, #212529, #fff);
}

.gradient-to-top-left-dark-white {
  background: linear-gradient(to top left, #212529, #fff);
}

.gradient-to-top-right-dark-white {
  background: linear-gradient(to top right, #212529, #fff);
}

.gradient-to-bottom-left-dark-white {
  background: linear-gradient(to bottom left, #212529, #fff);
}

.gradient-to-bottom-right-dark-white {
  background: linear-gradient(to bottom right, #212529, #fff);
}

.gradient-radial-dark-white {
  background: radial-gradient(circle, #212529, #fff);
}

.gradient-dark-white-primary {
  background: linear-gradient(#212529, #fff, #03A9F4);
}

.gradient-dark-white-secondary {
  background: linear-gradient(#212529, #fff, #333);
}

.gradient-dark-white-success {
  background: linear-gradient(#212529, #fff, #28a745);
}

.gradient-dark-white-info {
  background: linear-gradient(#212529, #fff, #0DCAF0);
}

.gradient-dark-white-warning {
  background: linear-gradient(#212529, #fff, #FFC107);
}

.gradient-dark-white-danger {
  background: linear-gradient(#212529, #fff, #DC3545);
}

.gradient-dark-white-light {
  background: linear-gradient(#212529, #fff, #f5f5f5);
}

.gradient-dark-white-red {
  background: linear-gradient(#212529, #fff, #F44336);
}

.gradient-dark-white-green {
  background: linear-gradient(#212529, #fff, #4CAF50);
}

.gradient-dark-white-blue {
  background: linear-gradient(#212529, #fff, #2196F3);
}

.gradient-dark-white-black {
  background: linear-gradient(#212529, #fff, #000);
}

.gradient-dark-white-pink {
  background: linear-gradient(#212529, #fff, #E91E63);
}

.gradient-dark-white-purple {
  background: linear-gradient(#212529, #fff, #9C27B0);
}

.gradient-dark-white-indigo {
  background: linear-gradient(#212529, #fff, #3E51B5);
}

.gradient-dark-white-cyan {
  background: linear-gradient(#212529, #fff, #00BCD4);
}

.gradient-dark-white-teal {
  background: linear-gradient(#212529, #fff, #009688);
}

.gradient-dark-white-lime {
  background: linear-gradient(#212529, #fff, #CDDC39);
}

.gradient-dark-white-yellow {
  background: linear-gradient(#212529, #fff, #FFEB3B);
}

.gradient-dark-white-amber {
  background: linear-gradient(#212529, #fff, #FFC107);
}

.gradient-dark-white-orange {
  background: linear-gradient(#212529, #fff, #FF9800);
}

.gradient-dark-white-lightblue {
  background: linear-gradient(#212529, #fff, #03A9F4);
}

.gradient-dark-white-lightgreen {
  background: linear-gradient(#212529, #fff, #76FF03);
}

.gradient-dark-white-deeppurple {
  background: linear-gradient(#212529, #fff, #673AB7);
}

.gradient-dark-white-deeporange {
  background: linear-gradient(#212529, #fff, #DD6E0F);
}

.gradient-dark-white-brown {
  background: linear-gradient(#212529, #fff, #964B00);
}

.gradient-dark-white-grey {
  background: linear-gradient(#212529, #fff, #808080);
}

.gradient-dark-pink {
  background: linear-gradient(#212529, #E91E63);
}

.gradient-to-top-dark-pink {
  background: linear-gradient(to top, #212529, #E91E63);
}

.gradient-to-bottom-dark-pink {
  background: linear-gradient(to bottom, #212529, #E91E63);
}

.gradient-to-left-dark-pink {
  background: linear-gradient(to left, #212529, #E91E63);
}

.gradient-to-right-dark-pink {
  background: linear-gradient(to right, #212529, #E91E63);
}

.gradient-to-top-left-dark-pink {
  background: linear-gradient(to top left, #212529, #E91E63);
}

.gradient-to-top-right-dark-pink {
  background: linear-gradient(to top right, #212529, #E91E63);
}

.gradient-to-bottom-left-dark-pink {
  background: linear-gradient(to bottom left, #212529, #E91E63);
}

.gradient-to-bottom-right-dark-pink {
  background: linear-gradient(to bottom right, #212529, #E91E63);
}

.gradient-radial-dark-pink {
  background: radial-gradient(circle, #212529, #E91E63);
}

.gradient-dark-pink-primary {
  background: linear-gradient(#212529, #E91E63, #03A9F4);
}

.gradient-dark-pink-secondary {
  background: linear-gradient(#212529, #E91E63, #333);
}

.gradient-dark-pink-success {
  background: linear-gradient(#212529, #E91E63, #28a745);
}

.gradient-dark-pink-info {
  background: linear-gradient(#212529, #E91E63, #0DCAF0);
}

.gradient-dark-pink-warning {
  background: linear-gradient(#212529, #E91E63, #FFC107);
}

.gradient-dark-pink-danger {
  background: linear-gradient(#212529, #E91E63, #DC3545);
}

.gradient-dark-pink-light {
  background: linear-gradient(#212529, #E91E63, #f5f5f5);
}

.gradient-dark-pink-red {
  background: linear-gradient(#212529, #E91E63, #F44336);
}

.gradient-dark-pink-green {
  background: linear-gradient(#212529, #E91E63, #4CAF50);
}

.gradient-dark-pink-blue {
  background: linear-gradient(#212529, #E91E63, #2196F3);
}

.gradient-dark-pink-black {
  background: linear-gradient(#212529, #E91E63, #000);
}

.gradient-dark-pink-white {
  background: linear-gradient(#212529, #E91E63, #fff);
}

.gradient-dark-pink-purple {
  background: linear-gradient(#212529, #E91E63, #9C27B0);
}

.gradient-dark-pink-indigo {
  background: linear-gradient(#212529, #E91E63, #3E51B5);
}

.gradient-dark-pink-cyan {
  background: linear-gradient(#212529, #E91E63, #00BCD4);
}

.gradient-dark-pink-teal {
  background: linear-gradient(#212529, #E91E63, #009688);
}

.gradient-dark-pink-lime {
  background: linear-gradient(#212529, #E91E63, #CDDC39);
}

.gradient-dark-pink-yellow {
  background: linear-gradient(#212529, #E91E63, #FFEB3B);
}

.gradient-dark-pink-amber {
  background: linear-gradient(#212529, #E91E63, #FFC107);
}

.gradient-dark-pink-orange {
  background: linear-gradient(#212529, #E91E63, #FF9800);
}

.gradient-dark-pink-lightblue {
  background: linear-gradient(#212529, #E91E63, #03A9F4);
}

.gradient-dark-pink-lightgreen {
  background: linear-gradient(#212529, #E91E63, #76FF03);
}

.gradient-dark-pink-deeppurple {
  background: linear-gradient(#212529, #E91E63, #673AB7);
}

.gradient-dark-pink-deeporange {
  background: linear-gradient(#212529, #E91E63, #DD6E0F);
}

.gradient-dark-pink-brown {
  background: linear-gradient(#212529, #E91E63, #964B00);
}

.gradient-dark-pink-grey {
  background: linear-gradient(#212529, #E91E63, #808080);
}

.gradient-dark-purple {
  background: linear-gradient(#212529, #9C27B0);
}

.gradient-to-top-dark-purple {
  background: linear-gradient(to top, #212529, #9C27B0);
}

.gradient-to-bottom-dark-purple {
  background: linear-gradient(to bottom, #212529, #9C27B0);
}

.gradient-to-left-dark-purple {
  background: linear-gradient(to left, #212529, #9C27B0);
}

.gradient-to-right-dark-purple {
  background: linear-gradient(to right, #212529, #9C27B0);
}

.gradient-to-top-left-dark-purple {
  background: linear-gradient(to top left, #212529, #9C27B0);
}

.gradient-to-top-right-dark-purple {
  background: linear-gradient(to top right, #212529, #9C27B0);
}

.gradient-to-bottom-left-dark-purple {
  background: linear-gradient(to bottom left, #212529, #9C27B0);
}

.gradient-to-bottom-right-dark-purple {
  background: linear-gradient(to bottom right, #212529, #9C27B0);
}

.gradient-radial-dark-purple {
  background: radial-gradient(circle, #212529, #9C27B0);
}

.gradient-dark-purple-primary {
  background: linear-gradient(#212529, #9C27B0, #03A9F4);
}

.gradient-dark-purple-secondary {
  background: linear-gradient(#212529, #9C27B0, #333);
}

.gradient-dark-purple-success {
  background: linear-gradient(#212529, #9C27B0, #28a745);
}

.gradient-dark-purple-info {
  background: linear-gradient(#212529, #9C27B0, #0DCAF0);
}

.gradient-dark-purple-warning {
  background: linear-gradient(#212529, #9C27B0, #FFC107);
}

.gradient-dark-purple-danger {
  background: linear-gradient(#212529, #9C27B0, #DC3545);
}

.gradient-dark-purple-light {
  background: linear-gradient(#212529, #9C27B0, #f5f5f5);
}

.gradient-dark-purple-red {
  background: linear-gradient(#212529, #9C27B0, #F44336);
}

.gradient-dark-purple-green {
  background: linear-gradient(#212529, #9C27B0, #4CAF50);
}

.gradient-dark-purple-blue {
  background: linear-gradient(#212529, #9C27B0, #2196F3);
}

.gradient-dark-purple-black {
  background: linear-gradient(#212529, #9C27B0, #000);
}

.gradient-dark-purple-white {
  background: linear-gradient(#212529, #9C27B0, #fff);
}

.gradient-dark-purple-pink {
  background: linear-gradient(#212529, #9C27B0, #E91E63);
}

.gradient-dark-purple-indigo {
  background: linear-gradient(#212529, #9C27B0, #3E51B5);
}

.gradient-dark-purple-cyan {
  background: linear-gradient(#212529, #9C27B0, #00BCD4);
}

.gradient-dark-purple-teal {
  background: linear-gradient(#212529, #9C27B0, #009688);
}

.gradient-dark-purple-lime {
  background: linear-gradient(#212529, #9C27B0, #CDDC39);
}

.gradient-dark-purple-yellow {
  background: linear-gradient(#212529, #9C27B0, #FFEB3B);
}

.gradient-dark-purple-amber {
  background: linear-gradient(#212529, #9C27B0, #FFC107);
}

.gradient-dark-purple-orange {
  background: linear-gradient(#212529, #9C27B0, #FF9800);
}

.gradient-dark-purple-lightblue {
  background: linear-gradient(#212529, #9C27B0, #03A9F4);
}

.gradient-dark-purple-lightgreen {
  background: linear-gradient(#212529, #9C27B0, #76FF03);
}

.gradient-dark-purple-deeppurple {
  background: linear-gradient(#212529, #9C27B0, #673AB7);
}

.gradient-dark-purple-deeporange {
  background: linear-gradient(#212529, #9C27B0, #DD6E0F);
}

.gradient-dark-purple-brown {
  background: linear-gradient(#212529, #9C27B0, #964B00);
}

.gradient-dark-purple-grey {
  background: linear-gradient(#212529, #9C27B0, #808080);
}

.gradient-dark-indigo {
  background: linear-gradient(#212529, #3E51B5);
}

.gradient-to-top-dark-indigo {
  background: linear-gradient(to top, #212529, #3E51B5);
}

.gradient-to-bottom-dark-indigo {
  background: linear-gradient(to bottom, #212529, #3E51B5);
}

.gradient-to-left-dark-indigo {
  background: linear-gradient(to left, #212529, #3E51B5);
}

.gradient-to-right-dark-indigo {
  background: linear-gradient(to right, #212529, #3E51B5);
}

.gradient-to-top-left-dark-indigo {
  background: linear-gradient(to top left, #212529, #3E51B5);
}

.gradient-to-top-right-dark-indigo {
  background: linear-gradient(to top right, #212529, #3E51B5);
}

.gradient-to-bottom-left-dark-indigo {
  background: linear-gradient(to bottom left, #212529, #3E51B5);
}

.gradient-to-bottom-right-dark-indigo {
  background: linear-gradient(to bottom right, #212529, #3E51B5);
}

.gradient-radial-dark-indigo {
  background: radial-gradient(circle, #212529, #3E51B5);
}

.gradient-dark-indigo-primary {
  background: linear-gradient(#212529, #3E51B5, #03A9F4);
}

.gradient-dark-indigo-secondary {
  background: linear-gradient(#212529, #3E51B5, #333);
}

.gradient-dark-indigo-success {
  background: linear-gradient(#212529, #3E51B5, #28a745);
}

.gradient-dark-indigo-info {
  background: linear-gradient(#212529, #3E51B5, #0DCAF0);
}

.gradient-dark-indigo-warning {
  background: linear-gradient(#212529, #3E51B5, #FFC107);
}

.gradient-dark-indigo-danger {
  background: linear-gradient(#212529, #3E51B5, #DC3545);
}

.gradient-dark-indigo-light {
  background: linear-gradient(#212529, #3E51B5, #f5f5f5);
}

.gradient-dark-indigo-red {
  background: linear-gradient(#212529, #3E51B5, #F44336);
}

.gradient-dark-indigo-green {
  background: linear-gradient(#212529, #3E51B5, #4CAF50);
}

.gradient-dark-indigo-blue {
  background: linear-gradient(#212529, #3E51B5, #2196F3);
}

.gradient-dark-indigo-black {
  background: linear-gradient(#212529, #3E51B5, #000);
}

.gradient-dark-indigo-white {
  background: linear-gradient(#212529, #3E51B5, #fff);
}

.gradient-dark-indigo-pink {
  background: linear-gradient(#212529, #3E51B5, #E91E63);
}

.gradient-dark-indigo-purple {
  background: linear-gradient(#212529, #3E51B5, #9C27B0);
}

.gradient-dark-indigo-cyan {
  background: linear-gradient(#212529, #3E51B5, #00BCD4);
}

.gradient-dark-indigo-teal {
  background: linear-gradient(#212529, #3E51B5, #009688);
}

.gradient-dark-indigo-lime {
  background: linear-gradient(#212529, #3E51B5, #CDDC39);
}

.gradient-dark-indigo-yellow {
  background: linear-gradient(#212529, #3E51B5, #FFEB3B);
}

.gradient-dark-indigo-amber {
  background: linear-gradient(#212529, #3E51B5, #FFC107);
}

.gradient-dark-indigo-orange {
  background: linear-gradient(#212529, #3E51B5, #FF9800);
}

.gradient-dark-indigo-lightblue {
  background: linear-gradient(#212529, #3E51B5, #03A9F4);
}

.gradient-dark-indigo-lightgreen {
  background: linear-gradient(#212529, #3E51B5, #76FF03);
}

.gradient-dark-indigo-deeppurple {
  background: linear-gradient(#212529, #3E51B5, #673AB7);
}

.gradient-dark-indigo-deeporange {
  background: linear-gradient(#212529, #3E51B5, #DD6E0F);
}

.gradient-dark-indigo-brown {
  background: linear-gradient(#212529, #3E51B5, #964B00);
}

.gradient-dark-indigo-grey {
  background: linear-gradient(#212529, #3E51B5, #808080);
}

.gradient-dark-cyan {
  background: linear-gradient(#212529, #00BCD4);
}

.gradient-to-top-dark-cyan {
  background: linear-gradient(to top, #212529, #00BCD4);
}

.gradient-to-bottom-dark-cyan {
  background: linear-gradient(to bottom, #212529, #00BCD4);
}

.gradient-to-left-dark-cyan {
  background: linear-gradient(to left, #212529, #00BCD4);
}

.gradient-to-right-dark-cyan {
  background: linear-gradient(to right, #212529, #00BCD4);
}

.gradient-to-top-left-dark-cyan {
  background: linear-gradient(to top left, #212529, #00BCD4);
}

.gradient-to-top-right-dark-cyan {
  background: linear-gradient(to top right, #212529, #00BCD4);
}

.gradient-to-bottom-left-dark-cyan {
  background: linear-gradient(to bottom left, #212529, #00BCD4);
}

.gradient-to-bottom-right-dark-cyan {
  background: linear-gradient(to bottom right, #212529, #00BCD4);
}

.gradient-radial-dark-cyan {
  background: radial-gradient(circle, #212529, #00BCD4);
}

.gradient-dark-cyan-primary {
  background: linear-gradient(#212529, #00BCD4, #03A9F4);
}

.gradient-dark-cyan-secondary {
  background: linear-gradient(#212529, #00BCD4, #333);
}

.gradient-dark-cyan-success {
  background: linear-gradient(#212529, #00BCD4, #28a745);
}

.gradient-dark-cyan-info {
  background: linear-gradient(#212529, #00BCD4, #0DCAF0);
}

.gradient-dark-cyan-warning {
  background: linear-gradient(#212529, #00BCD4, #FFC107);
}

.gradient-dark-cyan-danger {
  background: linear-gradient(#212529, #00BCD4, #DC3545);
}

.gradient-dark-cyan-light {
  background: linear-gradient(#212529, #00BCD4, #f5f5f5);
}

.gradient-dark-cyan-red {
  background: linear-gradient(#212529, #00BCD4, #F44336);
}

.gradient-dark-cyan-green {
  background: linear-gradient(#212529, #00BCD4, #4CAF50);
}

.gradient-dark-cyan-blue {
  background: linear-gradient(#212529, #00BCD4, #2196F3);
}

.gradient-dark-cyan-black {
  background: linear-gradient(#212529, #00BCD4, #000);
}

.gradient-dark-cyan-white {
  background: linear-gradient(#212529, #00BCD4, #fff);
}

.gradient-dark-cyan-pink {
  background: linear-gradient(#212529, #00BCD4, #E91E63);
}

.gradient-dark-cyan-purple {
  background: linear-gradient(#212529, #00BCD4, #9C27B0);
}

.gradient-dark-cyan-indigo {
  background: linear-gradient(#212529, #00BCD4, #3E51B5);
}

.gradient-dark-cyan-teal {
  background: linear-gradient(#212529, #00BCD4, #009688);
}

.gradient-dark-cyan-lime {
  background: linear-gradient(#212529, #00BCD4, #CDDC39);
}

.gradient-dark-cyan-yellow {
  background: linear-gradient(#212529, #00BCD4, #FFEB3B);
}

.gradient-dark-cyan-amber {
  background: linear-gradient(#212529, #00BCD4, #FFC107);
}

.gradient-dark-cyan-orange {
  background: linear-gradient(#212529, #00BCD4, #FF9800);
}

.gradient-dark-cyan-lightblue {
  background: linear-gradient(#212529, #00BCD4, #03A9F4);
}

.gradient-dark-cyan-lightgreen {
  background: linear-gradient(#212529, #00BCD4, #76FF03);
}

.gradient-dark-cyan-deeppurple {
  background: linear-gradient(#212529, #00BCD4, #673AB7);
}

.gradient-dark-cyan-deeporange {
  background: linear-gradient(#212529, #00BCD4, #DD6E0F);
}

.gradient-dark-cyan-brown {
  background: linear-gradient(#212529, #00BCD4, #964B00);
}

.gradient-dark-cyan-grey {
  background: linear-gradient(#212529, #00BCD4, #808080);
}

.gradient-dark-teal {
  background: linear-gradient(#212529, #009688);
}

.gradient-to-top-dark-teal {
  background: linear-gradient(to top, #212529, #009688);
}

.gradient-to-bottom-dark-teal {
  background: linear-gradient(to bottom, #212529, #009688);
}

.gradient-to-left-dark-teal {
  background: linear-gradient(to left, #212529, #009688);
}

.gradient-to-right-dark-teal {
  background: linear-gradient(to right, #212529, #009688);
}

.gradient-to-top-left-dark-teal {
  background: linear-gradient(to top left, #212529, #009688);
}

.gradient-to-top-right-dark-teal {
  background: linear-gradient(to top right, #212529, #009688);
}

.gradient-to-bottom-left-dark-teal {
  background: linear-gradient(to bottom left, #212529, #009688);
}

.gradient-to-bottom-right-dark-teal {
  background: linear-gradient(to bottom right, #212529, #009688);
}

.gradient-radial-dark-teal {
  background: radial-gradient(circle, #212529, #009688);
}

.gradient-dark-teal-primary {
  background: linear-gradient(#212529, #009688, #03A9F4);
}

.gradient-dark-teal-secondary {
  background: linear-gradient(#212529, #009688, #333);
}

.gradient-dark-teal-success {
  background: linear-gradient(#212529, #009688, #28a745);
}

.gradient-dark-teal-info {
  background: linear-gradient(#212529, #009688, #0DCAF0);
}

.gradient-dark-teal-warning {
  background: linear-gradient(#212529, #009688, #FFC107);
}

.gradient-dark-teal-danger {
  background: linear-gradient(#212529, #009688, #DC3545);
}

.gradient-dark-teal-light {
  background: linear-gradient(#212529, #009688, #f5f5f5);
}

.gradient-dark-teal-red {
  background: linear-gradient(#212529, #009688, #F44336);
}

.gradient-dark-teal-green {
  background: linear-gradient(#212529, #009688, #4CAF50);
}

.gradient-dark-teal-blue {
  background: linear-gradient(#212529, #009688, #2196F3);
}

.gradient-dark-teal-black {
  background: linear-gradient(#212529, #009688, #000);
}

.gradient-dark-teal-white {
  background: linear-gradient(#212529, #009688, #fff);
}

.gradient-dark-teal-pink {
  background: linear-gradient(#212529, #009688, #E91E63);
}

.gradient-dark-teal-purple {
  background: linear-gradient(#212529, #009688, #9C27B0);
}

.gradient-dark-teal-indigo {
  background: linear-gradient(#212529, #009688, #3E51B5);
}

.gradient-dark-teal-cyan {
  background: linear-gradient(#212529, #009688, #00BCD4);
}

.gradient-dark-teal-lime {
  background: linear-gradient(#212529, #009688, #CDDC39);
}

.gradient-dark-teal-yellow {
  background: linear-gradient(#212529, #009688, #FFEB3B);
}

.gradient-dark-teal-amber {
  background: linear-gradient(#212529, #009688, #FFC107);
}

.gradient-dark-teal-orange {
  background: linear-gradient(#212529, #009688, #FF9800);
}

.gradient-dark-teal-lightblue {
  background: linear-gradient(#212529, #009688, #03A9F4);
}

.gradient-dark-teal-lightgreen {
  background: linear-gradient(#212529, #009688, #76FF03);
}

.gradient-dark-teal-deeppurple {
  background: linear-gradient(#212529, #009688, #673AB7);
}

.gradient-dark-teal-deeporange {
  background: linear-gradient(#212529, #009688, #DD6E0F);
}

.gradient-dark-teal-brown {
  background: linear-gradient(#212529, #009688, #964B00);
}

.gradient-dark-teal-grey {
  background: linear-gradient(#212529, #009688, #808080);
}

.gradient-dark-lime {
  background: linear-gradient(#212529, #CDDC39);
}

.gradient-to-top-dark-lime {
  background: linear-gradient(to top, #212529, #CDDC39);
}

.gradient-to-bottom-dark-lime {
  background: linear-gradient(to bottom, #212529, #CDDC39);
}

.gradient-to-left-dark-lime {
  background: linear-gradient(to left, #212529, #CDDC39);
}

.gradient-to-right-dark-lime {
  background: linear-gradient(to right, #212529, #CDDC39);
}

.gradient-to-top-left-dark-lime {
  background: linear-gradient(to top left, #212529, #CDDC39);
}

.gradient-to-top-right-dark-lime {
  background: linear-gradient(to top right, #212529, #CDDC39);
}

.gradient-to-bottom-left-dark-lime {
  background: linear-gradient(to bottom left, #212529, #CDDC39);
}

.gradient-to-bottom-right-dark-lime {
  background: linear-gradient(to bottom right, #212529, #CDDC39);
}

.gradient-radial-dark-lime {
  background: radial-gradient(circle, #212529, #CDDC39);
}

.gradient-dark-lime-primary {
  background: linear-gradient(#212529, #CDDC39, #03A9F4);
}

.gradient-dark-lime-secondary {
  background: linear-gradient(#212529, #CDDC39, #333);
}

.gradient-dark-lime-success {
  background: linear-gradient(#212529, #CDDC39, #28a745);
}

.gradient-dark-lime-info {
  background: linear-gradient(#212529, #CDDC39, #0DCAF0);
}

.gradient-dark-lime-warning {
  background: linear-gradient(#212529, #CDDC39, #FFC107);
}

.gradient-dark-lime-danger {
  background: linear-gradient(#212529, #CDDC39, #DC3545);
}

.gradient-dark-lime-light {
  background: linear-gradient(#212529, #CDDC39, #f5f5f5);
}

.gradient-dark-lime-red {
  background: linear-gradient(#212529, #CDDC39, #F44336);
}

.gradient-dark-lime-green {
  background: linear-gradient(#212529, #CDDC39, #4CAF50);
}

.gradient-dark-lime-blue {
  background: linear-gradient(#212529, #CDDC39, #2196F3);
}

.gradient-dark-lime-black {
  background: linear-gradient(#212529, #CDDC39, #000);
}

.gradient-dark-lime-white {
  background: linear-gradient(#212529, #CDDC39, #fff);
}

.gradient-dark-lime-pink {
  background: linear-gradient(#212529, #CDDC39, #E91E63);
}

.gradient-dark-lime-purple {
  background: linear-gradient(#212529, #CDDC39, #9C27B0);
}

.gradient-dark-lime-indigo {
  background: linear-gradient(#212529, #CDDC39, #3E51B5);
}

.gradient-dark-lime-cyan {
  background: linear-gradient(#212529, #CDDC39, #00BCD4);
}

.gradient-dark-lime-teal {
  background: linear-gradient(#212529, #CDDC39, #009688);
}

.gradient-dark-lime-yellow {
  background: linear-gradient(#212529, #CDDC39, #FFEB3B);
}

.gradient-dark-lime-amber {
  background: linear-gradient(#212529, #CDDC39, #FFC107);
}

.gradient-dark-lime-orange {
  background: linear-gradient(#212529, #CDDC39, #FF9800);
}

.gradient-dark-lime-lightblue {
  background: linear-gradient(#212529, #CDDC39, #03A9F4);
}

.gradient-dark-lime-lightgreen {
  background: linear-gradient(#212529, #CDDC39, #76FF03);
}

.gradient-dark-lime-deeppurple {
  background: linear-gradient(#212529, #CDDC39, #673AB7);
}

.gradient-dark-lime-deeporange {
  background: linear-gradient(#212529, #CDDC39, #DD6E0F);
}

.gradient-dark-lime-brown {
  background: linear-gradient(#212529, #CDDC39, #964B00);
}

.gradient-dark-lime-grey {
  background: linear-gradient(#212529, #CDDC39, #808080);
}

.gradient-dark-yellow {
  background: linear-gradient(#212529, #FFEB3B);
}

.gradient-to-top-dark-yellow {
  background: linear-gradient(to top, #212529, #FFEB3B);
}

.gradient-to-bottom-dark-yellow {
  background: linear-gradient(to bottom, #212529, #FFEB3B);
}

.gradient-to-left-dark-yellow {
  background: linear-gradient(to left, #212529, #FFEB3B);
}

.gradient-to-right-dark-yellow {
  background: linear-gradient(to right, #212529, #FFEB3B);
}

.gradient-to-top-left-dark-yellow {
  background: linear-gradient(to top left, #212529, #FFEB3B);
}

.gradient-to-top-right-dark-yellow {
  background: linear-gradient(to top right, #212529, #FFEB3B);
}

.gradient-to-bottom-left-dark-yellow {
  background: linear-gradient(to bottom left, #212529, #FFEB3B);
}

.gradient-to-bottom-right-dark-yellow {
  background: linear-gradient(to bottom right, #212529, #FFEB3B);
}

.gradient-radial-dark-yellow {
  background: radial-gradient(circle, #212529, #FFEB3B);
}

.gradient-dark-yellow-primary {
  background: linear-gradient(#212529, #FFEB3B, #03A9F4);
}

.gradient-dark-yellow-secondary {
  background: linear-gradient(#212529, #FFEB3B, #333);
}

.gradient-dark-yellow-success {
  background: linear-gradient(#212529, #FFEB3B, #28a745);
}

.gradient-dark-yellow-info {
  background: linear-gradient(#212529, #FFEB3B, #0DCAF0);
}

.gradient-dark-yellow-warning {
  background: linear-gradient(#212529, #FFEB3B, #FFC107);
}

.gradient-dark-yellow-danger {
  background: linear-gradient(#212529, #FFEB3B, #DC3545);
}

.gradient-dark-yellow-light {
  background: linear-gradient(#212529, #FFEB3B, #f5f5f5);
}

.gradient-dark-yellow-red {
  background: linear-gradient(#212529, #FFEB3B, #F44336);
}

.gradient-dark-yellow-green {
  background: linear-gradient(#212529, #FFEB3B, #4CAF50);
}

.gradient-dark-yellow-blue {
  background: linear-gradient(#212529, #FFEB3B, #2196F3);
}

.gradient-dark-yellow-black {
  background: linear-gradient(#212529, #FFEB3B, #000);
}

.gradient-dark-yellow-white {
  background: linear-gradient(#212529, #FFEB3B, #fff);
}

.gradient-dark-yellow-pink {
  background: linear-gradient(#212529, #FFEB3B, #E91E63);
}

.gradient-dark-yellow-purple {
  background: linear-gradient(#212529, #FFEB3B, #9C27B0);
}

.gradient-dark-yellow-indigo {
  background: linear-gradient(#212529, #FFEB3B, #3E51B5);
}

.gradient-dark-yellow-cyan {
  background: linear-gradient(#212529, #FFEB3B, #00BCD4);
}

.gradient-dark-yellow-teal {
  background: linear-gradient(#212529, #FFEB3B, #009688);
}

.gradient-dark-yellow-lime {
  background: linear-gradient(#212529, #FFEB3B, #CDDC39);
}

.gradient-dark-yellow-amber {
  background: linear-gradient(#212529, #FFEB3B, #FFC107);
}

.gradient-dark-yellow-orange {
  background: linear-gradient(#212529, #FFEB3B, #FF9800);
}

.gradient-dark-yellow-lightblue {
  background: linear-gradient(#212529, #FFEB3B, #03A9F4);
}

.gradient-dark-yellow-lightgreen {
  background: linear-gradient(#212529, #FFEB3B, #76FF03);
}

.gradient-dark-yellow-deeppurple {
  background: linear-gradient(#212529, #FFEB3B, #673AB7);
}

.gradient-dark-yellow-deeporange {
  background: linear-gradient(#212529, #FFEB3B, #DD6E0F);
}

.gradient-dark-yellow-brown {
  background: linear-gradient(#212529, #FFEB3B, #964B00);
}

.gradient-dark-yellow-grey {
  background: linear-gradient(#212529, #FFEB3B, #808080);
}

.gradient-dark-amber {
  background: linear-gradient(#212529, #FFC107);
}

.gradient-to-top-dark-amber {
  background: linear-gradient(to top, #212529, #FFC107);
}

.gradient-to-bottom-dark-amber {
  background: linear-gradient(to bottom, #212529, #FFC107);
}

.gradient-to-left-dark-amber {
  background: linear-gradient(to left, #212529, #FFC107);
}

.gradient-to-right-dark-amber {
  background: linear-gradient(to right, #212529, #FFC107);
}

.gradient-to-top-left-dark-amber {
  background: linear-gradient(to top left, #212529, #FFC107);
}

.gradient-to-top-right-dark-amber {
  background: linear-gradient(to top right, #212529, #FFC107);
}

.gradient-to-bottom-left-dark-amber {
  background: linear-gradient(to bottom left, #212529, #FFC107);
}

.gradient-to-bottom-right-dark-amber {
  background: linear-gradient(to bottom right, #212529, #FFC107);
}

.gradient-radial-dark-amber {
  background: radial-gradient(circle, #212529, #FFC107);
}

.gradient-dark-amber-primary {
  background: linear-gradient(#212529, #FFC107, #03A9F4);
}

.gradient-dark-amber-secondary {
  background: linear-gradient(#212529, #FFC107, #333);
}

.gradient-dark-amber-success {
  background: linear-gradient(#212529, #FFC107, #28a745);
}

.gradient-dark-amber-info {
  background: linear-gradient(#212529, #FFC107, #0DCAF0);
}

.gradient-dark-amber-warning {
  background: linear-gradient(#212529, #FFC107, #FFC107);
}

.gradient-dark-amber-danger {
  background: linear-gradient(#212529, #FFC107, #DC3545);
}

.gradient-dark-amber-light {
  background: linear-gradient(#212529, #FFC107, #f5f5f5);
}

.gradient-dark-amber-red {
  background: linear-gradient(#212529, #FFC107, #F44336);
}

.gradient-dark-amber-green {
  background: linear-gradient(#212529, #FFC107, #4CAF50);
}

.gradient-dark-amber-blue {
  background: linear-gradient(#212529, #FFC107, #2196F3);
}

.gradient-dark-amber-black {
  background: linear-gradient(#212529, #FFC107, #000);
}

.gradient-dark-amber-white {
  background: linear-gradient(#212529, #FFC107, #fff);
}

.gradient-dark-amber-pink {
  background: linear-gradient(#212529, #FFC107, #E91E63);
}

.gradient-dark-amber-purple {
  background: linear-gradient(#212529, #FFC107, #9C27B0);
}

.gradient-dark-amber-indigo {
  background: linear-gradient(#212529, #FFC107, #3E51B5);
}

.gradient-dark-amber-cyan {
  background: linear-gradient(#212529, #FFC107, #00BCD4);
}

.gradient-dark-amber-teal {
  background: linear-gradient(#212529, #FFC107, #009688);
}

.gradient-dark-amber-lime {
  background: linear-gradient(#212529, #FFC107, #CDDC39);
}

.gradient-dark-amber-yellow {
  background: linear-gradient(#212529, #FFC107, #FFEB3B);
}

.gradient-dark-amber-orange {
  background: linear-gradient(#212529, #FFC107, #FF9800);
}

.gradient-dark-amber-lightblue {
  background: linear-gradient(#212529, #FFC107, #03A9F4);
}

.gradient-dark-amber-lightgreen {
  background: linear-gradient(#212529, #FFC107, #76FF03);
}

.gradient-dark-amber-deeppurple {
  background: linear-gradient(#212529, #FFC107, #673AB7);
}

.gradient-dark-amber-deeporange {
  background: linear-gradient(#212529, #FFC107, #DD6E0F);
}

.gradient-dark-amber-brown {
  background: linear-gradient(#212529, #FFC107, #964B00);
}

.gradient-dark-amber-grey {
  background: linear-gradient(#212529, #FFC107, #808080);
}

.gradient-dark-orange {
  background: linear-gradient(#212529, #FF9800);
}

.gradient-to-top-dark-orange {
  background: linear-gradient(to top, #212529, #FF9800);
}

.gradient-to-bottom-dark-orange {
  background: linear-gradient(to bottom, #212529, #FF9800);
}

.gradient-to-left-dark-orange {
  background: linear-gradient(to left, #212529, #FF9800);
}

.gradient-to-right-dark-orange {
  background: linear-gradient(to right, #212529, #FF9800);
}

.gradient-to-top-left-dark-orange {
  background: linear-gradient(to top left, #212529, #FF9800);
}

.gradient-to-top-right-dark-orange {
  background: linear-gradient(to top right, #212529, #FF9800);
}

.gradient-to-bottom-left-dark-orange {
  background: linear-gradient(to bottom left, #212529, #FF9800);
}

.gradient-to-bottom-right-dark-orange {
  background: linear-gradient(to bottom right, #212529, #FF9800);
}

.gradient-radial-dark-orange {
  background: radial-gradient(circle, #212529, #FF9800);
}

.gradient-dark-orange-primary {
  background: linear-gradient(#212529, #FF9800, #03A9F4);
}

.gradient-dark-orange-secondary {
  background: linear-gradient(#212529, #FF9800, #333);
}

.gradient-dark-orange-success {
  background: linear-gradient(#212529, #FF9800, #28a745);
}

.gradient-dark-orange-info {
  background: linear-gradient(#212529, #FF9800, #0DCAF0);
}

.gradient-dark-orange-warning {
  background: linear-gradient(#212529, #FF9800, #FFC107);
}

.gradient-dark-orange-danger {
  background: linear-gradient(#212529, #FF9800, #DC3545);
}

.gradient-dark-orange-light {
  background: linear-gradient(#212529, #FF9800, #f5f5f5);
}

.gradient-dark-orange-red {
  background: linear-gradient(#212529, #FF9800, #F44336);
}

.gradient-dark-orange-green {
  background: linear-gradient(#212529, #FF9800, #4CAF50);
}

.gradient-dark-orange-blue {
  background: linear-gradient(#212529, #FF9800, #2196F3);
}

.gradient-dark-orange-black {
  background: linear-gradient(#212529, #FF9800, #000);
}

.gradient-dark-orange-white {
  background: linear-gradient(#212529, #FF9800, #fff);
}

.gradient-dark-orange-pink {
  background: linear-gradient(#212529, #FF9800, #E91E63);
}

.gradient-dark-orange-purple {
  background: linear-gradient(#212529, #FF9800, #9C27B0);
}

.gradient-dark-orange-indigo {
  background: linear-gradient(#212529, #FF9800, #3E51B5);
}

.gradient-dark-orange-cyan {
  background: linear-gradient(#212529, #FF9800, #00BCD4);
}

.gradient-dark-orange-teal {
  background: linear-gradient(#212529, #FF9800, #009688);
}

.gradient-dark-orange-lime {
  background: linear-gradient(#212529, #FF9800, #CDDC39);
}

.gradient-dark-orange-yellow {
  background: linear-gradient(#212529, #FF9800, #FFEB3B);
}

.gradient-dark-orange-amber {
  background: linear-gradient(#212529, #FF9800, #FFC107);
}

.gradient-dark-orange-lightblue {
  background: linear-gradient(#212529, #FF9800, #03A9F4);
}

.gradient-dark-orange-lightgreen {
  background: linear-gradient(#212529, #FF9800, #76FF03);
}

.gradient-dark-orange-deeppurple {
  background: linear-gradient(#212529, #FF9800, #673AB7);
}

.gradient-dark-orange-deeporange {
  background: linear-gradient(#212529, #FF9800, #DD6E0F);
}

.gradient-dark-orange-brown {
  background: linear-gradient(#212529, #FF9800, #964B00);
}

.gradient-dark-orange-grey {
  background: linear-gradient(#212529, #FF9800, #808080);
}

.gradient-dark-lightblue {
  background: linear-gradient(#212529, #03A9F4);
}

.gradient-to-top-dark-lightblue {
  background: linear-gradient(to top, #212529, #03A9F4);
}

.gradient-to-bottom-dark-lightblue {
  background: linear-gradient(to bottom, #212529, #03A9F4);
}

.gradient-to-left-dark-lightblue {
  background: linear-gradient(to left, #212529, #03A9F4);
}

.gradient-to-right-dark-lightblue {
  background: linear-gradient(to right, #212529, #03A9F4);
}

.gradient-to-top-left-dark-lightblue {
  background: linear-gradient(to top left, #212529, #03A9F4);
}

.gradient-to-top-right-dark-lightblue {
  background: linear-gradient(to top right, #212529, #03A9F4);
}

.gradient-to-bottom-left-dark-lightblue {
  background: linear-gradient(to bottom left, #212529, #03A9F4);
}

.gradient-to-bottom-right-dark-lightblue {
  background: linear-gradient(to bottom right, #212529, #03A9F4);
}

.gradient-radial-dark-lightblue {
  background: radial-gradient(circle, #212529, #03A9F4);
}

.gradient-dark-lightblue-primary {
  background: linear-gradient(#212529, #03A9F4, #03A9F4);
}

.gradient-dark-lightblue-secondary {
  background: linear-gradient(#212529, #03A9F4, #333);
}

.gradient-dark-lightblue-success {
  background: linear-gradient(#212529, #03A9F4, #28a745);
}

.gradient-dark-lightblue-info {
  background: linear-gradient(#212529, #03A9F4, #0DCAF0);
}

.gradient-dark-lightblue-warning {
  background: linear-gradient(#212529, #03A9F4, #FFC107);
}

.gradient-dark-lightblue-danger {
  background: linear-gradient(#212529, #03A9F4, #DC3545);
}

.gradient-dark-lightblue-light {
  background: linear-gradient(#212529, #03A9F4, #f5f5f5);
}

.gradient-dark-lightblue-red {
  background: linear-gradient(#212529, #03A9F4, #F44336);
}

.gradient-dark-lightblue-green {
  background: linear-gradient(#212529, #03A9F4, #4CAF50);
}

.gradient-dark-lightblue-blue {
  background: linear-gradient(#212529, #03A9F4, #2196F3);
}

.gradient-dark-lightblue-black {
  background: linear-gradient(#212529, #03A9F4, #000);
}

.gradient-dark-lightblue-white {
  background: linear-gradient(#212529, #03A9F4, #fff);
}

.gradient-dark-lightblue-pink {
  background: linear-gradient(#212529, #03A9F4, #E91E63);
}

.gradient-dark-lightblue-purple {
  background: linear-gradient(#212529, #03A9F4, #9C27B0);
}

.gradient-dark-lightblue-indigo {
  background: linear-gradient(#212529, #03A9F4, #3E51B5);
}

.gradient-dark-lightblue-cyan {
  background: linear-gradient(#212529, #03A9F4, #00BCD4);
}

.gradient-dark-lightblue-teal {
  background: linear-gradient(#212529, #03A9F4, #009688);
}

.gradient-dark-lightblue-lime {
  background: linear-gradient(#212529, #03A9F4, #CDDC39);
}

.gradient-dark-lightblue-yellow {
  background: linear-gradient(#212529, #03A9F4, #FFEB3B);
}

.gradient-dark-lightblue-amber {
  background: linear-gradient(#212529, #03A9F4, #FFC107);
}

.gradient-dark-lightblue-orange {
  background: linear-gradient(#212529, #03A9F4, #FF9800);
}

.gradient-dark-lightblue-lightgreen {
  background: linear-gradient(#212529, #03A9F4, #76FF03);
}

.gradient-dark-lightblue-deeppurple {
  background: linear-gradient(#212529, #03A9F4, #673AB7);
}

.gradient-dark-lightblue-deeporange {
  background: linear-gradient(#212529, #03A9F4, #DD6E0F);
}

.gradient-dark-lightblue-brown {
  background: linear-gradient(#212529, #03A9F4, #964B00);
}

.gradient-dark-lightblue-grey {
  background: linear-gradient(#212529, #03A9F4, #808080);
}

.gradient-dark-lightgreen {
  background: linear-gradient(#212529, #76FF03);
}

.gradient-to-top-dark-lightgreen {
  background: linear-gradient(to top, #212529, #76FF03);
}

.gradient-to-bottom-dark-lightgreen {
  background: linear-gradient(to bottom, #212529, #76FF03);
}

.gradient-to-left-dark-lightgreen {
  background: linear-gradient(to left, #212529, #76FF03);
}

.gradient-to-right-dark-lightgreen {
  background: linear-gradient(to right, #212529, #76FF03);
}

.gradient-to-top-left-dark-lightgreen {
  background: linear-gradient(to top left, #212529, #76FF03);
}

.gradient-to-top-right-dark-lightgreen {
  background: linear-gradient(to top right, #212529, #76FF03);
}

.gradient-to-bottom-left-dark-lightgreen {
  background: linear-gradient(to bottom left, #212529, #76FF03);
}

.gradient-to-bottom-right-dark-lightgreen {
  background: linear-gradient(to bottom right, #212529, #76FF03);
}

.gradient-radial-dark-lightgreen {
  background: radial-gradient(circle, #212529, #76FF03);
}

.gradient-dark-lightgreen-primary {
  background: linear-gradient(#212529, #76FF03, #03A9F4);
}

.gradient-dark-lightgreen-secondary {
  background: linear-gradient(#212529, #76FF03, #333);
}

.gradient-dark-lightgreen-success {
  background: linear-gradient(#212529, #76FF03, #28a745);
}

.gradient-dark-lightgreen-info {
  background: linear-gradient(#212529, #76FF03, #0DCAF0);
}

.gradient-dark-lightgreen-warning {
  background: linear-gradient(#212529, #76FF03, #FFC107);
}

.gradient-dark-lightgreen-danger {
  background: linear-gradient(#212529, #76FF03, #DC3545);
}

.gradient-dark-lightgreen-light {
  background: linear-gradient(#212529, #76FF03, #f5f5f5);
}

.gradient-dark-lightgreen-red {
  background: linear-gradient(#212529, #76FF03, #F44336);
}

.gradient-dark-lightgreen-green {
  background: linear-gradient(#212529, #76FF03, #4CAF50);
}

.gradient-dark-lightgreen-blue {
  background: linear-gradient(#212529, #76FF03, #2196F3);
}

.gradient-dark-lightgreen-black {
  background: linear-gradient(#212529, #76FF03, #000);
}

.gradient-dark-lightgreen-white {
  background: linear-gradient(#212529, #76FF03, #fff);
}

.gradient-dark-lightgreen-pink {
  background: linear-gradient(#212529, #76FF03, #E91E63);
}

.gradient-dark-lightgreen-purple {
  background: linear-gradient(#212529, #76FF03, #9C27B0);
}

.gradient-dark-lightgreen-indigo {
  background: linear-gradient(#212529, #76FF03, #3E51B5);
}

.gradient-dark-lightgreen-cyan {
  background: linear-gradient(#212529, #76FF03, #00BCD4);
}

.gradient-dark-lightgreen-teal {
  background: linear-gradient(#212529, #76FF03, #009688);
}

.gradient-dark-lightgreen-lime {
  background: linear-gradient(#212529, #76FF03, #CDDC39);
}

.gradient-dark-lightgreen-yellow {
  background: linear-gradient(#212529, #76FF03, #FFEB3B);
}

.gradient-dark-lightgreen-amber {
  background: linear-gradient(#212529, #76FF03, #FFC107);
}

.gradient-dark-lightgreen-orange {
  background: linear-gradient(#212529, #76FF03, #FF9800);
}

.gradient-dark-lightgreen-lightblue {
  background: linear-gradient(#212529, #76FF03, #03A9F4);
}

.gradient-dark-lightgreen-deeppurple {
  background: linear-gradient(#212529, #76FF03, #673AB7);
}

.gradient-dark-lightgreen-deeporange {
  background: linear-gradient(#212529, #76FF03, #DD6E0F);
}

.gradient-dark-lightgreen-brown {
  background: linear-gradient(#212529, #76FF03, #964B00);
}

.gradient-dark-lightgreen-grey {
  background: linear-gradient(#212529, #76FF03, #808080);
}

.gradient-dark-deeppurple {
  background: linear-gradient(#212529, #673AB7);
}

.gradient-to-top-dark-deeppurple {
  background: linear-gradient(to top, #212529, #673AB7);
}

.gradient-to-bottom-dark-deeppurple {
  background: linear-gradient(to bottom, #212529, #673AB7);
}

.gradient-to-left-dark-deeppurple {
  background: linear-gradient(to left, #212529, #673AB7);
}

.gradient-to-right-dark-deeppurple {
  background: linear-gradient(to right, #212529, #673AB7);
}

.gradient-to-top-left-dark-deeppurple {
  background: linear-gradient(to top left, #212529, #673AB7);
}

.gradient-to-top-right-dark-deeppurple {
  background: linear-gradient(to top right, #212529, #673AB7);
}

.gradient-to-bottom-left-dark-deeppurple {
  background: linear-gradient(to bottom left, #212529, #673AB7);
}

.gradient-to-bottom-right-dark-deeppurple {
  background: linear-gradient(to bottom right, #212529, #673AB7);
}

.gradient-radial-dark-deeppurple {
  background: radial-gradient(circle, #212529, #673AB7);
}

.gradient-dark-deeppurple-primary {
  background: linear-gradient(#212529, #673AB7, #03A9F4);
}

.gradient-dark-deeppurple-secondary {
  background: linear-gradient(#212529, #673AB7, #333);
}

.gradient-dark-deeppurple-success {
  background: linear-gradient(#212529, #673AB7, #28a745);
}

.gradient-dark-deeppurple-info {
  background: linear-gradient(#212529, #673AB7, #0DCAF0);
}

.gradient-dark-deeppurple-warning {
  background: linear-gradient(#212529, #673AB7, #FFC107);
}

.gradient-dark-deeppurple-danger {
  background: linear-gradient(#212529, #673AB7, #DC3545);
}

.gradient-dark-deeppurple-light {
  background: linear-gradient(#212529, #673AB7, #f5f5f5);
}

.gradient-dark-deeppurple-red {
  background: linear-gradient(#212529, #673AB7, #F44336);
}

.gradient-dark-deeppurple-green {
  background: linear-gradient(#212529, #673AB7, #4CAF50);
}

.gradient-dark-deeppurple-blue {
  background: linear-gradient(#212529, #673AB7, #2196F3);
}

.gradient-dark-deeppurple-black {
  background: linear-gradient(#212529, #673AB7, #000);
}

.gradient-dark-deeppurple-white {
  background: linear-gradient(#212529, #673AB7, #fff);
}

.gradient-dark-deeppurple-pink {
  background: linear-gradient(#212529, #673AB7, #E91E63);
}

.gradient-dark-deeppurple-purple {
  background: linear-gradient(#212529, #673AB7, #9C27B0);
}

.gradient-dark-deeppurple-indigo {
  background: linear-gradient(#212529, #673AB7, #3E51B5);
}

.gradient-dark-deeppurple-cyan {
  background: linear-gradient(#212529, #673AB7, #00BCD4);
}

.gradient-dark-deeppurple-teal {
  background: linear-gradient(#212529, #673AB7, #009688);
}

.gradient-dark-deeppurple-lime {
  background: linear-gradient(#212529, #673AB7, #CDDC39);
}

.gradient-dark-deeppurple-yellow {
  background: linear-gradient(#212529, #673AB7, #FFEB3B);
}

.gradient-dark-deeppurple-amber {
  background: linear-gradient(#212529, #673AB7, #FFC107);
}

.gradient-dark-deeppurple-orange {
  background: linear-gradient(#212529, #673AB7, #FF9800);
}

.gradient-dark-deeppurple-lightblue {
  background: linear-gradient(#212529, #673AB7, #03A9F4);
}

.gradient-dark-deeppurple-lightgreen {
  background: linear-gradient(#212529, #673AB7, #76FF03);
}

.gradient-dark-deeppurple-deeporange {
  background: linear-gradient(#212529, #673AB7, #DD6E0F);
}

.gradient-dark-deeppurple-brown {
  background: linear-gradient(#212529, #673AB7, #964B00);
}

.gradient-dark-deeppurple-grey {
  background: linear-gradient(#212529, #673AB7, #808080);
}

.gradient-dark-deeporange {
  background: linear-gradient(#212529, #DD6E0F);
}

.gradient-to-top-dark-deeporange {
  background: linear-gradient(to top, #212529, #DD6E0F);
}

.gradient-to-bottom-dark-deeporange {
  background: linear-gradient(to bottom, #212529, #DD6E0F);
}

.gradient-to-left-dark-deeporange {
  background: linear-gradient(to left, #212529, #DD6E0F);
}

.gradient-to-right-dark-deeporange {
  background: linear-gradient(to right, #212529, #DD6E0F);
}

.gradient-to-top-left-dark-deeporange {
  background: linear-gradient(to top left, #212529, #DD6E0F);
}

.gradient-to-top-right-dark-deeporange {
  background: linear-gradient(to top right, #212529, #DD6E0F);
}

.gradient-to-bottom-left-dark-deeporange {
  background: linear-gradient(to bottom left, #212529, #DD6E0F);
}

.gradient-to-bottom-right-dark-deeporange {
  background: linear-gradient(to bottom right, #212529, #DD6E0F);
}

.gradient-radial-dark-deeporange {
  background: radial-gradient(circle, #212529, #DD6E0F);
}

.gradient-dark-deeporange-primary {
  background: linear-gradient(#212529, #DD6E0F, #03A9F4);
}

.gradient-dark-deeporange-secondary {
  background: linear-gradient(#212529, #DD6E0F, #333);
}

.gradient-dark-deeporange-success {
  background: linear-gradient(#212529, #DD6E0F, #28a745);
}

.gradient-dark-deeporange-info {
  background: linear-gradient(#212529, #DD6E0F, #0DCAF0);
}

.gradient-dark-deeporange-warning {
  background: linear-gradient(#212529, #DD6E0F, #FFC107);
}

.gradient-dark-deeporange-danger {
  background: linear-gradient(#212529, #DD6E0F, #DC3545);
}

.gradient-dark-deeporange-light {
  background: linear-gradient(#212529, #DD6E0F, #f5f5f5);
}

.gradient-dark-deeporange-red {
  background: linear-gradient(#212529, #DD6E0F, #F44336);
}

.gradient-dark-deeporange-green {
  background: linear-gradient(#212529, #DD6E0F, #4CAF50);
}

.gradient-dark-deeporange-blue {
  background: linear-gradient(#212529, #DD6E0F, #2196F3);
}

.gradient-dark-deeporange-black {
  background: linear-gradient(#212529, #DD6E0F, #000);
}

.gradient-dark-deeporange-white {
  background: linear-gradient(#212529, #DD6E0F, #fff);
}

.gradient-dark-deeporange-pink {
  background: linear-gradient(#212529, #DD6E0F, #E91E63);
}

.gradient-dark-deeporange-purple {
  background: linear-gradient(#212529, #DD6E0F, #9C27B0);
}

.gradient-dark-deeporange-indigo {
  background: linear-gradient(#212529, #DD6E0F, #3E51B5);
}

.gradient-dark-deeporange-cyan {
  background: linear-gradient(#212529, #DD6E0F, #00BCD4);
}

.gradient-dark-deeporange-teal {
  background: linear-gradient(#212529, #DD6E0F, #009688);
}

.gradient-dark-deeporange-lime {
  background: linear-gradient(#212529, #DD6E0F, #CDDC39);
}

.gradient-dark-deeporange-yellow {
  background: linear-gradient(#212529, #DD6E0F, #FFEB3B);
}

.gradient-dark-deeporange-amber {
  background: linear-gradient(#212529, #DD6E0F, #FFC107);
}

.gradient-dark-deeporange-orange {
  background: linear-gradient(#212529, #DD6E0F, #FF9800);
}

.gradient-dark-deeporange-lightblue {
  background: linear-gradient(#212529, #DD6E0F, #03A9F4);
}

.gradient-dark-deeporange-lightgreen {
  background: linear-gradient(#212529, #DD6E0F, #76FF03);
}

.gradient-dark-deeporange-deeppurple {
  background: linear-gradient(#212529, #DD6E0F, #673AB7);
}

.gradient-dark-deeporange-brown {
  background: linear-gradient(#212529, #DD6E0F, #964B00);
}

.gradient-dark-deeporange-grey {
  background: linear-gradient(#212529, #DD6E0F, #808080);
}

.gradient-dark-brown {
  background: linear-gradient(#212529, #964B00);
}

.gradient-to-top-dark-brown {
  background: linear-gradient(to top, #212529, #964B00);
}

.gradient-to-bottom-dark-brown {
  background: linear-gradient(to bottom, #212529, #964B00);
}

.gradient-to-left-dark-brown {
  background: linear-gradient(to left, #212529, #964B00);
}

.gradient-to-right-dark-brown {
  background: linear-gradient(to right, #212529, #964B00);
}

.gradient-to-top-left-dark-brown {
  background: linear-gradient(to top left, #212529, #964B00);
}

.gradient-to-top-right-dark-brown {
  background: linear-gradient(to top right, #212529, #964B00);
}

.gradient-to-bottom-left-dark-brown {
  background: linear-gradient(to bottom left, #212529, #964B00);
}

.gradient-to-bottom-right-dark-brown {
  background: linear-gradient(to bottom right, #212529, #964B00);
}

.gradient-radial-dark-brown {
  background: radial-gradient(circle, #212529, #964B00);
}

.gradient-dark-brown-primary {
  background: linear-gradient(#212529, #964B00, #03A9F4);
}

.gradient-dark-brown-secondary {
  background: linear-gradient(#212529, #964B00, #333);
}

.gradient-dark-brown-success {
  background: linear-gradient(#212529, #964B00, #28a745);
}

.gradient-dark-brown-info {
  background: linear-gradient(#212529, #964B00, #0DCAF0);
}

.gradient-dark-brown-warning {
  background: linear-gradient(#212529, #964B00, #FFC107);
}

.gradient-dark-brown-danger {
  background: linear-gradient(#212529, #964B00, #DC3545);
}

.gradient-dark-brown-light {
  background: linear-gradient(#212529, #964B00, #f5f5f5);
}

.gradient-dark-brown-red {
  background: linear-gradient(#212529, #964B00, #F44336);
}

.gradient-dark-brown-green {
  background: linear-gradient(#212529, #964B00, #4CAF50);
}

.gradient-dark-brown-blue {
  background: linear-gradient(#212529, #964B00, #2196F3);
}

.gradient-dark-brown-black {
  background: linear-gradient(#212529, #964B00, #000);
}

.gradient-dark-brown-white {
  background: linear-gradient(#212529, #964B00, #fff);
}

.gradient-dark-brown-pink {
  background: linear-gradient(#212529, #964B00, #E91E63);
}

.gradient-dark-brown-purple {
  background: linear-gradient(#212529, #964B00, #9C27B0);
}

.gradient-dark-brown-indigo {
  background: linear-gradient(#212529, #964B00, #3E51B5);
}

.gradient-dark-brown-cyan {
  background: linear-gradient(#212529, #964B00, #00BCD4);
}

.gradient-dark-brown-teal {
  background: linear-gradient(#212529, #964B00, #009688);
}

.gradient-dark-brown-lime {
  background: linear-gradient(#212529, #964B00, #CDDC39);
}

.gradient-dark-brown-yellow {
  background: linear-gradient(#212529, #964B00, #FFEB3B);
}

.gradient-dark-brown-amber {
  background: linear-gradient(#212529, #964B00, #FFC107);
}

.gradient-dark-brown-orange {
  background: linear-gradient(#212529, #964B00, #FF9800);
}

.gradient-dark-brown-lightblue {
  background: linear-gradient(#212529, #964B00, #03A9F4);
}

.gradient-dark-brown-lightgreen {
  background: linear-gradient(#212529, #964B00, #76FF03);
}

.gradient-dark-brown-deeppurple {
  background: linear-gradient(#212529, #964B00, #673AB7);
}

.gradient-dark-brown-deeporange {
  background: linear-gradient(#212529, #964B00, #DD6E0F);
}

.gradient-dark-brown-grey {
  background: linear-gradient(#212529, #964B00, #808080);
}

.gradient-dark-grey {
  background: linear-gradient(#212529, #808080);
}

.gradient-to-top-dark-grey {
  background: linear-gradient(to top, #212529, #808080);
}

.gradient-to-bottom-dark-grey {
  background: linear-gradient(to bottom, #212529, #808080);
}

.gradient-to-left-dark-grey {
  background: linear-gradient(to left, #212529, #808080);
}

.gradient-to-right-dark-grey {
  background: linear-gradient(to right, #212529, #808080);
}

.gradient-to-top-left-dark-grey {
  background: linear-gradient(to top left, #212529, #808080);
}

.gradient-to-top-right-dark-grey {
  background: linear-gradient(to top right, #212529, #808080);
}

.gradient-to-bottom-left-dark-grey {
  background: linear-gradient(to bottom left, #212529, #808080);
}

.gradient-to-bottom-right-dark-grey {
  background: linear-gradient(to bottom right, #212529, #808080);
}

.gradient-radial-dark-grey {
  background: radial-gradient(circle, #212529, #808080);
}

.gradient-dark-grey-primary {
  background: linear-gradient(#212529, #808080, #03A9F4);
}

.gradient-dark-grey-secondary {
  background: linear-gradient(#212529, #808080, #333);
}

.gradient-dark-grey-success {
  background: linear-gradient(#212529, #808080, #28a745);
}

.gradient-dark-grey-info {
  background: linear-gradient(#212529, #808080, #0DCAF0);
}

.gradient-dark-grey-warning {
  background: linear-gradient(#212529, #808080, #FFC107);
}

.gradient-dark-grey-danger {
  background: linear-gradient(#212529, #808080, #DC3545);
}

.gradient-dark-grey-light {
  background: linear-gradient(#212529, #808080, #f5f5f5);
}

.gradient-dark-grey-red {
  background: linear-gradient(#212529, #808080, #F44336);
}

.gradient-dark-grey-green {
  background: linear-gradient(#212529, #808080, #4CAF50);
}

.gradient-dark-grey-blue {
  background: linear-gradient(#212529, #808080, #2196F3);
}

.gradient-dark-grey-black {
  background: linear-gradient(#212529, #808080, #000);
}

.gradient-dark-grey-white {
  background: linear-gradient(#212529, #808080, #fff);
}

.gradient-dark-grey-pink {
  background: linear-gradient(#212529, #808080, #E91E63);
}

.gradient-dark-grey-purple {
  background: linear-gradient(#212529, #808080, #9C27B0);
}

.gradient-dark-grey-indigo {
  background: linear-gradient(#212529, #808080, #3E51B5);
}

.gradient-dark-grey-cyan {
  background: linear-gradient(#212529, #808080, #00BCD4);
}

.gradient-dark-grey-teal {
  background: linear-gradient(#212529, #808080, #009688);
}

.gradient-dark-grey-lime {
  background: linear-gradient(#212529, #808080, #CDDC39);
}

.gradient-dark-grey-yellow {
  background: linear-gradient(#212529, #808080, #FFEB3B);
}

.gradient-dark-grey-amber {
  background: linear-gradient(#212529, #808080, #FFC107);
}

.gradient-dark-grey-orange {
  background: linear-gradient(#212529, #808080, #FF9800);
}

.gradient-dark-grey-lightblue {
  background: linear-gradient(#212529, #808080, #03A9F4);
}

.gradient-dark-grey-lightgreen {
  background: linear-gradient(#212529, #808080, #76FF03);
}

.gradient-dark-grey-deeppurple {
  background: linear-gradient(#212529, #808080, #673AB7);
}

.gradient-dark-grey-deeporange {
  background: linear-gradient(#212529, #808080, #DD6E0F);
}

.gradient-dark-grey-brown {
  background: linear-gradient(#212529, #808080, #964B00);
}

.gradient-red-primary {
  background: linear-gradient(#F44336, #03A9F4);
}

.gradient-to-top-red-primary {
  background: linear-gradient(to top, #F44336, #03A9F4);
}

.gradient-to-bottom-red-primary {
  background: linear-gradient(to bottom, #F44336, #03A9F4);
}

.gradient-to-left-red-primary {
  background: linear-gradient(to left, #F44336, #03A9F4);
}

.gradient-to-right-red-primary {
  background: linear-gradient(to right, #F44336, #03A9F4);
}

.gradient-to-top-left-red-primary {
  background: linear-gradient(to top left, #F44336, #03A9F4);
}

.gradient-to-top-right-red-primary {
  background: linear-gradient(to top right, #F44336, #03A9F4);
}

.gradient-to-bottom-left-red-primary {
  background: linear-gradient(to bottom left, #F44336, #03A9F4);
}

.gradient-to-bottom-right-red-primary {
  background: linear-gradient(to bottom right, #F44336, #03A9F4);
}

.gradient-radial-red-primary {
  background: radial-gradient(circle, #F44336, #03A9F4);
}

.gradient-red-primary-secondary {
  background: linear-gradient(#F44336, #03A9F4, #333);
}

.gradient-red-primary-success {
  background: linear-gradient(#F44336, #03A9F4, #28a745);
}

.gradient-red-primary-info {
  background: linear-gradient(#F44336, #03A9F4, #0DCAF0);
}

.gradient-red-primary-warning {
  background: linear-gradient(#F44336, #03A9F4, #FFC107);
}

.gradient-red-primary-danger {
  background: linear-gradient(#F44336, #03A9F4, #DC3545);
}

.gradient-red-primary-light {
  background: linear-gradient(#F44336, #03A9F4, #f5f5f5);
}

.gradient-red-primary-dark {
  background: linear-gradient(#F44336, #03A9F4, #212529);
}

.gradient-red-primary-green {
  background: linear-gradient(#F44336, #03A9F4, #4CAF50);
}

.gradient-red-primary-blue {
  background: linear-gradient(#F44336, #03A9F4, #2196F3);
}

.gradient-red-primary-black {
  background: linear-gradient(#F44336, #03A9F4, #000);
}

.gradient-red-primary-white {
  background: linear-gradient(#F44336, #03A9F4, #fff);
}

.gradient-red-primary-pink {
  background: linear-gradient(#F44336, #03A9F4, #E91E63);
}

.gradient-red-primary-purple {
  background: linear-gradient(#F44336, #03A9F4, #9C27B0);
}

.gradient-red-primary-indigo {
  background: linear-gradient(#F44336, #03A9F4, #3E51B5);
}

.gradient-red-primary-cyan {
  background: linear-gradient(#F44336, #03A9F4, #00BCD4);
}

.gradient-red-primary-teal {
  background: linear-gradient(#F44336, #03A9F4, #009688);
}

.gradient-red-primary-lime {
  background: linear-gradient(#F44336, #03A9F4, #CDDC39);
}

.gradient-red-primary-yellow {
  background: linear-gradient(#F44336, #03A9F4, #FFEB3B);
}

.gradient-red-primary-amber {
  background: linear-gradient(#F44336, #03A9F4, #FFC107);
}

.gradient-red-primary-orange {
  background: linear-gradient(#F44336, #03A9F4, #FF9800);
}

.gradient-red-primary-lightblue {
  background: linear-gradient(#F44336, #03A9F4, #03A9F4);
}

.gradient-red-primary-lightgreen {
  background: linear-gradient(#F44336, #03A9F4, #76FF03);
}

.gradient-red-primary-deeppurple {
  background: linear-gradient(#F44336, #03A9F4, #673AB7);
}

.gradient-red-primary-deeporange {
  background: linear-gradient(#F44336, #03A9F4, #DD6E0F);
}

.gradient-red-primary-brown {
  background: linear-gradient(#F44336, #03A9F4, #964B00);
}

.gradient-red-primary-grey {
  background: linear-gradient(#F44336, #03A9F4, #808080);
}

.gradient-red-secondary {
  background: linear-gradient(#F44336, #333);
}

.gradient-to-top-red-secondary {
  background: linear-gradient(to top, #F44336, #333);
}

.gradient-to-bottom-red-secondary {
  background: linear-gradient(to bottom, #F44336, #333);
}

.gradient-to-left-red-secondary {
  background: linear-gradient(to left, #F44336, #333);
}

.gradient-to-right-red-secondary {
  background: linear-gradient(to right, #F44336, #333);
}

.gradient-to-top-left-red-secondary {
  background: linear-gradient(to top left, #F44336, #333);
}

.gradient-to-top-right-red-secondary {
  background: linear-gradient(to top right, #F44336, #333);
}

.gradient-to-bottom-left-red-secondary {
  background: linear-gradient(to bottom left, #F44336, #333);
}

.gradient-to-bottom-right-red-secondary {
  background: linear-gradient(to bottom right, #F44336, #333);
}

.gradient-radial-red-secondary {
  background: radial-gradient(circle, #F44336, #333);
}

.gradient-red-secondary-primary {
  background: linear-gradient(#F44336, #333, #03A9F4);
}

.gradient-red-secondary-success {
  background: linear-gradient(#F44336, #333, #28a745);
}

.gradient-red-secondary-info {
  background: linear-gradient(#F44336, #333, #0DCAF0);
}

.gradient-red-secondary-warning {
  background: linear-gradient(#F44336, #333, #FFC107);
}

.gradient-red-secondary-danger {
  background: linear-gradient(#F44336, #333, #DC3545);
}

.gradient-red-secondary-light {
  background: linear-gradient(#F44336, #333, #f5f5f5);
}

.gradient-red-secondary-dark {
  background: linear-gradient(#F44336, #333, #212529);
}

.gradient-red-secondary-green {
  background: linear-gradient(#F44336, #333, #4CAF50);
}

.gradient-red-secondary-blue {
  background: linear-gradient(#F44336, #333, #2196F3);
}

.gradient-red-secondary-black {
  background: linear-gradient(#F44336, #333, #000);
}

.gradient-red-secondary-white {
  background: linear-gradient(#F44336, #333, #fff);
}

.gradient-red-secondary-pink {
  background: linear-gradient(#F44336, #333, #E91E63);
}

.gradient-red-secondary-purple {
  background: linear-gradient(#F44336, #333, #9C27B0);
}

.gradient-red-secondary-indigo {
  background: linear-gradient(#F44336, #333, #3E51B5);
}

.gradient-red-secondary-cyan {
  background: linear-gradient(#F44336, #333, #00BCD4);
}

.gradient-red-secondary-teal {
  background: linear-gradient(#F44336, #333, #009688);
}

.gradient-red-secondary-lime {
  background: linear-gradient(#F44336, #333, #CDDC39);
}

.gradient-red-secondary-yellow {
  background: linear-gradient(#F44336, #333, #FFEB3B);
}

.gradient-red-secondary-amber {
  background: linear-gradient(#F44336, #333, #FFC107);
}

.gradient-red-secondary-orange {
  background: linear-gradient(#F44336, #333, #FF9800);
}

.gradient-red-secondary-lightblue {
  background: linear-gradient(#F44336, #333, #03A9F4);
}

.gradient-red-secondary-lightgreen {
  background: linear-gradient(#F44336, #333, #76FF03);
}

.gradient-red-secondary-deeppurple {
  background: linear-gradient(#F44336, #333, #673AB7);
}

.gradient-red-secondary-deeporange {
  background: linear-gradient(#F44336, #333, #DD6E0F);
}

.gradient-red-secondary-brown {
  background: linear-gradient(#F44336, #333, #964B00);
}

.gradient-red-secondary-grey {
  background: linear-gradient(#F44336, #333, #808080);
}

.gradient-red-success {
  background: linear-gradient(#F44336, #28a745);
}

.gradient-to-top-red-success {
  background: linear-gradient(to top, #F44336, #28a745);
}

.gradient-to-bottom-red-success {
  background: linear-gradient(to bottom, #F44336, #28a745);
}

.gradient-to-left-red-success {
  background: linear-gradient(to left, #F44336, #28a745);
}

.gradient-to-right-red-success {
  background: linear-gradient(to right, #F44336, #28a745);
}

.gradient-to-top-left-red-success {
  background: linear-gradient(to top left, #F44336, #28a745);
}

.gradient-to-top-right-red-success {
  background: linear-gradient(to top right, #F44336, #28a745);
}

.gradient-to-bottom-left-red-success {
  background: linear-gradient(to bottom left, #F44336, #28a745);
}

.gradient-to-bottom-right-red-success {
  background: linear-gradient(to bottom right, #F44336, #28a745);
}

.gradient-radial-red-success {
  background: radial-gradient(circle, #F44336, #28a745);
}

.gradient-red-success-primary {
  background: linear-gradient(#F44336, #28a745, #03A9F4);
}

.gradient-red-success-secondary {
  background: linear-gradient(#F44336, #28a745, #333);
}

.gradient-red-success-info {
  background: linear-gradient(#F44336, #28a745, #0DCAF0);
}

.gradient-red-success-warning {
  background: linear-gradient(#F44336, #28a745, #FFC107);
}

.gradient-red-success-danger {
  background: linear-gradient(#F44336, #28a745, #DC3545);
}

.gradient-red-success-light {
  background: linear-gradient(#F44336, #28a745, #f5f5f5);
}

.gradient-red-success-dark {
  background: linear-gradient(#F44336, #28a745, #212529);
}

.gradient-red-success-green {
  background: linear-gradient(#F44336, #28a745, #4CAF50);
}

.gradient-red-success-blue {
  background: linear-gradient(#F44336, #28a745, #2196F3);
}

.gradient-red-success-black {
  background: linear-gradient(#F44336, #28a745, #000);
}

.gradient-red-success-white {
  background: linear-gradient(#F44336, #28a745, #fff);
}

.gradient-red-success-pink {
  background: linear-gradient(#F44336, #28a745, #E91E63);
}

.gradient-red-success-purple {
  background: linear-gradient(#F44336, #28a745, #9C27B0);
}

.gradient-red-success-indigo {
  background: linear-gradient(#F44336, #28a745, #3E51B5);
}

.gradient-red-success-cyan {
  background: linear-gradient(#F44336, #28a745, #00BCD4);
}

.gradient-red-success-teal {
  background: linear-gradient(#F44336, #28a745, #009688);
}

.gradient-red-success-lime {
  background: linear-gradient(#F44336, #28a745, #CDDC39);
}

.gradient-red-success-yellow {
  background: linear-gradient(#F44336, #28a745, #FFEB3B);
}

.gradient-red-success-amber {
  background: linear-gradient(#F44336, #28a745, #FFC107);
}

.gradient-red-success-orange {
  background: linear-gradient(#F44336, #28a745, #FF9800);
}

.gradient-red-success-lightblue {
  background: linear-gradient(#F44336, #28a745, #03A9F4);
}

.gradient-red-success-lightgreen {
  background: linear-gradient(#F44336, #28a745, #76FF03);
}

.gradient-red-success-deeppurple {
  background: linear-gradient(#F44336, #28a745, #673AB7);
}

.gradient-red-success-deeporange {
  background: linear-gradient(#F44336, #28a745, #DD6E0F);
}

.gradient-red-success-brown {
  background: linear-gradient(#F44336, #28a745, #964B00);
}

.gradient-red-success-grey {
  background: linear-gradient(#F44336, #28a745, #808080);
}

.gradient-red-info {
  background: linear-gradient(#F44336, #0DCAF0);
}

.gradient-to-top-red-info {
  background: linear-gradient(to top, #F44336, #0DCAF0);
}

.gradient-to-bottom-red-info {
  background: linear-gradient(to bottom, #F44336, #0DCAF0);
}

.gradient-to-left-red-info {
  background: linear-gradient(to left, #F44336, #0DCAF0);
}

.gradient-to-right-red-info {
  background: linear-gradient(to right, #F44336, #0DCAF0);
}

.gradient-to-top-left-red-info {
  background: linear-gradient(to top left, #F44336, #0DCAF0);
}

.gradient-to-top-right-red-info {
  background: linear-gradient(to top right, #F44336, #0DCAF0);
}

.gradient-to-bottom-left-red-info {
  background: linear-gradient(to bottom left, #F44336, #0DCAF0);
}

.gradient-to-bottom-right-red-info {
  background: linear-gradient(to bottom right, #F44336, #0DCAF0);
}

.gradient-radial-red-info {
  background: radial-gradient(circle, #F44336, #0DCAF0);
}

.gradient-red-info-primary {
  background: linear-gradient(#F44336, #0DCAF0, #03A9F4);
}

.gradient-red-info-secondary {
  background: linear-gradient(#F44336, #0DCAF0, #333);
}

.gradient-red-info-success {
  background: linear-gradient(#F44336, #0DCAF0, #28a745);
}

.gradient-red-info-warning {
  background: linear-gradient(#F44336, #0DCAF0, #FFC107);
}

.gradient-red-info-danger {
  background: linear-gradient(#F44336, #0DCAF0, #DC3545);
}

.gradient-red-info-light {
  background: linear-gradient(#F44336, #0DCAF0, #f5f5f5);
}

.gradient-red-info-dark {
  background: linear-gradient(#F44336, #0DCAF0, #212529);
}

.gradient-red-info-green {
  background: linear-gradient(#F44336, #0DCAF0, #4CAF50);
}

.gradient-red-info-blue {
  background: linear-gradient(#F44336, #0DCAF0, #2196F3);
}

.gradient-red-info-black {
  background: linear-gradient(#F44336, #0DCAF0, #000);
}

.gradient-red-info-white {
  background: linear-gradient(#F44336, #0DCAF0, #fff);
}

.gradient-red-info-pink {
  background: linear-gradient(#F44336, #0DCAF0, #E91E63);
}

.gradient-red-info-purple {
  background: linear-gradient(#F44336, #0DCAF0, #9C27B0);
}

.gradient-red-info-indigo {
  background: linear-gradient(#F44336, #0DCAF0, #3E51B5);
}

.gradient-red-info-cyan {
  background: linear-gradient(#F44336, #0DCAF0, #00BCD4);
}

.gradient-red-info-teal {
  background: linear-gradient(#F44336, #0DCAF0, #009688);
}

.gradient-red-info-lime {
  background: linear-gradient(#F44336, #0DCAF0, #CDDC39);
}

.gradient-red-info-yellow {
  background: linear-gradient(#F44336, #0DCAF0, #FFEB3B);
}

.gradient-red-info-amber {
  background: linear-gradient(#F44336, #0DCAF0, #FFC107);
}

.gradient-red-info-orange {
  background: linear-gradient(#F44336, #0DCAF0, #FF9800);
}

.gradient-red-info-lightblue {
  background: linear-gradient(#F44336, #0DCAF0, #03A9F4);
}

.gradient-red-info-lightgreen {
  background: linear-gradient(#F44336, #0DCAF0, #76FF03);
}

.gradient-red-info-deeppurple {
  background: linear-gradient(#F44336, #0DCAF0, #673AB7);
}

.gradient-red-info-deeporange {
  background: linear-gradient(#F44336, #0DCAF0, #DD6E0F);
}

.gradient-red-info-brown {
  background: linear-gradient(#F44336, #0DCAF0, #964B00);
}

.gradient-red-info-grey {
  background: linear-gradient(#F44336, #0DCAF0, #808080);
}

.gradient-red-warning {
  background: linear-gradient(#F44336, #FFC107);
}

.gradient-to-top-red-warning {
  background: linear-gradient(to top, #F44336, #FFC107);
}

.gradient-to-bottom-red-warning {
  background: linear-gradient(to bottom, #F44336, #FFC107);
}

.gradient-to-left-red-warning {
  background: linear-gradient(to left, #F44336, #FFC107);
}

.gradient-to-right-red-warning {
  background: linear-gradient(to right, #F44336, #FFC107);
}

.gradient-to-top-left-red-warning {
  background: linear-gradient(to top left, #F44336, #FFC107);
}

.gradient-to-top-right-red-warning {
  background: linear-gradient(to top right, #F44336, #FFC107);
}

.gradient-to-bottom-left-red-warning {
  background: linear-gradient(to bottom left, #F44336, #FFC107);
}

.gradient-to-bottom-right-red-warning {
  background: linear-gradient(to bottom right, #F44336, #FFC107);
}

.gradient-radial-red-warning {
  background: radial-gradient(circle, #F44336, #FFC107);
}

.gradient-red-warning-primary {
  background: linear-gradient(#F44336, #FFC107, #03A9F4);
}

.gradient-red-warning-secondary {
  background: linear-gradient(#F44336, #FFC107, #333);
}

.gradient-red-warning-success {
  background: linear-gradient(#F44336, #FFC107, #28a745);
}

.gradient-red-warning-info {
  background: linear-gradient(#F44336, #FFC107, #0DCAF0);
}

.gradient-red-warning-danger {
  background: linear-gradient(#F44336, #FFC107, #DC3545);
}

.gradient-red-warning-light {
  background: linear-gradient(#F44336, #FFC107, #f5f5f5);
}

.gradient-red-warning-dark {
  background: linear-gradient(#F44336, #FFC107, #212529);
}

.gradient-red-warning-green {
  background: linear-gradient(#F44336, #FFC107, #4CAF50);
}

.gradient-red-warning-blue {
  background: linear-gradient(#F44336, #FFC107, #2196F3);
}

.gradient-red-warning-black {
  background: linear-gradient(#F44336, #FFC107, #000);
}

.gradient-red-warning-white {
  background: linear-gradient(#F44336, #FFC107, #fff);
}

.gradient-red-warning-pink {
  background: linear-gradient(#F44336, #FFC107, #E91E63);
}

.gradient-red-warning-purple {
  background: linear-gradient(#F44336, #FFC107, #9C27B0);
}

.gradient-red-warning-indigo {
  background: linear-gradient(#F44336, #FFC107, #3E51B5);
}

.gradient-red-warning-cyan {
  background: linear-gradient(#F44336, #FFC107, #00BCD4);
}

.gradient-red-warning-teal {
  background: linear-gradient(#F44336, #FFC107, #009688);
}

.gradient-red-warning-lime {
  background: linear-gradient(#F44336, #FFC107, #CDDC39);
}

.gradient-red-warning-yellow {
  background: linear-gradient(#F44336, #FFC107, #FFEB3B);
}

.gradient-red-warning-amber {
  background: linear-gradient(#F44336, #FFC107, #FFC107);
}

.gradient-red-warning-orange {
  background: linear-gradient(#F44336, #FFC107, #FF9800);
}

.gradient-red-warning-lightblue {
  background: linear-gradient(#F44336, #FFC107, #03A9F4);
}

.gradient-red-warning-lightgreen {
  background: linear-gradient(#F44336, #FFC107, #76FF03);
}

.gradient-red-warning-deeppurple {
  background: linear-gradient(#F44336, #FFC107, #673AB7);
}

.gradient-red-warning-deeporange {
  background: linear-gradient(#F44336, #FFC107, #DD6E0F);
}

.gradient-red-warning-brown {
  background: linear-gradient(#F44336, #FFC107, #964B00);
}

.gradient-red-warning-grey {
  background: linear-gradient(#F44336, #FFC107, #808080);
}

.gradient-red-danger {
  background: linear-gradient(#F44336, #DC3545);
}

.gradient-to-top-red-danger {
  background: linear-gradient(to top, #F44336, #DC3545);
}

.gradient-to-bottom-red-danger {
  background: linear-gradient(to bottom, #F44336, #DC3545);
}

.gradient-to-left-red-danger {
  background: linear-gradient(to left, #F44336, #DC3545);
}

.gradient-to-right-red-danger {
  background: linear-gradient(to right, #F44336, #DC3545);
}

.gradient-to-top-left-red-danger {
  background: linear-gradient(to top left, #F44336, #DC3545);
}

.gradient-to-top-right-red-danger {
  background: linear-gradient(to top right, #F44336, #DC3545);
}

.gradient-to-bottom-left-red-danger {
  background: linear-gradient(to bottom left, #F44336, #DC3545);
}

.gradient-to-bottom-right-red-danger {
  background: linear-gradient(to bottom right, #F44336, #DC3545);
}

.gradient-radial-red-danger {
  background: radial-gradient(circle, #F44336, #DC3545);
}

.gradient-red-danger-primary {
  background: linear-gradient(#F44336, #DC3545, #03A9F4);
}

.gradient-red-danger-secondary {
  background: linear-gradient(#F44336, #DC3545, #333);
}

.gradient-red-danger-success {
  background: linear-gradient(#F44336, #DC3545, #28a745);
}

.gradient-red-danger-info {
  background: linear-gradient(#F44336, #DC3545, #0DCAF0);
}

.gradient-red-danger-warning {
  background: linear-gradient(#F44336, #DC3545, #FFC107);
}

.gradient-red-danger-light {
  background: linear-gradient(#F44336, #DC3545, #f5f5f5);
}

.gradient-red-danger-dark {
  background: linear-gradient(#F44336, #DC3545, #212529);
}

.gradient-red-danger-green {
  background: linear-gradient(#F44336, #DC3545, #4CAF50);
}

.gradient-red-danger-blue {
  background: linear-gradient(#F44336, #DC3545, #2196F3);
}

.gradient-red-danger-black {
  background: linear-gradient(#F44336, #DC3545, #000);
}

.gradient-red-danger-white {
  background: linear-gradient(#F44336, #DC3545, #fff);
}

.gradient-red-danger-pink {
  background: linear-gradient(#F44336, #DC3545, #E91E63);
}

.gradient-red-danger-purple {
  background: linear-gradient(#F44336, #DC3545, #9C27B0);
}

.gradient-red-danger-indigo {
  background: linear-gradient(#F44336, #DC3545, #3E51B5);
}

.gradient-red-danger-cyan {
  background: linear-gradient(#F44336, #DC3545, #00BCD4);
}

.gradient-red-danger-teal {
  background: linear-gradient(#F44336, #DC3545, #009688);
}

.gradient-red-danger-lime {
  background: linear-gradient(#F44336, #DC3545, #CDDC39);
}

.gradient-red-danger-yellow {
  background: linear-gradient(#F44336, #DC3545, #FFEB3B);
}

.gradient-red-danger-amber {
  background: linear-gradient(#F44336, #DC3545, #FFC107);
}

.gradient-red-danger-orange {
  background: linear-gradient(#F44336, #DC3545, #FF9800);
}

.gradient-red-danger-lightblue {
  background: linear-gradient(#F44336, #DC3545, #03A9F4);
}

.gradient-red-danger-lightgreen {
  background: linear-gradient(#F44336, #DC3545, #76FF03);
}

.gradient-red-danger-deeppurple {
  background: linear-gradient(#F44336, #DC3545, #673AB7);
}

.gradient-red-danger-deeporange {
  background: linear-gradient(#F44336, #DC3545, #DD6E0F);
}

.gradient-red-danger-brown {
  background: linear-gradient(#F44336, #DC3545, #964B00);
}

.gradient-red-danger-grey {
  background: linear-gradient(#F44336, #DC3545, #808080);
}

.gradient-red-light {
  background: linear-gradient(#F44336, #f5f5f5);
}

.gradient-to-top-red-light {
  background: linear-gradient(to top, #F44336, #f5f5f5);
}

.gradient-to-bottom-red-light {
  background: linear-gradient(to bottom, #F44336, #f5f5f5);
}

.gradient-to-left-red-light {
  background: linear-gradient(to left, #F44336, #f5f5f5);
}

.gradient-to-right-red-light {
  background: linear-gradient(to right, #F44336, #f5f5f5);
}

.gradient-to-top-left-red-light {
  background: linear-gradient(to top left, #F44336, #f5f5f5);
}

.gradient-to-top-right-red-light {
  background: linear-gradient(to top right, #F44336, #f5f5f5);
}

.gradient-to-bottom-left-red-light {
  background: linear-gradient(to bottom left, #F44336, #f5f5f5);
}

.gradient-to-bottom-right-red-light {
  background: linear-gradient(to bottom right, #F44336, #f5f5f5);
}

.gradient-radial-red-light {
  background: radial-gradient(circle, #F44336, #f5f5f5);
}

.gradient-red-light-primary {
  background: linear-gradient(#F44336, #f5f5f5, #03A9F4);
}

.gradient-red-light-secondary {
  background: linear-gradient(#F44336, #f5f5f5, #333);
}

.gradient-red-light-success {
  background: linear-gradient(#F44336, #f5f5f5, #28a745);
}

.gradient-red-light-info {
  background: linear-gradient(#F44336, #f5f5f5, #0DCAF0);
}

.gradient-red-light-warning {
  background: linear-gradient(#F44336, #f5f5f5, #FFC107);
}

.gradient-red-light-danger {
  background: linear-gradient(#F44336, #f5f5f5, #DC3545);
}

.gradient-red-light-dark {
  background: linear-gradient(#F44336, #f5f5f5, #212529);
}

.gradient-red-light-green {
  background: linear-gradient(#F44336, #f5f5f5, #4CAF50);
}

.gradient-red-light-blue {
  background: linear-gradient(#F44336, #f5f5f5, #2196F3);
}

.gradient-red-light-black {
  background: linear-gradient(#F44336, #f5f5f5, #000);
}

.gradient-red-light-white {
  background: linear-gradient(#F44336, #f5f5f5, #fff);
}

.gradient-red-light-pink {
  background: linear-gradient(#F44336, #f5f5f5, #E91E63);
}

.gradient-red-light-purple {
  background: linear-gradient(#F44336, #f5f5f5, #9C27B0);
}

.gradient-red-light-indigo {
  background: linear-gradient(#F44336, #f5f5f5, #3E51B5);
}

.gradient-red-light-cyan {
  background: linear-gradient(#F44336, #f5f5f5, #00BCD4);
}

.gradient-red-light-teal {
  background: linear-gradient(#F44336, #f5f5f5, #009688);
}

.gradient-red-light-lime {
  background: linear-gradient(#F44336, #f5f5f5, #CDDC39);
}

.gradient-red-light-yellow {
  background: linear-gradient(#F44336, #f5f5f5, #FFEB3B);
}

.gradient-red-light-amber {
  background: linear-gradient(#F44336, #f5f5f5, #FFC107);
}

.gradient-red-light-orange {
  background: linear-gradient(#F44336, #f5f5f5, #FF9800);
}

.gradient-red-light-lightblue {
  background: linear-gradient(#F44336, #f5f5f5, #03A9F4);
}

.gradient-red-light-lightgreen {
  background: linear-gradient(#F44336, #f5f5f5, #76FF03);
}

.gradient-red-light-deeppurple {
  background: linear-gradient(#F44336, #f5f5f5, #673AB7);
}

.gradient-red-light-deeporange {
  background: linear-gradient(#F44336, #f5f5f5, #DD6E0F);
}

.gradient-red-light-brown {
  background: linear-gradient(#F44336, #f5f5f5, #964B00);
}

.gradient-red-light-grey {
  background: linear-gradient(#F44336, #f5f5f5, #808080);
}

.gradient-red-dark {
  background: linear-gradient(#F44336, #212529);
}

.gradient-to-top-red-dark {
  background: linear-gradient(to top, #F44336, #212529);
}

.gradient-to-bottom-red-dark {
  background: linear-gradient(to bottom, #F44336, #212529);
}

.gradient-to-left-red-dark {
  background: linear-gradient(to left, #F44336, #212529);
}

.gradient-to-right-red-dark {
  background: linear-gradient(to right, #F44336, #212529);
}

.gradient-to-top-left-red-dark {
  background: linear-gradient(to top left, #F44336, #212529);
}

.gradient-to-top-right-red-dark {
  background: linear-gradient(to top right, #F44336, #212529);
}

.gradient-to-bottom-left-red-dark {
  background: linear-gradient(to bottom left, #F44336, #212529);
}

.gradient-to-bottom-right-red-dark {
  background: linear-gradient(to bottom right, #F44336, #212529);
}

.gradient-radial-red-dark {
  background: radial-gradient(circle, #F44336, #212529);
}

.gradient-red-dark-primary {
  background: linear-gradient(#F44336, #212529, #03A9F4);
}

.gradient-red-dark-secondary {
  background: linear-gradient(#F44336, #212529, #333);
}

.gradient-red-dark-success {
  background: linear-gradient(#F44336, #212529, #28a745);
}

.gradient-red-dark-info {
  background: linear-gradient(#F44336, #212529, #0DCAF0);
}

.gradient-red-dark-warning {
  background: linear-gradient(#F44336, #212529, #FFC107);
}

.gradient-red-dark-danger {
  background: linear-gradient(#F44336, #212529, #DC3545);
}

.gradient-red-dark-light {
  background: linear-gradient(#F44336, #212529, #f5f5f5);
}

.gradient-red-dark-green {
  background: linear-gradient(#F44336, #212529, #4CAF50);
}

.gradient-red-dark-blue {
  background: linear-gradient(#F44336, #212529, #2196F3);
}

.gradient-red-dark-black {
  background: linear-gradient(#F44336, #212529, #000);
}

.gradient-red-dark-white {
  background: linear-gradient(#F44336, #212529, #fff);
}

.gradient-red-dark-pink {
  background: linear-gradient(#F44336, #212529, #E91E63);
}

.gradient-red-dark-purple {
  background: linear-gradient(#F44336, #212529, #9C27B0);
}

.gradient-red-dark-indigo {
  background: linear-gradient(#F44336, #212529, #3E51B5);
}

.gradient-red-dark-cyan {
  background: linear-gradient(#F44336, #212529, #00BCD4);
}

.gradient-red-dark-teal {
  background: linear-gradient(#F44336, #212529, #009688);
}

.gradient-red-dark-lime {
  background: linear-gradient(#F44336, #212529, #CDDC39);
}

.gradient-red-dark-yellow {
  background: linear-gradient(#F44336, #212529, #FFEB3B);
}

.gradient-red-dark-amber {
  background: linear-gradient(#F44336, #212529, #FFC107);
}

.gradient-red-dark-orange {
  background: linear-gradient(#F44336, #212529, #FF9800);
}

.gradient-red-dark-lightblue {
  background: linear-gradient(#F44336, #212529, #03A9F4);
}

.gradient-red-dark-lightgreen {
  background: linear-gradient(#F44336, #212529, #76FF03);
}

.gradient-red-dark-deeppurple {
  background: linear-gradient(#F44336, #212529, #673AB7);
}

.gradient-red-dark-deeporange {
  background: linear-gradient(#F44336, #212529, #DD6E0F);
}

.gradient-red-dark-brown {
  background: linear-gradient(#F44336, #212529, #964B00);
}

.gradient-red-dark-grey {
  background: linear-gradient(#F44336, #212529, #808080);
}

.gradient-red-green {
  background: linear-gradient(#F44336, #4CAF50);
}

.gradient-to-top-red-green {
  background: linear-gradient(to top, #F44336, #4CAF50);
}

.gradient-to-bottom-red-green {
  background: linear-gradient(to bottom, #F44336, #4CAF50);
}

.gradient-to-left-red-green {
  background: linear-gradient(to left, #F44336, #4CAF50);
}

.gradient-to-right-red-green {
  background: linear-gradient(to right, #F44336, #4CAF50);
}

.gradient-to-top-left-red-green {
  background: linear-gradient(to top left, #F44336, #4CAF50);
}

.gradient-to-top-right-red-green {
  background: linear-gradient(to top right, #F44336, #4CAF50);
}

.gradient-to-bottom-left-red-green {
  background: linear-gradient(to bottom left, #F44336, #4CAF50);
}

.gradient-to-bottom-right-red-green {
  background: linear-gradient(to bottom right, #F44336, #4CAF50);
}

.gradient-radial-red-green {
  background: radial-gradient(circle, #F44336, #4CAF50);
}

.gradient-red-green-primary {
  background: linear-gradient(#F44336, #4CAF50, #03A9F4);
}

.gradient-red-green-secondary {
  background: linear-gradient(#F44336, #4CAF50, #333);
}

.gradient-red-green-success {
  background: linear-gradient(#F44336, #4CAF50, #28a745);
}

.gradient-red-green-info {
  background: linear-gradient(#F44336, #4CAF50, #0DCAF0);
}

.gradient-red-green-warning {
  background: linear-gradient(#F44336, #4CAF50, #FFC107);
}

.gradient-red-green-danger {
  background: linear-gradient(#F44336, #4CAF50, #DC3545);
}

.gradient-red-green-light {
  background: linear-gradient(#F44336, #4CAF50, #f5f5f5);
}

.gradient-red-green-dark {
  background: linear-gradient(#F44336, #4CAF50, #212529);
}

.gradient-red-green-blue {
  background: linear-gradient(#F44336, #4CAF50, #2196F3);
}

.gradient-red-green-black {
  background: linear-gradient(#F44336, #4CAF50, #000);
}

.gradient-red-green-white {
  background: linear-gradient(#F44336, #4CAF50, #fff);
}

.gradient-red-green-pink {
  background: linear-gradient(#F44336, #4CAF50, #E91E63);
}

.gradient-red-green-purple {
  background: linear-gradient(#F44336, #4CAF50, #9C27B0);
}

.gradient-red-green-indigo {
  background: linear-gradient(#F44336, #4CAF50, #3E51B5);
}

.gradient-red-green-cyan {
  background: linear-gradient(#F44336, #4CAF50, #00BCD4);
}

.gradient-red-green-teal {
  background: linear-gradient(#F44336, #4CAF50, #009688);
}

.gradient-red-green-lime {
  background: linear-gradient(#F44336, #4CAF50, #CDDC39);
}

.gradient-red-green-yellow {
  background: linear-gradient(#F44336, #4CAF50, #FFEB3B);
}

.gradient-red-green-amber {
  background: linear-gradient(#F44336, #4CAF50, #FFC107);
}

.gradient-red-green-orange {
  background: linear-gradient(#F44336, #4CAF50, #FF9800);
}

.gradient-red-green-lightblue {
  background: linear-gradient(#F44336, #4CAF50, #03A9F4);
}

.gradient-red-green-lightgreen {
  background: linear-gradient(#F44336, #4CAF50, #76FF03);
}

.gradient-red-green-deeppurple {
  background: linear-gradient(#F44336, #4CAF50, #673AB7);
}

.gradient-red-green-deeporange {
  background: linear-gradient(#F44336, #4CAF50, #DD6E0F);
}

.gradient-red-green-brown {
  background: linear-gradient(#F44336, #4CAF50, #964B00);
}

.gradient-red-green-grey {
  background: linear-gradient(#F44336, #4CAF50, #808080);
}

.gradient-red-blue {
  background: linear-gradient(#F44336, #2196F3);
}

.gradient-to-top-red-blue {
  background: linear-gradient(to top, #F44336, #2196F3);
}

.gradient-to-bottom-red-blue {
  background: linear-gradient(to bottom, #F44336, #2196F3);
}

.gradient-to-left-red-blue {
  background: linear-gradient(to left, #F44336, #2196F3);
}

.gradient-to-right-red-blue {
  background: linear-gradient(to right, #F44336, #2196F3);
}

.gradient-to-top-left-red-blue {
  background: linear-gradient(to top left, #F44336, #2196F3);
}

.gradient-to-top-right-red-blue {
  background: linear-gradient(to top right, #F44336, #2196F3);
}

.gradient-to-bottom-left-red-blue {
  background: linear-gradient(to bottom left, #F44336, #2196F3);
}

.gradient-to-bottom-right-red-blue {
  background: linear-gradient(to bottom right, #F44336, #2196F3);
}

.gradient-radial-red-blue {
  background: radial-gradient(circle, #F44336, #2196F3);
}

.gradient-red-blue-primary {
  background: linear-gradient(#F44336, #2196F3, #03A9F4);
}

.gradient-red-blue-secondary {
  background: linear-gradient(#F44336, #2196F3, #333);
}

.gradient-red-blue-success {
  background: linear-gradient(#F44336, #2196F3, #28a745);
}

.gradient-red-blue-info {
  background: linear-gradient(#F44336, #2196F3, #0DCAF0);
}

.gradient-red-blue-warning {
  background: linear-gradient(#F44336, #2196F3, #FFC107);
}

.gradient-red-blue-danger {
  background: linear-gradient(#F44336, #2196F3, #DC3545);
}

.gradient-red-blue-light {
  background: linear-gradient(#F44336, #2196F3, #f5f5f5);
}

.gradient-red-blue-dark {
  background: linear-gradient(#F44336, #2196F3, #212529);
}

.gradient-red-blue-green {
  background: linear-gradient(#F44336, #2196F3, #4CAF50);
}

.gradient-red-blue-black {
  background: linear-gradient(#F44336, #2196F3, #000);
}

.gradient-red-blue-white {
  background: linear-gradient(#F44336, #2196F3, #fff);
}

.gradient-red-blue-pink {
  background: linear-gradient(#F44336, #2196F3, #E91E63);
}

.gradient-red-blue-purple {
  background: linear-gradient(#F44336, #2196F3, #9C27B0);
}

.gradient-red-blue-indigo {
  background: linear-gradient(#F44336, #2196F3, #3E51B5);
}

.gradient-red-blue-cyan {
  background: linear-gradient(#F44336, #2196F3, #00BCD4);
}

.gradient-red-blue-teal {
  background: linear-gradient(#F44336, #2196F3, #009688);
}

.gradient-red-blue-lime {
  background: linear-gradient(#F44336, #2196F3, #CDDC39);
}

.gradient-red-blue-yellow {
  background: linear-gradient(#F44336, #2196F3, #FFEB3B);
}

.gradient-red-blue-amber {
  background: linear-gradient(#F44336, #2196F3, #FFC107);
}

.gradient-red-blue-orange {
  background: linear-gradient(#F44336, #2196F3, #FF9800);
}

.gradient-red-blue-lightblue {
  background: linear-gradient(#F44336, #2196F3, #03A9F4);
}

.gradient-red-blue-lightgreen {
  background: linear-gradient(#F44336, #2196F3, #76FF03);
}

.gradient-red-blue-deeppurple {
  background: linear-gradient(#F44336, #2196F3, #673AB7);
}

.gradient-red-blue-deeporange {
  background: linear-gradient(#F44336, #2196F3, #DD6E0F);
}

.gradient-red-blue-brown {
  background: linear-gradient(#F44336, #2196F3, #964B00);
}

.gradient-red-blue-grey {
  background: linear-gradient(#F44336, #2196F3, #808080);
}

.gradient-red-black {
  background: linear-gradient(#F44336, #000);
}

.gradient-to-top-red-black {
  background: linear-gradient(to top, #F44336, #000);
}

.gradient-to-bottom-red-black {
  background: linear-gradient(to bottom, #F44336, #000);
}

.gradient-to-left-red-black {
  background: linear-gradient(to left, #F44336, #000);
}

.gradient-to-right-red-black {
  background: linear-gradient(to right, #F44336, #000);
}

.gradient-to-top-left-red-black {
  background: linear-gradient(to top left, #F44336, #000);
}

.gradient-to-top-right-red-black {
  background: linear-gradient(to top right, #F44336, #000);
}

.gradient-to-bottom-left-red-black {
  background: linear-gradient(to bottom left, #F44336, #000);
}

.gradient-to-bottom-right-red-black {
  background: linear-gradient(to bottom right, #F44336, #000);
}

.gradient-radial-red-black {
  background: radial-gradient(circle, #F44336, #000);
}

.gradient-red-black-primary {
  background: linear-gradient(#F44336, #000, #03A9F4);
}

.gradient-red-black-secondary {
  background: linear-gradient(#F44336, #000, #333);
}

.gradient-red-black-success {
  background: linear-gradient(#F44336, #000, #28a745);
}

.gradient-red-black-info {
  background: linear-gradient(#F44336, #000, #0DCAF0);
}

.gradient-red-black-warning {
  background: linear-gradient(#F44336, #000, #FFC107);
}

.gradient-red-black-danger {
  background: linear-gradient(#F44336, #000, #DC3545);
}

.gradient-red-black-light {
  background: linear-gradient(#F44336, #000, #f5f5f5);
}

.gradient-red-black-dark {
  background: linear-gradient(#F44336, #000, #212529);
}

.gradient-red-black-green {
  background: linear-gradient(#F44336, #000, #4CAF50);
}

.gradient-red-black-blue {
  background: linear-gradient(#F44336, #000, #2196F3);
}

.gradient-red-black-white {
  background: linear-gradient(#F44336, #000, #fff);
}

.gradient-red-black-pink {
  background: linear-gradient(#F44336, #000, #E91E63);
}

.gradient-red-black-purple {
  background: linear-gradient(#F44336, #000, #9C27B0);
}

.gradient-red-black-indigo {
  background: linear-gradient(#F44336, #000, #3E51B5);
}

.gradient-red-black-cyan {
  background: linear-gradient(#F44336, #000, #00BCD4);
}

.gradient-red-black-teal {
  background: linear-gradient(#F44336, #000, #009688);
}

.gradient-red-black-lime {
  background: linear-gradient(#F44336, #000, #CDDC39);
}

.gradient-red-black-yellow {
  background: linear-gradient(#F44336, #000, #FFEB3B);
}

.gradient-red-black-amber {
  background: linear-gradient(#F44336, #000, #FFC107);
}

.gradient-red-black-orange {
  background: linear-gradient(#F44336, #000, #FF9800);
}

.gradient-red-black-lightblue {
  background: linear-gradient(#F44336, #000, #03A9F4);
}

.gradient-red-black-lightgreen {
  background: linear-gradient(#F44336, #000, #76FF03);
}

.gradient-red-black-deeppurple {
  background: linear-gradient(#F44336, #000, #673AB7);
}

.gradient-red-black-deeporange {
  background: linear-gradient(#F44336, #000, #DD6E0F);
}

.gradient-red-black-brown {
  background: linear-gradient(#F44336, #000, #964B00);
}

.gradient-red-black-grey {
  background: linear-gradient(#F44336, #000, #808080);
}

.gradient-red-white {
  background: linear-gradient(#F44336, #fff);
}

.gradient-to-top-red-white {
  background: linear-gradient(to top, #F44336, #fff);
}

.gradient-to-bottom-red-white {
  background: linear-gradient(to bottom, #F44336, #fff);
}

.gradient-to-left-red-white {
  background: linear-gradient(to left, #F44336, #fff);
}

.gradient-to-right-red-white {
  background: linear-gradient(to right, #F44336, #fff);
}

.gradient-to-top-left-red-white {
  background: linear-gradient(to top left, #F44336, #fff);
}

.gradient-to-top-right-red-white {
  background: linear-gradient(to top right, #F44336, #fff);
}

.gradient-to-bottom-left-red-white {
  background: linear-gradient(to bottom left, #F44336, #fff);
}

.gradient-to-bottom-right-red-white {
  background: linear-gradient(to bottom right, #F44336, #fff);
}

.gradient-radial-red-white {
  background: radial-gradient(circle, #F44336, #fff);
}

.gradient-red-white-primary {
  background: linear-gradient(#F44336, #fff, #03A9F4);
}

.gradient-red-white-secondary {
  background: linear-gradient(#F44336, #fff, #333);
}

.gradient-red-white-success {
  background: linear-gradient(#F44336, #fff, #28a745);
}

.gradient-red-white-info {
  background: linear-gradient(#F44336, #fff, #0DCAF0);
}

.gradient-red-white-warning {
  background: linear-gradient(#F44336, #fff, #FFC107);
}

.gradient-red-white-danger {
  background: linear-gradient(#F44336, #fff, #DC3545);
}

.gradient-red-white-light {
  background: linear-gradient(#F44336, #fff, #f5f5f5);
}

.gradient-red-white-dark {
  background: linear-gradient(#F44336, #fff, #212529);
}

.gradient-red-white-green {
  background: linear-gradient(#F44336, #fff, #4CAF50);
}

.gradient-red-white-blue {
  background: linear-gradient(#F44336, #fff, #2196F3);
}

.gradient-red-white-black {
  background: linear-gradient(#F44336, #fff, #000);
}

.gradient-red-white-pink {
  background: linear-gradient(#F44336, #fff, #E91E63);
}

.gradient-red-white-purple {
  background: linear-gradient(#F44336, #fff, #9C27B0);
}

.gradient-red-white-indigo {
  background: linear-gradient(#F44336, #fff, #3E51B5);
}

.gradient-red-white-cyan {
  background: linear-gradient(#F44336, #fff, #00BCD4);
}

.gradient-red-white-teal {
  background: linear-gradient(#F44336, #fff, #009688);
}

.gradient-red-white-lime {
  background: linear-gradient(#F44336, #fff, #CDDC39);
}

.gradient-red-white-yellow {
  background: linear-gradient(#F44336, #fff, #FFEB3B);
}

.gradient-red-white-amber {
  background: linear-gradient(#F44336, #fff, #FFC107);
}

.gradient-red-white-orange {
  background: linear-gradient(#F44336, #fff, #FF9800);
}

.gradient-red-white-lightblue {
  background: linear-gradient(#F44336, #fff, #03A9F4);
}

.gradient-red-white-lightgreen {
  background: linear-gradient(#F44336, #fff, #76FF03);
}

.gradient-red-white-deeppurple {
  background: linear-gradient(#F44336, #fff, #673AB7);
}

.gradient-red-white-deeporange {
  background: linear-gradient(#F44336, #fff, #DD6E0F);
}

.gradient-red-white-brown {
  background: linear-gradient(#F44336, #fff, #964B00);
}

.gradient-red-white-grey {
  background: linear-gradient(#F44336, #fff, #808080);
}

.gradient-red-pink {
  background: linear-gradient(#F44336, #E91E63);
}

.gradient-to-top-red-pink {
  background: linear-gradient(to top, #F44336, #E91E63);
}

.gradient-to-bottom-red-pink {
  background: linear-gradient(to bottom, #F44336, #E91E63);
}

.gradient-to-left-red-pink {
  background: linear-gradient(to left, #F44336, #E91E63);
}

.gradient-to-right-red-pink {
  background: linear-gradient(to right, #F44336, #E91E63);
}

.gradient-to-top-left-red-pink {
  background: linear-gradient(to top left, #F44336, #E91E63);
}

.gradient-to-top-right-red-pink {
  background: linear-gradient(to top right, #F44336, #E91E63);
}

.gradient-to-bottom-left-red-pink {
  background: linear-gradient(to bottom left, #F44336, #E91E63);
}

.gradient-to-bottom-right-red-pink {
  background: linear-gradient(to bottom right, #F44336, #E91E63);
}

.gradient-radial-red-pink {
  background: radial-gradient(circle, #F44336, #E91E63);
}

.gradient-red-pink-primary {
  background: linear-gradient(#F44336, #E91E63, #03A9F4);
}

.gradient-red-pink-secondary {
  background: linear-gradient(#F44336, #E91E63, #333);
}

.gradient-red-pink-success {
  background: linear-gradient(#F44336, #E91E63, #28a745);
}

.gradient-red-pink-info {
  background: linear-gradient(#F44336, #E91E63, #0DCAF0);
}

.gradient-red-pink-warning {
  background: linear-gradient(#F44336, #E91E63, #FFC107);
}

.gradient-red-pink-danger {
  background: linear-gradient(#F44336, #E91E63, #DC3545);
}

.gradient-red-pink-light {
  background: linear-gradient(#F44336, #E91E63, #f5f5f5);
}

.gradient-red-pink-dark {
  background: linear-gradient(#F44336, #E91E63, #212529);
}

.gradient-red-pink-green {
  background: linear-gradient(#F44336, #E91E63, #4CAF50);
}

.gradient-red-pink-blue {
  background: linear-gradient(#F44336, #E91E63, #2196F3);
}

.gradient-red-pink-black {
  background: linear-gradient(#F44336, #E91E63, #000);
}

.gradient-red-pink-white {
  background: linear-gradient(#F44336, #E91E63, #fff);
}

.gradient-red-pink-purple {
  background: linear-gradient(#F44336, #E91E63, #9C27B0);
}

.gradient-red-pink-indigo {
  background: linear-gradient(#F44336, #E91E63, #3E51B5);
}

.gradient-red-pink-cyan {
  background: linear-gradient(#F44336, #E91E63, #00BCD4);
}

.gradient-red-pink-teal {
  background: linear-gradient(#F44336, #E91E63, #009688);
}

.gradient-red-pink-lime {
  background: linear-gradient(#F44336, #E91E63, #CDDC39);
}

.gradient-red-pink-yellow {
  background: linear-gradient(#F44336, #E91E63, #FFEB3B);
}

.gradient-red-pink-amber {
  background: linear-gradient(#F44336, #E91E63, #FFC107);
}

.gradient-red-pink-orange {
  background: linear-gradient(#F44336, #E91E63, #FF9800);
}

.gradient-red-pink-lightblue {
  background: linear-gradient(#F44336, #E91E63, #03A9F4);
}

.gradient-red-pink-lightgreen {
  background: linear-gradient(#F44336, #E91E63, #76FF03);
}

.gradient-red-pink-deeppurple {
  background: linear-gradient(#F44336, #E91E63, #673AB7);
}

.gradient-red-pink-deeporange {
  background: linear-gradient(#F44336, #E91E63, #DD6E0F);
}

.gradient-red-pink-brown {
  background: linear-gradient(#F44336, #E91E63, #964B00);
}

.gradient-red-pink-grey {
  background: linear-gradient(#F44336, #E91E63, #808080);
}

.gradient-red-purple {
  background: linear-gradient(#F44336, #9C27B0);
}

.gradient-to-top-red-purple {
  background: linear-gradient(to top, #F44336, #9C27B0);
}

.gradient-to-bottom-red-purple {
  background: linear-gradient(to bottom, #F44336, #9C27B0);
}

.gradient-to-left-red-purple {
  background: linear-gradient(to left, #F44336, #9C27B0);
}

.gradient-to-right-red-purple {
  background: linear-gradient(to right, #F44336, #9C27B0);
}

.gradient-to-top-left-red-purple {
  background: linear-gradient(to top left, #F44336, #9C27B0);
}

.gradient-to-top-right-red-purple {
  background: linear-gradient(to top right, #F44336, #9C27B0);
}

.gradient-to-bottom-left-red-purple {
  background: linear-gradient(to bottom left, #F44336, #9C27B0);
}

.gradient-to-bottom-right-red-purple {
  background: linear-gradient(to bottom right, #F44336, #9C27B0);
}

.gradient-radial-red-purple {
  background: radial-gradient(circle, #F44336, #9C27B0);
}

.gradient-red-purple-primary {
  background: linear-gradient(#F44336, #9C27B0, #03A9F4);
}

.gradient-red-purple-secondary {
  background: linear-gradient(#F44336, #9C27B0, #333);
}

.gradient-red-purple-success {
  background: linear-gradient(#F44336, #9C27B0, #28a745);
}

.gradient-red-purple-info {
  background: linear-gradient(#F44336, #9C27B0, #0DCAF0);
}

.gradient-red-purple-warning {
  background: linear-gradient(#F44336, #9C27B0, #FFC107);
}

.gradient-red-purple-danger {
  background: linear-gradient(#F44336, #9C27B0, #DC3545);
}

.gradient-red-purple-light {
  background: linear-gradient(#F44336, #9C27B0, #f5f5f5);
}

.gradient-red-purple-dark {
  background: linear-gradient(#F44336, #9C27B0, #212529);
}

.gradient-red-purple-green {
  background: linear-gradient(#F44336, #9C27B0, #4CAF50);
}

.gradient-red-purple-blue {
  background: linear-gradient(#F44336, #9C27B0, #2196F3);
}

.gradient-red-purple-black {
  background: linear-gradient(#F44336, #9C27B0, #000);
}

.gradient-red-purple-white {
  background: linear-gradient(#F44336, #9C27B0, #fff);
}

.gradient-red-purple-pink {
  background: linear-gradient(#F44336, #9C27B0, #E91E63);
}

.gradient-red-purple-indigo {
  background: linear-gradient(#F44336, #9C27B0, #3E51B5);
}

.gradient-red-purple-cyan {
  background: linear-gradient(#F44336, #9C27B0, #00BCD4);
}

.gradient-red-purple-teal {
  background: linear-gradient(#F44336, #9C27B0, #009688);
}

.gradient-red-purple-lime {
  background: linear-gradient(#F44336, #9C27B0, #CDDC39);
}

.gradient-red-purple-yellow {
  background: linear-gradient(#F44336, #9C27B0, #FFEB3B);
}

.gradient-red-purple-amber {
  background: linear-gradient(#F44336, #9C27B0, #FFC107);
}

.gradient-red-purple-orange {
  background: linear-gradient(#F44336, #9C27B0, #FF9800);
}

.gradient-red-purple-lightblue {
  background: linear-gradient(#F44336, #9C27B0, #03A9F4);
}

.gradient-red-purple-lightgreen {
  background: linear-gradient(#F44336, #9C27B0, #76FF03);
}

.gradient-red-purple-deeppurple {
  background: linear-gradient(#F44336, #9C27B0, #673AB7);
}

.gradient-red-purple-deeporange {
  background: linear-gradient(#F44336, #9C27B0, #DD6E0F);
}

.gradient-red-purple-brown {
  background: linear-gradient(#F44336, #9C27B0, #964B00);
}

.gradient-red-purple-grey {
  background: linear-gradient(#F44336, #9C27B0, #808080);
}

.gradient-red-indigo {
  background: linear-gradient(#F44336, #3E51B5);
}

.gradient-to-top-red-indigo {
  background: linear-gradient(to top, #F44336, #3E51B5);
}

.gradient-to-bottom-red-indigo {
  background: linear-gradient(to bottom, #F44336, #3E51B5);
}

.gradient-to-left-red-indigo {
  background: linear-gradient(to left, #F44336, #3E51B5);
}

.gradient-to-right-red-indigo {
  background: linear-gradient(to right, #F44336, #3E51B5);
}

.gradient-to-top-left-red-indigo {
  background: linear-gradient(to top left, #F44336, #3E51B5);
}

.gradient-to-top-right-red-indigo {
  background: linear-gradient(to top right, #F44336, #3E51B5);
}

.gradient-to-bottom-left-red-indigo {
  background: linear-gradient(to bottom left, #F44336, #3E51B5);
}

.gradient-to-bottom-right-red-indigo {
  background: linear-gradient(to bottom right, #F44336, #3E51B5);
}

.gradient-radial-red-indigo {
  background: radial-gradient(circle, #F44336, #3E51B5);
}

.gradient-red-indigo-primary {
  background: linear-gradient(#F44336, #3E51B5, #03A9F4);
}

.gradient-red-indigo-secondary {
  background: linear-gradient(#F44336, #3E51B5, #333);
}

.gradient-red-indigo-success {
  background: linear-gradient(#F44336, #3E51B5, #28a745);
}

.gradient-red-indigo-info {
  background: linear-gradient(#F44336, #3E51B5, #0DCAF0);
}

.gradient-red-indigo-warning {
  background: linear-gradient(#F44336, #3E51B5, #FFC107);
}

.gradient-red-indigo-danger {
  background: linear-gradient(#F44336, #3E51B5, #DC3545);
}

.gradient-red-indigo-light {
  background: linear-gradient(#F44336, #3E51B5, #f5f5f5);
}

.gradient-red-indigo-dark {
  background: linear-gradient(#F44336, #3E51B5, #212529);
}

.gradient-red-indigo-green {
  background: linear-gradient(#F44336, #3E51B5, #4CAF50);
}

.gradient-red-indigo-blue {
  background: linear-gradient(#F44336, #3E51B5, #2196F3);
}

.gradient-red-indigo-black {
  background: linear-gradient(#F44336, #3E51B5, #000);
}

.gradient-red-indigo-white {
  background: linear-gradient(#F44336, #3E51B5, #fff);
}

.gradient-red-indigo-pink {
  background: linear-gradient(#F44336, #3E51B5, #E91E63);
}

.gradient-red-indigo-purple {
  background: linear-gradient(#F44336, #3E51B5, #9C27B0);
}

.gradient-red-indigo-cyan {
  background: linear-gradient(#F44336, #3E51B5, #00BCD4);
}

.gradient-red-indigo-teal {
  background: linear-gradient(#F44336, #3E51B5, #009688);
}

.gradient-red-indigo-lime {
  background: linear-gradient(#F44336, #3E51B5, #CDDC39);
}

.gradient-red-indigo-yellow {
  background: linear-gradient(#F44336, #3E51B5, #FFEB3B);
}

.gradient-red-indigo-amber {
  background: linear-gradient(#F44336, #3E51B5, #FFC107);
}

.gradient-red-indigo-orange {
  background: linear-gradient(#F44336, #3E51B5, #FF9800);
}

.gradient-red-indigo-lightblue {
  background: linear-gradient(#F44336, #3E51B5, #03A9F4);
}

.gradient-red-indigo-lightgreen {
  background: linear-gradient(#F44336, #3E51B5, #76FF03);
}

.gradient-red-indigo-deeppurple {
  background: linear-gradient(#F44336, #3E51B5, #673AB7);
}

.gradient-red-indigo-deeporange {
  background: linear-gradient(#F44336, #3E51B5, #DD6E0F);
}

.gradient-red-indigo-brown {
  background: linear-gradient(#F44336, #3E51B5, #964B00);
}

.gradient-red-indigo-grey {
  background: linear-gradient(#F44336, #3E51B5, #808080);
}

.gradient-red-cyan {
  background: linear-gradient(#F44336, #00BCD4);
}

.gradient-to-top-red-cyan {
  background: linear-gradient(to top, #F44336, #00BCD4);
}

.gradient-to-bottom-red-cyan {
  background: linear-gradient(to bottom, #F44336, #00BCD4);
}

.gradient-to-left-red-cyan {
  background: linear-gradient(to left, #F44336, #00BCD4);
}

.gradient-to-right-red-cyan {
  background: linear-gradient(to right, #F44336, #00BCD4);
}

.gradient-to-top-left-red-cyan {
  background: linear-gradient(to top left, #F44336, #00BCD4);
}

.gradient-to-top-right-red-cyan {
  background: linear-gradient(to top right, #F44336, #00BCD4);
}

.gradient-to-bottom-left-red-cyan {
  background: linear-gradient(to bottom left, #F44336, #00BCD4);
}

.gradient-to-bottom-right-red-cyan {
  background: linear-gradient(to bottom right, #F44336, #00BCD4);
}

.gradient-radial-red-cyan {
  background: radial-gradient(circle, #F44336, #00BCD4);
}

.gradient-red-cyan-primary {
  background: linear-gradient(#F44336, #00BCD4, #03A9F4);
}

.gradient-red-cyan-secondary {
  background: linear-gradient(#F44336, #00BCD4, #333);
}

.gradient-red-cyan-success {
  background: linear-gradient(#F44336, #00BCD4, #28a745);
}

.gradient-red-cyan-info {
  background: linear-gradient(#F44336, #00BCD4, #0DCAF0);
}

.gradient-red-cyan-warning {
  background: linear-gradient(#F44336, #00BCD4, #FFC107);
}

.gradient-red-cyan-danger {
  background: linear-gradient(#F44336, #00BCD4, #DC3545);
}

.gradient-red-cyan-light {
  background: linear-gradient(#F44336, #00BCD4, #f5f5f5);
}

.gradient-red-cyan-dark {
  background: linear-gradient(#F44336, #00BCD4, #212529);
}

.gradient-red-cyan-green {
  background: linear-gradient(#F44336, #00BCD4, #4CAF50);
}

.gradient-red-cyan-blue {
  background: linear-gradient(#F44336, #00BCD4, #2196F3);
}

.gradient-red-cyan-black {
  background: linear-gradient(#F44336, #00BCD4, #000);
}

.gradient-red-cyan-white {
  background: linear-gradient(#F44336, #00BCD4, #fff);
}

.gradient-red-cyan-pink {
  background: linear-gradient(#F44336, #00BCD4, #E91E63);
}

.gradient-red-cyan-purple {
  background: linear-gradient(#F44336, #00BCD4, #9C27B0);
}

.gradient-red-cyan-indigo {
  background: linear-gradient(#F44336, #00BCD4, #3E51B5);
}

.gradient-red-cyan-teal {
  background: linear-gradient(#F44336, #00BCD4, #009688);
}

.gradient-red-cyan-lime {
  background: linear-gradient(#F44336, #00BCD4, #CDDC39);
}

.gradient-red-cyan-yellow {
  background: linear-gradient(#F44336, #00BCD4, #FFEB3B);
}

.gradient-red-cyan-amber {
  background: linear-gradient(#F44336, #00BCD4, #FFC107);
}

.gradient-red-cyan-orange {
  background: linear-gradient(#F44336, #00BCD4, #FF9800);
}

.gradient-red-cyan-lightblue {
  background: linear-gradient(#F44336, #00BCD4, #03A9F4);
}

.gradient-red-cyan-lightgreen {
  background: linear-gradient(#F44336, #00BCD4, #76FF03);
}

.gradient-red-cyan-deeppurple {
  background: linear-gradient(#F44336, #00BCD4, #673AB7);
}

.gradient-red-cyan-deeporange {
  background: linear-gradient(#F44336, #00BCD4, #DD6E0F);
}

.gradient-red-cyan-brown {
  background: linear-gradient(#F44336, #00BCD4, #964B00);
}

.gradient-red-cyan-grey {
  background: linear-gradient(#F44336, #00BCD4, #808080);
}

.gradient-red-teal {
  background: linear-gradient(#F44336, #009688);
}

.gradient-to-top-red-teal {
  background: linear-gradient(to top, #F44336, #009688);
}

.gradient-to-bottom-red-teal {
  background: linear-gradient(to bottom, #F44336, #009688);
}

.gradient-to-left-red-teal {
  background: linear-gradient(to left, #F44336, #009688);
}

.gradient-to-right-red-teal {
  background: linear-gradient(to right, #F44336, #009688);
}

.gradient-to-top-left-red-teal {
  background: linear-gradient(to top left, #F44336, #009688);
}

.gradient-to-top-right-red-teal {
  background: linear-gradient(to top right, #F44336, #009688);
}

.gradient-to-bottom-left-red-teal {
  background: linear-gradient(to bottom left, #F44336, #009688);
}

.gradient-to-bottom-right-red-teal {
  background: linear-gradient(to bottom right, #F44336, #009688);
}

.gradient-radial-red-teal {
  background: radial-gradient(circle, #F44336, #009688);
}

.gradient-red-teal-primary {
  background: linear-gradient(#F44336, #009688, #03A9F4);
}

.gradient-red-teal-secondary {
  background: linear-gradient(#F44336, #009688, #333);
}

.gradient-red-teal-success {
  background: linear-gradient(#F44336, #009688, #28a745);
}

.gradient-red-teal-info {
  background: linear-gradient(#F44336, #009688, #0DCAF0);
}

.gradient-red-teal-warning {
  background: linear-gradient(#F44336, #009688, #FFC107);
}

.gradient-red-teal-danger {
  background: linear-gradient(#F44336, #009688, #DC3545);
}

.gradient-red-teal-light {
  background: linear-gradient(#F44336, #009688, #f5f5f5);
}

.gradient-red-teal-dark {
  background: linear-gradient(#F44336, #009688, #212529);
}

.gradient-red-teal-green {
  background: linear-gradient(#F44336, #009688, #4CAF50);
}

.gradient-red-teal-blue {
  background: linear-gradient(#F44336, #009688, #2196F3);
}

.gradient-red-teal-black {
  background: linear-gradient(#F44336, #009688, #000);
}

.gradient-red-teal-white {
  background: linear-gradient(#F44336, #009688, #fff);
}

.gradient-red-teal-pink {
  background: linear-gradient(#F44336, #009688, #E91E63);
}

.gradient-red-teal-purple {
  background: linear-gradient(#F44336, #009688, #9C27B0);
}

.gradient-red-teal-indigo {
  background: linear-gradient(#F44336, #009688, #3E51B5);
}

.gradient-red-teal-cyan {
  background: linear-gradient(#F44336, #009688, #00BCD4);
}

.gradient-red-teal-lime {
  background: linear-gradient(#F44336, #009688, #CDDC39);
}

.gradient-red-teal-yellow {
  background: linear-gradient(#F44336, #009688, #FFEB3B);
}

.gradient-red-teal-amber {
  background: linear-gradient(#F44336, #009688, #FFC107);
}

.gradient-red-teal-orange {
  background: linear-gradient(#F44336, #009688, #FF9800);
}

.gradient-red-teal-lightblue {
  background: linear-gradient(#F44336, #009688, #03A9F4);
}

.gradient-red-teal-lightgreen {
  background: linear-gradient(#F44336, #009688, #76FF03);
}

.gradient-red-teal-deeppurple {
  background: linear-gradient(#F44336, #009688, #673AB7);
}

.gradient-red-teal-deeporange {
  background: linear-gradient(#F44336, #009688, #DD6E0F);
}

.gradient-red-teal-brown {
  background: linear-gradient(#F44336, #009688, #964B00);
}

.gradient-red-teal-grey {
  background: linear-gradient(#F44336, #009688, #808080);
}

.gradient-red-lime {
  background: linear-gradient(#F44336, #CDDC39);
}

.gradient-to-top-red-lime {
  background: linear-gradient(to top, #F44336, #CDDC39);
}

.gradient-to-bottom-red-lime {
  background: linear-gradient(to bottom, #F44336, #CDDC39);
}

.gradient-to-left-red-lime {
  background: linear-gradient(to left, #F44336, #CDDC39);
}

.gradient-to-right-red-lime {
  background: linear-gradient(to right, #F44336, #CDDC39);
}

.gradient-to-top-left-red-lime {
  background: linear-gradient(to top left, #F44336, #CDDC39);
}

.gradient-to-top-right-red-lime {
  background: linear-gradient(to top right, #F44336, #CDDC39);
}

.gradient-to-bottom-left-red-lime {
  background: linear-gradient(to bottom left, #F44336, #CDDC39);
}

.gradient-to-bottom-right-red-lime {
  background: linear-gradient(to bottom right, #F44336, #CDDC39);
}

.gradient-radial-red-lime {
  background: radial-gradient(circle, #F44336, #CDDC39);
}

.gradient-red-lime-primary {
  background: linear-gradient(#F44336, #CDDC39, #03A9F4);
}

.gradient-red-lime-secondary {
  background: linear-gradient(#F44336, #CDDC39, #333);
}

.gradient-red-lime-success {
  background: linear-gradient(#F44336, #CDDC39, #28a745);
}

.gradient-red-lime-info {
  background: linear-gradient(#F44336, #CDDC39, #0DCAF0);
}

.gradient-red-lime-warning {
  background: linear-gradient(#F44336, #CDDC39, #FFC107);
}

.gradient-red-lime-danger {
  background: linear-gradient(#F44336, #CDDC39, #DC3545);
}

.gradient-red-lime-light {
  background: linear-gradient(#F44336, #CDDC39, #f5f5f5);
}

.gradient-red-lime-dark {
  background: linear-gradient(#F44336, #CDDC39, #212529);
}

.gradient-red-lime-green {
  background: linear-gradient(#F44336, #CDDC39, #4CAF50);
}

.gradient-red-lime-blue {
  background: linear-gradient(#F44336, #CDDC39, #2196F3);
}

.gradient-red-lime-black {
  background: linear-gradient(#F44336, #CDDC39, #000);
}

.gradient-red-lime-white {
  background: linear-gradient(#F44336, #CDDC39, #fff);
}

.gradient-red-lime-pink {
  background: linear-gradient(#F44336, #CDDC39, #E91E63);
}

.gradient-red-lime-purple {
  background: linear-gradient(#F44336, #CDDC39, #9C27B0);
}

.gradient-red-lime-indigo {
  background: linear-gradient(#F44336, #CDDC39, #3E51B5);
}

.gradient-red-lime-cyan {
  background: linear-gradient(#F44336, #CDDC39, #00BCD4);
}

.gradient-red-lime-teal {
  background: linear-gradient(#F44336, #CDDC39, #009688);
}

.gradient-red-lime-yellow {
  background: linear-gradient(#F44336, #CDDC39, #FFEB3B);
}

.gradient-red-lime-amber {
  background: linear-gradient(#F44336, #CDDC39, #FFC107);
}

.gradient-red-lime-orange {
  background: linear-gradient(#F44336, #CDDC39, #FF9800);
}

.gradient-red-lime-lightblue {
  background: linear-gradient(#F44336, #CDDC39, #03A9F4);
}

.gradient-red-lime-lightgreen {
  background: linear-gradient(#F44336, #CDDC39, #76FF03);
}

.gradient-red-lime-deeppurple {
  background: linear-gradient(#F44336, #CDDC39, #673AB7);
}

.gradient-red-lime-deeporange {
  background: linear-gradient(#F44336, #CDDC39, #DD6E0F);
}

.gradient-red-lime-brown {
  background: linear-gradient(#F44336, #CDDC39, #964B00);
}

.gradient-red-lime-grey {
  background: linear-gradient(#F44336, #CDDC39, #808080);
}

.gradient-red-yellow {
  background: linear-gradient(#F44336, #FFEB3B);
}

.gradient-to-top-red-yellow {
  background: linear-gradient(to top, #F44336, #FFEB3B);
}

.gradient-to-bottom-red-yellow {
  background: linear-gradient(to bottom, #F44336, #FFEB3B);
}

.gradient-to-left-red-yellow {
  background: linear-gradient(to left, #F44336, #FFEB3B);
}

.gradient-to-right-red-yellow {
  background: linear-gradient(to right, #F44336, #FFEB3B);
}

.gradient-to-top-left-red-yellow {
  background: linear-gradient(to top left, #F44336, #FFEB3B);
}

.gradient-to-top-right-red-yellow {
  background: linear-gradient(to top right, #F44336, #FFEB3B);
}

.gradient-to-bottom-left-red-yellow {
  background: linear-gradient(to bottom left, #F44336, #FFEB3B);
}

.gradient-to-bottom-right-red-yellow {
  background: linear-gradient(to bottom right, #F44336, #FFEB3B);
}

.gradient-radial-red-yellow {
  background: radial-gradient(circle, #F44336, #FFEB3B);
}

.gradient-red-yellow-primary {
  background: linear-gradient(#F44336, #FFEB3B, #03A9F4);
}

.gradient-red-yellow-secondary {
  background: linear-gradient(#F44336, #FFEB3B, #333);
}

.gradient-red-yellow-success {
  background: linear-gradient(#F44336, #FFEB3B, #28a745);
}

.gradient-red-yellow-info {
  background: linear-gradient(#F44336, #FFEB3B, #0DCAF0);
}

.gradient-red-yellow-warning {
  background: linear-gradient(#F44336, #FFEB3B, #FFC107);
}

.gradient-red-yellow-danger {
  background: linear-gradient(#F44336, #FFEB3B, #DC3545);
}

.gradient-red-yellow-light {
  background: linear-gradient(#F44336, #FFEB3B, #f5f5f5);
}

.gradient-red-yellow-dark {
  background: linear-gradient(#F44336, #FFEB3B, #212529);
}

.gradient-red-yellow-green {
  background: linear-gradient(#F44336, #FFEB3B, #4CAF50);
}

.gradient-red-yellow-blue {
  background: linear-gradient(#F44336, #FFEB3B, #2196F3);
}

.gradient-red-yellow-black {
  background: linear-gradient(#F44336, #FFEB3B, #000);
}

.gradient-red-yellow-white {
  background: linear-gradient(#F44336, #FFEB3B, #fff);
}

.gradient-red-yellow-pink {
  background: linear-gradient(#F44336, #FFEB3B, #E91E63);
}

.gradient-red-yellow-purple {
  background: linear-gradient(#F44336, #FFEB3B, #9C27B0);
}

.gradient-red-yellow-indigo {
  background: linear-gradient(#F44336, #FFEB3B, #3E51B5);
}

.gradient-red-yellow-cyan {
  background: linear-gradient(#F44336, #FFEB3B, #00BCD4);
}

.gradient-red-yellow-teal {
  background: linear-gradient(#F44336, #FFEB3B, #009688);
}

.gradient-red-yellow-lime {
  background: linear-gradient(#F44336, #FFEB3B, #CDDC39);
}

.gradient-red-yellow-amber {
  background: linear-gradient(#F44336, #FFEB3B, #FFC107);
}

.gradient-red-yellow-orange {
  background: linear-gradient(#F44336, #FFEB3B, #FF9800);
}

.gradient-red-yellow-lightblue {
  background: linear-gradient(#F44336, #FFEB3B, #03A9F4);
}

.gradient-red-yellow-lightgreen {
  background: linear-gradient(#F44336, #FFEB3B, #76FF03);
}

.gradient-red-yellow-deeppurple {
  background: linear-gradient(#F44336, #FFEB3B, #673AB7);
}

.gradient-red-yellow-deeporange {
  background: linear-gradient(#F44336, #FFEB3B, #DD6E0F);
}

.gradient-red-yellow-brown {
  background: linear-gradient(#F44336, #FFEB3B, #964B00);
}

.gradient-red-yellow-grey {
  background: linear-gradient(#F44336, #FFEB3B, #808080);
}

.gradient-red-amber {
  background: linear-gradient(#F44336, #FFC107);
}

.gradient-to-top-red-amber {
  background: linear-gradient(to top, #F44336, #FFC107);
}

.gradient-to-bottom-red-amber {
  background: linear-gradient(to bottom, #F44336, #FFC107);
}

.gradient-to-left-red-amber {
  background: linear-gradient(to left, #F44336, #FFC107);
}

.gradient-to-right-red-amber {
  background: linear-gradient(to right, #F44336, #FFC107);
}

.gradient-to-top-left-red-amber {
  background: linear-gradient(to top left, #F44336, #FFC107);
}

.gradient-to-top-right-red-amber {
  background: linear-gradient(to top right, #F44336, #FFC107);
}

.gradient-to-bottom-left-red-amber {
  background: linear-gradient(to bottom left, #F44336, #FFC107);
}

.gradient-to-bottom-right-red-amber {
  background: linear-gradient(to bottom right, #F44336, #FFC107);
}

.gradient-radial-red-amber {
  background: radial-gradient(circle, #F44336, #FFC107);
}

.gradient-red-amber-primary {
  background: linear-gradient(#F44336, #FFC107, #03A9F4);
}

.gradient-red-amber-secondary {
  background: linear-gradient(#F44336, #FFC107, #333);
}

.gradient-red-amber-success {
  background: linear-gradient(#F44336, #FFC107, #28a745);
}

.gradient-red-amber-info {
  background: linear-gradient(#F44336, #FFC107, #0DCAF0);
}

.gradient-red-amber-warning {
  background: linear-gradient(#F44336, #FFC107, #FFC107);
}

.gradient-red-amber-danger {
  background: linear-gradient(#F44336, #FFC107, #DC3545);
}

.gradient-red-amber-light {
  background: linear-gradient(#F44336, #FFC107, #f5f5f5);
}

.gradient-red-amber-dark {
  background: linear-gradient(#F44336, #FFC107, #212529);
}

.gradient-red-amber-green {
  background: linear-gradient(#F44336, #FFC107, #4CAF50);
}

.gradient-red-amber-blue {
  background: linear-gradient(#F44336, #FFC107, #2196F3);
}

.gradient-red-amber-black {
  background: linear-gradient(#F44336, #FFC107, #000);
}

.gradient-red-amber-white {
  background: linear-gradient(#F44336, #FFC107, #fff);
}

.gradient-red-amber-pink {
  background: linear-gradient(#F44336, #FFC107, #E91E63);
}

.gradient-red-amber-purple {
  background: linear-gradient(#F44336, #FFC107, #9C27B0);
}

.gradient-red-amber-indigo {
  background: linear-gradient(#F44336, #FFC107, #3E51B5);
}

.gradient-red-amber-cyan {
  background: linear-gradient(#F44336, #FFC107, #00BCD4);
}

.gradient-red-amber-teal {
  background: linear-gradient(#F44336, #FFC107, #009688);
}

.gradient-red-amber-lime {
  background: linear-gradient(#F44336, #FFC107, #CDDC39);
}

.gradient-red-amber-yellow {
  background: linear-gradient(#F44336, #FFC107, #FFEB3B);
}

.gradient-red-amber-orange {
  background: linear-gradient(#F44336, #FFC107, #FF9800);
}

.gradient-red-amber-lightblue {
  background: linear-gradient(#F44336, #FFC107, #03A9F4);
}

.gradient-red-amber-lightgreen {
  background: linear-gradient(#F44336, #FFC107, #76FF03);
}

.gradient-red-amber-deeppurple {
  background: linear-gradient(#F44336, #FFC107, #673AB7);
}

.gradient-red-amber-deeporange {
  background: linear-gradient(#F44336, #FFC107, #DD6E0F);
}

.gradient-red-amber-brown {
  background: linear-gradient(#F44336, #FFC107, #964B00);
}

.gradient-red-amber-grey {
  background: linear-gradient(#F44336, #FFC107, #808080);
}

.gradient-red-orange {
  background: linear-gradient(#F44336, #FF9800);
}

.gradient-to-top-red-orange {
  background: linear-gradient(to top, #F44336, #FF9800);
}

.gradient-to-bottom-red-orange {
  background: linear-gradient(to bottom, #F44336, #FF9800);
}

.gradient-to-left-red-orange {
  background: linear-gradient(to left, #F44336, #FF9800);
}

.gradient-to-right-red-orange {
  background: linear-gradient(to right, #F44336, #FF9800);
}

.gradient-to-top-left-red-orange {
  background: linear-gradient(to top left, #F44336, #FF9800);
}

.gradient-to-top-right-red-orange {
  background: linear-gradient(to top right, #F44336, #FF9800);
}

.gradient-to-bottom-left-red-orange {
  background: linear-gradient(to bottom left, #F44336, #FF9800);
}

.gradient-to-bottom-right-red-orange {
  background: linear-gradient(to bottom right, #F44336, #FF9800);
}

.gradient-radial-red-orange {
  background: radial-gradient(circle, #F44336, #FF9800);
}

.gradient-red-orange-primary {
  background: linear-gradient(#F44336, #FF9800, #03A9F4);
}

.gradient-red-orange-secondary {
  background: linear-gradient(#F44336, #FF9800, #333);
}

.gradient-red-orange-success {
  background: linear-gradient(#F44336, #FF9800, #28a745);
}

.gradient-red-orange-info {
  background: linear-gradient(#F44336, #FF9800, #0DCAF0);
}

.gradient-red-orange-warning {
  background: linear-gradient(#F44336, #FF9800, #FFC107);
}

.gradient-red-orange-danger {
  background: linear-gradient(#F44336, #FF9800, #DC3545);
}

.gradient-red-orange-light {
  background: linear-gradient(#F44336, #FF9800, #f5f5f5);
}

.gradient-red-orange-dark {
  background: linear-gradient(#F44336, #FF9800, #212529);
}

.gradient-red-orange-green {
  background: linear-gradient(#F44336, #FF9800, #4CAF50);
}

.gradient-red-orange-blue {
  background: linear-gradient(#F44336, #FF9800, #2196F3);
}

.gradient-red-orange-black {
  background: linear-gradient(#F44336, #FF9800, #000);
}

.gradient-red-orange-white {
  background: linear-gradient(#F44336, #FF9800, #fff);
}

.gradient-red-orange-pink {
  background: linear-gradient(#F44336, #FF9800, #E91E63);
}

.gradient-red-orange-purple {
  background: linear-gradient(#F44336, #FF9800, #9C27B0);
}

.gradient-red-orange-indigo {
  background: linear-gradient(#F44336, #FF9800, #3E51B5);
}

.gradient-red-orange-cyan {
  background: linear-gradient(#F44336, #FF9800, #00BCD4);
}

.gradient-red-orange-teal {
  background: linear-gradient(#F44336, #FF9800, #009688);
}

.gradient-red-orange-lime {
  background: linear-gradient(#F44336, #FF9800, #CDDC39);
}

.gradient-red-orange-yellow {
  background: linear-gradient(#F44336, #FF9800, #FFEB3B);
}

.gradient-red-orange-amber {
  background: linear-gradient(#F44336, #FF9800, #FFC107);
}

.gradient-red-orange-lightblue {
  background: linear-gradient(#F44336, #FF9800, #03A9F4);
}

.gradient-red-orange-lightgreen {
  background: linear-gradient(#F44336, #FF9800, #76FF03);
}

.gradient-red-orange-deeppurple {
  background: linear-gradient(#F44336, #FF9800, #673AB7);
}

.gradient-red-orange-deeporange {
  background: linear-gradient(#F44336, #FF9800, #DD6E0F);
}

.gradient-red-orange-brown {
  background: linear-gradient(#F44336, #FF9800, #964B00);
}

.gradient-red-orange-grey {
  background: linear-gradient(#F44336, #FF9800, #808080);
}

.gradient-red-lightblue {
  background: linear-gradient(#F44336, #03A9F4);
}

.gradient-to-top-red-lightblue {
  background: linear-gradient(to top, #F44336, #03A9F4);
}

.gradient-to-bottom-red-lightblue {
  background: linear-gradient(to bottom, #F44336, #03A9F4);
}

.gradient-to-left-red-lightblue {
  background: linear-gradient(to left, #F44336, #03A9F4);
}

.gradient-to-right-red-lightblue {
  background: linear-gradient(to right, #F44336, #03A9F4);
}

.gradient-to-top-left-red-lightblue {
  background: linear-gradient(to top left, #F44336, #03A9F4);
}

.gradient-to-top-right-red-lightblue {
  background: linear-gradient(to top right, #F44336, #03A9F4);
}

.gradient-to-bottom-left-red-lightblue {
  background: linear-gradient(to bottom left, #F44336, #03A9F4);
}

.gradient-to-bottom-right-red-lightblue {
  background: linear-gradient(to bottom right, #F44336, #03A9F4);
}

.gradient-radial-red-lightblue {
  background: radial-gradient(circle, #F44336, #03A9F4);
}

.gradient-red-lightblue-primary {
  background: linear-gradient(#F44336, #03A9F4, #03A9F4);
}

.gradient-red-lightblue-secondary {
  background: linear-gradient(#F44336, #03A9F4, #333);
}

.gradient-red-lightblue-success {
  background: linear-gradient(#F44336, #03A9F4, #28a745);
}

.gradient-red-lightblue-info {
  background: linear-gradient(#F44336, #03A9F4, #0DCAF0);
}

.gradient-red-lightblue-warning {
  background: linear-gradient(#F44336, #03A9F4, #FFC107);
}

.gradient-red-lightblue-danger {
  background: linear-gradient(#F44336, #03A9F4, #DC3545);
}

.gradient-red-lightblue-light {
  background: linear-gradient(#F44336, #03A9F4, #f5f5f5);
}

.gradient-red-lightblue-dark {
  background: linear-gradient(#F44336, #03A9F4, #212529);
}

.gradient-red-lightblue-green {
  background: linear-gradient(#F44336, #03A9F4, #4CAF50);
}

.gradient-red-lightblue-blue {
  background: linear-gradient(#F44336, #03A9F4, #2196F3);
}

.gradient-red-lightblue-black {
  background: linear-gradient(#F44336, #03A9F4, #000);
}

.gradient-red-lightblue-white {
  background: linear-gradient(#F44336, #03A9F4, #fff);
}

.gradient-red-lightblue-pink {
  background: linear-gradient(#F44336, #03A9F4, #E91E63);
}

.gradient-red-lightblue-purple {
  background: linear-gradient(#F44336, #03A9F4, #9C27B0);
}

.gradient-red-lightblue-indigo {
  background: linear-gradient(#F44336, #03A9F4, #3E51B5);
}

.gradient-red-lightblue-cyan {
  background: linear-gradient(#F44336, #03A9F4, #00BCD4);
}

.gradient-red-lightblue-teal {
  background: linear-gradient(#F44336, #03A9F4, #009688);
}

.gradient-red-lightblue-lime {
  background: linear-gradient(#F44336, #03A9F4, #CDDC39);
}

.gradient-red-lightblue-yellow {
  background: linear-gradient(#F44336, #03A9F4, #FFEB3B);
}

.gradient-red-lightblue-amber {
  background: linear-gradient(#F44336, #03A9F4, #FFC107);
}

.gradient-red-lightblue-orange {
  background: linear-gradient(#F44336, #03A9F4, #FF9800);
}

.gradient-red-lightblue-lightgreen {
  background: linear-gradient(#F44336, #03A9F4, #76FF03);
}

.gradient-red-lightblue-deeppurple {
  background: linear-gradient(#F44336, #03A9F4, #673AB7);
}

.gradient-red-lightblue-deeporange {
  background: linear-gradient(#F44336, #03A9F4, #DD6E0F);
}

.gradient-red-lightblue-brown {
  background: linear-gradient(#F44336, #03A9F4, #964B00);
}

.gradient-red-lightblue-grey {
  background: linear-gradient(#F44336, #03A9F4, #808080);
}

.gradient-red-lightgreen {
  background: linear-gradient(#F44336, #76FF03);
}

.gradient-to-top-red-lightgreen {
  background: linear-gradient(to top, #F44336, #76FF03);
}

.gradient-to-bottom-red-lightgreen {
  background: linear-gradient(to bottom, #F44336, #76FF03);
}

.gradient-to-left-red-lightgreen {
  background: linear-gradient(to left, #F44336, #76FF03);
}

.gradient-to-right-red-lightgreen {
  background: linear-gradient(to right, #F44336, #76FF03);
}

.gradient-to-top-left-red-lightgreen {
  background: linear-gradient(to top left, #F44336, #76FF03);
}

.gradient-to-top-right-red-lightgreen {
  background: linear-gradient(to top right, #F44336, #76FF03);
}

.gradient-to-bottom-left-red-lightgreen {
  background: linear-gradient(to bottom left, #F44336, #76FF03);
}

.gradient-to-bottom-right-red-lightgreen {
  background: linear-gradient(to bottom right, #F44336, #76FF03);
}

.gradient-radial-red-lightgreen {
  background: radial-gradient(circle, #F44336, #76FF03);
}

.gradient-red-lightgreen-primary {
  background: linear-gradient(#F44336, #76FF03, #03A9F4);
}

.gradient-red-lightgreen-secondary {
  background: linear-gradient(#F44336, #76FF03, #333);
}

.gradient-red-lightgreen-success {
  background: linear-gradient(#F44336, #76FF03, #28a745);
}

.gradient-red-lightgreen-info {
  background: linear-gradient(#F44336, #76FF03, #0DCAF0);
}

.gradient-red-lightgreen-warning {
  background: linear-gradient(#F44336, #76FF03, #FFC107);
}

.gradient-red-lightgreen-danger {
  background: linear-gradient(#F44336, #76FF03, #DC3545);
}

.gradient-red-lightgreen-light {
  background: linear-gradient(#F44336, #76FF03, #f5f5f5);
}

.gradient-red-lightgreen-dark {
  background: linear-gradient(#F44336, #76FF03, #212529);
}

.gradient-red-lightgreen-green {
  background: linear-gradient(#F44336, #76FF03, #4CAF50);
}

.gradient-red-lightgreen-blue {
  background: linear-gradient(#F44336, #76FF03, #2196F3);
}

.gradient-red-lightgreen-black {
  background: linear-gradient(#F44336, #76FF03, #000);
}

.gradient-red-lightgreen-white {
  background: linear-gradient(#F44336, #76FF03, #fff);
}

.gradient-red-lightgreen-pink {
  background: linear-gradient(#F44336, #76FF03, #E91E63);
}

.gradient-red-lightgreen-purple {
  background: linear-gradient(#F44336, #76FF03, #9C27B0);
}

.gradient-red-lightgreen-indigo {
  background: linear-gradient(#F44336, #76FF03, #3E51B5);
}

.gradient-red-lightgreen-cyan {
  background: linear-gradient(#F44336, #76FF03, #00BCD4);
}

.gradient-red-lightgreen-teal {
  background: linear-gradient(#F44336, #76FF03, #009688);
}

.gradient-red-lightgreen-lime {
  background: linear-gradient(#F44336, #76FF03, #CDDC39);
}

.gradient-red-lightgreen-yellow {
  background: linear-gradient(#F44336, #76FF03, #FFEB3B);
}

.gradient-red-lightgreen-amber {
  background: linear-gradient(#F44336, #76FF03, #FFC107);
}

.gradient-red-lightgreen-orange {
  background: linear-gradient(#F44336, #76FF03, #FF9800);
}

.gradient-red-lightgreen-lightblue {
  background: linear-gradient(#F44336, #76FF03, #03A9F4);
}

.gradient-red-lightgreen-deeppurple {
  background: linear-gradient(#F44336, #76FF03, #673AB7);
}

.gradient-red-lightgreen-deeporange {
  background: linear-gradient(#F44336, #76FF03, #DD6E0F);
}

.gradient-red-lightgreen-brown {
  background: linear-gradient(#F44336, #76FF03, #964B00);
}

.gradient-red-lightgreen-grey {
  background: linear-gradient(#F44336, #76FF03, #808080);
}

.gradient-red-deeppurple {
  background: linear-gradient(#F44336, #673AB7);
}

.gradient-to-top-red-deeppurple {
  background: linear-gradient(to top, #F44336, #673AB7);
}

.gradient-to-bottom-red-deeppurple {
  background: linear-gradient(to bottom, #F44336, #673AB7);
}

.gradient-to-left-red-deeppurple {
  background: linear-gradient(to left, #F44336, #673AB7);
}

.gradient-to-right-red-deeppurple {
  background: linear-gradient(to right, #F44336, #673AB7);
}

.gradient-to-top-left-red-deeppurple {
  background: linear-gradient(to top left, #F44336, #673AB7);
}

.gradient-to-top-right-red-deeppurple {
  background: linear-gradient(to top right, #F44336, #673AB7);
}

.gradient-to-bottom-left-red-deeppurple {
  background: linear-gradient(to bottom left, #F44336, #673AB7);
}

.gradient-to-bottom-right-red-deeppurple {
  background: linear-gradient(to bottom right, #F44336, #673AB7);
}

.gradient-radial-red-deeppurple {
  background: radial-gradient(circle, #F44336, #673AB7);
}

.gradient-red-deeppurple-primary {
  background: linear-gradient(#F44336, #673AB7, #03A9F4);
}

.gradient-red-deeppurple-secondary {
  background: linear-gradient(#F44336, #673AB7, #333);
}

.gradient-red-deeppurple-success {
  background: linear-gradient(#F44336, #673AB7, #28a745);
}

.gradient-red-deeppurple-info {
  background: linear-gradient(#F44336, #673AB7, #0DCAF0);
}

.gradient-red-deeppurple-warning {
  background: linear-gradient(#F44336, #673AB7, #FFC107);
}

.gradient-red-deeppurple-danger {
  background: linear-gradient(#F44336, #673AB7, #DC3545);
}

.gradient-red-deeppurple-light {
  background: linear-gradient(#F44336, #673AB7, #f5f5f5);
}

.gradient-red-deeppurple-dark {
  background: linear-gradient(#F44336, #673AB7, #212529);
}

.gradient-red-deeppurple-green {
  background: linear-gradient(#F44336, #673AB7, #4CAF50);
}

.gradient-red-deeppurple-blue {
  background: linear-gradient(#F44336, #673AB7, #2196F3);
}

.gradient-red-deeppurple-black {
  background: linear-gradient(#F44336, #673AB7, #000);
}

.gradient-red-deeppurple-white {
  background: linear-gradient(#F44336, #673AB7, #fff);
}

.gradient-red-deeppurple-pink {
  background: linear-gradient(#F44336, #673AB7, #E91E63);
}

.gradient-red-deeppurple-purple {
  background: linear-gradient(#F44336, #673AB7, #9C27B0);
}

.gradient-red-deeppurple-indigo {
  background: linear-gradient(#F44336, #673AB7, #3E51B5);
}

.gradient-red-deeppurple-cyan {
  background: linear-gradient(#F44336, #673AB7, #00BCD4);
}

.gradient-red-deeppurple-teal {
  background: linear-gradient(#F44336, #673AB7, #009688);
}

.gradient-red-deeppurple-lime {
  background: linear-gradient(#F44336, #673AB7, #CDDC39);
}

.gradient-red-deeppurple-yellow {
  background: linear-gradient(#F44336, #673AB7, #FFEB3B);
}

.gradient-red-deeppurple-amber {
  background: linear-gradient(#F44336, #673AB7, #FFC107);
}

.gradient-red-deeppurple-orange {
  background: linear-gradient(#F44336, #673AB7, #FF9800);
}

.gradient-red-deeppurple-lightblue {
  background: linear-gradient(#F44336, #673AB7, #03A9F4);
}

.gradient-red-deeppurple-lightgreen {
  background: linear-gradient(#F44336, #673AB7, #76FF03);
}

.gradient-red-deeppurple-deeporange {
  background: linear-gradient(#F44336, #673AB7, #DD6E0F);
}

.gradient-red-deeppurple-brown {
  background: linear-gradient(#F44336, #673AB7, #964B00);
}

.gradient-red-deeppurple-grey {
  background: linear-gradient(#F44336, #673AB7, #808080);
}

.gradient-red-deeporange {
  background: linear-gradient(#F44336, #DD6E0F);
}

.gradient-to-top-red-deeporange {
  background: linear-gradient(to top, #F44336, #DD6E0F);
}

.gradient-to-bottom-red-deeporange {
  background: linear-gradient(to bottom, #F44336, #DD6E0F);
}

.gradient-to-left-red-deeporange {
  background: linear-gradient(to left, #F44336, #DD6E0F);
}

.gradient-to-right-red-deeporange {
  background: linear-gradient(to right, #F44336, #DD6E0F);
}

.gradient-to-top-left-red-deeporange {
  background: linear-gradient(to top left, #F44336, #DD6E0F);
}

.gradient-to-top-right-red-deeporange {
  background: linear-gradient(to top right, #F44336, #DD6E0F);
}

.gradient-to-bottom-left-red-deeporange {
  background: linear-gradient(to bottom left, #F44336, #DD6E0F);
}

.gradient-to-bottom-right-red-deeporange {
  background: linear-gradient(to bottom right, #F44336, #DD6E0F);
}

.gradient-radial-red-deeporange {
  background: radial-gradient(circle, #F44336, #DD6E0F);
}

.gradient-red-deeporange-primary {
  background: linear-gradient(#F44336, #DD6E0F, #03A9F4);
}

.gradient-red-deeporange-secondary {
  background: linear-gradient(#F44336, #DD6E0F, #333);
}

.gradient-red-deeporange-success {
  background: linear-gradient(#F44336, #DD6E0F, #28a745);
}

.gradient-red-deeporange-info {
  background: linear-gradient(#F44336, #DD6E0F, #0DCAF0);
}

.gradient-red-deeporange-warning {
  background: linear-gradient(#F44336, #DD6E0F, #FFC107);
}

.gradient-red-deeporange-danger {
  background: linear-gradient(#F44336, #DD6E0F, #DC3545);
}

.gradient-red-deeporange-light {
  background: linear-gradient(#F44336, #DD6E0F, #f5f5f5);
}

.gradient-red-deeporange-dark {
  background: linear-gradient(#F44336, #DD6E0F, #212529);
}

.gradient-red-deeporange-green {
  background: linear-gradient(#F44336, #DD6E0F, #4CAF50);
}

.gradient-red-deeporange-blue {
  background: linear-gradient(#F44336, #DD6E0F, #2196F3);
}

.gradient-red-deeporange-black {
  background: linear-gradient(#F44336, #DD6E0F, #000);
}

.gradient-red-deeporange-white {
  background: linear-gradient(#F44336, #DD6E0F, #fff);
}

.gradient-red-deeporange-pink {
  background: linear-gradient(#F44336, #DD6E0F, #E91E63);
}

.gradient-red-deeporange-purple {
  background: linear-gradient(#F44336, #DD6E0F, #9C27B0);
}

.gradient-red-deeporange-indigo {
  background: linear-gradient(#F44336, #DD6E0F, #3E51B5);
}

.gradient-red-deeporange-cyan {
  background: linear-gradient(#F44336, #DD6E0F, #00BCD4);
}

.gradient-red-deeporange-teal {
  background: linear-gradient(#F44336, #DD6E0F, #009688);
}

.gradient-red-deeporange-lime {
  background: linear-gradient(#F44336, #DD6E0F, #CDDC39);
}

.gradient-red-deeporange-yellow {
  background: linear-gradient(#F44336, #DD6E0F, #FFEB3B);
}

.gradient-red-deeporange-amber {
  background: linear-gradient(#F44336, #DD6E0F, #FFC107);
}

.gradient-red-deeporange-orange {
  background: linear-gradient(#F44336, #DD6E0F, #FF9800);
}

.gradient-red-deeporange-lightblue {
  background: linear-gradient(#F44336, #DD6E0F, #03A9F4);
}

.gradient-red-deeporange-lightgreen {
  background: linear-gradient(#F44336, #DD6E0F, #76FF03);
}

.gradient-red-deeporange-deeppurple {
  background: linear-gradient(#F44336, #DD6E0F, #673AB7);
}

.gradient-red-deeporange-brown {
  background: linear-gradient(#F44336, #DD6E0F, #964B00);
}

.gradient-red-deeporange-grey {
  background: linear-gradient(#F44336, #DD6E0F, #808080);
}

.gradient-red-brown {
  background: linear-gradient(#F44336, #964B00);
}

.gradient-to-top-red-brown {
  background: linear-gradient(to top, #F44336, #964B00);
}

.gradient-to-bottom-red-brown {
  background: linear-gradient(to bottom, #F44336, #964B00);
}

.gradient-to-left-red-brown {
  background: linear-gradient(to left, #F44336, #964B00);
}

.gradient-to-right-red-brown {
  background: linear-gradient(to right, #F44336, #964B00);
}

.gradient-to-top-left-red-brown {
  background: linear-gradient(to top left, #F44336, #964B00);
}

.gradient-to-top-right-red-brown {
  background: linear-gradient(to top right, #F44336, #964B00);
}

.gradient-to-bottom-left-red-brown {
  background: linear-gradient(to bottom left, #F44336, #964B00);
}

.gradient-to-bottom-right-red-brown {
  background: linear-gradient(to bottom right, #F44336, #964B00);
}

.gradient-radial-red-brown {
  background: radial-gradient(circle, #F44336, #964B00);
}

.gradient-red-brown-primary {
  background: linear-gradient(#F44336, #964B00, #03A9F4);
}

.gradient-red-brown-secondary {
  background: linear-gradient(#F44336, #964B00, #333);
}

.gradient-red-brown-success {
  background: linear-gradient(#F44336, #964B00, #28a745);
}

.gradient-red-brown-info {
  background: linear-gradient(#F44336, #964B00, #0DCAF0);
}

.gradient-red-brown-warning {
  background: linear-gradient(#F44336, #964B00, #FFC107);
}

.gradient-red-brown-danger {
  background: linear-gradient(#F44336, #964B00, #DC3545);
}

.gradient-red-brown-light {
  background: linear-gradient(#F44336, #964B00, #f5f5f5);
}

.gradient-red-brown-dark {
  background: linear-gradient(#F44336, #964B00, #212529);
}

.gradient-red-brown-green {
  background: linear-gradient(#F44336, #964B00, #4CAF50);
}

.gradient-red-brown-blue {
  background: linear-gradient(#F44336, #964B00, #2196F3);
}

.gradient-red-brown-black {
  background: linear-gradient(#F44336, #964B00, #000);
}

.gradient-red-brown-white {
  background: linear-gradient(#F44336, #964B00, #fff);
}

.gradient-red-brown-pink {
  background: linear-gradient(#F44336, #964B00, #E91E63);
}

.gradient-red-brown-purple {
  background: linear-gradient(#F44336, #964B00, #9C27B0);
}

.gradient-red-brown-indigo {
  background: linear-gradient(#F44336, #964B00, #3E51B5);
}

.gradient-red-brown-cyan {
  background: linear-gradient(#F44336, #964B00, #00BCD4);
}

.gradient-red-brown-teal {
  background: linear-gradient(#F44336, #964B00, #009688);
}

.gradient-red-brown-lime {
  background: linear-gradient(#F44336, #964B00, #CDDC39);
}

.gradient-red-brown-yellow {
  background: linear-gradient(#F44336, #964B00, #FFEB3B);
}

.gradient-red-brown-amber {
  background: linear-gradient(#F44336, #964B00, #FFC107);
}

.gradient-red-brown-orange {
  background: linear-gradient(#F44336, #964B00, #FF9800);
}

.gradient-red-brown-lightblue {
  background: linear-gradient(#F44336, #964B00, #03A9F4);
}

.gradient-red-brown-lightgreen {
  background: linear-gradient(#F44336, #964B00, #76FF03);
}

.gradient-red-brown-deeppurple {
  background: linear-gradient(#F44336, #964B00, #673AB7);
}

.gradient-red-brown-deeporange {
  background: linear-gradient(#F44336, #964B00, #DD6E0F);
}

.gradient-red-brown-grey {
  background: linear-gradient(#F44336, #964B00, #808080);
}

.gradient-red-grey {
  background: linear-gradient(#F44336, #808080);
}

.gradient-to-top-red-grey {
  background: linear-gradient(to top, #F44336, #808080);
}

.gradient-to-bottom-red-grey {
  background: linear-gradient(to bottom, #F44336, #808080);
}

.gradient-to-left-red-grey {
  background: linear-gradient(to left, #F44336, #808080);
}

.gradient-to-right-red-grey {
  background: linear-gradient(to right, #F44336, #808080);
}

.gradient-to-top-left-red-grey {
  background: linear-gradient(to top left, #F44336, #808080);
}

.gradient-to-top-right-red-grey {
  background: linear-gradient(to top right, #F44336, #808080);
}

.gradient-to-bottom-left-red-grey {
  background: linear-gradient(to bottom left, #F44336, #808080);
}

.gradient-to-bottom-right-red-grey {
  background: linear-gradient(to bottom right, #F44336, #808080);
}

.gradient-radial-red-grey {
  background: radial-gradient(circle, #F44336, #808080);
}

.gradient-red-grey-primary {
  background: linear-gradient(#F44336, #808080, #03A9F4);
}

.gradient-red-grey-secondary {
  background: linear-gradient(#F44336, #808080, #333);
}

.gradient-red-grey-success {
  background: linear-gradient(#F44336, #808080, #28a745);
}

.gradient-red-grey-info {
  background: linear-gradient(#F44336, #808080, #0DCAF0);
}

.gradient-red-grey-warning {
  background: linear-gradient(#F44336, #808080, #FFC107);
}

.gradient-red-grey-danger {
  background: linear-gradient(#F44336, #808080, #DC3545);
}

.gradient-red-grey-light {
  background: linear-gradient(#F44336, #808080, #f5f5f5);
}

.gradient-red-grey-dark {
  background: linear-gradient(#F44336, #808080, #212529);
}

.gradient-red-grey-green {
  background: linear-gradient(#F44336, #808080, #4CAF50);
}

.gradient-red-grey-blue {
  background: linear-gradient(#F44336, #808080, #2196F3);
}

.gradient-red-grey-black {
  background: linear-gradient(#F44336, #808080, #000);
}

.gradient-red-grey-white {
  background: linear-gradient(#F44336, #808080, #fff);
}

.gradient-red-grey-pink {
  background: linear-gradient(#F44336, #808080, #E91E63);
}

.gradient-red-grey-purple {
  background: linear-gradient(#F44336, #808080, #9C27B0);
}

.gradient-red-grey-indigo {
  background: linear-gradient(#F44336, #808080, #3E51B5);
}

.gradient-red-grey-cyan {
  background: linear-gradient(#F44336, #808080, #00BCD4);
}

.gradient-red-grey-teal {
  background: linear-gradient(#F44336, #808080, #009688);
}

.gradient-red-grey-lime {
  background: linear-gradient(#F44336, #808080, #CDDC39);
}

.gradient-red-grey-yellow {
  background: linear-gradient(#F44336, #808080, #FFEB3B);
}

.gradient-red-grey-amber {
  background: linear-gradient(#F44336, #808080, #FFC107);
}

.gradient-red-grey-orange {
  background: linear-gradient(#F44336, #808080, #FF9800);
}

.gradient-red-grey-lightblue {
  background: linear-gradient(#F44336, #808080, #03A9F4);
}

.gradient-red-grey-lightgreen {
  background: linear-gradient(#F44336, #808080, #76FF03);
}

.gradient-red-grey-deeppurple {
  background: linear-gradient(#F44336, #808080, #673AB7);
}

.gradient-red-grey-deeporange {
  background: linear-gradient(#F44336, #808080, #DD6E0F);
}

.gradient-red-grey-brown {
  background: linear-gradient(#F44336, #808080, #964B00);
}

.gradient-green-primary {
  background: linear-gradient(#4CAF50, #03A9F4);
}

.gradient-to-top-green-primary {
  background: linear-gradient(to top, #4CAF50, #03A9F4);
}

.gradient-to-bottom-green-primary {
  background: linear-gradient(to bottom, #4CAF50, #03A9F4);
}

.gradient-to-left-green-primary {
  background: linear-gradient(to left, #4CAF50, #03A9F4);
}

.gradient-to-right-green-primary {
  background: linear-gradient(to right, #4CAF50, #03A9F4);
}

.gradient-to-top-left-green-primary {
  background: linear-gradient(to top left, #4CAF50, #03A9F4);
}

.gradient-to-top-right-green-primary {
  background: linear-gradient(to top right, #4CAF50, #03A9F4);
}

.gradient-to-bottom-left-green-primary {
  background: linear-gradient(to bottom left, #4CAF50, #03A9F4);
}

.gradient-to-bottom-right-green-primary {
  background: linear-gradient(to bottom right, #4CAF50, #03A9F4);
}

.gradient-radial-green-primary {
  background: radial-gradient(circle, #4CAF50, #03A9F4);
}

.gradient-green-primary-secondary {
  background: linear-gradient(#4CAF50, #03A9F4, #333);
}

.gradient-green-primary-success {
  background: linear-gradient(#4CAF50, #03A9F4, #28a745);
}

.gradient-green-primary-info {
  background: linear-gradient(#4CAF50, #03A9F4, #0DCAF0);
}

.gradient-green-primary-warning {
  background: linear-gradient(#4CAF50, #03A9F4, #FFC107);
}

.gradient-green-primary-danger {
  background: linear-gradient(#4CAF50, #03A9F4, #DC3545);
}

.gradient-green-primary-light {
  background: linear-gradient(#4CAF50, #03A9F4, #f5f5f5);
}

.gradient-green-primary-dark {
  background: linear-gradient(#4CAF50, #03A9F4, #212529);
}

.gradient-green-primary-red {
  background: linear-gradient(#4CAF50, #03A9F4, #F44336);
}

.gradient-green-primary-blue {
  background: linear-gradient(#4CAF50, #03A9F4, #2196F3);
}

.gradient-green-primary-black {
  background: linear-gradient(#4CAF50, #03A9F4, #000);
}

.gradient-green-primary-white {
  background: linear-gradient(#4CAF50, #03A9F4, #fff);
}

.gradient-green-primary-pink {
  background: linear-gradient(#4CAF50, #03A9F4, #E91E63);
}

.gradient-green-primary-purple {
  background: linear-gradient(#4CAF50, #03A9F4, #9C27B0);
}

.gradient-green-primary-indigo {
  background: linear-gradient(#4CAF50, #03A9F4, #3E51B5);
}

.gradient-green-primary-cyan {
  background: linear-gradient(#4CAF50, #03A9F4, #00BCD4);
}

.gradient-green-primary-teal {
  background: linear-gradient(#4CAF50, #03A9F4, #009688);
}

.gradient-green-primary-lime {
  background: linear-gradient(#4CAF50, #03A9F4, #CDDC39);
}

.gradient-green-primary-yellow {
  background: linear-gradient(#4CAF50, #03A9F4, #FFEB3B);
}

.gradient-green-primary-amber {
  background: linear-gradient(#4CAF50, #03A9F4, #FFC107);
}

.gradient-green-primary-orange {
  background: linear-gradient(#4CAF50, #03A9F4, #FF9800);
}

.gradient-green-primary-lightblue {
  background: linear-gradient(#4CAF50, #03A9F4, #03A9F4);
}

.gradient-green-primary-lightgreen {
  background: linear-gradient(#4CAF50, #03A9F4, #76FF03);
}

.gradient-green-primary-deeppurple {
  background: linear-gradient(#4CAF50, #03A9F4, #673AB7);
}

.gradient-green-primary-deeporange {
  background: linear-gradient(#4CAF50, #03A9F4, #DD6E0F);
}

.gradient-green-primary-brown {
  background: linear-gradient(#4CAF50, #03A9F4, #964B00);
}

.gradient-green-primary-grey {
  background: linear-gradient(#4CAF50, #03A9F4, #808080);
}

.gradient-green-secondary {
  background: linear-gradient(#4CAF50, #333);
}

.gradient-to-top-green-secondary {
  background: linear-gradient(to top, #4CAF50, #333);
}

.gradient-to-bottom-green-secondary {
  background: linear-gradient(to bottom, #4CAF50, #333);
}

.gradient-to-left-green-secondary {
  background: linear-gradient(to left, #4CAF50, #333);
}

.gradient-to-right-green-secondary {
  background: linear-gradient(to right, #4CAF50, #333);
}

.gradient-to-top-left-green-secondary {
  background: linear-gradient(to top left, #4CAF50, #333);
}

.gradient-to-top-right-green-secondary {
  background: linear-gradient(to top right, #4CAF50, #333);
}

.gradient-to-bottom-left-green-secondary {
  background: linear-gradient(to bottom left, #4CAF50, #333);
}

.gradient-to-bottom-right-green-secondary {
  background: linear-gradient(to bottom right, #4CAF50, #333);
}

.gradient-radial-green-secondary {
  background: radial-gradient(circle, #4CAF50, #333);
}

.gradient-green-secondary-primary {
  background: linear-gradient(#4CAF50, #333, #03A9F4);
}

.gradient-green-secondary-success {
  background: linear-gradient(#4CAF50, #333, #28a745);
}

.gradient-green-secondary-info {
  background: linear-gradient(#4CAF50, #333, #0DCAF0);
}

.gradient-green-secondary-warning {
  background: linear-gradient(#4CAF50, #333, #FFC107);
}

.gradient-green-secondary-danger {
  background: linear-gradient(#4CAF50, #333, #DC3545);
}

.gradient-green-secondary-light {
  background: linear-gradient(#4CAF50, #333, #f5f5f5);
}

.gradient-green-secondary-dark {
  background: linear-gradient(#4CAF50, #333, #212529);
}

.gradient-green-secondary-red {
  background: linear-gradient(#4CAF50, #333, #F44336);
}

.gradient-green-secondary-blue {
  background: linear-gradient(#4CAF50, #333, #2196F3);
}

.gradient-green-secondary-black {
  background: linear-gradient(#4CAF50, #333, #000);
}

.gradient-green-secondary-white {
  background: linear-gradient(#4CAF50, #333, #fff);
}

.gradient-green-secondary-pink {
  background: linear-gradient(#4CAF50, #333, #E91E63);
}

.gradient-green-secondary-purple {
  background: linear-gradient(#4CAF50, #333, #9C27B0);
}

.gradient-green-secondary-indigo {
  background: linear-gradient(#4CAF50, #333, #3E51B5);
}

.gradient-green-secondary-cyan {
  background: linear-gradient(#4CAF50, #333, #00BCD4);
}

.gradient-green-secondary-teal {
  background: linear-gradient(#4CAF50, #333, #009688);
}

.gradient-green-secondary-lime {
  background: linear-gradient(#4CAF50, #333, #CDDC39);
}

.gradient-green-secondary-yellow {
  background: linear-gradient(#4CAF50, #333, #FFEB3B);
}

.gradient-green-secondary-amber {
  background: linear-gradient(#4CAF50, #333, #FFC107);
}

.gradient-green-secondary-orange {
  background: linear-gradient(#4CAF50, #333, #FF9800);
}

.gradient-green-secondary-lightblue {
  background: linear-gradient(#4CAF50, #333, #03A9F4);
}

.gradient-green-secondary-lightgreen {
  background: linear-gradient(#4CAF50, #333, #76FF03);
}

.gradient-green-secondary-deeppurple {
  background: linear-gradient(#4CAF50, #333, #673AB7);
}

.gradient-green-secondary-deeporange {
  background: linear-gradient(#4CAF50, #333, #DD6E0F);
}

.gradient-green-secondary-brown {
  background: linear-gradient(#4CAF50, #333, #964B00);
}

.gradient-green-secondary-grey {
  background: linear-gradient(#4CAF50, #333, #808080);
}

.gradient-green-success {
  background: linear-gradient(#4CAF50, #28a745);
}

.gradient-to-top-green-success {
  background: linear-gradient(to top, #4CAF50, #28a745);
}

.gradient-to-bottom-green-success {
  background: linear-gradient(to bottom, #4CAF50, #28a745);
}

.gradient-to-left-green-success {
  background: linear-gradient(to left, #4CAF50, #28a745);
}

.gradient-to-right-green-success {
  background: linear-gradient(to right, #4CAF50, #28a745);
}

.gradient-to-top-left-green-success {
  background: linear-gradient(to top left, #4CAF50, #28a745);
}

.gradient-to-top-right-green-success {
  background: linear-gradient(to top right, #4CAF50, #28a745);
}

.gradient-to-bottom-left-green-success {
  background: linear-gradient(to bottom left, #4CAF50, #28a745);
}

.gradient-to-bottom-right-green-success {
  background: linear-gradient(to bottom right, #4CAF50, #28a745);
}

.gradient-radial-green-success {
  background: radial-gradient(circle, #4CAF50, #28a745);
}

.gradient-green-success-primary {
  background: linear-gradient(#4CAF50, #28a745, #03A9F4);
}

.gradient-green-success-secondary {
  background: linear-gradient(#4CAF50, #28a745, #333);
}

.gradient-green-success-info {
  background: linear-gradient(#4CAF50, #28a745, #0DCAF0);
}

.gradient-green-success-warning {
  background: linear-gradient(#4CAF50, #28a745, #FFC107);
}

.gradient-green-success-danger {
  background: linear-gradient(#4CAF50, #28a745, #DC3545);
}

.gradient-green-success-light {
  background: linear-gradient(#4CAF50, #28a745, #f5f5f5);
}

.gradient-green-success-dark {
  background: linear-gradient(#4CAF50, #28a745, #212529);
}

.gradient-green-success-red {
  background: linear-gradient(#4CAF50, #28a745, #F44336);
}

.gradient-green-success-blue {
  background: linear-gradient(#4CAF50, #28a745, #2196F3);
}

.gradient-green-success-black {
  background: linear-gradient(#4CAF50, #28a745, #000);
}

.gradient-green-success-white {
  background: linear-gradient(#4CAF50, #28a745, #fff);
}

.gradient-green-success-pink {
  background: linear-gradient(#4CAF50, #28a745, #E91E63);
}

.gradient-green-success-purple {
  background: linear-gradient(#4CAF50, #28a745, #9C27B0);
}

.gradient-green-success-indigo {
  background: linear-gradient(#4CAF50, #28a745, #3E51B5);
}

.gradient-green-success-cyan {
  background: linear-gradient(#4CAF50, #28a745, #00BCD4);
}

.gradient-green-success-teal {
  background: linear-gradient(#4CAF50, #28a745, #009688);
}

.gradient-green-success-lime {
  background: linear-gradient(#4CAF50, #28a745, #CDDC39);
}

.gradient-green-success-yellow {
  background: linear-gradient(#4CAF50, #28a745, #FFEB3B);
}

.gradient-green-success-amber {
  background: linear-gradient(#4CAF50, #28a745, #FFC107);
}

.gradient-green-success-orange {
  background: linear-gradient(#4CAF50, #28a745, #FF9800);
}

.gradient-green-success-lightblue {
  background: linear-gradient(#4CAF50, #28a745, #03A9F4);
}

.gradient-green-success-lightgreen {
  background: linear-gradient(#4CAF50, #28a745, #76FF03);
}

.gradient-green-success-deeppurple {
  background: linear-gradient(#4CAF50, #28a745, #673AB7);
}

.gradient-green-success-deeporange {
  background: linear-gradient(#4CAF50, #28a745, #DD6E0F);
}

.gradient-green-success-brown {
  background: linear-gradient(#4CAF50, #28a745, #964B00);
}

.gradient-green-success-grey {
  background: linear-gradient(#4CAF50, #28a745, #808080);
}

.gradient-green-info {
  background: linear-gradient(#4CAF50, #0DCAF0);
}

.gradient-to-top-green-info {
  background: linear-gradient(to top, #4CAF50, #0DCAF0);
}

.gradient-to-bottom-green-info {
  background: linear-gradient(to bottom, #4CAF50, #0DCAF0);
}

.gradient-to-left-green-info {
  background: linear-gradient(to left, #4CAF50, #0DCAF0);
}

.gradient-to-right-green-info {
  background: linear-gradient(to right, #4CAF50, #0DCAF0);
}

.gradient-to-top-left-green-info {
  background: linear-gradient(to top left, #4CAF50, #0DCAF0);
}

.gradient-to-top-right-green-info {
  background: linear-gradient(to top right, #4CAF50, #0DCAF0);
}

.gradient-to-bottom-left-green-info {
  background: linear-gradient(to bottom left, #4CAF50, #0DCAF0);
}

.gradient-to-bottom-right-green-info {
  background: linear-gradient(to bottom right, #4CAF50, #0DCAF0);
}

.gradient-radial-green-info {
  background: radial-gradient(circle, #4CAF50, #0DCAF0);
}

.gradient-green-info-primary {
  background: linear-gradient(#4CAF50, #0DCAF0, #03A9F4);
}

.gradient-green-info-secondary {
  background: linear-gradient(#4CAF50, #0DCAF0, #333);
}

.gradient-green-info-success {
  background: linear-gradient(#4CAF50, #0DCAF0, #28a745);
}

.gradient-green-info-warning {
  background: linear-gradient(#4CAF50, #0DCAF0, #FFC107);
}

.gradient-green-info-danger {
  background: linear-gradient(#4CAF50, #0DCAF0, #DC3545);
}

.gradient-green-info-light {
  background: linear-gradient(#4CAF50, #0DCAF0, #f5f5f5);
}

.gradient-green-info-dark {
  background: linear-gradient(#4CAF50, #0DCAF0, #212529);
}

.gradient-green-info-red {
  background: linear-gradient(#4CAF50, #0DCAF0, #F44336);
}

.gradient-green-info-blue {
  background: linear-gradient(#4CAF50, #0DCAF0, #2196F3);
}

.gradient-green-info-black {
  background: linear-gradient(#4CAF50, #0DCAF0, #000);
}

.gradient-green-info-white {
  background: linear-gradient(#4CAF50, #0DCAF0, #fff);
}

.gradient-green-info-pink {
  background: linear-gradient(#4CAF50, #0DCAF0, #E91E63);
}

.gradient-green-info-purple {
  background: linear-gradient(#4CAF50, #0DCAF0, #9C27B0);
}

.gradient-green-info-indigo {
  background: linear-gradient(#4CAF50, #0DCAF0, #3E51B5);
}

.gradient-green-info-cyan {
  background: linear-gradient(#4CAF50, #0DCAF0, #00BCD4);
}

.gradient-green-info-teal {
  background: linear-gradient(#4CAF50, #0DCAF0, #009688);
}

.gradient-green-info-lime {
  background: linear-gradient(#4CAF50, #0DCAF0, #CDDC39);
}

.gradient-green-info-yellow {
  background: linear-gradient(#4CAF50, #0DCAF0, #FFEB3B);
}

.gradient-green-info-amber {
  background: linear-gradient(#4CAF50, #0DCAF0, #FFC107);
}

.gradient-green-info-orange {
  background: linear-gradient(#4CAF50, #0DCAF0, #FF9800);
}

.gradient-green-info-lightblue {
  background: linear-gradient(#4CAF50, #0DCAF0, #03A9F4);
}

.gradient-green-info-lightgreen {
  background: linear-gradient(#4CAF50, #0DCAF0, #76FF03);
}

.gradient-green-info-deeppurple {
  background: linear-gradient(#4CAF50, #0DCAF0, #673AB7);
}

.gradient-green-info-deeporange {
  background: linear-gradient(#4CAF50, #0DCAF0, #DD6E0F);
}

.gradient-green-info-brown {
  background: linear-gradient(#4CAF50, #0DCAF0, #964B00);
}

.gradient-green-info-grey {
  background: linear-gradient(#4CAF50, #0DCAF0, #808080);
}

.gradient-green-warning {
  background: linear-gradient(#4CAF50, #FFC107);
}

.gradient-to-top-green-warning {
  background: linear-gradient(to top, #4CAF50, #FFC107);
}

.gradient-to-bottom-green-warning {
  background: linear-gradient(to bottom, #4CAF50, #FFC107);
}

.gradient-to-left-green-warning {
  background: linear-gradient(to left, #4CAF50, #FFC107);
}

.gradient-to-right-green-warning {
  background: linear-gradient(to right, #4CAF50, #FFC107);
}

.gradient-to-top-left-green-warning {
  background: linear-gradient(to top left, #4CAF50, #FFC107);
}

.gradient-to-top-right-green-warning {
  background: linear-gradient(to top right, #4CAF50, #FFC107);
}

.gradient-to-bottom-left-green-warning {
  background: linear-gradient(to bottom left, #4CAF50, #FFC107);
}

.gradient-to-bottom-right-green-warning {
  background: linear-gradient(to bottom right, #4CAF50, #FFC107);
}

.gradient-radial-green-warning {
  background: radial-gradient(circle, #4CAF50, #FFC107);
}

.gradient-green-warning-primary {
  background: linear-gradient(#4CAF50, #FFC107, #03A9F4);
}

.gradient-green-warning-secondary {
  background: linear-gradient(#4CAF50, #FFC107, #333);
}

.gradient-green-warning-success {
  background: linear-gradient(#4CAF50, #FFC107, #28a745);
}

.gradient-green-warning-info {
  background: linear-gradient(#4CAF50, #FFC107, #0DCAF0);
}

.gradient-green-warning-danger {
  background: linear-gradient(#4CAF50, #FFC107, #DC3545);
}

.gradient-green-warning-light {
  background: linear-gradient(#4CAF50, #FFC107, #f5f5f5);
}

.gradient-green-warning-dark {
  background: linear-gradient(#4CAF50, #FFC107, #212529);
}

.gradient-green-warning-red {
  background: linear-gradient(#4CAF50, #FFC107, #F44336);
}

.gradient-green-warning-blue {
  background: linear-gradient(#4CAF50, #FFC107, #2196F3);
}

.gradient-green-warning-black {
  background: linear-gradient(#4CAF50, #FFC107, #000);
}

.gradient-green-warning-white {
  background: linear-gradient(#4CAF50, #FFC107, #fff);
}

.gradient-green-warning-pink {
  background: linear-gradient(#4CAF50, #FFC107, #E91E63);
}

.gradient-green-warning-purple {
  background: linear-gradient(#4CAF50, #FFC107, #9C27B0);
}

.gradient-green-warning-indigo {
  background: linear-gradient(#4CAF50, #FFC107, #3E51B5);
}

.gradient-green-warning-cyan {
  background: linear-gradient(#4CAF50, #FFC107, #00BCD4);
}

.gradient-green-warning-teal {
  background: linear-gradient(#4CAF50, #FFC107, #009688);
}

.gradient-green-warning-lime {
  background: linear-gradient(#4CAF50, #FFC107, #CDDC39);
}

.gradient-green-warning-yellow {
  background: linear-gradient(#4CAF50, #FFC107, #FFEB3B);
}

.gradient-green-warning-amber {
  background: linear-gradient(#4CAF50, #FFC107, #FFC107);
}

.gradient-green-warning-orange {
  background: linear-gradient(#4CAF50, #FFC107, #FF9800);
}

.gradient-green-warning-lightblue {
  background: linear-gradient(#4CAF50, #FFC107, #03A9F4);
}

.gradient-green-warning-lightgreen {
  background: linear-gradient(#4CAF50, #FFC107, #76FF03);
}

.gradient-green-warning-deeppurple {
  background: linear-gradient(#4CAF50, #FFC107, #673AB7);
}

.gradient-green-warning-deeporange {
  background: linear-gradient(#4CAF50, #FFC107, #DD6E0F);
}

.gradient-green-warning-brown {
  background: linear-gradient(#4CAF50, #FFC107, #964B00);
}

.gradient-green-warning-grey {
  background: linear-gradient(#4CAF50, #FFC107, #808080);
}

.gradient-green-danger {
  background: linear-gradient(#4CAF50, #DC3545);
}

.gradient-to-top-green-danger {
  background: linear-gradient(to top, #4CAF50, #DC3545);
}

.gradient-to-bottom-green-danger {
  background: linear-gradient(to bottom, #4CAF50, #DC3545);
}

.gradient-to-left-green-danger {
  background: linear-gradient(to left, #4CAF50, #DC3545);
}

.gradient-to-right-green-danger {
  background: linear-gradient(to right, #4CAF50, #DC3545);
}

.gradient-to-top-left-green-danger {
  background: linear-gradient(to top left, #4CAF50, #DC3545);
}

.gradient-to-top-right-green-danger {
  background: linear-gradient(to top right, #4CAF50, #DC3545);
}

.gradient-to-bottom-left-green-danger {
  background: linear-gradient(to bottom left, #4CAF50, #DC3545);
}

.gradient-to-bottom-right-green-danger {
  background: linear-gradient(to bottom right, #4CAF50, #DC3545);
}

.gradient-radial-green-danger {
  background: radial-gradient(circle, #4CAF50, #DC3545);
}

.gradient-green-danger-primary {
  background: linear-gradient(#4CAF50, #DC3545, #03A9F4);
}

.gradient-green-danger-secondary {
  background: linear-gradient(#4CAF50, #DC3545, #333);
}

.gradient-green-danger-success {
  background: linear-gradient(#4CAF50, #DC3545, #28a745);
}

.gradient-green-danger-info {
  background: linear-gradient(#4CAF50, #DC3545, #0DCAF0);
}

.gradient-green-danger-warning {
  background: linear-gradient(#4CAF50, #DC3545, #FFC107);
}

.gradient-green-danger-light {
  background: linear-gradient(#4CAF50, #DC3545, #f5f5f5);
}

.gradient-green-danger-dark {
  background: linear-gradient(#4CAF50, #DC3545, #212529);
}

.gradient-green-danger-red {
  background: linear-gradient(#4CAF50, #DC3545, #F44336);
}

.gradient-green-danger-blue {
  background: linear-gradient(#4CAF50, #DC3545, #2196F3);
}

.gradient-green-danger-black {
  background: linear-gradient(#4CAF50, #DC3545, #000);
}

.gradient-green-danger-white {
  background: linear-gradient(#4CAF50, #DC3545, #fff);
}

.gradient-green-danger-pink {
  background: linear-gradient(#4CAF50, #DC3545, #E91E63);
}

.gradient-green-danger-purple {
  background: linear-gradient(#4CAF50, #DC3545, #9C27B0);
}

.gradient-green-danger-indigo {
  background: linear-gradient(#4CAF50, #DC3545, #3E51B5);
}

.gradient-green-danger-cyan {
  background: linear-gradient(#4CAF50, #DC3545, #00BCD4);
}

.gradient-green-danger-teal {
  background: linear-gradient(#4CAF50, #DC3545, #009688);
}

.gradient-green-danger-lime {
  background: linear-gradient(#4CAF50, #DC3545, #CDDC39);
}

.gradient-green-danger-yellow {
  background: linear-gradient(#4CAF50, #DC3545, #FFEB3B);
}

.gradient-green-danger-amber {
  background: linear-gradient(#4CAF50, #DC3545, #FFC107);
}

.gradient-green-danger-orange {
  background: linear-gradient(#4CAF50, #DC3545, #FF9800);
}

.gradient-green-danger-lightblue {
  background: linear-gradient(#4CAF50, #DC3545, #03A9F4);
}

.gradient-green-danger-lightgreen {
  background: linear-gradient(#4CAF50, #DC3545, #76FF03);
}

.gradient-green-danger-deeppurple {
  background: linear-gradient(#4CAF50, #DC3545, #673AB7);
}

.gradient-green-danger-deeporange {
  background: linear-gradient(#4CAF50, #DC3545, #DD6E0F);
}

.gradient-green-danger-brown {
  background: linear-gradient(#4CAF50, #DC3545, #964B00);
}

.gradient-green-danger-grey {
  background: linear-gradient(#4CAF50, #DC3545, #808080);
}

.gradient-green-light {
  background: linear-gradient(#4CAF50, #f5f5f5);
}

.gradient-to-top-green-light {
  background: linear-gradient(to top, #4CAF50, #f5f5f5);
}

.gradient-to-bottom-green-light {
  background: linear-gradient(to bottom, #4CAF50, #f5f5f5);
}

.gradient-to-left-green-light {
  background: linear-gradient(to left, #4CAF50, #f5f5f5);
}

.gradient-to-right-green-light {
  background: linear-gradient(to right, #4CAF50, #f5f5f5);
}

.gradient-to-top-left-green-light {
  background: linear-gradient(to top left, #4CAF50, #f5f5f5);
}

.gradient-to-top-right-green-light {
  background: linear-gradient(to top right, #4CAF50, #f5f5f5);
}

.gradient-to-bottom-left-green-light {
  background: linear-gradient(to bottom left, #4CAF50, #f5f5f5);
}

.gradient-to-bottom-right-green-light {
  background: linear-gradient(to bottom right, #4CAF50, #f5f5f5);
}

.gradient-radial-green-light {
  background: radial-gradient(circle, #4CAF50, #f5f5f5);
}

.gradient-green-light-primary {
  background: linear-gradient(#4CAF50, #f5f5f5, #03A9F4);
}

.gradient-green-light-secondary {
  background: linear-gradient(#4CAF50, #f5f5f5, #333);
}

.gradient-green-light-success {
  background: linear-gradient(#4CAF50, #f5f5f5, #28a745);
}

.gradient-green-light-info {
  background: linear-gradient(#4CAF50, #f5f5f5, #0DCAF0);
}

.gradient-green-light-warning {
  background: linear-gradient(#4CAF50, #f5f5f5, #FFC107);
}

.gradient-green-light-danger {
  background: linear-gradient(#4CAF50, #f5f5f5, #DC3545);
}

.gradient-green-light-dark {
  background: linear-gradient(#4CAF50, #f5f5f5, #212529);
}

.gradient-green-light-red {
  background: linear-gradient(#4CAF50, #f5f5f5, #F44336);
}

.gradient-green-light-blue {
  background: linear-gradient(#4CAF50, #f5f5f5, #2196F3);
}

.gradient-green-light-black {
  background: linear-gradient(#4CAF50, #f5f5f5, #000);
}

.gradient-green-light-white {
  background: linear-gradient(#4CAF50, #f5f5f5, #fff);
}

.gradient-green-light-pink {
  background: linear-gradient(#4CAF50, #f5f5f5, #E91E63);
}

.gradient-green-light-purple {
  background: linear-gradient(#4CAF50, #f5f5f5, #9C27B0);
}

.gradient-green-light-indigo {
  background: linear-gradient(#4CAF50, #f5f5f5, #3E51B5);
}

.gradient-green-light-cyan {
  background: linear-gradient(#4CAF50, #f5f5f5, #00BCD4);
}

.gradient-green-light-teal {
  background: linear-gradient(#4CAF50, #f5f5f5, #009688);
}

.gradient-green-light-lime {
  background: linear-gradient(#4CAF50, #f5f5f5, #CDDC39);
}

.gradient-green-light-yellow {
  background: linear-gradient(#4CAF50, #f5f5f5, #FFEB3B);
}

.gradient-green-light-amber {
  background: linear-gradient(#4CAF50, #f5f5f5, #FFC107);
}

.gradient-green-light-orange {
  background: linear-gradient(#4CAF50, #f5f5f5, #FF9800);
}

.gradient-green-light-lightblue {
  background: linear-gradient(#4CAF50, #f5f5f5, #03A9F4);
}

.gradient-green-light-lightgreen {
  background: linear-gradient(#4CAF50, #f5f5f5, #76FF03);
}

.gradient-green-light-deeppurple {
  background: linear-gradient(#4CAF50, #f5f5f5, #673AB7);
}

.gradient-green-light-deeporange {
  background: linear-gradient(#4CAF50, #f5f5f5, #DD6E0F);
}

.gradient-green-light-brown {
  background: linear-gradient(#4CAF50, #f5f5f5, #964B00);
}

.gradient-green-light-grey {
  background: linear-gradient(#4CAF50, #f5f5f5, #808080);
}

.gradient-green-dark {
  background: linear-gradient(#4CAF50, #212529);
}

.gradient-to-top-green-dark {
  background: linear-gradient(to top, #4CAF50, #212529);
}

.gradient-to-bottom-green-dark {
  background: linear-gradient(to bottom, #4CAF50, #212529);
}

.gradient-to-left-green-dark {
  background: linear-gradient(to left, #4CAF50, #212529);
}

.gradient-to-right-green-dark {
  background: linear-gradient(to right, #4CAF50, #212529);
}

.gradient-to-top-left-green-dark {
  background: linear-gradient(to top left, #4CAF50, #212529);
}

.gradient-to-top-right-green-dark {
  background: linear-gradient(to top right, #4CAF50, #212529);
}

.gradient-to-bottom-left-green-dark {
  background: linear-gradient(to bottom left, #4CAF50, #212529);
}

.gradient-to-bottom-right-green-dark {
  background: linear-gradient(to bottom right, #4CAF50, #212529);
}

.gradient-radial-green-dark {
  background: radial-gradient(circle, #4CAF50, #212529);
}

.gradient-green-dark-primary {
  background: linear-gradient(#4CAF50, #212529, #03A9F4);
}

.gradient-green-dark-secondary {
  background: linear-gradient(#4CAF50, #212529, #333);
}

.gradient-green-dark-success {
  background: linear-gradient(#4CAF50, #212529, #28a745);
}

.gradient-green-dark-info {
  background: linear-gradient(#4CAF50, #212529, #0DCAF0);
}

.gradient-green-dark-warning {
  background: linear-gradient(#4CAF50, #212529, #FFC107);
}

.gradient-green-dark-danger {
  background: linear-gradient(#4CAF50, #212529, #DC3545);
}

.gradient-green-dark-light {
  background: linear-gradient(#4CAF50, #212529, #f5f5f5);
}

.gradient-green-dark-red {
  background: linear-gradient(#4CAF50, #212529, #F44336);
}

.gradient-green-dark-blue {
  background: linear-gradient(#4CAF50, #212529, #2196F3);
}

.gradient-green-dark-black {
  background: linear-gradient(#4CAF50, #212529, #000);
}

.gradient-green-dark-white {
  background: linear-gradient(#4CAF50, #212529, #fff);
}

.gradient-green-dark-pink {
  background: linear-gradient(#4CAF50, #212529, #E91E63);
}

.gradient-green-dark-purple {
  background: linear-gradient(#4CAF50, #212529, #9C27B0);
}

.gradient-green-dark-indigo {
  background: linear-gradient(#4CAF50, #212529, #3E51B5);
}

.gradient-green-dark-cyan {
  background: linear-gradient(#4CAF50, #212529, #00BCD4);
}

.gradient-green-dark-teal {
  background: linear-gradient(#4CAF50, #212529, #009688);
}

.gradient-green-dark-lime {
  background: linear-gradient(#4CAF50, #212529, #CDDC39);
}

.gradient-green-dark-yellow {
  background: linear-gradient(#4CAF50, #212529, #FFEB3B);
}

.gradient-green-dark-amber {
  background: linear-gradient(#4CAF50, #212529, #FFC107);
}

.gradient-green-dark-orange {
  background: linear-gradient(#4CAF50, #212529, #FF9800);
}

.gradient-green-dark-lightblue {
  background: linear-gradient(#4CAF50, #212529, #03A9F4);
}

.gradient-green-dark-lightgreen {
  background: linear-gradient(#4CAF50, #212529, #76FF03);
}

.gradient-green-dark-deeppurple {
  background: linear-gradient(#4CAF50, #212529, #673AB7);
}

.gradient-green-dark-deeporange {
  background: linear-gradient(#4CAF50, #212529, #DD6E0F);
}

.gradient-green-dark-brown {
  background: linear-gradient(#4CAF50, #212529, #964B00);
}

.gradient-green-dark-grey {
  background: linear-gradient(#4CAF50, #212529, #808080);
}

.gradient-green-red {
  background: linear-gradient(#4CAF50, #F44336);
}

.gradient-to-top-green-red {
  background: linear-gradient(to top, #4CAF50, #F44336);
}

.gradient-to-bottom-green-red {
  background: linear-gradient(to bottom, #4CAF50, #F44336);
}

.gradient-to-left-green-red {
  background: linear-gradient(to left, #4CAF50, #F44336);
}

.gradient-to-right-green-red {
  background: linear-gradient(to right, #4CAF50, #F44336);
}

.gradient-to-top-left-green-red {
  background: linear-gradient(to top left, #4CAF50, #F44336);
}

.gradient-to-top-right-green-red {
  background: linear-gradient(to top right, #4CAF50, #F44336);
}

.gradient-to-bottom-left-green-red {
  background: linear-gradient(to bottom left, #4CAF50, #F44336);
}

.gradient-to-bottom-right-green-red {
  background: linear-gradient(to bottom right, #4CAF50, #F44336);
}

.gradient-radial-green-red {
  background: radial-gradient(circle, #4CAF50, #F44336);
}

.gradient-green-red-primary {
  background: linear-gradient(#4CAF50, #F44336, #03A9F4);
}

.gradient-green-red-secondary {
  background: linear-gradient(#4CAF50, #F44336, #333);
}

.gradient-green-red-success {
  background: linear-gradient(#4CAF50, #F44336, #28a745);
}

.gradient-green-red-info {
  background: linear-gradient(#4CAF50, #F44336, #0DCAF0);
}

.gradient-green-red-warning {
  background: linear-gradient(#4CAF50, #F44336, #FFC107);
}

.gradient-green-red-danger {
  background: linear-gradient(#4CAF50, #F44336, #DC3545);
}

.gradient-green-red-light {
  background: linear-gradient(#4CAF50, #F44336, #f5f5f5);
}

.gradient-green-red-dark {
  background: linear-gradient(#4CAF50, #F44336, #212529);
}

.gradient-green-red-blue {
  background: linear-gradient(#4CAF50, #F44336, #2196F3);
}

.gradient-green-red-black {
  background: linear-gradient(#4CAF50, #F44336, #000);
}

.gradient-green-red-white {
  background: linear-gradient(#4CAF50, #F44336, #fff);
}

.gradient-green-red-pink {
  background: linear-gradient(#4CAF50, #F44336, #E91E63);
}

.gradient-green-red-purple {
  background: linear-gradient(#4CAF50, #F44336, #9C27B0);
}

.gradient-green-red-indigo {
  background: linear-gradient(#4CAF50, #F44336, #3E51B5);
}

.gradient-green-red-cyan {
  background: linear-gradient(#4CAF50, #F44336, #00BCD4);
}

.gradient-green-red-teal {
  background: linear-gradient(#4CAF50, #F44336, #009688);
}

.gradient-green-red-lime {
  background: linear-gradient(#4CAF50, #F44336, #CDDC39);
}

.gradient-green-red-yellow {
  background: linear-gradient(#4CAF50, #F44336, #FFEB3B);
}

.gradient-green-red-amber {
  background: linear-gradient(#4CAF50, #F44336, #FFC107);
}

.gradient-green-red-orange {
  background: linear-gradient(#4CAF50, #F44336, #FF9800);
}

.gradient-green-red-lightblue {
  background: linear-gradient(#4CAF50, #F44336, #03A9F4);
}

.gradient-green-red-lightgreen {
  background: linear-gradient(#4CAF50, #F44336, #76FF03);
}

.gradient-green-red-deeppurple {
  background: linear-gradient(#4CAF50, #F44336, #673AB7);
}

.gradient-green-red-deeporange {
  background: linear-gradient(#4CAF50, #F44336, #DD6E0F);
}

.gradient-green-red-brown {
  background: linear-gradient(#4CAF50, #F44336, #964B00);
}

.gradient-green-red-grey {
  background: linear-gradient(#4CAF50, #F44336, #808080);
}

.gradient-green-blue {
  background: linear-gradient(#4CAF50, #2196F3);
}

.gradient-to-top-green-blue {
  background: linear-gradient(to top, #4CAF50, #2196F3);
}

.gradient-to-bottom-green-blue {
  background: linear-gradient(to bottom, #4CAF50, #2196F3);
}

.gradient-to-left-green-blue {
  background: linear-gradient(to left, #4CAF50, #2196F3);
}

.gradient-to-right-green-blue {
  background: linear-gradient(to right, #4CAF50, #2196F3);
}

.gradient-to-top-left-green-blue {
  background: linear-gradient(to top left, #4CAF50, #2196F3);
}

.gradient-to-top-right-green-blue {
  background: linear-gradient(to top right, #4CAF50, #2196F3);
}

.gradient-to-bottom-left-green-blue {
  background: linear-gradient(to bottom left, #4CAF50, #2196F3);
}

.gradient-to-bottom-right-green-blue {
  background: linear-gradient(to bottom right, #4CAF50, #2196F3);
}

.gradient-radial-green-blue {
  background: radial-gradient(circle, #4CAF50, #2196F3);
}

.gradient-green-blue-primary {
  background: linear-gradient(#4CAF50, #2196F3, #03A9F4);
}

.gradient-green-blue-secondary {
  background: linear-gradient(#4CAF50, #2196F3, #333);
}

.gradient-green-blue-success {
  background: linear-gradient(#4CAF50, #2196F3, #28a745);
}

.gradient-green-blue-info {
  background: linear-gradient(#4CAF50, #2196F3, #0DCAF0);
}

.gradient-green-blue-warning {
  background: linear-gradient(#4CAF50, #2196F3, #FFC107);
}

.gradient-green-blue-danger {
  background: linear-gradient(#4CAF50, #2196F3, #DC3545);
}

.gradient-green-blue-light {
  background: linear-gradient(#4CAF50, #2196F3, #f5f5f5);
}

.gradient-green-blue-dark {
  background: linear-gradient(#4CAF50, #2196F3, #212529);
}

.gradient-green-blue-red {
  background: linear-gradient(#4CAF50, #2196F3, #F44336);
}

.gradient-green-blue-black {
  background: linear-gradient(#4CAF50, #2196F3, #000);
}

.gradient-green-blue-white {
  background: linear-gradient(#4CAF50, #2196F3, #fff);
}

.gradient-green-blue-pink {
  background: linear-gradient(#4CAF50, #2196F3, #E91E63);
}

.gradient-green-blue-purple {
  background: linear-gradient(#4CAF50, #2196F3, #9C27B0);
}

.gradient-green-blue-indigo {
  background: linear-gradient(#4CAF50, #2196F3, #3E51B5);
}

.gradient-green-blue-cyan {
  background: linear-gradient(#4CAF50, #2196F3, #00BCD4);
}

.gradient-green-blue-teal {
  background: linear-gradient(#4CAF50, #2196F3, #009688);
}

.gradient-green-blue-lime {
  background: linear-gradient(#4CAF50, #2196F3, #CDDC39);
}

.gradient-green-blue-yellow {
  background: linear-gradient(#4CAF50, #2196F3, #FFEB3B);
}

.gradient-green-blue-amber {
  background: linear-gradient(#4CAF50, #2196F3, #FFC107);
}

.gradient-green-blue-orange {
  background: linear-gradient(#4CAF50, #2196F3, #FF9800);
}

.gradient-green-blue-lightblue {
  background: linear-gradient(#4CAF50, #2196F3, #03A9F4);
}

.gradient-green-blue-lightgreen {
  background: linear-gradient(#4CAF50, #2196F3, #76FF03);
}

.gradient-green-blue-deeppurple {
  background: linear-gradient(#4CAF50, #2196F3, #673AB7);
}

.gradient-green-blue-deeporange {
  background: linear-gradient(#4CAF50, #2196F3, #DD6E0F);
}

.gradient-green-blue-brown {
  background: linear-gradient(#4CAF50, #2196F3, #964B00);
}

.gradient-green-blue-grey {
  background: linear-gradient(#4CAF50, #2196F3, #808080);
}

.gradient-green-black {
  background: linear-gradient(#4CAF50, #000);
}

.gradient-to-top-green-black {
  background: linear-gradient(to top, #4CAF50, #000);
}

.gradient-to-bottom-green-black {
  background: linear-gradient(to bottom, #4CAF50, #000);
}

.gradient-to-left-green-black {
  background: linear-gradient(to left, #4CAF50, #000);
}

.gradient-to-right-green-black {
  background: linear-gradient(to right, #4CAF50, #000);
}

.gradient-to-top-left-green-black {
  background: linear-gradient(to top left, #4CAF50, #000);
}

.gradient-to-top-right-green-black {
  background: linear-gradient(to top right, #4CAF50, #000);
}

.gradient-to-bottom-left-green-black {
  background: linear-gradient(to bottom left, #4CAF50, #000);
}

.gradient-to-bottom-right-green-black {
  background: linear-gradient(to bottom right, #4CAF50, #000);
}

.gradient-radial-green-black {
  background: radial-gradient(circle, #4CAF50, #000);
}

.gradient-green-black-primary {
  background: linear-gradient(#4CAF50, #000, #03A9F4);
}

.gradient-green-black-secondary {
  background: linear-gradient(#4CAF50, #000, #333);
}

.gradient-green-black-success {
  background: linear-gradient(#4CAF50, #000, #28a745);
}

.gradient-green-black-info {
  background: linear-gradient(#4CAF50, #000, #0DCAF0);
}

.gradient-green-black-warning {
  background: linear-gradient(#4CAF50, #000, #FFC107);
}

.gradient-green-black-danger {
  background: linear-gradient(#4CAF50, #000, #DC3545);
}

.gradient-green-black-light {
  background: linear-gradient(#4CAF50, #000, #f5f5f5);
}

.gradient-green-black-dark {
  background: linear-gradient(#4CAF50, #000, #212529);
}

.gradient-green-black-red {
  background: linear-gradient(#4CAF50, #000, #F44336);
}

.gradient-green-black-blue {
  background: linear-gradient(#4CAF50, #000, #2196F3);
}

.gradient-green-black-white {
  background: linear-gradient(#4CAF50, #000, #fff);
}

.gradient-green-black-pink {
  background: linear-gradient(#4CAF50, #000, #E91E63);
}

.gradient-green-black-purple {
  background: linear-gradient(#4CAF50, #000, #9C27B0);
}

.gradient-green-black-indigo {
  background: linear-gradient(#4CAF50, #000, #3E51B5);
}

.gradient-green-black-cyan {
  background: linear-gradient(#4CAF50, #000, #00BCD4);
}

.gradient-green-black-teal {
  background: linear-gradient(#4CAF50, #000, #009688);
}

.gradient-green-black-lime {
  background: linear-gradient(#4CAF50, #000, #CDDC39);
}

.gradient-green-black-yellow {
  background: linear-gradient(#4CAF50, #000, #FFEB3B);
}

.gradient-green-black-amber {
  background: linear-gradient(#4CAF50, #000, #FFC107);
}

.gradient-green-black-orange {
  background: linear-gradient(#4CAF50, #000, #FF9800);
}

.gradient-green-black-lightblue {
  background: linear-gradient(#4CAF50, #000, #03A9F4);
}

.gradient-green-black-lightgreen {
  background: linear-gradient(#4CAF50, #000, #76FF03);
}

.gradient-green-black-deeppurple {
  background: linear-gradient(#4CAF50, #000, #673AB7);
}

.gradient-green-black-deeporange {
  background: linear-gradient(#4CAF50, #000, #DD6E0F);
}

.gradient-green-black-brown {
  background: linear-gradient(#4CAF50, #000, #964B00);
}

.gradient-green-black-grey {
  background: linear-gradient(#4CAF50, #000, #808080);
}

.gradient-green-white {
  background: linear-gradient(#4CAF50, #fff);
}

.gradient-to-top-green-white {
  background: linear-gradient(to top, #4CAF50, #fff);
}

.gradient-to-bottom-green-white {
  background: linear-gradient(to bottom, #4CAF50, #fff);
}

.gradient-to-left-green-white {
  background: linear-gradient(to left, #4CAF50, #fff);
}

.gradient-to-right-green-white {
  background: linear-gradient(to right, #4CAF50, #fff);
}

.gradient-to-top-left-green-white {
  background: linear-gradient(to top left, #4CAF50, #fff);
}

.gradient-to-top-right-green-white {
  background: linear-gradient(to top right, #4CAF50, #fff);
}

.gradient-to-bottom-left-green-white {
  background: linear-gradient(to bottom left, #4CAF50, #fff);
}

.gradient-to-bottom-right-green-white {
  background: linear-gradient(to bottom right, #4CAF50, #fff);
}

.gradient-radial-green-white {
  background: radial-gradient(circle, #4CAF50, #fff);
}

.gradient-green-white-primary {
  background: linear-gradient(#4CAF50, #fff, #03A9F4);
}

.gradient-green-white-secondary {
  background: linear-gradient(#4CAF50, #fff, #333);
}

.gradient-green-white-success {
  background: linear-gradient(#4CAF50, #fff, #28a745);
}

.gradient-green-white-info {
  background: linear-gradient(#4CAF50, #fff, #0DCAF0);
}

.gradient-green-white-warning {
  background: linear-gradient(#4CAF50, #fff, #FFC107);
}

.gradient-green-white-danger {
  background: linear-gradient(#4CAF50, #fff, #DC3545);
}

.gradient-green-white-light {
  background: linear-gradient(#4CAF50, #fff, #f5f5f5);
}

.gradient-green-white-dark {
  background: linear-gradient(#4CAF50, #fff, #212529);
}

.gradient-green-white-red {
  background: linear-gradient(#4CAF50, #fff, #F44336);
}

.gradient-green-white-blue {
  background: linear-gradient(#4CAF50, #fff, #2196F3);
}

.gradient-green-white-black {
  background: linear-gradient(#4CAF50, #fff, #000);
}

.gradient-green-white-pink {
  background: linear-gradient(#4CAF50, #fff, #E91E63);
}

.gradient-green-white-purple {
  background: linear-gradient(#4CAF50, #fff, #9C27B0);
}

.gradient-green-white-indigo {
  background: linear-gradient(#4CAF50, #fff, #3E51B5);
}

.gradient-green-white-cyan {
  background: linear-gradient(#4CAF50, #fff, #00BCD4);
}

.gradient-green-white-teal {
  background: linear-gradient(#4CAF50, #fff, #009688);
}

.gradient-green-white-lime {
  background: linear-gradient(#4CAF50, #fff, #CDDC39);
}

.gradient-green-white-yellow {
  background: linear-gradient(#4CAF50, #fff, #FFEB3B);
}

.gradient-green-white-amber {
  background: linear-gradient(#4CAF50, #fff, #FFC107);
}

.gradient-green-white-orange {
  background: linear-gradient(#4CAF50, #fff, #FF9800);
}

.gradient-green-white-lightblue {
  background: linear-gradient(#4CAF50, #fff, #03A9F4);
}

.gradient-green-white-lightgreen {
  background: linear-gradient(#4CAF50, #fff, #76FF03);
}

.gradient-green-white-deeppurple {
  background: linear-gradient(#4CAF50, #fff, #673AB7);
}

.gradient-green-white-deeporange {
  background: linear-gradient(#4CAF50, #fff, #DD6E0F);
}

.gradient-green-white-brown {
  background: linear-gradient(#4CAF50, #fff, #964B00);
}

.gradient-green-white-grey {
  background: linear-gradient(#4CAF50, #fff, #808080);
}

.gradient-green-pink {
  background: linear-gradient(#4CAF50, #E91E63);
}

.gradient-to-top-green-pink {
  background: linear-gradient(to top, #4CAF50, #E91E63);
}

.gradient-to-bottom-green-pink {
  background: linear-gradient(to bottom, #4CAF50, #E91E63);
}

.gradient-to-left-green-pink {
  background: linear-gradient(to left, #4CAF50, #E91E63);
}

.gradient-to-right-green-pink {
  background: linear-gradient(to right, #4CAF50, #E91E63);
}

.gradient-to-top-left-green-pink {
  background: linear-gradient(to top left, #4CAF50, #E91E63);
}

.gradient-to-top-right-green-pink {
  background: linear-gradient(to top right, #4CAF50, #E91E63);
}

.gradient-to-bottom-left-green-pink {
  background: linear-gradient(to bottom left, #4CAF50, #E91E63);
}

.gradient-to-bottom-right-green-pink {
  background: linear-gradient(to bottom right, #4CAF50, #E91E63);
}

.gradient-radial-green-pink {
  background: radial-gradient(circle, #4CAF50, #E91E63);
}

.gradient-green-pink-primary {
  background: linear-gradient(#4CAF50, #E91E63, #03A9F4);
}

.gradient-green-pink-secondary {
  background: linear-gradient(#4CAF50, #E91E63, #333);
}

.gradient-green-pink-success {
  background: linear-gradient(#4CAF50, #E91E63, #28a745);
}

.gradient-green-pink-info {
  background: linear-gradient(#4CAF50, #E91E63, #0DCAF0);
}

.gradient-green-pink-warning {
  background: linear-gradient(#4CAF50, #E91E63, #FFC107);
}

.gradient-green-pink-danger {
  background: linear-gradient(#4CAF50, #E91E63, #DC3545);
}

.gradient-green-pink-light {
  background: linear-gradient(#4CAF50, #E91E63, #f5f5f5);
}

.gradient-green-pink-dark {
  background: linear-gradient(#4CAF50, #E91E63, #212529);
}

.gradient-green-pink-red {
  background: linear-gradient(#4CAF50, #E91E63, #F44336);
}

.gradient-green-pink-blue {
  background: linear-gradient(#4CAF50, #E91E63, #2196F3);
}

.gradient-green-pink-black {
  background: linear-gradient(#4CAF50, #E91E63, #000);
}

.gradient-green-pink-white {
  background: linear-gradient(#4CAF50, #E91E63, #fff);
}

.gradient-green-pink-purple {
  background: linear-gradient(#4CAF50, #E91E63, #9C27B0);
}

.gradient-green-pink-indigo {
  background: linear-gradient(#4CAF50, #E91E63, #3E51B5);
}

.gradient-green-pink-cyan {
  background: linear-gradient(#4CAF50, #E91E63, #00BCD4);
}

.gradient-green-pink-teal {
  background: linear-gradient(#4CAF50, #E91E63, #009688);
}

.gradient-green-pink-lime {
  background: linear-gradient(#4CAF50, #E91E63, #CDDC39);
}

.gradient-green-pink-yellow {
  background: linear-gradient(#4CAF50, #E91E63, #FFEB3B);
}

.gradient-green-pink-amber {
  background: linear-gradient(#4CAF50, #E91E63, #FFC107);
}

.gradient-green-pink-orange {
  background: linear-gradient(#4CAF50, #E91E63, #FF9800);
}

.gradient-green-pink-lightblue {
  background: linear-gradient(#4CAF50, #E91E63, #03A9F4);
}

.gradient-green-pink-lightgreen {
  background: linear-gradient(#4CAF50, #E91E63, #76FF03);
}

.gradient-green-pink-deeppurple {
  background: linear-gradient(#4CAF50, #E91E63, #673AB7);
}

.gradient-green-pink-deeporange {
  background: linear-gradient(#4CAF50, #E91E63, #DD6E0F);
}

.gradient-green-pink-brown {
  background: linear-gradient(#4CAF50, #E91E63, #964B00);
}

.gradient-green-pink-grey {
  background: linear-gradient(#4CAF50, #E91E63, #808080);
}

.gradient-green-purple {
  background: linear-gradient(#4CAF50, #9C27B0);
}

.gradient-to-top-green-purple {
  background: linear-gradient(to top, #4CAF50, #9C27B0);
}

.gradient-to-bottom-green-purple {
  background: linear-gradient(to bottom, #4CAF50, #9C27B0);
}

.gradient-to-left-green-purple {
  background: linear-gradient(to left, #4CAF50, #9C27B0);
}

.gradient-to-right-green-purple {
  background: linear-gradient(to right, #4CAF50, #9C27B0);
}

.gradient-to-top-left-green-purple {
  background: linear-gradient(to top left, #4CAF50, #9C27B0);
}

.gradient-to-top-right-green-purple {
  background: linear-gradient(to top right, #4CAF50, #9C27B0);
}

.gradient-to-bottom-left-green-purple {
  background: linear-gradient(to bottom left, #4CAF50, #9C27B0);
}

.gradient-to-bottom-right-green-purple {
  background: linear-gradient(to bottom right, #4CAF50, #9C27B0);
}

.gradient-radial-green-purple {
  background: radial-gradient(circle, #4CAF50, #9C27B0);
}

.gradient-green-purple-primary {
  background: linear-gradient(#4CAF50, #9C27B0, #03A9F4);
}

.gradient-green-purple-secondary {
  background: linear-gradient(#4CAF50, #9C27B0, #333);
}

.gradient-green-purple-success {
  background: linear-gradient(#4CAF50, #9C27B0, #28a745);
}

.gradient-green-purple-info {
  background: linear-gradient(#4CAF50, #9C27B0, #0DCAF0);
}

.gradient-green-purple-warning {
  background: linear-gradient(#4CAF50, #9C27B0, #FFC107);
}

.gradient-green-purple-danger {
  background: linear-gradient(#4CAF50, #9C27B0, #DC3545);
}

.gradient-green-purple-light {
  background: linear-gradient(#4CAF50, #9C27B0, #f5f5f5);
}

.gradient-green-purple-dark {
  background: linear-gradient(#4CAF50, #9C27B0, #212529);
}

.gradient-green-purple-red {
  background: linear-gradient(#4CAF50, #9C27B0, #F44336);
}

.gradient-green-purple-blue {
  background: linear-gradient(#4CAF50, #9C27B0, #2196F3);
}

.gradient-green-purple-black {
  background: linear-gradient(#4CAF50, #9C27B0, #000);
}

.gradient-green-purple-white {
  background: linear-gradient(#4CAF50, #9C27B0, #fff);
}

.gradient-green-purple-pink {
  background: linear-gradient(#4CAF50, #9C27B0, #E91E63);
}

.gradient-green-purple-indigo {
  background: linear-gradient(#4CAF50, #9C27B0, #3E51B5);
}

.gradient-green-purple-cyan {
  background: linear-gradient(#4CAF50, #9C27B0, #00BCD4);
}

.gradient-green-purple-teal {
  background: linear-gradient(#4CAF50, #9C27B0, #009688);
}

.gradient-green-purple-lime {
  background: linear-gradient(#4CAF50, #9C27B0, #CDDC39);
}

.gradient-green-purple-yellow {
  background: linear-gradient(#4CAF50, #9C27B0, #FFEB3B);
}

.gradient-green-purple-amber {
  background: linear-gradient(#4CAF50, #9C27B0, #FFC107);
}

.gradient-green-purple-orange {
  background: linear-gradient(#4CAF50, #9C27B0, #FF9800);
}

.gradient-green-purple-lightblue {
  background: linear-gradient(#4CAF50, #9C27B0, #03A9F4);
}

.gradient-green-purple-lightgreen {
  background: linear-gradient(#4CAF50, #9C27B0, #76FF03);
}

.gradient-green-purple-deeppurple {
  background: linear-gradient(#4CAF50, #9C27B0, #673AB7);
}

.gradient-green-purple-deeporange {
  background: linear-gradient(#4CAF50, #9C27B0, #DD6E0F);
}

.gradient-green-purple-brown {
  background: linear-gradient(#4CAF50, #9C27B0, #964B00);
}

.gradient-green-purple-grey {
  background: linear-gradient(#4CAF50, #9C27B0, #808080);
}

.gradient-green-indigo {
  background: linear-gradient(#4CAF50, #3E51B5);
}

.gradient-to-top-green-indigo {
  background: linear-gradient(to top, #4CAF50, #3E51B5);
}

.gradient-to-bottom-green-indigo {
  background: linear-gradient(to bottom, #4CAF50, #3E51B5);
}

.gradient-to-left-green-indigo {
  background: linear-gradient(to left, #4CAF50, #3E51B5);
}

.gradient-to-right-green-indigo {
  background: linear-gradient(to right, #4CAF50, #3E51B5);
}

.gradient-to-top-left-green-indigo {
  background: linear-gradient(to top left, #4CAF50, #3E51B5);
}

.gradient-to-top-right-green-indigo {
  background: linear-gradient(to top right, #4CAF50, #3E51B5);
}

.gradient-to-bottom-left-green-indigo {
  background: linear-gradient(to bottom left, #4CAF50, #3E51B5);
}

.gradient-to-bottom-right-green-indigo {
  background: linear-gradient(to bottom right, #4CAF50, #3E51B5);
}

.gradient-radial-green-indigo {
  background: radial-gradient(circle, #4CAF50, #3E51B5);
}

.gradient-green-indigo-primary {
  background: linear-gradient(#4CAF50, #3E51B5, #03A9F4);
}

.gradient-green-indigo-secondary {
  background: linear-gradient(#4CAF50, #3E51B5, #333);
}

.gradient-green-indigo-success {
  background: linear-gradient(#4CAF50, #3E51B5, #28a745);
}

.gradient-green-indigo-info {
  background: linear-gradient(#4CAF50, #3E51B5, #0DCAF0);
}

.gradient-green-indigo-warning {
  background: linear-gradient(#4CAF50, #3E51B5, #FFC107);
}

.gradient-green-indigo-danger {
  background: linear-gradient(#4CAF50, #3E51B5, #DC3545);
}

.gradient-green-indigo-light {
  background: linear-gradient(#4CAF50, #3E51B5, #f5f5f5);
}

.gradient-green-indigo-dark {
  background: linear-gradient(#4CAF50, #3E51B5, #212529);
}

.gradient-green-indigo-red {
  background: linear-gradient(#4CAF50, #3E51B5, #F44336);
}

.gradient-green-indigo-blue {
  background: linear-gradient(#4CAF50, #3E51B5, #2196F3);
}

.gradient-green-indigo-black {
  background: linear-gradient(#4CAF50, #3E51B5, #000);
}

.gradient-green-indigo-white {
  background: linear-gradient(#4CAF50, #3E51B5, #fff);
}

.gradient-green-indigo-pink {
  background: linear-gradient(#4CAF50, #3E51B5, #E91E63);
}

.gradient-green-indigo-purple {
  background: linear-gradient(#4CAF50, #3E51B5, #9C27B0);
}

.gradient-green-indigo-cyan {
  background: linear-gradient(#4CAF50, #3E51B5, #00BCD4);
}

.gradient-green-indigo-teal {
  background: linear-gradient(#4CAF50, #3E51B5, #009688);
}

.gradient-green-indigo-lime {
  background: linear-gradient(#4CAF50, #3E51B5, #CDDC39);
}

.gradient-green-indigo-yellow {
  background: linear-gradient(#4CAF50, #3E51B5, #FFEB3B);
}

.gradient-green-indigo-amber {
  background: linear-gradient(#4CAF50, #3E51B5, #FFC107);
}

.gradient-green-indigo-orange {
  background: linear-gradient(#4CAF50, #3E51B5, #FF9800);
}

.gradient-green-indigo-lightblue {
  background: linear-gradient(#4CAF50, #3E51B5, #03A9F4);
}

.gradient-green-indigo-lightgreen {
  background: linear-gradient(#4CAF50, #3E51B5, #76FF03);
}

.gradient-green-indigo-deeppurple {
  background: linear-gradient(#4CAF50, #3E51B5, #673AB7);
}

.gradient-green-indigo-deeporange {
  background: linear-gradient(#4CAF50, #3E51B5, #DD6E0F);
}

.gradient-green-indigo-brown {
  background: linear-gradient(#4CAF50, #3E51B5, #964B00);
}

.gradient-green-indigo-grey {
  background: linear-gradient(#4CAF50, #3E51B5, #808080);
}

.gradient-green-cyan {
  background: linear-gradient(#4CAF50, #00BCD4);
}

.gradient-to-top-green-cyan {
  background: linear-gradient(to top, #4CAF50, #00BCD4);
}

.gradient-to-bottom-green-cyan {
  background: linear-gradient(to bottom, #4CAF50, #00BCD4);
}

.gradient-to-left-green-cyan {
  background: linear-gradient(to left, #4CAF50, #00BCD4);
}

.gradient-to-right-green-cyan {
  background: linear-gradient(to right, #4CAF50, #00BCD4);
}

.gradient-to-top-left-green-cyan {
  background: linear-gradient(to top left, #4CAF50, #00BCD4);
}

.gradient-to-top-right-green-cyan {
  background: linear-gradient(to top right, #4CAF50, #00BCD4);
}

.gradient-to-bottom-left-green-cyan {
  background: linear-gradient(to bottom left, #4CAF50, #00BCD4);
}

.gradient-to-bottom-right-green-cyan {
  background: linear-gradient(to bottom right, #4CAF50, #00BCD4);
}

.gradient-radial-green-cyan {
  background: radial-gradient(circle, #4CAF50, #00BCD4);
}

.gradient-green-cyan-primary {
  background: linear-gradient(#4CAF50, #00BCD4, #03A9F4);
}

.gradient-green-cyan-secondary {
  background: linear-gradient(#4CAF50, #00BCD4, #333);
}

.gradient-green-cyan-success {
  background: linear-gradient(#4CAF50, #00BCD4, #28a745);
}

.gradient-green-cyan-info {
  background: linear-gradient(#4CAF50, #00BCD4, #0DCAF0);
}

.gradient-green-cyan-warning {
  background: linear-gradient(#4CAF50, #00BCD4, #FFC107);
}

.gradient-green-cyan-danger {
  background: linear-gradient(#4CAF50, #00BCD4, #DC3545);
}

.gradient-green-cyan-light {
  background: linear-gradient(#4CAF50, #00BCD4, #f5f5f5);
}

.gradient-green-cyan-dark {
  background: linear-gradient(#4CAF50, #00BCD4, #212529);
}

.gradient-green-cyan-red {
  background: linear-gradient(#4CAF50, #00BCD4, #F44336);
}

.gradient-green-cyan-blue {
  background: linear-gradient(#4CAF50, #00BCD4, #2196F3);
}

.gradient-green-cyan-black {
  background: linear-gradient(#4CAF50, #00BCD4, #000);
}

.gradient-green-cyan-white {
  background: linear-gradient(#4CAF50, #00BCD4, #fff);
}

.gradient-green-cyan-pink {
  background: linear-gradient(#4CAF50, #00BCD4, #E91E63);
}

.gradient-green-cyan-purple {
  background: linear-gradient(#4CAF50, #00BCD4, #9C27B0);
}

.gradient-green-cyan-indigo {
  background: linear-gradient(#4CAF50, #00BCD4, #3E51B5);
}

.gradient-green-cyan-teal {
  background: linear-gradient(#4CAF50, #00BCD4, #009688);
}

.gradient-green-cyan-lime {
  background: linear-gradient(#4CAF50, #00BCD4, #CDDC39);
}

.gradient-green-cyan-yellow {
  background: linear-gradient(#4CAF50, #00BCD4, #FFEB3B);
}

.gradient-green-cyan-amber {
  background: linear-gradient(#4CAF50, #00BCD4, #FFC107);
}

.gradient-green-cyan-orange {
  background: linear-gradient(#4CAF50, #00BCD4, #FF9800);
}

.gradient-green-cyan-lightblue {
  background: linear-gradient(#4CAF50, #00BCD4, #03A9F4);
}

.gradient-green-cyan-lightgreen {
  background: linear-gradient(#4CAF50, #00BCD4, #76FF03);
}

.gradient-green-cyan-deeppurple {
  background: linear-gradient(#4CAF50, #00BCD4, #673AB7);
}

.gradient-green-cyan-deeporange {
  background: linear-gradient(#4CAF50, #00BCD4, #DD6E0F);
}

.gradient-green-cyan-brown {
  background: linear-gradient(#4CAF50, #00BCD4, #964B00);
}

.gradient-green-cyan-grey {
  background: linear-gradient(#4CAF50, #00BCD4, #808080);
}

.gradient-green-teal {
  background: linear-gradient(#4CAF50, #009688);
}

.gradient-to-top-green-teal {
  background: linear-gradient(to top, #4CAF50, #009688);
}

.gradient-to-bottom-green-teal {
  background: linear-gradient(to bottom, #4CAF50, #009688);
}

.gradient-to-left-green-teal {
  background: linear-gradient(to left, #4CAF50, #009688);
}

.gradient-to-right-green-teal {
  background: linear-gradient(to right, #4CAF50, #009688);
}

.gradient-to-top-left-green-teal {
  background: linear-gradient(to top left, #4CAF50, #009688);
}

.gradient-to-top-right-green-teal {
  background: linear-gradient(to top right, #4CAF50, #009688);
}

.gradient-to-bottom-left-green-teal {
  background: linear-gradient(to bottom left, #4CAF50, #009688);
}

.gradient-to-bottom-right-green-teal {
  background: linear-gradient(to bottom right, #4CAF50, #009688);
}

.gradient-radial-green-teal {
  background: radial-gradient(circle, #4CAF50, #009688);
}

.gradient-green-teal-primary {
  background: linear-gradient(#4CAF50, #009688, #03A9F4);
}

.gradient-green-teal-secondary {
  background: linear-gradient(#4CAF50, #009688, #333);
}

.gradient-green-teal-success {
  background: linear-gradient(#4CAF50, #009688, #28a745);
}

.gradient-green-teal-info {
  background: linear-gradient(#4CAF50, #009688, #0DCAF0);
}

.gradient-green-teal-warning {
  background: linear-gradient(#4CAF50, #009688, #FFC107);
}

.gradient-green-teal-danger {
  background: linear-gradient(#4CAF50, #009688, #DC3545);
}

.gradient-green-teal-light {
  background: linear-gradient(#4CAF50, #009688, #f5f5f5);
}

.gradient-green-teal-dark {
  background: linear-gradient(#4CAF50, #009688, #212529);
}

.gradient-green-teal-red {
  background: linear-gradient(#4CAF50, #009688, #F44336);
}

.gradient-green-teal-blue {
  background: linear-gradient(#4CAF50, #009688, #2196F3);
}

.gradient-green-teal-black {
  background: linear-gradient(#4CAF50, #009688, #000);
}

.gradient-green-teal-white {
  background: linear-gradient(#4CAF50, #009688, #fff);
}

.gradient-green-teal-pink {
  background: linear-gradient(#4CAF50, #009688, #E91E63);
}

.gradient-green-teal-purple {
  background: linear-gradient(#4CAF50, #009688, #9C27B0);
}

.gradient-green-teal-indigo {
  background: linear-gradient(#4CAF50, #009688, #3E51B5);
}

.gradient-green-teal-cyan {
  background: linear-gradient(#4CAF50, #009688, #00BCD4);
}

.gradient-green-teal-lime {
  background: linear-gradient(#4CAF50, #009688, #CDDC39);
}

.gradient-green-teal-yellow {
  background: linear-gradient(#4CAF50, #009688, #FFEB3B);
}

.gradient-green-teal-amber {
  background: linear-gradient(#4CAF50, #009688, #FFC107);
}

.gradient-green-teal-orange {
  background: linear-gradient(#4CAF50, #009688, #FF9800);
}

.gradient-green-teal-lightblue {
  background: linear-gradient(#4CAF50, #009688, #03A9F4);
}

.gradient-green-teal-lightgreen {
  background: linear-gradient(#4CAF50, #009688, #76FF03);
}

.gradient-green-teal-deeppurple {
  background: linear-gradient(#4CAF50, #009688, #673AB7);
}

.gradient-green-teal-deeporange {
  background: linear-gradient(#4CAF50, #009688, #DD6E0F);
}

.gradient-green-teal-brown {
  background: linear-gradient(#4CAF50, #009688, #964B00);
}

.gradient-green-teal-grey {
  background: linear-gradient(#4CAF50, #009688, #808080);
}

.gradient-green-lime {
  background: linear-gradient(#4CAF50, #CDDC39);
}

.gradient-to-top-green-lime {
  background: linear-gradient(to top, #4CAF50, #CDDC39);
}

.gradient-to-bottom-green-lime {
  background: linear-gradient(to bottom, #4CAF50, #CDDC39);
}

.gradient-to-left-green-lime {
  background: linear-gradient(to left, #4CAF50, #CDDC39);
}

.gradient-to-right-green-lime {
  background: linear-gradient(to right, #4CAF50, #CDDC39);
}

.gradient-to-top-left-green-lime {
  background: linear-gradient(to top left, #4CAF50, #CDDC39);
}

.gradient-to-top-right-green-lime {
  background: linear-gradient(to top right, #4CAF50, #CDDC39);
}

.gradient-to-bottom-left-green-lime {
  background: linear-gradient(to bottom left, #4CAF50, #CDDC39);
}

.gradient-to-bottom-right-green-lime {
  background: linear-gradient(to bottom right, #4CAF50, #CDDC39);
}

.gradient-radial-green-lime {
  background: radial-gradient(circle, #4CAF50, #CDDC39);
}

.gradient-green-lime-primary {
  background: linear-gradient(#4CAF50, #CDDC39, #03A9F4);
}

.gradient-green-lime-secondary {
  background: linear-gradient(#4CAF50, #CDDC39, #333);
}

.gradient-green-lime-success {
  background: linear-gradient(#4CAF50, #CDDC39, #28a745);
}

.gradient-green-lime-info {
  background: linear-gradient(#4CAF50, #CDDC39, #0DCAF0);
}

.gradient-green-lime-warning {
  background: linear-gradient(#4CAF50, #CDDC39, #FFC107);
}

.gradient-green-lime-danger {
  background: linear-gradient(#4CAF50, #CDDC39, #DC3545);
}

.gradient-green-lime-light {
  background: linear-gradient(#4CAF50, #CDDC39, #f5f5f5);
}

.gradient-green-lime-dark {
  background: linear-gradient(#4CAF50, #CDDC39, #212529);
}

.gradient-green-lime-red {
  background: linear-gradient(#4CAF50, #CDDC39, #F44336);
}

.gradient-green-lime-blue {
  background: linear-gradient(#4CAF50, #CDDC39, #2196F3);
}

.gradient-green-lime-black {
  background: linear-gradient(#4CAF50, #CDDC39, #000);
}

.gradient-green-lime-white {
  background: linear-gradient(#4CAF50, #CDDC39, #fff);
}

.gradient-green-lime-pink {
  background: linear-gradient(#4CAF50, #CDDC39, #E91E63);
}

.gradient-green-lime-purple {
  background: linear-gradient(#4CAF50, #CDDC39, #9C27B0);
}

.gradient-green-lime-indigo {
  background: linear-gradient(#4CAF50, #CDDC39, #3E51B5);
}

.gradient-green-lime-cyan {
  background: linear-gradient(#4CAF50, #CDDC39, #00BCD4);
}

.gradient-green-lime-teal {
  background: linear-gradient(#4CAF50, #CDDC39, #009688);
}

.gradient-green-lime-yellow {
  background: linear-gradient(#4CAF50, #CDDC39, #FFEB3B);
}

.gradient-green-lime-amber {
  background: linear-gradient(#4CAF50, #CDDC39, #FFC107);
}

.gradient-green-lime-orange {
  background: linear-gradient(#4CAF50, #CDDC39, #FF9800);
}

.gradient-green-lime-lightblue {
  background: linear-gradient(#4CAF50, #CDDC39, #03A9F4);
}

.gradient-green-lime-lightgreen {
  background: linear-gradient(#4CAF50, #CDDC39, #76FF03);
}

.gradient-green-lime-deeppurple {
  background: linear-gradient(#4CAF50, #CDDC39, #673AB7);
}

.gradient-green-lime-deeporange {
  background: linear-gradient(#4CAF50, #CDDC39, #DD6E0F);
}

.gradient-green-lime-brown {
  background: linear-gradient(#4CAF50, #CDDC39, #964B00);
}

.gradient-green-lime-grey {
  background: linear-gradient(#4CAF50, #CDDC39, #808080);
}

.gradient-green-yellow {
  background: linear-gradient(#4CAF50, #FFEB3B);
}

.gradient-to-top-green-yellow {
  background: linear-gradient(to top, #4CAF50, #FFEB3B);
}

.gradient-to-bottom-green-yellow {
  background: linear-gradient(to bottom, #4CAF50, #FFEB3B);
}

.gradient-to-left-green-yellow {
  background: linear-gradient(to left, #4CAF50, #FFEB3B);
}

.gradient-to-right-green-yellow {
  background: linear-gradient(to right, #4CAF50, #FFEB3B);
}

.gradient-to-top-left-green-yellow {
  background: linear-gradient(to top left, #4CAF50, #FFEB3B);
}

.gradient-to-top-right-green-yellow {
  background: linear-gradient(to top right, #4CAF50, #FFEB3B);
}

.gradient-to-bottom-left-green-yellow {
  background: linear-gradient(to bottom left, #4CAF50, #FFEB3B);
}

.gradient-to-bottom-right-green-yellow {
  background: linear-gradient(to bottom right, #4CAF50, #FFEB3B);
}

.gradient-radial-green-yellow {
  background: radial-gradient(circle, #4CAF50, #FFEB3B);
}

.gradient-green-yellow-primary {
  background: linear-gradient(#4CAF50, #FFEB3B, #03A9F4);
}

.gradient-green-yellow-secondary {
  background: linear-gradient(#4CAF50, #FFEB3B, #333);
}

.gradient-green-yellow-success {
  background: linear-gradient(#4CAF50, #FFEB3B, #28a745);
}

.gradient-green-yellow-info {
  background: linear-gradient(#4CAF50, #FFEB3B, #0DCAF0);
}

.gradient-green-yellow-warning {
  background: linear-gradient(#4CAF50, #FFEB3B, #FFC107);
}

.gradient-green-yellow-danger {
  background: linear-gradient(#4CAF50, #FFEB3B, #DC3545);
}

.gradient-green-yellow-light {
  background: linear-gradient(#4CAF50, #FFEB3B, #f5f5f5);
}

.gradient-green-yellow-dark {
  background: linear-gradient(#4CAF50, #FFEB3B, #212529);
}

.gradient-green-yellow-red {
  background: linear-gradient(#4CAF50, #FFEB3B, #F44336);
}

.gradient-green-yellow-blue {
  background: linear-gradient(#4CAF50, #FFEB3B, #2196F3);
}

.gradient-green-yellow-black {
  background: linear-gradient(#4CAF50, #FFEB3B, #000);
}

.gradient-green-yellow-white {
  background: linear-gradient(#4CAF50, #FFEB3B, #fff);
}

.gradient-green-yellow-pink {
  background: linear-gradient(#4CAF50, #FFEB3B, #E91E63);
}

.gradient-green-yellow-purple {
  background: linear-gradient(#4CAF50, #FFEB3B, #9C27B0);
}

.gradient-green-yellow-indigo {
  background: linear-gradient(#4CAF50, #FFEB3B, #3E51B5);
}

.gradient-green-yellow-cyan {
  background: linear-gradient(#4CAF50, #FFEB3B, #00BCD4);
}

.gradient-green-yellow-teal {
  background: linear-gradient(#4CAF50, #FFEB3B, #009688);
}

.gradient-green-yellow-lime {
  background: linear-gradient(#4CAF50, #FFEB3B, #CDDC39);
}

.gradient-green-yellow-amber {
  background: linear-gradient(#4CAF50, #FFEB3B, #FFC107);
}

.gradient-green-yellow-orange {
  background: linear-gradient(#4CAF50, #FFEB3B, #FF9800);
}

.gradient-green-yellow-lightblue {
  background: linear-gradient(#4CAF50, #FFEB3B, #03A9F4);
}

.gradient-green-yellow-lightgreen {
  background: linear-gradient(#4CAF50, #FFEB3B, #76FF03);
}

.gradient-green-yellow-deeppurple {
  background: linear-gradient(#4CAF50, #FFEB3B, #673AB7);
}

.gradient-green-yellow-deeporange {
  background: linear-gradient(#4CAF50, #FFEB3B, #DD6E0F);
}

.gradient-green-yellow-brown {
  background: linear-gradient(#4CAF50, #FFEB3B, #964B00);
}

.gradient-green-yellow-grey {
  background: linear-gradient(#4CAF50, #FFEB3B, #808080);
}

.gradient-green-amber {
  background: linear-gradient(#4CAF50, #FFC107);
}

.gradient-to-top-green-amber {
  background: linear-gradient(to top, #4CAF50, #FFC107);
}

.gradient-to-bottom-green-amber {
  background: linear-gradient(to bottom, #4CAF50, #FFC107);
}

.gradient-to-left-green-amber {
  background: linear-gradient(to left, #4CAF50, #FFC107);
}

.gradient-to-right-green-amber {
  background: linear-gradient(to right, #4CAF50, #FFC107);
}

.gradient-to-top-left-green-amber {
  background: linear-gradient(to top left, #4CAF50, #FFC107);
}

.gradient-to-top-right-green-amber {
  background: linear-gradient(to top right, #4CAF50, #FFC107);
}

.gradient-to-bottom-left-green-amber {
  background: linear-gradient(to bottom left, #4CAF50, #FFC107);
}

.gradient-to-bottom-right-green-amber {
  background: linear-gradient(to bottom right, #4CAF50, #FFC107);
}

.gradient-radial-green-amber {
  background: radial-gradient(circle, #4CAF50, #FFC107);
}

.gradient-green-amber-primary {
  background: linear-gradient(#4CAF50, #FFC107, #03A9F4);
}

.gradient-green-amber-secondary {
  background: linear-gradient(#4CAF50, #FFC107, #333);
}

.gradient-green-amber-success {
  background: linear-gradient(#4CAF50, #FFC107, #28a745);
}

.gradient-green-amber-info {
  background: linear-gradient(#4CAF50, #FFC107, #0DCAF0);
}

.gradient-green-amber-warning {
  background: linear-gradient(#4CAF50, #FFC107, #FFC107);
}

.gradient-green-amber-danger {
  background: linear-gradient(#4CAF50, #FFC107, #DC3545);
}

.gradient-green-amber-light {
  background: linear-gradient(#4CAF50, #FFC107, #f5f5f5);
}

.gradient-green-amber-dark {
  background: linear-gradient(#4CAF50, #FFC107, #212529);
}

.gradient-green-amber-red {
  background: linear-gradient(#4CAF50, #FFC107, #F44336);
}

.gradient-green-amber-blue {
  background: linear-gradient(#4CAF50, #FFC107, #2196F3);
}

.gradient-green-amber-black {
  background: linear-gradient(#4CAF50, #FFC107, #000);
}

.gradient-green-amber-white {
  background: linear-gradient(#4CAF50, #FFC107, #fff);
}

.gradient-green-amber-pink {
  background: linear-gradient(#4CAF50, #FFC107, #E91E63);
}

.gradient-green-amber-purple {
  background: linear-gradient(#4CAF50, #FFC107, #9C27B0);
}

.gradient-green-amber-indigo {
  background: linear-gradient(#4CAF50, #FFC107, #3E51B5);
}

.gradient-green-amber-cyan {
  background: linear-gradient(#4CAF50, #FFC107, #00BCD4);
}

.gradient-green-amber-teal {
  background: linear-gradient(#4CAF50, #FFC107, #009688);
}

.gradient-green-amber-lime {
  background: linear-gradient(#4CAF50, #FFC107, #CDDC39);
}

.gradient-green-amber-yellow {
  background: linear-gradient(#4CAF50, #FFC107, #FFEB3B);
}

.gradient-green-amber-orange {
  background: linear-gradient(#4CAF50, #FFC107, #FF9800);
}

.gradient-green-amber-lightblue {
  background: linear-gradient(#4CAF50, #FFC107, #03A9F4);
}

.gradient-green-amber-lightgreen {
  background: linear-gradient(#4CAF50, #FFC107, #76FF03);
}

.gradient-green-amber-deeppurple {
  background: linear-gradient(#4CAF50, #FFC107, #673AB7);
}

.gradient-green-amber-deeporange {
  background: linear-gradient(#4CAF50, #FFC107, #DD6E0F);
}

.gradient-green-amber-brown {
  background: linear-gradient(#4CAF50, #FFC107, #964B00);
}

.gradient-green-amber-grey {
  background: linear-gradient(#4CAF50, #FFC107, #808080);
}

.gradient-green-orange {
  background: linear-gradient(#4CAF50, #FF9800);
}

.gradient-to-top-green-orange {
  background: linear-gradient(to top, #4CAF50, #FF9800);
}

.gradient-to-bottom-green-orange {
  background: linear-gradient(to bottom, #4CAF50, #FF9800);
}

.gradient-to-left-green-orange {
  background: linear-gradient(to left, #4CAF50, #FF9800);
}

.gradient-to-right-green-orange {
  background: linear-gradient(to right, #4CAF50, #FF9800);
}

.gradient-to-top-left-green-orange {
  background: linear-gradient(to top left, #4CAF50, #FF9800);
}

.gradient-to-top-right-green-orange {
  background: linear-gradient(to top right, #4CAF50, #FF9800);
}

.gradient-to-bottom-left-green-orange {
  background: linear-gradient(to bottom left, #4CAF50, #FF9800);
}

.gradient-to-bottom-right-green-orange {
  background: linear-gradient(to bottom right, #4CAF50, #FF9800);
}

.gradient-radial-green-orange {
  background: radial-gradient(circle, #4CAF50, #FF9800);
}

.gradient-green-orange-primary {
  background: linear-gradient(#4CAF50, #FF9800, #03A9F4);
}

.gradient-green-orange-secondary {
  background: linear-gradient(#4CAF50, #FF9800, #333);
}

.gradient-green-orange-success {
  background: linear-gradient(#4CAF50, #FF9800, #28a745);
}

.gradient-green-orange-info {
  background: linear-gradient(#4CAF50, #FF9800, #0DCAF0);
}

.gradient-green-orange-warning {
  background: linear-gradient(#4CAF50, #FF9800, #FFC107);
}

.gradient-green-orange-danger {
  background: linear-gradient(#4CAF50, #FF9800, #DC3545);
}

.gradient-green-orange-light {
  background: linear-gradient(#4CAF50, #FF9800, #f5f5f5);
}

.gradient-green-orange-dark {
  background: linear-gradient(#4CAF50, #FF9800, #212529);
}

.gradient-green-orange-red {
  background: linear-gradient(#4CAF50, #FF9800, #F44336);
}

.gradient-green-orange-blue {
  background: linear-gradient(#4CAF50, #FF9800, #2196F3);
}

.gradient-green-orange-black {
  background: linear-gradient(#4CAF50, #FF9800, #000);
}

.gradient-green-orange-white {
  background: linear-gradient(#4CAF50, #FF9800, #fff);
}

.gradient-green-orange-pink {
  background: linear-gradient(#4CAF50, #FF9800, #E91E63);
}

.gradient-green-orange-purple {
  background: linear-gradient(#4CAF50, #FF9800, #9C27B0);
}

.gradient-green-orange-indigo {
  background: linear-gradient(#4CAF50, #FF9800, #3E51B5);
}

.gradient-green-orange-cyan {
  background: linear-gradient(#4CAF50, #FF9800, #00BCD4);
}

.gradient-green-orange-teal {
  background: linear-gradient(#4CAF50, #FF9800, #009688);
}

.gradient-green-orange-lime {
  background: linear-gradient(#4CAF50, #FF9800, #CDDC39);
}

.gradient-green-orange-yellow {
  background: linear-gradient(#4CAF50, #FF9800, #FFEB3B);
}

.gradient-green-orange-amber {
  background: linear-gradient(#4CAF50, #FF9800, #FFC107);
}

.gradient-green-orange-lightblue {
  background: linear-gradient(#4CAF50, #FF9800, #03A9F4);
}

.gradient-green-orange-lightgreen {
  background: linear-gradient(#4CAF50, #FF9800, #76FF03);
}

.gradient-green-orange-deeppurple {
  background: linear-gradient(#4CAF50, #FF9800, #673AB7);
}

.gradient-green-orange-deeporange {
  background: linear-gradient(#4CAF50, #FF9800, #DD6E0F);
}

.gradient-green-orange-brown {
  background: linear-gradient(#4CAF50, #FF9800, #964B00);
}

.gradient-green-orange-grey {
  background: linear-gradient(#4CAF50, #FF9800, #808080);
}

.gradient-green-lightblue {
  background: linear-gradient(#4CAF50, #03A9F4);
}

.gradient-to-top-green-lightblue {
  background: linear-gradient(to top, #4CAF50, #03A9F4);
}

.gradient-to-bottom-green-lightblue {
  background: linear-gradient(to bottom, #4CAF50, #03A9F4);
}

.gradient-to-left-green-lightblue {
  background: linear-gradient(to left, #4CAF50, #03A9F4);
}

.gradient-to-right-green-lightblue {
  background: linear-gradient(to right, #4CAF50, #03A9F4);
}

.gradient-to-top-left-green-lightblue {
  background: linear-gradient(to top left, #4CAF50, #03A9F4);
}

.gradient-to-top-right-green-lightblue {
  background: linear-gradient(to top right, #4CAF50, #03A9F4);
}

.gradient-to-bottom-left-green-lightblue {
  background: linear-gradient(to bottom left, #4CAF50, #03A9F4);
}

.gradient-to-bottom-right-green-lightblue {
  background: linear-gradient(to bottom right, #4CAF50, #03A9F4);
}

.gradient-radial-green-lightblue {
  background: radial-gradient(circle, #4CAF50, #03A9F4);
}

.gradient-green-lightblue-primary {
  background: linear-gradient(#4CAF50, #03A9F4, #03A9F4);
}

.gradient-green-lightblue-secondary {
  background: linear-gradient(#4CAF50, #03A9F4, #333);
}

.gradient-green-lightblue-success {
  background: linear-gradient(#4CAF50, #03A9F4, #28a745);
}

.gradient-green-lightblue-info {
  background: linear-gradient(#4CAF50, #03A9F4, #0DCAF0);
}

.gradient-green-lightblue-warning {
  background: linear-gradient(#4CAF50, #03A9F4, #FFC107);
}

.gradient-green-lightblue-danger {
  background: linear-gradient(#4CAF50, #03A9F4, #DC3545);
}

.gradient-green-lightblue-light {
  background: linear-gradient(#4CAF50, #03A9F4, #f5f5f5);
}

.gradient-green-lightblue-dark {
  background: linear-gradient(#4CAF50, #03A9F4, #212529);
}

.gradient-green-lightblue-red {
  background: linear-gradient(#4CAF50, #03A9F4, #F44336);
}

.gradient-green-lightblue-blue {
  background: linear-gradient(#4CAF50, #03A9F4, #2196F3);
}

.gradient-green-lightblue-black {
  background: linear-gradient(#4CAF50, #03A9F4, #000);
}

.gradient-green-lightblue-white {
  background: linear-gradient(#4CAF50, #03A9F4, #fff);
}

.gradient-green-lightblue-pink {
  background: linear-gradient(#4CAF50, #03A9F4, #E91E63);
}

.gradient-green-lightblue-purple {
  background: linear-gradient(#4CAF50, #03A9F4, #9C27B0);
}

.gradient-green-lightblue-indigo {
  background: linear-gradient(#4CAF50, #03A9F4, #3E51B5);
}

.gradient-green-lightblue-cyan {
  background: linear-gradient(#4CAF50, #03A9F4, #00BCD4);
}

.gradient-green-lightblue-teal {
  background: linear-gradient(#4CAF50, #03A9F4, #009688);
}

.gradient-green-lightblue-lime {
  background: linear-gradient(#4CAF50, #03A9F4, #CDDC39);
}

.gradient-green-lightblue-yellow {
  background: linear-gradient(#4CAF50, #03A9F4, #FFEB3B);
}

.gradient-green-lightblue-amber {
  background: linear-gradient(#4CAF50, #03A9F4, #FFC107);
}

.gradient-green-lightblue-orange {
  background: linear-gradient(#4CAF50, #03A9F4, #FF9800);
}

.gradient-green-lightblue-lightgreen {
  background: linear-gradient(#4CAF50, #03A9F4, #76FF03);
}

.gradient-green-lightblue-deeppurple {
  background: linear-gradient(#4CAF50, #03A9F4, #673AB7);
}

.gradient-green-lightblue-deeporange {
  background: linear-gradient(#4CAF50, #03A9F4, #DD6E0F);
}

.gradient-green-lightblue-brown {
  background: linear-gradient(#4CAF50, #03A9F4, #964B00);
}

.gradient-green-lightblue-grey {
  background: linear-gradient(#4CAF50, #03A9F4, #808080);
}

.gradient-green-lightgreen {
  background: linear-gradient(#4CAF50, #76FF03);
}

.gradient-to-top-green-lightgreen {
  background: linear-gradient(to top, #4CAF50, #76FF03);
}

.gradient-to-bottom-green-lightgreen {
  background: linear-gradient(to bottom, #4CAF50, #76FF03);
}

.gradient-to-left-green-lightgreen {
  background: linear-gradient(to left, #4CAF50, #76FF03);
}

.gradient-to-right-green-lightgreen {
  background: linear-gradient(to right, #4CAF50, #76FF03);
}

.gradient-to-top-left-green-lightgreen {
  background: linear-gradient(to top left, #4CAF50, #76FF03);
}

.gradient-to-top-right-green-lightgreen {
  background: linear-gradient(to top right, #4CAF50, #76FF03);
}

.gradient-to-bottom-left-green-lightgreen {
  background: linear-gradient(to bottom left, #4CAF50, #76FF03);
}

.gradient-to-bottom-right-green-lightgreen {
  background: linear-gradient(to bottom right, #4CAF50, #76FF03);
}

.gradient-radial-green-lightgreen {
  background: radial-gradient(circle, #4CAF50, #76FF03);
}

.gradient-green-lightgreen-primary {
  background: linear-gradient(#4CAF50, #76FF03, #03A9F4);
}

.gradient-green-lightgreen-secondary {
  background: linear-gradient(#4CAF50, #76FF03, #333);
}

.gradient-green-lightgreen-success {
  background: linear-gradient(#4CAF50, #76FF03, #28a745);
}

.gradient-green-lightgreen-info {
  background: linear-gradient(#4CAF50, #76FF03, #0DCAF0);
}

.gradient-green-lightgreen-warning {
  background: linear-gradient(#4CAF50, #76FF03, #FFC107);
}

.gradient-green-lightgreen-danger {
  background: linear-gradient(#4CAF50, #76FF03, #DC3545);
}

.gradient-green-lightgreen-light {
  background: linear-gradient(#4CAF50, #76FF03, #f5f5f5);
}

.gradient-green-lightgreen-dark {
  background: linear-gradient(#4CAF50, #76FF03, #212529);
}

.gradient-green-lightgreen-red {
  background: linear-gradient(#4CAF50, #76FF03, #F44336);
}

.gradient-green-lightgreen-blue {
  background: linear-gradient(#4CAF50, #76FF03, #2196F3);
}

.gradient-green-lightgreen-black {
  background: linear-gradient(#4CAF50, #76FF03, #000);
}

.gradient-green-lightgreen-white {
  background: linear-gradient(#4CAF50, #76FF03, #fff);
}

.gradient-green-lightgreen-pink {
  background: linear-gradient(#4CAF50, #76FF03, #E91E63);
}

.gradient-green-lightgreen-purple {
  background: linear-gradient(#4CAF50, #76FF03, #9C27B0);
}

.gradient-green-lightgreen-indigo {
  background: linear-gradient(#4CAF50, #76FF03, #3E51B5);
}

.gradient-green-lightgreen-cyan {
  background: linear-gradient(#4CAF50, #76FF03, #00BCD4);
}

.gradient-green-lightgreen-teal {
  background: linear-gradient(#4CAF50, #76FF03, #009688);
}

.gradient-green-lightgreen-lime {
  background: linear-gradient(#4CAF50, #76FF03, #CDDC39);
}

.gradient-green-lightgreen-yellow {
  background: linear-gradient(#4CAF50, #76FF03, #FFEB3B);
}

.gradient-green-lightgreen-amber {
  background: linear-gradient(#4CAF50, #76FF03, #FFC107);
}

.gradient-green-lightgreen-orange {
  background: linear-gradient(#4CAF50, #76FF03, #FF9800);
}

.gradient-green-lightgreen-lightblue {
  background: linear-gradient(#4CAF50, #76FF03, #03A9F4);
}

.gradient-green-lightgreen-deeppurple {
  background: linear-gradient(#4CAF50, #76FF03, #673AB7);
}

.gradient-green-lightgreen-deeporange {
  background: linear-gradient(#4CAF50, #76FF03, #DD6E0F);
}

.gradient-green-lightgreen-brown {
  background: linear-gradient(#4CAF50, #76FF03, #964B00);
}

.gradient-green-lightgreen-grey {
  background: linear-gradient(#4CAF50, #76FF03, #808080);
}

.gradient-green-deeppurple {
  background: linear-gradient(#4CAF50, #673AB7);
}

.gradient-to-top-green-deeppurple {
  background: linear-gradient(to top, #4CAF50, #673AB7);
}

.gradient-to-bottom-green-deeppurple {
  background: linear-gradient(to bottom, #4CAF50, #673AB7);
}

.gradient-to-left-green-deeppurple {
  background: linear-gradient(to left, #4CAF50, #673AB7);
}

.gradient-to-right-green-deeppurple {
  background: linear-gradient(to right, #4CAF50, #673AB7);
}

.gradient-to-top-left-green-deeppurple {
  background: linear-gradient(to top left, #4CAF50, #673AB7);
}

.gradient-to-top-right-green-deeppurple {
  background: linear-gradient(to top right, #4CAF50, #673AB7);
}

.gradient-to-bottom-left-green-deeppurple {
  background: linear-gradient(to bottom left, #4CAF50, #673AB7);
}

.gradient-to-bottom-right-green-deeppurple {
  background: linear-gradient(to bottom right, #4CAF50, #673AB7);
}

.gradient-radial-green-deeppurple {
  background: radial-gradient(circle, #4CAF50, #673AB7);
}

.gradient-green-deeppurple-primary {
  background: linear-gradient(#4CAF50, #673AB7, #03A9F4);
}

.gradient-green-deeppurple-secondary {
  background: linear-gradient(#4CAF50, #673AB7, #333);
}

.gradient-green-deeppurple-success {
  background: linear-gradient(#4CAF50, #673AB7, #28a745);
}

.gradient-green-deeppurple-info {
  background: linear-gradient(#4CAF50, #673AB7, #0DCAF0);
}

.gradient-green-deeppurple-warning {
  background: linear-gradient(#4CAF50, #673AB7, #FFC107);
}

.gradient-green-deeppurple-danger {
  background: linear-gradient(#4CAF50, #673AB7, #DC3545);
}

.gradient-green-deeppurple-light {
  background: linear-gradient(#4CAF50, #673AB7, #f5f5f5);
}

.gradient-green-deeppurple-dark {
  background: linear-gradient(#4CAF50, #673AB7, #212529);
}

.gradient-green-deeppurple-red {
  background: linear-gradient(#4CAF50, #673AB7, #F44336);
}

.gradient-green-deeppurple-blue {
  background: linear-gradient(#4CAF50, #673AB7, #2196F3);
}

.gradient-green-deeppurple-black {
  background: linear-gradient(#4CAF50, #673AB7, #000);
}

.gradient-green-deeppurple-white {
  background: linear-gradient(#4CAF50, #673AB7, #fff);
}

.gradient-green-deeppurple-pink {
  background: linear-gradient(#4CAF50, #673AB7, #E91E63);
}

.gradient-green-deeppurple-purple {
  background: linear-gradient(#4CAF50, #673AB7, #9C27B0);
}

.gradient-green-deeppurple-indigo {
  background: linear-gradient(#4CAF50, #673AB7, #3E51B5);
}

.gradient-green-deeppurple-cyan {
  background: linear-gradient(#4CAF50, #673AB7, #00BCD4);
}

.gradient-green-deeppurple-teal {
  background: linear-gradient(#4CAF50, #673AB7, #009688);
}

.gradient-green-deeppurple-lime {
  background: linear-gradient(#4CAF50, #673AB7, #CDDC39);
}

.gradient-green-deeppurple-yellow {
  background: linear-gradient(#4CAF50, #673AB7, #FFEB3B);
}

.gradient-green-deeppurple-amber {
  background: linear-gradient(#4CAF50, #673AB7, #FFC107);
}

.gradient-green-deeppurple-orange {
  background: linear-gradient(#4CAF50, #673AB7, #FF9800);
}

.gradient-green-deeppurple-lightblue {
  background: linear-gradient(#4CAF50, #673AB7, #03A9F4);
}

.gradient-green-deeppurple-lightgreen {
  background: linear-gradient(#4CAF50, #673AB7, #76FF03);
}

.gradient-green-deeppurple-deeporange {
  background: linear-gradient(#4CAF50, #673AB7, #DD6E0F);
}

.gradient-green-deeppurple-brown {
  background: linear-gradient(#4CAF50, #673AB7, #964B00);
}

.gradient-green-deeppurple-grey {
  background: linear-gradient(#4CAF50, #673AB7, #808080);
}

.gradient-green-deeporange {
  background: linear-gradient(#4CAF50, #DD6E0F);
}

.gradient-to-top-green-deeporange {
  background: linear-gradient(to top, #4CAF50, #DD6E0F);
}

.gradient-to-bottom-green-deeporange {
  background: linear-gradient(to bottom, #4CAF50, #DD6E0F);
}

.gradient-to-left-green-deeporange {
  background: linear-gradient(to left, #4CAF50, #DD6E0F);
}

.gradient-to-right-green-deeporange {
  background: linear-gradient(to right, #4CAF50, #DD6E0F);
}

.gradient-to-top-left-green-deeporange {
  background: linear-gradient(to top left, #4CAF50, #DD6E0F);
}

.gradient-to-top-right-green-deeporange {
  background: linear-gradient(to top right, #4CAF50, #DD6E0F);
}

.gradient-to-bottom-left-green-deeporange {
  background: linear-gradient(to bottom left, #4CAF50, #DD6E0F);
}

.gradient-to-bottom-right-green-deeporange {
  background: linear-gradient(to bottom right, #4CAF50, #DD6E0F);
}

.gradient-radial-green-deeporange {
  background: radial-gradient(circle, #4CAF50, #DD6E0F);
}

.gradient-green-deeporange-primary {
  background: linear-gradient(#4CAF50, #DD6E0F, #03A9F4);
}

.gradient-green-deeporange-secondary {
  background: linear-gradient(#4CAF50, #DD6E0F, #333);
}

.gradient-green-deeporange-success {
  background: linear-gradient(#4CAF50, #DD6E0F, #28a745);
}

.gradient-green-deeporange-info {
  background: linear-gradient(#4CAF50, #DD6E0F, #0DCAF0);
}

.gradient-green-deeporange-warning {
  background: linear-gradient(#4CAF50, #DD6E0F, #FFC107);
}

.gradient-green-deeporange-danger {
  background: linear-gradient(#4CAF50, #DD6E0F, #DC3545);
}

.gradient-green-deeporange-light {
  background: linear-gradient(#4CAF50, #DD6E0F, #f5f5f5);
}

.gradient-green-deeporange-dark {
  background: linear-gradient(#4CAF50, #DD6E0F, #212529);
}

.gradient-green-deeporange-red {
  background: linear-gradient(#4CAF50, #DD6E0F, #F44336);
}

.gradient-green-deeporange-blue {
  background: linear-gradient(#4CAF50, #DD6E0F, #2196F3);
}

.gradient-green-deeporange-black {
  background: linear-gradient(#4CAF50, #DD6E0F, #000);
}

.gradient-green-deeporange-white {
  background: linear-gradient(#4CAF50, #DD6E0F, #fff);
}

.gradient-green-deeporange-pink {
  background: linear-gradient(#4CAF50, #DD6E0F, #E91E63);
}

.gradient-green-deeporange-purple {
  background: linear-gradient(#4CAF50, #DD6E0F, #9C27B0);
}

.gradient-green-deeporange-indigo {
  background: linear-gradient(#4CAF50, #DD6E0F, #3E51B5);
}

.gradient-green-deeporange-cyan {
  background: linear-gradient(#4CAF50, #DD6E0F, #00BCD4);
}

.gradient-green-deeporange-teal {
  background: linear-gradient(#4CAF50, #DD6E0F, #009688);
}

.gradient-green-deeporange-lime {
  background: linear-gradient(#4CAF50, #DD6E0F, #CDDC39);
}

.gradient-green-deeporange-yellow {
  background: linear-gradient(#4CAF50, #DD6E0F, #FFEB3B);
}

.gradient-green-deeporange-amber {
  background: linear-gradient(#4CAF50, #DD6E0F, #FFC107);
}

.gradient-green-deeporange-orange {
  background: linear-gradient(#4CAF50, #DD6E0F, #FF9800);
}

.gradient-green-deeporange-lightblue {
  background: linear-gradient(#4CAF50, #DD6E0F, #03A9F4);
}

.gradient-green-deeporange-lightgreen {
  background: linear-gradient(#4CAF50, #DD6E0F, #76FF03);
}

.gradient-green-deeporange-deeppurple {
  background: linear-gradient(#4CAF50, #DD6E0F, #673AB7);
}

.gradient-green-deeporange-brown {
  background: linear-gradient(#4CAF50, #DD6E0F, #964B00);
}

.gradient-green-deeporange-grey {
  background: linear-gradient(#4CAF50, #DD6E0F, #808080);
}

.gradient-green-brown {
  background: linear-gradient(#4CAF50, #964B00);
}

.gradient-to-top-green-brown {
  background: linear-gradient(to top, #4CAF50, #964B00);
}

.gradient-to-bottom-green-brown {
  background: linear-gradient(to bottom, #4CAF50, #964B00);
}

.gradient-to-left-green-brown {
  background: linear-gradient(to left, #4CAF50, #964B00);
}

.gradient-to-right-green-brown {
  background: linear-gradient(to right, #4CAF50, #964B00);
}

.gradient-to-top-left-green-brown {
  background: linear-gradient(to top left, #4CAF50, #964B00);
}

.gradient-to-top-right-green-brown {
  background: linear-gradient(to top right, #4CAF50, #964B00);
}

.gradient-to-bottom-left-green-brown {
  background: linear-gradient(to bottom left, #4CAF50, #964B00);
}

.gradient-to-bottom-right-green-brown {
  background: linear-gradient(to bottom right, #4CAF50, #964B00);
}

.gradient-radial-green-brown {
  background: radial-gradient(circle, #4CAF50, #964B00);
}

.gradient-green-brown-primary {
  background: linear-gradient(#4CAF50, #964B00, #03A9F4);
}

.gradient-green-brown-secondary {
  background: linear-gradient(#4CAF50, #964B00, #333);
}

.gradient-green-brown-success {
  background: linear-gradient(#4CAF50, #964B00, #28a745);
}

.gradient-green-brown-info {
  background: linear-gradient(#4CAF50, #964B00, #0DCAF0);
}

.gradient-green-brown-warning {
  background: linear-gradient(#4CAF50, #964B00, #FFC107);
}

.gradient-green-brown-danger {
  background: linear-gradient(#4CAF50, #964B00, #DC3545);
}

.gradient-green-brown-light {
  background: linear-gradient(#4CAF50, #964B00, #f5f5f5);
}

.gradient-green-brown-dark {
  background: linear-gradient(#4CAF50, #964B00, #212529);
}

.gradient-green-brown-red {
  background: linear-gradient(#4CAF50, #964B00, #F44336);
}

.gradient-green-brown-blue {
  background: linear-gradient(#4CAF50, #964B00, #2196F3);
}

.gradient-green-brown-black {
  background: linear-gradient(#4CAF50, #964B00, #000);
}

.gradient-green-brown-white {
  background: linear-gradient(#4CAF50, #964B00, #fff);
}

.gradient-green-brown-pink {
  background: linear-gradient(#4CAF50, #964B00, #E91E63);
}

.gradient-green-brown-purple {
  background: linear-gradient(#4CAF50, #964B00, #9C27B0);
}

.gradient-green-brown-indigo {
  background: linear-gradient(#4CAF50, #964B00, #3E51B5);
}

.gradient-green-brown-cyan {
  background: linear-gradient(#4CAF50, #964B00, #00BCD4);
}

.gradient-green-brown-teal {
  background: linear-gradient(#4CAF50, #964B00, #009688);
}

.gradient-green-brown-lime {
  background: linear-gradient(#4CAF50, #964B00, #CDDC39);
}

.gradient-green-brown-yellow {
  background: linear-gradient(#4CAF50, #964B00, #FFEB3B);
}

.gradient-green-brown-amber {
  background: linear-gradient(#4CAF50, #964B00, #FFC107);
}

.gradient-green-brown-orange {
  background: linear-gradient(#4CAF50, #964B00, #FF9800);
}

.gradient-green-brown-lightblue {
  background: linear-gradient(#4CAF50, #964B00, #03A9F4);
}

.gradient-green-brown-lightgreen {
  background: linear-gradient(#4CAF50, #964B00, #76FF03);
}

.gradient-green-brown-deeppurple {
  background: linear-gradient(#4CAF50, #964B00, #673AB7);
}

.gradient-green-brown-deeporange {
  background: linear-gradient(#4CAF50, #964B00, #DD6E0F);
}

.gradient-green-brown-grey {
  background: linear-gradient(#4CAF50, #964B00, #808080);
}

.gradient-green-grey {
  background: linear-gradient(#4CAF50, #808080);
}

.gradient-to-top-green-grey {
  background: linear-gradient(to top, #4CAF50, #808080);
}

.gradient-to-bottom-green-grey {
  background: linear-gradient(to bottom, #4CAF50, #808080);
}

.gradient-to-left-green-grey {
  background: linear-gradient(to left, #4CAF50, #808080);
}

.gradient-to-right-green-grey {
  background: linear-gradient(to right, #4CAF50, #808080);
}

.gradient-to-top-left-green-grey {
  background: linear-gradient(to top left, #4CAF50, #808080);
}

.gradient-to-top-right-green-grey {
  background: linear-gradient(to top right, #4CAF50, #808080);
}

.gradient-to-bottom-left-green-grey {
  background: linear-gradient(to bottom left, #4CAF50, #808080);
}

.gradient-to-bottom-right-green-grey {
  background: linear-gradient(to bottom right, #4CAF50, #808080);
}

.gradient-radial-green-grey {
  background: radial-gradient(circle, #4CAF50, #808080);
}

.gradient-green-grey-primary {
  background: linear-gradient(#4CAF50, #808080, #03A9F4);
}

.gradient-green-grey-secondary {
  background: linear-gradient(#4CAF50, #808080, #333);
}

.gradient-green-grey-success {
  background: linear-gradient(#4CAF50, #808080, #28a745);
}

.gradient-green-grey-info {
  background: linear-gradient(#4CAF50, #808080, #0DCAF0);
}

.gradient-green-grey-warning {
  background: linear-gradient(#4CAF50, #808080, #FFC107);
}

.gradient-green-grey-danger {
  background: linear-gradient(#4CAF50, #808080, #DC3545);
}

.gradient-green-grey-light {
  background: linear-gradient(#4CAF50, #808080, #f5f5f5);
}

.gradient-green-grey-dark {
  background: linear-gradient(#4CAF50, #808080, #212529);
}

.gradient-green-grey-red {
  background: linear-gradient(#4CAF50, #808080, #F44336);
}

.gradient-green-grey-blue {
  background: linear-gradient(#4CAF50, #808080, #2196F3);
}

.gradient-green-grey-black {
  background: linear-gradient(#4CAF50, #808080, #000);
}

.gradient-green-grey-white {
  background: linear-gradient(#4CAF50, #808080, #fff);
}

.gradient-green-grey-pink {
  background: linear-gradient(#4CAF50, #808080, #E91E63);
}

.gradient-green-grey-purple {
  background: linear-gradient(#4CAF50, #808080, #9C27B0);
}

.gradient-green-grey-indigo {
  background: linear-gradient(#4CAF50, #808080, #3E51B5);
}

.gradient-green-grey-cyan {
  background: linear-gradient(#4CAF50, #808080, #00BCD4);
}

.gradient-green-grey-teal {
  background: linear-gradient(#4CAF50, #808080, #009688);
}

.gradient-green-grey-lime {
  background: linear-gradient(#4CAF50, #808080, #CDDC39);
}

.gradient-green-grey-yellow {
  background: linear-gradient(#4CAF50, #808080, #FFEB3B);
}

.gradient-green-grey-amber {
  background: linear-gradient(#4CAF50, #808080, #FFC107);
}

.gradient-green-grey-orange {
  background: linear-gradient(#4CAF50, #808080, #FF9800);
}

.gradient-green-grey-lightblue {
  background: linear-gradient(#4CAF50, #808080, #03A9F4);
}

.gradient-green-grey-lightgreen {
  background: linear-gradient(#4CAF50, #808080, #76FF03);
}

.gradient-green-grey-deeppurple {
  background: linear-gradient(#4CAF50, #808080, #673AB7);
}

.gradient-green-grey-deeporange {
  background: linear-gradient(#4CAF50, #808080, #DD6E0F);
}

.gradient-green-grey-brown {
  background: linear-gradient(#4CAF50, #808080, #964B00);
}

.gradient-blue-primary {
  background: linear-gradient(#2196F3, #03A9F4);
}

.gradient-to-top-blue-primary {
  background: linear-gradient(to top, #2196F3, #03A9F4);
}

.gradient-to-bottom-blue-primary {
  background: linear-gradient(to bottom, #2196F3, #03A9F4);
}

.gradient-to-left-blue-primary {
  background: linear-gradient(to left, #2196F3, #03A9F4);
}

.gradient-to-right-blue-primary {
  background: linear-gradient(to right, #2196F3, #03A9F4);
}

.gradient-to-top-left-blue-primary {
  background: linear-gradient(to top left, #2196F3, #03A9F4);
}

.gradient-to-top-right-blue-primary {
  background: linear-gradient(to top right, #2196F3, #03A9F4);
}

.gradient-to-bottom-left-blue-primary {
  background: linear-gradient(to bottom left, #2196F3, #03A9F4);
}

.gradient-to-bottom-right-blue-primary {
  background: linear-gradient(to bottom right, #2196F3, #03A9F4);
}

.gradient-radial-blue-primary {
  background: radial-gradient(circle, #2196F3, #03A9F4);
}

.gradient-blue-primary-secondary {
  background: linear-gradient(#2196F3, #03A9F4, #333);
}

.gradient-blue-primary-success {
  background: linear-gradient(#2196F3, #03A9F4, #28a745);
}

.gradient-blue-primary-info {
  background: linear-gradient(#2196F3, #03A9F4, #0DCAF0);
}

.gradient-blue-primary-warning {
  background: linear-gradient(#2196F3, #03A9F4, #FFC107);
}

.gradient-blue-primary-danger {
  background: linear-gradient(#2196F3, #03A9F4, #DC3545);
}

.gradient-blue-primary-light {
  background: linear-gradient(#2196F3, #03A9F4, #f5f5f5);
}

.gradient-blue-primary-dark {
  background: linear-gradient(#2196F3, #03A9F4, #212529);
}

.gradient-blue-primary-red {
  background: linear-gradient(#2196F3, #03A9F4, #F44336);
}

.gradient-blue-primary-green {
  background: linear-gradient(#2196F3, #03A9F4, #4CAF50);
}

.gradient-blue-primary-black {
  background: linear-gradient(#2196F3, #03A9F4, #000);
}

.gradient-blue-primary-white {
  background: linear-gradient(#2196F3, #03A9F4, #fff);
}

.gradient-blue-primary-pink {
  background: linear-gradient(#2196F3, #03A9F4, #E91E63);
}

.gradient-blue-primary-purple {
  background: linear-gradient(#2196F3, #03A9F4, #9C27B0);
}

.gradient-blue-primary-indigo {
  background: linear-gradient(#2196F3, #03A9F4, #3E51B5);
}

.gradient-blue-primary-cyan {
  background: linear-gradient(#2196F3, #03A9F4, #00BCD4);
}

.gradient-blue-primary-teal {
  background: linear-gradient(#2196F3, #03A9F4, #009688);
}

.gradient-blue-primary-lime {
  background: linear-gradient(#2196F3, #03A9F4, #CDDC39);
}

.gradient-blue-primary-yellow {
  background: linear-gradient(#2196F3, #03A9F4, #FFEB3B);
}

.gradient-blue-primary-amber {
  background: linear-gradient(#2196F3, #03A9F4, #FFC107);
}

.gradient-blue-primary-orange {
  background: linear-gradient(#2196F3, #03A9F4, #FF9800);
}

.gradient-blue-primary-lightblue {
  background: linear-gradient(#2196F3, #03A9F4, #03A9F4);
}

.gradient-blue-primary-lightgreen {
  background: linear-gradient(#2196F3, #03A9F4, #76FF03);
}

.gradient-blue-primary-deeppurple {
  background: linear-gradient(#2196F3, #03A9F4, #673AB7);
}

.gradient-blue-primary-deeporange {
  background: linear-gradient(#2196F3, #03A9F4, #DD6E0F);
}

.gradient-blue-primary-brown {
  background: linear-gradient(#2196F3, #03A9F4, #964B00);
}

.gradient-blue-primary-grey {
  background: linear-gradient(#2196F3, #03A9F4, #808080);
}

.gradient-blue-secondary {
  background: linear-gradient(#2196F3, #333);
}

.gradient-to-top-blue-secondary {
  background: linear-gradient(to top, #2196F3, #333);
}

.gradient-to-bottom-blue-secondary {
  background: linear-gradient(to bottom, #2196F3, #333);
}

.gradient-to-left-blue-secondary {
  background: linear-gradient(to left, #2196F3, #333);
}

.gradient-to-right-blue-secondary {
  background: linear-gradient(to right, #2196F3, #333);
}

.gradient-to-top-left-blue-secondary {
  background: linear-gradient(to top left, #2196F3, #333);
}

.gradient-to-top-right-blue-secondary {
  background: linear-gradient(to top right, #2196F3, #333);
}

.gradient-to-bottom-left-blue-secondary {
  background: linear-gradient(to bottom left, #2196F3, #333);
}

.gradient-to-bottom-right-blue-secondary {
  background: linear-gradient(to bottom right, #2196F3, #333);
}

.gradient-radial-blue-secondary {
  background: radial-gradient(circle, #2196F3, #333);
}

.gradient-blue-secondary-primary {
  background: linear-gradient(#2196F3, #333, #03A9F4);
}

.gradient-blue-secondary-success {
  background: linear-gradient(#2196F3, #333, #28a745);
}

.gradient-blue-secondary-info {
  background: linear-gradient(#2196F3, #333, #0DCAF0);
}

.gradient-blue-secondary-warning {
  background: linear-gradient(#2196F3, #333, #FFC107);
}

.gradient-blue-secondary-danger {
  background: linear-gradient(#2196F3, #333, #DC3545);
}

.gradient-blue-secondary-light {
  background: linear-gradient(#2196F3, #333, #f5f5f5);
}

.gradient-blue-secondary-dark {
  background: linear-gradient(#2196F3, #333, #212529);
}

.gradient-blue-secondary-red {
  background: linear-gradient(#2196F3, #333, #F44336);
}

.gradient-blue-secondary-green {
  background: linear-gradient(#2196F3, #333, #4CAF50);
}

.gradient-blue-secondary-black {
  background: linear-gradient(#2196F3, #333, #000);
}

.gradient-blue-secondary-white {
  background: linear-gradient(#2196F3, #333, #fff);
}

.gradient-blue-secondary-pink {
  background: linear-gradient(#2196F3, #333, #E91E63);
}

.gradient-blue-secondary-purple {
  background: linear-gradient(#2196F3, #333, #9C27B0);
}

.gradient-blue-secondary-indigo {
  background: linear-gradient(#2196F3, #333, #3E51B5);
}

.gradient-blue-secondary-cyan {
  background: linear-gradient(#2196F3, #333, #00BCD4);
}

.gradient-blue-secondary-teal {
  background: linear-gradient(#2196F3, #333, #009688);
}

.gradient-blue-secondary-lime {
  background: linear-gradient(#2196F3, #333, #CDDC39);
}

.gradient-blue-secondary-yellow {
  background: linear-gradient(#2196F3, #333, #FFEB3B);
}

.gradient-blue-secondary-amber {
  background: linear-gradient(#2196F3, #333, #FFC107);
}

.gradient-blue-secondary-orange {
  background: linear-gradient(#2196F3, #333, #FF9800);
}

.gradient-blue-secondary-lightblue {
  background: linear-gradient(#2196F3, #333, #03A9F4);
}

.gradient-blue-secondary-lightgreen {
  background: linear-gradient(#2196F3, #333, #76FF03);
}

.gradient-blue-secondary-deeppurple {
  background: linear-gradient(#2196F3, #333, #673AB7);
}

.gradient-blue-secondary-deeporange {
  background: linear-gradient(#2196F3, #333, #DD6E0F);
}

.gradient-blue-secondary-brown {
  background: linear-gradient(#2196F3, #333, #964B00);
}

.gradient-blue-secondary-grey {
  background: linear-gradient(#2196F3, #333, #808080);
}

.gradient-blue-success {
  background: linear-gradient(#2196F3, #28a745);
}

.gradient-to-top-blue-success {
  background: linear-gradient(to top, #2196F3, #28a745);
}

.gradient-to-bottom-blue-success {
  background: linear-gradient(to bottom, #2196F3, #28a745);
}

.gradient-to-left-blue-success {
  background: linear-gradient(to left, #2196F3, #28a745);
}

.gradient-to-right-blue-success {
  background: linear-gradient(to right, #2196F3, #28a745);
}

.gradient-to-top-left-blue-success {
  background: linear-gradient(to top left, #2196F3, #28a745);
}

.gradient-to-top-right-blue-success {
  background: linear-gradient(to top right, #2196F3, #28a745);
}

.gradient-to-bottom-left-blue-success {
  background: linear-gradient(to bottom left, #2196F3, #28a745);
}

.gradient-to-bottom-right-blue-success {
  background: linear-gradient(to bottom right, #2196F3, #28a745);
}

.gradient-radial-blue-success {
  background: radial-gradient(circle, #2196F3, #28a745);
}

.gradient-blue-success-primary {
  background: linear-gradient(#2196F3, #28a745, #03A9F4);
}

.gradient-blue-success-secondary {
  background: linear-gradient(#2196F3, #28a745, #333);
}

.gradient-blue-success-info {
  background: linear-gradient(#2196F3, #28a745, #0DCAF0);
}

.gradient-blue-success-warning {
  background: linear-gradient(#2196F3, #28a745, #FFC107);
}

.gradient-blue-success-danger {
  background: linear-gradient(#2196F3, #28a745, #DC3545);
}

.gradient-blue-success-light {
  background: linear-gradient(#2196F3, #28a745, #f5f5f5);
}

.gradient-blue-success-dark {
  background: linear-gradient(#2196F3, #28a745, #212529);
}

.gradient-blue-success-red {
  background: linear-gradient(#2196F3, #28a745, #F44336);
}

.gradient-blue-success-green {
  background: linear-gradient(#2196F3, #28a745, #4CAF50);
}

.gradient-blue-success-black {
  background: linear-gradient(#2196F3, #28a745, #000);
}

.gradient-blue-success-white {
  background: linear-gradient(#2196F3, #28a745, #fff);
}

.gradient-blue-success-pink {
  background: linear-gradient(#2196F3, #28a745, #E91E63);
}

.gradient-blue-success-purple {
  background: linear-gradient(#2196F3, #28a745, #9C27B0);
}

.gradient-blue-success-indigo {
  background: linear-gradient(#2196F3, #28a745, #3E51B5);
}

.gradient-blue-success-cyan {
  background: linear-gradient(#2196F3, #28a745, #00BCD4);
}

.gradient-blue-success-teal {
  background: linear-gradient(#2196F3, #28a745, #009688);
}

.gradient-blue-success-lime {
  background: linear-gradient(#2196F3, #28a745, #CDDC39);
}

.gradient-blue-success-yellow {
  background: linear-gradient(#2196F3, #28a745, #FFEB3B);
}

.gradient-blue-success-amber {
  background: linear-gradient(#2196F3, #28a745, #FFC107);
}

.gradient-blue-success-orange {
  background: linear-gradient(#2196F3, #28a745, #FF9800);
}

.gradient-blue-success-lightblue {
  background: linear-gradient(#2196F3, #28a745, #03A9F4);
}

.gradient-blue-success-lightgreen {
  background: linear-gradient(#2196F3, #28a745, #76FF03);
}

.gradient-blue-success-deeppurple {
  background: linear-gradient(#2196F3, #28a745, #673AB7);
}

.gradient-blue-success-deeporange {
  background: linear-gradient(#2196F3, #28a745, #DD6E0F);
}

.gradient-blue-success-brown {
  background: linear-gradient(#2196F3, #28a745, #964B00);
}

.gradient-blue-success-grey {
  background: linear-gradient(#2196F3, #28a745, #808080);
}

.gradient-blue-info {
  background: linear-gradient(#2196F3, #0DCAF0);
}

.gradient-to-top-blue-info {
  background: linear-gradient(to top, #2196F3, #0DCAF0);
}

.gradient-to-bottom-blue-info {
  background: linear-gradient(to bottom, #2196F3, #0DCAF0);
}

.gradient-to-left-blue-info {
  background: linear-gradient(to left, #2196F3, #0DCAF0);
}

.gradient-to-right-blue-info {
  background: linear-gradient(to right, #2196F3, #0DCAF0);
}

.gradient-to-top-left-blue-info {
  background: linear-gradient(to top left, #2196F3, #0DCAF0);
}

.gradient-to-top-right-blue-info {
  background: linear-gradient(to top right, #2196F3, #0DCAF0);
}

.gradient-to-bottom-left-blue-info {
  background: linear-gradient(to bottom left, #2196F3, #0DCAF0);
}

.gradient-to-bottom-right-blue-info {
  background: linear-gradient(to bottom right, #2196F3, #0DCAF0);
}

.gradient-radial-blue-info {
  background: radial-gradient(circle, #2196F3, #0DCAF0);
}

.gradient-blue-info-primary {
  background: linear-gradient(#2196F3, #0DCAF0, #03A9F4);
}

.gradient-blue-info-secondary {
  background: linear-gradient(#2196F3, #0DCAF0, #333);
}

.gradient-blue-info-success {
  background: linear-gradient(#2196F3, #0DCAF0, #28a745);
}

.gradient-blue-info-warning {
  background: linear-gradient(#2196F3, #0DCAF0, #FFC107);
}

.gradient-blue-info-danger {
  background: linear-gradient(#2196F3, #0DCAF0, #DC3545);
}

.gradient-blue-info-light {
  background: linear-gradient(#2196F3, #0DCAF0, #f5f5f5);
}

.gradient-blue-info-dark {
  background: linear-gradient(#2196F3, #0DCAF0, #212529);
}

.gradient-blue-info-red {
  background: linear-gradient(#2196F3, #0DCAF0, #F44336);
}

.gradient-blue-info-green {
  background: linear-gradient(#2196F3, #0DCAF0, #4CAF50);
}

.gradient-blue-info-black {
  background: linear-gradient(#2196F3, #0DCAF0, #000);
}

.gradient-blue-info-white {
  background: linear-gradient(#2196F3, #0DCAF0, #fff);
}

.gradient-blue-info-pink {
  background: linear-gradient(#2196F3, #0DCAF0, #E91E63);
}

.gradient-blue-info-purple {
  background: linear-gradient(#2196F3, #0DCAF0, #9C27B0);
}

.gradient-blue-info-indigo {
  background: linear-gradient(#2196F3, #0DCAF0, #3E51B5);
}

.gradient-blue-info-cyan {
  background: linear-gradient(#2196F3, #0DCAF0, #00BCD4);
}

.gradient-blue-info-teal {
  background: linear-gradient(#2196F3, #0DCAF0, #009688);
}

.gradient-blue-info-lime {
  background: linear-gradient(#2196F3, #0DCAF0, #CDDC39);
}

.gradient-blue-info-yellow {
  background: linear-gradient(#2196F3, #0DCAF0, #FFEB3B);
}

.gradient-blue-info-amber {
  background: linear-gradient(#2196F3, #0DCAF0, #FFC107);
}

.gradient-blue-info-orange {
  background: linear-gradient(#2196F3, #0DCAF0, #FF9800);
}

.gradient-blue-info-lightblue {
  background: linear-gradient(#2196F3, #0DCAF0, #03A9F4);
}

.gradient-blue-info-lightgreen {
  background: linear-gradient(#2196F3, #0DCAF0, #76FF03);
}

.gradient-blue-info-deeppurple {
  background: linear-gradient(#2196F3, #0DCAF0, #673AB7);
}

.gradient-blue-info-deeporange {
  background: linear-gradient(#2196F3, #0DCAF0, #DD6E0F);
}

.gradient-blue-info-brown {
  background: linear-gradient(#2196F3, #0DCAF0, #964B00);
}

.gradient-blue-info-grey {
  background: linear-gradient(#2196F3, #0DCAF0, #808080);
}

.gradient-blue-warning {
  background: linear-gradient(#2196F3, #FFC107);
}

.gradient-to-top-blue-warning {
  background: linear-gradient(to top, #2196F3, #FFC107);
}

.gradient-to-bottom-blue-warning {
  background: linear-gradient(to bottom, #2196F3, #FFC107);
}

.gradient-to-left-blue-warning {
  background: linear-gradient(to left, #2196F3, #FFC107);
}

.gradient-to-right-blue-warning {
  background: linear-gradient(to right, #2196F3, #FFC107);
}

.gradient-to-top-left-blue-warning {
  background: linear-gradient(to top left, #2196F3, #FFC107);
}

.gradient-to-top-right-blue-warning {
  background: linear-gradient(to top right, #2196F3, #FFC107);
}

.gradient-to-bottom-left-blue-warning {
  background: linear-gradient(to bottom left, #2196F3, #FFC107);
}

.gradient-to-bottom-right-blue-warning {
  background: linear-gradient(to bottom right, #2196F3, #FFC107);
}

.gradient-radial-blue-warning {
  background: radial-gradient(circle, #2196F3, #FFC107);
}

.gradient-blue-warning-primary {
  background: linear-gradient(#2196F3, #FFC107, #03A9F4);
}

.gradient-blue-warning-secondary {
  background: linear-gradient(#2196F3, #FFC107, #333);
}

.gradient-blue-warning-success {
  background: linear-gradient(#2196F3, #FFC107, #28a745);
}

.gradient-blue-warning-info {
  background: linear-gradient(#2196F3, #FFC107, #0DCAF0);
}

.gradient-blue-warning-danger {
  background: linear-gradient(#2196F3, #FFC107, #DC3545);
}

.gradient-blue-warning-light {
  background: linear-gradient(#2196F3, #FFC107, #f5f5f5);
}

.gradient-blue-warning-dark {
  background: linear-gradient(#2196F3, #FFC107, #212529);
}

.gradient-blue-warning-red {
  background: linear-gradient(#2196F3, #FFC107, #F44336);
}

.gradient-blue-warning-green {
  background: linear-gradient(#2196F3, #FFC107, #4CAF50);
}

.gradient-blue-warning-black {
  background: linear-gradient(#2196F3, #FFC107, #000);
}

.gradient-blue-warning-white {
  background: linear-gradient(#2196F3, #FFC107, #fff);
}

.gradient-blue-warning-pink {
  background: linear-gradient(#2196F3, #FFC107, #E91E63);
}

.gradient-blue-warning-purple {
  background: linear-gradient(#2196F3, #FFC107, #9C27B0);
}

.gradient-blue-warning-indigo {
  background: linear-gradient(#2196F3, #FFC107, #3E51B5);
}

.gradient-blue-warning-cyan {
  background: linear-gradient(#2196F3, #FFC107, #00BCD4);
}

.gradient-blue-warning-teal {
  background: linear-gradient(#2196F3, #FFC107, #009688);
}

.gradient-blue-warning-lime {
  background: linear-gradient(#2196F3, #FFC107, #CDDC39);
}

.gradient-blue-warning-yellow {
  background: linear-gradient(#2196F3, #FFC107, #FFEB3B);
}

.gradient-blue-warning-amber {
  background: linear-gradient(#2196F3, #FFC107, #FFC107);
}

.gradient-blue-warning-orange {
  background: linear-gradient(#2196F3, #FFC107, #FF9800);
}

.gradient-blue-warning-lightblue {
  background: linear-gradient(#2196F3, #FFC107, #03A9F4);
}

.gradient-blue-warning-lightgreen {
  background: linear-gradient(#2196F3, #FFC107, #76FF03);
}

.gradient-blue-warning-deeppurple {
  background: linear-gradient(#2196F3, #FFC107, #673AB7);
}

.gradient-blue-warning-deeporange {
  background: linear-gradient(#2196F3, #FFC107, #DD6E0F);
}

.gradient-blue-warning-brown {
  background: linear-gradient(#2196F3, #FFC107, #964B00);
}

.gradient-blue-warning-grey {
  background: linear-gradient(#2196F3, #FFC107, #808080);
}

.gradient-blue-danger {
  background: linear-gradient(#2196F3, #DC3545);
}

.gradient-to-top-blue-danger {
  background: linear-gradient(to top, #2196F3, #DC3545);
}

.gradient-to-bottom-blue-danger {
  background: linear-gradient(to bottom, #2196F3, #DC3545);
}

.gradient-to-left-blue-danger {
  background: linear-gradient(to left, #2196F3, #DC3545);
}

.gradient-to-right-blue-danger {
  background: linear-gradient(to right, #2196F3, #DC3545);
}

.gradient-to-top-left-blue-danger {
  background: linear-gradient(to top left, #2196F3, #DC3545);
}

.gradient-to-top-right-blue-danger {
  background: linear-gradient(to top right, #2196F3, #DC3545);
}

.gradient-to-bottom-left-blue-danger {
  background: linear-gradient(to bottom left, #2196F3, #DC3545);
}

.gradient-to-bottom-right-blue-danger {
  background: linear-gradient(to bottom right, #2196F3, #DC3545);
}

.gradient-radial-blue-danger {
  background: radial-gradient(circle, #2196F3, #DC3545);
}

.gradient-blue-danger-primary {
  background: linear-gradient(#2196F3, #DC3545, #03A9F4);
}

.gradient-blue-danger-secondary {
  background: linear-gradient(#2196F3, #DC3545, #333);
}

.gradient-blue-danger-success {
  background: linear-gradient(#2196F3, #DC3545, #28a745);
}

.gradient-blue-danger-info {
  background: linear-gradient(#2196F3, #DC3545, #0DCAF0);
}

.gradient-blue-danger-warning {
  background: linear-gradient(#2196F3, #DC3545, #FFC107);
}

.gradient-blue-danger-light {
  background: linear-gradient(#2196F3, #DC3545, #f5f5f5);
}

.gradient-blue-danger-dark {
  background: linear-gradient(#2196F3, #DC3545, #212529);
}

.gradient-blue-danger-red {
  background: linear-gradient(#2196F3, #DC3545, #F44336);
}

.gradient-blue-danger-green {
  background: linear-gradient(#2196F3, #DC3545, #4CAF50);
}

.gradient-blue-danger-black {
  background: linear-gradient(#2196F3, #DC3545, #000);
}

.gradient-blue-danger-white {
  background: linear-gradient(#2196F3, #DC3545, #fff);
}

.gradient-blue-danger-pink {
  background: linear-gradient(#2196F3, #DC3545, #E91E63);
}

.gradient-blue-danger-purple {
  background: linear-gradient(#2196F3, #DC3545, #9C27B0);
}

.gradient-blue-danger-indigo {
  background: linear-gradient(#2196F3, #DC3545, #3E51B5);
}

.gradient-blue-danger-cyan {
  background: linear-gradient(#2196F3, #DC3545, #00BCD4);
}

.gradient-blue-danger-teal {
  background: linear-gradient(#2196F3, #DC3545, #009688);
}

.gradient-blue-danger-lime {
  background: linear-gradient(#2196F3, #DC3545, #CDDC39);
}

.gradient-blue-danger-yellow {
  background: linear-gradient(#2196F3, #DC3545, #FFEB3B);
}

.gradient-blue-danger-amber {
  background: linear-gradient(#2196F3, #DC3545, #FFC107);
}

.gradient-blue-danger-orange {
  background: linear-gradient(#2196F3, #DC3545, #FF9800);
}

.gradient-blue-danger-lightblue {
  background: linear-gradient(#2196F3, #DC3545, #03A9F4);
}

.gradient-blue-danger-lightgreen {
  background: linear-gradient(#2196F3, #DC3545, #76FF03);
}

.gradient-blue-danger-deeppurple {
  background: linear-gradient(#2196F3, #DC3545, #673AB7);
}

.gradient-blue-danger-deeporange {
  background: linear-gradient(#2196F3, #DC3545, #DD6E0F);
}

.gradient-blue-danger-brown {
  background: linear-gradient(#2196F3, #DC3545, #964B00);
}

.gradient-blue-danger-grey {
  background: linear-gradient(#2196F3, #DC3545, #808080);
}

.gradient-blue-light {
  background: linear-gradient(#2196F3, #f5f5f5);
}

.gradient-to-top-blue-light {
  background: linear-gradient(to top, #2196F3, #f5f5f5);
}

.gradient-to-bottom-blue-light {
  background: linear-gradient(to bottom, #2196F3, #f5f5f5);
}

.gradient-to-left-blue-light {
  background: linear-gradient(to left, #2196F3, #f5f5f5);
}

.gradient-to-right-blue-light {
  background: linear-gradient(to right, #2196F3, #f5f5f5);
}

.gradient-to-top-left-blue-light {
  background: linear-gradient(to top left, #2196F3, #f5f5f5);
}

.gradient-to-top-right-blue-light {
  background: linear-gradient(to top right, #2196F3, #f5f5f5);
}

.gradient-to-bottom-left-blue-light {
  background: linear-gradient(to bottom left, #2196F3, #f5f5f5);
}

.gradient-to-bottom-right-blue-light {
  background: linear-gradient(to bottom right, #2196F3, #f5f5f5);
}

.gradient-radial-blue-light {
  background: radial-gradient(circle, #2196F3, #f5f5f5);
}

.gradient-blue-light-primary {
  background: linear-gradient(#2196F3, #f5f5f5, #03A9F4);
}

.gradient-blue-light-secondary {
  background: linear-gradient(#2196F3, #f5f5f5, #333);
}

.gradient-blue-light-success {
  background: linear-gradient(#2196F3, #f5f5f5, #28a745);
}

.gradient-blue-light-info {
  background: linear-gradient(#2196F3, #f5f5f5, #0DCAF0);
}

.gradient-blue-light-warning {
  background: linear-gradient(#2196F3, #f5f5f5, #FFC107);
}

.gradient-blue-light-danger {
  background: linear-gradient(#2196F3, #f5f5f5, #DC3545);
}

.gradient-blue-light-dark {
  background: linear-gradient(#2196F3, #f5f5f5, #212529);
}

.gradient-blue-light-red {
  background: linear-gradient(#2196F3, #f5f5f5, #F44336);
}

.gradient-blue-light-green {
  background: linear-gradient(#2196F3, #f5f5f5, #4CAF50);
}

.gradient-blue-light-black {
  background: linear-gradient(#2196F3, #f5f5f5, #000);
}

.gradient-blue-light-white {
  background: linear-gradient(#2196F3, #f5f5f5, #fff);
}

.gradient-blue-light-pink {
  background: linear-gradient(#2196F3, #f5f5f5, #E91E63);
}

.gradient-blue-light-purple {
  background: linear-gradient(#2196F3, #f5f5f5, #9C27B0);
}

.gradient-blue-light-indigo {
  background: linear-gradient(#2196F3, #f5f5f5, #3E51B5);
}

.gradient-blue-light-cyan {
  background: linear-gradient(#2196F3, #f5f5f5, #00BCD4);
}

.gradient-blue-light-teal {
  background: linear-gradient(#2196F3, #f5f5f5, #009688);
}

.gradient-blue-light-lime {
  background: linear-gradient(#2196F3, #f5f5f5, #CDDC39);
}

.gradient-blue-light-yellow {
  background: linear-gradient(#2196F3, #f5f5f5, #FFEB3B);
}

.gradient-blue-light-amber {
  background: linear-gradient(#2196F3, #f5f5f5, #FFC107);
}

.gradient-blue-light-orange {
  background: linear-gradient(#2196F3, #f5f5f5, #FF9800);
}

.gradient-blue-light-lightblue {
  background: linear-gradient(#2196F3, #f5f5f5, #03A9F4);
}

.gradient-blue-light-lightgreen {
  background: linear-gradient(#2196F3, #f5f5f5, #76FF03);
}

.gradient-blue-light-deeppurple {
  background: linear-gradient(#2196F3, #f5f5f5, #673AB7);
}

.gradient-blue-light-deeporange {
  background: linear-gradient(#2196F3, #f5f5f5, #DD6E0F);
}

.gradient-blue-light-brown {
  background: linear-gradient(#2196F3, #f5f5f5, #964B00);
}

.gradient-blue-light-grey {
  background: linear-gradient(#2196F3, #f5f5f5, #808080);
}

.gradient-blue-dark {
  background: linear-gradient(#2196F3, #212529);
}

.gradient-to-top-blue-dark {
  background: linear-gradient(to top, #2196F3, #212529);
}

.gradient-to-bottom-blue-dark {
  background: linear-gradient(to bottom, #2196F3, #212529);
}

.gradient-to-left-blue-dark {
  background: linear-gradient(to left, #2196F3, #212529);
}

.gradient-to-right-blue-dark {
  background: linear-gradient(to right, #2196F3, #212529);
}

.gradient-to-top-left-blue-dark {
  background: linear-gradient(to top left, #2196F3, #212529);
}

.gradient-to-top-right-blue-dark {
  background: linear-gradient(to top right, #2196F3, #212529);
}

.gradient-to-bottom-left-blue-dark {
  background: linear-gradient(to bottom left, #2196F3, #212529);
}

.gradient-to-bottom-right-blue-dark {
  background: linear-gradient(to bottom right, #2196F3, #212529);
}

.gradient-radial-blue-dark {
  background: radial-gradient(circle, #2196F3, #212529);
}

.gradient-blue-dark-primary {
  background: linear-gradient(#2196F3, #212529, #03A9F4);
}

.gradient-blue-dark-secondary {
  background: linear-gradient(#2196F3, #212529, #333);
}

.gradient-blue-dark-success {
  background: linear-gradient(#2196F3, #212529, #28a745);
}

.gradient-blue-dark-info {
  background: linear-gradient(#2196F3, #212529, #0DCAF0);
}

.gradient-blue-dark-warning {
  background: linear-gradient(#2196F3, #212529, #FFC107);
}

.gradient-blue-dark-danger {
  background: linear-gradient(#2196F3, #212529, #DC3545);
}

.gradient-blue-dark-light {
  background: linear-gradient(#2196F3, #212529, #f5f5f5);
}

.gradient-blue-dark-red {
  background: linear-gradient(#2196F3, #212529, #F44336);
}

.gradient-blue-dark-green {
  background: linear-gradient(#2196F3, #212529, #4CAF50);
}

.gradient-blue-dark-black {
  background: linear-gradient(#2196F3, #212529, #000);
}

.gradient-blue-dark-white {
  background: linear-gradient(#2196F3, #212529, #fff);
}

.gradient-blue-dark-pink {
  background: linear-gradient(#2196F3, #212529, #E91E63);
}

.gradient-blue-dark-purple {
  background: linear-gradient(#2196F3, #212529, #9C27B0);
}

.gradient-blue-dark-indigo {
  background: linear-gradient(#2196F3, #212529, #3E51B5);
}

.gradient-blue-dark-cyan {
  background: linear-gradient(#2196F3, #212529, #00BCD4);
}

.gradient-blue-dark-teal {
  background: linear-gradient(#2196F3, #212529, #009688);
}

.gradient-blue-dark-lime {
  background: linear-gradient(#2196F3, #212529, #CDDC39);
}

.gradient-blue-dark-yellow {
  background: linear-gradient(#2196F3, #212529, #FFEB3B);
}

.gradient-blue-dark-amber {
  background: linear-gradient(#2196F3, #212529, #FFC107);
}

.gradient-blue-dark-orange {
  background: linear-gradient(#2196F3, #212529, #FF9800);
}

.gradient-blue-dark-lightblue {
  background: linear-gradient(#2196F3, #212529, #03A9F4);
}

.gradient-blue-dark-lightgreen {
  background: linear-gradient(#2196F3, #212529, #76FF03);
}

.gradient-blue-dark-deeppurple {
  background: linear-gradient(#2196F3, #212529, #673AB7);
}

.gradient-blue-dark-deeporange {
  background: linear-gradient(#2196F3, #212529, #DD6E0F);
}

.gradient-blue-dark-brown {
  background: linear-gradient(#2196F3, #212529, #964B00);
}

.gradient-blue-dark-grey {
  background: linear-gradient(#2196F3, #212529, #808080);
}

.gradient-blue-red {
  background: linear-gradient(#2196F3, #F44336);
}

.gradient-to-top-blue-red {
  background: linear-gradient(to top, #2196F3, #F44336);
}

.gradient-to-bottom-blue-red {
  background: linear-gradient(to bottom, #2196F3, #F44336);
}

.gradient-to-left-blue-red {
  background: linear-gradient(to left, #2196F3, #F44336);
}

.gradient-to-right-blue-red {
  background: linear-gradient(to right, #2196F3, #F44336);
}

.gradient-to-top-left-blue-red {
  background: linear-gradient(to top left, #2196F3, #F44336);
}

.gradient-to-top-right-blue-red {
  background: linear-gradient(to top right, #2196F3, #F44336);
}

.gradient-to-bottom-left-blue-red {
  background: linear-gradient(to bottom left, #2196F3, #F44336);
}

.gradient-to-bottom-right-blue-red {
  background: linear-gradient(to bottom right, #2196F3, #F44336);
}

.gradient-radial-blue-red {
  background: radial-gradient(circle, #2196F3, #F44336);
}

.gradient-blue-red-primary {
  background: linear-gradient(#2196F3, #F44336, #03A9F4);
}

.gradient-blue-red-secondary {
  background: linear-gradient(#2196F3, #F44336, #333);
}

.gradient-blue-red-success {
  background: linear-gradient(#2196F3, #F44336, #28a745);
}

.gradient-blue-red-info {
  background: linear-gradient(#2196F3, #F44336, #0DCAF0);
}

.gradient-blue-red-warning {
  background: linear-gradient(#2196F3, #F44336, #FFC107);
}

.gradient-blue-red-danger {
  background: linear-gradient(#2196F3, #F44336, #DC3545);
}

.gradient-blue-red-light {
  background: linear-gradient(#2196F3, #F44336, #f5f5f5);
}

.gradient-blue-red-dark {
  background: linear-gradient(#2196F3, #F44336, #212529);
}

.gradient-blue-red-green {
  background: linear-gradient(#2196F3, #F44336, #4CAF50);
}

.gradient-blue-red-black {
  background: linear-gradient(#2196F3, #F44336, #000);
}

.gradient-blue-red-white {
  background: linear-gradient(#2196F3, #F44336, #fff);
}

.gradient-blue-red-pink {
  background: linear-gradient(#2196F3, #F44336, #E91E63);
}

.gradient-blue-red-purple {
  background: linear-gradient(#2196F3, #F44336, #9C27B0);
}

.gradient-blue-red-indigo {
  background: linear-gradient(#2196F3, #F44336, #3E51B5);
}

.gradient-blue-red-cyan {
  background: linear-gradient(#2196F3, #F44336, #00BCD4);
}

.gradient-blue-red-teal {
  background: linear-gradient(#2196F3, #F44336, #009688);
}

.gradient-blue-red-lime {
  background: linear-gradient(#2196F3, #F44336, #CDDC39);
}

.gradient-blue-red-yellow {
  background: linear-gradient(#2196F3, #F44336, #FFEB3B);
}

.gradient-blue-red-amber {
  background: linear-gradient(#2196F3, #F44336, #FFC107);
}

.gradient-blue-red-orange {
  background: linear-gradient(#2196F3, #F44336, #FF9800);
}

.gradient-blue-red-lightblue {
  background: linear-gradient(#2196F3, #F44336, #03A9F4);
}

.gradient-blue-red-lightgreen {
  background: linear-gradient(#2196F3, #F44336, #76FF03);
}

.gradient-blue-red-deeppurple {
  background: linear-gradient(#2196F3, #F44336, #673AB7);
}

.gradient-blue-red-deeporange {
  background: linear-gradient(#2196F3, #F44336, #DD6E0F);
}

.gradient-blue-red-brown {
  background: linear-gradient(#2196F3, #F44336, #964B00);
}

.gradient-blue-red-grey {
  background: linear-gradient(#2196F3, #F44336, #808080);
}

.gradient-blue-green {
  background: linear-gradient(#2196F3, #4CAF50);
}

.gradient-to-top-blue-green {
  background: linear-gradient(to top, #2196F3, #4CAF50);
}

.gradient-to-bottom-blue-green {
  background: linear-gradient(to bottom, #2196F3, #4CAF50);
}

.gradient-to-left-blue-green {
  background: linear-gradient(to left, #2196F3, #4CAF50);
}

.gradient-to-right-blue-green {
  background: linear-gradient(to right, #2196F3, #4CAF50);
}

.gradient-to-top-left-blue-green {
  background: linear-gradient(to top left, #2196F3, #4CAF50);
}

.gradient-to-top-right-blue-green {
  background: linear-gradient(to top right, #2196F3, #4CAF50);
}

.gradient-to-bottom-left-blue-green {
  background: linear-gradient(to bottom left, #2196F3, #4CAF50);
}

.gradient-to-bottom-right-blue-green {
  background: linear-gradient(to bottom right, #2196F3, #4CAF50);
}

.gradient-radial-blue-green {
  background: radial-gradient(circle, #2196F3, #4CAF50);
}

.gradient-blue-green-primary {
  background: linear-gradient(#2196F3, #4CAF50, #03A9F4);
}

.gradient-blue-green-secondary {
  background: linear-gradient(#2196F3, #4CAF50, #333);
}

.gradient-blue-green-success {
  background: linear-gradient(#2196F3, #4CAF50, #28a745);
}

.gradient-blue-green-info {
  background: linear-gradient(#2196F3, #4CAF50, #0DCAF0);
}

.gradient-blue-green-warning {
  background: linear-gradient(#2196F3, #4CAF50, #FFC107);
}

.gradient-blue-green-danger {
  background: linear-gradient(#2196F3, #4CAF50, #DC3545);
}

.gradient-blue-green-light {
  background: linear-gradient(#2196F3, #4CAF50, #f5f5f5);
}

.gradient-blue-green-dark {
  background: linear-gradient(#2196F3, #4CAF50, #212529);
}

.gradient-blue-green-red {
  background: linear-gradient(#2196F3, #4CAF50, #F44336);
}

.gradient-blue-green-black {
  background: linear-gradient(#2196F3, #4CAF50, #000);
}

.gradient-blue-green-white {
  background: linear-gradient(#2196F3, #4CAF50, #fff);
}

.gradient-blue-green-pink {
  background: linear-gradient(#2196F3, #4CAF50, #E91E63);
}

.gradient-blue-green-purple {
  background: linear-gradient(#2196F3, #4CAF50, #9C27B0);
}

.gradient-blue-green-indigo {
  background: linear-gradient(#2196F3, #4CAF50, #3E51B5);
}

.gradient-blue-green-cyan {
  background: linear-gradient(#2196F3, #4CAF50, #00BCD4);
}

.gradient-blue-green-teal {
  background: linear-gradient(#2196F3, #4CAF50, #009688);
}

.gradient-blue-green-lime {
  background: linear-gradient(#2196F3, #4CAF50, #CDDC39);
}

.gradient-blue-green-yellow {
  background: linear-gradient(#2196F3, #4CAF50, #FFEB3B);
}

.gradient-blue-green-amber {
  background: linear-gradient(#2196F3, #4CAF50, #FFC107);
}

.gradient-blue-green-orange {
  background: linear-gradient(#2196F3, #4CAF50, #FF9800);
}

.gradient-blue-green-lightblue {
  background: linear-gradient(#2196F3, #4CAF50, #03A9F4);
}

.gradient-blue-green-lightgreen {
  background: linear-gradient(#2196F3, #4CAF50, #76FF03);
}

.gradient-blue-green-deeppurple {
  background: linear-gradient(#2196F3, #4CAF50, #673AB7);
}

.gradient-blue-green-deeporange {
  background: linear-gradient(#2196F3, #4CAF50, #DD6E0F);
}

.gradient-blue-green-brown {
  background: linear-gradient(#2196F3, #4CAF50, #964B00);
}

.gradient-blue-green-grey {
  background: linear-gradient(#2196F3, #4CAF50, #808080);
}

.gradient-blue-black {
  background: linear-gradient(#2196F3, #000);
}

.gradient-to-top-blue-black {
  background: linear-gradient(to top, #2196F3, #000);
}

.gradient-to-bottom-blue-black {
  background: linear-gradient(to bottom, #2196F3, #000);
}

.gradient-to-left-blue-black {
  background: linear-gradient(to left, #2196F3, #000);
}

.gradient-to-right-blue-black {
  background: linear-gradient(to right, #2196F3, #000);
}

.gradient-to-top-left-blue-black {
  background: linear-gradient(to top left, #2196F3, #000);
}

.gradient-to-top-right-blue-black {
  background: linear-gradient(to top right, #2196F3, #000);
}

.gradient-to-bottom-left-blue-black {
  background: linear-gradient(to bottom left, #2196F3, #000);
}

.gradient-to-bottom-right-blue-black {
  background: linear-gradient(to bottom right, #2196F3, #000);
}

.gradient-radial-blue-black {
  background: radial-gradient(circle, #2196F3, #000);
}

.gradient-blue-black-primary {
  background: linear-gradient(#2196F3, #000, #03A9F4);
}

.gradient-blue-black-secondary {
  background: linear-gradient(#2196F3, #000, #333);
}

.gradient-blue-black-success {
  background: linear-gradient(#2196F3, #000, #28a745);
}

.gradient-blue-black-info {
  background: linear-gradient(#2196F3, #000, #0DCAF0);
}

.gradient-blue-black-warning {
  background: linear-gradient(#2196F3, #000, #FFC107);
}

.gradient-blue-black-danger {
  background: linear-gradient(#2196F3, #000, #DC3545);
}

.gradient-blue-black-light {
  background: linear-gradient(#2196F3, #000, #f5f5f5);
}

.gradient-blue-black-dark {
  background: linear-gradient(#2196F3, #000, #212529);
}

.gradient-blue-black-red {
  background: linear-gradient(#2196F3, #000, #F44336);
}

.gradient-blue-black-green {
  background: linear-gradient(#2196F3, #000, #4CAF50);
}

.gradient-blue-black-white {
  background: linear-gradient(#2196F3, #000, #fff);
}

.gradient-blue-black-pink {
  background: linear-gradient(#2196F3, #000, #E91E63);
}

.gradient-blue-black-purple {
  background: linear-gradient(#2196F3, #000, #9C27B0);
}

.gradient-blue-black-indigo {
  background: linear-gradient(#2196F3, #000, #3E51B5);
}

.gradient-blue-black-cyan {
  background: linear-gradient(#2196F3, #000, #00BCD4);
}

.gradient-blue-black-teal {
  background: linear-gradient(#2196F3, #000, #009688);
}

.gradient-blue-black-lime {
  background: linear-gradient(#2196F3, #000, #CDDC39);
}

.gradient-blue-black-yellow {
  background: linear-gradient(#2196F3, #000, #FFEB3B);
}

.gradient-blue-black-amber {
  background: linear-gradient(#2196F3, #000, #FFC107);
}

.gradient-blue-black-orange {
  background: linear-gradient(#2196F3, #000, #FF9800);
}

.gradient-blue-black-lightblue {
  background: linear-gradient(#2196F3, #000, #03A9F4);
}

.gradient-blue-black-lightgreen {
  background: linear-gradient(#2196F3, #000, #76FF03);
}

.gradient-blue-black-deeppurple {
  background: linear-gradient(#2196F3, #000, #673AB7);
}

.gradient-blue-black-deeporange {
  background: linear-gradient(#2196F3, #000, #DD6E0F);
}

.gradient-blue-black-brown {
  background: linear-gradient(#2196F3, #000, #964B00);
}

.gradient-blue-black-grey {
  background: linear-gradient(#2196F3, #000, #808080);
}

.gradient-blue-white {
  background: linear-gradient(#2196F3, #fff);
}

.gradient-to-top-blue-white {
  background: linear-gradient(to top, #2196F3, #fff);
}

.gradient-to-bottom-blue-white {
  background: linear-gradient(to bottom, #2196F3, #fff);
}

.gradient-to-left-blue-white {
  background: linear-gradient(to left, #2196F3, #fff);
}

.gradient-to-right-blue-white {
  background: linear-gradient(to right, #2196F3, #fff);
}

.gradient-to-top-left-blue-white {
  background: linear-gradient(to top left, #2196F3, #fff);
}

.gradient-to-top-right-blue-white {
  background: linear-gradient(to top right, #2196F3, #fff);
}

.gradient-to-bottom-left-blue-white {
  background: linear-gradient(to bottom left, #2196F3, #fff);
}

.gradient-to-bottom-right-blue-white {
  background: linear-gradient(to bottom right, #2196F3, #fff);
}

.gradient-radial-blue-white {
  background: radial-gradient(circle, #2196F3, #fff);
}

.gradient-blue-white-primary {
  background: linear-gradient(#2196F3, #fff, #03A9F4);
}

.gradient-blue-white-secondary {
  background: linear-gradient(#2196F3, #fff, #333);
}

.gradient-blue-white-success {
  background: linear-gradient(#2196F3, #fff, #28a745);
}

.gradient-blue-white-info {
  background: linear-gradient(#2196F3, #fff, #0DCAF0);
}

.gradient-blue-white-warning {
  background: linear-gradient(#2196F3, #fff, #FFC107);
}

.gradient-blue-white-danger {
  background: linear-gradient(#2196F3, #fff, #DC3545);
}

.gradient-blue-white-light {
  background: linear-gradient(#2196F3, #fff, #f5f5f5);
}

.gradient-blue-white-dark {
  background: linear-gradient(#2196F3, #fff, #212529);
}

.gradient-blue-white-red {
  background: linear-gradient(#2196F3, #fff, #F44336);
}

.gradient-blue-white-green {
  background: linear-gradient(#2196F3, #fff, #4CAF50);
}

.gradient-blue-white-black {
  background: linear-gradient(#2196F3, #fff, #000);
}

.gradient-blue-white-pink {
  background: linear-gradient(#2196F3, #fff, #E91E63);
}

.gradient-blue-white-purple {
  background: linear-gradient(#2196F3, #fff, #9C27B0);
}

.gradient-blue-white-indigo {
  background: linear-gradient(#2196F3, #fff, #3E51B5);
}

.gradient-blue-white-cyan {
  background: linear-gradient(#2196F3, #fff, #00BCD4);
}

.gradient-blue-white-teal {
  background: linear-gradient(#2196F3, #fff, #009688);
}

.gradient-blue-white-lime {
  background: linear-gradient(#2196F3, #fff, #CDDC39);
}

.gradient-blue-white-yellow {
  background: linear-gradient(#2196F3, #fff, #FFEB3B);
}

.gradient-blue-white-amber {
  background: linear-gradient(#2196F3, #fff, #FFC107);
}

.gradient-blue-white-orange {
  background: linear-gradient(#2196F3, #fff, #FF9800);
}

.gradient-blue-white-lightblue {
  background: linear-gradient(#2196F3, #fff, #03A9F4);
}

.gradient-blue-white-lightgreen {
  background: linear-gradient(#2196F3, #fff, #76FF03);
}

.gradient-blue-white-deeppurple {
  background: linear-gradient(#2196F3, #fff, #673AB7);
}

.gradient-blue-white-deeporange {
  background: linear-gradient(#2196F3, #fff, #DD6E0F);
}

.gradient-blue-white-brown {
  background: linear-gradient(#2196F3, #fff, #964B00);
}

.gradient-blue-white-grey {
  background: linear-gradient(#2196F3, #fff, #808080);
}

.gradient-blue-pink {
  background: linear-gradient(#2196F3, #E91E63);
}

.gradient-to-top-blue-pink {
  background: linear-gradient(to top, #2196F3, #E91E63);
}

.gradient-to-bottom-blue-pink {
  background: linear-gradient(to bottom, #2196F3, #E91E63);
}

.gradient-to-left-blue-pink {
  background: linear-gradient(to left, #2196F3, #E91E63);
}

.gradient-to-right-blue-pink {
  background: linear-gradient(to right, #2196F3, #E91E63);
}

.gradient-to-top-left-blue-pink {
  background: linear-gradient(to top left, #2196F3, #E91E63);
}

.gradient-to-top-right-blue-pink {
  background: linear-gradient(to top right, #2196F3, #E91E63);
}

.gradient-to-bottom-left-blue-pink {
  background: linear-gradient(to bottom left, #2196F3, #E91E63);
}

.gradient-to-bottom-right-blue-pink {
  background: linear-gradient(to bottom right, #2196F3, #E91E63);
}

.gradient-radial-blue-pink {
  background: radial-gradient(circle, #2196F3, #E91E63);
}

.gradient-blue-pink-primary {
  background: linear-gradient(#2196F3, #E91E63, #03A9F4);
}

.gradient-blue-pink-secondary {
  background: linear-gradient(#2196F3, #E91E63, #333);
}

.gradient-blue-pink-success {
  background: linear-gradient(#2196F3, #E91E63, #28a745);
}

.gradient-blue-pink-info {
  background: linear-gradient(#2196F3, #E91E63, #0DCAF0);
}

.gradient-blue-pink-warning {
  background: linear-gradient(#2196F3, #E91E63, #FFC107);
}

.gradient-blue-pink-danger {
  background: linear-gradient(#2196F3, #E91E63, #DC3545);
}

.gradient-blue-pink-light {
  background: linear-gradient(#2196F3, #E91E63, #f5f5f5);
}

.gradient-blue-pink-dark {
  background: linear-gradient(#2196F3, #E91E63, #212529);
}

.gradient-blue-pink-red {
  background: linear-gradient(#2196F3, #E91E63, #F44336);
}

.gradient-blue-pink-green {
  background: linear-gradient(#2196F3, #E91E63, #4CAF50);
}

.gradient-blue-pink-black {
  background: linear-gradient(#2196F3, #E91E63, #000);
}

.gradient-blue-pink-white {
  background: linear-gradient(#2196F3, #E91E63, #fff);
}

.gradient-blue-pink-purple {
  background: linear-gradient(#2196F3, #E91E63, #9C27B0);
}

.gradient-blue-pink-indigo {
  background: linear-gradient(#2196F3, #E91E63, #3E51B5);
}

.gradient-blue-pink-cyan {
  background: linear-gradient(#2196F3, #E91E63, #00BCD4);
}

.gradient-blue-pink-teal {
  background: linear-gradient(#2196F3, #E91E63, #009688);
}

.gradient-blue-pink-lime {
  background: linear-gradient(#2196F3, #E91E63, #CDDC39);
}

.gradient-blue-pink-yellow {
  background: linear-gradient(#2196F3, #E91E63, #FFEB3B);
}

.gradient-blue-pink-amber {
  background: linear-gradient(#2196F3, #E91E63, #FFC107);
}

.gradient-blue-pink-orange {
  background: linear-gradient(#2196F3, #E91E63, #FF9800);
}

.gradient-blue-pink-lightblue {
  background: linear-gradient(#2196F3, #E91E63, #03A9F4);
}

.gradient-blue-pink-lightgreen {
  background: linear-gradient(#2196F3, #E91E63, #76FF03);
}

.gradient-blue-pink-deeppurple {
  background: linear-gradient(#2196F3, #E91E63, #673AB7);
}

.gradient-blue-pink-deeporange {
  background: linear-gradient(#2196F3, #E91E63, #DD6E0F);
}

.gradient-blue-pink-brown {
  background: linear-gradient(#2196F3, #E91E63, #964B00);
}

.gradient-blue-pink-grey {
  background: linear-gradient(#2196F3, #E91E63, #808080);
}

.gradient-blue-purple {
  background: linear-gradient(#2196F3, #9C27B0);
}

.gradient-to-top-blue-purple {
  background: linear-gradient(to top, #2196F3, #9C27B0);
}

.gradient-to-bottom-blue-purple {
  background: linear-gradient(to bottom, #2196F3, #9C27B0);
}

.gradient-to-left-blue-purple {
  background: linear-gradient(to left, #2196F3, #9C27B0);
}

.gradient-to-right-blue-purple {
  background: linear-gradient(to right, #2196F3, #9C27B0);
}

.gradient-to-top-left-blue-purple {
  background: linear-gradient(to top left, #2196F3, #9C27B0);
}

.gradient-to-top-right-blue-purple {
  background: linear-gradient(to top right, #2196F3, #9C27B0);
}

.gradient-to-bottom-left-blue-purple {
  background: linear-gradient(to bottom left, #2196F3, #9C27B0);
}

.gradient-to-bottom-right-blue-purple {
  background: linear-gradient(to bottom right, #2196F3, #9C27B0);
}

.gradient-radial-blue-purple {
  background: radial-gradient(circle, #2196F3, #9C27B0);
}

.gradient-blue-purple-primary {
  background: linear-gradient(#2196F3, #9C27B0, #03A9F4);
}

.gradient-blue-purple-secondary {
  background: linear-gradient(#2196F3, #9C27B0, #333);
}

.gradient-blue-purple-success {
  background: linear-gradient(#2196F3, #9C27B0, #28a745);
}

.gradient-blue-purple-info {
  background: linear-gradient(#2196F3, #9C27B0, #0DCAF0);
}

.gradient-blue-purple-warning {
  background: linear-gradient(#2196F3, #9C27B0, #FFC107);
}

.gradient-blue-purple-danger {
  background: linear-gradient(#2196F3, #9C27B0, #DC3545);
}

.gradient-blue-purple-light {
  background: linear-gradient(#2196F3, #9C27B0, #f5f5f5);
}

.gradient-blue-purple-dark {
  background: linear-gradient(#2196F3, #9C27B0, #212529);
}

.gradient-blue-purple-red {
  background: linear-gradient(#2196F3, #9C27B0, #F44336);
}

.gradient-blue-purple-green {
  background: linear-gradient(#2196F3, #9C27B0, #4CAF50);
}

.gradient-blue-purple-black {
  background: linear-gradient(#2196F3, #9C27B0, #000);
}

.gradient-blue-purple-white {
  background: linear-gradient(#2196F3, #9C27B0, #fff);
}

.gradient-blue-purple-pink {
  background: linear-gradient(#2196F3, #9C27B0, #E91E63);
}

.gradient-blue-purple-indigo {
  background: linear-gradient(#2196F3, #9C27B0, #3E51B5);
}

.gradient-blue-purple-cyan {
  background: linear-gradient(#2196F3, #9C27B0, #00BCD4);
}

.gradient-blue-purple-teal {
  background: linear-gradient(#2196F3, #9C27B0, #009688);
}

.gradient-blue-purple-lime {
  background: linear-gradient(#2196F3, #9C27B0, #CDDC39);
}

.gradient-blue-purple-yellow {
  background: linear-gradient(#2196F3, #9C27B0, #FFEB3B);
}

.gradient-blue-purple-amber {
  background: linear-gradient(#2196F3, #9C27B0, #FFC107);
}

.gradient-blue-purple-orange {
  background: linear-gradient(#2196F3, #9C27B0, #FF9800);
}

.gradient-blue-purple-lightblue {
  background: linear-gradient(#2196F3, #9C27B0, #03A9F4);
}

.gradient-blue-purple-lightgreen {
  background: linear-gradient(#2196F3, #9C27B0, #76FF03);
}

.gradient-blue-purple-deeppurple {
  background: linear-gradient(#2196F3, #9C27B0, #673AB7);
}

.gradient-blue-purple-deeporange {
  background: linear-gradient(#2196F3, #9C27B0, #DD6E0F);
}

.gradient-blue-purple-brown {
  background: linear-gradient(#2196F3, #9C27B0, #964B00);
}

.gradient-blue-purple-grey {
  background: linear-gradient(#2196F3, #9C27B0, #808080);
}

.gradient-blue-indigo {
  background: linear-gradient(#2196F3, #3E51B5);
}

.gradient-to-top-blue-indigo {
  background: linear-gradient(to top, #2196F3, #3E51B5);
}

.gradient-to-bottom-blue-indigo {
  background: linear-gradient(to bottom, #2196F3, #3E51B5);
}

.gradient-to-left-blue-indigo {
  background: linear-gradient(to left, #2196F3, #3E51B5);
}

.gradient-to-right-blue-indigo {
  background: linear-gradient(to right, #2196F3, #3E51B5);
}

.gradient-to-top-left-blue-indigo {
  background: linear-gradient(to top left, #2196F3, #3E51B5);
}

.gradient-to-top-right-blue-indigo {
  background: linear-gradient(to top right, #2196F3, #3E51B5);
}

.gradient-to-bottom-left-blue-indigo {
  background: linear-gradient(to bottom left, #2196F3, #3E51B5);
}

.gradient-to-bottom-right-blue-indigo {
  background: linear-gradient(to bottom right, #2196F3, #3E51B5);
}

.gradient-radial-blue-indigo {
  background: radial-gradient(circle, #2196F3, #3E51B5);
}

.gradient-blue-indigo-primary {
  background: linear-gradient(#2196F3, #3E51B5, #03A9F4);
}

.gradient-blue-indigo-secondary {
  background: linear-gradient(#2196F3, #3E51B5, #333);
}

.gradient-blue-indigo-success {
  background: linear-gradient(#2196F3, #3E51B5, #28a745);
}

.gradient-blue-indigo-info {
  background: linear-gradient(#2196F3, #3E51B5, #0DCAF0);
}

.gradient-blue-indigo-warning {
  background: linear-gradient(#2196F3, #3E51B5, #FFC107);
}

.gradient-blue-indigo-danger {
  background: linear-gradient(#2196F3, #3E51B5, #DC3545);
}

.gradient-blue-indigo-light {
  background: linear-gradient(#2196F3, #3E51B5, #f5f5f5);
}

.gradient-blue-indigo-dark {
  background: linear-gradient(#2196F3, #3E51B5, #212529);
}

.gradient-blue-indigo-red {
  background: linear-gradient(#2196F3, #3E51B5, #F44336);
}

.gradient-blue-indigo-green {
  background: linear-gradient(#2196F3, #3E51B5, #4CAF50);
}

.gradient-blue-indigo-black {
  background: linear-gradient(#2196F3, #3E51B5, #000);
}

.gradient-blue-indigo-white {
  background: linear-gradient(#2196F3, #3E51B5, #fff);
}

.gradient-blue-indigo-pink {
  background: linear-gradient(#2196F3, #3E51B5, #E91E63);
}

.gradient-blue-indigo-purple {
  background: linear-gradient(#2196F3, #3E51B5, #9C27B0);
}

.gradient-blue-indigo-cyan {
  background: linear-gradient(#2196F3, #3E51B5, #00BCD4);
}

.gradient-blue-indigo-teal {
  background: linear-gradient(#2196F3, #3E51B5, #009688);
}

.gradient-blue-indigo-lime {
  background: linear-gradient(#2196F3, #3E51B5, #CDDC39);
}

.gradient-blue-indigo-yellow {
  background: linear-gradient(#2196F3, #3E51B5, #FFEB3B);
}

.gradient-blue-indigo-amber {
  background: linear-gradient(#2196F3, #3E51B5, #FFC107);
}

.gradient-blue-indigo-orange {
  background: linear-gradient(#2196F3, #3E51B5, #FF9800);
}

.gradient-blue-indigo-lightblue {
  background: linear-gradient(#2196F3, #3E51B5, #03A9F4);
}

.gradient-blue-indigo-lightgreen {
  background: linear-gradient(#2196F3, #3E51B5, #76FF03);
}

.gradient-blue-indigo-deeppurple {
  background: linear-gradient(#2196F3, #3E51B5, #673AB7);
}

.gradient-blue-indigo-deeporange {
  background: linear-gradient(#2196F3, #3E51B5, #DD6E0F);
}

.gradient-blue-indigo-brown {
  background: linear-gradient(#2196F3, #3E51B5, #964B00);
}

.gradient-blue-indigo-grey {
  background: linear-gradient(#2196F3, #3E51B5, #808080);
}

.gradient-blue-cyan {
  background: linear-gradient(#2196F3, #00BCD4);
}

.gradient-to-top-blue-cyan {
  background: linear-gradient(to top, #2196F3, #00BCD4);
}

.gradient-to-bottom-blue-cyan {
  background: linear-gradient(to bottom, #2196F3, #00BCD4);
}

.gradient-to-left-blue-cyan {
  background: linear-gradient(to left, #2196F3, #00BCD4);
}

.gradient-to-right-blue-cyan {
  background: linear-gradient(to right, #2196F3, #00BCD4);
}

.gradient-to-top-left-blue-cyan {
  background: linear-gradient(to top left, #2196F3, #00BCD4);
}

.gradient-to-top-right-blue-cyan {
  background: linear-gradient(to top right, #2196F3, #00BCD4);
}

.gradient-to-bottom-left-blue-cyan {
  background: linear-gradient(to bottom left, #2196F3, #00BCD4);
}

.gradient-to-bottom-right-blue-cyan {
  background: linear-gradient(to bottom right, #2196F3, #00BCD4);
}

.gradient-radial-blue-cyan {
  background: radial-gradient(circle, #2196F3, #00BCD4);
}

.gradient-blue-cyan-primary {
  background: linear-gradient(#2196F3, #00BCD4, #03A9F4);
}

.gradient-blue-cyan-secondary {
  background: linear-gradient(#2196F3, #00BCD4, #333);
}

.gradient-blue-cyan-success {
  background: linear-gradient(#2196F3, #00BCD4, #28a745);
}

.gradient-blue-cyan-info {
  background: linear-gradient(#2196F3, #00BCD4, #0DCAF0);
}

.gradient-blue-cyan-warning {
  background: linear-gradient(#2196F3, #00BCD4, #FFC107);
}

.gradient-blue-cyan-danger {
  background: linear-gradient(#2196F3, #00BCD4, #DC3545);
}

.gradient-blue-cyan-light {
  background: linear-gradient(#2196F3, #00BCD4, #f5f5f5);
}

.gradient-blue-cyan-dark {
  background: linear-gradient(#2196F3, #00BCD4, #212529);
}

.gradient-blue-cyan-red {
  background: linear-gradient(#2196F3, #00BCD4, #F44336);
}

.gradient-blue-cyan-green {
  background: linear-gradient(#2196F3, #00BCD4, #4CAF50);
}

.gradient-blue-cyan-black {
  background: linear-gradient(#2196F3, #00BCD4, #000);
}

.gradient-blue-cyan-white {
  background: linear-gradient(#2196F3, #00BCD4, #fff);
}

.gradient-blue-cyan-pink {
  background: linear-gradient(#2196F3, #00BCD4, #E91E63);
}

.gradient-blue-cyan-purple {
  background: linear-gradient(#2196F3, #00BCD4, #9C27B0);
}

.gradient-blue-cyan-indigo {
  background: linear-gradient(#2196F3, #00BCD4, #3E51B5);
}

.gradient-blue-cyan-teal {
  background: linear-gradient(#2196F3, #00BCD4, #009688);
}

.gradient-blue-cyan-lime {
  background: linear-gradient(#2196F3, #00BCD4, #CDDC39);
}

.gradient-blue-cyan-yellow {
  background: linear-gradient(#2196F3, #00BCD4, #FFEB3B);
}

.gradient-blue-cyan-amber {
  background: linear-gradient(#2196F3, #00BCD4, #FFC107);
}

.gradient-blue-cyan-orange {
  background: linear-gradient(#2196F3, #00BCD4, #FF9800);
}

.gradient-blue-cyan-lightblue {
  background: linear-gradient(#2196F3, #00BCD4, #03A9F4);
}

.gradient-blue-cyan-lightgreen {
  background: linear-gradient(#2196F3, #00BCD4, #76FF03);
}

.gradient-blue-cyan-deeppurple {
  background: linear-gradient(#2196F3, #00BCD4, #673AB7);
}

.gradient-blue-cyan-deeporange {
  background: linear-gradient(#2196F3, #00BCD4, #DD6E0F);
}

.gradient-blue-cyan-brown {
  background: linear-gradient(#2196F3, #00BCD4, #964B00);
}

.gradient-blue-cyan-grey {
  background: linear-gradient(#2196F3, #00BCD4, #808080);
}

.gradient-blue-teal {
  background: linear-gradient(#2196F3, #009688);
}

.gradient-to-top-blue-teal {
  background: linear-gradient(to top, #2196F3, #009688);
}

.gradient-to-bottom-blue-teal {
  background: linear-gradient(to bottom, #2196F3, #009688);
}

.gradient-to-left-blue-teal {
  background: linear-gradient(to left, #2196F3, #009688);
}

.gradient-to-right-blue-teal {
  background: linear-gradient(to right, #2196F3, #009688);
}

.gradient-to-top-left-blue-teal {
  background: linear-gradient(to top left, #2196F3, #009688);
}

.gradient-to-top-right-blue-teal {
  background: linear-gradient(to top right, #2196F3, #009688);
}

.gradient-to-bottom-left-blue-teal {
  background: linear-gradient(to bottom left, #2196F3, #009688);
}

.gradient-to-bottom-right-blue-teal {
  background: linear-gradient(to bottom right, #2196F3, #009688);
}

.gradient-radial-blue-teal {
  background: radial-gradient(circle, #2196F3, #009688);
}

.gradient-blue-teal-primary {
  background: linear-gradient(#2196F3, #009688, #03A9F4);
}

.gradient-blue-teal-secondary {
  background: linear-gradient(#2196F3, #009688, #333);
}

.gradient-blue-teal-success {
  background: linear-gradient(#2196F3, #009688, #28a745);
}

.gradient-blue-teal-info {
  background: linear-gradient(#2196F3, #009688, #0DCAF0);
}

.gradient-blue-teal-warning {
  background: linear-gradient(#2196F3, #009688, #FFC107);
}

.gradient-blue-teal-danger {
  background: linear-gradient(#2196F3, #009688, #DC3545);
}

.gradient-blue-teal-light {
  background: linear-gradient(#2196F3, #009688, #f5f5f5);
}

.gradient-blue-teal-dark {
  background: linear-gradient(#2196F3, #009688, #212529);
}

.gradient-blue-teal-red {
  background: linear-gradient(#2196F3, #009688, #F44336);
}

.gradient-blue-teal-green {
  background: linear-gradient(#2196F3, #009688, #4CAF50);
}

.gradient-blue-teal-black {
  background: linear-gradient(#2196F3, #009688, #000);
}

.gradient-blue-teal-white {
  background: linear-gradient(#2196F3, #009688, #fff);
}

.gradient-blue-teal-pink {
  background: linear-gradient(#2196F3, #009688, #E91E63);
}

.gradient-blue-teal-purple {
  background: linear-gradient(#2196F3, #009688, #9C27B0);
}

.gradient-blue-teal-indigo {
  background: linear-gradient(#2196F3, #009688, #3E51B5);
}

.gradient-blue-teal-cyan {
  background: linear-gradient(#2196F3, #009688, #00BCD4);
}

.gradient-blue-teal-lime {
  background: linear-gradient(#2196F3, #009688, #CDDC39);
}

.gradient-blue-teal-yellow {
  background: linear-gradient(#2196F3, #009688, #FFEB3B);
}

.gradient-blue-teal-amber {
  background: linear-gradient(#2196F3, #009688, #FFC107);
}

.gradient-blue-teal-orange {
  background: linear-gradient(#2196F3, #009688, #FF9800);
}

.gradient-blue-teal-lightblue {
  background: linear-gradient(#2196F3, #009688, #03A9F4);
}

.gradient-blue-teal-lightgreen {
  background: linear-gradient(#2196F3, #009688, #76FF03);
}

.gradient-blue-teal-deeppurple {
  background: linear-gradient(#2196F3, #009688, #673AB7);
}

.gradient-blue-teal-deeporange {
  background: linear-gradient(#2196F3, #009688, #DD6E0F);
}

.gradient-blue-teal-brown {
  background: linear-gradient(#2196F3, #009688, #964B00);
}

.gradient-blue-teal-grey {
  background: linear-gradient(#2196F3, #009688, #808080);
}

.gradient-blue-lime {
  background: linear-gradient(#2196F3, #CDDC39);
}

.gradient-to-top-blue-lime {
  background: linear-gradient(to top, #2196F3, #CDDC39);
}

.gradient-to-bottom-blue-lime {
  background: linear-gradient(to bottom, #2196F3, #CDDC39);
}

.gradient-to-left-blue-lime {
  background: linear-gradient(to left, #2196F3, #CDDC39);
}

.gradient-to-right-blue-lime {
  background: linear-gradient(to right, #2196F3, #CDDC39);
}

.gradient-to-top-left-blue-lime {
  background: linear-gradient(to top left, #2196F3, #CDDC39);
}

.gradient-to-top-right-blue-lime {
  background: linear-gradient(to top right, #2196F3, #CDDC39);
}

.gradient-to-bottom-left-blue-lime {
  background: linear-gradient(to bottom left, #2196F3, #CDDC39);
}

.gradient-to-bottom-right-blue-lime {
  background: linear-gradient(to bottom right, #2196F3, #CDDC39);
}

.gradient-radial-blue-lime {
  background: radial-gradient(circle, #2196F3, #CDDC39);
}

.gradient-blue-lime-primary {
  background: linear-gradient(#2196F3, #CDDC39, #03A9F4);
}

.gradient-blue-lime-secondary {
  background: linear-gradient(#2196F3, #CDDC39, #333);
}

.gradient-blue-lime-success {
  background: linear-gradient(#2196F3, #CDDC39, #28a745);
}

.gradient-blue-lime-info {
  background: linear-gradient(#2196F3, #CDDC39, #0DCAF0);
}

.gradient-blue-lime-warning {
  background: linear-gradient(#2196F3, #CDDC39, #FFC107);
}

.gradient-blue-lime-danger {
  background: linear-gradient(#2196F3, #CDDC39, #DC3545);
}

.gradient-blue-lime-light {
  background: linear-gradient(#2196F3, #CDDC39, #f5f5f5);
}

.gradient-blue-lime-dark {
  background: linear-gradient(#2196F3, #CDDC39, #212529);
}

.gradient-blue-lime-red {
  background: linear-gradient(#2196F3, #CDDC39, #F44336);
}

.gradient-blue-lime-green {
  background: linear-gradient(#2196F3, #CDDC39, #4CAF50);
}

.gradient-blue-lime-black {
  background: linear-gradient(#2196F3, #CDDC39, #000);
}

.gradient-blue-lime-white {
  background: linear-gradient(#2196F3, #CDDC39, #fff);
}

.gradient-blue-lime-pink {
  background: linear-gradient(#2196F3, #CDDC39, #E91E63);
}

.gradient-blue-lime-purple {
  background: linear-gradient(#2196F3, #CDDC39, #9C27B0);
}

.gradient-blue-lime-indigo {
  background: linear-gradient(#2196F3, #CDDC39, #3E51B5);
}

.gradient-blue-lime-cyan {
  background: linear-gradient(#2196F3, #CDDC39, #00BCD4);
}

.gradient-blue-lime-teal {
  background: linear-gradient(#2196F3, #CDDC39, #009688);
}

.gradient-blue-lime-yellow {
  background: linear-gradient(#2196F3, #CDDC39, #FFEB3B);
}

.gradient-blue-lime-amber {
  background: linear-gradient(#2196F3, #CDDC39, #FFC107);
}

.gradient-blue-lime-orange {
  background: linear-gradient(#2196F3, #CDDC39, #FF9800);
}

.gradient-blue-lime-lightblue {
  background: linear-gradient(#2196F3, #CDDC39, #03A9F4);
}

.gradient-blue-lime-lightgreen {
  background: linear-gradient(#2196F3, #CDDC39, #76FF03);
}

.gradient-blue-lime-deeppurple {
  background: linear-gradient(#2196F3, #CDDC39, #673AB7);
}

.gradient-blue-lime-deeporange {
  background: linear-gradient(#2196F3, #CDDC39, #DD6E0F);
}

.gradient-blue-lime-brown {
  background: linear-gradient(#2196F3, #CDDC39, #964B00);
}

.gradient-blue-lime-grey {
  background: linear-gradient(#2196F3, #CDDC39, #808080);
}

.gradient-blue-yellow {
  background: linear-gradient(#2196F3, #FFEB3B);
}

.gradient-to-top-blue-yellow {
  background: linear-gradient(to top, #2196F3, #FFEB3B);
}

.gradient-to-bottom-blue-yellow {
  background: linear-gradient(to bottom, #2196F3, #FFEB3B);
}

.gradient-to-left-blue-yellow {
  background: linear-gradient(to left, #2196F3, #FFEB3B);
}

.gradient-to-right-blue-yellow {
  background: linear-gradient(to right, #2196F3, #FFEB3B);
}

.gradient-to-top-left-blue-yellow {
  background: linear-gradient(to top left, #2196F3, #FFEB3B);
}

.gradient-to-top-right-blue-yellow {
  background: linear-gradient(to top right, #2196F3, #FFEB3B);
}

.gradient-to-bottom-left-blue-yellow {
  background: linear-gradient(to bottom left, #2196F3, #FFEB3B);
}

.gradient-to-bottom-right-blue-yellow {
  background: linear-gradient(to bottom right, #2196F3, #FFEB3B);
}

.gradient-radial-blue-yellow {
  background: radial-gradient(circle, #2196F3, #FFEB3B);
}

.gradient-blue-yellow-primary {
  background: linear-gradient(#2196F3, #FFEB3B, #03A9F4);
}

.gradient-blue-yellow-secondary {
  background: linear-gradient(#2196F3, #FFEB3B, #333);
}

.gradient-blue-yellow-success {
  background: linear-gradient(#2196F3, #FFEB3B, #28a745);
}

.gradient-blue-yellow-info {
  background: linear-gradient(#2196F3, #FFEB3B, #0DCAF0);
}

.gradient-blue-yellow-warning {
  background: linear-gradient(#2196F3, #FFEB3B, #FFC107);
}

.gradient-blue-yellow-danger {
  background: linear-gradient(#2196F3, #FFEB3B, #DC3545);
}

.gradient-blue-yellow-light {
  background: linear-gradient(#2196F3, #FFEB3B, #f5f5f5);
}

.gradient-blue-yellow-dark {
  background: linear-gradient(#2196F3, #FFEB3B, #212529);
}

.gradient-blue-yellow-red {
  background: linear-gradient(#2196F3, #FFEB3B, #F44336);
}

.gradient-blue-yellow-green {
  background: linear-gradient(#2196F3, #FFEB3B, #4CAF50);
}

.gradient-blue-yellow-black {
  background: linear-gradient(#2196F3, #FFEB3B, #000);
}

.gradient-blue-yellow-white {
  background: linear-gradient(#2196F3, #FFEB3B, #fff);
}

.gradient-blue-yellow-pink {
  background: linear-gradient(#2196F3, #FFEB3B, #E91E63);
}

.gradient-blue-yellow-purple {
  background: linear-gradient(#2196F3, #FFEB3B, #9C27B0);
}

.gradient-blue-yellow-indigo {
  background: linear-gradient(#2196F3, #FFEB3B, #3E51B5);
}

.gradient-blue-yellow-cyan {
  background: linear-gradient(#2196F3, #FFEB3B, #00BCD4);
}

.gradient-blue-yellow-teal {
  background: linear-gradient(#2196F3, #FFEB3B, #009688);
}

.gradient-blue-yellow-lime {
  background: linear-gradient(#2196F3, #FFEB3B, #CDDC39);
}

.gradient-blue-yellow-amber {
  background: linear-gradient(#2196F3, #FFEB3B, #FFC107);
}

.gradient-blue-yellow-orange {
  background: linear-gradient(#2196F3, #FFEB3B, #FF9800);
}

.gradient-blue-yellow-lightblue {
  background: linear-gradient(#2196F3, #FFEB3B, #03A9F4);
}

.gradient-blue-yellow-lightgreen {
  background: linear-gradient(#2196F3, #FFEB3B, #76FF03);
}

.gradient-blue-yellow-deeppurple {
  background: linear-gradient(#2196F3, #FFEB3B, #673AB7);
}

.gradient-blue-yellow-deeporange {
  background: linear-gradient(#2196F3, #FFEB3B, #DD6E0F);
}

.gradient-blue-yellow-brown {
  background: linear-gradient(#2196F3, #FFEB3B, #964B00);
}

.gradient-blue-yellow-grey {
  background: linear-gradient(#2196F3, #FFEB3B, #808080);
}

.gradient-blue-amber {
  background: linear-gradient(#2196F3, #FFC107);
}

.gradient-to-top-blue-amber {
  background: linear-gradient(to top, #2196F3, #FFC107);
}

.gradient-to-bottom-blue-amber {
  background: linear-gradient(to bottom, #2196F3, #FFC107);
}

.gradient-to-left-blue-amber {
  background: linear-gradient(to left, #2196F3, #FFC107);
}

.gradient-to-right-blue-amber {
  background: linear-gradient(to right, #2196F3, #FFC107);
}

.gradient-to-top-left-blue-amber {
  background: linear-gradient(to top left, #2196F3, #FFC107);
}

.gradient-to-top-right-blue-amber {
  background: linear-gradient(to top right, #2196F3, #FFC107);
}

.gradient-to-bottom-left-blue-amber {
  background: linear-gradient(to bottom left, #2196F3, #FFC107);
}

.gradient-to-bottom-right-blue-amber {
  background: linear-gradient(to bottom right, #2196F3, #FFC107);
}

.gradient-radial-blue-amber {
  background: radial-gradient(circle, #2196F3, #FFC107);
}

.gradient-blue-amber-primary {
  background: linear-gradient(#2196F3, #FFC107, #03A9F4);
}

.gradient-blue-amber-secondary {
  background: linear-gradient(#2196F3, #FFC107, #333);
}

.gradient-blue-amber-success {
  background: linear-gradient(#2196F3, #FFC107, #28a745);
}

.gradient-blue-amber-info {
  background: linear-gradient(#2196F3, #FFC107, #0DCAF0);
}

.gradient-blue-amber-warning {
  background: linear-gradient(#2196F3, #FFC107, #FFC107);
}

.gradient-blue-amber-danger {
  background: linear-gradient(#2196F3, #FFC107, #DC3545);
}

.gradient-blue-amber-light {
  background: linear-gradient(#2196F3, #FFC107, #f5f5f5);
}

.gradient-blue-amber-dark {
  background: linear-gradient(#2196F3, #FFC107, #212529);
}

.gradient-blue-amber-red {
  background: linear-gradient(#2196F3, #FFC107, #F44336);
}

.gradient-blue-amber-green {
  background: linear-gradient(#2196F3, #FFC107, #4CAF50);
}

.gradient-blue-amber-black {
  background: linear-gradient(#2196F3, #FFC107, #000);
}

.gradient-blue-amber-white {
  background: linear-gradient(#2196F3, #FFC107, #fff);
}

.gradient-blue-amber-pink {
  background: linear-gradient(#2196F3, #FFC107, #E91E63);
}

.gradient-blue-amber-purple {
  background: linear-gradient(#2196F3, #FFC107, #9C27B0);
}

.gradient-blue-amber-indigo {
  background: linear-gradient(#2196F3, #FFC107, #3E51B5);
}

.gradient-blue-amber-cyan {
  background: linear-gradient(#2196F3, #FFC107, #00BCD4);
}

.gradient-blue-amber-teal {
  background: linear-gradient(#2196F3, #FFC107, #009688);
}

.gradient-blue-amber-lime {
  background: linear-gradient(#2196F3, #FFC107, #CDDC39);
}

.gradient-blue-amber-yellow {
  background: linear-gradient(#2196F3, #FFC107, #FFEB3B);
}

.gradient-blue-amber-orange {
  background: linear-gradient(#2196F3, #FFC107, #FF9800);
}

.gradient-blue-amber-lightblue {
  background: linear-gradient(#2196F3, #FFC107, #03A9F4);
}

.gradient-blue-amber-lightgreen {
  background: linear-gradient(#2196F3, #FFC107, #76FF03);
}

.gradient-blue-amber-deeppurple {
  background: linear-gradient(#2196F3, #FFC107, #673AB7);
}

.gradient-blue-amber-deeporange {
  background: linear-gradient(#2196F3, #FFC107, #DD6E0F);
}

.gradient-blue-amber-brown {
  background: linear-gradient(#2196F3, #FFC107, #964B00);
}

.gradient-blue-amber-grey {
  background: linear-gradient(#2196F3, #FFC107, #808080);
}

.gradient-blue-orange {
  background: linear-gradient(#2196F3, #FF9800);
}

.gradient-to-top-blue-orange {
  background: linear-gradient(to top, #2196F3, #FF9800);
}

.gradient-to-bottom-blue-orange {
  background: linear-gradient(to bottom, #2196F3, #FF9800);
}

.gradient-to-left-blue-orange {
  background: linear-gradient(to left, #2196F3, #FF9800);
}

.gradient-to-right-blue-orange {
  background: linear-gradient(to right, #2196F3, #FF9800);
}

.gradient-to-top-left-blue-orange {
  background: linear-gradient(to top left, #2196F3, #FF9800);
}

.gradient-to-top-right-blue-orange {
  background: linear-gradient(to top right, #2196F3, #FF9800);
}

.gradient-to-bottom-left-blue-orange {
  background: linear-gradient(to bottom left, #2196F3, #FF9800);
}

.gradient-to-bottom-right-blue-orange {
  background: linear-gradient(to bottom right, #2196F3, #FF9800);
}

.gradient-radial-blue-orange {
  background: radial-gradient(circle, #2196F3, #FF9800);
}

.gradient-blue-orange-primary {
  background: linear-gradient(#2196F3, #FF9800, #03A9F4);
}

.gradient-blue-orange-secondary {
  background: linear-gradient(#2196F3, #FF9800, #333);
}

.gradient-blue-orange-success {
  background: linear-gradient(#2196F3, #FF9800, #28a745);
}

.gradient-blue-orange-info {
  background: linear-gradient(#2196F3, #FF9800, #0DCAF0);
}

.gradient-blue-orange-warning {
  background: linear-gradient(#2196F3, #FF9800, #FFC107);
}

.gradient-blue-orange-danger {
  background: linear-gradient(#2196F3, #FF9800, #DC3545);
}

.gradient-blue-orange-light {
  background: linear-gradient(#2196F3, #FF9800, #f5f5f5);
}

.gradient-blue-orange-dark {
  background: linear-gradient(#2196F3, #FF9800, #212529);
}

.gradient-blue-orange-red {
  background: linear-gradient(#2196F3, #FF9800, #F44336);
}

.gradient-blue-orange-green {
  background: linear-gradient(#2196F3, #FF9800, #4CAF50);
}

.gradient-blue-orange-black {
  background: linear-gradient(#2196F3, #FF9800, #000);
}

.gradient-blue-orange-white {
  background: linear-gradient(#2196F3, #FF9800, #fff);
}

.gradient-blue-orange-pink {
  background: linear-gradient(#2196F3, #FF9800, #E91E63);
}

.gradient-blue-orange-purple {
  background: linear-gradient(#2196F3, #FF9800, #9C27B0);
}

.gradient-blue-orange-indigo {
  background: linear-gradient(#2196F3, #FF9800, #3E51B5);
}

.gradient-blue-orange-cyan {
  background: linear-gradient(#2196F3, #FF9800, #00BCD4);
}

.gradient-blue-orange-teal {
  background: linear-gradient(#2196F3, #FF9800, #009688);
}

.gradient-blue-orange-lime {
  background: linear-gradient(#2196F3, #FF9800, #CDDC39);
}

.gradient-blue-orange-yellow {
  background: linear-gradient(#2196F3, #FF9800, #FFEB3B);
}

.gradient-blue-orange-amber {
  background: linear-gradient(#2196F3, #FF9800, #FFC107);
}

.gradient-blue-orange-lightblue {
  background: linear-gradient(#2196F3, #FF9800, #03A9F4);
}

.gradient-blue-orange-lightgreen {
  background: linear-gradient(#2196F3, #FF9800, #76FF03);
}

.gradient-blue-orange-deeppurple {
  background: linear-gradient(#2196F3, #FF9800, #673AB7);
}

.gradient-blue-orange-deeporange {
  background: linear-gradient(#2196F3, #FF9800, #DD6E0F);
}

.gradient-blue-orange-brown {
  background: linear-gradient(#2196F3, #FF9800, #964B00);
}

.gradient-blue-orange-grey {
  background: linear-gradient(#2196F3, #FF9800, #808080);
}

.gradient-blue-lightblue {
  background: linear-gradient(#2196F3, #03A9F4);
}

.gradient-to-top-blue-lightblue {
  background: linear-gradient(to top, #2196F3, #03A9F4);
}

.gradient-to-bottom-blue-lightblue {
  background: linear-gradient(to bottom, #2196F3, #03A9F4);
}

.gradient-to-left-blue-lightblue {
  background: linear-gradient(to left, #2196F3, #03A9F4);
}

.gradient-to-right-blue-lightblue {
  background: linear-gradient(to right, #2196F3, #03A9F4);
}

.gradient-to-top-left-blue-lightblue {
  background: linear-gradient(to top left, #2196F3, #03A9F4);
}

.gradient-to-top-right-blue-lightblue {
  background: linear-gradient(to top right, #2196F3, #03A9F4);
}

.gradient-to-bottom-left-blue-lightblue {
  background: linear-gradient(to bottom left, #2196F3, #03A9F4);
}

.gradient-to-bottom-right-blue-lightblue {
  background: linear-gradient(to bottom right, #2196F3, #03A9F4);
}

.gradient-radial-blue-lightblue {
  background: radial-gradient(circle, #2196F3, #03A9F4);
}

.gradient-blue-lightblue-primary {
  background: linear-gradient(#2196F3, #03A9F4, #03A9F4);
}

.gradient-blue-lightblue-secondary {
  background: linear-gradient(#2196F3, #03A9F4, #333);
}

.gradient-blue-lightblue-success {
  background: linear-gradient(#2196F3, #03A9F4, #28a745);
}

.gradient-blue-lightblue-info {
  background: linear-gradient(#2196F3, #03A9F4, #0DCAF0);
}

.gradient-blue-lightblue-warning {
  background: linear-gradient(#2196F3, #03A9F4, #FFC107);
}

.gradient-blue-lightblue-danger {
  background: linear-gradient(#2196F3, #03A9F4, #DC3545);
}

.gradient-blue-lightblue-light {
  background: linear-gradient(#2196F3, #03A9F4, #f5f5f5);
}

.gradient-blue-lightblue-dark {
  background: linear-gradient(#2196F3, #03A9F4, #212529);
}

.gradient-blue-lightblue-red {
  background: linear-gradient(#2196F3, #03A9F4, #F44336);
}

.gradient-blue-lightblue-green {
  background: linear-gradient(#2196F3, #03A9F4, #4CAF50);
}

.gradient-blue-lightblue-black {
  background: linear-gradient(#2196F3, #03A9F4, #000);
}

.gradient-blue-lightblue-white {
  background: linear-gradient(#2196F3, #03A9F4, #fff);
}

.gradient-blue-lightblue-pink {
  background: linear-gradient(#2196F3, #03A9F4, #E91E63);
}

.gradient-blue-lightblue-purple {
  background: linear-gradient(#2196F3, #03A9F4, #9C27B0);
}

.gradient-blue-lightblue-indigo {
  background: linear-gradient(#2196F3, #03A9F4, #3E51B5);
}

.gradient-blue-lightblue-cyan {
  background: linear-gradient(#2196F3, #03A9F4, #00BCD4);
}

.gradient-blue-lightblue-teal {
  background: linear-gradient(#2196F3, #03A9F4, #009688);
}

.gradient-blue-lightblue-lime {
  background: linear-gradient(#2196F3, #03A9F4, #CDDC39);
}

.gradient-blue-lightblue-yellow {
  background: linear-gradient(#2196F3, #03A9F4, #FFEB3B);
}

.gradient-blue-lightblue-amber {
  background: linear-gradient(#2196F3, #03A9F4, #FFC107);
}

.gradient-blue-lightblue-orange {
  background: linear-gradient(#2196F3, #03A9F4, #FF9800);
}

.gradient-blue-lightblue-lightgreen {
  background: linear-gradient(#2196F3, #03A9F4, #76FF03);
}

.gradient-blue-lightblue-deeppurple {
  background: linear-gradient(#2196F3, #03A9F4, #673AB7);
}

.gradient-blue-lightblue-deeporange {
  background: linear-gradient(#2196F3, #03A9F4, #DD6E0F);
}

.gradient-blue-lightblue-brown {
  background: linear-gradient(#2196F3, #03A9F4, #964B00);
}

.gradient-blue-lightblue-grey {
  background: linear-gradient(#2196F3, #03A9F4, #808080);
}

.gradient-blue-lightgreen {
  background: linear-gradient(#2196F3, #76FF03);
}

.gradient-to-top-blue-lightgreen {
  background: linear-gradient(to top, #2196F3, #76FF03);
}

.gradient-to-bottom-blue-lightgreen {
  background: linear-gradient(to bottom, #2196F3, #76FF03);
}

.gradient-to-left-blue-lightgreen {
  background: linear-gradient(to left, #2196F3, #76FF03);
}

.gradient-to-right-blue-lightgreen {
  background: linear-gradient(to right, #2196F3, #76FF03);
}

.gradient-to-top-left-blue-lightgreen {
  background: linear-gradient(to top left, #2196F3, #76FF03);
}

.gradient-to-top-right-blue-lightgreen {
  background: linear-gradient(to top right, #2196F3, #76FF03);
}

.gradient-to-bottom-left-blue-lightgreen {
  background: linear-gradient(to bottom left, #2196F3, #76FF03);
}

.gradient-to-bottom-right-blue-lightgreen {
  background: linear-gradient(to bottom right, #2196F3, #76FF03);
}

.gradient-radial-blue-lightgreen {
  background: radial-gradient(circle, #2196F3, #76FF03);
}

.gradient-blue-lightgreen-primary {
  background: linear-gradient(#2196F3, #76FF03, #03A9F4);
}

.gradient-blue-lightgreen-secondary {
  background: linear-gradient(#2196F3, #76FF03, #333);
}

.gradient-blue-lightgreen-success {
  background: linear-gradient(#2196F3, #76FF03, #28a745);
}

.gradient-blue-lightgreen-info {
  background: linear-gradient(#2196F3, #76FF03, #0DCAF0);
}

.gradient-blue-lightgreen-warning {
  background: linear-gradient(#2196F3, #76FF03, #FFC107);
}

.gradient-blue-lightgreen-danger {
  background: linear-gradient(#2196F3, #76FF03, #DC3545);
}

.gradient-blue-lightgreen-light {
  background: linear-gradient(#2196F3, #76FF03, #f5f5f5);
}

.gradient-blue-lightgreen-dark {
  background: linear-gradient(#2196F3, #76FF03, #212529);
}

.gradient-blue-lightgreen-red {
  background: linear-gradient(#2196F3, #76FF03, #F44336);
}

.gradient-blue-lightgreen-green {
  background: linear-gradient(#2196F3, #76FF03, #4CAF50);
}

.gradient-blue-lightgreen-black {
  background: linear-gradient(#2196F3, #76FF03, #000);
}

.gradient-blue-lightgreen-white {
  background: linear-gradient(#2196F3, #76FF03, #fff);
}

.gradient-blue-lightgreen-pink {
  background: linear-gradient(#2196F3, #76FF03, #E91E63);
}

.gradient-blue-lightgreen-purple {
  background: linear-gradient(#2196F3, #76FF03, #9C27B0);
}

.gradient-blue-lightgreen-indigo {
  background: linear-gradient(#2196F3, #76FF03, #3E51B5);
}

.gradient-blue-lightgreen-cyan {
  background: linear-gradient(#2196F3, #76FF03, #00BCD4);
}

.gradient-blue-lightgreen-teal {
  background: linear-gradient(#2196F3, #76FF03, #009688);
}

.gradient-blue-lightgreen-lime {
  background: linear-gradient(#2196F3, #76FF03, #CDDC39);
}

.gradient-blue-lightgreen-yellow {
  background: linear-gradient(#2196F3, #76FF03, #FFEB3B);
}

.gradient-blue-lightgreen-amber {
  background: linear-gradient(#2196F3, #76FF03, #FFC107);
}

.gradient-blue-lightgreen-orange {
  background: linear-gradient(#2196F3, #76FF03, #FF9800);
}

.gradient-blue-lightgreen-lightblue {
  background: linear-gradient(#2196F3, #76FF03, #03A9F4);
}

.gradient-blue-lightgreen-deeppurple {
  background: linear-gradient(#2196F3, #76FF03, #673AB7);
}

.gradient-blue-lightgreen-deeporange {
  background: linear-gradient(#2196F3, #76FF03, #DD6E0F);
}

.gradient-blue-lightgreen-brown {
  background: linear-gradient(#2196F3, #76FF03, #964B00);
}

.gradient-blue-lightgreen-grey {
  background: linear-gradient(#2196F3, #76FF03, #808080);
}

.gradient-blue-deeppurple {
  background: linear-gradient(#2196F3, #673AB7);
}

.gradient-to-top-blue-deeppurple {
  background: linear-gradient(to top, #2196F3, #673AB7);
}

.gradient-to-bottom-blue-deeppurple {
  background: linear-gradient(to bottom, #2196F3, #673AB7);
}

.gradient-to-left-blue-deeppurple {
  background: linear-gradient(to left, #2196F3, #673AB7);
}

.gradient-to-right-blue-deeppurple {
  background: linear-gradient(to right, #2196F3, #673AB7);
}

.gradient-to-top-left-blue-deeppurple {
  background: linear-gradient(to top left, #2196F3, #673AB7);
}

.gradient-to-top-right-blue-deeppurple {
  background: linear-gradient(to top right, #2196F3, #673AB7);
}

.gradient-to-bottom-left-blue-deeppurple {
  background: linear-gradient(to bottom left, #2196F3, #673AB7);
}

.gradient-to-bottom-right-blue-deeppurple {
  background: linear-gradient(to bottom right, #2196F3, #673AB7);
}

.gradient-radial-blue-deeppurple {
  background: radial-gradient(circle, #2196F3, #673AB7);
}

.gradient-blue-deeppurple-primary {
  background: linear-gradient(#2196F3, #673AB7, #03A9F4);
}

.gradient-blue-deeppurple-secondary {
  background: linear-gradient(#2196F3, #673AB7, #333);
}

.gradient-blue-deeppurple-success {
  background: linear-gradient(#2196F3, #673AB7, #28a745);
}

.gradient-blue-deeppurple-info {
  background: linear-gradient(#2196F3, #673AB7, #0DCAF0);
}

.gradient-blue-deeppurple-warning {
  background: linear-gradient(#2196F3, #673AB7, #FFC107);
}

.gradient-blue-deeppurple-danger {
  background: linear-gradient(#2196F3, #673AB7, #DC3545);
}

.gradient-blue-deeppurple-light {
  background: linear-gradient(#2196F3, #673AB7, #f5f5f5);
}

.gradient-blue-deeppurple-dark {
  background: linear-gradient(#2196F3, #673AB7, #212529);
}

.gradient-blue-deeppurple-red {
  background: linear-gradient(#2196F3, #673AB7, #F44336);
}

.gradient-blue-deeppurple-green {
  background: linear-gradient(#2196F3, #673AB7, #4CAF50);
}

.gradient-blue-deeppurple-black {
  background: linear-gradient(#2196F3, #673AB7, #000);
}

.gradient-blue-deeppurple-white {
  background: linear-gradient(#2196F3, #673AB7, #fff);
}

.gradient-blue-deeppurple-pink {
  background: linear-gradient(#2196F3, #673AB7, #E91E63);
}

.gradient-blue-deeppurple-purple {
  background: linear-gradient(#2196F3, #673AB7, #9C27B0);
}

.gradient-blue-deeppurple-indigo {
  background: linear-gradient(#2196F3, #673AB7, #3E51B5);
}

.gradient-blue-deeppurple-cyan {
  background: linear-gradient(#2196F3, #673AB7, #00BCD4);
}

.gradient-blue-deeppurple-teal {
  background: linear-gradient(#2196F3, #673AB7, #009688);
}

.gradient-blue-deeppurple-lime {
  background: linear-gradient(#2196F3, #673AB7, #CDDC39);
}

.gradient-blue-deeppurple-yellow {
  background: linear-gradient(#2196F3, #673AB7, #FFEB3B);
}

.gradient-blue-deeppurple-amber {
  background: linear-gradient(#2196F3, #673AB7, #FFC107);
}

.gradient-blue-deeppurple-orange {
  background: linear-gradient(#2196F3, #673AB7, #FF9800);
}

.gradient-blue-deeppurple-lightblue {
  background: linear-gradient(#2196F3, #673AB7, #03A9F4);
}

.gradient-blue-deeppurple-lightgreen {
  background: linear-gradient(#2196F3, #673AB7, #76FF03);
}

.gradient-blue-deeppurple-deeporange {
  background: linear-gradient(#2196F3, #673AB7, #DD6E0F);
}

.gradient-blue-deeppurple-brown {
  background: linear-gradient(#2196F3, #673AB7, #964B00);
}

.gradient-blue-deeppurple-grey {
  background: linear-gradient(#2196F3, #673AB7, #808080);
}

.gradient-blue-deeporange {
  background: linear-gradient(#2196F3, #DD6E0F);
}

.gradient-to-top-blue-deeporange {
  background: linear-gradient(to top, #2196F3, #DD6E0F);
}

.gradient-to-bottom-blue-deeporange {
  background: linear-gradient(to bottom, #2196F3, #DD6E0F);
}

.gradient-to-left-blue-deeporange {
  background: linear-gradient(to left, #2196F3, #DD6E0F);
}

.gradient-to-right-blue-deeporange {
  background: linear-gradient(to right, #2196F3, #DD6E0F);
}

.gradient-to-top-left-blue-deeporange {
  background: linear-gradient(to top left, #2196F3, #DD6E0F);
}

.gradient-to-top-right-blue-deeporange {
  background: linear-gradient(to top right, #2196F3, #DD6E0F);
}

.gradient-to-bottom-left-blue-deeporange {
  background: linear-gradient(to bottom left, #2196F3, #DD6E0F);
}

.gradient-to-bottom-right-blue-deeporange {
  background: linear-gradient(to bottom right, #2196F3, #DD6E0F);
}

.gradient-radial-blue-deeporange {
  background: radial-gradient(circle, #2196F3, #DD6E0F);
}

.gradient-blue-deeporange-primary {
  background: linear-gradient(#2196F3, #DD6E0F, #03A9F4);
}

.gradient-blue-deeporange-secondary {
  background: linear-gradient(#2196F3, #DD6E0F, #333);
}

.gradient-blue-deeporange-success {
  background: linear-gradient(#2196F3, #DD6E0F, #28a745);
}

.gradient-blue-deeporange-info {
  background: linear-gradient(#2196F3, #DD6E0F, #0DCAF0);
}

.gradient-blue-deeporange-warning {
  background: linear-gradient(#2196F3, #DD6E0F, #FFC107);
}

.gradient-blue-deeporange-danger {
  background: linear-gradient(#2196F3, #DD6E0F, #DC3545);
}

.gradient-blue-deeporange-light {
  background: linear-gradient(#2196F3, #DD6E0F, #f5f5f5);
}

.gradient-blue-deeporange-dark {
  background: linear-gradient(#2196F3, #DD6E0F, #212529);
}

.gradient-blue-deeporange-red {
  background: linear-gradient(#2196F3, #DD6E0F, #F44336);
}

.gradient-blue-deeporange-green {
  background: linear-gradient(#2196F3, #DD6E0F, #4CAF50);
}

.gradient-blue-deeporange-black {
  background: linear-gradient(#2196F3, #DD6E0F, #000);
}

.gradient-blue-deeporange-white {
  background: linear-gradient(#2196F3, #DD6E0F, #fff);
}

.gradient-blue-deeporange-pink {
  background: linear-gradient(#2196F3, #DD6E0F, #E91E63);
}

.gradient-blue-deeporange-purple {
  background: linear-gradient(#2196F3, #DD6E0F, #9C27B0);
}

.gradient-blue-deeporange-indigo {
  background: linear-gradient(#2196F3, #DD6E0F, #3E51B5);
}

.gradient-blue-deeporange-cyan {
  background: linear-gradient(#2196F3, #DD6E0F, #00BCD4);
}

.gradient-blue-deeporange-teal {
  background: linear-gradient(#2196F3, #DD6E0F, #009688);
}

.gradient-blue-deeporange-lime {
  background: linear-gradient(#2196F3, #DD6E0F, #CDDC39);
}

.gradient-blue-deeporange-yellow {
  background: linear-gradient(#2196F3, #DD6E0F, #FFEB3B);
}

.gradient-blue-deeporange-amber {
  background: linear-gradient(#2196F3, #DD6E0F, #FFC107);
}

.gradient-blue-deeporange-orange {
  background: linear-gradient(#2196F3, #DD6E0F, #FF9800);
}

.gradient-blue-deeporange-lightblue {
  background: linear-gradient(#2196F3, #DD6E0F, #03A9F4);
}

.gradient-blue-deeporange-lightgreen {
  background: linear-gradient(#2196F3, #DD6E0F, #76FF03);
}

.gradient-blue-deeporange-deeppurple {
  background: linear-gradient(#2196F3, #DD6E0F, #673AB7);
}

.gradient-blue-deeporange-brown {
  background: linear-gradient(#2196F3, #DD6E0F, #964B00);
}

.gradient-blue-deeporange-grey {
  background: linear-gradient(#2196F3, #DD6E0F, #808080);
}

.gradient-blue-brown {
  background: linear-gradient(#2196F3, #964B00);
}

.gradient-to-top-blue-brown {
  background: linear-gradient(to top, #2196F3, #964B00);
}

.gradient-to-bottom-blue-brown {
  background: linear-gradient(to bottom, #2196F3, #964B00);
}

.gradient-to-left-blue-brown {
  background: linear-gradient(to left, #2196F3, #964B00);
}

.gradient-to-right-blue-brown {
  background: linear-gradient(to right, #2196F3, #964B00);
}

.gradient-to-top-left-blue-brown {
  background: linear-gradient(to top left, #2196F3, #964B00);
}

.gradient-to-top-right-blue-brown {
  background: linear-gradient(to top right, #2196F3, #964B00);
}

.gradient-to-bottom-left-blue-brown {
  background: linear-gradient(to bottom left, #2196F3, #964B00);
}

.gradient-to-bottom-right-blue-brown {
  background: linear-gradient(to bottom right, #2196F3, #964B00);
}

.gradient-radial-blue-brown {
  background: radial-gradient(circle, #2196F3, #964B00);
}

.gradient-blue-brown-primary {
  background: linear-gradient(#2196F3, #964B00, #03A9F4);
}

.gradient-blue-brown-secondary {
  background: linear-gradient(#2196F3, #964B00, #333);
}

.gradient-blue-brown-success {
  background: linear-gradient(#2196F3, #964B00, #28a745);
}

.gradient-blue-brown-info {
  background: linear-gradient(#2196F3, #964B00, #0DCAF0);
}

.gradient-blue-brown-warning {
  background: linear-gradient(#2196F3, #964B00, #FFC107);
}

.gradient-blue-brown-danger {
  background: linear-gradient(#2196F3, #964B00, #DC3545);
}

.gradient-blue-brown-light {
  background: linear-gradient(#2196F3, #964B00, #f5f5f5);
}

.gradient-blue-brown-dark {
  background: linear-gradient(#2196F3, #964B00, #212529);
}

.gradient-blue-brown-red {
  background: linear-gradient(#2196F3, #964B00, #F44336);
}

.gradient-blue-brown-green {
  background: linear-gradient(#2196F3, #964B00, #4CAF50);
}

.gradient-blue-brown-black {
  background: linear-gradient(#2196F3, #964B00, #000);
}

.gradient-blue-brown-white {
  background: linear-gradient(#2196F3, #964B00, #fff);
}

.gradient-blue-brown-pink {
  background: linear-gradient(#2196F3, #964B00, #E91E63);
}

.gradient-blue-brown-purple {
  background: linear-gradient(#2196F3, #964B00, #9C27B0);
}

.gradient-blue-brown-indigo {
  background: linear-gradient(#2196F3, #964B00, #3E51B5);
}

.gradient-blue-brown-cyan {
  background: linear-gradient(#2196F3, #964B00, #00BCD4);
}

.gradient-blue-brown-teal {
  background: linear-gradient(#2196F3, #964B00, #009688);
}

.gradient-blue-brown-lime {
  background: linear-gradient(#2196F3, #964B00, #CDDC39);
}

.gradient-blue-brown-yellow {
  background: linear-gradient(#2196F3, #964B00, #FFEB3B);
}

.gradient-blue-brown-amber {
  background: linear-gradient(#2196F3, #964B00, #FFC107);
}

.gradient-blue-brown-orange {
  background: linear-gradient(#2196F3, #964B00, #FF9800);
}

.gradient-blue-brown-lightblue {
  background: linear-gradient(#2196F3, #964B00, #03A9F4);
}

.gradient-blue-brown-lightgreen {
  background: linear-gradient(#2196F3, #964B00, #76FF03);
}

.gradient-blue-brown-deeppurple {
  background: linear-gradient(#2196F3, #964B00, #673AB7);
}

.gradient-blue-brown-deeporange {
  background: linear-gradient(#2196F3, #964B00, #DD6E0F);
}

.gradient-blue-brown-grey {
  background: linear-gradient(#2196F3, #964B00, #808080);
}

.gradient-blue-grey {
  background: linear-gradient(#2196F3, #808080);
}

.gradient-to-top-blue-grey {
  background: linear-gradient(to top, #2196F3, #808080);
}

.gradient-to-bottom-blue-grey {
  background: linear-gradient(to bottom, #2196F3, #808080);
}

.gradient-to-left-blue-grey {
  background: linear-gradient(to left, #2196F3, #808080);
}

.gradient-to-right-blue-grey {
  background: linear-gradient(to right, #2196F3, #808080);
}

.gradient-to-top-left-blue-grey {
  background: linear-gradient(to top left, #2196F3, #808080);
}

.gradient-to-top-right-blue-grey {
  background: linear-gradient(to top right, #2196F3, #808080);
}

.gradient-to-bottom-left-blue-grey {
  background: linear-gradient(to bottom left, #2196F3, #808080);
}

.gradient-to-bottom-right-blue-grey {
  background: linear-gradient(to bottom right, #2196F3, #808080);
}

.gradient-radial-blue-grey {
  background: radial-gradient(circle, #2196F3, #808080);
}

.gradient-blue-grey-primary {
  background: linear-gradient(#2196F3, #808080, #03A9F4);
}

.gradient-blue-grey-secondary {
  background: linear-gradient(#2196F3, #808080, #333);
}

.gradient-blue-grey-success {
  background: linear-gradient(#2196F3, #808080, #28a745);
}

.gradient-blue-grey-info {
  background: linear-gradient(#2196F3, #808080, #0DCAF0);
}

.gradient-blue-grey-warning {
  background: linear-gradient(#2196F3, #808080, #FFC107);
}

.gradient-blue-grey-danger {
  background: linear-gradient(#2196F3, #808080, #DC3545);
}

.gradient-blue-grey-light {
  background: linear-gradient(#2196F3, #808080, #f5f5f5);
}

.gradient-blue-grey-dark {
  background: linear-gradient(#2196F3, #808080, #212529);
}

.gradient-blue-grey-red {
  background: linear-gradient(#2196F3, #808080, #F44336);
}

.gradient-blue-grey-green {
  background: linear-gradient(#2196F3, #808080, #4CAF50);
}

.gradient-blue-grey-black {
  background: linear-gradient(#2196F3, #808080, #000);
}

.gradient-blue-grey-white {
  background: linear-gradient(#2196F3, #808080, #fff);
}

.gradient-blue-grey-pink {
  background: linear-gradient(#2196F3, #808080, #E91E63);
}

.gradient-blue-grey-purple {
  background: linear-gradient(#2196F3, #808080, #9C27B0);
}

.gradient-blue-grey-indigo {
  background: linear-gradient(#2196F3, #808080, #3E51B5);
}

.gradient-blue-grey-cyan {
  background: linear-gradient(#2196F3, #808080, #00BCD4);
}

.gradient-blue-grey-teal {
  background: linear-gradient(#2196F3, #808080, #009688);
}

.gradient-blue-grey-lime {
  background: linear-gradient(#2196F3, #808080, #CDDC39);
}

.gradient-blue-grey-yellow {
  background: linear-gradient(#2196F3, #808080, #FFEB3B);
}

.gradient-blue-grey-amber {
  background: linear-gradient(#2196F3, #808080, #FFC107);
}

.gradient-blue-grey-orange {
  background: linear-gradient(#2196F3, #808080, #FF9800);
}

.gradient-blue-grey-lightblue {
  background: linear-gradient(#2196F3, #808080, #03A9F4);
}

.gradient-blue-grey-lightgreen {
  background: linear-gradient(#2196F3, #808080, #76FF03);
}

.gradient-blue-grey-deeppurple {
  background: linear-gradient(#2196F3, #808080, #673AB7);
}

.gradient-blue-grey-deeporange {
  background: linear-gradient(#2196F3, #808080, #DD6E0F);
}

.gradient-blue-grey-brown {
  background: linear-gradient(#2196F3, #808080, #964B00);
}

.gradient-black-primary {
  background: linear-gradient(#000, #03A9F4);
}

.gradient-to-top-black-primary {
  background: linear-gradient(to top, #000, #03A9F4);
}

.gradient-to-bottom-black-primary {
  background: linear-gradient(to bottom, #000, #03A9F4);
}

.gradient-to-left-black-primary {
  background: linear-gradient(to left, #000, #03A9F4);
}

.gradient-to-right-black-primary {
  background: linear-gradient(to right, #000, #03A9F4);
}

.gradient-to-top-left-black-primary {
  background: linear-gradient(to top left, #000, #03A9F4);
}

.gradient-to-top-right-black-primary {
  background: linear-gradient(to top right, #000, #03A9F4);
}

.gradient-to-bottom-left-black-primary {
  background: linear-gradient(to bottom left, #000, #03A9F4);
}

.gradient-to-bottom-right-black-primary {
  background: linear-gradient(to bottom right, #000, #03A9F4);
}

.gradient-radial-black-primary {
  background: radial-gradient(circle, #000, #03A9F4);
}

.gradient-black-primary-secondary {
  background: linear-gradient(#000, #03A9F4, #333);
}

.gradient-black-primary-success {
  background: linear-gradient(#000, #03A9F4, #28a745);
}

.gradient-black-primary-info {
  background: linear-gradient(#000, #03A9F4, #0DCAF0);
}

.gradient-black-primary-warning {
  background: linear-gradient(#000, #03A9F4, #FFC107);
}

.gradient-black-primary-danger {
  background: linear-gradient(#000, #03A9F4, #DC3545);
}

.gradient-black-primary-light {
  background: linear-gradient(#000, #03A9F4, #f5f5f5);
}

.gradient-black-primary-dark {
  background: linear-gradient(#000, #03A9F4, #212529);
}

.gradient-black-primary-red {
  background: linear-gradient(#000, #03A9F4, #F44336);
}

.gradient-black-primary-green {
  background: linear-gradient(#000, #03A9F4, #4CAF50);
}

.gradient-black-primary-blue {
  background: linear-gradient(#000, #03A9F4, #2196F3);
}

.gradient-black-primary-white {
  background: linear-gradient(#000, #03A9F4, #fff);
}

.gradient-black-primary-pink {
  background: linear-gradient(#000, #03A9F4, #E91E63);
}

.gradient-black-primary-purple {
  background: linear-gradient(#000, #03A9F4, #9C27B0);
}

.gradient-black-primary-indigo {
  background: linear-gradient(#000, #03A9F4, #3E51B5);
}

.gradient-black-primary-cyan {
  background: linear-gradient(#000, #03A9F4, #00BCD4);
}

.gradient-black-primary-teal {
  background: linear-gradient(#000, #03A9F4, #009688);
}

.gradient-black-primary-lime {
  background: linear-gradient(#000, #03A9F4, #CDDC39);
}

.gradient-black-primary-yellow {
  background: linear-gradient(#000, #03A9F4, #FFEB3B);
}

.gradient-black-primary-amber {
  background: linear-gradient(#000, #03A9F4, #FFC107);
}

.gradient-black-primary-orange {
  background: linear-gradient(#000, #03A9F4, #FF9800);
}

.gradient-black-primary-lightblue {
  background: linear-gradient(#000, #03A9F4, #03A9F4);
}

.gradient-black-primary-lightgreen {
  background: linear-gradient(#000, #03A9F4, #76FF03);
}

.gradient-black-primary-deeppurple {
  background: linear-gradient(#000, #03A9F4, #673AB7);
}

.gradient-black-primary-deeporange {
  background: linear-gradient(#000, #03A9F4, #DD6E0F);
}

.gradient-black-primary-brown {
  background: linear-gradient(#000, #03A9F4, #964B00);
}

.gradient-black-primary-grey {
  background: linear-gradient(#000, #03A9F4, #808080);
}

.gradient-black-secondary {
  background: linear-gradient(#000, #333);
}

.gradient-to-top-black-secondary {
  background: linear-gradient(to top, #000, #333);
}

.gradient-to-bottom-black-secondary {
  background: linear-gradient(to bottom, #000, #333);
}

.gradient-to-left-black-secondary {
  background: linear-gradient(to left, #000, #333);
}

.gradient-to-right-black-secondary {
  background: linear-gradient(to right, #000, #333);
}

.gradient-to-top-left-black-secondary {
  background: linear-gradient(to top left, #000, #333);
}

.gradient-to-top-right-black-secondary {
  background: linear-gradient(to top right, #000, #333);
}

.gradient-to-bottom-left-black-secondary {
  background: linear-gradient(to bottom left, #000, #333);
}

.gradient-to-bottom-right-black-secondary {
  background: linear-gradient(to bottom right, #000, #333);
}

.gradient-radial-black-secondary {
  background: radial-gradient(circle, #000, #333);
}

.gradient-black-secondary-primary {
  background: linear-gradient(#000, #333, #03A9F4);
}

.gradient-black-secondary-success {
  background: linear-gradient(#000, #333, #28a745);
}

.gradient-black-secondary-info {
  background: linear-gradient(#000, #333, #0DCAF0);
}

.gradient-black-secondary-warning {
  background: linear-gradient(#000, #333, #FFC107);
}

.gradient-black-secondary-danger {
  background: linear-gradient(#000, #333, #DC3545);
}

.gradient-black-secondary-light {
  background: linear-gradient(#000, #333, #f5f5f5);
}

.gradient-black-secondary-dark {
  background: linear-gradient(#000, #333, #212529);
}

.gradient-black-secondary-red {
  background: linear-gradient(#000, #333, #F44336);
}

.gradient-black-secondary-green {
  background: linear-gradient(#000, #333, #4CAF50);
}

.gradient-black-secondary-blue {
  background: linear-gradient(#000, #333, #2196F3);
}

.gradient-black-secondary-white {
  background: linear-gradient(#000, #333, #fff);
}

.gradient-black-secondary-pink {
  background: linear-gradient(#000, #333, #E91E63);
}

.gradient-black-secondary-purple {
  background: linear-gradient(#000, #333, #9C27B0);
}

.gradient-black-secondary-indigo {
  background: linear-gradient(#000, #333, #3E51B5);
}

.gradient-black-secondary-cyan {
  background: linear-gradient(#000, #333, #00BCD4);
}

.gradient-black-secondary-teal {
  background: linear-gradient(#000, #333, #009688);
}

.gradient-black-secondary-lime {
  background: linear-gradient(#000, #333, #CDDC39);
}

.gradient-black-secondary-yellow {
  background: linear-gradient(#000, #333, #FFEB3B);
}

.gradient-black-secondary-amber {
  background: linear-gradient(#000, #333, #FFC107);
}

.gradient-black-secondary-orange {
  background: linear-gradient(#000, #333, #FF9800);
}

.gradient-black-secondary-lightblue {
  background: linear-gradient(#000, #333, #03A9F4);
}

.gradient-black-secondary-lightgreen {
  background: linear-gradient(#000, #333, #76FF03);
}

.gradient-black-secondary-deeppurple {
  background: linear-gradient(#000, #333, #673AB7);
}

.gradient-black-secondary-deeporange {
  background: linear-gradient(#000, #333, #DD6E0F);
}

.gradient-black-secondary-brown {
  background: linear-gradient(#000, #333, #964B00);
}

.gradient-black-secondary-grey {
  background: linear-gradient(#000, #333, #808080);
}

.gradient-black-success {
  background: linear-gradient(#000, #28a745);
}

.gradient-to-top-black-success {
  background: linear-gradient(to top, #000, #28a745);
}

.gradient-to-bottom-black-success {
  background: linear-gradient(to bottom, #000, #28a745);
}

.gradient-to-left-black-success {
  background: linear-gradient(to left, #000, #28a745);
}

.gradient-to-right-black-success {
  background: linear-gradient(to right, #000, #28a745);
}

.gradient-to-top-left-black-success {
  background: linear-gradient(to top left, #000, #28a745);
}

.gradient-to-top-right-black-success {
  background: linear-gradient(to top right, #000, #28a745);
}

.gradient-to-bottom-left-black-success {
  background: linear-gradient(to bottom left, #000, #28a745);
}

.gradient-to-bottom-right-black-success {
  background: linear-gradient(to bottom right, #000, #28a745);
}

.gradient-radial-black-success {
  background: radial-gradient(circle, #000, #28a745);
}

.gradient-black-success-primary {
  background: linear-gradient(#000, #28a745, #03A9F4);
}

.gradient-black-success-secondary {
  background: linear-gradient(#000, #28a745, #333);
}

.gradient-black-success-info {
  background: linear-gradient(#000, #28a745, #0DCAF0);
}

.gradient-black-success-warning {
  background: linear-gradient(#000, #28a745, #FFC107);
}

.gradient-black-success-danger {
  background: linear-gradient(#000, #28a745, #DC3545);
}

.gradient-black-success-light {
  background: linear-gradient(#000, #28a745, #f5f5f5);
}

.gradient-black-success-dark {
  background: linear-gradient(#000, #28a745, #212529);
}

.gradient-black-success-red {
  background: linear-gradient(#000, #28a745, #F44336);
}

.gradient-black-success-green {
  background: linear-gradient(#000, #28a745, #4CAF50);
}

.gradient-black-success-blue {
  background: linear-gradient(#000, #28a745, #2196F3);
}

.gradient-black-success-white {
  background: linear-gradient(#000, #28a745, #fff);
}

.gradient-black-success-pink {
  background: linear-gradient(#000, #28a745, #E91E63);
}

.gradient-black-success-purple {
  background: linear-gradient(#000, #28a745, #9C27B0);
}

.gradient-black-success-indigo {
  background: linear-gradient(#000, #28a745, #3E51B5);
}

.gradient-black-success-cyan {
  background: linear-gradient(#000, #28a745, #00BCD4);
}

.gradient-black-success-teal {
  background: linear-gradient(#000, #28a745, #009688);
}

.gradient-black-success-lime {
  background: linear-gradient(#000, #28a745, #CDDC39);
}

.gradient-black-success-yellow {
  background: linear-gradient(#000, #28a745, #FFEB3B);
}

.gradient-black-success-amber {
  background: linear-gradient(#000, #28a745, #FFC107);
}

.gradient-black-success-orange {
  background: linear-gradient(#000, #28a745, #FF9800);
}

.gradient-black-success-lightblue {
  background: linear-gradient(#000, #28a745, #03A9F4);
}

.gradient-black-success-lightgreen {
  background: linear-gradient(#000, #28a745, #76FF03);
}

.gradient-black-success-deeppurple {
  background: linear-gradient(#000, #28a745, #673AB7);
}

.gradient-black-success-deeporange {
  background: linear-gradient(#000, #28a745, #DD6E0F);
}

.gradient-black-success-brown {
  background: linear-gradient(#000, #28a745, #964B00);
}

.gradient-black-success-grey {
  background: linear-gradient(#000, #28a745, #808080);
}

.gradient-black-info {
  background: linear-gradient(#000, #0DCAF0);
}

.gradient-to-top-black-info {
  background: linear-gradient(to top, #000, #0DCAF0);
}

.gradient-to-bottom-black-info {
  background: linear-gradient(to bottom, #000, #0DCAF0);
}

.gradient-to-left-black-info {
  background: linear-gradient(to left, #000, #0DCAF0);
}

.gradient-to-right-black-info {
  background: linear-gradient(to right, #000, #0DCAF0);
}

.gradient-to-top-left-black-info {
  background: linear-gradient(to top left, #000, #0DCAF0);
}

.gradient-to-top-right-black-info {
  background: linear-gradient(to top right, #000, #0DCAF0);
}

.gradient-to-bottom-left-black-info {
  background: linear-gradient(to bottom left, #000, #0DCAF0);
}

.gradient-to-bottom-right-black-info {
  background: linear-gradient(to bottom right, #000, #0DCAF0);
}

.gradient-radial-black-info {
  background: radial-gradient(circle, #000, #0DCAF0);
}

.gradient-black-info-primary {
  background: linear-gradient(#000, #0DCAF0, #03A9F4);
}

.gradient-black-info-secondary {
  background: linear-gradient(#000, #0DCAF0, #333);
}

.gradient-black-info-success {
  background: linear-gradient(#000, #0DCAF0, #28a745);
}

.gradient-black-info-warning {
  background: linear-gradient(#000, #0DCAF0, #FFC107);
}

.gradient-black-info-danger {
  background: linear-gradient(#000, #0DCAF0, #DC3545);
}

.gradient-black-info-light {
  background: linear-gradient(#000, #0DCAF0, #f5f5f5);
}

.gradient-black-info-dark {
  background: linear-gradient(#000, #0DCAF0, #212529);
}

.gradient-black-info-red {
  background: linear-gradient(#000, #0DCAF0, #F44336);
}

.gradient-black-info-green {
  background: linear-gradient(#000, #0DCAF0, #4CAF50);
}

.gradient-black-info-blue {
  background: linear-gradient(#000, #0DCAF0, #2196F3);
}

.gradient-black-info-white {
  background: linear-gradient(#000, #0DCAF0, #fff);
}

.gradient-black-info-pink {
  background: linear-gradient(#000, #0DCAF0, #E91E63);
}

.gradient-black-info-purple {
  background: linear-gradient(#000, #0DCAF0, #9C27B0);
}

.gradient-black-info-indigo {
  background: linear-gradient(#000, #0DCAF0, #3E51B5);
}

.gradient-black-info-cyan {
  background: linear-gradient(#000, #0DCAF0, #00BCD4);
}

.gradient-black-info-teal {
  background: linear-gradient(#000, #0DCAF0, #009688);
}

.gradient-black-info-lime {
  background: linear-gradient(#000, #0DCAF0, #CDDC39);
}

.gradient-black-info-yellow {
  background: linear-gradient(#000, #0DCAF0, #FFEB3B);
}

.gradient-black-info-amber {
  background: linear-gradient(#000, #0DCAF0, #FFC107);
}

.gradient-black-info-orange {
  background: linear-gradient(#000, #0DCAF0, #FF9800);
}

.gradient-black-info-lightblue {
  background: linear-gradient(#000, #0DCAF0, #03A9F4);
}

.gradient-black-info-lightgreen {
  background: linear-gradient(#000, #0DCAF0, #76FF03);
}

.gradient-black-info-deeppurple {
  background: linear-gradient(#000, #0DCAF0, #673AB7);
}

.gradient-black-info-deeporange {
  background: linear-gradient(#000, #0DCAF0, #DD6E0F);
}

.gradient-black-info-brown {
  background: linear-gradient(#000, #0DCAF0, #964B00);
}

.gradient-black-info-grey {
  background: linear-gradient(#000, #0DCAF0, #808080);
}

.gradient-black-warning {
  background: linear-gradient(#000, #FFC107);
}

.gradient-to-top-black-warning {
  background: linear-gradient(to top, #000, #FFC107);
}

.gradient-to-bottom-black-warning {
  background: linear-gradient(to bottom, #000, #FFC107);
}

.gradient-to-left-black-warning {
  background: linear-gradient(to left, #000, #FFC107);
}

.gradient-to-right-black-warning {
  background: linear-gradient(to right, #000, #FFC107);
}

.gradient-to-top-left-black-warning {
  background: linear-gradient(to top left, #000, #FFC107);
}

.gradient-to-top-right-black-warning {
  background: linear-gradient(to top right, #000, #FFC107);
}

.gradient-to-bottom-left-black-warning {
  background: linear-gradient(to bottom left, #000, #FFC107);
}

.gradient-to-bottom-right-black-warning {
  background: linear-gradient(to bottom right, #000, #FFC107);
}

.gradient-radial-black-warning {
  background: radial-gradient(circle, #000, #FFC107);
}

.gradient-black-warning-primary {
  background: linear-gradient(#000, #FFC107, #03A9F4);
}

.gradient-black-warning-secondary {
  background: linear-gradient(#000, #FFC107, #333);
}

.gradient-black-warning-success {
  background: linear-gradient(#000, #FFC107, #28a745);
}

.gradient-black-warning-info {
  background: linear-gradient(#000, #FFC107, #0DCAF0);
}

.gradient-black-warning-danger {
  background: linear-gradient(#000, #FFC107, #DC3545);
}

.gradient-black-warning-light {
  background: linear-gradient(#000, #FFC107, #f5f5f5);
}

.gradient-black-warning-dark {
  background: linear-gradient(#000, #FFC107, #212529);
}

.gradient-black-warning-red {
  background: linear-gradient(#000, #FFC107, #F44336);
}

.gradient-black-warning-green {
  background: linear-gradient(#000, #FFC107, #4CAF50);
}

.gradient-black-warning-blue {
  background: linear-gradient(#000, #FFC107, #2196F3);
}

.gradient-black-warning-white {
  background: linear-gradient(#000, #FFC107, #fff);
}

.gradient-black-warning-pink {
  background: linear-gradient(#000, #FFC107, #E91E63);
}

.gradient-black-warning-purple {
  background: linear-gradient(#000, #FFC107, #9C27B0);
}

.gradient-black-warning-indigo {
  background: linear-gradient(#000, #FFC107, #3E51B5);
}

.gradient-black-warning-cyan {
  background: linear-gradient(#000, #FFC107, #00BCD4);
}

.gradient-black-warning-teal {
  background: linear-gradient(#000, #FFC107, #009688);
}

.gradient-black-warning-lime {
  background: linear-gradient(#000, #FFC107, #CDDC39);
}

.gradient-black-warning-yellow {
  background: linear-gradient(#000, #FFC107, #FFEB3B);
}

.gradient-black-warning-amber {
  background: linear-gradient(#000, #FFC107, #FFC107);
}

.gradient-black-warning-orange {
  background: linear-gradient(#000, #FFC107, #FF9800);
}

.gradient-black-warning-lightblue {
  background: linear-gradient(#000, #FFC107, #03A9F4);
}

.gradient-black-warning-lightgreen {
  background: linear-gradient(#000, #FFC107, #76FF03);
}

.gradient-black-warning-deeppurple {
  background: linear-gradient(#000, #FFC107, #673AB7);
}

.gradient-black-warning-deeporange {
  background: linear-gradient(#000, #FFC107, #DD6E0F);
}

.gradient-black-warning-brown {
  background: linear-gradient(#000, #FFC107, #964B00);
}

.gradient-black-warning-grey {
  background: linear-gradient(#000, #FFC107, #808080);
}

.gradient-black-danger {
  background: linear-gradient(#000, #DC3545);
}

.gradient-to-top-black-danger {
  background: linear-gradient(to top, #000, #DC3545);
}

.gradient-to-bottom-black-danger {
  background: linear-gradient(to bottom, #000, #DC3545);
}

.gradient-to-left-black-danger {
  background: linear-gradient(to left, #000, #DC3545);
}

.gradient-to-right-black-danger {
  background: linear-gradient(to right, #000, #DC3545);
}

.gradient-to-top-left-black-danger {
  background: linear-gradient(to top left, #000, #DC3545);
}

.gradient-to-top-right-black-danger {
  background: linear-gradient(to top right, #000, #DC3545);
}

.gradient-to-bottom-left-black-danger {
  background: linear-gradient(to bottom left, #000, #DC3545);
}

.gradient-to-bottom-right-black-danger {
  background: linear-gradient(to bottom right, #000, #DC3545);
}

.gradient-radial-black-danger {
  background: radial-gradient(circle, #000, #DC3545);
}

.gradient-black-danger-primary {
  background: linear-gradient(#000, #DC3545, #03A9F4);
}

.gradient-black-danger-secondary {
  background: linear-gradient(#000, #DC3545, #333);
}

.gradient-black-danger-success {
  background: linear-gradient(#000, #DC3545, #28a745);
}

.gradient-black-danger-info {
  background: linear-gradient(#000, #DC3545, #0DCAF0);
}

.gradient-black-danger-warning {
  background: linear-gradient(#000, #DC3545, #FFC107);
}

.gradient-black-danger-light {
  background: linear-gradient(#000, #DC3545, #f5f5f5);
}

.gradient-black-danger-dark {
  background: linear-gradient(#000, #DC3545, #212529);
}

.gradient-black-danger-red {
  background: linear-gradient(#000, #DC3545, #F44336);
}

.gradient-black-danger-green {
  background: linear-gradient(#000, #DC3545, #4CAF50);
}

.gradient-black-danger-blue {
  background: linear-gradient(#000, #DC3545, #2196F3);
}

.gradient-black-danger-white {
  background: linear-gradient(#000, #DC3545, #fff);
}

.gradient-black-danger-pink {
  background: linear-gradient(#000, #DC3545, #E91E63);
}

.gradient-black-danger-purple {
  background: linear-gradient(#000, #DC3545, #9C27B0);
}

.gradient-black-danger-indigo {
  background: linear-gradient(#000, #DC3545, #3E51B5);
}

.gradient-black-danger-cyan {
  background: linear-gradient(#000, #DC3545, #00BCD4);
}

.gradient-black-danger-teal {
  background: linear-gradient(#000, #DC3545, #009688);
}

.gradient-black-danger-lime {
  background: linear-gradient(#000, #DC3545, #CDDC39);
}

.gradient-black-danger-yellow {
  background: linear-gradient(#000, #DC3545, #FFEB3B);
}

.gradient-black-danger-amber {
  background: linear-gradient(#000, #DC3545, #FFC107);
}

.gradient-black-danger-orange {
  background: linear-gradient(#000, #DC3545, #FF9800);
}

.gradient-black-danger-lightblue {
  background: linear-gradient(#000, #DC3545, #03A9F4);
}

.gradient-black-danger-lightgreen {
  background: linear-gradient(#000, #DC3545, #76FF03);
}

.gradient-black-danger-deeppurple {
  background: linear-gradient(#000, #DC3545, #673AB7);
}

.gradient-black-danger-deeporange {
  background: linear-gradient(#000, #DC3545, #DD6E0F);
}

.gradient-black-danger-brown {
  background: linear-gradient(#000, #DC3545, #964B00);
}

.gradient-black-danger-grey {
  background: linear-gradient(#000, #DC3545, #808080);
}

.gradient-black-light {
  background: linear-gradient(#000, #f5f5f5);
}

.gradient-to-top-black-light {
  background: linear-gradient(to top, #000, #f5f5f5);
}

.gradient-to-bottom-black-light {
  background: linear-gradient(to bottom, #000, #f5f5f5);
}

.gradient-to-left-black-light {
  background: linear-gradient(to left, #000, #f5f5f5);
}

.gradient-to-right-black-light {
  background: linear-gradient(to right, #000, #f5f5f5);
}

.gradient-to-top-left-black-light {
  background: linear-gradient(to top left, #000, #f5f5f5);
}

.gradient-to-top-right-black-light {
  background: linear-gradient(to top right, #000, #f5f5f5);
}

.gradient-to-bottom-left-black-light {
  background: linear-gradient(to bottom left, #000, #f5f5f5);
}

.gradient-to-bottom-right-black-light {
  background: linear-gradient(to bottom right, #000, #f5f5f5);
}

.gradient-radial-black-light {
  background: radial-gradient(circle, #000, #f5f5f5);
}

.gradient-black-light-primary {
  background: linear-gradient(#000, #f5f5f5, #03A9F4);
}

.gradient-black-light-secondary {
  background: linear-gradient(#000, #f5f5f5, #333);
}

.gradient-black-light-success {
  background: linear-gradient(#000, #f5f5f5, #28a745);
}

.gradient-black-light-info {
  background: linear-gradient(#000, #f5f5f5, #0DCAF0);
}

.gradient-black-light-warning {
  background: linear-gradient(#000, #f5f5f5, #FFC107);
}

.gradient-black-light-danger {
  background: linear-gradient(#000, #f5f5f5, #DC3545);
}

.gradient-black-light-dark {
  background: linear-gradient(#000, #f5f5f5, #212529);
}

.gradient-black-light-red {
  background: linear-gradient(#000, #f5f5f5, #F44336);
}

.gradient-black-light-green {
  background: linear-gradient(#000, #f5f5f5, #4CAF50);
}

.gradient-black-light-blue {
  background: linear-gradient(#000, #f5f5f5, #2196F3);
}

.gradient-black-light-white {
  background: linear-gradient(#000, #f5f5f5, #fff);
}

.gradient-black-light-pink {
  background: linear-gradient(#000, #f5f5f5, #E91E63);
}

.gradient-black-light-purple {
  background: linear-gradient(#000, #f5f5f5, #9C27B0);
}

.gradient-black-light-indigo {
  background: linear-gradient(#000, #f5f5f5, #3E51B5);
}

.gradient-black-light-cyan {
  background: linear-gradient(#000, #f5f5f5, #00BCD4);
}

.gradient-black-light-teal {
  background: linear-gradient(#000, #f5f5f5, #009688);
}

.gradient-black-light-lime {
  background: linear-gradient(#000, #f5f5f5, #CDDC39);
}

.gradient-black-light-yellow {
  background: linear-gradient(#000, #f5f5f5, #FFEB3B);
}

.gradient-black-light-amber {
  background: linear-gradient(#000, #f5f5f5, #FFC107);
}

.gradient-black-light-orange {
  background: linear-gradient(#000, #f5f5f5, #FF9800);
}

.gradient-black-light-lightblue {
  background: linear-gradient(#000, #f5f5f5, #03A9F4);
}

.gradient-black-light-lightgreen {
  background: linear-gradient(#000, #f5f5f5, #76FF03);
}

.gradient-black-light-deeppurple {
  background: linear-gradient(#000, #f5f5f5, #673AB7);
}

.gradient-black-light-deeporange {
  background: linear-gradient(#000, #f5f5f5, #DD6E0F);
}

.gradient-black-light-brown {
  background: linear-gradient(#000, #f5f5f5, #964B00);
}

.gradient-black-light-grey {
  background: linear-gradient(#000, #f5f5f5, #808080);
}

.gradient-black-dark {
  background: linear-gradient(#000, #212529);
}

.gradient-to-top-black-dark {
  background: linear-gradient(to top, #000, #212529);
}

.gradient-to-bottom-black-dark {
  background: linear-gradient(to bottom, #000, #212529);
}

.gradient-to-left-black-dark {
  background: linear-gradient(to left, #000, #212529);
}

.gradient-to-right-black-dark {
  background: linear-gradient(to right, #000, #212529);
}

.gradient-to-top-left-black-dark {
  background: linear-gradient(to top left, #000, #212529);
}

.gradient-to-top-right-black-dark {
  background: linear-gradient(to top right, #000, #212529);
}

.gradient-to-bottom-left-black-dark {
  background: linear-gradient(to bottom left, #000, #212529);
}

.gradient-to-bottom-right-black-dark {
  background: linear-gradient(to bottom right, #000, #212529);
}

.gradient-radial-black-dark {
  background: radial-gradient(circle, #000, #212529);
}

.gradient-black-dark-primary {
  background: linear-gradient(#000, #212529, #03A9F4);
}

.gradient-black-dark-secondary {
  background: linear-gradient(#000, #212529, #333);
}

.gradient-black-dark-success {
  background: linear-gradient(#000, #212529, #28a745);
}

.gradient-black-dark-info {
  background: linear-gradient(#000, #212529, #0DCAF0);
}

.gradient-black-dark-warning {
  background: linear-gradient(#000, #212529, #FFC107);
}

.gradient-black-dark-danger {
  background: linear-gradient(#000, #212529, #DC3545);
}

.gradient-black-dark-light {
  background: linear-gradient(#000, #212529, #f5f5f5);
}

.gradient-black-dark-red {
  background: linear-gradient(#000, #212529, #F44336);
}

.gradient-black-dark-green {
  background: linear-gradient(#000, #212529, #4CAF50);
}

.gradient-black-dark-blue {
  background: linear-gradient(#000, #212529, #2196F3);
}

.gradient-black-dark-white {
  background: linear-gradient(#000, #212529, #fff);
}

.gradient-black-dark-pink {
  background: linear-gradient(#000, #212529, #E91E63);
}

.gradient-black-dark-purple {
  background: linear-gradient(#000, #212529, #9C27B0);
}

.gradient-black-dark-indigo {
  background: linear-gradient(#000, #212529, #3E51B5);
}

.gradient-black-dark-cyan {
  background: linear-gradient(#000, #212529, #00BCD4);
}

.gradient-black-dark-teal {
  background: linear-gradient(#000, #212529, #009688);
}

.gradient-black-dark-lime {
  background: linear-gradient(#000, #212529, #CDDC39);
}

.gradient-black-dark-yellow {
  background: linear-gradient(#000, #212529, #FFEB3B);
}

.gradient-black-dark-amber {
  background: linear-gradient(#000, #212529, #FFC107);
}

.gradient-black-dark-orange {
  background: linear-gradient(#000, #212529, #FF9800);
}

.gradient-black-dark-lightblue {
  background: linear-gradient(#000, #212529, #03A9F4);
}

.gradient-black-dark-lightgreen {
  background: linear-gradient(#000, #212529, #76FF03);
}

.gradient-black-dark-deeppurple {
  background: linear-gradient(#000, #212529, #673AB7);
}

.gradient-black-dark-deeporange {
  background: linear-gradient(#000, #212529, #DD6E0F);
}

.gradient-black-dark-brown {
  background: linear-gradient(#000, #212529, #964B00);
}

.gradient-black-dark-grey {
  background: linear-gradient(#000, #212529, #808080);
}

.gradient-black-red {
  background: linear-gradient(#000, #F44336);
}

.gradient-to-top-black-red {
  background: linear-gradient(to top, #000, #F44336);
}

.gradient-to-bottom-black-red {
  background: linear-gradient(to bottom, #000, #F44336);
}

.gradient-to-left-black-red {
  background: linear-gradient(to left, #000, #F44336);
}

.gradient-to-right-black-red {
  background: linear-gradient(to right, #000, #F44336);
}

.gradient-to-top-left-black-red {
  background: linear-gradient(to top left, #000, #F44336);
}

.gradient-to-top-right-black-red {
  background: linear-gradient(to top right, #000, #F44336);
}

.gradient-to-bottom-left-black-red {
  background: linear-gradient(to bottom left, #000, #F44336);
}

.gradient-to-bottom-right-black-red {
  background: linear-gradient(to bottom right, #000, #F44336);
}

.gradient-radial-black-red {
  background: radial-gradient(circle, #000, #F44336);
}

.gradient-black-red-primary {
  background: linear-gradient(#000, #F44336, #03A9F4);
}

.gradient-black-red-secondary {
  background: linear-gradient(#000, #F44336, #333);
}

.gradient-black-red-success {
  background: linear-gradient(#000, #F44336, #28a745);
}

.gradient-black-red-info {
  background: linear-gradient(#000, #F44336, #0DCAF0);
}

.gradient-black-red-warning {
  background: linear-gradient(#000, #F44336, #FFC107);
}

.gradient-black-red-danger {
  background: linear-gradient(#000, #F44336, #DC3545);
}

.gradient-black-red-light {
  background: linear-gradient(#000, #F44336, #f5f5f5);
}

.gradient-black-red-dark {
  background: linear-gradient(#000, #F44336, #212529);
}

.gradient-black-red-green {
  background: linear-gradient(#000, #F44336, #4CAF50);
}

.gradient-black-red-blue {
  background: linear-gradient(#000, #F44336, #2196F3);
}

.gradient-black-red-white {
  background: linear-gradient(#000, #F44336, #fff);
}

.gradient-black-red-pink {
  background: linear-gradient(#000, #F44336, #E91E63);
}

.gradient-black-red-purple {
  background: linear-gradient(#000, #F44336, #9C27B0);
}

.gradient-black-red-indigo {
  background: linear-gradient(#000, #F44336, #3E51B5);
}

.gradient-black-red-cyan {
  background: linear-gradient(#000, #F44336, #00BCD4);
}

.gradient-black-red-teal {
  background: linear-gradient(#000, #F44336, #009688);
}

.gradient-black-red-lime {
  background: linear-gradient(#000, #F44336, #CDDC39);
}

.gradient-black-red-yellow {
  background: linear-gradient(#000, #F44336, #FFEB3B);
}

.gradient-black-red-amber {
  background: linear-gradient(#000, #F44336, #FFC107);
}

.gradient-black-red-orange {
  background: linear-gradient(#000, #F44336, #FF9800);
}

.gradient-black-red-lightblue {
  background: linear-gradient(#000, #F44336, #03A9F4);
}

.gradient-black-red-lightgreen {
  background: linear-gradient(#000, #F44336, #76FF03);
}

.gradient-black-red-deeppurple {
  background: linear-gradient(#000, #F44336, #673AB7);
}

.gradient-black-red-deeporange {
  background: linear-gradient(#000, #F44336, #DD6E0F);
}

.gradient-black-red-brown {
  background: linear-gradient(#000, #F44336, #964B00);
}

.gradient-black-red-grey {
  background: linear-gradient(#000, #F44336, #808080);
}

.gradient-black-green {
  background: linear-gradient(#000, #4CAF50);
}

.gradient-to-top-black-green {
  background: linear-gradient(to top, #000, #4CAF50);
}

.gradient-to-bottom-black-green {
  background: linear-gradient(to bottom, #000, #4CAF50);
}

.gradient-to-left-black-green {
  background: linear-gradient(to left, #000, #4CAF50);
}

.gradient-to-right-black-green {
  background: linear-gradient(to right, #000, #4CAF50);
}

.gradient-to-top-left-black-green {
  background: linear-gradient(to top left, #000, #4CAF50);
}

.gradient-to-top-right-black-green {
  background: linear-gradient(to top right, #000, #4CAF50);
}

.gradient-to-bottom-left-black-green {
  background: linear-gradient(to bottom left, #000, #4CAF50);
}

.gradient-to-bottom-right-black-green {
  background: linear-gradient(to bottom right, #000, #4CAF50);
}

.gradient-radial-black-green {
  background: radial-gradient(circle, #000, #4CAF50);
}

.gradient-black-green-primary {
  background: linear-gradient(#000, #4CAF50, #03A9F4);
}

.gradient-black-green-secondary {
  background: linear-gradient(#000, #4CAF50, #333);
}

.gradient-black-green-success {
  background: linear-gradient(#000, #4CAF50, #28a745);
}

.gradient-black-green-info {
  background: linear-gradient(#000, #4CAF50, #0DCAF0);
}

.gradient-black-green-warning {
  background: linear-gradient(#000, #4CAF50, #FFC107);
}

.gradient-black-green-danger {
  background: linear-gradient(#000, #4CAF50, #DC3545);
}

.gradient-black-green-light {
  background: linear-gradient(#000, #4CAF50, #f5f5f5);
}

.gradient-black-green-dark {
  background: linear-gradient(#000, #4CAF50, #212529);
}

.gradient-black-green-red {
  background: linear-gradient(#000, #4CAF50, #F44336);
}

.gradient-black-green-blue {
  background: linear-gradient(#000, #4CAF50, #2196F3);
}

.gradient-black-green-white {
  background: linear-gradient(#000, #4CAF50, #fff);
}

.gradient-black-green-pink {
  background: linear-gradient(#000, #4CAF50, #E91E63);
}

.gradient-black-green-purple {
  background: linear-gradient(#000, #4CAF50, #9C27B0);
}

.gradient-black-green-indigo {
  background: linear-gradient(#000, #4CAF50, #3E51B5);
}

.gradient-black-green-cyan {
  background: linear-gradient(#000, #4CAF50, #00BCD4);
}

.gradient-black-green-teal {
  background: linear-gradient(#000, #4CAF50, #009688);
}

.gradient-black-green-lime {
  background: linear-gradient(#000, #4CAF50, #CDDC39);
}

.gradient-black-green-yellow {
  background: linear-gradient(#000, #4CAF50, #FFEB3B);
}

.gradient-black-green-amber {
  background: linear-gradient(#000, #4CAF50, #FFC107);
}

.gradient-black-green-orange {
  background: linear-gradient(#000, #4CAF50, #FF9800);
}

.gradient-black-green-lightblue {
  background: linear-gradient(#000, #4CAF50, #03A9F4);
}

.gradient-black-green-lightgreen {
  background: linear-gradient(#000, #4CAF50, #76FF03);
}

.gradient-black-green-deeppurple {
  background: linear-gradient(#000, #4CAF50, #673AB7);
}

.gradient-black-green-deeporange {
  background: linear-gradient(#000, #4CAF50, #DD6E0F);
}

.gradient-black-green-brown {
  background: linear-gradient(#000, #4CAF50, #964B00);
}

.gradient-black-green-grey {
  background: linear-gradient(#000, #4CAF50, #808080);
}

.gradient-black-blue {
  background: linear-gradient(#000, #2196F3);
}

.gradient-to-top-black-blue {
  background: linear-gradient(to top, #000, #2196F3);
}

.gradient-to-bottom-black-blue {
  background: linear-gradient(to bottom, #000, #2196F3);
}

.gradient-to-left-black-blue {
  background: linear-gradient(to left, #000, #2196F3);
}

.gradient-to-right-black-blue {
  background: linear-gradient(to right, #000, #2196F3);
}

.gradient-to-top-left-black-blue {
  background: linear-gradient(to top left, #000, #2196F3);
}

.gradient-to-top-right-black-blue {
  background: linear-gradient(to top right, #000, #2196F3);
}

.gradient-to-bottom-left-black-blue {
  background: linear-gradient(to bottom left, #000, #2196F3);
}

.gradient-to-bottom-right-black-blue {
  background: linear-gradient(to bottom right, #000, #2196F3);
}

.gradient-radial-black-blue {
  background: radial-gradient(circle, #000, #2196F3);
}

.gradient-black-blue-primary {
  background: linear-gradient(#000, #2196F3, #03A9F4);
}

.gradient-black-blue-secondary {
  background: linear-gradient(#000, #2196F3, #333);
}

.gradient-black-blue-success {
  background: linear-gradient(#000, #2196F3, #28a745);
}

.gradient-black-blue-info {
  background: linear-gradient(#000, #2196F3, #0DCAF0);
}

.gradient-black-blue-warning {
  background: linear-gradient(#000, #2196F3, #FFC107);
}

.gradient-black-blue-danger {
  background: linear-gradient(#000, #2196F3, #DC3545);
}

.gradient-black-blue-light {
  background: linear-gradient(#000, #2196F3, #f5f5f5);
}

.gradient-black-blue-dark {
  background: linear-gradient(#000, #2196F3, #212529);
}

.gradient-black-blue-red {
  background: linear-gradient(#000, #2196F3, #F44336);
}

.gradient-black-blue-green {
  background: linear-gradient(#000, #2196F3, #4CAF50);
}

.gradient-black-blue-white {
  background: linear-gradient(#000, #2196F3, #fff);
}

.gradient-black-blue-pink {
  background: linear-gradient(#000, #2196F3, #E91E63);
}

.gradient-black-blue-purple {
  background: linear-gradient(#000, #2196F3, #9C27B0);
}

.gradient-black-blue-indigo {
  background: linear-gradient(#000, #2196F3, #3E51B5);
}

.gradient-black-blue-cyan {
  background: linear-gradient(#000, #2196F3, #00BCD4);
}

.gradient-black-blue-teal {
  background: linear-gradient(#000, #2196F3, #009688);
}

.gradient-black-blue-lime {
  background: linear-gradient(#000, #2196F3, #CDDC39);
}

.gradient-black-blue-yellow {
  background: linear-gradient(#000, #2196F3, #FFEB3B);
}

.gradient-black-blue-amber {
  background: linear-gradient(#000, #2196F3, #FFC107);
}

.gradient-black-blue-orange {
  background: linear-gradient(#000, #2196F3, #FF9800);
}

.gradient-black-blue-lightblue {
  background: linear-gradient(#000, #2196F3, #03A9F4);
}

.gradient-black-blue-lightgreen {
  background: linear-gradient(#000, #2196F3, #76FF03);
}

.gradient-black-blue-deeppurple {
  background: linear-gradient(#000, #2196F3, #673AB7);
}

.gradient-black-blue-deeporange {
  background: linear-gradient(#000, #2196F3, #DD6E0F);
}

.gradient-black-blue-brown {
  background: linear-gradient(#000, #2196F3, #964B00);
}

.gradient-black-blue-grey {
  background: linear-gradient(#000, #2196F3, #808080);
}

.gradient-black-white {
  background: linear-gradient(#000, #fff);
}

.gradient-to-top-black-white {
  background: linear-gradient(to top, #000, #fff);
}

.gradient-to-bottom-black-white {
  background: linear-gradient(to bottom, #000, #fff);
}

.gradient-to-left-black-white {
  background: linear-gradient(to left, #000, #fff);
}

.gradient-to-right-black-white {
  background: linear-gradient(to right, #000, #fff);
}

.gradient-to-top-left-black-white {
  background: linear-gradient(to top left, #000, #fff);
}

.gradient-to-top-right-black-white {
  background: linear-gradient(to top right, #000, #fff);
}

.gradient-to-bottom-left-black-white {
  background: linear-gradient(to bottom left, #000, #fff);
}

.gradient-to-bottom-right-black-white {
  background: linear-gradient(to bottom right, #000, #fff);
}

.gradient-radial-black-white {
  background: radial-gradient(circle, #000, #fff);
}

.gradient-black-white-primary {
  background: linear-gradient(#000, #fff, #03A9F4);
}

.gradient-black-white-secondary {
  background: linear-gradient(#000, #fff, #333);
}

.gradient-black-white-success {
  background: linear-gradient(#000, #fff, #28a745);
}

.gradient-black-white-info {
  background: linear-gradient(#000, #fff, #0DCAF0);
}

.gradient-black-white-warning {
  background: linear-gradient(#000, #fff, #FFC107);
}

.gradient-black-white-danger {
  background: linear-gradient(#000, #fff, #DC3545);
}

.gradient-black-white-light {
  background: linear-gradient(#000, #fff, #f5f5f5);
}

.gradient-black-white-dark {
  background: linear-gradient(#000, #fff, #212529);
}

.gradient-black-white-red {
  background: linear-gradient(#000, #fff, #F44336);
}

.gradient-black-white-green {
  background: linear-gradient(#000, #fff, #4CAF50);
}

.gradient-black-white-blue {
  background: linear-gradient(#000, #fff, #2196F3);
}

.gradient-black-white-pink {
  background: linear-gradient(#000, #fff, #E91E63);
}

.gradient-black-white-purple {
  background: linear-gradient(#000, #fff, #9C27B0);
}

.gradient-black-white-indigo {
  background: linear-gradient(#000, #fff, #3E51B5);
}

.gradient-black-white-cyan {
  background: linear-gradient(#000, #fff, #00BCD4);
}

.gradient-black-white-teal {
  background: linear-gradient(#000, #fff, #009688);
}

.gradient-black-white-lime {
  background: linear-gradient(#000, #fff, #CDDC39);
}

.gradient-black-white-yellow {
  background: linear-gradient(#000, #fff, #FFEB3B);
}

.gradient-black-white-amber {
  background: linear-gradient(#000, #fff, #FFC107);
}

.gradient-black-white-orange {
  background: linear-gradient(#000, #fff, #FF9800);
}

.gradient-black-white-lightblue {
  background: linear-gradient(#000, #fff, #03A9F4);
}

.gradient-black-white-lightgreen {
  background: linear-gradient(#000, #fff, #76FF03);
}

.gradient-black-white-deeppurple {
  background: linear-gradient(#000, #fff, #673AB7);
}

.gradient-black-white-deeporange {
  background: linear-gradient(#000, #fff, #DD6E0F);
}

.gradient-black-white-brown {
  background: linear-gradient(#000, #fff, #964B00);
}

.gradient-black-white-grey {
  background: linear-gradient(#000, #fff, #808080);
}

.gradient-black-pink {
  background: linear-gradient(#000, #E91E63);
}

.gradient-to-top-black-pink {
  background: linear-gradient(to top, #000, #E91E63);
}

.gradient-to-bottom-black-pink {
  background: linear-gradient(to bottom, #000, #E91E63);
}

.gradient-to-left-black-pink {
  background: linear-gradient(to left, #000, #E91E63);
}

.gradient-to-right-black-pink {
  background: linear-gradient(to right, #000, #E91E63);
}

.gradient-to-top-left-black-pink {
  background: linear-gradient(to top left, #000, #E91E63);
}

.gradient-to-top-right-black-pink {
  background: linear-gradient(to top right, #000, #E91E63);
}

.gradient-to-bottom-left-black-pink {
  background: linear-gradient(to bottom left, #000, #E91E63);
}

.gradient-to-bottom-right-black-pink {
  background: linear-gradient(to bottom right, #000, #E91E63);
}

.gradient-radial-black-pink {
  background: radial-gradient(circle, #000, #E91E63);
}

.gradient-black-pink-primary {
  background: linear-gradient(#000, #E91E63, #03A9F4);
}

.gradient-black-pink-secondary {
  background: linear-gradient(#000, #E91E63, #333);
}

.gradient-black-pink-success {
  background: linear-gradient(#000, #E91E63, #28a745);
}

.gradient-black-pink-info {
  background: linear-gradient(#000, #E91E63, #0DCAF0);
}

.gradient-black-pink-warning {
  background: linear-gradient(#000, #E91E63, #FFC107);
}

.gradient-black-pink-danger {
  background: linear-gradient(#000, #E91E63, #DC3545);
}

.gradient-black-pink-light {
  background: linear-gradient(#000, #E91E63, #f5f5f5);
}

.gradient-black-pink-dark {
  background: linear-gradient(#000, #E91E63, #212529);
}

.gradient-black-pink-red {
  background: linear-gradient(#000, #E91E63, #F44336);
}

.gradient-black-pink-green {
  background: linear-gradient(#000, #E91E63, #4CAF50);
}

.gradient-black-pink-blue {
  background: linear-gradient(#000, #E91E63, #2196F3);
}

.gradient-black-pink-white {
  background: linear-gradient(#000, #E91E63, #fff);
}

.gradient-black-pink-purple {
  background: linear-gradient(#000, #E91E63, #9C27B0);
}

.gradient-black-pink-indigo {
  background: linear-gradient(#000, #E91E63, #3E51B5);
}

.gradient-black-pink-cyan {
  background: linear-gradient(#000, #E91E63, #00BCD4);
}

.gradient-black-pink-teal {
  background: linear-gradient(#000, #E91E63, #009688);
}

.gradient-black-pink-lime {
  background: linear-gradient(#000, #E91E63, #CDDC39);
}

.gradient-black-pink-yellow {
  background: linear-gradient(#000, #E91E63, #FFEB3B);
}

.gradient-black-pink-amber {
  background: linear-gradient(#000, #E91E63, #FFC107);
}

.gradient-black-pink-orange {
  background: linear-gradient(#000, #E91E63, #FF9800);
}

.gradient-black-pink-lightblue {
  background: linear-gradient(#000, #E91E63, #03A9F4);
}

.gradient-black-pink-lightgreen {
  background: linear-gradient(#000, #E91E63, #76FF03);
}

.gradient-black-pink-deeppurple {
  background: linear-gradient(#000, #E91E63, #673AB7);
}

.gradient-black-pink-deeporange {
  background: linear-gradient(#000, #E91E63, #DD6E0F);
}

.gradient-black-pink-brown {
  background: linear-gradient(#000, #E91E63, #964B00);
}

.gradient-black-pink-grey {
  background: linear-gradient(#000, #E91E63, #808080);
}

.gradient-black-purple {
  background: linear-gradient(#000, #9C27B0);
}

.gradient-to-top-black-purple {
  background: linear-gradient(to top, #000, #9C27B0);
}

.gradient-to-bottom-black-purple {
  background: linear-gradient(to bottom, #000, #9C27B0);
}

.gradient-to-left-black-purple {
  background: linear-gradient(to left, #000, #9C27B0);
}

.gradient-to-right-black-purple {
  background: linear-gradient(to right, #000, #9C27B0);
}

.gradient-to-top-left-black-purple {
  background: linear-gradient(to top left, #000, #9C27B0);
}

.gradient-to-top-right-black-purple {
  background: linear-gradient(to top right, #000, #9C27B0);
}

.gradient-to-bottom-left-black-purple {
  background: linear-gradient(to bottom left, #000, #9C27B0);
}

.gradient-to-bottom-right-black-purple {
  background: linear-gradient(to bottom right, #000, #9C27B0);
}

.gradient-radial-black-purple {
  background: radial-gradient(circle, #000, #9C27B0);
}

.gradient-black-purple-primary {
  background: linear-gradient(#000, #9C27B0, #03A9F4);
}

.gradient-black-purple-secondary {
  background: linear-gradient(#000, #9C27B0, #333);
}

.gradient-black-purple-success {
  background: linear-gradient(#000, #9C27B0, #28a745);
}

.gradient-black-purple-info {
  background: linear-gradient(#000, #9C27B0, #0DCAF0);
}

.gradient-black-purple-warning {
  background: linear-gradient(#000, #9C27B0, #FFC107);
}

.gradient-black-purple-danger {
  background: linear-gradient(#000, #9C27B0, #DC3545);
}

.gradient-black-purple-light {
  background: linear-gradient(#000, #9C27B0, #f5f5f5);
}

.gradient-black-purple-dark {
  background: linear-gradient(#000, #9C27B0, #212529);
}

.gradient-black-purple-red {
  background: linear-gradient(#000, #9C27B0, #F44336);
}

.gradient-black-purple-green {
  background: linear-gradient(#000, #9C27B0, #4CAF50);
}

.gradient-black-purple-blue {
  background: linear-gradient(#000, #9C27B0, #2196F3);
}

.gradient-black-purple-white {
  background: linear-gradient(#000, #9C27B0, #fff);
}

.gradient-black-purple-pink {
  background: linear-gradient(#000, #9C27B0, #E91E63);
}

.gradient-black-purple-indigo {
  background: linear-gradient(#000, #9C27B0, #3E51B5);
}

.gradient-black-purple-cyan {
  background: linear-gradient(#000, #9C27B0, #00BCD4);
}

.gradient-black-purple-teal {
  background: linear-gradient(#000, #9C27B0, #009688);
}

.gradient-black-purple-lime {
  background: linear-gradient(#000, #9C27B0, #CDDC39);
}

.gradient-black-purple-yellow {
  background: linear-gradient(#000, #9C27B0, #FFEB3B);
}

.gradient-black-purple-amber {
  background: linear-gradient(#000, #9C27B0, #FFC107);
}

.gradient-black-purple-orange {
  background: linear-gradient(#000, #9C27B0, #FF9800);
}

.gradient-black-purple-lightblue {
  background: linear-gradient(#000, #9C27B0, #03A9F4);
}

.gradient-black-purple-lightgreen {
  background: linear-gradient(#000, #9C27B0, #76FF03);
}

.gradient-black-purple-deeppurple {
  background: linear-gradient(#000, #9C27B0, #673AB7);
}

.gradient-black-purple-deeporange {
  background: linear-gradient(#000, #9C27B0, #DD6E0F);
}

.gradient-black-purple-brown {
  background: linear-gradient(#000, #9C27B0, #964B00);
}

.gradient-black-purple-grey {
  background: linear-gradient(#000, #9C27B0, #808080);
}

.gradient-black-indigo {
  background: linear-gradient(#000, #3E51B5);
}

.gradient-to-top-black-indigo {
  background: linear-gradient(to top, #000, #3E51B5);
}

.gradient-to-bottom-black-indigo {
  background: linear-gradient(to bottom, #000, #3E51B5);
}

.gradient-to-left-black-indigo {
  background: linear-gradient(to left, #000, #3E51B5);
}

.gradient-to-right-black-indigo {
  background: linear-gradient(to right, #000, #3E51B5);
}

.gradient-to-top-left-black-indigo {
  background: linear-gradient(to top left, #000, #3E51B5);
}

.gradient-to-top-right-black-indigo {
  background: linear-gradient(to top right, #000, #3E51B5);
}

.gradient-to-bottom-left-black-indigo {
  background: linear-gradient(to bottom left, #000, #3E51B5);
}

.gradient-to-bottom-right-black-indigo {
  background: linear-gradient(to bottom right, #000, #3E51B5);
}

.gradient-radial-black-indigo {
  background: radial-gradient(circle, #000, #3E51B5);
}

.gradient-black-indigo-primary {
  background: linear-gradient(#000, #3E51B5, #03A9F4);
}

.gradient-black-indigo-secondary {
  background: linear-gradient(#000, #3E51B5, #333);
}

.gradient-black-indigo-success {
  background: linear-gradient(#000, #3E51B5, #28a745);
}

.gradient-black-indigo-info {
  background: linear-gradient(#000, #3E51B5, #0DCAF0);
}

.gradient-black-indigo-warning {
  background: linear-gradient(#000, #3E51B5, #FFC107);
}

.gradient-black-indigo-danger {
  background: linear-gradient(#000, #3E51B5, #DC3545);
}

.gradient-black-indigo-light {
  background: linear-gradient(#000, #3E51B5, #f5f5f5);
}

.gradient-black-indigo-dark {
  background: linear-gradient(#000, #3E51B5, #212529);
}

.gradient-black-indigo-red {
  background: linear-gradient(#000, #3E51B5, #F44336);
}

.gradient-black-indigo-green {
  background: linear-gradient(#000, #3E51B5, #4CAF50);
}

.gradient-black-indigo-blue {
  background: linear-gradient(#000, #3E51B5, #2196F3);
}

.gradient-black-indigo-white {
  background: linear-gradient(#000, #3E51B5, #fff);
}

.gradient-black-indigo-pink {
  background: linear-gradient(#000, #3E51B5, #E91E63);
}

.gradient-black-indigo-purple {
  background: linear-gradient(#000, #3E51B5, #9C27B0);
}

.gradient-black-indigo-cyan {
  background: linear-gradient(#000, #3E51B5, #00BCD4);
}

.gradient-black-indigo-teal {
  background: linear-gradient(#000, #3E51B5, #009688);
}

.gradient-black-indigo-lime {
  background: linear-gradient(#000, #3E51B5, #CDDC39);
}

.gradient-black-indigo-yellow {
  background: linear-gradient(#000, #3E51B5, #FFEB3B);
}

.gradient-black-indigo-amber {
  background: linear-gradient(#000, #3E51B5, #FFC107);
}

.gradient-black-indigo-orange {
  background: linear-gradient(#000, #3E51B5, #FF9800);
}

.gradient-black-indigo-lightblue {
  background: linear-gradient(#000, #3E51B5, #03A9F4);
}

.gradient-black-indigo-lightgreen {
  background: linear-gradient(#000, #3E51B5, #76FF03);
}

.gradient-black-indigo-deeppurple {
  background: linear-gradient(#000, #3E51B5, #673AB7);
}

.gradient-black-indigo-deeporange {
  background: linear-gradient(#000, #3E51B5, #DD6E0F);
}

.gradient-black-indigo-brown {
  background: linear-gradient(#000, #3E51B5, #964B00);
}

.gradient-black-indigo-grey {
  background: linear-gradient(#000, #3E51B5, #808080);
}

.gradient-black-cyan {
  background: linear-gradient(#000, #00BCD4);
}

.gradient-to-top-black-cyan {
  background: linear-gradient(to top, #000, #00BCD4);
}

.gradient-to-bottom-black-cyan {
  background: linear-gradient(to bottom, #000, #00BCD4);
}

.gradient-to-left-black-cyan {
  background: linear-gradient(to left, #000, #00BCD4);
}

.gradient-to-right-black-cyan {
  background: linear-gradient(to right, #000, #00BCD4);
}

.gradient-to-top-left-black-cyan {
  background: linear-gradient(to top left, #000, #00BCD4);
}

.gradient-to-top-right-black-cyan {
  background: linear-gradient(to top right, #000, #00BCD4);
}

.gradient-to-bottom-left-black-cyan {
  background: linear-gradient(to bottom left, #000, #00BCD4);
}

.gradient-to-bottom-right-black-cyan {
  background: linear-gradient(to bottom right, #000, #00BCD4);
}

.gradient-radial-black-cyan {
  background: radial-gradient(circle, #000, #00BCD4);
}

.gradient-black-cyan-primary {
  background: linear-gradient(#000, #00BCD4, #03A9F4);
}

.gradient-black-cyan-secondary {
  background: linear-gradient(#000, #00BCD4, #333);
}

.gradient-black-cyan-success {
  background: linear-gradient(#000, #00BCD4, #28a745);
}

.gradient-black-cyan-info {
  background: linear-gradient(#000, #00BCD4, #0DCAF0);
}

.gradient-black-cyan-warning {
  background: linear-gradient(#000, #00BCD4, #FFC107);
}

.gradient-black-cyan-danger {
  background: linear-gradient(#000, #00BCD4, #DC3545);
}

.gradient-black-cyan-light {
  background: linear-gradient(#000, #00BCD4, #f5f5f5);
}

.gradient-black-cyan-dark {
  background: linear-gradient(#000, #00BCD4, #212529);
}

.gradient-black-cyan-red {
  background: linear-gradient(#000, #00BCD4, #F44336);
}

.gradient-black-cyan-green {
  background: linear-gradient(#000, #00BCD4, #4CAF50);
}

.gradient-black-cyan-blue {
  background: linear-gradient(#000, #00BCD4, #2196F3);
}

.gradient-black-cyan-white {
  background: linear-gradient(#000, #00BCD4, #fff);
}

.gradient-black-cyan-pink {
  background: linear-gradient(#000, #00BCD4, #E91E63);
}

.gradient-black-cyan-purple {
  background: linear-gradient(#000, #00BCD4, #9C27B0);
}

.gradient-black-cyan-indigo {
  background: linear-gradient(#000, #00BCD4, #3E51B5);
}

.gradient-black-cyan-teal {
  background: linear-gradient(#000, #00BCD4, #009688);
}

.gradient-black-cyan-lime {
  background: linear-gradient(#000, #00BCD4, #CDDC39);
}

.gradient-black-cyan-yellow {
  background: linear-gradient(#000, #00BCD4, #FFEB3B);
}

.gradient-black-cyan-amber {
  background: linear-gradient(#000, #00BCD4, #FFC107);
}

.gradient-black-cyan-orange {
  background: linear-gradient(#000, #00BCD4, #FF9800);
}

.gradient-black-cyan-lightblue {
  background: linear-gradient(#000, #00BCD4, #03A9F4);
}

.gradient-black-cyan-lightgreen {
  background: linear-gradient(#000, #00BCD4, #76FF03);
}

.gradient-black-cyan-deeppurple {
  background: linear-gradient(#000, #00BCD4, #673AB7);
}

.gradient-black-cyan-deeporange {
  background: linear-gradient(#000, #00BCD4, #DD6E0F);
}

.gradient-black-cyan-brown {
  background: linear-gradient(#000, #00BCD4, #964B00);
}

.gradient-black-cyan-grey {
  background: linear-gradient(#000, #00BCD4, #808080);
}

.gradient-black-teal {
  background: linear-gradient(#000, #009688);
}

.gradient-to-top-black-teal {
  background: linear-gradient(to top, #000, #009688);
}

.gradient-to-bottom-black-teal {
  background: linear-gradient(to bottom, #000, #009688);
}

.gradient-to-left-black-teal {
  background: linear-gradient(to left, #000, #009688);
}

.gradient-to-right-black-teal {
  background: linear-gradient(to right, #000, #009688);
}

.gradient-to-top-left-black-teal {
  background: linear-gradient(to top left, #000, #009688);
}

.gradient-to-top-right-black-teal {
  background: linear-gradient(to top right, #000, #009688);
}

.gradient-to-bottom-left-black-teal {
  background: linear-gradient(to bottom left, #000, #009688);
}

.gradient-to-bottom-right-black-teal {
  background: linear-gradient(to bottom right, #000, #009688);
}

.gradient-radial-black-teal {
  background: radial-gradient(circle, #000, #009688);
}

.gradient-black-teal-primary {
  background: linear-gradient(#000, #009688, #03A9F4);
}

.gradient-black-teal-secondary {
  background: linear-gradient(#000, #009688, #333);
}

.gradient-black-teal-success {
  background: linear-gradient(#000, #009688, #28a745);
}

.gradient-black-teal-info {
  background: linear-gradient(#000, #009688, #0DCAF0);
}

.gradient-black-teal-warning {
  background: linear-gradient(#000, #009688, #FFC107);
}

.gradient-black-teal-danger {
  background: linear-gradient(#000, #009688, #DC3545);
}

.gradient-black-teal-light {
  background: linear-gradient(#000, #009688, #f5f5f5);
}

.gradient-black-teal-dark {
  background: linear-gradient(#000, #009688, #212529);
}

.gradient-black-teal-red {
  background: linear-gradient(#000, #009688, #F44336);
}

.gradient-black-teal-green {
  background: linear-gradient(#000, #009688, #4CAF50);
}

.gradient-black-teal-blue {
  background: linear-gradient(#000, #009688, #2196F3);
}

.gradient-black-teal-white {
  background: linear-gradient(#000, #009688, #fff);
}

.gradient-black-teal-pink {
  background: linear-gradient(#000, #009688, #E91E63);
}

.gradient-black-teal-purple {
  background: linear-gradient(#000, #009688, #9C27B0);
}

.gradient-black-teal-indigo {
  background: linear-gradient(#000, #009688, #3E51B5);
}

.gradient-black-teal-cyan {
  background: linear-gradient(#000, #009688, #00BCD4);
}

.gradient-black-teal-lime {
  background: linear-gradient(#000, #009688, #CDDC39);
}

.gradient-black-teal-yellow {
  background: linear-gradient(#000, #009688, #FFEB3B);
}

.gradient-black-teal-amber {
  background: linear-gradient(#000, #009688, #FFC107);
}

.gradient-black-teal-orange {
  background: linear-gradient(#000, #009688, #FF9800);
}

.gradient-black-teal-lightblue {
  background: linear-gradient(#000, #009688, #03A9F4);
}

.gradient-black-teal-lightgreen {
  background: linear-gradient(#000, #009688, #76FF03);
}

.gradient-black-teal-deeppurple {
  background: linear-gradient(#000, #009688, #673AB7);
}

.gradient-black-teal-deeporange {
  background: linear-gradient(#000, #009688, #DD6E0F);
}

.gradient-black-teal-brown {
  background: linear-gradient(#000, #009688, #964B00);
}

.gradient-black-teal-grey {
  background: linear-gradient(#000, #009688, #808080);
}

.gradient-black-lime {
  background: linear-gradient(#000, #CDDC39);
}

.gradient-to-top-black-lime {
  background: linear-gradient(to top, #000, #CDDC39);
}

.gradient-to-bottom-black-lime {
  background: linear-gradient(to bottom, #000, #CDDC39);
}

.gradient-to-left-black-lime {
  background: linear-gradient(to left, #000, #CDDC39);
}

.gradient-to-right-black-lime {
  background: linear-gradient(to right, #000, #CDDC39);
}

.gradient-to-top-left-black-lime {
  background: linear-gradient(to top left, #000, #CDDC39);
}

.gradient-to-top-right-black-lime {
  background: linear-gradient(to top right, #000, #CDDC39);
}

.gradient-to-bottom-left-black-lime {
  background: linear-gradient(to bottom left, #000, #CDDC39);
}

.gradient-to-bottom-right-black-lime {
  background: linear-gradient(to bottom right, #000, #CDDC39);
}

.gradient-radial-black-lime {
  background: radial-gradient(circle, #000, #CDDC39);
}

.gradient-black-lime-primary {
  background: linear-gradient(#000, #CDDC39, #03A9F4);
}

.gradient-black-lime-secondary {
  background: linear-gradient(#000, #CDDC39, #333);
}

.gradient-black-lime-success {
  background: linear-gradient(#000, #CDDC39, #28a745);
}

.gradient-black-lime-info {
  background: linear-gradient(#000, #CDDC39, #0DCAF0);
}

.gradient-black-lime-warning {
  background: linear-gradient(#000, #CDDC39, #FFC107);
}

.gradient-black-lime-danger {
  background: linear-gradient(#000, #CDDC39, #DC3545);
}

.gradient-black-lime-light {
  background: linear-gradient(#000, #CDDC39, #f5f5f5);
}

.gradient-black-lime-dark {
  background: linear-gradient(#000, #CDDC39, #212529);
}

.gradient-black-lime-red {
  background: linear-gradient(#000, #CDDC39, #F44336);
}

.gradient-black-lime-green {
  background: linear-gradient(#000, #CDDC39, #4CAF50);
}

.gradient-black-lime-blue {
  background: linear-gradient(#000, #CDDC39, #2196F3);
}

.gradient-black-lime-white {
  background: linear-gradient(#000, #CDDC39, #fff);
}

.gradient-black-lime-pink {
  background: linear-gradient(#000, #CDDC39, #E91E63);
}

.gradient-black-lime-purple {
  background: linear-gradient(#000, #CDDC39, #9C27B0);
}

.gradient-black-lime-indigo {
  background: linear-gradient(#000, #CDDC39, #3E51B5);
}

.gradient-black-lime-cyan {
  background: linear-gradient(#000, #CDDC39, #00BCD4);
}

.gradient-black-lime-teal {
  background: linear-gradient(#000, #CDDC39, #009688);
}

.gradient-black-lime-yellow {
  background: linear-gradient(#000, #CDDC39, #FFEB3B);
}

.gradient-black-lime-amber {
  background: linear-gradient(#000, #CDDC39, #FFC107);
}

.gradient-black-lime-orange {
  background: linear-gradient(#000, #CDDC39, #FF9800);
}

.gradient-black-lime-lightblue {
  background: linear-gradient(#000, #CDDC39, #03A9F4);
}

.gradient-black-lime-lightgreen {
  background: linear-gradient(#000, #CDDC39, #76FF03);
}

.gradient-black-lime-deeppurple {
  background: linear-gradient(#000, #CDDC39, #673AB7);
}

.gradient-black-lime-deeporange {
  background: linear-gradient(#000, #CDDC39, #DD6E0F);
}

.gradient-black-lime-brown {
  background: linear-gradient(#000, #CDDC39, #964B00);
}

.gradient-black-lime-grey {
  background: linear-gradient(#000, #CDDC39, #808080);
}

.gradient-black-yellow {
  background: linear-gradient(#000, #FFEB3B);
}

.gradient-to-top-black-yellow {
  background: linear-gradient(to top, #000, #FFEB3B);
}

.gradient-to-bottom-black-yellow {
  background: linear-gradient(to bottom, #000, #FFEB3B);
}

.gradient-to-left-black-yellow {
  background: linear-gradient(to left, #000, #FFEB3B);
}

.gradient-to-right-black-yellow {
  background: linear-gradient(to right, #000, #FFEB3B);
}

.gradient-to-top-left-black-yellow {
  background: linear-gradient(to top left, #000, #FFEB3B);
}

.gradient-to-top-right-black-yellow {
  background: linear-gradient(to top right, #000, #FFEB3B);
}

.gradient-to-bottom-left-black-yellow {
  background: linear-gradient(to bottom left, #000, #FFEB3B);
}

.gradient-to-bottom-right-black-yellow {
  background: linear-gradient(to bottom right, #000, #FFEB3B);
}

.gradient-radial-black-yellow {
  background: radial-gradient(circle, #000, #FFEB3B);
}

.gradient-black-yellow-primary {
  background: linear-gradient(#000, #FFEB3B, #03A9F4);
}

.gradient-black-yellow-secondary {
  background: linear-gradient(#000, #FFEB3B, #333);
}

.gradient-black-yellow-success {
  background: linear-gradient(#000, #FFEB3B, #28a745);
}

.gradient-black-yellow-info {
  background: linear-gradient(#000, #FFEB3B, #0DCAF0);
}

.gradient-black-yellow-warning {
  background: linear-gradient(#000, #FFEB3B, #FFC107);
}

.gradient-black-yellow-danger {
  background: linear-gradient(#000, #FFEB3B, #DC3545);
}

.gradient-black-yellow-light {
  background: linear-gradient(#000, #FFEB3B, #f5f5f5);
}

.gradient-black-yellow-dark {
  background: linear-gradient(#000, #FFEB3B, #212529);
}

.gradient-black-yellow-red {
  background: linear-gradient(#000, #FFEB3B, #F44336);
}

.gradient-black-yellow-green {
  background: linear-gradient(#000, #FFEB3B, #4CAF50);
}

.gradient-black-yellow-blue {
  background: linear-gradient(#000, #FFEB3B, #2196F3);
}

.gradient-black-yellow-white {
  background: linear-gradient(#000, #FFEB3B, #fff);
}

.gradient-black-yellow-pink {
  background: linear-gradient(#000, #FFEB3B, #E91E63);
}

.gradient-black-yellow-purple {
  background: linear-gradient(#000, #FFEB3B, #9C27B0);
}

.gradient-black-yellow-indigo {
  background: linear-gradient(#000, #FFEB3B, #3E51B5);
}

.gradient-black-yellow-cyan {
  background: linear-gradient(#000, #FFEB3B, #00BCD4);
}

.gradient-black-yellow-teal {
  background: linear-gradient(#000, #FFEB3B, #009688);
}

.gradient-black-yellow-lime {
  background: linear-gradient(#000, #FFEB3B, #CDDC39);
}

.gradient-black-yellow-amber {
  background: linear-gradient(#000, #FFEB3B, #FFC107);
}

.gradient-black-yellow-orange {
  background: linear-gradient(#000, #FFEB3B, #FF9800);
}

.gradient-black-yellow-lightblue {
  background: linear-gradient(#000, #FFEB3B, #03A9F4);
}

.gradient-black-yellow-lightgreen {
  background: linear-gradient(#000, #FFEB3B, #76FF03);
}

.gradient-black-yellow-deeppurple {
  background: linear-gradient(#000, #FFEB3B, #673AB7);
}

.gradient-black-yellow-deeporange {
  background: linear-gradient(#000, #FFEB3B, #DD6E0F);
}

.gradient-black-yellow-brown {
  background: linear-gradient(#000, #FFEB3B, #964B00);
}

.gradient-black-yellow-grey {
  background: linear-gradient(#000, #FFEB3B, #808080);
}

.gradient-black-amber {
  background: linear-gradient(#000, #FFC107);
}

.gradient-to-top-black-amber {
  background: linear-gradient(to top, #000, #FFC107);
}

.gradient-to-bottom-black-amber {
  background: linear-gradient(to bottom, #000, #FFC107);
}

.gradient-to-left-black-amber {
  background: linear-gradient(to left, #000, #FFC107);
}

.gradient-to-right-black-amber {
  background: linear-gradient(to right, #000, #FFC107);
}

.gradient-to-top-left-black-amber {
  background: linear-gradient(to top left, #000, #FFC107);
}

.gradient-to-top-right-black-amber {
  background: linear-gradient(to top right, #000, #FFC107);
}

.gradient-to-bottom-left-black-amber {
  background: linear-gradient(to bottom left, #000, #FFC107);
}

.gradient-to-bottom-right-black-amber {
  background: linear-gradient(to bottom right, #000, #FFC107);
}

.gradient-radial-black-amber {
  background: radial-gradient(circle, #000, #FFC107);
}

.gradient-black-amber-primary {
  background: linear-gradient(#000, #FFC107, #03A9F4);
}

.gradient-black-amber-secondary {
  background: linear-gradient(#000, #FFC107, #333);
}

.gradient-black-amber-success {
  background: linear-gradient(#000, #FFC107, #28a745);
}

.gradient-black-amber-info {
  background: linear-gradient(#000, #FFC107, #0DCAF0);
}

.gradient-black-amber-warning {
  background: linear-gradient(#000, #FFC107, #FFC107);
}

.gradient-black-amber-danger {
  background: linear-gradient(#000, #FFC107, #DC3545);
}

.gradient-black-amber-light {
  background: linear-gradient(#000, #FFC107, #f5f5f5);
}

.gradient-black-amber-dark {
  background: linear-gradient(#000, #FFC107, #212529);
}

.gradient-black-amber-red {
  background: linear-gradient(#000, #FFC107, #F44336);
}

.gradient-black-amber-green {
  background: linear-gradient(#000, #FFC107, #4CAF50);
}

.gradient-black-amber-blue {
  background: linear-gradient(#000, #FFC107, #2196F3);
}

.gradient-black-amber-white {
  background: linear-gradient(#000, #FFC107, #fff);
}

.gradient-black-amber-pink {
  background: linear-gradient(#000, #FFC107, #E91E63);
}

.gradient-black-amber-purple {
  background: linear-gradient(#000, #FFC107, #9C27B0);
}

.gradient-black-amber-indigo {
  background: linear-gradient(#000, #FFC107, #3E51B5);
}

.gradient-black-amber-cyan {
  background: linear-gradient(#000, #FFC107, #00BCD4);
}

.gradient-black-amber-teal {
  background: linear-gradient(#000, #FFC107, #009688);
}

.gradient-black-amber-lime {
  background: linear-gradient(#000, #FFC107, #CDDC39);
}

.gradient-black-amber-yellow {
  background: linear-gradient(#000, #FFC107, #FFEB3B);
}

.gradient-black-amber-orange {
  background: linear-gradient(#000, #FFC107, #FF9800);
}

.gradient-black-amber-lightblue {
  background: linear-gradient(#000, #FFC107, #03A9F4);
}

.gradient-black-amber-lightgreen {
  background: linear-gradient(#000, #FFC107, #76FF03);
}

.gradient-black-amber-deeppurple {
  background: linear-gradient(#000, #FFC107, #673AB7);
}

.gradient-black-amber-deeporange {
  background: linear-gradient(#000, #FFC107, #DD6E0F);
}

.gradient-black-amber-brown {
  background: linear-gradient(#000, #FFC107, #964B00);
}

.gradient-black-amber-grey {
  background: linear-gradient(#000, #FFC107, #808080);
}

.gradient-black-orange {
  background: linear-gradient(#000, #FF9800);
}

.gradient-to-top-black-orange {
  background: linear-gradient(to top, #000, #FF9800);
}

.gradient-to-bottom-black-orange {
  background: linear-gradient(to bottom, #000, #FF9800);
}

.gradient-to-left-black-orange {
  background: linear-gradient(to left, #000, #FF9800);
}

.gradient-to-right-black-orange {
  background: linear-gradient(to right, #000, #FF9800);
}

.gradient-to-top-left-black-orange {
  background: linear-gradient(to top left, #000, #FF9800);
}

.gradient-to-top-right-black-orange {
  background: linear-gradient(to top right, #000, #FF9800);
}

.gradient-to-bottom-left-black-orange {
  background: linear-gradient(to bottom left, #000, #FF9800);
}

.gradient-to-bottom-right-black-orange {
  background: linear-gradient(to bottom right, #000, #FF9800);
}

.gradient-radial-black-orange {
  background: radial-gradient(circle, #000, #FF9800);
}

.gradient-black-orange-primary {
  background: linear-gradient(#000, #FF9800, #03A9F4);
}

.gradient-black-orange-secondary {
  background: linear-gradient(#000, #FF9800, #333);
}

.gradient-black-orange-success {
  background: linear-gradient(#000, #FF9800, #28a745);
}

.gradient-black-orange-info {
  background: linear-gradient(#000, #FF9800, #0DCAF0);
}

.gradient-black-orange-warning {
  background: linear-gradient(#000, #FF9800, #FFC107);
}

.gradient-black-orange-danger {
  background: linear-gradient(#000, #FF9800, #DC3545);
}

.gradient-black-orange-light {
  background: linear-gradient(#000, #FF9800, #f5f5f5);
}

.gradient-black-orange-dark {
  background: linear-gradient(#000, #FF9800, #212529);
}

.gradient-black-orange-red {
  background: linear-gradient(#000, #FF9800, #F44336);
}

.gradient-black-orange-green {
  background: linear-gradient(#000, #FF9800, #4CAF50);
}

.gradient-black-orange-blue {
  background: linear-gradient(#000, #FF9800, #2196F3);
}

.gradient-black-orange-white {
  background: linear-gradient(#000, #FF9800, #fff);
}

.gradient-black-orange-pink {
  background: linear-gradient(#000, #FF9800, #E91E63);
}

.gradient-black-orange-purple {
  background: linear-gradient(#000, #FF9800, #9C27B0);
}

.gradient-black-orange-indigo {
  background: linear-gradient(#000, #FF9800, #3E51B5);
}

.gradient-black-orange-cyan {
  background: linear-gradient(#000, #FF9800, #00BCD4);
}

.gradient-black-orange-teal {
  background: linear-gradient(#000, #FF9800, #009688);
}

.gradient-black-orange-lime {
  background: linear-gradient(#000, #FF9800, #CDDC39);
}

.gradient-black-orange-yellow {
  background: linear-gradient(#000, #FF9800, #FFEB3B);
}

.gradient-black-orange-amber {
  background: linear-gradient(#000, #FF9800, #FFC107);
}

.gradient-black-orange-lightblue {
  background: linear-gradient(#000, #FF9800, #03A9F4);
}

.gradient-black-orange-lightgreen {
  background: linear-gradient(#000, #FF9800, #76FF03);
}

.gradient-black-orange-deeppurple {
  background: linear-gradient(#000, #FF9800, #673AB7);
}

.gradient-black-orange-deeporange {
  background: linear-gradient(#000, #FF9800, #DD6E0F);
}

.gradient-black-orange-brown {
  background: linear-gradient(#000, #FF9800, #964B00);
}

.gradient-black-orange-grey {
  background: linear-gradient(#000, #FF9800, #808080);
}

.gradient-black-lightblue {
  background: linear-gradient(#000, #03A9F4);
}

.gradient-to-top-black-lightblue {
  background: linear-gradient(to top, #000, #03A9F4);
}

.gradient-to-bottom-black-lightblue {
  background: linear-gradient(to bottom, #000, #03A9F4);
}

.gradient-to-left-black-lightblue {
  background: linear-gradient(to left, #000, #03A9F4);
}

.gradient-to-right-black-lightblue {
  background: linear-gradient(to right, #000, #03A9F4);
}

.gradient-to-top-left-black-lightblue {
  background: linear-gradient(to top left, #000, #03A9F4);
}

.gradient-to-top-right-black-lightblue {
  background: linear-gradient(to top right, #000, #03A9F4);
}

.gradient-to-bottom-left-black-lightblue {
  background: linear-gradient(to bottom left, #000, #03A9F4);
}

.gradient-to-bottom-right-black-lightblue {
  background: linear-gradient(to bottom right, #000, #03A9F4);
}

.gradient-radial-black-lightblue {
  background: radial-gradient(circle, #000, #03A9F4);
}

.gradient-black-lightblue-primary {
  background: linear-gradient(#000, #03A9F4, #03A9F4);
}

.gradient-black-lightblue-secondary {
  background: linear-gradient(#000, #03A9F4, #333);
}

.gradient-black-lightblue-success {
  background: linear-gradient(#000, #03A9F4, #28a745);
}

.gradient-black-lightblue-info {
  background: linear-gradient(#000, #03A9F4, #0DCAF0);
}

.gradient-black-lightblue-warning {
  background: linear-gradient(#000, #03A9F4, #FFC107);
}

.gradient-black-lightblue-danger {
  background: linear-gradient(#000, #03A9F4, #DC3545);
}

.gradient-black-lightblue-light {
  background: linear-gradient(#000, #03A9F4, #f5f5f5);
}

.gradient-black-lightblue-dark {
  background: linear-gradient(#000, #03A9F4, #212529);
}

.gradient-black-lightblue-red {
  background: linear-gradient(#000, #03A9F4, #F44336);
}

.gradient-black-lightblue-green {
  background: linear-gradient(#000, #03A9F4, #4CAF50);
}

.gradient-black-lightblue-blue {
  background: linear-gradient(#000, #03A9F4, #2196F3);
}

.gradient-black-lightblue-white {
  background: linear-gradient(#000, #03A9F4, #fff);
}

.gradient-black-lightblue-pink {
  background: linear-gradient(#000, #03A9F4, #E91E63);
}

.gradient-black-lightblue-purple {
  background: linear-gradient(#000, #03A9F4, #9C27B0);
}

.gradient-black-lightblue-indigo {
  background: linear-gradient(#000, #03A9F4, #3E51B5);
}

.gradient-black-lightblue-cyan {
  background: linear-gradient(#000, #03A9F4, #00BCD4);
}

.gradient-black-lightblue-teal {
  background: linear-gradient(#000, #03A9F4, #009688);
}

.gradient-black-lightblue-lime {
  background: linear-gradient(#000, #03A9F4, #CDDC39);
}

.gradient-black-lightblue-yellow {
  background: linear-gradient(#000, #03A9F4, #FFEB3B);
}

.gradient-black-lightblue-amber {
  background: linear-gradient(#000, #03A9F4, #FFC107);
}

.gradient-black-lightblue-orange {
  background: linear-gradient(#000, #03A9F4, #FF9800);
}

.gradient-black-lightblue-lightgreen {
  background: linear-gradient(#000, #03A9F4, #76FF03);
}

.gradient-black-lightblue-deeppurple {
  background: linear-gradient(#000, #03A9F4, #673AB7);
}

.gradient-black-lightblue-deeporange {
  background: linear-gradient(#000, #03A9F4, #DD6E0F);
}

.gradient-black-lightblue-brown {
  background: linear-gradient(#000, #03A9F4, #964B00);
}

.gradient-black-lightblue-grey {
  background: linear-gradient(#000, #03A9F4, #808080);
}

.gradient-black-lightgreen {
  background: linear-gradient(#000, #76FF03);
}

.gradient-to-top-black-lightgreen {
  background: linear-gradient(to top, #000, #76FF03);
}

.gradient-to-bottom-black-lightgreen {
  background: linear-gradient(to bottom, #000, #76FF03);
}

.gradient-to-left-black-lightgreen {
  background: linear-gradient(to left, #000, #76FF03);
}

.gradient-to-right-black-lightgreen {
  background: linear-gradient(to right, #000, #76FF03);
}

.gradient-to-top-left-black-lightgreen {
  background: linear-gradient(to top left, #000, #76FF03);
}

.gradient-to-top-right-black-lightgreen {
  background: linear-gradient(to top right, #000, #76FF03);
}

.gradient-to-bottom-left-black-lightgreen {
  background: linear-gradient(to bottom left, #000, #76FF03);
}

.gradient-to-bottom-right-black-lightgreen {
  background: linear-gradient(to bottom right, #000, #76FF03);
}

.gradient-radial-black-lightgreen {
  background: radial-gradient(circle, #000, #76FF03);
}

.gradient-black-lightgreen-primary {
  background: linear-gradient(#000, #76FF03, #03A9F4);
}

.gradient-black-lightgreen-secondary {
  background: linear-gradient(#000, #76FF03, #333);
}

.gradient-black-lightgreen-success {
  background: linear-gradient(#000, #76FF03, #28a745);
}

.gradient-black-lightgreen-info {
  background: linear-gradient(#000, #76FF03, #0DCAF0);
}

.gradient-black-lightgreen-warning {
  background: linear-gradient(#000, #76FF03, #FFC107);
}

.gradient-black-lightgreen-danger {
  background: linear-gradient(#000, #76FF03, #DC3545);
}

.gradient-black-lightgreen-light {
  background: linear-gradient(#000, #76FF03, #f5f5f5);
}

.gradient-black-lightgreen-dark {
  background: linear-gradient(#000, #76FF03, #212529);
}

.gradient-black-lightgreen-red {
  background: linear-gradient(#000, #76FF03, #F44336);
}

.gradient-black-lightgreen-green {
  background: linear-gradient(#000, #76FF03, #4CAF50);
}

.gradient-black-lightgreen-blue {
  background: linear-gradient(#000, #76FF03, #2196F3);
}

.gradient-black-lightgreen-white {
  background: linear-gradient(#000, #76FF03, #fff);
}

.gradient-black-lightgreen-pink {
  background: linear-gradient(#000, #76FF03, #E91E63);
}

.gradient-black-lightgreen-purple {
  background: linear-gradient(#000, #76FF03, #9C27B0);
}

.gradient-black-lightgreen-indigo {
  background: linear-gradient(#000, #76FF03, #3E51B5);
}

.gradient-black-lightgreen-cyan {
  background: linear-gradient(#000, #76FF03, #00BCD4);
}

.gradient-black-lightgreen-teal {
  background: linear-gradient(#000, #76FF03, #009688);
}

.gradient-black-lightgreen-lime {
  background: linear-gradient(#000, #76FF03, #CDDC39);
}

.gradient-black-lightgreen-yellow {
  background: linear-gradient(#000, #76FF03, #FFEB3B);
}

.gradient-black-lightgreen-amber {
  background: linear-gradient(#000, #76FF03, #FFC107);
}

.gradient-black-lightgreen-orange {
  background: linear-gradient(#000, #76FF03, #FF9800);
}

.gradient-black-lightgreen-lightblue {
  background: linear-gradient(#000, #76FF03, #03A9F4);
}

.gradient-black-lightgreen-deeppurple {
  background: linear-gradient(#000, #76FF03, #673AB7);
}

.gradient-black-lightgreen-deeporange {
  background: linear-gradient(#000, #76FF03, #DD6E0F);
}

.gradient-black-lightgreen-brown {
  background: linear-gradient(#000, #76FF03, #964B00);
}

.gradient-black-lightgreen-grey {
  background: linear-gradient(#000, #76FF03, #808080);
}

.gradient-black-deeppurple {
  background: linear-gradient(#000, #673AB7);
}

.gradient-to-top-black-deeppurple {
  background: linear-gradient(to top, #000, #673AB7);
}

.gradient-to-bottom-black-deeppurple {
  background: linear-gradient(to bottom, #000, #673AB7);
}

.gradient-to-left-black-deeppurple {
  background: linear-gradient(to left, #000, #673AB7);
}

.gradient-to-right-black-deeppurple {
  background: linear-gradient(to right, #000, #673AB7);
}

.gradient-to-top-left-black-deeppurple {
  background: linear-gradient(to top left, #000, #673AB7);
}

.gradient-to-top-right-black-deeppurple {
  background: linear-gradient(to top right, #000, #673AB7);
}

.gradient-to-bottom-left-black-deeppurple {
  background: linear-gradient(to bottom left, #000, #673AB7);
}

.gradient-to-bottom-right-black-deeppurple {
  background: linear-gradient(to bottom right, #000, #673AB7);
}

.gradient-radial-black-deeppurple {
  background: radial-gradient(circle, #000, #673AB7);
}

.gradient-black-deeppurple-primary {
  background: linear-gradient(#000, #673AB7, #03A9F4);
}

.gradient-black-deeppurple-secondary {
  background: linear-gradient(#000, #673AB7, #333);
}

.gradient-black-deeppurple-success {
  background: linear-gradient(#000, #673AB7, #28a745);
}

.gradient-black-deeppurple-info {
  background: linear-gradient(#000, #673AB7, #0DCAF0);
}

.gradient-black-deeppurple-warning {
  background: linear-gradient(#000, #673AB7, #FFC107);
}

.gradient-black-deeppurple-danger {
  background: linear-gradient(#000, #673AB7, #DC3545);
}

.gradient-black-deeppurple-light {
  background: linear-gradient(#000, #673AB7, #f5f5f5);
}

.gradient-black-deeppurple-dark {
  background: linear-gradient(#000, #673AB7, #212529);
}

.gradient-black-deeppurple-red {
  background: linear-gradient(#000, #673AB7, #F44336);
}

.gradient-black-deeppurple-green {
  background: linear-gradient(#000, #673AB7, #4CAF50);
}

.gradient-black-deeppurple-blue {
  background: linear-gradient(#000, #673AB7, #2196F3);
}

.gradient-black-deeppurple-white {
  background: linear-gradient(#000, #673AB7, #fff);
}

.gradient-black-deeppurple-pink {
  background: linear-gradient(#000, #673AB7, #E91E63);
}

.gradient-black-deeppurple-purple {
  background: linear-gradient(#000, #673AB7, #9C27B0);
}

.gradient-black-deeppurple-indigo {
  background: linear-gradient(#000, #673AB7, #3E51B5);
}

.gradient-black-deeppurple-cyan {
  background: linear-gradient(#000, #673AB7, #00BCD4);
}

.gradient-black-deeppurple-teal {
  background: linear-gradient(#000, #673AB7, #009688);
}

.gradient-black-deeppurple-lime {
  background: linear-gradient(#000, #673AB7, #CDDC39);
}

.gradient-black-deeppurple-yellow {
  background: linear-gradient(#000, #673AB7, #FFEB3B);
}

.gradient-black-deeppurple-amber {
  background: linear-gradient(#000, #673AB7, #FFC107);
}

.gradient-black-deeppurple-orange {
  background: linear-gradient(#000, #673AB7, #FF9800);
}

.gradient-black-deeppurple-lightblue {
  background: linear-gradient(#000, #673AB7, #03A9F4);
}

.gradient-black-deeppurple-lightgreen {
  background: linear-gradient(#000, #673AB7, #76FF03);
}

.gradient-black-deeppurple-deeporange {
  background: linear-gradient(#000, #673AB7, #DD6E0F);
}

.gradient-black-deeppurple-brown {
  background: linear-gradient(#000, #673AB7, #964B00);
}

.gradient-black-deeppurple-grey {
  background: linear-gradient(#000, #673AB7, #808080);
}

.gradient-black-deeporange {
  background: linear-gradient(#000, #DD6E0F);
}

.gradient-to-top-black-deeporange {
  background: linear-gradient(to top, #000, #DD6E0F);
}

.gradient-to-bottom-black-deeporange {
  background: linear-gradient(to bottom, #000, #DD6E0F);
}

.gradient-to-left-black-deeporange {
  background: linear-gradient(to left, #000, #DD6E0F);
}

.gradient-to-right-black-deeporange {
  background: linear-gradient(to right, #000, #DD6E0F);
}

.gradient-to-top-left-black-deeporange {
  background: linear-gradient(to top left, #000, #DD6E0F);
}

.gradient-to-top-right-black-deeporange {
  background: linear-gradient(to top right, #000, #DD6E0F);
}

.gradient-to-bottom-left-black-deeporange {
  background: linear-gradient(to bottom left, #000, #DD6E0F);
}

.gradient-to-bottom-right-black-deeporange {
  background: linear-gradient(to bottom right, #000, #DD6E0F);
}

.gradient-radial-black-deeporange {
  background: radial-gradient(circle, #000, #DD6E0F);
}

.gradient-black-deeporange-primary {
  background: linear-gradient(#000, #DD6E0F, #03A9F4);
}

.gradient-black-deeporange-secondary {
  background: linear-gradient(#000, #DD6E0F, #333);
}

.gradient-black-deeporange-success {
  background: linear-gradient(#000, #DD6E0F, #28a745);
}

.gradient-black-deeporange-info {
  background: linear-gradient(#000, #DD6E0F, #0DCAF0);
}

.gradient-black-deeporange-warning {
  background: linear-gradient(#000, #DD6E0F, #FFC107);
}

.gradient-black-deeporange-danger {
  background: linear-gradient(#000, #DD6E0F, #DC3545);
}

.gradient-black-deeporange-light {
  background: linear-gradient(#000, #DD6E0F, #f5f5f5);
}

.gradient-black-deeporange-dark {
  background: linear-gradient(#000, #DD6E0F, #212529);
}

.gradient-black-deeporange-red {
  background: linear-gradient(#000, #DD6E0F, #F44336);
}

.gradient-black-deeporange-green {
  background: linear-gradient(#000, #DD6E0F, #4CAF50);
}

.gradient-black-deeporange-blue {
  background: linear-gradient(#000, #DD6E0F, #2196F3);
}

.gradient-black-deeporange-white {
  background: linear-gradient(#000, #DD6E0F, #fff);
}

.gradient-black-deeporange-pink {
  background: linear-gradient(#000, #DD6E0F, #E91E63);
}

.gradient-black-deeporange-purple {
  background: linear-gradient(#000, #DD6E0F, #9C27B0);
}

.gradient-black-deeporange-indigo {
  background: linear-gradient(#000, #DD6E0F, #3E51B5);
}

.gradient-black-deeporange-cyan {
  background: linear-gradient(#000, #DD6E0F, #00BCD4);
}

.gradient-black-deeporange-teal {
  background: linear-gradient(#000, #DD6E0F, #009688);
}

.gradient-black-deeporange-lime {
  background: linear-gradient(#000, #DD6E0F, #CDDC39);
}

.gradient-black-deeporange-yellow {
  background: linear-gradient(#000, #DD6E0F, #FFEB3B);
}

.gradient-black-deeporange-amber {
  background: linear-gradient(#000, #DD6E0F, #FFC107);
}

.gradient-black-deeporange-orange {
  background: linear-gradient(#000, #DD6E0F, #FF9800);
}

.gradient-black-deeporange-lightblue {
  background: linear-gradient(#000, #DD6E0F, #03A9F4);
}

.gradient-black-deeporange-lightgreen {
  background: linear-gradient(#000, #DD6E0F, #76FF03);
}

.gradient-black-deeporange-deeppurple {
  background: linear-gradient(#000, #DD6E0F, #673AB7);
}

.gradient-black-deeporange-brown {
  background: linear-gradient(#000, #DD6E0F, #964B00);
}

.gradient-black-deeporange-grey {
  background: linear-gradient(#000, #DD6E0F, #808080);
}

.gradient-black-brown {
  background: linear-gradient(#000, #964B00);
}

.gradient-to-top-black-brown {
  background: linear-gradient(to top, #000, #964B00);
}

.gradient-to-bottom-black-brown {
  background: linear-gradient(to bottom, #000, #964B00);
}

.gradient-to-left-black-brown {
  background: linear-gradient(to left, #000, #964B00);
}

.gradient-to-right-black-brown {
  background: linear-gradient(to right, #000, #964B00);
}

.gradient-to-top-left-black-brown {
  background: linear-gradient(to top left, #000, #964B00);
}

.gradient-to-top-right-black-brown {
  background: linear-gradient(to top right, #000, #964B00);
}

.gradient-to-bottom-left-black-brown {
  background: linear-gradient(to bottom left, #000, #964B00);
}

.gradient-to-bottom-right-black-brown {
  background: linear-gradient(to bottom right, #000, #964B00);
}

.gradient-radial-black-brown {
  background: radial-gradient(circle, #000, #964B00);
}

.gradient-black-brown-primary {
  background: linear-gradient(#000, #964B00, #03A9F4);
}

.gradient-black-brown-secondary {
  background: linear-gradient(#000, #964B00, #333);
}

.gradient-black-brown-success {
  background: linear-gradient(#000, #964B00, #28a745);
}

.gradient-black-brown-info {
  background: linear-gradient(#000, #964B00, #0DCAF0);
}

.gradient-black-brown-warning {
  background: linear-gradient(#000, #964B00, #FFC107);
}

.gradient-black-brown-danger {
  background: linear-gradient(#000, #964B00, #DC3545);
}

.gradient-black-brown-light {
  background: linear-gradient(#000, #964B00, #f5f5f5);
}

.gradient-black-brown-dark {
  background: linear-gradient(#000, #964B00, #212529);
}

.gradient-black-brown-red {
  background: linear-gradient(#000, #964B00, #F44336);
}

.gradient-black-brown-green {
  background: linear-gradient(#000, #964B00, #4CAF50);
}

.gradient-black-brown-blue {
  background: linear-gradient(#000, #964B00, #2196F3);
}

.gradient-black-brown-white {
  background: linear-gradient(#000, #964B00, #fff);
}

.gradient-black-brown-pink {
  background: linear-gradient(#000, #964B00, #E91E63);
}

.gradient-black-brown-purple {
  background: linear-gradient(#000, #964B00, #9C27B0);
}

.gradient-black-brown-indigo {
  background: linear-gradient(#000, #964B00, #3E51B5);
}

.gradient-black-brown-cyan {
  background: linear-gradient(#000, #964B00, #00BCD4);
}

.gradient-black-brown-teal {
  background: linear-gradient(#000, #964B00, #009688);
}

.gradient-black-brown-lime {
  background: linear-gradient(#000, #964B00, #CDDC39);
}

.gradient-black-brown-yellow {
  background: linear-gradient(#000, #964B00, #FFEB3B);
}

.gradient-black-brown-amber {
  background: linear-gradient(#000, #964B00, #FFC107);
}

.gradient-black-brown-orange {
  background: linear-gradient(#000, #964B00, #FF9800);
}

.gradient-black-brown-lightblue {
  background: linear-gradient(#000, #964B00, #03A9F4);
}

.gradient-black-brown-lightgreen {
  background: linear-gradient(#000, #964B00, #76FF03);
}

.gradient-black-brown-deeppurple {
  background: linear-gradient(#000, #964B00, #673AB7);
}

.gradient-black-brown-deeporange {
  background: linear-gradient(#000, #964B00, #DD6E0F);
}

.gradient-black-brown-grey {
  background: linear-gradient(#000, #964B00, #808080);
}

.gradient-black-grey {
  background: linear-gradient(#000, #808080);
}

.gradient-to-top-black-grey {
  background: linear-gradient(to top, #000, #808080);
}

.gradient-to-bottom-black-grey {
  background: linear-gradient(to bottom, #000, #808080);
}

.gradient-to-left-black-grey {
  background: linear-gradient(to left, #000, #808080);
}

.gradient-to-right-black-grey {
  background: linear-gradient(to right, #000, #808080);
}

.gradient-to-top-left-black-grey {
  background: linear-gradient(to top left, #000, #808080);
}

.gradient-to-top-right-black-grey {
  background: linear-gradient(to top right, #000, #808080);
}

.gradient-to-bottom-left-black-grey {
  background: linear-gradient(to bottom left, #000, #808080);
}

.gradient-to-bottom-right-black-grey {
  background: linear-gradient(to bottom right, #000, #808080);
}

.gradient-radial-black-grey {
  background: radial-gradient(circle, #000, #808080);
}

.gradient-black-grey-primary {
  background: linear-gradient(#000, #808080, #03A9F4);
}

.gradient-black-grey-secondary {
  background: linear-gradient(#000, #808080, #333);
}

.gradient-black-grey-success {
  background: linear-gradient(#000, #808080, #28a745);
}

.gradient-black-grey-info {
  background: linear-gradient(#000, #808080, #0DCAF0);
}

.gradient-black-grey-warning {
  background: linear-gradient(#000, #808080, #FFC107);
}

.gradient-black-grey-danger {
  background: linear-gradient(#000, #808080, #DC3545);
}

.gradient-black-grey-light {
  background: linear-gradient(#000, #808080, #f5f5f5);
}

.gradient-black-grey-dark {
  background: linear-gradient(#000, #808080, #212529);
}

.gradient-black-grey-red {
  background: linear-gradient(#000, #808080, #F44336);
}

.gradient-black-grey-green {
  background: linear-gradient(#000, #808080, #4CAF50);
}

.gradient-black-grey-blue {
  background: linear-gradient(#000, #808080, #2196F3);
}

.gradient-black-grey-white {
  background: linear-gradient(#000, #808080, #fff);
}

.gradient-black-grey-pink {
  background: linear-gradient(#000, #808080, #E91E63);
}

.gradient-black-grey-purple {
  background: linear-gradient(#000, #808080, #9C27B0);
}

.gradient-black-grey-indigo {
  background: linear-gradient(#000, #808080, #3E51B5);
}

.gradient-black-grey-cyan {
  background: linear-gradient(#000, #808080, #00BCD4);
}

.gradient-black-grey-teal {
  background: linear-gradient(#000, #808080, #009688);
}

.gradient-black-grey-lime {
  background: linear-gradient(#000, #808080, #CDDC39);
}

.gradient-black-grey-yellow {
  background: linear-gradient(#000, #808080, #FFEB3B);
}

.gradient-black-grey-amber {
  background: linear-gradient(#000, #808080, #FFC107);
}

.gradient-black-grey-orange {
  background: linear-gradient(#000, #808080, #FF9800);
}

.gradient-black-grey-lightblue {
  background: linear-gradient(#000, #808080, #03A9F4);
}

.gradient-black-grey-lightgreen {
  background: linear-gradient(#000, #808080, #76FF03);
}

.gradient-black-grey-deeppurple {
  background: linear-gradient(#000, #808080, #673AB7);
}

.gradient-black-grey-deeporange {
  background: linear-gradient(#000, #808080, #DD6E0F);
}

.gradient-black-grey-brown {
  background: linear-gradient(#000, #808080, #964B00);
}

.gradient-white-primary {
  background: linear-gradient(#fff, #03A9F4);
}

.gradient-to-top-white-primary {
  background: linear-gradient(to top, #fff, #03A9F4);
}

.gradient-to-bottom-white-primary {
  background: linear-gradient(to bottom, #fff, #03A9F4);
}

.gradient-to-left-white-primary {
  background: linear-gradient(to left, #fff, #03A9F4);
}

.gradient-to-right-white-primary {
  background: linear-gradient(to right, #fff, #03A9F4);
}

.gradient-to-top-left-white-primary {
  background: linear-gradient(to top left, #fff, #03A9F4);
}

.gradient-to-top-right-white-primary {
  background: linear-gradient(to top right, #fff, #03A9F4);
}

.gradient-to-bottom-left-white-primary {
  background: linear-gradient(to bottom left, #fff, #03A9F4);
}

.gradient-to-bottom-right-white-primary {
  background: linear-gradient(to bottom right, #fff, #03A9F4);
}

.gradient-radial-white-primary {
  background: radial-gradient(circle, #fff, #03A9F4);
}

.gradient-white-primary-secondary {
  background: linear-gradient(#fff, #03A9F4, #333);
}

.gradient-white-primary-success {
  background: linear-gradient(#fff, #03A9F4, #28a745);
}

.gradient-white-primary-info {
  background: linear-gradient(#fff, #03A9F4, #0DCAF0);
}

.gradient-white-primary-warning {
  background: linear-gradient(#fff, #03A9F4, #FFC107);
}

.gradient-white-primary-danger {
  background: linear-gradient(#fff, #03A9F4, #DC3545);
}

.gradient-white-primary-light {
  background: linear-gradient(#fff, #03A9F4, #f5f5f5);
}

.gradient-white-primary-dark {
  background: linear-gradient(#fff, #03A9F4, #212529);
}

.gradient-white-primary-red {
  background: linear-gradient(#fff, #03A9F4, #F44336);
}

.gradient-white-primary-green {
  background: linear-gradient(#fff, #03A9F4, #4CAF50);
}

.gradient-white-primary-blue {
  background: linear-gradient(#fff, #03A9F4, #2196F3);
}

.gradient-white-primary-black {
  background: linear-gradient(#fff, #03A9F4, #000);
}

.gradient-white-primary-pink {
  background: linear-gradient(#fff, #03A9F4, #E91E63);
}

.gradient-white-primary-purple {
  background: linear-gradient(#fff, #03A9F4, #9C27B0);
}

.gradient-white-primary-indigo {
  background: linear-gradient(#fff, #03A9F4, #3E51B5);
}

.gradient-white-primary-cyan {
  background: linear-gradient(#fff, #03A9F4, #00BCD4);
}

.gradient-white-primary-teal {
  background: linear-gradient(#fff, #03A9F4, #009688);
}

.gradient-white-primary-lime {
  background: linear-gradient(#fff, #03A9F4, #CDDC39);
}

.gradient-white-primary-yellow {
  background: linear-gradient(#fff, #03A9F4, #FFEB3B);
}

.gradient-white-primary-amber {
  background: linear-gradient(#fff, #03A9F4, #FFC107);
}

.gradient-white-primary-orange {
  background: linear-gradient(#fff, #03A9F4, #FF9800);
}

.gradient-white-primary-lightblue {
  background: linear-gradient(#fff, #03A9F4, #03A9F4);
}

.gradient-white-primary-lightgreen {
  background: linear-gradient(#fff, #03A9F4, #76FF03);
}

.gradient-white-primary-deeppurple {
  background: linear-gradient(#fff, #03A9F4, #673AB7);
}

.gradient-white-primary-deeporange {
  background: linear-gradient(#fff, #03A9F4, #DD6E0F);
}

.gradient-white-primary-brown {
  background: linear-gradient(#fff, #03A9F4, #964B00);
}

.gradient-white-primary-grey {
  background: linear-gradient(#fff, #03A9F4, #808080);
}

.gradient-white-secondary {
  background: linear-gradient(#fff, #333);
}

.gradient-to-top-white-secondary {
  background: linear-gradient(to top, #fff, #333);
}

.gradient-to-bottom-white-secondary {
  background: linear-gradient(to bottom, #fff, #333);
}

.gradient-to-left-white-secondary {
  background: linear-gradient(to left, #fff, #333);
}

.gradient-to-right-white-secondary {
  background: linear-gradient(to right, #fff, #333);
}

.gradient-to-top-left-white-secondary {
  background: linear-gradient(to top left, #fff, #333);
}

.gradient-to-top-right-white-secondary {
  background: linear-gradient(to top right, #fff, #333);
}

.gradient-to-bottom-left-white-secondary {
  background: linear-gradient(to bottom left, #fff, #333);
}

.gradient-to-bottom-right-white-secondary {
  background: linear-gradient(to bottom right, #fff, #333);
}

.gradient-radial-white-secondary {
  background: radial-gradient(circle, #fff, #333);
}

.gradient-white-secondary-primary {
  background: linear-gradient(#fff, #333, #03A9F4);
}

.gradient-white-secondary-success {
  background: linear-gradient(#fff, #333, #28a745);
}

.gradient-white-secondary-info {
  background: linear-gradient(#fff, #333, #0DCAF0);
}

.gradient-white-secondary-warning {
  background: linear-gradient(#fff, #333, #FFC107);
}

.gradient-white-secondary-danger {
  background: linear-gradient(#fff, #333, #DC3545);
}

.gradient-white-secondary-light {
  background: linear-gradient(#fff, #333, #f5f5f5);
}

.gradient-white-secondary-dark {
  background: linear-gradient(#fff, #333, #212529);
}

.gradient-white-secondary-red {
  background: linear-gradient(#fff, #333, #F44336);
}

.gradient-white-secondary-green {
  background: linear-gradient(#fff, #333, #4CAF50);
}

.gradient-white-secondary-blue {
  background: linear-gradient(#fff, #333, #2196F3);
}

.gradient-white-secondary-black {
  background: linear-gradient(#fff, #333, #000);
}

.gradient-white-secondary-pink {
  background: linear-gradient(#fff, #333, #E91E63);
}

.gradient-white-secondary-purple {
  background: linear-gradient(#fff, #333, #9C27B0);
}

.gradient-white-secondary-indigo {
  background: linear-gradient(#fff, #333, #3E51B5);
}

.gradient-white-secondary-cyan {
  background: linear-gradient(#fff, #333, #00BCD4);
}

.gradient-white-secondary-teal {
  background: linear-gradient(#fff, #333, #009688);
}

.gradient-white-secondary-lime {
  background: linear-gradient(#fff, #333, #CDDC39);
}

.gradient-white-secondary-yellow {
  background: linear-gradient(#fff, #333, #FFEB3B);
}

.gradient-white-secondary-amber {
  background: linear-gradient(#fff, #333, #FFC107);
}

.gradient-white-secondary-orange {
  background: linear-gradient(#fff, #333, #FF9800);
}

.gradient-white-secondary-lightblue {
  background: linear-gradient(#fff, #333, #03A9F4);
}

.gradient-white-secondary-lightgreen {
  background: linear-gradient(#fff, #333, #76FF03);
}

.gradient-white-secondary-deeppurple {
  background: linear-gradient(#fff, #333, #673AB7);
}

.gradient-white-secondary-deeporange {
  background: linear-gradient(#fff, #333, #DD6E0F);
}

.gradient-white-secondary-brown {
  background: linear-gradient(#fff, #333, #964B00);
}

.gradient-white-secondary-grey {
  background: linear-gradient(#fff, #333, #808080);
}

.gradient-white-success {
  background: linear-gradient(#fff, #28a745);
}

.gradient-to-top-white-success {
  background: linear-gradient(to top, #fff, #28a745);
}

.gradient-to-bottom-white-success {
  background: linear-gradient(to bottom, #fff, #28a745);
}

.gradient-to-left-white-success {
  background: linear-gradient(to left, #fff, #28a745);
}

.gradient-to-right-white-success {
  background: linear-gradient(to right, #fff, #28a745);
}

.gradient-to-top-left-white-success {
  background: linear-gradient(to top left, #fff, #28a745);
}

.gradient-to-top-right-white-success {
  background: linear-gradient(to top right, #fff, #28a745);
}

.gradient-to-bottom-left-white-success {
  background: linear-gradient(to bottom left, #fff, #28a745);
}

.gradient-to-bottom-right-white-success {
  background: linear-gradient(to bottom right, #fff, #28a745);
}

.gradient-radial-white-success {
  background: radial-gradient(circle, #fff, #28a745);
}

.gradient-white-success-primary {
  background: linear-gradient(#fff, #28a745, #03A9F4);
}

.gradient-white-success-secondary {
  background: linear-gradient(#fff, #28a745, #333);
}

.gradient-white-success-info {
  background: linear-gradient(#fff, #28a745, #0DCAF0);
}

.gradient-white-success-warning {
  background: linear-gradient(#fff, #28a745, #FFC107);
}

.gradient-white-success-danger {
  background: linear-gradient(#fff, #28a745, #DC3545);
}

.gradient-white-success-light {
  background: linear-gradient(#fff, #28a745, #f5f5f5);
}

.gradient-white-success-dark {
  background: linear-gradient(#fff, #28a745, #212529);
}

.gradient-white-success-red {
  background: linear-gradient(#fff, #28a745, #F44336);
}

.gradient-white-success-green {
  background: linear-gradient(#fff, #28a745, #4CAF50);
}

.gradient-white-success-blue {
  background: linear-gradient(#fff, #28a745, #2196F3);
}

.gradient-white-success-black {
  background: linear-gradient(#fff, #28a745, #000);
}

.gradient-white-success-pink {
  background: linear-gradient(#fff, #28a745, #E91E63);
}

.gradient-white-success-purple {
  background: linear-gradient(#fff, #28a745, #9C27B0);
}

.gradient-white-success-indigo {
  background: linear-gradient(#fff, #28a745, #3E51B5);
}

.gradient-white-success-cyan {
  background: linear-gradient(#fff, #28a745, #00BCD4);
}

.gradient-white-success-teal {
  background: linear-gradient(#fff, #28a745, #009688);
}

.gradient-white-success-lime {
  background: linear-gradient(#fff, #28a745, #CDDC39);
}

.gradient-white-success-yellow {
  background: linear-gradient(#fff, #28a745, #FFEB3B);
}

.gradient-white-success-amber {
  background: linear-gradient(#fff, #28a745, #FFC107);
}

.gradient-white-success-orange {
  background: linear-gradient(#fff, #28a745, #FF9800);
}

.gradient-white-success-lightblue {
  background: linear-gradient(#fff, #28a745, #03A9F4);
}

.gradient-white-success-lightgreen {
  background: linear-gradient(#fff, #28a745, #76FF03);
}

.gradient-white-success-deeppurple {
  background: linear-gradient(#fff, #28a745, #673AB7);
}

.gradient-white-success-deeporange {
  background: linear-gradient(#fff, #28a745, #DD6E0F);
}

.gradient-white-success-brown {
  background: linear-gradient(#fff, #28a745, #964B00);
}

.gradient-white-success-grey {
  background: linear-gradient(#fff, #28a745, #808080);
}

.gradient-white-info {
  background: linear-gradient(#fff, #0DCAF0);
}

.gradient-to-top-white-info {
  background: linear-gradient(to top, #fff, #0DCAF0);
}

.gradient-to-bottom-white-info {
  background: linear-gradient(to bottom, #fff, #0DCAF0);
}

.gradient-to-left-white-info {
  background: linear-gradient(to left, #fff, #0DCAF0);
}

.gradient-to-right-white-info {
  background: linear-gradient(to right, #fff, #0DCAF0);
}

.gradient-to-top-left-white-info {
  background: linear-gradient(to top left, #fff, #0DCAF0);
}

.gradient-to-top-right-white-info {
  background: linear-gradient(to top right, #fff, #0DCAF0);
}

.gradient-to-bottom-left-white-info {
  background: linear-gradient(to bottom left, #fff, #0DCAF0);
}

.gradient-to-bottom-right-white-info {
  background: linear-gradient(to bottom right, #fff, #0DCAF0);
}

.gradient-radial-white-info {
  background: radial-gradient(circle, #fff, #0DCAF0);
}

.gradient-white-info-primary {
  background: linear-gradient(#fff, #0DCAF0, #03A9F4);
}

.gradient-white-info-secondary {
  background: linear-gradient(#fff, #0DCAF0, #333);
}

.gradient-white-info-success {
  background: linear-gradient(#fff, #0DCAF0, #28a745);
}

.gradient-white-info-warning {
  background: linear-gradient(#fff, #0DCAF0, #FFC107);
}

.gradient-white-info-danger {
  background: linear-gradient(#fff, #0DCAF0, #DC3545);
}

.gradient-white-info-light {
  background: linear-gradient(#fff, #0DCAF0, #f5f5f5);
}

.gradient-white-info-dark {
  background: linear-gradient(#fff, #0DCAF0, #212529);
}

.gradient-white-info-red {
  background: linear-gradient(#fff, #0DCAF0, #F44336);
}

.gradient-white-info-green {
  background: linear-gradient(#fff, #0DCAF0, #4CAF50);
}

.gradient-white-info-blue {
  background: linear-gradient(#fff, #0DCAF0, #2196F3);
}

.gradient-white-info-black {
  background: linear-gradient(#fff, #0DCAF0, #000);
}

.gradient-white-info-pink {
  background: linear-gradient(#fff, #0DCAF0, #E91E63);
}

.gradient-white-info-purple {
  background: linear-gradient(#fff, #0DCAF0, #9C27B0);
}

.gradient-white-info-indigo {
  background: linear-gradient(#fff, #0DCAF0, #3E51B5);
}

.gradient-white-info-cyan {
  background: linear-gradient(#fff, #0DCAF0, #00BCD4);
}

.gradient-white-info-teal {
  background: linear-gradient(#fff, #0DCAF0, #009688);
}

.gradient-white-info-lime {
  background: linear-gradient(#fff, #0DCAF0, #CDDC39);
}

.gradient-white-info-yellow {
  background: linear-gradient(#fff, #0DCAF0, #FFEB3B);
}

.gradient-white-info-amber {
  background: linear-gradient(#fff, #0DCAF0, #FFC107);
}

.gradient-white-info-orange {
  background: linear-gradient(#fff, #0DCAF0, #FF9800);
}

.gradient-white-info-lightblue {
  background: linear-gradient(#fff, #0DCAF0, #03A9F4);
}

.gradient-white-info-lightgreen {
  background: linear-gradient(#fff, #0DCAF0, #76FF03);
}

.gradient-white-info-deeppurple {
  background: linear-gradient(#fff, #0DCAF0, #673AB7);
}

.gradient-white-info-deeporange {
  background: linear-gradient(#fff, #0DCAF0, #DD6E0F);
}

.gradient-white-info-brown {
  background: linear-gradient(#fff, #0DCAF0, #964B00);
}

.gradient-white-info-grey {
  background: linear-gradient(#fff, #0DCAF0, #808080);
}

.gradient-white-warning {
  background: linear-gradient(#fff, #FFC107);
}

.gradient-to-top-white-warning {
  background: linear-gradient(to top, #fff, #FFC107);
}

.gradient-to-bottom-white-warning {
  background: linear-gradient(to bottom, #fff, #FFC107);
}

.gradient-to-left-white-warning {
  background: linear-gradient(to left, #fff, #FFC107);
}

.gradient-to-right-white-warning {
  background: linear-gradient(to right, #fff, #FFC107);
}

.gradient-to-top-left-white-warning {
  background: linear-gradient(to top left, #fff, #FFC107);
}

.gradient-to-top-right-white-warning {
  background: linear-gradient(to top right, #fff, #FFC107);
}

.gradient-to-bottom-left-white-warning {
  background: linear-gradient(to bottom left, #fff, #FFC107);
}

.gradient-to-bottom-right-white-warning {
  background: linear-gradient(to bottom right, #fff, #FFC107);
}

.gradient-radial-white-warning {
  background: radial-gradient(circle, #fff, #FFC107);
}

.gradient-white-warning-primary {
  background: linear-gradient(#fff, #FFC107, #03A9F4);
}

.gradient-white-warning-secondary {
  background: linear-gradient(#fff, #FFC107, #333);
}

.gradient-white-warning-success {
  background: linear-gradient(#fff, #FFC107, #28a745);
}

.gradient-white-warning-info {
  background: linear-gradient(#fff, #FFC107, #0DCAF0);
}

.gradient-white-warning-danger {
  background: linear-gradient(#fff, #FFC107, #DC3545);
}

.gradient-white-warning-light {
  background: linear-gradient(#fff, #FFC107, #f5f5f5);
}

.gradient-white-warning-dark {
  background: linear-gradient(#fff, #FFC107, #212529);
}

.gradient-white-warning-red {
  background: linear-gradient(#fff, #FFC107, #F44336);
}

.gradient-white-warning-green {
  background: linear-gradient(#fff, #FFC107, #4CAF50);
}

.gradient-white-warning-blue {
  background: linear-gradient(#fff, #FFC107, #2196F3);
}

.gradient-white-warning-black {
  background: linear-gradient(#fff, #FFC107, #000);
}

.gradient-white-warning-pink {
  background: linear-gradient(#fff, #FFC107, #E91E63);
}

.gradient-white-warning-purple {
  background: linear-gradient(#fff, #FFC107, #9C27B0);
}

.gradient-white-warning-indigo {
  background: linear-gradient(#fff, #FFC107, #3E51B5);
}

.gradient-white-warning-cyan {
  background: linear-gradient(#fff, #FFC107, #00BCD4);
}

.gradient-white-warning-teal {
  background: linear-gradient(#fff, #FFC107, #009688);
}

.gradient-white-warning-lime {
  background: linear-gradient(#fff, #FFC107, #CDDC39);
}

.gradient-white-warning-yellow {
  background: linear-gradient(#fff, #FFC107, #FFEB3B);
}

.gradient-white-warning-amber {
  background: linear-gradient(#fff, #FFC107, #FFC107);
}

.gradient-white-warning-orange {
  background: linear-gradient(#fff, #FFC107, #FF9800);
}

.gradient-white-warning-lightblue {
  background: linear-gradient(#fff, #FFC107, #03A9F4);
}

.gradient-white-warning-lightgreen {
  background: linear-gradient(#fff, #FFC107, #76FF03);
}

.gradient-white-warning-deeppurple {
  background: linear-gradient(#fff, #FFC107, #673AB7);
}

.gradient-white-warning-deeporange {
  background: linear-gradient(#fff, #FFC107, #DD6E0F);
}

.gradient-white-warning-brown {
  background: linear-gradient(#fff, #FFC107, #964B00);
}

.gradient-white-warning-grey {
  background: linear-gradient(#fff, #FFC107, #808080);
}

.gradient-white-danger {
  background: linear-gradient(#fff, #DC3545);
}

.gradient-to-top-white-danger {
  background: linear-gradient(to top, #fff, #DC3545);
}

.gradient-to-bottom-white-danger {
  background: linear-gradient(to bottom, #fff, #DC3545);
}

.gradient-to-left-white-danger {
  background: linear-gradient(to left, #fff, #DC3545);
}

.gradient-to-right-white-danger {
  background: linear-gradient(to right, #fff, #DC3545);
}

.gradient-to-top-left-white-danger {
  background: linear-gradient(to top left, #fff, #DC3545);
}

.gradient-to-top-right-white-danger {
  background: linear-gradient(to top right, #fff, #DC3545);
}

.gradient-to-bottom-left-white-danger {
  background: linear-gradient(to bottom left, #fff, #DC3545);
}

.gradient-to-bottom-right-white-danger {
  background: linear-gradient(to bottom right, #fff, #DC3545);
}

.gradient-radial-white-danger {
  background: radial-gradient(circle, #fff, #DC3545);
}

.gradient-white-danger-primary {
  background: linear-gradient(#fff, #DC3545, #03A9F4);
}

.gradient-white-danger-secondary {
  background: linear-gradient(#fff, #DC3545, #333);
}

.gradient-white-danger-success {
  background: linear-gradient(#fff, #DC3545, #28a745);
}

.gradient-white-danger-info {
  background: linear-gradient(#fff, #DC3545, #0DCAF0);
}

.gradient-white-danger-warning {
  background: linear-gradient(#fff, #DC3545, #FFC107);
}

.gradient-white-danger-light {
  background: linear-gradient(#fff, #DC3545, #f5f5f5);
}

.gradient-white-danger-dark {
  background: linear-gradient(#fff, #DC3545, #212529);
}

.gradient-white-danger-red {
  background: linear-gradient(#fff, #DC3545, #F44336);
}

.gradient-white-danger-green {
  background: linear-gradient(#fff, #DC3545, #4CAF50);
}

.gradient-white-danger-blue {
  background: linear-gradient(#fff, #DC3545, #2196F3);
}

.gradient-white-danger-black {
  background: linear-gradient(#fff, #DC3545, #000);
}

.gradient-white-danger-pink {
  background: linear-gradient(#fff, #DC3545, #E91E63);
}

.gradient-white-danger-purple {
  background: linear-gradient(#fff, #DC3545, #9C27B0);
}

.gradient-white-danger-indigo {
  background: linear-gradient(#fff, #DC3545, #3E51B5);
}

.gradient-white-danger-cyan {
  background: linear-gradient(#fff, #DC3545, #00BCD4);
}

.gradient-white-danger-teal {
  background: linear-gradient(#fff, #DC3545, #009688);
}

.gradient-white-danger-lime {
  background: linear-gradient(#fff, #DC3545, #CDDC39);
}

.gradient-white-danger-yellow {
  background: linear-gradient(#fff, #DC3545, #FFEB3B);
}

.gradient-white-danger-amber {
  background: linear-gradient(#fff, #DC3545, #FFC107);
}

.gradient-white-danger-orange {
  background: linear-gradient(#fff, #DC3545, #FF9800);
}

.gradient-white-danger-lightblue {
  background: linear-gradient(#fff, #DC3545, #03A9F4);
}

.gradient-white-danger-lightgreen {
  background: linear-gradient(#fff, #DC3545, #76FF03);
}

.gradient-white-danger-deeppurple {
  background: linear-gradient(#fff, #DC3545, #673AB7);
}

.gradient-white-danger-deeporange {
  background: linear-gradient(#fff, #DC3545, #DD6E0F);
}

.gradient-white-danger-brown {
  background: linear-gradient(#fff, #DC3545, #964B00);
}

.gradient-white-danger-grey {
  background: linear-gradient(#fff, #DC3545, #808080);
}

.gradient-white-light {
  background: linear-gradient(#fff, #f5f5f5);
}

.gradient-to-top-white-light {
  background: linear-gradient(to top, #fff, #f5f5f5);
}

.gradient-to-bottom-white-light {
  background: linear-gradient(to bottom, #fff, #f5f5f5);
}

.gradient-to-left-white-light {
  background: linear-gradient(to left, #fff, #f5f5f5);
}

.gradient-to-right-white-light {
  background: linear-gradient(to right, #fff, #f5f5f5);
}

.gradient-to-top-left-white-light {
  background: linear-gradient(to top left, #fff, #f5f5f5);
}

.gradient-to-top-right-white-light {
  background: linear-gradient(to top right, #fff, #f5f5f5);
}

.gradient-to-bottom-left-white-light {
  background: linear-gradient(to bottom left, #fff, #f5f5f5);
}

.gradient-to-bottom-right-white-light {
  background: linear-gradient(to bottom right, #fff, #f5f5f5);
}

.gradient-radial-white-light {
  background: radial-gradient(circle, #fff, #f5f5f5);
}

.gradient-white-light-primary {
  background: linear-gradient(#fff, #f5f5f5, #03A9F4);
}

.gradient-white-light-secondary {
  background: linear-gradient(#fff, #f5f5f5, #333);
}

.gradient-white-light-success {
  background: linear-gradient(#fff, #f5f5f5, #28a745);
}

.gradient-white-light-info {
  background: linear-gradient(#fff, #f5f5f5, #0DCAF0);
}

.gradient-white-light-warning {
  background: linear-gradient(#fff, #f5f5f5, #FFC107);
}

.gradient-white-light-danger {
  background: linear-gradient(#fff, #f5f5f5, #DC3545);
}

.gradient-white-light-dark {
  background: linear-gradient(#fff, #f5f5f5, #212529);
}

.gradient-white-light-red {
  background: linear-gradient(#fff, #f5f5f5, #F44336);
}

.gradient-white-light-green {
  background: linear-gradient(#fff, #f5f5f5, #4CAF50);
}

.gradient-white-light-blue {
  background: linear-gradient(#fff, #f5f5f5, #2196F3);
}

.gradient-white-light-black {
  background: linear-gradient(#fff, #f5f5f5, #000);
}

.gradient-white-light-pink {
  background: linear-gradient(#fff, #f5f5f5, #E91E63);
}

.gradient-white-light-purple {
  background: linear-gradient(#fff, #f5f5f5, #9C27B0);
}

.gradient-white-light-indigo {
  background: linear-gradient(#fff, #f5f5f5, #3E51B5);
}

.gradient-white-light-cyan {
  background: linear-gradient(#fff, #f5f5f5, #00BCD4);
}

.gradient-white-light-teal {
  background: linear-gradient(#fff, #f5f5f5, #009688);
}

.gradient-white-light-lime {
  background: linear-gradient(#fff, #f5f5f5, #CDDC39);
}

.gradient-white-light-yellow {
  background: linear-gradient(#fff, #f5f5f5, #FFEB3B);
}

.gradient-white-light-amber {
  background: linear-gradient(#fff, #f5f5f5, #FFC107);
}

.gradient-white-light-orange {
  background: linear-gradient(#fff, #f5f5f5, #FF9800);
}

.gradient-white-light-lightblue {
  background: linear-gradient(#fff, #f5f5f5, #03A9F4);
}

.gradient-white-light-lightgreen {
  background: linear-gradient(#fff, #f5f5f5, #76FF03);
}

.gradient-white-light-deeppurple {
  background: linear-gradient(#fff, #f5f5f5, #673AB7);
}

.gradient-white-light-deeporange {
  background: linear-gradient(#fff, #f5f5f5, #DD6E0F);
}

.gradient-white-light-brown {
  background: linear-gradient(#fff, #f5f5f5, #964B00);
}

.gradient-white-light-grey {
  background: linear-gradient(#fff, #f5f5f5, #808080);
}

.gradient-white-dark {
  background: linear-gradient(#fff, #212529);
}

.gradient-to-top-white-dark {
  background: linear-gradient(to top, #fff, #212529);
}

.gradient-to-bottom-white-dark {
  background: linear-gradient(to bottom, #fff, #212529);
}

.gradient-to-left-white-dark {
  background: linear-gradient(to left, #fff, #212529);
}

.gradient-to-right-white-dark {
  background: linear-gradient(to right, #fff, #212529);
}

.gradient-to-top-left-white-dark {
  background: linear-gradient(to top left, #fff, #212529);
}

.gradient-to-top-right-white-dark {
  background: linear-gradient(to top right, #fff, #212529);
}

.gradient-to-bottom-left-white-dark {
  background: linear-gradient(to bottom left, #fff, #212529);
}

.gradient-to-bottom-right-white-dark {
  background: linear-gradient(to bottom right, #fff, #212529);
}

.gradient-radial-white-dark {
  background: radial-gradient(circle, #fff, #212529);
}

.gradient-white-dark-primary {
  background: linear-gradient(#fff, #212529, #03A9F4);
}

.gradient-white-dark-secondary {
  background: linear-gradient(#fff, #212529, #333);
}

.gradient-white-dark-success {
  background: linear-gradient(#fff, #212529, #28a745);
}

.gradient-white-dark-info {
  background: linear-gradient(#fff, #212529, #0DCAF0);
}

.gradient-white-dark-warning {
  background: linear-gradient(#fff, #212529, #FFC107);
}

.gradient-white-dark-danger {
  background: linear-gradient(#fff, #212529, #DC3545);
}

.gradient-white-dark-light {
  background: linear-gradient(#fff, #212529, #f5f5f5);
}

.gradient-white-dark-red {
  background: linear-gradient(#fff, #212529, #F44336);
}

.gradient-white-dark-green {
  background: linear-gradient(#fff, #212529, #4CAF50);
}

.gradient-white-dark-blue {
  background: linear-gradient(#fff, #212529, #2196F3);
}

.gradient-white-dark-black {
  background: linear-gradient(#fff, #212529, #000);
}

.gradient-white-dark-pink {
  background: linear-gradient(#fff, #212529, #E91E63);
}

.gradient-white-dark-purple {
  background: linear-gradient(#fff, #212529, #9C27B0);
}

.gradient-white-dark-indigo {
  background: linear-gradient(#fff, #212529, #3E51B5);
}

.gradient-white-dark-cyan {
  background: linear-gradient(#fff, #212529, #00BCD4);
}

.gradient-white-dark-teal {
  background: linear-gradient(#fff, #212529, #009688);
}

.gradient-white-dark-lime {
  background: linear-gradient(#fff, #212529, #CDDC39);
}

.gradient-white-dark-yellow {
  background: linear-gradient(#fff, #212529, #FFEB3B);
}

.gradient-white-dark-amber {
  background: linear-gradient(#fff, #212529, #FFC107);
}

.gradient-white-dark-orange {
  background: linear-gradient(#fff, #212529, #FF9800);
}

.gradient-white-dark-lightblue {
  background: linear-gradient(#fff, #212529, #03A9F4);
}

.gradient-white-dark-lightgreen {
  background: linear-gradient(#fff, #212529, #76FF03);
}

.gradient-white-dark-deeppurple {
  background: linear-gradient(#fff, #212529, #673AB7);
}

.gradient-white-dark-deeporange {
  background: linear-gradient(#fff, #212529, #DD6E0F);
}

.gradient-white-dark-brown {
  background: linear-gradient(#fff, #212529, #964B00);
}

.gradient-white-dark-grey {
  background: linear-gradient(#fff, #212529, #808080);
}

.gradient-white-red {
  background: linear-gradient(#fff, #F44336);
}

.gradient-to-top-white-red {
  background: linear-gradient(to top, #fff, #F44336);
}

.gradient-to-bottom-white-red {
  background: linear-gradient(to bottom, #fff, #F44336);
}

.gradient-to-left-white-red {
  background: linear-gradient(to left, #fff, #F44336);
}

.gradient-to-right-white-red {
  background: linear-gradient(to right, #fff, #F44336);
}

.gradient-to-top-left-white-red {
  background: linear-gradient(to top left, #fff, #F44336);
}

.gradient-to-top-right-white-red {
  background: linear-gradient(to top right, #fff, #F44336);
}

.gradient-to-bottom-left-white-red {
  background: linear-gradient(to bottom left, #fff, #F44336);
}

.gradient-to-bottom-right-white-red {
  background: linear-gradient(to bottom right, #fff, #F44336);
}

.gradient-radial-white-red {
  background: radial-gradient(circle, #fff, #F44336);
}

.gradient-white-red-primary {
  background: linear-gradient(#fff, #F44336, #03A9F4);
}

.gradient-white-red-secondary {
  background: linear-gradient(#fff, #F44336, #333);
}

.gradient-white-red-success {
  background: linear-gradient(#fff, #F44336, #28a745);
}

.gradient-white-red-info {
  background: linear-gradient(#fff, #F44336, #0DCAF0);
}

.gradient-white-red-warning {
  background: linear-gradient(#fff, #F44336, #FFC107);
}

.gradient-white-red-danger {
  background: linear-gradient(#fff, #F44336, #DC3545);
}

.gradient-white-red-light {
  background: linear-gradient(#fff, #F44336, #f5f5f5);
}

.gradient-white-red-dark {
  background: linear-gradient(#fff, #F44336, #212529);
}

.gradient-white-red-green {
  background: linear-gradient(#fff, #F44336, #4CAF50);
}

.gradient-white-red-blue {
  background: linear-gradient(#fff, #F44336, #2196F3);
}

.gradient-white-red-black {
  background: linear-gradient(#fff, #F44336, #000);
}

.gradient-white-red-pink {
  background: linear-gradient(#fff, #F44336, #E91E63);
}

.gradient-white-red-purple {
  background: linear-gradient(#fff, #F44336, #9C27B0);
}

.gradient-white-red-indigo {
  background: linear-gradient(#fff, #F44336, #3E51B5);
}

.gradient-white-red-cyan {
  background: linear-gradient(#fff, #F44336, #00BCD4);
}

.gradient-white-red-teal {
  background: linear-gradient(#fff, #F44336, #009688);
}

.gradient-white-red-lime {
  background: linear-gradient(#fff, #F44336, #CDDC39);
}

.gradient-white-red-yellow {
  background: linear-gradient(#fff, #F44336, #FFEB3B);
}

.gradient-white-red-amber {
  background: linear-gradient(#fff, #F44336, #FFC107);
}

.gradient-white-red-orange {
  background: linear-gradient(#fff, #F44336, #FF9800);
}

.gradient-white-red-lightblue {
  background: linear-gradient(#fff, #F44336, #03A9F4);
}

.gradient-white-red-lightgreen {
  background: linear-gradient(#fff, #F44336, #76FF03);
}

.gradient-white-red-deeppurple {
  background: linear-gradient(#fff, #F44336, #673AB7);
}

.gradient-white-red-deeporange {
  background: linear-gradient(#fff, #F44336, #DD6E0F);
}

.gradient-white-red-brown {
  background: linear-gradient(#fff, #F44336, #964B00);
}

.gradient-white-red-grey {
  background: linear-gradient(#fff, #F44336, #808080);
}

.gradient-white-green {
  background: linear-gradient(#fff, #4CAF50);
}

.gradient-to-top-white-green {
  background: linear-gradient(to top, #fff, #4CAF50);
}

.gradient-to-bottom-white-green {
  background: linear-gradient(to bottom, #fff, #4CAF50);
}

.gradient-to-left-white-green {
  background: linear-gradient(to left, #fff, #4CAF50);
}

.gradient-to-right-white-green {
  background: linear-gradient(to right, #fff, #4CAF50);
}

.gradient-to-top-left-white-green {
  background: linear-gradient(to top left, #fff, #4CAF50);
}

.gradient-to-top-right-white-green {
  background: linear-gradient(to top right, #fff, #4CAF50);
}

.gradient-to-bottom-left-white-green {
  background: linear-gradient(to bottom left, #fff, #4CAF50);
}

.gradient-to-bottom-right-white-green {
  background: linear-gradient(to bottom right, #fff, #4CAF50);
}

.gradient-radial-white-green {
  background: radial-gradient(circle, #fff, #4CAF50);
}

.gradient-white-green-primary {
  background: linear-gradient(#fff, #4CAF50, #03A9F4);
}

.gradient-white-green-secondary {
  background: linear-gradient(#fff, #4CAF50, #333);
}

.gradient-white-green-success {
  background: linear-gradient(#fff, #4CAF50, #28a745);
}

.gradient-white-green-info {
  background: linear-gradient(#fff, #4CAF50, #0DCAF0);
}

.gradient-white-green-warning {
  background: linear-gradient(#fff, #4CAF50, #FFC107);
}

.gradient-white-green-danger {
  background: linear-gradient(#fff, #4CAF50, #DC3545);
}

.gradient-white-green-light {
  background: linear-gradient(#fff, #4CAF50, #f5f5f5);
}

.gradient-white-green-dark {
  background: linear-gradient(#fff, #4CAF50, #212529);
}

.gradient-white-green-red {
  background: linear-gradient(#fff, #4CAF50, #F44336);
}

.gradient-white-green-blue {
  background: linear-gradient(#fff, #4CAF50, #2196F3);
}

.gradient-white-green-black {
  background: linear-gradient(#fff, #4CAF50, #000);
}

.gradient-white-green-pink {
  background: linear-gradient(#fff, #4CAF50, #E91E63);
}

.gradient-white-green-purple {
  background: linear-gradient(#fff, #4CAF50, #9C27B0);
}

.gradient-white-green-indigo {
  background: linear-gradient(#fff, #4CAF50, #3E51B5);
}

.gradient-white-green-cyan {
  background: linear-gradient(#fff, #4CAF50, #00BCD4);
}

.gradient-white-green-teal {
  background: linear-gradient(#fff, #4CAF50, #009688);
}

.gradient-white-green-lime {
  background: linear-gradient(#fff, #4CAF50, #CDDC39);
}

.gradient-white-green-yellow {
  background: linear-gradient(#fff, #4CAF50, #FFEB3B);
}

.gradient-white-green-amber {
  background: linear-gradient(#fff, #4CAF50, #FFC107);
}

.gradient-white-green-orange {
  background: linear-gradient(#fff, #4CAF50, #FF9800);
}

.gradient-white-green-lightblue {
  background: linear-gradient(#fff, #4CAF50, #03A9F4);
}

.gradient-white-green-lightgreen {
  background: linear-gradient(#fff, #4CAF50, #76FF03);
}

.gradient-white-green-deeppurple {
  background: linear-gradient(#fff, #4CAF50, #673AB7);
}

.gradient-white-green-deeporange {
  background: linear-gradient(#fff, #4CAF50, #DD6E0F);
}

.gradient-white-green-brown {
  background: linear-gradient(#fff, #4CAF50, #964B00);
}

.gradient-white-green-grey {
  background: linear-gradient(#fff, #4CAF50, #808080);
}

.gradient-white-blue {
  background: linear-gradient(#fff, #2196F3);
}

.gradient-to-top-white-blue {
  background: linear-gradient(to top, #fff, #2196F3);
}

.gradient-to-bottom-white-blue {
  background: linear-gradient(to bottom, #fff, #2196F3);
}

.gradient-to-left-white-blue {
  background: linear-gradient(to left, #fff, #2196F3);
}

.gradient-to-right-white-blue {
  background: linear-gradient(to right, #fff, #2196F3);
}

.gradient-to-top-left-white-blue {
  background: linear-gradient(to top left, #fff, #2196F3);
}

.gradient-to-top-right-white-blue {
  background: linear-gradient(to top right, #fff, #2196F3);
}

.gradient-to-bottom-left-white-blue {
  background: linear-gradient(to bottom left, #fff, #2196F3);
}

.gradient-to-bottom-right-white-blue {
  background: linear-gradient(to bottom right, #fff, #2196F3);
}

.gradient-radial-white-blue {
  background: radial-gradient(circle, #fff, #2196F3);
}

.gradient-white-blue-primary {
  background: linear-gradient(#fff, #2196F3, #03A9F4);
}

.gradient-white-blue-secondary {
  background: linear-gradient(#fff, #2196F3, #333);
}

.gradient-white-blue-success {
  background: linear-gradient(#fff, #2196F3, #28a745);
}

.gradient-white-blue-info {
  background: linear-gradient(#fff, #2196F3, #0DCAF0);
}

.gradient-white-blue-warning {
  background: linear-gradient(#fff, #2196F3, #FFC107);
}

.gradient-white-blue-danger {
  background: linear-gradient(#fff, #2196F3, #DC3545);
}

.gradient-white-blue-light {
  background: linear-gradient(#fff, #2196F3, #f5f5f5);
}

.gradient-white-blue-dark {
  background: linear-gradient(#fff, #2196F3, #212529);
}

.gradient-white-blue-red {
  background: linear-gradient(#fff, #2196F3, #F44336);
}

.gradient-white-blue-green {
  background: linear-gradient(#fff, #2196F3, #4CAF50);
}

.gradient-white-blue-black {
  background: linear-gradient(#fff, #2196F3, #000);
}

.gradient-white-blue-pink {
  background: linear-gradient(#fff, #2196F3, #E91E63);
}

.gradient-white-blue-purple {
  background: linear-gradient(#fff, #2196F3, #9C27B0);
}

.gradient-white-blue-indigo {
  background: linear-gradient(#fff, #2196F3, #3E51B5);
}

.gradient-white-blue-cyan {
  background: linear-gradient(#fff, #2196F3, #00BCD4);
}

.gradient-white-blue-teal {
  background: linear-gradient(#fff, #2196F3, #009688);
}

.gradient-white-blue-lime {
  background: linear-gradient(#fff, #2196F3, #CDDC39);
}

.gradient-white-blue-yellow {
  background: linear-gradient(#fff, #2196F3, #FFEB3B);
}

.gradient-white-blue-amber {
  background: linear-gradient(#fff, #2196F3, #FFC107);
}

.gradient-white-blue-orange {
  background: linear-gradient(#fff, #2196F3, #FF9800);
}

.gradient-white-blue-lightblue {
  background: linear-gradient(#fff, #2196F3, #03A9F4);
}

.gradient-white-blue-lightgreen {
  background: linear-gradient(#fff, #2196F3, #76FF03);
}

.gradient-white-blue-deeppurple {
  background: linear-gradient(#fff, #2196F3, #673AB7);
}

.gradient-white-blue-deeporange {
  background: linear-gradient(#fff, #2196F3, #DD6E0F);
}

.gradient-white-blue-brown {
  background: linear-gradient(#fff, #2196F3, #964B00);
}

.gradient-white-blue-grey {
  background: linear-gradient(#fff, #2196F3, #808080);
}

.gradient-white-black {
  background: linear-gradient(#fff, #000);
}

.gradient-to-top-white-black {
  background: linear-gradient(to top, #fff, #000);
}

.gradient-to-bottom-white-black {
  background: linear-gradient(to bottom, #fff, #000);
}

.gradient-to-left-white-black {
  background: linear-gradient(to left, #fff, #000);
}

.gradient-to-right-white-black {
  background: linear-gradient(to right, #fff, #000);
}

.gradient-to-top-left-white-black {
  background: linear-gradient(to top left, #fff, #000);
}

.gradient-to-top-right-white-black {
  background: linear-gradient(to top right, #fff, #000);
}

.gradient-to-bottom-left-white-black {
  background: linear-gradient(to bottom left, #fff, #000);
}

.gradient-to-bottom-right-white-black {
  background: linear-gradient(to bottom right, #fff, #000);
}

.gradient-radial-white-black {
  background: radial-gradient(circle, #fff, #000);
}

.gradient-white-black-primary {
  background: linear-gradient(#fff, #000, #03A9F4);
}

.gradient-white-black-secondary {
  background: linear-gradient(#fff, #000, #333);
}

.gradient-white-black-success {
  background: linear-gradient(#fff, #000, #28a745);
}

.gradient-white-black-info {
  background: linear-gradient(#fff, #000, #0DCAF0);
}

.gradient-white-black-warning {
  background: linear-gradient(#fff, #000, #FFC107);
}

.gradient-white-black-danger {
  background: linear-gradient(#fff, #000, #DC3545);
}

.gradient-white-black-light {
  background: linear-gradient(#fff, #000, #f5f5f5);
}

.gradient-white-black-dark {
  background: linear-gradient(#fff, #000, #212529);
}

.gradient-white-black-red {
  background: linear-gradient(#fff, #000, #F44336);
}

.gradient-white-black-green {
  background: linear-gradient(#fff, #000, #4CAF50);
}

.gradient-white-black-blue {
  background: linear-gradient(#fff, #000, #2196F3);
}

.gradient-white-black-pink {
  background: linear-gradient(#fff, #000, #E91E63);
}

.gradient-white-black-purple {
  background: linear-gradient(#fff, #000, #9C27B0);
}

.gradient-white-black-indigo {
  background: linear-gradient(#fff, #000, #3E51B5);
}

.gradient-white-black-cyan {
  background: linear-gradient(#fff, #000, #00BCD4);
}

.gradient-white-black-teal {
  background: linear-gradient(#fff, #000, #009688);
}

.gradient-white-black-lime {
  background: linear-gradient(#fff, #000, #CDDC39);
}

.gradient-white-black-yellow {
  background: linear-gradient(#fff, #000, #FFEB3B);
}

.gradient-white-black-amber {
  background: linear-gradient(#fff, #000, #FFC107);
}

.gradient-white-black-orange {
  background: linear-gradient(#fff, #000, #FF9800);
}

.gradient-white-black-lightblue {
  background: linear-gradient(#fff, #000, #03A9F4);
}

.gradient-white-black-lightgreen {
  background: linear-gradient(#fff, #000, #76FF03);
}

.gradient-white-black-deeppurple {
  background: linear-gradient(#fff, #000, #673AB7);
}

.gradient-white-black-deeporange {
  background: linear-gradient(#fff, #000, #DD6E0F);
}

.gradient-white-black-brown {
  background: linear-gradient(#fff, #000, #964B00);
}

.gradient-white-black-grey {
  background: linear-gradient(#fff, #000, #808080);
}

.gradient-white-pink {
  background: linear-gradient(#fff, #E91E63);
}

.gradient-to-top-white-pink {
  background: linear-gradient(to top, #fff, #E91E63);
}

.gradient-to-bottom-white-pink {
  background: linear-gradient(to bottom, #fff, #E91E63);
}

.gradient-to-left-white-pink {
  background: linear-gradient(to left, #fff, #E91E63);
}

.gradient-to-right-white-pink {
  background: linear-gradient(to right, #fff, #E91E63);
}

.gradient-to-top-left-white-pink {
  background: linear-gradient(to top left, #fff, #E91E63);
}

.gradient-to-top-right-white-pink {
  background: linear-gradient(to top right, #fff, #E91E63);
}

.gradient-to-bottom-left-white-pink {
  background: linear-gradient(to bottom left, #fff, #E91E63);
}

.gradient-to-bottom-right-white-pink {
  background: linear-gradient(to bottom right, #fff, #E91E63);
}

.gradient-radial-white-pink {
  background: radial-gradient(circle, #fff, #E91E63);
}

.gradient-white-pink-primary {
  background: linear-gradient(#fff, #E91E63, #03A9F4);
}

.gradient-white-pink-secondary {
  background: linear-gradient(#fff, #E91E63, #333);
}

.gradient-white-pink-success {
  background: linear-gradient(#fff, #E91E63, #28a745);
}

.gradient-white-pink-info {
  background: linear-gradient(#fff, #E91E63, #0DCAF0);
}

.gradient-white-pink-warning {
  background: linear-gradient(#fff, #E91E63, #FFC107);
}

.gradient-white-pink-danger {
  background: linear-gradient(#fff, #E91E63, #DC3545);
}

.gradient-white-pink-light {
  background: linear-gradient(#fff, #E91E63, #f5f5f5);
}

.gradient-white-pink-dark {
  background: linear-gradient(#fff, #E91E63, #212529);
}

.gradient-white-pink-red {
  background: linear-gradient(#fff, #E91E63, #F44336);
}

.gradient-white-pink-green {
  background: linear-gradient(#fff, #E91E63, #4CAF50);
}

.gradient-white-pink-blue {
  background: linear-gradient(#fff, #E91E63, #2196F3);
}

.gradient-white-pink-black {
  background: linear-gradient(#fff, #E91E63, #000);
}

.gradient-white-pink-purple {
  background: linear-gradient(#fff, #E91E63, #9C27B0);
}

.gradient-white-pink-indigo {
  background: linear-gradient(#fff, #E91E63, #3E51B5);
}

.gradient-white-pink-cyan {
  background: linear-gradient(#fff, #E91E63, #00BCD4);
}

.gradient-white-pink-teal {
  background: linear-gradient(#fff, #E91E63, #009688);
}

.gradient-white-pink-lime {
  background: linear-gradient(#fff, #E91E63, #CDDC39);
}

.gradient-white-pink-yellow {
  background: linear-gradient(#fff, #E91E63, #FFEB3B);
}

.gradient-white-pink-amber {
  background: linear-gradient(#fff, #E91E63, #FFC107);
}

.gradient-white-pink-orange {
  background: linear-gradient(#fff, #E91E63, #FF9800);
}

.gradient-white-pink-lightblue {
  background: linear-gradient(#fff, #E91E63, #03A9F4);
}

.gradient-white-pink-lightgreen {
  background: linear-gradient(#fff, #E91E63, #76FF03);
}

.gradient-white-pink-deeppurple {
  background: linear-gradient(#fff, #E91E63, #673AB7);
}

.gradient-white-pink-deeporange {
  background: linear-gradient(#fff, #E91E63, #DD6E0F);
}

.gradient-white-pink-brown {
  background: linear-gradient(#fff, #E91E63, #964B00);
}

.gradient-white-pink-grey {
  background: linear-gradient(#fff, #E91E63, #808080);
}

.gradient-white-purple {
  background: linear-gradient(#fff, #9C27B0);
}

.gradient-to-top-white-purple {
  background: linear-gradient(to top, #fff, #9C27B0);
}

.gradient-to-bottom-white-purple {
  background: linear-gradient(to bottom, #fff, #9C27B0);
}

.gradient-to-left-white-purple {
  background: linear-gradient(to left, #fff, #9C27B0);
}

.gradient-to-right-white-purple {
  background: linear-gradient(to right, #fff, #9C27B0);
}

.gradient-to-top-left-white-purple {
  background: linear-gradient(to top left, #fff, #9C27B0);
}

.gradient-to-top-right-white-purple {
  background: linear-gradient(to top right, #fff, #9C27B0);
}

.gradient-to-bottom-left-white-purple {
  background: linear-gradient(to bottom left, #fff, #9C27B0);
}

.gradient-to-bottom-right-white-purple {
  background: linear-gradient(to bottom right, #fff, #9C27B0);
}

.gradient-radial-white-purple {
  background: radial-gradient(circle, #fff, #9C27B0);
}

.gradient-white-purple-primary {
  background: linear-gradient(#fff, #9C27B0, #03A9F4);
}

.gradient-white-purple-secondary {
  background: linear-gradient(#fff, #9C27B0, #333);
}

.gradient-white-purple-success {
  background: linear-gradient(#fff, #9C27B0, #28a745);
}

.gradient-white-purple-info {
  background: linear-gradient(#fff, #9C27B0, #0DCAF0);
}

.gradient-white-purple-warning {
  background: linear-gradient(#fff, #9C27B0, #FFC107);
}

.gradient-white-purple-danger {
  background: linear-gradient(#fff, #9C27B0, #DC3545);
}

.gradient-white-purple-light {
  background: linear-gradient(#fff, #9C27B0, #f5f5f5);
}

.gradient-white-purple-dark {
  background: linear-gradient(#fff, #9C27B0, #212529);
}

.gradient-white-purple-red {
  background: linear-gradient(#fff, #9C27B0, #F44336);
}

.gradient-white-purple-green {
  background: linear-gradient(#fff, #9C27B0, #4CAF50);
}

.gradient-white-purple-blue {
  background: linear-gradient(#fff, #9C27B0, #2196F3);
}

.gradient-white-purple-black {
  background: linear-gradient(#fff, #9C27B0, #000);
}

.gradient-white-purple-pink {
  background: linear-gradient(#fff, #9C27B0, #E91E63);
}

.gradient-white-purple-indigo {
  background: linear-gradient(#fff, #9C27B0, #3E51B5);
}

.gradient-white-purple-cyan {
  background: linear-gradient(#fff, #9C27B0, #00BCD4);
}

.gradient-white-purple-teal {
  background: linear-gradient(#fff, #9C27B0, #009688);
}

.gradient-white-purple-lime {
  background: linear-gradient(#fff, #9C27B0, #CDDC39);
}

.gradient-white-purple-yellow {
  background: linear-gradient(#fff, #9C27B0, #FFEB3B);
}

.gradient-white-purple-amber {
  background: linear-gradient(#fff, #9C27B0, #FFC107);
}

.gradient-white-purple-orange {
  background: linear-gradient(#fff, #9C27B0, #FF9800);
}

.gradient-white-purple-lightblue {
  background: linear-gradient(#fff, #9C27B0, #03A9F4);
}

.gradient-white-purple-lightgreen {
  background: linear-gradient(#fff, #9C27B0, #76FF03);
}

.gradient-white-purple-deeppurple {
  background: linear-gradient(#fff, #9C27B0, #673AB7);
}

.gradient-white-purple-deeporange {
  background: linear-gradient(#fff, #9C27B0, #DD6E0F);
}

.gradient-white-purple-brown {
  background: linear-gradient(#fff, #9C27B0, #964B00);
}

.gradient-white-purple-grey {
  background: linear-gradient(#fff, #9C27B0, #808080);
}

.gradient-white-indigo {
  background: linear-gradient(#fff, #3E51B5);
}

.gradient-to-top-white-indigo {
  background: linear-gradient(to top, #fff, #3E51B5);
}

.gradient-to-bottom-white-indigo {
  background: linear-gradient(to bottom, #fff, #3E51B5);
}

.gradient-to-left-white-indigo {
  background: linear-gradient(to left, #fff, #3E51B5);
}

.gradient-to-right-white-indigo {
  background: linear-gradient(to right, #fff, #3E51B5);
}

.gradient-to-top-left-white-indigo {
  background: linear-gradient(to top left, #fff, #3E51B5);
}

.gradient-to-top-right-white-indigo {
  background: linear-gradient(to top right, #fff, #3E51B5);
}

.gradient-to-bottom-left-white-indigo {
  background: linear-gradient(to bottom left, #fff, #3E51B5);
}

.gradient-to-bottom-right-white-indigo {
  background: linear-gradient(to bottom right, #fff, #3E51B5);
}

.gradient-radial-white-indigo {
  background: radial-gradient(circle, #fff, #3E51B5);
}

.gradient-white-indigo-primary {
  background: linear-gradient(#fff, #3E51B5, #03A9F4);
}

.gradient-white-indigo-secondary {
  background: linear-gradient(#fff, #3E51B5, #333);
}

.gradient-white-indigo-success {
  background: linear-gradient(#fff, #3E51B5, #28a745);
}

.gradient-white-indigo-info {
  background: linear-gradient(#fff, #3E51B5, #0DCAF0);
}

.gradient-white-indigo-warning {
  background: linear-gradient(#fff, #3E51B5, #FFC107);
}

.gradient-white-indigo-danger {
  background: linear-gradient(#fff, #3E51B5, #DC3545);
}

.gradient-white-indigo-light {
  background: linear-gradient(#fff, #3E51B5, #f5f5f5);
}

.gradient-white-indigo-dark {
  background: linear-gradient(#fff, #3E51B5, #212529);
}

.gradient-white-indigo-red {
  background: linear-gradient(#fff, #3E51B5, #F44336);
}

.gradient-white-indigo-green {
  background: linear-gradient(#fff, #3E51B5, #4CAF50);
}

.gradient-white-indigo-blue {
  background: linear-gradient(#fff, #3E51B5, #2196F3);
}

.gradient-white-indigo-black {
  background: linear-gradient(#fff, #3E51B5, #000);
}

.gradient-white-indigo-pink {
  background: linear-gradient(#fff, #3E51B5, #E91E63);
}

.gradient-white-indigo-purple {
  background: linear-gradient(#fff, #3E51B5, #9C27B0);
}

.gradient-white-indigo-cyan {
  background: linear-gradient(#fff, #3E51B5, #00BCD4);
}

.gradient-white-indigo-teal {
  background: linear-gradient(#fff, #3E51B5, #009688);
}

.gradient-white-indigo-lime {
  background: linear-gradient(#fff, #3E51B5, #CDDC39);
}

.gradient-white-indigo-yellow {
  background: linear-gradient(#fff, #3E51B5, #FFEB3B);
}

.gradient-white-indigo-amber {
  background: linear-gradient(#fff, #3E51B5, #FFC107);
}

.gradient-white-indigo-orange {
  background: linear-gradient(#fff, #3E51B5, #FF9800);
}

.gradient-white-indigo-lightblue {
  background: linear-gradient(#fff, #3E51B5, #03A9F4);
}

.gradient-white-indigo-lightgreen {
  background: linear-gradient(#fff, #3E51B5, #76FF03);
}

.gradient-white-indigo-deeppurple {
  background: linear-gradient(#fff, #3E51B5, #673AB7);
}

.gradient-white-indigo-deeporange {
  background: linear-gradient(#fff, #3E51B5, #DD6E0F);
}

.gradient-white-indigo-brown {
  background: linear-gradient(#fff, #3E51B5, #964B00);
}

.gradient-white-indigo-grey {
  background: linear-gradient(#fff, #3E51B5, #808080);
}

.gradient-white-cyan {
  background: linear-gradient(#fff, #00BCD4);
}

.gradient-to-top-white-cyan {
  background: linear-gradient(to top, #fff, #00BCD4);
}

.gradient-to-bottom-white-cyan {
  background: linear-gradient(to bottom, #fff, #00BCD4);
}

.gradient-to-left-white-cyan {
  background: linear-gradient(to left, #fff, #00BCD4);
}

.gradient-to-right-white-cyan {
  background: linear-gradient(to right, #fff, #00BCD4);
}

.gradient-to-top-left-white-cyan {
  background: linear-gradient(to top left, #fff, #00BCD4);
}

.gradient-to-top-right-white-cyan {
  background: linear-gradient(to top right, #fff, #00BCD4);
}

.gradient-to-bottom-left-white-cyan {
  background: linear-gradient(to bottom left, #fff, #00BCD4);
}

.gradient-to-bottom-right-white-cyan {
  background: linear-gradient(to bottom right, #fff, #00BCD4);
}

.gradient-radial-white-cyan {
  background: radial-gradient(circle, #fff, #00BCD4);
}

.gradient-white-cyan-primary {
  background: linear-gradient(#fff, #00BCD4, #03A9F4);
}

.gradient-white-cyan-secondary {
  background: linear-gradient(#fff, #00BCD4, #333);
}

.gradient-white-cyan-success {
  background: linear-gradient(#fff, #00BCD4, #28a745);
}

.gradient-white-cyan-info {
  background: linear-gradient(#fff, #00BCD4, #0DCAF0);
}

.gradient-white-cyan-warning {
  background: linear-gradient(#fff, #00BCD4, #FFC107);
}

.gradient-white-cyan-danger {
  background: linear-gradient(#fff, #00BCD4, #DC3545);
}

.gradient-white-cyan-light {
  background: linear-gradient(#fff, #00BCD4, #f5f5f5);
}

.gradient-white-cyan-dark {
  background: linear-gradient(#fff, #00BCD4, #212529);
}

.gradient-white-cyan-red {
  background: linear-gradient(#fff, #00BCD4, #F44336);
}

.gradient-white-cyan-green {
  background: linear-gradient(#fff, #00BCD4, #4CAF50);
}

.gradient-white-cyan-blue {
  background: linear-gradient(#fff, #00BCD4, #2196F3);
}

.gradient-white-cyan-black {
  background: linear-gradient(#fff, #00BCD4, #000);
}

.gradient-white-cyan-pink {
  background: linear-gradient(#fff, #00BCD4, #E91E63);
}

.gradient-white-cyan-purple {
  background: linear-gradient(#fff, #00BCD4, #9C27B0);
}

.gradient-white-cyan-indigo {
  background: linear-gradient(#fff, #00BCD4, #3E51B5);
}

.gradient-white-cyan-teal {
  background: linear-gradient(#fff, #00BCD4, #009688);
}

.gradient-white-cyan-lime {
  background: linear-gradient(#fff, #00BCD4, #CDDC39);
}

.gradient-white-cyan-yellow {
  background: linear-gradient(#fff, #00BCD4, #FFEB3B);
}

.gradient-white-cyan-amber {
  background: linear-gradient(#fff, #00BCD4, #FFC107);
}

.gradient-white-cyan-orange {
  background: linear-gradient(#fff, #00BCD4, #FF9800);
}

.gradient-white-cyan-lightblue {
  background: linear-gradient(#fff, #00BCD4, #03A9F4);
}

.gradient-white-cyan-lightgreen {
  background: linear-gradient(#fff, #00BCD4, #76FF03);
}

.gradient-white-cyan-deeppurple {
  background: linear-gradient(#fff, #00BCD4, #673AB7);
}

.gradient-white-cyan-deeporange {
  background: linear-gradient(#fff, #00BCD4, #DD6E0F);
}

.gradient-white-cyan-brown {
  background: linear-gradient(#fff, #00BCD4, #964B00);
}

.gradient-white-cyan-grey {
  background: linear-gradient(#fff, #00BCD4, #808080);
}

.gradient-white-teal {
  background: linear-gradient(#fff, #009688);
}

.gradient-to-top-white-teal {
  background: linear-gradient(to top, #fff, #009688);
}

.gradient-to-bottom-white-teal {
  background: linear-gradient(to bottom, #fff, #009688);
}

.gradient-to-left-white-teal {
  background: linear-gradient(to left, #fff, #009688);
}

.gradient-to-right-white-teal {
  background: linear-gradient(to right, #fff, #009688);
}

.gradient-to-top-left-white-teal {
  background: linear-gradient(to top left, #fff, #009688);
}

.gradient-to-top-right-white-teal {
  background: linear-gradient(to top right, #fff, #009688);
}

.gradient-to-bottom-left-white-teal {
  background: linear-gradient(to bottom left, #fff, #009688);
}

.gradient-to-bottom-right-white-teal {
  background: linear-gradient(to bottom right, #fff, #009688);
}

.gradient-radial-white-teal {
  background: radial-gradient(circle, #fff, #009688);
}

.gradient-white-teal-primary {
  background: linear-gradient(#fff, #009688, #03A9F4);
}

.gradient-white-teal-secondary {
  background: linear-gradient(#fff, #009688, #333);
}

.gradient-white-teal-success {
  background: linear-gradient(#fff, #009688, #28a745);
}

.gradient-white-teal-info {
  background: linear-gradient(#fff, #009688, #0DCAF0);
}

.gradient-white-teal-warning {
  background: linear-gradient(#fff, #009688, #FFC107);
}

.gradient-white-teal-danger {
  background: linear-gradient(#fff, #009688, #DC3545);
}

.gradient-white-teal-light {
  background: linear-gradient(#fff, #009688, #f5f5f5);
}

.gradient-white-teal-dark {
  background: linear-gradient(#fff, #009688, #212529);
}

.gradient-white-teal-red {
  background: linear-gradient(#fff, #009688, #F44336);
}

.gradient-white-teal-green {
  background: linear-gradient(#fff, #009688, #4CAF50);
}

.gradient-white-teal-blue {
  background: linear-gradient(#fff, #009688, #2196F3);
}

.gradient-white-teal-black {
  background: linear-gradient(#fff, #009688, #000);
}

.gradient-white-teal-pink {
  background: linear-gradient(#fff, #009688, #E91E63);
}

.gradient-white-teal-purple {
  background: linear-gradient(#fff, #009688, #9C27B0);
}

.gradient-white-teal-indigo {
  background: linear-gradient(#fff, #009688, #3E51B5);
}

.gradient-white-teal-cyan {
  background: linear-gradient(#fff, #009688, #00BCD4);
}

.gradient-white-teal-lime {
  background: linear-gradient(#fff, #009688, #CDDC39);
}

.gradient-white-teal-yellow {
  background: linear-gradient(#fff, #009688, #FFEB3B);
}

.gradient-white-teal-amber {
  background: linear-gradient(#fff, #009688, #FFC107);
}

.gradient-white-teal-orange {
  background: linear-gradient(#fff, #009688, #FF9800);
}

.gradient-white-teal-lightblue {
  background: linear-gradient(#fff, #009688, #03A9F4);
}

.gradient-white-teal-lightgreen {
  background: linear-gradient(#fff, #009688, #76FF03);
}

.gradient-white-teal-deeppurple {
  background: linear-gradient(#fff, #009688, #673AB7);
}

.gradient-white-teal-deeporange {
  background: linear-gradient(#fff, #009688, #DD6E0F);
}

.gradient-white-teal-brown {
  background: linear-gradient(#fff, #009688, #964B00);
}

.gradient-white-teal-grey {
  background: linear-gradient(#fff, #009688, #808080);
}

.gradient-white-lime {
  background: linear-gradient(#fff, #CDDC39);
}

.gradient-to-top-white-lime {
  background: linear-gradient(to top, #fff, #CDDC39);
}

.gradient-to-bottom-white-lime {
  background: linear-gradient(to bottom, #fff, #CDDC39);
}

.gradient-to-left-white-lime {
  background: linear-gradient(to left, #fff, #CDDC39);
}

.gradient-to-right-white-lime {
  background: linear-gradient(to right, #fff, #CDDC39);
}

.gradient-to-top-left-white-lime {
  background: linear-gradient(to top left, #fff, #CDDC39);
}

.gradient-to-top-right-white-lime {
  background: linear-gradient(to top right, #fff, #CDDC39);
}

.gradient-to-bottom-left-white-lime {
  background: linear-gradient(to bottom left, #fff, #CDDC39);
}

.gradient-to-bottom-right-white-lime {
  background: linear-gradient(to bottom right, #fff, #CDDC39);
}

.gradient-radial-white-lime {
  background: radial-gradient(circle, #fff, #CDDC39);
}

.gradient-white-lime-primary {
  background: linear-gradient(#fff, #CDDC39, #03A9F4);
}

.gradient-white-lime-secondary {
  background: linear-gradient(#fff, #CDDC39, #333);
}

.gradient-white-lime-success {
  background: linear-gradient(#fff, #CDDC39, #28a745);
}

.gradient-white-lime-info {
  background: linear-gradient(#fff, #CDDC39, #0DCAF0);
}

.gradient-white-lime-warning {
  background: linear-gradient(#fff, #CDDC39, #FFC107);
}

.gradient-white-lime-danger {
  background: linear-gradient(#fff, #CDDC39, #DC3545);
}

.gradient-white-lime-light {
  background: linear-gradient(#fff, #CDDC39, #f5f5f5);
}

.gradient-white-lime-dark {
  background: linear-gradient(#fff, #CDDC39, #212529);
}

.gradient-white-lime-red {
  background: linear-gradient(#fff, #CDDC39, #F44336);
}

.gradient-white-lime-green {
  background: linear-gradient(#fff, #CDDC39, #4CAF50);
}

.gradient-white-lime-blue {
  background: linear-gradient(#fff, #CDDC39, #2196F3);
}

.gradient-white-lime-black {
  background: linear-gradient(#fff, #CDDC39, #000);
}

.gradient-white-lime-pink {
  background: linear-gradient(#fff, #CDDC39, #E91E63);
}

.gradient-white-lime-purple {
  background: linear-gradient(#fff, #CDDC39, #9C27B0);
}

.gradient-white-lime-indigo {
  background: linear-gradient(#fff, #CDDC39, #3E51B5);
}

.gradient-white-lime-cyan {
  background: linear-gradient(#fff, #CDDC39, #00BCD4);
}

.gradient-white-lime-teal {
  background: linear-gradient(#fff, #CDDC39, #009688);
}

.gradient-white-lime-yellow {
  background: linear-gradient(#fff, #CDDC39, #FFEB3B);
}

.gradient-white-lime-amber {
  background: linear-gradient(#fff, #CDDC39, #FFC107);
}

.gradient-white-lime-orange {
  background: linear-gradient(#fff, #CDDC39, #FF9800);
}

.gradient-white-lime-lightblue {
  background: linear-gradient(#fff, #CDDC39, #03A9F4);
}

.gradient-white-lime-lightgreen {
  background: linear-gradient(#fff, #CDDC39, #76FF03);
}

.gradient-white-lime-deeppurple {
  background: linear-gradient(#fff, #CDDC39, #673AB7);
}

.gradient-white-lime-deeporange {
  background: linear-gradient(#fff, #CDDC39, #DD6E0F);
}

.gradient-white-lime-brown {
  background: linear-gradient(#fff, #CDDC39, #964B00);
}

.gradient-white-lime-grey {
  background: linear-gradient(#fff, #CDDC39, #808080);
}

.gradient-white-yellow {
  background: linear-gradient(#fff, #FFEB3B);
}

.gradient-to-top-white-yellow {
  background: linear-gradient(to top, #fff, #FFEB3B);
}

.gradient-to-bottom-white-yellow {
  background: linear-gradient(to bottom, #fff, #FFEB3B);
}

.gradient-to-left-white-yellow {
  background: linear-gradient(to left, #fff, #FFEB3B);
}

.gradient-to-right-white-yellow {
  background: linear-gradient(to right, #fff, #FFEB3B);
}

.gradient-to-top-left-white-yellow {
  background: linear-gradient(to top left, #fff, #FFEB3B);
}

.gradient-to-top-right-white-yellow {
  background: linear-gradient(to top right, #fff, #FFEB3B);
}

.gradient-to-bottom-left-white-yellow {
  background: linear-gradient(to bottom left, #fff, #FFEB3B);
}

.gradient-to-bottom-right-white-yellow {
  background: linear-gradient(to bottom right, #fff, #FFEB3B);
}

.gradient-radial-white-yellow {
  background: radial-gradient(circle, #fff, #FFEB3B);
}

.gradient-white-yellow-primary {
  background: linear-gradient(#fff, #FFEB3B, #03A9F4);
}

.gradient-white-yellow-secondary {
  background: linear-gradient(#fff, #FFEB3B, #333);
}

.gradient-white-yellow-success {
  background: linear-gradient(#fff, #FFEB3B, #28a745);
}

.gradient-white-yellow-info {
  background: linear-gradient(#fff, #FFEB3B, #0DCAF0);
}

.gradient-white-yellow-warning {
  background: linear-gradient(#fff, #FFEB3B, #FFC107);
}

.gradient-white-yellow-danger {
  background: linear-gradient(#fff, #FFEB3B, #DC3545);
}

.gradient-white-yellow-light {
  background: linear-gradient(#fff, #FFEB3B, #f5f5f5);
}

.gradient-white-yellow-dark {
  background: linear-gradient(#fff, #FFEB3B, #212529);
}

.gradient-white-yellow-red {
  background: linear-gradient(#fff, #FFEB3B, #F44336);
}

.gradient-white-yellow-green {
  background: linear-gradient(#fff, #FFEB3B, #4CAF50);
}

.gradient-white-yellow-blue {
  background: linear-gradient(#fff, #FFEB3B, #2196F3);
}

.gradient-white-yellow-black {
  background: linear-gradient(#fff, #FFEB3B, #000);
}

.gradient-white-yellow-pink {
  background: linear-gradient(#fff, #FFEB3B, #E91E63);
}

.gradient-white-yellow-purple {
  background: linear-gradient(#fff, #FFEB3B, #9C27B0);
}

.gradient-white-yellow-indigo {
  background: linear-gradient(#fff, #FFEB3B, #3E51B5);
}

.gradient-white-yellow-cyan {
  background: linear-gradient(#fff, #FFEB3B, #00BCD4);
}

.gradient-white-yellow-teal {
  background: linear-gradient(#fff, #FFEB3B, #009688);
}

.gradient-white-yellow-lime {
  background: linear-gradient(#fff, #FFEB3B, #CDDC39);
}

.gradient-white-yellow-amber {
  background: linear-gradient(#fff, #FFEB3B, #FFC107);
}

.gradient-white-yellow-orange {
  background: linear-gradient(#fff, #FFEB3B, #FF9800);
}

.gradient-white-yellow-lightblue {
  background: linear-gradient(#fff, #FFEB3B, #03A9F4);
}

.gradient-white-yellow-lightgreen {
  background: linear-gradient(#fff, #FFEB3B, #76FF03);
}

.gradient-white-yellow-deeppurple {
  background: linear-gradient(#fff, #FFEB3B, #673AB7);
}

.gradient-white-yellow-deeporange {
  background: linear-gradient(#fff, #FFEB3B, #DD6E0F);
}

.gradient-white-yellow-brown {
  background: linear-gradient(#fff, #FFEB3B, #964B00);
}

.gradient-white-yellow-grey {
  background: linear-gradient(#fff, #FFEB3B, #808080);
}

.gradient-white-amber {
  background: linear-gradient(#fff, #FFC107);
}

.gradient-to-top-white-amber {
  background: linear-gradient(to top, #fff, #FFC107);
}

.gradient-to-bottom-white-amber {
  background: linear-gradient(to bottom, #fff, #FFC107);
}

.gradient-to-left-white-amber {
  background: linear-gradient(to left, #fff, #FFC107);
}

.gradient-to-right-white-amber {
  background: linear-gradient(to right, #fff, #FFC107);
}

.gradient-to-top-left-white-amber {
  background: linear-gradient(to top left, #fff, #FFC107);
}

.gradient-to-top-right-white-amber {
  background: linear-gradient(to top right, #fff, #FFC107);
}

.gradient-to-bottom-left-white-amber {
  background: linear-gradient(to bottom left, #fff, #FFC107);
}

.gradient-to-bottom-right-white-amber {
  background: linear-gradient(to bottom right, #fff, #FFC107);
}

.gradient-radial-white-amber {
  background: radial-gradient(circle, #fff, #FFC107);
}

.gradient-white-amber-primary {
  background: linear-gradient(#fff, #FFC107, #03A9F4);
}

.gradient-white-amber-secondary {
  background: linear-gradient(#fff, #FFC107, #333);
}

.gradient-white-amber-success {
  background: linear-gradient(#fff, #FFC107, #28a745);
}

.gradient-white-amber-info {
  background: linear-gradient(#fff, #FFC107, #0DCAF0);
}

.gradient-white-amber-warning {
  background: linear-gradient(#fff, #FFC107, #FFC107);
}

.gradient-white-amber-danger {
  background: linear-gradient(#fff, #FFC107, #DC3545);
}

.gradient-white-amber-light {
  background: linear-gradient(#fff, #FFC107, #f5f5f5);
}

.gradient-white-amber-dark {
  background: linear-gradient(#fff, #FFC107, #212529);
}

.gradient-white-amber-red {
  background: linear-gradient(#fff, #FFC107, #F44336);
}

.gradient-white-amber-green {
  background: linear-gradient(#fff, #FFC107, #4CAF50);
}

.gradient-white-amber-blue {
  background: linear-gradient(#fff, #FFC107, #2196F3);
}

.gradient-white-amber-black {
  background: linear-gradient(#fff, #FFC107, #000);
}

.gradient-white-amber-pink {
  background: linear-gradient(#fff, #FFC107, #E91E63);
}

.gradient-white-amber-purple {
  background: linear-gradient(#fff, #FFC107, #9C27B0);
}

.gradient-white-amber-indigo {
  background: linear-gradient(#fff, #FFC107, #3E51B5);
}

.gradient-white-amber-cyan {
  background: linear-gradient(#fff, #FFC107, #00BCD4);
}

.gradient-white-amber-teal {
  background: linear-gradient(#fff, #FFC107, #009688);
}

.gradient-white-amber-lime {
  background: linear-gradient(#fff, #FFC107, #CDDC39);
}

.gradient-white-amber-yellow {
  background: linear-gradient(#fff, #FFC107, #FFEB3B);
}

.gradient-white-amber-orange {
  background: linear-gradient(#fff, #FFC107, #FF9800);
}

.gradient-white-amber-lightblue {
  background: linear-gradient(#fff, #FFC107, #03A9F4);
}

.gradient-white-amber-lightgreen {
  background: linear-gradient(#fff, #FFC107, #76FF03);
}

.gradient-white-amber-deeppurple {
  background: linear-gradient(#fff, #FFC107, #673AB7);
}

.gradient-white-amber-deeporange {
  background: linear-gradient(#fff, #FFC107, #DD6E0F);
}

.gradient-white-amber-brown {
  background: linear-gradient(#fff, #FFC107, #964B00);
}

.gradient-white-amber-grey {
  background: linear-gradient(#fff, #FFC107, #808080);
}

.gradient-white-orange {
  background: linear-gradient(#fff, #FF9800);
}

.gradient-to-top-white-orange {
  background: linear-gradient(to top, #fff, #FF9800);
}

.gradient-to-bottom-white-orange {
  background: linear-gradient(to bottom, #fff, #FF9800);
}

.gradient-to-left-white-orange {
  background: linear-gradient(to left, #fff, #FF9800);
}

.gradient-to-right-white-orange {
  background: linear-gradient(to right, #fff, #FF9800);
}

.gradient-to-top-left-white-orange {
  background: linear-gradient(to top left, #fff, #FF9800);
}

.gradient-to-top-right-white-orange {
  background: linear-gradient(to top right, #fff, #FF9800);
}

.gradient-to-bottom-left-white-orange {
  background: linear-gradient(to bottom left, #fff, #FF9800);
}

.gradient-to-bottom-right-white-orange {
  background: linear-gradient(to bottom right, #fff, #FF9800);
}

.gradient-radial-white-orange {
  background: radial-gradient(circle, #fff, #FF9800);
}

.gradient-white-orange-primary {
  background: linear-gradient(#fff, #FF9800, #03A9F4);
}

.gradient-white-orange-secondary {
  background: linear-gradient(#fff, #FF9800, #333);
}

.gradient-white-orange-success {
  background: linear-gradient(#fff, #FF9800, #28a745);
}

.gradient-white-orange-info {
  background: linear-gradient(#fff, #FF9800, #0DCAF0);
}

.gradient-white-orange-warning {
  background: linear-gradient(#fff, #FF9800, #FFC107);
}

.gradient-white-orange-danger {
  background: linear-gradient(#fff, #FF9800, #DC3545);
}

.gradient-white-orange-light {
  background: linear-gradient(#fff, #FF9800, #f5f5f5);
}

.gradient-white-orange-dark {
  background: linear-gradient(#fff, #FF9800, #212529);
}

.gradient-white-orange-red {
  background: linear-gradient(#fff, #FF9800, #F44336);
}

.gradient-white-orange-green {
  background: linear-gradient(#fff, #FF9800, #4CAF50);
}

.gradient-white-orange-blue {
  background: linear-gradient(#fff, #FF9800, #2196F3);
}

.gradient-white-orange-black {
  background: linear-gradient(#fff, #FF9800, #000);
}

.gradient-white-orange-pink {
  background: linear-gradient(#fff, #FF9800, #E91E63);
}

.gradient-white-orange-purple {
  background: linear-gradient(#fff, #FF9800, #9C27B0);
}

.gradient-white-orange-indigo {
  background: linear-gradient(#fff, #FF9800, #3E51B5);
}

.gradient-white-orange-cyan {
  background: linear-gradient(#fff, #FF9800, #00BCD4);
}

.gradient-white-orange-teal {
  background: linear-gradient(#fff, #FF9800, #009688);
}

.gradient-white-orange-lime {
  background: linear-gradient(#fff, #FF9800, #CDDC39);
}

.gradient-white-orange-yellow {
  background: linear-gradient(#fff, #FF9800, #FFEB3B);
}

.gradient-white-orange-amber {
  background: linear-gradient(#fff, #FF9800, #FFC107);
}

.gradient-white-orange-lightblue {
  background: linear-gradient(#fff, #FF9800, #03A9F4);
}

.gradient-white-orange-lightgreen {
  background: linear-gradient(#fff, #FF9800, #76FF03);
}

.gradient-white-orange-deeppurple {
  background: linear-gradient(#fff, #FF9800, #673AB7);
}

.gradient-white-orange-deeporange {
  background: linear-gradient(#fff, #FF9800, #DD6E0F);
}

.gradient-white-orange-brown {
  background: linear-gradient(#fff, #FF9800, #964B00);
}

.gradient-white-orange-grey {
  background: linear-gradient(#fff, #FF9800, #808080);
}

.gradient-white-lightblue {
  background: linear-gradient(#fff, #03A9F4);
}

.gradient-to-top-white-lightblue {
  background: linear-gradient(to top, #fff, #03A9F4);
}

.gradient-to-bottom-white-lightblue {
  background: linear-gradient(to bottom, #fff, #03A9F4);
}

.gradient-to-left-white-lightblue {
  background: linear-gradient(to left, #fff, #03A9F4);
}

.gradient-to-right-white-lightblue {
  background: linear-gradient(to right, #fff, #03A9F4);
}

.gradient-to-top-left-white-lightblue {
  background: linear-gradient(to top left, #fff, #03A9F4);
}

.gradient-to-top-right-white-lightblue {
  background: linear-gradient(to top right, #fff, #03A9F4);
}

.gradient-to-bottom-left-white-lightblue {
  background: linear-gradient(to bottom left, #fff, #03A9F4);
}

.gradient-to-bottom-right-white-lightblue {
  background: linear-gradient(to bottom right, #fff, #03A9F4);
}

.gradient-radial-white-lightblue {
  background: radial-gradient(circle, #fff, #03A9F4);
}

.gradient-white-lightblue-primary {
  background: linear-gradient(#fff, #03A9F4, #03A9F4);
}

.gradient-white-lightblue-secondary {
  background: linear-gradient(#fff, #03A9F4, #333);
}

.gradient-white-lightblue-success {
  background: linear-gradient(#fff, #03A9F4, #28a745);
}

.gradient-white-lightblue-info {
  background: linear-gradient(#fff, #03A9F4, #0DCAF0);
}

.gradient-white-lightblue-warning {
  background: linear-gradient(#fff, #03A9F4, #FFC107);
}

.gradient-white-lightblue-danger {
  background: linear-gradient(#fff, #03A9F4, #DC3545);
}

.gradient-white-lightblue-light {
  background: linear-gradient(#fff, #03A9F4, #f5f5f5);
}

.gradient-white-lightblue-dark {
  background: linear-gradient(#fff, #03A9F4, #212529);
}

.gradient-white-lightblue-red {
  background: linear-gradient(#fff, #03A9F4, #F44336);
}

.gradient-white-lightblue-green {
  background: linear-gradient(#fff, #03A9F4, #4CAF50);
}

.gradient-white-lightblue-blue {
  background: linear-gradient(#fff, #03A9F4, #2196F3);
}

.gradient-white-lightblue-black {
  background: linear-gradient(#fff, #03A9F4, #000);
}

.gradient-white-lightblue-pink {
  background: linear-gradient(#fff, #03A9F4, #E91E63);
}

.gradient-white-lightblue-purple {
  background: linear-gradient(#fff, #03A9F4, #9C27B0);
}

.gradient-white-lightblue-indigo {
  background: linear-gradient(#fff, #03A9F4, #3E51B5);
}

.gradient-white-lightblue-cyan {
  background: linear-gradient(#fff, #03A9F4, #00BCD4);
}

.gradient-white-lightblue-teal {
  background: linear-gradient(#fff, #03A9F4, #009688);
}

.gradient-white-lightblue-lime {
  background: linear-gradient(#fff, #03A9F4, #CDDC39);
}

.gradient-white-lightblue-yellow {
  background: linear-gradient(#fff, #03A9F4, #FFEB3B);
}

.gradient-white-lightblue-amber {
  background: linear-gradient(#fff, #03A9F4, #FFC107);
}

.gradient-white-lightblue-orange {
  background: linear-gradient(#fff, #03A9F4, #FF9800);
}

.gradient-white-lightblue-lightgreen {
  background: linear-gradient(#fff, #03A9F4, #76FF03);
}

.gradient-white-lightblue-deeppurple {
  background: linear-gradient(#fff, #03A9F4, #673AB7);
}

.gradient-white-lightblue-deeporange {
  background: linear-gradient(#fff, #03A9F4, #DD6E0F);
}

.gradient-white-lightblue-brown {
  background: linear-gradient(#fff, #03A9F4, #964B00);
}

.gradient-white-lightblue-grey {
  background: linear-gradient(#fff, #03A9F4, #808080);
}

.gradient-white-lightgreen {
  background: linear-gradient(#fff, #76FF03);
}

.gradient-to-top-white-lightgreen {
  background: linear-gradient(to top, #fff, #76FF03);
}

.gradient-to-bottom-white-lightgreen {
  background: linear-gradient(to bottom, #fff, #76FF03);
}

.gradient-to-left-white-lightgreen {
  background: linear-gradient(to left, #fff, #76FF03);
}

.gradient-to-right-white-lightgreen {
  background: linear-gradient(to right, #fff, #76FF03);
}

.gradient-to-top-left-white-lightgreen {
  background: linear-gradient(to top left, #fff, #76FF03);
}

.gradient-to-top-right-white-lightgreen {
  background: linear-gradient(to top right, #fff, #76FF03);
}

.gradient-to-bottom-left-white-lightgreen {
  background: linear-gradient(to bottom left, #fff, #76FF03);
}

.gradient-to-bottom-right-white-lightgreen {
  background: linear-gradient(to bottom right, #fff, #76FF03);
}

.gradient-radial-white-lightgreen {
  background: radial-gradient(circle, #fff, #76FF03);
}

.gradient-white-lightgreen-primary {
  background: linear-gradient(#fff, #76FF03, #03A9F4);
}

.gradient-white-lightgreen-secondary {
  background: linear-gradient(#fff, #76FF03, #333);
}

.gradient-white-lightgreen-success {
  background: linear-gradient(#fff, #76FF03, #28a745);
}

.gradient-white-lightgreen-info {
  background: linear-gradient(#fff, #76FF03, #0DCAF0);
}

.gradient-white-lightgreen-warning {
  background: linear-gradient(#fff, #76FF03, #FFC107);
}

.gradient-white-lightgreen-danger {
  background: linear-gradient(#fff, #76FF03, #DC3545);
}

.gradient-white-lightgreen-light {
  background: linear-gradient(#fff, #76FF03, #f5f5f5);
}

.gradient-white-lightgreen-dark {
  background: linear-gradient(#fff, #76FF03, #212529);
}

.gradient-white-lightgreen-red {
  background: linear-gradient(#fff, #76FF03, #F44336);
}

.gradient-white-lightgreen-green {
  background: linear-gradient(#fff, #76FF03, #4CAF50);
}

.gradient-white-lightgreen-blue {
  background: linear-gradient(#fff, #76FF03, #2196F3);
}

.gradient-white-lightgreen-black {
  background: linear-gradient(#fff, #76FF03, #000);
}

.gradient-white-lightgreen-pink {
  background: linear-gradient(#fff, #76FF03, #E91E63);
}

.gradient-white-lightgreen-purple {
  background: linear-gradient(#fff, #76FF03, #9C27B0);
}

.gradient-white-lightgreen-indigo {
  background: linear-gradient(#fff, #76FF03, #3E51B5);
}

.gradient-white-lightgreen-cyan {
  background: linear-gradient(#fff, #76FF03, #00BCD4);
}

.gradient-white-lightgreen-teal {
  background: linear-gradient(#fff, #76FF03, #009688);
}

.gradient-white-lightgreen-lime {
  background: linear-gradient(#fff, #76FF03, #CDDC39);
}

.gradient-white-lightgreen-yellow {
  background: linear-gradient(#fff, #76FF03, #FFEB3B);
}

.gradient-white-lightgreen-amber {
  background: linear-gradient(#fff, #76FF03, #FFC107);
}

.gradient-white-lightgreen-orange {
  background: linear-gradient(#fff, #76FF03, #FF9800);
}

.gradient-white-lightgreen-lightblue {
  background: linear-gradient(#fff, #76FF03, #03A9F4);
}

.gradient-white-lightgreen-deeppurple {
  background: linear-gradient(#fff, #76FF03, #673AB7);
}

.gradient-white-lightgreen-deeporange {
  background: linear-gradient(#fff, #76FF03, #DD6E0F);
}

.gradient-white-lightgreen-brown {
  background: linear-gradient(#fff, #76FF03, #964B00);
}

.gradient-white-lightgreen-grey {
  background: linear-gradient(#fff, #76FF03, #808080);
}

.gradient-white-deeppurple {
  background: linear-gradient(#fff, #673AB7);
}

.gradient-to-top-white-deeppurple {
  background: linear-gradient(to top, #fff, #673AB7);
}

.gradient-to-bottom-white-deeppurple {
  background: linear-gradient(to bottom, #fff, #673AB7);
}

.gradient-to-left-white-deeppurple {
  background: linear-gradient(to left, #fff, #673AB7);
}

.gradient-to-right-white-deeppurple {
  background: linear-gradient(to right, #fff, #673AB7);
}

.gradient-to-top-left-white-deeppurple {
  background: linear-gradient(to top left, #fff, #673AB7);
}

.gradient-to-top-right-white-deeppurple {
  background: linear-gradient(to top right, #fff, #673AB7);
}

.gradient-to-bottom-left-white-deeppurple {
  background: linear-gradient(to bottom left, #fff, #673AB7);
}

.gradient-to-bottom-right-white-deeppurple {
  background: linear-gradient(to bottom right, #fff, #673AB7);
}

.gradient-radial-white-deeppurple {
  background: radial-gradient(circle, #fff, #673AB7);
}

.gradient-white-deeppurple-primary {
  background: linear-gradient(#fff, #673AB7, #03A9F4);
}

.gradient-white-deeppurple-secondary {
  background: linear-gradient(#fff, #673AB7, #333);
}

.gradient-white-deeppurple-success {
  background: linear-gradient(#fff, #673AB7, #28a745);
}

.gradient-white-deeppurple-info {
  background: linear-gradient(#fff, #673AB7, #0DCAF0);
}

.gradient-white-deeppurple-warning {
  background: linear-gradient(#fff, #673AB7, #FFC107);
}

.gradient-white-deeppurple-danger {
  background: linear-gradient(#fff, #673AB7, #DC3545);
}

.gradient-white-deeppurple-light {
  background: linear-gradient(#fff, #673AB7, #f5f5f5);
}

.gradient-white-deeppurple-dark {
  background: linear-gradient(#fff, #673AB7, #212529);
}

.gradient-white-deeppurple-red {
  background: linear-gradient(#fff, #673AB7, #F44336);
}

.gradient-white-deeppurple-green {
  background: linear-gradient(#fff, #673AB7, #4CAF50);
}

.gradient-white-deeppurple-blue {
  background: linear-gradient(#fff, #673AB7, #2196F3);
}

.gradient-white-deeppurple-black {
  background: linear-gradient(#fff, #673AB7, #000);
}

.gradient-white-deeppurple-pink {
  background: linear-gradient(#fff, #673AB7, #E91E63);
}

.gradient-white-deeppurple-purple {
  background: linear-gradient(#fff, #673AB7, #9C27B0);
}

.gradient-white-deeppurple-indigo {
  background: linear-gradient(#fff, #673AB7, #3E51B5);
}

.gradient-white-deeppurple-cyan {
  background: linear-gradient(#fff, #673AB7, #00BCD4);
}

.gradient-white-deeppurple-teal {
  background: linear-gradient(#fff, #673AB7, #009688);
}

.gradient-white-deeppurple-lime {
  background: linear-gradient(#fff, #673AB7, #CDDC39);
}

.gradient-white-deeppurple-yellow {
  background: linear-gradient(#fff, #673AB7, #FFEB3B);
}

.gradient-white-deeppurple-amber {
  background: linear-gradient(#fff, #673AB7, #FFC107);
}

.gradient-white-deeppurple-orange {
  background: linear-gradient(#fff, #673AB7, #FF9800);
}

.gradient-white-deeppurple-lightblue {
  background: linear-gradient(#fff, #673AB7, #03A9F4);
}

.gradient-white-deeppurple-lightgreen {
  background: linear-gradient(#fff, #673AB7, #76FF03);
}

.gradient-white-deeppurple-deeporange {
  background: linear-gradient(#fff, #673AB7, #DD6E0F);
}

.gradient-white-deeppurple-brown {
  background: linear-gradient(#fff, #673AB7, #964B00);
}

.gradient-white-deeppurple-grey {
  background: linear-gradient(#fff, #673AB7, #808080);
}

.gradient-white-deeporange {
  background: linear-gradient(#fff, #DD6E0F);
}

.gradient-to-top-white-deeporange {
  background: linear-gradient(to top, #fff, #DD6E0F);
}

.gradient-to-bottom-white-deeporange {
  background: linear-gradient(to bottom, #fff, #DD6E0F);
}

.gradient-to-left-white-deeporange {
  background: linear-gradient(to left, #fff, #DD6E0F);
}

.gradient-to-right-white-deeporange {
  background: linear-gradient(to right, #fff, #DD6E0F);
}

.gradient-to-top-left-white-deeporange {
  background: linear-gradient(to top left, #fff, #DD6E0F);
}

.gradient-to-top-right-white-deeporange {
  background: linear-gradient(to top right, #fff, #DD6E0F);
}

.gradient-to-bottom-left-white-deeporange {
  background: linear-gradient(to bottom left, #fff, #DD6E0F);
}

.gradient-to-bottom-right-white-deeporange {
  background: linear-gradient(to bottom right, #fff, #DD6E0F);
}

.gradient-radial-white-deeporange {
  background: radial-gradient(circle, #fff, #DD6E0F);
}

.gradient-white-deeporange-primary {
  background: linear-gradient(#fff, #DD6E0F, #03A9F4);
}

.gradient-white-deeporange-secondary {
  background: linear-gradient(#fff, #DD6E0F, #333);
}

.gradient-white-deeporange-success {
  background: linear-gradient(#fff, #DD6E0F, #28a745);
}

.gradient-white-deeporange-info {
  background: linear-gradient(#fff, #DD6E0F, #0DCAF0);
}

.gradient-white-deeporange-warning {
  background: linear-gradient(#fff, #DD6E0F, #FFC107);
}

.gradient-white-deeporange-danger {
  background: linear-gradient(#fff, #DD6E0F, #DC3545);
}

.gradient-white-deeporange-light {
  background: linear-gradient(#fff, #DD6E0F, #f5f5f5);
}

.gradient-white-deeporange-dark {
  background: linear-gradient(#fff, #DD6E0F, #212529);
}

.gradient-white-deeporange-red {
  background: linear-gradient(#fff, #DD6E0F, #F44336);
}

.gradient-white-deeporange-green {
  background: linear-gradient(#fff, #DD6E0F, #4CAF50);
}

.gradient-white-deeporange-blue {
  background: linear-gradient(#fff, #DD6E0F, #2196F3);
}

.gradient-white-deeporange-black {
  background: linear-gradient(#fff, #DD6E0F, #000);
}

.gradient-white-deeporange-pink {
  background: linear-gradient(#fff, #DD6E0F, #E91E63);
}

.gradient-white-deeporange-purple {
  background: linear-gradient(#fff, #DD6E0F, #9C27B0);
}

.gradient-white-deeporange-indigo {
  background: linear-gradient(#fff, #DD6E0F, #3E51B5);
}

.gradient-white-deeporange-cyan {
  background: linear-gradient(#fff, #DD6E0F, #00BCD4);
}

.gradient-white-deeporange-teal {
  background: linear-gradient(#fff, #DD6E0F, #009688);
}

.gradient-white-deeporange-lime {
  background: linear-gradient(#fff, #DD6E0F, #CDDC39);
}

.gradient-white-deeporange-yellow {
  background: linear-gradient(#fff, #DD6E0F, #FFEB3B);
}

.gradient-white-deeporange-amber {
  background: linear-gradient(#fff, #DD6E0F, #FFC107);
}

.gradient-white-deeporange-orange {
  background: linear-gradient(#fff, #DD6E0F, #FF9800);
}

.gradient-white-deeporange-lightblue {
  background: linear-gradient(#fff, #DD6E0F, #03A9F4);
}

.gradient-white-deeporange-lightgreen {
  background: linear-gradient(#fff, #DD6E0F, #76FF03);
}

.gradient-white-deeporange-deeppurple {
  background: linear-gradient(#fff, #DD6E0F, #673AB7);
}

.gradient-white-deeporange-brown {
  background: linear-gradient(#fff, #DD6E0F, #964B00);
}

.gradient-white-deeporange-grey {
  background: linear-gradient(#fff, #DD6E0F, #808080);
}

.gradient-white-brown {
  background: linear-gradient(#fff, #964B00);
}

.gradient-to-top-white-brown {
  background: linear-gradient(to top, #fff, #964B00);
}

.gradient-to-bottom-white-brown {
  background: linear-gradient(to bottom, #fff, #964B00);
}

.gradient-to-left-white-brown {
  background: linear-gradient(to left, #fff, #964B00);
}

.gradient-to-right-white-brown {
  background: linear-gradient(to right, #fff, #964B00);
}

.gradient-to-top-left-white-brown {
  background: linear-gradient(to top left, #fff, #964B00);
}

.gradient-to-top-right-white-brown {
  background: linear-gradient(to top right, #fff, #964B00);
}

.gradient-to-bottom-left-white-brown {
  background: linear-gradient(to bottom left, #fff, #964B00);
}

.gradient-to-bottom-right-white-brown {
  background: linear-gradient(to bottom right, #fff, #964B00);
}

.gradient-radial-white-brown {
  background: radial-gradient(circle, #fff, #964B00);
}

.gradient-white-brown-primary {
  background: linear-gradient(#fff, #964B00, #03A9F4);
}

.gradient-white-brown-secondary {
  background: linear-gradient(#fff, #964B00, #333);
}

.gradient-white-brown-success {
  background: linear-gradient(#fff, #964B00, #28a745);
}

.gradient-white-brown-info {
  background: linear-gradient(#fff, #964B00, #0DCAF0);
}

.gradient-white-brown-warning {
  background: linear-gradient(#fff, #964B00, #FFC107);
}

.gradient-white-brown-danger {
  background: linear-gradient(#fff, #964B00, #DC3545);
}

.gradient-white-brown-light {
  background: linear-gradient(#fff, #964B00, #f5f5f5);
}

.gradient-white-brown-dark {
  background: linear-gradient(#fff, #964B00, #212529);
}

.gradient-white-brown-red {
  background: linear-gradient(#fff, #964B00, #F44336);
}

.gradient-white-brown-green {
  background: linear-gradient(#fff, #964B00, #4CAF50);
}

.gradient-white-brown-blue {
  background: linear-gradient(#fff, #964B00, #2196F3);
}

.gradient-white-brown-black {
  background: linear-gradient(#fff, #964B00, #000);
}

.gradient-white-brown-pink {
  background: linear-gradient(#fff, #964B00, #E91E63);
}

.gradient-white-brown-purple {
  background: linear-gradient(#fff, #964B00, #9C27B0);
}

.gradient-white-brown-indigo {
  background: linear-gradient(#fff, #964B00, #3E51B5);
}

.gradient-white-brown-cyan {
  background: linear-gradient(#fff, #964B00, #00BCD4);
}

.gradient-white-brown-teal {
  background: linear-gradient(#fff, #964B00, #009688);
}

.gradient-white-brown-lime {
  background: linear-gradient(#fff, #964B00, #CDDC39);
}

.gradient-white-brown-yellow {
  background: linear-gradient(#fff, #964B00, #FFEB3B);
}

.gradient-white-brown-amber {
  background: linear-gradient(#fff, #964B00, #FFC107);
}

.gradient-white-brown-orange {
  background: linear-gradient(#fff, #964B00, #FF9800);
}

.gradient-white-brown-lightblue {
  background: linear-gradient(#fff, #964B00, #03A9F4);
}

.gradient-white-brown-lightgreen {
  background: linear-gradient(#fff, #964B00, #76FF03);
}

.gradient-white-brown-deeppurple {
  background: linear-gradient(#fff, #964B00, #673AB7);
}

.gradient-white-brown-deeporange {
  background: linear-gradient(#fff, #964B00, #DD6E0F);
}

.gradient-white-brown-grey {
  background: linear-gradient(#fff, #964B00, #808080);
}

.gradient-white-grey {
  background: linear-gradient(#fff, #808080);
}

.gradient-to-top-white-grey {
  background: linear-gradient(to top, #fff, #808080);
}

.gradient-to-bottom-white-grey {
  background: linear-gradient(to bottom, #fff, #808080);
}

.gradient-to-left-white-grey {
  background: linear-gradient(to left, #fff, #808080);
}

.gradient-to-right-white-grey {
  background: linear-gradient(to right, #fff, #808080);
}

.gradient-to-top-left-white-grey {
  background: linear-gradient(to top left, #fff, #808080);
}

.gradient-to-top-right-white-grey {
  background: linear-gradient(to top right, #fff, #808080);
}

.gradient-to-bottom-left-white-grey {
  background: linear-gradient(to bottom left, #fff, #808080);
}

.gradient-to-bottom-right-white-grey {
  background: linear-gradient(to bottom right, #fff, #808080);
}

.gradient-radial-white-grey {
  background: radial-gradient(circle, #fff, #808080);
}

.gradient-white-grey-primary {
  background: linear-gradient(#fff, #808080, #03A9F4);
}

.gradient-white-grey-secondary {
  background: linear-gradient(#fff, #808080, #333);
}

.gradient-white-grey-success {
  background: linear-gradient(#fff, #808080, #28a745);
}

.gradient-white-grey-info {
  background: linear-gradient(#fff, #808080, #0DCAF0);
}

.gradient-white-grey-warning {
  background: linear-gradient(#fff, #808080, #FFC107);
}

.gradient-white-grey-danger {
  background: linear-gradient(#fff, #808080, #DC3545);
}

.gradient-white-grey-light {
  background: linear-gradient(#fff, #808080, #f5f5f5);
}

.gradient-white-grey-dark {
  background: linear-gradient(#fff, #808080, #212529);
}

.gradient-white-grey-red {
  background: linear-gradient(#fff, #808080, #F44336);
}

.gradient-white-grey-green {
  background: linear-gradient(#fff, #808080, #4CAF50);
}

.gradient-white-grey-blue {
  background: linear-gradient(#fff, #808080, #2196F3);
}

.gradient-white-grey-black {
  background: linear-gradient(#fff, #808080, #000);
}

.gradient-white-grey-pink {
  background: linear-gradient(#fff, #808080, #E91E63);
}

.gradient-white-grey-purple {
  background: linear-gradient(#fff, #808080, #9C27B0);
}

.gradient-white-grey-indigo {
  background: linear-gradient(#fff, #808080, #3E51B5);
}

.gradient-white-grey-cyan {
  background: linear-gradient(#fff, #808080, #00BCD4);
}

.gradient-white-grey-teal {
  background: linear-gradient(#fff, #808080, #009688);
}

.gradient-white-grey-lime {
  background: linear-gradient(#fff, #808080, #CDDC39);
}

.gradient-white-grey-yellow {
  background: linear-gradient(#fff, #808080, #FFEB3B);
}

.gradient-white-grey-amber {
  background: linear-gradient(#fff, #808080, #FFC107);
}

.gradient-white-grey-orange {
  background: linear-gradient(#fff, #808080, #FF9800);
}

.gradient-white-grey-lightblue {
  background: linear-gradient(#fff, #808080, #03A9F4);
}

.gradient-white-grey-lightgreen {
  background: linear-gradient(#fff, #808080, #76FF03);
}

.gradient-white-grey-deeppurple {
  background: linear-gradient(#fff, #808080, #673AB7);
}

.gradient-white-grey-deeporange {
  background: linear-gradient(#fff, #808080, #DD6E0F);
}

.gradient-white-grey-brown {
  background: linear-gradient(#fff, #808080, #964B00);
}

.gradient-pink-primary {
  background: linear-gradient(#E91E63, #03A9F4);
}

.gradient-to-top-pink-primary {
  background: linear-gradient(to top, #E91E63, #03A9F4);
}

.gradient-to-bottom-pink-primary {
  background: linear-gradient(to bottom, #E91E63, #03A9F4);
}

.gradient-to-left-pink-primary {
  background: linear-gradient(to left, #E91E63, #03A9F4);
}

.gradient-to-right-pink-primary {
  background: linear-gradient(to right, #E91E63, #03A9F4);
}

.gradient-to-top-left-pink-primary {
  background: linear-gradient(to top left, #E91E63, #03A9F4);
}

.gradient-to-top-right-pink-primary {
  background: linear-gradient(to top right, #E91E63, #03A9F4);
}

.gradient-to-bottom-left-pink-primary {
  background: linear-gradient(to bottom left, #E91E63, #03A9F4);
}

.gradient-to-bottom-right-pink-primary {
  background: linear-gradient(to bottom right, #E91E63, #03A9F4);
}

.gradient-radial-pink-primary {
  background: radial-gradient(circle, #E91E63, #03A9F4);
}

.gradient-pink-primary-secondary {
  background: linear-gradient(#E91E63, #03A9F4, #333);
}

.gradient-pink-primary-success {
  background: linear-gradient(#E91E63, #03A9F4, #28a745);
}

.gradient-pink-primary-info {
  background: linear-gradient(#E91E63, #03A9F4, #0DCAF0);
}

.gradient-pink-primary-warning {
  background: linear-gradient(#E91E63, #03A9F4, #FFC107);
}

.gradient-pink-primary-danger {
  background: linear-gradient(#E91E63, #03A9F4, #DC3545);
}

.gradient-pink-primary-light {
  background: linear-gradient(#E91E63, #03A9F4, #f5f5f5);
}

.gradient-pink-primary-dark {
  background: linear-gradient(#E91E63, #03A9F4, #212529);
}

.gradient-pink-primary-red {
  background: linear-gradient(#E91E63, #03A9F4, #F44336);
}

.gradient-pink-primary-green {
  background: linear-gradient(#E91E63, #03A9F4, #4CAF50);
}

.gradient-pink-primary-blue {
  background: linear-gradient(#E91E63, #03A9F4, #2196F3);
}

.gradient-pink-primary-black {
  background: linear-gradient(#E91E63, #03A9F4, #000);
}

.gradient-pink-primary-white {
  background: linear-gradient(#E91E63, #03A9F4, #fff);
}

.gradient-pink-primary-purple {
  background: linear-gradient(#E91E63, #03A9F4, #9C27B0);
}

.gradient-pink-primary-indigo {
  background: linear-gradient(#E91E63, #03A9F4, #3E51B5);
}

.gradient-pink-primary-cyan {
  background: linear-gradient(#E91E63, #03A9F4, #00BCD4);
}

.gradient-pink-primary-teal {
  background: linear-gradient(#E91E63, #03A9F4, #009688);
}

.gradient-pink-primary-lime {
  background: linear-gradient(#E91E63, #03A9F4, #CDDC39);
}

.gradient-pink-primary-yellow {
  background: linear-gradient(#E91E63, #03A9F4, #FFEB3B);
}

.gradient-pink-primary-amber {
  background: linear-gradient(#E91E63, #03A9F4, #FFC107);
}

.gradient-pink-primary-orange {
  background: linear-gradient(#E91E63, #03A9F4, #FF9800);
}

.gradient-pink-primary-lightblue {
  background: linear-gradient(#E91E63, #03A9F4, #03A9F4);
}

.gradient-pink-primary-lightgreen {
  background: linear-gradient(#E91E63, #03A9F4, #76FF03);
}

.gradient-pink-primary-deeppurple {
  background: linear-gradient(#E91E63, #03A9F4, #673AB7);
}

.gradient-pink-primary-deeporange {
  background: linear-gradient(#E91E63, #03A9F4, #DD6E0F);
}

.gradient-pink-primary-brown {
  background: linear-gradient(#E91E63, #03A9F4, #964B00);
}

.gradient-pink-primary-grey {
  background: linear-gradient(#E91E63, #03A9F4, #808080);
}

.gradient-pink-secondary {
  background: linear-gradient(#E91E63, #333);
}

.gradient-to-top-pink-secondary {
  background: linear-gradient(to top, #E91E63, #333);
}

.gradient-to-bottom-pink-secondary {
  background: linear-gradient(to bottom, #E91E63, #333);
}

.gradient-to-left-pink-secondary {
  background: linear-gradient(to left, #E91E63, #333);
}

.gradient-to-right-pink-secondary {
  background: linear-gradient(to right, #E91E63, #333);
}

.gradient-to-top-left-pink-secondary {
  background: linear-gradient(to top left, #E91E63, #333);
}

.gradient-to-top-right-pink-secondary {
  background: linear-gradient(to top right, #E91E63, #333);
}

.gradient-to-bottom-left-pink-secondary {
  background: linear-gradient(to bottom left, #E91E63, #333);
}

.gradient-to-bottom-right-pink-secondary {
  background: linear-gradient(to bottom right, #E91E63, #333);
}

.gradient-radial-pink-secondary {
  background: radial-gradient(circle, #E91E63, #333);
}

.gradient-pink-secondary-primary {
  background: linear-gradient(#E91E63, #333, #03A9F4);
}

.gradient-pink-secondary-success {
  background: linear-gradient(#E91E63, #333, #28a745);
}

.gradient-pink-secondary-info {
  background: linear-gradient(#E91E63, #333, #0DCAF0);
}

.gradient-pink-secondary-warning {
  background: linear-gradient(#E91E63, #333, #FFC107);
}

.gradient-pink-secondary-danger {
  background: linear-gradient(#E91E63, #333, #DC3545);
}

.gradient-pink-secondary-light {
  background: linear-gradient(#E91E63, #333, #f5f5f5);
}

.gradient-pink-secondary-dark {
  background: linear-gradient(#E91E63, #333, #212529);
}

.gradient-pink-secondary-red {
  background: linear-gradient(#E91E63, #333, #F44336);
}

.gradient-pink-secondary-green {
  background: linear-gradient(#E91E63, #333, #4CAF50);
}

.gradient-pink-secondary-blue {
  background: linear-gradient(#E91E63, #333, #2196F3);
}

.gradient-pink-secondary-black {
  background: linear-gradient(#E91E63, #333, #000);
}

.gradient-pink-secondary-white {
  background: linear-gradient(#E91E63, #333, #fff);
}

.gradient-pink-secondary-purple {
  background: linear-gradient(#E91E63, #333, #9C27B0);
}

.gradient-pink-secondary-indigo {
  background: linear-gradient(#E91E63, #333, #3E51B5);
}

.gradient-pink-secondary-cyan {
  background: linear-gradient(#E91E63, #333, #00BCD4);
}

.gradient-pink-secondary-teal {
  background: linear-gradient(#E91E63, #333, #009688);
}

.gradient-pink-secondary-lime {
  background: linear-gradient(#E91E63, #333, #CDDC39);
}

.gradient-pink-secondary-yellow {
  background: linear-gradient(#E91E63, #333, #FFEB3B);
}

.gradient-pink-secondary-amber {
  background: linear-gradient(#E91E63, #333, #FFC107);
}

.gradient-pink-secondary-orange {
  background: linear-gradient(#E91E63, #333, #FF9800);
}

.gradient-pink-secondary-lightblue {
  background: linear-gradient(#E91E63, #333, #03A9F4);
}

.gradient-pink-secondary-lightgreen {
  background: linear-gradient(#E91E63, #333, #76FF03);
}

.gradient-pink-secondary-deeppurple {
  background: linear-gradient(#E91E63, #333, #673AB7);
}

.gradient-pink-secondary-deeporange {
  background: linear-gradient(#E91E63, #333, #DD6E0F);
}

.gradient-pink-secondary-brown {
  background: linear-gradient(#E91E63, #333, #964B00);
}

.gradient-pink-secondary-grey {
  background: linear-gradient(#E91E63, #333, #808080);
}

.gradient-pink-success {
  background: linear-gradient(#E91E63, #28a745);
}

.gradient-to-top-pink-success {
  background: linear-gradient(to top, #E91E63, #28a745);
}

.gradient-to-bottom-pink-success {
  background: linear-gradient(to bottom, #E91E63, #28a745);
}

.gradient-to-left-pink-success {
  background: linear-gradient(to left, #E91E63, #28a745);
}

.gradient-to-right-pink-success {
  background: linear-gradient(to right, #E91E63, #28a745);
}

.gradient-to-top-left-pink-success {
  background: linear-gradient(to top left, #E91E63, #28a745);
}

.gradient-to-top-right-pink-success {
  background: linear-gradient(to top right, #E91E63, #28a745);
}

.gradient-to-bottom-left-pink-success {
  background: linear-gradient(to bottom left, #E91E63, #28a745);
}

.gradient-to-bottom-right-pink-success {
  background: linear-gradient(to bottom right, #E91E63, #28a745);
}

.gradient-radial-pink-success {
  background: radial-gradient(circle, #E91E63, #28a745);
}

.gradient-pink-success-primary {
  background: linear-gradient(#E91E63, #28a745, #03A9F4);
}

.gradient-pink-success-secondary {
  background: linear-gradient(#E91E63, #28a745, #333);
}

.gradient-pink-success-info {
  background: linear-gradient(#E91E63, #28a745, #0DCAF0);
}

.gradient-pink-success-warning {
  background: linear-gradient(#E91E63, #28a745, #FFC107);
}

.gradient-pink-success-danger {
  background: linear-gradient(#E91E63, #28a745, #DC3545);
}

.gradient-pink-success-light {
  background: linear-gradient(#E91E63, #28a745, #f5f5f5);
}

.gradient-pink-success-dark {
  background: linear-gradient(#E91E63, #28a745, #212529);
}

.gradient-pink-success-red {
  background: linear-gradient(#E91E63, #28a745, #F44336);
}

.gradient-pink-success-green {
  background: linear-gradient(#E91E63, #28a745, #4CAF50);
}

.gradient-pink-success-blue {
  background: linear-gradient(#E91E63, #28a745, #2196F3);
}

.gradient-pink-success-black {
  background: linear-gradient(#E91E63, #28a745, #000);
}

.gradient-pink-success-white {
  background: linear-gradient(#E91E63, #28a745, #fff);
}

.gradient-pink-success-purple {
  background: linear-gradient(#E91E63, #28a745, #9C27B0);
}

.gradient-pink-success-indigo {
  background: linear-gradient(#E91E63, #28a745, #3E51B5);
}

.gradient-pink-success-cyan {
  background: linear-gradient(#E91E63, #28a745, #00BCD4);
}

.gradient-pink-success-teal {
  background: linear-gradient(#E91E63, #28a745, #009688);
}

.gradient-pink-success-lime {
  background: linear-gradient(#E91E63, #28a745, #CDDC39);
}

.gradient-pink-success-yellow {
  background: linear-gradient(#E91E63, #28a745, #FFEB3B);
}

.gradient-pink-success-amber {
  background: linear-gradient(#E91E63, #28a745, #FFC107);
}

.gradient-pink-success-orange {
  background: linear-gradient(#E91E63, #28a745, #FF9800);
}

.gradient-pink-success-lightblue {
  background: linear-gradient(#E91E63, #28a745, #03A9F4);
}

.gradient-pink-success-lightgreen {
  background: linear-gradient(#E91E63, #28a745, #76FF03);
}

.gradient-pink-success-deeppurple {
  background: linear-gradient(#E91E63, #28a745, #673AB7);
}

.gradient-pink-success-deeporange {
  background: linear-gradient(#E91E63, #28a745, #DD6E0F);
}

.gradient-pink-success-brown {
  background: linear-gradient(#E91E63, #28a745, #964B00);
}

.gradient-pink-success-grey {
  background: linear-gradient(#E91E63, #28a745, #808080);
}

.gradient-pink-info {
  background: linear-gradient(#E91E63, #0DCAF0);
}

.gradient-to-top-pink-info {
  background: linear-gradient(to top, #E91E63, #0DCAF0);
}

.gradient-to-bottom-pink-info {
  background: linear-gradient(to bottom, #E91E63, #0DCAF0);
}

.gradient-to-left-pink-info {
  background: linear-gradient(to left, #E91E63, #0DCAF0);
}

.gradient-to-right-pink-info {
  background: linear-gradient(to right, #E91E63, #0DCAF0);
}

.gradient-to-top-left-pink-info {
  background: linear-gradient(to top left, #E91E63, #0DCAF0);
}

.gradient-to-top-right-pink-info {
  background: linear-gradient(to top right, #E91E63, #0DCAF0);
}

.gradient-to-bottom-left-pink-info {
  background: linear-gradient(to bottom left, #E91E63, #0DCAF0);
}

.gradient-to-bottom-right-pink-info {
  background: linear-gradient(to bottom right, #E91E63, #0DCAF0);
}

.gradient-radial-pink-info {
  background: radial-gradient(circle, #E91E63, #0DCAF0);
}

.gradient-pink-info-primary {
  background: linear-gradient(#E91E63, #0DCAF0, #03A9F4);
}

.gradient-pink-info-secondary {
  background: linear-gradient(#E91E63, #0DCAF0, #333);
}

.gradient-pink-info-success {
  background: linear-gradient(#E91E63, #0DCAF0, #28a745);
}

.gradient-pink-info-warning {
  background: linear-gradient(#E91E63, #0DCAF0, #FFC107);
}

.gradient-pink-info-danger {
  background: linear-gradient(#E91E63, #0DCAF0, #DC3545);
}

.gradient-pink-info-light {
  background: linear-gradient(#E91E63, #0DCAF0, #f5f5f5);
}

.gradient-pink-info-dark {
  background: linear-gradient(#E91E63, #0DCAF0, #212529);
}

.gradient-pink-info-red {
  background: linear-gradient(#E91E63, #0DCAF0, #F44336);
}

.gradient-pink-info-green {
  background: linear-gradient(#E91E63, #0DCAF0, #4CAF50);
}

.gradient-pink-info-blue {
  background: linear-gradient(#E91E63, #0DCAF0, #2196F3);
}

.gradient-pink-info-black {
  background: linear-gradient(#E91E63, #0DCAF0, #000);
}

.gradient-pink-info-white {
  background: linear-gradient(#E91E63, #0DCAF0, #fff);
}

.gradient-pink-info-purple {
  background: linear-gradient(#E91E63, #0DCAF0, #9C27B0);
}

.gradient-pink-info-indigo {
  background: linear-gradient(#E91E63, #0DCAF0, #3E51B5);
}

.gradient-pink-info-cyan {
  background: linear-gradient(#E91E63, #0DCAF0, #00BCD4);
}

.gradient-pink-info-teal {
  background: linear-gradient(#E91E63, #0DCAF0, #009688);
}

.gradient-pink-info-lime {
  background: linear-gradient(#E91E63, #0DCAF0, #CDDC39);
}

.gradient-pink-info-yellow {
  background: linear-gradient(#E91E63, #0DCAF0, #FFEB3B);
}

.gradient-pink-info-amber {
  background: linear-gradient(#E91E63, #0DCAF0, #FFC107);
}

.gradient-pink-info-orange {
  background: linear-gradient(#E91E63, #0DCAF0, #FF9800);
}

.gradient-pink-info-lightblue {
  background: linear-gradient(#E91E63, #0DCAF0, #03A9F4);
}

.gradient-pink-info-lightgreen {
  background: linear-gradient(#E91E63, #0DCAF0, #76FF03);
}

.gradient-pink-info-deeppurple {
  background: linear-gradient(#E91E63, #0DCAF0, #673AB7);
}

.gradient-pink-info-deeporange {
  background: linear-gradient(#E91E63, #0DCAF0, #DD6E0F);
}

.gradient-pink-info-brown {
  background: linear-gradient(#E91E63, #0DCAF0, #964B00);
}

.gradient-pink-info-grey {
  background: linear-gradient(#E91E63, #0DCAF0, #808080);
}

.gradient-pink-warning {
  background: linear-gradient(#E91E63, #FFC107);
}

.gradient-to-top-pink-warning {
  background: linear-gradient(to top, #E91E63, #FFC107);
}

.gradient-to-bottom-pink-warning {
  background: linear-gradient(to bottom, #E91E63, #FFC107);
}

.gradient-to-left-pink-warning {
  background: linear-gradient(to left, #E91E63, #FFC107);
}

.gradient-to-right-pink-warning {
  background: linear-gradient(to right, #E91E63, #FFC107);
}

.gradient-to-top-left-pink-warning {
  background: linear-gradient(to top left, #E91E63, #FFC107);
}

.gradient-to-top-right-pink-warning {
  background: linear-gradient(to top right, #E91E63, #FFC107);
}

.gradient-to-bottom-left-pink-warning {
  background: linear-gradient(to bottom left, #E91E63, #FFC107);
}

.gradient-to-bottom-right-pink-warning {
  background: linear-gradient(to bottom right, #E91E63, #FFC107);
}

.gradient-radial-pink-warning {
  background: radial-gradient(circle, #E91E63, #FFC107);
}

.gradient-pink-warning-primary {
  background: linear-gradient(#E91E63, #FFC107, #03A9F4);
}

.gradient-pink-warning-secondary {
  background: linear-gradient(#E91E63, #FFC107, #333);
}

.gradient-pink-warning-success {
  background: linear-gradient(#E91E63, #FFC107, #28a745);
}

.gradient-pink-warning-info {
  background: linear-gradient(#E91E63, #FFC107, #0DCAF0);
}

.gradient-pink-warning-danger {
  background: linear-gradient(#E91E63, #FFC107, #DC3545);
}

.gradient-pink-warning-light {
  background: linear-gradient(#E91E63, #FFC107, #f5f5f5);
}

.gradient-pink-warning-dark {
  background: linear-gradient(#E91E63, #FFC107, #212529);
}

.gradient-pink-warning-red {
  background: linear-gradient(#E91E63, #FFC107, #F44336);
}

.gradient-pink-warning-green {
  background: linear-gradient(#E91E63, #FFC107, #4CAF50);
}

.gradient-pink-warning-blue {
  background: linear-gradient(#E91E63, #FFC107, #2196F3);
}

.gradient-pink-warning-black {
  background: linear-gradient(#E91E63, #FFC107, #000);
}

.gradient-pink-warning-white {
  background: linear-gradient(#E91E63, #FFC107, #fff);
}

.gradient-pink-warning-purple {
  background: linear-gradient(#E91E63, #FFC107, #9C27B0);
}

.gradient-pink-warning-indigo {
  background: linear-gradient(#E91E63, #FFC107, #3E51B5);
}

.gradient-pink-warning-cyan {
  background: linear-gradient(#E91E63, #FFC107, #00BCD4);
}

.gradient-pink-warning-teal {
  background: linear-gradient(#E91E63, #FFC107, #009688);
}

.gradient-pink-warning-lime {
  background: linear-gradient(#E91E63, #FFC107, #CDDC39);
}

.gradient-pink-warning-yellow {
  background: linear-gradient(#E91E63, #FFC107, #FFEB3B);
}

.gradient-pink-warning-amber {
  background: linear-gradient(#E91E63, #FFC107, #FFC107);
}

.gradient-pink-warning-orange {
  background: linear-gradient(#E91E63, #FFC107, #FF9800);
}

.gradient-pink-warning-lightblue {
  background: linear-gradient(#E91E63, #FFC107, #03A9F4);
}

.gradient-pink-warning-lightgreen {
  background: linear-gradient(#E91E63, #FFC107, #76FF03);
}

.gradient-pink-warning-deeppurple {
  background: linear-gradient(#E91E63, #FFC107, #673AB7);
}

.gradient-pink-warning-deeporange {
  background: linear-gradient(#E91E63, #FFC107, #DD6E0F);
}

.gradient-pink-warning-brown {
  background: linear-gradient(#E91E63, #FFC107, #964B00);
}

.gradient-pink-warning-grey {
  background: linear-gradient(#E91E63, #FFC107, #808080);
}

.gradient-pink-danger {
  background: linear-gradient(#E91E63, #DC3545);
}

.gradient-to-top-pink-danger {
  background: linear-gradient(to top, #E91E63, #DC3545);
}

.gradient-to-bottom-pink-danger {
  background: linear-gradient(to bottom, #E91E63, #DC3545);
}

.gradient-to-left-pink-danger {
  background: linear-gradient(to left, #E91E63, #DC3545);
}

.gradient-to-right-pink-danger {
  background: linear-gradient(to right, #E91E63, #DC3545);
}

.gradient-to-top-left-pink-danger {
  background: linear-gradient(to top left, #E91E63, #DC3545);
}

.gradient-to-top-right-pink-danger {
  background: linear-gradient(to top right, #E91E63, #DC3545);
}

.gradient-to-bottom-left-pink-danger {
  background: linear-gradient(to bottom left, #E91E63, #DC3545);
}

.gradient-to-bottom-right-pink-danger {
  background: linear-gradient(to bottom right, #E91E63, #DC3545);
}

.gradient-radial-pink-danger {
  background: radial-gradient(circle, #E91E63, #DC3545);
}

.gradient-pink-danger-primary {
  background: linear-gradient(#E91E63, #DC3545, #03A9F4);
}

.gradient-pink-danger-secondary {
  background: linear-gradient(#E91E63, #DC3545, #333);
}

.gradient-pink-danger-success {
  background: linear-gradient(#E91E63, #DC3545, #28a745);
}

.gradient-pink-danger-info {
  background: linear-gradient(#E91E63, #DC3545, #0DCAF0);
}

.gradient-pink-danger-warning {
  background: linear-gradient(#E91E63, #DC3545, #FFC107);
}

.gradient-pink-danger-light {
  background: linear-gradient(#E91E63, #DC3545, #f5f5f5);
}

.gradient-pink-danger-dark {
  background: linear-gradient(#E91E63, #DC3545, #212529);
}

.gradient-pink-danger-red {
  background: linear-gradient(#E91E63, #DC3545, #F44336);
}

.gradient-pink-danger-green {
  background: linear-gradient(#E91E63, #DC3545, #4CAF50);
}

.gradient-pink-danger-blue {
  background: linear-gradient(#E91E63, #DC3545, #2196F3);
}

.gradient-pink-danger-black {
  background: linear-gradient(#E91E63, #DC3545, #000);
}

.gradient-pink-danger-white {
  background: linear-gradient(#E91E63, #DC3545, #fff);
}

.gradient-pink-danger-purple {
  background: linear-gradient(#E91E63, #DC3545, #9C27B0);
}

.gradient-pink-danger-indigo {
  background: linear-gradient(#E91E63, #DC3545, #3E51B5);
}

.gradient-pink-danger-cyan {
  background: linear-gradient(#E91E63, #DC3545, #00BCD4);
}

.gradient-pink-danger-teal {
  background: linear-gradient(#E91E63, #DC3545, #009688);
}

.gradient-pink-danger-lime {
  background: linear-gradient(#E91E63, #DC3545, #CDDC39);
}

.gradient-pink-danger-yellow {
  background: linear-gradient(#E91E63, #DC3545, #FFEB3B);
}

.gradient-pink-danger-amber {
  background: linear-gradient(#E91E63, #DC3545, #FFC107);
}

.gradient-pink-danger-orange {
  background: linear-gradient(#E91E63, #DC3545, #FF9800);
}

.gradient-pink-danger-lightblue {
  background: linear-gradient(#E91E63, #DC3545, #03A9F4);
}

.gradient-pink-danger-lightgreen {
  background: linear-gradient(#E91E63, #DC3545, #76FF03);
}

.gradient-pink-danger-deeppurple {
  background: linear-gradient(#E91E63, #DC3545, #673AB7);
}

.gradient-pink-danger-deeporange {
  background: linear-gradient(#E91E63, #DC3545, #DD6E0F);
}

.gradient-pink-danger-brown {
  background: linear-gradient(#E91E63, #DC3545, #964B00);
}

.gradient-pink-danger-grey {
  background: linear-gradient(#E91E63, #DC3545, #808080);
}

.gradient-pink-light {
  background: linear-gradient(#E91E63, #f5f5f5);
}

.gradient-to-top-pink-light {
  background: linear-gradient(to top, #E91E63, #f5f5f5);
}

.gradient-to-bottom-pink-light {
  background: linear-gradient(to bottom, #E91E63, #f5f5f5);
}

.gradient-to-left-pink-light {
  background: linear-gradient(to left, #E91E63, #f5f5f5);
}

.gradient-to-right-pink-light {
  background: linear-gradient(to right, #E91E63, #f5f5f5);
}

.gradient-to-top-left-pink-light {
  background: linear-gradient(to top left, #E91E63, #f5f5f5);
}

.gradient-to-top-right-pink-light {
  background: linear-gradient(to top right, #E91E63, #f5f5f5);
}

.gradient-to-bottom-left-pink-light {
  background: linear-gradient(to bottom left, #E91E63, #f5f5f5);
}

.gradient-to-bottom-right-pink-light {
  background: linear-gradient(to bottom right, #E91E63, #f5f5f5);
}

.gradient-radial-pink-light {
  background: radial-gradient(circle, #E91E63, #f5f5f5);
}

.gradient-pink-light-primary {
  background: linear-gradient(#E91E63, #f5f5f5, #03A9F4);
}

.gradient-pink-light-secondary {
  background: linear-gradient(#E91E63, #f5f5f5, #333);
}

.gradient-pink-light-success {
  background: linear-gradient(#E91E63, #f5f5f5, #28a745);
}

.gradient-pink-light-info {
  background: linear-gradient(#E91E63, #f5f5f5, #0DCAF0);
}

.gradient-pink-light-warning {
  background: linear-gradient(#E91E63, #f5f5f5, #FFC107);
}

.gradient-pink-light-danger {
  background: linear-gradient(#E91E63, #f5f5f5, #DC3545);
}

.gradient-pink-light-dark {
  background: linear-gradient(#E91E63, #f5f5f5, #212529);
}

.gradient-pink-light-red {
  background: linear-gradient(#E91E63, #f5f5f5, #F44336);
}

.gradient-pink-light-green {
  background: linear-gradient(#E91E63, #f5f5f5, #4CAF50);
}

.gradient-pink-light-blue {
  background: linear-gradient(#E91E63, #f5f5f5, #2196F3);
}

.gradient-pink-light-black {
  background: linear-gradient(#E91E63, #f5f5f5, #000);
}

.gradient-pink-light-white {
  background: linear-gradient(#E91E63, #f5f5f5, #fff);
}

.gradient-pink-light-purple {
  background: linear-gradient(#E91E63, #f5f5f5, #9C27B0);
}

.gradient-pink-light-indigo {
  background: linear-gradient(#E91E63, #f5f5f5, #3E51B5);
}

.gradient-pink-light-cyan {
  background: linear-gradient(#E91E63, #f5f5f5, #00BCD4);
}

.gradient-pink-light-teal {
  background: linear-gradient(#E91E63, #f5f5f5, #009688);
}

.gradient-pink-light-lime {
  background: linear-gradient(#E91E63, #f5f5f5, #CDDC39);
}

.gradient-pink-light-yellow {
  background: linear-gradient(#E91E63, #f5f5f5, #FFEB3B);
}

.gradient-pink-light-amber {
  background: linear-gradient(#E91E63, #f5f5f5, #FFC107);
}

.gradient-pink-light-orange {
  background: linear-gradient(#E91E63, #f5f5f5, #FF9800);
}

.gradient-pink-light-lightblue {
  background: linear-gradient(#E91E63, #f5f5f5, #03A9F4);
}

.gradient-pink-light-lightgreen {
  background: linear-gradient(#E91E63, #f5f5f5, #76FF03);
}

.gradient-pink-light-deeppurple {
  background: linear-gradient(#E91E63, #f5f5f5, #673AB7);
}

.gradient-pink-light-deeporange {
  background: linear-gradient(#E91E63, #f5f5f5, #DD6E0F);
}

.gradient-pink-light-brown {
  background: linear-gradient(#E91E63, #f5f5f5, #964B00);
}

.gradient-pink-light-grey {
  background: linear-gradient(#E91E63, #f5f5f5, #808080);
}

.gradient-pink-dark {
  background: linear-gradient(#E91E63, #212529);
}

.gradient-to-top-pink-dark {
  background: linear-gradient(to top, #E91E63, #212529);
}

.gradient-to-bottom-pink-dark {
  background: linear-gradient(to bottom, #E91E63, #212529);
}

.gradient-to-left-pink-dark {
  background: linear-gradient(to left, #E91E63, #212529);
}

.gradient-to-right-pink-dark {
  background: linear-gradient(to right, #E91E63, #212529);
}

.gradient-to-top-left-pink-dark {
  background: linear-gradient(to top left, #E91E63, #212529);
}

.gradient-to-top-right-pink-dark {
  background: linear-gradient(to top right, #E91E63, #212529);
}

.gradient-to-bottom-left-pink-dark {
  background: linear-gradient(to bottom left, #E91E63, #212529);
}

.gradient-to-bottom-right-pink-dark {
  background: linear-gradient(to bottom right, #E91E63, #212529);
}

.gradient-radial-pink-dark {
  background: radial-gradient(circle, #E91E63, #212529);
}

.gradient-pink-dark-primary {
  background: linear-gradient(#E91E63, #212529, #03A9F4);
}

.gradient-pink-dark-secondary {
  background: linear-gradient(#E91E63, #212529, #333);
}

.gradient-pink-dark-success {
  background: linear-gradient(#E91E63, #212529, #28a745);
}

.gradient-pink-dark-info {
  background: linear-gradient(#E91E63, #212529, #0DCAF0);
}

.gradient-pink-dark-warning {
  background: linear-gradient(#E91E63, #212529, #FFC107);
}

.gradient-pink-dark-danger {
  background: linear-gradient(#E91E63, #212529, #DC3545);
}

.gradient-pink-dark-light {
  background: linear-gradient(#E91E63, #212529, #f5f5f5);
}

.gradient-pink-dark-red {
  background: linear-gradient(#E91E63, #212529, #F44336);
}

.gradient-pink-dark-green {
  background: linear-gradient(#E91E63, #212529, #4CAF50);
}

.gradient-pink-dark-blue {
  background: linear-gradient(#E91E63, #212529, #2196F3);
}

.gradient-pink-dark-black {
  background: linear-gradient(#E91E63, #212529, #000);
}

.gradient-pink-dark-white {
  background: linear-gradient(#E91E63, #212529, #fff);
}

.gradient-pink-dark-purple {
  background: linear-gradient(#E91E63, #212529, #9C27B0);
}

.gradient-pink-dark-indigo {
  background: linear-gradient(#E91E63, #212529, #3E51B5);
}

.gradient-pink-dark-cyan {
  background: linear-gradient(#E91E63, #212529, #00BCD4);
}

.gradient-pink-dark-teal {
  background: linear-gradient(#E91E63, #212529, #009688);
}

.gradient-pink-dark-lime {
  background: linear-gradient(#E91E63, #212529, #CDDC39);
}

.gradient-pink-dark-yellow {
  background: linear-gradient(#E91E63, #212529, #FFEB3B);
}

.gradient-pink-dark-amber {
  background: linear-gradient(#E91E63, #212529, #FFC107);
}

.gradient-pink-dark-orange {
  background: linear-gradient(#E91E63, #212529, #FF9800);
}

.gradient-pink-dark-lightblue {
  background: linear-gradient(#E91E63, #212529, #03A9F4);
}

.gradient-pink-dark-lightgreen {
  background: linear-gradient(#E91E63, #212529, #76FF03);
}

.gradient-pink-dark-deeppurple {
  background: linear-gradient(#E91E63, #212529, #673AB7);
}

.gradient-pink-dark-deeporange {
  background: linear-gradient(#E91E63, #212529, #DD6E0F);
}

.gradient-pink-dark-brown {
  background: linear-gradient(#E91E63, #212529, #964B00);
}

.gradient-pink-dark-grey {
  background: linear-gradient(#E91E63, #212529, #808080);
}

.gradient-pink-red {
  background: linear-gradient(#E91E63, #F44336);
}

.gradient-to-top-pink-red {
  background: linear-gradient(to top, #E91E63, #F44336);
}

.gradient-to-bottom-pink-red {
  background: linear-gradient(to bottom, #E91E63, #F44336);
}

.gradient-to-left-pink-red {
  background: linear-gradient(to left, #E91E63, #F44336);
}

.gradient-to-right-pink-red {
  background: linear-gradient(to right, #E91E63, #F44336);
}

.gradient-to-top-left-pink-red {
  background: linear-gradient(to top left, #E91E63, #F44336);
}

.gradient-to-top-right-pink-red {
  background: linear-gradient(to top right, #E91E63, #F44336);
}

.gradient-to-bottom-left-pink-red {
  background: linear-gradient(to bottom left, #E91E63, #F44336);
}

.gradient-to-bottom-right-pink-red {
  background: linear-gradient(to bottom right, #E91E63, #F44336);
}

.gradient-radial-pink-red {
  background: radial-gradient(circle, #E91E63, #F44336);
}

.gradient-pink-red-primary {
  background: linear-gradient(#E91E63, #F44336, #03A9F4);
}

.gradient-pink-red-secondary {
  background: linear-gradient(#E91E63, #F44336, #333);
}

.gradient-pink-red-success {
  background: linear-gradient(#E91E63, #F44336, #28a745);
}

.gradient-pink-red-info {
  background: linear-gradient(#E91E63, #F44336, #0DCAF0);
}

.gradient-pink-red-warning {
  background: linear-gradient(#E91E63, #F44336, #FFC107);
}

.gradient-pink-red-danger {
  background: linear-gradient(#E91E63, #F44336, #DC3545);
}

.gradient-pink-red-light {
  background: linear-gradient(#E91E63, #F44336, #f5f5f5);
}

.gradient-pink-red-dark {
  background: linear-gradient(#E91E63, #F44336, #212529);
}

.gradient-pink-red-green {
  background: linear-gradient(#E91E63, #F44336, #4CAF50);
}

.gradient-pink-red-blue {
  background: linear-gradient(#E91E63, #F44336, #2196F3);
}

.gradient-pink-red-black {
  background: linear-gradient(#E91E63, #F44336, #000);
}

.gradient-pink-red-white {
  background: linear-gradient(#E91E63, #F44336, #fff);
}

.gradient-pink-red-purple {
  background: linear-gradient(#E91E63, #F44336, #9C27B0);
}

.gradient-pink-red-indigo {
  background: linear-gradient(#E91E63, #F44336, #3E51B5);
}

.gradient-pink-red-cyan {
  background: linear-gradient(#E91E63, #F44336, #00BCD4);
}

.gradient-pink-red-teal {
  background: linear-gradient(#E91E63, #F44336, #009688);
}

.gradient-pink-red-lime {
  background: linear-gradient(#E91E63, #F44336, #CDDC39);
}

.gradient-pink-red-yellow {
  background: linear-gradient(#E91E63, #F44336, #FFEB3B);
}

.gradient-pink-red-amber {
  background: linear-gradient(#E91E63, #F44336, #FFC107);
}

.gradient-pink-red-orange {
  background: linear-gradient(#E91E63, #F44336, #FF9800);
}

.gradient-pink-red-lightblue {
  background: linear-gradient(#E91E63, #F44336, #03A9F4);
}

.gradient-pink-red-lightgreen {
  background: linear-gradient(#E91E63, #F44336, #76FF03);
}

.gradient-pink-red-deeppurple {
  background: linear-gradient(#E91E63, #F44336, #673AB7);
}

.gradient-pink-red-deeporange {
  background: linear-gradient(#E91E63, #F44336, #DD6E0F);
}

.gradient-pink-red-brown {
  background: linear-gradient(#E91E63, #F44336, #964B00);
}

.gradient-pink-red-grey {
  background: linear-gradient(#E91E63, #F44336, #808080);
}

.gradient-pink-green {
  background: linear-gradient(#E91E63, #4CAF50);
}

.gradient-to-top-pink-green {
  background: linear-gradient(to top, #E91E63, #4CAF50);
}

.gradient-to-bottom-pink-green {
  background: linear-gradient(to bottom, #E91E63, #4CAF50);
}

.gradient-to-left-pink-green {
  background: linear-gradient(to left, #E91E63, #4CAF50);
}

.gradient-to-right-pink-green {
  background: linear-gradient(to right, #E91E63, #4CAF50);
}

.gradient-to-top-left-pink-green {
  background: linear-gradient(to top left, #E91E63, #4CAF50);
}

.gradient-to-top-right-pink-green {
  background: linear-gradient(to top right, #E91E63, #4CAF50);
}

.gradient-to-bottom-left-pink-green {
  background: linear-gradient(to bottom left, #E91E63, #4CAF50);
}

.gradient-to-bottom-right-pink-green {
  background: linear-gradient(to bottom right, #E91E63, #4CAF50);
}

.gradient-radial-pink-green {
  background: radial-gradient(circle, #E91E63, #4CAF50);
}

.gradient-pink-green-primary {
  background: linear-gradient(#E91E63, #4CAF50, #03A9F4);
}

.gradient-pink-green-secondary {
  background: linear-gradient(#E91E63, #4CAF50, #333);
}

.gradient-pink-green-success {
  background: linear-gradient(#E91E63, #4CAF50, #28a745);
}

.gradient-pink-green-info {
  background: linear-gradient(#E91E63, #4CAF50, #0DCAF0);
}

.gradient-pink-green-warning {
  background: linear-gradient(#E91E63, #4CAF50, #FFC107);
}

.gradient-pink-green-danger {
  background: linear-gradient(#E91E63, #4CAF50, #DC3545);
}

.gradient-pink-green-light {
  background: linear-gradient(#E91E63, #4CAF50, #f5f5f5);
}

.gradient-pink-green-dark {
  background: linear-gradient(#E91E63, #4CAF50, #212529);
}

.gradient-pink-green-red {
  background: linear-gradient(#E91E63, #4CAF50, #F44336);
}

.gradient-pink-green-blue {
  background: linear-gradient(#E91E63, #4CAF50, #2196F3);
}

.gradient-pink-green-black {
  background: linear-gradient(#E91E63, #4CAF50, #000);
}

.gradient-pink-green-white {
  background: linear-gradient(#E91E63, #4CAF50, #fff);
}

.gradient-pink-green-purple {
  background: linear-gradient(#E91E63, #4CAF50, #9C27B0);
}

.gradient-pink-green-indigo {
  background: linear-gradient(#E91E63, #4CAF50, #3E51B5);
}

.gradient-pink-green-cyan {
  background: linear-gradient(#E91E63, #4CAF50, #00BCD4);
}

.gradient-pink-green-teal {
  background: linear-gradient(#E91E63, #4CAF50, #009688);
}

.gradient-pink-green-lime {
  background: linear-gradient(#E91E63, #4CAF50, #CDDC39);
}

.gradient-pink-green-yellow {
  background: linear-gradient(#E91E63, #4CAF50, #FFEB3B);
}

.gradient-pink-green-amber {
  background: linear-gradient(#E91E63, #4CAF50, #FFC107);
}

.gradient-pink-green-orange {
  background: linear-gradient(#E91E63, #4CAF50, #FF9800);
}

.gradient-pink-green-lightblue {
  background: linear-gradient(#E91E63, #4CAF50, #03A9F4);
}

.gradient-pink-green-lightgreen {
  background: linear-gradient(#E91E63, #4CAF50, #76FF03);
}

.gradient-pink-green-deeppurple {
  background: linear-gradient(#E91E63, #4CAF50, #673AB7);
}

.gradient-pink-green-deeporange {
  background: linear-gradient(#E91E63, #4CAF50, #DD6E0F);
}

.gradient-pink-green-brown {
  background: linear-gradient(#E91E63, #4CAF50, #964B00);
}

.gradient-pink-green-grey {
  background: linear-gradient(#E91E63, #4CAF50, #808080);
}

.gradient-pink-blue {
  background: linear-gradient(#E91E63, #2196F3);
}

.gradient-to-top-pink-blue {
  background: linear-gradient(to top, #E91E63, #2196F3);
}

.gradient-to-bottom-pink-blue {
  background: linear-gradient(to bottom, #E91E63, #2196F3);
}

.gradient-to-left-pink-blue {
  background: linear-gradient(to left, #E91E63, #2196F3);
}

.gradient-to-right-pink-blue {
  background: linear-gradient(to right, #E91E63, #2196F3);
}

.gradient-to-top-left-pink-blue {
  background: linear-gradient(to top left, #E91E63, #2196F3);
}

.gradient-to-top-right-pink-blue {
  background: linear-gradient(to top right, #E91E63, #2196F3);
}

.gradient-to-bottom-left-pink-blue {
  background: linear-gradient(to bottom left, #E91E63, #2196F3);
}

.gradient-to-bottom-right-pink-blue {
  background: linear-gradient(to bottom right, #E91E63, #2196F3);
}

.gradient-radial-pink-blue {
  background: radial-gradient(circle, #E91E63, #2196F3);
}

.gradient-pink-blue-primary {
  background: linear-gradient(#E91E63, #2196F3, #03A9F4);
}

.gradient-pink-blue-secondary {
  background: linear-gradient(#E91E63, #2196F3, #333);
}

.gradient-pink-blue-success {
  background: linear-gradient(#E91E63, #2196F3, #28a745);
}

.gradient-pink-blue-info {
  background: linear-gradient(#E91E63, #2196F3, #0DCAF0);
}

.gradient-pink-blue-warning {
  background: linear-gradient(#E91E63, #2196F3, #FFC107);
}

.gradient-pink-blue-danger {
  background: linear-gradient(#E91E63, #2196F3, #DC3545);
}

.gradient-pink-blue-light {
  background: linear-gradient(#E91E63, #2196F3, #f5f5f5);
}

.gradient-pink-blue-dark {
  background: linear-gradient(#E91E63, #2196F3, #212529);
}

.gradient-pink-blue-red {
  background: linear-gradient(#E91E63, #2196F3, #F44336);
}

.gradient-pink-blue-green {
  background: linear-gradient(#E91E63, #2196F3, #4CAF50);
}

.gradient-pink-blue-black {
  background: linear-gradient(#E91E63, #2196F3, #000);
}

.gradient-pink-blue-white {
  background: linear-gradient(#E91E63, #2196F3, #fff);
}

.gradient-pink-blue-purple {
  background: linear-gradient(#E91E63, #2196F3, #9C27B0);
}

.gradient-pink-blue-indigo {
  background: linear-gradient(#E91E63, #2196F3, #3E51B5);
}

.gradient-pink-blue-cyan {
  background: linear-gradient(#E91E63, #2196F3, #00BCD4);
}

.gradient-pink-blue-teal {
  background: linear-gradient(#E91E63, #2196F3, #009688);
}

.gradient-pink-blue-lime {
  background: linear-gradient(#E91E63, #2196F3, #CDDC39);
}

.gradient-pink-blue-yellow {
  background: linear-gradient(#E91E63, #2196F3, #FFEB3B);
}

.gradient-pink-blue-amber {
  background: linear-gradient(#E91E63, #2196F3, #FFC107);
}

.gradient-pink-blue-orange {
  background: linear-gradient(#E91E63, #2196F3, #FF9800);
}

.gradient-pink-blue-lightblue {
  background: linear-gradient(#E91E63, #2196F3, #03A9F4);
}

.gradient-pink-blue-lightgreen {
  background: linear-gradient(#E91E63, #2196F3, #76FF03);
}

.gradient-pink-blue-deeppurple {
  background: linear-gradient(#E91E63, #2196F3, #673AB7);
}

.gradient-pink-blue-deeporange {
  background: linear-gradient(#E91E63, #2196F3, #DD6E0F);
}

.gradient-pink-blue-brown {
  background: linear-gradient(#E91E63, #2196F3, #964B00);
}

.gradient-pink-blue-grey {
  background: linear-gradient(#E91E63, #2196F3, #808080);
}

.gradient-pink-black {
  background: linear-gradient(#E91E63, #000);
}

.gradient-to-top-pink-black {
  background: linear-gradient(to top, #E91E63, #000);
}

.gradient-to-bottom-pink-black {
  background: linear-gradient(to bottom, #E91E63, #000);
}

.gradient-to-left-pink-black {
  background: linear-gradient(to left, #E91E63, #000);
}

.gradient-to-right-pink-black {
  background: linear-gradient(to right, #E91E63, #000);
}

.gradient-to-top-left-pink-black {
  background: linear-gradient(to top left, #E91E63, #000);
}

.gradient-to-top-right-pink-black {
  background: linear-gradient(to top right, #E91E63, #000);
}

.gradient-to-bottom-left-pink-black {
  background: linear-gradient(to bottom left, #E91E63, #000);
}

.gradient-to-bottom-right-pink-black {
  background: linear-gradient(to bottom right, #E91E63, #000);
}

.gradient-radial-pink-black {
  background: radial-gradient(circle, #E91E63, #000);
}

.gradient-pink-black-primary {
  background: linear-gradient(#E91E63, #000, #03A9F4);
}

.gradient-pink-black-secondary {
  background: linear-gradient(#E91E63, #000, #333);
}

.gradient-pink-black-success {
  background: linear-gradient(#E91E63, #000, #28a745);
}

.gradient-pink-black-info {
  background: linear-gradient(#E91E63, #000, #0DCAF0);
}

.gradient-pink-black-warning {
  background: linear-gradient(#E91E63, #000, #FFC107);
}

.gradient-pink-black-danger {
  background: linear-gradient(#E91E63, #000, #DC3545);
}

.gradient-pink-black-light {
  background: linear-gradient(#E91E63, #000, #f5f5f5);
}

.gradient-pink-black-dark {
  background: linear-gradient(#E91E63, #000, #212529);
}

.gradient-pink-black-red {
  background: linear-gradient(#E91E63, #000, #F44336);
}

.gradient-pink-black-green {
  background: linear-gradient(#E91E63, #000, #4CAF50);
}

.gradient-pink-black-blue {
  background: linear-gradient(#E91E63, #000, #2196F3);
}

.gradient-pink-black-white {
  background: linear-gradient(#E91E63, #000, #fff);
}

.gradient-pink-black-purple {
  background: linear-gradient(#E91E63, #000, #9C27B0);
}

.gradient-pink-black-indigo {
  background: linear-gradient(#E91E63, #000, #3E51B5);
}

.gradient-pink-black-cyan {
  background: linear-gradient(#E91E63, #000, #00BCD4);
}

.gradient-pink-black-teal {
  background: linear-gradient(#E91E63, #000, #009688);
}

.gradient-pink-black-lime {
  background: linear-gradient(#E91E63, #000, #CDDC39);
}

.gradient-pink-black-yellow {
  background: linear-gradient(#E91E63, #000, #FFEB3B);
}

.gradient-pink-black-amber {
  background: linear-gradient(#E91E63, #000, #FFC107);
}

.gradient-pink-black-orange {
  background: linear-gradient(#E91E63, #000, #FF9800);
}

.gradient-pink-black-lightblue {
  background: linear-gradient(#E91E63, #000, #03A9F4);
}

.gradient-pink-black-lightgreen {
  background: linear-gradient(#E91E63, #000, #76FF03);
}

.gradient-pink-black-deeppurple {
  background: linear-gradient(#E91E63, #000, #673AB7);
}

.gradient-pink-black-deeporange {
  background: linear-gradient(#E91E63, #000, #DD6E0F);
}

.gradient-pink-black-brown {
  background: linear-gradient(#E91E63, #000, #964B00);
}

.gradient-pink-black-grey {
  background: linear-gradient(#E91E63, #000, #808080);
}

.gradient-pink-white {
  background: linear-gradient(#E91E63, #fff);
}

.gradient-to-top-pink-white {
  background: linear-gradient(to top, #E91E63, #fff);
}

.gradient-to-bottom-pink-white {
  background: linear-gradient(to bottom, #E91E63, #fff);
}

.gradient-to-left-pink-white {
  background: linear-gradient(to left, #E91E63, #fff);
}

.gradient-to-right-pink-white {
  background: linear-gradient(to right, #E91E63, #fff);
}

.gradient-to-top-left-pink-white {
  background: linear-gradient(to top left, #E91E63, #fff);
}

.gradient-to-top-right-pink-white {
  background: linear-gradient(to top right, #E91E63, #fff);
}

.gradient-to-bottom-left-pink-white {
  background: linear-gradient(to bottom left, #E91E63, #fff);
}

.gradient-to-bottom-right-pink-white {
  background: linear-gradient(to bottom right, #E91E63, #fff);
}

.gradient-radial-pink-white {
  background: radial-gradient(circle, #E91E63, #fff);
}

.gradient-pink-white-primary {
  background: linear-gradient(#E91E63, #fff, #03A9F4);
}

.gradient-pink-white-secondary {
  background: linear-gradient(#E91E63, #fff, #333);
}

.gradient-pink-white-success {
  background: linear-gradient(#E91E63, #fff, #28a745);
}

.gradient-pink-white-info {
  background: linear-gradient(#E91E63, #fff, #0DCAF0);
}

.gradient-pink-white-warning {
  background: linear-gradient(#E91E63, #fff, #FFC107);
}

.gradient-pink-white-danger {
  background: linear-gradient(#E91E63, #fff, #DC3545);
}

.gradient-pink-white-light {
  background: linear-gradient(#E91E63, #fff, #f5f5f5);
}

.gradient-pink-white-dark {
  background: linear-gradient(#E91E63, #fff, #212529);
}

.gradient-pink-white-red {
  background: linear-gradient(#E91E63, #fff, #F44336);
}

.gradient-pink-white-green {
  background: linear-gradient(#E91E63, #fff, #4CAF50);
}

.gradient-pink-white-blue {
  background: linear-gradient(#E91E63, #fff, #2196F3);
}

.gradient-pink-white-black {
  background: linear-gradient(#E91E63, #fff, #000);
}

.gradient-pink-white-purple {
  background: linear-gradient(#E91E63, #fff, #9C27B0);
}

.gradient-pink-white-indigo {
  background: linear-gradient(#E91E63, #fff, #3E51B5);
}

.gradient-pink-white-cyan {
  background: linear-gradient(#E91E63, #fff, #00BCD4);
}

.gradient-pink-white-teal {
  background: linear-gradient(#E91E63, #fff, #009688);
}

.gradient-pink-white-lime {
  background: linear-gradient(#E91E63, #fff, #CDDC39);
}

.gradient-pink-white-yellow {
  background: linear-gradient(#E91E63, #fff, #FFEB3B);
}

.gradient-pink-white-amber {
  background: linear-gradient(#E91E63, #fff, #FFC107);
}

.gradient-pink-white-orange {
  background: linear-gradient(#E91E63, #fff, #FF9800);
}

.gradient-pink-white-lightblue {
  background: linear-gradient(#E91E63, #fff, #03A9F4);
}

.gradient-pink-white-lightgreen {
  background: linear-gradient(#E91E63, #fff, #76FF03);
}

.gradient-pink-white-deeppurple {
  background: linear-gradient(#E91E63, #fff, #673AB7);
}

.gradient-pink-white-deeporange {
  background: linear-gradient(#E91E63, #fff, #DD6E0F);
}

.gradient-pink-white-brown {
  background: linear-gradient(#E91E63, #fff, #964B00);
}

.gradient-pink-white-grey {
  background: linear-gradient(#E91E63, #fff, #808080);
}

.gradient-pink-purple {
  background: linear-gradient(#E91E63, #9C27B0);
}

.gradient-to-top-pink-purple {
  background: linear-gradient(to top, #E91E63, #9C27B0);
}

.gradient-to-bottom-pink-purple {
  background: linear-gradient(to bottom, #E91E63, #9C27B0);
}

.gradient-to-left-pink-purple {
  background: linear-gradient(to left, #E91E63, #9C27B0);
}

.gradient-to-right-pink-purple {
  background: linear-gradient(to right, #E91E63, #9C27B0);
}

.gradient-to-top-left-pink-purple {
  background: linear-gradient(to top left, #E91E63, #9C27B0);
}

.gradient-to-top-right-pink-purple {
  background: linear-gradient(to top right, #E91E63, #9C27B0);
}

.gradient-to-bottom-left-pink-purple {
  background: linear-gradient(to bottom left, #E91E63, #9C27B0);
}

.gradient-to-bottom-right-pink-purple {
  background: linear-gradient(to bottom right, #E91E63, #9C27B0);
}

.gradient-radial-pink-purple {
  background: radial-gradient(circle, #E91E63, #9C27B0);
}

.gradient-pink-purple-primary {
  background: linear-gradient(#E91E63, #9C27B0, #03A9F4);
}

.gradient-pink-purple-secondary {
  background: linear-gradient(#E91E63, #9C27B0, #333);
}

.gradient-pink-purple-success {
  background: linear-gradient(#E91E63, #9C27B0, #28a745);
}

.gradient-pink-purple-info {
  background: linear-gradient(#E91E63, #9C27B0, #0DCAF0);
}

.gradient-pink-purple-warning {
  background: linear-gradient(#E91E63, #9C27B0, #FFC107);
}

.gradient-pink-purple-danger {
  background: linear-gradient(#E91E63, #9C27B0, #DC3545);
}

.gradient-pink-purple-light {
  background: linear-gradient(#E91E63, #9C27B0, #f5f5f5);
}

.gradient-pink-purple-dark {
  background: linear-gradient(#E91E63, #9C27B0, #212529);
}

.gradient-pink-purple-red {
  background: linear-gradient(#E91E63, #9C27B0, #F44336);
}

.gradient-pink-purple-green {
  background: linear-gradient(#E91E63, #9C27B0, #4CAF50);
}

.gradient-pink-purple-blue {
  background: linear-gradient(#E91E63, #9C27B0, #2196F3);
}

.gradient-pink-purple-black {
  background: linear-gradient(#E91E63, #9C27B0, #000);
}

.gradient-pink-purple-white {
  background: linear-gradient(#E91E63, #9C27B0, #fff);
}

.gradient-pink-purple-indigo {
  background: linear-gradient(#E91E63, #9C27B0, #3E51B5);
}

.gradient-pink-purple-cyan {
  background: linear-gradient(#E91E63, #9C27B0, #00BCD4);
}

.gradient-pink-purple-teal {
  background: linear-gradient(#E91E63, #9C27B0, #009688);
}

.gradient-pink-purple-lime {
  background: linear-gradient(#E91E63, #9C27B0, #CDDC39);
}

.gradient-pink-purple-yellow {
  background: linear-gradient(#E91E63, #9C27B0, #FFEB3B);
}

.gradient-pink-purple-amber {
  background: linear-gradient(#E91E63, #9C27B0, #FFC107);
}

.gradient-pink-purple-orange {
  background: linear-gradient(#E91E63, #9C27B0, #FF9800);
}

.gradient-pink-purple-lightblue {
  background: linear-gradient(#E91E63, #9C27B0, #03A9F4);
}

.gradient-pink-purple-lightgreen {
  background: linear-gradient(#E91E63, #9C27B0, #76FF03);
}

.gradient-pink-purple-deeppurple {
  background: linear-gradient(#E91E63, #9C27B0, #673AB7);
}

.gradient-pink-purple-deeporange {
  background: linear-gradient(#E91E63, #9C27B0, #DD6E0F);
}

.gradient-pink-purple-brown {
  background: linear-gradient(#E91E63, #9C27B0, #964B00);
}

.gradient-pink-purple-grey {
  background: linear-gradient(#E91E63, #9C27B0, #808080);
}

.gradient-pink-indigo {
  background: linear-gradient(#E91E63, #3E51B5);
}

.gradient-to-top-pink-indigo {
  background: linear-gradient(to top, #E91E63, #3E51B5);
}

.gradient-to-bottom-pink-indigo {
  background: linear-gradient(to bottom, #E91E63, #3E51B5);
}

.gradient-to-left-pink-indigo {
  background: linear-gradient(to left, #E91E63, #3E51B5);
}

.gradient-to-right-pink-indigo {
  background: linear-gradient(to right, #E91E63, #3E51B5);
}

.gradient-to-top-left-pink-indigo {
  background: linear-gradient(to top left, #E91E63, #3E51B5);
}

.gradient-to-top-right-pink-indigo {
  background: linear-gradient(to top right, #E91E63, #3E51B5);
}

.gradient-to-bottom-left-pink-indigo {
  background: linear-gradient(to bottom left, #E91E63, #3E51B5);
}

.gradient-to-bottom-right-pink-indigo {
  background: linear-gradient(to bottom right, #E91E63, #3E51B5);
}

.gradient-radial-pink-indigo {
  background: radial-gradient(circle, #E91E63, #3E51B5);
}

.gradient-pink-indigo-primary {
  background: linear-gradient(#E91E63, #3E51B5, #03A9F4);
}

.gradient-pink-indigo-secondary {
  background: linear-gradient(#E91E63, #3E51B5, #333);
}

.gradient-pink-indigo-success {
  background: linear-gradient(#E91E63, #3E51B5, #28a745);
}

.gradient-pink-indigo-info {
  background: linear-gradient(#E91E63, #3E51B5, #0DCAF0);
}

.gradient-pink-indigo-warning {
  background: linear-gradient(#E91E63, #3E51B5, #FFC107);
}

.gradient-pink-indigo-danger {
  background: linear-gradient(#E91E63, #3E51B5, #DC3545);
}

.gradient-pink-indigo-light {
  background: linear-gradient(#E91E63, #3E51B5, #f5f5f5);
}

.gradient-pink-indigo-dark {
  background: linear-gradient(#E91E63, #3E51B5, #212529);
}

.gradient-pink-indigo-red {
  background: linear-gradient(#E91E63, #3E51B5, #F44336);
}

.gradient-pink-indigo-green {
  background: linear-gradient(#E91E63, #3E51B5, #4CAF50);
}

.gradient-pink-indigo-blue {
  background: linear-gradient(#E91E63, #3E51B5, #2196F3);
}

.gradient-pink-indigo-black {
  background: linear-gradient(#E91E63, #3E51B5, #000);
}

.gradient-pink-indigo-white {
  background: linear-gradient(#E91E63, #3E51B5, #fff);
}

.gradient-pink-indigo-purple {
  background: linear-gradient(#E91E63, #3E51B5, #9C27B0);
}

.gradient-pink-indigo-cyan {
  background: linear-gradient(#E91E63, #3E51B5, #00BCD4);
}

.gradient-pink-indigo-teal {
  background: linear-gradient(#E91E63, #3E51B5, #009688);
}

.gradient-pink-indigo-lime {
  background: linear-gradient(#E91E63, #3E51B5, #CDDC39);
}

.gradient-pink-indigo-yellow {
  background: linear-gradient(#E91E63, #3E51B5, #FFEB3B);
}

.gradient-pink-indigo-amber {
  background: linear-gradient(#E91E63, #3E51B5, #FFC107);
}

.gradient-pink-indigo-orange {
  background: linear-gradient(#E91E63, #3E51B5, #FF9800);
}

.gradient-pink-indigo-lightblue {
  background: linear-gradient(#E91E63, #3E51B5, #03A9F4);
}

.gradient-pink-indigo-lightgreen {
  background: linear-gradient(#E91E63, #3E51B5, #76FF03);
}

.gradient-pink-indigo-deeppurple {
  background: linear-gradient(#E91E63, #3E51B5, #673AB7);
}

.gradient-pink-indigo-deeporange {
  background: linear-gradient(#E91E63, #3E51B5, #DD6E0F);
}

.gradient-pink-indigo-brown {
  background: linear-gradient(#E91E63, #3E51B5, #964B00);
}

.gradient-pink-indigo-grey {
  background: linear-gradient(#E91E63, #3E51B5, #808080);
}

.gradient-pink-cyan {
  background: linear-gradient(#E91E63, #00BCD4);
}

.gradient-to-top-pink-cyan {
  background: linear-gradient(to top, #E91E63, #00BCD4);
}

.gradient-to-bottom-pink-cyan {
  background: linear-gradient(to bottom, #E91E63, #00BCD4);
}

.gradient-to-left-pink-cyan {
  background: linear-gradient(to left, #E91E63, #00BCD4);
}

.gradient-to-right-pink-cyan {
  background: linear-gradient(to right, #E91E63, #00BCD4);
}

.gradient-to-top-left-pink-cyan {
  background: linear-gradient(to top left, #E91E63, #00BCD4);
}

.gradient-to-top-right-pink-cyan {
  background: linear-gradient(to top right, #E91E63, #00BCD4);
}

.gradient-to-bottom-left-pink-cyan {
  background: linear-gradient(to bottom left, #E91E63, #00BCD4);
}

.gradient-to-bottom-right-pink-cyan {
  background: linear-gradient(to bottom right, #E91E63, #00BCD4);
}

.gradient-radial-pink-cyan {
  background: radial-gradient(circle, #E91E63, #00BCD4);
}

.gradient-pink-cyan-primary {
  background: linear-gradient(#E91E63, #00BCD4, #03A9F4);
}

.gradient-pink-cyan-secondary {
  background: linear-gradient(#E91E63, #00BCD4, #333);
}

.gradient-pink-cyan-success {
  background: linear-gradient(#E91E63, #00BCD4, #28a745);
}

.gradient-pink-cyan-info {
  background: linear-gradient(#E91E63, #00BCD4, #0DCAF0);
}

.gradient-pink-cyan-warning {
  background: linear-gradient(#E91E63, #00BCD4, #FFC107);
}

.gradient-pink-cyan-danger {
  background: linear-gradient(#E91E63, #00BCD4, #DC3545);
}

.gradient-pink-cyan-light {
  background: linear-gradient(#E91E63, #00BCD4, #f5f5f5);
}

.gradient-pink-cyan-dark {
  background: linear-gradient(#E91E63, #00BCD4, #212529);
}

.gradient-pink-cyan-red {
  background: linear-gradient(#E91E63, #00BCD4, #F44336);
}

.gradient-pink-cyan-green {
  background: linear-gradient(#E91E63, #00BCD4, #4CAF50);
}

.gradient-pink-cyan-blue {
  background: linear-gradient(#E91E63, #00BCD4, #2196F3);
}

.gradient-pink-cyan-black {
  background: linear-gradient(#E91E63, #00BCD4, #000);
}

.gradient-pink-cyan-white {
  background: linear-gradient(#E91E63, #00BCD4, #fff);
}

.gradient-pink-cyan-purple {
  background: linear-gradient(#E91E63, #00BCD4, #9C27B0);
}

.gradient-pink-cyan-indigo {
  background: linear-gradient(#E91E63, #00BCD4, #3E51B5);
}

.gradient-pink-cyan-teal {
  background: linear-gradient(#E91E63, #00BCD4, #009688);
}

.gradient-pink-cyan-lime {
  background: linear-gradient(#E91E63, #00BCD4, #CDDC39);
}

.gradient-pink-cyan-yellow {
  background: linear-gradient(#E91E63, #00BCD4, #FFEB3B);
}

.gradient-pink-cyan-amber {
  background: linear-gradient(#E91E63, #00BCD4, #FFC107);
}

.gradient-pink-cyan-orange {
  background: linear-gradient(#E91E63, #00BCD4, #FF9800);
}

.gradient-pink-cyan-lightblue {
  background: linear-gradient(#E91E63, #00BCD4, #03A9F4);
}

.gradient-pink-cyan-lightgreen {
  background: linear-gradient(#E91E63, #00BCD4, #76FF03);
}

.gradient-pink-cyan-deeppurple {
  background: linear-gradient(#E91E63, #00BCD4, #673AB7);
}

.gradient-pink-cyan-deeporange {
  background: linear-gradient(#E91E63, #00BCD4, #DD6E0F);
}

.gradient-pink-cyan-brown {
  background: linear-gradient(#E91E63, #00BCD4, #964B00);
}

.gradient-pink-cyan-grey {
  background: linear-gradient(#E91E63, #00BCD4, #808080);
}

.gradient-pink-teal {
  background: linear-gradient(#E91E63, #009688);
}

.gradient-to-top-pink-teal {
  background: linear-gradient(to top, #E91E63, #009688);
}

.gradient-to-bottom-pink-teal {
  background: linear-gradient(to bottom, #E91E63, #009688);
}

.gradient-to-left-pink-teal {
  background: linear-gradient(to left, #E91E63, #009688);
}

.gradient-to-right-pink-teal {
  background: linear-gradient(to right, #E91E63, #009688);
}

.gradient-to-top-left-pink-teal {
  background: linear-gradient(to top left, #E91E63, #009688);
}

.gradient-to-top-right-pink-teal {
  background: linear-gradient(to top right, #E91E63, #009688);
}

.gradient-to-bottom-left-pink-teal {
  background: linear-gradient(to bottom left, #E91E63, #009688);
}

.gradient-to-bottom-right-pink-teal {
  background: linear-gradient(to bottom right, #E91E63, #009688);
}

.gradient-radial-pink-teal {
  background: radial-gradient(circle, #E91E63, #009688);
}

.gradient-pink-teal-primary {
  background: linear-gradient(#E91E63, #009688, #03A9F4);
}

.gradient-pink-teal-secondary {
  background: linear-gradient(#E91E63, #009688, #333);
}

.gradient-pink-teal-success {
  background: linear-gradient(#E91E63, #009688, #28a745);
}

.gradient-pink-teal-info {
  background: linear-gradient(#E91E63, #009688, #0DCAF0);
}

.gradient-pink-teal-warning {
  background: linear-gradient(#E91E63, #009688, #FFC107);
}

.gradient-pink-teal-danger {
  background: linear-gradient(#E91E63, #009688, #DC3545);
}

.gradient-pink-teal-light {
  background: linear-gradient(#E91E63, #009688, #f5f5f5);
}

.gradient-pink-teal-dark {
  background: linear-gradient(#E91E63, #009688, #212529);
}

.gradient-pink-teal-red {
  background: linear-gradient(#E91E63, #009688, #F44336);
}

.gradient-pink-teal-green {
  background: linear-gradient(#E91E63, #009688, #4CAF50);
}

.gradient-pink-teal-blue {
  background: linear-gradient(#E91E63, #009688, #2196F3);
}

.gradient-pink-teal-black {
  background: linear-gradient(#E91E63, #009688, #000);
}

.gradient-pink-teal-white {
  background: linear-gradient(#E91E63, #009688, #fff);
}

.gradient-pink-teal-purple {
  background: linear-gradient(#E91E63, #009688, #9C27B0);
}

.gradient-pink-teal-indigo {
  background: linear-gradient(#E91E63, #009688, #3E51B5);
}

.gradient-pink-teal-cyan {
  background: linear-gradient(#E91E63, #009688, #00BCD4);
}

.gradient-pink-teal-lime {
  background: linear-gradient(#E91E63, #009688, #CDDC39);
}

.gradient-pink-teal-yellow {
  background: linear-gradient(#E91E63, #009688, #FFEB3B);
}

.gradient-pink-teal-amber {
  background: linear-gradient(#E91E63, #009688, #FFC107);
}

.gradient-pink-teal-orange {
  background: linear-gradient(#E91E63, #009688, #FF9800);
}

.gradient-pink-teal-lightblue {
  background: linear-gradient(#E91E63, #009688, #03A9F4);
}

.gradient-pink-teal-lightgreen {
  background: linear-gradient(#E91E63, #009688, #76FF03);
}

.gradient-pink-teal-deeppurple {
  background: linear-gradient(#E91E63, #009688, #673AB7);
}

.gradient-pink-teal-deeporange {
  background: linear-gradient(#E91E63, #009688, #DD6E0F);
}

.gradient-pink-teal-brown {
  background: linear-gradient(#E91E63, #009688, #964B00);
}

.gradient-pink-teal-grey {
  background: linear-gradient(#E91E63, #009688, #808080);
}

.gradient-pink-lime {
  background: linear-gradient(#E91E63, #CDDC39);
}

.gradient-to-top-pink-lime {
  background: linear-gradient(to top, #E91E63, #CDDC39);
}

.gradient-to-bottom-pink-lime {
  background: linear-gradient(to bottom, #E91E63, #CDDC39);
}

.gradient-to-left-pink-lime {
  background: linear-gradient(to left, #E91E63, #CDDC39);
}

.gradient-to-right-pink-lime {
  background: linear-gradient(to right, #E91E63, #CDDC39);
}

.gradient-to-top-left-pink-lime {
  background: linear-gradient(to top left, #E91E63, #CDDC39);
}

.gradient-to-top-right-pink-lime {
  background: linear-gradient(to top right, #E91E63, #CDDC39);
}

.gradient-to-bottom-left-pink-lime {
  background: linear-gradient(to bottom left, #E91E63, #CDDC39);
}

.gradient-to-bottom-right-pink-lime {
  background: linear-gradient(to bottom right, #E91E63, #CDDC39);
}

.gradient-radial-pink-lime {
  background: radial-gradient(circle, #E91E63, #CDDC39);
}

.gradient-pink-lime-primary {
  background: linear-gradient(#E91E63, #CDDC39, #03A9F4);
}

.gradient-pink-lime-secondary {
  background: linear-gradient(#E91E63, #CDDC39, #333);
}

.gradient-pink-lime-success {
  background: linear-gradient(#E91E63, #CDDC39, #28a745);
}

.gradient-pink-lime-info {
  background: linear-gradient(#E91E63, #CDDC39, #0DCAF0);
}

.gradient-pink-lime-warning {
  background: linear-gradient(#E91E63, #CDDC39, #FFC107);
}

.gradient-pink-lime-danger {
  background: linear-gradient(#E91E63, #CDDC39, #DC3545);
}

.gradient-pink-lime-light {
  background: linear-gradient(#E91E63, #CDDC39, #f5f5f5);
}

.gradient-pink-lime-dark {
  background: linear-gradient(#E91E63, #CDDC39, #212529);
}

.gradient-pink-lime-red {
  background: linear-gradient(#E91E63, #CDDC39, #F44336);
}

.gradient-pink-lime-green {
  background: linear-gradient(#E91E63, #CDDC39, #4CAF50);
}

.gradient-pink-lime-blue {
  background: linear-gradient(#E91E63, #CDDC39, #2196F3);
}

.gradient-pink-lime-black {
  background: linear-gradient(#E91E63, #CDDC39, #000);
}

.gradient-pink-lime-white {
  background: linear-gradient(#E91E63, #CDDC39, #fff);
}

.gradient-pink-lime-purple {
  background: linear-gradient(#E91E63, #CDDC39, #9C27B0);
}

.gradient-pink-lime-indigo {
  background: linear-gradient(#E91E63, #CDDC39, #3E51B5);
}

.gradient-pink-lime-cyan {
  background: linear-gradient(#E91E63, #CDDC39, #00BCD4);
}

.gradient-pink-lime-teal {
  background: linear-gradient(#E91E63, #CDDC39, #009688);
}

.gradient-pink-lime-yellow {
  background: linear-gradient(#E91E63, #CDDC39, #FFEB3B);
}

.gradient-pink-lime-amber {
  background: linear-gradient(#E91E63, #CDDC39, #FFC107);
}

.gradient-pink-lime-orange {
  background: linear-gradient(#E91E63, #CDDC39, #FF9800);
}

.gradient-pink-lime-lightblue {
  background: linear-gradient(#E91E63, #CDDC39, #03A9F4);
}

.gradient-pink-lime-lightgreen {
  background: linear-gradient(#E91E63, #CDDC39, #76FF03);
}

.gradient-pink-lime-deeppurple {
  background: linear-gradient(#E91E63, #CDDC39, #673AB7);
}

.gradient-pink-lime-deeporange {
  background: linear-gradient(#E91E63, #CDDC39, #DD6E0F);
}

.gradient-pink-lime-brown {
  background: linear-gradient(#E91E63, #CDDC39, #964B00);
}

.gradient-pink-lime-grey {
  background: linear-gradient(#E91E63, #CDDC39, #808080);
}

.gradient-pink-yellow {
  background: linear-gradient(#E91E63, #FFEB3B);
}

.gradient-to-top-pink-yellow {
  background: linear-gradient(to top, #E91E63, #FFEB3B);
}

.gradient-to-bottom-pink-yellow {
  background: linear-gradient(to bottom, #E91E63, #FFEB3B);
}

.gradient-to-left-pink-yellow {
  background: linear-gradient(to left, #E91E63, #FFEB3B);
}

.gradient-to-right-pink-yellow {
  background: linear-gradient(to right, #E91E63, #FFEB3B);
}

.gradient-to-top-left-pink-yellow {
  background: linear-gradient(to top left, #E91E63, #FFEB3B);
}

.gradient-to-top-right-pink-yellow {
  background: linear-gradient(to top right, #E91E63, #FFEB3B);
}

.gradient-to-bottom-left-pink-yellow {
  background: linear-gradient(to bottom left, #E91E63, #FFEB3B);
}

.gradient-to-bottom-right-pink-yellow {
  background: linear-gradient(to bottom right, #E91E63, #FFEB3B);
}

.gradient-radial-pink-yellow {
  background: radial-gradient(circle, #E91E63, #FFEB3B);
}

.gradient-pink-yellow-primary {
  background: linear-gradient(#E91E63, #FFEB3B, #03A9F4);
}

.gradient-pink-yellow-secondary {
  background: linear-gradient(#E91E63, #FFEB3B, #333);
}

.gradient-pink-yellow-success {
  background: linear-gradient(#E91E63, #FFEB3B, #28a745);
}

.gradient-pink-yellow-info {
  background: linear-gradient(#E91E63, #FFEB3B, #0DCAF0);
}

.gradient-pink-yellow-warning {
  background: linear-gradient(#E91E63, #FFEB3B, #FFC107);
}

.gradient-pink-yellow-danger {
  background: linear-gradient(#E91E63, #FFEB3B, #DC3545);
}

.gradient-pink-yellow-light {
  background: linear-gradient(#E91E63, #FFEB3B, #f5f5f5);
}

.gradient-pink-yellow-dark {
  background: linear-gradient(#E91E63, #FFEB3B, #212529);
}

.gradient-pink-yellow-red {
  background: linear-gradient(#E91E63, #FFEB3B, #F44336);
}

.gradient-pink-yellow-green {
  background: linear-gradient(#E91E63, #FFEB3B, #4CAF50);
}

.gradient-pink-yellow-blue {
  background: linear-gradient(#E91E63, #FFEB3B, #2196F3);
}

.gradient-pink-yellow-black {
  background: linear-gradient(#E91E63, #FFEB3B, #000);
}

.gradient-pink-yellow-white {
  background: linear-gradient(#E91E63, #FFEB3B, #fff);
}

.gradient-pink-yellow-purple {
  background: linear-gradient(#E91E63, #FFEB3B, #9C27B0);
}

.gradient-pink-yellow-indigo {
  background: linear-gradient(#E91E63, #FFEB3B, #3E51B5);
}

.gradient-pink-yellow-cyan {
  background: linear-gradient(#E91E63, #FFEB3B, #00BCD4);
}

.gradient-pink-yellow-teal {
  background: linear-gradient(#E91E63, #FFEB3B, #009688);
}

.gradient-pink-yellow-lime {
  background: linear-gradient(#E91E63, #FFEB3B, #CDDC39);
}

.gradient-pink-yellow-amber {
  background: linear-gradient(#E91E63, #FFEB3B, #FFC107);
}

.gradient-pink-yellow-orange {
  background: linear-gradient(#E91E63, #FFEB3B, #FF9800);
}

.gradient-pink-yellow-lightblue {
  background: linear-gradient(#E91E63, #FFEB3B, #03A9F4);
}

.gradient-pink-yellow-lightgreen {
  background: linear-gradient(#E91E63, #FFEB3B, #76FF03);
}

.gradient-pink-yellow-deeppurple {
  background: linear-gradient(#E91E63, #FFEB3B, #673AB7);
}

.gradient-pink-yellow-deeporange {
  background: linear-gradient(#E91E63, #FFEB3B, #DD6E0F);
}

.gradient-pink-yellow-brown {
  background: linear-gradient(#E91E63, #FFEB3B, #964B00);
}

.gradient-pink-yellow-grey {
  background: linear-gradient(#E91E63, #FFEB3B, #808080);
}

.gradient-pink-amber {
  background: linear-gradient(#E91E63, #FFC107);
}

.gradient-to-top-pink-amber {
  background: linear-gradient(to top, #E91E63, #FFC107);
}

.gradient-to-bottom-pink-amber {
  background: linear-gradient(to bottom, #E91E63, #FFC107);
}

.gradient-to-left-pink-amber {
  background: linear-gradient(to left, #E91E63, #FFC107);
}

.gradient-to-right-pink-amber {
  background: linear-gradient(to right, #E91E63, #FFC107);
}

.gradient-to-top-left-pink-amber {
  background: linear-gradient(to top left, #E91E63, #FFC107);
}

.gradient-to-top-right-pink-amber {
  background: linear-gradient(to top right, #E91E63, #FFC107);
}

.gradient-to-bottom-left-pink-amber {
  background: linear-gradient(to bottom left, #E91E63, #FFC107);
}

.gradient-to-bottom-right-pink-amber {
  background: linear-gradient(to bottom right, #E91E63, #FFC107);
}

.gradient-radial-pink-amber {
  background: radial-gradient(circle, #E91E63, #FFC107);
}

.gradient-pink-amber-primary {
  background: linear-gradient(#E91E63, #FFC107, #03A9F4);
}

.gradient-pink-amber-secondary {
  background: linear-gradient(#E91E63, #FFC107, #333);
}

.gradient-pink-amber-success {
  background: linear-gradient(#E91E63, #FFC107, #28a745);
}

.gradient-pink-amber-info {
  background: linear-gradient(#E91E63, #FFC107, #0DCAF0);
}

.gradient-pink-amber-warning {
  background: linear-gradient(#E91E63, #FFC107, #FFC107);
}

.gradient-pink-amber-danger {
  background: linear-gradient(#E91E63, #FFC107, #DC3545);
}

.gradient-pink-amber-light {
  background: linear-gradient(#E91E63, #FFC107, #f5f5f5);
}

.gradient-pink-amber-dark {
  background: linear-gradient(#E91E63, #FFC107, #212529);
}

.gradient-pink-amber-red {
  background: linear-gradient(#E91E63, #FFC107, #F44336);
}

.gradient-pink-amber-green {
  background: linear-gradient(#E91E63, #FFC107, #4CAF50);
}

.gradient-pink-amber-blue {
  background: linear-gradient(#E91E63, #FFC107, #2196F3);
}

.gradient-pink-amber-black {
  background: linear-gradient(#E91E63, #FFC107, #000);
}

.gradient-pink-amber-white {
  background: linear-gradient(#E91E63, #FFC107, #fff);
}

.gradient-pink-amber-purple {
  background: linear-gradient(#E91E63, #FFC107, #9C27B0);
}

.gradient-pink-amber-indigo {
  background: linear-gradient(#E91E63, #FFC107, #3E51B5);
}

.gradient-pink-amber-cyan {
  background: linear-gradient(#E91E63, #FFC107, #00BCD4);
}

.gradient-pink-amber-teal {
  background: linear-gradient(#E91E63, #FFC107, #009688);
}

.gradient-pink-amber-lime {
  background: linear-gradient(#E91E63, #FFC107, #CDDC39);
}

.gradient-pink-amber-yellow {
  background: linear-gradient(#E91E63, #FFC107, #FFEB3B);
}

.gradient-pink-amber-orange {
  background: linear-gradient(#E91E63, #FFC107, #FF9800);
}

.gradient-pink-amber-lightblue {
  background: linear-gradient(#E91E63, #FFC107, #03A9F4);
}

.gradient-pink-amber-lightgreen {
  background: linear-gradient(#E91E63, #FFC107, #76FF03);
}

.gradient-pink-amber-deeppurple {
  background: linear-gradient(#E91E63, #FFC107, #673AB7);
}

.gradient-pink-amber-deeporange {
  background: linear-gradient(#E91E63, #FFC107, #DD6E0F);
}

.gradient-pink-amber-brown {
  background: linear-gradient(#E91E63, #FFC107, #964B00);
}

.gradient-pink-amber-grey {
  background: linear-gradient(#E91E63, #FFC107, #808080);
}

.gradient-pink-orange {
  background: linear-gradient(#E91E63, #FF9800);
}

.gradient-to-top-pink-orange {
  background: linear-gradient(to top, #E91E63, #FF9800);
}

.gradient-to-bottom-pink-orange {
  background: linear-gradient(to bottom, #E91E63, #FF9800);
}

.gradient-to-left-pink-orange {
  background: linear-gradient(to left, #E91E63, #FF9800);
}

.gradient-to-right-pink-orange {
  background: linear-gradient(to right, #E91E63, #FF9800);
}

.gradient-to-top-left-pink-orange {
  background: linear-gradient(to top left, #E91E63, #FF9800);
}

.gradient-to-top-right-pink-orange {
  background: linear-gradient(to top right, #E91E63, #FF9800);
}

.gradient-to-bottom-left-pink-orange {
  background: linear-gradient(to bottom left, #E91E63, #FF9800);
}

.gradient-to-bottom-right-pink-orange {
  background: linear-gradient(to bottom right, #E91E63, #FF9800);
}

.gradient-radial-pink-orange {
  background: radial-gradient(circle, #E91E63, #FF9800);
}

.gradient-pink-orange-primary {
  background: linear-gradient(#E91E63, #FF9800, #03A9F4);
}

.gradient-pink-orange-secondary {
  background: linear-gradient(#E91E63, #FF9800, #333);
}

.gradient-pink-orange-success {
  background: linear-gradient(#E91E63, #FF9800, #28a745);
}

.gradient-pink-orange-info {
  background: linear-gradient(#E91E63, #FF9800, #0DCAF0);
}

.gradient-pink-orange-warning {
  background: linear-gradient(#E91E63, #FF9800, #FFC107);
}

.gradient-pink-orange-danger {
  background: linear-gradient(#E91E63, #FF9800, #DC3545);
}

.gradient-pink-orange-light {
  background: linear-gradient(#E91E63, #FF9800, #f5f5f5);
}

.gradient-pink-orange-dark {
  background: linear-gradient(#E91E63, #FF9800, #212529);
}

.gradient-pink-orange-red {
  background: linear-gradient(#E91E63, #FF9800, #F44336);
}

.gradient-pink-orange-green {
  background: linear-gradient(#E91E63, #FF9800, #4CAF50);
}

.gradient-pink-orange-blue {
  background: linear-gradient(#E91E63, #FF9800, #2196F3);
}

.gradient-pink-orange-black {
  background: linear-gradient(#E91E63, #FF9800, #000);
}

.gradient-pink-orange-white {
  background: linear-gradient(#E91E63, #FF9800, #fff);
}

.gradient-pink-orange-purple {
  background: linear-gradient(#E91E63, #FF9800, #9C27B0);
}

.gradient-pink-orange-indigo {
  background: linear-gradient(#E91E63, #FF9800, #3E51B5);
}

.gradient-pink-orange-cyan {
  background: linear-gradient(#E91E63, #FF9800, #00BCD4);
}

.gradient-pink-orange-teal {
  background: linear-gradient(#E91E63, #FF9800, #009688);
}

.gradient-pink-orange-lime {
  background: linear-gradient(#E91E63, #FF9800, #CDDC39);
}

.gradient-pink-orange-yellow {
  background: linear-gradient(#E91E63, #FF9800, #FFEB3B);
}

.gradient-pink-orange-amber {
  background: linear-gradient(#E91E63, #FF9800, #FFC107);
}

.gradient-pink-orange-lightblue {
  background: linear-gradient(#E91E63, #FF9800, #03A9F4);
}

.gradient-pink-orange-lightgreen {
  background: linear-gradient(#E91E63, #FF9800, #76FF03);
}

.gradient-pink-orange-deeppurple {
  background: linear-gradient(#E91E63, #FF9800, #673AB7);
}

.gradient-pink-orange-deeporange {
  background: linear-gradient(#E91E63, #FF9800, #DD6E0F);
}

.gradient-pink-orange-brown {
  background: linear-gradient(#E91E63, #FF9800, #964B00);
}

.gradient-pink-orange-grey {
  background: linear-gradient(#E91E63, #FF9800, #808080);
}

.gradient-pink-lightblue {
  background: linear-gradient(#E91E63, #03A9F4);
}

.gradient-to-top-pink-lightblue {
  background: linear-gradient(to top, #E91E63, #03A9F4);
}

.gradient-to-bottom-pink-lightblue {
  background: linear-gradient(to bottom, #E91E63, #03A9F4);
}

.gradient-to-left-pink-lightblue {
  background: linear-gradient(to left, #E91E63, #03A9F4);
}

.gradient-to-right-pink-lightblue {
  background: linear-gradient(to right, #E91E63, #03A9F4);
}

.gradient-to-top-left-pink-lightblue {
  background: linear-gradient(to top left, #E91E63, #03A9F4);
}

.gradient-to-top-right-pink-lightblue {
  background: linear-gradient(to top right, #E91E63, #03A9F4);
}

.gradient-to-bottom-left-pink-lightblue {
  background: linear-gradient(to bottom left, #E91E63, #03A9F4);
}

.gradient-to-bottom-right-pink-lightblue {
  background: linear-gradient(to bottom right, #E91E63, #03A9F4);
}

.gradient-radial-pink-lightblue {
  background: radial-gradient(circle, #E91E63, #03A9F4);
}

.gradient-pink-lightblue-primary {
  background: linear-gradient(#E91E63, #03A9F4, #03A9F4);
}

.gradient-pink-lightblue-secondary {
  background: linear-gradient(#E91E63, #03A9F4, #333);
}

.gradient-pink-lightblue-success {
  background: linear-gradient(#E91E63, #03A9F4, #28a745);
}

.gradient-pink-lightblue-info {
  background: linear-gradient(#E91E63, #03A9F4, #0DCAF0);
}

.gradient-pink-lightblue-warning {
  background: linear-gradient(#E91E63, #03A9F4, #FFC107);
}

.gradient-pink-lightblue-danger {
  background: linear-gradient(#E91E63, #03A9F4, #DC3545);
}

.gradient-pink-lightblue-light {
  background: linear-gradient(#E91E63, #03A9F4, #f5f5f5);
}

.gradient-pink-lightblue-dark {
  background: linear-gradient(#E91E63, #03A9F4, #212529);
}

.gradient-pink-lightblue-red {
  background: linear-gradient(#E91E63, #03A9F4, #F44336);
}

.gradient-pink-lightblue-green {
  background: linear-gradient(#E91E63, #03A9F4, #4CAF50);
}

.gradient-pink-lightblue-blue {
  background: linear-gradient(#E91E63, #03A9F4, #2196F3);
}

.gradient-pink-lightblue-black {
  background: linear-gradient(#E91E63, #03A9F4, #000);
}

.gradient-pink-lightblue-white {
  background: linear-gradient(#E91E63, #03A9F4, #fff);
}

.gradient-pink-lightblue-purple {
  background: linear-gradient(#E91E63, #03A9F4, #9C27B0);
}

.gradient-pink-lightblue-indigo {
  background: linear-gradient(#E91E63, #03A9F4, #3E51B5);
}

.gradient-pink-lightblue-cyan {
  background: linear-gradient(#E91E63, #03A9F4, #00BCD4);
}

.gradient-pink-lightblue-teal {
  background: linear-gradient(#E91E63, #03A9F4, #009688);
}

.gradient-pink-lightblue-lime {
  background: linear-gradient(#E91E63, #03A9F4, #CDDC39);
}

.gradient-pink-lightblue-yellow {
  background: linear-gradient(#E91E63, #03A9F4, #FFEB3B);
}

.gradient-pink-lightblue-amber {
  background: linear-gradient(#E91E63, #03A9F4, #FFC107);
}

.gradient-pink-lightblue-orange {
  background: linear-gradient(#E91E63, #03A9F4, #FF9800);
}

.gradient-pink-lightblue-lightgreen {
  background: linear-gradient(#E91E63, #03A9F4, #76FF03);
}

.gradient-pink-lightblue-deeppurple {
  background: linear-gradient(#E91E63, #03A9F4, #673AB7);
}

.gradient-pink-lightblue-deeporange {
  background: linear-gradient(#E91E63, #03A9F4, #DD6E0F);
}

.gradient-pink-lightblue-brown {
  background: linear-gradient(#E91E63, #03A9F4, #964B00);
}

.gradient-pink-lightblue-grey {
  background: linear-gradient(#E91E63, #03A9F4, #808080);
}

.gradient-pink-lightgreen {
  background: linear-gradient(#E91E63, #76FF03);
}

.gradient-to-top-pink-lightgreen {
  background: linear-gradient(to top, #E91E63, #76FF03);
}

.gradient-to-bottom-pink-lightgreen {
  background: linear-gradient(to bottom, #E91E63, #76FF03);
}

.gradient-to-left-pink-lightgreen {
  background: linear-gradient(to left, #E91E63, #76FF03);
}

.gradient-to-right-pink-lightgreen {
  background: linear-gradient(to right, #E91E63, #76FF03);
}

.gradient-to-top-left-pink-lightgreen {
  background: linear-gradient(to top left, #E91E63, #76FF03);
}

.gradient-to-top-right-pink-lightgreen {
  background: linear-gradient(to top right, #E91E63, #76FF03);
}

.gradient-to-bottom-left-pink-lightgreen {
  background: linear-gradient(to bottom left, #E91E63, #76FF03);
}

.gradient-to-bottom-right-pink-lightgreen {
  background: linear-gradient(to bottom right, #E91E63, #76FF03);
}

.gradient-radial-pink-lightgreen {
  background: radial-gradient(circle, #E91E63, #76FF03);
}

.gradient-pink-lightgreen-primary {
  background: linear-gradient(#E91E63, #76FF03, #03A9F4);
}

.gradient-pink-lightgreen-secondary {
  background: linear-gradient(#E91E63, #76FF03, #333);
}

.gradient-pink-lightgreen-success {
  background: linear-gradient(#E91E63, #76FF03, #28a745);
}

.gradient-pink-lightgreen-info {
  background: linear-gradient(#E91E63, #76FF03, #0DCAF0);
}

.gradient-pink-lightgreen-warning {
  background: linear-gradient(#E91E63, #76FF03, #FFC107);
}

.gradient-pink-lightgreen-danger {
  background: linear-gradient(#E91E63, #76FF03, #DC3545);
}

.gradient-pink-lightgreen-light {
  background: linear-gradient(#E91E63, #76FF03, #f5f5f5);
}

.gradient-pink-lightgreen-dark {
  background: linear-gradient(#E91E63, #76FF03, #212529);
}

.gradient-pink-lightgreen-red {
  background: linear-gradient(#E91E63, #76FF03, #F44336);
}

.gradient-pink-lightgreen-green {
  background: linear-gradient(#E91E63, #76FF03, #4CAF50);
}

.gradient-pink-lightgreen-blue {
  background: linear-gradient(#E91E63, #76FF03, #2196F3);
}

.gradient-pink-lightgreen-black {
  background: linear-gradient(#E91E63, #76FF03, #000);
}

.gradient-pink-lightgreen-white {
  background: linear-gradient(#E91E63, #76FF03, #fff);
}

.gradient-pink-lightgreen-purple {
  background: linear-gradient(#E91E63, #76FF03, #9C27B0);
}

.gradient-pink-lightgreen-indigo {
  background: linear-gradient(#E91E63, #76FF03, #3E51B5);
}

.gradient-pink-lightgreen-cyan {
  background: linear-gradient(#E91E63, #76FF03, #00BCD4);
}

.gradient-pink-lightgreen-teal {
  background: linear-gradient(#E91E63, #76FF03, #009688);
}

.gradient-pink-lightgreen-lime {
  background: linear-gradient(#E91E63, #76FF03, #CDDC39);
}

.gradient-pink-lightgreen-yellow {
  background: linear-gradient(#E91E63, #76FF03, #FFEB3B);
}

.gradient-pink-lightgreen-amber {
  background: linear-gradient(#E91E63, #76FF03, #FFC107);
}

.gradient-pink-lightgreen-orange {
  background: linear-gradient(#E91E63, #76FF03, #FF9800);
}

.gradient-pink-lightgreen-lightblue {
  background: linear-gradient(#E91E63, #76FF03, #03A9F4);
}

.gradient-pink-lightgreen-deeppurple {
  background: linear-gradient(#E91E63, #76FF03, #673AB7);
}

.gradient-pink-lightgreen-deeporange {
  background: linear-gradient(#E91E63, #76FF03, #DD6E0F);
}

.gradient-pink-lightgreen-brown {
  background: linear-gradient(#E91E63, #76FF03, #964B00);
}

.gradient-pink-lightgreen-grey {
  background: linear-gradient(#E91E63, #76FF03, #808080);
}

.gradient-pink-deeppurple {
  background: linear-gradient(#E91E63, #673AB7);
}

.gradient-to-top-pink-deeppurple {
  background: linear-gradient(to top, #E91E63, #673AB7);
}

.gradient-to-bottom-pink-deeppurple {
  background: linear-gradient(to bottom, #E91E63, #673AB7);
}

.gradient-to-left-pink-deeppurple {
  background: linear-gradient(to left, #E91E63, #673AB7);
}

.gradient-to-right-pink-deeppurple {
  background: linear-gradient(to right, #E91E63, #673AB7);
}

.gradient-to-top-left-pink-deeppurple {
  background: linear-gradient(to top left, #E91E63, #673AB7);
}

.gradient-to-top-right-pink-deeppurple {
  background: linear-gradient(to top right, #E91E63, #673AB7);
}

.gradient-to-bottom-left-pink-deeppurple {
  background: linear-gradient(to bottom left, #E91E63, #673AB7);
}

.gradient-to-bottom-right-pink-deeppurple {
  background: linear-gradient(to bottom right, #E91E63, #673AB7);
}

.gradient-radial-pink-deeppurple {
  background: radial-gradient(circle, #E91E63, #673AB7);
}

.gradient-pink-deeppurple-primary {
  background: linear-gradient(#E91E63, #673AB7, #03A9F4);
}

.gradient-pink-deeppurple-secondary {
  background: linear-gradient(#E91E63, #673AB7, #333);
}

.gradient-pink-deeppurple-success {
  background: linear-gradient(#E91E63, #673AB7, #28a745);
}

.gradient-pink-deeppurple-info {
  background: linear-gradient(#E91E63, #673AB7, #0DCAF0);
}

.gradient-pink-deeppurple-warning {
  background: linear-gradient(#E91E63, #673AB7, #FFC107);
}

.gradient-pink-deeppurple-danger {
  background: linear-gradient(#E91E63, #673AB7, #DC3545);
}

.gradient-pink-deeppurple-light {
  background: linear-gradient(#E91E63, #673AB7, #f5f5f5);
}

.gradient-pink-deeppurple-dark {
  background: linear-gradient(#E91E63, #673AB7, #212529);
}

.gradient-pink-deeppurple-red {
  background: linear-gradient(#E91E63, #673AB7, #F44336);
}

.gradient-pink-deeppurple-green {
  background: linear-gradient(#E91E63, #673AB7, #4CAF50);
}

.gradient-pink-deeppurple-blue {
  background: linear-gradient(#E91E63, #673AB7, #2196F3);
}

.gradient-pink-deeppurple-black {
  background: linear-gradient(#E91E63, #673AB7, #000);
}

.gradient-pink-deeppurple-white {
  background: linear-gradient(#E91E63, #673AB7, #fff);
}

.gradient-pink-deeppurple-purple {
  background: linear-gradient(#E91E63, #673AB7, #9C27B0);
}

.gradient-pink-deeppurple-indigo {
  background: linear-gradient(#E91E63, #673AB7, #3E51B5);
}

.gradient-pink-deeppurple-cyan {
  background: linear-gradient(#E91E63, #673AB7, #00BCD4);
}

.gradient-pink-deeppurple-teal {
  background: linear-gradient(#E91E63, #673AB7, #009688);
}

.gradient-pink-deeppurple-lime {
  background: linear-gradient(#E91E63, #673AB7, #CDDC39);
}

.gradient-pink-deeppurple-yellow {
  background: linear-gradient(#E91E63, #673AB7, #FFEB3B);
}

.gradient-pink-deeppurple-amber {
  background: linear-gradient(#E91E63, #673AB7, #FFC107);
}

.gradient-pink-deeppurple-orange {
  background: linear-gradient(#E91E63, #673AB7, #FF9800);
}

.gradient-pink-deeppurple-lightblue {
  background: linear-gradient(#E91E63, #673AB7, #03A9F4);
}

.gradient-pink-deeppurple-lightgreen {
  background: linear-gradient(#E91E63, #673AB7, #76FF03);
}

.gradient-pink-deeppurple-deeporange {
  background: linear-gradient(#E91E63, #673AB7, #DD6E0F);
}

.gradient-pink-deeppurple-brown {
  background: linear-gradient(#E91E63, #673AB7, #964B00);
}

.gradient-pink-deeppurple-grey {
  background: linear-gradient(#E91E63, #673AB7, #808080);
}

.gradient-pink-deeporange {
  background: linear-gradient(#E91E63, #DD6E0F);
}

.gradient-to-top-pink-deeporange {
  background: linear-gradient(to top, #E91E63, #DD6E0F);
}

.gradient-to-bottom-pink-deeporange {
  background: linear-gradient(to bottom, #E91E63, #DD6E0F);
}

.gradient-to-left-pink-deeporange {
  background: linear-gradient(to left, #E91E63, #DD6E0F);
}

.gradient-to-right-pink-deeporange {
  background: linear-gradient(to right, #E91E63, #DD6E0F);
}

.gradient-to-top-left-pink-deeporange {
  background: linear-gradient(to top left, #E91E63, #DD6E0F);
}

.gradient-to-top-right-pink-deeporange {
  background: linear-gradient(to top right, #E91E63, #DD6E0F);
}

.gradient-to-bottom-left-pink-deeporange {
  background: linear-gradient(to bottom left, #E91E63, #DD6E0F);
}

.gradient-to-bottom-right-pink-deeporange {
  background: linear-gradient(to bottom right, #E91E63, #DD6E0F);
}

.gradient-radial-pink-deeporange {
  background: radial-gradient(circle, #E91E63, #DD6E0F);
}

.gradient-pink-deeporange-primary {
  background: linear-gradient(#E91E63, #DD6E0F, #03A9F4);
}

.gradient-pink-deeporange-secondary {
  background: linear-gradient(#E91E63, #DD6E0F, #333);
}

.gradient-pink-deeporange-success {
  background: linear-gradient(#E91E63, #DD6E0F, #28a745);
}

.gradient-pink-deeporange-info {
  background: linear-gradient(#E91E63, #DD6E0F, #0DCAF0);
}

.gradient-pink-deeporange-warning {
  background: linear-gradient(#E91E63, #DD6E0F, #FFC107);
}

.gradient-pink-deeporange-danger {
  background: linear-gradient(#E91E63, #DD6E0F, #DC3545);
}

.gradient-pink-deeporange-light {
  background: linear-gradient(#E91E63, #DD6E0F, #f5f5f5);
}

.gradient-pink-deeporange-dark {
  background: linear-gradient(#E91E63, #DD6E0F, #212529);
}

.gradient-pink-deeporange-red {
  background: linear-gradient(#E91E63, #DD6E0F, #F44336);
}

.gradient-pink-deeporange-green {
  background: linear-gradient(#E91E63, #DD6E0F, #4CAF50);
}

.gradient-pink-deeporange-blue {
  background: linear-gradient(#E91E63, #DD6E0F, #2196F3);
}

.gradient-pink-deeporange-black {
  background: linear-gradient(#E91E63, #DD6E0F, #000);
}

.gradient-pink-deeporange-white {
  background: linear-gradient(#E91E63, #DD6E0F, #fff);
}

.gradient-pink-deeporange-purple {
  background: linear-gradient(#E91E63, #DD6E0F, #9C27B0);
}

.gradient-pink-deeporange-indigo {
  background: linear-gradient(#E91E63, #DD6E0F, #3E51B5);
}

.gradient-pink-deeporange-cyan {
  background: linear-gradient(#E91E63, #DD6E0F, #00BCD4);
}

.gradient-pink-deeporange-teal {
  background: linear-gradient(#E91E63, #DD6E0F, #009688);
}

.gradient-pink-deeporange-lime {
  background: linear-gradient(#E91E63, #DD6E0F, #CDDC39);
}

.gradient-pink-deeporange-yellow {
  background: linear-gradient(#E91E63, #DD6E0F, #FFEB3B);
}

.gradient-pink-deeporange-amber {
  background: linear-gradient(#E91E63, #DD6E0F, #FFC107);
}

.gradient-pink-deeporange-orange {
  background: linear-gradient(#E91E63, #DD6E0F, #FF9800);
}

.gradient-pink-deeporange-lightblue {
  background: linear-gradient(#E91E63, #DD6E0F, #03A9F4);
}

.gradient-pink-deeporange-lightgreen {
  background: linear-gradient(#E91E63, #DD6E0F, #76FF03);
}

.gradient-pink-deeporange-deeppurple {
  background: linear-gradient(#E91E63, #DD6E0F, #673AB7);
}

.gradient-pink-deeporange-brown {
  background: linear-gradient(#E91E63, #DD6E0F, #964B00);
}

.gradient-pink-deeporange-grey {
  background: linear-gradient(#E91E63, #DD6E0F, #808080);
}

.gradient-pink-brown {
  background: linear-gradient(#E91E63, #964B00);
}

.gradient-to-top-pink-brown {
  background: linear-gradient(to top, #E91E63, #964B00);
}

.gradient-to-bottom-pink-brown {
  background: linear-gradient(to bottom, #E91E63, #964B00);
}

.gradient-to-left-pink-brown {
  background: linear-gradient(to left, #E91E63, #964B00);
}

.gradient-to-right-pink-brown {
  background: linear-gradient(to right, #E91E63, #964B00);
}

.gradient-to-top-left-pink-brown {
  background: linear-gradient(to top left, #E91E63, #964B00);
}

.gradient-to-top-right-pink-brown {
  background: linear-gradient(to top right, #E91E63, #964B00);
}

.gradient-to-bottom-left-pink-brown {
  background: linear-gradient(to bottom left, #E91E63, #964B00);
}

.gradient-to-bottom-right-pink-brown {
  background: linear-gradient(to bottom right, #E91E63, #964B00);
}

.gradient-radial-pink-brown {
  background: radial-gradient(circle, #E91E63, #964B00);
}

.gradient-pink-brown-primary {
  background: linear-gradient(#E91E63, #964B00, #03A9F4);
}

.gradient-pink-brown-secondary {
  background: linear-gradient(#E91E63, #964B00, #333);
}

.gradient-pink-brown-success {
  background: linear-gradient(#E91E63, #964B00, #28a745);
}

.gradient-pink-brown-info {
  background: linear-gradient(#E91E63, #964B00, #0DCAF0);
}

.gradient-pink-brown-warning {
  background: linear-gradient(#E91E63, #964B00, #FFC107);
}

.gradient-pink-brown-danger {
  background: linear-gradient(#E91E63, #964B00, #DC3545);
}

.gradient-pink-brown-light {
  background: linear-gradient(#E91E63, #964B00, #f5f5f5);
}

.gradient-pink-brown-dark {
  background: linear-gradient(#E91E63, #964B00, #212529);
}

.gradient-pink-brown-red {
  background: linear-gradient(#E91E63, #964B00, #F44336);
}

.gradient-pink-brown-green {
  background: linear-gradient(#E91E63, #964B00, #4CAF50);
}

.gradient-pink-brown-blue {
  background: linear-gradient(#E91E63, #964B00, #2196F3);
}

.gradient-pink-brown-black {
  background: linear-gradient(#E91E63, #964B00, #000);
}

.gradient-pink-brown-white {
  background: linear-gradient(#E91E63, #964B00, #fff);
}

.gradient-pink-brown-purple {
  background: linear-gradient(#E91E63, #964B00, #9C27B0);
}

.gradient-pink-brown-indigo {
  background: linear-gradient(#E91E63, #964B00, #3E51B5);
}

.gradient-pink-brown-cyan {
  background: linear-gradient(#E91E63, #964B00, #00BCD4);
}

.gradient-pink-brown-teal {
  background: linear-gradient(#E91E63, #964B00, #009688);
}

.gradient-pink-brown-lime {
  background: linear-gradient(#E91E63, #964B00, #CDDC39);
}

.gradient-pink-brown-yellow {
  background: linear-gradient(#E91E63, #964B00, #FFEB3B);
}

.gradient-pink-brown-amber {
  background: linear-gradient(#E91E63, #964B00, #FFC107);
}

.gradient-pink-brown-orange {
  background: linear-gradient(#E91E63, #964B00, #FF9800);
}

.gradient-pink-brown-lightblue {
  background: linear-gradient(#E91E63, #964B00, #03A9F4);
}

.gradient-pink-brown-lightgreen {
  background: linear-gradient(#E91E63, #964B00, #76FF03);
}

.gradient-pink-brown-deeppurple {
  background: linear-gradient(#E91E63, #964B00, #673AB7);
}

.gradient-pink-brown-deeporange {
  background: linear-gradient(#E91E63, #964B00, #DD6E0F);
}

.gradient-pink-brown-grey {
  background: linear-gradient(#E91E63, #964B00, #808080);
}

.gradient-pink-grey {
  background: linear-gradient(#E91E63, #808080);
}

.gradient-to-top-pink-grey {
  background: linear-gradient(to top, #E91E63, #808080);
}

.gradient-to-bottom-pink-grey {
  background: linear-gradient(to bottom, #E91E63, #808080);
}

.gradient-to-left-pink-grey {
  background: linear-gradient(to left, #E91E63, #808080);
}

.gradient-to-right-pink-grey {
  background: linear-gradient(to right, #E91E63, #808080);
}

.gradient-to-top-left-pink-grey {
  background: linear-gradient(to top left, #E91E63, #808080);
}

.gradient-to-top-right-pink-grey {
  background: linear-gradient(to top right, #E91E63, #808080);
}

.gradient-to-bottom-left-pink-grey {
  background: linear-gradient(to bottom left, #E91E63, #808080);
}

.gradient-to-bottom-right-pink-grey {
  background: linear-gradient(to bottom right, #E91E63, #808080);
}

.gradient-radial-pink-grey {
  background: radial-gradient(circle, #E91E63, #808080);
}

.gradient-pink-grey-primary {
  background: linear-gradient(#E91E63, #808080, #03A9F4);
}

.gradient-pink-grey-secondary {
  background: linear-gradient(#E91E63, #808080, #333);
}

.gradient-pink-grey-success {
  background: linear-gradient(#E91E63, #808080, #28a745);
}

.gradient-pink-grey-info {
  background: linear-gradient(#E91E63, #808080, #0DCAF0);
}

.gradient-pink-grey-warning {
  background: linear-gradient(#E91E63, #808080, #FFC107);
}

.gradient-pink-grey-danger {
  background: linear-gradient(#E91E63, #808080, #DC3545);
}

.gradient-pink-grey-light {
  background: linear-gradient(#E91E63, #808080, #f5f5f5);
}

.gradient-pink-grey-dark {
  background: linear-gradient(#E91E63, #808080, #212529);
}

.gradient-pink-grey-red {
  background: linear-gradient(#E91E63, #808080, #F44336);
}

.gradient-pink-grey-green {
  background: linear-gradient(#E91E63, #808080, #4CAF50);
}

.gradient-pink-grey-blue {
  background: linear-gradient(#E91E63, #808080, #2196F3);
}

.gradient-pink-grey-black {
  background: linear-gradient(#E91E63, #808080, #000);
}

.gradient-pink-grey-white {
  background: linear-gradient(#E91E63, #808080, #fff);
}

.gradient-pink-grey-purple {
  background: linear-gradient(#E91E63, #808080, #9C27B0);
}

.gradient-pink-grey-indigo {
  background: linear-gradient(#E91E63, #808080, #3E51B5);
}

.gradient-pink-grey-cyan {
  background: linear-gradient(#E91E63, #808080, #00BCD4);
}

.gradient-pink-grey-teal {
  background: linear-gradient(#E91E63, #808080, #009688);
}

.gradient-pink-grey-lime {
  background: linear-gradient(#E91E63, #808080, #CDDC39);
}

.gradient-pink-grey-yellow {
  background: linear-gradient(#E91E63, #808080, #FFEB3B);
}

.gradient-pink-grey-amber {
  background: linear-gradient(#E91E63, #808080, #FFC107);
}

.gradient-pink-grey-orange {
  background: linear-gradient(#E91E63, #808080, #FF9800);
}

.gradient-pink-grey-lightblue {
  background: linear-gradient(#E91E63, #808080, #03A9F4);
}

.gradient-pink-grey-lightgreen {
  background: linear-gradient(#E91E63, #808080, #76FF03);
}

.gradient-pink-grey-deeppurple {
  background: linear-gradient(#E91E63, #808080, #673AB7);
}

.gradient-pink-grey-deeporange {
  background: linear-gradient(#E91E63, #808080, #DD6E0F);
}

.gradient-pink-grey-brown {
  background: linear-gradient(#E91E63, #808080, #964B00);
}

.gradient-purple-primary {
  background: linear-gradient(#9C27B0, #03A9F4);
}

.gradient-to-top-purple-primary {
  background: linear-gradient(to top, #9C27B0, #03A9F4);
}

.gradient-to-bottom-purple-primary {
  background: linear-gradient(to bottom, #9C27B0, #03A9F4);
}

.gradient-to-left-purple-primary {
  background: linear-gradient(to left, #9C27B0, #03A9F4);
}

.gradient-to-right-purple-primary {
  background: linear-gradient(to right, #9C27B0, #03A9F4);
}

.gradient-to-top-left-purple-primary {
  background: linear-gradient(to top left, #9C27B0, #03A9F4);
}

.gradient-to-top-right-purple-primary {
  background: linear-gradient(to top right, #9C27B0, #03A9F4);
}

.gradient-to-bottom-left-purple-primary {
  background: linear-gradient(to bottom left, #9C27B0, #03A9F4);
}

.gradient-to-bottom-right-purple-primary {
  background: linear-gradient(to bottom right, #9C27B0, #03A9F4);
}

.gradient-radial-purple-primary {
  background: radial-gradient(circle, #9C27B0, #03A9F4);
}

.gradient-purple-primary-secondary {
  background: linear-gradient(#9C27B0, #03A9F4, #333);
}

.gradient-purple-primary-success {
  background: linear-gradient(#9C27B0, #03A9F4, #28a745);
}

.gradient-purple-primary-info {
  background: linear-gradient(#9C27B0, #03A9F4, #0DCAF0);
}

.gradient-purple-primary-warning {
  background: linear-gradient(#9C27B0, #03A9F4, #FFC107);
}

.gradient-purple-primary-danger {
  background: linear-gradient(#9C27B0, #03A9F4, #DC3545);
}

.gradient-purple-primary-light {
  background: linear-gradient(#9C27B0, #03A9F4, #f5f5f5);
}

.gradient-purple-primary-dark {
  background: linear-gradient(#9C27B0, #03A9F4, #212529);
}

.gradient-purple-primary-red {
  background: linear-gradient(#9C27B0, #03A9F4, #F44336);
}

.gradient-purple-primary-green {
  background: linear-gradient(#9C27B0, #03A9F4, #4CAF50);
}

.gradient-purple-primary-blue {
  background: linear-gradient(#9C27B0, #03A9F4, #2196F3);
}

.gradient-purple-primary-black {
  background: linear-gradient(#9C27B0, #03A9F4, #000);
}

.gradient-purple-primary-white {
  background: linear-gradient(#9C27B0, #03A9F4, #fff);
}

.gradient-purple-primary-pink {
  background: linear-gradient(#9C27B0, #03A9F4, #E91E63);
}

.gradient-purple-primary-indigo {
  background: linear-gradient(#9C27B0, #03A9F4, #3E51B5);
}

.gradient-purple-primary-cyan {
  background: linear-gradient(#9C27B0, #03A9F4, #00BCD4);
}

.gradient-purple-primary-teal {
  background: linear-gradient(#9C27B0, #03A9F4, #009688);
}

.gradient-purple-primary-lime {
  background: linear-gradient(#9C27B0, #03A9F4, #CDDC39);
}

.gradient-purple-primary-yellow {
  background: linear-gradient(#9C27B0, #03A9F4, #FFEB3B);
}

.gradient-purple-primary-amber {
  background: linear-gradient(#9C27B0, #03A9F4, #FFC107);
}

.gradient-purple-primary-orange {
  background: linear-gradient(#9C27B0, #03A9F4, #FF9800);
}

.gradient-purple-primary-lightblue {
  background: linear-gradient(#9C27B0, #03A9F4, #03A9F4);
}

.gradient-purple-primary-lightgreen {
  background: linear-gradient(#9C27B0, #03A9F4, #76FF03);
}

.gradient-purple-primary-deeppurple {
  background: linear-gradient(#9C27B0, #03A9F4, #673AB7);
}

.gradient-purple-primary-deeporange {
  background: linear-gradient(#9C27B0, #03A9F4, #DD6E0F);
}

.gradient-purple-primary-brown {
  background: linear-gradient(#9C27B0, #03A9F4, #964B00);
}

.gradient-purple-primary-grey {
  background: linear-gradient(#9C27B0, #03A9F4, #808080);
}

.gradient-purple-secondary {
  background: linear-gradient(#9C27B0, #333);
}

.gradient-to-top-purple-secondary {
  background: linear-gradient(to top, #9C27B0, #333);
}

.gradient-to-bottom-purple-secondary {
  background: linear-gradient(to bottom, #9C27B0, #333);
}

.gradient-to-left-purple-secondary {
  background: linear-gradient(to left, #9C27B0, #333);
}

.gradient-to-right-purple-secondary {
  background: linear-gradient(to right, #9C27B0, #333);
}

.gradient-to-top-left-purple-secondary {
  background: linear-gradient(to top left, #9C27B0, #333);
}

.gradient-to-top-right-purple-secondary {
  background: linear-gradient(to top right, #9C27B0, #333);
}

.gradient-to-bottom-left-purple-secondary {
  background: linear-gradient(to bottom left, #9C27B0, #333);
}

.gradient-to-bottom-right-purple-secondary {
  background: linear-gradient(to bottom right, #9C27B0, #333);
}

.gradient-radial-purple-secondary {
  background: radial-gradient(circle, #9C27B0, #333);
}

.gradient-purple-secondary-primary {
  background: linear-gradient(#9C27B0, #333, #03A9F4);
}

.gradient-purple-secondary-success {
  background: linear-gradient(#9C27B0, #333, #28a745);
}

.gradient-purple-secondary-info {
  background: linear-gradient(#9C27B0, #333, #0DCAF0);
}

.gradient-purple-secondary-warning {
  background: linear-gradient(#9C27B0, #333, #FFC107);
}

.gradient-purple-secondary-danger {
  background: linear-gradient(#9C27B0, #333, #DC3545);
}

.gradient-purple-secondary-light {
  background: linear-gradient(#9C27B0, #333, #f5f5f5);
}

.gradient-purple-secondary-dark {
  background: linear-gradient(#9C27B0, #333, #212529);
}

.gradient-purple-secondary-red {
  background: linear-gradient(#9C27B0, #333, #F44336);
}

.gradient-purple-secondary-green {
  background: linear-gradient(#9C27B0, #333, #4CAF50);
}

.gradient-purple-secondary-blue {
  background: linear-gradient(#9C27B0, #333, #2196F3);
}

.gradient-purple-secondary-black {
  background: linear-gradient(#9C27B0, #333, #000);
}

.gradient-purple-secondary-white {
  background: linear-gradient(#9C27B0, #333, #fff);
}

.gradient-purple-secondary-pink {
  background: linear-gradient(#9C27B0, #333, #E91E63);
}

.gradient-purple-secondary-indigo {
  background: linear-gradient(#9C27B0, #333, #3E51B5);
}

.gradient-purple-secondary-cyan {
  background: linear-gradient(#9C27B0, #333, #00BCD4);
}

.gradient-purple-secondary-teal {
  background: linear-gradient(#9C27B0, #333, #009688);
}

.gradient-purple-secondary-lime {
  background: linear-gradient(#9C27B0, #333, #CDDC39);
}

.gradient-purple-secondary-yellow {
  background: linear-gradient(#9C27B0, #333, #FFEB3B);
}

.gradient-purple-secondary-amber {
  background: linear-gradient(#9C27B0, #333, #FFC107);
}

.gradient-purple-secondary-orange {
  background: linear-gradient(#9C27B0, #333, #FF9800);
}

.gradient-purple-secondary-lightblue {
  background: linear-gradient(#9C27B0, #333, #03A9F4);
}

.gradient-purple-secondary-lightgreen {
  background: linear-gradient(#9C27B0, #333, #76FF03);
}

.gradient-purple-secondary-deeppurple {
  background: linear-gradient(#9C27B0, #333, #673AB7);
}

.gradient-purple-secondary-deeporange {
  background: linear-gradient(#9C27B0, #333, #DD6E0F);
}

.gradient-purple-secondary-brown {
  background: linear-gradient(#9C27B0, #333, #964B00);
}

.gradient-purple-secondary-grey {
  background: linear-gradient(#9C27B0, #333, #808080);
}

.gradient-purple-success {
  background: linear-gradient(#9C27B0, #28a745);
}

.gradient-to-top-purple-success {
  background: linear-gradient(to top, #9C27B0, #28a745);
}

.gradient-to-bottom-purple-success {
  background: linear-gradient(to bottom, #9C27B0, #28a745);
}

.gradient-to-left-purple-success {
  background: linear-gradient(to left, #9C27B0, #28a745);
}

.gradient-to-right-purple-success {
  background: linear-gradient(to right, #9C27B0, #28a745);
}

.gradient-to-top-left-purple-success {
  background: linear-gradient(to top left, #9C27B0, #28a745);
}

.gradient-to-top-right-purple-success {
  background: linear-gradient(to top right, #9C27B0, #28a745);
}

.gradient-to-bottom-left-purple-success {
  background: linear-gradient(to bottom left, #9C27B0, #28a745);
}

.gradient-to-bottom-right-purple-success {
  background: linear-gradient(to bottom right, #9C27B0, #28a745);
}

.gradient-radial-purple-success {
  background: radial-gradient(circle, #9C27B0, #28a745);
}

.gradient-purple-success-primary {
  background: linear-gradient(#9C27B0, #28a745, #03A9F4);
}

.gradient-purple-success-secondary {
  background: linear-gradient(#9C27B0, #28a745, #333);
}

.gradient-purple-success-info {
  background: linear-gradient(#9C27B0, #28a745, #0DCAF0);
}

.gradient-purple-success-warning {
  background: linear-gradient(#9C27B0, #28a745, #FFC107);
}

.gradient-purple-success-danger {
  background: linear-gradient(#9C27B0, #28a745, #DC3545);
}

.gradient-purple-success-light {
  background: linear-gradient(#9C27B0, #28a745, #f5f5f5);
}

.gradient-purple-success-dark {
  background: linear-gradient(#9C27B0, #28a745, #212529);
}

.gradient-purple-success-red {
  background: linear-gradient(#9C27B0, #28a745, #F44336);
}

.gradient-purple-success-green {
  background: linear-gradient(#9C27B0, #28a745, #4CAF50);
}

.gradient-purple-success-blue {
  background: linear-gradient(#9C27B0, #28a745, #2196F3);
}

.gradient-purple-success-black {
  background: linear-gradient(#9C27B0, #28a745, #000);
}

.gradient-purple-success-white {
  background: linear-gradient(#9C27B0, #28a745, #fff);
}

.gradient-purple-success-pink {
  background: linear-gradient(#9C27B0, #28a745, #E91E63);
}

.gradient-purple-success-indigo {
  background: linear-gradient(#9C27B0, #28a745, #3E51B5);
}

.gradient-purple-success-cyan {
  background: linear-gradient(#9C27B0, #28a745, #00BCD4);
}

.gradient-purple-success-teal {
  background: linear-gradient(#9C27B0, #28a745, #009688);
}

.gradient-purple-success-lime {
  background: linear-gradient(#9C27B0, #28a745, #CDDC39);
}

.gradient-purple-success-yellow {
  background: linear-gradient(#9C27B0, #28a745, #FFEB3B);
}

.gradient-purple-success-amber {
  background: linear-gradient(#9C27B0, #28a745, #FFC107);
}

.gradient-purple-success-orange {
  background: linear-gradient(#9C27B0, #28a745, #FF9800);
}

.gradient-purple-success-lightblue {
  background: linear-gradient(#9C27B0, #28a745, #03A9F4);
}

.gradient-purple-success-lightgreen {
  background: linear-gradient(#9C27B0, #28a745, #76FF03);
}

.gradient-purple-success-deeppurple {
  background: linear-gradient(#9C27B0, #28a745, #673AB7);
}

.gradient-purple-success-deeporange {
  background: linear-gradient(#9C27B0, #28a745, #DD6E0F);
}

.gradient-purple-success-brown {
  background: linear-gradient(#9C27B0, #28a745, #964B00);
}

.gradient-purple-success-grey {
  background: linear-gradient(#9C27B0, #28a745, #808080);
}

.gradient-purple-info {
  background: linear-gradient(#9C27B0, #0DCAF0);
}

.gradient-to-top-purple-info {
  background: linear-gradient(to top, #9C27B0, #0DCAF0);
}

.gradient-to-bottom-purple-info {
  background: linear-gradient(to bottom, #9C27B0, #0DCAF0);
}

.gradient-to-left-purple-info {
  background: linear-gradient(to left, #9C27B0, #0DCAF0);
}

.gradient-to-right-purple-info {
  background: linear-gradient(to right, #9C27B0, #0DCAF0);
}

.gradient-to-top-left-purple-info {
  background: linear-gradient(to top left, #9C27B0, #0DCAF0);
}

.gradient-to-top-right-purple-info {
  background: linear-gradient(to top right, #9C27B0, #0DCAF0);
}

.gradient-to-bottom-left-purple-info {
  background: linear-gradient(to bottom left, #9C27B0, #0DCAF0);
}

.gradient-to-bottom-right-purple-info {
  background: linear-gradient(to bottom right, #9C27B0, #0DCAF0);
}

.gradient-radial-purple-info {
  background: radial-gradient(circle, #9C27B0, #0DCAF0);
}

.gradient-purple-info-primary {
  background: linear-gradient(#9C27B0, #0DCAF0, #03A9F4);
}

.gradient-purple-info-secondary {
  background: linear-gradient(#9C27B0, #0DCAF0, #333);
}

.gradient-purple-info-success {
  background: linear-gradient(#9C27B0, #0DCAF0, #28a745);
}

.gradient-purple-info-warning {
  background: linear-gradient(#9C27B0, #0DCAF0, #FFC107);
}

.gradient-purple-info-danger {
  background: linear-gradient(#9C27B0, #0DCAF0, #DC3545);
}

.gradient-purple-info-light {
  background: linear-gradient(#9C27B0, #0DCAF0, #f5f5f5);
}

.gradient-purple-info-dark {
  background: linear-gradient(#9C27B0, #0DCAF0, #212529);
}

.gradient-purple-info-red {
  background: linear-gradient(#9C27B0, #0DCAF0, #F44336);
}

.gradient-purple-info-green {
  background: linear-gradient(#9C27B0, #0DCAF0, #4CAF50);
}

.gradient-purple-info-blue {
  background: linear-gradient(#9C27B0, #0DCAF0, #2196F3);
}

.gradient-purple-info-black {
  background: linear-gradient(#9C27B0, #0DCAF0, #000);
}

.gradient-purple-info-white {
  background: linear-gradient(#9C27B0, #0DCAF0, #fff);
}

.gradient-purple-info-pink {
  background: linear-gradient(#9C27B0, #0DCAF0, #E91E63);
}

.gradient-purple-info-indigo {
  background: linear-gradient(#9C27B0, #0DCAF0, #3E51B5);
}

.gradient-purple-info-cyan {
  background: linear-gradient(#9C27B0, #0DCAF0, #00BCD4);
}

.gradient-purple-info-teal {
  background: linear-gradient(#9C27B0, #0DCAF0, #009688);
}

.gradient-purple-info-lime {
  background: linear-gradient(#9C27B0, #0DCAF0, #CDDC39);
}

.gradient-purple-info-yellow {
  background: linear-gradient(#9C27B0, #0DCAF0, #FFEB3B);
}

.gradient-purple-info-amber {
  background: linear-gradient(#9C27B0, #0DCAF0, #FFC107);
}

.gradient-purple-info-orange {
  background: linear-gradient(#9C27B0, #0DCAF0, #FF9800);
}

.gradient-purple-info-lightblue {
  background: linear-gradient(#9C27B0, #0DCAF0, #03A9F4);
}

.gradient-purple-info-lightgreen {
  background: linear-gradient(#9C27B0, #0DCAF0, #76FF03);
}

.gradient-purple-info-deeppurple {
  background: linear-gradient(#9C27B0, #0DCAF0, #673AB7);
}

.gradient-purple-info-deeporange {
  background: linear-gradient(#9C27B0, #0DCAF0, #DD6E0F);
}

.gradient-purple-info-brown {
  background: linear-gradient(#9C27B0, #0DCAF0, #964B00);
}

.gradient-purple-info-grey {
  background: linear-gradient(#9C27B0, #0DCAF0, #808080);
}

.gradient-purple-warning {
  background: linear-gradient(#9C27B0, #FFC107);
}

.gradient-to-top-purple-warning {
  background: linear-gradient(to top, #9C27B0, #FFC107);
}

.gradient-to-bottom-purple-warning {
  background: linear-gradient(to bottom, #9C27B0, #FFC107);
}

.gradient-to-left-purple-warning {
  background: linear-gradient(to left, #9C27B0, #FFC107);
}

.gradient-to-right-purple-warning {
  background: linear-gradient(to right, #9C27B0, #FFC107);
}

.gradient-to-top-left-purple-warning {
  background: linear-gradient(to top left, #9C27B0, #FFC107);
}

.gradient-to-top-right-purple-warning {
  background: linear-gradient(to top right, #9C27B0, #FFC107);
}

.gradient-to-bottom-left-purple-warning {
  background: linear-gradient(to bottom left, #9C27B0, #FFC107);
}

.gradient-to-bottom-right-purple-warning {
  background: linear-gradient(to bottom right, #9C27B0, #FFC107);
}

.gradient-radial-purple-warning {
  background: radial-gradient(circle, #9C27B0, #FFC107);
}

.gradient-purple-warning-primary {
  background: linear-gradient(#9C27B0, #FFC107, #03A9F4);
}

.gradient-purple-warning-secondary {
  background: linear-gradient(#9C27B0, #FFC107, #333);
}

.gradient-purple-warning-success {
  background: linear-gradient(#9C27B0, #FFC107, #28a745);
}

.gradient-purple-warning-info {
  background: linear-gradient(#9C27B0, #FFC107, #0DCAF0);
}

.gradient-purple-warning-danger {
  background: linear-gradient(#9C27B0, #FFC107, #DC3545);
}

.gradient-purple-warning-light {
  background: linear-gradient(#9C27B0, #FFC107, #f5f5f5);
}

.gradient-purple-warning-dark {
  background: linear-gradient(#9C27B0, #FFC107, #212529);
}

.gradient-purple-warning-red {
  background: linear-gradient(#9C27B0, #FFC107, #F44336);
}

.gradient-purple-warning-green {
  background: linear-gradient(#9C27B0, #FFC107, #4CAF50);
}

.gradient-purple-warning-blue {
  background: linear-gradient(#9C27B0, #FFC107, #2196F3);
}

.gradient-purple-warning-black {
  background: linear-gradient(#9C27B0, #FFC107, #000);
}

.gradient-purple-warning-white {
  background: linear-gradient(#9C27B0, #FFC107, #fff);
}

.gradient-purple-warning-pink {
  background: linear-gradient(#9C27B0, #FFC107, #E91E63);
}

.gradient-purple-warning-indigo {
  background: linear-gradient(#9C27B0, #FFC107, #3E51B5);
}

.gradient-purple-warning-cyan {
  background: linear-gradient(#9C27B0, #FFC107, #00BCD4);
}

.gradient-purple-warning-teal {
  background: linear-gradient(#9C27B0, #FFC107, #009688);
}

.gradient-purple-warning-lime {
  background: linear-gradient(#9C27B0, #FFC107, #CDDC39);
}

.gradient-purple-warning-yellow {
  background: linear-gradient(#9C27B0, #FFC107, #FFEB3B);
}

.gradient-purple-warning-amber {
  background: linear-gradient(#9C27B0, #FFC107, #FFC107);
}

.gradient-purple-warning-orange {
  background: linear-gradient(#9C27B0, #FFC107, #FF9800);
}

.gradient-purple-warning-lightblue {
  background: linear-gradient(#9C27B0, #FFC107, #03A9F4);
}

.gradient-purple-warning-lightgreen {
  background: linear-gradient(#9C27B0, #FFC107, #76FF03);
}

.gradient-purple-warning-deeppurple {
  background: linear-gradient(#9C27B0, #FFC107, #673AB7);
}

.gradient-purple-warning-deeporange {
  background: linear-gradient(#9C27B0, #FFC107, #DD6E0F);
}

.gradient-purple-warning-brown {
  background: linear-gradient(#9C27B0, #FFC107, #964B00);
}

.gradient-purple-warning-grey {
  background: linear-gradient(#9C27B0, #FFC107, #808080);
}

.gradient-purple-danger {
  background: linear-gradient(#9C27B0, #DC3545);
}

.gradient-to-top-purple-danger {
  background: linear-gradient(to top, #9C27B0, #DC3545);
}

.gradient-to-bottom-purple-danger {
  background: linear-gradient(to bottom, #9C27B0, #DC3545);
}

.gradient-to-left-purple-danger {
  background: linear-gradient(to left, #9C27B0, #DC3545);
}

.gradient-to-right-purple-danger {
  background: linear-gradient(to right, #9C27B0, #DC3545);
}

.gradient-to-top-left-purple-danger {
  background: linear-gradient(to top left, #9C27B0, #DC3545);
}

.gradient-to-top-right-purple-danger {
  background: linear-gradient(to top right, #9C27B0, #DC3545);
}

.gradient-to-bottom-left-purple-danger {
  background: linear-gradient(to bottom left, #9C27B0, #DC3545);
}

.gradient-to-bottom-right-purple-danger {
  background: linear-gradient(to bottom right, #9C27B0, #DC3545);
}

.gradient-radial-purple-danger {
  background: radial-gradient(circle, #9C27B0, #DC3545);
}

.gradient-purple-danger-primary {
  background: linear-gradient(#9C27B0, #DC3545, #03A9F4);
}

.gradient-purple-danger-secondary {
  background: linear-gradient(#9C27B0, #DC3545, #333);
}

.gradient-purple-danger-success {
  background: linear-gradient(#9C27B0, #DC3545, #28a745);
}

.gradient-purple-danger-info {
  background: linear-gradient(#9C27B0, #DC3545, #0DCAF0);
}

.gradient-purple-danger-warning {
  background: linear-gradient(#9C27B0, #DC3545, #FFC107);
}

.gradient-purple-danger-light {
  background: linear-gradient(#9C27B0, #DC3545, #f5f5f5);
}

.gradient-purple-danger-dark {
  background: linear-gradient(#9C27B0, #DC3545, #212529);
}

.gradient-purple-danger-red {
  background: linear-gradient(#9C27B0, #DC3545, #F44336);
}

.gradient-purple-danger-green {
  background: linear-gradient(#9C27B0, #DC3545, #4CAF50);
}

.gradient-purple-danger-blue {
  background: linear-gradient(#9C27B0, #DC3545, #2196F3);
}

.gradient-purple-danger-black {
  background: linear-gradient(#9C27B0, #DC3545, #000);
}

.gradient-purple-danger-white {
  background: linear-gradient(#9C27B0, #DC3545, #fff);
}

.gradient-purple-danger-pink {
  background: linear-gradient(#9C27B0, #DC3545, #E91E63);
}

.gradient-purple-danger-indigo {
  background: linear-gradient(#9C27B0, #DC3545, #3E51B5);
}

.gradient-purple-danger-cyan {
  background: linear-gradient(#9C27B0, #DC3545, #00BCD4);
}

.gradient-purple-danger-teal {
  background: linear-gradient(#9C27B0, #DC3545, #009688);
}

.gradient-purple-danger-lime {
  background: linear-gradient(#9C27B0, #DC3545, #CDDC39);
}

.gradient-purple-danger-yellow {
  background: linear-gradient(#9C27B0, #DC3545, #FFEB3B);
}

.gradient-purple-danger-amber {
  background: linear-gradient(#9C27B0, #DC3545, #FFC107);
}

.gradient-purple-danger-orange {
  background: linear-gradient(#9C27B0, #DC3545, #FF9800);
}

.gradient-purple-danger-lightblue {
  background: linear-gradient(#9C27B0, #DC3545, #03A9F4);
}

.gradient-purple-danger-lightgreen {
  background: linear-gradient(#9C27B0, #DC3545, #76FF03);
}

.gradient-purple-danger-deeppurple {
  background: linear-gradient(#9C27B0, #DC3545, #673AB7);
}

.gradient-purple-danger-deeporange {
  background: linear-gradient(#9C27B0, #DC3545, #DD6E0F);
}

.gradient-purple-danger-brown {
  background: linear-gradient(#9C27B0, #DC3545, #964B00);
}

.gradient-purple-danger-grey {
  background: linear-gradient(#9C27B0, #DC3545, #808080);
}

.gradient-purple-light {
  background: linear-gradient(#9C27B0, #f5f5f5);
}

.gradient-to-top-purple-light {
  background: linear-gradient(to top, #9C27B0, #f5f5f5);
}

.gradient-to-bottom-purple-light {
  background: linear-gradient(to bottom, #9C27B0, #f5f5f5);
}

.gradient-to-left-purple-light {
  background: linear-gradient(to left, #9C27B0, #f5f5f5);
}

.gradient-to-right-purple-light {
  background: linear-gradient(to right, #9C27B0, #f5f5f5);
}

.gradient-to-top-left-purple-light {
  background: linear-gradient(to top left, #9C27B0, #f5f5f5);
}

.gradient-to-top-right-purple-light {
  background: linear-gradient(to top right, #9C27B0, #f5f5f5);
}

.gradient-to-bottom-left-purple-light {
  background: linear-gradient(to bottom left, #9C27B0, #f5f5f5);
}

.gradient-to-bottom-right-purple-light {
  background: linear-gradient(to bottom right, #9C27B0, #f5f5f5);
}

.gradient-radial-purple-light {
  background: radial-gradient(circle, #9C27B0, #f5f5f5);
}

.gradient-purple-light-primary {
  background: linear-gradient(#9C27B0, #f5f5f5, #03A9F4);
}

.gradient-purple-light-secondary {
  background: linear-gradient(#9C27B0, #f5f5f5, #333);
}

.gradient-purple-light-success {
  background: linear-gradient(#9C27B0, #f5f5f5, #28a745);
}

.gradient-purple-light-info {
  background: linear-gradient(#9C27B0, #f5f5f5, #0DCAF0);
}

.gradient-purple-light-warning {
  background: linear-gradient(#9C27B0, #f5f5f5, #FFC107);
}

.gradient-purple-light-danger {
  background: linear-gradient(#9C27B0, #f5f5f5, #DC3545);
}

.gradient-purple-light-dark {
  background: linear-gradient(#9C27B0, #f5f5f5, #212529);
}

.gradient-purple-light-red {
  background: linear-gradient(#9C27B0, #f5f5f5, #F44336);
}

.gradient-purple-light-green {
  background: linear-gradient(#9C27B0, #f5f5f5, #4CAF50);
}

.gradient-purple-light-blue {
  background: linear-gradient(#9C27B0, #f5f5f5, #2196F3);
}

.gradient-purple-light-black {
  background: linear-gradient(#9C27B0, #f5f5f5, #000);
}

.gradient-purple-light-white {
  background: linear-gradient(#9C27B0, #f5f5f5, #fff);
}

.gradient-purple-light-pink {
  background: linear-gradient(#9C27B0, #f5f5f5, #E91E63);
}

.gradient-purple-light-indigo {
  background: linear-gradient(#9C27B0, #f5f5f5, #3E51B5);
}

.gradient-purple-light-cyan {
  background: linear-gradient(#9C27B0, #f5f5f5, #00BCD4);
}

.gradient-purple-light-teal {
  background: linear-gradient(#9C27B0, #f5f5f5, #009688);
}

.gradient-purple-light-lime {
  background: linear-gradient(#9C27B0, #f5f5f5, #CDDC39);
}

.gradient-purple-light-yellow {
  background: linear-gradient(#9C27B0, #f5f5f5, #FFEB3B);
}

.gradient-purple-light-amber {
  background: linear-gradient(#9C27B0, #f5f5f5, #FFC107);
}

.gradient-purple-light-orange {
  background: linear-gradient(#9C27B0, #f5f5f5, #FF9800);
}

.gradient-purple-light-lightblue {
  background: linear-gradient(#9C27B0, #f5f5f5, #03A9F4);
}

.gradient-purple-light-lightgreen {
  background: linear-gradient(#9C27B0, #f5f5f5, #76FF03);
}

.gradient-purple-light-deeppurple {
  background: linear-gradient(#9C27B0, #f5f5f5, #673AB7);
}

.gradient-purple-light-deeporange {
  background: linear-gradient(#9C27B0, #f5f5f5, #DD6E0F);
}

.gradient-purple-light-brown {
  background: linear-gradient(#9C27B0, #f5f5f5, #964B00);
}

.gradient-purple-light-grey {
  background: linear-gradient(#9C27B0, #f5f5f5, #808080);
}

.gradient-purple-dark {
  background: linear-gradient(#9C27B0, #212529);
}

.gradient-to-top-purple-dark {
  background: linear-gradient(to top, #9C27B0, #212529);
}

.gradient-to-bottom-purple-dark {
  background: linear-gradient(to bottom, #9C27B0, #212529);
}

.gradient-to-left-purple-dark {
  background: linear-gradient(to left, #9C27B0, #212529);
}

.gradient-to-right-purple-dark {
  background: linear-gradient(to right, #9C27B0, #212529);
}

.gradient-to-top-left-purple-dark {
  background: linear-gradient(to top left, #9C27B0, #212529);
}

.gradient-to-top-right-purple-dark {
  background: linear-gradient(to top right, #9C27B0, #212529);
}

.gradient-to-bottom-left-purple-dark {
  background: linear-gradient(to bottom left, #9C27B0, #212529);
}

.gradient-to-bottom-right-purple-dark {
  background: linear-gradient(to bottom right, #9C27B0, #212529);
}

.gradient-radial-purple-dark {
  background: radial-gradient(circle, #9C27B0, #212529);
}

.gradient-purple-dark-primary {
  background: linear-gradient(#9C27B0, #212529, #03A9F4);
}

.gradient-purple-dark-secondary {
  background: linear-gradient(#9C27B0, #212529, #333);
}

.gradient-purple-dark-success {
  background: linear-gradient(#9C27B0, #212529, #28a745);
}

.gradient-purple-dark-info {
  background: linear-gradient(#9C27B0, #212529, #0DCAF0);
}

.gradient-purple-dark-warning {
  background: linear-gradient(#9C27B0, #212529, #FFC107);
}

.gradient-purple-dark-danger {
  background: linear-gradient(#9C27B0, #212529, #DC3545);
}

.gradient-purple-dark-light {
  background: linear-gradient(#9C27B0, #212529, #f5f5f5);
}

.gradient-purple-dark-red {
  background: linear-gradient(#9C27B0, #212529, #F44336);
}

.gradient-purple-dark-green {
  background: linear-gradient(#9C27B0, #212529, #4CAF50);
}

.gradient-purple-dark-blue {
  background: linear-gradient(#9C27B0, #212529, #2196F3);
}

.gradient-purple-dark-black {
  background: linear-gradient(#9C27B0, #212529, #000);
}

.gradient-purple-dark-white {
  background: linear-gradient(#9C27B0, #212529, #fff);
}

.gradient-purple-dark-pink {
  background: linear-gradient(#9C27B0, #212529, #E91E63);
}

.gradient-purple-dark-indigo {
  background: linear-gradient(#9C27B0, #212529, #3E51B5);
}

.gradient-purple-dark-cyan {
  background: linear-gradient(#9C27B0, #212529, #00BCD4);
}

.gradient-purple-dark-teal {
  background: linear-gradient(#9C27B0, #212529, #009688);
}

.gradient-purple-dark-lime {
  background: linear-gradient(#9C27B0, #212529, #CDDC39);
}

.gradient-purple-dark-yellow {
  background: linear-gradient(#9C27B0, #212529, #FFEB3B);
}

.gradient-purple-dark-amber {
  background: linear-gradient(#9C27B0, #212529, #FFC107);
}

.gradient-purple-dark-orange {
  background: linear-gradient(#9C27B0, #212529, #FF9800);
}

.gradient-purple-dark-lightblue {
  background: linear-gradient(#9C27B0, #212529, #03A9F4);
}

.gradient-purple-dark-lightgreen {
  background: linear-gradient(#9C27B0, #212529, #76FF03);
}

.gradient-purple-dark-deeppurple {
  background: linear-gradient(#9C27B0, #212529, #673AB7);
}

.gradient-purple-dark-deeporange {
  background: linear-gradient(#9C27B0, #212529, #DD6E0F);
}

.gradient-purple-dark-brown {
  background: linear-gradient(#9C27B0, #212529, #964B00);
}

.gradient-purple-dark-grey {
  background: linear-gradient(#9C27B0, #212529, #808080);
}

.gradient-purple-red {
  background: linear-gradient(#9C27B0, #F44336);
}

.gradient-to-top-purple-red {
  background: linear-gradient(to top, #9C27B0, #F44336);
}

.gradient-to-bottom-purple-red {
  background: linear-gradient(to bottom, #9C27B0, #F44336);
}

.gradient-to-left-purple-red {
  background: linear-gradient(to left, #9C27B0, #F44336);
}

.gradient-to-right-purple-red {
  background: linear-gradient(to right, #9C27B0, #F44336);
}

.gradient-to-top-left-purple-red {
  background: linear-gradient(to top left, #9C27B0, #F44336);
}

.gradient-to-top-right-purple-red {
  background: linear-gradient(to top right, #9C27B0, #F44336);
}

.gradient-to-bottom-left-purple-red {
  background: linear-gradient(to bottom left, #9C27B0, #F44336);
}

.gradient-to-bottom-right-purple-red {
  background: linear-gradient(to bottom right, #9C27B0, #F44336);
}

.gradient-radial-purple-red {
  background: radial-gradient(circle, #9C27B0, #F44336);
}

.gradient-purple-red-primary {
  background: linear-gradient(#9C27B0, #F44336, #03A9F4);
}

.gradient-purple-red-secondary {
  background: linear-gradient(#9C27B0, #F44336, #333);
}

.gradient-purple-red-success {
  background: linear-gradient(#9C27B0, #F44336, #28a745);
}

.gradient-purple-red-info {
  background: linear-gradient(#9C27B0, #F44336, #0DCAF0);
}

.gradient-purple-red-warning {
  background: linear-gradient(#9C27B0, #F44336, #FFC107);
}

.gradient-purple-red-danger {
  background: linear-gradient(#9C27B0, #F44336, #DC3545);
}

.gradient-purple-red-light {
  background: linear-gradient(#9C27B0, #F44336, #f5f5f5);
}

.gradient-purple-red-dark {
  background: linear-gradient(#9C27B0, #F44336, #212529);
}

.gradient-purple-red-green {
  background: linear-gradient(#9C27B0, #F44336, #4CAF50);
}

.gradient-purple-red-blue {
  background: linear-gradient(#9C27B0, #F44336, #2196F3);
}

.gradient-purple-red-black {
  background: linear-gradient(#9C27B0, #F44336, #000);
}

.gradient-purple-red-white {
  background: linear-gradient(#9C27B0, #F44336, #fff);
}

.gradient-purple-red-pink {
  background: linear-gradient(#9C27B0, #F44336, #E91E63);
}

.gradient-purple-red-indigo {
  background: linear-gradient(#9C27B0, #F44336, #3E51B5);
}

.gradient-purple-red-cyan {
  background: linear-gradient(#9C27B0, #F44336, #00BCD4);
}

.gradient-purple-red-teal {
  background: linear-gradient(#9C27B0, #F44336, #009688);
}

.gradient-purple-red-lime {
  background: linear-gradient(#9C27B0, #F44336, #CDDC39);
}

.gradient-purple-red-yellow {
  background: linear-gradient(#9C27B0, #F44336, #FFEB3B);
}

.gradient-purple-red-amber {
  background: linear-gradient(#9C27B0, #F44336, #FFC107);
}

.gradient-purple-red-orange {
  background: linear-gradient(#9C27B0, #F44336, #FF9800);
}

.gradient-purple-red-lightblue {
  background: linear-gradient(#9C27B0, #F44336, #03A9F4);
}

.gradient-purple-red-lightgreen {
  background: linear-gradient(#9C27B0, #F44336, #76FF03);
}

.gradient-purple-red-deeppurple {
  background: linear-gradient(#9C27B0, #F44336, #673AB7);
}

.gradient-purple-red-deeporange {
  background: linear-gradient(#9C27B0, #F44336, #DD6E0F);
}

.gradient-purple-red-brown {
  background: linear-gradient(#9C27B0, #F44336, #964B00);
}

.gradient-purple-red-grey {
  background: linear-gradient(#9C27B0, #F44336, #808080);
}

.gradient-purple-green {
  background: linear-gradient(#9C27B0, #4CAF50);
}

.gradient-to-top-purple-green {
  background: linear-gradient(to top, #9C27B0, #4CAF50);
}

.gradient-to-bottom-purple-green {
  background: linear-gradient(to bottom, #9C27B0, #4CAF50);
}

.gradient-to-left-purple-green {
  background: linear-gradient(to left, #9C27B0, #4CAF50);
}

.gradient-to-right-purple-green {
  background: linear-gradient(to right, #9C27B0, #4CAF50);
}

.gradient-to-top-left-purple-green {
  background: linear-gradient(to top left, #9C27B0, #4CAF50);
}

.gradient-to-top-right-purple-green {
  background: linear-gradient(to top right, #9C27B0, #4CAF50);
}

.gradient-to-bottom-left-purple-green {
  background: linear-gradient(to bottom left, #9C27B0, #4CAF50);
}

.gradient-to-bottom-right-purple-green {
  background: linear-gradient(to bottom right, #9C27B0, #4CAF50);
}

.gradient-radial-purple-green {
  background: radial-gradient(circle, #9C27B0, #4CAF50);
}

.gradient-purple-green-primary {
  background: linear-gradient(#9C27B0, #4CAF50, #03A9F4);
}

.gradient-purple-green-secondary {
  background: linear-gradient(#9C27B0, #4CAF50, #333);
}

.gradient-purple-green-success {
  background: linear-gradient(#9C27B0, #4CAF50, #28a745);
}

.gradient-purple-green-info {
  background: linear-gradient(#9C27B0, #4CAF50, #0DCAF0);
}

.gradient-purple-green-warning {
  background: linear-gradient(#9C27B0, #4CAF50, #FFC107);
}

.gradient-purple-green-danger {
  background: linear-gradient(#9C27B0, #4CAF50, #DC3545);
}

.gradient-purple-green-light {
  background: linear-gradient(#9C27B0, #4CAF50, #f5f5f5);
}

.gradient-purple-green-dark {
  background: linear-gradient(#9C27B0, #4CAF50, #212529);
}

.gradient-purple-green-red {
  background: linear-gradient(#9C27B0, #4CAF50, #F44336);
}

.gradient-purple-green-blue {
  background: linear-gradient(#9C27B0, #4CAF50, #2196F3);
}

.gradient-purple-green-black {
  background: linear-gradient(#9C27B0, #4CAF50, #000);
}

.gradient-purple-green-white {
  background: linear-gradient(#9C27B0, #4CAF50, #fff);
}

.gradient-purple-green-pink {
  background: linear-gradient(#9C27B0, #4CAF50, #E91E63);
}

.gradient-purple-green-indigo {
  background: linear-gradient(#9C27B0, #4CAF50, #3E51B5);
}

.gradient-purple-green-cyan {
  background: linear-gradient(#9C27B0, #4CAF50, #00BCD4);
}

.gradient-purple-green-teal {
  background: linear-gradient(#9C27B0, #4CAF50, #009688);
}

.gradient-purple-green-lime {
  background: linear-gradient(#9C27B0, #4CAF50, #CDDC39);
}

.gradient-purple-green-yellow {
  background: linear-gradient(#9C27B0, #4CAF50, #FFEB3B);
}

.gradient-purple-green-amber {
  background: linear-gradient(#9C27B0, #4CAF50, #FFC107);
}

.gradient-purple-green-orange {
  background: linear-gradient(#9C27B0, #4CAF50, #FF9800);
}

.gradient-purple-green-lightblue {
  background: linear-gradient(#9C27B0, #4CAF50, #03A9F4);
}

.gradient-purple-green-lightgreen {
  background: linear-gradient(#9C27B0, #4CAF50, #76FF03);
}

.gradient-purple-green-deeppurple {
  background: linear-gradient(#9C27B0, #4CAF50, #673AB7);
}

.gradient-purple-green-deeporange {
  background: linear-gradient(#9C27B0, #4CAF50, #DD6E0F);
}

.gradient-purple-green-brown {
  background: linear-gradient(#9C27B0, #4CAF50, #964B00);
}

.gradient-purple-green-grey {
  background: linear-gradient(#9C27B0, #4CAF50, #808080);
}

.gradient-purple-blue {
  background: linear-gradient(#9C27B0, #2196F3);
}

.gradient-to-top-purple-blue {
  background: linear-gradient(to top, #9C27B0, #2196F3);
}

.gradient-to-bottom-purple-blue {
  background: linear-gradient(to bottom, #9C27B0, #2196F3);
}

.gradient-to-left-purple-blue {
  background: linear-gradient(to left, #9C27B0, #2196F3);
}

.gradient-to-right-purple-blue {
  background: linear-gradient(to right, #9C27B0, #2196F3);
}

.gradient-to-top-left-purple-blue {
  background: linear-gradient(to top left, #9C27B0, #2196F3);
}

.gradient-to-top-right-purple-blue {
  background: linear-gradient(to top right, #9C27B0, #2196F3);
}

.gradient-to-bottom-left-purple-blue {
  background: linear-gradient(to bottom left, #9C27B0, #2196F3);
}

.gradient-to-bottom-right-purple-blue {
  background: linear-gradient(to bottom right, #9C27B0, #2196F3);
}

.gradient-radial-purple-blue {
  background: radial-gradient(circle, #9C27B0, #2196F3);
}

.gradient-purple-blue-primary {
  background: linear-gradient(#9C27B0, #2196F3, #03A9F4);
}

.gradient-purple-blue-secondary {
  background: linear-gradient(#9C27B0, #2196F3, #333);
}

.gradient-purple-blue-success {
  background: linear-gradient(#9C27B0, #2196F3, #28a745);
}

.gradient-purple-blue-info {
  background: linear-gradient(#9C27B0, #2196F3, #0DCAF0);
}

.gradient-purple-blue-warning {
  background: linear-gradient(#9C27B0, #2196F3, #FFC107);
}

.gradient-purple-blue-danger {
  background: linear-gradient(#9C27B0, #2196F3, #DC3545);
}

.gradient-purple-blue-light {
  background: linear-gradient(#9C27B0, #2196F3, #f5f5f5);
}

.gradient-purple-blue-dark {
  background: linear-gradient(#9C27B0, #2196F3, #212529);
}

.gradient-purple-blue-red {
  background: linear-gradient(#9C27B0, #2196F3, #F44336);
}

.gradient-purple-blue-green {
  background: linear-gradient(#9C27B0, #2196F3, #4CAF50);
}

.gradient-purple-blue-black {
  background: linear-gradient(#9C27B0, #2196F3, #000);
}

.gradient-purple-blue-white {
  background: linear-gradient(#9C27B0, #2196F3, #fff);
}

.gradient-purple-blue-pink {
  background: linear-gradient(#9C27B0, #2196F3, #E91E63);
}

.gradient-purple-blue-indigo {
  background: linear-gradient(#9C27B0, #2196F3, #3E51B5);
}

.gradient-purple-blue-cyan {
  background: linear-gradient(#9C27B0, #2196F3, #00BCD4);
}

.gradient-purple-blue-teal {
  background: linear-gradient(#9C27B0, #2196F3, #009688);
}

.gradient-purple-blue-lime {
  background: linear-gradient(#9C27B0, #2196F3, #CDDC39);
}

.gradient-purple-blue-yellow {
  background: linear-gradient(#9C27B0, #2196F3, #FFEB3B);
}

.gradient-purple-blue-amber {
  background: linear-gradient(#9C27B0, #2196F3, #FFC107);
}

.gradient-purple-blue-orange {
  background: linear-gradient(#9C27B0, #2196F3, #FF9800);
}

.gradient-purple-blue-lightblue {
  background: linear-gradient(#9C27B0, #2196F3, #03A9F4);
}

.gradient-purple-blue-lightgreen {
  background: linear-gradient(#9C27B0, #2196F3, #76FF03);
}

.gradient-purple-blue-deeppurple {
  background: linear-gradient(#9C27B0, #2196F3, #673AB7);
}

.gradient-purple-blue-deeporange {
  background: linear-gradient(#9C27B0, #2196F3, #DD6E0F);
}

.gradient-purple-blue-brown {
  background: linear-gradient(#9C27B0, #2196F3, #964B00);
}

.gradient-purple-blue-grey {
  background: linear-gradient(#9C27B0, #2196F3, #808080);
}

.gradient-purple-black {
  background: linear-gradient(#9C27B0, #000);
}

.gradient-to-top-purple-black {
  background: linear-gradient(to top, #9C27B0, #000);
}

.gradient-to-bottom-purple-black {
  background: linear-gradient(to bottom, #9C27B0, #000);
}

.gradient-to-left-purple-black {
  background: linear-gradient(to left, #9C27B0, #000);
}

.gradient-to-right-purple-black {
  background: linear-gradient(to right, #9C27B0, #000);
}

.gradient-to-top-left-purple-black {
  background: linear-gradient(to top left, #9C27B0, #000);
}

.gradient-to-top-right-purple-black {
  background: linear-gradient(to top right, #9C27B0, #000);
}

.gradient-to-bottom-left-purple-black {
  background: linear-gradient(to bottom left, #9C27B0, #000);
}

.gradient-to-bottom-right-purple-black {
  background: linear-gradient(to bottom right, #9C27B0, #000);
}

.gradient-radial-purple-black {
  background: radial-gradient(circle, #9C27B0, #000);
}

.gradient-purple-black-primary {
  background: linear-gradient(#9C27B0, #000, #03A9F4);
}

.gradient-purple-black-secondary {
  background: linear-gradient(#9C27B0, #000, #333);
}

.gradient-purple-black-success {
  background: linear-gradient(#9C27B0, #000, #28a745);
}

.gradient-purple-black-info {
  background: linear-gradient(#9C27B0, #000, #0DCAF0);
}

.gradient-purple-black-warning {
  background: linear-gradient(#9C27B0, #000, #FFC107);
}

.gradient-purple-black-danger {
  background: linear-gradient(#9C27B0, #000, #DC3545);
}

.gradient-purple-black-light {
  background: linear-gradient(#9C27B0, #000, #f5f5f5);
}

.gradient-purple-black-dark {
  background: linear-gradient(#9C27B0, #000, #212529);
}

.gradient-purple-black-red {
  background: linear-gradient(#9C27B0, #000, #F44336);
}

.gradient-purple-black-green {
  background: linear-gradient(#9C27B0, #000, #4CAF50);
}

.gradient-purple-black-blue {
  background: linear-gradient(#9C27B0, #000, #2196F3);
}

.gradient-purple-black-white {
  background: linear-gradient(#9C27B0, #000, #fff);
}

.gradient-purple-black-pink {
  background: linear-gradient(#9C27B0, #000, #E91E63);
}

.gradient-purple-black-indigo {
  background: linear-gradient(#9C27B0, #000, #3E51B5);
}

.gradient-purple-black-cyan {
  background: linear-gradient(#9C27B0, #000, #00BCD4);
}

.gradient-purple-black-teal {
  background: linear-gradient(#9C27B0, #000, #009688);
}

.gradient-purple-black-lime {
  background: linear-gradient(#9C27B0, #000, #CDDC39);
}

.gradient-purple-black-yellow {
  background: linear-gradient(#9C27B0, #000, #FFEB3B);
}

.gradient-purple-black-amber {
  background: linear-gradient(#9C27B0, #000, #FFC107);
}

.gradient-purple-black-orange {
  background: linear-gradient(#9C27B0, #000, #FF9800);
}

.gradient-purple-black-lightblue {
  background: linear-gradient(#9C27B0, #000, #03A9F4);
}

.gradient-purple-black-lightgreen {
  background: linear-gradient(#9C27B0, #000, #76FF03);
}

.gradient-purple-black-deeppurple {
  background: linear-gradient(#9C27B0, #000, #673AB7);
}

.gradient-purple-black-deeporange {
  background: linear-gradient(#9C27B0, #000, #DD6E0F);
}

.gradient-purple-black-brown {
  background: linear-gradient(#9C27B0, #000, #964B00);
}

.gradient-purple-black-grey {
  background: linear-gradient(#9C27B0, #000, #808080);
}

.gradient-purple-white {
  background: linear-gradient(#9C27B0, #fff);
}

.gradient-to-top-purple-white {
  background: linear-gradient(to top, #9C27B0, #fff);
}

.gradient-to-bottom-purple-white {
  background: linear-gradient(to bottom, #9C27B0, #fff);
}

.gradient-to-left-purple-white {
  background: linear-gradient(to left, #9C27B0, #fff);
}

.gradient-to-right-purple-white {
  background: linear-gradient(to right, #9C27B0, #fff);
}

.gradient-to-top-left-purple-white {
  background: linear-gradient(to top left, #9C27B0, #fff);
}

.gradient-to-top-right-purple-white {
  background: linear-gradient(to top right, #9C27B0, #fff);
}

.gradient-to-bottom-left-purple-white {
  background: linear-gradient(to bottom left, #9C27B0, #fff);
}

.gradient-to-bottom-right-purple-white {
  background: linear-gradient(to bottom right, #9C27B0, #fff);
}

.gradient-radial-purple-white {
  background: radial-gradient(circle, #9C27B0, #fff);
}

.gradient-purple-white-primary {
  background: linear-gradient(#9C27B0, #fff, #03A9F4);
}

.gradient-purple-white-secondary {
  background: linear-gradient(#9C27B0, #fff, #333);
}

.gradient-purple-white-success {
  background: linear-gradient(#9C27B0, #fff, #28a745);
}

.gradient-purple-white-info {
  background: linear-gradient(#9C27B0, #fff, #0DCAF0);
}

.gradient-purple-white-warning {
  background: linear-gradient(#9C27B0, #fff, #FFC107);
}

.gradient-purple-white-danger {
  background: linear-gradient(#9C27B0, #fff, #DC3545);
}

.gradient-purple-white-light {
  background: linear-gradient(#9C27B0, #fff, #f5f5f5);
}

.gradient-purple-white-dark {
  background: linear-gradient(#9C27B0, #fff, #212529);
}

.gradient-purple-white-red {
  background: linear-gradient(#9C27B0, #fff, #F44336);
}

.gradient-purple-white-green {
  background: linear-gradient(#9C27B0, #fff, #4CAF50);
}

.gradient-purple-white-blue {
  background: linear-gradient(#9C27B0, #fff, #2196F3);
}

.gradient-purple-white-black {
  background: linear-gradient(#9C27B0, #fff, #000);
}

.gradient-purple-white-pink {
  background: linear-gradient(#9C27B0, #fff, #E91E63);
}

.gradient-purple-white-indigo {
  background: linear-gradient(#9C27B0, #fff, #3E51B5);
}

.gradient-purple-white-cyan {
  background: linear-gradient(#9C27B0, #fff, #00BCD4);
}

.gradient-purple-white-teal {
  background: linear-gradient(#9C27B0, #fff, #009688);
}

.gradient-purple-white-lime {
  background: linear-gradient(#9C27B0, #fff, #CDDC39);
}

.gradient-purple-white-yellow {
  background: linear-gradient(#9C27B0, #fff, #FFEB3B);
}

.gradient-purple-white-amber {
  background: linear-gradient(#9C27B0, #fff, #FFC107);
}

.gradient-purple-white-orange {
  background: linear-gradient(#9C27B0, #fff, #FF9800);
}

.gradient-purple-white-lightblue {
  background: linear-gradient(#9C27B0, #fff, #03A9F4);
}

.gradient-purple-white-lightgreen {
  background: linear-gradient(#9C27B0, #fff, #76FF03);
}

.gradient-purple-white-deeppurple {
  background: linear-gradient(#9C27B0, #fff, #673AB7);
}

.gradient-purple-white-deeporange {
  background: linear-gradient(#9C27B0, #fff, #DD6E0F);
}

.gradient-purple-white-brown {
  background: linear-gradient(#9C27B0, #fff, #964B00);
}

.gradient-purple-white-grey {
  background: linear-gradient(#9C27B0, #fff, #808080);
}

.gradient-purple-pink {
  background: linear-gradient(#9C27B0, #E91E63);
}

.gradient-to-top-purple-pink {
  background: linear-gradient(to top, #9C27B0, #E91E63);
}

.gradient-to-bottom-purple-pink {
  background: linear-gradient(to bottom, #9C27B0, #E91E63);
}

.gradient-to-left-purple-pink {
  background: linear-gradient(to left, #9C27B0, #E91E63);
}

.gradient-to-right-purple-pink {
  background: linear-gradient(to right, #9C27B0, #E91E63);
}

.gradient-to-top-left-purple-pink {
  background: linear-gradient(to top left, #9C27B0, #E91E63);
}

.gradient-to-top-right-purple-pink {
  background: linear-gradient(to top right, #9C27B0, #E91E63);
}

.gradient-to-bottom-left-purple-pink {
  background: linear-gradient(to bottom left, #9C27B0, #E91E63);
}

.gradient-to-bottom-right-purple-pink {
  background: linear-gradient(to bottom right, #9C27B0, #E91E63);
}

.gradient-radial-purple-pink {
  background: radial-gradient(circle, #9C27B0, #E91E63);
}

.gradient-purple-pink-primary {
  background: linear-gradient(#9C27B0, #E91E63, #03A9F4);
}

.gradient-purple-pink-secondary {
  background: linear-gradient(#9C27B0, #E91E63, #333);
}

.gradient-purple-pink-success {
  background: linear-gradient(#9C27B0, #E91E63, #28a745);
}

.gradient-purple-pink-info {
  background: linear-gradient(#9C27B0, #E91E63, #0DCAF0);
}

.gradient-purple-pink-warning {
  background: linear-gradient(#9C27B0, #E91E63, #FFC107);
}

.gradient-purple-pink-danger {
  background: linear-gradient(#9C27B0, #E91E63, #DC3545);
}

.gradient-purple-pink-light {
  background: linear-gradient(#9C27B0, #E91E63, #f5f5f5);
}

.gradient-purple-pink-dark {
  background: linear-gradient(#9C27B0, #E91E63, #212529);
}

.gradient-purple-pink-red {
  background: linear-gradient(#9C27B0, #E91E63, #F44336);
}

.gradient-purple-pink-green {
  background: linear-gradient(#9C27B0, #E91E63, #4CAF50);
}

.gradient-purple-pink-blue {
  background: linear-gradient(#9C27B0, #E91E63, #2196F3);
}

.gradient-purple-pink-black {
  background: linear-gradient(#9C27B0, #E91E63, #000);
}

.gradient-purple-pink-white {
  background: linear-gradient(#9C27B0, #E91E63, #fff);
}

.gradient-purple-pink-indigo {
  background: linear-gradient(#9C27B0, #E91E63, #3E51B5);
}

.gradient-purple-pink-cyan {
  background: linear-gradient(#9C27B0, #E91E63, #00BCD4);
}

.gradient-purple-pink-teal {
  background: linear-gradient(#9C27B0, #E91E63, #009688);
}

.gradient-purple-pink-lime {
  background: linear-gradient(#9C27B0, #E91E63, #CDDC39);
}

.gradient-purple-pink-yellow {
  background: linear-gradient(#9C27B0, #E91E63, #FFEB3B);
}

.gradient-purple-pink-amber {
  background: linear-gradient(#9C27B0, #E91E63, #FFC107);
}

.gradient-purple-pink-orange {
  background: linear-gradient(#9C27B0, #E91E63, #FF9800);
}

.gradient-purple-pink-lightblue {
  background: linear-gradient(#9C27B0, #E91E63, #03A9F4);
}

.gradient-purple-pink-lightgreen {
  background: linear-gradient(#9C27B0, #E91E63, #76FF03);
}

.gradient-purple-pink-deeppurple {
  background: linear-gradient(#9C27B0, #E91E63, #673AB7);
}

.gradient-purple-pink-deeporange {
  background: linear-gradient(#9C27B0, #E91E63, #DD6E0F);
}

.gradient-purple-pink-brown {
  background: linear-gradient(#9C27B0, #E91E63, #964B00);
}

.gradient-purple-pink-grey {
  background: linear-gradient(#9C27B0, #E91E63, #808080);
}

.gradient-purple-indigo {
  background: linear-gradient(#9C27B0, #3E51B5);
}

.gradient-to-top-purple-indigo {
  background: linear-gradient(to top, #9C27B0, #3E51B5);
}

.gradient-to-bottom-purple-indigo {
  background: linear-gradient(to bottom, #9C27B0, #3E51B5);
}

.gradient-to-left-purple-indigo {
  background: linear-gradient(to left, #9C27B0, #3E51B5);
}

.gradient-to-right-purple-indigo {
  background: linear-gradient(to right, #9C27B0, #3E51B5);
}

.gradient-to-top-left-purple-indigo {
  background: linear-gradient(to top left, #9C27B0, #3E51B5);
}

.gradient-to-top-right-purple-indigo {
  background: linear-gradient(to top right, #9C27B0, #3E51B5);
}

.gradient-to-bottom-left-purple-indigo {
  background: linear-gradient(to bottom left, #9C27B0, #3E51B5);
}

.gradient-to-bottom-right-purple-indigo {
  background: linear-gradient(to bottom right, #9C27B0, #3E51B5);
}

.gradient-radial-purple-indigo {
  background: radial-gradient(circle, #9C27B0, #3E51B5);
}

.gradient-purple-indigo-primary {
  background: linear-gradient(#9C27B0, #3E51B5, #03A9F4);
}

.gradient-purple-indigo-secondary {
  background: linear-gradient(#9C27B0, #3E51B5, #333);
}

.gradient-purple-indigo-success {
  background: linear-gradient(#9C27B0, #3E51B5, #28a745);
}

.gradient-purple-indigo-info {
  background: linear-gradient(#9C27B0, #3E51B5, #0DCAF0);
}

.gradient-purple-indigo-warning {
  background: linear-gradient(#9C27B0, #3E51B5, #FFC107);
}

.gradient-purple-indigo-danger {
  background: linear-gradient(#9C27B0, #3E51B5, #DC3545);
}

.gradient-purple-indigo-light {
  background: linear-gradient(#9C27B0, #3E51B5, #f5f5f5);
}

.gradient-purple-indigo-dark {
  background: linear-gradient(#9C27B0, #3E51B5, #212529);
}

.gradient-purple-indigo-red {
  background: linear-gradient(#9C27B0, #3E51B5, #F44336);
}

.gradient-purple-indigo-green {
  background: linear-gradient(#9C27B0, #3E51B5, #4CAF50);
}

.gradient-purple-indigo-blue {
  background: linear-gradient(#9C27B0, #3E51B5, #2196F3);
}

.gradient-purple-indigo-black {
  background: linear-gradient(#9C27B0, #3E51B5, #000);
}

.gradient-purple-indigo-white {
  background: linear-gradient(#9C27B0, #3E51B5, #fff);
}

.gradient-purple-indigo-pink {
  background: linear-gradient(#9C27B0, #3E51B5, #E91E63);
}

.gradient-purple-indigo-cyan {
  background: linear-gradient(#9C27B0, #3E51B5, #00BCD4);
}

.gradient-purple-indigo-teal {
  background: linear-gradient(#9C27B0, #3E51B5, #009688);
}

.gradient-purple-indigo-lime {
  background: linear-gradient(#9C27B0, #3E51B5, #CDDC39);
}

.gradient-purple-indigo-yellow {
  background: linear-gradient(#9C27B0, #3E51B5, #FFEB3B);
}

.gradient-purple-indigo-amber {
  background: linear-gradient(#9C27B0, #3E51B5, #FFC107);
}

.gradient-purple-indigo-orange {
  background: linear-gradient(#9C27B0, #3E51B5, #FF9800);
}

.gradient-purple-indigo-lightblue {
  background: linear-gradient(#9C27B0, #3E51B5, #03A9F4);
}

.gradient-purple-indigo-lightgreen {
  background: linear-gradient(#9C27B0, #3E51B5, #76FF03);
}

.gradient-purple-indigo-deeppurple {
  background: linear-gradient(#9C27B0, #3E51B5, #673AB7);
}

.gradient-purple-indigo-deeporange {
  background: linear-gradient(#9C27B0, #3E51B5, #DD6E0F);
}

.gradient-purple-indigo-brown {
  background: linear-gradient(#9C27B0, #3E51B5, #964B00);
}

.gradient-purple-indigo-grey {
  background: linear-gradient(#9C27B0, #3E51B5, #808080);
}

.gradient-purple-cyan {
  background: linear-gradient(#9C27B0, #00BCD4);
}

.gradient-to-top-purple-cyan {
  background: linear-gradient(to top, #9C27B0, #00BCD4);
}

.gradient-to-bottom-purple-cyan {
  background: linear-gradient(to bottom, #9C27B0, #00BCD4);
}

.gradient-to-left-purple-cyan {
  background: linear-gradient(to left, #9C27B0, #00BCD4);
}

.gradient-to-right-purple-cyan {
  background: linear-gradient(to right, #9C27B0, #00BCD4);
}

.gradient-to-top-left-purple-cyan {
  background: linear-gradient(to top left, #9C27B0, #00BCD4);
}

.gradient-to-top-right-purple-cyan {
  background: linear-gradient(to top right, #9C27B0, #00BCD4);
}

.gradient-to-bottom-left-purple-cyan {
  background: linear-gradient(to bottom left, #9C27B0, #00BCD4);
}

.gradient-to-bottom-right-purple-cyan {
  background: linear-gradient(to bottom right, #9C27B0, #00BCD4);
}

.gradient-radial-purple-cyan {
  background: radial-gradient(circle, #9C27B0, #00BCD4);
}

.gradient-purple-cyan-primary {
  background: linear-gradient(#9C27B0, #00BCD4, #03A9F4);
}

.gradient-purple-cyan-secondary {
  background: linear-gradient(#9C27B0, #00BCD4, #333);
}

.gradient-purple-cyan-success {
  background: linear-gradient(#9C27B0, #00BCD4, #28a745);
}

.gradient-purple-cyan-info {
  background: linear-gradient(#9C27B0, #00BCD4, #0DCAF0);
}

.gradient-purple-cyan-warning {
  background: linear-gradient(#9C27B0, #00BCD4, #FFC107);
}

.gradient-purple-cyan-danger {
  background: linear-gradient(#9C27B0, #00BCD4, #DC3545);
}

.gradient-purple-cyan-light {
  background: linear-gradient(#9C27B0, #00BCD4, #f5f5f5);
}

.gradient-purple-cyan-dark {
  background: linear-gradient(#9C27B0, #00BCD4, #212529);
}

.gradient-purple-cyan-red {
  background: linear-gradient(#9C27B0, #00BCD4, #F44336);
}

.gradient-purple-cyan-green {
  background: linear-gradient(#9C27B0, #00BCD4, #4CAF50);
}

.gradient-purple-cyan-blue {
  background: linear-gradient(#9C27B0, #00BCD4, #2196F3);
}

.gradient-purple-cyan-black {
  background: linear-gradient(#9C27B0, #00BCD4, #000);
}

.gradient-purple-cyan-white {
  background: linear-gradient(#9C27B0, #00BCD4, #fff);
}

.gradient-purple-cyan-pink {
  background: linear-gradient(#9C27B0, #00BCD4, #E91E63);
}

.gradient-purple-cyan-indigo {
  background: linear-gradient(#9C27B0, #00BCD4, #3E51B5);
}

.gradient-purple-cyan-teal {
  background: linear-gradient(#9C27B0, #00BCD4, #009688);
}

.gradient-purple-cyan-lime {
  background: linear-gradient(#9C27B0, #00BCD4, #CDDC39);
}

.gradient-purple-cyan-yellow {
  background: linear-gradient(#9C27B0, #00BCD4, #FFEB3B);
}

.gradient-purple-cyan-amber {
  background: linear-gradient(#9C27B0, #00BCD4, #FFC107);
}

.gradient-purple-cyan-orange {
  background: linear-gradient(#9C27B0, #00BCD4, #FF9800);
}

.gradient-purple-cyan-lightblue {
  background: linear-gradient(#9C27B0, #00BCD4, #03A9F4);
}

.gradient-purple-cyan-lightgreen {
  background: linear-gradient(#9C27B0, #00BCD4, #76FF03);
}

.gradient-purple-cyan-deeppurple {
  background: linear-gradient(#9C27B0, #00BCD4, #673AB7);
}

.gradient-purple-cyan-deeporange {
  background: linear-gradient(#9C27B0, #00BCD4, #DD6E0F);
}

.gradient-purple-cyan-brown {
  background: linear-gradient(#9C27B0, #00BCD4, #964B00);
}

.gradient-purple-cyan-grey {
  background: linear-gradient(#9C27B0, #00BCD4, #808080);
}

.gradient-purple-teal {
  background: linear-gradient(#9C27B0, #009688);
}

.gradient-to-top-purple-teal {
  background: linear-gradient(to top, #9C27B0, #009688);
}

.gradient-to-bottom-purple-teal {
  background: linear-gradient(to bottom, #9C27B0, #009688);
}

.gradient-to-left-purple-teal {
  background: linear-gradient(to left, #9C27B0, #009688);
}

.gradient-to-right-purple-teal {
  background: linear-gradient(to right, #9C27B0, #009688);
}

.gradient-to-top-left-purple-teal {
  background: linear-gradient(to top left, #9C27B0, #009688);
}

.gradient-to-top-right-purple-teal {
  background: linear-gradient(to top right, #9C27B0, #009688);
}

.gradient-to-bottom-left-purple-teal {
  background: linear-gradient(to bottom left, #9C27B0, #009688);
}

.gradient-to-bottom-right-purple-teal {
  background: linear-gradient(to bottom right, #9C27B0, #009688);
}

.gradient-radial-purple-teal {
  background: radial-gradient(circle, #9C27B0, #009688);
}

.gradient-purple-teal-primary {
  background: linear-gradient(#9C27B0, #009688, #03A9F4);
}

.gradient-purple-teal-secondary {
  background: linear-gradient(#9C27B0, #009688, #333);
}

.gradient-purple-teal-success {
  background: linear-gradient(#9C27B0, #009688, #28a745);
}

.gradient-purple-teal-info {
  background: linear-gradient(#9C27B0, #009688, #0DCAF0);
}

.gradient-purple-teal-warning {
  background: linear-gradient(#9C27B0, #009688, #FFC107);
}

.gradient-purple-teal-danger {
  background: linear-gradient(#9C27B0, #009688, #DC3545);
}

.gradient-purple-teal-light {
  background: linear-gradient(#9C27B0, #009688, #f5f5f5);
}

.gradient-purple-teal-dark {
  background: linear-gradient(#9C27B0, #009688, #212529);
}

.gradient-purple-teal-red {
  background: linear-gradient(#9C27B0, #009688, #F44336);
}

.gradient-purple-teal-green {
  background: linear-gradient(#9C27B0, #009688, #4CAF50);
}

.gradient-purple-teal-blue {
  background: linear-gradient(#9C27B0, #009688, #2196F3);
}

.gradient-purple-teal-black {
  background: linear-gradient(#9C27B0, #009688, #000);
}

.gradient-purple-teal-white {
  background: linear-gradient(#9C27B0, #009688, #fff);
}

.gradient-purple-teal-pink {
  background: linear-gradient(#9C27B0, #009688, #E91E63);
}

.gradient-purple-teal-indigo {
  background: linear-gradient(#9C27B0, #009688, #3E51B5);
}

.gradient-purple-teal-cyan {
  background: linear-gradient(#9C27B0, #009688, #00BCD4);
}

.gradient-purple-teal-lime {
  background: linear-gradient(#9C27B0, #009688, #CDDC39);
}

.gradient-purple-teal-yellow {
  background: linear-gradient(#9C27B0, #009688, #FFEB3B);
}

.gradient-purple-teal-amber {
  background: linear-gradient(#9C27B0, #009688, #FFC107);
}

.gradient-purple-teal-orange {
  background: linear-gradient(#9C27B0, #009688, #FF9800);
}

.gradient-purple-teal-lightblue {
  background: linear-gradient(#9C27B0, #009688, #03A9F4);
}

.gradient-purple-teal-lightgreen {
  background: linear-gradient(#9C27B0, #009688, #76FF03);
}

.gradient-purple-teal-deeppurple {
  background: linear-gradient(#9C27B0, #009688, #673AB7);
}

.gradient-purple-teal-deeporange {
  background: linear-gradient(#9C27B0, #009688, #DD6E0F);
}

.gradient-purple-teal-brown {
  background: linear-gradient(#9C27B0, #009688, #964B00);
}

.gradient-purple-teal-grey {
  background: linear-gradient(#9C27B0, #009688, #808080);
}

.gradient-purple-lime {
  background: linear-gradient(#9C27B0, #CDDC39);
}

.gradient-to-top-purple-lime {
  background: linear-gradient(to top, #9C27B0, #CDDC39);
}

.gradient-to-bottom-purple-lime {
  background: linear-gradient(to bottom, #9C27B0, #CDDC39);
}

.gradient-to-left-purple-lime {
  background: linear-gradient(to left, #9C27B0, #CDDC39);
}

.gradient-to-right-purple-lime {
  background: linear-gradient(to right, #9C27B0, #CDDC39);
}

.gradient-to-top-left-purple-lime {
  background: linear-gradient(to top left, #9C27B0, #CDDC39);
}

.gradient-to-top-right-purple-lime {
  background: linear-gradient(to top right, #9C27B0, #CDDC39);
}

.gradient-to-bottom-left-purple-lime {
  background: linear-gradient(to bottom left, #9C27B0, #CDDC39);
}

.gradient-to-bottom-right-purple-lime {
  background: linear-gradient(to bottom right, #9C27B0, #CDDC39);
}

.gradient-radial-purple-lime {
  background: radial-gradient(circle, #9C27B0, #CDDC39);
}

.gradient-purple-lime-primary {
  background: linear-gradient(#9C27B0, #CDDC39, #03A9F4);
}

.gradient-purple-lime-secondary {
  background: linear-gradient(#9C27B0, #CDDC39, #333);
}

.gradient-purple-lime-success {
  background: linear-gradient(#9C27B0, #CDDC39, #28a745);
}

.gradient-purple-lime-info {
  background: linear-gradient(#9C27B0, #CDDC39, #0DCAF0);
}

.gradient-purple-lime-warning {
  background: linear-gradient(#9C27B0, #CDDC39, #FFC107);
}

.gradient-purple-lime-danger {
  background: linear-gradient(#9C27B0, #CDDC39, #DC3545);
}

.gradient-purple-lime-light {
  background: linear-gradient(#9C27B0, #CDDC39, #f5f5f5);
}

.gradient-purple-lime-dark {
  background: linear-gradient(#9C27B0, #CDDC39, #212529);
}

.gradient-purple-lime-red {
  background: linear-gradient(#9C27B0, #CDDC39, #F44336);
}

.gradient-purple-lime-green {
  background: linear-gradient(#9C27B0, #CDDC39, #4CAF50);
}

.gradient-purple-lime-blue {
  background: linear-gradient(#9C27B0, #CDDC39, #2196F3);
}

.gradient-purple-lime-black {
  background: linear-gradient(#9C27B0, #CDDC39, #000);
}

.gradient-purple-lime-white {
  background: linear-gradient(#9C27B0, #CDDC39, #fff);
}

.gradient-purple-lime-pink {
  background: linear-gradient(#9C27B0, #CDDC39, #E91E63);
}

.gradient-purple-lime-indigo {
  background: linear-gradient(#9C27B0, #CDDC39, #3E51B5);
}

.gradient-purple-lime-cyan {
  background: linear-gradient(#9C27B0, #CDDC39, #00BCD4);
}

.gradient-purple-lime-teal {
  background: linear-gradient(#9C27B0, #CDDC39, #009688);
}

.gradient-purple-lime-yellow {
  background: linear-gradient(#9C27B0, #CDDC39, #FFEB3B);
}

.gradient-purple-lime-amber {
  background: linear-gradient(#9C27B0, #CDDC39, #FFC107);
}

.gradient-purple-lime-orange {
  background: linear-gradient(#9C27B0, #CDDC39, #FF9800);
}

.gradient-purple-lime-lightblue {
  background: linear-gradient(#9C27B0, #CDDC39, #03A9F4);
}

.gradient-purple-lime-lightgreen {
  background: linear-gradient(#9C27B0, #CDDC39, #76FF03);
}

.gradient-purple-lime-deeppurple {
  background: linear-gradient(#9C27B0, #CDDC39, #673AB7);
}

.gradient-purple-lime-deeporange {
  background: linear-gradient(#9C27B0, #CDDC39, #DD6E0F);
}

.gradient-purple-lime-brown {
  background: linear-gradient(#9C27B0, #CDDC39, #964B00);
}

.gradient-purple-lime-grey {
  background: linear-gradient(#9C27B0, #CDDC39, #808080);
}

.gradient-purple-yellow {
  background: linear-gradient(#9C27B0, #FFEB3B);
}

.gradient-to-top-purple-yellow {
  background: linear-gradient(to top, #9C27B0, #FFEB3B);
}

.gradient-to-bottom-purple-yellow {
  background: linear-gradient(to bottom, #9C27B0, #FFEB3B);
}

.gradient-to-left-purple-yellow {
  background: linear-gradient(to left, #9C27B0, #FFEB3B);
}

.gradient-to-right-purple-yellow {
  background: linear-gradient(to right, #9C27B0, #FFEB3B);
}

.gradient-to-top-left-purple-yellow {
  background: linear-gradient(to top left, #9C27B0, #FFEB3B);
}

.gradient-to-top-right-purple-yellow {
  background: linear-gradient(to top right, #9C27B0, #FFEB3B);
}

.gradient-to-bottom-left-purple-yellow {
  background: linear-gradient(to bottom left, #9C27B0, #FFEB3B);
}

.gradient-to-bottom-right-purple-yellow {
  background: linear-gradient(to bottom right, #9C27B0, #FFEB3B);
}

.gradient-radial-purple-yellow {
  background: radial-gradient(circle, #9C27B0, #FFEB3B);
}

.gradient-purple-yellow-primary {
  background: linear-gradient(#9C27B0, #FFEB3B, #03A9F4);
}

.gradient-purple-yellow-secondary {
  background: linear-gradient(#9C27B0, #FFEB3B, #333);
}

.gradient-purple-yellow-success {
  background: linear-gradient(#9C27B0, #FFEB3B, #28a745);
}

.gradient-purple-yellow-info {
  background: linear-gradient(#9C27B0, #FFEB3B, #0DCAF0);
}

.gradient-purple-yellow-warning {
  background: linear-gradient(#9C27B0, #FFEB3B, #FFC107);
}

.gradient-purple-yellow-danger {
  background: linear-gradient(#9C27B0, #FFEB3B, #DC3545);
}

.gradient-purple-yellow-light {
  background: linear-gradient(#9C27B0, #FFEB3B, #f5f5f5);
}

.gradient-purple-yellow-dark {
  background: linear-gradient(#9C27B0, #FFEB3B, #212529);
}

.gradient-purple-yellow-red {
  background: linear-gradient(#9C27B0, #FFEB3B, #F44336);
}

.gradient-purple-yellow-green {
  background: linear-gradient(#9C27B0, #FFEB3B, #4CAF50);
}

.gradient-purple-yellow-blue {
  background: linear-gradient(#9C27B0, #FFEB3B, #2196F3);
}

.gradient-purple-yellow-black {
  background: linear-gradient(#9C27B0, #FFEB3B, #000);
}

.gradient-purple-yellow-white {
  background: linear-gradient(#9C27B0, #FFEB3B, #fff);
}

.gradient-purple-yellow-pink {
  background: linear-gradient(#9C27B0, #FFEB3B, #E91E63);
}

.gradient-purple-yellow-indigo {
  background: linear-gradient(#9C27B0, #FFEB3B, #3E51B5);
}

.gradient-purple-yellow-cyan {
  background: linear-gradient(#9C27B0, #FFEB3B, #00BCD4);
}

.gradient-purple-yellow-teal {
  background: linear-gradient(#9C27B0, #FFEB3B, #009688);
}

.gradient-purple-yellow-lime {
  background: linear-gradient(#9C27B0, #FFEB3B, #CDDC39);
}

.gradient-purple-yellow-amber {
  background: linear-gradient(#9C27B0, #FFEB3B, #FFC107);
}

.gradient-purple-yellow-orange {
  background: linear-gradient(#9C27B0, #FFEB3B, #FF9800);
}

.gradient-purple-yellow-lightblue {
  background: linear-gradient(#9C27B0, #FFEB3B, #03A9F4);
}

.gradient-purple-yellow-lightgreen {
  background: linear-gradient(#9C27B0, #FFEB3B, #76FF03);
}

.gradient-purple-yellow-deeppurple {
  background: linear-gradient(#9C27B0, #FFEB3B, #673AB7);
}

.gradient-purple-yellow-deeporange {
  background: linear-gradient(#9C27B0, #FFEB3B, #DD6E0F);
}

.gradient-purple-yellow-brown {
  background: linear-gradient(#9C27B0, #FFEB3B, #964B00);
}

.gradient-purple-yellow-grey {
  background: linear-gradient(#9C27B0, #FFEB3B, #808080);
}

.gradient-purple-amber {
  background: linear-gradient(#9C27B0, #FFC107);
}

.gradient-to-top-purple-amber {
  background: linear-gradient(to top, #9C27B0, #FFC107);
}

.gradient-to-bottom-purple-amber {
  background: linear-gradient(to bottom, #9C27B0, #FFC107);
}

.gradient-to-left-purple-amber {
  background: linear-gradient(to left, #9C27B0, #FFC107);
}

.gradient-to-right-purple-amber {
  background: linear-gradient(to right, #9C27B0, #FFC107);
}

.gradient-to-top-left-purple-amber {
  background: linear-gradient(to top left, #9C27B0, #FFC107);
}

.gradient-to-top-right-purple-amber {
  background: linear-gradient(to top right, #9C27B0, #FFC107);
}

.gradient-to-bottom-left-purple-amber {
  background: linear-gradient(to bottom left, #9C27B0, #FFC107);
}

.gradient-to-bottom-right-purple-amber {
  background: linear-gradient(to bottom right, #9C27B0, #FFC107);
}

.gradient-radial-purple-amber {
  background: radial-gradient(circle, #9C27B0, #FFC107);
}

.gradient-purple-amber-primary {
  background: linear-gradient(#9C27B0, #FFC107, #03A9F4);
}

.gradient-purple-amber-secondary {
  background: linear-gradient(#9C27B0, #FFC107, #333);
}

.gradient-purple-amber-success {
  background: linear-gradient(#9C27B0, #FFC107, #28a745);
}

.gradient-purple-amber-info {
  background: linear-gradient(#9C27B0, #FFC107, #0DCAF0);
}

.gradient-purple-amber-warning {
  background: linear-gradient(#9C27B0, #FFC107, #FFC107);
}

.gradient-purple-amber-danger {
  background: linear-gradient(#9C27B0, #FFC107, #DC3545);
}

.gradient-purple-amber-light {
  background: linear-gradient(#9C27B0, #FFC107, #f5f5f5);
}

.gradient-purple-amber-dark {
  background: linear-gradient(#9C27B0, #FFC107, #212529);
}

.gradient-purple-amber-red {
  background: linear-gradient(#9C27B0, #FFC107, #F44336);
}

.gradient-purple-amber-green {
  background: linear-gradient(#9C27B0, #FFC107, #4CAF50);
}

.gradient-purple-amber-blue {
  background: linear-gradient(#9C27B0, #FFC107, #2196F3);
}

.gradient-purple-amber-black {
  background: linear-gradient(#9C27B0, #FFC107, #000);
}

.gradient-purple-amber-white {
  background: linear-gradient(#9C27B0, #FFC107, #fff);
}

.gradient-purple-amber-pink {
  background: linear-gradient(#9C27B0, #FFC107, #E91E63);
}

.gradient-purple-amber-indigo {
  background: linear-gradient(#9C27B0, #FFC107, #3E51B5);
}

.gradient-purple-amber-cyan {
  background: linear-gradient(#9C27B0, #FFC107, #00BCD4);
}

.gradient-purple-amber-teal {
  background: linear-gradient(#9C27B0, #FFC107, #009688);
}

.gradient-purple-amber-lime {
  background: linear-gradient(#9C27B0, #FFC107, #CDDC39);
}

.gradient-purple-amber-yellow {
  background: linear-gradient(#9C27B0, #FFC107, #FFEB3B);
}

.gradient-purple-amber-orange {
  background: linear-gradient(#9C27B0, #FFC107, #FF9800);
}

.gradient-purple-amber-lightblue {
  background: linear-gradient(#9C27B0, #FFC107, #03A9F4);
}

.gradient-purple-amber-lightgreen {
  background: linear-gradient(#9C27B0, #FFC107, #76FF03);
}

.gradient-purple-amber-deeppurple {
  background: linear-gradient(#9C27B0, #FFC107, #673AB7);
}

.gradient-purple-amber-deeporange {
  background: linear-gradient(#9C27B0, #FFC107, #DD6E0F);
}

.gradient-purple-amber-brown {
  background: linear-gradient(#9C27B0, #FFC107, #964B00);
}

.gradient-purple-amber-grey {
  background: linear-gradient(#9C27B0, #FFC107, #808080);
}

.gradient-purple-orange {
  background: linear-gradient(#9C27B0, #FF9800);
}

.gradient-to-top-purple-orange {
  background: linear-gradient(to top, #9C27B0, #FF9800);
}

.gradient-to-bottom-purple-orange {
  background: linear-gradient(to bottom, #9C27B0, #FF9800);
}

.gradient-to-left-purple-orange {
  background: linear-gradient(to left, #9C27B0, #FF9800);
}

.gradient-to-right-purple-orange {
  background: linear-gradient(to right, #9C27B0, #FF9800);
}

.gradient-to-top-left-purple-orange {
  background: linear-gradient(to top left, #9C27B0, #FF9800);
}

.gradient-to-top-right-purple-orange {
  background: linear-gradient(to top right, #9C27B0, #FF9800);
}

.gradient-to-bottom-left-purple-orange {
  background: linear-gradient(to bottom left, #9C27B0, #FF9800);
}

.gradient-to-bottom-right-purple-orange {
  background: linear-gradient(to bottom right, #9C27B0, #FF9800);
}

.gradient-radial-purple-orange {
  background: radial-gradient(circle, #9C27B0, #FF9800);
}

.gradient-purple-orange-primary {
  background: linear-gradient(#9C27B0, #FF9800, #03A9F4);
}

.gradient-purple-orange-secondary {
  background: linear-gradient(#9C27B0, #FF9800, #333);
}

.gradient-purple-orange-success {
  background: linear-gradient(#9C27B0, #FF9800, #28a745);
}

.gradient-purple-orange-info {
  background: linear-gradient(#9C27B0, #FF9800, #0DCAF0);
}

.gradient-purple-orange-warning {
  background: linear-gradient(#9C27B0, #FF9800, #FFC107);
}

.gradient-purple-orange-danger {
  background: linear-gradient(#9C27B0, #FF9800, #DC3545);
}

.gradient-purple-orange-light {
  background: linear-gradient(#9C27B0, #FF9800, #f5f5f5);
}

.gradient-purple-orange-dark {
  background: linear-gradient(#9C27B0, #FF9800, #212529);
}

.gradient-purple-orange-red {
  background: linear-gradient(#9C27B0, #FF9800, #F44336);
}

.gradient-purple-orange-green {
  background: linear-gradient(#9C27B0, #FF9800, #4CAF50);
}

.gradient-purple-orange-blue {
  background: linear-gradient(#9C27B0, #FF9800, #2196F3);
}

.gradient-purple-orange-black {
  background: linear-gradient(#9C27B0, #FF9800, #000);
}

.gradient-purple-orange-white {
  background: linear-gradient(#9C27B0, #FF9800, #fff);
}

.gradient-purple-orange-pink {
  background: linear-gradient(#9C27B0, #FF9800, #E91E63);
}

.gradient-purple-orange-indigo {
  background: linear-gradient(#9C27B0, #FF9800, #3E51B5);
}

.gradient-purple-orange-cyan {
  background: linear-gradient(#9C27B0, #FF9800, #00BCD4);
}

.gradient-purple-orange-teal {
  background: linear-gradient(#9C27B0, #FF9800, #009688);
}

.gradient-purple-orange-lime {
  background: linear-gradient(#9C27B0, #FF9800, #CDDC39);
}

.gradient-purple-orange-yellow {
  background: linear-gradient(#9C27B0, #FF9800, #FFEB3B);
}

.gradient-purple-orange-amber {
  background: linear-gradient(#9C27B0, #FF9800, #FFC107);
}

.gradient-purple-orange-lightblue {
  background: linear-gradient(#9C27B0, #FF9800, #03A9F4);
}

.gradient-purple-orange-lightgreen {
  background: linear-gradient(#9C27B0, #FF9800, #76FF03);
}

.gradient-purple-orange-deeppurple {
  background: linear-gradient(#9C27B0, #FF9800, #673AB7);
}

.gradient-purple-orange-deeporange {
  background: linear-gradient(#9C27B0, #FF9800, #DD6E0F);
}

.gradient-purple-orange-brown {
  background: linear-gradient(#9C27B0, #FF9800, #964B00);
}

.gradient-purple-orange-grey {
  background: linear-gradient(#9C27B0, #FF9800, #808080);
}

.gradient-purple-lightblue {
  background: linear-gradient(#9C27B0, #03A9F4);
}

.gradient-to-top-purple-lightblue {
  background: linear-gradient(to top, #9C27B0, #03A9F4);
}

.gradient-to-bottom-purple-lightblue {
  background: linear-gradient(to bottom, #9C27B0, #03A9F4);
}

.gradient-to-left-purple-lightblue {
  background: linear-gradient(to left, #9C27B0, #03A9F4);
}

.gradient-to-right-purple-lightblue {
  background: linear-gradient(to right, #9C27B0, #03A9F4);
}

.gradient-to-top-left-purple-lightblue {
  background: linear-gradient(to top left, #9C27B0, #03A9F4);
}

.gradient-to-top-right-purple-lightblue {
  background: linear-gradient(to top right, #9C27B0, #03A9F4);
}

.gradient-to-bottom-left-purple-lightblue {
  background: linear-gradient(to bottom left, #9C27B0, #03A9F4);
}

.gradient-to-bottom-right-purple-lightblue {
  background: linear-gradient(to bottom right, #9C27B0, #03A9F4);
}

.gradient-radial-purple-lightblue {
  background: radial-gradient(circle, #9C27B0, #03A9F4);
}

.gradient-purple-lightblue-primary {
  background: linear-gradient(#9C27B0, #03A9F4, #03A9F4);
}

.gradient-purple-lightblue-secondary {
  background: linear-gradient(#9C27B0, #03A9F4, #333);
}

.gradient-purple-lightblue-success {
  background: linear-gradient(#9C27B0, #03A9F4, #28a745);
}

.gradient-purple-lightblue-info {
  background: linear-gradient(#9C27B0, #03A9F4, #0DCAF0);
}

.gradient-purple-lightblue-warning {
  background: linear-gradient(#9C27B0, #03A9F4, #FFC107);
}

.gradient-purple-lightblue-danger {
  background: linear-gradient(#9C27B0, #03A9F4, #DC3545);
}

.gradient-purple-lightblue-light {
  background: linear-gradient(#9C27B0, #03A9F4, #f5f5f5);
}

.gradient-purple-lightblue-dark {
  background: linear-gradient(#9C27B0, #03A9F4, #212529);
}

.gradient-purple-lightblue-red {
  background: linear-gradient(#9C27B0, #03A9F4, #F44336);
}

.gradient-purple-lightblue-green {
  background: linear-gradient(#9C27B0, #03A9F4, #4CAF50);
}

.gradient-purple-lightblue-blue {
  background: linear-gradient(#9C27B0, #03A9F4, #2196F3);
}

.gradient-purple-lightblue-black {
  background: linear-gradient(#9C27B0, #03A9F4, #000);
}

.gradient-purple-lightblue-white {
  background: linear-gradient(#9C27B0, #03A9F4, #fff);
}

.gradient-purple-lightblue-pink {
  background: linear-gradient(#9C27B0, #03A9F4, #E91E63);
}

.gradient-purple-lightblue-indigo {
  background: linear-gradient(#9C27B0, #03A9F4, #3E51B5);
}

.gradient-purple-lightblue-cyan {
  background: linear-gradient(#9C27B0, #03A9F4, #00BCD4);
}

.gradient-purple-lightblue-teal {
  background: linear-gradient(#9C27B0, #03A9F4, #009688);
}

.gradient-purple-lightblue-lime {
  background: linear-gradient(#9C27B0, #03A9F4, #CDDC39);
}

.gradient-purple-lightblue-yellow {
  background: linear-gradient(#9C27B0, #03A9F4, #FFEB3B);
}

.gradient-purple-lightblue-amber {
  background: linear-gradient(#9C27B0, #03A9F4, #FFC107);
}

.gradient-purple-lightblue-orange {
  background: linear-gradient(#9C27B0, #03A9F4, #FF9800);
}

.gradient-purple-lightblue-lightgreen {
  background: linear-gradient(#9C27B0, #03A9F4, #76FF03);
}

.gradient-purple-lightblue-deeppurple {
  background: linear-gradient(#9C27B0, #03A9F4, #673AB7);
}

.gradient-purple-lightblue-deeporange {
  background: linear-gradient(#9C27B0, #03A9F4, #DD6E0F);
}

.gradient-purple-lightblue-brown {
  background: linear-gradient(#9C27B0, #03A9F4, #964B00);
}

.gradient-purple-lightblue-grey {
  background: linear-gradient(#9C27B0, #03A9F4, #808080);
}

.gradient-purple-lightgreen {
  background: linear-gradient(#9C27B0, #76FF03);
}

.gradient-to-top-purple-lightgreen {
  background: linear-gradient(to top, #9C27B0, #76FF03);
}

.gradient-to-bottom-purple-lightgreen {
  background: linear-gradient(to bottom, #9C27B0, #76FF03);
}

.gradient-to-left-purple-lightgreen {
  background: linear-gradient(to left, #9C27B0, #76FF03);
}

.gradient-to-right-purple-lightgreen {
  background: linear-gradient(to right, #9C27B0, #76FF03);
}

.gradient-to-top-left-purple-lightgreen {
  background: linear-gradient(to top left, #9C27B0, #76FF03);
}

.gradient-to-top-right-purple-lightgreen {
  background: linear-gradient(to top right, #9C27B0, #76FF03);
}

.gradient-to-bottom-left-purple-lightgreen {
  background: linear-gradient(to bottom left, #9C27B0, #76FF03);
}

.gradient-to-bottom-right-purple-lightgreen {
  background: linear-gradient(to bottom right, #9C27B0, #76FF03);
}

.gradient-radial-purple-lightgreen {
  background: radial-gradient(circle, #9C27B0, #76FF03);
}

.gradient-purple-lightgreen-primary {
  background: linear-gradient(#9C27B0, #76FF03, #03A9F4);
}

.gradient-purple-lightgreen-secondary {
  background: linear-gradient(#9C27B0, #76FF03, #333);
}

.gradient-purple-lightgreen-success {
  background: linear-gradient(#9C27B0, #76FF03, #28a745);
}

.gradient-purple-lightgreen-info {
  background: linear-gradient(#9C27B0, #76FF03, #0DCAF0);
}

.gradient-purple-lightgreen-warning {
  background: linear-gradient(#9C27B0, #76FF03, #FFC107);
}

.gradient-purple-lightgreen-danger {
  background: linear-gradient(#9C27B0, #76FF03, #DC3545);
}

.gradient-purple-lightgreen-light {
  background: linear-gradient(#9C27B0, #76FF03, #f5f5f5);
}

.gradient-purple-lightgreen-dark {
  background: linear-gradient(#9C27B0, #76FF03, #212529);
}

.gradient-purple-lightgreen-red {
  background: linear-gradient(#9C27B0, #76FF03, #F44336);
}

.gradient-purple-lightgreen-green {
  background: linear-gradient(#9C27B0, #76FF03, #4CAF50);
}

.gradient-purple-lightgreen-blue {
  background: linear-gradient(#9C27B0, #76FF03, #2196F3);
}

.gradient-purple-lightgreen-black {
  background: linear-gradient(#9C27B0, #76FF03, #000);
}

.gradient-purple-lightgreen-white {
  background: linear-gradient(#9C27B0, #76FF03, #fff);
}

.gradient-purple-lightgreen-pink {
  background: linear-gradient(#9C27B0, #76FF03, #E91E63);
}

.gradient-purple-lightgreen-indigo {
  background: linear-gradient(#9C27B0, #76FF03, #3E51B5);
}

.gradient-purple-lightgreen-cyan {
  background: linear-gradient(#9C27B0, #76FF03, #00BCD4);
}

.gradient-purple-lightgreen-teal {
  background: linear-gradient(#9C27B0, #76FF03, #009688);
}

.gradient-purple-lightgreen-lime {
  background: linear-gradient(#9C27B0, #76FF03, #CDDC39);
}

.gradient-purple-lightgreen-yellow {
  background: linear-gradient(#9C27B0, #76FF03, #FFEB3B);
}

.gradient-purple-lightgreen-amber {
  background: linear-gradient(#9C27B0, #76FF03, #FFC107);
}

.gradient-purple-lightgreen-orange {
  background: linear-gradient(#9C27B0, #76FF03, #FF9800);
}

.gradient-purple-lightgreen-lightblue {
  background: linear-gradient(#9C27B0, #76FF03, #03A9F4);
}

.gradient-purple-lightgreen-deeppurple {
  background: linear-gradient(#9C27B0, #76FF03, #673AB7);
}

.gradient-purple-lightgreen-deeporange {
  background: linear-gradient(#9C27B0, #76FF03, #DD6E0F);
}

.gradient-purple-lightgreen-brown {
  background: linear-gradient(#9C27B0, #76FF03, #964B00);
}

.gradient-purple-lightgreen-grey {
  background: linear-gradient(#9C27B0, #76FF03, #808080);
}

.gradient-purple-deeppurple {
  background: linear-gradient(#9C27B0, #673AB7);
}

.gradient-to-top-purple-deeppurple {
  background: linear-gradient(to top, #9C27B0, #673AB7);
}

.gradient-to-bottom-purple-deeppurple {
  background: linear-gradient(to bottom, #9C27B0, #673AB7);
}

.gradient-to-left-purple-deeppurple {
  background: linear-gradient(to left, #9C27B0, #673AB7);
}

.gradient-to-right-purple-deeppurple {
  background: linear-gradient(to right, #9C27B0, #673AB7);
}

.gradient-to-top-left-purple-deeppurple {
  background: linear-gradient(to top left, #9C27B0, #673AB7);
}

.gradient-to-top-right-purple-deeppurple {
  background: linear-gradient(to top right, #9C27B0, #673AB7);
}

.gradient-to-bottom-left-purple-deeppurple {
  background: linear-gradient(to bottom left, #9C27B0, #673AB7);
}

.gradient-to-bottom-right-purple-deeppurple {
  background: linear-gradient(to bottom right, #9C27B0, #673AB7);
}

.gradient-radial-purple-deeppurple {
  background: radial-gradient(circle, #9C27B0, #673AB7);
}

.gradient-purple-deeppurple-primary {
  background: linear-gradient(#9C27B0, #673AB7, #03A9F4);
}

.gradient-purple-deeppurple-secondary {
  background: linear-gradient(#9C27B0, #673AB7, #333);
}

.gradient-purple-deeppurple-success {
  background: linear-gradient(#9C27B0, #673AB7, #28a745);
}

.gradient-purple-deeppurple-info {
  background: linear-gradient(#9C27B0, #673AB7, #0DCAF0);
}

.gradient-purple-deeppurple-warning {
  background: linear-gradient(#9C27B0, #673AB7, #FFC107);
}

.gradient-purple-deeppurple-danger {
  background: linear-gradient(#9C27B0, #673AB7, #DC3545);
}

.gradient-purple-deeppurple-light {
  background: linear-gradient(#9C27B0, #673AB7, #f5f5f5);
}

.gradient-purple-deeppurple-dark {
  background: linear-gradient(#9C27B0, #673AB7, #212529);
}

.gradient-purple-deeppurple-red {
  background: linear-gradient(#9C27B0, #673AB7, #F44336);
}

.gradient-purple-deeppurple-green {
  background: linear-gradient(#9C27B0, #673AB7, #4CAF50);
}

.gradient-purple-deeppurple-blue {
  background: linear-gradient(#9C27B0, #673AB7, #2196F3);
}

.gradient-purple-deeppurple-black {
  background: linear-gradient(#9C27B0, #673AB7, #000);
}

.gradient-purple-deeppurple-white {
  background: linear-gradient(#9C27B0, #673AB7, #fff);
}

.gradient-purple-deeppurple-pink {
  background: linear-gradient(#9C27B0, #673AB7, #E91E63);
}

.gradient-purple-deeppurple-indigo {
  background: linear-gradient(#9C27B0, #673AB7, #3E51B5);
}

.gradient-purple-deeppurple-cyan {
  background: linear-gradient(#9C27B0, #673AB7, #00BCD4);
}

.gradient-purple-deeppurple-teal {
  background: linear-gradient(#9C27B0, #673AB7, #009688);
}

.gradient-purple-deeppurple-lime {
  background: linear-gradient(#9C27B0, #673AB7, #CDDC39);
}

.gradient-purple-deeppurple-yellow {
  background: linear-gradient(#9C27B0, #673AB7, #FFEB3B);
}

.gradient-purple-deeppurple-amber {
  background: linear-gradient(#9C27B0, #673AB7, #FFC107);
}

.gradient-purple-deeppurple-orange {
  background: linear-gradient(#9C27B0, #673AB7, #FF9800);
}

.gradient-purple-deeppurple-lightblue {
  background: linear-gradient(#9C27B0, #673AB7, #03A9F4);
}

.gradient-purple-deeppurple-lightgreen {
  background: linear-gradient(#9C27B0, #673AB7, #76FF03);
}

.gradient-purple-deeppurple-deeporange {
  background: linear-gradient(#9C27B0, #673AB7, #DD6E0F);
}

.gradient-purple-deeppurple-brown {
  background: linear-gradient(#9C27B0, #673AB7, #964B00);
}

.gradient-purple-deeppurple-grey {
  background: linear-gradient(#9C27B0, #673AB7, #808080);
}

.gradient-purple-deeporange {
  background: linear-gradient(#9C27B0, #DD6E0F);
}

.gradient-to-top-purple-deeporange {
  background: linear-gradient(to top, #9C27B0, #DD6E0F);
}

.gradient-to-bottom-purple-deeporange {
  background: linear-gradient(to bottom, #9C27B0, #DD6E0F);
}

.gradient-to-left-purple-deeporange {
  background: linear-gradient(to left, #9C27B0, #DD6E0F);
}

.gradient-to-right-purple-deeporange {
  background: linear-gradient(to right, #9C27B0, #DD6E0F);
}

.gradient-to-top-left-purple-deeporange {
  background: linear-gradient(to top left, #9C27B0, #DD6E0F);
}

.gradient-to-top-right-purple-deeporange {
  background: linear-gradient(to top right, #9C27B0, #DD6E0F);
}

.gradient-to-bottom-left-purple-deeporange {
  background: linear-gradient(to bottom left, #9C27B0, #DD6E0F);
}

.gradient-to-bottom-right-purple-deeporange {
  background: linear-gradient(to bottom right, #9C27B0, #DD6E0F);
}

.gradient-radial-purple-deeporange {
  background: radial-gradient(circle, #9C27B0, #DD6E0F);
}

.gradient-purple-deeporange-primary {
  background: linear-gradient(#9C27B0, #DD6E0F, #03A9F4);
}

.gradient-purple-deeporange-secondary {
  background: linear-gradient(#9C27B0, #DD6E0F, #333);
}

.gradient-purple-deeporange-success {
  background: linear-gradient(#9C27B0, #DD6E0F, #28a745);
}

.gradient-purple-deeporange-info {
  background: linear-gradient(#9C27B0, #DD6E0F, #0DCAF0);
}

.gradient-purple-deeporange-warning {
  background: linear-gradient(#9C27B0, #DD6E0F, #FFC107);
}

.gradient-purple-deeporange-danger {
  background: linear-gradient(#9C27B0, #DD6E0F, #DC3545);
}

.gradient-purple-deeporange-light {
  background: linear-gradient(#9C27B0, #DD6E0F, #f5f5f5);
}

.gradient-purple-deeporange-dark {
  background: linear-gradient(#9C27B0, #DD6E0F, #212529);
}

.gradient-purple-deeporange-red {
  background: linear-gradient(#9C27B0, #DD6E0F, #F44336);
}

.gradient-purple-deeporange-green {
  background: linear-gradient(#9C27B0, #DD6E0F, #4CAF50);
}

.gradient-purple-deeporange-blue {
  background: linear-gradient(#9C27B0, #DD6E0F, #2196F3);
}

.gradient-purple-deeporange-black {
  background: linear-gradient(#9C27B0, #DD6E0F, #000);
}

.gradient-purple-deeporange-white {
  background: linear-gradient(#9C27B0, #DD6E0F, #fff);
}

.gradient-purple-deeporange-pink {
  background: linear-gradient(#9C27B0, #DD6E0F, #E91E63);
}

.gradient-purple-deeporange-indigo {
  background: linear-gradient(#9C27B0, #DD6E0F, #3E51B5);
}

.gradient-purple-deeporange-cyan {
  background: linear-gradient(#9C27B0, #DD6E0F, #00BCD4);
}

.gradient-purple-deeporange-teal {
  background: linear-gradient(#9C27B0, #DD6E0F, #009688);
}

.gradient-purple-deeporange-lime {
  background: linear-gradient(#9C27B0, #DD6E0F, #CDDC39);
}

.gradient-purple-deeporange-yellow {
  background: linear-gradient(#9C27B0, #DD6E0F, #FFEB3B);
}

.gradient-purple-deeporange-amber {
  background: linear-gradient(#9C27B0, #DD6E0F, #FFC107);
}

.gradient-purple-deeporange-orange {
  background: linear-gradient(#9C27B0, #DD6E0F, #FF9800);
}

.gradient-purple-deeporange-lightblue {
  background: linear-gradient(#9C27B0, #DD6E0F, #03A9F4);
}

.gradient-purple-deeporange-lightgreen {
  background: linear-gradient(#9C27B0, #DD6E0F, #76FF03);
}

.gradient-purple-deeporange-deeppurple {
  background: linear-gradient(#9C27B0, #DD6E0F, #673AB7);
}

.gradient-purple-deeporange-brown {
  background: linear-gradient(#9C27B0, #DD6E0F, #964B00);
}

.gradient-purple-deeporange-grey {
  background: linear-gradient(#9C27B0, #DD6E0F, #808080);
}

.gradient-purple-brown {
  background: linear-gradient(#9C27B0, #964B00);
}

.gradient-to-top-purple-brown {
  background: linear-gradient(to top, #9C27B0, #964B00);
}

.gradient-to-bottom-purple-brown {
  background: linear-gradient(to bottom, #9C27B0, #964B00);
}

.gradient-to-left-purple-brown {
  background: linear-gradient(to left, #9C27B0, #964B00);
}

.gradient-to-right-purple-brown {
  background: linear-gradient(to right, #9C27B0, #964B00);
}

.gradient-to-top-left-purple-brown {
  background: linear-gradient(to top left, #9C27B0, #964B00);
}

.gradient-to-top-right-purple-brown {
  background: linear-gradient(to top right, #9C27B0, #964B00);
}

.gradient-to-bottom-left-purple-brown {
  background: linear-gradient(to bottom left, #9C27B0, #964B00);
}

.gradient-to-bottom-right-purple-brown {
  background: linear-gradient(to bottom right, #9C27B0, #964B00);
}

.gradient-radial-purple-brown {
  background: radial-gradient(circle, #9C27B0, #964B00);
}

.gradient-purple-brown-primary {
  background: linear-gradient(#9C27B0, #964B00, #03A9F4);
}

.gradient-purple-brown-secondary {
  background: linear-gradient(#9C27B0, #964B00, #333);
}

.gradient-purple-brown-success {
  background: linear-gradient(#9C27B0, #964B00, #28a745);
}

.gradient-purple-brown-info {
  background: linear-gradient(#9C27B0, #964B00, #0DCAF0);
}

.gradient-purple-brown-warning {
  background: linear-gradient(#9C27B0, #964B00, #FFC107);
}

.gradient-purple-brown-danger {
  background: linear-gradient(#9C27B0, #964B00, #DC3545);
}

.gradient-purple-brown-light {
  background: linear-gradient(#9C27B0, #964B00, #f5f5f5);
}

.gradient-purple-brown-dark {
  background: linear-gradient(#9C27B0, #964B00, #212529);
}

.gradient-purple-brown-red {
  background: linear-gradient(#9C27B0, #964B00, #F44336);
}

.gradient-purple-brown-green {
  background: linear-gradient(#9C27B0, #964B00, #4CAF50);
}

.gradient-purple-brown-blue {
  background: linear-gradient(#9C27B0, #964B00, #2196F3);
}

.gradient-purple-brown-black {
  background: linear-gradient(#9C27B0, #964B00, #000);
}

.gradient-purple-brown-white {
  background: linear-gradient(#9C27B0, #964B00, #fff);
}

.gradient-purple-brown-pink {
  background: linear-gradient(#9C27B0, #964B00, #E91E63);
}

.gradient-purple-brown-indigo {
  background: linear-gradient(#9C27B0, #964B00, #3E51B5);
}

.gradient-purple-brown-cyan {
  background: linear-gradient(#9C27B0, #964B00, #00BCD4);
}

.gradient-purple-brown-teal {
  background: linear-gradient(#9C27B0, #964B00, #009688);
}

.gradient-purple-brown-lime {
  background: linear-gradient(#9C27B0, #964B00, #CDDC39);
}

.gradient-purple-brown-yellow {
  background: linear-gradient(#9C27B0, #964B00, #FFEB3B);
}

.gradient-purple-brown-amber {
  background: linear-gradient(#9C27B0, #964B00, #FFC107);
}

.gradient-purple-brown-orange {
  background: linear-gradient(#9C27B0, #964B00, #FF9800);
}

.gradient-purple-brown-lightblue {
  background: linear-gradient(#9C27B0, #964B00, #03A9F4);
}

.gradient-purple-brown-lightgreen {
  background: linear-gradient(#9C27B0, #964B00, #76FF03);
}

.gradient-purple-brown-deeppurple {
  background: linear-gradient(#9C27B0, #964B00, #673AB7);
}

.gradient-purple-brown-deeporange {
  background: linear-gradient(#9C27B0, #964B00, #DD6E0F);
}

.gradient-purple-brown-grey {
  background: linear-gradient(#9C27B0, #964B00, #808080);
}

.gradient-purple-grey {
  background: linear-gradient(#9C27B0, #808080);
}

.gradient-to-top-purple-grey {
  background: linear-gradient(to top, #9C27B0, #808080);
}

.gradient-to-bottom-purple-grey {
  background: linear-gradient(to bottom, #9C27B0, #808080);
}

.gradient-to-left-purple-grey {
  background: linear-gradient(to left, #9C27B0, #808080);
}

.gradient-to-right-purple-grey {
  background: linear-gradient(to right, #9C27B0, #808080);
}

.gradient-to-top-left-purple-grey {
  background: linear-gradient(to top left, #9C27B0, #808080);
}

.gradient-to-top-right-purple-grey {
  background: linear-gradient(to top right, #9C27B0, #808080);
}

.gradient-to-bottom-left-purple-grey {
  background: linear-gradient(to bottom left, #9C27B0, #808080);
}

.gradient-to-bottom-right-purple-grey {
  background: linear-gradient(to bottom right, #9C27B0, #808080);
}

.gradient-radial-purple-grey {
  background: radial-gradient(circle, #9C27B0, #808080);
}

.gradient-purple-grey-primary {
  background: linear-gradient(#9C27B0, #808080, #03A9F4);
}

.gradient-purple-grey-secondary {
  background: linear-gradient(#9C27B0, #808080, #333);
}

.gradient-purple-grey-success {
  background: linear-gradient(#9C27B0, #808080, #28a745);
}

.gradient-purple-grey-info {
  background: linear-gradient(#9C27B0, #808080, #0DCAF0);
}

.gradient-purple-grey-warning {
  background: linear-gradient(#9C27B0, #808080, #FFC107);
}

.gradient-purple-grey-danger {
  background: linear-gradient(#9C27B0, #808080, #DC3545);
}

.gradient-purple-grey-light {
  background: linear-gradient(#9C27B0, #808080, #f5f5f5);
}

.gradient-purple-grey-dark {
  background: linear-gradient(#9C27B0, #808080, #212529);
}

.gradient-purple-grey-red {
  background: linear-gradient(#9C27B0, #808080, #F44336);
}

.gradient-purple-grey-green {
  background: linear-gradient(#9C27B0, #808080, #4CAF50);
}

.gradient-purple-grey-blue {
  background: linear-gradient(#9C27B0, #808080, #2196F3);
}

.gradient-purple-grey-black {
  background: linear-gradient(#9C27B0, #808080, #000);
}

.gradient-purple-grey-white {
  background: linear-gradient(#9C27B0, #808080, #fff);
}

.gradient-purple-grey-pink {
  background: linear-gradient(#9C27B0, #808080, #E91E63);
}

.gradient-purple-grey-indigo {
  background: linear-gradient(#9C27B0, #808080, #3E51B5);
}

.gradient-purple-grey-cyan {
  background: linear-gradient(#9C27B0, #808080, #00BCD4);
}

.gradient-purple-grey-teal {
  background: linear-gradient(#9C27B0, #808080, #009688);
}

.gradient-purple-grey-lime {
  background: linear-gradient(#9C27B0, #808080, #CDDC39);
}

.gradient-purple-grey-yellow {
  background: linear-gradient(#9C27B0, #808080, #FFEB3B);
}

.gradient-purple-grey-amber {
  background: linear-gradient(#9C27B0, #808080, #FFC107);
}

.gradient-purple-grey-orange {
  background: linear-gradient(#9C27B0, #808080, #FF9800);
}

.gradient-purple-grey-lightblue {
  background: linear-gradient(#9C27B0, #808080, #03A9F4);
}

.gradient-purple-grey-lightgreen {
  background: linear-gradient(#9C27B0, #808080, #76FF03);
}

.gradient-purple-grey-deeppurple {
  background: linear-gradient(#9C27B0, #808080, #673AB7);
}

.gradient-purple-grey-deeporange {
  background: linear-gradient(#9C27B0, #808080, #DD6E0F);
}

.gradient-purple-grey-brown {
  background: linear-gradient(#9C27B0, #808080, #964B00);
}

.gradient-indigo-primary {
  background: linear-gradient(#3E51B5, #03A9F4);
}

.gradient-to-top-indigo-primary {
  background: linear-gradient(to top, #3E51B5, #03A9F4);
}

.gradient-to-bottom-indigo-primary {
  background: linear-gradient(to bottom, #3E51B5, #03A9F4);
}

.gradient-to-left-indigo-primary {
  background: linear-gradient(to left, #3E51B5, #03A9F4);
}

.gradient-to-right-indigo-primary {
  background: linear-gradient(to right, #3E51B5, #03A9F4);
}

.gradient-to-top-left-indigo-primary {
  background: linear-gradient(to top left, #3E51B5, #03A9F4);
}

.gradient-to-top-right-indigo-primary {
  background: linear-gradient(to top right, #3E51B5, #03A9F4);
}

.gradient-to-bottom-left-indigo-primary {
  background: linear-gradient(to bottom left, #3E51B5, #03A9F4);
}

.gradient-to-bottom-right-indigo-primary {
  background: linear-gradient(to bottom right, #3E51B5, #03A9F4);
}

.gradient-radial-indigo-primary {
  background: radial-gradient(circle, #3E51B5, #03A9F4);
}

.gradient-indigo-primary-secondary {
  background: linear-gradient(#3E51B5, #03A9F4, #333);
}

.gradient-indigo-primary-success {
  background: linear-gradient(#3E51B5, #03A9F4, #28a745);
}

.gradient-indigo-primary-info {
  background: linear-gradient(#3E51B5, #03A9F4, #0DCAF0);
}

.gradient-indigo-primary-warning {
  background: linear-gradient(#3E51B5, #03A9F4, #FFC107);
}

.gradient-indigo-primary-danger {
  background: linear-gradient(#3E51B5, #03A9F4, #DC3545);
}

.gradient-indigo-primary-light {
  background: linear-gradient(#3E51B5, #03A9F4, #f5f5f5);
}

.gradient-indigo-primary-dark {
  background: linear-gradient(#3E51B5, #03A9F4, #212529);
}

.gradient-indigo-primary-red {
  background: linear-gradient(#3E51B5, #03A9F4, #F44336);
}

.gradient-indigo-primary-green {
  background: linear-gradient(#3E51B5, #03A9F4, #4CAF50);
}

.gradient-indigo-primary-blue {
  background: linear-gradient(#3E51B5, #03A9F4, #2196F3);
}

.gradient-indigo-primary-black {
  background: linear-gradient(#3E51B5, #03A9F4, #000);
}

.gradient-indigo-primary-white {
  background: linear-gradient(#3E51B5, #03A9F4, #fff);
}

.gradient-indigo-primary-pink {
  background: linear-gradient(#3E51B5, #03A9F4, #E91E63);
}

.gradient-indigo-primary-purple {
  background: linear-gradient(#3E51B5, #03A9F4, #9C27B0);
}

.gradient-indigo-primary-cyan {
  background: linear-gradient(#3E51B5, #03A9F4, #00BCD4);
}

.gradient-indigo-primary-teal {
  background: linear-gradient(#3E51B5, #03A9F4, #009688);
}

.gradient-indigo-primary-lime {
  background: linear-gradient(#3E51B5, #03A9F4, #CDDC39);
}

.gradient-indigo-primary-yellow {
  background: linear-gradient(#3E51B5, #03A9F4, #FFEB3B);
}

.gradient-indigo-primary-amber {
  background: linear-gradient(#3E51B5, #03A9F4, #FFC107);
}

.gradient-indigo-primary-orange {
  background: linear-gradient(#3E51B5, #03A9F4, #FF9800);
}

.gradient-indigo-primary-lightblue {
  background: linear-gradient(#3E51B5, #03A9F4, #03A9F4);
}

.gradient-indigo-primary-lightgreen {
  background: linear-gradient(#3E51B5, #03A9F4, #76FF03);
}

.gradient-indigo-primary-deeppurple {
  background: linear-gradient(#3E51B5, #03A9F4, #673AB7);
}

.gradient-indigo-primary-deeporange {
  background: linear-gradient(#3E51B5, #03A9F4, #DD6E0F);
}

.gradient-indigo-primary-brown {
  background: linear-gradient(#3E51B5, #03A9F4, #964B00);
}

.gradient-indigo-primary-grey {
  background: linear-gradient(#3E51B5, #03A9F4, #808080);
}

.gradient-indigo-secondary {
  background: linear-gradient(#3E51B5, #333);
}

.gradient-to-top-indigo-secondary {
  background: linear-gradient(to top, #3E51B5, #333);
}

.gradient-to-bottom-indigo-secondary {
  background: linear-gradient(to bottom, #3E51B5, #333);
}

.gradient-to-left-indigo-secondary {
  background: linear-gradient(to left, #3E51B5, #333);
}

.gradient-to-right-indigo-secondary {
  background: linear-gradient(to right, #3E51B5, #333);
}

.gradient-to-top-left-indigo-secondary {
  background: linear-gradient(to top left, #3E51B5, #333);
}

.gradient-to-top-right-indigo-secondary {
  background: linear-gradient(to top right, #3E51B5, #333);
}

.gradient-to-bottom-left-indigo-secondary {
  background: linear-gradient(to bottom left, #3E51B5, #333);
}

.gradient-to-bottom-right-indigo-secondary {
  background: linear-gradient(to bottom right, #3E51B5, #333);
}

.gradient-radial-indigo-secondary {
  background: radial-gradient(circle, #3E51B5, #333);
}

.gradient-indigo-secondary-primary {
  background: linear-gradient(#3E51B5, #333, #03A9F4);
}

.gradient-indigo-secondary-success {
  background: linear-gradient(#3E51B5, #333, #28a745);
}

.gradient-indigo-secondary-info {
  background: linear-gradient(#3E51B5, #333, #0DCAF0);
}

.gradient-indigo-secondary-warning {
  background: linear-gradient(#3E51B5, #333, #FFC107);
}

.gradient-indigo-secondary-danger {
  background: linear-gradient(#3E51B5, #333, #DC3545);
}

.gradient-indigo-secondary-light {
  background: linear-gradient(#3E51B5, #333, #f5f5f5);
}

.gradient-indigo-secondary-dark {
  background: linear-gradient(#3E51B5, #333, #212529);
}

.gradient-indigo-secondary-red {
  background: linear-gradient(#3E51B5, #333, #F44336);
}

.gradient-indigo-secondary-green {
  background: linear-gradient(#3E51B5, #333, #4CAF50);
}

.gradient-indigo-secondary-blue {
  background: linear-gradient(#3E51B5, #333, #2196F3);
}

.gradient-indigo-secondary-black {
  background: linear-gradient(#3E51B5, #333, #000);
}

.gradient-indigo-secondary-white {
  background: linear-gradient(#3E51B5, #333, #fff);
}

.gradient-indigo-secondary-pink {
  background: linear-gradient(#3E51B5, #333, #E91E63);
}

.gradient-indigo-secondary-purple {
  background: linear-gradient(#3E51B5, #333, #9C27B0);
}

.gradient-indigo-secondary-cyan {
  background: linear-gradient(#3E51B5, #333, #00BCD4);
}

.gradient-indigo-secondary-teal {
  background: linear-gradient(#3E51B5, #333, #009688);
}

.gradient-indigo-secondary-lime {
  background: linear-gradient(#3E51B5, #333, #CDDC39);
}

.gradient-indigo-secondary-yellow {
  background: linear-gradient(#3E51B5, #333, #FFEB3B);
}

.gradient-indigo-secondary-amber {
  background: linear-gradient(#3E51B5, #333, #FFC107);
}

.gradient-indigo-secondary-orange {
  background: linear-gradient(#3E51B5, #333, #FF9800);
}

.gradient-indigo-secondary-lightblue {
  background: linear-gradient(#3E51B5, #333, #03A9F4);
}

.gradient-indigo-secondary-lightgreen {
  background: linear-gradient(#3E51B5, #333, #76FF03);
}

.gradient-indigo-secondary-deeppurple {
  background: linear-gradient(#3E51B5, #333, #673AB7);
}

.gradient-indigo-secondary-deeporange {
  background: linear-gradient(#3E51B5, #333, #DD6E0F);
}

.gradient-indigo-secondary-brown {
  background: linear-gradient(#3E51B5, #333, #964B00);
}

.gradient-indigo-secondary-grey {
  background: linear-gradient(#3E51B5, #333, #808080);
}

.gradient-indigo-success {
  background: linear-gradient(#3E51B5, #28a745);
}

.gradient-to-top-indigo-success {
  background: linear-gradient(to top, #3E51B5, #28a745);
}

.gradient-to-bottom-indigo-success {
  background: linear-gradient(to bottom, #3E51B5, #28a745);
}

.gradient-to-left-indigo-success {
  background: linear-gradient(to left, #3E51B5, #28a745);
}

.gradient-to-right-indigo-success {
  background: linear-gradient(to right, #3E51B5, #28a745);
}

.gradient-to-top-left-indigo-success {
  background: linear-gradient(to top left, #3E51B5, #28a745);
}

.gradient-to-top-right-indigo-success {
  background: linear-gradient(to top right, #3E51B5, #28a745);
}

.gradient-to-bottom-left-indigo-success {
  background: linear-gradient(to bottom left, #3E51B5, #28a745);
}

.gradient-to-bottom-right-indigo-success {
  background: linear-gradient(to bottom right, #3E51B5, #28a745);
}

.gradient-radial-indigo-success {
  background: radial-gradient(circle, #3E51B5, #28a745);
}

.gradient-indigo-success-primary {
  background: linear-gradient(#3E51B5, #28a745, #03A9F4);
}

.gradient-indigo-success-secondary {
  background: linear-gradient(#3E51B5, #28a745, #333);
}

.gradient-indigo-success-info {
  background: linear-gradient(#3E51B5, #28a745, #0DCAF0);
}

.gradient-indigo-success-warning {
  background: linear-gradient(#3E51B5, #28a745, #FFC107);
}

.gradient-indigo-success-danger {
  background: linear-gradient(#3E51B5, #28a745, #DC3545);
}

.gradient-indigo-success-light {
  background: linear-gradient(#3E51B5, #28a745, #f5f5f5);
}

.gradient-indigo-success-dark {
  background: linear-gradient(#3E51B5, #28a745, #212529);
}

.gradient-indigo-success-red {
  background: linear-gradient(#3E51B5, #28a745, #F44336);
}

.gradient-indigo-success-green {
  background: linear-gradient(#3E51B5, #28a745, #4CAF50);
}

.gradient-indigo-success-blue {
  background: linear-gradient(#3E51B5, #28a745, #2196F3);
}

.gradient-indigo-success-black {
  background: linear-gradient(#3E51B5, #28a745, #000);
}

.gradient-indigo-success-white {
  background: linear-gradient(#3E51B5, #28a745, #fff);
}

.gradient-indigo-success-pink {
  background: linear-gradient(#3E51B5, #28a745, #E91E63);
}

.gradient-indigo-success-purple {
  background: linear-gradient(#3E51B5, #28a745, #9C27B0);
}

.gradient-indigo-success-cyan {
  background: linear-gradient(#3E51B5, #28a745, #00BCD4);
}

.gradient-indigo-success-teal {
  background: linear-gradient(#3E51B5, #28a745, #009688);
}

.gradient-indigo-success-lime {
  background: linear-gradient(#3E51B5, #28a745, #CDDC39);
}

.gradient-indigo-success-yellow {
  background: linear-gradient(#3E51B5, #28a745, #FFEB3B);
}

.gradient-indigo-success-amber {
  background: linear-gradient(#3E51B5, #28a745, #FFC107);
}

.gradient-indigo-success-orange {
  background: linear-gradient(#3E51B5, #28a745, #FF9800);
}

.gradient-indigo-success-lightblue {
  background: linear-gradient(#3E51B5, #28a745, #03A9F4);
}

.gradient-indigo-success-lightgreen {
  background: linear-gradient(#3E51B5, #28a745, #76FF03);
}

.gradient-indigo-success-deeppurple {
  background: linear-gradient(#3E51B5, #28a745, #673AB7);
}

.gradient-indigo-success-deeporange {
  background: linear-gradient(#3E51B5, #28a745, #DD6E0F);
}

.gradient-indigo-success-brown {
  background: linear-gradient(#3E51B5, #28a745, #964B00);
}

.gradient-indigo-success-grey {
  background: linear-gradient(#3E51B5, #28a745, #808080);
}

.gradient-indigo-info {
  background: linear-gradient(#3E51B5, #0DCAF0);
}

.gradient-to-top-indigo-info {
  background: linear-gradient(to top, #3E51B5, #0DCAF0);
}

.gradient-to-bottom-indigo-info {
  background: linear-gradient(to bottom, #3E51B5, #0DCAF0);
}

.gradient-to-left-indigo-info {
  background: linear-gradient(to left, #3E51B5, #0DCAF0);
}

.gradient-to-right-indigo-info {
  background: linear-gradient(to right, #3E51B5, #0DCAF0);
}

.gradient-to-top-left-indigo-info {
  background: linear-gradient(to top left, #3E51B5, #0DCAF0);
}

.gradient-to-top-right-indigo-info {
  background: linear-gradient(to top right, #3E51B5, #0DCAF0);
}

.gradient-to-bottom-left-indigo-info {
  background: linear-gradient(to bottom left, #3E51B5, #0DCAF0);
}

.gradient-to-bottom-right-indigo-info {
  background: linear-gradient(to bottom right, #3E51B5, #0DCAF0);
}

.gradient-radial-indigo-info {
  background: radial-gradient(circle, #3E51B5, #0DCAF0);
}

.gradient-indigo-info-primary {
  background: linear-gradient(#3E51B5, #0DCAF0, #03A9F4);
}

.gradient-indigo-info-secondary {
  background: linear-gradient(#3E51B5, #0DCAF0, #333);
}

.gradient-indigo-info-success {
  background: linear-gradient(#3E51B5, #0DCAF0, #28a745);
}

.gradient-indigo-info-warning {
  background: linear-gradient(#3E51B5, #0DCAF0, #FFC107);
}

.gradient-indigo-info-danger {
  background: linear-gradient(#3E51B5, #0DCAF0, #DC3545);
}

.gradient-indigo-info-light {
  background: linear-gradient(#3E51B5, #0DCAF0, #f5f5f5);
}

.gradient-indigo-info-dark {
  background: linear-gradient(#3E51B5, #0DCAF0, #212529);
}

.gradient-indigo-info-red {
  background: linear-gradient(#3E51B5, #0DCAF0, #F44336);
}

.gradient-indigo-info-green {
  background: linear-gradient(#3E51B5, #0DCAF0, #4CAF50);
}

.gradient-indigo-info-blue {
  background: linear-gradient(#3E51B5, #0DCAF0, #2196F3);
}

.gradient-indigo-info-black {
  background: linear-gradient(#3E51B5, #0DCAF0, #000);
}

.gradient-indigo-info-white {
  background: linear-gradient(#3E51B5, #0DCAF0, #fff);
}

.gradient-indigo-info-pink {
  background: linear-gradient(#3E51B5, #0DCAF0, #E91E63);
}

.gradient-indigo-info-purple {
  background: linear-gradient(#3E51B5, #0DCAF0, #9C27B0);
}

.gradient-indigo-info-cyan {
  background: linear-gradient(#3E51B5, #0DCAF0, #00BCD4);
}

.gradient-indigo-info-teal {
  background: linear-gradient(#3E51B5, #0DCAF0, #009688);
}

.gradient-indigo-info-lime {
  background: linear-gradient(#3E51B5, #0DCAF0, #CDDC39);
}

.gradient-indigo-info-yellow {
  background: linear-gradient(#3E51B5, #0DCAF0, #FFEB3B);
}

.gradient-indigo-info-amber {
  background: linear-gradient(#3E51B5, #0DCAF0, #FFC107);
}

.gradient-indigo-info-orange {
  background: linear-gradient(#3E51B5, #0DCAF0, #FF9800);
}

.gradient-indigo-info-lightblue {
  background: linear-gradient(#3E51B5, #0DCAF0, #03A9F4);
}

.gradient-indigo-info-lightgreen {
  background: linear-gradient(#3E51B5, #0DCAF0, #76FF03);
}

.gradient-indigo-info-deeppurple {
  background: linear-gradient(#3E51B5, #0DCAF0, #673AB7);
}

.gradient-indigo-info-deeporange {
  background: linear-gradient(#3E51B5, #0DCAF0, #DD6E0F);
}

.gradient-indigo-info-brown {
  background: linear-gradient(#3E51B5, #0DCAF0, #964B00);
}

.gradient-indigo-info-grey {
  background: linear-gradient(#3E51B5, #0DCAF0, #808080);
}

.gradient-indigo-warning {
  background: linear-gradient(#3E51B5, #FFC107);
}

.gradient-to-top-indigo-warning {
  background: linear-gradient(to top, #3E51B5, #FFC107);
}

.gradient-to-bottom-indigo-warning {
  background: linear-gradient(to bottom, #3E51B5, #FFC107);
}

.gradient-to-left-indigo-warning {
  background: linear-gradient(to left, #3E51B5, #FFC107);
}

.gradient-to-right-indigo-warning {
  background: linear-gradient(to right, #3E51B5, #FFC107);
}

.gradient-to-top-left-indigo-warning {
  background: linear-gradient(to top left, #3E51B5, #FFC107);
}

.gradient-to-top-right-indigo-warning {
  background: linear-gradient(to top right, #3E51B5, #FFC107);
}

.gradient-to-bottom-left-indigo-warning {
  background: linear-gradient(to bottom left, #3E51B5, #FFC107);
}

.gradient-to-bottom-right-indigo-warning {
  background: linear-gradient(to bottom right, #3E51B5, #FFC107);
}

.gradient-radial-indigo-warning {
  background: radial-gradient(circle, #3E51B5, #FFC107);
}

.gradient-indigo-warning-primary {
  background: linear-gradient(#3E51B5, #FFC107, #03A9F4);
}

.gradient-indigo-warning-secondary {
  background: linear-gradient(#3E51B5, #FFC107, #333);
}

.gradient-indigo-warning-success {
  background: linear-gradient(#3E51B5, #FFC107, #28a745);
}

.gradient-indigo-warning-info {
  background: linear-gradient(#3E51B5, #FFC107, #0DCAF0);
}

.gradient-indigo-warning-danger {
  background: linear-gradient(#3E51B5, #FFC107, #DC3545);
}

.gradient-indigo-warning-light {
  background: linear-gradient(#3E51B5, #FFC107, #f5f5f5);
}

.gradient-indigo-warning-dark {
  background: linear-gradient(#3E51B5, #FFC107, #212529);
}

.gradient-indigo-warning-red {
  background: linear-gradient(#3E51B5, #FFC107, #F44336);
}

.gradient-indigo-warning-green {
  background: linear-gradient(#3E51B5, #FFC107, #4CAF50);
}

.gradient-indigo-warning-blue {
  background: linear-gradient(#3E51B5, #FFC107, #2196F3);
}

.gradient-indigo-warning-black {
  background: linear-gradient(#3E51B5, #FFC107, #000);
}

.gradient-indigo-warning-white {
  background: linear-gradient(#3E51B5, #FFC107, #fff);
}

.gradient-indigo-warning-pink {
  background: linear-gradient(#3E51B5, #FFC107, #E91E63);
}

.gradient-indigo-warning-purple {
  background: linear-gradient(#3E51B5, #FFC107, #9C27B0);
}

.gradient-indigo-warning-cyan {
  background: linear-gradient(#3E51B5, #FFC107, #00BCD4);
}

.gradient-indigo-warning-teal {
  background: linear-gradient(#3E51B5, #FFC107, #009688);
}

.gradient-indigo-warning-lime {
  background: linear-gradient(#3E51B5, #FFC107, #CDDC39);
}

.gradient-indigo-warning-yellow {
  background: linear-gradient(#3E51B5, #FFC107, #FFEB3B);
}

.gradient-indigo-warning-amber {
  background: linear-gradient(#3E51B5, #FFC107, #FFC107);
}

.gradient-indigo-warning-orange {
  background: linear-gradient(#3E51B5, #FFC107, #FF9800);
}

.gradient-indigo-warning-lightblue {
  background: linear-gradient(#3E51B5, #FFC107, #03A9F4);
}

.gradient-indigo-warning-lightgreen {
  background: linear-gradient(#3E51B5, #FFC107, #76FF03);
}

.gradient-indigo-warning-deeppurple {
  background: linear-gradient(#3E51B5, #FFC107, #673AB7);
}

.gradient-indigo-warning-deeporange {
  background: linear-gradient(#3E51B5, #FFC107, #DD6E0F);
}

.gradient-indigo-warning-brown {
  background: linear-gradient(#3E51B5, #FFC107, #964B00);
}

.gradient-indigo-warning-grey {
  background: linear-gradient(#3E51B5, #FFC107, #808080);
}

.gradient-indigo-danger {
  background: linear-gradient(#3E51B5, #DC3545);
}

.gradient-to-top-indigo-danger {
  background: linear-gradient(to top, #3E51B5, #DC3545);
}

.gradient-to-bottom-indigo-danger {
  background: linear-gradient(to bottom, #3E51B5, #DC3545);
}

.gradient-to-left-indigo-danger {
  background: linear-gradient(to left, #3E51B5, #DC3545);
}

.gradient-to-right-indigo-danger {
  background: linear-gradient(to right, #3E51B5, #DC3545);
}

.gradient-to-top-left-indigo-danger {
  background: linear-gradient(to top left, #3E51B5, #DC3545);
}

.gradient-to-top-right-indigo-danger {
  background: linear-gradient(to top right, #3E51B5, #DC3545);
}

.gradient-to-bottom-left-indigo-danger {
  background: linear-gradient(to bottom left, #3E51B5, #DC3545);
}

.gradient-to-bottom-right-indigo-danger {
  background: linear-gradient(to bottom right, #3E51B5, #DC3545);
}

.gradient-radial-indigo-danger {
  background: radial-gradient(circle, #3E51B5, #DC3545);
}

.gradient-indigo-danger-primary {
  background: linear-gradient(#3E51B5, #DC3545, #03A9F4);
}

.gradient-indigo-danger-secondary {
  background: linear-gradient(#3E51B5, #DC3545, #333);
}

.gradient-indigo-danger-success {
  background: linear-gradient(#3E51B5, #DC3545, #28a745);
}

.gradient-indigo-danger-info {
  background: linear-gradient(#3E51B5, #DC3545, #0DCAF0);
}

.gradient-indigo-danger-warning {
  background: linear-gradient(#3E51B5, #DC3545, #FFC107);
}

.gradient-indigo-danger-light {
  background: linear-gradient(#3E51B5, #DC3545, #f5f5f5);
}

.gradient-indigo-danger-dark {
  background: linear-gradient(#3E51B5, #DC3545, #212529);
}

.gradient-indigo-danger-red {
  background: linear-gradient(#3E51B5, #DC3545, #F44336);
}

.gradient-indigo-danger-green {
  background: linear-gradient(#3E51B5, #DC3545, #4CAF50);
}

.gradient-indigo-danger-blue {
  background: linear-gradient(#3E51B5, #DC3545, #2196F3);
}

.gradient-indigo-danger-black {
  background: linear-gradient(#3E51B5, #DC3545, #000);
}

.gradient-indigo-danger-white {
  background: linear-gradient(#3E51B5, #DC3545, #fff);
}

.gradient-indigo-danger-pink {
  background: linear-gradient(#3E51B5, #DC3545, #E91E63);
}

.gradient-indigo-danger-purple {
  background: linear-gradient(#3E51B5, #DC3545, #9C27B0);
}

.gradient-indigo-danger-cyan {
  background: linear-gradient(#3E51B5, #DC3545, #00BCD4);
}

.gradient-indigo-danger-teal {
  background: linear-gradient(#3E51B5, #DC3545, #009688);
}

.gradient-indigo-danger-lime {
  background: linear-gradient(#3E51B5, #DC3545, #CDDC39);
}

.gradient-indigo-danger-yellow {
  background: linear-gradient(#3E51B5, #DC3545, #FFEB3B);
}

.gradient-indigo-danger-amber {
  background: linear-gradient(#3E51B5, #DC3545, #FFC107);
}

.gradient-indigo-danger-orange {
  background: linear-gradient(#3E51B5, #DC3545, #FF9800);
}

.gradient-indigo-danger-lightblue {
  background: linear-gradient(#3E51B5, #DC3545, #03A9F4);
}

.gradient-indigo-danger-lightgreen {
  background: linear-gradient(#3E51B5, #DC3545, #76FF03);
}

.gradient-indigo-danger-deeppurple {
  background: linear-gradient(#3E51B5, #DC3545, #673AB7);
}

.gradient-indigo-danger-deeporange {
  background: linear-gradient(#3E51B5, #DC3545, #DD6E0F);
}

.gradient-indigo-danger-brown {
  background: linear-gradient(#3E51B5, #DC3545, #964B00);
}

.gradient-indigo-danger-grey {
  background: linear-gradient(#3E51B5, #DC3545, #808080);
}

.gradient-indigo-light {
  background: linear-gradient(#3E51B5, #f5f5f5);
}

.gradient-to-top-indigo-light {
  background: linear-gradient(to top, #3E51B5, #f5f5f5);
}

.gradient-to-bottom-indigo-light {
  background: linear-gradient(to bottom, #3E51B5, #f5f5f5);
}

.gradient-to-left-indigo-light {
  background: linear-gradient(to left, #3E51B5, #f5f5f5);
}

.gradient-to-right-indigo-light {
  background: linear-gradient(to right, #3E51B5, #f5f5f5);
}

.gradient-to-top-left-indigo-light {
  background: linear-gradient(to top left, #3E51B5, #f5f5f5);
}

.gradient-to-top-right-indigo-light {
  background: linear-gradient(to top right, #3E51B5, #f5f5f5);
}

.gradient-to-bottom-left-indigo-light {
  background: linear-gradient(to bottom left, #3E51B5, #f5f5f5);
}

.gradient-to-bottom-right-indigo-light {
  background: linear-gradient(to bottom right, #3E51B5, #f5f5f5);
}

.gradient-radial-indigo-light {
  background: radial-gradient(circle, #3E51B5, #f5f5f5);
}

.gradient-indigo-light-primary {
  background: linear-gradient(#3E51B5, #f5f5f5, #03A9F4);
}

.gradient-indigo-light-secondary {
  background: linear-gradient(#3E51B5, #f5f5f5, #333);
}

.gradient-indigo-light-success {
  background: linear-gradient(#3E51B5, #f5f5f5, #28a745);
}

.gradient-indigo-light-info {
  background: linear-gradient(#3E51B5, #f5f5f5, #0DCAF0);
}

.gradient-indigo-light-warning {
  background: linear-gradient(#3E51B5, #f5f5f5, #FFC107);
}

.gradient-indigo-light-danger {
  background: linear-gradient(#3E51B5, #f5f5f5, #DC3545);
}

.gradient-indigo-light-dark {
  background: linear-gradient(#3E51B5, #f5f5f5, #212529);
}

.gradient-indigo-light-red {
  background: linear-gradient(#3E51B5, #f5f5f5, #F44336);
}

.gradient-indigo-light-green {
  background: linear-gradient(#3E51B5, #f5f5f5, #4CAF50);
}

.gradient-indigo-light-blue {
  background: linear-gradient(#3E51B5, #f5f5f5, #2196F3);
}

.gradient-indigo-light-black {
  background: linear-gradient(#3E51B5, #f5f5f5, #000);
}

.gradient-indigo-light-white {
  background: linear-gradient(#3E51B5, #f5f5f5, #fff);
}

.gradient-indigo-light-pink {
  background: linear-gradient(#3E51B5, #f5f5f5, #E91E63);
}

.gradient-indigo-light-purple {
  background: linear-gradient(#3E51B5, #f5f5f5, #9C27B0);
}

.gradient-indigo-light-cyan {
  background: linear-gradient(#3E51B5, #f5f5f5, #00BCD4);
}

.gradient-indigo-light-teal {
  background: linear-gradient(#3E51B5, #f5f5f5, #009688);
}

.gradient-indigo-light-lime {
  background: linear-gradient(#3E51B5, #f5f5f5, #CDDC39);
}

.gradient-indigo-light-yellow {
  background: linear-gradient(#3E51B5, #f5f5f5, #FFEB3B);
}

.gradient-indigo-light-amber {
  background: linear-gradient(#3E51B5, #f5f5f5, #FFC107);
}

.gradient-indigo-light-orange {
  background: linear-gradient(#3E51B5, #f5f5f5, #FF9800);
}

.gradient-indigo-light-lightblue {
  background: linear-gradient(#3E51B5, #f5f5f5, #03A9F4);
}

.gradient-indigo-light-lightgreen {
  background: linear-gradient(#3E51B5, #f5f5f5, #76FF03);
}

.gradient-indigo-light-deeppurple {
  background: linear-gradient(#3E51B5, #f5f5f5, #673AB7);
}

.gradient-indigo-light-deeporange {
  background: linear-gradient(#3E51B5, #f5f5f5, #DD6E0F);
}

.gradient-indigo-light-brown {
  background: linear-gradient(#3E51B5, #f5f5f5, #964B00);
}

.gradient-indigo-light-grey {
  background: linear-gradient(#3E51B5, #f5f5f5, #808080);
}

.gradient-indigo-dark {
  background: linear-gradient(#3E51B5, #212529);
}

.gradient-to-top-indigo-dark {
  background: linear-gradient(to top, #3E51B5, #212529);
}

.gradient-to-bottom-indigo-dark {
  background: linear-gradient(to bottom, #3E51B5, #212529);
}

.gradient-to-left-indigo-dark {
  background: linear-gradient(to left, #3E51B5, #212529);
}

.gradient-to-right-indigo-dark {
  background: linear-gradient(to right, #3E51B5, #212529);
}

.gradient-to-top-left-indigo-dark {
  background: linear-gradient(to top left, #3E51B5, #212529);
}

.gradient-to-top-right-indigo-dark {
  background: linear-gradient(to top right, #3E51B5, #212529);
}

.gradient-to-bottom-left-indigo-dark {
  background: linear-gradient(to bottom left, #3E51B5, #212529);
}

.gradient-to-bottom-right-indigo-dark {
  background: linear-gradient(to bottom right, #3E51B5, #212529);
}

.gradient-radial-indigo-dark {
  background: radial-gradient(circle, #3E51B5, #212529);
}

.gradient-indigo-dark-primary {
  background: linear-gradient(#3E51B5, #212529, #03A9F4);
}

.gradient-indigo-dark-secondary {
  background: linear-gradient(#3E51B5, #212529, #333);
}

.gradient-indigo-dark-success {
  background: linear-gradient(#3E51B5, #212529, #28a745);
}

.gradient-indigo-dark-info {
  background: linear-gradient(#3E51B5, #212529, #0DCAF0);
}

.gradient-indigo-dark-warning {
  background: linear-gradient(#3E51B5, #212529, #FFC107);
}

.gradient-indigo-dark-danger {
  background: linear-gradient(#3E51B5, #212529, #DC3545);
}

.gradient-indigo-dark-light {
  background: linear-gradient(#3E51B5, #212529, #f5f5f5);
}

.gradient-indigo-dark-red {
  background: linear-gradient(#3E51B5, #212529, #F44336);
}

.gradient-indigo-dark-green {
  background: linear-gradient(#3E51B5, #212529, #4CAF50);
}

.gradient-indigo-dark-blue {
  background: linear-gradient(#3E51B5, #212529, #2196F3);
}

.gradient-indigo-dark-black {
  background: linear-gradient(#3E51B5, #212529, #000);
}

.gradient-indigo-dark-white {
  background: linear-gradient(#3E51B5, #212529, #fff);
}

.gradient-indigo-dark-pink {
  background: linear-gradient(#3E51B5, #212529, #E91E63);
}

.gradient-indigo-dark-purple {
  background: linear-gradient(#3E51B5, #212529, #9C27B0);
}

.gradient-indigo-dark-cyan {
  background: linear-gradient(#3E51B5, #212529, #00BCD4);
}

.gradient-indigo-dark-teal {
  background: linear-gradient(#3E51B5, #212529, #009688);
}

.gradient-indigo-dark-lime {
  background: linear-gradient(#3E51B5, #212529, #CDDC39);
}

.gradient-indigo-dark-yellow {
  background: linear-gradient(#3E51B5, #212529, #FFEB3B);
}

.gradient-indigo-dark-amber {
  background: linear-gradient(#3E51B5, #212529, #FFC107);
}

.gradient-indigo-dark-orange {
  background: linear-gradient(#3E51B5, #212529, #FF9800);
}

.gradient-indigo-dark-lightblue {
  background: linear-gradient(#3E51B5, #212529, #03A9F4);
}

.gradient-indigo-dark-lightgreen {
  background: linear-gradient(#3E51B5, #212529, #76FF03);
}

.gradient-indigo-dark-deeppurple {
  background: linear-gradient(#3E51B5, #212529, #673AB7);
}

.gradient-indigo-dark-deeporange {
  background: linear-gradient(#3E51B5, #212529, #DD6E0F);
}

.gradient-indigo-dark-brown {
  background: linear-gradient(#3E51B5, #212529, #964B00);
}

.gradient-indigo-dark-grey {
  background: linear-gradient(#3E51B5, #212529, #808080);
}

.gradient-indigo-red {
  background: linear-gradient(#3E51B5, #F44336);
}

.gradient-to-top-indigo-red {
  background: linear-gradient(to top, #3E51B5, #F44336);
}

.gradient-to-bottom-indigo-red {
  background: linear-gradient(to bottom, #3E51B5, #F44336);
}

.gradient-to-left-indigo-red {
  background: linear-gradient(to left, #3E51B5, #F44336);
}

.gradient-to-right-indigo-red {
  background: linear-gradient(to right, #3E51B5, #F44336);
}

.gradient-to-top-left-indigo-red {
  background: linear-gradient(to top left, #3E51B5, #F44336);
}

.gradient-to-top-right-indigo-red {
  background: linear-gradient(to top right, #3E51B5, #F44336);
}

.gradient-to-bottom-left-indigo-red {
  background: linear-gradient(to bottom left, #3E51B5, #F44336);
}

.gradient-to-bottom-right-indigo-red {
  background: linear-gradient(to bottom right, #3E51B5, #F44336);
}

.gradient-radial-indigo-red {
  background: radial-gradient(circle, #3E51B5, #F44336);
}

.gradient-indigo-red-primary {
  background: linear-gradient(#3E51B5, #F44336, #03A9F4);
}

.gradient-indigo-red-secondary {
  background: linear-gradient(#3E51B5, #F44336, #333);
}

.gradient-indigo-red-success {
  background: linear-gradient(#3E51B5, #F44336, #28a745);
}

.gradient-indigo-red-info {
  background: linear-gradient(#3E51B5, #F44336, #0DCAF0);
}

.gradient-indigo-red-warning {
  background: linear-gradient(#3E51B5, #F44336, #FFC107);
}

.gradient-indigo-red-danger {
  background: linear-gradient(#3E51B5, #F44336, #DC3545);
}

.gradient-indigo-red-light {
  background: linear-gradient(#3E51B5, #F44336, #f5f5f5);
}

.gradient-indigo-red-dark {
  background: linear-gradient(#3E51B5, #F44336, #212529);
}

.gradient-indigo-red-green {
  background: linear-gradient(#3E51B5, #F44336, #4CAF50);
}

.gradient-indigo-red-blue {
  background: linear-gradient(#3E51B5, #F44336, #2196F3);
}

.gradient-indigo-red-black {
  background: linear-gradient(#3E51B5, #F44336, #000);
}

.gradient-indigo-red-white {
  background: linear-gradient(#3E51B5, #F44336, #fff);
}

.gradient-indigo-red-pink {
  background: linear-gradient(#3E51B5, #F44336, #E91E63);
}

.gradient-indigo-red-purple {
  background: linear-gradient(#3E51B5, #F44336, #9C27B0);
}

.gradient-indigo-red-cyan {
  background: linear-gradient(#3E51B5, #F44336, #00BCD4);
}

.gradient-indigo-red-teal {
  background: linear-gradient(#3E51B5, #F44336, #009688);
}

.gradient-indigo-red-lime {
  background: linear-gradient(#3E51B5, #F44336, #CDDC39);
}

.gradient-indigo-red-yellow {
  background: linear-gradient(#3E51B5, #F44336, #FFEB3B);
}

.gradient-indigo-red-amber {
  background: linear-gradient(#3E51B5, #F44336, #FFC107);
}

.gradient-indigo-red-orange {
  background: linear-gradient(#3E51B5, #F44336, #FF9800);
}

.gradient-indigo-red-lightblue {
  background: linear-gradient(#3E51B5, #F44336, #03A9F4);
}

.gradient-indigo-red-lightgreen {
  background: linear-gradient(#3E51B5, #F44336, #76FF03);
}

.gradient-indigo-red-deeppurple {
  background: linear-gradient(#3E51B5, #F44336, #673AB7);
}

.gradient-indigo-red-deeporange {
  background: linear-gradient(#3E51B5, #F44336, #DD6E0F);
}

.gradient-indigo-red-brown {
  background: linear-gradient(#3E51B5, #F44336, #964B00);
}

.gradient-indigo-red-grey {
  background: linear-gradient(#3E51B5, #F44336, #808080);
}

.gradient-indigo-green {
  background: linear-gradient(#3E51B5, #4CAF50);
}

.gradient-to-top-indigo-green {
  background: linear-gradient(to top, #3E51B5, #4CAF50);
}

.gradient-to-bottom-indigo-green {
  background: linear-gradient(to bottom, #3E51B5, #4CAF50);
}

.gradient-to-left-indigo-green {
  background: linear-gradient(to left, #3E51B5, #4CAF50);
}

.gradient-to-right-indigo-green {
  background: linear-gradient(to right, #3E51B5, #4CAF50);
}

.gradient-to-top-left-indigo-green {
  background: linear-gradient(to top left, #3E51B5, #4CAF50);
}

.gradient-to-top-right-indigo-green {
  background: linear-gradient(to top right, #3E51B5, #4CAF50);
}

.gradient-to-bottom-left-indigo-green {
  background: linear-gradient(to bottom left, #3E51B5, #4CAF50);
}

.gradient-to-bottom-right-indigo-green {
  background: linear-gradient(to bottom right, #3E51B5, #4CAF50);
}

.gradient-radial-indigo-green {
  background: radial-gradient(circle, #3E51B5, #4CAF50);
}

.gradient-indigo-green-primary {
  background: linear-gradient(#3E51B5, #4CAF50, #03A9F4);
}

.gradient-indigo-green-secondary {
  background: linear-gradient(#3E51B5, #4CAF50, #333);
}

.gradient-indigo-green-success {
  background: linear-gradient(#3E51B5, #4CAF50, #28a745);
}

.gradient-indigo-green-info {
  background: linear-gradient(#3E51B5, #4CAF50, #0DCAF0);
}

.gradient-indigo-green-warning {
  background: linear-gradient(#3E51B5, #4CAF50, #FFC107);
}

.gradient-indigo-green-danger {
  background: linear-gradient(#3E51B5, #4CAF50, #DC3545);
}

.gradient-indigo-green-light {
  background: linear-gradient(#3E51B5, #4CAF50, #f5f5f5);
}

.gradient-indigo-green-dark {
  background: linear-gradient(#3E51B5, #4CAF50, #212529);
}

.gradient-indigo-green-red {
  background: linear-gradient(#3E51B5, #4CAF50, #F44336);
}

.gradient-indigo-green-blue {
  background: linear-gradient(#3E51B5, #4CAF50, #2196F3);
}

.gradient-indigo-green-black {
  background: linear-gradient(#3E51B5, #4CAF50, #000);
}

.gradient-indigo-green-white {
  background: linear-gradient(#3E51B5, #4CAF50, #fff);
}

.gradient-indigo-green-pink {
  background: linear-gradient(#3E51B5, #4CAF50, #E91E63);
}

.gradient-indigo-green-purple {
  background: linear-gradient(#3E51B5, #4CAF50, #9C27B0);
}

.gradient-indigo-green-cyan {
  background: linear-gradient(#3E51B5, #4CAF50, #00BCD4);
}

.gradient-indigo-green-teal {
  background: linear-gradient(#3E51B5, #4CAF50, #009688);
}

.gradient-indigo-green-lime {
  background: linear-gradient(#3E51B5, #4CAF50, #CDDC39);
}

.gradient-indigo-green-yellow {
  background: linear-gradient(#3E51B5, #4CAF50, #FFEB3B);
}

.gradient-indigo-green-amber {
  background: linear-gradient(#3E51B5, #4CAF50, #FFC107);
}

.gradient-indigo-green-orange {
  background: linear-gradient(#3E51B5, #4CAF50, #FF9800);
}

.gradient-indigo-green-lightblue {
  background: linear-gradient(#3E51B5, #4CAF50, #03A9F4);
}

.gradient-indigo-green-lightgreen {
  background: linear-gradient(#3E51B5, #4CAF50, #76FF03);
}

.gradient-indigo-green-deeppurple {
  background: linear-gradient(#3E51B5, #4CAF50, #673AB7);
}

.gradient-indigo-green-deeporange {
  background: linear-gradient(#3E51B5, #4CAF50, #DD6E0F);
}

.gradient-indigo-green-brown {
  background: linear-gradient(#3E51B5, #4CAF50, #964B00);
}

.gradient-indigo-green-grey {
  background: linear-gradient(#3E51B5, #4CAF50, #808080);
}

.gradient-indigo-blue {
  background: linear-gradient(#3E51B5, #2196F3);
}

.gradient-to-top-indigo-blue {
  background: linear-gradient(to top, #3E51B5, #2196F3);
}

.gradient-to-bottom-indigo-blue {
  background: linear-gradient(to bottom, #3E51B5, #2196F3);
}

.gradient-to-left-indigo-blue {
  background: linear-gradient(to left, #3E51B5, #2196F3);
}

.gradient-to-right-indigo-blue {
  background: linear-gradient(to right, #3E51B5, #2196F3);
}

.gradient-to-top-left-indigo-blue {
  background: linear-gradient(to top left, #3E51B5, #2196F3);
}

.gradient-to-top-right-indigo-blue {
  background: linear-gradient(to top right, #3E51B5, #2196F3);
}

.gradient-to-bottom-left-indigo-blue {
  background: linear-gradient(to bottom left, #3E51B5, #2196F3);
}

.gradient-to-bottom-right-indigo-blue {
  background: linear-gradient(to bottom right, #3E51B5, #2196F3);
}

.gradient-radial-indigo-blue {
  background: radial-gradient(circle, #3E51B5, #2196F3);
}

.gradient-indigo-blue-primary {
  background: linear-gradient(#3E51B5, #2196F3, #03A9F4);
}

.gradient-indigo-blue-secondary {
  background: linear-gradient(#3E51B5, #2196F3, #333);
}

.gradient-indigo-blue-success {
  background: linear-gradient(#3E51B5, #2196F3, #28a745);
}

.gradient-indigo-blue-info {
  background: linear-gradient(#3E51B5, #2196F3, #0DCAF0);
}

.gradient-indigo-blue-warning {
  background: linear-gradient(#3E51B5, #2196F3, #FFC107);
}

.gradient-indigo-blue-danger {
  background: linear-gradient(#3E51B5, #2196F3, #DC3545);
}

.gradient-indigo-blue-light {
  background: linear-gradient(#3E51B5, #2196F3, #f5f5f5);
}

.gradient-indigo-blue-dark {
  background: linear-gradient(#3E51B5, #2196F3, #212529);
}

.gradient-indigo-blue-red {
  background: linear-gradient(#3E51B5, #2196F3, #F44336);
}

.gradient-indigo-blue-green {
  background: linear-gradient(#3E51B5, #2196F3, #4CAF50);
}

.gradient-indigo-blue-black {
  background: linear-gradient(#3E51B5, #2196F3, #000);
}

.gradient-indigo-blue-white {
  background: linear-gradient(#3E51B5, #2196F3, #fff);
}

.gradient-indigo-blue-pink {
  background: linear-gradient(#3E51B5, #2196F3, #E91E63);
}

.gradient-indigo-blue-purple {
  background: linear-gradient(#3E51B5, #2196F3, #9C27B0);
}

.gradient-indigo-blue-cyan {
  background: linear-gradient(#3E51B5, #2196F3, #00BCD4);
}

.gradient-indigo-blue-teal {
  background: linear-gradient(#3E51B5, #2196F3, #009688);
}

.gradient-indigo-blue-lime {
  background: linear-gradient(#3E51B5, #2196F3, #CDDC39);
}

.gradient-indigo-blue-yellow {
  background: linear-gradient(#3E51B5, #2196F3, #FFEB3B);
}

.gradient-indigo-blue-amber {
  background: linear-gradient(#3E51B5, #2196F3, #FFC107);
}

.gradient-indigo-blue-orange {
  background: linear-gradient(#3E51B5, #2196F3, #FF9800);
}

.gradient-indigo-blue-lightblue {
  background: linear-gradient(#3E51B5, #2196F3, #03A9F4);
}

.gradient-indigo-blue-lightgreen {
  background: linear-gradient(#3E51B5, #2196F3, #76FF03);
}

.gradient-indigo-blue-deeppurple {
  background: linear-gradient(#3E51B5, #2196F3, #673AB7);
}

.gradient-indigo-blue-deeporange {
  background: linear-gradient(#3E51B5, #2196F3, #DD6E0F);
}

.gradient-indigo-blue-brown {
  background: linear-gradient(#3E51B5, #2196F3, #964B00);
}

.gradient-indigo-blue-grey {
  background: linear-gradient(#3E51B5, #2196F3, #808080);
}

.gradient-indigo-black {
  background: linear-gradient(#3E51B5, #000);
}

.gradient-to-top-indigo-black {
  background: linear-gradient(to top, #3E51B5, #000);
}

.gradient-to-bottom-indigo-black {
  background: linear-gradient(to bottom, #3E51B5, #000);
}

.gradient-to-left-indigo-black {
  background: linear-gradient(to left, #3E51B5, #000);
}

.gradient-to-right-indigo-black {
  background: linear-gradient(to right, #3E51B5, #000);
}

.gradient-to-top-left-indigo-black {
  background: linear-gradient(to top left, #3E51B5, #000);
}

.gradient-to-top-right-indigo-black {
  background: linear-gradient(to top right, #3E51B5, #000);
}

.gradient-to-bottom-left-indigo-black {
  background: linear-gradient(to bottom left, #3E51B5, #000);
}

.gradient-to-bottom-right-indigo-black {
  background: linear-gradient(to bottom right, #3E51B5, #000);
}

.gradient-radial-indigo-black {
  background: radial-gradient(circle, #3E51B5, #000);
}

.gradient-indigo-black-primary {
  background: linear-gradient(#3E51B5, #000, #03A9F4);
}

.gradient-indigo-black-secondary {
  background: linear-gradient(#3E51B5, #000, #333);
}

.gradient-indigo-black-success {
  background: linear-gradient(#3E51B5, #000, #28a745);
}

.gradient-indigo-black-info {
  background: linear-gradient(#3E51B5, #000, #0DCAF0);
}

.gradient-indigo-black-warning {
  background: linear-gradient(#3E51B5, #000, #FFC107);
}

.gradient-indigo-black-danger {
  background: linear-gradient(#3E51B5, #000, #DC3545);
}

.gradient-indigo-black-light {
  background: linear-gradient(#3E51B5, #000, #f5f5f5);
}

.gradient-indigo-black-dark {
  background: linear-gradient(#3E51B5, #000, #212529);
}

.gradient-indigo-black-red {
  background: linear-gradient(#3E51B5, #000, #F44336);
}

.gradient-indigo-black-green {
  background: linear-gradient(#3E51B5, #000, #4CAF50);
}

.gradient-indigo-black-blue {
  background: linear-gradient(#3E51B5, #000, #2196F3);
}

.gradient-indigo-black-white {
  background: linear-gradient(#3E51B5, #000, #fff);
}

.gradient-indigo-black-pink {
  background: linear-gradient(#3E51B5, #000, #E91E63);
}

.gradient-indigo-black-purple {
  background: linear-gradient(#3E51B5, #000, #9C27B0);
}

.gradient-indigo-black-cyan {
  background: linear-gradient(#3E51B5, #000, #00BCD4);
}

.gradient-indigo-black-teal {
  background: linear-gradient(#3E51B5, #000, #009688);
}

.gradient-indigo-black-lime {
  background: linear-gradient(#3E51B5, #000, #CDDC39);
}

.gradient-indigo-black-yellow {
  background: linear-gradient(#3E51B5, #000, #FFEB3B);
}

.gradient-indigo-black-amber {
  background: linear-gradient(#3E51B5, #000, #FFC107);
}

.gradient-indigo-black-orange {
  background: linear-gradient(#3E51B5, #000, #FF9800);
}

.gradient-indigo-black-lightblue {
  background: linear-gradient(#3E51B5, #000, #03A9F4);
}

.gradient-indigo-black-lightgreen {
  background: linear-gradient(#3E51B5, #000, #76FF03);
}

.gradient-indigo-black-deeppurple {
  background: linear-gradient(#3E51B5, #000, #673AB7);
}

.gradient-indigo-black-deeporange {
  background: linear-gradient(#3E51B5, #000, #DD6E0F);
}

.gradient-indigo-black-brown {
  background: linear-gradient(#3E51B5, #000, #964B00);
}

.gradient-indigo-black-grey {
  background: linear-gradient(#3E51B5, #000, #808080);
}

.gradient-indigo-white {
  background: linear-gradient(#3E51B5, #fff);
}

.gradient-to-top-indigo-white {
  background: linear-gradient(to top, #3E51B5, #fff);
}

.gradient-to-bottom-indigo-white {
  background: linear-gradient(to bottom, #3E51B5, #fff);
}

.gradient-to-left-indigo-white {
  background: linear-gradient(to left, #3E51B5, #fff);
}

.gradient-to-right-indigo-white {
  background: linear-gradient(to right, #3E51B5, #fff);
}

.gradient-to-top-left-indigo-white {
  background: linear-gradient(to top left, #3E51B5, #fff);
}

.gradient-to-top-right-indigo-white {
  background: linear-gradient(to top right, #3E51B5, #fff);
}

.gradient-to-bottom-left-indigo-white {
  background: linear-gradient(to bottom left, #3E51B5, #fff);
}

.gradient-to-bottom-right-indigo-white {
  background: linear-gradient(to bottom right, #3E51B5, #fff);
}

.gradient-radial-indigo-white {
  background: radial-gradient(circle, #3E51B5, #fff);
}

.gradient-indigo-white-primary {
  background: linear-gradient(#3E51B5, #fff, #03A9F4);
}

.gradient-indigo-white-secondary {
  background: linear-gradient(#3E51B5, #fff, #333);
}

.gradient-indigo-white-success {
  background: linear-gradient(#3E51B5, #fff, #28a745);
}

.gradient-indigo-white-info {
  background: linear-gradient(#3E51B5, #fff, #0DCAF0);
}

.gradient-indigo-white-warning {
  background: linear-gradient(#3E51B5, #fff, #FFC107);
}

.gradient-indigo-white-danger {
  background: linear-gradient(#3E51B5, #fff, #DC3545);
}

.gradient-indigo-white-light {
  background: linear-gradient(#3E51B5, #fff, #f5f5f5);
}

.gradient-indigo-white-dark {
  background: linear-gradient(#3E51B5, #fff, #212529);
}

.gradient-indigo-white-red {
  background: linear-gradient(#3E51B5, #fff, #F44336);
}

.gradient-indigo-white-green {
  background: linear-gradient(#3E51B5, #fff, #4CAF50);
}

.gradient-indigo-white-blue {
  background: linear-gradient(#3E51B5, #fff, #2196F3);
}

.gradient-indigo-white-black {
  background: linear-gradient(#3E51B5, #fff, #000);
}

.gradient-indigo-white-pink {
  background: linear-gradient(#3E51B5, #fff, #E91E63);
}

.gradient-indigo-white-purple {
  background: linear-gradient(#3E51B5, #fff, #9C27B0);
}

.gradient-indigo-white-cyan {
  background: linear-gradient(#3E51B5, #fff, #00BCD4);
}

.gradient-indigo-white-teal {
  background: linear-gradient(#3E51B5, #fff, #009688);
}

.gradient-indigo-white-lime {
  background: linear-gradient(#3E51B5, #fff, #CDDC39);
}

.gradient-indigo-white-yellow {
  background: linear-gradient(#3E51B5, #fff, #FFEB3B);
}

.gradient-indigo-white-amber {
  background: linear-gradient(#3E51B5, #fff, #FFC107);
}

.gradient-indigo-white-orange {
  background: linear-gradient(#3E51B5, #fff, #FF9800);
}

.gradient-indigo-white-lightblue {
  background: linear-gradient(#3E51B5, #fff, #03A9F4);
}

.gradient-indigo-white-lightgreen {
  background: linear-gradient(#3E51B5, #fff, #76FF03);
}

.gradient-indigo-white-deeppurple {
  background: linear-gradient(#3E51B5, #fff, #673AB7);
}

.gradient-indigo-white-deeporange {
  background: linear-gradient(#3E51B5, #fff, #DD6E0F);
}

.gradient-indigo-white-brown {
  background: linear-gradient(#3E51B5, #fff, #964B00);
}

.gradient-indigo-white-grey {
  background: linear-gradient(#3E51B5, #fff, #808080);
}

.gradient-indigo-pink {
  background: linear-gradient(#3E51B5, #E91E63);
}

.gradient-to-top-indigo-pink {
  background: linear-gradient(to top, #3E51B5, #E91E63);
}

.gradient-to-bottom-indigo-pink {
  background: linear-gradient(to bottom, #3E51B5, #E91E63);
}

.gradient-to-left-indigo-pink {
  background: linear-gradient(to left, #3E51B5, #E91E63);
}

.gradient-to-right-indigo-pink {
  background: linear-gradient(to right, #3E51B5, #E91E63);
}

.gradient-to-top-left-indigo-pink {
  background: linear-gradient(to top left, #3E51B5, #E91E63);
}

.gradient-to-top-right-indigo-pink {
  background: linear-gradient(to top right, #3E51B5, #E91E63);
}

.gradient-to-bottom-left-indigo-pink {
  background: linear-gradient(to bottom left, #3E51B5, #E91E63);
}

.gradient-to-bottom-right-indigo-pink {
  background: linear-gradient(to bottom right, #3E51B5, #E91E63);
}

.gradient-radial-indigo-pink {
  background: radial-gradient(circle, #3E51B5, #E91E63);
}

.gradient-indigo-pink-primary {
  background: linear-gradient(#3E51B5, #E91E63, #03A9F4);
}

.gradient-indigo-pink-secondary {
  background: linear-gradient(#3E51B5, #E91E63, #333);
}

.gradient-indigo-pink-success {
  background: linear-gradient(#3E51B5, #E91E63, #28a745);
}

.gradient-indigo-pink-info {
  background: linear-gradient(#3E51B5, #E91E63, #0DCAF0);
}

.gradient-indigo-pink-warning {
  background: linear-gradient(#3E51B5, #E91E63, #FFC107);
}

.gradient-indigo-pink-danger {
  background: linear-gradient(#3E51B5, #E91E63, #DC3545);
}

.gradient-indigo-pink-light {
  background: linear-gradient(#3E51B5, #E91E63, #f5f5f5);
}

.gradient-indigo-pink-dark {
  background: linear-gradient(#3E51B5, #E91E63, #212529);
}

.gradient-indigo-pink-red {
  background: linear-gradient(#3E51B5, #E91E63, #F44336);
}

.gradient-indigo-pink-green {
  background: linear-gradient(#3E51B5, #E91E63, #4CAF50);
}

.gradient-indigo-pink-blue {
  background: linear-gradient(#3E51B5, #E91E63, #2196F3);
}

.gradient-indigo-pink-black {
  background: linear-gradient(#3E51B5, #E91E63, #000);
}

.gradient-indigo-pink-white {
  background: linear-gradient(#3E51B5, #E91E63, #fff);
}

.gradient-indigo-pink-purple {
  background: linear-gradient(#3E51B5, #E91E63, #9C27B0);
}

.gradient-indigo-pink-cyan {
  background: linear-gradient(#3E51B5, #E91E63, #00BCD4);
}

.gradient-indigo-pink-teal {
  background: linear-gradient(#3E51B5, #E91E63, #009688);
}

.gradient-indigo-pink-lime {
  background: linear-gradient(#3E51B5, #E91E63, #CDDC39);
}

.gradient-indigo-pink-yellow {
  background: linear-gradient(#3E51B5, #E91E63, #FFEB3B);
}

.gradient-indigo-pink-amber {
  background: linear-gradient(#3E51B5, #E91E63, #FFC107);
}

.gradient-indigo-pink-orange {
  background: linear-gradient(#3E51B5, #E91E63, #FF9800);
}

.gradient-indigo-pink-lightblue {
  background: linear-gradient(#3E51B5, #E91E63, #03A9F4);
}

.gradient-indigo-pink-lightgreen {
  background: linear-gradient(#3E51B5, #E91E63, #76FF03);
}

.gradient-indigo-pink-deeppurple {
  background: linear-gradient(#3E51B5, #E91E63, #673AB7);
}

.gradient-indigo-pink-deeporange {
  background: linear-gradient(#3E51B5, #E91E63, #DD6E0F);
}

.gradient-indigo-pink-brown {
  background: linear-gradient(#3E51B5, #E91E63, #964B00);
}

.gradient-indigo-pink-grey {
  background: linear-gradient(#3E51B5, #E91E63, #808080);
}

.gradient-indigo-purple {
  background: linear-gradient(#3E51B5, #9C27B0);
}

.gradient-to-top-indigo-purple {
  background: linear-gradient(to top, #3E51B5, #9C27B0);
}

.gradient-to-bottom-indigo-purple {
  background: linear-gradient(to bottom, #3E51B5, #9C27B0);
}

.gradient-to-left-indigo-purple {
  background: linear-gradient(to left, #3E51B5, #9C27B0);
}

.gradient-to-right-indigo-purple {
  background: linear-gradient(to right, #3E51B5, #9C27B0);
}

.gradient-to-top-left-indigo-purple {
  background: linear-gradient(to top left, #3E51B5, #9C27B0);
}

.gradient-to-top-right-indigo-purple {
  background: linear-gradient(to top right, #3E51B5, #9C27B0);
}

.gradient-to-bottom-left-indigo-purple {
  background: linear-gradient(to bottom left, #3E51B5, #9C27B0);
}

.gradient-to-bottom-right-indigo-purple {
  background: linear-gradient(to bottom right, #3E51B5, #9C27B0);
}

.gradient-radial-indigo-purple {
  background: radial-gradient(circle, #3E51B5, #9C27B0);
}

.gradient-indigo-purple-primary {
  background: linear-gradient(#3E51B5, #9C27B0, #03A9F4);
}

.gradient-indigo-purple-secondary {
  background: linear-gradient(#3E51B5, #9C27B0, #333);
}

.gradient-indigo-purple-success {
  background: linear-gradient(#3E51B5, #9C27B0, #28a745);
}

.gradient-indigo-purple-info {
  background: linear-gradient(#3E51B5, #9C27B0, #0DCAF0);
}

.gradient-indigo-purple-warning {
  background: linear-gradient(#3E51B5, #9C27B0, #FFC107);
}

.gradient-indigo-purple-danger {
  background: linear-gradient(#3E51B5, #9C27B0, #DC3545);
}

.gradient-indigo-purple-light {
  background: linear-gradient(#3E51B5, #9C27B0, #f5f5f5);
}

.gradient-indigo-purple-dark {
  background: linear-gradient(#3E51B5, #9C27B0, #212529);
}

.gradient-indigo-purple-red {
  background: linear-gradient(#3E51B5, #9C27B0, #F44336);
}

.gradient-indigo-purple-green {
  background: linear-gradient(#3E51B5, #9C27B0, #4CAF50);
}

.gradient-indigo-purple-blue {
  background: linear-gradient(#3E51B5, #9C27B0, #2196F3);
}

.gradient-indigo-purple-black {
  background: linear-gradient(#3E51B5, #9C27B0, #000);
}

.gradient-indigo-purple-white {
  background: linear-gradient(#3E51B5, #9C27B0, #fff);
}

.gradient-indigo-purple-pink {
  background: linear-gradient(#3E51B5, #9C27B0, #E91E63);
}

.gradient-indigo-purple-cyan {
  background: linear-gradient(#3E51B5, #9C27B0, #00BCD4);
}

.gradient-indigo-purple-teal {
  background: linear-gradient(#3E51B5, #9C27B0, #009688);
}

.gradient-indigo-purple-lime {
  background: linear-gradient(#3E51B5, #9C27B0, #CDDC39);
}

.gradient-indigo-purple-yellow {
  background: linear-gradient(#3E51B5, #9C27B0, #FFEB3B);
}

.gradient-indigo-purple-amber {
  background: linear-gradient(#3E51B5, #9C27B0, #FFC107);
}

.gradient-indigo-purple-orange {
  background: linear-gradient(#3E51B5, #9C27B0, #FF9800);
}

.gradient-indigo-purple-lightblue {
  background: linear-gradient(#3E51B5, #9C27B0, #03A9F4);
}

.gradient-indigo-purple-lightgreen {
  background: linear-gradient(#3E51B5, #9C27B0, #76FF03);
}

.gradient-indigo-purple-deeppurple {
  background: linear-gradient(#3E51B5, #9C27B0, #673AB7);
}

.gradient-indigo-purple-deeporange {
  background: linear-gradient(#3E51B5, #9C27B0, #DD6E0F);
}

.gradient-indigo-purple-brown {
  background: linear-gradient(#3E51B5, #9C27B0, #964B00);
}

.gradient-indigo-purple-grey {
  background: linear-gradient(#3E51B5, #9C27B0, #808080);
}

.gradient-indigo-cyan {
  background: linear-gradient(#3E51B5, #00BCD4);
}

.gradient-to-top-indigo-cyan {
  background: linear-gradient(to top, #3E51B5, #00BCD4);
}

.gradient-to-bottom-indigo-cyan {
  background: linear-gradient(to bottom, #3E51B5, #00BCD4);
}

.gradient-to-left-indigo-cyan {
  background: linear-gradient(to left, #3E51B5, #00BCD4);
}

.gradient-to-right-indigo-cyan {
  background: linear-gradient(to right, #3E51B5, #00BCD4);
}

.gradient-to-top-left-indigo-cyan {
  background: linear-gradient(to top left, #3E51B5, #00BCD4);
}

.gradient-to-top-right-indigo-cyan {
  background: linear-gradient(to top right, #3E51B5, #00BCD4);
}

.gradient-to-bottom-left-indigo-cyan {
  background: linear-gradient(to bottom left, #3E51B5, #00BCD4);
}

.gradient-to-bottom-right-indigo-cyan {
  background: linear-gradient(to bottom right, #3E51B5, #00BCD4);
}

.gradient-radial-indigo-cyan {
  background: radial-gradient(circle, #3E51B5, #00BCD4);
}

.gradient-indigo-cyan-primary {
  background: linear-gradient(#3E51B5, #00BCD4, #03A9F4);
}

.gradient-indigo-cyan-secondary {
  background: linear-gradient(#3E51B5, #00BCD4, #333);
}

.gradient-indigo-cyan-success {
  background: linear-gradient(#3E51B5, #00BCD4, #28a745);
}

.gradient-indigo-cyan-info {
  background: linear-gradient(#3E51B5, #00BCD4, #0DCAF0);
}

.gradient-indigo-cyan-warning {
  background: linear-gradient(#3E51B5, #00BCD4, #FFC107);
}

.gradient-indigo-cyan-danger {
  background: linear-gradient(#3E51B5, #00BCD4, #DC3545);
}

.gradient-indigo-cyan-light {
  background: linear-gradient(#3E51B5, #00BCD4, #f5f5f5);
}

.gradient-indigo-cyan-dark {
  background: linear-gradient(#3E51B5, #00BCD4, #212529);
}

.gradient-indigo-cyan-red {
  background: linear-gradient(#3E51B5, #00BCD4, #F44336);
}

.gradient-indigo-cyan-green {
  background: linear-gradient(#3E51B5, #00BCD4, #4CAF50);
}

.gradient-indigo-cyan-blue {
  background: linear-gradient(#3E51B5, #00BCD4, #2196F3);
}

.gradient-indigo-cyan-black {
  background: linear-gradient(#3E51B5, #00BCD4, #000);
}

.gradient-indigo-cyan-white {
  background: linear-gradient(#3E51B5, #00BCD4, #fff);
}

.gradient-indigo-cyan-pink {
  background: linear-gradient(#3E51B5, #00BCD4, #E91E63);
}

.gradient-indigo-cyan-purple {
  background: linear-gradient(#3E51B5, #00BCD4, #9C27B0);
}

.gradient-indigo-cyan-teal {
  background: linear-gradient(#3E51B5, #00BCD4, #009688);
}

.gradient-indigo-cyan-lime {
  background: linear-gradient(#3E51B5, #00BCD4, #CDDC39);
}

.gradient-indigo-cyan-yellow {
  background: linear-gradient(#3E51B5, #00BCD4, #FFEB3B);
}

.gradient-indigo-cyan-amber {
  background: linear-gradient(#3E51B5, #00BCD4, #FFC107);
}

.gradient-indigo-cyan-orange {
  background: linear-gradient(#3E51B5, #00BCD4, #FF9800);
}

.gradient-indigo-cyan-lightblue {
  background: linear-gradient(#3E51B5, #00BCD4, #03A9F4);
}

.gradient-indigo-cyan-lightgreen {
  background: linear-gradient(#3E51B5, #00BCD4, #76FF03);
}

.gradient-indigo-cyan-deeppurple {
  background: linear-gradient(#3E51B5, #00BCD4, #673AB7);
}

.gradient-indigo-cyan-deeporange {
  background: linear-gradient(#3E51B5, #00BCD4, #DD6E0F);
}

.gradient-indigo-cyan-brown {
  background: linear-gradient(#3E51B5, #00BCD4, #964B00);
}

.gradient-indigo-cyan-grey {
  background: linear-gradient(#3E51B5, #00BCD4, #808080);
}

.gradient-indigo-teal {
  background: linear-gradient(#3E51B5, #009688);
}

.gradient-to-top-indigo-teal {
  background: linear-gradient(to top, #3E51B5, #009688);
}

.gradient-to-bottom-indigo-teal {
  background: linear-gradient(to bottom, #3E51B5, #009688);
}

.gradient-to-left-indigo-teal {
  background: linear-gradient(to left, #3E51B5, #009688);
}

.gradient-to-right-indigo-teal {
  background: linear-gradient(to right, #3E51B5, #009688);
}

.gradient-to-top-left-indigo-teal {
  background: linear-gradient(to top left, #3E51B5, #009688);
}

.gradient-to-top-right-indigo-teal {
  background: linear-gradient(to top right, #3E51B5, #009688);
}

.gradient-to-bottom-left-indigo-teal {
  background: linear-gradient(to bottom left, #3E51B5, #009688);
}

.gradient-to-bottom-right-indigo-teal {
  background: linear-gradient(to bottom right, #3E51B5, #009688);
}

.gradient-radial-indigo-teal {
  background: radial-gradient(circle, #3E51B5, #009688);
}

.gradient-indigo-teal-primary {
  background: linear-gradient(#3E51B5, #009688, #03A9F4);
}

.gradient-indigo-teal-secondary {
  background: linear-gradient(#3E51B5, #009688, #333);
}

.gradient-indigo-teal-success {
  background: linear-gradient(#3E51B5, #009688, #28a745);
}

.gradient-indigo-teal-info {
  background: linear-gradient(#3E51B5, #009688, #0DCAF0);
}

.gradient-indigo-teal-warning {
  background: linear-gradient(#3E51B5, #009688, #FFC107);
}

.gradient-indigo-teal-danger {
  background: linear-gradient(#3E51B5, #009688, #DC3545);
}

.gradient-indigo-teal-light {
  background: linear-gradient(#3E51B5, #009688, #f5f5f5);
}

.gradient-indigo-teal-dark {
  background: linear-gradient(#3E51B5, #009688, #212529);
}

.gradient-indigo-teal-red {
  background: linear-gradient(#3E51B5, #009688, #F44336);
}

.gradient-indigo-teal-green {
  background: linear-gradient(#3E51B5, #009688, #4CAF50);
}

.gradient-indigo-teal-blue {
  background: linear-gradient(#3E51B5, #009688, #2196F3);
}

.gradient-indigo-teal-black {
  background: linear-gradient(#3E51B5, #009688, #000);
}

.gradient-indigo-teal-white {
  background: linear-gradient(#3E51B5, #009688, #fff);
}

.gradient-indigo-teal-pink {
  background: linear-gradient(#3E51B5, #009688, #E91E63);
}

.gradient-indigo-teal-purple {
  background: linear-gradient(#3E51B5, #009688, #9C27B0);
}

.gradient-indigo-teal-cyan {
  background: linear-gradient(#3E51B5, #009688, #00BCD4);
}

.gradient-indigo-teal-lime {
  background: linear-gradient(#3E51B5, #009688, #CDDC39);
}

.gradient-indigo-teal-yellow {
  background: linear-gradient(#3E51B5, #009688, #FFEB3B);
}

.gradient-indigo-teal-amber {
  background: linear-gradient(#3E51B5, #009688, #FFC107);
}

.gradient-indigo-teal-orange {
  background: linear-gradient(#3E51B5, #009688, #FF9800);
}

.gradient-indigo-teal-lightblue {
  background: linear-gradient(#3E51B5, #009688, #03A9F4);
}

.gradient-indigo-teal-lightgreen {
  background: linear-gradient(#3E51B5, #009688, #76FF03);
}

.gradient-indigo-teal-deeppurple {
  background: linear-gradient(#3E51B5, #009688, #673AB7);
}

.gradient-indigo-teal-deeporange {
  background: linear-gradient(#3E51B5, #009688, #DD6E0F);
}

.gradient-indigo-teal-brown {
  background: linear-gradient(#3E51B5, #009688, #964B00);
}

.gradient-indigo-teal-grey {
  background: linear-gradient(#3E51B5, #009688, #808080);
}

.gradient-indigo-lime {
  background: linear-gradient(#3E51B5, #CDDC39);
}

.gradient-to-top-indigo-lime {
  background: linear-gradient(to top, #3E51B5, #CDDC39);
}

.gradient-to-bottom-indigo-lime {
  background: linear-gradient(to bottom, #3E51B5, #CDDC39);
}

.gradient-to-left-indigo-lime {
  background: linear-gradient(to left, #3E51B5, #CDDC39);
}

.gradient-to-right-indigo-lime {
  background: linear-gradient(to right, #3E51B5, #CDDC39);
}

.gradient-to-top-left-indigo-lime {
  background: linear-gradient(to top left, #3E51B5, #CDDC39);
}

.gradient-to-top-right-indigo-lime {
  background: linear-gradient(to top right, #3E51B5, #CDDC39);
}

.gradient-to-bottom-left-indigo-lime {
  background: linear-gradient(to bottom left, #3E51B5, #CDDC39);
}

.gradient-to-bottom-right-indigo-lime {
  background: linear-gradient(to bottom right, #3E51B5, #CDDC39);
}

.gradient-radial-indigo-lime {
  background: radial-gradient(circle, #3E51B5, #CDDC39);
}

.gradient-indigo-lime-primary {
  background: linear-gradient(#3E51B5, #CDDC39, #03A9F4);
}

.gradient-indigo-lime-secondary {
  background: linear-gradient(#3E51B5, #CDDC39, #333);
}

.gradient-indigo-lime-success {
  background: linear-gradient(#3E51B5, #CDDC39, #28a745);
}

.gradient-indigo-lime-info {
  background: linear-gradient(#3E51B5, #CDDC39, #0DCAF0);
}

.gradient-indigo-lime-warning {
  background: linear-gradient(#3E51B5, #CDDC39, #FFC107);
}

.gradient-indigo-lime-danger {
  background: linear-gradient(#3E51B5, #CDDC39, #DC3545);
}

.gradient-indigo-lime-light {
  background: linear-gradient(#3E51B5, #CDDC39, #f5f5f5);
}

.gradient-indigo-lime-dark {
  background: linear-gradient(#3E51B5, #CDDC39, #212529);
}

.gradient-indigo-lime-red {
  background: linear-gradient(#3E51B5, #CDDC39, #F44336);
}

.gradient-indigo-lime-green {
  background: linear-gradient(#3E51B5, #CDDC39, #4CAF50);
}

.gradient-indigo-lime-blue {
  background: linear-gradient(#3E51B5, #CDDC39, #2196F3);
}

.gradient-indigo-lime-black {
  background: linear-gradient(#3E51B5, #CDDC39, #000);
}

.gradient-indigo-lime-white {
  background: linear-gradient(#3E51B5, #CDDC39, #fff);
}

.gradient-indigo-lime-pink {
  background: linear-gradient(#3E51B5, #CDDC39, #E91E63);
}

.gradient-indigo-lime-purple {
  background: linear-gradient(#3E51B5, #CDDC39, #9C27B0);
}

.gradient-indigo-lime-cyan {
  background: linear-gradient(#3E51B5, #CDDC39, #00BCD4);
}

.gradient-indigo-lime-teal {
  background: linear-gradient(#3E51B5, #CDDC39, #009688);
}

.gradient-indigo-lime-yellow {
  background: linear-gradient(#3E51B5, #CDDC39, #FFEB3B);
}

.gradient-indigo-lime-amber {
  background: linear-gradient(#3E51B5, #CDDC39, #FFC107);
}

.gradient-indigo-lime-orange {
  background: linear-gradient(#3E51B5, #CDDC39, #FF9800);
}

.gradient-indigo-lime-lightblue {
  background: linear-gradient(#3E51B5, #CDDC39, #03A9F4);
}

.gradient-indigo-lime-lightgreen {
  background: linear-gradient(#3E51B5, #CDDC39, #76FF03);
}

.gradient-indigo-lime-deeppurple {
  background: linear-gradient(#3E51B5, #CDDC39, #673AB7);
}

.gradient-indigo-lime-deeporange {
  background: linear-gradient(#3E51B5, #CDDC39, #DD6E0F);
}

.gradient-indigo-lime-brown {
  background: linear-gradient(#3E51B5, #CDDC39, #964B00);
}

.gradient-indigo-lime-grey {
  background: linear-gradient(#3E51B5, #CDDC39, #808080);
}

.gradient-indigo-yellow {
  background: linear-gradient(#3E51B5, #FFEB3B);
}

.gradient-to-top-indigo-yellow {
  background: linear-gradient(to top, #3E51B5, #FFEB3B);
}

.gradient-to-bottom-indigo-yellow {
  background: linear-gradient(to bottom, #3E51B5, #FFEB3B);
}

.gradient-to-left-indigo-yellow {
  background: linear-gradient(to left, #3E51B5, #FFEB3B);
}

.gradient-to-right-indigo-yellow {
  background: linear-gradient(to right, #3E51B5, #FFEB3B);
}

.gradient-to-top-left-indigo-yellow {
  background: linear-gradient(to top left, #3E51B5, #FFEB3B);
}

.gradient-to-top-right-indigo-yellow {
  background: linear-gradient(to top right, #3E51B5, #FFEB3B);
}

.gradient-to-bottom-left-indigo-yellow {
  background: linear-gradient(to bottom left, #3E51B5, #FFEB3B);
}

.gradient-to-bottom-right-indigo-yellow {
  background: linear-gradient(to bottom right, #3E51B5, #FFEB3B);
}

.gradient-radial-indigo-yellow {
  background: radial-gradient(circle, #3E51B5, #FFEB3B);
}

.gradient-indigo-yellow-primary {
  background: linear-gradient(#3E51B5, #FFEB3B, #03A9F4);
}

.gradient-indigo-yellow-secondary {
  background: linear-gradient(#3E51B5, #FFEB3B, #333);
}

.gradient-indigo-yellow-success {
  background: linear-gradient(#3E51B5, #FFEB3B, #28a745);
}

.gradient-indigo-yellow-info {
  background: linear-gradient(#3E51B5, #FFEB3B, #0DCAF0);
}

.gradient-indigo-yellow-warning {
  background: linear-gradient(#3E51B5, #FFEB3B, #FFC107);
}

.gradient-indigo-yellow-danger {
  background: linear-gradient(#3E51B5, #FFEB3B, #DC3545);
}

.gradient-indigo-yellow-light {
  background: linear-gradient(#3E51B5, #FFEB3B, #f5f5f5);
}

.gradient-indigo-yellow-dark {
  background: linear-gradient(#3E51B5, #FFEB3B, #212529);
}

.gradient-indigo-yellow-red {
  background: linear-gradient(#3E51B5, #FFEB3B, #F44336);
}

.gradient-indigo-yellow-green {
  background: linear-gradient(#3E51B5, #FFEB3B, #4CAF50);
}

.gradient-indigo-yellow-blue {
  background: linear-gradient(#3E51B5, #FFEB3B, #2196F3);
}

.gradient-indigo-yellow-black {
  background: linear-gradient(#3E51B5, #FFEB3B, #000);
}

.gradient-indigo-yellow-white {
  background: linear-gradient(#3E51B5, #FFEB3B, #fff);
}

.gradient-indigo-yellow-pink {
  background: linear-gradient(#3E51B5, #FFEB3B, #E91E63);
}

.gradient-indigo-yellow-purple {
  background: linear-gradient(#3E51B5, #FFEB3B, #9C27B0);
}

.gradient-indigo-yellow-cyan {
  background: linear-gradient(#3E51B5, #FFEB3B, #00BCD4);
}

.gradient-indigo-yellow-teal {
  background: linear-gradient(#3E51B5, #FFEB3B, #009688);
}

.gradient-indigo-yellow-lime {
  background: linear-gradient(#3E51B5, #FFEB3B, #CDDC39);
}

.gradient-indigo-yellow-amber {
  background: linear-gradient(#3E51B5, #FFEB3B, #FFC107);
}

.gradient-indigo-yellow-orange {
  background: linear-gradient(#3E51B5, #FFEB3B, #FF9800);
}

.gradient-indigo-yellow-lightblue {
  background: linear-gradient(#3E51B5, #FFEB3B, #03A9F4);
}

.gradient-indigo-yellow-lightgreen {
  background: linear-gradient(#3E51B5, #FFEB3B, #76FF03);
}

.gradient-indigo-yellow-deeppurple {
  background: linear-gradient(#3E51B5, #FFEB3B, #673AB7);
}

.gradient-indigo-yellow-deeporange {
  background: linear-gradient(#3E51B5, #FFEB3B, #DD6E0F);
}

.gradient-indigo-yellow-brown {
  background: linear-gradient(#3E51B5, #FFEB3B, #964B00);
}

.gradient-indigo-yellow-grey {
  background: linear-gradient(#3E51B5, #FFEB3B, #808080);
}

.gradient-indigo-amber {
  background: linear-gradient(#3E51B5, #FFC107);
}

.gradient-to-top-indigo-amber {
  background: linear-gradient(to top, #3E51B5, #FFC107);
}

.gradient-to-bottom-indigo-amber {
  background: linear-gradient(to bottom, #3E51B5, #FFC107);
}

.gradient-to-left-indigo-amber {
  background: linear-gradient(to left, #3E51B5, #FFC107);
}

.gradient-to-right-indigo-amber {
  background: linear-gradient(to right, #3E51B5, #FFC107);
}

.gradient-to-top-left-indigo-amber {
  background: linear-gradient(to top left, #3E51B5, #FFC107);
}

.gradient-to-top-right-indigo-amber {
  background: linear-gradient(to top right, #3E51B5, #FFC107);
}

.gradient-to-bottom-left-indigo-amber {
  background: linear-gradient(to bottom left, #3E51B5, #FFC107);
}

.gradient-to-bottom-right-indigo-amber {
  background: linear-gradient(to bottom right, #3E51B5, #FFC107);
}

.gradient-radial-indigo-amber {
  background: radial-gradient(circle, #3E51B5, #FFC107);
}

.gradient-indigo-amber-primary {
  background: linear-gradient(#3E51B5, #FFC107, #03A9F4);
}

.gradient-indigo-amber-secondary {
  background: linear-gradient(#3E51B5, #FFC107, #333);
}

.gradient-indigo-amber-success {
  background: linear-gradient(#3E51B5, #FFC107, #28a745);
}

.gradient-indigo-amber-info {
  background: linear-gradient(#3E51B5, #FFC107, #0DCAF0);
}

.gradient-indigo-amber-warning {
  background: linear-gradient(#3E51B5, #FFC107, #FFC107);
}

.gradient-indigo-amber-danger {
  background: linear-gradient(#3E51B5, #FFC107, #DC3545);
}

.gradient-indigo-amber-light {
  background: linear-gradient(#3E51B5, #FFC107, #f5f5f5);
}

.gradient-indigo-amber-dark {
  background: linear-gradient(#3E51B5, #FFC107, #212529);
}

.gradient-indigo-amber-red {
  background: linear-gradient(#3E51B5, #FFC107, #F44336);
}

.gradient-indigo-amber-green {
  background: linear-gradient(#3E51B5, #FFC107, #4CAF50);
}

.gradient-indigo-amber-blue {
  background: linear-gradient(#3E51B5, #FFC107, #2196F3);
}

.gradient-indigo-amber-black {
  background: linear-gradient(#3E51B5, #FFC107, #000);
}

.gradient-indigo-amber-white {
  background: linear-gradient(#3E51B5, #FFC107, #fff);
}

.gradient-indigo-amber-pink {
  background: linear-gradient(#3E51B5, #FFC107, #E91E63);
}

.gradient-indigo-amber-purple {
  background: linear-gradient(#3E51B5, #FFC107, #9C27B0);
}

.gradient-indigo-amber-cyan {
  background: linear-gradient(#3E51B5, #FFC107, #00BCD4);
}

.gradient-indigo-amber-teal {
  background: linear-gradient(#3E51B5, #FFC107, #009688);
}

.gradient-indigo-amber-lime {
  background: linear-gradient(#3E51B5, #FFC107, #CDDC39);
}

.gradient-indigo-amber-yellow {
  background: linear-gradient(#3E51B5, #FFC107, #FFEB3B);
}

.gradient-indigo-amber-orange {
  background: linear-gradient(#3E51B5, #FFC107, #FF9800);
}

.gradient-indigo-amber-lightblue {
  background: linear-gradient(#3E51B5, #FFC107, #03A9F4);
}

.gradient-indigo-amber-lightgreen {
  background: linear-gradient(#3E51B5, #FFC107, #76FF03);
}

.gradient-indigo-amber-deeppurple {
  background: linear-gradient(#3E51B5, #FFC107, #673AB7);
}

.gradient-indigo-amber-deeporange {
  background: linear-gradient(#3E51B5, #FFC107, #DD6E0F);
}

.gradient-indigo-amber-brown {
  background: linear-gradient(#3E51B5, #FFC107, #964B00);
}

.gradient-indigo-amber-grey {
  background: linear-gradient(#3E51B5, #FFC107, #808080);
}

.gradient-indigo-orange {
  background: linear-gradient(#3E51B5, #FF9800);
}

.gradient-to-top-indigo-orange {
  background: linear-gradient(to top, #3E51B5, #FF9800);
}

.gradient-to-bottom-indigo-orange {
  background: linear-gradient(to bottom, #3E51B5, #FF9800);
}

.gradient-to-left-indigo-orange {
  background: linear-gradient(to left, #3E51B5, #FF9800);
}

.gradient-to-right-indigo-orange {
  background: linear-gradient(to right, #3E51B5, #FF9800);
}

.gradient-to-top-left-indigo-orange {
  background: linear-gradient(to top left, #3E51B5, #FF9800);
}

.gradient-to-top-right-indigo-orange {
  background: linear-gradient(to top right, #3E51B5, #FF9800);
}

.gradient-to-bottom-left-indigo-orange {
  background: linear-gradient(to bottom left, #3E51B5, #FF9800);
}

.gradient-to-bottom-right-indigo-orange {
  background: linear-gradient(to bottom right, #3E51B5, #FF9800);
}

.gradient-radial-indigo-orange {
  background: radial-gradient(circle, #3E51B5, #FF9800);
}

.gradient-indigo-orange-primary {
  background: linear-gradient(#3E51B5, #FF9800, #03A9F4);
}

.gradient-indigo-orange-secondary {
  background: linear-gradient(#3E51B5, #FF9800, #333);
}

.gradient-indigo-orange-success {
  background: linear-gradient(#3E51B5, #FF9800, #28a745);
}

.gradient-indigo-orange-info {
  background: linear-gradient(#3E51B5, #FF9800, #0DCAF0);
}

.gradient-indigo-orange-warning {
  background: linear-gradient(#3E51B5, #FF9800, #FFC107);
}

.gradient-indigo-orange-danger {
  background: linear-gradient(#3E51B5, #FF9800, #DC3545);
}

.gradient-indigo-orange-light {
  background: linear-gradient(#3E51B5, #FF9800, #f5f5f5);
}

.gradient-indigo-orange-dark {
  background: linear-gradient(#3E51B5, #FF9800, #212529);
}

.gradient-indigo-orange-red {
  background: linear-gradient(#3E51B5, #FF9800, #F44336);
}

.gradient-indigo-orange-green {
  background: linear-gradient(#3E51B5, #FF9800, #4CAF50);
}

.gradient-indigo-orange-blue {
  background: linear-gradient(#3E51B5, #FF9800, #2196F3);
}

.gradient-indigo-orange-black {
  background: linear-gradient(#3E51B5, #FF9800, #000);
}

.gradient-indigo-orange-white {
  background: linear-gradient(#3E51B5, #FF9800, #fff);
}

.gradient-indigo-orange-pink {
  background: linear-gradient(#3E51B5, #FF9800, #E91E63);
}

.gradient-indigo-orange-purple {
  background: linear-gradient(#3E51B5, #FF9800, #9C27B0);
}

.gradient-indigo-orange-cyan {
  background: linear-gradient(#3E51B5, #FF9800, #00BCD4);
}

.gradient-indigo-orange-teal {
  background: linear-gradient(#3E51B5, #FF9800, #009688);
}

.gradient-indigo-orange-lime {
  background: linear-gradient(#3E51B5, #FF9800, #CDDC39);
}

.gradient-indigo-orange-yellow {
  background: linear-gradient(#3E51B5, #FF9800, #FFEB3B);
}

.gradient-indigo-orange-amber {
  background: linear-gradient(#3E51B5, #FF9800, #FFC107);
}

.gradient-indigo-orange-lightblue {
  background: linear-gradient(#3E51B5, #FF9800, #03A9F4);
}

.gradient-indigo-orange-lightgreen {
  background: linear-gradient(#3E51B5, #FF9800, #76FF03);
}

.gradient-indigo-orange-deeppurple {
  background: linear-gradient(#3E51B5, #FF9800, #673AB7);
}

.gradient-indigo-orange-deeporange {
  background: linear-gradient(#3E51B5, #FF9800, #DD6E0F);
}

.gradient-indigo-orange-brown {
  background: linear-gradient(#3E51B5, #FF9800, #964B00);
}

.gradient-indigo-orange-grey {
  background: linear-gradient(#3E51B5, #FF9800, #808080);
}

.gradient-indigo-lightblue {
  background: linear-gradient(#3E51B5, #03A9F4);
}

.gradient-to-top-indigo-lightblue {
  background: linear-gradient(to top, #3E51B5, #03A9F4);
}

.gradient-to-bottom-indigo-lightblue {
  background: linear-gradient(to bottom, #3E51B5, #03A9F4);
}

.gradient-to-left-indigo-lightblue {
  background: linear-gradient(to left, #3E51B5, #03A9F4);
}

.gradient-to-right-indigo-lightblue {
  background: linear-gradient(to right, #3E51B5, #03A9F4);
}

.gradient-to-top-left-indigo-lightblue {
  background: linear-gradient(to top left, #3E51B5, #03A9F4);
}

.gradient-to-top-right-indigo-lightblue {
  background: linear-gradient(to top right, #3E51B5, #03A9F4);
}

.gradient-to-bottom-left-indigo-lightblue {
  background: linear-gradient(to bottom left, #3E51B5, #03A9F4);
}

.gradient-to-bottom-right-indigo-lightblue {
  background: linear-gradient(to bottom right, #3E51B5, #03A9F4);
}

.gradient-radial-indigo-lightblue {
  background: radial-gradient(circle, #3E51B5, #03A9F4);
}

.gradient-indigo-lightblue-primary {
  background: linear-gradient(#3E51B5, #03A9F4, #03A9F4);
}

.gradient-indigo-lightblue-secondary {
  background: linear-gradient(#3E51B5, #03A9F4, #333);
}

.gradient-indigo-lightblue-success {
  background: linear-gradient(#3E51B5, #03A9F4, #28a745);
}

.gradient-indigo-lightblue-info {
  background: linear-gradient(#3E51B5, #03A9F4, #0DCAF0);
}

.gradient-indigo-lightblue-warning {
  background: linear-gradient(#3E51B5, #03A9F4, #FFC107);
}

.gradient-indigo-lightblue-danger {
  background: linear-gradient(#3E51B5, #03A9F4, #DC3545);
}

.gradient-indigo-lightblue-light {
  background: linear-gradient(#3E51B5, #03A9F4, #f5f5f5);
}

.gradient-indigo-lightblue-dark {
  background: linear-gradient(#3E51B5, #03A9F4, #212529);
}

.gradient-indigo-lightblue-red {
  background: linear-gradient(#3E51B5, #03A9F4, #F44336);
}

.gradient-indigo-lightblue-green {
  background: linear-gradient(#3E51B5, #03A9F4, #4CAF50);
}

.gradient-indigo-lightblue-blue {
  background: linear-gradient(#3E51B5, #03A9F4, #2196F3);
}

.gradient-indigo-lightblue-black {
  background: linear-gradient(#3E51B5, #03A9F4, #000);
}

.gradient-indigo-lightblue-white {
  background: linear-gradient(#3E51B5, #03A9F4, #fff);
}

.gradient-indigo-lightblue-pink {
  background: linear-gradient(#3E51B5, #03A9F4, #E91E63);
}

.gradient-indigo-lightblue-purple {
  background: linear-gradient(#3E51B5, #03A9F4, #9C27B0);
}

.gradient-indigo-lightblue-cyan {
  background: linear-gradient(#3E51B5, #03A9F4, #00BCD4);
}

.gradient-indigo-lightblue-teal {
  background: linear-gradient(#3E51B5, #03A9F4, #009688);
}

.gradient-indigo-lightblue-lime {
  background: linear-gradient(#3E51B5, #03A9F4, #CDDC39);
}

.gradient-indigo-lightblue-yellow {
  background: linear-gradient(#3E51B5, #03A9F4, #FFEB3B);
}

.gradient-indigo-lightblue-amber {
  background: linear-gradient(#3E51B5, #03A9F4, #FFC107);
}

.gradient-indigo-lightblue-orange {
  background: linear-gradient(#3E51B5, #03A9F4, #FF9800);
}

.gradient-indigo-lightblue-lightgreen {
  background: linear-gradient(#3E51B5, #03A9F4, #76FF03);
}

.gradient-indigo-lightblue-deeppurple {
  background: linear-gradient(#3E51B5, #03A9F4, #673AB7);
}

.gradient-indigo-lightblue-deeporange {
  background: linear-gradient(#3E51B5, #03A9F4, #DD6E0F);
}

.gradient-indigo-lightblue-brown {
  background: linear-gradient(#3E51B5, #03A9F4, #964B00);
}

.gradient-indigo-lightblue-grey {
  background: linear-gradient(#3E51B5, #03A9F4, #808080);
}

.gradient-indigo-lightgreen {
  background: linear-gradient(#3E51B5, #76FF03);
}

.gradient-to-top-indigo-lightgreen {
  background: linear-gradient(to top, #3E51B5, #76FF03);
}

.gradient-to-bottom-indigo-lightgreen {
  background: linear-gradient(to bottom, #3E51B5, #76FF03);
}

.gradient-to-left-indigo-lightgreen {
  background: linear-gradient(to left, #3E51B5, #76FF03);
}

.gradient-to-right-indigo-lightgreen {
  background: linear-gradient(to right, #3E51B5, #76FF03);
}

.gradient-to-top-left-indigo-lightgreen {
  background: linear-gradient(to top left, #3E51B5, #76FF03);
}

.gradient-to-top-right-indigo-lightgreen {
  background: linear-gradient(to top right, #3E51B5, #76FF03);
}

.gradient-to-bottom-left-indigo-lightgreen {
  background: linear-gradient(to bottom left, #3E51B5, #76FF03);
}

.gradient-to-bottom-right-indigo-lightgreen {
  background: linear-gradient(to bottom right, #3E51B5, #76FF03);
}

.gradient-radial-indigo-lightgreen {
  background: radial-gradient(circle, #3E51B5, #76FF03);
}

.gradient-indigo-lightgreen-primary {
  background: linear-gradient(#3E51B5, #76FF03, #03A9F4);
}

.gradient-indigo-lightgreen-secondary {
  background: linear-gradient(#3E51B5, #76FF03, #333);
}

.gradient-indigo-lightgreen-success {
  background: linear-gradient(#3E51B5, #76FF03, #28a745);
}

.gradient-indigo-lightgreen-info {
  background: linear-gradient(#3E51B5, #76FF03, #0DCAF0);
}

.gradient-indigo-lightgreen-warning {
  background: linear-gradient(#3E51B5, #76FF03, #FFC107);
}

.gradient-indigo-lightgreen-danger {
  background: linear-gradient(#3E51B5, #76FF03, #DC3545);
}

.gradient-indigo-lightgreen-light {
  background: linear-gradient(#3E51B5, #76FF03, #f5f5f5);
}

.gradient-indigo-lightgreen-dark {
  background: linear-gradient(#3E51B5, #76FF03, #212529);
}

.gradient-indigo-lightgreen-red {
  background: linear-gradient(#3E51B5, #76FF03, #F44336);
}

.gradient-indigo-lightgreen-green {
  background: linear-gradient(#3E51B5, #76FF03, #4CAF50);
}

.gradient-indigo-lightgreen-blue {
  background: linear-gradient(#3E51B5, #76FF03, #2196F3);
}

.gradient-indigo-lightgreen-black {
  background: linear-gradient(#3E51B5, #76FF03, #000);
}

.gradient-indigo-lightgreen-white {
  background: linear-gradient(#3E51B5, #76FF03, #fff);
}

.gradient-indigo-lightgreen-pink {
  background: linear-gradient(#3E51B5, #76FF03, #E91E63);
}

.gradient-indigo-lightgreen-purple {
  background: linear-gradient(#3E51B5, #76FF03, #9C27B0);
}

.gradient-indigo-lightgreen-cyan {
  background: linear-gradient(#3E51B5, #76FF03, #00BCD4);
}

.gradient-indigo-lightgreen-teal {
  background: linear-gradient(#3E51B5, #76FF03, #009688);
}

.gradient-indigo-lightgreen-lime {
  background: linear-gradient(#3E51B5, #76FF03, #CDDC39);
}

.gradient-indigo-lightgreen-yellow {
  background: linear-gradient(#3E51B5, #76FF03, #FFEB3B);
}

.gradient-indigo-lightgreen-amber {
  background: linear-gradient(#3E51B5, #76FF03, #FFC107);
}

.gradient-indigo-lightgreen-orange {
  background: linear-gradient(#3E51B5, #76FF03, #FF9800);
}

.gradient-indigo-lightgreen-lightblue {
  background: linear-gradient(#3E51B5, #76FF03, #03A9F4);
}

.gradient-indigo-lightgreen-deeppurple {
  background: linear-gradient(#3E51B5, #76FF03, #673AB7);
}

.gradient-indigo-lightgreen-deeporange {
  background: linear-gradient(#3E51B5, #76FF03, #DD6E0F);
}

.gradient-indigo-lightgreen-brown {
  background: linear-gradient(#3E51B5, #76FF03, #964B00);
}

.gradient-indigo-lightgreen-grey {
  background: linear-gradient(#3E51B5, #76FF03, #808080);
}

.gradient-indigo-deeppurple {
  background: linear-gradient(#3E51B5, #673AB7);
}

.gradient-to-top-indigo-deeppurple {
  background: linear-gradient(to top, #3E51B5, #673AB7);
}

.gradient-to-bottom-indigo-deeppurple {
  background: linear-gradient(to bottom, #3E51B5, #673AB7);
}

.gradient-to-left-indigo-deeppurple {
  background: linear-gradient(to left, #3E51B5, #673AB7);
}

.gradient-to-right-indigo-deeppurple {
  background: linear-gradient(to right, #3E51B5, #673AB7);
}

.gradient-to-top-left-indigo-deeppurple {
  background: linear-gradient(to top left, #3E51B5, #673AB7);
}

.gradient-to-top-right-indigo-deeppurple {
  background: linear-gradient(to top right, #3E51B5, #673AB7);
}

.gradient-to-bottom-left-indigo-deeppurple {
  background: linear-gradient(to bottom left, #3E51B5, #673AB7);
}

.gradient-to-bottom-right-indigo-deeppurple {
  background: linear-gradient(to bottom right, #3E51B5, #673AB7);
}

.gradient-radial-indigo-deeppurple {
  background: radial-gradient(circle, #3E51B5, #673AB7);
}

.gradient-indigo-deeppurple-primary {
  background: linear-gradient(#3E51B5, #673AB7, #03A9F4);
}

.gradient-indigo-deeppurple-secondary {
  background: linear-gradient(#3E51B5, #673AB7, #333);
}

.gradient-indigo-deeppurple-success {
  background: linear-gradient(#3E51B5, #673AB7, #28a745);
}

.gradient-indigo-deeppurple-info {
  background: linear-gradient(#3E51B5, #673AB7, #0DCAF0);
}

.gradient-indigo-deeppurple-warning {
  background: linear-gradient(#3E51B5, #673AB7, #FFC107);
}

.gradient-indigo-deeppurple-danger {
  background: linear-gradient(#3E51B5, #673AB7, #DC3545);
}

.gradient-indigo-deeppurple-light {
  background: linear-gradient(#3E51B5, #673AB7, #f5f5f5);
}

.gradient-indigo-deeppurple-dark {
  background: linear-gradient(#3E51B5, #673AB7, #212529);
}

.gradient-indigo-deeppurple-red {
  background: linear-gradient(#3E51B5, #673AB7, #F44336);
}

.gradient-indigo-deeppurple-green {
  background: linear-gradient(#3E51B5, #673AB7, #4CAF50);
}

.gradient-indigo-deeppurple-blue {
  background: linear-gradient(#3E51B5, #673AB7, #2196F3);
}

.gradient-indigo-deeppurple-black {
  background: linear-gradient(#3E51B5, #673AB7, #000);
}

.gradient-indigo-deeppurple-white {
  background: linear-gradient(#3E51B5, #673AB7, #fff);
}

.gradient-indigo-deeppurple-pink {
  background: linear-gradient(#3E51B5, #673AB7, #E91E63);
}

.gradient-indigo-deeppurple-purple {
  background: linear-gradient(#3E51B5, #673AB7, #9C27B0);
}

.gradient-indigo-deeppurple-cyan {
  background: linear-gradient(#3E51B5, #673AB7, #00BCD4);
}

.gradient-indigo-deeppurple-teal {
  background: linear-gradient(#3E51B5, #673AB7, #009688);
}

.gradient-indigo-deeppurple-lime {
  background: linear-gradient(#3E51B5, #673AB7, #CDDC39);
}

.gradient-indigo-deeppurple-yellow {
  background: linear-gradient(#3E51B5, #673AB7, #FFEB3B);
}

.gradient-indigo-deeppurple-amber {
  background: linear-gradient(#3E51B5, #673AB7, #FFC107);
}

.gradient-indigo-deeppurple-orange {
  background: linear-gradient(#3E51B5, #673AB7, #FF9800);
}

.gradient-indigo-deeppurple-lightblue {
  background: linear-gradient(#3E51B5, #673AB7, #03A9F4);
}

.gradient-indigo-deeppurple-lightgreen {
  background: linear-gradient(#3E51B5, #673AB7, #76FF03);
}

.gradient-indigo-deeppurple-deeporange {
  background: linear-gradient(#3E51B5, #673AB7, #DD6E0F);
}

.gradient-indigo-deeppurple-brown {
  background: linear-gradient(#3E51B5, #673AB7, #964B00);
}

.gradient-indigo-deeppurple-grey {
  background: linear-gradient(#3E51B5, #673AB7, #808080);
}

.gradient-indigo-deeporange {
  background: linear-gradient(#3E51B5, #DD6E0F);
}

.gradient-to-top-indigo-deeporange {
  background: linear-gradient(to top, #3E51B5, #DD6E0F);
}

.gradient-to-bottom-indigo-deeporange {
  background: linear-gradient(to bottom, #3E51B5, #DD6E0F);
}

.gradient-to-left-indigo-deeporange {
  background: linear-gradient(to left, #3E51B5, #DD6E0F);
}

.gradient-to-right-indigo-deeporange {
  background: linear-gradient(to right, #3E51B5, #DD6E0F);
}

.gradient-to-top-left-indigo-deeporange {
  background: linear-gradient(to top left, #3E51B5, #DD6E0F);
}

.gradient-to-top-right-indigo-deeporange {
  background: linear-gradient(to top right, #3E51B5, #DD6E0F);
}

.gradient-to-bottom-left-indigo-deeporange {
  background: linear-gradient(to bottom left, #3E51B5, #DD6E0F);
}

.gradient-to-bottom-right-indigo-deeporange {
  background: linear-gradient(to bottom right, #3E51B5, #DD6E0F);
}

.gradient-radial-indigo-deeporange {
  background: radial-gradient(circle, #3E51B5, #DD6E0F);
}

.gradient-indigo-deeporange-primary {
  background: linear-gradient(#3E51B5, #DD6E0F, #03A9F4);
}

.gradient-indigo-deeporange-secondary {
  background: linear-gradient(#3E51B5, #DD6E0F, #333);
}

.gradient-indigo-deeporange-success {
  background: linear-gradient(#3E51B5, #DD6E0F, #28a745);
}

.gradient-indigo-deeporange-info {
  background: linear-gradient(#3E51B5, #DD6E0F, #0DCAF0);
}

.gradient-indigo-deeporange-warning {
  background: linear-gradient(#3E51B5, #DD6E0F, #FFC107);
}

.gradient-indigo-deeporange-danger {
  background: linear-gradient(#3E51B5, #DD6E0F, #DC3545);
}

.gradient-indigo-deeporange-light {
  background: linear-gradient(#3E51B5, #DD6E0F, #f5f5f5);
}

.gradient-indigo-deeporange-dark {
  background: linear-gradient(#3E51B5, #DD6E0F, #212529);
}

.gradient-indigo-deeporange-red {
  background: linear-gradient(#3E51B5, #DD6E0F, #F44336);
}

.gradient-indigo-deeporange-green {
  background: linear-gradient(#3E51B5, #DD6E0F, #4CAF50);
}

.gradient-indigo-deeporange-blue {
  background: linear-gradient(#3E51B5, #DD6E0F, #2196F3);
}

.gradient-indigo-deeporange-black {
  background: linear-gradient(#3E51B5, #DD6E0F, #000);
}

.gradient-indigo-deeporange-white {
  background: linear-gradient(#3E51B5, #DD6E0F, #fff);
}

.gradient-indigo-deeporange-pink {
  background: linear-gradient(#3E51B5, #DD6E0F, #E91E63);
}

.gradient-indigo-deeporange-purple {
  background: linear-gradient(#3E51B5, #DD6E0F, #9C27B0);
}

.gradient-indigo-deeporange-cyan {
  background: linear-gradient(#3E51B5, #DD6E0F, #00BCD4);
}

.gradient-indigo-deeporange-teal {
  background: linear-gradient(#3E51B5, #DD6E0F, #009688);
}

.gradient-indigo-deeporange-lime {
  background: linear-gradient(#3E51B5, #DD6E0F, #CDDC39);
}

.gradient-indigo-deeporange-yellow {
  background: linear-gradient(#3E51B5, #DD6E0F, #FFEB3B);
}

.gradient-indigo-deeporange-amber {
  background: linear-gradient(#3E51B5, #DD6E0F, #FFC107);
}

.gradient-indigo-deeporange-orange {
  background: linear-gradient(#3E51B5, #DD6E0F, #FF9800);
}

.gradient-indigo-deeporange-lightblue {
  background: linear-gradient(#3E51B5, #DD6E0F, #03A9F4);
}

.gradient-indigo-deeporange-lightgreen {
  background: linear-gradient(#3E51B5, #DD6E0F, #76FF03);
}

.gradient-indigo-deeporange-deeppurple {
  background: linear-gradient(#3E51B5, #DD6E0F, #673AB7);
}

.gradient-indigo-deeporange-brown {
  background: linear-gradient(#3E51B5, #DD6E0F, #964B00);
}

.gradient-indigo-deeporange-grey {
  background: linear-gradient(#3E51B5, #DD6E0F, #808080);
}

.gradient-indigo-brown {
  background: linear-gradient(#3E51B5, #964B00);
}

.gradient-to-top-indigo-brown {
  background: linear-gradient(to top, #3E51B5, #964B00);
}

.gradient-to-bottom-indigo-brown {
  background: linear-gradient(to bottom, #3E51B5, #964B00);
}

.gradient-to-left-indigo-brown {
  background: linear-gradient(to left, #3E51B5, #964B00);
}

.gradient-to-right-indigo-brown {
  background: linear-gradient(to right, #3E51B5, #964B00);
}

.gradient-to-top-left-indigo-brown {
  background: linear-gradient(to top left, #3E51B5, #964B00);
}

.gradient-to-top-right-indigo-brown {
  background: linear-gradient(to top right, #3E51B5, #964B00);
}

.gradient-to-bottom-left-indigo-brown {
  background: linear-gradient(to bottom left, #3E51B5, #964B00);
}

.gradient-to-bottom-right-indigo-brown {
  background: linear-gradient(to bottom right, #3E51B5, #964B00);
}

.gradient-radial-indigo-brown {
  background: radial-gradient(circle, #3E51B5, #964B00);
}

.gradient-indigo-brown-primary {
  background: linear-gradient(#3E51B5, #964B00, #03A9F4);
}

.gradient-indigo-brown-secondary {
  background: linear-gradient(#3E51B5, #964B00, #333);
}

.gradient-indigo-brown-success {
  background: linear-gradient(#3E51B5, #964B00, #28a745);
}

.gradient-indigo-brown-info {
  background: linear-gradient(#3E51B5, #964B00, #0DCAF0);
}

.gradient-indigo-brown-warning {
  background: linear-gradient(#3E51B5, #964B00, #FFC107);
}

.gradient-indigo-brown-danger {
  background: linear-gradient(#3E51B5, #964B00, #DC3545);
}

.gradient-indigo-brown-light {
  background: linear-gradient(#3E51B5, #964B00, #f5f5f5);
}

.gradient-indigo-brown-dark {
  background: linear-gradient(#3E51B5, #964B00, #212529);
}

.gradient-indigo-brown-red {
  background: linear-gradient(#3E51B5, #964B00, #F44336);
}

.gradient-indigo-brown-green {
  background: linear-gradient(#3E51B5, #964B00, #4CAF50);
}

.gradient-indigo-brown-blue {
  background: linear-gradient(#3E51B5, #964B00, #2196F3);
}

.gradient-indigo-brown-black {
  background: linear-gradient(#3E51B5, #964B00, #000);
}

.gradient-indigo-brown-white {
  background: linear-gradient(#3E51B5, #964B00, #fff);
}

.gradient-indigo-brown-pink {
  background: linear-gradient(#3E51B5, #964B00, #E91E63);
}

.gradient-indigo-brown-purple {
  background: linear-gradient(#3E51B5, #964B00, #9C27B0);
}

.gradient-indigo-brown-cyan {
  background: linear-gradient(#3E51B5, #964B00, #00BCD4);
}

.gradient-indigo-brown-teal {
  background: linear-gradient(#3E51B5, #964B00, #009688);
}

.gradient-indigo-brown-lime {
  background: linear-gradient(#3E51B5, #964B00, #CDDC39);
}

.gradient-indigo-brown-yellow {
  background: linear-gradient(#3E51B5, #964B00, #FFEB3B);
}

.gradient-indigo-brown-amber {
  background: linear-gradient(#3E51B5, #964B00, #FFC107);
}

.gradient-indigo-brown-orange {
  background: linear-gradient(#3E51B5, #964B00, #FF9800);
}

.gradient-indigo-brown-lightblue {
  background: linear-gradient(#3E51B5, #964B00, #03A9F4);
}

.gradient-indigo-brown-lightgreen {
  background: linear-gradient(#3E51B5, #964B00, #76FF03);
}

.gradient-indigo-brown-deeppurple {
  background: linear-gradient(#3E51B5, #964B00, #673AB7);
}

.gradient-indigo-brown-deeporange {
  background: linear-gradient(#3E51B5, #964B00, #DD6E0F);
}

.gradient-indigo-brown-grey {
  background: linear-gradient(#3E51B5, #964B00, #808080);
}

.gradient-indigo-grey {
  background: linear-gradient(#3E51B5, #808080);
}

.gradient-to-top-indigo-grey {
  background: linear-gradient(to top, #3E51B5, #808080);
}

.gradient-to-bottom-indigo-grey {
  background: linear-gradient(to bottom, #3E51B5, #808080);
}

.gradient-to-left-indigo-grey {
  background: linear-gradient(to left, #3E51B5, #808080);
}

.gradient-to-right-indigo-grey {
  background: linear-gradient(to right, #3E51B5, #808080);
}

.gradient-to-top-left-indigo-grey {
  background: linear-gradient(to top left, #3E51B5, #808080);
}

.gradient-to-top-right-indigo-grey {
  background: linear-gradient(to top right, #3E51B5, #808080);
}

.gradient-to-bottom-left-indigo-grey {
  background: linear-gradient(to bottom left, #3E51B5, #808080);
}

.gradient-to-bottom-right-indigo-grey {
  background: linear-gradient(to bottom right, #3E51B5, #808080);
}

.gradient-radial-indigo-grey {
  background: radial-gradient(circle, #3E51B5, #808080);
}

.gradient-indigo-grey-primary {
  background: linear-gradient(#3E51B5, #808080, #03A9F4);
}

.gradient-indigo-grey-secondary {
  background: linear-gradient(#3E51B5, #808080, #333);
}

.gradient-indigo-grey-success {
  background: linear-gradient(#3E51B5, #808080, #28a745);
}

.gradient-indigo-grey-info {
  background: linear-gradient(#3E51B5, #808080, #0DCAF0);
}

.gradient-indigo-grey-warning {
  background: linear-gradient(#3E51B5, #808080, #FFC107);
}

.gradient-indigo-grey-danger {
  background: linear-gradient(#3E51B5, #808080, #DC3545);
}

.gradient-indigo-grey-light {
  background: linear-gradient(#3E51B5, #808080, #f5f5f5);
}

.gradient-indigo-grey-dark {
  background: linear-gradient(#3E51B5, #808080, #212529);
}

.gradient-indigo-grey-red {
  background: linear-gradient(#3E51B5, #808080, #F44336);
}

.gradient-indigo-grey-green {
  background: linear-gradient(#3E51B5, #808080, #4CAF50);
}

.gradient-indigo-grey-blue {
  background: linear-gradient(#3E51B5, #808080, #2196F3);
}

.gradient-indigo-grey-black {
  background: linear-gradient(#3E51B5, #808080, #000);
}

.gradient-indigo-grey-white {
  background: linear-gradient(#3E51B5, #808080, #fff);
}

.gradient-indigo-grey-pink {
  background: linear-gradient(#3E51B5, #808080, #E91E63);
}

.gradient-indigo-grey-purple {
  background: linear-gradient(#3E51B5, #808080, #9C27B0);
}

.gradient-indigo-grey-cyan {
  background: linear-gradient(#3E51B5, #808080, #00BCD4);
}

.gradient-indigo-grey-teal {
  background: linear-gradient(#3E51B5, #808080, #009688);
}

.gradient-indigo-grey-lime {
  background: linear-gradient(#3E51B5, #808080, #CDDC39);
}

.gradient-indigo-grey-yellow {
  background: linear-gradient(#3E51B5, #808080, #FFEB3B);
}

.gradient-indigo-grey-amber {
  background: linear-gradient(#3E51B5, #808080, #FFC107);
}

.gradient-indigo-grey-orange {
  background: linear-gradient(#3E51B5, #808080, #FF9800);
}

.gradient-indigo-grey-lightblue {
  background: linear-gradient(#3E51B5, #808080, #03A9F4);
}

.gradient-indigo-grey-lightgreen {
  background: linear-gradient(#3E51B5, #808080, #76FF03);
}

.gradient-indigo-grey-deeppurple {
  background: linear-gradient(#3E51B5, #808080, #673AB7);
}

.gradient-indigo-grey-deeporange {
  background: linear-gradient(#3E51B5, #808080, #DD6E0F);
}

.gradient-indigo-grey-brown {
  background: linear-gradient(#3E51B5, #808080, #964B00);
}

.gradient-cyan-primary {
  background: linear-gradient(#00BCD4, #03A9F4);
}

.gradient-to-top-cyan-primary {
  background: linear-gradient(to top, #00BCD4, #03A9F4);
}

.gradient-to-bottom-cyan-primary {
  background: linear-gradient(to bottom, #00BCD4, #03A9F4);
}

.gradient-to-left-cyan-primary {
  background: linear-gradient(to left, #00BCD4, #03A9F4);
}

.gradient-to-right-cyan-primary {
  background: linear-gradient(to right, #00BCD4, #03A9F4);
}

.gradient-to-top-left-cyan-primary {
  background: linear-gradient(to top left, #00BCD4, #03A9F4);
}

.gradient-to-top-right-cyan-primary {
  background: linear-gradient(to top right, #00BCD4, #03A9F4);
}

.gradient-to-bottom-left-cyan-primary {
  background: linear-gradient(to bottom left, #00BCD4, #03A9F4);
}

.gradient-to-bottom-right-cyan-primary {
  background: linear-gradient(to bottom right, #00BCD4, #03A9F4);
}

.gradient-radial-cyan-primary {
  background: radial-gradient(circle, #00BCD4, #03A9F4);
}

.gradient-cyan-primary-secondary {
  background: linear-gradient(#00BCD4, #03A9F4, #333);
}

.gradient-cyan-primary-success {
  background: linear-gradient(#00BCD4, #03A9F4, #28a745);
}

.gradient-cyan-primary-info {
  background: linear-gradient(#00BCD4, #03A9F4, #0DCAF0);
}

.gradient-cyan-primary-warning {
  background: linear-gradient(#00BCD4, #03A9F4, #FFC107);
}

.gradient-cyan-primary-danger {
  background: linear-gradient(#00BCD4, #03A9F4, #DC3545);
}

.gradient-cyan-primary-light {
  background: linear-gradient(#00BCD4, #03A9F4, #f5f5f5);
}

.gradient-cyan-primary-dark {
  background: linear-gradient(#00BCD4, #03A9F4, #212529);
}

.gradient-cyan-primary-red {
  background: linear-gradient(#00BCD4, #03A9F4, #F44336);
}

.gradient-cyan-primary-green {
  background: linear-gradient(#00BCD4, #03A9F4, #4CAF50);
}

.gradient-cyan-primary-blue {
  background: linear-gradient(#00BCD4, #03A9F4, #2196F3);
}

.gradient-cyan-primary-black {
  background: linear-gradient(#00BCD4, #03A9F4, #000);
}

.gradient-cyan-primary-white {
  background: linear-gradient(#00BCD4, #03A9F4, #fff);
}

.gradient-cyan-primary-pink {
  background: linear-gradient(#00BCD4, #03A9F4, #E91E63);
}

.gradient-cyan-primary-purple {
  background: linear-gradient(#00BCD4, #03A9F4, #9C27B0);
}

.gradient-cyan-primary-indigo {
  background: linear-gradient(#00BCD4, #03A9F4, #3E51B5);
}

.gradient-cyan-primary-teal {
  background: linear-gradient(#00BCD4, #03A9F4, #009688);
}

.gradient-cyan-primary-lime {
  background: linear-gradient(#00BCD4, #03A9F4, #CDDC39);
}

.gradient-cyan-primary-yellow {
  background: linear-gradient(#00BCD4, #03A9F4, #FFEB3B);
}

.gradient-cyan-primary-amber {
  background: linear-gradient(#00BCD4, #03A9F4, #FFC107);
}

.gradient-cyan-primary-orange {
  background: linear-gradient(#00BCD4, #03A9F4, #FF9800);
}

.gradient-cyan-primary-lightblue {
  background: linear-gradient(#00BCD4, #03A9F4, #03A9F4);
}

.gradient-cyan-primary-lightgreen {
  background: linear-gradient(#00BCD4, #03A9F4, #76FF03);
}

.gradient-cyan-primary-deeppurple {
  background: linear-gradient(#00BCD4, #03A9F4, #673AB7);
}

.gradient-cyan-primary-deeporange {
  background: linear-gradient(#00BCD4, #03A9F4, #DD6E0F);
}

.gradient-cyan-primary-brown {
  background: linear-gradient(#00BCD4, #03A9F4, #964B00);
}

.gradient-cyan-primary-grey {
  background: linear-gradient(#00BCD4, #03A9F4, #808080);
}

.gradient-cyan-secondary {
  background: linear-gradient(#00BCD4, #333);
}

.gradient-to-top-cyan-secondary {
  background: linear-gradient(to top, #00BCD4, #333);
}

.gradient-to-bottom-cyan-secondary {
  background: linear-gradient(to bottom, #00BCD4, #333);
}

.gradient-to-left-cyan-secondary {
  background: linear-gradient(to left, #00BCD4, #333);
}

.gradient-to-right-cyan-secondary {
  background: linear-gradient(to right, #00BCD4, #333);
}

.gradient-to-top-left-cyan-secondary {
  background: linear-gradient(to top left, #00BCD4, #333);
}

.gradient-to-top-right-cyan-secondary {
  background: linear-gradient(to top right, #00BCD4, #333);
}

.gradient-to-bottom-left-cyan-secondary {
  background: linear-gradient(to bottom left, #00BCD4, #333);
}

.gradient-to-bottom-right-cyan-secondary {
  background: linear-gradient(to bottom right, #00BCD4, #333);
}

.gradient-radial-cyan-secondary {
  background: radial-gradient(circle, #00BCD4, #333);
}

.gradient-cyan-secondary-primary {
  background: linear-gradient(#00BCD4, #333, #03A9F4);
}

.gradient-cyan-secondary-success {
  background: linear-gradient(#00BCD4, #333, #28a745);
}

.gradient-cyan-secondary-info {
  background: linear-gradient(#00BCD4, #333, #0DCAF0);
}

.gradient-cyan-secondary-warning {
  background: linear-gradient(#00BCD4, #333, #FFC107);
}

.gradient-cyan-secondary-danger {
  background: linear-gradient(#00BCD4, #333, #DC3545);
}

.gradient-cyan-secondary-light {
  background: linear-gradient(#00BCD4, #333, #f5f5f5);
}

.gradient-cyan-secondary-dark {
  background: linear-gradient(#00BCD4, #333, #212529);
}

.gradient-cyan-secondary-red {
  background: linear-gradient(#00BCD4, #333, #F44336);
}

.gradient-cyan-secondary-green {
  background: linear-gradient(#00BCD4, #333, #4CAF50);
}

.gradient-cyan-secondary-blue {
  background: linear-gradient(#00BCD4, #333, #2196F3);
}

.gradient-cyan-secondary-black {
  background: linear-gradient(#00BCD4, #333, #000);
}

.gradient-cyan-secondary-white {
  background: linear-gradient(#00BCD4, #333, #fff);
}

.gradient-cyan-secondary-pink {
  background: linear-gradient(#00BCD4, #333, #E91E63);
}

.gradient-cyan-secondary-purple {
  background: linear-gradient(#00BCD4, #333, #9C27B0);
}

.gradient-cyan-secondary-indigo {
  background: linear-gradient(#00BCD4, #333, #3E51B5);
}

.gradient-cyan-secondary-teal {
  background: linear-gradient(#00BCD4, #333, #009688);
}

.gradient-cyan-secondary-lime {
  background: linear-gradient(#00BCD4, #333, #CDDC39);
}

.gradient-cyan-secondary-yellow {
  background: linear-gradient(#00BCD4, #333, #FFEB3B);
}

.gradient-cyan-secondary-amber {
  background: linear-gradient(#00BCD4, #333, #FFC107);
}

.gradient-cyan-secondary-orange {
  background: linear-gradient(#00BCD4, #333, #FF9800);
}

.gradient-cyan-secondary-lightblue {
  background: linear-gradient(#00BCD4, #333, #03A9F4);
}

.gradient-cyan-secondary-lightgreen {
  background: linear-gradient(#00BCD4, #333, #76FF03);
}

.gradient-cyan-secondary-deeppurple {
  background: linear-gradient(#00BCD4, #333, #673AB7);
}

.gradient-cyan-secondary-deeporange {
  background: linear-gradient(#00BCD4, #333, #DD6E0F);
}

.gradient-cyan-secondary-brown {
  background: linear-gradient(#00BCD4, #333, #964B00);
}

.gradient-cyan-secondary-grey {
  background: linear-gradient(#00BCD4, #333, #808080);
}

.gradient-cyan-success {
  background: linear-gradient(#00BCD4, #28a745);
}

.gradient-to-top-cyan-success {
  background: linear-gradient(to top, #00BCD4, #28a745);
}

.gradient-to-bottom-cyan-success {
  background: linear-gradient(to bottom, #00BCD4, #28a745);
}

.gradient-to-left-cyan-success {
  background: linear-gradient(to left, #00BCD4, #28a745);
}

.gradient-to-right-cyan-success {
  background: linear-gradient(to right, #00BCD4, #28a745);
}

.gradient-to-top-left-cyan-success {
  background: linear-gradient(to top left, #00BCD4, #28a745);
}

.gradient-to-top-right-cyan-success {
  background: linear-gradient(to top right, #00BCD4, #28a745);
}

.gradient-to-bottom-left-cyan-success {
  background: linear-gradient(to bottom left, #00BCD4, #28a745);
}

.gradient-to-bottom-right-cyan-success {
  background: linear-gradient(to bottom right, #00BCD4, #28a745);
}

.gradient-radial-cyan-success {
  background: radial-gradient(circle, #00BCD4, #28a745);
}

.gradient-cyan-success-primary {
  background: linear-gradient(#00BCD4, #28a745, #03A9F4);
}

.gradient-cyan-success-secondary {
  background: linear-gradient(#00BCD4, #28a745, #333);
}

.gradient-cyan-success-info {
  background: linear-gradient(#00BCD4, #28a745, #0DCAF0);
}

.gradient-cyan-success-warning {
  background: linear-gradient(#00BCD4, #28a745, #FFC107);
}

.gradient-cyan-success-danger {
  background: linear-gradient(#00BCD4, #28a745, #DC3545);
}

.gradient-cyan-success-light {
  background: linear-gradient(#00BCD4, #28a745, #f5f5f5);
}

.gradient-cyan-success-dark {
  background: linear-gradient(#00BCD4, #28a745, #212529);
}

.gradient-cyan-success-red {
  background: linear-gradient(#00BCD4, #28a745, #F44336);
}

.gradient-cyan-success-green {
  background: linear-gradient(#00BCD4, #28a745, #4CAF50);
}

.gradient-cyan-success-blue {
  background: linear-gradient(#00BCD4, #28a745, #2196F3);
}

.gradient-cyan-success-black {
  background: linear-gradient(#00BCD4, #28a745, #000);
}

.gradient-cyan-success-white {
  background: linear-gradient(#00BCD4, #28a745, #fff);
}

.gradient-cyan-success-pink {
  background: linear-gradient(#00BCD4, #28a745, #E91E63);
}

.gradient-cyan-success-purple {
  background: linear-gradient(#00BCD4, #28a745, #9C27B0);
}

.gradient-cyan-success-indigo {
  background: linear-gradient(#00BCD4, #28a745, #3E51B5);
}

.gradient-cyan-success-teal {
  background: linear-gradient(#00BCD4, #28a745, #009688);
}

.gradient-cyan-success-lime {
  background: linear-gradient(#00BCD4, #28a745, #CDDC39);
}

.gradient-cyan-success-yellow {
  background: linear-gradient(#00BCD4, #28a745, #FFEB3B);
}

.gradient-cyan-success-amber {
  background: linear-gradient(#00BCD4, #28a745, #FFC107);
}

.gradient-cyan-success-orange {
  background: linear-gradient(#00BCD4, #28a745, #FF9800);
}

.gradient-cyan-success-lightblue {
  background: linear-gradient(#00BCD4, #28a745, #03A9F4);
}

.gradient-cyan-success-lightgreen {
  background: linear-gradient(#00BCD4, #28a745, #76FF03);
}

.gradient-cyan-success-deeppurple {
  background: linear-gradient(#00BCD4, #28a745, #673AB7);
}

.gradient-cyan-success-deeporange {
  background: linear-gradient(#00BCD4, #28a745, #DD6E0F);
}

.gradient-cyan-success-brown {
  background: linear-gradient(#00BCD4, #28a745, #964B00);
}

.gradient-cyan-success-grey {
  background: linear-gradient(#00BCD4, #28a745, #808080);
}

.gradient-cyan-info {
  background: linear-gradient(#00BCD4, #0DCAF0);
}

.gradient-to-top-cyan-info {
  background: linear-gradient(to top, #00BCD4, #0DCAF0);
}

.gradient-to-bottom-cyan-info {
  background: linear-gradient(to bottom, #00BCD4, #0DCAF0);
}

.gradient-to-left-cyan-info {
  background: linear-gradient(to left, #00BCD4, #0DCAF0);
}

.gradient-to-right-cyan-info {
  background: linear-gradient(to right, #00BCD4, #0DCAF0);
}

.gradient-to-top-left-cyan-info {
  background: linear-gradient(to top left, #00BCD4, #0DCAF0);
}

.gradient-to-top-right-cyan-info {
  background: linear-gradient(to top right, #00BCD4, #0DCAF0);
}

.gradient-to-bottom-left-cyan-info {
  background: linear-gradient(to bottom left, #00BCD4, #0DCAF0);
}

.gradient-to-bottom-right-cyan-info {
  background: linear-gradient(to bottom right, #00BCD4, #0DCAF0);
}

.gradient-radial-cyan-info {
  background: radial-gradient(circle, #00BCD4, #0DCAF0);
}

.gradient-cyan-info-primary {
  background: linear-gradient(#00BCD4, #0DCAF0, #03A9F4);
}

.gradient-cyan-info-secondary {
  background: linear-gradient(#00BCD4, #0DCAF0, #333);
}

.gradient-cyan-info-success {
  background: linear-gradient(#00BCD4, #0DCAF0, #28a745);
}

.gradient-cyan-info-warning {
  background: linear-gradient(#00BCD4, #0DCAF0, #FFC107);
}

.gradient-cyan-info-danger {
  background: linear-gradient(#00BCD4, #0DCAF0, #DC3545);
}

.gradient-cyan-info-light {
  background: linear-gradient(#00BCD4, #0DCAF0, #f5f5f5);
}

.gradient-cyan-info-dark {
  background: linear-gradient(#00BCD4, #0DCAF0, #212529);
}

.gradient-cyan-info-red {
  background: linear-gradient(#00BCD4, #0DCAF0, #F44336);
}

.gradient-cyan-info-green {
  background: linear-gradient(#00BCD4, #0DCAF0, #4CAF50);
}

.gradient-cyan-info-blue {
  background: linear-gradient(#00BCD4, #0DCAF0, #2196F3);
}

.gradient-cyan-info-black {
  background: linear-gradient(#00BCD4, #0DCAF0, #000);
}

.gradient-cyan-info-white {
  background: linear-gradient(#00BCD4, #0DCAF0, #fff);
}

.gradient-cyan-info-pink {
  background: linear-gradient(#00BCD4, #0DCAF0, #E91E63);
}

.gradient-cyan-info-purple {
  background: linear-gradient(#00BCD4, #0DCAF0, #9C27B0);
}

.gradient-cyan-info-indigo {
  background: linear-gradient(#00BCD4, #0DCAF0, #3E51B5);
}

.gradient-cyan-info-teal {
  background: linear-gradient(#00BCD4, #0DCAF0, #009688);
}

.gradient-cyan-info-lime {
  background: linear-gradient(#00BCD4, #0DCAF0, #CDDC39);
}

.gradient-cyan-info-yellow {
  background: linear-gradient(#00BCD4, #0DCAF0, #FFEB3B);
}

.gradient-cyan-info-amber {
  background: linear-gradient(#00BCD4, #0DCAF0, #FFC107);
}

.gradient-cyan-info-orange {
  background: linear-gradient(#00BCD4, #0DCAF0, #FF9800);
}

.gradient-cyan-info-lightblue {
  background: linear-gradient(#00BCD4, #0DCAF0, #03A9F4);
}

.gradient-cyan-info-lightgreen {
  background: linear-gradient(#00BCD4, #0DCAF0, #76FF03);
}

.gradient-cyan-info-deeppurple {
  background: linear-gradient(#00BCD4, #0DCAF0, #673AB7);
}

.gradient-cyan-info-deeporange {
  background: linear-gradient(#00BCD4, #0DCAF0, #DD6E0F);
}

.gradient-cyan-info-brown {
  background: linear-gradient(#00BCD4, #0DCAF0, #964B00);
}

.gradient-cyan-info-grey {
  background: linear-gradient(#00BCD4, #0DCAF0, #808080);
}

.gradient-cyan-warning {
  background: linear-gradient(#00BCD4, #FFC107);
}

.gradient-to-top-cyan-warning {
  background: linear-gradient(to top, #00BCD4, #FFC107);
}

.gradient-to-bottom-cyan-warning {
  background: linear-gradient(to bottom, #00BCD4, #FFC107);
}

.gradient-to-left-cyan-warning {
  background: linear-gradient(to left, #00BCD4, #FFC107);
}

.gradient-to-right-cyan-warning {
  background: linear-gradient(to right, #00BCD4, #FFC107);
}

.gradient-to-top-left-cyan-warning {
  background: linear-gradient(to top left, #00BCD4, #FFC107);
}

.gradient-to-top-right-cyan-warning {
  background: linear-gradient(to top right, #00BCD4, #FFC107);
}

.gradient-to-bottom-left-cyan-warning {
  background: linear-gradient(to bottom left, #00BCD4, #FFC107);
}

.gradient-to-bottom-right-cyan-warning {
  background: linear-gradient(to bottom right, #00BCD4, #FFC107);
}

.gradient-radial-cyan-warning {
  background: radial-gradient(circle, #00BCD4, #FFC107);
}

.gradient-cyan-warning-primary {
  background: linear-gradient(#00BCD4, #FFC107, #03A9F4);
}

.gradient-cyan-warning-secondary {
  background: linear-gradient(#00BCD4, #FFC107, #333);
}

.gradient-cyan-warning-success {
  background: linear-gradient(#00BCD4, #FFC107, #28a745);
}

.gradient-cyan-warning-info {
  background: linear-gradient(#00BCD4, #FFC107, #0DCAF0);
}

.gradient-cyan-warning-danger {
  background: linear-gradient(#00BCD4, #FFC107, #DC3545);
}

.gradient-cyan-warning-light {
  background: linear-gradient(#00BCD4, #FFC107, #f5f5f5);
}

.gradient-cyan-warning-dark {
  background: linear-gradient(#00BCD4, #FFC107, #212529);
}

.gradient-cyan-warning-red {
  background: linear-gradient(#00BCD4, #FFC107, #F44336);
}

.gradient-cyan-warning-green {
  background: linear-gradient(#00BCD4, #FFC107, #4CAF50);
}

.gradient-cyan-warning-blue {
  background: linear-gradient(#00BCD4, #FFC107, #2196F3);
}

.gradient-cyan-warning-black {
  background: linear-gradient(#00BCD4, #FFC107, #000);
}

.gradient-cyan-warning-white {
  background: linear-gradient(#00BCD4, #FFC107, #fff);
}

.gradient-cyan-warning-pink {
  background: linear-gradient(#00BCD4, #FFC107, #E91E63);
}

.gradient-cyan-warning-purple {
  background: linear-gradient(#00BCD4, #FFC107, #9C27B0);
}

.gradient-cyan-warning-indigo {
  background: linear-gradient(#00BCD4, #FFC107, #3E51B5);
}

.gradient-cyan-warning-teal {
  background: linear-gradient(#00BCD4, #FFC107, #009688);
}

.gradient-cyan-warning-lime {
  background: linear-gradient(#00BCD4, #FFC107, #CDDC39);
}

.gradient-cyan-warning-yellow {
  background: linear-gradient(#00BCD4, #FFC107, #FFEB3B);
}

.gradient-cyan-warning-amber {
  background: linear-gradient(#00BCD4, #FFC107, #FFC107);
}

.gradient-cyan-warning-orange {
  background: linear-gradient(#00BCD4, #FFC107, #FF9800);
}

.gradient-cyan-warning-lightblue {
  background: linear-gradient(#00BCD4, #FFC107, #03A9F4);
}

.gradient-cyan-warning-lightgreen {
  background: linear-gradient(#00BCD4, #FFC107, #76FF03);
}

.gradient-cyan-warning-deeppurple {
  background: linear-gradient(#00BCD4, #FFC107, #673AB7);
}

.gradient-cyan-warning-deeporange {
  background: linear-gradient(#00BCD4, #FFC107, #DD6E0F);
}

.gradient-cyan-warning-brown {
  background: linear-gradient(#00BCD4, #FFC107, #964B00);
}

.gradient-cyan-warning-grey {
  background: linear-gradient(#00BCD4, #FFC107, #808080);
}

.gradient-cyan-danger {
  background: linear-gradient(#00BCD4, #DC3545);
}

.gradient-to-top-cyan-danger {
  background: linear-gradient(to top, #00BCD4, #DC3545);
}

.gradient-to-bottom-cyan-danger {
  background: linear-gradient(to bottom, #00BCD4, #DC3545);
}

.gradient-to-left-cyan-danger {
  background: linear-gradient(to left, #00BCD4, #DC3545);
}

.gradient-to-right-cyan-danger {
  background: linear-gradient(to right, #00BCD4, #DC3545);
}

.gradient-to-top-left-cyan-danger {
  background: linear-gradient(to top left, #00BCD4, #DC3545);
}

.gradient-to-top-right-cyan-danger {
  background: linear-gradient(to top right, #00BCD4, #DC3545);
}

.gradient-to-bottom-left-cyan-danger {
  background: linear-gradient(to bottom left, #00BCD4, #DC3545);
}

.gradient-to-bottom-right-cyan-danger {
  background: linear-gradient(to bottom right, #00BCD4, #DC3545);
}

.gradient-radial-cyan-danger {
  background: radial-gradient(circle, #00BCD4, #DC3545);
}

.gradient-cyan-danger-primary {
  background: linear-gradient(#00BCD4, #DC3545, #03A9F4);
}

.gradient-cyan-danger-secondary {
  background: linear-gradient(#00BCD4, #DC3545, #333);
}

.gradient-cyan-danger-success {
  background: linear-gradient(#00BCD4, #DC3545, #28a745);
}

.gradient-cyan-danger-info {
  background: linear-gradient(#00BCD4, #DC3545, #0DCAF0);
}

.gradient-cyan-danger-warning {
  background: linear-gradient(#00BCD4, #DC3545, #FFC107);
}

.gradient-cyan-danger-light {
  background: linear-gradient(#00BCD4, #DC3545, #f5f5f5);
}

.gradient-cyan-danger-dark {
  background: linear-gradient(#00BCD4, #DC3545, #212529);
}

.gradient-cyan-danger-red {
  background: linear-gradient(#00BCD4, #DC3545, #F44336);
}

.gradient-cyan-danger-green {
  background: linear-gradient(#00BCD4, #DC3545, #4CAF50);
}

.gradient-cyan-danger-blue {
  background: linear-gradient(#00BCD4, #DC3545, #2196F3);
}

.gradient-cyan-danger-black {
  background: linear-gradient(#00BCD4, #DC3545, #000);
}

.gradient-cyan-danger-white {
  background: linear-gradient(#00BCD4, #DC3545, #fff);
}

.gradient-cyan-danger-pink {
  background: linear-gradient(#00BCD4, #DC3545, #E91E63);
}

.gradient-cyan-danger-purple {
  background: linear-gradient(#00BCD4, #DC3545, #9C27B0);
}

.gradient-cyan-danger-indigo {
  background: linear-gradient(#00BCD4, #DC3545, #3E51B5);
}

.gradient-cyan-danger-teal {
  background: linear-gradient(#00BCD4, #DC3545, #009688);
}

.gradient-cyan-danger-lime {
  background: linear-gradient(#00BCD4, #DC3545, #CDDC39);
}

.gradient-cyan-danger-yellow {
  background: linear-gradient(#00BCD4, #DC3545, #FFEB3B);
}

.gradient-cyan-danger-amber {
  background: linear-gradient(#00BCD4, #DC3545, #FFC107);
}

.gradient-cyan-danger-orange {
  background: linear-gradient(#00BCD4, #DC3545, #FF9800);
}

.gradient-cyan-danger-lightblue {
  background: linear-gradient(#00BCD4, #DC3545, #03A9F4);
}

.gradient-cyan-danger-lightgreen {
  background: linear-gradient(#00BCD4, #DC3545, #76FF03);
}

.gradient-cyan-danger-deeppurple {
  background: linear-gradient(#00BCD4, #DC3545, #673AB7);
}

.gradient-cyan-danger-deeporange {
  background: linear-gradient(#00BCD4, #DC3545, #DD6E0F);
}

.gradient-cyan-danger-brown {
  background: linear-gradient(#00BCD4, #DC3545, #964B00);
}

.gradient-cyan-danger-grey {
  background: linear-gradient(#00BCD4, #DC3545, #808080);
}

.gradient-cyan-light {
  background: linear-gradient(#00BCD4, #f5f5f5);
}

.gradient-to-top-cyan-light {
  background: linear-gradient(to top, #00BCD4, #f5f5f5);
}

.gradient-to-bottom-cyan-light {
  background: linear-gradient(to bottom, #00BCD4, #f5f5f5);
}

.gradient-to-left-cyan-light {
  background: linear-gradient(to left, #00BCD4, #f5f5f5);
}

.gradient-to-right-cyan-light {
  background: linear-gradient(to right, #00BCD4, #f5f5f5);
}

.gradient-to-top-left-cyan-light {
  background: linear-gradient(to top left, #00BCD4, #f5f5f5);
}

.gradient-to-top-right-cyan-light {
  background: linear-gradient(to top right, #00BCD4, #f5f5f5);
}

.gradient-to-bottom-left-cyan-light {
  background: linear-gradient(to bottom left, #00BCD4, #f5f5f5);
}

.gradient-to-bottom-right-cyan-light {
  background: linear-gradient(to bottom right, #00BCD4, #f5f5f5);
}

.gradient-radial-cyan-light {
  background: radial-gradient(circle, #00BCD4, #f5f5f5);
}

.gradient-cyan-light-primary {
  background: linear-gradient(#00BCD4, #f5f5f5, #03A9F4);
}

.gradient-cyan-light-secondary {
  background: linear-gradient(#00BCD4, #f5f5f5, #333);
}

.gradient-cyan-light-success {
  background: linear-gradient(#00BCD4, #f5f5f5, #28a745);
}

.gradient-cyan-light-info {
  background: linear-gradient(#00BCD4, #f5f5f5, #0DCAF0);
}

.gradient-cyan-light-warning {
  background: linear-gradient(#00BCD4, #f5f5f5, #FFC107);
}

.gradient-cyan-light-danger {
  background: linear-gradient(#00BCD4, #f5f5f5, #DC3545);
}

.gradient-cyan-light-dark {
  background: linear-gradient(#00BCD4, #f5f5f5, #212529);
}

.gradient-cyan-light-red {
  background: linear-gradient(#00BCD4, #f5f5f5, #F44336);
}

.gradient-cyan-light-green {
  background: linear-gradient(#00BCD4, #f5f5f5, #4CAF50);
}

.gradient-cyan-light-blue {
  background: linear-gradient(#00BCD4, #f5f5f5, #2196F3);
}

.gradient-cyan-light-black {
  background: linear-gradient(#00BCD4, #f5f5f5, #000);
}

.gradient-cyan-light-white {
  background: linear-gradient(#00BCD4, #f5f5f5, #fff);
}

.gradient-cyan-light-pink {
  background: linear-gradient(#00BCD4, #f5f5f5, #E91E63);
}

.gradient-cyan-light-purple {
  background: linear-gradient(#00BCD4, #f5f5f5, #9C27B0);
}

.gradient-cyan-light-indigo {
  background: linear-gradient(#00BCD4, #f5f5f5, #3E51B5);
}

.gradient-cyan-light-teal {
  background: linear-gradient(#00BCD4, #f5f5f5, #009688);
}

.gradient-cyan-light-lime {
  background: linear-gradient(#00BCD4, #f5f5f5, #CDDC39);
}

.gradient-cyan-light-yellow {
  background: linear-gradient(#00BCD4, #f5f5f5, #FFEB3B);
}

.gradient-cyan-light-amber {
  background: linear-gradient(#00BCD4, #f5f5f5, #FFC107);
}

.gradient-cyan-light-orange {
  background: linear-gradient(#00BCD4, #f5f5f5, #FF9800);
}

.gradient-cyan-light-lightblue {
  background: linear-gradient(#00BCD4, #f5f5f5, #03A9F4);
}

.gradient-cyan-light-lightgreen {
  background: linear-gradient(#00BCD4, #f5f5f5, #76FF03);
}

.gradient-cyan-light-deeppurple {
  background: linear-gradient(#00BCD4, #f5f5f5, #673AB7);
}

.gradient-cyan-light-deeporange {
  background: linear-gradient(#00BCD4, #f5f5f5, #DD6E0F);
}

.gradient-cyan-light-brown {
  background: linear-gradient(#00BCD4, #f5f5f5, #964B00);
}

.gradient-cyan-light-grey {
  background: linear-gradient(#00BCD4, #f5f5f5, #808080);
}

.gradient-cyan-dark {
  background: linear-gradient(#00BCD4, #212529);
}

.gradient-to-top-cyan-dark {
  background: linear-gradient(to top, #00BCD4, #212529);
}

.gradient-to-bottom-cyan-dark {
  background: linear-gradient(to bottom, #00BCD4, #212529);
}

.gradient-to-left-cyan-dark {
  background: linear-gradient(to left, #00BCD4, #212529);
}

.gradient-to-right-cyan-dark {
  background: linear-gradient(to right, #00BCD4, #212529);
}

.gradient-to-top-left-cyan-dark {
  background: linear-gradient(to top left, #00BCD4, #212529);
}

.gradient-to-top-right-cyan-dark {
  background: linear-gradient(to top right, #00BCD4, #212529);
}

.gradient-to-bottom-left-cyan-dark {
  background: linear-gradient(to bottom left, #00BCD4, #212529);
}

.gradient-to-bottom-right-cyan-dark {
  background: linear-gradient(to bottom right, #00BCD4, #212529);
}

.gradient-radial-cyan-dark {
  background: radial-gradient(circle, #00BCD4, #212529);
}

.gradient-cyan-dark-primary {
  background: linear-gradient(#00BCD4, #212529, #03A9F4);
}

.gradient-cyan-dark-secondary {
  background: linear-gradient(#00BCD4, #212529, #333);
}

.gradient-cyan-dark-success {
  background: linear-gradient(#00BCD4, #212529, #28a745);
}

.gradient-cyan-dark-info {
  background: linear-gradient(#00BCD4, #212529, #0DCAF0);
}

.gradient-cyan-dark-warning {
  background: linear-gradient(#00BCD4, #212529, #FFC107);
}

.gradient-cyan-dark-danger {
  background: linear-gradient(#00BCD4, #212529, #DC3545);
}

.gradient-cyan-dark-light {
  background: linear-gradient(#00BCD4, #212529, #f5f5f5);
}

.gradient-cyan-dark-red {
  background: linear-gradient(#00BCD4, #212529, #F44336);
}

.gradient-cyan-dark-green {
  background: linear-gradient(#00BCD4, #212529, #4CAF50);
}

.gradient-cyan-dark-blue {
  background: linear-gradient(#00BCD4, #212529, #2196F3);
}

.gradient-cyan-dark-black {
  background: linear-gradient(#00BCD4, #212529, #000);
}

.gradient-cyan-dark-white {
  background: linear-gradient(#00BCD4, #212529, #fff);
}

.gradient-cyan-dark-pink {
  background: linear-gradient(#00BCD4, #212529, #E91E63);
}

.gradient-cyan-dark-purple {
  background: linear-gradient(#00BCD4, #212529, #9C27B0);
}

.gradient-cyan-dark-indigo {
  background: linear-gradient(#00BCD4, #212529, #3E51B5);
}

.gradient-cyan-dark-teal {
  background: linear-gradient(#00BCD4, #212529, #009688);
}

.gradient-cyan-dark-lime {
  background: linear-gradient(#00BCD4, #212529, #CDDC39);
}

.gradient-cyan-dark-yellow {
  background: linear-gradient(#00BCD4, #212529, #FFEB3B);
}

.gradient-cyan-dark-amber {
  background: linear-gradient(#00BCD4, #212529, #FFC107);
}

.gradient-cyan-dark-orange {
  background: linear-gradient(#00BCD4, #212529, #FF9800);
}

.gradient-cyan-dark-lightblue {
  background: linear-gradient(#00BCD4, #212529, #03A9F4);
}

.gradient-cyan-dark-lightgreen {
  background: linear-gradient(#00BCD4, #212529, #76FF03);
}

.gradient-cyan-dark-deeppurple {
  background: linear-gradient(#00BCD4, #212529, #673AB7);
}

.gradient-cyan-dark-deeporange {
  background: linear-gradient(#00BCD4, #212529, #DD6E0F);
}

.gradient-cyan-dark-brown {
  background: linear-gradient(#00BCD4, #212529, #964B00);
}

.gradient-cyan-dark-grey {
  background: linear-gradient(#00BCD4, #212529, #808080);
}

.gradient-cyan-red {
  background: linear-gradient(#00BCD4, #F44336);
}

.gradient-to-top-cyan-red {
  background: linear-gradient(to top, #00BCD4, #F44336);
}

.gradient-to-bottom-cyan-red {
  background: linear-gradient(to bottom, #00BCD4, #F44336);
}

.gradient-to-left-cyan-red {
  background: linear-gradient(to left, #00BCD4, #F44336);
}

.gradient-to-right-cyan-red {
  background: linear-gradient(to right, #00BCD4, #F44336);
}

.gradient-to-top-left-cyan-red {
  background: linear-gradient(to top left, #00BCD4, #F44336);
}

.gradient-to-top-right-cyan-red {
  background: linear-gradient(to top right, #00BCD4, #F44336);
}

.gradient-to-bottom-left-cyan-red {
  background: linear-gradient(to bottom left, #00BCD4, #F44336);
}

.gradient-to-bottom-right-cyan-red {
  background: linear-gradient(to bottom right, #00BCD4, #F44336);
}

.gradient-radial-cyan-red {
  background: radial-gradient(circle, #00BCD4, #F44336);
}

.gradient-cyan-red-primary {
  background: linear-gradient(#00BCD4, #F44336, #03A9F4);
}

.gradient-cyan-red-secondary {
  background: linear-gradient(#00BCD4, #F44336, #333);
}

.gradient-cyan-red-success {
  background: linear-gradient(#00BCD4, #F44336, #28a745);
}

.gradient-cyan-red-info {
  background: linear-gradient(#00BCD4, #F44336, #0DCAF0);
}

.gradient-cyan-red-warning {
  background: linear-gradient(#00BCD4, #F44336, #FFC107);
}

.gradient-cyan-red-danger {
  background: linear-gradient(#00BCD4, #F44336, #DC3545);
}

.gradient-cyan-red-light {
  background: linear-gradient(#00BCD4, #F44336, #f5f5f5);
}

.gradient-cyan-red-dark {
  background: linear-gradient(#00BCD4, #F44336, #212529);
}

.gradient-cyan-red-green {
  background: linear-gradient(#00BCD4, #F44336, #4CAF50);
}

.gradient-cyan-red-blue {
  background: linear-gradient(#00BCD4, #F44336, #2196F3);
}

.gradient-cyan-red-black {
  background: linear-gradient(#00BCD4, #F44336, #000);
}

.gradient-cyan-red-white {
  background: linear-gradient(#00BCD4, #F44336, #fff);
}

.gradient-cyan-red-pink {
  background: linear-gradient(#00BCD4, #F44336, #E91E63);
}

.gradient-cyan-red-purple {
  background: linear-gradient(#00BCD4, #F44336, #9C27B0);
}

.gradient-cyan-red-indigo {
  background: linear-gradient(#00BCD4, #F44336, #3E51B5);
}

.gradient-cyan-red-teal {
  background: linear-gradient(#00BCD4, #F44336, #009688);
}

.gradient-cyan-red-lime {
  background: linear-gradient(#00BCD4, #F44336, #CDDC39);
}

.gradient-cyan-red-yellow {
  background: linear-gradient(#00BCD4, #F44336, #FFEB3B);
}

.gradient-cyan-red-amber {
  background: linear-gradient(#00BCD4, #F44336, #FFC107);
}

.gradient-cyan-red-orange {
  background: linear-gradient(#00BCD4, #F44336, #FF9800);
}

.gradient-cyan-red-lightblue {
  background: linear-gradient(#00BCD4, #F44336, #03A9F4);
}

.gradient-cyan-red-lightgreen {
  background: linear-gradient(#00BCD4, #F44336, #76FF03);
}

.gradient-cyan-red-deeppurple {
  background: linear-gradient(#00BCD4, #F44336, #673AB7);
}

.gradient-cyan-red-deeporange {
  background: linear-gradient(#00BCD4, #F44336, #DD6E0F);
}

.gradient-cyan-red-brown {
  background: linear-gradient(#00BCD4, #F44336, #964B00);
}

.gradient-cyan-red-grey {
  background: linear-gradient(#00BCD4, #F44336, #808080);
}

.gradient-cyan-green {
  background: linear-gradient(#00BCD4, #4CAF50);
}

.gradient-to-top-cyan-green {
  background: linear-gradient(to top, #00BCD4, #4CAF50);
}

.gradient-to-bottom-cyan-green {
  background: linear-gradient(to bottom, #00BCD4, #4CAF50);
}

.gradient-to-left-cyan-green {
  background: linear-gradient(to left, #00BCD4, #4CAF50);
}

.gradient-to-right-cyan-green {
  background: linear-gradient(to right, #00BCD4, #4CAF50);
}

.gradient-to-top-left-cyan-green {
  background: linear-gradient(to top left, #00BCD4, #4CAF50);
}

.gradient-to-top-right-cyan-green {
  background: linear-gradient(to top right, #00BCD4, #4CAF50);
}

.gradient-to-bottom-left-cyan-green {
  background: linear-gradient(to bottom left, #00BCD4, #4CAF50);
}

.gradient-to-bottom-right-cyan-green {
  background: linear-gradient(to bottom right, #00BCD4, #4CAF50);
}

.gradient-radial-cyan-green {
  background: radial-gradient(circle, #00BCD4, #4CAF50);
}

.gradient-cyan-green-primary {
  background: linear-gradient(#00BCD4, #4CAF50, #03A9F4);
}

.gradient-cyan-green-secondary {
  background: linear-gradient(#00BCD4, #4CAF50, #333);
}

.gradient-cyan-green-success {
  background: linear-gradient(#00BCD4, #4CAF50, #28a745);
}

.gradient-cyan-green-info {
  background: linear-gradient(#00BCD4, #4CAF50, #0DCAF0);
}

.gradient-cyan-green-warning {
  background: linear-gradient(#00BCD4, #4CAF50, #FFC107);
}

.gradient-cyan-green-danger {
  background: linear-gradient(#00BCD4, #4CAF50, #DC3545);
}

.gradient-cyan-green-light {
  background: linear-gradient(#00BCD4, #4CAF50, #f5f5f5);
}

.gradient-cyan-green-dark {
  background: linear-gradient(#00BCD4, #4CAF50, #212529);
}

.gradient-cyan-green-red {
  background: linear-gradient(#00BCD4, #4CAF50, #F44336);
}

.gradient-cyan-green-blue {
  background: linear-gradient(#00BCD4, #4CAF50, #2196F3);
}

.gradient-cyan-green-black {
  background: linear-gradient(#00BCD4, #4CAF50, #000);
}

.gradient-cyan-green-white {
  background: linear-gradient(#00BCD4, #4CAF50, #fff);
}

.gradient-cyan-green-pink {
  background: linear-gradient(#00BCD4, #4CAF50, #E91E63);
}

.gradient-cyan-green-purple {
  background: linear-gradient(#00BCD4, #4CAF50, #9C27B0);
}

.gradient-cyan-green-indigo {
  background: linear-gradient(#00BCD4, #4CAF50, #3E51B5);
}

.gradient-cyan-green-teal {
  background: linear-gradient(#00BCD4, #4CAF50, #009688);
}

.gradient-cyan-green-lime {
  background: linear-gradient(#00BCD4, #4CAF50, #CDDC39);
}

.gradient-cyan-green-yellow {
  background: linear-gradient(#00BCD4, #4CAF50, #FFEB3B);
}

.gradient-cyan-green-amber {
  background: linear-gradient(#00BCD4, #4CAF50, #FFC107);
}

.gradient-cyan-green-orange {
  background: linear-gradient(#00BCD4, #4CAF50, #FF9800);
}

.gradient-cyan-green-lightblue {
  background: linear-gradient(#00BCD4, #4CAF50, #03A9F4);
}

.gradient-cyan-green-lightgreen {
  background: linear-gradient(#00BCD4, #4CAF50, #76FF03);
}

.gradient-cyan-green-deeppurple {
  background: linear-gradient(#00BCD4, #4CAF50, #673AB7);
}

.gradient-cyan-green-deeporange {
  background: linear-gradient(#00BCD4, #4CAF50, #DD6E0F);
}

.gradient-cyan-green-brown {
  background: linear-gradient(#00BCD4, #4CAF50, #964B00);
}

.gradient-cyan-green-grey {
  background: linear-gradient(#00BCD4, #4CAF50, #808080);
}

.gradient-cyan-blue {
  background: linear-gradient(#00BCD4, #2196F3);
}

.gradient-to-top-cyan-blue {
  background: linear-gradient(to top, #00BCD4, #2196F3);
}

.gradient-to-bottom-cyan-blue {
  background: linear-gradient(to bottom, #00BCD4, #2196F3);
}

.gradient-to-left-cyan-blue {
  background: linear-gradient(to left, #00BCD4, #2196F3);
}

.gradient-to-right-cyan-blue {
  background: linear-gradient(to right, #00BCD4, #2196F3);
}

.gradient-to-top-left-cyan-blue {
  background: linear-gradient(to top left, #00BCD4, #2196F3);
}

.gradient-to-top-right-cyan-blue {
  background: linear-gradient(to top right, #00BCD4, #2196F3);
}

.gradient-to-bottom-left-cyan-blue {
  background: linear-gradient(to bottom left, #00BCD4, #2196F3);
}

.gradient-to-bottom-right-cyan-blue {
  background: linear-gradient(to bottom right, #00BCD4, #2196F3);
}

.gradient-radial-cyan-blue {
  background: radial-gradient(circle, #00BCD4, #2196F3);
}

.gradient-cyan-blue-primary {
  background: linear-gradient(#00BCD4, #2196F3, #03A9F4);
}

.gradient-cyan-blue-secondary {
  background: linear-gradient(#00BCD4, #2196F3, #333);
}

.gradient-cyan-blue-success {
  background: linear-gradient(#00BCD4, #2196F3, #28a745);
}

.gradient-cyan-blue-info {
  background: linear-gradient(#00BCD4, #2196F3, #0DCAF0);
}

.gradient-cyan-blue-warning {
  background: linear-gradient(#00BCD4, #2196F3, #FFC107);
}

.gradient-cyan-blue-danger {
  background: linear-gradient(#00BCD4, #2196F3, #DC3545);
}

.gradient-cyan-blue-light {
  background: linear-gradient(#00BCD4, #2196F3, #f5f5f5);
}

.gradient-cyan-blue-dark {
  background: linear-gradient(#00BCD4, #2196F3, #212529);
}

.gradient-cyan-blue-red {
  background: linear-gradient(#00BCD4, #2196F3, #F44336);
}

.gradient-cyan-blue-green {
  background: linear-gradient(#00BCD4, #2196F3, #4CAF50);
}

.gradient-cyan-blue-black {
  background: linear-gradient(#00BCD4, #2196F3, #000);
}

.gradient-cyan-blue-white {
  background: linear-gradient(#00BCD4, #2196F3, #fff);
}

.gradient-cyan-blue-pink {
  background: linear-gradient(#00BCD4, #2196F3, #E91E63);
}

.gradient-cyan-blue-purple {
  background: linear-gradient(#00BCD4, #2196F3, #9C27B0);
}

.gradient-cyan-blue-indigo {
  background: linear-gradient(#00BCD4, #2196F3, #3E51B5);
}

.gradient-cyan-blue-teal {
  background: linear-gradient(#00BCD4, #2196F3, #009688);
}

.gradient-cyan-blue-lime {
  background: linear-gradient(#00BCD4, #2196F3, #CDDC39);
}

.gradient-cyan-blue-yellow {
  background: linear-gradient(#00BCD4, #2196F3, #FFEB3B);
}

.gradient-cyan-blue-amber {
  background: linear-gradient(#00BCD4, #2196F3, #FFC107);
}

.gradient-cyan-blue-orange {
  background: linear-gradient(#00BCD4, #2196F3, #FF9800);
}

.gradient-cyan-blue-lightblue {
  background: linear-gradient(#00BCD4, #2196F3, #03A9F4);
}

.gradient-cyan-blue-lightgreen {
  background: linear-gradient(#00BCD4, #2196F3, #76FF03);
}

.gradient-cyan-blue-deeppurple {
  background: linear-gradient(#00BCD4, #2196F3, #673AB7);
}

.gradient-cyan-blue-deeporange {
  background: linear-gradient(#00BCD4, #2196F3, #DD6E0F);
}

.gradient-cyan-blue-brown {
  background: linear-gradient(#00BCD4, #2196F3, #964B00);
}

.gradient-cyan-blue-grey {
  background: linear-gradient(#00BCD4, #2196F3, #808080);
}

.gradient-cyan-black {
  background: linear-gradient(#00BCD4, #000);
}

.gradient-to-top-cyan-black {
  background: linear-gradient(to top, #00BCD4, #000);
}

.gradient-to-bottom-cyan-black {
  background: linear-gradient(to bottom, #00BCD4, #000);
}

.gradient-to-left-cyan-black {
  background: linear-gradient(to left, #00BCD4, #000);
}

.gradient-to-right-cyan-black {
  background: linear-gradient(to right, #00BCD4, #000);
}

.gradient-to-top-left-cyan-black {
  background: linear-gradient(to top left, #00BCD4, #000);
}

.gradient-to-top-right-cyan-black {
  background: linear-gradient(to top right, #00BCD4, #000);
}

.gradient-to-bottom-left-cyan-black {
  background: linear-gradient(to bottom left, #00BCD4, #000);
}

.gradient-to-bottom-right-cyan-black {
  background: linear-gradient(to bottom right, #00BCD4, #000);
}

.gradient-radial-cyan-black {
  background: radial-gradient(circle, #00BCD4, #000);
}

.gradient-cyan-black-primary {
  background: linear-gradient(#00BCD4, #000, #03A9F4);
}

.gradient-cyan-black-secondary {
  background: linear-gradient(#00BCD4, #000, #333);
}

.gradient-cyan-black-success {
  background: linear-gradient(#00BCD4, #000, #28a745);
}

.gradient-cyan-black-info {
  background: linear-gradient(#00BCD4, #000, #0DCAF0);
}

.gradient-cyan-black-warning {
  background: linear-gradient(#00BCD4, #000, #FFC107);
}

.gradient-cyan-black-danger {
  background: linear-gradient(#00BCD4, #000, #DC3545);
}

.gradient-cyan-black-light {
  background: linear-gradient(#00BCD4, #000, #f5f5f5);
}

.gradient-cyan-black-dark {
  background: linear-gradient(#00BCD4, #000, #212529);
}

.gradient-cyan-black-red {
  background: linear-gradient(#00BCD4, #000, #F44336);
}

.gradient-cyan-black-green {
  background: linear-gradient(#00BCD4, #000, #4CAF50);
}

.gradient-cyan-black-blue {
  background: linear-gradient(#00BCD4, #000, #2196F3);
}

.gradient-cyan-black-white {
  background: linear-gradient(#00BCD4, #000, #fff);
}

.gradient-cyan-black-pink {
  background: linear-gradient(#00BCD4, #000, #E91E63);
}

.gradient-cyan-black-purple {
  background: linear-gradient(#00BCD4, #000, #9C27B0);
}

.gradient-cyan-black-indigo {
  background: linear-gradient(#00BCD4, #000, #3E51B5);
}

.gradient-cyan-black-teal {
  background: linear-gradient(#00BCD4, #000, #009688);
}

.gradient-cyan-black-lime {
  background: linear-gradient(#00BCD4, #000, #CDDC39);
}

.gradient-cyan-black-yellow {
  background: linear-gradient(#00BCD4, #000, #FFEB3B);
}

.gradient-cyan-black-amber {
  background: linear-gradient(#00BCD4, #000, #FFC107);
}

.gradient-cyan-black-orange {
  background: linear-gradient(#00BCD4, #000, #FF9800);
}

.gradient-cyan-black-lightblue {
  background: linear-gradient(#00BCD4, #000, #03A9F4);
}

.gradient-cyan-black-lightgreen {
  background: linear-gradient(#00BCD4, #000, #76FF03);
}

.gradient-cyan-black-deeppurple {
  background: linear-gradient(#00BCD4, #000, #673AB7);
}

.gradient-cyan-black-deeporange {
  background: linear-gradient(#00BCD4, #000, #DD6E0F);
}

.gradient-cyan-black-brown {
  background: linear-gradient(#00BCD4, #000, #964B00);
}

.gradient-cyan-black-grey {
  background: linear-gradient(#00BCD4, #000, #808080);
}

.gradient-cyan-white {
  background: linear-gradient(#00BCD4, #fff);
}

.gradient-to-top-cyan-white {
  background: linear-gradient(to top, #00BCD4, #fff);
}

.gradient-to-bottom-cyan-white {
  background: linear-gradient(to bottom, #00BCD4, #fff);
}

.gradient-to-left-cyan-white {
  background: linear-gradient(to left, #00BCD4, #fff);
}

.gradient-to-right-cyan-white {
  background: linear-gradient(to right, #00BCD4, #fff);
}

.gradient-to-top-left-cyan-white {
  background: linear-gradient(to top left, #00BCD4, #fff);
}

.gradient-to-top-right-cyan-white {
  background: linear-gradient(to top right, #00BCD4, #fff);
}

.gradient-to-bottom-left-cyan-white {
  background: linear-gradient(to bottom left, #00BCD4, #fff);
}

.gradient-to-bottom-right-cyan-white {
  background: linear-gradient(to bottom right, #00BCD4, #fff);
}

.gradient-radial-cyan-white {
  background: radial-gradient(circle, #00BCD4, #fff);
}

.gradient-cyan-white-primary {
  background: linear-gradient(#00BCD4, #fff, #03A9F4);
}

.gradient-cyan-white-secondary {
  background: linear-gradient(#00BCD4, #fff, #333);
}

.gradient-cyan-white-success {
  background: linear-gradient(#00BCD4, #fff, #28a745);
}

.gradient-cyan-white-info {
  background: linear-gradient(#00BCD4, #fff, #0DCAF0);
}

.gradient-cyan-white-warning {
  background: linear-gradient(#00BCD4, #fff, #FFC107);
}

.gradient-cyan-white-danger {
  background: linear-gradient(#00BCD4, #fff, #DC3545);
}

.gradient-cyan-white-light {
  background: linear-gradient(#00BCD4, #fff, #f5f5f5);
}

.gradient-cyan-white-dark {
  background: linear-gradient(#00BCD4, #fff, #212529);
}

.gradient-cyan-white-red {
  background: linear-gradient(#00BCD4, #fff, #F44336);
}

.gradient-cyan-white-green {
  background: linear-gradient(#00BCD4, #fff, #4CAF50);
}

.gradient-cyan-white-blue {
  background: linear-gradient(#00BCD4, #fff, #2196F3);
}

.gradient-cyan-white-black {
  background: linear-gradient(#00BCD4, #fff, #000);
}

.gradient-cyan-white-pink {
  background: linear-gradient(#00BCD4, #fff, #E91E63);
}

.gradient-cyan-white-purple {
  background: linear-gradient(#00BCD4, #fff, #9C27B0);
}

.gradient-cyan-white-indigo {
  background: linear-gradient(#00BCD4, #fff, #3E51B5);
}

.gradient-cyan-white-teal {
  background: linear-gradient(#00BCD4, #fff, #009688);
}

.gradient-cyan-white-lime {
  background: linear-gradient(#00BCD4, #fff, #CDDC39);
}

.gradient-cyan-white-yellow {
  background: linear-gradient(#00BCD4, #fff, #FFEB3B);
}

.gradient-cyan-white-amber {
  background: linear-gradient(#00BCD4, #fff, #FFC107);
}

.gradient-cyan-white-orange {
  background: linear-gradient(#00BCD4, #fff, #FF9800);
}

.gradient-cyan-white-lightblue {
  background: linear-gradient(#00BCD4, #fff, #03A9F4);
}

.gradient-cyan-white-lightgreen {
  background: linear-gradient(#00BCD4, #fff, #76FF03);
}

.gradient-cyan-white-deeppurple {
  background: linear-gradient(#00BCD4, #fff, #673AB7);
}

.gradient-cyan-white-deeporange {
  background: linear-gradient(#00BCD4, #fff, #DD6E0F);
}

.gradient-cyan-white-brown {
  background: linear-gradient(#00BCD4, #fff, #964B00);
}

.gradient-cyan-white-grey {
  background: linear-gradient(#00BCD4, #fff, #808080);
}

.gradient-cyan-pink {
  background: linear-gradient(#00BCD4, #E91E63);
}

.gradient-to-top-cyan-pink {
  background: linear-gradient(to top, #00BCD4, #E91E63);
}

.gradient-to-bottom-cyan-pink {
  background: linear-gradient(to bottom, #00BCD4, #E91E63);
}

.gradient-to-left-cyan-pink {
  background: linear-gradient(to left, #00BCD4, #E91E63);
}

.gradient-to-right-cyan-pink {
  background: linear-gradient(to right, #00BCD4, #E91E63);
}

.gradient-to-top-left-cyan-pink {
  background: linear-gradient(to top left, #00BCD4, #E91E63);
}

.gradient-to-top-right-cyan-pink {
  background: linear-gradient(to top right, #00BCD4, #E91E63);
}

.gradient-to-bottom-left-cyan-pink {
  background: linear-gradient(to bottom left, #00BCD4, #E91E63);
}

.gradient-to-bottom-right-cyan-pink {
  background: linear-gradient(to bottom right, #00BCD4, #E91E63);
}

.gradient-radial-cyan-pink {
  background: radial-gradient(circle, #00BCD4, #E91E63);
}

.gradient-cyan-pink-primary {
  background: linear-gradient(#00BCD4, #E91E63, #03A9F4);
}

.gradient-cyan-pink-secondary {
  background: linear-gradient(#00BCD4, #E91E63, #333);
}

.gradient-cyan-pink-success {
  background: linear-gradient(#00BCD4, #E91E63, #28a745);
}

.gradient-cyan-pink-info {
  background: linear-gradient(#00BCD4, #E91E63, #0DCAF0);
}

.gradient-cyan-pink-warning {
  background: linear-gradient(#00BCD4, #E91E63, #FFC107);
}

.gradient-cyan-pink-danger {
  background: linear-gradient(#00BCD4, #E91E63, #DC3545);
}

.gradient-cyan-pink-light {
  background: linear-gradient(#00BCD4, #E91E63, #f5f5f5);
}

.gradient-cyan-pink-dark {
  background: linear-gradient(#00BCD4, #E91E63, #212529);
}

.gradient-cyan-pink-red {
  background: linear-gradient(#00BCD4, #E91E63, #F44336);
}

.gradient-cyan-pink-green {
  background: linear-gradient(#00BCD4, #E91E63, #4CAF50);
}

.gradient-cyan-pink-blue {
  background: linear-gradient(#00BCD4, #E91E63, #2196F3);
}

.gradient-cyan-pink-black {
  background: linear-gradient(#00BCD4, #E91E63, #000);
}

.gradient-cyan-pink-white {
  background: linear-gradient(#00BCD4, #E91E63, #fff);
}

.gradient-cyan-pink-purple {
  background: linear-gradient(#00BCD4, #E91E63, #9C27B0);
}

.gradient-cyan-pink-indigo {
  background: linear-gradient(#00BCD4, #E91E63, #3E51B5);
}

.gradient-cyan-pink-teal {
  background: linear-gradient(#00BCD4, #E91E63, #009688);
}

.gradient-cyan-pink-lime {
  background: linear-gradient(#00BCD4, #E91E63, #CDDC39);
}

.gradient-cyan-pink-yellow {
  background: linear-gradient(#00BCD4, #E91E63, #FFEB3B);
}

.gradient-cyan-pink-amber {
  background: linear-gradient(#00BCD4, #E91E63, #FFC107);
}

.gradient-cyan-pink-orange {
  background: linear-gradient(#00BCD4, #E91E63, #FF9800);
}

.gradient-cyan-pink-lightblue {
  background: linear-gradient(#00BCD4, #E91E63, #03A9F4);
}

.gradient-cyan-pink-lightgreen {
  background: linear-gradient(#00BCD4, #E91E63, #76FF03);
}

.gradient-cyan-pink-deeppurple {
  background: linear-gradient(#00BCD4, #E91E63, #673AB7);
}

.gradient-cyan-pink-deeporange {
  background: linear-gradient(#00BCD4, #E91E63, #DD6E0F);
}

.gradient-cyan-pink-brown {
  background: linear-gradient(#00BCD4, #E91E63, #964B00);
}

.gradient-cyan-pink-grey {
  background: linear-gradient(#00BCD4, #E91E63, #808080);
}

.gradient-cyan-purple {
  background: linear-gradient(#00BCD4, #9C27B0);
}

.gradient-to-top-cyan-purple {
  background: linear-gradient(to top, #00BCD4, #9C27B0);
}

.gradient-to-bottom-cyan-purple {
  background: linear-gradient(to bottom, #00BCD4, #9C27B0);
}

.gradient-to-left-cyan-purple {
  background: linear-gradient(to left, #00BCD4, #9C27B0);
}

.gradient-to-right-cyan-purple {
  background: linear-gradient(to right, #00BCD4, #9C27B0);
}

.gradient-to-top-left-cyan-purple {
  background: linear-gradient(to top left, #00BCD4, #9C27B0);
}

.gradient-to-top-right-cyan-purple {
  background: linear-gradient(to top right, #00BCD4, #9C27B0);
}

.gradient-to-bottom-left-cyan-purple {
  background: linear-gradient(to bottom left, #00BCD4, #9C27B0);
}

.gradient-to-bottom-right-cyan-purple {
  background: linear-gradient(to bottom right, #00BCD4, #9C27B0);
}

.gradient-radial-cyan-purple {
  background: radial-gradient(circle, #00BCD4, #9C27B0);
}

.gradient-cyan-purple-primary {
  background: linear-gradient(#00BCD4, #9C27B0, #03A9F4);
}

.gradient-cyan-purple-secondary {
  background: linear-gradient(#00BCD4, #9C27B0, #333);
}

.gradient-cyan-purple-success {
  background: linear-gradient(#00BCD4, #9C27B0, #28a745);
}

.gradient-cyan-purple-info {
  background: linear-gradient(#00BCD4, #9C27B0, #0DCAF0);
}

.gradient-cyan-purple-warning {
  background: linear-gradient(#00BCD4, #9C27B0, #FFC107);
}

.gradient-cyan-purple-danger {
  background: linear-gradient(#00BCD4, #9C27B0, #DC3545);
}

.gradient-cyan-purple-light {
  background: linear-gradient(#00BCD4, #9C27B0, #f5f5f5);
}

.gradient-cyan-purple-dark {
  background: linear-gradient(#00BCD4, #9C27B0, #212529);
}

.gradient-cyan-purple-red {
  background: linear-gradient(#00BCD4, #9C27B0, #F44336);
}

.gradient-cyan-purple-green {
  background: linear-gradient(#00BCD4, #9C27B0, #4CAF50);
}

.gradient-cyan-purple-blue {
  background: linear-gradient(#00BCD4, #9C27B0, #2196F3);
}

.gradient-cyan-purple-black {
  background: linear-gradient(#00BCD4, #9C27B0, #000);
}

.gradient-cyan-purple-white {
  background: linear-gradient(#00BCD4, #9C27B0, #fff);
}

.gradient-cyan-purple-pink {
  background: linear-gradient(#00BCD4, #9C27B0, #E91E63);
}

.gradient-cyan-purple-indigo {
  background: linear-gradient(#00BCD4, #9C27B0, #3E51B5);
}

.gradient-cyan-purple-teal {
  background: linear-gradient(#00BCD4, #9C27B0, #009688);
}

.gradient-cyan-purple-lime {
  background: linear-gradient(#00BCD4, #9C27B0, #CDDC39);
}

.gradient-cyan-purple-yellow {
  background: linear-gradient(#00BCD4, #9C27B0, #FFEB3B);
}

.gradient-cyan-purple-amber {
  background: linear-gradient(#00BCD4, #9C27B0, #FFC107);
}

.gradient-cyan-purple-orange {
  background: linear-gradient(#00BCD4, #9C27B0, #FF9800);
}

.gradient-cyan-purple-lightblue {
  background: linear-gradient(#00BCD4, #9C27B0, #03A9F4);
}

.gradient-cyan-purple-lightgreen {
  background: linear-gradient(#00BCD4, #9C27B0, #76FF03);
}

.gradient-cyan-purple-deeppurple {
  background: linear-gradient(#00BCD4, #9C27B0, #673AB7);
}

.gradient-cyan-purple-deeporange {
  background: linear-gradient(#00BCD4, #9C27B0, #DD6E0F);
}

.gradient-cyan-purple-brown {
  background: linear-gradient(#00BCD4, #9C27B0, #964B00);
}

.gradient-cyan-purple-grey {
  background: linear-gradient(#00BCD4, #9C27B0, #808080);
}

.gradient-cyan-indigo {
  background: linear-gradient(#00BCD4, #3E51B5);
}

.gradient-to-top-cyan-indigo {
  background: linear-gradient(to top, #00BCD4, #3E51B5);
}

.gradient-to-bottom-cyan-indigo {
  background: linear-gradient(to bottom, #00BCD4, #3E51B5);
}

.gradient-to-left-cyan-indigo {
  background: linear-gradient(to left, #00BCD4, #3E51B5);
}

.gradient-to-right-cyan-indigo {
  background: linear-gradient(to right, #00BCD4, #3E51B5);
}

.gradient-to-top-left-cyan-indigo {
  background: linear-gradient(to top left, #00BCD4, #3E51B5);
}

.gradient-to-top-right-cyan-indigo {
  background: linear-gradient(to top right, #00BCD4, #3E51B5);
}

.gradient-to-bottom-left-cyan-indigo {
  background: linear-gradient(to bottom left, #00BCD4, #3E51B5);
}

.gradient-to-bottom-right-cyan-indigo {
  background: linear-gradient(to bottom right, #00BCD4, #3E51B5);
}

.gradient-radial-cyan-indigo {
  background: radial-gradient(circle, #00BCD4, #3E51B5);
}

.gradient-cyan-indigo-primary {
  background: linear-gradient(#00BCD4, #3E51B5, #03A9F4);
}

.gradient-cyan-indigo-secondary {
  background: linear-gradient(#00BCD4, #3E51B5, #333);
}

.gradient-cyan-indigo-success {
  background: linear-gradient(#00BCD4, #3E51B5, #28a745);
}

.gradient-cyan-indigo-info {
  background: linear-gradient(#00BCD4, #3E51B5, #0DCAF0);
}

.gradient-cyan-indigo-warning {
  background: linear-gradient(#00BCD4, #3E51B5, #FFC107);
}

.gradient-cyan-indigo-danger {
  background: linear-gradient(#00BCD4, #3E51B5, #DC3545);
}

.gradient-cyan-indigo-light {
  background: linear-gradient(#00BCD4, #3E51B5, #f5f5f5);
}

.gradient-cyan-indigo-dark {
  background: linear-gradient(#00BCD4, #3E51B5, #212529);
}

.gradient-cyan-indigo-red {
  background: linear-gradient(#00BCD4, #3E51B5, #F44336);
}

.gradient-cyan-indigo-green {
  background: linear-gradient(#00BCD4, #3E51B5, #4CAF50);
}

.gradient-cyan-indigo-blue {
  background: linear-gradient(#00BCD4, #3E51B5, #2196F3);
}

.gradient-cyan-indigo-black {
  background: linear-gradient(#00BCD4, #3E51B5, #000);
}

.gradient-cyan-indigo-white {
  background: linear-gradient(#00BCD4, #3E51B5, #fff);
}

.gradient-cyan-indigo-pink {
  background: linear-gradient(#00BCD4, #3E51B5, #E91E63);
}

.gradient-cyan-indigo-purple {
  background: linear-gradient(#00BCD4, #3E51B5, #9C27B0);
}

.gradient-cyan-indigo-teal {
  background: linear-gradient(#00BCD4, #3E51B5, #009688);
}

.gradient-cyan-indigo-lime {
  background: linear-gradient(#00BCD4, #3E51B5, #CDDC39);
}

.gradient-cyan-indigo-yellow {
  background: linear-gradient(#00BCD4, #3E51B5, #FFEB3B);
}

.gradient-cyan-indigo-amber {
  background: linear-gradient(#00BCD4, #3E51B5, #FFC107);
}

.gradient-cyan-indigo-orange {
  background: linear-gradient(#00BCD4, #3E51B5, #FF9800);
}

.gradient-cyan-indigo-lightblue {
  background: linear-gradient(#00BCD4, #3E51B5, #03A9F4);
}

.gradient-cyan-indigo-lightgreen {
  background: linear-gradient(#00BCD4, #3E51B5, #76FF03);
}

.gradient-cyan-indigo-deeppurple {
  background: linear-gradient(#00BCD4, #3E51B5, #673AB7);
}

.gradient-cyan-indigo-deeporange {
  background: linear-gradient(#00BCD4, #3E51B5, #DD6E0F);
}

.gradient-cyan-indigo-brown {
  background: linear-gradient(#00BCD4, #3E51B5, #964B00);
}

.gradient-cyan-indigo-grey {
  background: linear-gradient(#00BCD4, #3E51B5, #808080);
}

.gradient-cyan-teal {
  background: linear-gradient(#00BCD4, #009688);
}

.gradient-to-top-cyan-teal {
  background: linear-gradient(to top, #00BCD4, #009688);
}

.gradient-to-bottom-cyan-teal {
  background: linear-gradient(to bottom, #00BCD4, #009688);
}

.gradient-to-left-cyan-teal {
  background: linear-gradient(to left, #00BCD4, #009688);
}

.gradient-to-right-cyan-teal {
  background: linear-gradient(to right, #00BCD4, #009688);
}

.gradient-to-top-left-cyan-teal {
  background: linear-gradient(to top left, #00BCD4, #009688);
}

.gradient-to-top-right-cyan-teal {
  background: linear-gradient(to top right, #00BCD4, #009688);
}

.gradient-to-bottom-left-cyan-teal {
  background: linear-gradient(to bottom left, #00BCD4, #009688);
}

.gradient-to-bottom-right-cyan-teal {
  background: linear-gradient(to bottom right, #00BCD4, #009688);
}

.gradient-radial-cyan-teal {
  background: radial-gradient(circle, #00BCD4, #009688);
}

.gradient-cyan-teal-primary {
  background: linear-gradient(#00BCD4, #009688, #03A9F4);
}

.gradient-cyan-teal-secondary {
  background: linear-gradient(#00BCD4, #009688, #333);
}

.gradient-cyan-teal-success {
  background: linear-gradient(#00BCD4, #009688, #28a745);
}

.gradient-cyan-teal-info {
  background: linear-gradient(#00BCD4, #009688, #0DCAF0);
}

.gradient-cyan-teal-warning {
  background: linear-gradient(#00BCD4, #009688, #FFC107);
}

.gradient-cyan-teal-danger {
  background: linear-gradient(#00BCD4, #009688, #DC3545);
}

.gradient-cyan-teal-light {
  background: linear-gradient(#00BCD4, #009688, #f5f5f5);
}

.gradient-cyan-teal-dark {
  background: linear-gradient(#00BCD4, #009688, #212529);
}

.gradient-cyan-teal-red {
  background: linear-gradient(#00BCD4, #009688, #F44336);
}

.gradient-cyan-teal-green {
  background: linear-gradient(#00BCD4, #009688, #4CAF50);
}

.gradient-cyan-teal-blue {
  background: linear-gradient(#00BCD4, #009688, #2196F3);
}

.gradient-cyan-teal-black {
  background: linear-gradient(#00BCD4, #009688, #000);
}

.gradient-cyan-teal-white {
  background: linear-gradient(#00BCD4, #009688, #fff);
}

.gradient-cyan-teal-pink {
  background: linear-gradient(#00BCD4, #009688, #E91E63);
}

.gradient-cyan-teal-purple {
  background: linear-gradient(#00BCD4, #009688, #9C27B0);
}

.gradient-cyan-teal-indigo {
  background: linear-gradient(#00BCD4, #009688, #3E51B5);
}

.gradient-cyan-teal-lime {
  background: linear-gradient(#00BCD4, #009688, #CDDC39);
}

.gradient-cyan-teal-yellow {
  background: linear-gradient(#00BCD4, #009688, #FFEB3B);
}

.gradient-cyan-teal-amber {
  background: linear-gradient(#00BCD4, #009688, #FFC107);
}

.gradient-cyan-teal-orange {
  background: linear-gradient(#00BCD4, #009688, #FF9800);
}

.gradient-cyan-teal-lightblue {
  background: linear-gradient(#00BCD4, #009688, #03A9F4);
}

.gradient-cyan-teal-lightgreen {
  background: linear-gradient(#00BCD4, #009688, #76FF03);
}

.gradient-cyan-teal-deeppurple {
  background: linear-gradient(#00BCD4, #009688, #673AB7);
}

.gradient-cyan-teal-deeporange {
  background: linear-gradient(#00BCD4, #009688, #DD6E0F);
}

.gradient-cyan-teal-brown {
  background: linear-gradient(#00BCD4, #009688, #964B00);
}

.gradient-cyan-teal-grey {
  background: linear-gradient(#00BCD4, #009688, #808080);
}

.gradient-cyan-lime {
  background: linear-gradient(#00BCD4, #CDDC39);
}

.gradient-to-top-cyan-lime {
  background: linear-gradient(to top, #00BCD4, #CDDC39);
}

.gradient-to-bottom-cyan-lime {
  background: linear-gradient(to bottom, #00BCD4, #CDDC39);
}

.gradient-to-left-cyan-lime {
  background: linear-gradient(to left, #00BCD4, #CDDC39);
}

.gradient-to-right-cyan-lime {
  background: linear-gradient(to right, #00BCD4, #CDDC39);
}

.gradient-to-top-left-cyan-lime {
  background: linear-gradient(to top left, #00BCD4, #CDDC39);
}

.gradient-to-top-right-cyan-lime {
  background: linear-gradient(to top right, #00BCD4, #CDDC39);
}

.gradient-to-bottom-left-cyan-lime {
  background: linear-gradient(to bottom left, #00BCD4, #CDDC39);
}

.gradient-to-bottom-right-cyan-lime {
  background: linear-gradient(to bottom right, #00BCD4, #CDDC39);
}

.gradient-radial-cyan-lime {
  background: radial-gradient(circle, #00BCD4, #CDDC39);
}

.gradient-cyan-lime-primary {
  background: linear-gradient(#00BCD4, #CDDC39, #03A9F4);
}

.gradient-cyan-lime-secondary {
  background: linear-gradient(#00BCD4, #CDDC39, #333);
}

.gradient-cyan-lime-success {
  background: linear-gradient(#00BCD4, #CDDC39, #28a745);
}

.gradient-cyan-lime-info {
  background: linear-gradient(#00BCD4, #CDDC39, #0DCAF0);
}

.gradient-cyan-lime-warning {
  background: linear-gradient(#00BCD4, #CDDC39, #FFC107);
}

.gradient-cyan-lime-danger {
  background: linear-gradient(#00BCD4, #CDDC39, #DC3545);
}

.gradient-cyan-lime-light {
  background: linear-gradient(#00BCD4, #CDDC39, #f5f5f5);
}

.gradient-cyan-lime-dark {
  background: linear-gradient(#00BCD4, #CDDC39, #212529);
}

.gradient-cyan-lime-red {
  background: linear-gradient(#00BCD4, #CDDC39, #F44336);
}

.gradient-cyan-lime-green {
  background: linear-gradient(#00BCD4, #CDDC39, #4CAF50);
}

.gradient-cyan-lime-blue {
  background: linear-gradient(#00BCD4, #CDDC39, #2196F3);
}

.gradient-cyan-lime-black {
  background: linear-gradient(#00BCD4, #CDDC39, #000);
}

.gradient-cyan-lime-white {
  background: linear-gradient(#00BCD4, #CDDC39, #fff);
}

.gradient-cyan-lime-pink {
  background: linear-gradient(#00BCD4, #CDDC39, #E91E63);
}

.gradient-cyan-lime-purple {
  background: linear-gradient(#00BCD4, #CDDC39, #9C27B0);
}

.gradient-cyan-lime-indigo {
  background: linear-gradient(#00BCD4, #CDDC39, #3E51B5);
}

.gradient-cyan-lime-teal {
  background: linear-gradient(#00BCD4, #CDDC39, #009688);
}

.gradient-cyan-lime-yellow {
  background: linear-gradient(#00BCD4, #CDDC39, #FFEB3B);
}

.gradient-cyan-lime-amber {
  background: linear-gradient(#00BCD4, #CDDC39, #FFC107);
}

.gradient-cyan-lime-orange {
  background: linear-gradient(#00BCD4, #CDDC39, #FF9800);
}

.gradient-cyan-lime-lightblue {
  background: linear-gradient(#00BCD4, #CDDC39, #03A9F4);
}

.gradient-cyan-lime-lightgreen {
  background: linear-gradient(#00BCD4, #CDDC39, #76FF03);
}

.gradient-cyan-lime-deeppurple {
  background: linear-gradient(#00BCD4, #CDDC39, #673AB7);
}

.gradient-cyan-lime-deeporange {
  background: linear-gradient(#00BCD4, #CDDC39, #DD6E0F);
}

.gradient-cyan-lime-brown {
  background: linear-gradient(#00BCD4, #CDDC39, #964B00);
}

.gradient-cyan-lime-grey {
  background: linear-gradient(#00BCD4, #CDDC39, #808080);
}

.gradient-cyan-yellow {
  background: linear-gradient(#00BCD4, #FFEB3B);
}

.gradient-to-top-cyan-yellow {
  background: linear-gradient(to top, #00BCD4, #FFEB3B);
}

.gradient-to-bottom-cyan-yellow {
  background: linear-gradient(to bottom, #00BCD4, #FFEB3B);
}

.gradient-to-left-cyan-yellow {
  background: linear-gradient(to left, #00BCD4, #FFEB3B);
}

.gradient-to-right-cyan-yellow {
  background: linear-gradient(to right, #00BCD4, #FFEB3B);
}

.gradient-to-top-left-cyan-yellow {
  background: linear-gradient(to top left, #00BCD4, #FFEB3B);
}

.gradient-to-top-right-cyan-yellow {
  background: linear-gradient(to top right, #00BCD4, #FFEB3B);
}

.gradient-to-bottom-left-cyan-yellow {
  background: linear-gradient(to bottom left, #00BCD4, #FFEB3B);
}

.gradient-to-bottom-right-cyan-yellow {
  background: linear-gradient(to bottom right, #00BCD4, #FFEB3B);
}

.gradient-radial-cyan-yellow {
  background: radial-gradient(circle, #00BCD4, #FFEB3B);
}

.gradient-cyan-yellow-primary {
  background: linear-gradient(#00BCD4, #FFEB3B, #03A9F4);
}

.gradient-cyan-yellow-secondary {
  background: linear-gradient(#00BCD4, #FFEB3B, #333);
}

.gradient-cyan-yellow-success {
  background: linear-gradient(#00BCD4, #FFEB3B, #28a745);
}

.gradient-cyan-yellow-info {
  background: linear-gradient(#00BCD4, #FFEB3B, #0DCAF0);
}

.gradient-cyan-yellow-warning {
  background: linear-gradient(#00BCD4, #FFEB3B, #FFC107);
}

.gradient-cyan-yellow-danger {
  background: linear-gradient(#00BCD4, #FFEB3B, #DC3545);
}

.gradient-cyan-yellow-light {
  background: linear-gradient(#00BCD4, #FFEB3B, #f5f5f5);
}

.gradient-cyan-yellow-dark {
  background: linear-gradient(#00BCD4, #FFEB3B, #212529);
}

.gradient-cyan-yellow-red {
  background: linear-gradient(#00BCD4, #FFEB3B, #F44336);
}

.gradient-cyan-yellow-green {
  background: linear-gradient(#00BCD4, #FFEB3B, #4CAF50);
}

.gradient-cyan-yellow-blue {
  background: linear-gradient(#00BCD4, #FFEB3B, #2196F3);
}

.gradient-cyan-yellow-black {
  background: linear-gradient(#00BCD4, #FFEB3B, #000);
}

.gradient-cyan-yellow-white {
  background: linear-gradient(#00BCD4, #FFEB3B, #fff);
}

.gradient-cyan-yellow-pink {
  background: linear-gradient(#00BCD4, #FFEB3B, #E91E63);
}

.gradient-cyan-yellow-purple {
  background: linear-gradient(#00BCD4, #FFEB3B, #9C27B0);
}

.gradient-cyan-yellow-indigo {
  background: linear-gradient(#00BCD4, #FFEB3B, #3E51B5);
}

.gradient-cyan-yellow-teal {
  background: linear-gradient(#00BCD4, #FFEB3B, #009688);
}

.gradient-cyan-yellow-lime {
  background: linear-gradient(#00BCD4, #FFEB3B, #CDDC39);
}

.gradient-cyan-yellow-amber {
  background: linear-gradient(#00BCD4, #FFEB3B, #FFC107);
}

.gradient-cyan-yellow-orange {
  background: linear-gradient(#00BCD4, #FFEB3B, #FF9800);
}

.gradient-cyan-yellow-lightblue {
  background: linear-gradient(#00BCD4, #FFEB3B, #03A9F4);
}

.gradient-cyan-yellow-lightgreen {
  background: linear-gradient(#00BCD4, #FFEB3B, #76FF03);
}

.gradient-cyan-yellow-deeppurple {
  background: linear-gradient(#00BCD4, #FFEB3B, #673AB7);
}

.gradient-cyan-yellow-deeporange {
  background: linear-gradient(#00BCD4, #FFEB3B, #DD6E0F);
}

.gradient-cyan-yellow-brown {
  background: linear-gradient(#00BCD4, #FFEB3B, #964B00);
}

.gradient-cyan-yellow-grey {
  background: linear-gradient(#00BCD4, #FFEB3B, #808080);
}

.gradient-cyan-amber {
  background: linear-gradient(#00BCD4, #FFC107);
}

.gradient-to-top-cyan-amber {
  background: linear-gradient(to top, #00BCD4, #FFC107);
}

.gradient-to-bottom-cyan-amber {
  background: linear-gradient(to bottom, #00BCD4, #FFC107);
}

.gradient-to-left-cyan-amber {
  background: linear-gradient(to left, #00BCD4, #FFC107);
}

.gradient-to-right-cyan-amber {
  background: linear-gradient(to right, #00BCD4, #FFC107);
}

.gradient-to-top-left-cyan-amber {
  background: linear-gradient(to top left, #00BCD4, #FFC107);
}

.gradient-to-top-right-cyan-amber {
  background: linear-gradient(to top right, #00BCD4, #FFC107);
}

.gradient-to-bottom-left-cyan-amber {
  background: linear-gradient(to bottom left, #00BCD4, #FFC107);
}

.gradient-to-bottom-right-cyan-amber {
  background: linear-gradient(to bottom right, #00BCD4, #FFC107);
}

.gradient-radial-cyan-amber {
  background: radial-gradient(circle, #00BCD4, #FFC107);
}

.gradient-cyan-amber-primary {
  background: linear-gradient(#00BCD4, #FFC107, #03A9F4);
}

.gradient-cyan-amber-secondary {
  background: linear-gradient(#00BCD4, #FFC107, #333);
}

.gradient-cyan-amber-success {
  background: linear-gradient(#00BCD4, #FFC107, #28a745);
}

.gradient-cyan-amber-info {
  background: linear-gradient(#00BCD4, #FFC107, #0DCAF0);
}

.gradient-cyan-amber-warning {
  background: linear-gradient(#00BCD4, #FFC107, #FFC107);
}

.gradient-cyan-amber-danger {
  background: linear-gradient(#00BCD4, #FFC107, #DC3545);
}

.gradient-cyan-amber-light {
  background: linear-gradient(#00BCD4, #FFC107, #f5f5f5);
}

.gradient-cyan-amber-dark {
  background: linear-gradient(#00BCD4, #FFC107, #212529);
}

.gradient-cyan-amber-red {
  background: linear-gradient(#00BCD4, #FFC107, #F44336);
}

.gradient-cyan-amber-green {
  background: linear-gradient(#00BCD4, #FFC107, #4CAF50);
}

.gradient-cyan-amber-blue {
  background: linear-gradient(#00BCD4, #FFC107, #2196F3);
}

.gradient-cyan-amber-black {
  background: linear-gradient(#00BCD4, #FFC107, #000);
}

.gradient-cyan-amber-white {
  background: linear-gradient(#00BCD4, #FFC107, #fff);
}

.gradient-cyan-amber-pink {
  background: linear-gradient(#00BCD4, #FFC107, #E91E63);
}

.gradient-cyan-amber-purple {
  background: linear-gradient(#00BCD4, #FFC107, #9C27B0);
}

.gradient-cyan-amber-indigo {
  background: linear-gradient(#00BCD4, #FFC107, #3E51B5);
}

.gradient-cyan-amber-teal {
  background: linear-gradient(#00BCD4, #FFC107, #009688);
}

.gradient-cyan-amber-lime {
  background: linear-gradient(#00BCD4, #FFC107, #CDDC39);
}

.gradient-cyan-amber-yellow {
  background: linear-gradient(#00BCD4, #FFC107, #FFEB3B);
}

.gradient-cyan-amber-orange {
  background: linear-gradient(#00BCD4, #FFC107, #FF9800);
}

.gradient-cyan-amber-lightblue {
  background: linear-gradient(#00BCD4, #FFC107, #03A9F4);
}

.gradient-cyan-amber-lightgreen {
  background: linear-gradient(#00BCD4, #FFC107, #76FF03);
}

.gradient-cyan-amber-deeppurple {
  background: linear-gradient(#00BCD4, #FFC107, #673AB7);
}

.gradient-cyan-amber-deeporange {
  background: linear-gradient(#00BCD4, #FFC107, #DD6E0F);
}

.gradient-cyan-amber-brown {
  background: linear-gradient(#00BCD4, #FFC107, #964B00);
}

.gradient-cyan-amber-grey {
  background: linear-gradient(#00BCD4, #FFC107, #808080);
}

.gradient-cyan-orange {
  background: linear-gradient(#00BCD4, #FF9800);
}

.gradient-to-top-cyan-orange {
  background: linear-gradient(to top, #00BCD4, #FF9800);
}

.gradient-to-bottom-cyan-orange {
  background: linear-gradient(to bottom, #00BCD4, #FF9800);
}

.gradient-to-left-cyan-orange {
  background: linear-gradient(to left, #00BCD4, #FF9800);
}

.gradient-to-right-cyan-orange {
  background: linear-gradient(to right, #00BCD4, #FF9800);
}

.gradient-to-top-left-cyan-orange {
  background: linear-gradient(to top left, #00BCD4, #FF9800);
}

.gradient-to-top-right-cyan-orange {
  background: linear-gradient(to top right, #00BCD4, #FF9800);
}

.gradient-to-bottom-left-cyan-orange {
  background: linear-gradient(to bottom left, #00BCD4, #FF9800);
}

.gradient-to-bottom-right-cyan-orange {
  background: linear-gradient(to bottom right, #00BCD4, #FF9800);
}

.gradient-radial-cyan-orange {
  background: radial-gradient(circle, #00BCD4, #FF9800);
}

.gradient-cyan-orange-primary {
  background: linear-gradient(#00BCD4, #FF9800, #03A9F4);
}

.gradient-cyan-orange-secondary {
  background: linear-gradient(#00BCD4, #FF9800, #333);
}

.gradient-cyan-orange-success {
  background: linear-gradient(#00BCD4, #FF9800, #28a745);
}

.gradient-cyan-orange-info {
  background: linear-gradient(#00BCD4, #FF9800, #0DCAF0);
}

.gradient-cyan-orange-warning {
  background: linear-gradient(#00BCD4, #FF9800, #FFC107);
}

.gradient-cyan-orange-danger {
  background: linear-gradient(#00BCD4, #FF9800, #DC3545);
}

.gradient-cyan-orange-light {
  background: linear-gradient(#00BCD4, #FF9800, #f5f5f5);
}

.gradient-cyan-orange-dark {
  background: linear-gradient(#00BCD4, #FF9800, #212529);
}

.gradient-cyan-orange-red {
  background: linear-gradient(#00BCD4, #FF9800, #F44336);
}

.gradient-cyan-orange-green {
  background: linear-gradient(#00BCD4, #FF9800, #4CAF50);
}

.gradient-cyan-orange-blue {
  background: linear-gradient(#00BCD4, #FF9800, #2196F3);
}

.gradient-cyan-orange-black {
  background: linear-gradient(#00BCD4, #FF9800, #000);
}

.gradient-cyan-orange-white {
  background: linear-gradient(#00BCD4, #FF9800, #fff);
}

.gradient-cyan-orange-pink {
  background: linear-gradient(#00BCD4, #FF9800, #E91E63);
}

.gradient-cyan-orange-purple {
  background: linear-gradient(#00BCD4, #FF9800, #9C27B0);
}

.gradient-cyan-orange-indigo {
  background: linear-gradient(#00BCD4, #FF9800, #3E51B5);
}

.gradient-cyan-orange-teal {
  background: linear-gradient(#00BCD4, #FF9800, #009688);
}

.gradient-cyan-orange-lime {
  background: linear-gradient(#00BCD4, #FF9800, #CDDC39);
}

.gradient-cyan-orange-yellow {
  background: linear-gradient(#00BCD4, #FF9800, #FFEB3B);
}

.gradient-cyan-orange-amber {
  background: linear-gradient(#00BCD4, #FF9800, #FFC107);
}

.gradient-cyan-orange-lightblue {
  background: linear-gradient(#00BCD4, #FF9800, #03A9F4);
}

.gradient-cyan-orange-lightgreen {
  background: linear-gradient(#00BCD4, #FF9800, #76FF03);
}

.gradient-cyan-orange-deeppurple {
  background: linear-gradient(#00BCD4, #FF9800, #673AB7);
}

.gradient-cyan-orange-deeporange {
  background: linear-gradient(#00BCD4, #FF9800, #DD6E0F);
}

.gradient-cyan-orange-brown {
  background: linear-gradient(#00BCD4, #FF9800, #964B00);
}

.gradient-cyan-orange-grey {
  background: linear-gradient(#00BCD4, #FF9800, #808080);
}

.gradient-cyan-lightblue {
  background: linear-gradient(#00BCD4, #03A9F4);
}

.gradient-to-top-cyan-lightblue {
  background: linear-gradient(to top, #00BCD4, #03A9F4);
}

.gradient-to-bottom-cyan-lightblue {
  background: linear-gradient(to bottom, #00BCD4, #03A9F4);
}

.gradient-to-left-cyan-lightblue {
  background: linear-gradient(to left, #00BCD4, #03A9F4);
}

.gradient-to-right-cyan-lightblue {
  background: linear-gradient(to right, #00BCD4, #03A9F4);
}

.gradient-to-top-left-cyan-lightblue {
  background: linear-gradient(to top left, #00BCD4, #03A9F4);
}

.gradient-to-top-right-cyan-lightblue {
  background: linear-gradient(to top right, #00BCD4, #03A9F4);
}

.gradient-to-bottom-left-cyan-lightblue {
  background: linear-gradient(to bottom left, #00BCD4, #03A9F4);
}

.gradient-to-bottom-right-cyan-lightblue {
  background: linear-gradient(to bottom right, #00BCD4, #03A9F4);
}

.gradient-radial-cyan-lightblue {
  background: radial-gradient(circle, #00BCD4, #03A9F4);
}

.gradient-cyan-lightblue-primary {
  background: linear-gradient(#00BCD4, #03A9F4, #03A9F4);
}

.gradient-cyan-lightblue-secondary {
  background: linear-gradient(#00BCD4, #03A9F4, #333);
}

.gradient-cyan-lightblue-success {
  background: linear-gradient(#00BCD4, #03A9F4, #28a745);
}

.gradient-cyan-lightblue-info {
  background: linear-gradient(#00BCD4, #03A9F4, #0DCAF0);
}

.gradient-cyan-lightblue-warning {
  background: linear-gradient(#00BCD4, #03A9F4, #FFC107);
}

.gradient-cyan-lightblue-danger {
  background: linear-gradient(#00BCD4, #03A9F4, #DC3545);
}

.gradient-cyan-lightblue-light {
  background: linear-gradient(#00BCD4, #03A9F4, #f5f5f5);
}

.gradient-cyan-lightblue-dark {
  background: linear-gradient(#00BCD4, #03A9F4, #212529);
}

.gradient-cyan-lightblue-red {
  background: linear-gradient(#00BCD4, #03A9F4, #F44336);
}

.gradient-cyan-lightblue-green {
  background: linear-gradient(#00BCD4, #03A9F4, #4CAF50);
}

.gradient-cyan-lightblue-blue {
  background: linear-gradient(#00BCD4, #03A9F4, #2196F3);
}

.gradient-cyan-lightblue-black {
  background: linear-gradient(#00BCD4, #03A9F4, #000);
}

.gradient-cyan-lightblue-white {
  background: linear-gradient(#00BCD4, #03A9F4, #fff);
}

.gradient-cyan-lightblue-pink {
  background: linear-gradient(#00BCD4, #03A9F4, #E91E63);
}

.gradient-cyan-lightblue-purple {
  background: linear-gradient(#00BCD4, #03A9F4, #9C27B0);
}

.gradient-cyan-lightblue-indigo {
  background: linear-gradient(#00BCD4, #03A9F4, #3E51B5);
}

.gradient-cyan-lightblue-teal {
  background: linear-gradient(#00BCD4, #03A9F4, #009688);
}

.gradient-cyan-lightblue-lime {
  background: linear-gradient(#00BCD4, #03A9F4, #CDDC39);
}

.gradient-cyan-lightblue-yellow {
  background: linear-gradient(#00BCD4, #03A9F4, #FFEB3B);
}

.gradient-cyan-lightblue-amber {
  background: linear-gradient(#00BCD4, #03A9F4, #FFC107);
}

.gradient-cyan-lightblue-orange {
  background: linear-gradient(#00BCD4, #03A9F4, #FF9800);
}

.gradient-cyan-lightblue-lightgreen {
  background: linear-gradient(#00BCD4, #03A9F4, #76FF03);
}

.gradient-cyan-lightblue-deeppurple {
  background: linear-gradient(#00BCD4, #03A9F4, #673AB7);
}

.gradient-cyan-lightblue-deeporange {
  background: linear-gradient(#00BCD4, #03A9F4, #DD6E0F);
}

.gradient-cyan-lightblue-brown {
  background: linear-gradient(#00BCD4, #03A9F4, #964B00);
}

.gradient-cyan-lightblue-grey {
  background: linear-gradient(#00BCD4, #03A9F4, #808080);
}

.gradient-cyan-lightgreen {
  background: linear-gradient(#00BCD4, #76FF03);
}

.gradient-to-top-cyan-lightgreen {
  background: linear-gradient(to top, #00BCD4, #76FF03);
}

.gradient-to-bottom-cyan-lightgreen {
  background: linear-gradient(to bottom, #00BCD4, #76FF03);
}

.gradient-to-left-cyan-lightgreen {
  background: linear-gradient(to left, #00BCD4, #76FF03);
}

.gradient-to-right-cyan-lightgreen {
  background: linear-gradient(to right, #00BCD4, #76FF03);
}

.gradient-to-top-left-cyan-lightgreen {
  background: linear-gradient(to top left, #00BCD4, #76FF03);
}

.gradient-to-top-right-cyan-lightgreen {
  background: linear-gradient(to top right, #00BCD4, #76FF03);
}

.gradient-to-bottom-left-cyan-lightgreen {
  background: linear-gradient(to bottom left, #00BCD4, #76FF03);
}

.gradient-to-bottom-right-cyan-lightgreen {
  background: linear-gradient(to bottom right, #00BCD4, #76FF03);
}

.gradient-radial-cyan-lightgreen {
  background: radial-gradient(circle, #00BCD4, #76FF03);
}

.gradient-cyan-lightgreen-primary {
  background: linear-gradient(#00BCD4, #76FF03, #03A9F4);
}

.gradient-cyan-lightgreen-secondary {
  background: linear-gradient(#00BCD4, #76FF03, #333);
}

.gradient-cyan-lightgreen-success {
  background: linear-gradient(#00BCD4, #76FF03, #28a745);
}

.gradient-cyan-lightgreen-info {
  background: linear-gradient(#00BCD4, #76FF03, #0DCAF0);
}

.gradient-cyan-lightgreen-warning {
  background: linear-gradient(#00BCD4, #76FF03, #FFC107);
}

.gradient-cyan-lightgreen-danger {
  background: linear-gradient(#00BCD4, #76FF03, #DC3545);
}

.gradient-cyan-lightgreen-light {
  background: linear-gradient(#00BCD4, #76FF03, #f5f5f5);
}

.gradient-cyan-lightgreen-dark {
  background: linear-gradient(#00BCD4, #76FF03, #212529);
}

.gradient-cyan-lightgreen-red {
  background: linear-gradient(#00BCD4, #76FF03, #F44336);
}

.gradient-cyan-lightgreen-green {
  background: linear-gradient(#00BCD4, #76FF03, #4CAF50);
}

.gradient-cyan-lightgreen-blue {
  background: linear-gradient(#00BCD4, #76FF03, #2196F3);
}

.gradient-cyan-lightgreen-black {
  background: linear-gradient(#00BCD4, #76FF03, #000);
}

.gradient-cyan-lightgreen-white {
  background: linear-gradient(#00BCD4, #76FF03, #fff);
}

.gradient-cyan-lightgreen-pink {
  background: linear-gradient(#00BCD4, #76FF03, #E91E63);
}

.gradient-cyan-lightgreen-purple {
  background: linear-gradient(#00BCD4, #76FF03, #9C27B0);
}

.gradient-cyan-lightgreen-indigo {
  background: linear-gradient(#00BCD4, #76FF03, #3E51B5);
}

.gradient-cyan-lightgreen-teal {
  background: linear-gradient(#00BCD4, #76FF03, #009688);
}

.gradient-cyan-lightgreen-lime {
  background: linear-gradient(#00BCD4, #76FF03, #CDDC39);
}

.gradient-cyan-lightgreen-yellow {
  background: linear-gradient(#00BCD4, #76FF03, #FFEB3B);
}

.gradient-cyan-lightgreen-amber {
  background: linear-gradient(#00BCD4, #76FF03, #FFC107);
}

.gradient-cyan-lightgreen-orange {
  background: linear-gradient(#00BCD4, #76FF03, #FF9800);
}

.gradient-cyan-lightgreen-lightblue {
  background: linear-gradient(#00BCD4, #76FF03, #03A9F4);
}

.gradient-cyan-lightgreen-deeppurple {
  background: linear-gradient(#00BCD4, #76FF03, #673AB7);
}

.gradient-cyan-lightgreen-deeporange {
  background: linear-gradient(#00BCD4, #76FF03, #DD6E0F);
}

.gradient-cyan-lightgreen-brown {
  background: linear-gradient(#00BCD4, #76FF03, #964B00);
}

.gradient-cyan-lightgreen-grey {
  background: linear-gradient(#00BCD4, #76FF03, #808080);
}

.gradient-cyan-deeppurple {
  background: linear-gradient(#00BCD4, #673AB7);
}

.gradient-to-top-cyan-deeppurple {
  background: linear-gradient(to top, #00BCD4, #673AB7);
}

.gradient-to-bottom-cyan-deeppurple {
  background: linear-gradient(to bottom, #00BCD4, #673AB7);
}

.gradient-to-left-cyan-deeppurple {
  background: linear-gradient(to left, #00BCD4, #673AB7);
}

.gradient-to-right-cyan-deeppurple {
  background: linear-gradient(to right, #00BCD4, #673AB7);
}

.gradient-to-top-left-cyan-deeppurple {
  background: linear-gradient(to top left, #00BCD4, #673AB7);
}

.gradient-to-top-right-cyan-deeppurple {
  background: linear-gradient(to top right, #00BCD4, #673AB7);
}

.gradient-to-bottom-left-cyan-deeppurple {
  background: linear-gradient(to bottom left, #00BCD4, #673AB7);
}

.gradient-to-bottom-right-cyan-deeppurple {
  background: linear-gradient(to bottom right, #00BCD4, #673AB7);
}

.gradient-radial-cyan-deeppurple {
  background: radial-gradient(circle, #00BCD4, #673AB7);
}

.gradient-cyan-deeppurple-primary {
  background: linear-gradient(#00BCD4, #673AB7, #03A9F4);
}

.gradient-cyan-deeppurple-secondary {
  background: linear-gradient(#00BCD4, #673AB7, #333);
}

.gradient-cyan-deeppurple-success {
  background: linear-gradient(#00BCD4, #673AB7, #28a745);
}

.gradient-cyan-deeppurple-info {
  background: linear-gradient(#00BCD4, #673AB7, #0DCAF0);
}

.gradient-cyan-deeppurple-warning {
  background: linear-gradient(#00BCD4, #673AB7, #FFC107);
}

.gradient-cyan-deeppurple-danger {
  background: linear-gradient(#00BCD4, #673AB7, #DC3545);
}

.gradient-cyan-deeppurple-light {
  background: linear-gradient(#00BCD4, #673AB7, #f5f5f5);
}

.gradient-cyan-deeppurple-dark {
  background: linear-gradient(#00BCD4, #673AB7, #212529);
}

.gradient-cyan-deeppurple-red {
  background: linear-gradient(#00BCD4, #673AB7, #F44336);
}

.gradient-cyan-deeppurple-green {
  background: linear-gradient(#00BCD4, #673AB7, #4CAF50);
}

.gradient-cyan-deeppurple-blue {
  background: linear-gradient(#00BCD4, #673AB7, #2196F3);
}

.gradient-cyan-deeppurple-black {
  background: linear-gradient(#00BCD4, #673AB7, #000);
}

.gradient-cyan-deeppurple-white {
  background: linear-gradient(#00BCD4, #673AB7, #fff);
}

.gradient-cyan-deeppurple-pink {
  background: linear-gradient(#00BCD4, #673AB7, #E91E63);
}

.gradient-cyan-deeppurple-purple {
  background: linear-gradient(#00BCD4, #673AB7, #9C27B0);
}

.gradient-cyan-deeppurple-indigo {
  background: linear-gradient(#00BCD4, #673AB7, #3E51B5);
}

.gradient-cyan-deeppurple-teal {
  background: linear-gradient(#00BCD4, #673AB7, #009688);
}

.gradient-cyan-deeppurple-lime {
  background: linear-gradient(#00BCD4, #673AB7, #CDDC39);
}

.gradient-cyan-deeppurple-yellow {
  background: linear-gradient(#00BCD4, #673AB7, #FFEB3B);
}

.gradient-cyan-deeppurple-amber {
  background: linear-gradient(#00BCD4, #673AB7, #FFC107);
}

.gradient-cyan-deeppurple-orange {
  background: linear-gradient(#00BCD4, #673AB7, #FF9800);
}

.gradient-cyan-deeppurple-lightblue {
  background: linear-gradient(#00BCD4, #673AB7, #03A9F4);
}

.gradient-cyan-deeppurple-lightgreen {
  background: linear-gradient(#00BCD4, #673AB7, #76FF03);
}

.gradient-cyan-deeppurple-deeporange {
  background: linear-gradient(#00BCD4, #673AB7, #DD6E0F);
}

.gradient-cyan-deeppurple-brown {
  background: linear-gradient(#00BCD4, #673AB7, #964B00);
}

.gradient-cyan-deeppurple-grey {
  background: linear-gradient(#00BCD4, #673AB7, #808080);
}

.gradient-cyan-deeporange {
  background: linear-gradient(#00BCD4, #DD6E0F);
}

.gradient-to-top-cyan-deeporange {
  background: linear-gradient(to top, #00BCD4, #DD6E0F);
}

.gradient-to-bottom-cyan-deeporange {
  background: linear-gradient(to bottom, #00BCD4, #DD6E0F);
}

.gradient-to-left-cyan-deeporange {
  background: linear-gradient(to left, #00BCD4, #DD6E0F);
}

.gradient-to-right-cyan-deeporange {
  background: linear-gradient(to right, #00BCD4, #DD6E0F);
}

.gradient-to-top-left-cyan-deeporange {
  background: linear-gradient(to top left, #00BCD4, #DD6E0F);
}

.gradient-to-top-right-cyan-deeporange {
  background: linear-gradient(to top right, #00BCD4, #DD6E0F);
}

.gradient-to-bottom-left-cyan-deeporange {
  background: linear-gradient(to bottom left, #00BCD4, #DD6E0F);
}

.gradient-to-bottom-right-cyan-deeporange {
  background: linear-gradient(to bottom right, #00BCD4, #DD6E0F);
}

.gradient-radial-cyan-deeporange {
  background: radial-gradient(circle, #00BCD4, #DD6E0F);
}

.gradient-cyan-deeporange-primary {
  background: linear-gradient(#00BCD4, #DD6E0F, #03A9F4);
}

.gradient-cyan-deeporange-secondary {
  background: linear-gradient(#00BCD4, #DD6E0F, #333);
}

.gradient-cyan-deeporange-success {
  background: linear-gradient(#00BCD4, #DD6E0F, #28a745);
}

.gradient-cyan-deeporange-info {
  background: linear-gradient(#00BCD4, #DD6E0F, #0DCAF0);
}

.gradient-cyan-deeporange-warning {
  background: linear-gradient(#00BCD4, #DD6E0F, #FFC107);
}

.gradient-cyan-deeporange-danger {
  background: linear-gradient(#00BCD4, #DD6E0F, #DC3545);
}

.gradient-cyan-deeporange-light {
  background: linear-gradient(#00BCD4, #DD6E0F, #f5f5f5);
}

.gradient-cyan-deeporange-dark {
  background: linear-gradient(#00BCD4, #DD6E0F, #212529);
}

.gradient-cyan-deeporange-red {
  background: linear-gradient(#00BCD4, #DD6E0F, #F44336);
}

.gradient-cyan-deeporange-green {
  background: linear-gradient(#00BCD4, #DD6E0F, #4CAF50);
}

.gradient-cyan-deeporange-blue {
  background: linear-gradient(#00BCD4, #DD6E0F, #2196F3);
}

.gradient-cyan-deeporange-black {
  background: linear-gradient(#00BCD4, #DD6E0F, #000);
}

.gradient-cyan-deeporange-white {
  background: linear-gradient(#00BCD4, #DD6E0F, #fff);
}

.gradient-cyan-deeporange-pink {
  background: linear-gradient(#00BCD4, #DD6E0F, #E91E63);
}

.gradient-cyan-deeporange-purple {
  background: linear-gradient(#00BCD4, #DD6E0F, #9C27B0);
}

.gradient-cyan-deeporange-indigo {
  background: linear-gradient(#00BCD4, #DD6E0F, #3E51B5);
}

.gradient-cyan-deeporange-teal {
  background: linear-gradient(#00BCD4, #DD6E0F, #009688);
}

.gradient-cyan-deeporange-lime {
  background: linear-gradient(#00BCD4, #DD6E0F, #CDDC39);
}

.gradient-cyan-deeporange-yellow {
  background: linear-gradient(#00BCD4, #DD6E0F, #FFEB3B);
}

.gradient-cyan-deeporange-amber {
  background: linear-gradient(#00BCD4, #DD6E0F, #FFC107);
}

.gradient-cyan-deeporange-orange {
  background: linear-gradient(#00BCD4, #DD6E0F, #FF9800);
}

.gradient-cyan-deeporange-lightblue {
  background: linear-gradient(#00BCD4, #DD6E0F, #03A9F4);
}

.gradient-cyan-deeporange-lightgreen {
  background: linear-gradient(#00BCD4, #DD6E0F, #76FF03);
}

.gradient-cyan-deeporange-deeppurple {
  background: linear-gradient(#00BCD4, #DD6E0F, #673AB7);
}

.gradient-cyan-deeporange-brown {
  background: linear-gradient(#00BCD4, #DD6E0F, #964B00);
}

.gradient-cyan-deeporange-grey {
  background: linear-gradient(#00BCD4, #DD6E0F, #808080);
}

.gradient-cyan-brown {
  background: linear-gradient(#00BCD4, #964B00);
}

.gradient-to-top-cyan-brown {
  background: linear-gradient(to top, #00BCD4, #964B00);
}

.gradient-to-bottom-cyan-brown {
  background: linear-gradient(to bottom, #00BCD4, #964B00);
}

.gradient-to-left-cyan-brown {
  background: linear-gradient(to left, #00BCD4, #964B00);
}

.gradient-to-right-cyan-brown {
  background: linear-gradient(to right, #00BCD4, #964B00);
}

.gradient-to-top-left-cyan-brown {
  background: linear-gradient(to top left, #00BCD4, #964B00);
}

.gradient-to-top-right-cyan-brown {
  background: linear-gradient(to top right, #00BCD4, #964B00);
}

.gradient-to-bottom-left-cyan-brown {
  background: linear-gradient(to bottom left, #00BCD4, #964B00);
}

.gradient-to-bottom-right-cyan-brown {
  background: linear-gradient(to bottom right, #00BCD4, #964B00);
}

.gradient-radial-cyan-brown {
  background: radial-gradient(circle, #00BCD4, #964B00);
}

.gradient-cyan-brown-primary {
  background: linear-gradient(#00BCD4, #964B00, #03A9F4);
}

.gradient-cyan-brown-secondary {
  background: linear-gradient(#00BCD4, #964B00, #333);
}

.gradient-cyan-brown-success {
  background: linear-gradient(#00BCD4, #964B00, #28a745);
}

.gradient-cyan-brown-info {
  background: linear-gradient(#00BCD4, #964B00, #0DCAF0);
}

.gradient-cyan-brown-warning {
  background: linear-gradient(#00BCD4, #964B00, #FFC107);
}

.gradient-cyan-brown-danger {
  background: linear-gradient(#00BCD4, #964B00, #DC3545);
}

.gradient-cyan-brown-light {
  background: linear-gradient(#00BCD4, #964B00, #f5f5f5);
}

.gradient-cyan-brown-dark {
  background: linear-gradient(#00BCD4, #964B00, #212529);
}

.gradient-cyan-brown-red {
  background: linear-gradient(#00BCD4, #964B00, #F44336);
}

.gradient-cyan-brown-green {
  background: linear-gradient(#00BCD4, #964B00, #4CAF50);
}

.gradient-cyan-brown-blue {
  background: linear-gradient(#00BCD4, #964B00, #2196F3);
}

.gradient-cyan-brown-black {
  background: linear-gradient(#00BCD4, #964B00, #000);
}

.gradient-cyan-brown-white {
  background: linear-gradient(#00BCD4, #964B00, #fff);
}

.gradient-cyan-brown-pink {
  background: linear-gradient(#00BCD4, #964B00, #E91E63);
}

.gradient-cyan-brown-purple {
  background: linear-gradient(#00BCD4, #964B00, #9C27B0);
}

.gradient-cyan-brown-indigo {
  background: linear-gradient(#00BCD4, #964B00, #3E51B5);
}

.gradient-cyan-brown-teal {
  background: linear-gradient(#00BCD4, #964B00, #009688);
}

.gradient-cyan-brown-lime {
  background: linear-gradient(#00BCD4, #964B00, #CDDC39);
}

.gradient-cyan-brown-yellow {
  background: linear-gradient(#00BCD4, #964B00, #FFEB3B);
}

.gradient-cyan-brown-amber {
  background: linear-gradient(#00BCD4, #964B00, #FFC107);
}

.gradient-cyan-brown-orange {
  background: linear-gradient(#00BCD4, #964B00, #FF9800);
}

.gradient-cyan-brown-lightblue {
  background: linear-gradient(#00BCD4, #964B00, #03A9F4);
}

.gradient-cyan-brown-lightgreen {
  background: linear-gradient(#00BCD4, #964B00, #76FF03);
}

.gradient-cyan-brown-deeppurple {
  background: linear-gradient(#00BCD4, #964B00, #673AB7);
}

.gradient-cyan-brown-deeporange {
  background: linear-gradient(#00BCD4, #964B00, #DD6E0F);
}

.gradient-cyan-brown-grey {
  background: linear-gradient(#00BCD4, #964B00, #808080);
}

.gradient-cyan-grey {
  background: linear-gradient(#00BCD4, #808080);
}

.gradient-to-top-cyan-grey {
  background: linear-gradient(to top, #00BCD4, #808080);
}

.gradient-to-bottom-cyan-grey {
  background: linear-gradient(to bottom, #00BCD4, #808080);
}

.gradient-to-left-cyan-grey {
  background: linear-gradient(to left, #00BCD4, #808080);
}

.gradient-to-right-cyan-grey {
  background: linear-gradient(to right, #00BCD4, #808080);
}

.gradient-to-top-left-cyan-grey {
  background: linear-gradient(to top left, #00BCD4, #808080);
}

.gradient-to-top-right-cyan-grey {
  background: linear-gradient(to top right, #00BCD4, #808080);
}

.gradient-to-bottom-left-cyan-grey {
  background: linear-gradient(to bottom left, #00BCD4, #808080);
}

.gradient-to-bottom-right-cyan-grey {
  background: linear-gradient(to bottom right, #00BCD4, #808080);
}

.gradient-radial-cyan-grey {
  background: radial-gradient(circle, #00BCD4, #808080);
}

.gradient-cyan-grey-primary {
  background: linear-gradient(#00BCD4, #808080, #03A9F4);
}

.gradient-cyan-grey-secondary {
  background: linear-gradient(#00BCD4, #808080, #333);
}

.gradient-cyan-grey-success {
  background: linear-gradient(#00BCD4, #808080, #28a745);
}

.gradient-cyan-grey-info {
  background: linear-gradient(#00BCD4, #808080, #0DCAF0);
}

.gradient-cyan-grey-warning {
  background: linear-gradient(#00BCD4, #808080, #FFC107);
}

.gradient-cyan-grey-danger {
  background: linear-gradient(#00BCD4, #808080, #DC3545);
}

.gradient-cyan-grey-light {
  background: linear-gradient(#00BCD4, #808080, #f5f5f5);
}

.gradient-cyan-grey-dark {
  background: linear-gradient(#00BCD4, #808080, #212529);
}

.gradient-cyan-grey-red {
  background: linear-gradient(#00BCD4, #808080, #F44336);
}

.gradient-cyan-grey-green {
  background: linear-gradient(#00BCD4, #808080, #4CAF50);
}

.gradient-cyan-grey-blue {
  background: linear-gradient(#00BCD4, #808080, #2196F3);
}

.gradient-cyan-grey-black {
  background: linear-gradient(#00BCD4, #808080, #000);
}

.gradient-cyan-grey-white {
  background: linear-gradient(#00BCD4, #808080, #fff);
}

.gradient-cyan-grey-pink {
  background: linear-gradient(#00BCD4, #808080, #E91E63);
}

.gradient-cyan-grey-purple {
  background: linear-gradient(#00BCD4, #808080, #9C27B0);
}

.gradient-cyan-grey-indigo {
  background: linear-gradient(#00BCD4, #808080, #3E51B5);
}

.gradient-cyan-grey-teal {
  background: linear-gradient(#00BCD4, #808080, #009688);
}

.gradient-cyan-grey-lime {
  background: linear-gradient(#00BCD4, #808080, #CDDC39);
}

.gradient-cyan-grey-yellow {
  background: linear-gradient(#00BCD4, #808080, #FFEB3B);
}

.gradient-cyan-grey-amber {
  background: linear-gradient(#00BCD4, #808080, #FFC107);
}

.gradient-cyan-grey-orange {
  background: linear-gradient(#00BCD4, #808080, #FF9800);
}

.gradient-cyan-grey-lightblue {
  background: linear-gradient(#00BCD4, #808080, #03A9F4);
}

.gradient-cyan-grey-lightgreen {
  background: linear-gradient(#00BCD4, #808080, #76FF03);
}

.gradient-cyan-grey-deeppurple {
  background: linear-gradient(#00BCD4, #808080, #673AB7);
}

.gradient-cyan-grey-deeporange {
  background: linear-gradient(#00BCD4, #808080, #DD6E0F);
}

.gradient-cyan-grey-brown {
  background: linear-gradient(#00BCD4, #808080, #964B00);
}

.gradient-teal-primary {
  background: linear-gradient(#009688, #03A9F4);
}

.gradient-to-top-teal-primary {
  background: linear-gradient(to top, #009688, #03A9F4);
}

.gradient-to-bottom-teal-primary {
  background: linear-gradient(to bottom, #009688, #03A9F4);
}

.gradient-to-left-teal-primary {
  background: linear-gradient(to left, #009688, #03A9F4);
}

.gradient-to-right-teal-primary {
  background: linear-gradient(to right, #009688, #03A9F4);
}

.gradient-to-top-left-teal-primary {
  background: linear-gradient(to top left, #009688, #03A9F4);
}

.gradient-to-top-right-teal-primary {
  background: linear-gradient(to top right, #009688, #03A9F4);
}

.gradient-to-bottom-left-teal-primary {
  background: linear-gradient(to bottom left, #009688, #03A9F4);
}

.gradient-to-bottom-right-teal-primary {
  background: linear-gradient(to bottom right, #009688, #03A9F4);
}

.gradient-radial-teal-primary {
  background: radial-gradient(circle, #009688, #03A9F4);
}

.gradient-teal-primary-secondary {
  background: linear-gradient(#009688, #03A9F4, #333);
}

.gradient-teal-primary-success {
  background: linear-gradient(#009688, #03A9F4, #28a745);
}

.gradient-teal-primary-info {
  background: linear-gradient(#009688, #03A9F4, #0DCAF0);
}

.gradient-teal-primary-warning {
  background: linear-gradient(#009688, #03A9F4, #FFC107);
}

.gradient-teal-primary-danger {
  background: linear-gradient(#009688, #03A9F4, #DC3545);
}

.gradient-teal-primary-light {
  background: linear-gradient(#009688, #03A9F4, #f5f5f5);
}

.gradient-teal-primary-dark {
  background: linear-gradient(#009688, #03A9F4, #212529);
}

.gradient-teal-primary-red {
  background: linear-gradient(#009688, #03A9F4, #F44336);
}

.gradient-teal-primary-green {
  background: linear-gradient(#009688, #03A9F4, #4CAF50);
}

.gradient-teal-primary-blue {
  background: linear-gradient(#009688, #03A9F4, #2196F3);
}

.gradient-teal-primary-black {
  background: linear-gradient(#009688, #03A9F4, #000);
}

.gradient-teal-primary-white {
  background: linear-gradient(#009688, #03A9F4, #fff);
}

.gradient-teal-primary-pink {
  background: linear-gradient(#009688, #03A9F4, #E91E63);
}

.gradient-teal-primary-purple {
  background: linear-gradient(#009688, #03A9F4, #9C27B0);
}

.gradient-teal-primary-indigo {
  background: linear-gradient(#009688, #03A9F4, #3E51B5);
}

.gradient-teal-primary-cyan {
  background: linear-gradient(#009688, #03A9F4, #00BCD4);
}

.gradient-teal-primary-lime {
  background: linear-gradient(#009688, #03A9F4, #CDDC39);
}

.gradient-teal-primary-yellow {
  background: linear-gradient(#009688, #03A9F4, #FFEB3B);
}

.gradient-teal-primary-amber {
  background: linear-gradient(#009688, #03A9F4, #FFC107);
}

.gradient-teal-primary-orange {
  background: linear-gradient(#009688, #03A9F4, #FF9800);
}

.gradient-teal-primary-lightblue {
  background: linear-gradient(#009688, #03A9F4, #03A9F4);
}

.gradient-teal-primary-lightgreen {
  background: linear-gradient(#009688, #03A9F4, #76FF03);
}

.gradient-teal-primary-deeppurple {
  background: linear-gradient(#009688, #03A9F4, #673AB7);
}

.gradient-teal-primary-deeporange {
  background: linear-gradient(#009688, #03A9F4, #DD6E0F);
}

.gradient-teal-primary-brown {
  background: linear-gradient(#009688, #03A9F4, #964B00);
}

.gradient-teal-primary-grey {
  background: linear-gradient(#009688, #03A9F4, #808080);
}

.gradient-teal-secondary {
  background: linear-gradient(#009688, #333);
}

.gradient-to-top-teal-secondary {
  background: linear-gradient(to top, #009688, #333);
}

.gradient-to-bottom-teal-secondary {
  background: linear-gradient(to bottom, #009688, #333);
}

.gradient-to-left-teal-secondary {
  background: linear-gradient(to left, #009688, #333);
}

.gradient-to-right-teal-secondary {
  background: linear-gradient(to right, #009688, #333);
}

.gradient-to-top-left-teal-secondary {
  background: linear-gradient(to top left, #009688, #333);
}

.gradient-to-top-right-teal-secondary {
  background: linear-gradient(to top right, #009688, #333);
}

.gradient-to-bottom-left-teal-secondary {
  background: linear-gradient(to bottom left, #009688, #333);
}

.gradient-to-bottom-right-teal-secondary {
  background: linear-gradient(to bottom right, #009688, #333);
}

.gradient-radial-teal-secondary {
  background: radial-gradient(circle, #009688, #333);
}

.gradient-teal-secondary-primary {
  background: linear-gradient(#009688, #333, #03A9F4);
}

.gradient-teal-secondary-success {
  background: linear-gradient(#009688, #333, #28a745);
}

.gradient-teal-secondary-info {
  background: linear-gradient(#009688, #333, #0DCAF0);
}

.gradient-teal-secondary-warning {
  background: linear-gradient(#009688, #333, #FFC107);
}

.gradient-teal-secondary-danger {
  background: linear-gradient(#009688, #333, #DC3545);
}

.gradient-teal-secondary-light {
  background: linear-gradient(#009688, #333, #f5f5f5);
}

.gradient-teal-secondary-dark {
  background: linear-gradient(#009688, #333, #212529);
}

.gradient-teal-secondary-red {
  background: linear-gradient(#009688, #333, #F44336);
}

.gradient-teal-secondary-green {
  background: linear-gradient(#009688, #333, #4CAF50);
}

.gradient-teal-secondary-blue {
  background: linear-gradient(#009688, #333, #2196F3);
}

.gradient-teal-secondary-black {
  background: linear-gradient(#009688, #333, #000);
}

.gradient-teal-secondary-white {
  background: linear-gradient(#009688, #333, #fff);
}

.gradient-teal-secondary-pink {
  background: linear-gradient(#009688, #333, #E91E63);
}

.gradient-teal-secondary-purple {
  background: linear-gradient(#009688, #333, #9C27B0);
}

.gradient-teal-secondary-indigo {
  background: linear-gradient(#009688, #333, #3E51B5);
}

.gradient-teal-secondary-cyan {
  background: linear-gradient(#009688, #333, #00BCD4);
}

.gradient-teal-secondary-lime {
  background: linear-gradient(#009688, #333, #CDDC39);
}

.gradient-teal-secondary-yellow {
  background: linear-gradient(#009688, #333, #FFEB3B);
}

.gradient-teal-secondary-amber {
  background: linear-gradient(#009688, #333, #FFC107);
}

.gradient-teal-secondary-orange {
  background: linear-gradient(#009688, #333, #FF9800);
}

.gradient-teal-secondary-lightblue {
  background: linear-gradient(#009688, #333, #03A9F4);
}

.gradient-teal-secondary-lightgreen {
  background: linear-gradient(#009688, #333, #76FF03);
}

.gradient-teal-secondary-deeppurple {
  background: linear-gradient(#009688, #333, #673AB7);
}

.gradient-teal-secondary-deeporange {
  background: linear-gradient(#009688, #333, #DD6E0F);
}

.gradient-teal-secondary-brown {
  background: linear-gradient(#009688, #333, #964B00);
}

.gradient-teal-secondary-grey {
  background: linear-gradient(#009688, #333, #808080);
}

.gradient-teal-success {
  background: linear-gradient(#009688, #28a745);
}

.gradient-to-top-teal-success {
  background: linear-gradient(to top, #009688, #28a745);
}

.gradient-to-bottom-teal-success {
  background: linear-gradient(to bottom, #009688, #28a745);
}

.gradient-to-left-teal-success {
  background: linear-gradient(to left, #009688, #28a745);
}

.gradient-to-right-teal-success {
  background: linear-gradient(to right, #009688, #28a745);
}

.gradient-to-top-left-teal-success {
  background: linear-gradient(to top left, #009688, #28a745);
}

.gradient-to-top-right-teal-success {
  background: linear-gradient(to top right, #009688, #28a745);
}

.gradient-to-bottom-left-teal-success {
  background: linear-gradient(to bottom left, #009688, #28a745);
}

.gradient-to-bottom-right-teal-success {
  background: linear-gradient(to bottom right, #009688, #28a745);
}

.gradient-radial-teal-success {
  background: radial-gradient(circle, #009688, #28a745);
}

.gradient-teal-success-primary {
  background: linear-gradient(#009688, #28a745, #03A9F4);
}

.gradient-teal-success-secondary {
  background: linear-gradient(#009688, #28a745, #333);
}

.gradient-teal-success-info {
  background: linear-gradient(#009688, #28a745, #0DCAF0);
}

.gradient-teal-success-warning {
  background: linear-gradient(#009688, #28a745, #FFC107);
}

.gradient-teal-success-danger {
  background: linear-gradient(#009688, #28a745, #DC3545);
}

.gradient-teal-success-light {
  background: linear-gradient(#009688, #28a745, #f5f5f5);
}

.gradient-teal-success-dark {
  background: linear-gradient(#009688, #28a745, #212529);
}

.gradient-teal-success-red {
  background: linear-gradient(#009688, #28a745, #F44336);
}

.gradient-teal-success-green {
  background: linear-gradient(#009688, #28a745, #4CAF50);
}

.gradient-teal-success-blue {
  background: linear-gradient(#009688, #28a745, #2196F3);
}

.gradient-teal-success-black {
  background: linear-gradient(#009688, #28a745, #000);
}

.gradient-teal-success-white {
  background: linear-gradient(#009688, #28a745, #fff);
}

.gradient-teal-success-pink {
  background: linear-gradient(#009688, #28a745, #E91E63);
}

.gradient-teal-success-purple {
  background: linear-gradient(#009688, #28a745, #9C27B0);
}

.gradient-teal-success-indigo {
  background: linear-gradient(#009688, #28a745, #3E51B5);
}

.gradient-teal-success-cyan {
  background: linear-gradient(#009688, #28a745, #00BCD4);
}

.gradient-teal-success-lime {
  background: linear-gradient(#009688, #28a745, #CDDC39);
}

.gradient-teal-success-yellow {
  background: linear-gradient(#009688, #28a745, #FFEB3B);
}

.gradient-teal-success-amber {
  background: linear-gradient(#009688, #28a745, #FFC107);
}

.gradient-teal-success-orange {
  background: linear-gradient(#009688, #28a745, #FF9800);
}

.gradient-teal-success-lightblue {
  background: linear-gradient(#009688, #28a745, #03A9F4);
}

.gradient-teal-success-lightgreen {
  background: linear-gradient(#009688, #28a745, #76FF03);
}

.gradient-teal-success-deeppurple {
  background: linear-gradient(#009688, #28a745, #673AB7);
}

.gradient-teal-success-deeporange {
  background: linear-gradient(#009688, #28a745, #DD6E0F);
}

.gradient-teal-success-brown {
  background: linear-gradient(#009688, #28a745, #964B00);
}

.gradient-teal-success-grey {
  background: linear-gradient(#009688, #28a745, #808080);
}

.gradient-teal-info {
  background: linear-gradient(#009688, #0DCAF0);
}

.gradient-to-top-teal-info {
  background: linear-gradient(to top, #009688, #0DCAF0);
}

.gradient-to-bottom-teal-info {
  background: linear-gradient(to bottom, #009688, #0DCAF0);
}

.gradient-to-left-teal-info {
  background: linear-gradient(to left, #009688, #0DCAF0);
}

.gradient-to-right-teal-info {
  background: linear-gradient(to right, #009688, #0DCAF0);
}

.gradient-to-top-left-teal-info {
  background: linear-gradient(to top left, #009688, #0DCAF0);
}

.gradient-to-top-right-teal-info {
  background: linear-gradient(to top right, #009688, #0DCAF0);
}

.gradient-to-bottom-left-teal-info {
  background: linear-gradient(to bottom left, #009688, #0DCAF0);
}

.gradient-to-bottom-right-teal-info {
  background: linear-gradient(to bottom right, #009688, #0DCAF0);
}

.gradient-radial-teal-info {
  background: radial-gradient(circle, #009688, #0DCAF0);
}

.gradient-teal-info-primary {
  background: linear-gradient(#009688, #0DCAF0, #03A9F4);
}

.gradient-teal-info-secondary {
  background: linear-gradient(#009688, #0DCAF0, #333);
}

.gradient-teal-info-success {
  background: linear-gradient(#009688, #0DCAF0, #28a745);
}

.gradient-teal-info-warning {
  background: linear-gradient(#009688, #0DCAF0, #FFC107);
}

.gradient-teal-info-danger {
  background: linear-gradient(#009688, #0DCAF0, #DC3545);
}

.gradient-teal-info-light {
  background: linear-gradient(#009688, #0DCAF0, #f5f5f5);
}

.gradient-teal-info-dark {
  background: linear-gradient(#009688, #0DCAF0, #212529);
}

.gradient-teal-info-red {
  background: linear-gradient(#009688, #0DCAF0, #F44336);
}

.gradient-teal-info-green {
  background: linear-gradient(#009688, #0DCAF0, #4CAF50);
}

.gradient-teal-info-blue {
  background: linear-gradient(#009688, #0DCAF0, #2196F3);
}

.gradient-teal-info-black {
  background: linear-gradient(#009688, #0DCAF0, #000);
}

.gradient-teal-info-white {
  background: linear-gradient(#009688, #0DCAF0, #fff);
}

.gradient-teal-info-pink {
  background: linear-gradient(#009688, #0DCAF0, #E91E63);
}

.gradient-teal-info-purple {
  background: linear-gradient(#009688, #0DCAF0, #9C27B0);
}

.gradient-teal-info-indigo {
  background: linear-gradient(#009688, #0DCAF0, #3E51B5);
}

.gradient-teal-info-cyan {
  background: linear-gradient(#009688, #0DCAF0, #00BCD4);
}

.gradient-teal-info-lime {
  background: linear-gradient(#009688, #0DCAF0, #CDDC39);
}

.gradient-teal-info-yellow {
  background: linear-gradient(#009688, #0DCAF0, #FFEB3B);
}

.gradient-teal-info-amber {
  background: linear-gradient(#009688, #0DCAF0, #FFC107);
}

.gradient-teal-info-orange {
  background: linear-gradient(#009688, #0DCAF0, #FF9800);
}

.gradient-teal-info-lightblue {
  background: linear-gradient(#009688, #0DCAF0, #03A9F4);
}

.gradient-teal-info-lightgreen {
  background: linear-gradient(#009688, #0DCAF0, #76FF03);
}

.gradient-teal-info-deeppurple {
  background: linear-gradient(#009688, #0DCAF0, #673AB7);
}

.gradient-teal-info-deeporange {
  background: linear-gradient(#009688, #0DCAF0, #DD6E0F);
}

.gradient-teal-info-brown {
  background: linear-gradient(#009688, #0DCAF0, #964B00);
}

.gradient-teal-info-grey {
  background: linear-gradient(#009688, #0DCAF0, #808080);
}

.gradient-teal-warning {
  background: linear-gradient(#009688, #FFC107);
}

.gradient-to-top-teal-warning {
  background: linear-gradient(to top, #009688, #FFC107);
}

.gradient-to-bottom-teal-warning {
  background: linear-gradient(to bottom, #009688, #FFC107);
}

.gradient-to-left-teal-warning {
  background: linear-gradient(to left, #009688, #FFC107);
}

.gradient-to-right-teal-warning {
  background: linear-gradient(to right, #009688, #FFC107);
}

.gradient-to-top-left-teal-warning {
  background: linear-gradient(to top left, #009688, #FFC107);
}

.gradient-to-top-right-teal-warning {
  background: linear-gradient(to top right, #009688, #FFC107);
}

.gradient-to-bottom-left-teal-warning {
  background: linear-gradient(to bottom left, #009688, #FFC107);
}

.gradient-to-bottom-right-teal-warning {
  background: linear-gradient(to bottom right, #009688, #FFC107);
}

.gradient-radial-teal-warning {
  background: radial-gradient(circle, #009688, #FFC107);
}

.gradient-teal-warning-primary {
  background: linear-gradient(#009688, #FFC107, #03A9F4);
}

.gradient-teal-warning-secondary {
  background: linear-gradient(#009688, #FFC107, #333);
}

.gradient-teal-warning-success {
  background: linear-gradient(#009688, #FFC107, #28a745);
}

.gradient-teal-warning-info {
  background: linear-gradient(#009688, #FFC107, #0DCAF0);
}

.gradient-teal-warning-danger {
  background: linear-gradient(#009688, #FFC107, #DC3545);
}

.gradient-teal-warning-light {
  background: linear-gradient(#009688, #FFC107, #f5f5f5);
}

.gradient-teal-warning-dark {
  background: linear-gradient(#009688, #FFC107, #212529);
}

.gradient-teal-warning-red {
  background: linear-gradient(#009688, #FFC107, #F44336);
}

.gradient-teal-warning-green {
  background: linear-gradient(#009688, #FFC107, #4CAF50);
}

.gradient-teal-warning-blue {
  background: linear-gradient(#009688, #FFC107, #2196F3);
}

.gradient-teal-warning-black {
  background: linear-gradient(#009688, #FFC107, #000);
}

.gradient-teal-warning-white {
  background: linear-gradient(#009688, #FFC107, #fff);
}

.gradient-teal-warning-pink {
  background: linear-gradient(#009688, #FFC107, #E91E63);
}

.gradient-teal-warning-purple {
  background: linear-gradient(#009688, #FFC107, #9C27B0);
}

.gradient-teal-warning-indigo {
  background: linear-gradient(#009688, #FFC107, #3E51B5);
}

.gradient-teal-warning-cyan {
  background: linear-gradient(#009688, #FFC107, #00BCD4);
}

.gradient-teal-warning-lime {
  background: linear-gradient(#009688, #FFC107, #CDDC39);
}

.gradient-teal-warning-yellow {
  background: linear-gradient(#009688, #FFC107, #FFEB3B);
}

.gradient-teal-warning-amber {
  background: linear-gradient(#009688, #FFC107, #FFC107);
}

.gradient-teal-warning-orange {
  background: linear-gradient(#009688, #FFC107, #FF9800);
}

.gradient-teal-warning-lightblue {
  background: linear-gradient(#009688, #FFC107, #03A9F4);
}

.gradient-teal-warning-lightgreen {
  background: linear-gradient(#009688, #FFC107, #76FF03);
}

.gradient-teal-warning-deeppurple {
  background: linear-gradient(#009688, #FFC107, #673AB7);
}

.gradient-teal-warning-deeporange {
  background: linear-gradient(#009688, #FFC107, #DD6E0F);
}

.gradient-teal-warning-brown {
  background: linear-gradient(#009688, #FFC107, #964B00);
}

.gradient-teal-warning-grey {
  background: linear-gradient(#009688, #FFC107, #808080);
}

.gradient-teal-danger {
  background: linear-gradient(#009688, #DC3545);
}

.gradient-to-top-teal-danger {
  background: linear-gradient(to top, #009688, #DC3545);
}

.gradient-to-bottom-teal-danger {
  background: linear-gradient(to bottom, #009688, #DC3545);
}

.gradient-to-left-teal-danger {
  background: linear-gradient(to left, #009688, #DC3545);
}

.gradient-to-right-teal-danger {
  background: linear-gradient(to right, #009688, #DC3545);
}

.gradient-to-top-left-teal-danger {
  background: linear-gradient(to top left, #009688, #DC3545);
}

.gradient-to-top-right-teal-danger {
  background: linear-gradient(to top right, #009688, #DC3545);
}

.gradient-to-bottom-left-teal-danger {
  background: linear-gradient(to bottom left, #009688, #DC3545);
}

.gradient-to-bottom-right-teal-danger {
  background: linear-gradient(to bottom right, #009688, #DC3545);
}

.gradient-radial-teal-danger {
  background: radial-gradient(circle, #009688, #DC3545);
}

.gradient-teal-danger-primary {
  background: linear-gradient(#009688, #DC3545, #03A9F4);
}

.gradient-teal-danger-secondary {
  background: linear-gradient(#009688, #DC3545, #333);
}

.gradient-teal-danger-success {
  background: linear-gradient(#009688, #DC3545, #28a745);
}

.gradient-teal-danger-info {
  background: linear-gradient(#009688, #DC3545, #0DCAF0);
}

.gradient-teal-danger-warning {
  background: linear-gradient(#009688, #DC3545, #FFC107);
}

.gradient-teal-danger-light {
  background: linear-gradient(#009688, #DC3545, #f5f5f5);
}

.gradient-teal-danger-dark {
  background: linear-gradient(#009688, #DC3545, #212529);
}

.gradient-teal-danger-red {
  background: linear-gradient(#009688, #DC3545, #F44336);
}

.gradient-teal-danger-green {
  background: linear-gradient(#009688, #DC3545, #4CAF50);
}

.gradient-teal-danger-blue {
  background: linear-gradient(#009688, #DC3545, #2196F3);
}

.gradient-teal-danger-black {
  background: linear-gradient(#009688, #DC3545, #000);
}

.gradient-teal-danger-white {
  background: linear-gradient(#009688, #DC3545, #fff);
}

.gradient-teal-danger-pink {
  background: linear-gradient(#009688, #DC3545, #E91E63);
}

.gradient-teal-danger-purple {
  background: linear-gradient(#009688, #DC3545, #9C27B0);
}

.gradient-teal-danger-indigo {
  background: linear-gradient(#009688, #DC3545, #3E51B5);
}

.gradient-teal-danger-cyan {
  background: linear-gradient(#009688, #DC3545, #00BCD4);
}

.gradient-teal-danger-lime {
  background: linear-gradient(#009688, #DC3545, #CDDC39);
}

.gradient-teal-danger-yellow {
  background: linear-gradient(#009688, #DC3545, #FFEB3B);
}

.gradient-teal-danger-amber {
  background: linear-gradient(#009688, #DC3545, #FFC107);
}

.gradient-teal-danger-orange {
  background: linear-gradient(#009688, #DC3545, #FF9800);
}

.gradient-teal-danger-lightblue {
  background: linear-gradient(#009688, #DC3545, #03A9F4);
}

.gradient-teal-danger-lightgreen {
  background: linear-gradient(#009688, #DC3545, #76FF03);
}

.gradient-teal-danger-deeppurple {
  background: linear-gradient(#009688, #DC3545, #673AB7);
}

.gradient-teal-danger-deeporange {
  background: linear-gradient(#009688, #DC3545, #DD6E0F);
}

.gradient-teal-danger-brown {
  background: linear-gradient(#009688, #DC3545, #964B00);
}

.gradient-teal-danger-grey {
  background: linear-gradient(#009688, #DC3545, #808080);
}

.gradient-teal-light {
  background: linear-gradient(#009688, #f5f5f5);
}

.gradient-to-top-teal-light {
  background: linear-gradient(to top, #009688, #f5f5f5);
}

.gradient-to-bottom-teal-light {
  background: linear-gradient(to bottom, #009688, #f5f5f5);
}

.gradient-to-left-teal-light {
  background: linear-gradient(to left, #009688, #f5f5f5);
}

.gradient-to-right-teal-light {
  background: linear-gradient(to right, #009688, #f5f5f5);
}

.gradient-to-top-left-teal-light {
  background: linear-gradient(to top left, #009688, #f5f5f5);
}

.gradient-to-top-right-teal-light {
  background: linear-gradient(to top right, #009688, #f5f5f5);
}

.gradient-to-bottom-left-teal-light {
  background: linear-gradient(to bottom left, #009688, #f5f5f5);
}

.gradient-to-bottom-right-teal-light {
  background: linear-gradient(to bottom right, #009688, #f5f5f5);
}

.gradient-radial-teal-light {
  background: radial-gradient(circle, #009688, #f5f5f5);
}

.gradient-teal-light-primary {
  background: linear-gradient(#009688, #f5f5f5, #03A9F4);
}

.gradient-teal-light-secondary {
  background: linear-gradient(#009688, #f5f5f5, #333);
}

.gradient-teal-light-success {
  background: linear-gradient(#009688, #f5f5f5, #28a745);
}

.gradient-teal-light-info {
  background: linear-gradient(#009688, #f5f5f5, #0DCAF0);
}

.gradient-teal-light-warning {
  background: linear-gradient(#009688, #f5f5f5, #FFC107);
}

.gradient-teal-light-danger {
  background: linear-gradient(#009688, #f5f5f5, #DC3545);
}

.gradient-teal-light-dark {
  background: linear-gradient(#009688, #f5f5f5, #212529);
}

.gradient-teal-light-red {
  background: linear-gradient(#009688, #f5f5f5, #F44336);
}

.gradient-teal-light-green {
  background: linear-gradient(#009688, #f5f5f5, #4CAF50);
}

.gradient-teal-light-blue {
  background: linear-gradient(#009688, #f5f5f5, #2196F3);
}

.gradient-teal-light-black {
  background: linear-gradient(#009688, #f5f5f5, #000);
}

.gradient-teal-light-white {
  background: linear-gradient(#009688, #f5f5f5, #fff);
}

.gradient-teal-light-pink {
  background: linear-gradient(#009688, #f5f5f5, #E91E63);
}

.gradient-teal-light-purple {
  background: linear-gradient(#009688, #f5f5f5, #9C27B0);
}

.gradient-teal-light-indigo {
  background: linear-gradient(#009688, #f5f5f5, #3E51B5);
}

.gradient-teal-light-cyan {
  background: linear-gradient(#009688, #f5f5f5, #00BCD4);
}

.gradient-teal-light-lime {
  background: linear-gradient(#009688, #f5f5f5, #CDDC39);
}

.gradient-teal-light-yellow {
  background: linear-gradient(#009688, #f5f5f5, #FFEB3B);
}

.gradient-teal-light-amber {
  background: linear-gradient(#009688, #f5f5f5, #FFC107);
}

.gradient-teal-light-orange {
  background: linear-gradient(#009688, #f5f5f5, #FF9800);
}

.gradient-teal-light-lightblue {
  background: linear-gradient(#009688, #f5f5f5, #03A9F4);
}

.gradient-teal-light-lightgreen {
  background: linear-gradient(#009688, #f5f5f5, #76FF03);
}

.gradient-teal-light-deeppurple {
  background: linear-gradient(#009688, #f5f5f5, #673AB7);
}

.gradient-teal-light-deeporange {
  background: linear-gradient(#009688, #f5f5f5, #DD6E0F);
}

.gradient-teal-light-brown {
  background: linear-gradient(#009688, #f5f5f5, #964B00);
}

.gradient-teal-light-grey {
  background: linear-gradient(#009688, #f5f5f5, #808080);
}

.gradient-teal-dark {
  background: linear-gradient(#009688, #212529);
}

.gradient-to-top-teal-dark {
  background: linear-gradient(to top, #009688, #212529);
}

.gradient-to-bottom-teal-dark {
  background: linear-gradient(to bottom, #009688, #212529);
}

.gradient-to-left-teal-dark {
  background: linear-gradient(to left, #009688, #212529);
}

.gradient-to-right-teal-dark {
  background: linear-gradient(to right, #009688, #212529);
}

.gradient-to-top-left-teal-dark {
  background: linear-gradient(to top left, #009688, #212529);
}

.gradient-to-top-right-teal-dark {
  background: linear-gradient(to top right, #009688, #212529);
}

.gradient-to-bottom-left-teal-dark {
  background: linear-gradient(to bottom left, #009688, #212529);
}

.gradient-to-bottom-right-teal-dark {
  background: linear-gradient(to bottom right, #009688, #212529);
}

.gradient-radial-teal-dark {
  background: radial-gradient(circle, #009688, #212529);
}

.gradient-teal-dark-primary {
  background: linear-gradient(#009688, #212529, #03A9F4);
}

.gradient-teal-dark-secondary {
  background: linear-gradient(#009688, #212529, #333);
}

.gradient-teal-dark-success {
  background: linear-gradient(#009688, #212529, #28a745);
}

.gradient-teal-dark-info {
  background: linear-gradient(#009688, #212529, #0DCAF0);
}

.gradient-teal-dark-warning {
  background: linear-gradient(#009688, #212529, #FFC107);
}

.gradient-teal-dark-danger {
  background: linear-gradient(#009688, #212529, #DC3545);
}

.gradient-teal-dark-light {
  background: linear-gradient(#009688, #212529, #f5f5f5);
}

.gradient-teal-dark-red {
  background: linear-gradient(#009688, #212529, #F44336);
}

.gradient-teal-dark-green {
  background: linear-gradient(#009688, #212529, #4CAF50);
}

.gradient-teal-dark-blue {
  background: linear-gradient(#009688, #212529, #2196F3);
}

.gradient-teal-dark-black {
  background: linear-gradient(#009688, #212529, #000);
}

.gradient-teal-dark-white {
  background: linear-gradient(#009688, #212529, #fff);
}

.gradient-teal-dark-pink {
  background: linear-gradient(#009688, #212529, #E91E63);
}

.gradient-teal-dark-purple {
  background: linear-gradient(#009688, #212529, #9C27B0);
}

.gradient-teal-dark-indigo {
  background: linear-gradient(#009688, #212529, #3E51B5);
}

.gradient-teal-dark-cyan {
  background: linear-gradient(#009688, #212529, #00BCD4);
}

.gradient-teal-dark-lime {
  background: linear-gradient(#009688, #212529, #CDDC39);
}

.gradient-teal-dark-yellow {
  background: linear-gradient(#009688, #212529, #FFEB3B);
}

.gradient-teal-dark-amber {
  background: linear-gradient(#009688, #212529, #FFC107);
}

.gradient-teal-dark-orange {
  background: linear-gradient(#009688, #212529, #FF9800);
}

.gradient-teal-dark-lightblue {
  background: linear-gradient(#009688, #212529, #03A9F4);
}

.gradient-teal-dark-lightgreen {
  background: linear-gradient(#009688, #212529, #76FF03);
}

.gradient-teal-dark-deeppurple {
  background: linear-gradient(#009688, #212529, #673AB7);
}

.gradient-teal-dark-deeporange {
  background: linear-gradient(#009688, #212529, #DD6E0F);
}

.gradient-teal-dark-brown {
  background: linear-gradient(#009688, #212529, #964B00);
}

.gradient-teal-dark-grey {
  background: linear-gradient(#009688, #212529, #808080);
}

.gradient-teal-red {
  background: linear-gradient(#009688, #F44336);
}

.gradient-to-top-teal-red {
  background: linear-gradient(to top, #009688, #F44336);
}

.gradient-to-bottom-teal-red {
  background: linear-gradient(to bottom, #009688, #F44336);
}

.gradient-to-left-teal-red {
  background: linear-gradient(to left, #009688, #F44336);
}

.gradient-to-right-teal-red {
  background: linear-gradient(to right, #009688, #F44336);
}

.gradient-to-top-left-teal-red {
  background: linear-gradient(to top left, #009688, #F44336);
}

.gradient-to-top-right-teal-red {
  background: linear-gradient(to top right, #009688, #F44336);
}

.gradient-to-bottom-left-teal-red {
  background: linear-gradient(to bottom left, #009688, #F44336);
}

.gradient-to-bottom-right-teal-red {
  background: linear-gradient(to bottom right, #009688, #F44336);
}

.gradient-radial-teal-red {
  background: radial-gradient(circle, #009688, #F44336);
}

.gradient-teal-red-primary {
  background: linear-gradient(#009688, #F44336, #03A9F4);
}

.gradient-teal-red-secondary {
  background: linear-gradient(#009688, #F44336, #333);
}

.gradient-teal-red-success {
  background: linear-gradient(#009688, #F44336, #28a745);
}

.gradient-teal-red-info {
  background: linear-gradient(#009688, #F44336, #0DCAF0);
}

.gradient-teal-red-warning {
  background: linear-gradient(#009688, #F44336, #FFC107);
}

.gradient-teal-red-danger {
  background: linear-gradient(#009688, #F44336, #DC3545);
}

.gradient-teal-red-light {
  background: linear-gradient(#009688, #F44336, #f5f5f5);
}

.gradient-teal-red-dark {
  background: linear-gradient(#009688, #F44336, #212529);
}

.gradient-teal-red-green {
  background: linear-gradient(#009688, #F44336, #4CAF50);
}

.gradient-teal-red-blue {
  background: linear-gradient(#009688, #F44336, #2196F3);
}

.gradient-teal-red-black {
  background: linear-gradient(#009688, #F44336, #000);
}

.gradient-teal-red-white {
  background: linear-gradient(#009688, #F44336, #fff);
}

.gradient-teal-red-pink {
  background: linear-gradient(#009688, #F44336, #E91E63);
}

.gradient-teal-red-purple {
  background: linear-gradient(#009688, #F44336, #9C27B0);
}

.gradient-teal-red-indigo {
  background: linear-gradient(#009688, #F44336, #3E51B5);
}

.gradient-teal-red-cyan {
  background: linear-gradient(#009688, #F44336, #00BCD4);
}

.gradient-teal-red-lime {
  background: linear-gradient(#009688, #F44336, #CDDC39);
}

.gradient-teal-red-yellow {
  background: linear-gradient(#009688, #F44336, #FFEB3B);
}

.gradient-teal-red-amber {
  background: linear-gradient(#009688, #F44336, #FFC107);
}

.gradient-teal-red-orange {
  background: linear-gradient(#009688, #F44336, #FF9800);
}

.gradient-teal-red-lightblue {
  background: linear-gradient(#009688, #F44336, #03A9F4);
}

.gradient-teal-red-lightgreen {
  background: linear-gradient(#009688, #F44336, #76FF03);
}

.gradient-teal-red-deeppurple {
  background: linear-gradient(#009688, #F44336, #673AB7);
}

.gradient-teal-red-deeporange {
  background: linear-gradient(#009688, #F44336, #DD6E0F);
}

.gradient-teal-red-brown {
  background: linear-gradient(#009688, #F44336, #964B00);
}

.gradient-teal-red-grey {
  background: linear-gradient(#009688, #F44336, #808080);
}

.gradient-teal-green {
  background: linear-gradient(#009688, #4CAF50);
}

.gradient-to-top-teal-green {
  background: linear-gradient(to top, #009688, #4CAF50);
}

.gradient-to-bottom-teal-green {
  background: linear-gradient(to bottom, #009688, #4CAF50);
}

.gradient-to-left-teal-green {
  background: linear-gradient(to left, #009688, #4CAF50);
}

.gradient-to-right-teal-green {
  background: linear-gradient(to right, #009688, #4CAF50);
}

.gradient-to-top-left-teal-green {
  background: linear-gradient(to top left, #009688, #4CAF50);
}

.gradient-to-top-right-teal-green {
  background: linear-gradient(to top right, #009688, #4CAF50);
}

.gradient-to-bottom-left-teal-green {
  background: linear-gradient(to bottom left, #009688, #4CAF50);
}

.gradient-to-bottom-right-teal-green {
  background: linear-gradient(to bottom right, #009688, #4CAF50);
}

.gradient-radial-teal-green {
  background: radial-gradient(circle, #009688, #4CAF50);
}

.gradient-teal-green-primary {
  background: linear-gradient(#009688, #4CAF50, #03A9F4);
}

.gradient-teal-green-secondary {
  background: linear-gradient(#009688, #4CAF50, #333);
}

.gradient-teal-green-success {
  background: linear-gradient(#009688, #4CAF50, #28a745);
}

.gradient-teal-green-info {
  background: linear-gradient(#009688, #4CAF50, #0DCAF0);
}

.gradient-teal-green-warning {
  background: linear-gradient(#009688, #4CAF50, #FFC107);
}

.gradient-teal-green-danger {
  background: linear-gradient(#009688, #4CAF50, #DC3545);
}

.gradient-teal-green-light {
  background: linear-gradient(#009688, #4CAF50, #f5f5f5);
}

.gradient-teal-green-dark {
  background: linear-gradient(#009688, #4CAF50, #212529);
}

.gradient-teal-green-red {
  background: linear-gradient(#009688, #4CAF50, #F44336);
}

.gradient-teal-green-blue {
  background: linear-gradient(#009688, #4CAF50, #2196F3);
}

.gradient-teal-green-black {
  background: linear-gradient(#009688, #4CAF50, #000);
}

.gradient-teal-green-white {
  background: linear-gradient(#009688, #4CAF50, #fff);
}

.gradient-teal-green-pink {
  background: linear-gradient(#009688, #4CAF50, #E91E63);
}

.gradient-teal-green-purple {
  background: linear-gradient(#009688, #4CAF50, #9C27B0);
}

.gradient-teal-green-indigo {
  background: linear-gradient(#009688, #4CAF50, #3E51B5);
}

.gradient-teal-green-cyan {
  background: linear-gradient(#009688, #4CAF50, #00BCD4);
}

.gradient-teal-green-lime {
  background: linear-gradient(#009688, #4CAF50, #CDDC39);
}

.gradient-teal-green-yellow {
  background: linear-gradient(#009688, #4CAF50, #FFEB3B);
}

.gradient-teal-green-amber {
  background: linear-gradient(#009688, #4CAF50, #FFC107);
}

.gradient-teal-green-orange {
  background: linear-gradient(#009688, #4CAF50, #FF9800);
}

.gradient-teal-green-lightblue {
  background: linear-gradient(#009688, #4CAF50, #03A9F4);
}

.gradient-teal-green-lightgreen {
  background: linear-gradient(#009688, #4CAF50, #76FF03);
}

.gradient-teal-green-deeppurple {
  background: linear-gradient(#009688, #4CAF50, #673AB7);
}

.gradient-teal-green-deeporange {
  background: linear-gradient(#009688, #4CAF50, #DD6E0F);
}

.gradient-teal-green-brown {
  background: linear-gradient(#009688, #4CAF50, #964B00);
}

.gradient-teal-green-grey {
  background: linear-gradient(#009688, #4CAF50, #808080);
}

.gradient-teal-blue {
  background: linear-gradient(#009688, #2196F3);
}

.gradient-to-top-teal-blue {
  background: linear-gradient(to top, #009688, #2196F3);
}

.gradient-to-bottom-teal-blue {
  background: linear-gradient(to bottom, #009688, #2196F3);
}

.gradient-to-left-teal-blue {
  background: linear-gradient(to left, #009688, #2196F3);
}

.gradient-to-right-teal-blue {
  background: linear-gradient(to right, #009688, #2196F3);
}

.gradient-to-top-left-teal-blue {
  background: linear-gradient(to top left, #009688, #2196F3);
}

.gradient-to-top-right-teal-blue {
  background: linear-gradient(to top right, #009688, #2196F3);
}

.gradient-to-bottom-left-teal-blue {
  background: linear-gradient(to bottom left, #009688, #2196F3);
}

.gradient-to-bottom-right-teal-blue {
  background: linear-gradient(to bottom right, #009688, #2196F3);
}

.gradient-radial-teal-blue {
  background: radial-gradient(circle, #009688, #2196F3);
}

.gradient-teal-blue-primary {
  background: linear-gradient(#009688, #2196F3, #03A9F4);
}

.gradient-teal-blue-secondary {
  background: linear-gradient(#009688, #2196F3, #333);
}

.gradient-teal-blue-success {
  background: linear-gradient(#009688, #2196F3, #28a745);
}

.gradient-teal-blue-info {
  background: linear-gradient(#009688, #2196F3, #0DCAF0);
}

.gradient-teal-blue-warning {
  background: linear-gradient(#009688, #2196F3, #FFC107);
}

.gradient-teal-blue-danger {
  background: linear-gradient(#009688, #2196F3, #DC3545);
}

.gradient-teal-blue-light {
  background: linear-gradient(#009688, #2196F3, #f5f5f5);
}

.gradient-teal-blue-dark {
  background: linear-gradient(#009688, #2196F3, #212529);
}

.gradient-teal-blue-red {
  background: linear-gradient(#009688, #2196F3, #F44336);
}

.gradient-teal-blue-green {
  background: linear-gradient(#009688, #2196F3, #4CAF50);
}

.gradient-teal-blue-black {
  background: linear-gradient(#009688, #2196F3, #000);
}

.gradient-teal-blue-white {
  background: linear-gradient(#009688, #2196F3, #fff);
}

.gradient-teal-blue-pink {
  background: linear-gradient(#009688, #2196F3, #E91E63);
}

.gradient-teal-blue-purple {
  background: linear-gradient(#009688, #2196F3, #9C27B0);
}

.gradient-teal-blue-indigo {
  background: linear-gradient(#009688, #2196F3, #3E51B5);
}

.gradient-teal-blue-cyan {
  background: linear-gradient(#009688, #2196F3, #00BCD4);
}

.gradient-teal-blue-lime {
  background: linear-gradient(#009688, #2196F3, #CDDC39);
}

.gradient-teal-blue-yellow {
  background: linear-gradient(#009688, #2196F3, #FFEB3B);
}

.gradient-teal-blue-amber {
  background: linear-gradient(#009688, #2196F3, #FFC107);
}

.gradient-teal-blue-orange {
  background: linear-gradient(#009688, #2196F3, #FF9800);
}

.gradient-teal-blue-lightblue {
  background: linear-gradient(#009688, #2196F3, #03A9F4);
}

.gradient-teal-blue-lightgreen {
  background: linear-gradient(#009688, #2196F3, #76FF03);
}

.gradient-teal-blue-deeppurple {
  background: linear-gradient(#009688, #2196F3, #673AB7);
}

.gradient-teal-blue-deeporange {
  background: linear-gradient(#009688, #2196F3, #DD6E0F);
}

.gradient-teal-blue-brown {
  background: linear-gradient(#009688, #2196F3, #964B00);
}

.gradient-teal-blue-grey {
  background: linear-gradient(#009688, #2196F3, #808080);
}

.gradient-teal-black {
  background: linear-gradient(#009688, #000);
}

.gradient-to-top-teal-black {
  background: linear-gradient(to top, #009688, #000);
}

.gradient-to-bottom-teal-black {
  background: linear-gradient(to bottom, #009688, #000);
}

.gradient-to-left-teal-black {
  background: linear-gradient(to left, #009688, #000);
}

.gradient-to-right-teal-black {
  background: linear-gradient(to right, #009688, #000);
}

.gradient-to-top-left-teal-black {
  background: linear-gradient(to top left, #009688, #000);
}

.gradient-to-top-right-teal-black {
  background: linear-gradient(to top right, #009688, #000);
}

.gradient-to-bottom-left-teal-black {
  background: linear-gradient(to bottom left, #009688, #000);
}

.gradient-to-bottom-right-teal-black {
  background: linear-gradient(to bottom right, #009688, #000);
}

.gradient-radial-teal-black {
  background: radial-gradient(circle, #009688, #000);
}

.gradient-teal-black-primary {
  background: linear-gradient(#009688, #000, #03A9F4);
}

.gradient-teal-black-secondary {
  background: linear-gradient(#009688, #000, #333);
}

.gradient-teal-black-success {
  background: linear-gradient(#009688, #000, #28a745);
}

.gradient-teal-black-info {
  background: linear-gradient(#009688, #000, #0DCAF0);
}

.gradient-teal-black-warning {
  background: linear-gradient(#009688, #000, #FFC107);
}

.gradient-teal-black-danger {
  background: linear-gradient(#009688, #000, #DC3545);
}

.gradient-teal-black-light {
  background: linear-gradient(#009688, #000, #f5f5f5);
}

.gradient-teal-black-dark {
  background: linear-gradient(#009688, #000, #212529);
}

.gradient-teal-black-red {
  background: linear-gradient(#009688, #000, #F44336);
}

.gradient-teal-black-green {
  background: linear-gradient(#009688, #000, #4CAF50);
}

.gradient-teal-black-blue {
  background: linear-gradient(#009688, #000, #2196F3);
}

.gradient-teal-black-white {
  background: linear-gradient(#009688, #000, #fff);
}

.gradient-teal-black-pink {
  background: linear-gradient(#009688, #000, #E91E63);
}

.gradient-teal-black-purple {
  background: linear-gradient(#009688, #000, #9C27B0);
}

.gradient-teal-black-indigo {
  background: linear-gradient(#009688, #000, #3E51B5);
}

.gradient-teal-black-cyan {
  background: linear-gradient(#009688, #000, #00BCD4);
}

.gradient-teal-black-lime {
  background: linear-gradient(#009688, #000, #CDDC39);
}

.gradient-teal-black-yellow {
  background: linear-gradient(#009688, #000, #FFEB3B);
}

.gradient-teal-black-amber {
  background: linear-gradient(#009688, #000, #FFC107);
}

.gradient-teal-black-orange {
  background: linear-gradient(#009688, #000, #FF9800);
}

.gradient-teal-black-lightblue {
  background: linear-gradient(#009688, #000, #03A9F4);
}

.gradient-teal-black-lightgreen {
  background: linear-gradient(#009688, #000, #76FF03);
}

.gradient-teal-black-deeppurple {
  background: linear-gradient(#009688, #000, #673AB7);
}

.gradient-teal-black-deeporange {
  background: linear-gradient(#009688, #000, #DD6E0F);
}

.gradient-teal-black-brown {
  background: linear-gradient(#009688, #000, #964B00);
}

.gradient-teal-black-grey {
  background: linear-gradient(#009688, #000, #808080);
}

.gradient-teal-white {
  background: linear-gradient(#009688, #fff);
}

.gradient-to-top-teal-white {
  background: linear-gradient(to top, #009688, #fff);
}

.gradient-to-bottom-teal-white {
  background: linear-gradient(to bottom, #009688, #fff);
}

.gradient-to-left-teal-white {
  background: linear-gradient(to left, #009688, #fff);
}

.gradient-to-right-teal-white {
  background: linear-gradient(to right, #009688, #fff);
}

.gradient-to-top-left-teal-white {
  background: linear-gradient(to top left, #009688, #fff);
}

.gradient-to-top-right-teal-white {
  background: linear-gradient(to top right, #009688, #fff);
}

.gradient-to-bottom-left-teal-white {
  background: linear-gradient(to bottom left, #009688, #fff);
}

.gradient-to-bottom-right-teal-white {
  background: linear-gradient(to bottom right, #009688, #fff);
}

.gradient-radial-teal-white {
  background: radial-gradient(circle, #009688, #fff);
}

.gradient-teal-white-primary {
  background: linear-gradient(#009688, #fff, #03A9F4);
}

.gradient-teal-white-secondary {
  background: linear-gradient(#009688, #fff, #333);
}

.gradient-teal-white-success {
  background: linear-gradient(#009688, #fff, #28a745);
}

.gradient-teal-white-info {
  background: linear-gradient(#009688, #fff, #0DCAF0);
}

.gradient-teal-white-warning {
  background: linear-gradient(#009688, #fff, #FFC107);
}

.gradient-teal-white-danger {
  background: linear-gradient(#009688, #fff, #DC3545);
}

.gradient-teal-white-light {
  background: linear-gradient(#009688, #fff, #f5f5f5);
}

.gradient-teal-white-dark {
  background: linear-gradient(#009688, #fff, #212529);
}

.gradient-teal-white-red {
  background: linear-gradient(#009688, #fff, #F44336);
}

.gradient-teal-white-green {
  background: linear-gradient(#009688, #fff, #4CAF50);
}

.gradient-teal-white-blue {
  background: linear-gradient(#009688, #fff, #2196F3);
}

.gradient-teal-white-black {
  background: linear-gradient(#009688, #fff, #000);
}

.gradient-teal-white-pink {
  background: linear-gradient(#009688, #fff, #E91E63);
}

.gradient-teal-white-purple {
  background: linear-gradient(#009688, #fff, #9C27B0);
}

.gradient-teal-white-indigo {
  background: linear-gradient(#009688, #fff, #3E51B5);
}

.gradient-teal-white-cyan {
  background: linear-gradient(#009688, #fff, #00BCD4);
}

.gradient-teal-white-lime {
  background: linear-gradient(#009688, #fff, #CDDC39);
}

.gradient-teal-white-yellow {
  background: linear-gradient(#009688, #fff, #FFEB3B);
}

.gradient-teal-white-amber {
  background: linear-gradient(#009688, #fff, #FFC107);
}

.gradient-teal-white-orange {
  background: linear-gradient(#009688, #fff, #FF9800);
}

.gradient-teal-white-lightblue {
  background: linear-gradient(#009688, #fff, #03A9F4);
}

.gradient-teal-white-lightgreen {
  background: linear-gradient(#009688, #fff, #76FF03);
}

.gradient-teal-white-deeppurple {
  background: linear-gradient(#009688, #fff, #673AB7);
}

.gradient-teal-white-deeporange {
  background: linear-gradient(#009688, #fff, #DD6E0F);
}

.gradient-teal-white-brown {
  background: linear-gradient(#009688, #fff, #964B00);
}

.gradient-teal-white-grey {
  background: linear-gradient(#009688, #fff, #808080);
}

.gradient-teal-pink {
  background: linear-gradient(#009688, #E91E63);
}

.gradient-to-top-teal-pink {
  background: linear-gradient(to top, #009688, #E91E63);
}

.gradient-to-bottom-teal-pink {
  background: linear-gradient(to bottom, #009688, #E91E63);
}

.gradient-to-left-teal-pink {
  background: linear-gradient(to left, #009688, #E91E63);
}

.gradient-to-right-teal-pink {
  background: linear-gradient(to right, #009688, #E91E63);
}

.gradient-to-top-left-teal-pink {
  background: linear-gradient(to top left, #009688, #E91E63);
}

.gradient-to-top-right-teal-pink {
  background: linear-gradient(to top right, #009688, #E91E63);
}

.gradient-to-bottom-left-teal-pink {
  background: linear-gradient(to bottom left, #009688, #E91E63);
}

.gradient-to-bottom-right-teal-pink {
  background: linear-gradient(to bottom right, #009688, #E91E63);
}

.gradient-radial-teal-pink {
  background: radial-gradient(circle, #009688, #E91E63);
}

.gradient-teal-pink-primary {
  background: linear-gradient(#009688, #E91E63, #03A9F4);
}

.gradient-teal-pink-secondary {
  background: linear-gradient(#009688, #E91E63, #333);
}

.gradient-teal-pink-success {
  background: linear-gradient(#009688, #E91E63, #28a745);
}

.gradient-teal-pink-info {
  background: linear-gradient(#009688, #E91E63, #0DCAF0);
}

.gradient-teal-pink-warning {
  background: linear-gradient(#009688, #E91E63, #FFC107);
}

.gradient-teal-pink-danger {
  background: linear-gradient(#009688, #E91E63, #DC3545);
}

.gradient-teal-pink-light {
  background: linear-gradient(#009688, #E91E63, #f5f5f5);
}

.gradient-teal-pink-dark {
  background: linear-gradient(#009688, #E91E63, #212529);
}

.gradient-teal-pink-red {
  background: linear-gradient(#009688, #E91E63, #F44336);
}

.gradient-teal-pink-green {
  background: linear-gradient(#009688, #E91E63, #4CAF50);
}

.gradient-teal-pink-blue {
  background: linear-gradient(#009688, #E91E63, #2196F3);
}

.gradient-teal-pink-black {
  background: linear-gradient(#009688, #E91E63, #000);
}

.gradient-teal-pink-white {
  background: linear-gradient(#009688, #E91E63, #fff);
}

.gradient-teal-pink-purple {
  background: linear-gradient(#009688, #E91E63, #9C27B0);
}

.gradient-teal-pink-indigo {
  background: linear-gradient(#009688, #E91E63, #3E51B5);
}

.gradient-teal-pink-cyan {
  background: linear-gradient(#009688, #E91E63, #00BCD4);
}

.gradient-teal-pink-lime {
  background: linear-gradient(#009688, #E91E63, #CDDC39);
}

.gradient-teal-pink-yellow {
  background: linear-gradient(#009688, #E91E63, #FFEB3B);
}

.gradient-teal-pink-amber {
  background: linear-gradient(#009688, #E91E63, #FFC107);
}

.gradient-teal-pink-orange {
  background: linear-gradient(#009688, #E91E63, #FF9800);
}

.gradient-teal-pink-lightblue {
  background: linear-gradient(#009688, #E91E63, #03A9F4);
}

.gradient-teal-pink-lightgreen {
  background: linear-gradient(#009688, #E91E63, #76FF03);
}

.gradient-teal-pink-deeppurple {
  background: linear-gradient(#009688, #E91E63, #673AB7);
}

.gradient-teal-pink-deeporange {
  background: linear-gradient(#009688, #E91E63, #DD6E0F);
}

.gradient-teal-pink-brown {
  background: linear-gradient(#009688, #E91E63, #964B00);
}

.gradient-teal-pink-grey {
  background: linear-gradient(#009688, #E91E63, #808080);
}

.gradient-teal-purple {
  background: linear-gradient(#009688, #9C27B0);
}

.gradient-to-top-teal-purple {
  background: linear-gradient(to top, #009688, #9C27B0);
}

.gradient-to-bottom-teal-purple {
  background: linear-gradient(to bottom, #009688, #9C27B0);
}

.gradient-to-left-teal-purple {
  background: linear-gradient(to left, #009688, #9C27B0);
}

.gradient-to-right-teal-purple {
  background: linear-gradient(to right, #009688, #9C27B0);
}

.gradient-to-top-left-teal-purple {
  background: linear-gradient(to top left, #009688, #9C27B0);
}

.gradient-to-top-right-teal-purple {
  background: linear-gradient(to top right, #009688, #9C27B0);
}

.gradient-to-bottom-left-teal-purple {
  background: linear-gradient(to bottom left, #009688, #9C27B0);
}

.gradient-to-bottom-right-teal-purple {
  background: linear-gradient(to bottom right, #009688, #9C27B0);
}

.gradient-radial-teal-purple {
  background: radial-gradient(circle, #009688, #9C27B0);
}

.gradient-teal-purple-primary {
  background: linear-gradient(#009688, #9C27B0, #03A9F4);
}

.gradient-teal-purple-secondary {
  background: linear-gradient(#009688, #9C27B0, #333);
}

.gradient-teal-purple-success {
  background: linear-gradient(#009688, #9C27B0, #28a745);
}

.gradient-teal-purple-info {
  background: linear-gradient(#009688, #9C27B0, #0DCAF0);
}

.gradient-teal-purple-warning {
  background: linear-gradient(#009688, #9C27B0, #FFC107);
}

.gradient-teal-purple-danger {
  background: linear-gradient(#009688, #9C27B0, #DC3545);
}

.gradient-teal-purple-light {
  background: linear-gradient(#009688, #9C27B0, #f5f5f5);
}

.gradient-teal-purple-dark {
  background: linear-gradient(#009688, #9C27B0, #212529);
}

.gradient-teal-purple-red {
  background: linear-gradient(#009688, #9C27B0, #F44336);
}

.gradient-teal-purple-green {
  background: linear-gradient(#009688, #9C27B0, #4CAF50);
}

.gradient-teal-purple-blue {
  background: linear-gradient(#009688, #9C27B0, #2196F3);
}

.gradient-teal-purple-black {
  background: linear-gradient(#009688, #9C27B0, #000);
}

.gradient-teal-purple-white {
  background: linear-gradient(#009688, #9C27B0, #fff);
}

.gradient-teal-purple-pink {
  background: linear-gradient(#009688, #9C27B0, #E91E63);
}

.gradient-teal-purple-indigo {
  background: linear-gradient(#009688, #9C27B0, #3E51B5);
}

.gradient-teal-purple-cyan {
  background: linear-gradient(#009688, #9C27B0, #00BCD4);
}

.gradient-teal-purple-lime {
  background: linear-gradient(#009688, #9C27B0, #CDDC39);
}

.gradient-teal-purple-yellow {
  background: linear-gradient(#009688, #9C27B0, #FFEB3B);
}

.gradient-teal-purple-amber {
  background: linear-gradient(#009688, #9C27B0, #FFC107);
}

.gradient-teal-purple-orange {
  background: linear-gradient(#009688, #9C27B0, #FF9800);
}

.gradient-teal-purple-lightblue {
  background: linear-gradient(#009688, #9C27B0, #03A9F4);
}

.gradient-teal-purple-lightgreen {
  background: linear-gradient(#009688, #9C27B0, #76FF03);
}

.gradient-teal-purple-deeppurple {
  background: linear-gradient(#009688, #9C27B0, #673AB7);
}

.gradient-teal-purple-deeporange {
  background: linear-gradient(#009688, #9C27B0, #DD6E0F);
}

.gradient-teal-purple-brown {
  background: linear-gradient(#009688, #9C27B0, #964B00);
}

.gradient-teal-purple-grey {
  background: linear-gradient(#009688, #9C27B0, #808080);
}

.gradient-teal-indigo {
  background: linear-gradient(#009688, #3E51B5);
}

.gradient-to-top-teal-indigo {
  background: linear-gradient(to top, #009688, #3E51B5);
}

.gradient-to-bottom-teal-indigo {
  background: linear-gradient(to bottom, #009688, #3E51B5);
}

.gradient-to-left-teal-indigo {
  background: linear-gradient(to left, #009688, #3E51B5);
}

.gradient-to-right-teal-indigo {
  background: linear-gradient(to right, #009688, #3E51B5);
}

.gradient-to-top-left-teal-indigo {
  background: linear-gradient(to top left, #009688, #3E51B5);
}

.gradient-to-top-right-teal-indigo {
  background: linear-gradient(to top right, #009688, #3E51B5);
}

.gradient-to-bottom-left-teal-indigo {
  background: linear-gradient(to bottom left, #009688, #3E51B5);
}

.gradient-to-bottom-right-teal-indigo {
  background: linear-gradient(to bottom right, #009688, #3E51B5);
}

.gradient-radial-teal-indigo {
  background: radial-gradient(circle, #009688, #3E51B5);
}

.gradient-teal-indigo-primary {
  background: linear-gradient(#009688, #3E51B5, #03A9F4);
}

.gradient-teal-indigo-secondary {
  background: linear-gradient(#009688, #3E51B5, #333);
}

.gradient-teal-indigo-success {
  background: linear-gradient(#009688, #3E51B5, #28a745);
}

.gradient-teal-indigo-info {
  background: linear-gradient(#009688, #3E51B5, #0DCAF0);
}

.gradient-teal-indigo-warning {
  background: linear-gradient(#009688, #3E51B5, #FFC107);
}

.gradient-teal-indigo-danger {
  background: linear-gradient(#009688, #3E51B5, #DC3545);
}

.gradient-teal-indigo-light {
  background: linear-gradient(#009688, #3E51B5, #f5f5f5);
}

.gradient-teal-indigo-dark {
  background: linear-gradient(#009688, #3E51B5, #212529);
}

.gradient-teal-indigo-red {
  background: linear-gradient(#009688, #3E51B5, #F44336);
}

.gradient-teal-indigo-green {
  background: linear-gradient(#009688, #3E51B5, #4CAF50);
}

.gradient-teal-indigo-blue {
  background: linear-gradient(#009688, #3E51B5, #2196F3);
}

.gradient-teal-indigo-black {
  background: linear-gradient(#009688, #3E51B5, #000);
}

.gradient-teal-indigo-white {
  background: linear-gradient(#009688, #3E51B5, #fff);
}

.gradient-teal-indigo-pink {
  background: linear-gradient(#009688, #3E51B5, #E91E63);
}

.gradient-teal-indigo-purple {
  background: linear-gradient(#009688, #3E51B5, #9C27B0);
}

.gradient-teal-indigo-cyan {
  background: linear-gradient(#009688, #3E51B5, #00BCD4);
}

.gradient-teal-indigo-lime {
  background: linear-gradient(#009688, #3E51B5, #CDDC39);
}

.gradient-teal-indigo-yellow {
  background: linear-gradient(#009688, #3E51B5, #FFEB3B);
}

.gradient-teal-indigo-amber {
  background: linear-gradient(#009688, #3E51B5, #FFC107);
}

.gradient-teal-indigo-orange {
  background: linear-gradient(#009688, #3E51B5, #FF9800);
}

.gradient-teal-indigo-lightblue {
  background: linear-gradient(#009688, #3E51B5, #03A9F4);
}

.gradient-teal-indigo-lightgreen {
  background: linear-gradient(#009688, #3E51B5, #76FF03);
}

.gradient-teal-indigo-deeppurple {
  background: linear-gradient(#009688, #3E51B5, #673AB7);
}

.gradient-teal-indigo-deeporange {
  background: linear-gradient(#009688, #3E51B5, #DD6E0F);
}

.gradient-teal-indigo-brown {
  background: linear-gradient(#009688, #3E51B5, #964B00);
}

.gradient-teal-indigo-grey {
  background: linear-gradient(#009688, #3E51B5, #808080);
}

.gradient-teal-cyan {
  background: linear-gradient(#009688, #00BCD4);
}

.gradient-to-top-teal-cyan {
  background: linear-gradient(to top, #009688, #00BCD4);
}

.gradient-to-bottom-teal-cyan {
  background: linear-gradient(to bottom, #009688, #00BCD4);
}

.gradient-to-left-teal-cyan {
  background: linear-gradient(to left, #009688, #00BCD4);
}

.gradient-to-right-teal-cyan {
  background: linear-gradient(to right, #009688, #00BCD4);
}

.gradient-to-top-left-teal-cyan {
  background: linear-gradient(to top left, #009688, #00BCD4);
}

.gradient-to-top-right-teal-cyan {
  background: linear-gradient(to top right, #009688, #00BCD4);
}

.gradient-to-bottom-left-teal-cyan {
  background: linear-gradient(to bottom left, #009688, #00BCD4);
}

.gradient-to-bottom-right-teal-cyan {
  background: linear-gradient(to bottom right, #009688, #00BCD4);
}

.gradient-radial-teal-cyan {
  background: radial-gradient(circle, #009688, #00BCD4);
}

.gradient-teal-cyan-primary {
  background: linear-gradient(#009688, #00BCD4, #03A9F4);
}

.gradient-teal-cyan-secondary {
  background: linear-gradient(#009688, #00BCD4, #333);
}

.gradient-teal-cyan-success {
  background: linear-gradient(#009688, #00BCD4, #28a745);
}

.gradient-teal-cyan-info {
  background: linear-gradient(#009688, #00BCD4, #0DCAF0);
}

.gradient-teal-cyan-warning {
  background: linear-gradient(#009688, #00BCD4, #FFC107);
}

.gradient-teal-cyan-danger {
  background: linear-gradient(#009688, #00BCD4, #DC3545);
}

.gradient-teal-cyan-light {
  background: linear-gradient(#009688, #00BCD4, #f5f5f5);
}

.gradient-teal-cyan-dark {
  background: linear-gradient(#009688, #00BCD4, #212529);
}

.gradient-teal-cyan-red {
  background: linear-gradient(#009688, #00BCD4, #F44336);
}

.gradient-teal-cyan-green {
  background: linear-gradient(#009688, #00BCD4, #4CAF50);
}

.gradient-teal-cyan-blue {
  background: linear-gradient(#009688, #00BCD4, #2196F3);
}

.gradient-teal-cyan-black {
  background: linear-gradient(#009688, #00BCD4, #000);
}

.gradient-teal-cyan-white {
  background: linear-gradient(#009688, #00BCD4, #fff);
}

.gradient-teal-cyan-pink {
  background: linear-gradient(#009688, #00BCD4, #E91E63);
}

.gradient-teal-cyan-purple {
  background: linear-gradient(#009688, #00BCD4, #9C27B0);
}

.gradient-teal-cyan-indigo {
  background: linear-gradient(#009688, #00BCD4, #3E51B5);
}

.gradient-teal-cyan-lime {
  background: linear-gradient(#009688, #00BCD4, #CDDC39);
}

.gradient-teal-cyan-yellow {
  background: linear-gradient(#009688, #00BCD4, #FFEB3B);
}

.gradient-teal-cyan-amber {
  background: linear-gradient(#009688, #00BCD4, #FFC107);
}

.gradient-teal-cyan-orange {
  background: linear-gradient(#009688, #00BCD4, #FF9800);
}

.gradient-teal-cyan-lightblue {
  background: linear-gradient(#009688, #00BCD4, #03A9F4);
}

.gradient-teal-cyan-lightgreen {
  background: linear-gradient(#009688, #00BCD4, #76FF03);
}

.gradient-teal-cyan-deeppurple {
  background: linear-gradient(#009688, #00BCD4, #673AB7);
}

.gradient-teal-cyan-deeporange {
  background: linear-gradient(#009688, #00BCD4, #DD6E0F);
}

.gradient-teal-cyan-brown {
  background: linear-gradient(#009688, #00BCD4, #964B00);
}

.gradient-teal-cyan-grey {
  background: linear-gradient(#009688, #00BCD4, #808080);
}

.gradient-teal-lime {
  background: linear-gradient(#009688, #CDDC39);
}

.gradient-to-top-teal-lime {
  background: linear-gradient(to top, #009688, #CDDC39);
}

.gradient-to-bottom-teal-lime {
  background: linear-gradient(to bottom, #009688, #CDDC39);
}

.gradient-to-left-teal-lime {
  background: linear-gradient(to left, #009688, #CDDC39);
}

.gradient-to-right-teal-lime {
  background: linear-gradient(to right, #009688, #CDDC39);
}

.gradient-to-top-left-teal-lime {
  background: linear-gradient(to top left, #009688, #CDDC39);
}

.gradient-to-top-right-teal-lime {
  background: linear-gradient(to top right, #009688, #CDDC39);
}

.gradient-to-bottom-left-teal-lime {
  background: linear-gradient(to bottom left, #009688, #CDDC39);
}

.gradient-to-bottom-right-teal-lime {
  background: linear-gradient(to bottom right, #009688, #CDDC39);
}

.gradient-radial-teal-lime {
  background: radial-gradient(circle, #009688, #CDDC39);
}

.gradient-teal-lime-primary {
  background: linear-gradient(#009688, #CDDC39, #03A9F4);
}

.gradient-teal-lime-secondary {
  background: linear-gradient(#009688, #CDDC39, #333);
}

.gradient-teal-lime-success {
  background: linear-gradient(#009688, #CDDC39, #28a745);
}

.gradient-teal-lime-info {
  background: linear-gradient(#009688, #CDDC39, #0DCAF0);
}

.gradient-teal-lime-warning {
  background: linear-gradient(#009688, #CDDC39, #FFC107);
}

.gradient-teal-lime-danger {
  background: linear-gradient(#009688, #CDDC39, #DC3545);
}

.gradient-teal-lime-light {
  background: linear-gradient(#009688, #CDDC39, #f5f5f5);
}

.gradient-teal-lime-dark {
  background: linear-gradient(#009688, #CDDC39, #212529);
}

.gradient-teal-lime-red {
  background: linear-gradient(#009688, #CDDC39, #F44336);
}

.gradient-teal-lime-green {
  background: linear-gradient(#009688, #CDDC39, #4CAF50);
}

.gradient-teal-lime-blue {
  background: linear-gradient(#009688, #CDDC39, #2196F3);
}

.gradient-teal-lime-black {
  background: linear-gradient(#009688, #CDDC39, #000);
}

.gradient-teal-lime-white {
  background: linear-gradient(#009688, #CDDC39, #fff);
}

.gradient-teal-lime-pink {
  background: linear-gradient(#009688, #CDDC39, #E91E63);
}

.gradient-teal-lime-purple {
  background: linear-gradient(#009688, #CDDC39, #9C27B0);
}

.gradient-teal-lime-indigo {
  background: linear-gradient(#009688, #CDDC39, #3E51B5);
}

.gradient-teal-lime-cyan {
  background: linear-gradient(#009688, #CDDC39, #00BCD4);
}

.gradient-teal-lime-yellow {
  background: linear-gradient(#009688, #CDDC39, #FFEB3B);
}

.gradient-teal-lime-amber {
  background: linear-gradient(#009688, #CDDC39, #FFC107);
}

.gradient-teal-lime-orange {
  background: linear-gradient(#009688, #CDDC39, #FF9800);
}

.gradient-teal-lime-lightblue {
  background: linear-gradient(#009688, #CDDC39, #03A9F4);
}

.gradient-teal-lime-lightgreen {
  background: linear-gradient(#009688, #CDDC39, #76FF03);
}

.gradient-teal-lime-deeppurple {
  background: linear-gradient(#009688, #CDDC39, #673AB7);
}

.gradient-teal-lime-deeporange {
  background: linear-gradient(#009688, #CDDC39, #DD6E0F);
}

.gradient-teal-lime-brown {
  background: linear-gradient(#009688, #CDDC39, #964B00);
}

.gradient-teal-lime-grey {
  background: linear-gradient(#009688, #CDDC39, #808080);
}

.gradient-teal-yellow {
  background: linear-gradient(#009688, #FFEB3B);
}

.gradient-to-top-teal-yellow {
  background: linear-gradient(to top, #009688, #FFEB3B);
}

.gradient-to-bottom-teal-yellow {
  background: linear-gradient(to bottom, #009688, #FFEB3B);
}

.gradient-to-left-teal-yellow {
  background: linear-gradient(to left, #009688, #FFEB3B);
}

.gradient-to-right-teal-yellow {
  background: linear-gradient(to right, #009688, #FFEB3B);
}

.gradient-to-top-left-teal-yellow {
  background: linear-gradient(to top left, #009688, #FFEB3B);
}

.gradient-to-top-right-teal-yellow {
  background: linear-gradient(to top right, #009688, #FFEB3B);
}

.gradient-to-bottom-left-teal-yellow {
  background: linear-gradient(to bottom left, #009688, #FFEB3B);
}

.gradient-to-bottom-right-teal-yellow {
  background: linear-gradient(to bottom right, #009688, #FFEB3B);
}

.gradient-radial-teal-yellow {
  background: radial-gradient(circle, #009688, #FFEB3B);
}

.gradient-teal-yellow-primary {
  background: linear-gradient(#009688, #FFEB3B, #03A9F4);
}

.gradient-teal-yellow-secondary {
  background: linear-gradient(#009688, #FFEB3B, #333);
}

.gradient-teal-yellow-success {
  background: linear-gradient(#009688, #FFEB3B, #28a745);
}

.gradient-teal-yellow-info {
  background: linear-gradient(#009688, #FFEB3B, #0DCAF0);
}

.gradient-teal-yellow-warning {
  background: linear-gradient(#009688, #FFEB3B, #FFC107);
}

.gradient-teal-yellow-danger {
  background: linear-gradient(#009688, #FFEB3B, #DC3545);
}

.gradient-teal-yellow-light {
  background: linear-gradient(#009688, #FFEB3B, #f5f5f5);
}

.gradient-teal-yellow-dark {
  background: linear-gradient(#009688, #FFEB3B, #212529);
}

.gradient-teal-yellow-red {
  background: linear-gradient(#009688, #FFEB3B, #F44336);
}

.gradient-teal-yellow-green {
  background: linear-gradient(#009688, #FFEB3B, #4CAF50);
}

.gradient-teal-yellow-blue {
  background: linear-gradient(#009688, #FFEB3B, #2196F3);
}

.gradient-teal-yellow-black {
  background: linear-gradient(#009688, #FFEB3B, #000);
}

.gradient-teal-yellow-white {
  background: linear-gradient(#009688, #FFEB3B, #fff);
}

.gradient-teal-yellow-pink {
  background: linear-gradient(#009688, #FFEB3B, #E91E63);
}

.gradient-teal-yellow-purple {
  background: linear-gradient(#009688, #FFEB3B, #9C27B0);
}

.gradient-teal-yellow-indigo {
  background: linear-gradient(#009688, #FFEB3B, #3E51B5);
}

.gradient-teal-yellow-cyan {
  background: linear-gradient(#009688, #FFEB3B, #00BCD4);
}

.gradient-teal-yellow-lime {
  background: linear-gradient(#009688, #FFEB3B, #CDDC39);
}

.gradient-teal-yellow-amber {
  background: linear-gradient(#009688, #FFEB3B, #FFC107);
}

.gradient-teal-yellow-orange {
  background: linear-gradient(#009688, #FFEB3B, #FF9800);
}

.gradient-teal-yellow-lightblue {
  background: linear-gradient(#009688, #FFEB3B, #03A9F4);
}

.gradient-teal-yellow-lightgreen {
  background: linear-gradient(#009688, #FFEB3B, #76FF03);
}

.gradient-teal-yellow-deeppurple {
  background: linear-gradient(#009688, #FFEB3B, #673AB7);
}

.gradient-teal-yellow-deeporange {
  background: linear-gradient(#009688, #FFEB3B, #DD6E0F);
}

.gradient-teal-yellow-brown {
  background: linear-gradient(#009688, #FFEB3B, #964B00);
}

.gradient-teal-yellow-grey {
  background: linear-gradient(#009688, #FFEB3B, #808080);
}

.gradient-teal-amber {
  background: linear-gradient(#009688, #FFC107);
}

.gradient-to-top-teal-amber {
  background: linear-gradient(to top, #009688, #FFC107);
}

.gradient-to-bottom-teal-amber {
  background: linear-gradient(to bottom, #009688, #FFC107);
}

.gradient-to-left-teal-amber {
  background: linear-gradient(to left, #009688, #FFC107);
}

.gradient-to-right-teal-amber {
  background: linear-gradient(to right, #009688, #FFC107);
}

.gradient-to-top-left-teal-amber {
  background: linear-gradient(to top left, #009688, #FFC107);
}

.gradient-to-top-right-teal-amber {
  background: linear-gradient(to top right, #009688, #FFC107);
}

.gradient-to-bottom-left-teal-amber {
  background: linear-gradient(to bottom left, #009688, #FFC107);
}

.gradient-to-bottom-right-teal-amber {
  background: linear-gradient(to bottom right, #009688, #FFC107);
}

.gradient-radial-teal-amber {
  background: radial-gradient(circle, #009688, #FFC107);
}

.gradient-teal-amber-primary {
  background: linear-gradient(#009688, #FFC107, #03A9F4);
}

.gradient-teal-amber-secondary {
  background: linear-gradient(#009688, #FFC107, #333);
}

.gradient-teal-amber-success {
  background: linear-gradient(#009688, #FFC107, #28a745);
}

.gradient-teal-amber-info {
  background: linear-gradient(#009688, #FFC107, #0DCAF0);
}

.gradient-teal-amber-warning {
  background: linear-gradient(#009688, #FFC107, #FFC107);
}

.gradient-teal-amber-danger {
  background: linear-gradient(#009688, #FFC107, #DC3545);
}

.gradient-teal-amber-light {
  background: linear-gradient(#009688, #FFC107, #f5f5f5);
}

.gradient-teal-amber-dark {
  background: linear-gradient(#009688, #FFC107, #212529);
}

.gradient-teal-amber-red {
  background: linear-gradient(#009688, #FFC107, #F44336);
}

.gradient-teal-amber-green {
  background: linear-gradient(#009688, #FFC107, #4CAF50);
}

.gradient-teal-amber-blue {
  background: linear-gradient(#009688, #FFC107, #2196F3);
}

.gradient-teal-amber-black {
  background: linear-gradient(#009688, #FFC107, #000);
}

.gradient-teal-amber-white {
  background: linear-gradient(#009688, #FFC107, #fff);
}

.gradient-teal-amber-pink {
  background: linear-gradient(#009688, #FFC107, #E91E63);
}

.gradient-teal-amber-purple {
  background: linear-gradient(#009688, #FFC107, #9C27B0);
}

.gradient-teal-amber-indigo {
  background: linear-gradient(#009688, #FFC107, #3E51B5);
}

.gradient-teal-amber-cyan {
  background: linear-gradient(#009688, #FFC107, #00BCD4);
}

.gradient-teal-amber-lime {
  background: linear-gradient(#009688, #FFC107, #CDDC39);
}

.gradient-teal-amber-yellow {
  background: linear-gradient(#009688, #FFC107, #FFEB3B);
}

.gradient-teal-amber-orange {
  background: linear-gradient(#009688, #FFC107, #FF9800);
}

.gradient-teal-amber-lightblue {
  background: linear-gradient(#009688, #FFC107, #03A9F4);
}

.gradient-teal-amber-lightgreen {
  background: linear-gradient(#009688, #FFC107, #76FF03);
}

.gradient-teal-amber-deeppurple {
  background: linear-gradient(#009688, #FFC107, #673AB7);
}

.gradient-teal-amber-deeporange {
  background: linear-gradient(#009688, #FFC107, #DD6E0F);
}

.gradient-teal-amber-brown {
  background: linear-gradient(#009688, #FFC107, #964B00);
}

.gradient-teal-amber-grey {
  background: linear-gradient(#009688, #FFC107, #808080);
}

.gradient-teal-orange {
  background: linear-gradient(#009688, #FF9800);
}

.gradient-to-top-teal-orange {
  background: linear-gradient(to top, #009688, #FF9800);
}

.gradient-to-bottom-teal-orange {
  background: linear-gradient(to bottom, #009688, #FF9800);
}

.gradient-to-left-teal-orange {
  background: linear-gradient(to left, #009688, #FF9800);
}

.gradient-to-right-teal-orange {
  background: linear-gradient(to right, #009688, #FF9800);
}

.gradient-to-top-left-teal-orange {
  background: linear-gradient(to top left, #009688, #FF9800);
}

.gradient-to-top-right-teal-orange {
  background: linear-gradient(to top right, #009688, #FF9800);
}

.gradient-to-bottom-left-teal-orange {
  background: linear-gradient(to bottom left, #009688, #FF9800);
}

.gradient-to-bottom-right-teal-orange {
  background: linear-gradient(to bottom right, #009688, #FF9800);
}

.gradient-radial-teal-orange {
  background: radial-gradient(circle, #009688, #FF9800);
}

.gradient-teal-orange-primary {
  background: linear-gradient(#009688, #FF9800, #03A9F4);
}

.gradient-teal-orange-secondary {
  background: linear-gradient(#009688, #FF9800, #333);
}

.gradient-teal-orange-success {
  background: linear-gradient(#009688, #FF9800, #28a745);
}

.gradient-teal-orange-info {
  background: linear-gradient(#009688, #FF9800, #0DCAF0);
}

.gradient-teal-orange-warning {
  background: linear-gradient(#009688, #FF9800, #FFC107);
}

.gradient-teal-orange-danger {
  background: linear-gradient(#009688, #FF9800, #DC3545);
}

.gradient-teal-orange-light {
  background: linear-gradient(#009688, #FF9800, #f5f5f5);
}

.gradient-teal-orange-dark {
  background: linear-gradient(#009688, #FF9800, #212529);
}

.gradient-teal-orange-red {
  background: linear-gradient(#009688, #FF9800, #F44336);
}

.gradient-teal-orange-green {
  background: linear-gradient(#009688, #FF9800, #4CAF50);
}

.gradient-teal-orange-blue {
  background: linear-gradient(#009688, #FF9800, #2196F3);
}

.gradient-teal-orange-black {
  background: linear-gradient(#009688, #FF9800, #000);
}

.gradient-teal-orange-white {
  background: linear-gradient(#009688, #FF9800, #fff);
}

.gradient-teal-orange-pink {
  background: linear-gradient(#009688, #FF9800, #E91E63);
}

.gradient-teal-orange-purple {
  background: linear-gradient(#009688, #FF9800, #9C27B0);
}

.gradient-teal-orange-indigo {
  background: linear-gradient(#009688, #FF9800, #3E51B5);
}

.gradient-teal-orange-cyan {
  background: linear-gradient(#009688, #FF9800, #00BCD4);
}

.gradient-teal-orange-lime {
  background: linear-gradient(#009688, #FF9800, #CDDC39);
}

.gradient-teal-orange-yellow {
  background: linear-gradient(#009688, #FF9800, #FFEB3B);
}

.gradient-teal-orange-amber {
  background: linear-gradient(#009688, #FF9800, #FFC107);
}

.gradient-teal-orange-lightblue {
  background: linear-gradient(#009688, #FF9800, #03A9F4);
}

.gradient-teal-orange-lightgreen {
  background: linear-gradient(#009688, #FF9800, #76FF03);
}

.gradient-teal-orange-deeppurple {
  background: linear-gradient(#009688, #FF9800, #673AB7);
}

.gradient-teal-orange-deeporange {
  background: linear-gradient(#009688, #FF9800, #DD6E0F);
}

.gradient-teal-orange-brown {
  background: linear-gradient(#009688, #FF9800, #964B00);
}

.gradient-teal-orange-grey {
  background: linear-gradient(#009688, #FF9800, #808080);
}

.gradient-teal-lightblue {
  background: linear-gradient(#009688, #03A9F4);
}

.gradient-to-top-teal-lightblue {
  background: linear-gradient(to top, #009688, #03A9F4);
}

.gradient-to-bottom-teal-lightblue {
  background: linear-gradient(to bottom, #009688, #03A9F4);
}

.gradient-to-left-teal-lightblue {
  background: linear-gradient(to left, #009688, #03A9F4);
}

.gradient-to-right-teal-lightblue {
  background: linear-gradient(to right, #009688, #03A9F4);
}

.gradient-to-top-left-teal-lightblue {
  background: linear-gradient(to top left, #009688, #03A9F4);
}

.gradient-to-top-right-teal-lightblue {
  background: linear-gradient(to top right, #009688, #03A9F4);
}

.gradient-to-bottom-left-teal-lightblue {
  background: linear-gradient(to bottom left, #009688, #03A9F4);
}

.gradient-to-bottom-right-teal-lightblue {
  background: linear-gradient(to bottom right, #009688, #03A9F4);
}

.gradient-radial-teal-lightblue {
  background: radial-gradient(circle, #009688, #03A9F4);
}

.gradient-teal-lightblue-primary {
  background: linear-gradient(#009688, #03A9F4, #03A9F4);
}

.gradient-teal-lightblue-secondary {
  background: linear-gradient(#009688, #03A9F4, #333);
}

.gradient-teal-lightblue-success {
  background: linear-gradient(#009688, #03A9F4, #28a745);
}

.gradient-teal-lightblue-info {
  background: linear-gradient(#009688, #03A9F4, #0DCAF0);
}

.gradient-teal-lightblue-warning {
  background: linear-gradient(#009688, #03A9F4, #FFC107);
}

.gradient-teal-lightblue-danger {
  background: linear-gradient(#009688, #03A9F4, #DC3545);
}

.gradient-teal-lightblue-light {
  background: linear-gradient(#009688, #03A9F4, #f5f5f5);
}

.gradient-teal-lightblue-dark {
  background: linear-gradient(#009688, #03A9F4, #212529);
}

.gradient-teal-lightblue-red {
  background: linear-gradient(#009688, #03A9F4, #F44336);
}

.gradient-teal-lightblue-green {
  background: linear-gradient(#009688, #03A9F4, #4CAF50);
}

.gradient-teal-lightblue-blue {
  background: linear-gradient(#009688, #03A9F4, #2196F3);
}

.gradient-teal-lightblue-black {
  background: linear-gradient(#009688, #03A9F4, #000);
}

.gradient-teal-lightblue-white {
  background: linear-gradient(#009688, #03A9F4, #fff);
}

.gradient-teal-lightblue-pink {
  background: linear-gradient(#009688, #03A9F4, #E91E63);
}

.gradient-teal-lightblue-purple {
  background: linear-gradient(#009688, #03A9F4, #9C27B0);
}

.gradient-teal-lightblue-indigo {
  background: linear-gradient(#009688, #03A9F4, #3E51B5);
}

.gradient-teal-lightblue-cyan {
  background: linear-gradient(#009688, #03A9F4, #00BCD4);
}

.gradient-teal-lightblue-lime {
  background: linear-gradient(#009688, #03A9F4, #CDDC39);
}

.gradient-teal-lightblue-yellow {
  background: linear-gradient(#009688, #03A9F4, #FFEB3B);
}

.gradient-teal-lightblue-amber {
  background: linear-gradient(#009688, #03A9F4, #FFC107);
}

.gradient-teal-lightblue-orange {
  background: linear-gradient(#009688, #03A9F4, #FF9800);
}

.gradient-teal-lightblue-lightgreen {
  background: linear-gradient(#009688, #03A9F4, #76FF03);
}

.gradient-teal-lightblue-deeppurple {
  background: linear-gradient(#009688, #03A9F4, #673AB7);
}

.gradient-teal-lightblue-deeporange {
  background: linear-gradient(#009688, #03A9F4, #DD6E0F);
}

.gradient-teal-lightblue-brown {
  background: linear-gradient(#009688, #03A9F4, #964B00);
}

.gradient-teal-lightblue-grey {
  background: linear-gradient(#009688, #03A9F4, #808080);
}

.gradient-teal-lightgreen {
  background: linear-gradient(#009688, #76FF03);
}

.gradient-to-top-teal-lightgreen {
  background: linear-gradient(to top, #009688, #76FF03);
}

.gradient-to-bottom-teal-lightgreen {
  background: linear-gradient(to bottom, #009688, #76FF03);
}

.gradient-to-left-teal-lightgreen {
  background: linear-gradient(to left, #009688, #76FF03);
}

.gradient-to-right-teal-lightgreen {
  background: linear-gradient(to right, #009688, #76FF03);
}

.gradient-to-top-left-teal-lightgreen {
  background: linear-gradient(to top left, #009688, #76FF03);
}

.gradient-to-top-right-teal-lightgreen {
  background: linear-gradient(to top right, #009688, #76FF03);
}

.gradient-to-bottom-left-teal-lightgreen {
  background: linear-gradient(to bottom left, #009688, #76FF03);
}

.gradient-to-bottom-right-teal-lightgreen {
  background: linear-gradient(to bottom right, #009688, #76FF03);
}

.gradient-radial-teal-lightgreen {
  background: radial-gradient(circle, #009688, #76FF03);
}

.gradient-teal-lightgreen-primary {
  background: linear-gradient(#009688, #76FF03, #03A9F4);
}

.gradient-teal-lightgreen-secondary {
  background: linear-gradient(#009688, #76FF03, #333);
}

.gradient-teal-lightgreen-success {
  background: linear-gradient(#009688, #76FF03, #28a745);
}

.gradient-teal-lightgreen-info {
  background: linear-gradient(#009688, #76FF03, #0DCAF0);
}

.gradient-teal-lightgreen-warning {
  background: linear-gradient(#009688, #76FF03, #FFC107);
}

.gradient-teal-lightgreen-danger {
  background: linear-gradient(#009688, #76FF03, #DC3545);
}

.gradient-teal-lightgreen-light {
  background: linear-gradient(#009688, #76FF03, #f5f5f5);
}

.gradient-teal-lightgreen-dark {
  background: linear-gradient(#009688, #76FF03, #212529);
}

.gradient-teal-lightgreen-red {
  background: linear-gradient(#009688, #76FF03, #F44336);
}

.gradient-teal-lightgreen-green {
  background: linear-gradient(#009688, #76FF03, #4CAF50);
}

.gradient-teal-lightgreen-blue {
  background: linear-gradient(#009688, #76FF03, #2196F3);
}

.gradient-teal-lightgreen-black {
  background: linear-gradient(#009688, #76FF03, #000);
}

.gradient-teal-lightgreen-white {
  background: linear-gradient(#009688, #76FF03, #fff);
}

.gradient-teal-lightgreen-pink {
  background: linear-gradient(#009688, #76FF03, #E91E63);
}

.gradient-teal-lightgreen-purple {
  background: linear-gradient(#009688, #76FF03, #9C27B0);
}

.gradient-teal-lightgreen-indigo {
  background: linear-gradient(#009688, #76FF03, #3E51B5);
}

.gradient-teal-lightgreen-cyan {
  background: linear-gradient(#009688, #76FF03, #00BCD4);
}

.gradient-teal-lightgreen-lime {
  background: linear-gradient(#009688, #76FF03, #CDDC39);
}

.gradient-teal-lightgreen-yellow {
  background: linear-gradient(#009688, #76FF03, #FFEB3B);
}

.gradient-teal-lightgreen-amber {
  background: linear-gradient(#009688, #76FF03, #FFC107);
}

.gradient-teal-lightgreen-orange {
  background: linear-gradient(#009688, #76FF03, #FF9800);
}

.gradient-teal-lightgreen-lightblue {
  background: linear-gradient(#009688, #76FF03, #03A9F4);
}

.gradient-teal-lightgreen-deeppurple {
  background: linear-gradient(#009688, #76FF03, #673AB7);
}

.gradient-teal-lightgreen-deeporange {
  background: linear-gradient(#009688, #76FF03, #DD6E0F);
}

.gradient-teal-lightgreen-brown {
  background: linear-gradient(#009688, #76FF03, #964B00);
}

.gradient-teal-lightgreen-grey {
  background: linear-gradient(#009688, #76FF03, #808080);
}

.gradient-teal-deeppurple {
  background: linear-gradient(#009688, #673AB7);
}

.gradient-to-top-teal-deeppurple {
  background: linear-gradient(to top, #009688, #673AB7);
}

.gradient-to-bottom-teal-deeppurple {
  background: linear-gradient(to bottom, #009688, #673AB7);
}

.gradient-to-left-teal-deeppurple {
  background: linear-gradient(to left, #009688, #673AB7);
}

.gradient-to-right-teal-deeppurple {
  background: linear-gradient(to right, #009688, #673AB7);
}

.gradient-to-top-left-teal-deeppurple {
  background: linear-gradient(to top left, #009688, #673AB7);
}

.gradient-to-top-right-teal-deeppurple {
  background: linear-gradient(to top right, #009688, #673AB7);
}

.gradient-to-bottom-left-teal-deeppurple {
  background: linear-gradient(to bottom left, #009688, #673AB7);
}

.gradient-to-bottom-right-teal-deeppurple {
  background: linear-gradient(to bottom right, #009688, #673AB7);
}

.gradient-radial-teal-deeppurple {
  background: radial-gradient(circle, #009688, #673AB7);
}

.gradient-teal-deeppurple-primary {
  background: linear-gradient(#009688, #673AB7, #03A9F4);
}

.gradient-teal-deeppurple-secondary {
  background: linear-gradient(#009688, #673AB7, #333);
}

.gradient-teal-deeppurple-success {
  background: linear-gradient(#009688, #673AB7, #28a745);
}

.gradient-teal-deeppurple-info {
  background: linear-gradient(#009688, #673AB7, #0DCAF0);
}

.gradient-teal-deeppurple-warning {
  background: linear-gradient(#009688, #673AB7, #FFC107);
}

.gradient-teal-deeppurple-danger {
  background: linear-gradient(#009688, #673AB7, #DC3545);
}

.gradient-teal-deeppurple-light {
  background: linear-gradient(#009688, #673AB7, #f5f5f5);
}

.gradient-teal-deeppurple-dark {
  background: linear-gradient(#009688, #673AB7, #212529);
}

.gradient-teal-deeppurple-red {
  background: linear-gradient(#009688, #673AB7, #F44336);
}

.gradient-teal-deeppurple-green {
  background: linear-gradient(#009688, #673AB7, #4CAF50);
}

.gradient-teal-deeppurple-blue {
  background: linear-gradient(#009688, #673AB7, #2196F3);
}

.gradient-teal-deeppurple-black {
  background: linear-gradient(#009688, #673AB7, #000);
}

.gradient-teal-deeppurple-white {
  background: linear-gradient(#009688, #673AB7, #fff);
}

.gradient-teal-deeppurple-pink {
  background: linear-gradient(#009688, #673AB7, #E91E63);
}

.gradient-teal-deeppurple-purple {
  background: linear-gradient(#009688, #673AB7, #9C27B0);
}

.gradient-teal-deeppurple-indigo {
  background: linear-gradient(#009688, #673AB7, #3E51B5);
}

.gradient-teal-deeppurple-cyan {
  background: linear-gradient(#009688, #673AB7, #00BCD4);
}

.gradient-teal-deeppurple-lime {
  background: linear-gradient(#009688, #673AB7, #CDDC39);
}

.gradient-teal-deeppurple-yellow {
  background: linear-gradient(#009688, #673AB7, #FFEB3B);
}

.gradient-teal-deeppurple-amber {
  background: linear-gradient(#009688, #673AB7, #FFC107);
}

.gradient-teal-deeppurple-orange {
  background: linear-gradient(#009688, #673AB7, #FF9800);
}

.gradient-teal-deeppurple-lightblue {
  background: linear-gradient(#009688, #673AB7, #03A9F4);
}

.gradient-teal-deeppurple-lightgreen {
  background: linear-gradient(#009688, #673AB7, #76FF03);
}

.gradient-teal-deeppurple-deeporange {
  background: linear-gradient(#009688, #673AB7, #DD6E0F);
}

.gradient-teal-deeppurple-brown {
  background: linear-gradient(#009688, #673AB7, #964B00);
}

.gradient-teal-deeppurple-grey {
  background: linear-gradient(#009688, #673AB7, #808080);
}

.gradient-teal-deeporange {
  background: linear-gradient(#009688, #DD6E0F);
}

.gradient-to-top-teal-deeporange {
  background: linear-gradient(to top, #009688, #DD6E0F);
}

.gradient-to-bottom-teal-deeporange {
  background: linear-gradient(to bottom, #009688, #DD6E0F);
}

.gradient-to-left-teal-deeporange {
  background: linear-gradient(to left, #009688, #DD6E0F);
}

.gradient-to-right-teal-deeporange {
  background: linear-gradient(to right, #009688, #DD6E0F);
}

.gradient-to-top-left-teal-deeporange {
  background: linear-gradient(to top left, #009688, #DD6E0F);
}

.gradient-to-top-right-teal-deeporange {
  background: linear-gradient(to top right, #009688, #DD6E0F);
}

.gradient-to-bottom-left-teal-deeporange {
  background: linear-gradient(to bottom left, #009688, #DD6E0F);
}

.gradient-to-bottom-right-teal-deeporange {
  background: linear-gradient(to bottom right, #009688, #DD6E0F);
}

.gradient-radial-teal-deeporange {
  background: radial-gradient(circle, #009688, #DD6E0F);
}

.gradient-teal-deeporange-primary {
  background: linear-gradient(#009688, #DD6E0F, #03A9F4);
}

.gradient-teal-deeporange-secondary {
  background: linear-gradient(#009688, #DD6E0F, #333);
}

.gradient-teal-deeporange-success {
  background: linear-gradient(#009688, #DD6E0F, #28a745);
}

.gradient-teal-deeporange-info {
  background: linear-gradient(#009688, #DD6E0F, #0DCAF0);
}

.gradient-teal-deeporange-warning {
  background: linear-gradient(#009688, #DD6E0F, #FFC107);
}

.gradient-teal-deeporange-danger {
  background: linear-gradient(#009688, #DD6E0F, #DC3545);
}

.gradient-teal-deeporange-light {
  background: linear-gradient(#009688, #DD6E0F, #f5f5f5);
}

.gradient-teal-deeporange-dark {
  background: linear-gradient(#009688, #DD6E0F, #212529);
}

.gradient-teal-deeporange-red {
  background: linear-gradient(#009688, #DD6E0F, #F44336);
}

.gradient-teal-deeporange-green {
  background: linear-gradient(#009688, #DD6E0F, #4CAF50);
}

.gradient-teal-deeporange-blue {
  background: linear-gradient(#009688, #DD6E0F, #2196F3);
}

.gradient-teal-deeporange-black {
  background: linear-gradient(#009688, #DD6E0F, #000);
}

.gradient-teal-deeporange-white {
  background: linear-gradient(#009688, #DD6E0F, #fff);
}

.gradient-teal-deeporange-pink {
  background: linear-gradient(#009688, #DD6E0F, #E91E63);
}

.gradient-teal-deeporange-purple {
  background: linear-gradient(#009688, #DD6E0F, #9C27B0);
}

.gradient-teal-deeporange-indigo {
  background: linear-gradient(#009688, #DD6E0F, #3E51B5);
}

.gradient-teal-deeporange-cyan {
  background: linear-gradient(#009688, #DD6E0F, #00BCD4);
}

.gradient-teal-deeporange-lime {
  background: linear-gradient(#009688, #DD6E0F, #CDDC39);
}

.gradient-teal-deeporange-yellow {
  background: linear-gradient(#009688, #DD6E0F, #FFEB3B);
}

.gradient-teal-deeporange-amber {
  background: linear-gradient(#009688, #DD6E0F, #FFC107);
}

.gradient-teal-deeporange-orange {
  background: linear-gradient(#009688, #DD6E0F, #FF9800);
}

.gradient-teal-deeporange-lightblue {
  background: linear-gradient(#009688, #DD6E0F, #03A9F4);
}

.gradient-teal-deeporange-lightgreen {
  background: linear-gradient(#009688, #DD6E0F, #76FF03);
}

.gradient-teal-deeporange-deeppurple {
  background: linear-gradient(#009688, #DD6E0F, #673AB7);
}

.gradient-teal-deeporange-brown {
  background: linear-gradient(#009688, #DD6E0F, #964B00);
}

.gradient-teal-deeporange-grey {
  background: linear-gradient(#009688, #DD6E0F, #808080);
}

.gradient-teal-brown {
  background: linear-gradient(#009688, #964B00);
}

.gradient-to-top-teal-brown {
  background: linear-gradient(to top, #009688, #964B00);
}

.gradient-to-bottom-teal-brown {
  background: linear-gradient(to bottom, #009688, #964B00);
}

.gradient-to-left-teal-brown {
  background: linear-gradient(to left, #009688, #964B00);
}

.gradient-to-right-teal-brown {
  background: linear-gradient(to right, #009688, #964B00);
}

.gradient-to-top-left-teal-brown {
  background: linear-gradient(to top left, #009688, #964B00);
}

.gradient-to-top-right-teal-brown {
  background: linear-gradient(to top right, #009688, #964B00);
}

.gradient-to-bottom-left-teal-brown {
  background: linear-gradient(to bottom left, #009688, #964B00);
}

.gradient-to-bottom-right-teal-brown {
  background: linear-gradient(to bottom right, #009688, #964B00);
}

.gradient-radial-teal-brown {
  background: radial-gradient(circle, #009688, #964B00);
}

.gradient-teal-brown-primary {
  background: linear-gradient(#009688, #964B00, #03A9F4);
}

.gradient-teal-brown-secondary {
  background: linear-gradient(#009688, #964B00, #333);
}

.gradient-teal-brown-success {
  background: linear-gradient(#009688, #964B00, #28a745);
}

.gradient-teal-brown-info {
  background: linear-gradient(#009688, #964B00, #0DCAF0);
}

.gradient-teal-brown-warning {
  background: linear-gradient(#009688, #964B00, #FFC107);
}

.gradient-teal-brown-danger {
  background: linear-gradient(#009688, #964B00, #DC3545);
}

.gradient-teal-brown-light {
  background: linear-gradient(#009688, #964B00, #f5f5f5);
}

.gradient-teal-brown-dark {
  background: linear-gradient(#009688, #964B00, #212529);
}

.gradient-teal-brown-red {
  background: linear-gradient(#009688, #964B00, #F44336);
}

.gradient-teal-brown-green {
  background: linear-gradient(#009688, #964B00, #4CAF50);
}

.gradient-teal-brown-blue {
  background: linear-gradient(#009688, #964B00, #2196F3);
}

.gradient-teal-brown-black {
  background: linear-gradient(#009688, #964B00, #000);
}

.gradient-teal-brown-white {
  background: linear-gradient(#009688, #964B00, #fff);
}

.gradient-teal-brown-pink {
  background: linear-gradient(#009688, #964B00, #E91E63);
}

.gradient-teal-brown-purple {
  background: linear-gradient(#009688, #964B00, #9C27B0);
}

.gradient-teal-brown-indigo {
  background: linear-gradient(#009688, #964B00, #3E51B5);
}

.gradient-teal-brown-cyan {
  background: linear-gradient(#009688, #964B00, #00BCD4);
}

.gradient-teal-brown-lime {
  background: linear-gradient(#009688, #964B00, #CDDC39);
}

.gradient-teal-brown-yellow {
  background: linear-gradient(#009688, #964B00, #FFEB3B);
}

.gradient-teal-brown-amber {
  background: linear-gradient(#009688, #964B00, #FFC107);
}

.gradient-teal-brown-orange {
  background: linear-gradient(#009688, #964B00, #FF9800);
}

.gradient-teal-brown-lightblue {
  background: linear-gradient(#009688, #964B00, #03A9F4);
}

.gradient-teal-brown-lightgreen {
  background: linear-gradient(#009688, #964B00, #76FF03);
}

.gradient-teal-brown-deeppurple {
  background: linear-gradient(#009688, #964B00, #673AB7);
}

.gradient-teal-brown-deeporange {
  background: linear-gradient(#009688, #964B00, #DD6E0F);
}

.gradient-teal-brown-grey {
  background: linear-gradient(#009688, #964B00, #808080);
}

.gradient-teal-grey {
  background: linear-gradient(#009688, #808080);
}

.gradient-to-top-teal-grey {
  background: linear-gradient(to top, #009688, #808080);
}

.gradient-to-bottom-teal-grey {
  background: linear-gradient(to bottom, #009688, #808080);
}

.gradient-to-left-teal-grey {
  background: linear-gradient(to left, #009688, #808080);
}

.gradient-to-right-teal-grey {
  background: linear-gradient(to right, #009688, #808080);
}

.gradient-to-top-left-teal-grey {
  background: linear-gradient(to top left, #009688, #808080);
}

.gradient-to-top-right-teal-grey {
  background: linear-gradient(to top right, #009688, #808080);
}

.gradient-to-bottom-left-teal-grey {
  background: linear-gradient(to bottom left, #009688, #808080);
}

.gradient-to-bottom-right-teal-grey {
  background: linear-gradient(to bottom right, #009688, #808080);
}

.gradient-radial-teal-grey {
  background: radial-gradient(circle, #009688, #808080);
}

.gradient-teal-grey-primary {
  background: linear-gradient(#009688, #808080, #03A9F4);
}

.gradient-teal-grey-secondary {
  background: linear-gradient(#009688, #808080, #333);
}

.gradient-teal-grey-success {
  background: linear-gradient(#009688, #808080, #28a745);
}

.gradient-teal-grey-info {
  background: linear-gradient(#009688, #808080, #0DCAF0);
}

.gradient-teal-grey-warning {
  background: linear-gradient(#009688, #808080, #FFC107);
}

.gradient-teal-grey-danger {
  background: linear-gradient(#009688, #808080, #DC3545);
}

.gradient-teal-grey-light {
  background: linear-gradient(#009688, #808080, #f5f5f5);
}

.gradient-teal-grey-dark {
  background: linear-gradient(#009688, #808080, #212529);
}

.gradient-teal-grey-red {
  background: linear-gradient(#009688, #808080, #F44336);
}

.gradient-teal-grey-green {
  background: linear-gradient(#009688, #808080, #4CAF50);
}

.gradient-teal-grey-blue {
  background: linear-gradient(#009688, #808080, #2196F3);
}

.gradient-teal-grey-black {
  background: linear-gradient(#009688, #808080, #000);
}

.gradient-teal-grey-white {
  background: linear-gradient(#009688, #808080, #fff);
}

.gradient-teal-grey-pink {
  background: linear-gradient(#009688, #808080, #E91E63);
}

.gradient-teal-grey-purple {
  background: linear-gradient(#009688, #808080, #9C27B0);
}

.gradient-teal-grey-indigo {
  background: linear-gradient(#009688, #808080, #3E51B5);
}

.gradient-teal-grey-cyan {
  background: linear-gradient(#009688, #808080, #00BCD4);
}

.gradient-teal-grey-lime {
  background: linear-gradient(#009688, #808080, #CDDC39);
}

.gradient-teal-grey-yellow {
  background: linear-gradient(#009688, #808080, #FFEB3B);
}

.gradient-teal-grey-amber {
  background: linear-gradient(#009688, #808080, #FFC107);
}

.gradient-teal-grey-orange {
  background: linear-gradient(#009688, #808080, #FF9800);
}

.gradient-teal-grey-lightblue {
  background: linear-gradient(#009688, #808080, #03A9F4);
}

.gradient-teal-grey-lightgreen {
  background: linear-gradient(#009688, #808080, #76FF03);
}

.gradient-teal-grey-deeppurple {
  background: linear-gradient(#009688, #808080, #673AB7);
}

.gradient-teal-grey-deeporange {
  background: linear-gradient(#009688, #808080, #DD6E0F);
}

.gradient-teal-grey-brown {
  background: linear-gradient(#009688, #808080, #964B00);
}

.gradient-lime-primary {
  background: linear-gradient(#CDDC39, #03A9F4);
}

.gradient-to-top-lime-primary {
  background: linear-gradient(to top, #CDDC39, #03A9F4);
}

.gradient-to-bottom-lime-primary {
  background: linear-gradient(to bottom, #CDDC39, #03A9F4);
}

.gradient-to-left-lime-primary {
  background: linear-gradient(to left, #CDDC39, #03A9F4);
}

.gradient-to-right-lime-primary {
  background: linear-gradient(to right, #CDDC39, #03A9F4);
}

.gradient-to-top-left-lime-primary {
  background: linear-gradient(to top left, #CDDC39, #03A9F4);
}

.gradient-to-top-right-lime-primary {
  background: linear-gradient(to top right, #CDDC39, #03A9F4);
}

.gradient-to-bottom-left-lime-primary {
  background: linear-gradient(to bottom left, #CDDC39, #03A9F4);
}

.gradient-to-bottom-right-lime-primary {
  background: linear-gradient(to bottom right, #CDDC39, #03A9F4);
}

.gradient-radial-lime-primary {
  background: radial-gradient(circle, #CDDC39, #03A9F4);
}

.gradient-lime-primary-secondary {
  background: linear-gradient(#CDDC39, #03A9F4, #333);
}

.gradient-lime-primary-success {
  background: linear-gradient(#CDDC39, #03A9F4, #28a745);
}

.gradient-lime-primary-info {
  background: linear-gradient(#CDDC39, #03A9F4, #0DCAF0);
}

.gradient-lime-primary-warning {
  background: linear-gradient(#CDDC39, #03A9F4, #FFC107);
}

.gradient-lime-primary-danger {
  background: linear-gradient(#CDDC39, #03A9F4, #DC3545);
}

.gradient-lime-primary-light {
  background: linear-gradient(#CDDC39, #03A9F4, #f5f5f5);
}

.gradient-lime-primary-dark {
  background: linear-gradient(#CDDC39, #03A9F4, #212529);
}

.gradient-lime-primary-red {
  background: linear-gradient(#CDDC39, #03A9F4, #F44336);
}

.gradient-lime-primary-green {
  background: linear-gradient(#CDDC39, #03A9F4, #4CAF50);
}

.gradient-lime-primary-blue {
  background: linear-gradient(#CDDC39, #03A9F4, #2196F3);
}

.gradient-lime-primary-black {
  background: linear-gradient(#CDDC39, #03A9F4, #000);
}

.gradient-lime-primary-white {
  background: linear-gradient(#CDDC39, #03A9F4, #fff);
}

.gradient-lime-primary-pink {
  background: linear-gradient(#CDDC39, #03A9F4, #E91E63);
}

.gradient-lime-primary-purple {
  background: linear-gradient(#CDDC39, #03A9F4, #9C27B0);
}

.gradient-lime-primary-indigo {
  background: linear-gradient(#CDDC39, #03A9F4, #3E51B5);
}

.gradient-lime-primary-cyan {
  background: linear-gradient(#CDDC39, #03A9F4, #00BCD4);
}

.gradient-lime-primary-teal {
  background: linear-gradient(#CDDC39, #03A9F4, #009688);
}

.gradient-lime-primary-yellow {
  background: linear-gradient(#CDDC39, #03A9F4, #FFEB3B);
}

.gradient-lime-primary-amber {
  background: linear-gradient(#CDDC39, #03A9F4, #FFC107);
}

.gradient-lime-primary-orange {
  background: linear-gradient(#CDDC39, #03A9F4, #FF9800);
}

.gradient-lime-primary-lightblue {
  background: linear-gradient(#CDDC39, #03A9F4, #03A9F4);
}

.gradient-lime-primary-lightgreen {
  background: linear-gradient(#CDDC39, #03A9F4, #76FF03);
}

.gradient-lime-primary-deeppurple {
  background: linear-gradient(#CDDC39, #03A9F4, #673AB7);
}

.gradient-lime-primary-deeporange {
  background: linear-gradient(#CDDC39, #03A9F4, #DD6E0F);
}

.gradient-lime-primary-brown {
  background: linear-gradient(#CDDC39, #03A9F4, #964B00);
}

.gradient-lime-primary-grey {
  background: linear-gradient(#CDDC39, #03A9F4, #808080);
}

.gradient-lime-secondary {
  background: linear-gradient(#CDDC39, #333);
}

.gradient-to-top-lime-secondary {
  background: linear-gradient(to top, #CDDC39, #333);
}

.gradient-to-bottom-lime-secondary {
  background: linear-gradient(to bottom, #CDDC39, #333);
}

.gradient-to-left-lime-secondary {
  background: linear-gradient(to left, #CDDC39, #333);
}

.gradient-to-right-lime-secondary {
  background: linear-gradient(to right, #CDDC39, #333);
}

.gradient-to-top-left-lime-secondary {
  background: linear-gradient(to top left, #CDDC39, #333);
}

.gradient-to-top-right-lime-secondary {
  background: linear-gradient(to top right, #CDDC39, #333);
}

.gradient-to-bottom-left-lime-secondary {
  background: linear-gradient(to bottom left, #CDDC39, #333);
}

.gradient-to-bottom-right-lime-secondary {
  background: linear-gradient(to bottom right, #CDDC39, #333);
}

.gradient-radial-lime-secondary {
  background: radial-gradient(circle, #CDDC39, #333);
}

.gradient-lime-secondary-primary {
  background: linear-gradient(#CDDC39, #333, #03A9F4);
}

.gradient-lime-secondary-success {
  background: linear-gradient(#CDDC39, #333, #28a745);
}

.gradient-lime-secondary-info {
  background: linear-gradient(#CDDC39, #333, #0DCAF0);
}

.gradient-lime-secondary-warning {
  background: linear-gradient(#CDDC39, #333, #FFC107);
}

.gradient-lime-secondary-danger {
  background: linear-gradient(#CDDC39, #333, #DC3545);
}

.gradient-lime-secondary-light {
  background: linear-gradient(#CDDC39, #333, #f5f5f5);
}

.gradient-lime-secondary-dark {
  background: linear-gradient(#CDDC39, #333, #212529);
}

.gradient-lime-secondary-red {
  background: linear-gradient(#CDDC39, #333, #F44336);
}

.gradient-lime-secondary-green {
  background: linear-gradient(#CDDC39, #333, #4CAF50);
}

.gradient-lime-secondary-blue {
  background: linear-gradient(#CDDC39, #333, #2196F3);
}

.gradient-lime-secondary-black {
  background: linear-gradient(#CDDC39, #333, #000);
}

.gradient-lime-secondary-white {
  background: linear-gradient(#CDDC39, #333, #fff);
}

.gradient-lime-secondary-pink {
  background: linear-gradient(#CDDC39, #333, #E91E63);
}

.gradient-lime-secondary-purple {
  background: linear-gradient(#CDDC39, #333, #9C27B0);
}

.gradient-lime-secondary-indigo {
  background: linear-gradient(#CDDC39, #333, #3E51B5);
}

.gradient-lime-secondary-cyan {
  background: linear-gradient(#CDDC39, #333, #00BCD4);
}

.gradient-lime-secondary-teal {
  background: linear-gradient(#CDDC39, #333, #009688);
}

.gradient-lime-secondary-yellow {
  background: linear-gradient(#CDDC39, #333, #FFEB3B);
}

.gradient-lime-secondary-amber {
  background: linear-gradient(#CDDC39, #333, #FFC107);
}

.gradient-lime-secondary-orange {
  background: linear-gradient(#CDDC39, #333, #FF9800);
}

.gradient-lime-secondary-lightblue {
  background: linear-gradient(#CDDC39, #333, #03A9F4);
}

.gradient-lime-secondary-lightgreen {
  background: linear-gradient(#CDDC39, #333, #76FF03);
}

.gradient-lime-secondary-deeppurple {
  background: linear-gradient(#CDDC39, #333, #673AB7);
}

.gradient-lime-secondary-deeporange {
  background: linear-gradient(#CDDC39, #333, #DD6E0F);
}

.gradient-lime-secondary-brown {
  background: linear-gradient(#CDDC39, #333, #964B00);
}

.gradient-lime-secondary-grey {
  background: linear-gradient(#CDDC39, #333, #808080);
}

.gradient-lime-success {
  background: linear-gradient(#CDDC39, #28a745);
}

.gradient-to-top-lime-success {
  background: linear-gradient(to top, #CDDC39, #28a745);
}

.gradient-to-bottom-lime-success {
  background: linear-gradient(to bottom, #CDDC39, #28a745);
}

.gradient-to-left-lime-success {
  background: linear-gradient(to left, #CDDC39, #28a745);
}

.gradient-to-right-lime-success {
  background: linear-gradient(to right, #CDDC39, #28a745);
}

.gradient-to-top-left-lime-success {
  background: linear-gradient(to top left, #CDDC39, #28a745);
}

.gradient-to-top-right-lime-success {
  background: linear-gradient(to top right, #CDDC39, #28a745);
}

.gradient-to-bottom-left-lime-success {
  background: linear-gradient(to bottom left, #CDDC39, #28a745);
}

.gradient-to-bottom-right-lime-success {
  background: linear-gradient(to bottom right, #CDDC39, #28a745);
}

.gradient-radial-lime-success {
  background: radial-gradient(circle, #CDDC39, #28a745);
}

.gradient-lime-success-primary {
  background: linear-gradient(#CDDC39, #28a745, #03A9F4);
}

.gradient-lime-success-secondary {
  background: linear-gradient(#CDDC39, #28a745, #333);
}

.gradient-lime-success-info {
  background: linear-gradient(#CDDC39, #28a745, #0DCAF0);
}

.gradient-lime-success-warning {
  background: linear-gradient(#CDDC39, #28a745, #FFC107);
}

.gradient-lime-success-danger {
  background: linear-gradient(#CDDC39, #28a745, #DC3545);
}

.gradient-lime-success-light {
  background: linear-gradient(#CDDC39, #28a745, #f5f5f5);
}

.gradient-lime-success-dark {
  background: linear-gradient(#CDDC39, #28a745, #212529);
}

.gradient-lime-success-red {
  background: linear-gradient(#CDDC39, #28a745, #F44336);
}

.gradient-lime-success-green {
  background: linear-gradient(#CDDC39, #28a745, #4CAF50);
}

.gradient-lime-success-blue {
  background: linear-gradient(#CDDC39, #28a745, #2196F3);
}

.gradient-lime-success-black {
  background: linear-gradient(#CDDC39, #28a745, #000);
}

.gradient-lime-success-white {
  background: linear-gradient(#CDDC39, #28a745, #fff);
}

.gradient-lime-success-pink {
  background: linear-gradient(#CDDC39, #28a745, #E91E63);
}

.gradient-lime-success-purple {
  background: linear-gradient(#CDDC39, #28a745, #9C27B0);
}

.gradient-lime-success-indigo {
  background: linear-gradient(#CDDC39, #28a745, #3E51B5);
}

.gradient-lime-success-cyan {
  background: linear-gradient(#CDDC39, #28a745, #00BCD4);
}

.gradient-lime-success-teal {
  background: linear-gradient(#CDDC39, #28a745, #009688);
}

.gradient-lime-success-yellow {
  background: linear-gradient(#CDDC39, #28a745, #FFEB3B);
}

.gradient-lime-success-amber {
  background: linear-gradient(#CDDC39, #28a745, #FFC107);
}

.gradient-lime-success-orange {
  background: linear-gradient(#CDDC39, #28a745, #FF9800);
}

.gradient-lime-success-lightblue {
  background: linear-gradient(#CDDC39, #28a745, #03A9F4);
}

.gradient-lime-success-lightgreen {
  background: linear-gradient(#CDDC39, #28a745, #76FF03);
}

.gradient-lime-success-deeppurple {
  background: linear-gradient(#CDDC39, #28a745, #673AB7);
}

.gradient-lime-success-deeporange {
  background: linear-gradient(#CDDC39, #28a745, #DD6E0F);
}

.gradient-lime-success-brown {
  background: linear-gradient(#CDDC39, #28a745, #964B00);
}

.gradient-lime-success-grey {
  background: linear-gradient(#CDDC39, #28a745, #808080);
}

.gradient-lime-info {
  background: linear-gradient(#CDDC39, #0DCAF0);
}

.gradient-to-top-lime-info {
  background: linear-gradient(to top, #CDDC39, #0DCAF0);
}

.gradient-to-bottom-lime-info {
  background: linear-gradient(to bottom, #CDDC39, #0DCAF0);
}

.gradient-to-left-lime-info {
  background: linear-gradient(to left, #CDDC39, #0DCAF0);
}

.gradient-to-right-lime-info {
  background: linear-gradient(to right, #CDDC39, #0DCAF0);
}

.gradient-to-top-left-lime-info {
  background: linear-gradient(to top left, #CDDC39, #0DCAF0);
}

.gradient-to-top-right-lime-info {
  background: linear-gradient(to top right, #CDDC39, #0DCAF0);
}

.gradient-to-bottom-left-lime-info {
  background: linear-gradient(to bottom left, #CDDC39, #0DCAF0);
}

.gradient-to-bottom-right-lime-info {
  background: linear-gradient(to bottom right, #CDDC39, #0DCAF0);
}

.gradient-radial-lime-info {
  background: radial-gradient(circle, #CDDC39, #0DCAF0);
}

.gradient-lime-info-primary {
  background: linear-gradient(#CDDC39, #0DCAF0, #03A9F4);
}

.gradient-lime-info-secondary {
  background: linear-gradient(#CDDC39, #0DCAF0, #333);
}

.gradient-lime-info-success {
  background: linear-gradient(#CDDC39, #0DCAF0, #28a745);
}

.gradient-lime-info-warning {
  background: linear-gradient(#CDDC39, #0DCAF0, #FFC107);
}

.gradient-lime-info-danger {
  background: linear-gradient(#CDDC39, #0DCAF0, #DC3545);
}

.gradient-lime-info-light {
  background: linear-gradient(#CDDC39, #0DCAF0, #f5f5f5);
}

.gradient-lime-info-dark {
  background: linear-gradient(#CDDC39, #0DCAF0, #212529);
}

.gradient-lime-info-red {
  background: linear-gradient(#CDDC39, #0DCAF0, #F44336);
}

.gradient-lime-info-green {
  background: linear-gradient(#CDDC39, #0DCAF0, #4CAF50);
}

.gradient-lime-info-blue {
  background: linear-gradient(#CDDC39, #0DCAF0, #2196F3);
}

.gradient-lime-info-black {
  background: linear-gradient(#CDDC39, #0DCAF0, #000);
}

.gradient-lime-info-white {
  background: linear-gradient(#CDDC39, #0DCAF0, #fff);
}

.gradient-lime-info-pink {
  background: linear-gradient(#CDDC39, #0DCAF0, #E91E63);
}

.gradient-lime-info-purple {
  background: linear-gradient(#CDDC39, #0DCAF0, #9C27B0);
}

.gradient-lime-info-indigo {
  background: linear-gradient(#CDDC39, #0DCAF0, #3E51B5);
}

.gradient-lime-info-cyan {
  background: linear-gradient(#CDDC39, #0DCAF0, #00BCD4);
}

.gradient-lime-info-teal {
  background: linear-gradient(#CDDC39, #0DCAF0, #009688);
}

.gradient-lime-info-yellow {
  background: linear-gradient(#CDDC39, #0DCAF0, #FFEB3B);
}

.gradient-lime-info-amber {
  background: linear-gradient(#CDDC39, #0DCAF0, #FFC107);
}

.gradient-lime-info-orange {
  background: linear-gradient(#CDDC39, #0DCAF0, #FF9800);
}

.gradient-lime-info-lightblue {
  background: linear-gradient(#CDDC39, #0DCAF0, #03A9F4);
}

.gradient-lime-info-lightgreen {
  background: linear-gradient(#CDDC39, #0DCAF0, #76FF03);
}

.gradient-lime-info-deeppurple {
  background: linear-gradient(#CDDC39, #0DCAF0, #673AB7);
}

.gradient-lime-info-deeporange {
  background: linear-gradient(#CDDC39, #0DCAF0, #DD6E0F);
}

.gradient-lime-info-brown {
  background: linear-gradient(#CDDC39, #0DCAF0, #964B00);
}

.gradient-lime-info-grey {
  background: linear-gradient(#CDDC39, #0DCAF0, #808080);
}

.gradient-lime-warning {
  background: linear-gradient(#CDDC39, #FFC107);
}

.gradient-to-top-lime-warning {
  background: linear-gradient(to top, #CDDC39, #FFC107);
}

.gradient-to-bottom-lime-warning {
  background: linear-gradient(to bottom, #CDDC39, #FFC107);
}

.gradient-to-left-lime-warning {
  background: linear-gradient(to left, #CDDC39, #FFC107);
}

.gradient-to-right-lime-warning {
  background: linear-gradient(to right, #CDDC39, #FFC107);
}

.gradient-to-top-left-lime-warning {
  background: linear-gradient(to top left, #CDDC39, #FFC107);
}

.gradient-to-top-right-lime-warning {
  background: linear-gradient(to top right, #CDDC39, #FFC107);
}

.gradient-to-bottom-left-lime-warning {
  background: linear-gradient(to bottom left, #CDDC39, #FFC107);
}

.gradient-to-bottom-right-lime-warning {
  background: linear-gradient(to bottom right, #CDDC39, #FFC107);
}

.gradient-radial-lime-warning {
  background: radial-gradient(circle, #CDDC39, #FFC107);
}

.gradient-lime-warning-primary {
  background: linear-gradient(#CDDC39, #FFC107, #03A9F4);
}

.gradient-lime-warning-secondary {
  background: linear-gradient(#CDDC39, #FFC107, #333);
}

.gradient-lime-warning-success {
  background: linear-gradient(#CDDC39, #FFC107, #28a745);
}

.gradient-lime-warning-info {
  background: linear-gradient(#CDDC39, #FFC107, #0DCAF0);
}

.gradient-lime-warning-danger {
  background: linear-gradient(#CDDC39, #FFC107, #DC3545);
}

.gradient-lime-warning-light {
  background: linear-gradient(#CDDC39, #FFC107, #f5f5f5);
}

.gradient-lime-warning-dark {
  background: linear-gradient(#CDDC39, #FFC107, #212529);
}

.gradient-lime-warning-red {
  background: linear-gradient(#CDDC39, #FFC107, #F44336);
}

.gradient-lime-warning-green {
  background: linear-gradient(#CDDC39, #FFC107, #4CAF50);
}

.gradient-lime-warning-blue {
  background: linear-gradient(#CDDC39, #FFC107, #2196F3);
}

.gradient-lime-warning-black {
  background: linear-gradient(#CDDC39, #FFC107, #000);
}

.gradient-lime-warning-white {
  background: linear-gradient(#CDDC39, #FFC107, #fff);
}

.gradient-lime-warning-pink {
  background: linear-gradient(#CDDC39, #FFC107, #E91E63);
}

.gradient-lime-warning-purple {
  background: linear-gradient(#CDDC39, #FFC107, #9C27B0);
}

.gradient-lime-warning-indigo {
  background: linear-gradient(#CDDC39, #FFC107, #3E51B5);
}

.gradient-lime-warning-cyan {
  background: linear-gradient(#CDDC39, #FFC107, #00BCD4);
}

.gradient-lime-warning-teal {
  background: linear-gradient(#CDDC39, #FFC107, #009688);
}

.gradient-lime-warning-yellow {
  background: linear-gradient(#CDDC39, #FFC107, #FFEB3B);
}

.gradient-lime-warning-amber {
  background: linear-gradient(#CDDC39, #FFC107, #FFC107);
}

.gradient-lime-warning-orange {
  background: linear-gradient(#CDDC39, #FFC107, #FF9800);
}

.gradient-lime-warning-lightblue {
  background: linear-gradient(#CDDC39, #FFC107, #03A9F4);
}

.gradient-lime-warning-lightgreen {
  background: linear-gradient(#CDDC39, #FFC107, #76FF03);
}

.gradient-lime-warning-deeppurple {
  background: linear-gradient(#CDDC39, #FFC107, #673AB7);
}

.gradient-lime-warning-deeporange {
  background: linear-gradient(#CDDC39, #FFC107, #DD6E0F);
}

.gradient-lime-warning-brown {
  background: linear-gradient(#CDDC39, #FFC107, #964B00);
}

.gradient-lime-warning-grey {
  background: linear-gradient(#CDDC39, #FFC107, #808080);
}

.gradient-lime-danger {
  background: linear-gradient(#CDDC39, #DC3545);
}

.gradient-to-top-lime-danger {
  background: linear-gradient(to top, #CDDC39, #DC3545);
}

.gradient-to-bottom-lime-danger {
  background: linear-gradient(to bottom, #CDDC39, #DC3545);
}

.gradient-to-left-lime-danger {
  background: linear-gradient(to left, #CDDC39, #DC3545);
}

.gradient-to-right-lime-danger {
  background: linear-gradient(to right, #CDDC39, #DC3545);
}

.gradient-to-top-left-lime-danger {
  background: linear-gradient(to top left, #CDDC39, #DC3545);
}

.gradient-to-top-right-lime-danger {
  background: linear-gradient(to top right, #CDDC39, #DC3545);
}

.gradient-to-bottom-left-lime-danger {
  background: linear-gradient(to bottom left, #CDDC39, #DC3545);
}

.gradient-to-bottom-right-lime-danger {
  background: linear-gradient(to bottom right, #CDDC39, #DC3545);
}

.gradient-radial-lime-danger {
  background: radial-gradient(circle, #CDDC39, #DC3545);
}

.gradient-lime-danger-primary {
  background: linear-gradient(#CDDC39, #DC3545, #03A9F4);
}

.gradient-lime-danger-secondary {
  background: linear-gradient(#CDDC39, #DC3545, #333);
}

.gradient-lime-danger-success {
  background: linear-gradient(#CDDC39, #DC3545, #28a745);
}

.gradient-lime-danger-info {
  background: linear-gradient(#CDDC39, #DC3545, #0DCAF0);
}

.gradient-lime-danger-warning {
  background: linear-gradient(#CDDC39, #DC3545, #FFC107);
}

.gradient-lime-danger-light {
  background: linear-gradient(#CDDC39, #DC3545, #f5f5f5);
}

.gradient-lime-danger-dark {
  background: linear-gradient(#CDDC39, #DC3545, #212529);
}

.gradient-lime-danger-red {
  background: linear-gradient(#CDDC39, #DC3545, #F44336);
}

.gradient-lime-danger-green {
  background: linear-gradient(#CDDC39, #DC3545, #4CAF50);
}

.gradient-lime-danger-blue {
  background: linear-gradient(#CDDC39, #DC3545, #2196F3);
}

.gradient-lime-danger-black {
  background: linear-gradient(#CDDC39, #DC3545, #000);
}

.gradient-lime-danger-white {
  background: linear-gradient(#CDDC39, #DC3545, #fff);
}

.gradient-lime-danger-pink {
  background: linear-gradient(#CDDC39, #DC3545, #E91E63);
}

.gradient-lime-danger-purple {
  background: linear-gradient(#CDDC39, #DC3545, #9C27B0);
}

.gradient-lime-danger-indigo {
  background: linear-gradient(#CDDC39, #DC3545, #3E51B5);
}

.gradient-lime-danger-cyan {
  background: linear-gradient(#CDDC39, #DC3545, #00BCD4);
}

.gradient-lime-danger-teal {
  background: linear-gradient(#CDDC39, #DC3545, #009688);
}

.gradient-lime-danger-yellow {
  background: linear-gradient(#CDDC39, #DC3545, #FFEB3B);
}

.gradient-lime-danger-amber {
  background: linear-gradient(#CDDC39, #DC3545, #FFC107);
}

.gradient-lime-danger-orange {
  background: linear-gradient(#CDDC39, #DC3545, #FF9800);
}

.gradient-lime-danger-lightblue {
  background: linear-gradient(#CDDC39, #DC3545, #03A9F4);
}

.gradient-lime-danger-lightgreen {
  background: linear-gradient(#CDDC39, #DC3545, #76FF03);
}

.gradient-lime-danger-deeppurple {
  background: linear-gradient(#CDDC39, #DC3545, #673AB7);
}

.gradient-lime-danger-deeporange {
  background: linear-gradient(#CDDC39, #DC3545, #DD6E0F);
}

.gradient-lime-danger-brown {
  background: linear-gradient(#CDDC39, #DC3545, #964B00);
}

.gradient-lime-danger-grey {
  background: linear-gradient(#CDDC39, #DC3545, #808080);
}

.gradient-lime-light {
  background: linear-gradient(#CDDC39, #f5f5f5);
}

.gradient-to-top-lime-light {
  background: linear-gradient(to top, #CDDC39, #f5f5f5);
}

.gradient-to-bottom-lime-light {
  background: linear-gradient(to bottom, #CDDC39, #f5f5f5);
}

.gradient-to-left-lime-light {
  background: linear-gradient(to left, #CDDC39, #f5f5f5);
}

.gradient-to-right-lime-light {
  background: linear-gradient(to right, #CDDC39, #f5f5f5);
}

.gradient-to-top-left-lime-light {
  background: linear-gradient(to top left, #CDDC39, #f5f5f5);
}

.gradient-to-top-right-lime-light {
  background: linear-gradient(to top right, #CDDC39, #f5f5f5);
}

.gradient-to-bottom-left-lime-light {
  background: linear-gradient(to bottom left, #CDDC39, #f5f5f5);
}

.gradient-to-bottom-right-lime-light {
  background: linear-gradient(to bottom right, #CDDC39, #f5f5f5);
}

.gradient-radial-lime-light {
  background: radial-gradient(circle, #CDDC39, #f5f5f5);
}

.gradient-lime-light-primary {
  background: linear-gradient(#CDDC39, #f5f5f5, #03A9F4);
}

.gradient-lime-light-secondary {
  background: linear-gradient(#CDDC39, #f5f5f5, #333);
}

.gradient-lime-light-success {
  background: linear-gradient(#CDDC39, #f5f5f5, #28a745);
}

.gradient-lime-light-info {
  background: linear-gradient(#CDDC39, #f5f5f5, #0DCAF0);
}

.gradient-lime-light-warning {
  background: linear-gradient(#CDDC39, #f5f5f5, #FFC107);
}

.gradient-lime-light-danger {
  background: linear-gradient(#CDDC39, #f5f5f5, #DC3545);
}

.gradient-lime-light-dark {
  background: linear-gradient(#CDDC39, #f5f5f5, #212529);
}

.gradient-lime-light-red {
  background: linear-gradient(#CDDC39, #f5f5f5, #F44336);
}

.gradient-lime-light-green {
  background: linear-gradient(#CDDC39, #f5f5f5, #4CAF50);
}

.gradient-lime-light-blue {
  background: linear-gradient(#CDDC39, #f5f5f5, #2196F3);
}

.gradient-lime-light-black {
  background: linear-gradient(#CDDC39, #f5f5f5, #000);
}

.gradient-lime-light-white {
  background: linear-gradient(#CDDC39, #f5f5f5, #fff);
}

.gradient-lime-light-pink {
  background: linear-gradient(#CDDC39, #f5f5f5, #E91E63);
}

.gradient-lime-light-purple {
  background: linear-gradient(#CDDC39, #f5f5f5, #9C27B0);
}

.gradient-lime-light-indigo {
  background: linear-gradient(#CDDC39, #f5f5f5, #3E51B5);
}

.gradient-lime-light-cyan {
  background: linear-gradient(#CDDC39, #f5f5f5, #00BCD4);
}

.gradient-lime-light-teal {
  background: linear-gradient(#CDDC39, #f5f5f5, #009688);
}

.gradient-lime-light-yellow {
  background: linear-gradient(#CDDC39, #f5f5f5, #FFEB3B);
}

.gradient-lime-light-amber {
  background: linear-gradient(#CDDC39, #f5f5f5, #FFC107);
}

.gradient-lime-light-orange {
  background: linear-gradient(#CDDC39, #f5f5f5, #FF9800);
}

.gradient-lime-light-lightblue {
  background: linear-gradient(#CDDC39, #f5f5f5, #03A9F4);
}

.gradient-lime-light-lightgreen {
  background: linear-gradient(#CDDC39, #f5f5f5, #76FF03);
}

.gradient-lime-light-deeppurple {
  background: linear-gradient(#CDDC39, #f5f5f5, #673AB7);
}

.gradient-lime-light-deeporange {
  background: linear-gradient(#CDDC39, #f5f5f5, #DD6E0F);
}

.gradient-lime-light-brown {
  background: linear-gradient(#CDDC39, #f5f5f5, #964B00);
}

.gradient-lime-light-grey {
  background: linear-gradient(#CDDC39, #f5f5f5, #808080);
}

.gradient-lime-dark {
  background: linear-gradient(#CDDC39, #212529);
}

.gradient-to-top-lime-dark {
  background: linear-gradient(to top, #CDDC39, #212529);
}

.gradient-to-bottom-lime-dark {
  background: linear-gradient(to bottom, #CDDC39, #212529);
}

.gradient-to-left-lime-dark {
  background: linear-gradient(to left, #CDDC39, #212529);
}

.gradient-to-right-lime-dark {
  background: linear-gradient(to right, #CDDC39, #212529);
}

.gradient-to-top-left-lime-dark {
  background: linear-gradient(to top left, #CDDC39, #212529);
}

.gradient-to-top-right-lime-dark {
  background: linear-gradient(to top right, #CDDC39, #212529);
}

.gradient-to-bottom-left-lime-dark {
  background: linear-gradient(to bottom left, #CDDC39, #212529);
}

.gradient-to-bottom-right-lime-dark {
  background: linear-gradient(to bottom right, #CDDC39, #212529);
}

.gradient-radial-lime-dark {
  background: radial-gradient(circle, #CDDC39, #212529);
}

.gradient-lime-dark-primary {
  background: linear-gradient(#CDDC39, #212529, #03A9F4);
}

.gradient-lime-dark-secondary {
  background: linear-gradient(#CDDC39, #212529, #333);
}

.gradient-lime-dark-success {
  background: linear-gradient(#CDDC39, #212529, #28a745);
}

.gradient-lime-dark-info {
  background: linear-gradient(#CDDC39, #212529, #0DCAF0);
}

.gradient-lime-dark-warning {
  background: linear-gradient(#CDDC39, #212529, #FFC107);
}

.gradient-lime-dark-danger {
  background: linear-gradient(#CDDC39, #212529, #DC3545);
}

.gradient-lime-dark-light {
  background: linear-gradient(#CDDC39, #212529, #f5f5f5);
}

.gradient-lime-dark-red {
  background: linear-gradient(#CDDC39, #212529, #F44336);
}

.gradient-lime-dark-green {
  background: linear-gradient(#CDDC39, #212529, #4CAF50);
}

.gradient-lime-dark-blue {
  background: linear-gradient(#CDDC39, #212529, #2196F3);
}

.gradient-lime-dark-black {
  background: linear-gradient(#CDDC39, #212529, #000);
}

.gradient-lime-dark-white {
  background: linear-gradient(#CDDC39, #212529, #fff);
}

.gradient-lime-dark-pink {
  background: linear-gradient(#CDDC39, #212529, #E91E63);
}

.gradient-lime-dark-purple {
  background: linear-gradient(#CDDC39, #212529, #9C27B0);
}

.gradient-lime-dark-indigo {
  background: linear-gradient(#CDDC39, #212529, #3E51B5);
}

.gradient-lime-dark-cyan {
  background: linear-gradient(#CDDC39, #212529, #00BCD4);
}

.gradient-lime-dark-teal {
  background: linear-gradient(#CDDC39, #212529, #009688);
}

.gradient-lime-dark-yellow {
  background: linear-gradient(#CDDC39, #212529, #FFEB3B);
}

.gradient-lime-dark-amber {
  background: linear-gradient(#CDDC39, #212529, #FFC107);
}

.gradient-lime-dark-orange {
  background: linear-gradient(#CDDC39, #212529, #FF9800);
}

.gradient-lime-dark-lightblue {
  background: linear-gradient(#CDDC39, #212529, #03A9F4);
}

.gradient-lime-dark-lightgreen {
  background: linear-gradient(#CDDC39, #212529, #76FF03);
}

.gradient-lime-dark-deeppurple {
  background: linear-gradient(#CDDC39, #212529, #673AB7);
}

.gradient-lime-dark-deeporange {
  background: linear-gradient(#CDDC39, #212529, #DD6E0F);
}

.gradient-lime-dark-brown {
  background: linear-gradient(#CDDC39, #212529, #964B00);
}

.gradient-lime-dark-grey {
  background: linear-gradient(#CDDC39, #212529, #808080);
}

.gradient-lime-red {
  background: linear-gradient(#CDDC39, #F44336);
}

.gradient-to-top-lime-red {
  background: linear-gradient(to top, #CDDC39, #F44336);
}

.gradient-to-bottom-lime-red {
  background: linear-gradient(to bottom, #CDDC39, #F44336);
}

.gradient-to-left-lime-red {
  background: linear-gradient(to left, #CDDC39, #F44336);
}

.gradient-to-right-lime-red {
  background: linear-gradient(to right, #CDDC39, #F44336);
}

.gradient-to-top-left-lime-red {
  background: linear-gradient(to top left, #CDDC39, #F44336);
}

.gradient-to-top-right-lime-red {
  background: linear-gradient(to top right, #CDDC39, #F44336);
}

.gradient-to-bottom-left-lime-red {
  background: linear-gradient(to bottom left, #CDDC39, #F44336);
}

.gradient-to-bottom-right-lime-red {
  background: linear-gradient(to bottom right, #CDDC39, #F44336);
}

.gradient-radial-lime-red {
  background: radial-gradient(circle, #CDDC39, #F44336);
}

.gradient-lime-red-primary {
  background: linear-gradient(#CDDC39, #F44336, #03A9F4);
}

.gradient-lime-red-secondary {
  background: linear-gradient(#CDDC39, #F44336, #333);
}

.gradient-lime-red-success {
  background: linear-gradient(#CDDC39, #F44336, #28a745);
}

.gradient-lime-red-info {
  background: linear-gradient(#CDDC39, #F44336, #0DCAF0);
}

.gradient-lime-red-warning {
  background: linear-gradient(#CDDC39, #F44336, #FFC107);
}

.gradient-lime-red-danger {
  background: linear-gradient(#CDDC39, #F44336, #DC3545);
}

.gradient-lime-red-light {
  background: linear-gradient(#CDDC39, #F44336, #f5f5f5);
}

.gradient-lime-red-dark {
  background: linear-gradient(#CDDC39, #F44336, #212529);
}

.gradient-lime-red-green {
  background: linear-gradient(#CDDC39, #F44336, #4CAF50);
}

.gradient-lime-red-blue {
  background: linear-gradient(#CDDC39, #F44336, #2196F3);
}

.gradient-lime-red-black {
  background: linear-gradient(#CDDC39, #F44336, #000);
}

.gradient-lime-red-white {
  background: linear-gradient(#CDDC39, #F44336, #fff);
}

.gradient-lime-red-pink {
  background: linear-gradient(#CDDC39, #F44336, #E91E63);
}

.gradient-lime-red-purple {
  background: linear-gradient(#CDDC39, #F44336, #9C27B0);
}

.gradient-lime-red-indigo {
  background: linear-gradient(#CDDC39, #F44336, #3E51B5);
}

.gradient-lime-red-cyan {
  background: linear-gradient(#CDDC39, #F44336, #00BCD4);
}

.gradient-lime-red-teal {
  background: linear-gradient(#CDDC39, #F44336, #009688);
}

.gradient-lime-red-yellow {
  background: linear-gradient(#CDDC39, #F44336, #FFEB3B);
}

.gradient-lime-red-amber {
  background: linear-gradient(#CDDC39, #F44336, #FFC107);
}

.gradient-lime-red-orange {
  background: linear-gradient(#CDDC39, #F44336, #FF9800);
}

.gradient-lime-red-lightblue {
  background: linear-gradient(#CDDC39, #F44336, #03A9F4);
}

.gradient-lime-red-lightgreen {
  background: linear-gradient(#CDDC39, #F44336, #76FF03);
}

.gradient-lime-red-deeppurple {
  background: linear-gradient(#CDDC39, #F44336, #673AB7);
}

.gradient-lime-red-deeporange {
  background: linear-gradient(#CDDC39, #F44336, #DD6E0F);
}

.gradient-lime-red-brown {
  background: linear-gradient(#CDDC39, #F44336, #964B00);
}

.gradient-lime-red-grey {
  background: linear-gradient(#CDDC39, #F44336, #808080);
}

.gradient-lime-green {
  background: linear-gradient(#CDDC39, #4CAF50);
}

.gradient-to-top-lime-green {
  background: linear-gradient(to top, #CDDC39, #4CAF50);
}

.gradient-to-bottom-lime-green {
  background: linear-gradient(to bottom, #CDDC39, #4CAF50);
}

.gradient-to-left-lime-green {
  background: linear-gradient(to left, #CDDC39, #4CAF50);
}

.gradient-to-right-lime-green {
  background: linear-gradient(to right, #CDDC39, #4CAF50);
}

.gradient-to-top-left-lime-green {
  background: linear-gradient(to top left, #CDDC39, #4CAF50);
}

.gradient-to-top-right-lime-green {
  background: linear-gradient(to top right, #CDDC39, #4CAF50);
}

.gradient-to-bottom-left-lime-green {
  background: linear-gradient(to bottom left, #CDDC39, #4CAF50);
}

.gradient-to-bottom-right-lime-green {
  background: linear-gradient(to bottom right, #CDDC39, #4CAF50);
}

.gradient-radial-lime-green {
  background: radial-gradient(circle, #CDDC39, #4CAF50);
}

.gradient-lime-green-primary {
  background: linear-gradient(#CDDC39, #4CAF50, #03A9F4);
}

.gradient-lime-green-secondary {
  background: linear-gradient(#CDDC39, #4CAF50, #333);
}

.gradient-lime-green-success {
  background: linear-gradient(#CDDC39, #4CAF50, #28a745);
}

.gradient-lime-green-info {
  background: linear-gradient(#CDDC39, #4CAF50, #0DCAF0);
}

.gradient-lime-green-warning {
  background: linear-gradient(#CDDC39, #4CAF50, #FFC107);
}

.gradient-lime-green-danger {
  background: linear-gradient(#CDDC39, #4CAF50, #DC3545);
}

.gradient-lime-green-light {
  background: linear-gradient(#CDDC39, #4CAF50, #f5f5f5);
}

.gradient-lime-green-dark {
  background: linear-gradient(#CDDC39, #4CAF50, #212529);
}

.gradient-lime-green-red {
  background: linear-gradient(#CDDC39, #4CAF50, #F44336);
}

.gradient-lime-green-blue {
  background: linear-gradient(#CDDC39, #4CAF50, #2196F3);
}

.gradient-lime-green-black {
  background: linear-gradient(#CDDC39, #4CAF50, #000);
}

.gradient-lime-green-white {
  background: linear-gradient(#CDDC39, #4CAF50, #fff);
}

.gradient-lime-green-pink {
  background: linear-gradient(#CDDC39, #4CAF50, #E91E63);
}

.gradient-lime-green-purple {
  background: linear-gradient(#CDDC39, #4CAF50, #9C27B0);
}

.gradient-lime-green-indigo {
  background: linear-gradient(#CDDC39, #4CAF50, #3E51B5);
}

.gradient-lime-green-cyan {
  background: linear-gradient(#CDDC39, #4CAF50, #00BCD4);
}

.gradient-lime-green-teal {
  background: linear-gradient(#CDDC39, #4CAF50, #009688);
}

.gradient-lime-green-yellow {
  background: linear-gradient(#CDDC39, #4CAF50, #FFEB3B);
}

.gradient-lime-green-amber {
  background: linear-gradient(#CDDC39, #4CAF50, #FFC107);
}

.gradient-lime-green-orange {
  background: linear-gradient(#CDDC39, #4CAF50, #FF9800);
}

.gradient-lime-green-lightblue {
  background: linear-gradient(#CDDC39, #4CAF50, #03A9F4);
}

.gradient-lime-green-lightgreen {
  background: linear-gradient(#CDDC39, #4CAF50, #76FF03);
}

.gradient-lime-green-deeppurple {
  background: linear-gradient(#CDDC39, #4CAF50, #673AB7);
}

.gradient-lime-green-deeporange {
  background: linear-gradient(#CDDC39, #4CAF50, #DD6E0F);
}

.gradient-lime-green-brown {
  background: linear-gradient(#CDDC39, #4CAF50, #964B00);
}

.gradient-lime-green-grey {
  background: linear-gradient(#CDDC39, #4CAF50, #808080);
}

.gradient-lime-blue {
  background: linear-gradient(#CDDC39, #2196F3);
}

.gradient-to-top-lime-blue {
  background: linear-gradient(to top, #CDDC39, #2196F3);
}

.gradient-to-bottom-lime-blue {
  background: linear-gradient(to bottom, #CDDC39, #2196F3);
}

.gradient-to-left-lime-blue {
  background: linear-gradient(to left, #CDDC39, #2196F3);
}

.gradient-to-right-lime-blue {
  background: linear-gradient(to right, #CDDC39, #2196F3);
}

.gradient-to-top-left-lime-blue {
  background: linear-gradient(to top left, #CDDC39, #2196F3);
}

.gradient-to-top-right-lime-blue {
  background: linear-gradient(to top right, #CDDC39, #2196F3);
}

.gradient-to-bottom-left-lime-blue {
  background: linear-gradient(to bottom left, #CDDC39, #2196F3);
}

.gradient-to-bottom-right-lime-blue {
  background: linear-gradient(to bottom right, #CDDC39, #2196F3);
}

.gradient-radial-lime-blue {
  background: radial-gradient(circle, #CDDC39, #2196F3);
}

.gradient-lime-blue-primary {
  background: linear-gradient(#CDDC39, #2196F3, #03A9F4);
}

.gradient-lime-blue-secondary {
  background: linear-gradient(#CDDC39, #2196F3, #333);
}

.gradient-lime-blue-success {
  background: linear-gradient(#CDDC39, #2196F3, #28a745);
}

.gradient-lime-blue-info {
  background: linear-gradient(#CDDC39, #2196F3, #0DCAF0);
}

.gradient-lime-blue-warning {
  background: linear-gradient(#CDDC39, #2196F3, #FFC107);
}

.gradient-lime-blue-danger {
  background: linear-gradient(#CDDC39, #2196F3, #DC3545);
}

.gradient-lime-blue-light {
  background: linear-gradient(#CDDC39, #2196F3, #f5f5f5);
}

.gradient-lime-blue-dark {
  background: linear-gradient(#CDDC39, #2196F3, #212529);
}

.gradient-lime-blue-red {
  background: linear-gradient(#CDDC39, #2196F3, #F44336);
}

.gradient-lime-blue-green {
  background: linear-gradient(#CDDC39, #2196F3, #4CAF50);
}

.gradient-lime-blue-black {
  background: linear-gradient(#CDDC39, #2196F3, #000);
}

.gradient-lime-blue-white {
  background: linear-gradient(#CDDC39, #2196F3, #fff);
}

.gradient-lime-blue-pink {
  background: linear-gradient(#CDDC39, #2196F3, #E91E63);
}

.gradient-lime-blue-purple {
  background: linear-gradient(#CDDC39, #2196F3, #9C27B0);
}

.gradient-lime-blue-indigo {
  background: linear-gradient(#CDDC39, #2196F3, #3E51B5);
}

.gradient-lime-blue-cyan {
  background: linear-gradient(#CDDC39, #2196F3, #00BCD4);
}

.gradient-lime-blue-teal {
  background: linear-gradient(#CDDC39, #2196F3, #009688);
}

.gradient-lime-blue-yellow {
  background: linear-gradient(#CDDC39, #2196F3, #FFEB3B);
}

.gradient-lime-blue-amber {
  background: linear-gradient(#CDDC39, #2196F3, #FFC107);
}

.gradient-lime-blue-orange {
  background: linear-gradient(#CDDC39, #2196F3, #FF9800);
}

.gradient-lime-blue-lightblue {
  background: linear-gradient(#CDDC39, #2196F3, #03A9F4);
}

.gradient-lime-blue-lightgreen {
  background: linear-gradient(#CDDC39, #2196F3, #76FF03);
}

.gradient-lime-blue-deeppurple {
  background: linear-gradient(#CDDC39, #2196F3, #673AB7);
}

.gradient-lime-blue-deeporange {
  background: linear-gradient(#CDDC39, #2196F3, #DD6E0F);
}

.gradient-lime-blue-brown {
  background: linear-gradient(#CDDC39, #2196F3, #964B00);
}

.gradient-lime-blue-grey {
  background: linear-gradient(#CDDC39, #2196F3, #808080);
}

.gradient-lime-black {
  background: linear-gradient(#CDDC39, #000);
}

.gradient-to-top-lime-black {
  background: linear-gradient(to top, #CDDC39, #000);
}

.gradient-to-bottom-lime-black {
  background: linear-gradient(to bottom, #CDDC39, #000);
}

.gradient-to-left-lime-black {
  background: linear-gradient(to left, #CDDC39, #000);
}

.gradient-to-right-lime-black {
  background: linear-gradient(to right, #CDDC39, #000);
}

.gradient-to-top-left-lime-black {
  background: linear-gradient(to top left, #CDDC39, #000);
}

.gradient-to-top-right-lime-black {
  background: linear-gradient(to top right, #CDDC39, #000);
}

.gradient-to-bottom-left-lime-black {
  background: linear-gradient(to bottom left, #CDDC39, #000);
}

.gradient-to-bottom-right-lime-black {
  background: linear-gradient(to bottom right, #CDDC39, #000);
}

.gradient-radial-lime-black {
  background: radial-gradient(circle, #CDDC39, #000);
}

.gradient-lime-black-primary {
  background: linear-gradient(#CDDC39, #000, #03A9F4);
}

.gradient-lime-black-secondary {
  background: linear-gradient(#CDDC39, #000, #333);
}

.gradient-lime-black-success {
  background: linear-gradient(#CDDC39, #000, #28a745);
}

.gradient-lime-black-info {
  background: linear-gradient(#CDDC39, #000, #0DCAF0);
}

.gradient-lime-black-warning {
  background: linear-gradient(#CDDC39, #000, #FFC107);
}

.gradient-lime-black-danger {
  background: linear-gradient(#CDDC39, #000, #DC3545);
}

.gradient-lime-black-light {
  background: linear-gradient(#CDDC39, #000, #f5f5f5);
}

.gradient-lime-black-dark {
  background: linear-gradient(#CDDC39, #000, #212529);
}

.gradient-lime-black-red {
  background: linear-gradient(#CDDC39, #000, #F44336);
}

.gradient-lime-black-green {
  background: linear-gradient(#CDDC39, #000, #4CAF50);
}

.gradient-lime-black-blue {
  background: linear-gradient(#CDDC39, #000, #2196F3);
}

.gradient-lime-black-white {
  background: linear-gradient(#CDDC39, #000, #fff);
}

.gradient-lime-black-pink {
  background: linear-gradient(#CDDC39, #000, #E91E63);
}

.gradient-lime-black-purple {
  background: linear-gradient(#CDDC39, #000, #9C27B0);
}

.gradient-lime-black-indigo {
  background: linear-gradient(#CDDC39, #000, #3E51B5);
}

.gradient-lime-black-cyan {
  background: linear-gradient(#CDDC39, #000, #00BCD4);
}

.gradient-lime-black-teal {
  background: linear-gradient(#CDDC39, #000, #009688);
}

.gradient-lime-black-yellow {
  background: linear-gradient(#CDDC39, #000, #FFEB3B);
}

.gradient-lime-black-amber {
  background: linear-gradient(#CDDC39, #000, #FFC107);
}

.gradient-lime-black-orange {
  background: linear-gradient(#CDDC39, #000, #FF9800);
}

.gradient-lime-black-lightblue {
  background: linear-gradient(#CDDC39, #000, #03A9F4);
}

.gradient-lime-black-lightgreen {
  background: linear-gradient(#CDDC39, #000, #76FF03);
}

.gradient-lime-black-deeppurple {
  background: linear-gradient(#CDDC39, #000, #673AB7);
}

.gradient-lime-black-deeporange {
  background: linear-gradient(#CDDC39, #000, #DD6E0F);
}

.gradient-lime-black-brown {
  background: linear-gradient(#CDDC39, #000, #964B00);
}

.gradient-lime-black-grey {
  background: linear-gradient(#CDDC39, #000, #808080);
}

.gradient-lime-white {
  background: linear-gradient(#CDDC39, #fff);
}

.gradient-to-top-lime-white {
  background: linear-gradient(to top, #CDDC39, #fff);
}

.gradient-to-bottom-lime-white {
  background: linear-gradient(to bottom, #CDDC39, #fff);
}

.gradient-to-left-lime-white {
  background: linear-gradient(to left, #CDDC39, #fff);
}

.gradient-to-right-lime-white {
  background: linear-gradient(to right, #CDDC39, #fff);
}

.gradient-to-top-left-lime-white {
  background: linear-gradient(to top left, #CDDC39, #fff);
}

.gradient-to-top-right-lime-white {
  background: linear-gradient(to top right, #CDDC39, #fff);
}

.gradient-to-bottom-left-lime-white {
  background: linear-gradient(to bottom left, #CDDC39, #fff);
}

.gradient-to-bottom-right-lime-white {
  background: linear-gradient(to bottom right, #CDDC39, #fff);
}

.gradient-radial-lime-white {
  background: radial-gradient(circle, #CDDC39, #fff);
}

.gradient-lime-white-primary {
  background: linear-gradient(#CDDC39, #fff, #03A9F4);
}

.gradient-lime-white-secondary {
  background: linear-gradient(#CDDC39, #fff, #333);
}

.gradient-lime-white-success {
  background: linear-gradient(#CDDC39, #fff, #28a745);
}

.gradient-lime-white-info {
  background: linear-gradient(#CDDC39, #fff, #0DCAF0);
}

.gradient-lime-white-warning {
  background: linear-gradient(#CDDC39, #fff, #FFC107);
}

.gradient-lime-white-danger {
  background: linear-gradient(#CDDC39, #fff, #DC3545);
}

.gradient-lime-white-light {
  background: linear-gradient(#CDDC39, #fff, #f5f5f5);
}

.gradient-lime-white-dark {
  background: linear-gradient(#CDDC39, #fff, #212529);
}

.gradient-lime-white-red {
  background: linear-gradient(#CDDC39, #fff, #F44336);
}

.gradient-lime-white-green {
  background: linear-gradient(#CDDC39, #fff, #4CAF50);
}

.gradient-lime-white-blue {
  background: linear-gradient(#CDDC39, #fff, #2196F3);
}

.gradient-lime-white-black {
  background: linear-gradient(#CDDC39, #fff, #000);
}

.gradient-lime-white-pink {
  background: linear-gradient(#CDDC39, #fff, #E91E63);
}

.gradient-lime-white-purple {
  background: linear-gradient(#CDDC39, #fff, #9C27B0);
}

.gradient-lime-white-indigo {
  background: linear-gradient(#CDDC39, #fff, #3E51B5);
}

.gradient-lime-white-cyan {
  background: linear-gradient(#CDDC39, #fff, #00BCD4);
}

.gradient-lime-white-teal {
  background: linear-gradient(#CDDC39, #fff, #009688);
}

.gradient-lime-white-yellow {
  background: linear-gradient(#CDDC39, #fff, #FFEB3B);
}

.gradient-lime-white-amber {
  background: linear-gradient(#CDDC39, #fff, #FFC107);
}

.gradient-lime-white-orange {
  background: linear-gradient(#CDDC39, #fff, #FF9800);
}

.gradient-lime-white-lightblue {
  background: linear-gradient(#CDDC39, #fff, #03A9F4);
}

.gradient-lime-white-lightgreen {
  background: linear-gradient(#CDDC39, #fff, #76FF03);
}

.gradient-lime-white-deeppurple {
  background: linear-gradient(#CDDC39, #fff, #673AB7);
}

.gradient-lime-white-deeporange {
  background: linear-gradient(#CDDC39, #fff, #DD6E0F);
}

.gradient-lime-white-brown {
  background: linear-gradient(#CDDC39, #fff, #964B00);
}

.gradient-lime-white-grey {
  background: linear-gradient(#CDDC39, #fff, #808080);
}

.gradient-lime-pink {
  background: linear-gradient(#CDDC39, #E91E63);
}

.gradient-to-top-lime-pink {
  background: linear-gradient(to top, #CDDC39, #E91E63);
}

.gradient-to-bottom-lime-pink {
  background: linear-gradient(to bottom, #CDDC39, #E91E63);
}

.gradient-to-left-lime-pink {
  background: linear-gradient(to left, #CDDC39, #E91E63);
}

.gradient-to-right-lime-pink {
  background: linear-gradient(to right, #CDDC39, #E91E63);
}

.gradient-to-top-left-lime-pink {
  background: linear-gradient(to top left, #CDDC39, #E91E63);
}

.gradient-to-top-right-lime-pink {
  background: linear-gradient(to top right, #CDDC39, #E91E63);
}

.gradient-to-bottom-left-lime-pink {
  background: linear-gradient(to bottom left, #CDDC39, #E91E63);
}

.gradient-to-bottom-right-lime-pink {
  background: linear-gradient(to bottom right, #CDDC39, #E91E63);
}

.gradient-radial-lime-pink {
  background: radial-gradient(circle, #CDDC39, #E91E63);
}

.gradient-lime-pink-primary {
  background: linear-gradient(#CDDC39, #E91E63, #03A9F4);
}

.gradient-lime-pink-secondary {
  background: linear-gradient(#CDDC39, #E91E63, #333);
}

.gradient-lime-pink-success {
  background: linear-gradient(#CDDC39, #E91E63, #28a745);
}

.gradient-lime-pink-info {
  background: linear-gradient(#CDDC39, #E91E63, #0DCAF0);
}

.gradient-lime-pink-warning {
  background: linear-gradient(#CDDC39, #E91E63, #FFC107);
}

.gradient-lime-pink-danger {
  background: linear-gradient(#CDDC39, #E91E63, #DC3545);
}

.gradient-lime-pink-light {
  background: linear-gradient(#CDDC39, #E91E63, #f5f5f5);
}

.gradient-lime-pink-dark {
  background: linear-gradient(#CDDC39, #E91E63, #212529);
}

.gradient-lime-pink-red {
  background: linear-gradient(#CDDC39, #E91E63, #F44336);
}

.gradient-lime-pink-green {
  background: linear-gradient(#CDDC39, #E91E63, #4CAF50);
}

.gradient-lime-pink-blue {
  background: linear-gradient(#CDDC39, #E91E63, #2196F3);
}

.gradient-lime-pink-black {
  background: linear-gradient(#CDDC39, #E91E63, #000);
}

.gradient-lime-pink-white {
  background: linear-gradient(#CDDC39, #E91E63, #fff);
}

.gradient-lime-pink-purple {
  background: linear-gradient(#CDDC39, #E91E63, #9C27B0);
}

.gradient-lime-pink-indigo {
  background: linear-gradient(#CDDC39, #E91E63, #3E51B5);
}

.gradient-lime-pink-cyan {
  background: linear-gradient(#CDDC39, #E91E63, #00BCD4);
}

.gradient-lime-pink-teal {
  background: linear-gradient(#CDDC39, #E91E63, #009688);
}

.gradient-lime-pink-yellow {
  background: linear-gradient(#CDDC39, #E91E63, #FFEB3B);
}

.gradient-lime-pink-amber {
  background: linear-gradient(#CDDC39, #E91E63, #FFC107);
}

.gradient-lime-pink-orange {
  background: linear-gradient(#CDDC39, #E91E63, #FF9800);
}

.gradient-lime-pink-lightblue {
  background: linear-gradient(#CDDC39, #E91E63, #03A9F4);
}

.gradient-lime-pink-lightgreen {
  background: linear-gradient(#CDDC39, #E91E63, #76FF03);
}

.gradient-lime-pink-deeppurple {
  background: linear-gradient(#CDDC39, #E91E63, #673AB7);
}

.gradient-lime-pink-deeporange {
  background: linear-gradient(#CDDC39, #E91E63, #DD6E0F);
}

.gradient-lime-pink-brown {
  background: linear-gradient(#CDDC39, #E91E63, #964B00);
}

.gradient-lime-pink-grey {
  background: linear-gradient(#CDDC39, #E91E63, #808080);
}

.gradient-lime-purple {
  background: linear-gradient(#CDDC39, #9C27B0);
}

.gradient-to-top-lime-purple {
  background: linear-gradient(to top, #CDDC39, #9C27B0);
}

.gradient-to-bottom-lime-purple {
  background: linear-gradient(to bottom, #CDDC39, #9C27B0);
}

.gradient-to-left-lime-purple {
  background: linear-gradient(to left, #CDDC39, #9C27B0);
}

.gradient-to-right-lime-purple {
  background: linear-gradient(to right, #CDDC39, #9C27B0);
}

.gradient-to-top-left-lime-purple {
  background: linear-gradient(to top left, #CDDC39, #9C27B0);
}

.gradient-to-top-right-lime-purple {
  background: linear-gradient(to top right, #CDDC39, #9C27B0);
}

.gradient-to-bottom-left-lime-purple {
  background: linear-gradient(to bottom left, #CDDC39, #9C27B0);
}

.gradient-to-bottom-right-lime-purple {
  background: linear-gradient(to bottom right, #CDDC39, #9C27B0);
}

.gradient-radial-lime-purple {
  background: radial-gradient(circle, #CDDC39, #9C27B0);
}

.gradient-lime-purple-primary {
  background: linear-gradient(#CDDC39, #9C27B0, #03A9F4);
}

.gradient-lime-purple-secondary {
  background: linear-gradient(#CDDC39, #9C27B0, #333);
}

.gradient-lime-purple-success {
  background: linear-gradient(#CDDC39, #9C27B0, #28a745);
}

.gradient-lime-purple-info {
  background: linear-gradient(#CDDC39, #9C27B0, #0DCAF0);
}

.gradient-lime-purple-warning {
  background: linear-gradient(#CDDC39, #9C27B0, #FFC107);
}

.gradient-lime-purple-danger {
  background: linear-gradient(#CDDC39, #9C27B0, #DC3545);
}

.gradient-lime-purple-light {
  background: linear-gradient(#CDDC39, #9C27B0, #f5f5f5);
}

.gradient-lime-purple-dark {
  background: linear-gradient(#CDDC39, #9C27B0, #212529);
}

.gradient-lime-purple-red {
  background: linear-gradient(#CDDC39, #9C27B0, #F44336);
}

.gradient-lime-purple-green {
  background: linear-gradient(#CDDC39, #9C27B0, #4CAF50);
}

.gradient-lime-purple-blue {
  background: linear-gradient(#CDDC39, #9C27B0, #2196F3);
}

.gradient-lime-purple-black {
  background: linear-gradient(#CDDC39, #9C27B0, #000);
}

.gradient-lime-purple-white {
  background: linear-gradient(#CDDC39, #9C27B0, #fff);
}

.gradient-lime-purple-pink {
  background: linear-gradient(#CDDC39, #9C27B0, #E91E63);
}

.gradient-lime-purple-indigo {
  background: linear-gradient(#CDDC39, #9C27B0, #3E51B5);
}

.gradient-lime-purple-cyan {
  background: linear-gradient(#CDDC39, #9C27B0, #00BCD4);
}

.gradient-lime-purple-teal {
  background: linear-gradient(#CDDC39, #9C27B0, #009688);
}

.gradient-lime-purple-yellow {
  background: linear-gradient(#CDDC39, #9C27B0, #FFEB3B);
}

.gradient-lime-purple-amber {
  background: linear-gradient(#CDDC39, #9C27B0, #FFC107);
}

.gradient-lime-purple-orange {
  background: linear-gradient(#CDDC39, #9C27B0, #FF9800);
}

.gradient-lime-purple-lightblue {
  background: linear-gradient(#CDDC39, #9C27B0, #03A9F4);
}

.gradient-lime-purple-lightgreen {
  background: linear-gradient(#CDDC39, #9C27B0, #76FF03);
}

.gradient-lime-purple-deeppurple {
  background: linear-gradient(#CDDC39, #9C27B0, #673AB7);
}

.gradient-lime-purple-deeporange {
  background: linear-gradient(#CDDC39, #9C27B0, #DD6E0F);
}

.gradient-lime-purple-brown {
  background: linear-gradient(#CDDC39, #9C27B0, #964B00);
}

.gradient-lime-purple-grey {
  background: linear-gradient(#CDDC39, #9C27B0, #808080);
}

.gradient-lime-indigo {
  background: linear-gradient(#CDDC39, #3E51B5);
}

.gradient-to-top-lime-indigo {
  background: linear-gradient(to top, #CDDC39, #3E51B5);
}

.gradient-to-bottom-lime-indigo {
  background: linear-gradient(to bottom, #CDDC39, #3E51B5);
}

.gradient-to-left-lime-indigo {
  background: linear-gradient(to left, #CDDC39, #3E51B5);
}

.gradient-to-right-lime-indigo {
  background: linear-gradient(to right, #CDDC39, #3E51B5);
}

.gradient-to-top-left-lime-indigo {
  background: linear-gradient(to top left, #CDDC39, #3E51B5);
}

.gradient-to-top-right-lime-indigo {
  background: linear-gradient(to top right, #CDDC39, #3E51B5);
}

.gradient-to-bottom-left-lime-indigo {
  background: linear-gradient(to bottom left, #CDDC39, #3E51B5);
}

.gradient-to-bottom-right-lime-indigo {
  background: linear-gradient(to bottom right, #CDDC39, #3E51B5);
}

.gradient-radial-lime-indigo {
  background: radial-gradient(circle, #CDDC39, #3E51B5);
}

.gradient-lime-indigo-primary {
  background: linear-gradient(#CDDC39, #3E51B5, #03A9F4);
}

.gradient-lime-indigo-secondary {
  background: linear-gradient(#CDDC39, #3E51B5, #333);
}

.gradient-lime-indigo-success {
  background: linear-gradient(#CDDC39, #3E51B5, #28a745);
}

.gradient-lime-indigo-info {
  background: linear-gradient(#CDDC39, #3E51B5, #0DCAF0);
}

.gradient-lime-indigo-warning {
  background: linear-gradient(#CDDC39, #3E51B5, #FFC107);
}

.gradient-lime-indigo-danger {
  background: linear-gradient(#CDDC39, #3E51B5, #DC3545);
}

.gradient-lime-indigo-light {
  background: linear-gradient(#CDDC39, #3E51B5, #f5f5f5);
}

.gradient-lime-indigo-dark {
  background: linear-gradient(#CDDC39, #3E51B5, #212529);
}

.gradient-lime-indigo-red {
  background: linear-gradient(#CDDC39, #3E51B5, #F44336);
}

.gradient-lime-indigo-green {
  background: linear-gradient(#CDDC39, #3E51B5, #4CAF50);
}

.gradient-lime-indigo-blue {
  background: linear-gradient(#CDDC39, #3E51B5, #2196F3);
}

.gradient-lime-indigo-black {
  background: linear-gradient(#CDDC39, #3E51B5, #000);
}

.gradient-lime-indigo-white {
  background: linear-gradient(#CDDC39, #3E51B5, #fff);
}

.gradient-lime-indigo-pink {
  background: linear-gradient(#CDDC39, #3E51B5, #E91E63);
}

.gradient-lime-indigo-purple {
  background: linear-gradient(#CDDC39, #3E51B5, #9C27B0);
}

.gradient-lime-indigo-cyan {
  background: linear-gradient(#CDDC39, #3E51B5, #00BCD4);
}

.gradient-lime-indigo-teal {
  background: linear-gradient(#CDDC39, #3E51B5, #009688);
}

.gradient-lime-indigo-yellow {
  background: linear-gradient(#CDDC39, #3E51B5, #FFEB3B);
}

.gradient-lime-indigo-amber {
  background: linear-gradient(#CDDC39, #3E51B5, #FFC107);
}

.gradient-lime-indigo-orange {
  background: linear-gradient(#CDDC39, #3E51B5, #FF9800);
}

.gradient-lime-indigo-lightblue {
  background: linear-gradient(#CDDC39, #3E51B5, #03A9F4);
}

.gradient-lime-indigo-lightgreen {
  background: linear-gradient(#CDDC39, #3E51B5, #76FF03);
}

.gradient-lime-indigo-deeppurple {
  background: linear-gradient(#CDDC39, #3E51B5, #673AB7);
}

.gradient-lime-indigo-deeporange {
  background: linear-gradient(#CDDC39, #3E51B5, #DD6E0F);
}

.gradient-lime-indigo-brown {
  background: linear-gradient(#CDDC39, #3E51B5, #964B00);
}

.gradient-lime-indigo-grey {
  background: linear-gradient(#CDDC39, #3E51B5, #808080);
}

.gradient-lime-cyan {
  background: linear-gradient(#CDDC39, #00BCD4);
}

.gradient-to-top-lime-cyan {
  background: linear-gradient(to top, #CDDC39, #00BCD4);
}

.gradient-to-bottom-lime-cyan {
  background: linear-gradient(to bottom, #CDDC39, #00BCD4);
}

.gradient-to-left-lime-cyan {
  background: linear-gradient(to left, #CDDC39, #00BCD4);
}

.gradient-to-right-lime-cyan {
  background: linear-gradient(to right, #CDDC39, #00BCD4);
}

.gradient-to-top-left-lime-cyan {
  background: linear-gradient(to top left, #CDDC39, #00BCD4);
}

.gradient-to-top-right-lime-cyan {
  background: linear-gradient(to top right, #CDDC39, #00BCD4);
}

.gradient-to-bottom-left-lime-cyan {
  background: linear-gradient(to bottom left, #CDDC39, #00BCD4);
}

.gradient-to-bottom-right-lime-cyan {
  background: linear-gradient(to bottom right, #CDDC39, #00BCD4);
}

.gradient-radial-lime-cyan {
  background: radial-gradient(circle, #CDDC39, #00BCD4);
}

.gradient-lime-cyan-primary {
  background: linear-gradient(#CDDC39, #00BCD4, #03A9F4);
}

.gradient-lime-cyan-secondary {
  background: linear-gradient(#CDDC39, #00BCD4, #333);
}

.gradient-lime-cyan-success {
  background: linear-gradient(#CDDC39, #00BCD4, #28a745);
}

.gradient-lime-cyan-info {
  background: linear-gradient(#CDDC39, #00BCD4, #0DCAF0);
}

.gradient-lime-cyan-warning {
  background: linear-gradient(#CDDC39, #00BCD4, #FFC107);
}

.gradient-lime-cyan-danger {
  background: linear-gradient(#CDDC39, #00BCD4, #DC3545);
}

.gradient-lime-cyan-light {
  background: linear-gradient(#CDDC39, #00BCD4, #f5f5f5);
}

.gradient-lime-cyan-dark {
  background: linear-gradient(#CDDC39, #00BCD4, #212529);
}

.gradient-lime-cyan-red {
  background: linear-gradient(#CDDC39, #00BCD4, #F44336);
}

.gradient-lime-cyan-green {
  background: linear-gradient(#CDDC39, #00BCD4, #4CAF50);
}

.gradient-lime-cyan-blue {
  background: linear-gradient(#CDDC39, #00BCD4, #2196F3);
}

.gradient-lime-cyan-black {
  background: linear-gradient(#CDDC39, #00BCD4, #000);
}

.gradient-lime-cyan-white {
  background: linear-gradient(#CDDC39, #00BCD4, #fff);
}

.gradient-lime-cyan-pink {
  background: linear-gradient(#CDDC39, #00BCD4, #E91E63);
}

.gradient-lime-cyan-purple {
  background: linear-gradient(#CDDC39, #00BCD4, #9C27B0);
}

.gradient-lime-cyan-indigo {
  background: linear-gradient(#CDDC39, #00BCD4, #3E51B5);
}

.gradient-lime-cyan-teal {
  background: linear-gradient(#CDDC39, #00BCD4, #009688);
}

.gradient-lime-cyan-yellow {
  background: linear-gradient(#CDDC39, #00BCD4, #FFEB3B);
}

.gradient-lime-cyan-amber {
  background: linear-gradient(#CDDC39, #00BCD4, #FFC107);
}

.gradient-lime-cyan-orange {
  background: linear-gradient(#CDDC39, #00BCD4, #FF9800);
}

.gradient-lime-cyan-lightblue {
  background: linear-gradient(#CDDC39, #00BCD4, #03A9F4);
}

.gradient-lime-cyan-lightgreen {
  background: linear-gradient(#CDDC39, #00BCD4, #76FF03);
}

.gradient-lime-cyan-deeppurple {
  background: linear-gradient(#CDDC39, #00BCD4, #673AB7);
}

.gradient-lime-cyan-deeporange {
  background: linear-gradient(#CDDC39, #00BCD4, #DD6E0F);
}

.gradient-lime-cyan-brown {
  background: linear-gradient(#CDDC39, #00BCD4, #964B00);
}

.gradient-lime-cyan-grey {
  background: linear-gradient(#CDDC39, #00BCD4, #808080);
}

.gradient-lime-teal {
  background: linear-gradient(#CDDC39, #009688);
}

.gradient-to-top-lime-teal {
  background: linear-gradient(to top, #CDDC39, #009688);
}

.gradient-to-bottom-lime-teal {
  background: linear-gradient(to bottom, #CDDC39, #009688);
}

.gradient-to-left-lime-teal {
  background: linear-gradient(to left, #CDDC39, #009688);
}

.gradient-to-right-lime-teal {
  background: linear-gradient(to right, #CDDC39, #009688);
}

.gradient-to-top-left-lime-teal {
  background: linear-gradient(to top left, #CDDC39, #009688);
}

.gradient-to-top-right-lime-teal {
  background: linear-gradient(to top right, #CDDC39, #009688);
}

.gradient-to-bottom-left-lime-teal {
  background: linear-gradient(to bottom left, #CDDC39, #009688);
}

.gradient-to-bottom-right-lime-teal {
  background: linear-gradient(to bottom right, #CDDC39, #009688);
}

.gradient-radial-lime-teal {
  background: radial-gradient(circle, #CDDC39, #009688);
}

.gradient-lime-teal-primary {
  background: linear-gradient(#CDDC39, #009688, #03A9F4);
}

.gradient-lime-teal-secondary {
  background: linear-gradient(#CDDC39, #009688, #333);
}

.gradient-lime-teal-success {
  background: linear-gradient(#CDDC39, #009688, #28a745);
}

.gradient-lime-teal-info {
  background: linear-gradient(#CDDC39, #009688, #0DCAF0);
}

.gradient-lime-teal-warning {
  background: linear-gradient(#CDDC39, #009688, #FFC107);
}

.gradient-lime-teal-danger {
  background: linear-gradient(#CDDC39, #009688, #DC3545);
}

.gradient-lime-teal-light {
  background: linear-gradient(#CDDC39, #009688, #f5f5f5);
}

.gradient-lime-teal-dark {
  background: linear-gradient(#CDDC39, #009688, #212529);
}

.gradient-lime-teal-red {
  background: linear-gradient(#CDDC39, #009688, #F44336);
}

.gradient-lime-teal-green {
  background: linear-gradient(#CDDC39, #009688, #4CAF50);
}

.gradient-lime-teal-blue {
  background: linear-gradient(#CDDC39, #009688, #2196F3);
}

.gradient-lime-teal-black {
  background: linear-gradient(#CDDC39, #009688, #000);
}

.gradient-lime-teal-white {
  background: linear-gradient(#CDDC39, #009688, #fff);
}

.gradient-lime-teal-pink {
  background: linear-gradient(#CDDC39, #009688, #E91E63);
}

.gradient-lime-teal-purple {
  background: linear-gradient(#CDDC39, #009688, #9C27B0);
}

.gradient-lime-teal-indigo {
  background: linear-gradient(#CDDC39, #009688, #3E51B5);
}

.gradient-lime-teal-cyan {
  background: linear-gradient(#CDDC39, #009688, #00BCD4);
}

.gradient-lime-teal-yellow {
  background: linear-gradient(#CDDC39, #009688, #FFEB3B);
}

.gradient-lime-teal-amber {
  background: linear-gradient(#CDDC39, #009688, #FFC107);
}

.gradient-lime-teal-orange {
  background: linear-gradient(#CDDC39, #009688, #FF9800);
}

.gradient-lime-teal-lightblue {
  background: linear-gradient(#CDDC39, #009688, #03A9F4);
}

.gradient-lime-teal-lightgreen {
  background: linear-gradient(#CDDC39, #009688, #76FF03);
}

.gradient-lime-teal-deeppurple {
  background: linear-gradient(#CDDC39, #009688, #673AB7);
}

.gradient-lime-teal-deeporange {
  background: linear-gradient(#CDDC39, #009688, #DD6E0F);
}

.gradient-lime-teal-brown {
  background: linear-gradient(#CDDC39, #009688, #964B00);
}

.gradient-lime-teal-grey {
  background: linear-gradient(#CDDC39, #009688, #808080);
}

.gradient-lime-yellow {
  background: linear-gradient(#CDDC39, #FFEB3B);
}

.gradient-to-top-lime-yellow {
  background: linear-gradient(to top, #CDDC39, #FFEB3B);
}

.gradient-to-bottom-lime-yellow {
  background: linear-gradient(to bottom, #CDDC39, #FFEB3B);
}

.gradient-to-left-lime-yellow {
  background: linear-gradient(to left, #CDDC39, #FFEB3B);
}

.gradient-to-right-lime-yellow {
  background: linear-gradient(to right, #CDDC39, #FFEB3B);
}

.gradient-to-top-left-lime-yellow {
  background: linear-gradient(to top left, #CDDC39, #FFEB3B);
}

.gradient-to-top-right-lime-yellow {
  background: linear-gradient(to top right, #CDDC39, #FFEB3B);
}

.gradient-to-bottom-left-lime-yellow {
  background: linear-gradient(to bottom left, #CDDC39, #FFEB3B);
}

.gradient-to-bottom-right-lime-yellow {
  background: linear-gradient(to bottom right, #CDDC39, #FFEB3B);
}

.gradient-radial-lime-yellow {
  background: radial-gradient(circle, #CDDC39, #FFEB3B);
}

.gradient-lime-yellow-primary {
  background: linear-gradient(#CDDC39, #FFEB3B, #03A9F4);
}

.gradient-lime-yellow-secondary {
  background: linear-gradient(#CDDC39, #FFEB3B, #333);
}

.gradient-lime-yellow-success {
  background: linear-gradient(#CDDC39, #FFEB3B, #28a745);
}

.gradient-lime-yellow-info {
  background: linear-gradient(#CDDC39, #FFEB3B, #0DCAF0);
}

.gradient-lime-yellow-warning {
  background: linear-gradient(#CDDC39, #FFEB3B, #FFC107);
}

.gradient-lime-yellow-danger {
  background: linear-gradient(#CDDC39, #FFEB3B, #DC3545);
}

.gradient-lime-yellow-light {
  background: linear-gradient(#CDDC39, #FFEB3B, #f5f5f5);
}

.gradient-lime-yellow-dark {
  background: linear-gradient(#CDDC39, #FFEB3B, #212529);
}

.gradient-lime-yellow-red {
  background: linear-gradient(#CDDC39, #FFEB3B, #F44336);
}

.gradient-lime-yellow-green {
  background: linear-gradient(#CDDC39, #FFEB3B, #4CAF50);
}

.gradient-lime-yellow-blue {
  background: linear-gradient(#CDDC39, #FFEB3B, #2196F3);
}

.gradient-lime-yellow-black {
  background: linear-gradient(#CDDC39, #FFEB3B, #000);
}

.gradient-lime-yellow-white {
  background: linear-gradient(#CDDC39, #FFEB3B, #fff);
}

.gradient-lime-yellow-pink {
  background: linear-gradient(#CDDC39, #FFEB3B, #E91E63);
}

.gradient-lime-yellow-purple {
  background: linear-gradient(#CDDC39, #FFEB3B, #9C27B0);
}

.gradient-lime-yellow-indigo {
  background: linear-gradient(#CDDC39, #FFEB3B, #3E51B5);
}

.gradient-lime-yellow-cyan {
  background: linear-gradient(#CDDC39, #FFEB3B, #00BCD4);
}

.gradient-lime-yellow-teal {
  background: linear-gradient(#CDDC39, #FFEB3B, #009688);
}

.gradient-lime-yellow-amber {
  background: linear-gradient(#CDDC39, #FFEB3B, #FFC107);
}

.gradient-lime-yellow-orange {
  background: linear-gradient(#CDDC39, #FFEB3B, #FF9800);
}

.gradient-lime-yellow-lightblue {
  background: linear-gradient(#CDDC39, #FFEB3B, #03A9F4);
}

.gradient-lime-yellow-lightgreen {
  background: linear-gradient(#CDDC39, #FFEB3B, #76FF03);
}

.gradient-lime-yellow-deeppurple {
  background: linear-gradient(#CDDC39, #FFEB3B, #673AB7);
}

.gradient-lime-yellow-deeporange {
  background: linear-gradient(#CDDC39, #FFEB3B, #DD6E0F);
}

.gradient-lime-yellow-brown {
  background: linear-gradient(#CDDC39, #FFEB3B, #964B00);
}

.gradient-lime-yellow-grey {
  background: linear-gradient(#CDDC39, #FFEB3B, #808080);
}

.gradient-lime-amber {
  background: linear-gradient(#CDDC39, #FFC107);
}

.gradient-to-top-lime-amber {
  background: linear-gradient(to top, #CDDC39, #FFC107);
}

.gradient-to-bottom-lime-amber {
  background: linear-gradient(to bottom, #CDDC39, #FFC107);
}

.gradient-to-left-lime-amber {
  background: linear-gradient(to left, #CDDC39, #FFC107);
}

.gradient-to-right-lime-amber {
  background: linear-gradient(to right, #CDDC39, #FFC107);
}

.gradient-to-top-left-lime-amber {
  background: linear-gradient(to top left, #CDDC39, #FFC107);
}

.gradient-to-top-right-lime-amber {
  background: linear-gradient(to top right, #CDDC39, #FFC107);
}

.gradient-to-bottom-left-lime-amber {
  background: linear-gradient(to bottom left, #CDDC39, #FFC107);
}

.gradient-to-bottom-right-lime-amber {
  background: linear-gradient(to bottom right, #CDDC39, #FFC107);
}

.gradient-radial-lime-amber {
  background: radial-gradient(circle, #CDDC39, #FFC107);
}

.gradient-lime-amber-primary {
  background: linear-gradient(#CDDC39, #FFC107, #03A9F4);
}

.gradient-lime-amber-secondary {
  background: linear-gradient(#CDDC39, #FFC107, #333);
}

.gradient-lime-amber-success {
  background: linear-gradient(#CDDC39, #FFC107, #28a745);
}

.gradient-lime-amber-info {
  background: linear-gradient(#CDDC39, #FFC107, #0DCAF0);
}

.gradient-lime-amber-warning {
  background: linear-gradient(#CDDC39, #FFC107, #FFC107);
}

.gradient-lime-amber-danger {
  background: linear-gradient(#CDDC39, #FFC107, #DC3545);
}

.gradient-lime-amber-light {
  background: linear-gradient(#CDDC39, #FFC107, #f5f5f5);
}

.gradient-lime-amber-dark {
  background: linear-gradient(#CDDC39, #FFC107, #212529);
}

.gradient-lime-amber-red {
  background: linear-gradient(#CDDC39, #FFC107, #F44336);
}

.gradient-lime-amber-green {
  background: linear-gradient(#CDDC39, #FFC107, #4CAF50);
}

.gradient-lime-amber-blue {
  background: linear-gradient(#CDDC39, #FFC107, #2196F3);
}

.gradient-lime-amber-black {
  background: linear-gradient(#CDDC39, #FFC107, #000);
}

.gradient-lime-amber-white {
  background: linear-gradient(#CDDC39, #FFC107, #fff);
}

.gradient-lime-amber-pink {
  background: linear-gradient(#CDDC39, #FFC107, #E91E63);
}

.gradient-lime-amber-purple {
  background: linear-gradient(#CDDC39, #FFC107, #9C27B0);
}

.gradient-lime-amber-indigo {
  background: linear-gradient(#CDDC39, #FFC107, #3E51B5);
}

.gradient-lime-amber-cyan {
  background: linear-gradient(#CDDC39, #FFC107, #00BCD4);
}

.gradient-lime-amber-teal {
  background: linear-gradient(#CDDC39, #FFC107, #009688);
}

.gradient-lime-amber-yellow {
  background: linear-gradient(#CDDC39, #FFC107, #FFEB3B);
}

.gradient-lime-amber-orange {
  background: linear-gradient(#CDDC39, #FFC107, #FF9800);
}

.gradient-lime-amber-lightblue {
  background: linear-gradient(#CDDC39, #FFC107, #03A9F4);
}

.gradient-lime-amber-lightgreen {
  background: linear-gradient(#CDDC39, #FFC107, #76FF03);
}

.gradient-lime-amber-deeppurple {
  background: linear-gradient(#CDDC39, #FFC107, #673AB7);
}

.gradient-lime-amber-deeporange {
  background: linear-gradient(#CDDC39, #FFC107, #DD6E0F);
}

.gradient-lime-amber-brown {
  background: linear-gradient(#CDDC39, #FFC107, #964B00);
}

.gradient-lime-amber-grey {
  background: linear-gradient(#CDDC39, #FFC107, #808080);
}

.gradient-lime-orange {
  background: linear-gradient(#CDDC39, #FF9800);
}

.gradient-to-top-lime-orange {
  background: linear-gradient(to top, #CDDC39, #FF9800);
}

.gradient-to-bottom-lime-orange {
  background: linear-gradient(to bottom, #CDDC39, #FF9800);
}

.gradient-to-left-lime-orange {
  background: linear-gradient(to left, #CDDC39, #FF9800);
}

.gradient-to-right-lime-orange {
  background: linear-gradient(to right, #CDDC39, #FF9800);
}

.gradient-to-top-left-lime-orange {
  background: linear-gradient(to top left, #CDDC39, #FF9800);
}

.gradient-to-top-right-lime-orange {
  background: linear-gradient(to top right, #CDDC39, #FF9800);
}

.gradient-to-bottom-left-lime-orange {
  background: linear-gradient(to bottom left, #CDDC39, #FF9800);
}

.gradient-to-bottom-right-lime-orange {
  background: linear-gradient(to bottom right, #CDDC39, #FF9800);
}

.gradient-radial-lime-orange {
  background: radial-gradient(circle, #CDDC39, #FF9800);
}

.gradient-lime-orange-primary {
  background: linear-gradient(#CDDC39, #FF9800, #03A9F4);
}

.gradient-lime-orange-secondary {
  background: linear-gradient(#CDDC39, #FF9800, #333);
}

.gradient-lime-orange-success {
  background: linear-gradient(#CDDC39, #FF9800, #28a745);
}

.gradient-lime-orange-info {
  background: linear-gradient(#CDDC39, #FF9800, #0DCAF0);
}

.gradient-lime-orange-warning {
  background: linear-gradient(#CDDC39, #FF9800, #FFC107);
}

.gradient-lime-orange-danger {
  background: linear-gradient(#CDDC39, #FF9800, #DC3545);
}

.gradient-lime-orange-light {
  background: linear-gradient(#CDDC39, #FF9800, #f5f5f5);
}

.gradient-lime-orange-dark {
  background: linear-gradient(#CDDC39, #FF9800, #212529);
}

.gradient-lime-orange-red {
  background: linear-gradient(#CDDC39, #FF9800, #F44336);
}

.gradient-lime-orange-green {
  background: linear-gradient(#CDDC39, #FF9800, #4CAF50);
}

.gradient-lime-orange-blue {
  background: linear-gradient(#CDDC39, #FF9800, #2196F3);
}

.gradient-lime-orange-black {
  background: linear-gradient(#CDDC39, #FF9800, #000);
}

.gradient-lime-orange-white {
  background: linear-gradient(#CDDC39, #FF9800, #fff);
}

.gradient-lime-orange-pink {
  background: linear-gradient(#CDDC39, #FF9800, #E91E63);
}

.gradient-lime-orange-purple {
  background: linear-gradient(#CDDC39, #FF9800, #9C27B0);
}

.gradient-lime-orange-indigo {
  background: linear-gradient(#CDDC39, #FF9800, #3E51B5);
}

.gradient-lime-orange-cyan {
  background: linear-gradient(#CDDC39, #FF9800, #00BCD4);
}

.gradient-lime-orange-teal {
  background: linear-gradient(#CDDC39, #FF9800, #009688);
}

.gradient-lime-orange-yellow {
  background: linear-gradient(#CDDC39, #FF9800, #FFEB3B);
}

.gradient-lime-orange-amber {
  background: linear-gradient(#CDDC39, #FF9800, #FFC107);
}

.gradient-lime-orange-lightblue {
  background: linear-gradient(#CDDC39, #FF9800, #03A9F4);
}

.gradient-lime-orange-lightgreen {
  background: linear-gradient(#CDDC39, #FF9800, #76FF03);
}

.gradient-lime-orange-deeppurple {
  background: linear-gradient(#CDDC39, #FF9800, #673AB7);
}

.gradient-lime-orange-deeporange {
  background: linear-gradient(#CDDC39, #FF9800, #DD6E0F);
}

.gradient-lime-orange-brown {
  background: linear-gradient(#CDDC39, #FF9800, #964B00);
}

.gradient-lime-orange-grey {
  background: linear-gradient(#CDDC39, #FF9800, #808080);
}

.gradient-lime-lightblue {
  background: linear-gradient(#CDDC39, #03A9F4);
}

.gradient-to-top-lime-lightblue {
  background: linear-gradient(to top, #CDDC39, #03A9F4);
}

.gradient-to-bottom-lime-lightblue {
  background: linear-gradient(to bottom, #CDDC39, #03A9F4);
}

.gradient-to-left-lime-lightblue {
  background: linear-gradient(to left, #CDDC39, #03A9F4);
}

.gradient-to-right-lime-lightblue {
  background: linear-gradient(to right, #CDDC39, #03A9F4);
}

.gradient-to-top-left-lime-lightblue {
  background: linear-gradient(to top left, #CDDC39, #03A9F4);
}

.gradient-to-top-right-lime-lightblue {
  background: linear-gradient(to top right, #CDDC39, #03A9F4);
}

.gradient-to-bottom-left-lime-lightblue {
  background: linear-gradient(to bottom left, #CDDC39, #03A9F4);
}

.gradient-to-bottom-right-lime-lightblue {
  background: linear-gradient(to bottom right, #CDDC39, #03A9F4);
}

.gradient-radial-lime-lightblue {
  background: radial-gradient(circle, #CDDC39, #03A9F4);
}

.gradient-lime-lightblue-primary {
  background: linear-gradient(#CDDC39, #03A9F4, #03A9F4);
}

.gradient-lime-lightblue-secondary {
  background: linear-gradient(#CDDC39, #03A9F4, #333);
}

.gradient-lime-lightblue-success {
  background: linear-gradient(#CDDC39, #03A9F4, #28a745);
}

.gradient-lime-lightblue-info {
  background: linear-gradient(#CDDC39, #03A9F4, #0DCAF0);
}

.gradient-lime-lightblue-warning {
  background: linear-gradient(#CDDC39, #03A9F4, #FFC107);
}

.gradient-lime-lightblue-danger {
  background: linear-gradient(#CDDC39, #03A9F4, #DC3545);
}

.gradient-lime-lightblue-light {
  background: linear-gradient(#CDDC39, #03A9F4, #f5f5f5);
}

.gradient-lime-lightblue-dark {
  background: linear-gradient(#CDDC39, #03A9F4, #212529);
}

.gradient-lime-lightblue-red {
  background: linear-gradient(#CDDC39, #03A9F4, #F44336);
}

.gradient-lime-lightblue-green {
  background: linear-gradient(#CDDC39, #03A9F4, #4CAF50);
}

.gradient-lime-lightblue-blue {
  background: linear-gradient(#CDDC39, #03A9F4, #2196F3);
}

.gradient-lime-lightblue-black {
  background: linear-gradient(#CDDC39, #03A9F4, #000);
}

.gradient-lime-lightblue-white {
  background: linear-gradient(#CDDC39, #03A9F4, #fff);
}

.gradient-lime-lightblue-pink {
  background: linear-gradient(#CDDC39, #03A9F4, #E91E63);
}

.gradient-lime-lightblue-purple {
  background: linear-gradient(#CDDC39, #03A9F4, #9C27B0);
}

.gradient-lime-lightblue-indigo {
  background: linear-gradient(#CDDC39, #03A9F4, #3E51B5);
}

.gradient-lime-lightblue-cyan {
  background: linear-gradient(#CDDC39, #03A9F4, #00BCD4);
}

.gradient-lime-lightblue-teal {
  background: linear-gradient(#CDDC39, #03A9F4, #009688);
}

.gradient-lime-lightblue-yellow {
  background: linear-gradient(#CDDC39, #03A9F4, #FFEB3B);
}

.gradient-lime-lightblue-amber {
  background: linear-gradient(#CDDC39, #03A9F4, #FFC107);
}

.gradient-lime-lightblue-orange {
  background: linear-gradient(#CDDC39, #03A9F4, #FF9800);
}

.gradient-lime-lightblue-lightgreen {
  background: linear-gradient(#CDDC39, #03A9F4, #76FF03);
}

.gradient-lime-lightblue-deeppurple {
  background: linear-gradient(#CDDC39, #03A9F4, #673AB7);
}

.gradient-lime-lightblue-deeporange {
  background: linear-gradient(#CDDC39, #03A9F4, #DD6E0F);
}

.gradient-lime-lightblue-brown {
  background: linear-gradient(#CDDC39, #03A9F4, #964B00);
}

.gradient-lime-lightblue-grey {
  background: linear-gradient(#CDDC39, #03A9F4, #808080);
}

.gradient-lime-lightgreen {
  background: linear-gradient(#CDDC39, #76FF03);
}

.gradient-to-top-lime-lightgreen {
  background: linear-gradient(to top, #CDDC39, #76FF03);
}

.gradient-to-bottom-lime-lightgreen {
  background: linear-gradient(to bottom, #CDDC39, #76FF03);
}

.gradient-to-left-lime-lightgreen {
  background: linear-gradient(to left, #CDDC39, #76FF03);
}

.gradient-to-right-lime-lightgreen {
  background: linear-gradient(to right, #CDDC39, #76FF03);
}

.gradient-to-top-left-lime-lightgreen {
  background: linear-gradient(to top left, #CDDC39, #76FF03);
}

.gradient-to-top-right-lime-lightgreen {
  background: linear-gradient(to top right, #CDDC39, #76FF03);
}

.gradient-to-bottom-left-lime-lightgreen {
  background: linear-gradient(to bottom left, #CDDC39, #76FF03);
}

.gradient-to-bottom-right-lime-lightgreen {
  background: linear-gradient(to bottom right, #CDDC39, #76FF03);
}

.gradient-radial-lime-lightgreen {
  background: radial-gradient(circle, #CDDC39, #76FF03);
}

.gradient-lime-lightgreen-primary {
  background: linear-gradient(#CDDC39, #76FF03, #03A9F4);
}

.gradient-lime-lightgreen-secondary {
  background: linear-gradient(#CDDC39, #76FF03, #333);
}

.gradient-lime-lightgreen-success {
  background: linear-gradient(#CDDC39, #76FF03, #28a745);
}

.gradient-lime-lightgreen-info {
  background: linear-gradient(#CDDC39, #76FF03, #0DCAF0);
}

.gradient-lime-lightgreen-warning {
  background: linear-gradient(#CDDC39, #76FF03, #FFC107);
}

.gradient-lime-lightgreen-danger {
  background: linear-gradient(#CDDC39, #76FF03, #DC3545);
}

.gradient-lime-lightgreen-light {
  background: linear-gradient(#CDDC39, #76FF03, #f5f5f5);
}

.gradient-lime-lightgreen-dark {
  background: linear-gradient(#CDDC39, #76FF03, #212529);
}

.gradient-lime-lightgreen-red {
  background: linear-gradient(#CDDC39, #76FF03, #F44336);
}

.gradient-lime-lightgreen-green {
  background: linear-gradient(#CDDC39, #76FF03, #4CAF50);
}

.gradient-lime-lightgreen-blue {
  background: linear-gradient(#CDDC39, #76FF03, #2196F3);
}

.gradient-lime-lightgreen-black {
  background: linear-gradient(#CDDC39, #76FF03, #000);
}

.gradient-lime-lightgreen-white {
  background: linear-gradient(#CDDC39, #76FF03, #fff);
}

.gradient-lime-lightgreen-pink {
  background: linear-gradient(#CDDC39, #76FF03, #E91E63);
}

.gradient-lime-lightgreen-purple {
  background: linear-gradient(#CDDC39, #76FF03, #9C27B0);
}

.gradient-lime-lightgreen-indigo {
  background: linear-gradient(#CDDC39, #76FF03, #3E51B5);
}

.gradient-lime-lightgreen-cyan {
  background: linear-gradient(#CDDC39, #76FF03, #00BCD4);
}

.gradient-lime-lightgreen-teal {
  background: linear-gradient(#CDDC39, #76FF03, #009688);
}

.gradient-lime-lightgreen-yellow {
  background: linear-gradient(#CDDC39, #76FF03, #FFEB3B);
}

.gradient-lime-lightgreen-amber {
  background: linear-gradient(#CDDC39, #76FF03, #FFC107);
}

.gradient-lime-lightgreen-orange {
  background: linear-gradient(#CDDC39, #76FF03, #FF9800);
}

.gradient-lime-lightgreen-lightblue {
  background: linear-gradient(#CDDC39, #76FF03, #03A9F4);
}

.gradient-lime-lightgreen-deeppurple {
  background: linear-gradient(#CDDC39, #76FF03, #673AB7);
}

.gradient-lime-lightgreen-deeporange {
  background: linear-gradient(#CDDC39, #76FF03, #DD6E0F);
}

.gradient-lime-lightgreen-brown {
  background: linear-gradient(#CDDC39, #76FF03, #964B00);
}

.gradient-lime-lightgreen-grey {
  background: linear-gradient(#CDDC39, #76FF03, #808080);
}

.gradient-lime-deeppurple {
  background: linear-gradient(#CDDC39, #673AB7);
}

.gradient-to-top-lime-deeppurple {
  background: linear-gradient(to top, #CDDC39, #673AB7);
}

.gradient-to-bottom-lime-deeppurple {
  background: linear-gradient(to bottom, #CDDC39, #673AB7);
}

.gradient-to-left-lime-deeppurple {
  background: linear-gradient(to left, #CDDC39, #673AB7);
}

.gradient-to-right-lime-deeppurple {
  background: linear-gradient(to right, #CDDC39, #673AB7);
}

.gradient-to-top-left-lime-deeppurple {
  background: linear-gradient(to top left, #CDDC39, #673AB7);
}

.gradient-to-top-right-lime-deeppurple {
  background: linear-gradient(to top right, #CDDC39, #673AB7);
}

.gradient-to-bottom-left-lime-deeppurple {
  background: linear-gradient(to bottom left, #CDDC39, #673AB7);
}

.gradient-to-bottom-right-lime-deeppurple {
  background: linear-gradient(to bottom right, #CDDC39, #673AB7);
}

.gradient-radial-lime-deeppurple {
  background: radial-gradient(circle, #CDDC39, #673AB7);
}

.gradient-lime-deeppurple-primary {
  background: linear-gradient(#CDDC39, #673AB7, #03A9F4);
}

.gradient-lime-deeppurple-secondary {
  background: linear-gradient(#CDDC39, #673AB7, #333);
}

.gradient-lime-deeppurple-success {
  background: linear-gradient(#CDDC39, #673AB7, #28a745);
}

.gradient-lime-deeppurple-info {
  background: linear-gradient(#CDDC39, #673AB7, #0DCAF0);
}

.gradient-lime-deeppurple-warning {
  background: linear-gradient(#CDDC39, #673AB7, #FFC107);
}

.gradient-lime-deeppurple-danger {
  background: linear-gradient(#CDDC39, #673AB7, #DC3545);
}

.gradient-lime-deeppurple-light {
  background: linear-gradient(#CDDC39, #673AB7, #f5f5f5);
}

.gradient-lime-deeppurple-dark {
  background: linear-gradient(#CDDC39, #673AB7, #212529);
}

.gradient-lime-deeppurple-red {
  background: linear-gradient(#CDDC39, #673AB7, #F44336);
}

.gradient-lime-deeppurple-green {
  background: linear-gradient(#CDDC39, #673AB7, #4CAF50);
}

.gradient-lime-deeppurple-blue {
  background: linear-gradient(#CDDC39, #673AB7, #2196F3);
}

.gradient-lime-deeppurple-black {
  background: linear-gradient(#CDDC39, #673AB7, #000);
}

.gradient-lime-deeppurple-white {
  background: linear-gradient(#CDDC39, #673AB7, #fff);
}

.gradient-lime-deeppurple-pink {
  background: linear-gradient(#CDDC39, #673AB7, #E91E63);
}

.gradient-lime-deeppurple-purple {
  background: linear-gradient(#CDDC39, #673AB7, #9C27B0);
}

.gradient-lime-deeppurple-indigo {
  background: linear-gradient(#CDDC39, #673AB7, #3E51B5);
}

.gradient-lime-deeppurple-cyan {
  background: linear-gradient(#CDDC39, #673AB7, #00BCD4);
}

.gradient-lime-deeppurple-teal {
  background: linear-gradient(#CDDC39, #673AB7, #009688);
}

.gradient-lime-deeppurple-yellow {
  background: linear-gradient(#CDDC39, #673AB7, #FFEB3B);
}

.gradient-lime-deeppurple-amber {
  background: linear-gradient(#CDDC39, #673AB7, #FFC107);
}

.gradient-lime-deeppurple-orange {
  background: linear-gradient(#CDDC39, #673AB7, #FF9800);
}

.gradient-lime-deeppurple-lightblue {
  background: linear-gradient(#CDDC39, #673AB7, #03A9F4);
}

.gradient-lime-deeppurple-lightgreen {
  background: linear-gradient(#CDDC39, #673AB7, #76FF03);
}

.gradient-lime-deeppurple-deeporange {
  background: linear-gradient(#CDDC39, #673AB7, #DD6E0F);
}

.gradient-lime-deeppurple-brown {
  background: linear-gradient(#CDDC39, #673AB7, #964B00);
}

.gradient-lime-deeppurple-grey {
  background: linear-gradient(#CDDC39, #673AB7, #808080);
}

.gradient-lime-deeporange {
  background: linear-gradient(#CDDC39, #DD6E0F);
}

.gradient-to-top-lime-deeporange {
  background: linear-gradient(to top, #CDDC39, #DD6E0F);
}

.gradient-to-bottom-lime-deeporange {
  background: linear-gradient(to bottom, #CDDC39, #DD6E0F);
}

.gradient-to-left-lime-deeporange {
  background: linear-gradient(to left, #CDDC39, #DD6E0F);
}

.gradient-to-right-lime-deeporange {
  background: linear-gradient(to right, #CDDC39, #DD6E0F);
}

.gradient-to-top-left-lime-deeporange {
  background: linear-gradient(to top left, #CDDC39, #DD6E0F);
}

.gradient-to-top-right-lime-deeporange {
  background: linear-gradient(to top right, #CDDC39, #DD6E0F);
}

.gradient-to-bottom-left-lime-deeporange {
  background: linear-gradient(to bottom left, #CDDC39, #DD6E0F);
}

.gradient-to-bottom-right-lime-deeporange {
  background: linear-gradient(to bottom right, #CDDC39, #DD6E0F);
}

.gradient-radial-lime-deeporange {
  background: radial-gradient(circle, #CDDC39, #DD6E0F);
}

.gradient-lime-deeporange-primary {
  background: linear-gradient(#CDDC39, #DD6E0F, #03A9F4);
}

.gradient-lime-deeporange-secondary {
  background: linear-gradient(#CDDC39, #DD6E0F, #333);
}

.gradient-lime-deeporange-success {
  background: linear-gradient(#CDDC39, #DD6E0F, #28a745);
}

.gradient-lime-deeporange-info {
  background: linear-gradient(#CDDC39, #DD6E0F, #0DCAF0);
}

.gradient-lime-deeporange-warning {
  background: linear-gradient(#CDDC39, #DD6E0F, #FFC107);
}

.gradient-lime-deeporange-danger {
  background: linear-gradient(#CDDC39, #DD6E0F, #DC3545);
}

.gradient-lime-deeporange-light {
  background: linear-gradient(#CDDC39, #DD6E0F, #f5f5f5);
}

.gradient-lime-deeporange-dark {
  background: linear-gradient(#CDDC39, #DD6E0F, #212529);
}

.gradient-lime-deeporange-red {
  background: linear-gradient(#CDDC39, #DD6E0F, #F44336);
}

.gradient-lime-deeporange-green {
  background: linear-gradient(#CDDC39, #DD6E0F, #4CAF50);
}

.gradient-lime-deeporange-blue {
  background: linear-gradient(#CDDC39, #DD6E0F, #2196F3);
}

.gradient-lime-deeporange-black {
  background: linear-gradient(#CDDC39, #DD6E0F, #000);
}

.gradient-lime-deeporange-white {
  background: linear-gradient(#CDDC39, #DD6E0F, #fff);
}

.gradient-lime-deeporange-pink {
  background: linear-gradient(#CDDC39, #DD6E0F, #E91E63);
}

.gradient-lime-deeporange-purple {
  background: linear-gradient(#CDDC39, #DD6E0F, #9C27B0);
}

.gradient-lime-deeporange-indigo {
  background: linear-gradient(#CDDC39, #DD6E0F, #3E51B5);
}

.gradient-lime-deeporange-cyan {
  background: linear-gradient(#CDDC39, #DD6E0F, #00BCD4);
}

.gradient-lime-deeporange-teal {
  background: linear-gradient(#CDDC39, #DD6E0F, #009688);
}

.gradient-lime-deeporange-yellow {
  background: linear-gradient(#CDDC39, #DD6E0F, #FFEB3B);
}

.gradient-lime-deeporange-amber {
  background: linear-gradient(#CDDC39, #DD6E0F, #FFC107);
}

.gradient-lime-deeporange-orange {
  background: linear-gradient(#CDDC39, #DD6E0F, #FF9800);
}

.gradient-lime-deeporange-lightblue {
  background: linear-gradient(#CDDC39, #DD6E0F, #03A9F4);
}

.gradient-lime-deeporange-lightgreen {
  background: linear-gradient(#CDDC39, #DD6E0F, #76FF03);
}

.gradient-lime-deeporange-deeppurple {
  background: linear-gradient(#CDDC39, #DD6E0F, #673AB7);
}

.gradient-lime-deeporange-brown {
  background: linear-gradient(#CDDC39, #DD6E0F, #964B00);
}

.gradient-lime-deeporange-grey {
  background: linear-gradient(#CDDC39, #DD6E0F, #808080);
}

.gradient-lime-brown {
  background: linear-gradient(#CDDC39, #964B00);
}

.gradient-to-top-lime-brown {
  background: linear-gradient(to top, #CDDC39, #964B00);
}

.gradient-to-bottom-lime-brown {
  background: linear-gradient(to bottom, #CDDC39, #964B00);
}

.gradient-to-left-lime-brown {
  background: linear-gradient(to left, #CDDC39, #964B00);
}

.gradient-to-right-lime-brown {
  background: linear-gradient(to right, #CDDC39, #964B00);
}

.gradient-to-top-left-lime-brown {
  background: linear-gradient(to top left, #CDDC39, #964B00);
}

.gradient-to-top-right-lime-brown {
  background: linear-gradient(to top right, #CDDC39, #964B00);
}

.gradient-to-bottom-left-lime-brown {
  background: linear-gradient(to bottom left, #CDDC39, #964B00);
}

.gradient-to-bottom-right-lime-brown {
  background: linear-gradient(to bottom right, #CDDC39, #964B00);
}

.gradient-radial-lime-brown {
  background: radial-gradient(circle, #CDDC39, #964B00);
}

.gradient-lime-brown-primary {
  background: linear-gradient(#CDDC39, #964B00, #03A9F4);
}

.gradient-lime-brown-secondary {
  background: linear-gradient(#CDDC39, #964B00, #333);
}

.gradient-lime-brown-success {
  background: linear-gradient(#CDDC39, #964B00, #28a745);
}

.gradient-lime-brown-info {
  background: linear-gradient(#CDDC39, #964B00, #0DCAF0);
}

.gradient-lime-brown-warning {
  background: linear-gradient(#CDDC39, #964B00, #FFC107);
}

.gradient-lime-brown-danger {
  background: linear-gradient(#CDDC39, #964B00, #DC3545);
}

.gradient-lime-brown-light {
  background: linear-gradient(#CDDC39, #964B00, #f5f5f5);
}

.gradient-lime-brown-dark {
  background: linear-gradient(#CDDC39, #964B00, #212529);
}

.gradient-lime-brown-red {
  background: linear-gradient(#CDDC39, #964B00, #F44336);
}

.gradient-lime-brown-green {
  background: linear-gradient(#CDDC39, #964B00, #4CAF50);
}

.gradient-lime-brown-blue {
  background: linear-gradient(#CDDC39, #964B00, #2196F3);
}

.gradient-lime-brown-black {
  background: linear-gradient(#CDDC39, #964B00, #000);
}

.gradient-lime-brown-white {
  background: linear-gradient(#CDDC39, #964B00, #fff);
}

.gradient-lime-brown-pink {
  background: linear-gradient(#CDDC39, #964B00, #E91E63);
}

.gradient-lime-brown-purple {
  background: linear-gradient(#CDDC39, #964B00, #9C27B0);
}

.gradient-lime-brown-indigo {
  background: linear-gradient(#CDDC39, #964B00, #3E51B5);
}

.gradient-lime-brown-cyan {
  background: linear-gradient(#CDDC39, #964B00, #00BCD4);
}

.gradient-lime-brown-teal {
  background: linear-gradient(#CDDC39, #964B00, #009688);
}

.gradient-lime-brown-yellow {
  background: linear-gradient(#CDDC39, #964B00, #FFEB3B);
}

.gradient-lime-brown-amber {
  background: linear-gradient(#CDDC39, #964B00, #FFC107);
}

.gradient-lime-brown-orange {
  background: linear-gradient(#CDDC39, #964B00, #FF9800);
}

.gradient-lime-brown-lightblue {
  background: linear-gradient(#CDDC39, #964B00, #03A9F4);
}

.gradient-lime-brown-lightgreen {
  background: linear-gradient(#CDDC39, #964B00, #76FF03);
}

.gradient-lime-brown-deeppurple {
  background: linear-gradient(#CDDC39, #964B00, #673AB7);
}

.gradient-lime-brown-deeporange {
  background: linear-gradient(#CDDC39, #964B00, #DD6E0F);
}

.gradient-lime-brown-grey {
  background: linear-gradient(#CDDC39, #964B00, #808080);
}

.gradient-lime-grey {
  background: linear-gradient(#CDDC39, #808080);
}

.gradient-to-top-lime-grey {
  background: linear-gradient(to top, #CDDC39, #808080);
}

.gradient-to-bottom-lime-grey {
  background: linear-gradient(to bottom, #CDDC39, #808080);
}

.gradient-to-left-lime-grey {
  background: linear-gradient(to left, #CDDC39, #808080);
}

.gradient-to-right-lime-grey {
  background: linear-gradient(to right, #CDDC39, #808080);
}

.gradient-to-top-left-lime-grey {
  background: linear-gradient(to top left, #CDDC39, #808080);
}

.gradient-to-top-right-lime-grey {
  background: linear-gradient(to top right, #CDDC39, #808080);
}

.gradient-to-bottom-left-lime-grey {
  background: linear-gradient(to bottom left, #CDDC39, #808080);
}

.gradient-to-bottom-right-lime-grey {
  background: linear-gradient(to bottom right, #CDDC39, #808080);
}

.gradient-radial-lime-grey {
  background: radial-gradient(circle, #CDDC39, #808080);
}

.gradient-lime-grey-primary {
  background: linear-gradient(#CDDC39, #808080, #03A9F4);
}

.gradient-lime-grey-secondary {
  background: linear-gradient(#CDDC39, #808080, #333);
}

.gradient-lime-grey-success {
  background: linear-gradient(#CDDC39, #808080, #28a745);
}

.gradient-lime-grey-info {
  background: linear-gradient(#CDDC39, #808080, #0DCAF0);
}

.gradient-lime-grey-warning {
  background: linear-gradient(#CDDC39, #808080, #FFC107);
}

.gradient-lime-grey-danger {
  background: linear-gradient(#CDDC39, #808080, #DC3545);
}

.gradient-lime-grey-light {
  background: linear-gradient(#CDDC39, #808080, #f5f5f5);
}

.gradient-lime-grey-dark {
  background: linear-gradient(#CDDC39, #808080, #212529);
}

.gradient-lime-grey-red {
  background: linear-gradient(#CDDC39, #808080, #F44336);
}

.gradient-lime-grey-green {
  background: linear-gradient(#CDDC39, #808080, #4CAF50);
}

.gradient-lime-grey-blue {
  background: linear-gradient(#CDDC39, #808080, #2196F3);
}

.gradient-lime-grey-black {
  background: linear-gradient(#CDDC39, #808080, #000);
}

.gradient-lime-grey-white {
  background: linear-gradient(#CDDC39, #808080, #fff);
}

.gradient-lime-grey-pink {
  background: linear-gradient(#CDDC39, #808080, #E91E63);
}

.gradient-lime-grey-purple {
  background: linear-gradient(#CDDC39, #808080, #9C27B0);
}

.gradient-lime-grey-indigo {
  background: linear-gradient(#CDDC39, #808080, #3E51B5);
}

.gradient-lime-grey-cyan {
  background: linear-gradient(#CDDC39, #808080, #00BCD4);
}

.gradient-lime-grey-teal {
  background: linear-gradient(#CDDC39, #808080, #009688);
}

.gradient-lime-grey-yellow {
  background: linear-gradient(#CDDC39, #808080, #FFEB3B);
}

.gradient-lime-grey-amber {
  background: linear-gradient(#CDDC39, #808080, #FFC107);
}

.gradient-lime-grey-orange {
  background: linear-gradient(#CDDC39, #808080, #FF9800);
}

.gradient-lime-grey-lightblue {
  background: linear-gradient(#CDDC39, #808080, #03A9F4);
}

.gradient-lime-grey-lightgreen {
  background: linear-gradient(#CDDC39, #808080, #76FF03);
}

.gradient-lime-grey-deeppurple {
  background: linear-gradient(#CDDC39, #808080, #673AB7);
}

.gradient-lime-grey-deeporange {
  background: linear-gradient(#CDDC39, #808080, #DD6E0F);
}

.gradient-lime-grey-brown {
  background: linear-gradient(#CDDC39, #808080, #964B00);
}

.gradient-yellow-primary {
  background: linear-gradient(#FFEB3B, #03A9F4);
}

.gradient-to-top-yellow-primary {
  background: linear-gradient(to top, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-yellow-primary {
  background: linear-gradient(to bottom, #FFEB3B, #03A9F4);
}

.gradient-to-left-yellow-primary {
  background: linear-gradient(to left, #FFEB3B, #03A9F4);
}

.gradient-to-right-yellow-primary {
  background: linear-gradient(to right, #FFEB3B, #03A9F4);
}

.gradient-to-top-left-yellow-primary {
  background: linear-gradient(to top left, #FFEB3B, #03A9F4);
}

.gradient-to-top-right-yellow-primary {
  background: linear-gradient(to top right, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-left-yellow-primary {
  background: linear-gradient(to bottom left, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-right-yellow-primary {
  background: linear-gradient(to bottom right, #FFEB3B, #03A9F4);
}

.gradient-radial-yellow-primary {
  background: radial-gradient(circle, #FFEB3B, #03A9F4);
}

.gradient-yellow-primary-secondary {
  background: linear-gradient(#FFEB3B, #03A9F4, #333);
}

.gradient-yellow-primary-success {
  background: linear-gradient(#FFEB3B, #03A9F4, #28a745);
}

.gradient-yellow-primary-info {
  background: linear-gradient(#FFEB3B, #03A9F4, #0DCAF0);
}

.gradient-yellow-primary-warning {
  background: linear-gradient(#FFEB3B, #03A9F4, #FFC107);
}

.gradient-yellow-primary-danger {
  background: linear-gradient(#FFEB3B, #03A9F4, #DC3545);
}

.gradient-yellow-primary-light {
  background: linear-gradient(#FFEB3B, #03A9F4, #f5f5f5);
}

.gradient-yellow-primary-dark {
  background: linear-gradient(#FFEB3B, #03A9F4, #212529);
}

.gradient-yellow-primary-red {
  background: linear-gradient(#FFEB3B, #03A9F4, #F44336);
}

.gradient-yellow-primary-green {
  background: linear-gradient(#FFEB3B, #03A9F4, #4CAF50);
}

.gradient-yellow-primary-blue {
  background: linear-gradient(#FFEB3B, #03A9F4, #2196F3);
}

.gradient-yellow-primary-black {
  background: linear-gradient(#FFEB3B, #03A9F4, #000);
}

.gradient-yellow-primary-white {
  background: linear-gradient(#FFEB3B, #03A9F4, #fff);
}

.gradient-yellow-primary-pink {
  background: linear-gradient(#FFEB3B, #03A9F4, #E91E63);
}

.gradient-yellow-primary-purple {
  background: linear-gradient(#FFEB3B, #03A9F4, #9C27B0);
}

.gradient-yellow-primary-indigo {
  background: linear-gradient(#FFEB3B, #03A9F4, #3E51B5);
}

.gradient-yellow-primary-cyan {
  background: linear-gradient(#FFEB3B, #03A9F4, #00BCD4);
}

.gradient-yellow-primary-teal {
  background: linear-gradient(#FFEB3B, #03A9F4, #009688);
}

.gradient-yellow-primary-lime {
  background: linear-gradient(#FFEB3B, #03A9F4, #CDDC39);
}

.gradient-yellow-primary-amber {
  background: linear-gradient(#FFEB3B, #03A9F4, #FFC107);
}

.gradient-yellow-primary-orange {
  background: linear-gradient(#FFEB3B, #03A9F4, #FF9800);
}

.gradient-yellow-primary-lightblue {
  background: linear-gradient(#FFEB3B, #03A9F4, #03A9F4);
}

.gradient-yellow-primary-lightgreen {
  background: linear-gradient(#FFEB3B, #03A9F4, #76FF03);
}

.gradient-yellow-primary-deeppurple {
  background: linear-gradient(#FFEB3B, #03A9F4, #673AB7);
}

.gradient-yellow-primary-deeporange {
  background: linear-gradient(#FFEB3B, #03A9F4, #DD6E0F);
}

.gradient-yellow-primary-brown {
  background: linear-gradient(#FFEB3B, #03A9F4, #964B00);
}

.gradient-yellow-primary-grey {
  background: linear-gradient(#FFEB3B, #03A9F4, #808080);
}

.gradient-yellow-secondary {
  background: linear-gradient(#FFEB3B, #333);
}

.gradient-to-top-yellow-secondary {
  background: linear-gradient(to top, #FFEB3B, #333);
}

.gradient-to-bottom-yellow-secondary {
  background: linear-gradient(to bottom, #FFEB3B, #333);
}

.gradient-to-left-yellow-secondary {
  background: linear-gradient(to left, #FFEB3B, #333);
}

.gradient-to-right-yellow-secondary {
  background: linear-gradient(to right, #FFEB3B, #333);
}

.gradient-to-top-left-yellow-secondary {
  background: linear-gradient(to top left, #FFEB3B, #333);
}

.gradient-to-top-right-yellow-secondary {
  background: linear-gradient(to top right, #FFEB3B, #333);
}

.gradient-to-bottom-left-yellow-secondary {
  background: linear-gradient(to bottom left, #FFEB3B, #333);
}

.gradient-to-bottom-right-yellow-secondary {
  background: linear-gradient(to bottom right, #FFEB3B, #333);
}

.gradient-radial-yellow-secondary {
  background: radial-gradient(circle, #FFEB3B, #333);
}

.gradient-yellow-secondary-primary {
  background: linear-gradient(#FFEB3B, #333, #03A9F4);
}

.gradient-yellow-secondary-success {
  background: linear-gradient(#FFEB3B, #333, #28a745);
}

.gradient-yellow-secondary-info {
  background: linear-gradient(#FFEB3B, #333, #0DCAF0);
}

.gradient-yellow-secondary-warning {
  background: linear-gradient(#FFEB3B, #333, #FFC107);
}

.gradient-yellow-secondary-danger {
  background: linear-gradient(#FFEB3B, #333, #DC3545);
}

.gradient-yellow-secondary-light {
  background: linear-gradient(#FFEB3B, #333, #f5f5f5);
}

.gradient-yellow-secondary-dark {
  background: linear-gradient(#FFEB3B, #333, #212529);
}

.gradient-yellow-secondary-red {
  background: linear-gradient(#FFEB3B, #333, #F44336);
}

.gradient-yellow-secondary-green {
  background: linear-gradient(#FFEB3B, #333, #4CAF50);
}

.gradient-yellow-secondary-blue {
  background: linear-gradient(#FFEB3B, #333, #2196F3);
}

.gradient-yellow-secondary-black {
  background: linear-gradient(#FFEB3B, #333, #000);
}

.gradient-yellow-secondary-white {
  background: linear-gradient(#FFEB3B, #333, #fff);
}

.gradient-yellow-secondary-pink {
  background: linear-gradient(#FFEB3B, #333, #E91E63);
}

.gradient-yellow-secondary-purple {
  background: linear-gradient(#FFEB3B, #333, #9C27B0);
}

.gradient-yellow-secondary-indigo {
  background: linear-gradient(#FFEB3B, #333, #3E51B5);
}

.gradient-yellow-secondary-cyan {
  background: linear-gradient(#FFEB3B, #333, #00BCD4);
}

.gradient-yellow-secondary-teal {
  background: linear-gradient(#FFEB3B, #333, #009688);
}

.gradient-yellow-secondary-lime {
  background: linear-gradient(#FFEB3B, #333, #CDDC39);
}

.gradient-yellow-secondary-amber {
  background: linear-gradient(#FFEB3B, #333, #FFC107);
}

.gradient-yellow-secondary-orange {
  background: linear-gradient(#FFEB3B, #333, #FF9800);
}

.gradient-yellow-secondary-lightblue {
  background: linear-gradient(#FFEB3B, #333, #03A9F4);
}

.gradient-yellow-secondary-lightgreen {
  background: linear-gradient(#FFEB3B, #333, #76FF03);
}

.gradient-yellow-secondary-deeppurple {
  background: linear-gradient(#FFEB3B, #333, #673AB7);
}

.gradient-yellow-secondary-deeporange {
  background: linear-gradient(#FFEB3B, #333, #DD6E0F);
}

.gradient-yellow-secondary-brown {
  background: linear-gradient(#FFEB3B, #333, #964B00);
}

.gradient-yellow-secondary-grey {
  background: linear-gradient(#FFEB3B, #333, #808080);
}

.gradient-yellow-success {
  background: linear-gradient(#FFEB3B, #28a745);
}

.gradient-to-top-yellow-success {
  background: linear-gradient(to top, #FFEB3B, #28a745);
}

.gradient-to-bottom-yellow-success {
  background: linear-gradient(to bottom, #FFEB3B, #28a745);
}

.gradient-to-left-yellow-success {
  background: linear-gradient(to left, #FFEB3B, #28a745);
}

.gradient-to-right-yellow-success {
  background: linear-gradient(to right, #FFEB3B, #28a745);
}

.gradient-to-top-left-yellow-success {
  background: linear-gradient(to top left, #FFEB3B, #28a745);
}

.gradient-to-top-right-yellow-success {
  background: linear-gradient(to top right, #FFEB3B, #28a745);
}

.gradient-to-bottom-left-yellow-success {
  background: linear-gradient(to bottom left, #FFEB3B, #28a745);
}

.gradient-to-bottom-right-yellow-success {
  background: linear-gradient(to bottom right, #FFEB3B, #28a745);
}

.gradient-radial-yellow-success {
  background: radial-gradient(circle, #FFEB3B, #28a745);
}

.gradient-yellow-success-primary {
  background: linear-gradient(#FFEB3B, #28a745, #03A9F4);
}

.gradient-yellow-success-secondary {
  background: linear-gradient(#FFEB3B, #28a745, #333);
}

.gradient-yellow-success-info {
  background: linear-gradient(#FFEB3B, #28a745, #0DCAF0);
}

.gradient-yellow-success-warning {
  background: linear-gradient(#FFEB3B, #28a745, #FFC107);
}

.gradient-yellow-success-danger {
  background: linear-gradient(#FFEB3B, #28a745, #DC3545);
}

.gradient-yellow-success-light {
  background: linear-gradient(#FFEB3B, #28a745, #f5f5f5);
}

.gradient-yellow-success-dark {
  background: linear-gradient(#FFEB3B, #28a745, #212529);
}

.gradient-yellow-success-red {
  background: linear-gradient(#FFEB3B, #28a745, #F44336);
}

.gradient-yellow-success-green {
  background: linear-gradient(#FFEB3B, #28a745, #4CAF50);
}

.gradient-yellow-success-blue {
  background: linear-gradient(#FFEB3B, #28a745, #2196F3);
}

.gradient-yellow-success-black {
  background: linear-gradient(#FFEB3B, #28a745, #000);
}

.gradient-yellow-success-white {
  background: linear-gradient(#FFEB3B, #28a745, #fff);
}

.gradient-yellow-success-pink {
  background: linear-gradient(#FFEB3B, #28a745, #E91E63);
}

.gradient-yellow-success-purple {
  background: linear-gradient(#FFEB3B, #28a745, #9C27B0);
}

.gradient-yellow-success-indigo {
  background: linear-gradient(#FFEB3B, #28a745, #3E51B5);
}

.gradient-yellow-success-cyan {
  background: linear-gradient(#FFEB3B, #28a745, #00BCD4);
}

.gradient-yellow-success-teal {
  background: linear-gradient(#FFEB3B, #28a745, #009688);
}

.gradient-yellow-success-lime {
  background: linear-gradient(#FFEB3B, #28a745, #CDDC39);
}

.gradient-yellow-success-amber {
  background: linear-gradient(#FFEB3B, #28a745, #FFC107);
}

.gradient-yellow-success-orange {
  background: linear-gradient(#FFEB3B, #28a745, #FF9800);
}

.gradient-yellow-success-lightblue {
  background: linear-gradient(#FFEB3B, #28a745, #03A9F4);
}

.gradient-yellow-success-lightgreen {
  background: linear-gradient(#FFEB3B, #28a745, #76FF03);
}

.gradient-yellow-success-deeppurple {
  background: linear-gradient(#FFEB3B, #28a745, #673AB7);
}

.gradient-yellow-success-deeporange {
  background: linear-gradient(#FFEB3B, #28a745, #DD6E0F);
}

.gradient-yellow-success-brown {
  background: linear-gradient(#FFEB3B, #28a745, #964B00);
}

.gradient-yellow-success-grey {
  background: linear-gradient(#FFEB3B, #28a745, #808080);
}

.gradient-yellow-info {
  background: linear-gradient(#FFEB3B, #0DCAF0);
}

.gradient-to-top-yellow-info {
  background: linear-gradient(to top, #FFEB3B, #0DCAF0);
}

.gradient-to-bottom-yellow-info {
  background: linear-gradient(to bottom, #FFEB3B, #0DCAF0);
}

.gradient-to-left-yellow-info {
  background: linear-gradient(to left, #FFEB3B, #0DCAF0);
}

.gradient-to-right-yellow-info {
  background: linear-gradient(to right, #FFEB3B, #0DCAF0);
}

.gradient-to-top-left-yellow-info {
  background: linear-gradient(to top left, #FFEB3B, #0DCAF0);
}

.gradient-to-top-right-yellow-info {
  background: linear-gradient(to top right, #FFEB3B, #0DCAF0);
}

.gradient-to-bottom-left-yellow-info {
  background: linear-gradient(to bottom left, #FFEB3B, #0DCAF0);
}

.gradient-to-bottom-right-yellow-info {
  background: linear-gradient(to bottom right, #FFEB3B, #0DCAF0);
}

.gradient-radial-yellow-info {
  background: radial-gradient(circle, #FFEB3B, #0DCAF0);
}

.gradient-yellow-info-primary {
  background: linear-gradient(#FFEB3B, #0DCAF0, #03A9F4);
}

.gradient-yellow-info-secondary {
  background: linear-gradient(#FFEB3B, #0DCAF0, #333);
}

.gradient-yellow-info-success {
  background: linear-gradient(#FFEB3B, #0DCAF0, #28a745);
}

.gradient-yellow-info-warning {
  background: linear-gradient(#FFEB3B, #0DCAF0, #FFC107);
}

.gradient-yellow-info-danger {
  background: linear-gradient(#FFEB3B, #0DCAF0, #DC3545);
}

.gradient-yellow-info-light {
  background: linear-gradient(#FFEB3B, #0DCAF0, #f5f5f5);
}

.gradient-yellow-info-dark {
  background: linear-gradient(#FFEB3B, #0DCAF0, #212529);
}

.gradient-yellow-info-red {
  background: linear-gradient(#FFEB3B, #0DCAF0, #F44336);
}

.gradient-yellow-info-green {
  background: linear-gradient(#FFEB3B, #0DCAF0, #4CAF50);
}

.gradient-yellow-info-blue {
  background: linear-gradient(#FFEB3B, #0DCAF0, #2196F3);
}

.gradient-yellow-info-black {
  background: linear-gradient(#FFEB3B, #0DCAF0, #000);
}

.gradient-yellow-info-white {
  background: linear-gradient(#FFEB3B, #0DCAF0, #fff);
}

.gradient-yellow-info-pink {
  background: linear-gradient(#FFEB3B, #0DCAF0, #E91E63);
}

.gradient-yellow-info-purple {
  background: linear-gradient(#FFEB3B, #0DCAF0, #9C27B0);
}

.gradient-yellow-info-indigo {
  background: linear-gradient(#FFEB3B, #0DCAF0, #3E51B5);
}

.gradient-yellow-info-cyan {
  background: linear-gradient(#FFEB3B, #0DCAF0, #00BCD4);
}

.gradient-yellow-info-teal {
  background: linear-gradient(#FFEB3B, #0DCAF0, #009688);
}

.gradient-yellow-info-lime {
  background: linear-gradient(#FFEB3B, #0DCAF0, #CDDC39);
}

.gradient-yellow-info-amber {
  background: linear-gradient(#FFEB3B, #0DCAF0, #FFC107);
}

.gradient-yellow-info-orange {
  background: linear-gradient(#FFEB3B, #0DCAF0, #FF9800);
}

.gradient-yellow-info-lightblue {
  background: linear-gradient(#FFEB3B, #0DCAF0, #03A9F4);
}

.gradient-yellow-info-lightgreen {
  background: linear-gradient(#FFEB3B, #0DCAF0, #76FF03);
}

.gradient-yellow-info-deeppurple {
  background: linear-gradient(#FFEB3B, #0DCAF0, #673AB7);
}

.gradient-yellow-info-deeporange {
  background: linear-gradient(#FFEB3B, #0DCAF0, #DD6E0F);
}

.gradient-yellow-info-brown {
  background: linear-gradient(#FFEB3B, #0DCAF0, #964B00);
}

.gradient-yellow-info-grey {
  background: linear-gradient(#FFEB3B, #0DCAF0, #808080);
}

.gradient-yellow-warning {
  background: linear-gradient(#FFEB3B, #FFC107);
}

.gradient-to-top-yellow-warning {
  background: linear-gradient(to top, #FFEB3B, #FFC107);
}

.gradient-to-bottom-yellow-warning {
  background: linear-gradient(to bottom, #FFEB3B, #FFC107);
}

.gradient-to-left-yellow-warning {
  background: linear-gradient(to left, #FFEB3B, #FFC107);
}

.gradient-to-right-yellow-warning {
  background: linear-gradient(to right, #FFEB3B, #FFC107);
}

.gradient-to-top-left-yellow-warning {
  background: linear-gradient(to top left, #FFEB3B, #FFC107);
}

.gradient-to-top-right-yellow-warning {
  background: linear-gradient(to top right, #FFEB3B, #FFC107);
}

.gradient-to-bottom-left-yellow-warning {
  background: linear-gradient(to bottom left, #FFEB3B, #FFC107);
}

.gradient-to-bottom-right-yellow-warning {
  background: linear-gradient(to bottom right, #FFEB3B, #FFC107);
}

.gradient-radial-yellow-warning {
  background: radial-gradient(circle, #FFEB3B, #FFC107);
}

.gradient-yellow-warning-primary {
  background: linear-gradient(#FFEB3B, #FFC107, #03A9F4);
}

.gradient-yellow-warning-secondary {
  background: linear-gradient(#FFEB3B, #FFC107, #333);
}

.gradient-yellow-warning-success {
  background: linear-gradient(#FFEB3B, #FFC107, #28a745);
}

.gradient-yellow-warning-info {
  background: linear-gradient(#FFEB3B, #FFC107, #0DCAF0);
}

.gradient-yellow-warning-danger {
  background: linear-gradient(#FFEB3B, #FFC107, #DC3545);
}

.gradient-yellow-warning-light {
  background: linear-gradient(#FFEB3B, #FFC107, #f5f5f5);
}

.gradient-yellow-warning-dark {
  background: linear-gradient(#FFEB3B, #FFC107, #212529);
}

.gradient-yellow-warning-red {
  background: linear-gradient(#FFEB3B, #FFC107, #F44336);
}

.gradient-yellow-warning-green {
  background: linear-gradient(#FFEB3B, #FFC107, #4CAF50);
}

.gradient-yellow-warning-blue {
  background: linear-gradient(#FFEB3B, #FFC107, #2196F3);
}

.gradient-yellow-warning-black {
  background: linear-gradient(#FFEB3B, #FFC107, #000);
}

.gradient-yellow-warning-white {
  background: linear-gradient(#FFEB3B, #FFC107, #fff);
}

.gradient-yellow-warning-pink {
  background: linear-gradient(#FFEB3B, #FFC107, #E91E63);
}

.gradient-yellow-warning-purple {
  background: linear-gradient(#FFEB3B, #FFC107, #9C27B0);
}

.gradient-yellow-warning-indigo {
  background: linear-gradient(#FFEB3B, #FFC107, #3E51B5);
}

.gradient-yellow-warning-cyan {
  background: linear-gradient(#FFEB3B, #FFC107, #00BCD4);
}

.gradient-yellow-warning-teal {
  background: linear-gradient(#FFEB3B, #FFC107, #009688);
}

.gradient-yellow-warning-lime {
  background: linear-gradient(#FFEB3B, #FFC107, #CDDC39);
}

.gradient-yellow-warning-amber {
  background: linear-gradient(#FFEB3B, #FFC107, #FFC107);
}

.gradient-yellow-warning-orange {
  background: linear-gradient(#FFEB3B, #FFC107, #FF9800);
}

.gradient-yellow-warning-lightblue {
  background: linear-gradient(#FFEB3B, #FFC107, #03A9F4);
}

.gradient-yellow-warning-lightgreen {
  background: linear-gradient(#FFEB3B, #FFC107, #76FF03);
}

.gradient-yellow-warning-deeppurple {
  background: linear-gradient(#FFEB3B, #FFC107, #673AB7);
}

.gradient-yellow-warning-deeporange {
  background: linear-gradient(#FFEB3B, #FFC107, #DD6E0F);
}

.gradient-yellow-warning-brown {
  background: linear-gradient(#FFEB3B, #FFC107, #964B00);
}

.gradient-yellow-warning-grey {
  background: linear-gradient(#FFEB3B, #FFC107, #808080);
}

.gradient-yellow-danger {
  background: linear-gradient(#FFEB3B, #DC3545);
}

.gradient-to-top-yellow-danger {
  background: linear-gradient(to top, #FFEB3B, #DC3545);
}

.gradient-to-bottom-yellow-danger {
  background: linear-gradient(to bottom, #FFEB3B, #DC3545);
}

.gradient-to-left-yellow-danger {
  background: linear-gradient(to left, #FFEB3B, #DC3545);
}

.gradient-to-right-yellow-danger {
  background: linear-gradient(to right, #FFEB3B, #DC3545);
}

.gradient-to-top-left-yellow-danger {
  background: linear-gradient(to top left, #FFEB3B, #DC3545);
}

.gradient-to-top-right-yellow-danger {
  background: linear-gradient(to top right, #FFEB3B, #DC3545);
}

.gradient-to-bottom-left-yellow-danger {
  background: linear-gradient(to bottom left, #FFEB3B, #DC3545);
}

.gradient-to-bottom-right-yellow-danger {
  background: linear-gradient(to bottom right, #FFEB3B, #DC3545);
}

.gradient-radial-yellow-danger {
  background: radial-gradient(circle, #FFEB3B, #DC3545);
}

.gradient-yellow-danger-primary {
  background: linear-gradient(#FFEB3B, #DC3545, #03A9F4);
}

.gradient-yellow-danger-secondary {
  background: linear-gradient(#FFEB3B, #DC3545, #333);
}

.gradient-yellow-danger-success {
  background: linear-gradient(#FFEB3B, #DC3545, #28a745);
}

.gradient-yellow-danger-info {
  background: linear-gradient(#FFEB3B, #DC3545, #0DCAF0);
}

.gradient-yellow-danger-warning {
  background: linear-gradient(#FFEB3B, #DC3545, #FFC107);
}

.gradient-yellow-danger-light {
  background: linear-gradient(#FFEB3B, #DC3545, #f5f5f5);
}

.gradient-yellow-danger-dark {
  background: linear-gradient(#FFEB3B, #DC3545, #212529);
}

.gradient-yellow-danger-red {
  background: linear-gradient(#FFEB3B, #DC3545, #F44336);
}

.gradient-yellow-danger-green {
  background: linear-gradient(#FFEB3B, #DC3545, #4CAF50);
}

.gradient-yellow-danger-blue {
  background: linear-gradient(#FFEB3B, #DC3545, #2196F3);
}

.gradient-yellow-danger-black {
  background: linear-gradient(#FFEB3B, #DC3545, #000);
}

.gradient-yellow-danger-white {
  background: linear-gradient(#FFEB3B, #DC3545, #fff);
}

.gradient-yellow-danger-pink {
  background: linear-gradient(#FFEB3B, #DC3545, #E91E63);
}

.gradient-yellow-danger-purple {
  background: linear-gradient(#FFEB3B, #DC3545, #9C27B0);
}

.gradient-yellow-danger-indigo {
  background: linear-gradient(#FFEB3B, #DC3545, #3E51B5);
}

.gradient-yellow-danger-cyan {
  background: linear-gradient(#FFEB3B, #DC3545, #00BCD4);
}

.gradient-yellow-danger-teal {
  background: linear-gradient(#FFEB3B, #DC3545, #009688);
}

.gradient-yellow-danger-lime {
  background: linear-gradient(#FFEB3B, #DC3545, #CDDC39);
}

.gradient-yellow-danger-amber {
  background: linear-gradient(#FFEB3B, #DC3545, #FFC107);
}

.gradient-yellow-danger-orange {
  background: linear-gradient(#FFEB3B, #DC3545, #FF9800);
}

.gradient-yellow-danger-lightblue {
  background: linear-gradient(#FFEB3B, #DC3545, #03A9F4);
}

.gradient-yellow-danger-lightgreen {
  background: linear-gradient(#FFEB3B, #DC3545, #76FF03);
}

.gradient-yellow-danger-deeppurple {
  background: linear-gradient(#FFEB3B, #DC3545, #673AB7);
}

.gradient-yellow-danger-deeporange {
  background: linear-gradient(#FFEB3B, #DC3545, #DD6E0F);
}

.gradient-yellow-danger-brown {
  background: linear-gradient(#FFEB3B, #DC3545, #964B00);
}

.gradient-yellow-danger-grey {
  background: linear-gradient(#FFEB3B, #DC3545, #808080);
}

.gradient-yellow-light {
  background: linear-gradient(#FFEB3B, #f5f5f5);
}

.gradient-to-top-yellow-light {
  background: linear-gradient(to top, #FFEB3B, #f5f5f5);
}

.gradient-to-bottom-yellow-light {
  background: linear-gradient(to bottom, #FFEB3B, #f5f5f5);
}

.gradient-to-left-yellow-light {
  background: linear-gradient(to left, #FFEB3B, #f5f5f5);
}

.gradient-to-right-yellow-light {
  background: linear-gradient(to right, #FFEB3B, #f5f5f5);
}

.gradient-to-top-left-yellow-light {
  background: linear-gradient(to top left, #FFEB3B, #f5f5f5);
}

.gradient-to-top-right-yellow-light {
  background: linear-gradient(to top right, #FFEB3B, #f5f5f5);
}

.gradient-to-bottom-left-yellow-light {
  background: linear-gradient(to bottom left, #FFEB3B, #f5f5f5);
}

.gradient-to-bottom-right-yellow-light {
  background: linear-gradient(to bottom right, #FFEB3B, #f5f5f5);
}

.gradient-radial-yellow-light {
  background: radial-gradient(circle, #FFEB3B, #f5f5f5);
}

.gradient-yellow-light-primary {
  background: linear-gradient(#FFEB3B, #f5f5f5, #03A9F4);
}

.gradient-yellow-light-secondary {
  background: linear-gradient(#FFEB3B, #f5f5f5, #333);
}

.gradient-yellow-light-success {
  background: linear-gradient(#FFEB3B, #f5f5f5, #28a745);
}

.gradient-yellow-light-info {
  background: linear-gradient(#FFEB3B, #f5f5f5, #0DCAF0);
}

.gradient-yellow-light-warning {
  background: linear-gradient(#FFEB3B, #f5f5f5, #FFC107);
}

.gradient-yellow-light-danger {
  background: linear-gradient(#FFEB3B, #f5f5f5, #DC3545);
}

.gradient-yellow-light-dark {
  background: linear-gradient(#FFEB3B, #f5f5f5, #212529);
}

.gradient-yellow-light-red {
  background: linear-gradient(#FFEB3B, #f5f5f5, #F44336);
}

.gradient-yellow-light-green {
  background: linear-gradient(#FFEB3B, #f5f5f5, #4CAF50);
}

.gradient-yellow-light-blue {
  background: linear-gradient(#FFEB3B, #f5f5f5, #2196F3);
}

.gradient-yellow-light-black {
  background: linear-gradient(#FFEB3B, #f5f5f5, #000);
}

.gradient-yellow-light-white {
  background: linear-gradient(#FFEB3B, #f5f5f5, #fff);
}

.gradient-yellow-light-pink {
  background: linear-gradient(#FFEB3B, #f5f5f5, #E91E63);
}

.gradient-yellow-light-purple {
  background: linear-gradient(#FFEB3B, #f5f5f5, #9C27B0);
}

.gradient-yellow-light-indigo {
  background: linear-gradient(#FFEB3B, #f5f5f5, #3E51B5);
}

.gradient-yellow-light-cyan {
  background: linear-gradient(#FFEB3B, #f5f5f5, #00BCD4);
}

.gradient-yellow-light-teal {
  background: linear-gradient(#FFEB3B, #f5f5f5, #009688);
}

.gradient-yellow-light-lime {
  background: linear-gradient(#FFEB3B, #f5f5f5, #CDDC39);
}

.gradient-yellow-light-amber {
  background: linear-gradient(#FFEB3B, #f5f5f5, #FFC107);
}

.gradient-yellow-light-orange {
  background: linear-gradient(#FFEB3B, #f5f5f5, #FF9800);
}

.gradient-yellow-light-lightblue {
  background: linear-gradient(#FFEB3B, #f5f5f5, #03A9F4);
}

.gradient-yellow-light-lightgreen {
  background: linear-gradient(#FFEB3B, #f5f5f5, #76FF03);
}

.gradient-yellow-light-deeppurple {
  background: linear-gradient(#FFEB3B, #f5f5f5, #673AB7);
}

.gradient-yellow-light-deeporange {
  background: linear-gradient(#FFEB3B, #f5f5f5, #DD6E0F);
}

.gradient-yellow-light-brown {
  background: linear-gradient(#FFEB3B, #f5f5f5, #964B00);
}

.gradient-yellow-light-grey {
  background: linear-gradient(#FFEB3B, #f5f5f5, #808080);
}

.gradient-yellow-dark {
  background: linear-gradient(#FFEB3B, #212529);
}

.gradient-to-top-yellow-dark {
  background: linear-gradient(to top, #FFEB3B, #212529);
}

.gradient-to-bottom-yellow-dark {
  background: linear-gradient(to bottom, #FFEB3B, #212529);
}

.gradient-to-left-yellow-dark {
  background: linear-gradient(to left, #FFEB3B, #212529);
}

.gradient-to-right-yellow-dark {
  background: linear-gradient(to right, #FFEB3B, #212529);
}

.gradient-to-top-left-yellow-dark {
  background: linear-gradient(to top left, #FFEB3B, #212529);
}

.gradient-to-top-right-yellow-dark {
  background: linear-gradient(to top right, #FFEB3B, #212529);
}

.gradient-to-bottom-left-yellow-dark {
  background: linear-gradient(to bottom left, #FFEB3B, #212529);
}

.gradient-to-bottom-right-yellow-dark {
  background: linear-gradient(to bottom right, #FFEB3B, #212529);
}

.gradient-radial-yellow-dark {
  background: radial-gradient(circle, #FFEB3B, #212529);
}

.gradient-yellow-dark-primary {
  background: linear-gradient(#FFEB3B, #212529, #03A9F4);
}

.gradient-yellow-dark-secondary {
  background: linear-gradient(#FFEB3B, #212529, #333);
}

.gradient-yellow-dark-success {
  background: linear-gradient(#FFEB3B, #212529, #28a745);
}

.gradient-yellow-dark-info {
  background: linear-gradient(#FFEB3B, #212529, #0DCAF0);
}

.gradient-yellow-dark-warning {
  background: linear-gradient(#FFEB3B, #212529, #FFC107);
}

.gradient-yellow-dark-danger {
  background: linear-gradient(#FFEB3B, #212529, #DC3545);
}

.gradient-yellow-dark-light {
  background: linear-gradient(#FFEB3B, #212529, #f5f5f5);
}

.gradient-yellow-dark-red {
  background: linear-gradient(#FFEB3B, #212529, #F44336);
}

.gradient-yellow-dark-green {
  background: linear-gradient(#FFEB3B, #212529, #4CAF50);
}

.gradient-yellow-dark-blue {
  background: linear-gradient(#FFEB3B, #212529, #2196F3);
}

.gradient-yellow-dark-black {
  background: linear-gradient(#FFEB3B, #212529, #000);
}

.gradient-yellow-dark-white {
  background: linear-gradient(#FFEB3B, #212529, #fff);
}

.gradient-yellow-dark-pink {
  background: linear-gradient(#FFEB3B, #212529, #E91E63);
}

.gradient-yellow-dark-purple {
  background: linear-gradient(#FFEB3B, #212529, #9C27B0);
}

.gradient-yellow-dark-indigo {
  background: linear-gradient(#FFEB3B, #212529, #3E51B5);
}

.gradient-yellow-dark-cyan {
  background: linear-gradient(#FFEB3B, #212529, #00BCD4);
}

.gradient-yellow-dark-teal {
  background: linear-gradient(#FFEB3B, #212529, #009688);
}

.gradient-yellow-dark-lime {
  background: linear-gradient(#FFEB3B, #212529, #CDDC39);
}

.gradient-yellow-dark-amber {
  background: linear-gradient(#FFEB3B, #212529, #FFC107);
}

.gradient-yellow-dark-orange {
  background: linear-gradient(#FFEB3B, #212529, #FF9800);
}

.gradient-yellow-dark-lightblue {
  background: linear-gradient(#FFEB3B, #212529, #03A9F4);
}

.gradient-yellow-dark-lightgreen {
  background: linear-gradient(#FFEB3B, #212529, #76FF03);
}

.gradient-yellow-dark-deeppurple {
  background: linear-gradient(#FFEB3B, #212529, #673AB7);
}

.gradient-yellow-dark-deeporange {
  background: linear-gradient(#FFEB3B, #212529, #DD6E0F);
}

.gradient-yellow-dark-brown {
  background: linear-gradient(#FFEB3B, #212529, #964B00);
}

.gradient-yellow-dark-grey {
  background: linear-gradient(#FFEB3B, #212529, #808080);
}

.gradient-yellow-red {
  background: linear-gradient(#FFEB3B, #F44336);
}

.gradient-to-top-yellow-red {
  background: linear-gradient(to top, #FFEB3B, #F44336);
}

.gradient-to-bottom-yellow-red {
  background: linear-gradient(to bottom, #FFEB3B, #F44336);
}

.gradient-to-left-yellow-red {
  background: linear-gradient(to left, #FFEB3B, #F44336);
}

.gradient-to-right-yellow-red {
  background: linear-gradient(to right, #FFEB3B, #F44336);
}

.gradient-to-top-left-yellow-red {
  background: linear-gradient(to top left, #FFEB3B, #F44336);
}

.gradient-to-top-right-yellow-red {
  background: linear-gradient(to top right, #FFEB3B, #F44336);
}

.gradient-to-bottom-left-yellow-red {
  background: linear-gradient(to bottom left, #FFEB3B, #F44336);
}

.gradient-to-bottom-right-yellow-red {
  background: linear-gradient(to bottom right, #FFEB3B, #F44336);
}

.gradient-radial-yellow-red {
  background: radial-gradient(circle, #FFEB3B, #F44336);
}

.gradient-yellow-red-primary {
  background: linear-gradient(#FFEB3B, #F44336, #03A9F4);
}

.gradient-yellow-red-secondary {
  background: linear-gradient(#FFEB3B, #F44336, #333);
}

.gradient-yellow-red-success {
  background: linear-gradient(#FFEB3B, #F44336, #28a745);
}

.gradient-yellow-red-info {
  background: linear-gradient(#FFEB3B, #F44336, #0DCAF0);
}

.gradient-yellow-red-warning {
  background: linear-gradient(#FFEB3B, #F44336, #FFC107);
}

.gradient-yellow-red-danger {
  background: linear-gradient(#FFEB3B, #F44336, #DC3545);
}

.gradient-yellow-red-light {
  background: linear-gradient(#FFEB3B, #F44336, #f5f5f5);
}

.gradient-yellow-red-dark {
  background: linear-gradient(#FFEB3B, #F44336, #212529);
}

.gradient-yellow-red-green {
  background: linear-gradient(#FFEB3B, #F44336, #4CAF50);
}

.gradient-yellow-red-blue {
  background: linear-gradient(#FFEB3B, #F44336, #2196F3);
}

.gradient-yellow-red-black {
  background: linear-gradient(#FFEB3B, #F44336, #000);
}

.gradient-yellow-red-white {
  background: linear-gradient(#FFEB3B, #F44336, #fff);
}

.gradient-yellow-red-pink {
  background: linear-gradient(#FFEB3B, #F44336, #E91E63);
}

.gradient-yellow-red-purple {
  background: linear-gradient(#FFEB3B, #F44336, #9C27B0);
}

.gradient-yellow-red-indigo {
  background: linear-gradient(#FFEB3B, #F44336, #3E51B5);
}

.gradient-yellow-red-cyan {
  background: linear-gradient(#FFEB3B, #F44336, #00BCD4);
}

.gradient-yellow-red-teal {
  background: linear-gradient(#FFEB3B, #F44336, #009688);
}

.gradient-yellow-red-lime {
  background: linear-gradient(#FFEB3B, #F44336, #CDDC39);
}

.gradient-yellow-red-amber {
  background: linear-gradient(#FFEB3B, #F44336, #FFC107);
}

.gradient-yellow-red-orange {
  background: linear-gradient(#FFEB3B, #F44336, #FF9800);
}

.gradient-yellow-red-lightblue {
  background: linear-gradient(#FFEB3B, #F44336, #03A9F4);
}

.gradient-yellow-red-lightgreen {
  background: linear-gradient(#FFEB3B, #F44336, #76FF03);
}

.gradient-yellow-red-deeppurple {
  background: linear-gradient(#FFEB3B, #F44336, #673AB7);
}

.gradient-yellow-red-deeporange {
  background: linear-gradient(#FFEB3B, #F44336, #DD6E0F);
}

.gradient-yellow-red-brown {
  background: linear-gradient(#FFEB3B, #F44336, #964B00);
}

.gradient-yellow-red-grey {
  background: linear-gradient(#FFEB3B, #F44336, #808080);
}

.gradient-yellow-green {
  background: linear-gradient(#FFEB3B, #4CAF50);
}

.gradient-to-top-yellow-green {
  background: linear-gradient(to top, #FFEB3B, #4CAF50);
}

.gradient-to-bottom-yellow-green {
  background: linear-gradient(to bottom, #FFEB3B, #4CAF50);
}

.gradient-to-left-yellow-green {
  background: linear-gradient(to left, #FFEB3B, #4CAF50);
}

.gradient-to-right-yellow-green {
  background: linear-gradient(to right, #FFEB3B, #4CAF50);
}

.gradient-to-top-left-yellow-green {
  background: linear-gradient(to top left, #FFEB3B, #4CAF50);
}

.gradient-to-top-right-yellow-green {
  background: linear-gradient(to top right, #FFEB3B, #4CAF50);
}

.gradient-to-bottom-left-yellow-green {
  background: linear-gradient(to bottom left, #FFEB3B, #4CAF50);
}

.gradient-to-bottom-right-yellow-green {
  background: linear-gradient(to bottom right, #FFEB3B, #4CAF50);
}

.gradient-radial-yellow-green {
  background: radial-gradient(circle, #FFEB3B, #4CAF50);
}

.gradient-yellow-green-primary {
  background: linear-gradient(#FFEB3B, #4CAF50, #03A9F4);
}

.gradient-yellow-green-secondary {
  background: linear-gradient(#FFEB3B, #4CAF50, #333);
}

.gradient-yellow-green-success {
  background: linear-gradient(#FFEB3B, #4CAF50, #28a745);
}

.gradient-yellow-green-info {
  background: linear-gradient(#FFEB3B, #4CAF50, #0DCAF0);
}

.gradient-yellow-green-warning {
  background: linear-gradient(#FFEB3B, #4CAF50, #FFC107);
}

.gradient-yellow-green-danger {
  background: linear-gradient(#FFEB3B, #4CAF50, #DC3545);
}

.gradient-yellow-green-light {
  background: linear-gradient(#FFEB3B, #4CAF50, #f5f5f5);
}

.gradient-yellow-green-dark {
  background: linear-gradient(#FFEB3B, #4CAF50, #212529);
}

.gradient-yellow-green-red {
  background: linear-gradient(#FFEB3B, #4CAF50, #F44336);
}

.gradient-yellow-green-blue {
  background: linear-gradient(#FFEB3B, #4CAF50, #2196F3);
}

.gradient-yellow-green-black {
  background: linear-gradient(#FFEB3B, #4CAF50, #000);
}

.gradient-yellow-green-white {
  background: linear-gradient(#FFEB3B, #4CAF50, #fff);
}

.gradient-yellow-green-pink {
  background: linear-gradient(#FFEB3B, #4CAF50, #E91E63);
}

.gradient-yellow-green-purple {
  background: linear-gradient(#FFEB3B, #4CAF50, #9C27B0);
}

.gradient-yellow-green-indigo {
  background: linear-gradient(#FFEB3B, #4CAF50, #3E51B5);
}

.gradient-yellow-green-cyan {
  background: linear-gradient(#FFEB3B, #4CAF50, #00BCD4);
}

.gradient-yellow-green-teal {
  background: linear-gradient(#FFEB3B, #4CAF50, #009688);
}

.gradient-yellow-green-lime {
  background: linear-gradient(#FFEB3B, #4CAF50, #CDDC39);
}

.gradient-yellow-green-amber {
  background: linear-gradient(#FFEB3B, #4CAF50, #FFC107);
}

.gradient-yellow-green-orange {
  background: linear-gradient(#FFEB3B, #4CAF50, #FF9800);
}

.gradient-yellow-green-lightblue {
  background: linear-gradient(#FFEB3B, #4CAF50, #03A9F4);
}

.gradient-yellow-green-lightgreen {
  background: linear-gradient(#FFEB3B, #4CAF50, #76FF03);
}

.gradient-yellow-green-deeppurple {
  background: linear-gradient(#FFEB3B, #4CAF50, #673AB7);
}

.gradient-yellow-green-deeporange {
  background: linear-gradient(#FFEB3B, #4CAF50, #DD6E0F);
}

.gradient-yellow-green-brown {
  background: linear-gradient(#FFEB3B, #4CAF50, #964B00);
}

.gradient-yellow-green-grey {
  background: linear-gradient(#FFEB3B, #4CAF50, #808080);
}

.gradient-yellow-blue {
  background: linear-gradient(#FFEB3B, #2196F3);
}

.gradient-to-top-yellow-blue {
  background: linear-gradient(to top, #FFEB3B, #2196F3);
}

.gradient-to-bottom-yellow-blue {
  background: linear-gradient(to bottom, #FFEB3B, #2196F3);
}

.gradient-to-left-yellow-blue {
  background: linear-gradient(to left, #FFEB3B, #2196F3);
}

.gradient-to-right-yellow-blue {
  background: linear-gradient(to right, #FFEB3B, #2196F3);
}

.gradient-to-top-left-yellow-blue {
  background: linear-gradient(to top left, #FFEB3B, #2196F3);
}

.gradient-to-top-right-yellow-blue {
  background: linear-gradient(to top right, #FFEB3B, #2196F3);
}

.gradient-to-bottom-left-yellow-blue {
  background: linear-gradient(to bottom left, #FFEB3B, #2196F3);
}

.gradient-to-bottom-right-yellow-blue {
  background: linear-gradient(to bottom right, #FFEB3B, #2196F3);
}

.gradient-radial-yellow-blue {
  background: radial-gradient(circle, #FFEB3B, #2196F3);
}

.gradient-yellow-blue-primary {
  background: linear-gradient(#FFEB3B, #2196F3, #03A9F4);
}

.gradient-yellow-blue-secondary {
  background: linear-gradient(#FFEB3B, #2196F3, #333);
}

.gradient-yellow-blue-success {
  background: linear-gradient(#FFEB3B, #2196F3, #28a745);
}

.gradient-yellow-blue-info {
  background: linear-gradient(#FFEB3B, #2196F3, #0DCAF0);
}

.gradient-yellow-blue-warning {
  background: linear-gradient(#FFEB3B, #2196F3, #FFC107);
}

.gradient-yellow-blue-danger {
  background: linear-gradient(#FFEB3B, #2196F3, #DC3545);
}

.gradient-yellow-blue-light {
  background: linear-gradient(#FFEB3B, #2196F3, #f5f5f5);
}

.gradient-yellow-blue-dark {
  background: linear-gradient(#FFEB3B, #2196F3, #212529);
}

.gradient-yellow-blue-red {
  background: linear-gradient(#FFEB3B, #2196F3, #F44336);
}

.gradient-yellow-blue-green {
  background: linear-gradient(#FFEB3B, #2196F3, #4CAF50);
}

.gradient-yellow-blue-black {
  background: linear-gradient(#FFEB3B, #2196F3, #000);
}

.gradient-yellow-blue-white {
  background: linear-gradient(#FFEB3B, #2196F3, #fff);
}

.gradient-yellow-blue-pink {
  background: linear-gradient(#FFEB3B, #2196F3, #E91E63);
}

.gradient-yellow-blue-purple {
  background: linear-gradient(#FFEB3B, #2196F3, #9C27B0);
}

.gradient-yellow-blue-indigo {
  background: linear-gradient(#FFEB3B, #2196F3, #3E51B5);
}

.gradient-yellow-blue-cyan {
  background: linear-gradient(#FFEB3B, #2196F3, #00BCD4);
}

.gradient-yellow-blue-teal {
  background: linear-gradient(#FFEB3B, #2196F3, #009688);
}

.gradient-yellow-blue-lime {
  background: linear-gradient(#FFEB3B, #2196F3, #CDDC39);
}

.gradient-yellow-blue-amber {
  background: linear-gradient(#FFEB3B, #2196F3, #FFC107);
}

.gradient-yellow-blue-orange {
  background: linear-gradient(#FFEB3B, #2196F3, #FF9800);
}

.gradient-yellow-blue-lightblue {
  background: linear-gradient(#FFEB3B, #2196F3, #03A9F4);
}

.gradient-yellow-blue-lightgreen {
  background: linear-gradient(#FFEB3B, #2196F3, #76FF03);
}

.gradient-yellow-blue-deeppurple {
  background: linear-gradient(#FFEB3B, #2196F3, #673AB7);
}

.gradient-yellow-blue-deeporange {
  background: linear-gradient(#FFEB3B, #2196F3, #DD6E0F);
}

.gradient-yellow-blue-brown {
  background: linear-gradient(#FFEB3B, #2196F3, #964B00);
}

.gradient-yellow-blue-grey {
  background: linear-gradient(#FFEB3B, #2196F3, #808080);
}

.gradient-yellow-black {
  background: linear-gradient(#FFEB3B, #000);
}

.gradient-to-top-yellow-black {
  background: linear-gradient(to top, #FFEB3B, #000);
}

.gradient-to-bottom-yellow-black {
  background: linear-gradient(to bottom, #FFEB3B, #000);
}

.gradient-to-left-yellow-black {
  background: linear-gradient(to left, #FFEB3B, #000);
}

.gradient-to-right-yellow-black {
  background: linear-gradient(to right, #FFEB3B, #000);
}

.gradient-to-top-left-yellow-black {
  background: linear-gradient(to top left, #FFEB3B, #000);
}

.gradient-to-top-right-yellow-black {
  background: linear-gradient(to top right, #FFEB3B, #000);
}

.gradient-to-bottom-left-yellow-black {
  background: linear-gradient(to bottom left, #FFEB3B, #000);
}

.gradient-to-bottom-right-yellow-black {
  background: linear-gradient(to bottom right, #FFEB3B, #000);
}

.gradient-radial-yellow-black {
  background: radial-gradient(circle, #FFEB3B, #000);
}

.gradient-yellow-black-primary {
  background: linear-gradient(#FFEB3B, #000, #03A9F4);
}

.gradient-yellow-black-secondary {
  background: linear-gradient(#FFEB3B, #000, #333);
}

.gradient-yellow-black-success {
  background: linear-gradient(#FFEB3B, #000, #28a745);
}

.gradient-yellow-black-info {
  background: linear-gradient(#FFEB3B, #000, #0DCAF0);
}

.gradient-yellow-black-warning {
  background: linear-gradient(#FFEB3B, #000, #FFC107);
}

.gradient-yellow-black-danger {
  background: linear-gradient(#FFEB3B, #000, #DC3545);
}

.gradient-yellow-black-light {
  background: linear-gradient(#FFEB3B, #000, #f5f5f5);
}

.gradient-yellow-black-dark {
  background: linear-gradient(#FFEB3B, #000, #212529);
}

.gradient-yellow-black-red {
  background: linear-gradient(#FFEB3B, #000, #F44336);
}

.gradient-yellow-black-green {
  background: linear-gradient(#FFEB3B, #000, #4CAF50);
}

.gradient-yellow-black-blue {
  background: linear-gradient(#FFEB3B, #000, #2196F3);
}

.gradient-yellow-black-white {
  background: linear-gradient(#FFEB3B, #000, #fff);
}

.gradient-yellow-black-pink {
  background: linear-gradient(#FFEB3B, #000, #E91E63);
}

.gradient-yellow-black-purple {
  background: linear-gradient(#FFEB3B, #000, #9C27B0);
}

.gradient-yellow-black-indigo {
  background: linear-gradient(#FFEB3B, #000, #3E51B5);
}

.gradient-yellow-black-cyan {
  background: linear-gradient(#FFEB3B, #000, #00BCD4);
}

.gradient-yellow-black-teal {
  background: linear-gradient(#FFEB3B, #000, #009688);
}

.gradient-yellow-black-lime {
  background: linear-gradient(#FFEB3B, #000, #CDDC39);
}

.gradient-yellow-black-amber {
  background: linear-gradient(#FFEB3B, #000, #FFC107);
}

.gradient-yellow-black-orange {
  background: linear-gradient(#FFEB3B, #000, #FF9800);
}

.gradient-yellow-black-lightblue {
  background: linear-gradient(#FFEB3B, #000, #03A9F4);
}

.gradient-yellow-black-lightgreen {
  background: linear-gradient(#FFEB3B, #000, #76FF03);
}

.gradient-yellow-black-deeppurple {
  background: linear-gradient(#FFEB3B, #000, #673AB7);
}

.gradient-yellow-black-deeporange {
  background: linear-gradient(#FFEB3B, #000, #DD6E0F);
}

.gradient-yellow-black-brown {
  background: linear-gradient(#FFEB3B, #000, #964B00);
}

.gradient-yellow-black-grey {
  background: linear-gradient(#FFEB3B, #000, #808080);
}

.gradient-yellow-white {
  background: linear-gradient(#FFEB3B, #fff);
}

.gradient-to-top-yellow-white {
  background: linear-gradient(to top, #FFEB3B, #fff);
}

.gradient-to-bottom-yellow-white {
  background: linear-gradient(to bottom, #FFEB3B, #fff);
}

.gradient-to-left-yellow-white {
  background: linear-gradient(to left, #FFEB3B, #fff);
}

.gradient-to-right-yellow-white {
  background: linear-gradient(to right, #FFEB3B, #fff);
}

.gradient-to-top-left-yellow-white {
  background: linear-gradient(to top left, #FFEB3B, #fff);
}

.gradient-to-top-right-yellow-white {
  background: linear-gradient(to top right, #FFEB3B, #fff);
}

.gradient-to-bottom-left-yellow-white {
  background: linear-gradient(to bottom left, #FFEB3B, #fff);
}

.gradient-to-bottom-right-yellow-white {
  background: linear-gradient(to bottom right, #FFEB3B, #fff);
}

.gradient-radial-yellow-white {
  background: radial-gradient(circle, #FFEB3B, #fff);
}

.gradient-yellow-white-primary {
  background: linear-gradient(#FFEB3B, #fff, #03A9F4);
}

.gradient-yellow-white-secondary {
  background: linear-gradient(#FFEB3B, #fff, #333);
}

.gradient-yellow-white-success {
  background: linear-gradient(#FFEB3B, #fff, #28a745);
}

.gradient-yellow-white-info {
  background: linear-gradient(#FFEB3B, #fff, #0DCAF0);
}

.gradient-yellow-white-warning {
  background: linear-gradient(#FFEB3B, #fff, #FFC107);
}

.gradient-yellow-white-danger {
  background: linear-gradient(#FFEB3B, #fff, #DC3545);
}

.gradient-yellow-white-light {
  background: linear-gradient(#FFEB3B, #fff, #f5f5f5);
}

.gradient-yellow-white-dark {
  background: linear-gradient(#FFEB3B, #fff, #212529);
}

.gradient-yellow-white-red {
  background: linear-gradient(#FFEB3B, #fff, #F44336);
}

.gradient-yellow-white-green {
  background: linear-gradient(#FFEB3B, #fff, #4CAF50);
}

.gradient-yellow-white-blue {
  background: linear-gradient(#FFEB3B, #fff, #2196F3);
}

.gradient-yellow-white-black {
  background: linear-gradient(#FFEB3B, #fff, #000);
}

.gradient-yellow-white-pink {
  background: linear-gradient(#FFEB3B, #fff, #E91E63);
}

.gradient-yellow-white-purple {
  background: linear-gradient(#FFEB3B, #fff, #9C27B0);
}

.gradient-yellow-white-indigo {
  background: linear-gradient(#FFEB3B, #fff, #3E51B5);
}

.gradient-yellow-white-cyan {
  background: linear-gradient(#FFEB3B, #fff, #00BCD4);
}

.gradient-yellow-white-teal {
  background: linear-gradient(#FFEB3B, #fff, #009688);
}

.gradient-yellow-white-lime {
  background: linear-gradient(#FFEB3B, #fff, #CDDC39);
}

.gradient-yellow-white-amber {
  background: linear-gradient(#FFEB3B, #fff, #FFC107);
}

.gradient-yellow-white-orange {
  background: linear-gradient(#FFEB3B, #fff, #FF9800);
}

.gradient-yellow-white-lightblue {
  background: linear-gradient(#FFEB3B, #fff, #03A9F4);
}

.gradient-yellow-white-lightgreen {
  background: linear-gradient(#FFEB3B, #fff, #76FF03);
}

.gradient-yellow-white-deeppurple {
  background: linear-gradient(#FFEB3B, #fff, #673AB7);
}

.gradient-yellow-white-deeporange {
  background: linear-gradient(#FFEB3B, #fff, #DD6E0F);
}

.gradient-yellow-white-brown {
  background: linear-gradient(#FFEB3B, #fff, #964B00);
}

.gradient-yellow-white-grey {
  background: linear-gradient(#FFEB3B, #fff, #808080);
}

.gradient-yellow-pink {
  background: linear-gradient(#FFEB3B, #E91E63);
}

.gradient-to-top-yellow-pink {
  background: linear-gradient(to top, #FFEB3B, #E91E63);
}

.gradient-to-bottom-yellow-pink {
  background: linear-gradient(to bottom, #FFEB3B, #E91E63);
}

.gradient-to-left-yellow-pink {
  background: linear-gradient(to left, #FFEB3B, #E91E63);
}

.gradient-to-right-yellow-pink {
  background: linear-gradient(to right, #FFEB3B, #E91E63);
}

.gradient-to-top-left-yellow-pink {
  background: linear-gradient(to top left, #FFEB3B, #E91E63);
}

.gradient-to-top-right-yellow-pink {
  background: linear-gradient(to top right, #FFEB3B, #E91E63);
}

.gradient-to-bottom-left-yellow-pink {
  background: linear-gradient(to bottom left, #FFEB3B, #E91E63);
}

.gradient-to-bottom-right-yellow-pink {
  background: linear-gradient(to bottom right, #FFEB3B, #E91E63);
}

.gradient-radial-yellow-pink {
  background: radial-gradient(circle, #FFEB3B, #E91E63);
}

.gradient-yellow-pink-primary {
  background: linear-gradient(#FFEB3B, #E91E63, #03A9F4);
}

.gradient-yellow-pink-secondary {
  background: linear-gradient(#FFEB3B, #E91E63, #333);
}

.gradient-yellow-pink-success {
  background: linear-gradient(#FFEB3B, #E91E63, #28a745);
}

.gradient-yellow-pink-info {
  background: linear-gradient(#FFEB3B, #E91E63, #0DCAF0);
}

.gradient-yellow-pink-warning {
  background: linear-gradient(#FFEB3B, #E91E63, #FFC107);
}

.gradient-yellow-pink-danger {
  background: linear-gradient(#FFEB3B, #E91E63, #DC3545);
}

.gradient-yellow-pink-light {
  background: linear-gradient(#FFEB3B, #E91E63, #f5f5f5);
}

.gradient-yellow-pink-dark {
  background: linear-gradient(#FFEB3B, #E91E63, #212529);
}

.gradient-yellow-pink-red {
  background: linear-gradient(#FFEB3B, #E91E63, #F44336);
}

.gradient-yellow-pink-green {
  background: linear-gradient(#FFEB3B, #E91E63, #4CAF50);
}

.gradient-yellow-pink-blue {
  background: linear-gradient(#FFEB3B, #E91E63, #2196F3);
}

.gradient-yellow-pink-black {
  background: linear-gradient(#FFEB3B, #E91E63, #000);
}

.gradient-yellow-pink-white {
  background: linear-gradient(#FFEB3B, #E91E63, #fff);
}

.gradient-yellow-pink-purple {
  background: linear-gradient(#FFEB3B, #E91E63, #9C27B0);
}

.gradient-yellow-pink-indigo {
  background: linear-gradient(#FFEB3B, #E91E63, #3E51B5);
}

.gradient-yellow-pink-cyan {
  background: linear-gradient(#FFEB3B, #E91E63, #00BCD4);
}

.gradient-yellow-pink-teal {
  background: linear-gradient(#FFEB3B, #E91E63, #009688);
}

.gradient-yellow-pink-lime {
  background: linear-gradient(#FFEB3B, #E91E63, #CDDC39);
}

.gradient-yellow-pink-amber {
  background: linear-gradient(#FFEB3B, #E91E63, #FFC107);
}

.gradient-yellow-pink-orange {
  background: linear-gradient(#FFEB3B, #E91E63, #FF9800);
}

.gradient-yellow-pink-lightblue {
  background: linear-gradient(#FFEB3B, #E91E63, #03A9F4);
}

.gradient-yellow-pink-lightgreen {
  background: linear-gradient(#FFEB3B, #E91E63, #76FF03);
}

.gradient-yellow-pink-deeppurple {
  background: linear-gradient(#FFEB3B, #E91E63, #673AB7);
}

.gradient-yellow-pink-deeporange {
  background: linear-gradient(#FFEB3B, #E91E63, #DD6E0F);
}

.gradient-yellow-pink-brown {
  background: linear-gradient(#FFEB3B, #E91E63, #964B00);
}

.gradient-yellow-pink-grey {
  background: linear-gradient(#FFEB3B, #E91E63, #808080);
}

.gradient-yellow-purple {
  background: linear-gradient(#FFEB3B, #9C27B0);
}

.gradient-to-top-yellow-purple {
  background: linear-gradient(to top, #FFEB3B, #9C27B0);
}

.gradient-to-bottom-yellow-purple {
  background: linear-gradient(to bottom, #FFEB3B, #9C27B0);
}

.gradient-to-left-yellow-purple {
  background: linear-gradient(to left, #FFEB3B, #9C27B0);
}

.gradient-to-right-yellow-purple {
  background: linear-gradient(to right, #FFEB3B, #9C27B0);
}

.gradient-to-top-left-yellow-purple {
  background: linear-gradient(to top left, #FFEB3B, #9C27B0);
}

.gradient-to-top-right-yellow-purple {
  background: linear-gradient(to top right, #FFEB3B, #9C27B0);
}

.gradient-to-bottom-left-yellow-purple {
  background: linear-gradient(to bottom left, #FFEB3B, #9C27B0);
}

.gradient-to-bottom-right-yellow-purple {
  background: linear-gradient(to bottom right, #FFEB3B, #9C27B0);
}

.gradient-radial-yellow-purple {
  background: radial-gradient(circle, #FFEB3B, #9C27B0);
}

.gradient-yellow-purple-primary {
  background: linear-gradient(#FFEB3B, #9C27B0, #03A9F4);
}

.gradient-yellow-purple-secondary {
  background: linear-gradient(#FFEB3B, #9C27B0, #333);
}

.gradient-yellow-purple-success {
  background: linear-gradient(#FFEB3B, #9C27B0, #28a745);
}

.gradient-yellow-purple-info {
  background: linear-gradient(#FFEB3B, #9C27B0, #0DCAF0);
}

.gradient-yellow-purple-warning {
  background: linear-gradient(#FFEB3B, #9C27B0, #FFC107);
}

.gradient-yellow-purple-danger {
  background: linear-gradient(#FFEB3B, #9C27B0, #DC3545);
}

.gradient-yellow-purple-light {
  background: linear-gradient(#FFEB3B, #9C27B0, #f5f5f5);
}

.gradient-yellow-purple-dark {
  background: linear-gradient(#FFEB3B, #9C27B0, #212529);
}

.gradient-yellow-purple-red {
  background: linear-gradient(#FFEB3B, #9C27B0, #F44336);
}

.gradient-yellow-purple-green {
  background: linear-gradient(#FFEB3B, #9C27B0, #4CAF50);
}

.gradient-yellow-purple-blue {
  background: linear-gradient(#FFEB3B, #9C27B0, #2196F3);
}

.gradient-yellow-purple-black {
  background: linear-gradient(#FFEB3B, #9C27B0, #000);
}

.gradient-yellow-purple-white {
  background: linear-gradient(#FFEB3B, #9C27B0, #fff);
}

.gradient-yellow-purple-pink {
  background: linear-gradient(#FFEB3B, #9C27B0, #E91E63);
}

.gradient-yellow-purple-indigo {
  background: linear-gradient(#FFEB3B, #9C27B0, #3E51B5);
}

.gradient-yellow-purple-cyan {
  background: linear-gradient(#FFEB3B, #9C27B0, #00BCD4);
}

.gradient-yellow-purple-teal {
  background: linear-gradient(#FFEB3B, #9C27B0, #009688);
}

.gradient-yellow-purple-lime {
  background: linear-gradient(#FFEB3B, #9C27B0, #CDDC39);
}

.gradient-yellow-purple-amber {
  background: linear-gradient(#FFEB3B, #9C27B0, #FFC107);
}

.gradient-yellow-purple-orange {
  background: linear-gradient(#FFEB3B, #9C27B0, #FF9800);
}

.gradient-yellow-purple-lightblue {
  background: linear-gradient(#FFEB3B, #9C27B0, #03A9F4);
}

.gradient-yellow-purple-lightgreen {
  background: linear-gradient(#FFEB3B, #9C27B0, #76FF03);
}

.gradient-yellow-purple-deeppurple {
  background: linear-gradient(#FFEB3B, #9C27B0, #673AB7);
}

.gradient-yellow-purple-deeporange {
  background: linear-gradient(#FFEB3B, #9C27B0, #DD6E0F);
}

.gradient-yellow-purple-brown {
  background: linear-gradient(#FFEB3B, #9C27B0, #964B00);
}

.gradient-yellow-purple-grey {
  background: linear-gradient(#FFEB3B, #9C27B0, #808080);
}

.gradient-yellow-indigo {
  background: linear-gradient(#FFEB3B, #3E51B5);
}

.gradient-to-top-yellow-indigo {
  background: linear-gradient(to top, #FFEB3B, #3E51B5);
}

.gradient-to-bottom-yellow-indigo {
  background: linear-gradient(to bottom, #FFEB3B, #3E51B5);
}

.gradient-to-left-yellow-indigo {
  background: linear-gradient(to left, #FFEB3B, #3E51B5);
}

.gradient-to-right-yellow-indigo {
  background: linear-gradient(to right, #FFEB3B, #3E51B5);
}

.gradient-to-top-left-yellow-indigo {
  background: linear-gradient(to top left, #FFEB3B, #3E51B5);
}

.gradient-to-top-right-yellow-indigo {
  background: linear-gradient(to top right, #FFEB3B, #3E51B5);
}

.gradient-to-bottom-left-yellow-indigo {
  background: linear-gradient(to bottom left, #FFEB3B, #3E51B5);
}

.gradient-to-bottom-right-yellow-indigo {
  background: linear-gradient(to bottom right, #FFEB3B, #3E51B5);
}

.gradient-radial-yellow-indigo {
  background: radial-gradient(circle, #FFEB3B, #3E51B5);
}

.gradient-yellow-indigo-primary {
  background: linear-gradient(#FFEB3B, #3E51B5, #03A9F4);
}

.gradient-yellow-indigo-secondary {
  background: linear-gradient(#FFEB3B, #3E51B5, #333);
}

.gradient-yellow-indigo-success {
  background: linear-gradient(#FFEB3B, #3E51B5, #28a745);
}

.gradient-yellow-indigo-info {
  background: linear-gradient(#FFEB3B, #3E51B5, #0DCAF0);
}

.gradient-yellow-indigo-warning {
  background: linear-gradient(#FFEB3B, #3E51B5, #FFC107);
}

.gradient-yellow-indigo-danger {
  background: linear-gradient(#FFEB3B, #3E51B5, #DC3545);
}

.gradient-yellow-indigo-light {
  background: linear-gradient(#FFEB3B, #3E51B5, #f5f5f5);
}

.gradient-yellow-indigo-dark {
  background: linear-gradient(#FFEB3B, #3E51B5, #212529);
}

.gradient-yellow-indigo-red {
  background: linear-gradient(#FFEB3B, #3E51B5, #F44336);
}

.gradient-yellow-indigo-green {
  background: linear-gradient(#FFEB3B, #3E51B5, #4CAF50);
}

.gradient-yellow-indigo-blue {
  background: linear-gradient(#FFEB3B, #3E51B5, #2196F3);
}

.gradient-yellow-indigo-black {
  background: linear-gradient(#FFEB3B, #3E51B5, #000);
}

.gradient-yellow-indigo-white {
  background: linear-gradient(#FFEB3B, #3E51B5, #fff);
}

.gradient-yellow-indigo-pink {
  background: linear-gradient(#FFEB3B, #3E51B5, #E91E63);
}

.gradient-yellow-indigo-purple {
  background: linear-gradient(#FFEB3B, #3E51B5, #9C27B0);
}

.gradient-yellow-indigo-cyan {
  background: linear-gradient(#FFEB3B, #3E51B5, #00BCD4);
}

.gradient-yellow-indigo-teal {
  background: linear-gradient(#FFEB3B, #3E51B5, #009688);
}

.gradient-yellow-indigo-lime {
  background: linear-gradient(#FFEB3B, #3E51B5, #CDDC39);
}

.gradient-yellow-indigo-amber {
  background: linear-gradient(#FFEB3B, #3E51B5, #FFC107);
}

.gradient-yellow-indigo-orange {
  background: linear-gradient(#FFEB3B, #3E51B5, #FF9800);
}

.gradient-yellow-indigo-lightblue {
  background: linear-gradient(#FFEB3B, #3E51B5, #03A9F4);
}

.gradient-yellow-indigo-lightgreen {
  background: linear-gradient(#FFEB3B, #3E51B5, #76FF03);
}

.gradient-yellow-indigo-deeppurple {
  background: linear-gradient(#FFEB3B, #3E51B5, #673AB7);
}

.gradient-yellow-indigo-deeporange {
  background: linear-gradient(#FFEB3B, #3E51B5, #DD6E0F);
}

.gradient-yellow-indigo-brown {
  background: linear-gradient(#FFEB3B, #3E51B5, #964B00);
}

.gradient-yellow-indigo-grey {
  background: linear-gradient(#FFEB3B, #3E51B5, #808080);
}

.gradient-yellow-cyan {
  background: linear-gradient(#FFEB3B, #00BCD4);
}

.gradient-to-top-yellow-cyan {
  background: linear-gradient(to top, #FFEB3B, #00BCD4);
}

.gradient-to-bottom-yellow-cyan {
  background: linear-gradient(to bottom, #FFEB3B, #00BCD4);
}

.gradient-to-left-yellow-cyan {
  background: linear-gradient(to left, #FFEB3B, #00BCD4);
}

.gradient-to-right-yellow-cyan {
  background: linear-gradient(to right, #FFEB3B, #00BCD4);
}

.gradient-to-top-left-yellow-cyan {
  background: linear-gradient(to top left, #FFEB3B, #00BCD4);
}

.gradient-to-top-right-yellow-cyan {
  background: linear-gradient(to top right, #FFEB3B, #00BCD4);
}

.gradient-to-bottom-left-yellow-cyan {
  background: linear-gradient(to bottom left, #FFEB3B, #00BCD4);
}

.gradient-to-bottom-right-yellow-cyan {
  background: linear-gradient(to bottom right, #FFEB3B, #00BCD4);
}

.gradient-radial-yellow-cyan {
  background: radial-gradient(circle, #FFEB3B, #00BCD4);
}

.gradient-yellow-cyan-primary {
  background: linear-gradient(#FFEB3B, #00BCD4, #03A9F4);
}

.gradient-yellow-cyan-secondary {
  background: linear-gradient(#FFEB3B, #00BCD4, #333);
}

.gradient-yellow-cyan-success {
  background: linear-gradient(#FFEB3B, #00BCD4, #28a745);
}

.gradient-yellow-cyan-info {
  background: linear-gradient(#FFEB3B, #00BCD4, #0DCAF0);
}

.gradient-yellow-cyan-warning {
  background: linear-gradient(#FFEB3B, #00BCD4, #FFC107);
}

.gradient-yellow-cyan-danger {
  background: linear-gradient(#FFEB3B, #00BCD4, #DC3545);
}

.gradient-yellow-cyan-light {
  background: linear-gradient(#FFEB3B, #00BCD4, #f5f5f5);
}

.gradient-yellow-cyan-dark {
  background: linear-gradient(#FFEB3B, #00BCD4, #212529);
}

.gradient-yellow-cyan-red {
  background: linear-gradient(#FFEB3B, #00BCD4, #F44336);
}

.gradient-yellow-cyan-green {
  background: linear-gradient(#FFEB3B, #00BCD4, #4CAF50);
}

.gradient-yellow-cyan-blue {
  background: linear-gradient(#FFEB3B, #00BCD4, #2196F3);
}

.gradient-yellow-cyan-black {
  background: linear-gradient(#FFEB3B, #00BCD4, #000);
}

.gradient-yellow-cyan-white {
  background: linear-gradient(#FFEB3B, #00BCD4, #fff);
}

.gradient-yellow-cyan-pink {
  background: linear-gradient(#FFEB3B, #00BCD4, #E91E63);
}

.gradient-yellow-cyan-purple {
  background: linear-gradient(#FFEB3B, #00BCD4, #9C27B0);
}

.gradient-yellow-cyan-indigo {
  background: linear-gradient(#FFEB3B, #00BCD4, #3E51B5);
}

.gradient-yellow-cyan-teal {
  background: linear-gradient(#FFEB3B, #00BCD4, #009688);
}

.gradient-yellow-cyan-lime {
  background: linear-gradient(#FFEB3B, #00BCD4, #CDDC39);
}

.gradient-yellow-cyan-amber {
  background: linear-gradient(#FFEB3B, #00BCD4, #FFC107);
}

.gradient-yellow-cyan-orange {
  background: linear-gradient(#FFEB3B, #00BCD4, #FF9800);
}

.gradient-yellow-cyan-lightblue {
  background: linear-gradient(#FFEB3B, #00BCD4, #03A9F4);
}

.gradient-yellow-cyan-lightgreen {
  background: linear-gradient(#FFEB3B, #00BCD4, #76FF03);
}

.gradient-yellow-cyan-deeppurple {
  background: linear-gradient(#FFEB3B, #00BCD4, #673AB7);
}

.gradient-yellow-cyan-deeporange {
  background: linear-gradient(#FFEB3B, #00BCD4, #DD6E0F);
}

.gradient-yellow-cyan-brown {
  background: linear-gradient(#FFEB3B, #00BCD4, #964B00);
}

.gradient-yellow-cyan-grey {
  background: linear-gradient(#FFEB3B, #00BCD4, #808080);
}

.gradient-yellow-teal {
  background: linear-gradient(#FFEB3B, #009688);
}

.gradient-to-top-yellow-teal {
  background: linear-gradient(to top, #FFEB3B, #009688);
}

.gradient-to-bottom-yellow-teal {
  background: linear-gradient(to bottom, #FFEB3B, #009688);
}

.gradient-to-left-yellow-teal {
  background: linear-gradient(to left, #FFEB3B, #009688);
}

.gradient-to-right-yellow-teal {
  background: linear-gradient(to right, #FFEB3B, #009688);
}

.gradient-to-top-left-yellow-teal {
  background: linear-gradient(to top left, #FFEB3B, #009688);
}

.gradient-to-top-right-yellow-teal {
  background: linear-gradient(to top right, #FFEB3B, #009688);
}

.gradient-to-bottom-left-yellow-teal {
  background: linear-gradient(to bottom left, #FFEB3B, #009688);
}

.gradient-to-bottom-right-yellow-teal {
  background: linear-gradient(to bottom right, #FFEB3B, #009688);
}

.gradient-radial-yellow-teal {
  background: radial-gradient(circle, #FFEB3B, #009688);
}

.gradient-yellow-teal-primary {
  background: linear-gradient(#FFEB3B, #009688, #03A9F4);
}

.gradient-yellow-teal-secondary {
  background: linear-gradient(#FFEB3B, #009688, #333);
}

.gradient-yellow-teal-success {
  background: linear-gradient(#FFEB3B, #009688, #28a745);
}

.gradient-yellow-teal-info {
  background: linear-gradient(#FFEB3B, #009688, #0DCAF0);
}

.gradient-yellow-teal-warning {
  background: linear-gradient(#FFEB3B, #009688, #FFC107);
}

.gradient-yellow-teal-danger {
  background: linear-gradient(#FFEB3B, #009688, #DC3545);
}

.gradient-yellow-teal-light {
  background: linear-gradient(#FFEB3B, #009688, #f5f5f5);
}

.gradient-yellow-teal-dark {
  background: linear-gradient(#FFEB3B, #009688, #212529);
}

.gradient-yellow-teal-red {
  background: linear-gradient(#FFEB3B, #009688, #F44336);
}

.gradient-yellow-teal-green {
  background: linear-gradient(#FFEB3B, #009688, #4CAF50);
}

.gradient-yellow-teal-blue {
  background: linear-gradient(#FFEB3B, #009688, #2196F3);
}

.gradient-yellow-teal-black {
  background: linear-gradient(#FFEB3B, #009688, #000);
}

.gradient-yellow-teal-white {
  background: linear-gradient(#FFEB3B, #009688, #fff);
}

.gradient-yellow-teal-pink {
  background: linear-gradient(#FFEB3B, #009688, #E91E63);
}

.gradient-yellow-teal-purple {
  background: linear-gradient(#FFEB3B, #009688, #9C27B0);
}

.gradient-yellow-teal-indigo {
  background: linear-gradient(#FFEB3B, #009688, #3E51B5);
}

.gradient-yellow-teal-cyan {
  background: linear-gradient(#FFEB3B, #009688, #00BCD4);
}

.gradient-yellow-teal-lime {
  background: linear-gradient(#FFEB3B, #009688, #CDDC39);
}

.gradient-yellow-teal-amber {
  background: linear-gradient(#FFEB3B, #009688, #FFC107);
}

.gradient-yellow-teal-orange {
  background: linear-gradient(#FFEB3B, #009688, #FF9800);
}

.gradient-yellow-teal-lightblue {
  background: linear-gradient(#FFEB3B, #009688, #03A9F4);
}

.gradient-yellow-teal-lightgreen {
  background: linear-gradient(#FFEB3B, #009688, #76FF03);
}

.gradient-yellow-teal-deeppurple {
  background: linear-gradient(#FFEB3B, #009688, #673AB7);
}

.gradient-yellow-teal-deeporange {
  background: linear-gradient(#FFEB3B, #009688, #DD6E0F);
}

.gradient-yellow-teal-brown {
  background: linear-gradient(#FFEB3B, #009688, #964B00);
}

.gradient-yellow-teal-grey {
  background: linear-gradient(#FFEB3B, #009688, #808080);
}

.gradient-yellow-lime {
  background: linear-gradient(#FFEB3B, #CDDC39);
}

.gradient-to-top-yellow-lime {
  background: linear-gradient(to top, #FFEB3B, #CDDC39);
}

.gradient-to-bottom-yellow-lime {
  background: linear-gradient(to bottom, #FFEB3B, #CDDC39);
}

.gradient-to-left-yellow-lime {
  background: linear-gradient(to left, #FFEB3B, #CDDC39);
}

.gradient-to-right-yellow-lime {
  background: linear-gradient(to right, #FFEB3B, #CDDC39);
}

.gradient-to-top-left-yellow-lime {
  background: linear-gradient(to top left, #FFEB3B, #CDDC39);
}

.gradient-to-top-right-yellow-lime {
  background: linear-gradient(to top right, #FFEB3B, #CDDC39);
}

.gradient-to-bottom-left-yellow-lime {
  background: linear-gradient(to bottom left, #FFEB3B, #CDDC39);
}

.gradient-to-bottom-right-yellow-lime {
  background: linear-gradient(to bottom right, #FFEB3B, #CDDC39);
}

.gradient-radial-yellow-lime {
  background: radial-gradient(circle, #FFEB3B, #CDDC39);
}

.gradient-yellow-lime-primary {
  background: linear-gradient(#FFEB3B, #CDDC39, #03A9F4);
}

.gradient-yellow-lime-secondary {
  background: linear-gradient(#FFEB3B, #CDDC39, #333);
}

.gradient-yellow-lime-success {
  background: linear-gradient(#FFEB3B, #CDDC39, #28a745);
}

.gradient-yellow-lime-info {
  background: linear-gradient(#FFEB3B, #CDDC39, #0DCAF0);
}

.gradient-yellow-lime-warning {
  background: linear-gradient(#FFEB3B, #CDDC39, #FFC107);
}

.gradient-yellow-lime-danger {
  background: linear-gradient(#FFEB3B, #CDDC39, #DC3545);
}

.gradient-yellow-lime-light {
  background: linear-gradient(#FFEB3B, #CDDC39, #f5f5f5);
}

.gradient-yellow-lime-dark {
  background: linear-gradient(#FFEB3B, #CDDC39, #212529);
}

.gradient-yellow-lime-red {
  background: linear-gradient(#FFEB3B, #CDDC39, #F44336);
}

.gradient-yellow-lime-green {
  background: linear-gradient(#FFEB3B, #CDDC39, #4CAF50);
}

.gradient-yellow-lime-blue {
  background: linear-gradient(#FFEB3B, #CDDC39, #2196F3);
}

.gradient-yellow-lime-black {
  background: linear-gradient(#FFEB3B, #CDDC39, #000);
}

.gradient-yellow-lime-white {
  background: linear-gradient(#FFEB3B, #CDDC39, #fff);
}

.gradient-yellow-lime-pink {
  background: linear-gradient(#FFEB3B, #CDDC39, #E91E63);
}

.gradient-yellow-lime-purple {
  background: linear-gradient(#FFEB3B, #CDDC39, #9C27B0);
}

.gradient-yellow-lime-indigo {
  background: linear-gradient(#FFEB3B, #CDDC39, #3E51B5);
}

.gradient-yellow-lime-cyan {
  background: linear-gradient(#FFEB3B, #CDDC39, #00BCD4);
}

.gradient-yellow-lime-teal {
  background: linear-gradient(#FFEB3B, #CDDC39, #009688);
}

.gradient-yellow-lime-amber {
  background: linear-gradient(#FFEB3B, #CDDC39, #FFC107);
}

.gradient-yellow-lime-orange {
  background: linear-gradient(#FFEB3B, #CDDC39, #FF9800);
}

.gradient-yellow-lime-lightblue {
  background: linear-gradient(#FFEB3B, #CDDC39, #03A9F4);
}

.gradient-yellow-lime-lightgreen {
  background: linear-gradient(#FFEB3B, #CDDC39, #76FF03);
}

.gradient-yellow-lime-deeppurple {
  background: linear-gradient(#FFEB3B, #CDDC39, #673AB7);
}

.gradient-yellow-lime-deeporange {
  background: linear-gradient(#FFEB3B, #CDDC39, #DD6E0F);
}

.gradient-yellow-lime-brown {
  background: linear-gradient(#FFEB3B, #CDDC39, #964B00);
}

.gradient-yellow-lime-grey {
  background: linear-gradient(#FFEB3B, #CDDC39, #808080);
}

.gradient-yellow-amber {
  background: linear-gradient(#FFEB3B, #FFC107);
}

.gradient-to-top-yellow-amber {
  background: linear-gradient(to top, #FFEB3B, #FFC107);
}

.gradient-to-bottom-yellow-amber {
  background: linear-gradient(to bottom, #FFEB3B, #FFC107);
}

.gradient-to-left-yellow-amber {
  background: linear-gradient(to left, #FFEB3B, #FFC107);
}

.gradient-to-right-yellow-amber {
  background: linear-gradient(to right, #FFEB3B, #FFC107);
}

.gradient-to-top-left-yellow-amber {
  background: linear-gradient(to top left, #FFEB3B, #FFC107);
}

.gradient-to-top-right-yellow-amber {
  background: linear-gradient(to top right, #FFEB3B, #FFC107);
}

.gradient-to-bottom-left-yellow-amber {
  background: linear-gradient(to bottom left, #FFEB3B, #FFC107);
}

.gradient-to-bottom-right-yellow-amber {
  background: linear-gradient(to bottom right, #FFEB3B, #FFC107);
}

.gradient-radial-yellow-amber {
  background: radial-gradient(circle, #FFEB3B, #FFC107);
}

.gradient-yellow-amber-primary {
  background: linear-gradient(#FFEB3B, #FFC107, #03A9F4);
}

.gradient-yellow-amber-secondary {
  background: linear-gradient(#FFEB3B, #FFC107, #333);
}

.gradient-yellow-amber-success {
  background: linear-gradient(#FFEB3B, #FFC107, #28a745);
}

.gradient-yellow-amber-info {
  background: linear-gradient(#FFEB3B, #FFC107, #0DCAF0);
}

.gradient-yellow-amber-warning {
  background: linear-gradient(#FFEB3B, #FFC107, #FFC107);
}

.gradient-yellow-amber-danger {
  background: linear-gradient(#FFEB3B, #FFC107, #DC3545);
}

.gradient-yellow-amber-light {
  background: linear-gradient(#FFEB3B, #FFC107, #f5f5f5);
}

.gradient-yellow-amber-dark {
  background: linear-gradient(#FFEB3B, #FFC107, #212529);
}

.gradient-yellow-amber-red {
  background: linear-gradient(#FFEB3B, #FFC107, #F44336);
}

.gradient-yellow-amber-green {
  background: linear-gradient(#FFEB3B, #FFC107, #4CAF50);
}

.gradient-yellow-amber-blue {
  background: linear-gradient(#FFEB3B, #FFC107, #2196F3);
}

.gradient-yellow-amber-black {
  background: linear-gradient(#FFEB3B, #FFC107, #000);
}

.gradient-yellow-amber-white {
  background: linear-gradient(#FFEB3B, #FFC107, #fff);
}

.gradient-yellow-amber-pink {
  background: linear-gradient(#FFEB3B, #FFC107, #E91E63);
}

.gradient-yellow-amber-purple {
  background: linear-gradient(#FFEB3B, #FFC107, #9C27B0);
}

.gradient-yellow-amber-indigo {
  background: linear-gradient(#FFEB3B, #FFC107, #3E51B5);
}

.gradient-yellow-amber-cyan {
  background: linear-gradient(#FFEB3B, #FFC107, #00BCD4);
}

.gradient-yellow-amber-teal {
  background: linear-gradient(#FFEB3B, #FFC107, #009688);
}

.gradient-yellow-amber-lime {
  background: linear-gradient(#FFEB3B, #FFC107, #CDDC39);
}

.gradient-yellow-amber-orange {
  background: linear-gradient(#FFEB3B, #FFC107, #FF9800);
}

.gradient-yellow-amber-lightblue {
  background: linear-gradient(#FFEB3B, #FFC107, #03A9F4);
}

.gradient-yellow-amber-lightgreen {
  background: linear-gradient(#FFEB3B, #FFC107, #76FF03);
}

.gradient-yellow-amber-deeppurple {
  background: linear-gradient(#FFEB3B, #FFC107, #673AB7);
}

.gradient-yellow-amber-deeporange {
  background: linear-gradient(#FFEB3B, #FFC107, #DD6E0F);
}

.gradient-yellow-amber-brown {
  background: linear-gradient(#FFEB3B, #FFC107, #964B00);
}

.gradient-yellow-amber-grey {
  background: linear-gradient(#FFEB3B, #FFC107, #808080);
}

.gradient-yellow-orange {
  background: linear-gradient(#FFEB3B, #FF9800);
}

.gradient-to-top-yellow-orange {
  background: linear-gradient(to top, #FFEB3B, #FF9800);
}

.gradient-to-bottom-yellow-orange {
  background: linear-gradient(to bottom, #FFEB3B, #FF9800);
}

.gradient-to-left-yellow-orange {
  background: linear-gradient(to left, #FFEB3B, #FF9800);
}

.gradient-to-right-yellow-orange {
  background: linear-gradient(to right, #FFEB3B, #FF9800);
}

.gradient-to-top-left-yellow-orange {
  background: linear-gradient(to top left, #FFEB3B, #FF9800);
}

.gradient-to-top-right-yellow-orange {
  background: linear-gradient(to top right, #FFEB3B, #FF9800);
}

.gradient-to-bottom-left-yellow-orange {
  background: linear-gradient(to bottom left, #FFEB3B, #FF9800);
}

.gradient-to-bottom-right-yellow-orange {
  background: linear-gradient(to bottom right, #FFEB3B, #FF9800);
}

.gradient-radial-yellow-orange {
  background: radial-gradient(circle, #FFEB3B, #FF9800);
}

.gradient-yellow-orange-primary {
  background: linear-gradient(#FFEB3B, #FF9800, #03A9F4);
}

.gradient-yellow-orange-secondary {
  background: linear-gradient(#FFEB3B, #FF9800, #333);
}

.gradient-yellow-orange-success {
  background: linear-gradient(#FFEB3B, #FF9800, #28a745);
}

.gradient-yellow-orange-info {
  background: linear-gradient(#FFEB3B, #FF9800, #0DCAF0);
}

.gradient-yellow-orange-warning {
  background: linear-gradient(#FFEB3B, #FF9800, #FFC107);
}

.gradient-yellow-orange-danger {
  background: linear-gradient(#FFEB3B, #FF9800, #DC3545);
}

.gradient-yellow-orange-light {
  background: linear-gradient(#FFEB3B, #FF9800, #f5f5f5);
}

.gradient-yellow-orange-dark {
  background: linear-gradient(#FFEB3B, #FF9800, #212529);
}

.gradient-yellow-orange-red {
  background: linear-gradient(#FFEB3B, #FF9800, #F44336);
}

.gradient-yellow-orange-green {
  background: linear-gradient(#FFEB3B, #FF9800, #4CAF50);
}

.gradient-yellow-orange-blue {
  background: linear-gradient(#FFEB3B, #FF9800, #2196F3);
}

.gradient-yellow-orange-black {
  background: linear-gradient(#FFEB3B, #FF9800, #000);
}

.gradient-yellow-orange-white {
  background: linear-gradient(#FFEB3B, #FF9800, #fff);
}

.gradient-yellow-orange-pink {
  background: linear-gradient(#FFEB3B, #FF9800, #E91E63);
}

.gradient-yellow-orange-purple {
  background: linear-gradient(#FFEB3B, #FF9800, #9C27B0);
}

.gradient-yellow-orange-indigo {
  background: linear-gradient(#FFEB3B, #FF9800, #3E51B5);
}

.gradient-yellow-orange-cyan {
  background: linear-gradient(#FFEB3B, #FF9800, #00BCD4);
}

.gradient-yellow-orange-teal {
  background: linear-gradient(#FFEB3B, #FF9800, #009688);
}

.gradient-yellow-orange-lime {
  background: linear-gradient(#FFEB3B, #FF9800, #CDDC39);
}

.gradient-yellow-orange-amber {
  background: linear-gradient(#FFEB3B, #FF9800, #FFC107);
}

.gradient-yellow-orange-lightblue {
  background: linear-gradient(#FFEB3B, #FF9800, #03A9F4);
}

.gradient-yellow-orange-lightgreen {
  background: linear-gradient(#FFEB3B, #FF9800, #76FF03);
}

.gradient-yellow-orange-deeppurple {
  background: linear-gradient(#FFEB3B, #FF9800, #673AB7);
}

.gradient-yellow-orange-deeporange {
  background: linear-gradient(#FFEB3B, #FF9800, #DD6E0F);
}

.gradient-yellow-orange-brown {
  background: linear-gradient(#FFEB3B, #FF9800, #964B00);
}

.gradient-yellow-orange-grey {
  background: linear-gradient(#FFEB3B, #FF9800, #808080);
}

.gradient-yellow-lightblue {
  background: linear-gradient(#FFEB3B, #03A9F4);
}

.gradient-to-top-yellow-lightblue {
  background: linear-gradient(to top, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-yellow-lightblue {
  background: linear-gradient(to bottom, #FFEB3B, #03A9F4);
}

.gradient-to-left-yellow-lightblue {
  background: linear-gradient(to left, #FFEB3B, #03A9F4);
}

.gradient-to-right-yellow-lightblue {
  background: linear-gradient(to right, #FFEB3B, #03A9F4);
}

.gradient-to-top-left-yellow-lightblue {
  background: linear-gradient(to top left, #FFEB3B, #03A9F4);
}

.gradient-to-top-right-yellow-lightblue {
  background: linear-gradient(to top right, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-left-yellow-lightblue {
  background: linear-gradient(to bottom left, #FFEB3B, #03A9F4);
}

.gradient-to-bottom-right-yellow-lightblue {
  background: linear-gradient(to bottom right, #FFEB3B, #03A9F4);
}

.gradient-radial-yellow-lightblue {
  background: radial-gradient(circle, #FFEB3B, #03A9F4);
}

.gradient-yellow-lightblue-primary {
  background: linear-gradient(#FFEB3B, #03A9F4, #03A9F4);
}

.gradient-yellow-lightblue-secondary {
  background: linear-gradient(#FFEB3B, #03A9F4, #333);
}

.gradient-yellow-lightblue-success {
  background: linear-gradient(#FFEB3B, #03A9F4, #28a745);
}

.gradient-yellow-lightblue-info {
  background: linear-gradient(#FFEB3B, #03A9F4, #0DCAF0);
}

.gradient-yellow-lightblue-warning {
  background: linear-gradient(#FFEB3B, #03A9F4, #FFC107);
}

.gradient-yellow-lightblue-danger {
  background: linear-gradient(#FFEB3B, #03A9F4, #DC3545);
}

.gradient-yellow-lightblue-light {
  background: linear-gradient(#FFEB3B, #03A9F4, #f5f5f5);
}

.gradient-yellow-lightblue-dark {
  background: linear-gradient(#FFEB3B, #03A9F4, #212529);
}

.gradient-yellow-lightblue-red {
  background: linear-gradient(#FFEB3B, #03A9F4, #F44336);
}

.gradient-yellow-lightblue-green {
  background: linear-gradient(#FFEB3B, #03A9F4, #4CAF50);
}

.gradient-yellow-lightblue-blue {
  background: linear-gradient(#FFEB3B, #03A9F4, #2196F3);
}

.gradient-yellow-lightblue-black {
  background: linear-gradient(#FFEB3B, #03A9F4, #000);
}

.gradient-yellow-lightblue-white {
  background: linear-gradient(#FFEB3B, #03A9F4, #fff);
}

.gradient-yellow-lightblue-pink {
  background: linear-gradient(#FFEB3B, #03A9F4, #E91E63);
}

.gradient-yellow-lightblue-purple {
  background: linear-gradient(#FFEB3B, #03A9F4, #9C27B0);
}

.gradient-yellow-lightblue-indigo {
  background: linear-gradient(#FFEB3B, #03A9F4, #3E51B5);
}

.gradient-yellow-lightblue-cyan {
  background: linear-gradient(#FFEB3B, #03A9F4, #00BCD4);
}

.gradient-yellow-lightblue-teal {
  background: linear-gradient(#FFEB3B, #03A9F4, #009688);
}

.gradient-yellow-lightblue-lime {
  background: linear-gradient(#FFEB3B, #03A9F4, #CDDC39);
}

.gradient-yellow-lightblue-amber {
  background: linear-gradient(#FFEB3B, #03A9F4, #FFC107);
}

.gradient-yellow-lightblue-orange {
  background: linear-gradient(#FFEB3B, #03A9F4, #FF9800);
}

.gradient-yellow-lightblue-lightgreen {
  background: linear-gradient(#FFEB3B, #03A9F4, #76FF03);
}

.gradient-yellow-lightblue-deeppurple {
  background: linear-gradient(#FFEB3B, #03A9F4, #673AB7);
}

.gradient-yellow-lightblue-deeporange {
  background: linear-gradient(#FFEB3B, #03A9F4, #DD6E0F);
}

.gradient-yellow-lightblue-brown {
  background: linear-gradient(#FFEB3B, #03A9F4, #964B00);
}

.gradient-yellow-lightblue-grey {
  background: linear-gradient(#FFEB3B, #03A9F4, #808080);
}

.gradient-yellow-lightgreen {
  background: linear-gradient(#FFEB3B, #76FF03);
}

.gradient-to-top-yellow-lightgreen {
  background: linear-gradient(to top, #FFEB3B, #76FF03);
}

.gradient-to-bottom-yellow-lightgreen {
  background: linear-gradient(to bottom, #FFEB3B, #76FF03);
}

.gradient-to-left-yellow-lightgreen {
  background: linear-gradient(to left, #FFEB3B, #76FF03);
}

.gradient-to-right-yellow-lightgreen {
  background: linear-gradient(to right, #FFEB3B, #76FF03);
}

.gradient-to-top-left-yellow-lightgreen {
  background: linear-gradient(to top left, #FFEB3B, #76FF03);
}

.gradient-to-top-right-yellow-lightgreen {
  background: linear-gradient(to top right, #FFEB3B, #76FF03);
}

.gradient-to-bottom-left-yellow-lightgreen {
  background: linear-gradient(to bottom left, #FFEB3B, #76FF03);
}

.gradient-to-bottom-right-yellow-lightgreen {
  background: linear-gradient(to bottom right, #FFEB3B, #76FF03);
}

.gradient-radial-yellow-lightgreen {
  background: radial-gradient(circle, #FFEB3B, #76FF03);
}

.gradient-yellow-lightgreen-primary {
  background: linear-gradient(#FFEB3B, #76FF03, #03A9F4);
}

.gradient-yellow-lightgreen-secondary {
  background: linear-gradient(#FFEB3B, #76FF03, #333);
}

.gradient-yellow-lightgreen-success {
  background: linear-gradient(#FFEB3B, #76FF03, #28a745);
}

.gradient-yellow-lightgreen-info {
  background: linear-gradient(#FFEB3B, #76FF03, #0DCAF0);
}

.gradient-yellow-lightgreen-warning {
  background: linear-gradient(#FFEB3B, #76FF03, #FFC107);
}

.gradient-yellow-lightgreen-danger {
  background: linear-gradient(#FFEB3B, #76FF03, #DC3545);
}

.gradient-yellow-lightgreen-light {
  background: linear-gradient(#FFEB3B, #76FF03, #f5f5f5);
}

.gradient-yellow-lightgreen-dark {
  background: linear-gradient(#FFEB3B, #76FF03, #212529);
}

.gradient-yellow-lightgreen-red {
  background: linear-gradient(#FFEB3B, #76FF03, #F44336);
}

.gradient-yellow-lightgreen-green {
  background: linear-gradient(#FFEB3B, #76FF03, #4CAF50);
}

.gradient-yellow-lightgreen-blue {
  background: linear-gradient(#FFEB3B, #76FF03, #2196F3);
}

.gradient-yellow-lightgreen-black {
  background: linear-gradient(#FFEB3B, #76FF03, #000);
}

.gradient-yellow-lightgreen-white {
  background: linear-gradient(#FFEB3B, #76FF03, #fff);
}

.gradient-yellow-lightgreen-pink {
  background: linear-gradient(#FFEB3B, #76FF03, #E91E63);
}

.gradient-yellow-lightgreen-purple {
  background: linear-gradient(#FFEB3B, #76FF03, #9C27B0);
}

.gradient-yellow-lightgreen-indigo {
  background: linear-gradient(#FFEB3B, #76FF03, #3E51B5);
}

.gradient-yellow-lightgreen-cyan {
  background: linear-gradient(#FFEB3B, #76FF03, #00BCD4);
}

.gradient-yellow-lightgreen-teal {
  background: linear-gradient(#FFEB3B, #76FF03, #009688);
}

.gradient-yellow-lightgreen-lime {
  background: linear-gradient(#FFEB3B, #76FF03, #CDDC39);
}

.gradient-yellow-lightgreen-amber {
  background: linear-gradient(#FFEB3B, #76FF03, #FFC107);
}

.gradient-yellow-lightgreen-orange {
  background: linear-gradient(#FFEB3B, #76FF03, #FF9800);
}

.gradient-yellow-lightgreen-lightblue {
  background: linear-gradient(#FFEB3B, #76FF03, #03A9F4);
}

.gradient-yellow-lightgreen-deeppurple {
  background: linear-gradient(#FFEB3B, #76FF03, #673AB7);
}

.gradient-yellow-lightgreen-deeporange {
  background: linear-gradient(#FFEB3B, #76FF03, #DD6E0F);
}

.gradient-yellow-lightgreen-brown {
  background: linear-gradient(#FFEB3B, #76FF03, #964B00);
}

.gradient-yellow-lightgreen-grey {
  background: linear-gradient(#FFEB3B, #76FF03, #808080);
}

.gradient-yellow-deeppurple {
  background: linear-gradient(#FFEB3B, #673AB7);
}

.gradient-to-top-yellow-deeppurple {
  background: linear-gradient(to top, #FFEB3B, #673AB7);
}

.gradient-to-bottom-yellow-deeppurple {
  background: linear-gradient(to bottom, #FFEB3B, #673AB7);
}

.gradient-to-left-yellow-deeppurple {
  background: linear-gradient(to left, #FFEB3B, #673AB7);
}

.gradient-to-right-yellow-deeppurple {
  background: linear-gradient(to right, #FFEB3B, #673AB7);
}

.gradient-to-top-left-yellow-deeppurple {
  background: linear-gradient(to top left, #FFEB3B, #673AB7);
}

.gradient-to-top-right-yellow-deeppurple {
  background: linear-gradient(to top right, #FFEB3B, #673AB7);
}

.gradient-to-bottom-left-yellow-deeppurple {
  background: linear-gradient(to bottom left, #FFEB3B, #673AB7);
}

.gradient-to-bottom-right-yellow-deeppurple {
  background: linear-gradient(to bottom right, #FFEB3B, #673AB7);
}

.gradient-radial-yellow-deeppurple {
  background: radial-gradient(circle, #FFEB3B, #673AB7);
}

.gradient-yellow-deeppurple-primary {
  background: linear-gradient(#FFEB3B, #673AB7, #03A9F4);
}

.gradient-yellow-deeppurple-secondary {
  background: linear-gradient(#FFEB3B, #673AB7, #333);
}

.gradient-yellow-deeppurple-success {
  background: linear-gradient(#FFEB3B, #673AB7, #28a745);
}

.gradient-yellow-deeppurple-info {
  background: linear-gradient(#FFEB3B, #673AB7, #0DCAF0);
}

.gradient-yellow-deeppurple-warning {
  background: linear-gradient(#FFEB3B, #673AB7, #FFC107);
}

.gradient-yellow-deeppurple-danger {
  background: linear-gradient(#FFEB3B, #673AB7, #DC3545);
}

.gradient-yellow-deeppurple-light {
  background: linear-gradient(#FFEB3B, #673AB7, #f5f5f5);
}

.gradient-yellow-deeppurple-dark {
  background: linear-gradient(#FFEB3B, #673AB7, #212529);
}

.gradient-yellow-deeppurple-red {
  background: linear-gradient(#FFEB3B, #673AB7, #F44336);
}

.gradient-yellow-deeppurple-green {
  background: linear-gradient(#FFEB3B, #673AB7, #4CAF50);
}

.gradient-yellow-deeppurple-blue {
  background: linear-gradient(#FFEB3B, #673AB7, #2196F3);
}

.gradient-yellow-deeppurple-black {
  background: linear-gradient(#FFEB3B, #673AB7, #000);
}

.gradient-yellow-deeppurple-white {
  background: linear-gradient(#FFEB3B, #673AB7, #fff);
}

.gradient-yellow-deeppurple-pink {
  background: linear-gradient(#FFEB3B, #673AB7, #E91E63);
}

.gradient-yellow-deeppurple-purple {
  background: linear-gradient(#FFEB3B, #673AB7, #9C27B0);
}

.gradient-yellow-deeppurple-indigo {
  background: linear-gradient(#FFEB3B, #673AB7, #3E51B5);
}

.gradient-yellow-deeppurple-cyan {
  background: linear-gradient(#FFEB3B, #673AB7, #00BCD4);
}

.gradient-yellow-deeppurple-teal {
  background: linear-gradient(#FFEB3B, #673AB7, #009688);
}

.gradient-yellow-deeppurple-lime {
  background: linear-gradient(#FFEB3B, #673AB7, #CDDC39);
}

.gradient-yellow-deeppurple-amber {
  background: linear-gradient(#FFEB3B, #673AB7, #FFC107);
}

.gradient-yellow-deeppurple-orange {
  background: linear-gradient(#FFEB3B, #673AB7, #FF9800);
}

.gradient-yellow-deeppurple-lightblue {
  background: linear-gradient(#FFEB3B, #673AB7, #03A9F4);
}

.gradient-yellow-deeppurple-lightgreen {
  background: linear-gradient(#FFEB3B, #673AB7, #76FF03);
}

.gradient-yellow-deeppurple-deeporange {
  background: linear-gradient(#FFEB3B, #673AB7, #DD6E0F);
}

.gradient-yellow-deeppurple-brown {
  background: linear-gradient(#FFEB3B, #673AB7, #964B00);
}

.gradient-yellow-deeppurple-grey {
  background: linear-gradient(#FFEB3B, #673AB7, #808080);
}

.gradient-yellow-deeporange {
  background: linear-gradient(#FFEB3B, #DD6E0F);
}

.gradient-to-top-yellow-deeporange {
  background: linear-gradient(to top, #FFEB3B, #DD6E0F);
}

.gradient-to-bottom-yellow-deeporange {
  background: linear-gradient(to bottom, #FFEB3B, #DD6E0F);
}

.gradient-to-left-yellow-deeporange {
  background: linear-gradient(to left, #FFEB3B, #DD6E0F);
}

.gradient-to-right-yellow-deeporange {
  background: linear-gradient(to right, #FFEB3B, #DD6E0F);
}

.gradient-to-top-left-yellow-deeporange {
  background: linear-gradient(to top left, #FFEB3B, #DD6E0F);
}

.gradient-to-top-right-yellow-deeporange {
  background: linear-gradient(to top right, #FFEB3B, #DD6E0F);
}

.gradient-to-bottom-left-yellow-deeporange {
  background: linear-gradient(to bottom left, #FFEB3B, #DD6E0F);
}

.gradient-to-bottom-right-yellow-deeporange {
  background: linear-gradient(to bottom right, #FFEB3B, #DD6E0F);
}

.gradient-radial-yellow-deeporange {
  background: radial-gradient(circle, #FFEB3B, #DD6E0F);
}

.gradient-yellow-deeporange-primary {
  background: linear-gradient(#FFEB3B, #DD6E0F, #03A9F4);
}

.gradient-yellow-deeporange-secondary {
  background: linear-gradient(#FFEB3B, #DD6E0F, #333);
}

.gradient-yellow-deeporange-success {
  background: linear-gradient(#FFEB3B, #DD6E0F, #28a745);
}

.gradient-yellow-deeporange-info {
  background: linear-gradient(#FFEB3B, #DD6E0F, #0DCAF0);
}

.gradient-yellow-deeporange-warning {
  background: linear-gradient(#FFEB3B, #DD6E0F, #FFC107);
}

.gradient-yellow-deeporange-danger {
  background: linear-gradient(#FFEB3B, #DD6E0F, #DC3545);
}

.gradient-yellow-deeporange-light {
  background: linear-gradient(#FFEB3B, #DD6E0F, #f5f5f5);
}

.gradient-yellow-deeporange-dark {
  background: linear-gradient(#FFEB3B, #DD6E0F, #212529);
}

.gradient-yellow-deeporange-red {
  background: linear-gradient(#FFEB3B, #DD6E0F, #F44336);
}

.gradient-yellow-deeporange-green {
  background: linear-gradient(#FFEB3B, #DD6E0F, #4CAF50);
}

.gradient-yellow-deeporange-blue {
  background: linear-gradient(#FFEB3B, #DD6E0F, #2196F3);
}

.gradient-yellow-deeporange-black {
  background: linear-gradient(#FFEB3B, #DD6E0F, #000);
}

.gradient-yellow-deeporange-white {
  background: linear-gradient(#FFEB3B, #DD6E0F, #fff);
}

.gradient-yellow-deeporange-pink {
  background: linear-gradient(#FFEB3B, #DD6E0F, #E91E63);
}

.gradient-yellow-deeporange-purple {
  background: linear-gradient(#FFEB3B, #DD6E0F, #9C27B0);
}

.gradient-yellow-deeporange-indigo {
  background: linear-gradient(#FFEB3B, #DD6E0F, #3E51B5);
}

.gradient-yellow-deeporange-cyan {
  background: linear-gradient(#FFEB3B, #DD6E0F, #00BCD4);
}

.gradient-yellow-deeporange-teal {
  background: linear-gradient(#FFEB3B, #DD6E0F, #009688);
}

.gradient-yellow-deeporange-lime {
  background: linear-gradient(#FFEB3B, #DD6E0F, #CDDC39);
}

.gradient-yellow-deeporange-amber {
  background: linear-gradient(#FFEB3B, #DD6E0F, #FFC107);
}

.gradient-yellow-deeporange-orange {
  background: linear-gradient(#FFEB3B, #DD6E0F, #FF9800);
}

.gradient-yellow-deeporange-lightblue {
  background: linear-gradient(#FFEB3B, #DD6E0F, #03A9F4);
}

.gradient-yellow-deeporange-lightgreen {
  background: linear-gradient(#FFEB3B, #DD6E0F, #76FF03);
}

.gradient-yellow-deeporange-deeppurple {
  background: linear-gradient(#FFEB3B, #DD6E0F, #673AB7);
}

.gradient-yellow-deeporange-brown {
  background: linear-gradient(#FFEB3B, #DD6E0F, #964B00);
}

.gradient-yellow-deeporange-grey {
  background: linear-gradient(#FFEB3B, #DD6E0F, #808080);
}

.gradient-yellow-brown {
  background: linear-gradient(#FFEB3B, #964B00);
}

.gradient-to-top-yellow-brown {
  background: linear-gradient(to top, #FFEB3B, #964B00);
}

.gradient-to-bottom-yellow-brown {
  background: linear-gradient(to bottom, #FFEB3B, #964B00);
}

.gradient-to-left-yellow-brown {
  background: linear-gradient(to left, #FFEB3B, #964B00);
}

.gradient-to-right-yellow-brown {
  background: linear-gradient(to right, #FFEB3B, #964B00);
}

.gradient-to-top-left-yellow-brown {
  background: linear-gradient(to top left, #FFEB3B, #964B00);
}

.gradient-to-top-right-yellow-brown {
  background: linear-gradient(to top right, #FFEB3B, #964B00);
}

.gradient-to-bottom-left-yellow-brown {
  background: linear-gradient(to bottom left, #FFEB3B, #964B00);
}

.gradient-to-bottom-right-yellow-brown {
  background: linear-gradient(to bottom right, #FFEB3B, #964B00);
}

.gradient-radial-yellow-brown {
  background: radial-gradient(circle, #FFEB3B, #964B00);
}

.gradient-yellow-brown-primary {
  background: linear-gradient(#FFEB3B, #964B00, #03A9F4);
}

.gradient-yellow-brown-secondary {
  background: linear-gradient(#FFEB3B, #964B00, #333);
}

.gradient-yellow-brown-success {
  background: linear-gradient(#FFEB3B, #964B00, #28a745);
}

.gradient-yellow-brown-info {
  background: linear-gradient(#FFEB3B, #964B00, #0DCAF0);
}

.gradient-yellow-brown-warning {
  background: linear-gradient(#FFEB3B, #964B00, #FFC107);
}

.gradient-yellow-brown-danger {
  background: linear-gradient(#FFEB3B, #964B00, #DC3545);
}

.gradient-yellow-brown-light {
  background: linear-gradient(#FFEB3B, #964B00, #f5f5f5);
}

.gradient-yellow-brown-dark {
  background: linear-gradient(#FFEB3B, #964B00, #212529);
}

.gradient-yellow-brown-red {
  background: linear-gradient(#FFEB3B, #964B00, #F44336);
}

.gradient-yellow-brown-green {
  background: linear-gradient(#FFEB3B, #964B00, #4CAF50);
}

.gradient-yellow-brown-blue {
  background: linear-gradient(#FFEB3B, #964B00, #2196F3);
}

.gradient-yellow-brown-black {
  background: linear-gradient(#FFEB3B, #964B00, #000);
}

.gradient-yellow-brown-white {
  background: linear-gradient(#FFEB3B, #964B00, #fff);
}

.gradient-yellow-brown-pink {
  background: linear-gradient(#FFEB3B, #964B00, #E91E63);
}

.gradient-yellow-brown-purple {
  background: linear-gradient(#FFEB3B, #964B00, #9C27B0);
}

.gradient-yellow-brown-indigo {
  background: linear-gradient(#FFEB3B, #964B00, #3E51B5);
}

.gradient-yellow-brown-cyan {
  background: linear-gradient(#FFEB3B, #964B00, #00BCD4);
}

.gradient-yellow-brown-teal {
  background: linear-gradient(#FFEB3B, #964B00, #009688);
}

.gradient-yellow-brown-lime {
  background: linear-gradient(#FFEB3B, #964B00, #CDDC39);
}

.gradient-yellow-brown-amber {
  background: linear-gradient(#FFEB3B, #964B00, #FFC107);
}

.gradient-yellow-brown-orange {
  background: linear-gradient(#FFEB3B, #964B00, #FF9800);
}

.gradient-yellow-brown-lightblue {
  background: linear-gradient(#FFEB3B, #964B00, #03A9F4);
}

.gradient-yellow-brown-lightgreen {
  background: linear-gradient(#FFEB3B, #964B00, #76FF03);
}

.gradient-yellow-brown-deeppurple {
  background: linear-gradient(#FFEB3B, #964B00, #673AB7);
}

.gradient-yellow-brown-deeporange {
  background: linear-gradient(#FFEB3B, #964B00, #DD6E0F);
}

.gradient-yellow-brown-grey {
  background: linear-gradient(#FFEB3B, #964B00, #808080);
}

.gradient-yellow-grey {
  background: linear-gradient(#FFEB3B, #808080);
}

.gradient-to-top-yellow-grey {
  background: linear-gradient(to top, #FFEB3B, #808080);
}

.gradient-to-bottom-yellow-grey {
  background: linear-gradient(to bottom, #FFEB3B, #808080);
}

.gradient-to-left-yellow-grey {
  background: linear-gradient(to left, #FFEB3B, #808080);
}

.gradient-to-right-yellow-grey {
  background: linear-gradient(to right, #FFEB3B, #808080);
}

.gradient-to-top-left-yellow-grey {
  background: linear-gradient(to top left, #FFEB3B, #808080);
}

.gradient-to-top-right-yellow-grey {
  background: linear-gradient(to top right, #FFEB3B, #808080);
}

.gradient-to-bottom-left-yellow-grey {
  background: linear-gradient(to bottom left, #FFEB3B, #808080);
}

.gradient-to-bottom-right-yellow-grey {
  background: linear-gradient(to bottom right, #FFEB3B, #808080);
}

.gradient-radial-yellow-grey {
  background: radial-gradient(circle, #FFEB3B, #808080);
}

.gradient-yellow-grey-primary {
  background: linear-gradient(#FFEB3B, #808080, #03A9F4);
}

.gradient-yellow-grey-secondary {
  background: linear-gradient(#FFEB3B, #808080, #333);
}

.gradient-yellow-grey-success {
  background: linear-gradient(#FFEB3B, #808080, #28a745);
}

.gradient-yellow-grey-info {
  background: linear-gradient(#FFEB3B, #808080, #0DCAF0);
}

.gradient-yellow-grey-warning {
  background: linear-gradient(#FFEB3B, #808080, #FFC107);
}

.gradient-yellow-grey-danger {
  background: linear-gradient(#FFEB3B, #808080, #DC3545);
}

.gradient-yellow-grey-light {
  background: linear-gradient(#FFEB3B, #808080, #f5f5f5);
}

.gradient-yellow-grey-dark {
  background: linear-gradient(#FFEB3B, #808080, #212529);
}

.gradient-yellow-grey-red {
  background: linear-gradient(#FFEB3B, #808080, #F44336);
}

.gradient-yellow-grey-green {
  background: linear-gradient(#FFEB3B, #808080, #4CAF50);
}

.gradient-yellow-grey-blue {
  background: linear-gradient(#FFEB3B, #808080, #2196F3);
}

.gradient-yellow-grey-black {
  background: linear-gradient(#FFEB3B, #808080, #000);
}

.gradient-yellow-grey-white {
  background: linear-gradient(#FFEB3B, #808080, #fff);
}

.gradient-yellow-grey-pink {
  background: linear-gradient(#FFEB3B, #808080, #E91E63);
}

.gradient-yellow-grey-purple {
  background: linear-gradient(#FFEB3B, #808080, #9C27B0);
}

.gradient-yellow-grey-indigo {
  background: linear-gradient(#FFEB3B, #808080, #3E51B5);
}

.gradient-yellow-grey-cyan {
  background: linear-gradient(#FFEB3B, #808080, #00BCD4);
}

.gradient-yellow-grey-teal {
  background: linear-gradient(#FFEB3B, #808080, #009688);
}

.gradient-yellow-grey-lime {
  background: linear-gradient(#FFEB3B, #808080, #CDDC39);
}

.gradient-yellow-grey-amber {
  background: linear-gradient(#FFEB3B, #808080, #FFC107);
}

.gradient-yellow-grey-orange {
  background: linear-gradient(#FFEB3B, #808080, #FF9800);
}

.gradient-yellow-grey-lightblue {
  background: linear-gradient(#FFEB3B, #808080, #03A9F4);
}

.gradient-yellow-grey-lightgreen {
  background: linear-gradient(#FFEB3B, #808080, #76FF03);
}

.gradient-yellow-grey-deeppurple {
  background: linear-gradient(#FFEB3B, #808080, #673AB7);
}

.gradient-yellow-grey-deeporange {
  background: linear-gradient(#FFEB3B, #808080, #DD6E0F);
}

.gradient-yellow-grey-brown {
  background: linear-gradient(#FFEB3B, #808080, #964B00);
}

.gradient-amber-primary {
  background: linear-gradient(#FFC107, #03A9F4);
}

.gradient-to-top-amber-primary {
  background: linear-gradient(to top, #FFC107, #03A9F4);
}

.gradient-to-bottom-amber-primary {
  background: linear-gradient(to bottom, #FFC107, #03A9F4);
}

.gradient-to-left-amber-primary {
  background: linear-gradient(to left, #FFC107, #03A9F4);
}

.gradient-to-right-amber-primary {
  background: linear-gradient(to right, #FFC107, #03A9F4);
}

.gradient-to-top-left-amber-primary {
  background: linear-gradient(to top left, #FFC107, #03A9F4);
}

.gradient-to-top-right-amber-primary {
  background: linear-gradient(to top right, #FFC107, #03A9F4);
}

.gradient-to-bottom-left-amber-primary {
  background: linear-gradient(to bottom left, #FFC107, #03A9F4);
}

.gradient-to-bottom-right-amber-primary {
  background: linear-gradient(to bottom right, #FFC107, #03A9F4);
}

.gradient-radial-amber-primary {
  background: radial-gradient(circle, #FFC107, #03A9F4);
}

.gradient-amber-primary-secondary {
  background: linear-gradient(#FFC107, #03A9F4, #333);
}

.gradient-amber-primary-success {
  background: linear-gradient(#FFC107, #03A9F4, #28a745);
}

.gradient-amber-primary-info {
  background: linear-gradient(#FFC107, #03A9F4, #0DCAF0);
}

.gradient-amber-primary-warning {
  background: linear-gradient(#FFC107, #03A9F4, #FFC107);
}

.gradient-amber-primary-danger {
  background: linear-gradient(#FFC107, #03A9F4, #DC3545);
}

.gradient-amber-primary-light {
  background: linear-gradient(#FFC107, #03A9F4, #f5f5f5);
}

.gradient-amber-primary-dark {
  background: linear-gradient(#FFC107, #03A9F4, #212529);
}

.gradient-amber-primary-red {
  background: linear-gradient(#FFC107, #03A9F4, #F44336);
}

.gradient-amber-primary-green {
  background: linear-gradient(#FFC107, #03A9F4, #4CAF50);
}

.gradient-amber-primary-blue {
  background: linear-gradient(#FFC107, #03A9F4, #2196F3);
}

.gradient-amber-primary-black {
  background: linear-gradient(#FFC107, #03A9F4, #000);
}

.gradient-amber-primary-white {
  background: linear-gradient(#FFC107, #03A9F4, #fff);
}

.gradient-amber-primary-pink {
  background: linear-gradient(#FFC107, #03A9F4, #E91E63);
}

.gradient-amber-primary-purple {
  background: linear-gradient(#FFC107, #03A9F4, #9C27B0);
}

.gradient-amber-primary-indigo {
  background: linear-gradient(#FFC107, #03A9F4, #3E51B5);
}

.gradient-amber-primary-cyan {
  background: linear-gradient(#FFC107, #03A9F4, #00BCD4);
}

.gradient-amber-primary-teal {
  background: linear-gradient(#FFC107, #03A9F4, #009688);
}

.gradient-amber-primary-lime {
  background: linear-gradient(#FFC107, #03A9F4, #CDDC39);
}

.gradient-amber-primary-yellow {
  background: linear-gradient(#FFC107, #03A9F4, #FFEB3B);
}

.gradient-amber-primary-orange {
  background: linear-gradient(#FFC107, #03A9F4, #FF9800);
}

.gradient-amber-primary-lightblue {
  background: linear-gradient(#FFC107, #03A9F4, #03A9F4);
}

.gradient-amber-primary-lightgreen {
  background: linear-gradient(#FFC107, #03A9F4, #76FF03);
}

.gradient-amber-primary-deeppurple {
  background: linear-gradient(#FFC107, #03A9F4, #673AB7);
}

.gradient-amber-primary-deeporange {
  background: linear-gradient(#FFC107, #03A9F4, #DD6E0F);
}

.gradient-amber-primary-brown {
  background: linear-gradient(#FFC107, #03A9F4, #964B00);
}

.gradient-amber-primary-grey {
  background: linear-gradient(#FFC107, #03A9F4, #808080);
}

.gradient-amber-secondary {
  background: linear-gradient(#FFC107, #333);
}

.gradient-to-top-amber-secondary {
  background: linear-gradient(to top, #FFC107, #333);
}

.gradient-to-bottom-amber-secondary {
  background: linear-gradient(to bottom, #FFC107, #333);
}

.gradient-to-left-amber-secondary {
  background: linear-gradient(to left, #FFC107, #333);
}

.gradient-to-right-amber-secondary {
  background: linear-gradient(to right, #FFC107, #333);
}

.gradient-to-top-left-amber-secondary {
  background: linear-gradient(to top left, #FFC107, #333);
}

.gradient-to-top-right-amber-secondary {
  background: linear-gradient(to top right, #FFC107, #333);
}

.gradient-to-bottom-left-amber-secondary {
  background: linear-gradient(to bottom left, #FFC107, #333);
}

.gradient-to-bottom-right-amber-secondary {
  background: linear-gradient(to bottom right, #FFC107, #333);
}

.gradient-radial-amber-secondary {
  background: radial-gradient(circle, #FFC107, #333);
}

.gradient-amber-secondary-primary {
  background: linear-gradient(#FFC107, #333, #03A9F4);
}

.gradient-amber-secondary-success {
  background: linear-gradient(#FFC107, #333, #28a745);
}

.gradient-amber-secondary-info {
  background: linear-gradient(#FFC107, #333, #0DCAF0);
}

.gradient-amber-secondary-warning {
  background: linear-gradient(#FFC107, #333, #FFC107);
}

.gradient-amber-secondary-danger {
  background: linear-gradient(#FFC107, #333, #DC3545);
}

.gradient-amber-secondary-light {
  background: linear-gradient(#FFC107, #333, #f5f5f5);
}

.gradient-amber-secondary-dark {
  background: linear-gradient(#FFC107, #333, #212529);
}

.gradient-amber-secondary-red {
  background: linear-gradient(#FFC107, #333, #F44336);
}

.gradient-amber-secondary-green {
  background: linear-gradient(#FFC107, #333, #4CAF50);
}

.gradient-amber-secondary-blue {
  background: linear-gradient(#FFC107, #333, #2196F3);
}

.gradient-amber-secondary-black {
  background: linear-gradient(#FFC107, #333, #000);
}

.gradient-amber-secondary-white {
  background: linear-gradient(#FFC107, #333, #fff);
}

.gradient-amber-secondary-pink {
  background: linear-gradient(#FFC107, #333, #E91E63);
}

.gradient-amber-secondary-purple {
  background: linear-gradient(#FFC107, #333, #9C27B0);
}

.gradient-amber-secondary-indigo {
  background: linear-gradient(#FFC107, #333, #3E51B5);
}

.gradient-amber-secondary-cyan {
  background: linear-gradient(#FFC107, #333, #00BCD4);
}

.gradient-amber-secondary-teal {
  background: linear-gradient(#FFC107, #333, #009688);
}

.gradient-amber-secondary-lime {
  background: linear-gradient(#FFC107, #333, #CDDC39);
}

.gradient-amber-secondary-yellow {
  background: linear-gradient(#FFC107, #333, #FFEB3B);
}

.gradient-amber-secondary-orange {
  background: linear-gradient(#FFC107, #333, #FF9800);
}

.gradient-amber-secondary-lightblue {
  background: linear-gradient(#FFC107, #333, #03A9F4);
}

.gradient-amber-secondary-lightgreen {
  background: linear-gradient(#FFC107, #333, #76FF03);
}

.gradient-amber-secondary-deeppurple {
  background: linear-gradient(#FFC107, #333, #673AB7);
}

.gradient-amber-secondary-deeporange {
  background: linear-gradient(#FFC107, #333, #DD6E0F);
}

.gradient-amber-secondary-brown {
  background: linear-gradient(#FFC107, #333, #964B00);
}

.gradient-amber-secondary-grey {
  background: linear-gradient(#FFC107, #333, #808080);
}

.gradient-amber-success {
  background: linear-gradient(#FFC107, #28a745);
}

.gradient-to-top-amber-success {
  background: linear-gradient(to top, #FFC107, #28a745);
}

.gradient-to-bottom-amber-success {
  background: linear-gradient(to bottom, #FFC107, #28a745);
}

.gradient-to-left-amber-success {
  background: linear-gradient(to left, #FFC107, #28a745);
}

.gradient-to-right-amber-success {
  background: linear-gradient(to right, #FFC107, #28a745);
}

.gradient-to-top-left-amber-success {
  background: linear-gradient(to top left, #FFC107, #28a745);
}

.gradient-to-top-right-amber-success {
  background: linear-gradient(to top right, #FFC107, #28a745);
}

.gradient-to-bottom-left-amber-success {
  background: linear-gradient(to bottom left, #FFC107, #28a745);
}

.gradient-to-bottom-right-amber-success {
  background: linear-gradient(to bottom right, #FFC107, #28a745);
}

.gradient-radial-amber-success {
  background: radial-gradient(circle, #FFC107, #28a745);
}

.gradient-amber-success-primary {
  background: linear-gradient(#FFC107, #28a745, #03A9F4);
}

.gradient-amber-success-secondary {
  background: linear-gradient(#FFC107, #28a745, #333);
}

.gradient-amber-success-info {
  background: linear-gradient(#FFC107, #28a745, #0DCAF0);
}

.gradient-amber-success-warning {
  background: linear-gradient(#FFC107, #28a745, #FFC107);
}

.gradient-amber-success-danger {
  background: linear-gradient(#FFC107, #28a745, #DC3545);
}

.gradient-amber-success-light {
  background: linear-gradient(#FFC107, #28a745, #f5f5f5);
}

.gradient-amber-success-dark {
  background: linear-gradient(#FFC107, #28a745, #212529);
}

.gradient-amber-success-red {
  background: linear-gradient(#FFC107, #28a745, #F44336);
}

.gradient-amber-success-green {
  background: linear-gradient(#FFC107, #28a745, #4CAF50);
}

.gradient-amber-success-blue {
  background: linear-gradient(#FFC107, #28a745, #2196F3);
}

.gradient-amber-success-black {
  background: linear-gradient(#FFC107, #28a745, #000);
}

.gradient-amber-success-white {
  background: linear-gradient(#FFC107, #28a745, #fff);
}

.gradient-amber-success-pink {
  background: linear-gradient(#FFC107, #28a745, #E91E63);
}

.gradient-amber-success-purple {
  background: linear-gradient(#FFC107, #28a745, #9C27B0);
}

.gradient-amber-success-indigo {
  background: linear-gradient(#FFC107, #28a745, #3E51B5);
}

.gradient-amber-success-cyan {
  background: linear-gradient(#FFC107, #28a745, #00BCD4);
}

.gradient-amber-success-teal {
  background: linear-gradient(#FFC107, #28a745, #009688);
}

.gradient-amber-success-lime {
  background: linear-gradient(#FFC107, #28a745, #CDDC39);
}

.gradient-amber-success-yellow {
  background: linear-gradient(#FFC107, #28a745, #FFEB3B);
}

.gradient-amber-success-orange {
  background: linear-gradient(#FFC107, #28a745, #FF9800);
}

.gradient-amber-success-lightblue {
  background: linear-gradient(#FFC107, #28a745, #03A9F4);
}

.gradient-amber-success-lightgreen {
  background: linear-gradient(#FFC107, #28a745, #76FF03);
}

.gradient-amber-success-deeppurple {
  background: linear-gradient(#FFC107, #28a745, #673AB7);
}

.gradient-amber-success-deeporange {
  background: linear-gradient(#FFC107, #28a745, #DD6E0F);
}

.gradient-amber-success-brown {
  background: linear-gradient(#FFC107, #28a745, #964B00);
}

.gradient-amber-success-grey {
  background: linear-gradient(#FFC107, #28a745, #808080);
}

.gradient-amber-info {
  background: linear-gradient(#FFC107, #0DCAF0);
}

.gradient-to-top-amber-info {
  background: linear-gradient(to top, #FFC107, #0DCAF0);
}

.gradient-to-bottom-amber-info {
  background: linear-gradient(to bottom, #FFC107, #0DCAF0);
}

.gradient-to-left-amber-info {
  background: linear-gradient(to left, #FFC107, #0DCAF0);
}

.gradient-to-right-amber-info {
  background: linear-gradient(to right, #FFC107, #0DCAF0);
}

.gradient-to-top-left-amber-info {
  background: linear-gradient(to top left, #FFC107, #0DCAF0);
}

.gradient-to-top-right-amber-info {
  background: linear-gradient(to top right, #FFC107, #0DCAF0);
}

.gradient-to-bottom-left-amber-info {
  background: linear-gradient(to bottom left, #FFC107, #0DCAF0);
}

.gradient-to-bottom-right-amber-info {
  background: linear-gradient(to bottom right, #FFC107, #0DCAF0);
}

.gradient-radial-amber-info {
  background: radial-gradient(circle, #FFC107, #0DCAF0);
}

.gradient-amber-info-primary {
  background: linear-gradient(#FFC107, #0DCAF0, #03A9F4);
}

.gradient-amber-info-secondary {
  background: linear-gradient(#FFC107, #0DCAF0, #333);
}

.gradient-amber-info-success {
  background: linear-gradient(#FFC107, #0DCAF0, #28a745);
}

.gradient-amber-info-warning {
  background: linear-gradient(#FFC107, #0DCAF0, #FFC107);
}

.gradient-amber-info-danger {
  background: linear-gradient(#FFC107, #0DCAF0, #DC3545);
}

.gradient-amber-info-light {
  background: linear-gradient(#FFC107, #0DCAF0, #f5f5f5);
}

.gradient-amber-info-dark {
  background: linear-gradient(#FFC107, #0DCAF0, #212529);
}

.gradient-amber-info-red {
  background: linear-gradient(#FFC107, #0DCAF0, #F44336);
}

.gradient-amber-info-green {
  background: linear-gradient(#FFC107, #0DCAF0, #4CAF50);
}

.gradient-amber-info-blue {
  background: linear-gradient(#FFC107, #0DCAF0, #2196F3);
}

.gradient-amber-info-black {
  background: linear-gradient(#FFC107, #0DCAF0, #000);
}

.gradient-amber-info-white {
  background: linear-gradient(#FFC107, #0DCAF0, #fff);
}

.gradient-amber-info-pink {
  background: linear-gradient(#FFC107, #0DCAF0, #E91E63);
}

.gradient-amber-info-purple {
  background: linear-gradient(#FFC107, #0DCAF0, #9C27B0);
}

.gradient-amber-info-indigo {
  background: linear-gradient(#FFC107, #0DCAF0, #3E51B5);
}

.gradient-amber-info-cyan {
  background: linear-gradient(#FFC107, #0DCAF0, #00BCD4);
}

.gradient-amber-info-teal {
  background: linear-gradient(#FFC107, #0DCAF0, #009688);
}

.gradient-amber-info-lime {
  background: linear-gradient(#FFC107, #0DCAF0, #CDDC39);
}

.gradient-amber-info-yellow {
  background: linear-gradient(#FFC107, #0DCAF0, #FFEB3B);
}

.gradient-amber-info-orange {
  background: linear-gradient(#FFC107, #0DCAF0, #FF9800);
}

.gradient-amber-info-lightblue {
  background: linear-gradient(#FFC107, #0DCAF0, #03A9F4);
}

.gradient-amber-info-lightgreen {
  background: linear-gradient(#FFC107, #0DCAF0, #76FF03);
}

.gradient-amber-info-deeppurple {
  background: linear-gradient(#FFC107, #0DCAF0, #673AB7);
}

.gradient-amber-info-deeporange {
  background: linear-gradient(#FFC107, #0DCAF0, #DD6E0F);
}

.gradient-amber-info-brown {
  background: linear-gradient(#FFC107, #0DCAF0, #964B00);
}

.gradient-amber-info-grey {
  background: linear-gradient(#FFC107, #0DCAF0, #808080);
}

.gradient-amber-warning {
  background: linear-gradient(#FFC107, #FFC107);
}

.gradient-to-top-amber-warning {
  background: linear-gradient(to top, #FFC107, #FFC107);
}

.gradient-to-bottom-amber-warning {
  background: linear-gradient(to bottom, #FFC107, #FFC107);
}

.gradient-to-left-amber-warning {
  background: linear-gradient(to left, #FFC107, #FFC107);
}

.gradient-to-right-amber-warning {
  background: linear-gradient(to right, #FFC107, #FFC107);
}

.gradient-to-top-left-amber-warning {
  background: linear-gradient(to top left, #FFC107, #FFC107);
}

.gradient-to-top-right-amber-warning {
  background: linear-gradient(to top right, #FFC107, #FFC107);
}

.gradient-to-bottom-left-amber-warning {
  background: linear-gradient(to bottom left, #FFC107, #FFC107);
}

.gradient-to-bottom-right-amber-warning {
  background: linear-gradient(to bottom right, #FFC107, #FFC107);
}

.gradient-radial-amber-warning {
  background: radial-gradient(circle, #FFC107, #FFC107);
}

.gradient-amber-warning-primary {
  background: linear-gradient(#FFC107, #FFC107, #03A9F4);
}

.gradient-amber-warning-secondary {
  background: linear-gradient(#FFC107, #FFC107, #333);
}

.gradient-amber-warning-success {
  background: linear-gradient(#FFC107, #FFC107, #28a745);
}

.gradient-amber-warning-info {
  background: linear-gradient(#FFC107, #FFC107, #0DCAF0);
}

.gradient-amber-warning-danger {
  background: linear-gradient(#FFC107, #FFC107, #DC3545);
}

.gradient-amber-warning-light {
  background: linear-gradient(#FFC107, #FFC107, #f5f5f5);
}

.gradient-amber-warning-dark {
  background: linear-gradient(#FFC107, #FFC107, #212529);
}

.gradient-amber-warning-red {
  background: linear-gradient(#FFC107, #FFC107, #F44336);
}

.gradient-amber-warning-green {
  background: linear-gradient(#FFC107, #FFC107, #4CAF50);
}

.gradient-amber-warning-blue {
  background: linear-gradient(#FFC107, #FFC107, #2196F3);
}

.gradient-amber-warning-black {
  background: linear-gradient(#FFC107, #FFC107, #000);
}

.gradient-amber-warning-white {
  background: linear-gradient(#FFC107, #FFC107, #fff);
}

.gradient-amber-warning-pink {
  background: linear-gradient(#FFC107, #FFC107, #E91E63);
}

.gradient-amber-warning-purple {
  background: linear-gradient(#FFC107, #FFC107, #9C27B0);
}

.gradient-amber-warning-indigo {
  background: linear-gradient(#FFC107, #FFC107, #3E51B5);
}

.gradient-amber-warning-cyan {
  background: linear-gradient(#FFC107, #FFC107, #00BCD4);
}

.gradient-amber-warning-teal {
  background: linear-gradient(#FFC107, #FFC107, #009688);
}

.gradient-amber-warning-lime {
  background: linear-gradient(#FFC107, #FFC107, #CDDC39);
}

.gradient-amber-warning-yellow {
  background: linear-gradient(#FFC107, #FFC107, #FFEB3B);
}

.gradient-amber-warning-orange {
  background: linear-gradient(#FFC107, #FFC107, #FF9800);
}

.gradient-amber-warning-lightblue {
  background: linear-gradient(#FFC107, #FFC107, #03A9F4);
}

.gradient-amber-warning-lightgreen {
  background: linear-gradient(#FFC107, #FFC107, #76FF03);
}

.gradient-amber-warning-deeppurple {
  background: linear-gradient(#FFC107, #FFC107, #673AB7);
}

.gradient-amber-warning-deeporange {
  background: linear-gradient(#FFC107, #FFC107, #DD6E0F);
}

.gradient-amber-warning-brown {
  background: linear-gradient(#FFC107, #FFC107, #964B00);
}

.gradient-amber-warning-grey {
  background: linear-gradient(#FFC107, #FFC107, #808080);
}

.gradient-amber-danger {
  background: linear-gradient(#FFC107, #DC3545);
}

.gradient-to-top-amber-danger {
  background: linear-gradient(to top, #FFC107, #DC3545);
}

.gradient-to-bottom-amber-danger {
  background: linear-gradient(to bottom, #FFC107, #DC3545);
}

.gradient-to-left-amber-danger {
  background: linear-gradient(to left, #FFC107, #DC3545);
}

.gradient-to-right-amber-danger {
  background: linear-gradient(to right, #FFC107, #DC3545);
}

.gradient-to-top-left-amber-danger {
  background: linear-gradient(to top left, #FFC107, #DC3545);
}

.gradient-to-top-right-amber-danger {
  background: linear-gradient(to top right, #FFC107, #DC3545);
}

.gradient-to-bottom-left-amber-danger {
  background: linear-gradient(to bottom left, #FFC107, #DC3545);
}

.gradient-to-bottom-right-amber-danger {
  background: linear-gradient(to bottom right, #FFC107, #DC3545);
}

.gradient-radial-amber-danger {
  background: radial-gradient(circle, #FFC107, #DC3545);
}

.gradient-amber-danger-primary {
  background: linear-gradient(#FFC107, #DC3545, #03A9F4);
}

.gradient-amber-danger-secondary {
  background: linear-gradient(#FFC107, #DC3545, #333);
}

.gradient-amber-danger-success {
  background: linear-gradient(#FFC107, #DC3545, #28a745);
}

.gradient-amber-danger-info {
  background: linear-gradient(#FFC107, #DC3545, #0DCAF0);
}

.gradient-amber-danger-warning {
  background: linear-gradient(#FFC107, #DC3545, #FFC107);
}

.gradient-amber-danger-light {
  background: linear-gradient(#FFC107, #DC3545, #f5f5f5);
}

.gradient-amber-danger-dark {
  background: linear-gradient(#FFC107, #DC3545, #212529);
}

.gradient-amber-danger-red {
  background: linear-gradient(#FFC107, #DC3545, #F44336);
}

.gradient-amber-danger-green {
  background: linear-gradient(#FFC107, #DC3545, #4CAF50);
}

.gradient-amber-danger-blue {
  background: linear-gradient(#FFC107, #DC3545, #2196F3);
}

.gradient-amber-danger-black {
  background: linear-gradient(#FFC107, #DC3545, #000);
}

.gradient-amber-danger-white {
  background: linear-gradient(#FFC107, #DC3545, #fff);
}

.gradient-amber-danger-pink {
  background: linear-gradient(#FFC107, #DC3545, #E91E63);
}

.gradient-amber-danger-purple {
  background: linear-gradient(#FFC107, #DC3545, #9C27B0);
}

.gradient-amber-danger-indigo {
  background: linear-gradient(#FFC107, #DC3545, #3E51B5);
}

.gradient-amber-danger-cyan {
  background: linear-gradient(#FFC107, #DC3545, #00BCD4);
}

.gradient-amber-danger-teal {
  background: linear-gradient(#FFC107, #DC3545, #009688);
}

.gradient-amber-danger-lime {
  background: linear-gradient(#FFC107, #DC3545, #CDDC39);
}

.gradient-amber-danger-yellow {
  background: linear-gradient(#FFC107, #DC3545, #FFEB3B);
}

.gradient-amber-danger-orange {
  background: linear-gradient(#FFC107, #DC3545, #FF9800);
}

.gradient-amber-danger-lightblue {
  background: linear-gradient(#FFC107, #DC3545, #03A9F4);
}

.gradient-amber-danger-lightgreen {
  background: linear-gradient(#FFC107, #DC3545, #76FF03);
}

.gradient-amber-danger-deeppurple {
  background: linear-gradient(#FFC107, #DC3545, #673AB7);
}

.gradient-amber-danger-deeporange {
  background: linear-gradient(#FFC107, #DC3545, #DD6E0F);
}

.gradient-amber-danger-brown {
  background: linear-gradient(#FFC107, #DC3545, #964B00);
}

.gradient-amber-danger-grey {
  background: linear-gradient(#FFC107, #DC3545, #808080);
}

.gradient-amber-light {
  background: linear-gradient(#FFC107, #f5f5f5);
}

.gradient-to-top-amber-light {
  background: linear-gradient(to top, #FFC107, #f5f5f5);
}

.gradient-to-bottom-amber-light {
  background: linear-gradient(to bottom, #FFC107, #f5f5f5);
}

.gradient-to-left-amber-light {
  background: linear-gradient(to left, #FFC107, #f5f5f5);
}

.gradient-to-right-amber-light {
  background: linear-gradient(to right, #FFC107, #f5f5f5);
}

.gradient-to-top-left-amber-light {
  background: linear-gradient(to top left, #FFC107, #f5f5f5);
}

.gradient-to-top-right-amber-light {
  background: linear-gradient(to top right, #FFC107, #f5f5f5);
}

.gradient-to-bottom-left-amber-light {
  background: linear-gradient(to bottom left, #FFC107, #f5f5f5);
}

.gradient-to-bottom-right-amber-light {
  background: linear-gradient(to bottom right, #FFC107, #f5f5f5);
}

.gradient-radial-amber-light {
  background: radial-gradient(circle, #FFC107, #f5f5f5);
}

.gradient-amber-light-primary {
  background: linear-gradient(#FFC107, #f5f5f5, #03A9F4);
}

.gradient-amber-light-secondary {
  background: linear-gradient(#FFC107, #f5f5f5, #333);
}

.gradient-amber-light-success {
  background: linear-gradient(#FFC107, #f5f5f5, #28a745);
}

.gradient-amber-light-info {
  background: linear-gradient(#FFC107, #f5f5f5, #0DCAF0);
}

.gradient-amber-light-warning {
  background: linear-gradient(#FFC107, #f5f5f5, #FFC107);
}

.gradient-amber-light-danger {
  background: linear-gradient(#FFC107, #f5f5f5, #DC3545);
}

.gradient-amber-light-dark {
  background: linear-gradient(#FFC107, #f5f5f5, #212529);
}

.gradient-amber-light-red {
  background: linear-gradient(#FFC107, #f5f5f5, #F44336);
}

.gradient-amber-light-green {
  background: linear-gradient(#FFC107, #f5f5f5, #4CAF50);
}

.gradient-amber-light-blue {
  background: linear-gradient(#FFC107, #f5f5f5, #2196F3);
}

.gradient-amber-light-black {
  background: linear-gradient(#FFC107, #f5f5f5, #000);
}

.gradient-amber-light-white {
  background: linear-gradient(#FFC107, #f5f5f5, #fff);
}

.gradient-amber-light-pink {
  background: linear-gradient(#FFC107, #f5f5f5, #E91E63);
}

.gradient-amber-light-purple {
  background: linear-gradient(#FFC107, #f5f5f5, #9C27B0);
}

.gradient-amber-light-indigo {
  background: linear-gradient(#FFC107, #f5f5f5, #3E51B5);
}

.gradient-amber-light-cyan {
  background: linear-gradient(#FFC107, #f5f5f5, #00BCD4);
}

.gradient-amber-light-teal {
  background: linear-gradient(#FFC107, #f5f5f5, #009688);
}

.gradient-amber-light-lime {
  background: linear-gradient(#FFC107, #f5f5f5, #CDDC39);
}

.gradient-amber-light-yellow {
  background: linear-gradient(#FFC107, #f5f5f5, #FFEB3B);
}

.gradient-amber-light-orange {
  background: linear-gradient(#FFC107, #f5f5f5, #FF9800);
}

.gradient-amber-light-lightblue {
  background: linear-gradient(#FFC107, #f5f5f5, #03A9F4);
}

.gradient-amber-light-lightgreen {
  background: linear-gradient(#FFC107, #f5f5f5, #76FF03);
}

.gradient-amber-light-deeppurple {
  background: linear-gradient(#FFC107, #f5f5f5, #673AB7);
}

.gradient-amber-light-deeporange {
  background: linear-gradient(#FFC107, #f5f5f5, #DD6E0F);
}

.gradient-amber-light-brown {
  background: linear-gradient(#FFC107, #f5f5f5, #964B00);
}

.gradient-amber-light-grey {
  background: linear-gradient(#FFC107, #f5f5f5, #808080);
}

.gradient-amber-dark {
  background: linear-gradient(#FFC107, #212529);
}

.gradient-to-top-amber-dark {
  background: linear-gradient(to top, #FFC107, #212529);
}

.gradient-to-bottom-amber-dark {
  background: linear-gradient(to bottom, #FFC107, #212529);
}

.gradient-to-left-amber-dark {
  background: linear-gradient(to left, #FFC107, #212529);
}

.gradient-to-right-amber-dark {
  background: linear-gradient(to right, #FFC107, #212529);
}

.gradient-to-top-left-amber-dark {
  background: linear-gradient(to top left, #FFC107, #212529);
}

.gradient-to-top-right-amber-dark {
  background: linear-gradient(to top right, #FFC107, #212529);
}

.gradient-to-bottom-left-amber-dark {
  background: linear-gradient(to bottom left, #FFC107, #212529);
}

.gradient-to-bottom-right-amber-dark {
  background: linear-gradient(to bottom right, #FFC107, #212529);
}

.gradient-radial-amber-dark {
  background: radial-gradient(circle, #FFC107, #212529);
}

.gradient-amber-dark-primary {
  background: linear-gradient(#FFC107, #212529, #03A9F4);
}

.gradient-amber-dark-secondary {
  background: linear-gradient(#FFC107, #212529, #333);
}

.gradient-amber-dark-success {
  background: linear-gradient(#FFC107, #212529, #28a745);
}

.gradient-amber-dark-info {
  background: linear-gradient(#FFC107, #212529, #0DCAF0);
}

.gradient-amber-dark-warning {
  background: linear-gradient(#FFC107, #212529, #FFC107);
}

.gradient-amber-dark-danger {
  background: linear-gradient(#FFC107, #212529, #DC3545);
}

.gradient-amber-dark-light {
  background: linear-gradient(#FFC107, #212529, #f5f5f5);
}

.gradient-amber-dark-red {
  background: linear-gradient(#FFC107, #212529, #F44336);
}

.gradient-amber-dark-green {
  background: linear-gradient(#FFC107, #212529, #4CAF50);
}

.gradient-amber-dark-blue {
  background: linear-gradient(#FFC107, #212529, #2196F3);
}

.gradient-amber-dark-black {
  background: linear-gradient(#FFC107, #212529, #000);
}

.gradient-amber-dark-white {
  background: linear-gradient(#FFC107, #212529, #fff);
}

.gradient-amber-dark-pink {
  background: linear-gradient(#FFC107, #212529, #E91E63);
}

.gradient-amber-dark-purple {
  background: linear-gradient(#FFC107, #212529, #9C27B0);
}

.gradient-amber-dark-indigo {
  background: linear-gradient(#FFC107, #212529, #3E51B5);
}

.gradient-amber-dark-cyan {
  background: linear-gradient(#FFC107, #212529, #00BCD4);
}

.gradient-amber-dark-teal {
  background: linear-gradient(#FFC107, #212529, #009688);
}

.gradient-amber-dark-lime {
  background: linear-gradient(#FFC107, #212529, #CDDC39);
}

.gradient-amber-dark-yellow {
  background: linear-gradient(#FFC107, #212529, #FFEB3B);
}

.gradient-amber-dark-orange {
  background: linear-gradient(#FFC107, #212529, #FF9800);
}

.gradient-amber-dark-lightblue {
  background: linear-gradient(#FFC107, #212529, #03A9F4);
}

.gradient-amber-dark-lightgreen {
  background: linear-gradient(#FFC107, #212529, #76FF03);
}

.gradient-amber-dark-deeppurple {
  background: linear-gradient(#FFC107, #212529, #673AB7);
}

.gradient-amber-dark-deeporange {
  background: linear-gradient(#FFC107, #212529, #DD6E0F);
}

.gradient-amber-dark-brown {
  background: linear-gradient(#FFC107, #212529, #964B00);
}

.gradient-amber-dark-grey {
  background: linear-gradient(#FFC107, #212529, #808080);
}

.gradient-amber-red {
  background: linear-gradient(#FFC107, #F44336);
}

.gradient-to-top-amber-red {
  background: linear-gradient(to top, #FFC107, #F44336);
}

.gradient-to-bottom-amber-red {
  background: linear-gradient(to bottom, #FFC107, #F44336);
}

.gradient-to-left-amber-red {
  background: linear-gradient(to left, #FFC107, #F44336);
}

.gradient-to-right-amber-red {
  background: linear-gradient(to right, #FFC107, #F44336);
}

.gradient-to-top-left-amber-red {
  background: linear-gradient(to top left, #FFC107, #F44336);
}

.gradient-to-top-right-amber-red {
  background: linear-gradient(to top right, #FFC107, #F44336);
}

.gradient-to-bottom-left-amber-red {
  background: linear-gradient(to bottom left, #FFC107, #F44336);
}

.gradient-to-bottom-right-amber-red {
  background: linear-gradient(to bottom right, #FFC107, #F44336);
}

.gradient-radial-amber-red {
  background: radial-gradient(circle, #FFC107, #F44336);
}

.gradient-amber-red-primary {
  background: linear-gradient(#FFC107, #F44336, #03A9F4);
}

.gradient-amber-red-secondary {
  background: linear-gradient(#FFC107, #F44336, #333);
}

.gradient-amber-red-success {
  background: linear-gradient(#FFC107, #F44336, #28a745);
}

.gradient-amber-red-info {
  background: linear-gradient(#FFC107, #F44336, #0DCAF0);
}

.gradient-amber-red-warning {
  background: linear-gradient(#FFC107, #F44336, #FFC107);
}

.gradient-amber-red-danger {
  background: linear-gradient(#FFC107, #F44336, #DC3545);
}

.gradient-amber-red-light {
  background: linear-gradient(#FFC107, #F44336, #f5f5f5);
}

.gradient-amber-red-dark {
  background: linear-gradient(#FFC107, #F44336, #212529);
}

.gradient-amber-red-green {
  background: linear-gradient(#FFC107, #F44336, #4CAF50);
}

.gradient-amber-red-blue {
  background: linear-gradient(#FFC107, #F44336, #2196F3);
}

.gradient-amber-red-black {
  background: linear-gradient(#FFC107, #F44336, #000);
}

.gradient-amber-red-white {
  background: linear-gradient(#FFC107, #F44336, #fff);
}

.gradient-amber-red-pink {
  background: linear-gradient(#FFC107, #F44336, #E91E63);
}

.gradient-amber-red-purple {
  background: linear-gradient(#FFC107, #F44336, #9C27B0);
}

.gradient-amber-red-indigo {
  background: linear-gradient(#FFC107, #F44336, #3E51B5);
}

.gradient-amber-red-cyan {
  background: linear-gradient(#FFC107, #F44336, #00BCD4);
}

.gradient-amber-red-teal {
  background: linear-gradient(#FFC107, #F44336, #009688);
}

.gradient-amber-red-lime {
  background: linear-gradient(#FFC107, #F44336, #CDDC39);
}

.gradient-amber-red-yellow {
  background: linear-gradient(#FFC107, #F44336, #FFEB3B);
}

.gradient-amber-red-orange {
  background: linear-gradient(#FFC107, #F44336, #FF9800);
}

.gradient-amber-red-lightblue {
  background: linear-gradient(#FFC107, #F44336, #03A9F4);
}

.gradient-amber-red-lightgreen {
  background: linear-gradient(#FFC107, #F44336, #76FF03);
}

.gradient-amber-red-deeppurple {
  background: linear-gradient(#FFC107, #F44336, #673AB7);
}

.gradient-amber-red-deeporange {
  background: linear-gradient(#FFC107, #F44336, #DD6E0F);
}

.gradient-amber-red-brown {
  background: linear-gradient(#FFC107, #F44336, #964B00);
}

.gradient-amber-red-grey {
  background: linear-gradient(#FFC107, #F44336, #808080);
}

.gradient-amber-green {
  background: linear-gradient(#FFC107, #4CAF50);
}

.gradient-to-top-amber-green {
  background: linear-gradient(to top, #FFC107, #4CAF50);
}

.gradient-to-bottom-amber-green {
  background: linear-gradient(to bottom, #FFC107, #4CAF50);
}

.gradient-to-left-amber-green {
  background: linear-gradient(to left, #FFC107, #4CAF50);
}

.gradient-to-right-amber-green {
  background: linear-gradient(to right, #FFC107, #4CAF50);
}

.gradient-to-top-left-amber-green {
  background: linear-gradient(to top left, #FFC107, #4CAF50);
}

.gradient-to-top-right-amber-green {
  background: linear-gradient(to top right, #FFC107, #4CAF50);
}

.gradient-to-bottom-left-amber-green {
  background: linear-gradient(to bottom left, #FFC107, #4CAF50);
}

.gradient-to-bottom-right-amber-green {
  background: linear-gradient(to bottom right, #FFC107, #4CAF50);
}

.gradient-radial-amber-green {
  background: radial-gradient(circle, #FFC107, #4CAF50);
}

.gradient-amber-green-primary {
  background: linear-gradient(#FFC107, #4CAF50, #03A9F4);
}

.gradient-amber-green-secondary {
  background: linear-gradient(#FFC107, #4CAF50, #333);
}

.gradient-amber-green-success {
  background: linear-gradient(#FFC107, #4CAF50, #28a745);
}

.gradient-amber-green-info {
  background: linear-gradient(#FFC107, #4CAF50, #0DCAF0);
}

.gradient-amber-green-warning {
  background: linear-gradient(#FFC107, #4CAF50, #FFC107);
}

.gradient-amber-green-danger {
  background: linear-gradient(#FFC107, #4CAF50, #DC3545);
}

.gradient-amber-green-light {
  background: linear-gradient(#FFC107, #4CAF50, #f5f5f5);
}

.gradient-amber-green-dark {
  background: linear-gradient(#FFC107, #4CAF50, #212529);
}

.gradient-amber-green-red {
  background: linear-gradient(#FFC107, #4CAF50, #F44336);
}

.gradient-amber-green-blue {
  background: linear-gradient(#FFC107, #4CAF50, #2196F3);
}

.gradient-amber-green-black {
  background: linear-gradient(#FFC107, #4CAF50, #000);
}

.gradient-amber-green-white {
  background: linear-gradient(#FFC107, #4CAF50, #fff);
}

.gradient-amber-green-pink {
  background: linear-gradient(#FFC107, #4CAF50, #E91E63);
}

.gradient-amber-green-purple {
  background: linear-gradient(#FFC107, #4CAF50, #9C27B0);
}

.gradient-amber-green-indigo {
  background: linear-gradient(#FFC107, #4CAF50, #3E51B5);
}

.gradient-amber-green-cyan {
  background: linear-gradient(#FFC107, #4CAF50, #00BCD4);
}

.gradient-amber-green-teal {
  background: linear-gradient(#FFC107, #4CAF50, #009688);
}

.gradient-amber-green-lime {
  background: linear-gradient(#FFC107, #4CAF50, #CDDC39);
}

.gradient-amber-green-yellow {
  background: linear-gradient(#FFC107, #4CAF50, #FFEB3B);
}

.gradient-amber-green-orange {
  background: linear-gradient(#FFC107, #4CAF50, #FF9800);
}

.gradient-amber-green-lightblue {
  background: linear-gradient(#FFC107, #4CAF50, #03A9F4);
}

.gradient-amber-green-lightgreen {
  background: linear-gradient(#FFC107, #4CAF50, #76FF03);
}

.gradient-amber-green-deeppurple {
  background: linear-gradient(#FFC107, #4CAF50, #673AB7);
}

.gradient-amber-green-deeporange {
  background: linear-gradient(#FFC107, #4CAF50, #DD6E0F);
}

.gradient-amber-green-brown {
  background: linear-gradient(#FFC107, #4CAF50, #964B00);
}

.gradient-amber-green-grey {
  background: linear-gradient(#FFC107, #4CAF50, #808080);
}

.gradient-amber-blue {
  background: linear-gradient(#FFC107, #2196F3);
}

.gradient-to-top-amber-blue {
  background: linear-gradient(to top, #FFC107, #2196F3);
}

.gradient-to-bottom-amber-blue {
  background: linear-gradient(to bottom, #FFC107, #2196F3);
}

.gradient-to-left-amber-blue {
  background: linear-gradient(to left, #FFC107, #2196F3);
}

.gradient-to-right-amber-blue {
  background: linear-gradient(to right, #FFC107, #2196F3);
}

.gradient-to-top-left-amber-blue {
  background: linear-gradient(to top left, #FFC107, #2196F3);
}

.gradient-to-top-right-amber-blue {
  background: linear-gradient(to top right, #FFC107, #2196F3);
}

.gradient-to-bottom-left-amber-blue {
  background: linear-gradient(to bottom left, #FFC107, #2196F3);
}

.gradient-to-bottom-right-amber-blue {
  background: linear-gradient(to bottom right, #FFC107, #2196F3);
}

.gradient-radial-amber-blue {
  background: radial-gradient(circle, #FFC107, #2196F3);
}

.gradient-amber-blue-primary {
  background: linear-gradient(#FFC107, #2196F3, #03A9F4);
}

.gradient-amber-blue-secondary {
  background: linear-gradient(#FFC107, #2196F3, #333);
}

.gradient-amber-blue-success {
  background: linear-gradient(#FFC107, #2196F3, #28a745);
}

.gradient-amber-blue-info {
  background: linear-gradient(#FFC107, #2196F3, #0DCAF0);
}

.gradient-amber-blue-warning {
  background: linear-gradient(#FFC107, #2196F3, #FFC107);
}

.gradient-amber-blue-danger {
  background: linear-gradient(#FFC107, #2196F3, #DC3545);
}

.gradient-amber-blue-light {
  background: linear-gradient(#FFC107, #2196F3, #f5f5f5);
}

.gradient-amber-blue-dark {
  background: linear-gradient(#FFC107, #2196F3, #212529);
}

.gradient-amber-blue-red {
  background: linear-gradient(#FFC107, #2196F3, #F44336);
}

.gradient-amber-blue-green {
  background: linear-gradient(#FFC107, #2196F3, #4CAF50);
}

.gradient-amber-blue-black {
  background: linear-gradient(#FFC107, #2196F3, #000);
}

.gradient-amber-blue-white {
  background: linear-gradient(#FFC107, #2196F3, #fff);
}

.gradient-amber-blue-pink {
  background: linear-gradient(#FFC107, #2196F3, #E91E63);
}

.gradient-amber-blue-purple {
  background: linear-gradient(#FFC107, #2196F3, #9C27B0);
}

.gradient-amber-blue-indigo {
  background: linear-gradient(#FFC107, #2196F3, #3E51B5);
}

.gradient-amber-blue-cyan {
  background: linear-gradient(#FFC107, #2196F3, #00BCD4);
}

.gradient-amber-blue-teal {
  background: linear-gradient(#FFC107, #2196F3, #009688);
}

.gradient-amber-blue-lime {
  background: linear-gradient(#FFC107, #2196F3, #CDDC39);
}

.gradient-amber-blue-yellow {
  background: linear-gradient(#FFC107, #2196F3, #FFEB3B);
}

.gradient-amber-blue-orange {
  background: linear-gradient(#FFC107, #2196F3, #FF9800);
}

.gradient-amber-blue-lightblue {
  background: linear-gradient(#FFC107, #2196F3, #03A9F4);
}

.gradient-amber-blue-lightgreen {
  background: linear-gradient(#FFC107, #2196F3, #76FF03);
}

.gradient-amber-blue-deeppurple {
  background: linear-gradient(#FFC107, #2196F3, #673AB7);
}

.gradient-amber-blue-deeporange {
  background: linear-gradient(#FFC107, #2196F3, #DD6E0F);
}

.gradient-amber-blue-brown {
  background: linear-gradient(#FFC107, #2196F3, #964B00);
}

.gradient-amber-blue-grey {
  background: linear-gradient(#FFC107, #2196F3, #808080);
}

.gradient-amber-black {
  background: linear-gradient(#FFC107, #000);
}

.gradient-to-top-amber-black {
  background: linear-gradient(to top, #FFC107, #000);
}

.gradient-to-bottom-amber-black {
  background: linear-gradient(to bottom, #FFC107, #000);
}

.gradient-to-left-amber-black {
  background: linear-gradient(to left, #FFC107, #000);
}

.gradient-to-right-amber-black {
  background: linear-gradient(to right, #FFC107, #000);
}

.gradient-to-top-left-amber-black {
  background: linear-gradient(to top left, #FFC107, #000);
}

.gradient-to-top-right-amber-black {
  background: linear-gradient(to top right, #FFC107, #000);
}

.gradient-to-bottom-left-amber-black {
  background: linear-gradient(to bottom left, #FFC107, #000);
}

.gradient-to-bottom-right-amber-black {
  background: linear-gradient(to bottom right, #FFC107, #000);
}

.gradient-radial-amber-black {
  background: radial-gradient(circle, #FFC107, #000);
}

.gradient-amber-black-primary {
  background: linear-gradient(#FFC107, #000, #03A9F4);
}

.gradient-amber-black-secondary {
  background: linear-gradient(#FFC107, #000, #333);
}

.gradient-amber-black-success {
  background: linear-gradient(#FFC107, #000, #28a745);
}

.gradient-amber-black-info {
  background: linear-gradient(#FFC107, #000, #0DCAF0);
}

.gradient-amber-black-warning {
  background: linear-gradient(#FFC107, #000, #FFC107);
}

.gradient-amber-black-danger {
  background: linear-gradient(#FFC107, #000, #DC3545);
}

.gradient-amber-black-light {
  background: linear-gradient(#FFC107, #000, #f5f5f5);
}

.gradient-amber-black-dark {
  background: linear-gradient(#FFC107, #000, #212529);
}

.gradient-amber-black-red {
  background: linear-gradient(#FFC107, #000, #F44336);
}

.gradient-amber-black-green {
  background: linear-gradient(#FFC107, #000, #4CAF50);
}

.gradient-amber-black-blue {
  background: linear-gradient(#FFC107, #000, #2196F3);
}

.gradient-amber-black-white {
  background: linear-gradient(#FFC107, #000, #fff);
}

.gradient-amber-black-pink {
  background: linear-gradient(#FFC107, #000, #E91E63);
}

.gradient-amber-black-purple {
  background: linear-gradient(#FFC107, #000, #9C27B0);
}

.gradient-amber-black-indigo {
  background: linear-gradient(#FFC107, #000, #3E51B5);
}

.gradient-amber-black-cyan {
  background: linear-gradient(#FFC107, #000, #00BCD4);
}

.gradient-amber-black-teal {
  background: linear-gradient(#FFC107, #000, #009688);
}

.gradient-amber-black-lime {
  background: linear-gradient(#FFC107, #000, #CDDC39);
}

.gradient-amber-black-yellow {
  background: linear-gradient(#FFC107, #000, #FFEB3B);
}

.gradient-amber-black-orange {
  background: linear-gradient(#FFC107, #000, #FF9800);
}

.gradient-amber-black-lightblue {
  background: linear-gradient(#FFC107, #000, #03A9F4);
}

.gradient-amber-black-lightgreen {
  background: linear-gradient(#FFC107, #000, #76FF03);
}

.gradient-amber-black-deeppurple {
  background: linear-gradient(#FFC107, #000, #673AB7);
}

.gradient-amber-black-deeporange {
  background: linear-gradient(#FFC107, #000, #DD6E0F);
}

.gradient-amber-black-brown {
  background: linear-gradient(#FFC107, #000, #964B00);
}

.gradient-amber-black-grey {
  background: linear-gradient(#FFC107, #000, #808080);
}

.gradient-amber-white {
  background: linear-gradient(#FFC107, #fff);
}

.gradient-to-top-amber-white {
  background: linear-gradient(to top, #FFC107, #fff);
}

.gradient-to-bottom-amber-white {
  background: linear-gradient(to bottom, #FFC107, #fff);
}

.gradient-to-left-amber-white {
  background: linear-gradient(to left, #FFC107, #fff);
}

.gradient-to-right-amber-white {
  background: linear-gradient(to right, #FFC107, #fff);
}

.gradient-to-top-left-amber-white {
  background: linear-gradient(to top left, #FFC107, #fff);
}

.gradient-to-top-right-amber-white {
  background: linear-gradient(to top right, #FFC107, #fff);
}

.gradient-to-bottom-left-amber-white {
  background: linear-gradient(to bottom left, #FFC107, #fff);
}

.gradient-to-bottom-right-amber-white {
  background: linear-gradient(to bottom right, #FFC107, #fff);
}

.gradient-radial-amber-white {
  background: radial-gradient(circle, #FFC107, #fff);
}

.gradient-amber-white-primary {
  background: linear-gradient(#FFC107, #fff, #03A9F4);
}

.gradient-amber-white-secondary {
  background: linear-gradient(#FFC107, #fff, #333);
}

.gradient-amber-white-success {
  background: linear-gradient(#FFC107, #fff, #28a745);
}

.gradient-amber-white-info {
  background: linear-gradient(#FFC107, #fff, #0DCAF0);
}

.gradient-amber-white-warning {
  background: linear-gradient(#FFC107, #fff, #FFC107);
}

.gradient-amber-white-danger {
  background: linear-gradient(#FFC107, #fff, #DC3545);
}

.gradient-amber-white-light {
  background: linear-gradient(#FFC107, #fff, #f5f5f5);
}

.gradient-amber-white-dark {
  background: linear-gradient(#FFC107, #fff, #212529);
}

.gradient-amber-white-red {
  background: linear-gradient(#FFC107, #fff, #F44336);
}

.gradient-amber-white-green {
  background: linear-gradient(#FFC107, #fff, #4CAF50);
}

.gradient-amber-white-blue {
  background: linear-gradient(#FFC107, #fff, #2196F3);
}

.gradient-amber-white-black {
  background: linear-gradient(#FFC107, #fff, #000);
}

.gradient-amber-white-pink {
  background: linear-gradient(#FFC107, #fff, #E91E63);
}

.gradient-amber-white-purple {
  background: linear-gradient(#FFC107, #fff, #9C27B0);
}

.gradient-amber-white-indigo {
  background: linear-gradient(#FFC107, #fff, #3E51B5);
}

.gradient-amber-white-cyan {
  background: linear-gradient(#FFC107, #fff, #00BCD4);
}

.gradient-amber-white-teal {
  background: linear-gradient(#FFC107, #fff, #009688);
}

.gradient-amber-white-lime {
  background: linear-gradient(#FFC107, #fff, #CDDC39);
}

.gradient-amber-white-yellow {
  background: linear-gradient(#FFC107, #fff, #FFEB3B);
}

.gradient-amber-white-orange {
  background: linear-gradient(#FFC107, #fff, #FF9800);
}

.gradient-amber-white-lightblue {
  background: linear-gradient(#FFC107, #fff, #03A9F4);
}

.gradient-amber-white-lightgreen {
  background: linear-gradient(#FFC107, #fff, #76FF03);
}

.gradient-amber-white-deeppurple {
  background: linear-gradient(#FFC107, #fff, #673AB7);
}

.gradient-amber-white-deeporange {
  background: linear-gradient(#FFC107, #fff, #DD6E0F);
}

.gradient-amber-white-brown {
  background: linear-gradient(#FFC107, #fff, #964B00);
}

.gradient-amber-white-grey {
  background: linear-gradient(#FFC107, #fff, #808080);
}

.gradient-amber-pink {
  background: linear-gradient(#FFC107, #E91E63);
}

.gradient-to-top-amber-pink {
  background: linear-gradient(to top, #FFC107, #E91E63);
}

.gradient-to-bottom-amber-pink {
  background: linear-gradient(to bottom, #FFC107, #E91E63);
}

.gradient-to-left-amber-pink {
  background: linear-gradient(to left, #FFC107, #E91E63);
}

.gradient-to-right-amber-pink {
  background: linear-gradient(to right, #FFC107, #E91E63);
}

.gradient-to-top-left-amber-pink {
  background: linear-gradient(to top left, #FFC107, #E91E63);
}

.gradient-to-top-right-amber-pink {
  background: linear-gradient(to top right, #FFC107, #E91E63);
}

.gradient-to-bottom-left-amber-pink {
  background: linear-gradient(to bottom left, #FFC107, #E91E63);
}

.gradient-to-bottom-right-amber-pink {
  background: linear-gradient(to bottom right, #FFC107, #E91E63);
}

.gradient-radial-amber-pink {
  background: radial-gradient(circle, #FFC107, #E91E63);
}

.gradient-amber-pink-primary {
  background: linear-gradient(#FFC107, #E91E63, #03A9F4);
}

.gradient-amber-pink-secondary {
  background: linear-gradient(#FFC107, #E91E63, #333);
}

.gradient-amber-pink-success {
  background: linear-gradient(#FFC107, #E91E63, #28a745);
}

.gradient-amber-pink-info {
  background: linear-gradient(#FFC107, #E91E63, #0DCAF0);
}

.gradient-amber-pink-warning {
  background: linear-gradient(#FFC107, #E91E63, #FFC107);
}

.gradient-amber-pink-danger {
  background: linear-gradient(#FFC107, #E91E63, #DC3545);
}

.gradient-amber-pink-light {
  background: linear-gradient(#FFC107, #E91E63, #f5f5f5);
}

.gradient-amber-pink-dark {
  background: linear-gradient(#FFC107, #E91E63, #212529);
}

.gradient-amber-pink-red {
  background: linear-gradient(#FFC107, #E91E63, #F44336);
}

.gradient-amber-pink-green {
  background: linear-gradient(#FFC107, #E91E63, #4CAF50);
}

.gradient-amber-pink-blue {
  background: linear-gradient(#FFC107, #E91E63, #2196F3);
}

.gradient-amber-pink-black {
  background: linear-gradient(#FFC107, #E91E63, #000);
}

.gradient-amber-pink-white {
  background: linear-gradient(#FFC107, #E91E63, #fff);
}

.gradient-amber-pink-purple {
  background: linear-gradient(#FFC107, #E91E63, #9C27B0);
}

.gradient-amber-pink-indigo {
  background: linear-gradient(#FFC107, #E91E63, #3E51B5);
}

.gradient-amber-pink-cyan {
  background: linear-gradient(#FFC107, #E91E63, #00BCD4);
}

.gradient-amber-pink-teal {
  background: linear-gradient(#FFC107, #E91E63, #009688);
}

.gradient-amber-pink-lime {
  background: linear-gradient(#FFC107, #E91E63, #CDDC39);
}

.gradient-amber-pink-yellow {
  background: linear-gradient(#FFC107, #E91E63, #FFEB3B);
}

.gradient-amber-pink-orange {
  background: linear-gradient(#FFC107, #E91E63, #FF9800);
}

.gradient-amber-pink-lightblue {
  background: linear-gradient(#FFC107, #E91E63, #03A9F4);
}

.gradient-amber-pink-lightgreen {
  background: linear-gradient(#FFC107, #E91E63, #76FF03);
}

.gradient-amber-pink-deeppurple {
  background: linear-gradient(#FFC107, #E91E63, #673AB7);
}

.gradient-amber-pink-deeporange {
  background: linear-gradient(#FFC107, #E91E63, #DD6E0F);
}

.gradient-amber-pink-brown {
  background: linear-gradient(#FFC107, #E91E63, #964B00);
}

.gradient-amber-pink-grey {
  background: linear-gradient(#FFC107, #E91E63, #808080);
}

.gradient-amber-purple {
  background: linear-gradient(#FFC107, #9C27B0);
}

.gradient-to-top-amber-purple {
  background: linear-gradient(to top, #FFC107, #9C27B0);
}

.gradient-to-bottom-amber-purple {
  background: linear-gradient(to bottom, #FFC107, #9C27B0);
}

.gradient-to-left-amber-purple {
  background: linear-gradient(to left, #FFC107, #9C27B0);
}

.gradient-to-right-amber-purple {
  background: linear-gradient(to right, #FFC107, #9C27B0);
}

.gradient-to-top-left-amber-purple {
  background: linear-gradient(to top left, #FFC107, #9C27B0);
}

.gradient-to-top-right-amber-purple {
  background: linear-gradient(to top right, #FFC107, #9C27B0);
}

.gradient-to-bottom-left-amber-purple {
  background: linear-gradient(to bottom left, #FFC107, #9C27B0);
}

.gradient-to-bottom-right-amber-purple {
  background: linear-gradient(to bottom right, #FFC107, #9C27B0);
}

.gradient-radial-amber-purple {
  background: radial-gradient(circle, #FFC107, #9C27B0);
}

.gradient-amber-purple-primary {
  background: linear-gradient(#FFC107, #9C27B0, #03A9F4);
}

.gradient-amber-purple-secondary {
  background: linear-gradient(#FFC107, #9C27B0, #333);
}

.gradient-amber-purple-success {
  background: linear-gradient(#FFC107, #9C27B0, #28a745);
}

.gradient-amber-purple-info {
  background: linear-gradient(#FFC107, #9C27B0, #0DCAF0);
}

.gradient-amber-purple-warning {
  background: linear-gradient(#FFC107, #9C27B0, #FFC107);
}

.gradient-amber-purple-danger {
  background: linear-gradient(#FFC107, #9C27B0, #DC3545);
}

.gradient-amber-purple-light {
  background: linear-gradient(#FFC107, #9C27B0, #f5f5f5);
}

.gradient-amber-purple-dark {
  background: linear-gradient(#FFC107, #9C27B0, #212529);
}

.gradient-amber-purple-red {
  background: linear-gradient(#FFC107, #9C27B0, #F44336);
}

.gradient-amber-purple-green {
  background: linear-gradient(#FFC107, #9C27B0, #4CAF50);
}

.gradient-amber-purple-blue {
  background: linear-gradient(#FFC107, #9C27B0, #2196F3);
}

.gradient-amber-purple-black {
  background: linear-gradient(#FFC107, #9C27B0, #000);
}

.gradient-amber-purple-white {
  background: linear-gradient(#FFC107, #9C27B0, #fff);
}

.gradient-amber-purple-pink {
  background: linear-gradient(#FFC107, #9C27B0, #E91E63);
}

.gradient-amber-purple-indigo {
  background: linear-gradient(#FFC107, #9C27B0, #3E51B5);
}

.gradient-amber-purple-cyan {
  background: linear-gradient(#FFC107, #9C27B0, #00BCD4);
}

.gradient-amber-purple-teal {
  background: linear-gradient(#FFC107, #9C27B0, #009688);
}

.gradient-amber-purple-lime {
  background: linear-gradient(#FFC107, #9C27B0, #CDDC39);
}

.gradient-amber-purple-yellow {
  background: linear-gradient(#FFC107, #9C27B0, #FFEB3B);
}

.gradient-amber-purple-orange {
  background: linear-gradient(#FFC107, #9C27B0, #FF9800);
}

.gradient-amber-purple-lightblue {
  background: linear-gradient(#FFC107, #9C27B0, #03A9F4);
}

.gradient-amber-purple-lightgreen {
  background: linear-gradient(#FFC107, #9C27B0, #76FF03);
}

.gradient-amber-purple-deeppurple {
  background: linear-gradient(#FFC107, #9C27B0, #673AB7);
}

.gradient-amber-purple-deeporange {
  background: linear-gradient(#FFC107, #9C27B0, #DD6E0F);
}

.gradient-amber-purple-brown {
  background: linear-gradient(#FFC107, #9C27B0, #964B00);
}

.gradient-amber-purple-grey {
  background: linear-gradient(#FFC107, #9C27B0, #808080);
}

.gradient-amber-indigo {
  background: linear-gradient(#FFC107, #3E51B5);
}

.gradient-to-top-amber-indigo {
  background: linear-gradient(to top, #FFC107, #3E51B5);
}

.gradient-to-bottom-amber-indigo {
  background: linear-gradient(to bottom, #FFC107, #3E51B5);
}

.gradient-to-left-amber-indigo {
  background: linear-gradient(to left, #FFC107, #3E51B5);
}

.gradient-to-right-amber-indigo {
  background: linear-gradient(to right, #FFC107, #3E51B5);
}

.gradient-to-top-left-amber-indigo {
  background: linear-gradient(to top left, #FFC107, #3E51B5);
}

.gradient-to-top-right-amber-indigo {
  background: linear-gradient(to top right, #FFC107, #3E51B5);
}

.gradient-to-bottom-left-amber-indigo {
  background: linear-gradient(to bottom left, #FFC107, #3E51B5);
}

.gradient-to-bottom-right-amber-indigo {
  background: linear-gradient(to bottom right, #FFC107, #3E51B5);
}

.gradient-radial-amber-indigo {
  background: radial-gradient(circle, #FFC107, #3E51B5);
}

.gradient-amber-indigo-primary {
  background: linear-gradient(#FFC107, #3E51B5, #03A9F4);
}

.gradient-amber-indigo-secondary {
  background: linear-gradient(#FFC107, #3E51B5, #333);
}

.gradient-amber-indigo-success {
  background: linear-gradient(#FFC107, #3E51B5, #28a745);
}

.gradient-amber-indigo-info {
  background: linear-gradient(#FFC107, #3E51B5, #0DCAF0);
}

.gradient-amber-indigo-warning {
  background: linear-gradient(#FFC107, #3E51B5, #FFC107);
}

.gradient-amber-indigo-danger {
  background: linear-gradient(#FFC107, #3E51B5, #DC3545);
}

.gradient-amber-indigo-light {
  background: linear-gradient(#FFC107, #3E51B5, #f5f5f5);
}

.gradient-amber-indigo-dark {
  background: linear-gradient(#FFC107, #3E51B5, #212529);
}

.gradient-amber-indigo-red {
  background: linear-gradient(#FFC107, #3E51B5, #F44336);
}

.gradient-amber-indigo-green {
  background: linear-gradient(#FFC107, #3E51B5, #4CAF50);
}

.gradient-amber-indigo-blue {
  background: linear-gradient(#FFC107, #3E51B5, #2196F3);
}

.gradient-amber-indigo-black {
  background: linear-gradient(#FFC107, #3E51B5, #000);
}

.gradient-amber-indigo-white {
  background: linear-gradient(#FFC107, #3E51B5, #fff);
}

.gradient-amber-indigo-pink {
  background: linear-gradient(#FFC107, #3E51B5, #E91E63);
}

.gradient-amber-indigo-purple {
  background: linear-gradient(#FFC107, #3E51B5, #9C27B0);
}

.gradient-amber-indigo-cyan {
  background: linear-gradient(#FFC107, #3E51B5, #00BCD4);
}

.gradient-amber-indigo-teal {
  background: linear-gradient(#FFC107, #3E51B5, #009688);
}

.gradient-amber-indigo-lime {
  background: linear-gradient(#FFC107, #3E51B5, #CDDC39);
}

.gradient-amber-indigo-yellow {
  background: linear-gradient(#FFC107, #3E51B5, #FFEB3B);
}

.gradient-amber-indigo-orange {
  background: linear-gradient(#FFC107, #3E51B5, #FF9800);
}

.gradient-amber-indigo-lightblue {
  background: linear-gradient(#FFC107, #3E51B5, #03A9F4);
}

.gradient-amber-indigo-lightgreen {
  background: linear-gradient(#FFC107, #3E51B5, #76FF03);
}

.gradient-amber-indigo-deeppurple {
  background: linear-gradient(#FFC107, #3E51B5, #673AB7);
}

.gradient-amber-indigo-deeporange {
  background: linear-gradient(#FFC107, #3E51B5, #DD6E0F);
}

.gradient-amber-indigo-brown {
  background: linear-gradient(#FFC107, #3E51B5, #964B00);
}

.gradient-amber-indigo-grey {
  background: linear-gradient(#FFC107, #3E51B5, #808080);
}

.gradient-amber-cyan {
  background: linear-gradient(#FFC107, #00BCD4);
}

.gradient-to-top-amber-cyan {
  background: linear-gradient(to top, #FFC107, #00BCD4);
}

.gradient-to-bottom-amber-cyan {
  background: linear-gradient(to bottom, #FFC107, #00BCD4);
}

.gradient-to-left-amber-cyan {
  background: linear-gradient(to left, #FFC107, #00BCD4);
}

.gradient-to-right-amber-cyan {
  background: linear-gradient(to right, #FFC107, #00BCD4);
}

.gradient-to-top-left-amber-cyan {
  background: linear-gradient(to top left, #FFC107, #00BCD4);
}

.gradient-to-top-right-amber-cyan {
  background: linear-gradient(to top right, #FFC107, #00BCD4);
}

.gradient-to-bottom-left-amber-cyan {
  background: linear-gradient(to bottom left, #FFC107, #00BCD4);
}

.gradient-to-bottom-right-amber-cyan {
  background: linear-gradient(to bottom right, #FFC107, #00BCD4);
}

.gradient-radial-amber-cyan {
  background: radial-gradient(circle, #FFC107, #00BCD4);
}

.gradient-amber-cyan-primary {
  background: linear-gradient(#FFC107, #00BCD4, #03A9F4);
}

.gradient-amber-cyan-secondary {
  background: linear-gradient(#FFC107, #00BCD4, #333);
}

.gradient-amber-cyan-success {
  background: linear-gradient(#FFC107, #00BCD4, #28a745);
}

.gradient-amber-cyan-info {
  background: linear-gradient(#FFC107, #00BCD4, #0DCAF0);
}

.gradient-amber-cyan-warning {
  background: linear-gradient(#FFC107, #00BCD4, #FFC107);
}

.gradient-amber-cyan-danger {
  background: linear-gradient(#FFC107, #00BCD4, #DC3545);
}

.gradient-amber-cyan-light {
  background: linear-gradient(#FFC107, #00BCD4, #f5f5f5);
}

.gradient-amber-cyan-dark {
  background: linear-gradient(#FFC107, #00BCD4, #212529);
}

.gradient-amber-cyan-red {
  background: linear-gradient(#FFC107, #00BCD4, #F44336);
}

.gradient-amber-cyan-green {
  background: linear-gradient(#FFC107, #00BCD4, #4CAF50);
}

.gradient-amber-cyan-blue {
  background: linear-gradient(#FFC107, #00BCD4, #2196F3);
}

.gradient-amber-cyan-black {
  background: linear-gradient(#FFC107, #00BCD4, #000);
}

.gradient-amber-cyan-white {
  background: linear-gradient(#FFC107, #00BCD4, #fff);
}

.gradient-amber-cyan-pink {
  background: linear-gradient(#FFC107, #00BCD4, #E91E63);
}

.gradient-amber-cyan-purple {
  background: linear-gradient(#FFC107, #00BCD4, #9C27B0);
}

.gradient-amber-cyan-indigo {
  background: linear-gradient(#FFC107, #00BCD4, #3E51B5);
}

.gradient-amber-cyan-teal {
  background: linear-gradient(#FFC107, #00BCD4, #009688);
}

.gradient-amber-cyan-lime {
  background: linear-gradient(#FFC107, #00BCD4, #CDDC39);
}

.gradient-amber-cyan-yellow {
  background: linear-gradient(#FFC107, #00BCD4, #FFEB3B);
}

.gradient-amber-cyan-orange {
  background: linear-gradient(#FFC107, #00BCD4, #FF9800);
}

.gradient-amber-cyan-lightblue {
  background: linear-gradient(#FFC107, #00BCD4, #03A9F4);
}

.gradient-amber-cyan-lightgreen {
  background: linear-gradient(#FFC107, #00BCD4, #76FF03);
}

.gradient-amber-cyan-deeppurple {
  background: linear-gradient(#FFC107, #00BCD4, #673AB7);
}

.gradient-amber-cyan-deeporange {
  background: linear-gradient(#FFC107, #00BCD4, #DD6E0F);
}

.gradient-amber-cyan-brown {
  background: linear-gradient(#FFC107, #00BCD4, #964B00);
}

.gradient-amber-cyan-grey {
  background: linear-gradient(#FFC107, #00BCD4, #808080);
}

.gradient-amber-teal {
  background: linear-gradient(#FFC107, #009688);
}

.gradient-to-top-amber-teal {
  background: linear-gradient(to top, #FFC107, #009688);
}

.gradient-to-bottom-amber-teal {
  background: linear-gradient(to bottom, #FFC107, #009688);
}

.gradient-to-left-amber-teal {
  background: linear-gradient(to left, #FFC107, #009688);
}

.gradient-to-right-amber-teal {
  background: linear-gradient(to right, #FFC107, #009688);
}

.gradient-to-top-left-amber-teal {
  background: linear-gradient(to top left, #FFC107, #009688);
}

.gradient-to-top-right-amber-teal {
  background: linear-gradient(to top right, #FFC107, #009688);
}

.gradient-to-bottom-left-amber-teal {
  background: linear-gradient(to bottom left, #FFC107, #009688);
}

.gradient-to-bottom-right-amber-teal {
  background: linear-gradient(to bottom right, #FFC107, #009688);
}

.gradient-radial-amber-teal {
  background: radial-gradient(circle, #FFC107, #009688);
}

.gradient-amber-teal-primary {
  background: linear-gradient(#FFC107, #009688, #03A9F4);
}

.gradient-amber-teal-secondary {
  background: linear-gradient(#FFC107, #009688, #333);
}

.gradient-amber-teal-success {
  background: linear-gradient(#FFC107, #009688, #28a745);
}

.gradient-amber-teal-info {
  background: linear-gradient(#FFC107, #009688, #0DCAF0);
}

.gradient-amber-teal-warning {
  background: linear-gradient(#FFC107, #009688, #FFC107);
}

.gradient-amber-teal-danger {
  background: linear-gradient(#FFC107, #009688, #DC3545);
}

.gradient-amber-teal-light {
  background: linear-gradient(#FFC107, #009688, #f5f5f5);
}

.gradient-amber-teal-dark {
  background: linear-gradient(#FFC107, #009688, #212529);
}

.gradient-amber-teal-red {
  background: linear-gradient(#FFC107, #009688, #F44336);
}

.gradient-amber-teal-green {
  background: linear-gradient(#FFC107, #009688, #4CAF50);
}

.gradient-amber-teal-blue {
  background: linear-gradient(#FFC107, #009688, #2196F3);
}

.gradient-amber-teal-black {
  background: linear-gradient(#FFC107, #009688, #000);
}

.gradient-amber-teal-white {
  background: linear-gradient(#FFC107, #009688, #fff);
}

.gradient-amber-teal-pink {
  background: linear-gradient(#FFC107, #009688, #E91E63);
}

.gradient-amber-teal-purple {
  background: linear-gradient(#FFC107, #009688, #9C27B0);
}

.gradient-amber-teal-indigo {
  background: linear-gradient(#FFC107, #009688, #3E51B5);
}

.gradient-amber-teal-cyan {
  background: linear-gradient(#FFC107, #009688, #00BCD4);
}

.gradient-amber-teal-lime {
  background: linear-gradient(#FFC107, #009688, #CDDC39);
}

.gradient-amber-teal-yellow {
  background: linear-gradient(#FFC107, #009688, #FFEB3B);
}

.gradient-amber-teal-orange {
  background: linear-gradient(#FFC107, #009688, #FF9800);
}

.gradient-amber-teal-lightblue {
  background: linear-gradient(#FFC107, #009688, #03A9F4);
}

.gradient-amber-teal-lightgreen {
  background: linear-gradient(#FFC107, #009688, #76FF03);
}

.gradient-amber-teal-deeppurple {
  background: linear-gradient(#FFC107, #009688, #673AB7);
}

.gradient-amber-teal-deeporange {
  background: linear-gradient(#FFC107, #009688, #DD6E0F);
}

.gradient-amber-teal-brown {
  background: linear-gradient(#FFC107, #009688, #964B00);
}

.gradient-amber-teal-grey {
  background: linear-gradient(#FFC107, #009688, #808080);
}

.gradient-amber-lime {
  background: linear-gradient(#FFC107, #CDDC39);
}

.gradient-to-top-amber-lime {
  background: linear-gradient(to top, #FFC107, #CDDC39);
}

.gradient-to-bottom-amber-lime {
  background: linear-gradient(to bottom, #FFC107, #CDDC39);
}

.gradient-to-left-amber-lime {
  background: linear-gradient(to left, #FFC107, #CDDC39);
}

.gradient-to-right-amber-lime {
  background: linear-gradient(to right, #FFC107, #CDDC39);
}

.gradient-to-top-left-amber-lime {
  background: linear-gradient(to top left, #FFC107, #CDDC39);
}

.gradient-to-top-right-amber-lime {
  background: linear-gradient(to top right, #FFC107, #CDDC39);
}

.gradient-to-bottom-left-amber-lime {
  background: linear-gradient(to bottom left, #FFC107, #CDDC39);
}

.gradient-to-bottom-right-amber-lime {
  background: linear-gradient(to bottom right, #FFC107, #CDDC39);
}

.gradient-radial-amber-lime {
  background: radial-gradient(circle, #FFC107, #CDDC39);
}

.gradient-amber-lime-primary {
  background: linear-gradient(#FFC107, #CDDC39, #03A9F4);
}

.gradient-amber-lime-secondary {
  background: linear-gradient(#FFC107, #CDDC39, #333);
}

.gradient-amber-lime-success {
  background: linear-gradient(#FFC107, #CDDC39, #28a745);
}

.gradient-amber-lime-info {
  background: linear-gradient(#FFC107, #CDDC39, #0DCAF0);
}

.gradient-amber-lime-warning {
  background: linear-gradient(#FFC107, #CDDC39, #FFC107);
}

.gradient-amber-lime-danger {
  background: linear-gradient(#FFC107, #CDDC39, #DC3545);
}

.gradient-amber-lime-light {
  background: linear-gradient(#FFC107, #CDDC39, #f5f5f5);
}

.gradient-amber-lime-dark {
  background: linear-gradient(#FFC107, #CDDC39, #212529);
}

.gradient-amber-lime-red {
  background: linear-gradient(#FFC107, #CDDC39, #F44336);
}

.gradient-amber-lime-green {
  background: linear-gradient(#FFC107, #CDDC39, #4CAF50);
}

.gradient-amber-lime-blue {
  background: linear-gradient(#FFC107, #CDDC39, #2196F3);
}

.gradient-amber-lime-black {
  background: linear-gradient(#FFC107, #CDDC39, #000);
}

.gradient-amber-lime-white {
  background: linear-gradient(#FFC107, #CDDC39, #fff);
}

.gradient-amber-lime-pink {
  background: linear-gradient(#FFC107, #CDDC39, #E91E63);
}

.gradient-amber-lime-purple {
  background: linear-gradient(#FFC107, #CDDC39, #9C27B0);
}

.gradient-amber-lime-indigo {
  background: linear-gradient(#FFC107, #CDDC39, #3E51B5);
}

.gradient-amber-lime-cyan {
  background: linear-gradient(#FFC107, #CDDC39, #00BCD4);
}

.gradient-amber-lime-teal {
  background: linear-gradient(#FFC107, #CDDC39, #009688);
}

.gradient-amber-lime-yellow {
  background: linear-gradient(#FFC107, #CDDC39, #FFEB3B);
}

.gradient-amber-lime-orange {
  background: linear-gradient(#FFC107, #CDDC39, #FF9800);
}

.gradient-amber-lime-lightblue {
  background: linear-gradient(#FFC107, #CDDC39, #03A9F4);
}

.gradient-amber-lime-lightgreen {
  background: linear-gradient(#FFC107, #CDDC39, #76FF03);
}

.gradient-amber-lime-deeppurple {
  background: linear-gradient(#FFC107, #CDDC39, #673AB7);
}

.gradient-amber-lime-deeporange {
  background: linear-gradient(#FFC107, #CDDC39, #DD6E0F);
}

.gradient-amber-lime-brown {
  background: linear-gradient(#FFC107, #CDDC39, #964B00);
}

.gradient-amber-lime-grey {
  background: linear-gradient(#FFC107, #CDDC39, #808080);
}

.gradient-amber-yellow {
  background: linear-gradient(#FFC107, #FFEB3B);
}

.gradient-to-top-amber-yellow {
  background: linear-gradient(to top, #FFC107, #FFEB3B);
}

.gradient-to-bottom-amber-yellow {
  background: linear-gradient(to bottom, #FFC107, #FFEB3B);
}

.gradient-to-left-amber-yellow {
  background: linear-gradient(to left, #FFC107, #FFEB3B);
}

.gradient-to-right-amber-yellow {
  background: linear-gradient(to right, #FFC107, #FFEB3B);
}

.gradient-to-top-left-amber-yellow {
  background: linear-gradient(to top left, #FFC107, #FFEB3B);
}

.gradient-to-top-right-amber-yellow {
  background: linear-gradient(to top right, #FFC107, #FFEB3B);
}

.gradient-to-bottom-left-amber-yellow {
  background: linear-gradient(to bottom left, #FFC107, #FFEB3B);
}

.gradient-to-bottom-right-amber-yellow {
  background: linear-gradient(to bottom right, #FFC107, #FFEB3B);
}

.gradient-radial-amber-yellow {
  background: radial-gradient(circle, #FFC107, #FFEB3B);
}

.gradient-amber-yellow-primary {
  background: linear-gradient(#FFC107, #FFEB3B, #03A9F4);
}

.gradient-amber-yellow-secondary {
  background: linear-gradient(#FFC107, #FFEB3B, #333);
}

.gradient-amber-yellow-success {
  background: linear-gradient(#FFC107, #FFEB3B, #28a745);
}

.gradient-amber-yellow-info {
  background: linear-gradient(#FFC107, #FFEB3B, #0DCAF0);
}

.gradient-amber-yellow-warning {
  background: linear-gradient(#FFC107, #FFEB3B, #FFC107);
}

.gradient-amber-yellow-danger {
  background: linear-gradient(#FFC107, #FFEB3B, #DC3545);
}

.gradient-amber-yellow-light {
  background: linear-gradient(#FFC107, #FFEB3B, #f5f5f5);
}

.gradient-amber-yellow-dark {
  background: linear-gradient(#FFC107, #FFEB3B, #212529);
}

.gradient-amber-yellow-red {
  background: linear-gradient(#FFC107, #FFEB3B, #F44336);
}

.gradient-amber-yellow-green {
  background: linear-gradient(#FFC107, #FFEB3B, #4CAF50);
}

.gradient-amber-yellow-blue {
  background: linear-gradient(#FFC107, #FFEB3B, #2196F3);
}

.gradient-amber-yellow-black {
  background: linear-gradient(#FFC107, #FFEB3B, #000);
}

.gradient-amber-yellow-white {
  background: linear-gradient(#FFC107, #FFEB3B, #fff);
}

.gradient-amber-yellow-pink {
  background: linear-gradient(#FFC107, #FFEB3B, #E91E63);
}

.gradient-amber-yellow-purple {
  background: linear-gradient(#FFC107, #FFEB3B, #9C27B0);
}

.gradient-amber-yellow-indigo {
  background: linear-gradient(#FFC107, #FFEB3B, #3E51B5);
}

.gradient-amber-yellow-cyan {
  background: linear-gradient(#FFC107, #FFEB3B, #00BCD4);
}

.gradient-amber-yellow-teal {
  background: linear-gradient(#FFC107, #FFEB3B, #009688);
}

.gradient-amber-yellow-lime {
  background: linear-gradient(#FFC107, #FFEB3B, #CDDC39);
}

.gradient-amber-yellow-orange {
  background: linear-gradient(#FFC107, #FFEB3B, #FF9800);
}

.gradient-amber-yellow-lightblue {
  background: linear-gradient(#FFC107, #FFEB3B, #03A9F4);
}

.gradient-amber-yellow-lightgreen {
  background: linear-gradient(#FFC107, #FFEB3B, #76FF03);
}

.gradient-amber-yellow-deeppurple {
  background: linear-gradient(#FFC107, #FFEB3B, #673AB7);
}

.gradient-amber-yellow-deeporange {
  background: linear-gradient(#FFC107, #FFEB3B, #DD6E0F);
}

.gradient-amber-yellow-brown {
  background: linear-gradient(#FFC107, #FFEB3B, #964B00);
}

.gradient-amber-yellow-grey {
  background: linear-gradient(#FFC107, #FFEB3B, #808080);
}

.gradient-amber-orange {
  background: linear-gradient(#FFC107, #FF9800);
}

.gradient-to-top-amber-orange {
  background: linear-gradient(to top, #FFC107, #FF9800);
}

.gradient-to-bottom-amber-orange {
  background: linear-gradient(to bottom, #FFC107, #FF9800);
}

.gradient-to-left-amber-orange {
  background: linear-gradient(to left, #FFC107, #FF9800);
}

.gradient-to-right-amber-orange {
  background: linear-gradient(to right, #FFC107, #FF9800);
}

.gradient-to-top-left-amber-orange {
  background: linear-gradient(to top left, #FFC107, #FF9800);
}

.gradient-to-top-right-amber-orange {
  background: linear-gradient(to top right, #FFC107, #FF9800);
}

.gradient-to-bottom-left-amber-orange {
  background: linear-gradient(to bottom left, #FFC107, #FF9800);
}

.gradient-to-bottom-right-amber-orange {
  background: linear-gradient(to bottom right, #FFC107, #FF9800);
}

.gradient-radial-amber-orange {
  background: radial-gradient(circle, #FFC107, #FF9800);
}

.gradient-amber-orange-primary {
  background: linear-gradient(#FFC107, #FF9800, #03A9F4);
}

.gradient-amber-orange-secondary {
  background: linear-gradient(#FFC107, #FF9800, #333);
}

.gradient-amber-orange-success {
  background: linear-gradient(#FFC107, #FF9800, #28a745);
}

.gradient-amber-orange-info {
  background: linear-gradient(#FFC107, #FF9800, #0DCAF0);
}

.gradient-amber-orange-warning {
  background: linear-gradient(#FFC107, #FF9800, #FFC107);
}

.gradient-amber-orange-danger {
  background: linear-gradient(#FFC107, #FF9800, #DC3545);
}

.gradient-amber-orange-light {
  background: linear-gradient(#FFC107, #FF9800, #f5f5f5);
}

.gradient-amber-orange-dark {
  background: linear-gradient(#FFC107, #FF9800, #212529);
}

.gradient-amber-orange-red {
  background: linear-gradient(#FFC107, #FF9800, #F44336);
}

.gradient-amber-orange-green {
  background: linear-gradient(#FFC107, #FF9800, #4CAF50);
}

.gradient-amber-orange-blue {
  background: linear-gradient(#FFC107, #FF9800, #2196F3);
}

.gradient-amber-orange-black {
  background: linear-gradient(#FFC107, #FF9800, #000);
}

.gradient-amber-orange-white {
  background: linear-gradient(#FFC107, #FF9800, #fff);
}

.gradient-amber-orange-pink {
  background: linear-gradient(#FFC107, #FF9800, #E91E63);
}

.gradient-amber-orange-purple {
  background: linear-gradient(#FFC107, #FF9800, #9C27B0);
}

.gradient-amber-orange-indigo {
  background: linear-gradient(#FFC107, #FF9800, #3E51B5);
}

.gradient-amber-orange-cyan {
  background: linear-gradient(#FFC107, #FF9800, #00BCD4);
}

.gradient-amber-orange-teal {
  background: linear-gradient(#FFC107, #FF9800, #009688);
}

.gradient-amber-orange-lime {
  background: linear-gradient(#FFC107, #FF9800, #CDDC39);
}

.gradient-amber-orange-yellow {
  background: linear-gradient(#FFC107, #FF9800, #FFEB3B);
}

.gradient-amber-orange-lightblue {
  background: linear-gradient(#FFC107, #FF9800, #03A9F4);
}

.gradient-amber-orange-lightgreen {
  background: linear-gradient(#FFC107, #FF9800, #76FF03);
}

.gradient-amber-orange-deeppurple {
  background: linear-gradient(#FFC107, #FF9800, #673AB7);
}

.gradient-amber-orange-deeporange {
  background: linear-gradient(#FFC107, #FF9800, #DD6E0F);
}

.gradient-amber-orange-brown {
  background: linear-gradient(#FFC107, #FF9800, #964B00);
}

.gradient-amber-orange-grey {
  background: linear-gradient(#FFC107, #FF9800, #808080);
}

.gradient-amber-lightblue {
  background: linear-gradient(#FFC107, #03A9F4);
}

.gradient-to-top-amber-lightblue {
  background: linear-gradient(to top, #FFC107, #03A9F4);
}

.gradient-to-bottom-amber-lightblue {
  background: linear-gradient(to bottom, #FFC107, #03A9F4);
}

.gradient-to-left-amber-lightblue {
  background: linear-gradient(to left, #FFC107, #03A9F4);
}

.gradient-to-right-amber-lightblue {
  background: linear-gradient(to right, #FFC107, #03A9F4);
}

.gradient-to-top-left-amber-lightblue {
  background: linear-gradient(to top left, #FFC107, #03A9F4);
}

.gradient-to-top-right-amber-lightblue {
  background: linear-gradient(to top right, #FFC107, #03A9F4);
}

.gradient-to-bottom-left-amber-lightblue {
  background: linear-gradient(to bottom left, #FFC107, #03A9F4);
}

.gradient-to-bottom-right-amber-lightblue {
  background: linear-gradient(to bottom right, #FFC107, #03A9F4);
}

.gradient-radial-amber-lightblue {
  background: radial-gradient(circle, #FFC107, #03A9F4);
}

.gradient-amber-lightblue-primary {
  background: linear-gradient(#FFC107, #03A9F4, #03A9F4);
}

.gradient-amber-lightblue-secondary {
  background: linear-gradient(#FFC107, #03A9F4, #333);
}

.gradient-amber-lightblue-success {
  background: linear-gradient(#FFC107, #03A9F4, #28a745);
}

.gradient-amber-lightblue-info {
  background: linear-gradient(#FFC107, #03A9F4, #0DCAF0);
}

.gradient-amber-lightblue-warning {
  background: linear-gradient(#FFC107, #03A9F4, #FFC107);
}

.gradient-amber-lightblue-danger {
  background: linear-gradient(#FFC107, #03A9F4, #DC3545);
}

.gradient-amber-lightblue-light {
  background: linear-gradient(#FFC107, #03A9F4, #f5f5f5);
}

.gradient-amber-lightblue-dark {
  background: linear-gradient(#FFC107, #03A9F4, #212529);
}

.gradient-amber-lightblue-red {
  background: linear-gradient(#FFC107, #03A9F4, #F44336);
}

.gradient-amber-lightblue-green {
  background: linear-gradient(#FFC107, #03A9F4, #4CAF50);
}

.gradient-amber-lightblue-blue {
  background: linear-gradient(#FFC107, #03A9F4, #2196F3);
}

.gradient-amber-lightblue-black {
  background: linear-gradient(#FFC107, #03A9F4, #000);
}

.gradient-amber-lightblue-white {
  background: linear-gradient(#FFC107, #03A9F4, #fff);
}

.gradient-amber-lightblue-pink {
  background: linear-gradient(#FFC107, #03A9F4, #E91E63);
}

.gradient-amber-lightblue-purple {
  background: linear-gradient(#FFC107, #03A9F4, #9C27B0);
}

.gradient-amber-lightblue-indigo {
  background: linear-gradient(#FFC107, #03A9F4, #3E51B5);
}

.gradient-amber-lightblue-cyan {
  background: linear-gradient(#FFC107, #03A9F4, #00BCD4);
}

.gradient-amber-lightblue-teal {
  background: linear-gradient(#FFC107, #03A9F4, #009688);
}

.gradient-amber-lightblue-lime {
  background: linear-gradient(#FFC107, #03A9F4, #CDDC39);
}

.gradient-amber-lightblue-yellow {
  background: linear-gradient(#FFC107, #03A9F4, #FFEB3B);
}

.gradient-amber-lightblue-orange {
  background: linear-gradient(#FFC107, #03A9F4, #FF9800);
}

.gradient-amber-lightblue-lightgreen {
  background: linear-gradient(#FFC107, #03A9F4, #76FF03);
}

.gradient-amber-lightblue-deeppurple {
  background: linear-gradient(#FFC107, #03A9F4, #673AB7);
}

.gradient-amber-lightblue-deeporange {
  background: linear-gradient(#FFC107, #03A9F4, #DD6E0F);
}

.gradient-amber-lightblue-brown {
  background: linear-gradient(#FFC107, #03A9F4, #964B00);
}

.gradient-amber-lightblue-grey {
  background: linear-gradient(#FFC107, #03A9F4, #808080);
}

.gradient-amber-lightgreen {
  background: linear-gradient(#FFC107, #76FF03);
}

.gradient-to-top-amber-lightgreen {
  background: linear-gradient(to top, #FFC107, #76FF03);
}

.gradient-to-bottom-amber-lightgreen {
  background: linear-gradient(to bottom, #FFC107, #76FF03);
}

.gradient-to-left-amber-lightgreen {
  background: linear-gradient(to left, #FFC107, #76FF03);
}

.gradient-to-right-amber-lightgreen {
  background: linear-gradient(to right, #FFC107, #76FF03);
}

.gradient-to-top-left-amber-lightgreen {
  background: linear-gradient(to top left, #FFC107, #76FF03);
}

.gradient-to-top-right-amber-lightgreen {
  background: linear-gradient(to top right, #FFC107, #76FF03);
}

.gradient-to-bottom-left-amber-lightgreen {
  background: linear-gradient(to bottom left, #FFC107, #76FF03);
}

.gradient-to-bottom-right-amber-lightgreen {
  background: linear-gradient(to bottom right, #FFC107, #76FF03);
}

.gradient-radial-amber-lightgreen {
  background: radial-gradient(circle, #FFC107, #76FF03);
}

.gradient-amber-lightgreen-primary {
  background: linear-gradient(#FFC107, #76FF03, #03A9F4);
}

.gradient-amber-lightgreen-secondary {
  background: linear-gradient(#FFC107, #76FF03, #333);
}

.gradient-amber-lightgreen-success {
  background: linear-gradient(#FFC107, #76FF03, #28a745);
}

.gradient-amber-lightgreen-info {
  background: linear-gradient(#FFC107, #76FF03, #0DCAF0);
}

.gradient-amber-lightgreen-warning {
  background: linear-gradient(#FFC107, #76FF03, #FFC107);
}

.gradient-amber-lightgreen-danger {
  background: linear-gradient(#FFC107, #76FF03, #DC3545);
}

.gradient-amber-lightgreen-light {
  background: linear-gradient(#FFC107, #76FF03, #f5f5f5);
}

.gradient-amber-lightgreen-dark {
  background: linear-gradient(#FFC107, #76FF03, #212529);
}

.gradient-amber-lightgreen-red {
  background: linear-gradient(#FFC107, #76FF03, #F44336);
}

.gradient-amber-lightgreen-green {
  background: linear-gradient(#FFC107, #76FF03, #4CAF50);
}

.gradient-amber-lightgreen-blue {
  background: linear-gradient(#FFC107, #76FF03, #2196F3);
}

.gradient-amber-lightgreen-black {
  background: linear-gradient(#FFC107, #76FF03, #000);
}

.gradient-amber-lightgreen-white {
  background: linear-gradient(#FFC107, #76FF03, #fff);
}

.gradient-amber-lightgreen-pink {
  background: linear-gradient(#FFC107, #76FF03, #E91E63);
}

.gradient-amber-lightgreen-purple {
  background: linear-gradient(#FFC107, #76FF03, #9C27B0);
}

.gradient-amber-lightgreen-indigo {
  background: linear-gradient(#FFC107, #76FF03, #3E51B5);
}

.gradient-amber-lightgreen-cyan {
  background: linear-gradient(#FFC107, #76FF03, #00BCD4);
}

.gradient-amber-lightgreen-teal {
  background: linear-gradient(#FFC107, #76FF03, #009688);
}

.gradient-amber-lightgreen-lime {
  background: linear-gradient(#FFC107, #76FF03, #CDDC39);
}

.gradient-amber-lightgreen-yellow {
  background: linear-gradient(#FFC107, #76FF03, #FFEB3B);
}

.gradient-amber-lightgreen-orange {
  background: linear-gradient(#FFC107, #76FF03, #FF9800);
}

.gradient-amber-lightgreen-lightblue {
  background: linear-gradient(#FFC107, #76FF03, #03A9F4);
}

.gradient-amber-lightgreen-deeppurple {
  background: linear-gradient(#FFC107, #76FF03, #673AB7);
}

.gradient-amber-lightgreen-deeporange {
  background: linear-gradient(#FFC107, #76FF03, #DD6E0F);
}

.gradient-amber-lightgreen-brown {
  background: linear-gradient(#FFC107, #76FF03, #964B00);
}

.gradient-amber-lightgreen-grey {
  background: linear-gradient(#FFC107, #76FF03, #808080);
}

.gradient-amber-deeppurple {
  background: linear-gradient(#FFC107, #673AB7);
}

.gradient-to-top-amber-deeppurple {
  background: linear-gradient(to top, #FFC107, #673AB7);
}

.gradient-to-bottom-amber-deeppurple {
  background: linear-gradient(to bottom, #FFC107, #673AB7);
}

.gradient-to-left-amber-deeppurple {
  background: linear-gradient(to left, #FFC107, #673AB7);
}

.gradient-to-right-amber-deeppurple {
  background: linear-gradient(to right, #FFC107, #673AB7);
}

.gradient-to-top-left-amber-deeppurple {
  background: linear-gradient(to top left, #FFC107, #673AB7);
}

.gradient-to-top-right-amber-deeppurple {
  background: linear-gradient(to top right, #FFC107, #673AB7);
}

.gradient-to-bottom-left-amber-deeppurple {
  background: linear-gradient(to bottom left, #FFC107, #673AB7);
}

.gradient-to-bottom-right-amber-deeppurple {
  background: linear-gradient(to bottom right, #FFC107, #673AB7);
}

.gradient-radial-amber-deeppurple {
  background: radial-gradient(circle, #FFC107, #673AB7);
}

.gradient-amber-deeppurple-primary {
  background: linear-gradient(#FFC107, #673AB7, #03A9F4);
}

.gradient-amber-deeppurple-secondary {
  background: linear-gradient(#FFC107, #673AB7, #333);
}

.gradient-amber-deeppurple-success {
  background: linear-gradient(#FFC107, #673AB7, #28a745);
}

.gradient-amber-deeppurple-info {
  background: linear-gradient(#FFC107, #673AB7, #0DCAF0);
}

.gradient-amber-deeppurple-warning {
  background: linear-gradient(#FFC107, #673AB7, #FFC107);
}

.gradient-amber-deeppurple-danger {
  background: linear-gradient(#FFC107, #673AB7, #DC3545);
}

.gradient-amber-deeppurple-light {
  background: linear-gradient(#FFC107, #673AB7, #f5f5f5);
}

.gradient-amber-deeppurple-dark {
  background: linear-gradient(#FFC107, #673AB7, #212529);
}

.gradient-amber-deeppurple-red {
  background: linear-gradient(#FFC107, #673AB7, #F44336);
}

.gradient-amber-deeppurple-green {
  background: linear-gradient(#FFC107, #673AB7, #4CAF50);
}

.gradient-amber-deeppurple-blue {
  background: linear-gradient(#FFC107, #673AB7, #2196F3);
}

.gradient-amber-deeppurple-black {
  background: linear-gradient(#FFC107, #673AB7, #000);
}

.gradient-amber-deeppurple-white {
  background: linear-gradient(#FFC107, #673AB7, #fff);
}

.gradient-amber-deeppurple-pink {
  background: linear-gradient(#FFC107, #673AB7, #E91E63);
}

.gradient-amber-deeppurple-purple {
  background: linear-gradient(#FFC107, #673AB7, #9C27B0);
}

.gradient-amber-deeppurple-indigo {
  background: linear-gradient(#FFC107, #673AB7, #3E51B5);
}

.gradient-amber-deeppurple-cyan {
  background: linear-gradient(#FFC107, #673AB7, #00BCD4);
}

.gradient-amber-deeppurple-teal {
  background: linear-gradient(#FFC107, #673AB7, #009688);
}

.gradient-amber-deeppurple-lime {
  background: linear-gradient(#FFC107, #673AB7, #CDDC39);
}

.gradient-amber-deeppurple-yellow {
  background: linear-gradient(#FFC107, #673AB7, #FFEB3B);
}

.gradient-amber-deeppurple-orange {
  background: linear-gradient(#FFC107, #673AB7, #FF9800);
}

.gradient-amber-deeppurple-lightblue {
  background: linear-gradient(#FFC107, #673AB7, #03A9F4);
}

.gradient-amber-deeppurple-lightgreen {
  background: linear-gradient(#FFC107, #673AB7, #76FF03);
}

.gradient-amber-deeppurple-deeporange {
  background: linear-gradient(#FFC107, #673AB7, #DD6E0F);
}

.gradient-amber-deeppurple-brown {
  background: linear-gradient(#FFC107, #673AB7, #964B00);
}

.gradient-amber-deeppurple-grey {
  background: linear-gradient(#FFC107, #673AB7, #808080);
}

.gradient-amber-deeporange {
  background: linear-gradient(#FFC107, #DD6E0F);
}

.gradient-to-top-amber-deeporange {
  background: linear-gradient(to top, #FFC107, #DD6E0F);
}

.gradient-to-bottom-amber-deeporange {
  background: linear-gradient(to bottom, #FFC107, #DD6E0F);
}

.gradient-to-left-amber-deeporange {
  background: linear-gradient(to left, #FFC107, #DD6E0F);
}

.gradient-to-right-amber-deeporange {
  background: linear-gradient(to right, #FFC107, #DD6E0F);
}

.gradient-to-top-left-amber-deeporange {
  background: linear-gradient(to top left, #FFC107, #DD6E0F);
}

.gradient-to-top-right-amber-deeporange {
  background: linear-gradient(to top right, #FFC107, #DD6E0F);
}

.gradient-to-bottom-left-amber-deeporange {
  background: linear-gradient(to bottom left, #FFC107, #DD6E0F);
}

.gradient-to-bottom-right-amber-deeporange {
  background: linear-gradient(to bottom right, #FFC107, #DD6E0F);
}

.gradient-radial-amber-deeporange {
  background: radial-gradient(circle, #FFC107, #DD6E0F);
}

.gradient-amber-deeporange-primary {
  background: linear-gradient(#FFC107, #DD6E0F, #03A9F4);
}

.gradient-amber-deeporange-secondary {
  background: linear-gradient(#FFC107, #DD6E0F, #333);
}

.gradient-amber-deeporange-success {
  background: linear-gradient(#FFC107, #DD6E0F, #28a745);
}

.gradient-amber-deeporange-info {
  background: linear-gradient(#FFC107, #DD6E0F, #0DCAF0);
}

.gradient-amber-deeporange-warning {
  background: linear-gradient(#FFC107, #DD6E0F, #FFC107);
}

.gradient-amber-deeporange-danger {
  background: linear-gradient(#FFC107, #DD6E0F, #DC3545);
}

.gradient-amber-deeporange-light {
  background: linear-gradient(#FFC107, #DD6E0F, #f5f5f5);
}

.gradient-amber-deeporange-dark {
  background: linear-gradient(#FFC107, #DD6E0F, #212529);
}

.gradient-amber-deeporange-red {
  background: linear-gradient(#FFC107, #DD6E0F, #F44336);
}

.gradient-amber-deeporange-green {
  background: linear-gradient(#FFC107, #DD6E0F, #4CAF50);
}

.gradient-amber-deeporange-blue {
  background: linear-gradient(#FFC107, #DD6E0F, #2196F3);
}

.gradient-amber-deeporange-black {
  background: linear-gradient(#FFC107, #DD6E0F, #000);
}

.gradient-amber-deeporange-white {
  background: linear-gradient(#FFC107, #DD6E0F, #fff);
}

.gradient-amber-deeporange-pink {
  background: linear-gradient(#FFC107, #DD6E0F, #E91E63);
}

.gradient-amber-deeporange-purple {
  background: linear-gradient(#FFC107, #DD6E0F, #9C27B0);
}

.gradient-amber-deeporange-indigo {
  background: linear-gradient(#FFC107, #DD6E0F, #3E51B5);
}

.gradient-amber-deeporange-cyan {
  background: linear-gradient(#FFC107, #DD6E0F, #00BCD4);
}

.gradient-amber-deeporange-teal {
  background: linear-gradient(#FFC107, #DD6E0F, #009688);
}

.gradient-amber-deeporange-lime {
  background: linear-gradient(#FFC107, #DD6E0F, #CDDC39);
}

.gradient-amber-deeporange-yellow {
  background: linear-gradient(#FFC107, #DD6E0F, #FFEB3B);
}

.gradient-amber-deeporange-orange {
  background: linear-gradient(#FFC107, #DD6E0F, #FF9800);
}

.gradient-amber-deeporange-lightblue {
  background: linear-gradient(#FFC107, #DD6E0F, #03A9F4);
}

.gradient-amber-deeporange-lightgreen {
  background: linear-gradient(#FFC107, #DD6E0F, #76FF03);
}

.gradient-amber-deeporange-deeppurple {
  background: linear-gradient(#FFC107, #DD6E0F, #673AB7);
}

.gradient-amber-deeporange-brown {
  background: linear-gradient(#FFC107, #DD6E0F, #964B00);
}

.gradient-amber-deeporange-grey {
  background: linear-gradient(#FFC107, #DD6E0F, #808080);
}

.gradient-amber-brown {
  background: linear-gradient(#FFC107, #964B00);
}

.gradient-to-top-amber-brown {
  background: linear-gradient(to top, #FFC107, #964B00);
}

.gradient-to-bottom-amber-brown {
  background: linear-gradient(to bottom, #FFC107, #964B00);
}

.gradient-to-left-amber-brown {
  background: linear-gradient(to left, #FFC107, #964B00);
}

.gradient-to-right-amber-brown {
  background: linear-gradient(to right, #FFC107, #964B00);
}

.gradient-to-top-left-amber-brown {
  background: linear-gradient(to top left, #FFC107, #964B00);
}

.gradient-to-top-right-amber-brown {
  background: linear-gradient(to top right, #FFC107, #964B00);
}

.gradient-to-bottom-left-amber-brown {
  background: linear-gradient(to bottom left, #FFC107, #964B00);
}

.gradient-to-bottom-right-amber-brown {
  background: linear-gradient(to bottom right, #FFC107, #964B00);
}

.gradient-radial-amber-brown {
  background: radial-gradient(circle, #FFC107, #964B00);
}

.gradient-amber-brown-primary {
  background: linear-gradient(#FFC107, #964B00, #03A9F4);
}

.gradient-amber-brown-secondary {
  background: linear-gradient(#FFC107, #964B00, #333);
}

.gradient-amber-brown-success {
  background: linear-gradient(#FFC107, #964B00, #28a745);
}

.gradient-amber-brown-info {
  background: linear-gradient(#FFC107, #964B00, #0DCAF0);
}

.gradient-amber-brown-warning {
  background: linear-gradient(#FFC107, #964B00, #FFC107);
}

.gradient-amber-brown-danger {
  background: linear-gradient(#FFC107, #964B00, #DC3545);
}

.gradient-amber-brown-light {
  background: linear-gradient(#FFC107, #964B00, #f5f5f5);
}

.gradient-amber-brown-dark {
  background: linear-gradient(#FFC107, #964B00, #212529);
}

.gradient-amber-brown-red {
  background: linear-gradient(#FFC107, #964B00, #F44336);
}

.gradient-amber-brown-green {
  background: linear-gradient(#FFC107, #964B00, #4CAF50);
}

.gradient-amber-brown-blue {
  background: linear-gradient(#FFC107, #964B00, #2196F3);
}

.gradient-amber-brown-black {
  background: linear-gradient(#FFC107, #964B00, #000);
}

.gradient-amber-brown-white {
  background: linear-gradient(#FFC107, #964B00, #fff);
}

.gradient-amber-brown-pink {
  background: linear-gradient(#FFC107, #964B00, #E91E63);
}

.gradient-amber-brown-purple {
  background: linear-gradient(#FFC107, #964B00, #9C27B0);
}

.gradient-amber-brown-indigo {
  background: linear-gradient(#FFC107, #964B00, #3E51B5);
}

.gradient-amber-brown-cyan {
  background: linear-gradient(#FFC107, #964B00, #00BCD4);
}

.gradient-amber-brown-teal {
  background: linear-gradient(#FFC107, #964B00, #009688);
}

.gradient-amber-brown-lime {
  background: linear-gradient(#FFC107, #964B00, #CDDC39);
}

.gradient-amber-brown-yellow {
  background: linear-gradient(#FFC107, #964B00, #FFEB3B);
}

.gradient-amber-brown-orange {
  background: linear-gradient(#FFC107, #964B00, #FF9800);
}

.gradient-amber-brown-lightblue {
  background: linear-gradient(#FFC107, #964B00, #03A9F4);
}

.gradient-amber-brown-lightgreen {
  background: linear-gradient(#FFC107, #964B00, #76FF03);
}

.gradient-amber-brown-deeppurple {
  background: linear-gradient(#FFC107, #964B00, #673AB7);
}

.gradient-amber-brown-deeporange {
  background: linear-gradient(#FFC107, #964B00, #DD6E0F);
}

.gradient-amber-brown-grey {
  background: linear-gradient(#FFC107, #964B00, #808080);
}

.gradient-amber-grey {
  background: linear-gradient(#FFC107, #808080);
}

.gradient-to-top-amber-grey {
  background: linear-gradient(to top, #FFC107, #808080);
}

.gradient-to-bottom-amber-grey {
  background: linear-gradient(to bottom, #FFC107, #808080);
}

.gradient-to-left-amber-grey {
  background: linear-gradient(to left, #FFC107, #808080);
}

.gradient-to-right-amber-grey {
  background: linear-gradient(to right, #FFC107, #808080);
}

.gradient-to-top-left-amber-grey {
  background: linear-gradient(to top left, #FFC107, #808080);
}

.gradient-to-top-right-amber-grey {
  background: linear-gradient(to top right, #FFC107, #808080);
}

.gradient-to-bottom-left-amber-grey {
  background: linear-gradient(to bottom left, #FFC107, #808080);
}

.gradient-to-bottom-right-amber-grey {
  background: linear-gradient(to bottom right, #FFC107, #808080);
}

.gradient-radial-amber-grey {
  background: radial-gradient(circle, #FFC107, #808080);
}

.gradient-amber-grey-primary {
  background: linear-gradient(#FFC107, #808080, #03A9F4);
}

.gradient-amber-grey-secondary {
  background: linear-gradient(#FFC107, #808080, #333);
}

.gradient-amber-grey-success {
  background: linear-gradient(#FFC107, #808080, #28a745);
}

.gradient-amber-grey-info {
  background: linear-gradient(#FFC107, #808080, #0DCAF0);
}

.gradient-amber-grey-warning {
  background: linear-gradient(#FFC107, #808080, #FFC107);
}

.gradient-amber-grey-danger {
  background: linear-gradient(#FFC107, #808080, #DC3545);
}

.gradient-amber-grey-light {
  background: linear-gradient(#FFC107, #808080, #f5f5f5);
}

.gradient-amber-grey-dark {
  background: linear-gradient(#FFC107, #808080, #212529);
}

.gradient-amber-grey-red {
  background: linear-gradient(#FFC107, #808080, #F44336);
}

.gradient-amber-grey-green {
  background: linear-gradient(#FFC107, #808080, #4CAF50);
}

.gradient-amber-grey-blue {
  background: linear-gradient(#FFC107, #808080, #2196F3);
}

.gradient-amber-grey-black {
  background: linear-gradient(#FFC107, #808080, #000);
}

.gradient-amber-grey-white {
  background: linear-gradient(#FFC107, #808080, #fff);
}

.gradient-amber-grey-pink {
  background: linear-gradient(#FFC107, #808080, #E91E63);
}

.gradient-amber-grey-purple {
  background: linear-gradient(#FFC107, #808080, #9C27B0);
}

.gradient-amber-grey-indigo {
  background: linear-gradient(#FFC107, #808080, #3E51B5);
}

.gradient-amber-grey-cyan {
  background: linear-gradient(#FFC107, #808080, #00BCD4);
}

.gradient-amber-grey-teal {
  background: linear-gradient(#FFC107, #808080, #009688);
}

.gradient-amber-grey-lime {
  background: linear-gradient(#FFC107, #808080, #CDDC39);
}

.gradient-amber-grey-yellow {
  background: linear-gradient(#FFC107, #808080, #FFEB3B);
}

.gradient-amber-grey-orange {
  background: linear-gradient(#FFC107, #808080, #FF9800);
}

.gradient-amber-grey-lightblue {
  background: linear-gradient(#FFC107, #808080, #03A9F4);
}

.gradient-amber-grey-lightgreen {
  background: linear-gradient(#FFC107, #808080, #76FF03);
}

.gradient-amber-grey-deeppurple {
  background: linear-gradient(#FFC107, #808080, #673AB7);
}

.gradient-amber-grey-deeporange {
  background: linear-gradient(#FFC107, #808080, #DD6E0F);
}

.gradient-amber-grey-brown {
  background: linear-gradient(#FFC107, #808080, #964B00);
}

.gradient-orange-primary {
  background: linear-gradient(#FF9800, #03A9F4);
}

.gradient-to-top-orange-primary {
  background: linear-gradient(to top, #FF9800, #03A9F4);
}

.gradient-to-bottom-orange-primary {
  background: linear-gradient(to bottom, #FF9800, #03A9F4);
}

.gradient-to-left-orange-primary {
  background: linear-gradient(to left, #FF9800, #03A9F4);
}

.gradient-to-right-orange-primary {
  background: linear-gradient(to right, #FF9800, #03A9F4);
}

.gradient-to-top-left-orange-primary {
  background: linear-gradient(to top left, #FF9800, #03A9F4);
}

.gradient-to-top-right-orange-primary {
  background: linear-gradient(to top right, #FF9800, #03A9F4);
}

.gradient-to-bottom-left-orange-primary {
  background: linear-gradient(to bottom left, #FF9800, #03A9F4);
}

.gradient-to-bottom-right-orange-primary {
  background: linear-gradient(to bottom right, #FF9800, #03A9F4);
}

.gradient-radial-orange-primary {
  background: radial-gradient(circle, #FF9800, #03A9F4);
}

.gradient-orange-primary-secondary {
  background: linear-gradient(#FF9800, #03A9F4, #333);
}

.gradient-orange-primary-success {
  background: linear-gradient(#FF9800, #03A9F4, #28a745);
}

.gradient-orange-primary-info {
  background: linear-gradient(#FF9800, #03A9F4, #0DCAF0);
}

.gradient-orange-primary-warning {
  background: linear-gradient(#FF9800, #03A9F4, #FFC107);
}

.gradient-orange-primary-danger {
  background: linear-gradient(#FF9800, #03A9F4, #DC3545);
}

.gradient-orange-primary-light {
  background: linear-gradient(#FF9800, #03A9F4, #f5f5f5);
}

.gradient-orange-primary-dark {
  background: linear-gradient(#FF9800, #03A9F4, #212529);
}

.gradient-orange-primary-red {
  background: linear-gradient(#FF9800, #03A9F4, #F44336);
}

.gradient-orange-primary-green {
  background: linear-gradient(#FF9800, #03A9F4, #4CAF50);
}

.gradient-orange-primary-blue {
  background: linear-gradient(#FF9800, #03A9F4, #2196F3);
}

.gradient-orange-primary-black {
  background: linear-gradient(#FF9800, #03A9F4, #000);
}

.gradient-orange-primary-white {
  background: linear-gradient(#FF9800, #03A9F4, #fff);
}

.gradient-orange-primary-pink {
  background: linear-gradient(#FF9800, #03A9F4, #E91E63);
}

.gradient-orange-primary-purple {
  background: linear-gradient(#FF9800, #03A9F4, #9C27B0);
}

.gradient-orange-primary-indigo {
  background: linear-gradient(#FF9800, #03A9F4, #3E51B5);
}

.gradient-orange-primary-cyan {
  background: linear-gradient(#FF9800, #03A9F4, #00BCD4);
}

.gradient-orange-primary-teal {
  background: linear-gradient(#FF9800, #03A9F4, #009688);
}

.gradient-orange-primary-lime {
  background: linear-gradient(#FF9800, #03A9F4, #CDDC39);
}

.gradient-orange-primary-yellow {
  background: linear-gradient(#FF9800, #03A9F4, #FFEB3B);
}

.gradient-orange-primary-amber {
  background: linear-gradient(#FF9800, #03A9F4, #FFC107);
}

.gradient-orange-primary-lightblue {
  background: linear-gradient(#FF9800, #03A9F4, #03A9F4);
}

.gradient-orange-primary-lightgreen {
  background: linear-gradient(#FF9800, #03A9F4, #76FF03);
}

.gradient-orange-primary-deeppurple {
  background: linear-gradient(#FF9800, #03A9F4, #673AB7);
}

.gradient-orange-primary-deeporange {
  background: linear-gradient(#FF9800, #03A9F4, #DD6E0F);
}

.gradient-orange-primary-brown {
  background: linear-gradient(#FF9800, #03A9F4, #964B00);
}

.gradient-orange-primary-grey {
  background: linear-gradient(#FF9800, #03A9F4, #808080);
}

.gradient-orange-secondary {
  background: linear-gradient(#FF9800, #333);
}

.gradient-to-top-orange-secondary {
  background: linear-gradient(to top, #FF9800, #333);
}

.gradient-to-bottom-orange-secondary {
  background: linear-gradient(to bottom, #FF9800, #333);
}

.gradient-to-left-orange-secondary {
  background: linear-gradient(to left, #FF9800, #333);
}

.gradient-to-right-orange-secondary {
  background: linear-gradient(to right, #FF9800, #333);
}

.gradient-to-top-left-orange-secondary {
  background: linear-gradient(to top left, #FF9800, #333);
}

.gradient-to-top-right-orange-secondary {
  background: linear-gradient(to top right, #FF9800, #333);
}

.gradient-to-bottom-left-orange-secondary {
  background: linear-gradient(to bottom left, #FF9800, #333);
}

.gradient-to-bottom-right-orange-secondary {
  background: linear-gradient(to bottom right, #FF9800, #333);
}

.gradient-radial-orange-secondary {
  background: radial-gradient(circle, #FF9800, #333);
}

.gradient-orange-secondary-primary {
  background: linear-gradient(#FF9800, #333, #03A9F4);
}

.gradient-orange-secondary-success {
  background: linear-gradient(#FF9800, #333, #28a745);
}

.gradient-orange-secondary-info {
  background: linear-gradient(#FF9800, #333, #0DCAF0);
}

.gradient-orange-secondary-warning {
  background: linear-gradient(#FF9800, #333, #FFC107);
}

.gradient-orange-secondary-danger {
  background: linear-gradient(#FF9800, #333, #DC3545);
}

.gradient-orange-secondary-light {
  background: linear-gradient(#FF9800, #333, #f5f5f5);
}

.gradient-orange-secondary-dark {
  background: linear-gradient(#FF9800, #333, #212529);
}

.gradient-orange-secondary-red {
  background: linear-gradient(#FF9800, #333, #F44336);
}

.gradient-orange-secondary-green {
  background: linear-gradient(#FF9800, #333, #4CAF50);
}

.gradient-orange-secondary-blue {
  background: linear-gradient(#FF9800, #333, #2196F3);
}

.gradient-orange-secondary-black {
  background: linear-gradient(#FF9800, #333, #000);
}

.gradient-orange-secondary-white {
  background: linear-gradient(#FF9800, #333, #fff);
}

.gradient-orange-secondary-pink {
  background: linear-gradient(#FF9800, #333, #E91E63);
}

.gradient-orange-secondary-purple {
  background: linear-gradient(#FF9800, #333, #9C27B0);
}

.gradient-orange-secondary-indigo {
  background: linear-gradient(#FF9800, #333, #3E51B5);
}

.gradient-orange-secondary-cyan {
  background: linear-gradient(#FF9800, #333, #00BCD4);
}

.gradient-orange-secondary-teal {
  background: linear-gradient(#FF9800, #333, #009688);
}

.gradient-orange-secondary-lime {
  background: linear-gradient(#FF9800, #333, #CDDC39);
}

.gradient-orange-secondary-yellow {
  background: linear-gradient(#FF9800, #333, #FFEB3B);
}

.gradient-orange-secondary-amber {
  background: linear-gradient(#FF9800, #333, #FFC107);
}

.gradient-orange-secondary-lightblue {
  background: linear-gradient(#FF9800, #333, #03A9F4);
}

.gradient-orange-secondary-lightgreen {
  background: linear-gradient(#FF9800, #333, #76FF03);
}

.gradient-orange-secondary-deeppurple {
  background: linear-gradient(#FF9800, #333, #673AB7);
}

.gradient-orange-secondary-deeporange {
  background: linear-gradient(#FF9800, #333, #DD6E0F);
}

.gradient-orange-secondary-brown {
  background: linear-gradient(#FF9800, #333, #964B00);
}

.gradient-orange-secondary-grey {
  background: linear-gradient(#FF9800, #333, #808080);
}

.gradient-orange-success {
  background: linear-gradient(#FF9800, #28a745);
}

.gradient-to-top-orange-success {
  background: linear-gradient(to top, #FF9800, #28a745);
}

.gradient-to-bottom-orange-success {
  background: linear-gradient(to bottom, #FF9800, #28a745);
}

.gradient-to-left-orange-success {
  background: linear-gradient(to left, #FF9800, #28a745);
}

.gradient-to-right-orange-success {
  background: linear-gradient(to right, #FF9800, #28a745);
}

.gradient-to-top-left-orange-success {
  background: linear-gradient(to top left, #FF9800, #28a745);
}

.gradient-to-top-right-orange-success {
  background: linear-gradient(to top right, #FF9800, #28a745);
}

.gradient-to-bottom-left-orange-success {
  background: linear-gradient(to bottom left, #FF9800, #28a745);
}

.gradient-to-bottom-right-orange-success {
  background: linear-gradient(to bottom right, #FF9800, #28a745);
}

.gradient-radial-orange-success {
  background: radial-gradient(circle, #FF9800, #28a745);
}

.gradient-orange-success-primary {
  background: linear-gradient(#FF9800, #28a745, #03A9F4);
}

.gradient-orange-success-secondary {
  background: linear-gradient(#FF9800, #28a745, #333);
}

.gradient-orange-success-info {
  background: linear-gradient(#FF9800, #28a745, #0DCAF0);
}

.gradient-orange-success-warning {
  background: linear-gradient(#FF9800, #28a745, #FFC107);
}

.gradient-orange-success-danger {
  background: linear-gradient(#FF9800, #28a745, #DC3545);
}

.gradient-orange-success-light {
  background: linear-gradient(#FF9800, #28a745, #f5f5f5);
}

.gradient-orange-success-dark {
  background: linear-gradient(#FF9800, #28a745, #212529);
}

.gradient-orange-success-red {
  background: linear-gradient(#FF9800, #28a745, #F44336);
}

.gradient-orange-success-green {
  background: linear-gradient(#FF9800, #28a745, #4CAF50);
}

.gradient-orange-success-blue {
  background: linear-gradient(#FF9800, #28a745, #2196F3);
}

.gradient-orange-success-black {
  background: linear-gradient(#FF9800, #28a745, #000);
}

.gradient-orange-success-white {
  background: linear-gradient(#FF9800, #28a745, #fff);
}

.gradient-orange-success-pink {
  background: linear-gradient(#FF9800, #28a745, #E91E63);
}

.gradient-orange-success-purple {
  background: linear-gradient(#FF9800, #28a745, #9C27B0);
}

.gradient-orange-success-indigo {
  background: linear-gradient(#FF9800, #28a745, #3E51B5);
}

.gradient-orange-success-cyan {
  background: linear-gradient(#FF9800, #28a745, #00BCD4);
}

.gradient-orange-success-teal {
  background: linear-gradient(#FF9800, #28a745, #009688);
}

.gradient-orange-success-lime {
  background: linear-gradient(#FF9800, #28a745, #CDDC39);
}

.gradient-orange-success-yellow {
  background: linear-gradient(#FF9800, #28a745, #FFEB3B);
}

.gradient-orange-success-amber {
  background: linear-gradient(#FF9800, #28a745, #FFC107);
}

.gradient-orange-success-lightblue {
  background: linear-gradient(#FF9800, #28a745, #03A9F4);
}

.gradient-orange-success-lightgreen {
  background: linear-gradient(#FF9800, #28a745, #76FF03);
}

.gradient-orange-success-deeppurple {
  background: linear-gradient(#FF9800, #28a745, #673AB7);
}

.gradient-orange-success-deeporange {
  background: linear-gradient(#FF9800, #28a745, #DD6E0F);
}

.gradient-orange-success-brown {
  background: linear-gradient(#FF9800, #28a745, #964B00);
}

.gradient-orange-success-grey {
  background: linear-gradient(#FF9800, #28a745, #808080);
}

.gradient-orange-info {
  background: linear-gradient(#FF9800, #0DCAF0);
}

.gradient-to-top-orange-info {
  background: linear-gradient(to top, #FF9800, #0DCAF0);
}

.gradient-to-bottom-orange-info {
  background: linear-gradient(to bottom, #FF9800, #0DCAF0);
}

.gradient-to-left-orange-info {
  background: linear-gradient(to left, #FF9800, #0DCAF0);
}

.gradient-to-right-orange-info {
  background: linear-gradient(to right, #FF9800, #0DCAF0);
}

.gradient-to-top-left-orange-info {
  background: linear-gradient(to top left, #FF9800, #0DCAF0);
}

.gradient-to-top-right-orange-info {
  background: linear-gradient(to top right, #FF9800, #0DCAF0);
}

.gradient-to-bottom-left-orange-info {
  background: linear-gradient(to bottom left, #FF9800, #0DCAF0);
}

.gradient-to-bottom-right-orange-info {
  background: linear-gradient(to bottom right, #FF9800, #0DCAF0);
}

.gradient-radial-orange-info {
  background: radial-gradient(circle, #FF9800, #0DCAF0);
}

.gradient-orange-info-primary {
  background: linear-gradient(#FF9800, #0DCAF0, #03A9F4);
}

.gradient-orange-info-secondary {
  background: linear-gradient(#FF9800, #0DCAF0, #333);
}

.gradient-orange-info-success {
  background: linear-gradient(#FF9800, #0DCAF0, #28a745);
}

.gradient-orange-info-warning {
  background: linear-gradient(#FF9800, #0DCAF0, #FFC107);
}

.gradient-orange-info-danger {
  background: linear-gradient(#FF9800, #0DCAF0, #DC3545);
}

.gradient-orange-info-light {
  background: linear-gradient(#FF9800, #0DCAF0, #f5f5f5);
}

.gradient-orange-info-dark {
  background: linear-gradient(#FF9800, #0DCAF0, #212529);
}

.gradient-orange-info-red {
  background: linear-gradient(#FF9800, #0DCAF0, #F44336);
}

.gradient-orange-info-green {
  background: linear-gradient(#FF9800, #0DCAF0, #4CAF50);
}

.gradient-orange-info-blue {
  background: linear-gradient(#FF9800, #0DCAF0, #2196F3);
}

.gradient-orange-info-black {
  background: linear-gradient(#FF9800, #0DCAF0, #000);
}

.gradient-orange-info-white {
  background: linear-gradient(#FF9800, #0DCAF0, #fff);
}

.gradient-orange-info-pink {
  background: linear-gradient(#FF9800, #0DCAF0, #E91E63);
}

.gradient-orange-info-purple {
  background: linear-gradient(#FF9800, #0DCAF0, #9C27B0);
}

.gradient-orange-info-indigo {
  background: linear-gradient(#FF9800, #0DCAF0, #3E51B5);
}

.gradient-orange-info-cyan {
  background: linear-gradient(#FF9800, #0DCAF0, #00BCD4);
}

.gradient-orange-info-teal {
  background: linear-gradient(#FF9800, #0DCAF0, #009688);
}

.gradient-orange-info-lime {
  background: linear-gradient(#FF9800, #0DCAF0, #CDDC39);
}

.gradient-orange-info-yellow {
  background: linear-gradient(#FF9800, #0DCAF0, #FFEB3B);
}

.gradient-orange-info-amber {
  background: linear-gradient(#FF9800, #0DCAF0, #FFC107);
}

.gradient-orange-info-lightblue {
  background: linear-gradient(#FF9800, #0DCAF0, #03A9F4);
}

.gradient-orange-info-lightgreen {
  background: linear-gradient(#FF9800, #0DCAF0, #76FF03);
}

.gradient-orange-info-deeppurple {
  background: linear-gradient(#FF9800, #0DCAF0, #673AB7);
}

.gradient-orange-info-deeporange {
  background: linear-gradient(#FF9800, #0DCAF0, #DD6E0F);
}

.gradient-orange-info-brown {
  background: linear-gradient(#FF9800, #0DCAF0, #964B00);
}

.gradient-orange-info-grey {
  background: linear-gradient(#FF9800, #0DCAF0, #808080);
}

.gradient-orange-warning {
  background: linear-gradient(#FF9800, #FFC107);
}

.gradient-to-top-orange-warning {
  background: linear-gradient(to top, #FF9800, #FFC107);
}

.gradient-to-bottom-orange-warning {
  background: linear-gradient(to bottom, #FF9800, #FFC107);
}

.gradient-to-left-orange-warning {
  background: linear-gradient(to left, #FF9800, #FFC107);
}

.gradient-to-right-orange-warning {
  background: linear-gradient(to right, #FF9800, #FFC107);
}

.gradient-to-top-left-orange-warning {
  background: linear-gradient(to top left, #FF9800, #FFC107);
}

.gradient-to-top-right-orange-warning {
  background: linear-gradient(to top right, #FF9800, #FFC107);
}

.gradient-to-bottom-left-orange-warning {
  background: linear-gradient(to bottom left, #FF9800, #FFC107);
}

.gradient-to-bottom-right-orange-warning {
  background: linear-gradient(to bottom right, #FF9800, #FFC107);
}

.gradient-radial-orange-warning {
  background: radial-gradient(circle, #FF9800, #FFC107);
}

.gradient-orange-warning-primary {
  background: linear-gradient(#FF9800, #FFC107, #03A9F4);
}

.gradient-orange-warning-secondary {
  background: linear-gradient(#FF9800, #FFC107, #333);
}

.gradient-orange-warning-success {
  background: linear-gradient(#FF9800, #FFC107, #28a745);
}

.gradient-orange-warning-info {
  background: linear-gradient(#FF9800, #FFC107, #0DCAF0);
}

.gradient-orange-warning-danger {
  background: linear-gradient(#FF9800, #FFC107, #DC3545);
}

.gradient-orange-warning-light {
  background: linear-gradient(#FF9800, #FFC107, #f5f5f5);
}

.gradient-orange-warning-dark {
  background: linear-gradient(#FF9800, #FFC107, #212529);
}

.gradient-orange-warning-red {
  background: linear-gradient(#FF9800, #FFC107, #F44336);
}

.gradient-orange-warning-green {
  background: linear-gradient(#FF9800, #FFC107, #4CAF50);
}

.gradient-orange-warning-blue {
  background: linear-gradient(#FF9800, #FFC107, #2196F3);
}

.gradient-orange-warning-black {
  background: linear-gradient(#FF9800, #FFC107, #000);
}

.gradient-orange-warning-white {
  background: linear-gradient(#FF9800, #FFC107, #fff);
}

.gradient-orange-warning-pink {
  background: linear-gradient(#FF9800, #FFC107, #E91E63);
}

.gradient-orange-warning-purple {
  background: linear-gradient(#FF9800, #FFC107, #9C27B0);
}

.gradient-orange-warning-indigo {
  background: linear-gradient(#FF9800, #FFC107, #3E51B5);
}

.gradient-orange-warning-cyan {
  background: linear-gradient(#FF9800, #FFC107, #00BCD4);
}

.gradient-orange-warning-teal {
  background: linear-gradient(#FF9800, #FFC107, #009688);
}

.gradient-orange-warning-lime {
  background: linear-gradient(#FF9800, #FFC107, #CDDC39);
}

.gradient-orange-warning-yellow {
  background: linear-gradient(#FF9800, #FFC107, #FFEB3B);
}

.gradient-orange-warning-amber {
  background: linear-gradient(#FF9800, #FFC107, #FFC107);
}

.gradient-orange-warning-lightblue {
  background: linear-gradient(#FF9800, #FFC107, #03A9F4);
}

.gradient-orange-warning-lightgreen {
  background: linear-gradient(#FF9800, #FFC107, #76FF03);
}

.gradient-orange-warning-deeppurple {
  background: linear-gradient(#FF9800, #FFC107, #673AB7);
}

.gradient-orange-warning-deeporange {
  background: linear-gradient(#FF9800, #FFC107, #DD6E0F);
}

.gradient-orange-warning-brown {
  background: linear-gradient(#FF9800, #FFC107, #964B00);
}

.gradient-orange-warning-grey {
  background: linear-gradient(#FF9800, #FFC107, #808080);
}

.gradient-orange-danger {
  background: linear-gradient(#FF9800, #DC3545);
}

.gradient-to-top-orange-danger {
  background: linear-gradient(to top, #FF9800, #DC3545);
}

.gradient-to-bottom-orange-danger {
  background: linear-gradient(to bottom, #FF9800, #DC3545);
}

.gradient-to-left-orange-danger {
  background: linear-gradient(to left, #FF9800, #DC3545);
}

.gradient-to-right-orange-danger {
  background: linear-gradient(to right, #FF9800, #DC3545);
}

.gradient-to-top-left-orange-danger {
  background: linear-gradient(to top left, #FF9800, #DC3545);
}

.gradient-to-top-right-orange-danger {
  background: linear-gradient(to top right, #FF9800, #DC3545);
}

.gradient-to-bottom-left-orange-danger {
  background: linear-gradient(to bottom left, #FF9800, #DC3545);
}

.gradient-to-bottom-right-orange-danger {
  background: linear-gradient(to bottom right, #FF9800, #DC3545);
}

.gradient-radial-orange-danger {
  background: radial-gradient(circle, #FF9800, #DC3545);
}

.gradient-orange-danger-primary {
  background: linear-gradient(#FF9800, #DC3545, #03A9F4);
}

.gradient-orange-danger-secondary {
  background: linear-gradient(#FF9800, #DC3545, #333);
}

.gradient-orange-danger-success {
  background: linear-gradient(#FF9800, #DC3545, #28a745);
}

.gradient-orange-danger-info {
  background: linear-gradient(#FF9800, #DC3545, #0DCAF0);
}

.gradient-orange-danger-warning {
  background: linear-gradient(#FF9800, #DC3545, #FFC107);
}

.gradient-orange-danger-light {
  background: linear-gradient(#FF9800, #DC3545, #f5f5f5);
}

.gradient-orange-danger-dark {
  background: linear-gradient(#FF9800, #DC3545, #212529);
}

.gradient-orange-danger-red {
  background: linear-gradient(#FF9800, #DC3545, #F44336);
}

.gradient-orange-danger-green {
  background: linear-gradient(#FF9800, #DC3545, #4CAF50);
}

.gradient-orange-danger-blue {
  background: linear-gradient(#FF9800, #DC3545, #2196F3);
}

.gradient-orange-danger-black {
  background: linear-gradient(#FF9800, #DC3545, #000);
}

.gradient-orange-danger-white {
  background: linear-gradient(#FF9800, #DC3545, #fff);
}

.gradient-orange-danger-pink {
  background: linear-gradient(#FF9800, #DC3545, #E91E63);
}

.gradient-orange-danger-purple {
  background: linear-gradient(#FF9800, #DC3545, #9C27B0);
}

.gradient-orange-danger-indigo {
  background: linear-gradient(#FF9800, #DC3545, #3E51B5);
}

.gradient-orange-danger-cyan {
  background: linear-gradient(#FF9800, #DC3545, #00BCD4);
}

.gradient-orange-danger-teal {
  background: linear-gradient(#FF9800, #DC3545, #009688);
}

.gradient-orange-danger-lime {
  background: linear-gradient(#FF9800, #DC3545, #CDDC39);
}

.gradient-orange-danger-yellow {
  background: linear-gradient(#FF9800, #DC3545, #FFEB3B);
}

.gradient-orange-danger-amber {
  background: linear-gradient(#FF9800, #DC3545, #FFC107);
}

.gradient-orange-danger-lightblue {
  background: linear-gradient(#FF9800, #DC3545, #03A9F4);
}

.gradient-orange-danger-lightgreen {
  background: linear-gradient(#FF9800, #DC3545, #76FF03);
}

.gradient-orange-danger-deeppurple {
  background: linear-gradient(#FF9800, #DC3545, #673AB7);
}

.gradient-orange-danger-deeporange {
  background: linear-gradient(#FF9800, #DC3545, #DD6E0F);
}

.gradient-orange-danger-brown {
  background: linear-gradient(#FF9800, #DC3545, #964B00);
}

.gradient-orange-danger-grey {
  background: linear-gradient(#FF9800, #DC3545, #808080);
}

.gradient-orange-light {
  background: linear-gradient(#FF9800, #f5f5f5);
}

.gradient-to-top-orange-light {
  background: linear-gradient(to top, #FF9800, #f5f5f5);
}

.gradient-to-bottom-orange-light {
  background: linear-gradient(to bottom, #FF9800, #f5f5f5);
}

.gradient-to-left-orange-light {
  background: linear-gradient(to left, #FF9800, #f5f5f5);
}

.gradient-to-right-orange-light {
  background: linear-gradient(to right, #FF9800, #f5f5f5);
}

.gradient-to-top-left-orange-light {
  background: linear-gradient(to top left, #FF9800, #f5f5f5);
}

.gradient-to-top-right-orange-light {
  background: linear-gradient(to top right, #FF9800, #f5f5f5);
}

.gradient-to-bottom-left-orange-light {
  background: linear-gradient(to bottom left, #FF9800, #f5f5f5);
}

.gradient-to-bottom-right-orange-light {
  background: linear-gradient(to bottom right, #FF9800, #f5f5f5);
}

.gradient-radial-orange-light {
  background: radial-gradient(circle, #FF9800, #f5f5f5);
}

.gradient-orange-light-primary {
  background: linear-gradient(#FF9800, #f5f5f5, #03A9F4);
}

.gradient-orange-light-secondary {
  background: linear-gradient(#FF9800, #f5f5f5, #333);
}

.gradient-orange-light-success {
  background: linear-gradient(#FF9800, #f5f5f5, #28a745);
}

.gradient-orange-light-info {
  background: linear-gradient(#FF9800, #f5f5f5, #0DCAF0);
}

.gradient-orange-light-warning {
  background: linear-gradient(#FF9800, #f5f5f5, #FFC107);
}

.gradient-orange-light-danger {
  background: linear-gradient(#FF9800, #f5f5f5, #DC3545);
}

.gradient-orange-light-dark {
  background: linear-gradient(#FF9800, #f5f5f5, #212529);
}

.gradient-orange-light-red {
  background: linear-gradient(#FF9800, #f5f5f5, #F44336);
}

.gradient-orange-light-green {
  background: linear-gradient(#FF9800, #f5f5f5, #4CAF50);
}

.gradient-orange-light-blue {
  background: linear-gradient(#FF9800, #f5f5f5, #2196F3);
}

.gradient-orange-light-black {
  background: linear-gradient(#FF9800, #f5f5f5, #000);
}

.gradient-orange-light-white {
  background: linear-gradient(#FF9800, #f5f5f5, #fff);
}

.gradient-orange-light-pink {
  background: linear-gradient(#FF9800, #f5f5f5, #E91E63);
}

.gradient-orange-light-purple {
  background: linear-gradient(#FF9800, #f5f5f5, #9C27B0);
}

.gradient-orange-light-indigo {
  background: linear-gradient(#FF9800, #f5f5f5, #3E51B5);
}

.gradient-orange-light-cyan {
  background: linear-gradient(#FF9800, #f5f5f5, #00BCD4);
}

.gradient-orange-light-teal {
  background: linear-gradient(#FF9800, #f5f5f5, #009688);
}

.gradient-orange-light-lime {
  background: linear-gradient(#FF9800, #f5f5f5, #CDDC39);
}

.gradient-orange-light-yellow {
  background: linear-gradient(#FF9800, #f5f5f5, #FFEB3B);
}

.gradient-orange-light-amber {
  background: linear-gradient(#FF9800, #f5f5f5, #FFC107);
}

.gradient-orange-light-lightblue {
  background: linear-gradient(#FF9800, #f5f5f5, #03A9F4);
}

.gradient-orange-light-lightgreen {
  background: linear-gradient(#FF9800, #f5f5f5, #76FF03);
}

.gradient-orange-light-deeppurple {
  background: linear-gradient(#FF9800, #f5f5f5, #673AB7);
}

.gradient-orange-light-deeporange {
  background: linear-gradient(#FF9800, #f5f5f5, #DD6E0F);
}

.gradient-orange-light-brown {
  background: linear-gradient(#FF9800, #f5f5f5, #964B00);
}

.gradient-orange-light-grey {
  background: linear-gradient(#FF9800, #f5f5f5, #808080);
}

.gradient-orange-dark {
  background: linear-gradient(#FF9800, #212529);
}

.gradient-to-top-orange-dark {
  background: linear-gradient(to top, #FF9800, #212529);
}

.gradient-to-bottom-orange-dark {
  background: linear-gradient(to bottom, #FF9800, #212529);
}

.gradient-to-left-orange-dark {
  background: linear-gradient(to left, #FF9800, #212529);
}

.gradient-to-right-orange-dark {
  background: linear-gradient(to right, #FF9800, #212529);
}

.gradient-to-top-left-orange-dark {
  background: linear-gradient(to top left, #FF9800, #212529);
}

.gradient-to-top-right-orange-dark {
  background: linear-gradient(to top right, #FF9800, #212529);
}

.gradient-to-bottom-left-orange-dark {
  background: linear-gradient(to bottom left, #FF9800, #212529);
}

.gradient-to-bottom-right-orange-dark {
  background: linear-gradient(to bottom right, #FF9800, #212529);
}

.gradient-radial-orange-dark {
  background: radial-gradient(circle, #FF9800, #212529);
}

.gradient-orange-dark-primary {
  background: linear-gradient(#FF9800, #212529, #03A9F4);
}

.gradient-orange-dark-secondary {
  background: linear-gradient(#FF9800, #212529, #333);
}

.gradient-orange-dark-success {
  background: linear-gradient(#FF9800, #212529, #28a745);
}

.gradient-orange-dark-info {
  background: linear-gradient(#FF9800, #212529, #0DCAF0);
}

.gradient-orange-dark-warning {
  background: linear-gradient(#FF9800, #212529, #FFC107);
}

.gradient-orange-dark-danger {
  background: linear-gradient(#FF9800, #212529, #DC3545);
}

.gradient-orange-dark-light {
  background: linear-gradient(#FF9800, #212529, #f5f5f5);
}

.gradient-orange-dark-red {
  background: linear-gradient(#FF9800, #212529, #F44336);
}

.gradient-orange-dark-green {
  background: linear-gradient(#FF9800, #212529, #4CAF50);
}

.gradient-orange-dark-blue {
  background: linear-gradient(#FF9800, #212529, #2196F3);
}

.gradient-orange-dark-black {
  background: linear-gradient(#FF9800, #212529, #000);
}

.gradient-orange-dark-white {
  background: linear-gradient(#FF9800, #212529, #fff);
}

.gradient-orange-dark-pink {
  background: linear-gradient(#FF9800, #212529, #E91E63);
}

.gradient-orange-dark-purple {
  background: linear-gradient(#FF9800, #212529, #9C27B0);
}

.gradient-orange-dark-indigo {
  background: linear-gradient(#FF9800, #212529, #3E51B5);
}

.gradient-orange-dark-cyan {
  background: linear-gradient(#FF9800, #212529, #00BCD4);
}

.gradient-orange-dark-teal {
  background: linear-gradient(#FF9800, #212529, #009688);
}

.gradient-orange-dark-lime {
  background: linear-gradient(#FF9800, #212529, #CDDC39);
}

.gradient-orange-dark-yellow {
  background: linear-gradient(#FF9800, #212529, #FFEB3B);
}

.gradient-orange-dark-amber {
  background: linear-gradient(#FF9800, #212529, #FFC107);
}

.gradient-orange-dark-lightblue {
  background: linear-gradient(#FF9800, #212529, #03A9F4);
}

.gradient-orange-dark-lightgreen {
  background: linear-gradient(#FF9800, #212529, #76FF03);
}

.gradient-orange-dark-deeppurple {
  background: linear-gradient(#FF9800, #212529, #673AB7);
}

.gradient-orange-dark-deeporange {
  background: linear-gradient(#FF9800, #212529, #DD6E0F);
}

.gradient-orange-dark-brown {
  background: linear-gradient(#FF9800, #212529, #964B00);
}

.gradient-orange-dark-grey {
  background: linear-gradient(#FF9800, #212529, #808080);
}

.gradient-orange-red {
  background: linear-gradient(#FF9800, #F44336);
}

.gradient-to-top-orange-red {
  background: linear-gradient(to top, #FF9800, #F44336);
}

.gradient-to-bottom-orange-red {
  background: linear-gradient(to bottom, #FF9800, #F44336);
}

.gradient-to-left-orange-red {
  background: linear-gradient(to left, #FF9800, #F44336);
}

.gradient-to-right-orange-red {
  background: linear-gradient(to right, #FF9800, #F44336);
}

.gradient-to-top-left-orange-red {
  background: linear-gradient(to top left, #FF9800, #F44336);
}

.gradient-to-top-right-orange-red {
  background: linear-gradient(to top right, #FF9800, #F44336);
}

.gradient-to-bottom-left-orange-red {
  background: linear-gradient(to bottom left, #FF9800, #F44336);
}

.gradient-to-bottom-right-orange-red {
  background: linear-gradient(to bottom right, #FF9800, #F44336);
}

.gradient-radial-orange-red {
  background: radial-gradient(circle, #FF9800, #F44336);
}

.gradient-orange-red-primary {
  background: linear-gradient(#FF9800, #F44336, #03A9F4);
}

.gradient-orange-red-secondary {
  background: linear-gradient(#FF9800, #F44336, #333);
}

.gradient-orange-red-success {
  background: linear-gradient(#FF9800, #F44336, #28a745);
}

.gradient-orange-red-info {
  background: linear-gradient(#FF9800, #F44336, #0DCAF0);
}

.gradient-orange-red-warning {
  background: linear-gradient(#FF9800, #F44336, #FFC107);
}

.gradient-orange-red-danger {
  background: linear-gradient(#FF9800, #F44336, #DC3545);
}

.gradient-orange-red-light {
  background: linear-gradient(#FF9800, #F44336, #f5f5f5);
}

.gradient-orange-red-dark {
  background: linear-gradient(#FF9800, #F44336, #212529);
}

.gradient-orange-red-green {
  background: linear-gradient(#FF9800, #F44336, #4CAF50);
}

.gradient-orange-red-blue {
  background: linear-gradient(#FF9800, #F44336, #2196F3);
}

.gradient-orange-red-black {
  background: linear-gradient(#FF9800, #F44336, #000);
}

.gradient-orange-red-white {
  background: linear-gradient(#FF9800, #F44336, #fff);
}

.gradient-orange-red-pink {
  background: linear-gradient(#FF9800, #F44336, #E91E63);
}

.gradient-orange-red-purple {
  background: linear-gradient(#FF9800, #F44336, #9C27B0);
}

.gradient-orange-red-indigo {
  background: linear-gradient(#FF9800, #F44336, #3E51B5);
}

.gradient-orange-red-cyan {
  background: linear-gradient(#FF9800, #F44336, #00BCD4);
}

.gradient-orange-red-teal {
  background: linear-gradient(#FF9800, #F44336, #009688);
}

.gradient-orange-red-lime {
  background: linear-gradient(#FF9800, #F44336, #CDDC39);
}

.gradient-orange-red-yellow {
  background: linear-gradient(#FF9800, #F44336, #FFEB3B);
}

.gradient-orange-red-amber {
  background: linear-gradient(#FF9800, #F44336, #FFC107);
}

.gradient-orange-red-lightblue {
  background: linear-gradient(#FF9800, #F44336, #03A9F4);
}

.gradient-orange-red-lightgreen {
  background: linear-gradient(#FF9800, #F44336, #76FF03);
}

.gradient-orange-red-deeppurple {
  background: linear-gradient(#FF9800, #F44336, #673AB7);
}

.gradient-orange-red-deeporange {
  background: linear-gradient(#FF9800, #F44336, #DD6E0F);
}

.gradient-orange-red-brown {
  background: linear-gradient(#FF9800, #F44336, #964B00);
}

.gradient-orange-red-grey {
  background: linear-gradient(#FF9800, #F44336, #808080);
}

.gradient-orange-green {
  background: linear-gradient(#FF9800, #4CAF50);
}

.gradient-to-top-orange-green {
  background: linear-gradient(to top, #FF9800, #4CAF50);
}

.gradient-to-bottom-orange-green {
  background: linear-gradient(to bottom, #FF9800, #4CAF50);
}

.gradient-to-left-orange-green {
  background: linear-gradient(to left, #FF9800, #4CAF50);
}

.gradient-to-right-orange-green {
  background: linear-gradient(to right, #FF9800, #4CAF50);
}

.gradient-to-top-left-orange-green {
  background: linear-gradient(to top left, #FF9800, #4CAF50);
}

.gradient-to-top-right-orange-green {
  background: linear-gradient(to top right, #FF9800, #4CAF50);
}

.gradient-to-bottom-left-orange-green {
  background: linear-gradient(to bottom left, #FF9800, #4CAF50);
}

.gradient-to-bottom-right-orange-green {
  background: linear-gradient(to bottom right, #FF9800, #4CAF50);
}

.gradient-radial-orange-green {
  background: radial-gradient(circle, #FF9800, #4CAF50);
}

.gradient-orange-green-primary {
  background: linear-gradient(#FF9800, #4CAF50, #03A9F4);
}

.gradient-orange-green-secondary {
  background: linear-gradient(#FF9800, #4CAF50, #333);
}

.gradient-orange-green-success {
  background: linear-gradient(#FF9800, #4CAF50, #28a745);
}

.gradient-orange-green-info {
  background: linear-gradient(#FF9800, #4CAF50, #0DCAF0);
}

.gradient-orange-green-warning {
  background: linear-gradient(#FF9800, #4CAF50, #FFC107);
}

.gradient-orange-green-danger {
  background: linear-gradient(#FF9800, #4CAF50, #DC3545);
}

.gradient-orange-green-light {
  background: linear-gradient(#FF9800, #4CAF50, #f5f5f5);
}

.gradient-orange-green-dark {
  background: linear-gradient(#FF9800, #4CAF50, #212529);
}

.gradient-orange-green-red {
  background: linear-gradient(#FF9800, #4CAF50, #F44336);
}

.gradient-orange-green-blue {
  background: linear-gradient(#FF9800, #4CAF50, #2196F3);
}

.gradient-orange-green-black {
  background: linear-gradient(#FF9800, #4CAF50, #000);
}

.gradient-orange-green-white {
  background: linear-gradient(#FF9800, #4CAF50, #fff);
}

.gradient-orange-green-pink {
  background: linear-gradient(#FF9800, #4CAF50, #E91E63);
}

.gradient-orange-green-purple {
  background: linear-gradient(#FF9800, #4CAF50, #9C27B0);
}

.gradient-orange-green-indigo {
  background: linear-gradient(#FF9800, #4CAF50, #3E51B5);
}

.gradient-orange-green-cyan {
  background: linear-gradient(#FF9800, #4CAF50, #00BCD4);
}

.gradient-orange-green-teal {
  background: linear-gradient(#FF9800, #4CAF50, #009688);
}

.gradient-orange-green-lime {
  background: linear-gradient(#FF9800, #4CAF50, #CDDC39);
}

.gradient-orange-green-yellow {
  background: linear-gradient(#FF9800, #4CAF50, #FFEB3B);
}

.gradient-orange-green-amber {
  background: linear-gradient(#FF9800, #4CAF50, #FFC107);
}

.gradient-orange-green-lightblue {
  background: linear-gradient(#FF9800, #4CAF50, #03A9F4);
}

.gradient-orange-green-lightgreen {
  background: linear-gradient(#FF9800, #4CAF50, #76FF03);
}

.gradient-orange-green-deeppurple {
  background: linear-gradient(#FF9800, #4CAF50, #673AB7);
}

.gradient-orange-green-deeporange {
  background: linear-gradient(#FF9800, #4CAF50, #DD6E0F);
}

.gradient-orange-green-brown {
  background: linear-gradient(#FF9800, #4CAF50, #964B00);
}

.gradient-orange-green-grey {
  background: linear-gradient(#FF9800, #4CAF50, #808080);
}

.gradient-orange-blue {
  background: linear-gradient(#FF9800, #2196F3);
}

.gradient-to-top-orange-blue {
  background: linear-gradient(to top, #FF9800, #2196F3);
}

.gradient-to-bottom-orange-blue {
  background: linear-gradient(to bottom, #FF9800, #2196F3);
}

.gradient-to-left-orange-blue {
  background: linear-gradient(to left, #FF9800, #2196F3);
}

.gradient-to-right-orange-blue {
  background: linear-gradient(to right, #FF9800, #2196F3);
}

.gradient-to-top-left-orange-blue {
  background: linear-gradient(to top left, #FF9800, #2196F3);
}

.gradient-to-top-right-orange-blue {
  background: linear-gradient(to top right, #FF9800, #2196F3);
}

.gradient-to-bottom-left-orange-blue {
  background: linear-gradient(to bottom left, #FF9800, #2196F3);
}

.gradient-to-bottom-right-orange-blue {
  background: linear-gradient(to bottom right, #FF9800, #2196F3);
}

.gradient-radial-orange-blue {
  background: radial-gradient(circle, #FF9800, #2196F3);
}

.gradient-orange-blue-primary {
  background: linear-gradient(#FF9800, #2196F3, #03A9F4);
}

.gradient-orange-blue-secondary {
  background: linear-gradient(#FF9800, #2196F3, #333);
}

.gradient-orange-blue-success {
  background: linear-gradient(#FF9800, #2196F3, #28a745);
}

.gradient-orange-blue-info {
  background: linear-gradient(#FF9800, #2196F3, #0DCAF0);
}

.gradient-orange-blue-warning {
  background: linear-gradient(#FF9800, #2196F3, #FFC107);
}

.gradient-orange-blue-danger {
  background: linear-gradient(#FF9800, #2196F3, #DC3545);
}

.gradient-orange-blue-light {
  background: linear-gradient(#FF9800, #2196F3, #f5f5f5);
}

.gradient-orange-blue-dark {
  background: linear-gradient(#FF9800, #2196F3, #212529);
}

.gradient-orange-blue-red {
  background: linear-gradient(#FF9800, #2196F3, #F44336);
}

.gradient-orange-blue-green {
  background: linear-gradient(#FF9800, #2196F3, #4CAF50);
}

.gradient-orange-blue-black {
  background: linear-gradient(#FF9800, #2196F3, #000);
}

.gradient-orange-blue-white {
  background: linear-gradient(#FF9800, #2196F3, #fff);
}

.gradient-orange-blue-pink {
  background: linear-gradient(#FF9800, #2196F3, #E91E63);
}

.gradient-orange-blue-purple {
  background: linear-gradient(#FF9800, #2196F3, #9C27B0);
}

.gradient-orange-blue-indigo {
  background: linear-gradient(#FF9800, #2196F3, #3E51B5);
}

.gradient-orange-blue-cyan {
  background: linear-gradient(#FF9800, #2196F3, #00BCD4);
}

.gradient-orange-blue-teal {
  background: linear-gradient(#FF9800, #2196F3, #009688);
}

.gradient-orange-blue-lime {
  background: linear-gradient(#FF9800, #2196F3, #CDDC39);
}

.gradient-orange-blue-yellow {
  background: linear-gradient(#FF9800, #2196F3, #FFEB3B);
}

.gradient-orange-blue-amber {
  background: linear-gradient(#FF9800, #2196F3, #FFC107);
}

.gradient-orange-blue-lightblue {
  background: linear-gradient(#FF9800, #2196F3, #03A9F4);
}

.gradient-orange-blue-lightgreen {
  background: linear-gradient(#FF9800, #2196F3, #76FF03);
}

.gradient-orange-blue-deeppurple {
  background: linear-gradient(#FF9800, #2196F3, #673AB7);
}

.gradient-orange-blue-deeporange {
  background: linear-gradient(#FF9800, #2196F3, #DD6E0F);
}

.gradient-orange-blue-brown {
  background: linear-gradient(#FF9800, #2196F3, #964B00);
}

.gradient-orange-blue-grey {
  background: linear-gradient(#FF9800, #2196F3, #808080);
}

.gradient-orange-black {
  background: linear-gradient(#FF9800, #000);
}

.gradient-to-top-orange-black {
  background: linear-gradient(to top, #FF9800, #000);
}

.gradient-to-bottom-orange-black {
  background: linear-gradient(to bottom, #FF9800, #000);
}

.gradient-to-left-orange-black {
  background: linear-gradient(to left, #FF9800, #000);
}

.gradient-to-right-orange-black {
  background: linear-gradient(to right, #FF9800, #000);
}

.gradient-to-top-left-orange-black {
  background: linear-gradient(to top left, #FF9800, #000);
}

.gradient-to-top-right-orange-black {
  background: linear-gradient(to top right, #FF9800, #000);
}

.gradient-to-bottom-left-orange-black {
  background: linear-gradient(to bottom left, #FF9800, #000);
}

.gradient-to-bottom-right-orange-black {
  background: linear-gradient(to bottom right, #FF9800, #000);
}

.gradient-radial-orange-black {
  background: radial-gradient(circle, #FF9800, #000);
}

.gradient-orange-black-primary {
  background: linear-gradient(#FF9800, #000, #03A9F4);
}

.gradient-orange-black-secondary {
  background: linear-gradient(#FF9800, #000, #333);
}

.gradient-orange-black-success {
  background: linear-gradient(#FF9800, #000, #28a745);
}

.gradient-orange-black-info {
  background: linear-gradient(#FF9800, #000, #0DCAF0);
}

.gradient-orange-black-warning {
  background: linear-gradient(#FF9800, #000, #FFC107);
}

.gradient-orange-black-danger {
  background: linear-gradient(#FF9800, #000, #DC3545);
}

.gradient-orange-black-light {
  background: linear-gradient(#FF9800, #000, #f5f5f5);
}

.gradient-orange-black-dark {
  background: linear-gradient(#FF9800, #000, #212529);
}

.gradient-orange-black-red {
  background: linear-gradient(#FF9800, #000, #F44336);
}

.gradient-orange-black-green {
  background: linear-gradient(#FF9800, #000, #4CAF50);
}

.gradient-orange-black-blue {
  background: linear-gradient(#FF9800, #000, #2196F3);
}

.gradient-orange-black-white {
  background: linear-gradient(#FF9800, #000, #fff);
}

.gradient-orange-black-pink {
  background: linear-gradient(#FF9800, #000, #E91E63);
}

.gradient-orange-black-purple {
  background: linear-gradient(#FF9800, #000, #9C27B0);
}

.gradient-orange-black-indigo {
  background: linear-gradient(#FF9800, #000, #3E51B5);
}

.gradient-orange-black-cyan {
  background: linear-gradient(#FF9800, #000, #00BCD4);
}

.gradient-orange-black-teal {
  background: linear-gradient(#FF9800, #000, #009688);
}

.gradient-orange-black-lime {
  background: linear-gradient(#FF9800, #000, #CDDC39);
}

.gradient-orange-black-yellow {
  background: linear-gradient(#FF9800, #000, #FFEB3B);
}

.gradient-orange-black-amber {
  background: linear-gradient(#FF9800, #000, #FFC107);
}

.gradient-orange-black-lightblue {
  background: linear-gradient(#FF9800, #000, #03A9F4);
}

.gradient-orange-black-lightgreen {
  background: linear-gradient(#FF9800, #000, #76FF03);
}

.gradient-orange-black-deeppurple {
  background: linear-gradient(#FF9800, #000, #673AB7);
}

.gradient-orange-black-deeporange {
  background: linear-gradient(#FF9800, #000, #DD6E0F);
}

.gradient-orange-black-brown {
  background: linear-gradient(#FF9800, #000, #964B00);
}

.gradient-orange-black-grey {
  background: linear-gradient(#FF9800, #000, #808080);
}

.gradient-orange-white {
  background: linear-gradient(#FF9800, #fff);
}

.gradient-to-top-orange-white {
  background: linear-gradient(to top, #FF9800, #fff);
}

.gradient-to-bottom-orange-white {
  background: linear-gradient(to bottom, #FF9800, #fff);
}

.gradient-to-left-orange-white {
  background: linear-gradient(to left, #FF9800, #fff);
}

.gradient-to-right-orange-white {
  background: linear-gradient(to right, #FF9800, #fff);
}

.gradient-to-top-left-orange-white {
  background: linear-gradient(to top left, #FF9800, #fff);
}

.gradient-to-top-right-orange-white {
  background: linear-gradient(to top right, #FF9800, #fff);
}

.gradient-to-bottom-left-orange-white {
  background: linear-gradient(to bottom left, #FF9800, #fff);
}

.gradient-to-bottom-right-orange-white {
  background: linear-gradient(to bottom right, #FF9800, #fff);
}

.gradient-radial-orange-white {
  background: radial-gradient(circle, #FF9800, #fff);
}

.gradient-orange-white-primary {
  background: linear-gradient(#FF9800, #fff, #03A9F4);
}

.gradient-orange-white-secondary {
  background: linear-gradient(#FF9800, #fff, #333);
}

.gradient-orange-white-success {
  background: linear-gradient(#FF9800, #fff, #28a745);
}

.gradient-orange-white-info {
  background: linear-gradient(#FF9800, #fff, #0DCAF0);
}

.gradient-orange-white-warning {
  background: linear-gradient(#FF9800, #fff, #FFC107);
}

.gradient-orange-white-danger {
  background: linear-gradient(#FF9800, #fff, #DC3545);
}

.gradient-orange-white-light {
  background: linear-gradient(#FF9800, #fff, #f5f5f5);
}

.gradient-orange-white-dark {
  background: linear-gradient(#FF9800, #fff, #212529);
}

.gradient-orange-white-red {
  background: linear-gradient(#FF9800, #fff, #F44336);
}

.gradient-orange-white-green {
  background: linear-gradient(#FF9800, #fff, #4CAF50);
}

.gradient-orange-white-blue {
  background: linear-gradient(#FF9800, #fff, #2196F3);
}

.gradient-orange-white-black {
  background: linear-gradient(#FF9800, #fff, #000);
}

.gradient-orange-white-pink {
  background: linear-gradient(#FF9800, #fff, #E91E63);
}

.gradient-orange-white-purple {
  background: linear-gradient(#FF9800, #fff, #9C27B0);
}

.gradient-orange-white-indigo {
  background: linear-gradient(#FF9800, #fff, #3E51B5);
}

.gradient-orange-white-cyan {
  background: linear-gradient(#FF9800, #fff, #00BCD4);
}

.gradient-orange-white-teal {
  background: linear-gradient(#FF9800, #fff, #009688);
}

.gradient-orange-white-lime {
  background: linear-gradient(#FF9800, #fff, #CDDC39);
}

.gradient-orange-white-yellow {
  background: linear-gradient(#FF9800, #fff, #FFEB3B);
}

.gradient-orange-white-amber {
  background: linear-gradient(#FF9800, #fff, #FFC107);
}

.gradient-orange-white-lightblue {
  background: linear-gradient(#FF9800, #fff, #03A9F4);
}

.gradient-orange-white-lightgreen {
  background: linear-gradient(#FF9800, #fff, #76FF03);
}

.gradient-orange-white-deeppurple {
  background: linear-gradient(#FF9800, #fff, #673AB7);
}

.gradient-orange-white-deeporange {
  background: linear-gradient(#FF9800, #fff, #DD6E0F);
}

.gradient-orange-white-brown {
  background: linear-gradient(#FF9800, #fff, #964B00);
}

.gradient-orange-white-grey {
  background: linear-gradient(#FF9800, #fff, #808080);
}

.gradient-orange-pink {
  background: linear-gradient(#FF9800, #E91E63);
}

.gradient-to-top-orange-pink {
  background: linear-gradient(to top, #FF9800, #E91E63);
}

.gradient-to-bottom-orange-pink {
  background: linear-gradient(to bottom, #FF9800, #E91E63);
}

.gradient-to-left-orange-pink {
  background: linear-gradient(to left, #FF9800, #E91E63);
}

.gradient-to-right-orange-pink {
  background: linear-gradient(to right, #FF9800, #E91E63);
}

.gradient-to-top-left-orange-pink {
  background: linear-gradient(to top left, #FF9800, #E91E63);
}

.gradient-to-top-right-orange-pink {
  background: linear-gradient(to top right, #FF9800, #E91E63);
}

.gradient-to-bottom-left-orange-pink {
  background: linear-gradient(to bottom left, #FF9800, #E91E63);
}

.gradient-to-bottom-right-orange-pink {
  background: linear-gradient(to bottom right, #FF9800, #E91E63);
}

.gradient-radial-orange-pink {
  background: radial-gradient(circle, #FF9800, #E91E63);
}

.gradient-orange-pink-primary {
  background: linear-gradient(#FF9800, #E91E63, #03A9F4);
}

.gradient-orange-pink-secondary {
  background: linear-gradient(#FF9800, #E91E63, #333);
}

.gradient-orange-pink-success {
  background: linear-gradient(#FF9800, #E91E63, #28a745);
}

.gradient-orange-pink-info {
  background: linear-gradient(#FF9800, #E91E63, #0DCAF0);
}

.gradient-orange-pink-warning {
  background: linear-gradient(#FF9800, #E91E63, #FFC107);
}

.gradient-orange-pink-danger {
  background: linear-gradient(#FF9800, #E91E63, #DC3545);
}

.gradient-orange-pink-light {
  background: linear-gradient(#FF9800, #E91E63, #f5f5f5);
}

.gradient-orange-pink-dark {
  background: linear-gradient(#FF9800, #E91E63, #212529);
}

.gradient-orange-pink-red {
  background: linear-gradient(#FF9800, #E91E63, #F44336);
}

.gradient-orange-pink-green {
  background: linear-gradient(#FF9800, #E91E63, #4CAF50);
}

.gradient-orange-pink-blue {
  background: linear-gradient(#FF9800, #E91E63, #2196F3);
}

.gradient-orange-pink-black {
  background: linear-gradient(#FF9800, #E91E63, #000);
}

.gradient-orange-pink-white {
  background: linear-gradient(#FF9800, #E91E63, #fff);
}

.gradient-orange-pink-purple {
  background: linear-gradient(#FF9800, #E91E63, #9C27B0);
}

.gradient-orange-pink-indigo {
  background: linear-gradient(#FF9800, #E91E63, #3E51B5);
}

.gradient-orange-pink-cyan {
  background: linear-gradient(#FF9800, #E91E63, #00BCD4);
}

.gradient-orange-pink-teal {
  background: linear-gradient(#FF9800, #E91E63, #009688);
}

.gradient-orange-pink-lime {
  background: linear-gradient(#FF9800, #E91E63, #CDDC39);
}

.gradient-orange-pink-yellow {
  background: linear-gradient(#FF9800, #E91E63, #FFEB3B);
}

.gradient-orange-pink-amber {
  background: linear-gradient(#FF9800, #E91E63, #FFC107);
}

.gradient-orange-pink-lightblue {
  background: linear-gradient(#FF9800, #E91E63, #03A9F4);
}

.gradient-orange-pink-lightgreen {
  background: linear-gradient(#FF9800, #E91E63, #76FF03);
}

.gradient-orange-pink-deeppurple {
  background: linear-gradient(#FF9800, #E91E63, #673AB7);
}

.gradient-orange-pink-deeporange {
  background: linear-gradient(#FF9800, #E91E63, #DD6E0F);
}

.gradient-orange-pink-brown {
  background: linear-gradient(#FF9800, #E91E63, #964B00);
}

.gradient-orange-pink-grey {
  background: linear-gradient(#FF9800, #E91E63, #808080);
}

.gradient-orange-purple {
  background: linear-gradient(#FF9800, #9C27B0);
}

.gradient-to-top-orange-purple {
  background: linear-gradient(to top, #FF9800, #9C27B0);
}

.gradient-to-bottom-orange-purple {
  background: linear-gradient(to bottom, #FF9800, #9C27B0);
}

.gradient-to-left-orange-purple {
  background: linear-gradient(to left, #FF9800, #9C27B0);
}

.gradient-to-right-orange-purple {
  background: linear-gradient(to right, #FF9800, #9C27B0);
}

.gradient-to-top-left-orange-purple {
  background: linear-gradient(to top left, #FF9800, #9C27B0);
}

.gradient-to-top-right-orange-purple {
  background: linear-gradient(to top right, #FF9800, #9C27B0);
}

.gradient-to-bottom-left-orange-purple {
  background: linear-gradient(to bottom left, #FF9800, #9C27B0);
}

.gradient-to-bottom-right-orange-purple {
  background: linear-gradient(to bottom right, #FF9800, #9C27B0);
}

.gradient-radial-orange-purple {
  background: radial-gradient(circle, #FF9800, #9C27B0);
}

.gradient-orange-purple-primary {
  background: linear-gradient(#FF9800, #9C27B0, #03A9F4);
}

.gradient-orange-purple-secondary {
  background: linear-gradient(#FF9800, #9C27B0, #333);
}

.gradient-orange-purple-success {
  background: linear-gradient(#FF9800, #9C27B0, #28a745);
}

.gradient-orange-purple-info {
  background: linear-gradient(#FF9800, #9C27B0, #0DCAF0);
}

.gradient-orange-purple-warning {
  background: linear-gradient(#FF9800, #9C27B0, #FFC107);
}

.gradient-orange-purple-danger {
  background: linear-gradient(#FF9800, #9C27B0, #DC3545);
}

.gradient-orange-purple-light {
  background: linear-gradient(#FF9800, #9C27B0, #f5f5f5);
}

.gradient-orange-purple-dark {
  background: linear-gradient(#FF9800, #9C27B0, #212529);
}

.gradient-orange-purple-red {
  background: linear-gradient(#FF9800, #9C27B0, #F44336);
}

.gradient-orange-purple-green {
  background: linear-gradient(#FF9800, #9C27B0, #4CAF50);
}

.gradient-orange-purple-blue {
  background: linear-gradient(#FF9800, #9C27B0, #2196F3);
}

.gradient-orange-purple-black {
  background: linear-gradient(#FF9800, #9C27B0, #000);
}

.gradient-orange-purple-white {
  background: linear-gradient(#FF9800, #9C27B0, #fff);
}

.gradient-orange-purple-pink {
  background: linear-gradient(#FF9800, #9C27B0, #E91E63);
}

.gradient-orange-purple-indigo {
  background: linear-gradient(#FF9800, #9C27B0, #3E51B5);
}

.gradient-orange-purple-cyan {
  background: linear-gradient(#FF9800, #9C27B0, #00BCD4);
}

.gradient-orange-purple-teal {
  background: linear-gradient(#FF9800, #9C27B0, #009688);
}

.gradient-orange-purple-lime {
  background: linear-gradient(#FF9800, #9C27B0, #CDDC39);
}

.gradient-orange-purple-yellow {
  background: linear-gradient(#FF9800, #9C27B0, #FFEB3B);
}

.gradient-orange-purple-amber {
  background: linear-gradient(#FF9800, #9C27B0, #FFC107);
}

.gradient-orange-purple-lightblue {
  background: linear-gradient(#FF9800, #9C27B0, #03A9F4);
}

.gradient-orange-purple-lightgreen {
  background: linear-gradient(#FF9800, #9C27B0, #76FF03);
}

.gradient-orange-purple-deeppurple {
  background: linear-gradient(#FF9800, #9C27B0, #673AB7);
}

.gradient-orange-purple-deeporange {
  background: linear-gradient(#FF9800, #9C27B0, #DD6E0F);
}

.gradient-orange-purple-brown {
  background: linear-gradient(#FF9800, #9C27B0, #964B00);
}

.gradient-orange-purple-grey {
  background: linear-gradient(#FF9800, #9C27B0, #808080);
}

.gradient-orange-indigo {
  background: linear-gradient(#FF9800, #3E51B5);
}

.gradient-to-top-orange-indigo {
  background: linear-gradient(to top, #FF9800, #3E51B5);
}

.gradient-to-bottom-orange-indigo {
  background: linear-gradient(to bottom, #FF9800, #3E51B5);
}

.gradient-to-left-orange-indigo {
  background: linear-gradient(to left, #FF9800, #3E51B5);
}

.gradient-to-right-orange-indigo {
  background: linear-gradient(to right, #FF9800, #3E51B5);
}

.gradient-to-top-left-orange-indigo {
  background: linear-gradient(to top left, #FF9800, #3E51B5);
}

.gradient-to-top-right-orange-indigo {
  background: linear-gradient(to top right, #FF9800, #3E51B5);
}

.gradient-to-bottom-left-orange-indigo {
  background: linear-gradient(to bottom left, #FF9800, #3E51B5);
}

.gradient-to-bottom-right-orange-indigo {
  background: linear-gradient(to bottom right, #FF9800, #3E51B5);
}

.gradient-radial-orange-indigo {
  background: radial-gradient(circle, #FF9800, #3E51B5);
}

.gradient-orange-indigo-primary {
  background: linear-gradient(#FF9800, #3E51B5, #03A9F4);
}

.gradient-orange-indigo-secondary {
  background: linear-gradient(#FF9800, #3E51B5, #333);
}

.gradient-orange-indigo-success {
  background: linear-gradient(#FF9800, #3E51B5, #28a745);
}

.gradient-orange-indigo-info {
  background: linear-gradient(#FF9800, #3E51B5, #0DCAF0);
}

.gradient-orange-indigo-warning {
  background: linear-gradient(#FF9800, #3E51B5, #FFC107);
}

.gradient-orange-indigo-danger {
  background: linear-gradient(#FF9800, #3E51B5, #DC3545);
}

.gradient-orange-indigo-light {
  background: linear-gradient(#FF9800, #3E51B5, #f5f5f5);
}

.gradient-orange-indigo-dark {
  background: linear-gradient(#FF9800, #3E51B5, #212529);
}

.gradient-orange-indigo-red {
  background: linear-gradient(#FF9800, #3E51B5, #F44336);
}

.gradient-orange-indigo-green {
  background: linear-gradient(#FF9800, #3E51B5, #4CAF50);
}

.gradient-orange-indigo-blue {
  background: linear-gradient(#FF9800, #3E51B5, #2196F3);
}

.gradient-orange-indigo-black {
  background: linear-gradient(#FF9800, #3E51B5, #000);
}

.gradient-orange-indigo-white {
  background: linear-gradient(#FF9800, #3E51B5, #fff);
}

.gradient-orange-indigo-pink {
  background: linear-gradient(#FF9800, #3E51B5, #E91E63);
}

.gradient-orange-indigo-purple {
  background: linear-gradient(#FF9800, #3E51B5, #9C27B0);
}

.gradient-orange-indigo-cyan {
  background: linear-gradient(#FF9800, #3E51B5, #00BCD4);
}

.gradient-orange-indigo-teal {
  background: linear-gradient(#FF9800, #3E51B5, #009688);
}

.gradient-orange-indigo-lime {
  background: linear-gradient(#FF9800, #3E51B5, #CDDC39);
}

.gradient-orange-indigo-yellow {
  background: linear-gradient(#FF9800, #3E51B5, #FFEB3B);
}

.gradient-orange-indigo-amber {
  background: linear-gradient(#FF9800, #3E51B5, #FFC107);
}

.gradient-orange-indigo-lightblue {
  background: linear-gradient(#FF9800, #3E51B5, #03A9F4);
}

.gradient-orange-indigo-lightgreen {
  background: linear-gradient(#FF9800, #3E51B5, #76FF03);
}

.gradient-orange-indigo-deeppurple {
  background: linear-gradient(#FF9800, #3E51B5, #673AB7);
}

.gradient-orange-indigo-deeporange {
  background: linear-gradient(#FF9800, #3E51B5, #DD6E0F);
}

.gradient-orange-indigo-brown {
  background: linear-gradient(#FF9800, #3E51B5, #964B00);
}

.gradient-orange-indigo-grey {
  background: linear-gradient(#FF9800, #3E51B5, #808080);
}

.gradient-orange-cyan {
  background: linear-gradient(#FF9800, #00BCD4);
}

.gradient-to-top-orange-cyan {
  background: linear-gradient(to top, #FF9800, #00BCD4);
}

.gradient-to-bottom-orange-cyan {
  background: linear-gradient(to bottom, #FF9800, #00BCD4);
}

.gradient-to-left-orange-cyan {
  background: linear-gradient(to left, #FF9800, #00BCD4);
}

.gradient-to-right-orange-cyan {
  background: linear-gradient(to right, #FF9800, #00BCD4);
}

.gradient-to-top-left-orange-cyan {
  background: linear-gradient(to top left, #FF9800, #00BCD4);
}

.gradient-to-top-right-orange-cyan {
  background: linear-gradient(to top right, #FF9800, #00BCD4);
}

.gradient-to-bottom-left-orange-cyan {
  background: linear-gradient(to bottom left, #FF9800, #00BCD4);
}

.gradient-to-bottom-right-orange-cyan {
  background: linear-gradient(to bottom right, #FF9800, #00BCD4);
}

.gradient-radial-orange-cyan {
  background: radial-gradient(circle, #FF9800, #00BCD4);
}

.gradient-orange-cyan-primary {
  background: linear-gradient(#FF9800, #00BCD4, #03A9F4);
}

.gradient-orange-cyan-secondary {
  background: linear-gradient(#FF9800, #00BCD4, #333);
}

.gradient-orange-cyan-success {
  background: linear-gradient(#FF9800, #00BCD4, #28a745);
}

.gradient-orange-cyan-info {
  background: linear-gradient(#FF9800, #00BCD4, #0DCAF0);
}

.gradient-orange-cyan-warning {
  background: linear-gradient(#FF9800, #00BCD4, #FFC107);
}

.gradient-orange-cyan-danger {
  background: linear-gradient(#FF9800, #00BCD4, #DC3545);
}

.gradient-orange-cyan-light {
  background: linear-gradient(#FF9800, #00BCD4, #f5f5f5);
}

.gradient-orange-cyan-dark {
  background: linear-gradient(#FF9800, #00BCD4, #212529);
}

.gradient-orange-cyan-red {
  background: linear-gradient(#FF9800, #00BCD4, #F44336);
}

.gradient-orange-cyan-green {
  background: linear-gradient(#FF9800, #00BCD4, #4CAF50);
}

.gradient-orange-cyan-blue {
  background: linear-gradient(#FF9800, #00BCD4, #2196F3);
}

.gradient-orange-cyan-black {
  background: linear-gradient(#FF9800, #00BCD4, #000);
}

.gradient-orange-cyan-white {
  background: linear-gradient(#FF9800, #00BCD4, #fff);
}

.gradient-orange-cyan-pink {
  background: linear-gradient(#FF9800, #00BCD4, #E91E63);
}

.gradient-orange-cyan-purple {
  background: linear-gradient(#FF9800, #00BCD4, #9C27B0);
}

.gradient-orange-cyan-indigo {
  background: linear-gradient(#FF9800, #00BCD4, #3E51B5);
}

.gradient-orange-cyan-teal {
  background: linear-gradient(#FF9800, #00BCD4, #009688);
}

.gradient-orange-cyan-lime {
  background: linear-gradient(#FF9800, #00BCD4, #CDDC39);
}

.gradient-orange-cyan-yellow {
  background: linear-gradient(#FF9800, #00BCD4, #FFEB3B);
}

.gradient-orange-cyan-amber {
  background: linear-gradient(#FF9800, #00BCD4, #FFC107);
}

.gradient-orange-cyan-lightblue {
  background: linear-gradient(#FF9800, #00BCD4, #03A9F4);
}

.gradient-orange-cyan-lightgreen {
  background: linear-gradient(#FF9800, #00BCD4, #76FF03);
}

.gradient-orange-cyan-deeppurple {
  background: linear-gradient(#FF9800, #00BCD4, #673AB7);
}

.gradient-orange-cyan-deeporange {
  background: linear-gradient(#FF9800, #00BCD4, #DD6E0F);
}

.gradient-orange-cyan-brown {
  background: linear-gradient(#FF9800, #00BCD4, #964B00);
}

.gradient-orange-cyan-grey {
  background: linear-gradient(#FF9800, #00BCD4, #808080);
}

.gradient-orange-teal {
  background: linear-gradient(#FF9800, #009688);
}

.gradient-to-top-orange-teal {
  background: linear-gradient(to top, #FF9800, #009688);
}

.gradient-to-bottom-orange-teal {
  background: linear-gradient(to bottom, #FF9800, #009688);
}

.gradient-to-left-orange-teal {
  background: linear-gradient(to left, #FF9800, #009688);
}

.gradient-to-right-orange-teal {
  background: linear-gradient(to right, #FF9800, #009688);
}

.gradient-to-top-left-orange-teal {
  background: linear-gradient(to top left, #FF9800, #009688);
}

.gradient-to-top-right-orange-teal {
  background: linear-gradient(to top right, #FF9800, #009688);
}

.gradient-to-bottom-left-orange-teal {
  background: linear-gradient(to bottom left, #FF9800, #009688);
}

.gradient-to-bottom-right-orange-teal {
  background: linear-gradient(to bottom right, #FF9800, #009688);
}

.gradient-radial-orange-teal {
  background: radial-gradient(circle, #FF9800, #009688);
}

.gradient-orange-teal-primary {
  background: linear-gradient(#FF9800, #009688, #03A9F4);
}

.gradient-orange-teal-secondary {
  background: linear-gradient(#FF9800, #009688, #333);
}

.gradient-orange-teal-success {
  background: linear-gradient(#FF9800, #009688, #28a745);
}

.gradient-orange-teal-info {
  background: linear-gradient(#FF9800, #009688, #0DCAF0);
}

.gradient-orange-teal-warning {
  background: linear-gradient(#FF9800, #009688, #FFC107);
}

.gradient-orange-teal-danger {
  background: linear-gradient(#FF9800, #009688, #DC3545);
}

.gradient-orange-teal-light {
  background: linear-gradient(#FF9800, #009688, #f5f5f5);
}

.gradient-orange-teal-dark {
  background: linear-gradient(#FF9800, #009688, #212529);
}

.gradient-orange-teal-red {
  background: linear-gradient(#FF9800, #009688, #F44336);
}

.gradient-orange-teal-green {
  background: linear-gradient(#FF9800, #009688, #4CAF50);
}

.gradient-orange-teal-blue {
  background: linear-gradient(#FF9800, #009688, #2196F3);
}

.gradient-orange-teal-black {
  background: linear-gradient(#FF9800, #009688, #000);
}

.gradient-orange-teal-white {
  background: linear-gradient(#FF9800, #009688, #fff);
}

.gradient-orange-teal-pink {
  background: linear-gradient(#FF9800, #009688, #E91E63);
}

.gradient-orange-teal-purple {
  background: linear-gradient(#FF9800, #009688, #9C27B0);
}

.gradient-orange-teal-indigo {
  background: linear-gradient(#FF9800, #009688, #3E51B5);
}

.gradient-orange-teal-cyan {
  background: linear-gradient(#FF9800, #009688, #00BCD4);
}

.gradient-orange-teal-lime {
  background: linear-gradient(#FF9800, #009688, #CDDC39);
}

.gradient-orange-teal-yellow {
  background: linear-gradient(#FF9800, #009688, #FFEB3B);
}

.gradient-orange-teal-amber {
  background: linear-gradient(#FF9800, #009688, #FFC107);
}

.gradient-orange-teal-lightblue {
  background: linear-gradient(#FF9800, #009688, #03A9F4);
}

.gradient-orange-teal-lightgreen {
  background: linear-gradient(#FF9800, #009688, #76FF03);
}

.gradient-orange-teal-deeppurple {
  background: linear-gradient(#FF9800, #009688, #673AB7);
}

.gradient-orange-teal-deeporange {
  background: linear-gradient(#FF9800, #009688, #DD6E0F);
}

.gradient-orange-teal-brown {
  background: linear-gradient(#FF9800, #009688, #964B00);
}

.gradient-orange-teal-grey {
  background: linear-gradient(#FF9800, #009688, #808080);
}

.gradient-orange-lime {
  background: linear-gradient(#FF9800, #CDDC39);
}

.gradient-to-top-orange-lime {
  background: linear-gradient(to top, #FF9800, #CDDC39);
}

.gradient-to-bottom-orange-lime {
  background: linear-gradient(to bottom, #FF9800, #CDDC39);
}

.gradient-to-left-orange-lime {
  background: linear-gradient(to left, #FF9800, #CDDC39);
}

.gradient-to-right-orange-lime {
  background: linear-gradient(to right, #FF9800, #CDDC39);
}

.gradient-to-top-left-orange-lime {
  background: linear-gradient(to top left, #FF9800, #CDDC39);
}

.gradient-to-top-right-orange-lime {
  background: linear-gradient(to top right, #FF9800, #CDDC39);
}

.gradient-to-bottom-left-orange-lime {
  background: linear-gradient(to bottom left, #FF9800, #CDDC39);
}

.gradient-to-bottom-right-orange-lime {
  background: linear-gradient(to bottom right, #FF9800, #CDDC39);
}

.gradient-radial-orange-lime {
  background: radial-gradient(circle, #FF9800, #CDDC39);
}

.gradient-orange-lime-primary {
  background: linear-gradient(#FF9800, #CDDC39, #03A9F4);
}

.gradient-orange-lime-secondary {
  background: linear-gradient(#FF9800, #CDDC39, #333);
}

.gradient-orange-lime-success {
  background: linear-gradient(#FF9800, #CDDC39, #28a745);
}

.gradient-orange-lime-info {
  background: linear-gradient(#FF9800, #CDDC39, #0DCAF0);
}

.gradient-orange-lime-warning {
  background: linear-gradient(#FF9800, #CDDC39, #FFC107);
}

.gradient-orange-lime-danger {
  background: linear-gradient(#FF9800, #CDDC39, #DC3545);
}

.gradient-orange-lime-light {
  background: linear-gradient(#FF9800, #CDDC39, #f5f5f5);
}

.gradient-orange-lime-dark {
  background: linear-gradient(#FF9800, #CDDC39, #212529);
}

.gradient-orange-lime-red {
  background: linear-gradient(#FF9800, #CDDC39, #F44336);
}

.gradient-orange-lime-green {
  background: linear-gradient(#FF9800, #CDDC39, #4CAF50);
}

.gradient-orange-lime-blue {
  background: linear-gradient(#FF9800, #CDDC39, #2196F3);
}

.gradient-orange-lime-black {
  background: linear-gradient(#FF9800, #CDDC39, #000);
}

.gradient-orange-lime-white {
  background: linear-gradient(#FF9800, #CDDC39, #fff);
}

.gradient-orange-lime-pink {
  background: linear-gradient(#FF9800, #CDDC39, #E91E63);
}

.gradient-orange-lime-purple {
  background: linear-gradient(#FF9800, #CDDC39, #9C27B0);
}

.gradient-orange-lime-indigo {
  background: linear-gradient(#FF9800, #CDDC39, #3E51B5);
}

.gradient-orange-lime-cyan {
  background: linear-gradient(#FF9800, #CDDC39, #00BCD4);
}

.gradient-orange-lime-teal {
  background: linear-gradient(#FF9800, #CDDC39, #009688);
}

.gradient-orange-lime-yellow {
  background: linear-gradient(#FF9800, #CDDC39, #FFEB3B);
}

.gradient-orange-lime-amber {
  background: linear-gradient(#FF9800, #CDDC39, #FFC107);
}

.gradient-orange-lime-lightblue {
  background: linear-gradient(#FF9800, #CDDC39, #03A9F4);
}

.gradient-orange-lime-lightgreen {
  background: linear-gradient(#FF9800, #CDDC39, #76FF03);
}

.gradient-orange-lime-deeppurple {
  background: linear-gradient(#FF9800, #CDDC39, #673AB7);
}

.gradient-orange-lime-deeporange {
  background: linear-gradient(#FF9800, #CDDC39, #DD6E0F);
}

.gradient-orange-lime-brown {
  background: linear-gradient(#FF9800, #CDDC39, #964B00);
}

.gradient-orange-lime-grey {
  background: linear-gradient(#FF9800, #CDDC39, #808080);
}

.gradient-orange-yellow {
  background: linear-gradient(#FF9800, #FFEB3B);
}

.gradient-to-top-orange-yellow {
  background: linear-gradient(to top, #FF9800, #FFEB3B);
}

.gradient-to-bottom-orange-yellow {
  background: linear-gradient(to bottom, #FF9800, #FFEB3B);
}

.gradient-to-left-orange-yellow {
  background: linear-gradient(to left, #FF9800, #FFEB3B);
}

.gradient-to-right-orange-yellow {
  background: linear-gradient(to right, #FF9800, #FFEB3B);
}

.gradient-to-top-left-orange-yellow {
  background: linear-gradient(to top left, #FF9800, #FFEB3B);
}

.gradient-to-top-right-orange-yellow {
  background: linear-gradient(to top right, #FF9800, #FFEB3B);
}

.gradient-to-bottom-left-orange-yellow {
  background: linear-gradient(to bottom left, #FF9800, #FFEB3B);
}

.gradient-to-bottom-right-orange-yellow {
  background: linear-gradient(to bottom right, #FF9800, #FFEB3B);
}

.gradient-radial-orange-yellow {
  background: radial-gradient(circle, #FF9800, #FFEB3B);
}

.gradient-orange-yellow-primary {
  background: linear-gradient(#FF9800, #FFEB3B, #03A9F4);
}

.gradient-orange-yellow-secondary {
  background: linear-gradient(#FF9800, #FFEB3B, #333);
}

.gradient-orange-yellow-success {
  background: linear-gradient(#FF9800, #FFEB3B, #28a745);
}

.gradient-orange-yellow-info {
  background: linear-gradient(#FF9800, #FFEB3B, #0DCAF0);
}

.gradient-orange-yellow-warning {
  background: linear-gradient(#FF9800, #FFEB3B, #FFC107);
}

.gradient-orange-yellow-danger {
  background: linear-gradient(#FF9800, #FFEB3B, #DC3545);
}

.gradient-orange-yellow-light {
  background: linear-gradient(#FF9800, #FFEB3B, #f5f5f5);
}

.gradient-orange-yellow-dark {
  background: linear-gradient(#FF9800, #FFEB3B, #212529);
}

.gradient-orange-yellow-red {
  background: linear-gradient(#FF9800, #FFEB3B, #F44336);
}

.gradient-orange-yellow-green {
  background: linear-gradient(#FF9800, #FFEB3B, #4CAF50);
}

.gradient-orange-yellow-blue {
  background: linear-gradient(#FF9800, #FFEB3B, #2196F3);
}

.gradient-orange-yellow-black {
  background: linear-gradient(#FF9800, #FFEB3B, #000);
}

.gradient-orange-yellow-white {
  background: linear-gradient(#FF9800, #FFEB3B, #fff);
}

.gradient-orange-yellow-pink {
  background: linear-gradient(#FF9800, #FFEB3B, #E91E63);
}

.gradient-orange-yellow-purple {
  background: linear-gradient(#FF9800, #FFEB3B, #9C27B0);
}

.gradient-orange-yellow-indigo {
  background: linear-gradient(#FF9800, #FFEB3B, #3E51B5);
}

.gradient-orange-yellow-cyan {
  background: linear-gradient(#FF9800, #FFEB3B, #00BCD4);
}

.gradient-orange-yellow-teal {
  background: linear-gradient(#FF9800, #FFEB3B, #009688);
}

.gradient-orange-yellow-lime {
  background: linear-gradient(#FF9800, #FFEB3B, #CDDC39);
}

.gradient-orange-yellow-amber {
  background: linear-gradient(#FF9800, #FFEB3B, #FFC107);
}

.gradient-orange-yellow-lightblue {
  background: linear-gradient(#FF9800, #FFEB3B, #03A9F4);
}

.gradient-orange-yellow-lightgreen {
  background: linear-gradient(#FF9800, #FFEB3B, #76FF03);
}

.gradient-orange-yellow-deeppurple {
  background: linear-gradient(#FF9800, #FFEB3B, #673AB7);
}

.gradient-orange-yellow-deeporange {
  background: linear-gradient(#FF9800, #FFEB3B, #DD6E0F);
}

.gradient-orange-yellow-brown {
  background: linear-gradient(#FF9800, #FFEB3B, #964B00);
}

.gradient-orange-yellow-grey {
  background: linear-gradient(#FF9800, #FFEB3B, #808080);
}

.gradient-orange-amber {
  background: linear-gradient(#FF9800, #FFC107);
}

.gradient-to-top-orange-amber {
  background: linear-gradient(to top, #FF9800, #FFC107);
}

.gradient-to-bottom-orange-amber {
  background: linear-gradient(to bottom, #FF9800, #FFC107);
}

.gradient-to-left-orange-amber {
  background: linear-gradient(to left, #FF9800, #FFC107);
}

.gradient-to-right-orange-amber {
  background: linear-gradient(to right, #FF9800, #FFC107);
}

.gradient-to-top-left-orange-amber {
  background: linear-gradient(to top left, #FF9800, #FFC107);
}

.gradient-to-top-right-orange-amber {
  background: linear-gradient(to top right, #FF9800, #FFC107);
}

.gradient-to-bottom-left-orange-amber {
  background: linear-gradient(to bottom left, #FF9800, #FFC107);
}

.gradient-to-bottom-right-orange-amber {
  background: linear-gradient(to bottom right, #FF9800, #FFC107);
}

.gradient-radial-orange-amber {
  background: radial-gradient(circle, #FF9800, #FFC107);
}

.gradient-orange-amber-primary {
  background: linear-gradient(#FF9800, #FFC107, #03A9F4);
}

.gradient-orange-amber-secondary {
  background: linear-gradient(#FF9800, #FFC107, #333);
}

.gradient-orange-amber-success {
  background: linear-gradient(#FF9800, #FFC107, #28a745);
}

.gradient-orange-amber-info {
  background: linear-gradient(#FF9800, #FFC107, #0DCAF0);
}

.gradient-orange-amber-warning {
  background: linear-gradient(#FF9800, #FFC107, #FFC107);
}

.gradient-orange-amber-danger {
  background: linear-gradient(#FF9800, #FFC107, #DC3545);
}

.gradient-orange-amber-light {
  background: linear-gradient(#FF9800, #FFC107, #f5f5f5);
}

.gradient-orange-amber-dark {
  background: linear-gradient(#FF9800, #FFC107, #212529);
}

.gradient-orange-amber-red {
  background: linear-gradient(#FF9800, #FFC107, #F44336);
}

.gradient-orange-amber-green {
  background: linear-gradient(#FF9800, #FFC107, #4CAF50);
}

.gradient-orange-amber-blue {
  background: linear-gradient(#FF9800, #FFC107, #2196F3);
}

.gradient-orange-amber-black {
  background: linear-gradient(#FF9800, #FFC107, #000);
}

.gradient-orange-amber-white {
  background: linear-gradient(#FF9800, #FFC107, #fff);
}

.gradient-orange-amber-pink {
  background: linear-gradient(#FF9800, #FFC107, #E91E63);
}

.gradient-orange-amber-purple {
  background: linear-gradient(#FF9800, #FFC107, #9C27B0);
}

.gradient-orange-amber-indigo {
  background: linear-gradient(#FF9800, #FFC107, #3E51B5);
}

.gradient-orange-amber-cyan {
  background: linear-gradient(#FF9800, #FFC107, #00BCD4);
}

.gradient-orange-amber-teal {
  background: linear-gradient(#FF9800, #FFC107, #009688);
}

.gradient-orange-amber-lime {
  background: linear-gradient(#FF9800, #FFC107, #CDDC39);
}

.gradient-orange-amber-yellow {
  background: linear-gradient(#FF9800, #FFC107, #FFEB3B);
}

.gradient-orange-amber-lightblue {
  background: linear-gradient(#FF9800, #FFC107, #03A9F4);
}

.gradient-orange-amber-lightgreen {
  background: linear-gradient(#FF9800, #FFC107, #76FF03);
}

.gradient-orange-amber-deeppurple {
  background: linear-gradient(#FF9800, #FFC107, #673AB7);
}

.gradient-orange-amber-deeporange {
  background: linear-gradient(#FF9800, #FFC107, #DD6E0F);
}

.gradient-orange-amber-brown {
  background: linear-gradient(#FF9800, #FFC107, #964B00);
}

.gradient-orange-amber-grey {
  background: linear-gradient(#FF9800, #FFC107, #808080);
}

.gradient-orange-lightblue {
  background: linear-gradient(#FF9800, #03A9F4);
}

.gradient-to-top-orange-lightblue {
  background: linear-gradient(to top, #FF9800, #03A9F4);
}

.gradient-to-bottom-orange-lightblue {
  background: linear-gradient(to bottom, #FF9800, #03A9F4);
}

.gradient-to-left-orange-lightblue {
  background: linear-gradient(to left, #FF9800, #03A9F4);
}

.gradient-to-right-orange-lightblue {
  background: linear-gradient(to right, #FF9800, #03A9F4);
}

.gradient-to-top-left-orange-lightblue {
  background: linear-gradient(to top left, #FF9800, #03A9F4);
}

.gradient-to-top-right-orange-lightblue {
  background: linear-gradient(to top right, #FF9800, #03A9F4);
}

.gradient-to-bottom-left-orange-lightblue {
  background: linear-gradient(to bottom left, #FF9800, #03A9F4);
}

.gradient-to-bottom-right-orange-lightblue {
  background: linear-gradient(to bottom right, #FF9800, #03A9F4);
}

.gradient-radial-orange-lightblue {
  background: radial-gradient(circle, #FF9800, #03A9F4);
}

.gradient-orange-lightblue-primary {
  background: linear-gradient(#FF9800, #03A9F4, #03A9F4);
}

.gradient-orange-lightblue-secondary {
  background: linear-gradient(#FF9800, #03A9F4, #333);
}

.gradient-orange-lightblue-success {
  background: linear-gradient(#FF9800, #03A9F4, #28a745);
}

.gradient-orange-lightblue-info {
  background: linear-gradient(#FF9800, #03A9F4, #0DCAF0);
}

.gradient-orange-lightblue-warning {
  background: linear-gradient(#FF9800, #03A9F4, #FFC107);
}

.gradient-orange-lightblue-danger {
  background: linear-gradient(#FF9800, #03A9F4, #DC3545);
}

.gradient-orange-lightblue-light {
  background: linear-gradient(#FF9800, #03A9F4, #f5f5f5);
}

.gradient-orange-lightblue-dark {
  background: linear-gradient(#FF9800, #03A9F4, #212529);
}

.gradient-orange-lightblue-red {
  background: linear-gradient(#FF9800, #03A9F4, #F44336);
}

.gradient-orange-lightblue-green {
  background: linear-gradient(#FF9800, #03A9F4, #4CAF50);
}

.gradient-orange-lightblue-blue {
  background: linear-gradient(#FF9800, #03A9F4, #2196F3);
}

.gradient-orange-lightblue-black {
  background: linear-gradient(#FF9800, #03A9F4, #000);
}

.gradient-orange-lightblue-white {
  background: linear-gradient(#FF9800, #03A9F4, #fff);
}

.gradient-orange-lightblue-pink {
  background: linear-gradient(#FF9800, #03A9F4, #E91E63);
}

.gradient-orange-lightblue-purple {
  background: linear-gradient(#FF9800, #03A9F4, #9C27B0);
}

.gradient-orange-lightblue-indigo {
  background: linear-gradient(#FF9800, #03A9F4, #3E51B5);
}

.gradient-orange-lightblue-cyan {
  background: linear-gradient(#FF9800, #03A9F4, #00BCD4);
}

.gradient-orange-lightblue-teal {
  background: linear-gradient(#FF9800, #03A9F4, #009688);
}

.gradient-orange-lightblue-lime {
  background: linear-gradient(#FF9800, #03A9F4, #CDDC39);
}

.gradient-orange-lightblue-yellow {
  background: linear-gradient(#FF9800, #03A9F4, #FFEB3B);
}

.gradient-orange-lightblue-amber {
  background: linear-gradient(#FF9800, #03A9F4, #FFC107);
}

.gradient-orange-lightblue-lightgreen {
  background: linear-gradient(#FF9800, #03A9F4, #76FF03);
}

.gradient-orange-lightblue-deeppurple {
  background: linear-gradient(#FF9800, #03A9F4, #673AB7);
}

.gradient-orange-lightblue-deeporange {
  background: linear-gradient(#FF9800, #03A9F4, #DD6E0F);
}

.gradient-orange-lightblue-brown {
  background: linear-gradient(#FF9800, #03A9F4, #964B00);
}

.gradient-orange-lightblue-grey {
  background: linear-gradient(#FF9800, #03A9F4, #808080);
}

.gradient-orange-lightgreen {
  background: linear-gradient(#FF9800, #76FF03);
}

.gradient-to-top-orange-lightgreen {
  background: linear-gradient(to top, #FF9800, #76FF03);
}

.gradient-to-bottom-orange-lightgreen {
  background: linear-gradient(to bottom, #FF9800, #76FF03);
}

.gradient-to-left-orange-lightgreen {
  background: linear-gradient(to left, #FF9800, #76FF03);
}

.gradient-to-right-orange-lightgreen {
  background: linear-gradient(to right, #FF9800, #76FF03);
}

.gradient-to-top-left-orange-lightgreen {
  background: linear-gradient(to top left, #FF9800, #76FF03);
}

.gradient-to-top-right-orange-lightgreen {
  background: linear-gradient(to top right, #FF9800, #76FF03);
}

.gradient-to-bottom-left-orange-lightgreen {
  background: linear-gradient(to bottom left, #FF9800, #76FF03);
}

.gradient-to-bottom-right-orange-lightgreen {
  background: linear-gradient(to bottom right, #FF9800, #76FF03);
}

.gradient-radial-orange-lightgreen {
  background: radial-gradient(circle, #FF9800, #76FF03);
}

.gradient-orange-lightgreen-primary {
  background: linear-gradient(#FF9800, #76FF03, #03A9F4);
}

.gradient-orange-lightgreen-secondary {
  background: linear-gradient(#FF9800, #76FF03, #333);
}

.gradient-orange-lightgreen-success {
  background: linear-gradient(#FF9800, #76FF03, #28a745);
}

.gradient-orange-lightgreen-info {
  background: linear-gradient(#FF9800, #76FF03, #0DCAF0);
}

.gradient-orange-lightgreen-warning {
  background: linear-gradient(#FF9800, #76FF03, #FFC107);
}

.gradient-orange-lightgreen-danger {
  background: linear-gradient(#FF9800, #76FF03, #DC3545);
}

.gradient-orange-lightgreen-light {
  background: linear-gradient(#FF9800, #76FF03, #f5f5f5);
}

.gradient-orange-lightgreen-dark {
  background: linear-gradient(#FF9800, #76FF03, #212529);
}

.gradient-orange-lightgreen-red {
  background: linear-gradient(#FF9800, #76FF03, #F44336);
}

.gradient-orange-lightgreen-green {
  background: linear-gradient(#FF9800, #76FF03, #4CAF50);
}

.gradient-orange-lightgreen-blue {
  background: linear-gradient(#FF9800, #76FF03, #2196F3);
}

.gradient-orange-lightgreen-black {
  background: linear-gradient(#FF9800, #76FF03, #000);
}

.gradient-orange-lightgreen-white {
  background: linear-gradient(#FF9800, #76FF03, #fff);
}

.gradient-orange-lightgreen-pink {
  background: linear-gradient(#FF9800, #76FF03, #E91E63);
}

.gradient-orange-lightgreen-purple {
  background: linear-gradient(#FF9800, #76FF03, #9C27B0);
}

.gradient-orange-lightgreen-indigo {
  background: linear-gradient(#FF9800, #76FF03, #3E51B5);
}

.gradient-orange-lightgreen-cyan {
  background: linear-gradient(#FF9800, #76FF03, #00BCD4);
}

.gradient-orange-lightgreen-teal {
  background: linear-gradient(#FF9800, #76FF03, #009688);
}

.gradient-orange-lightgreen-lime {
  background: linear-gradient(#FF9800, #76FF03, #CDDC39);
}

.gradient-orange-lightgreen-yellow {
  background: linear-gradient(#FF9800, #76FF03, #FFEB3B);
}

.gradient-orange-lightgreen-amber {
  background: linear-gradient(#FF9800, #76FF03, #FFC107);
}

.gradient-orange-lightgreen-lightblue {
  background: linear-gradient(#FF9800, #76FF03, #03A9F4);
}

.gradient-orange-lightgreen-deeppurple {
  background: linear-gradient(#FF9800, #76FF03, #673AB7);
}

.gradient-orange-lightgreen-deeporange {
  background: linear-gradient(#FF9800, #76FF03, #DD6E0F);
}

.gradient-orange-lightgreen-brown {
  background: linear-gradient(#FF9800, #76FF03, #964B00);
}

.gradient-orange-lightgreen-grey {
  background: linear-gradient(#FF9800, #76FF03, #808080);
}

.gradient-orange-deeppurple {
  background: linear-gradient(#FF9800, #673AB7);
}

.gradient-to-top-orange-deeppurple {
  background: linear-gradient(to top, #FF9800, #673AB7);
}

.gradient-to-bottom-orange-deeppurple {
  background: linear-gradient(to bottom, #FF9800, #673AB7);
}

.gradient-to-left-orange-deeppurple {
  background: linear-gradient(to left, #FF9800, #673AB7);
}

.gradient-to-right-orange-deeppurple {
  background: linear-gradient(to right, #FF9800, #673AB7);
}

.gradient-to-top-left-orange-deeppurple {
  background: linear-gradient(to top left, #FF9800, #673AB7);
}

.gradient-to-top-right-orange-deeppurple {
  background: linear-gradient(to top right, #FF9800, #673AB7);
}

.gradient-to-bottom-left-orange-deeppurple {
  background: linear-gradient(to bottom left, #FF9800, #673AB7);
}

.gradient-to-bottom-right-orange-deeppurple {
  background: linear-gradient(to bottom right, #FF9800, #673AB7);
}

.gradient-radial-orange-deeppurple {
  background: radial-gradient(circle, #FF9800, #673AB7);
}

.gradient-orange-deeppurple-primary {
  background: linear-gradient(#FF9800, #673AB7, #03A9F4);
}

.gradient-orange-deeppurple-secondary {
  background: linear-gradient(#FF9800, #673AB7, #333);
}

.gradient-orange-deeppurple-success {
  background: linear-gradient(#FF9800, #673AB7, #28a745);
}

.gradient-orange-deeppurple-info {
  background: linear-gradient(#FF9800, #673AB7, #0DCAF0);
}

.gradient-orange-deeppurple-warning {
  background: linear-gradient(#FF9800, #673AB7, #FFC107);
}

.gradient-orange-deeppurple-danger {
  background: linear-gradient(#FF9800, #673AB7, #DC3545);
}

.gradient-orange-deeppurple-light {
  background: linear-gradient(#FF9800, #673AB7, #f5f5f5);
}

.gradient-orange-deeppurple-dark {
  background: linear-gradient(#FF9800, #673AB7, #212529);
}

.gradient-orange-deeppurple-red {
  background: linear-gradient(#FF9800, #673AB7, #F44336);
}

.gradient-orange-deeppurple-green {
  background: linear-gradient(#FF9800, #673AB7, #4CAF50);
}

.gradient-orange-deeppurple-blue {
  background: linear-gradient(#FF9800, #673AB7, #2196F3);
}

.gradient-orange-deeppurple-black {
  background: linear-gradient(#FF9800, #673AB7, #000);
}

.gradient-orange-deeppurple-white {
  background: linear-gradient(#FF9800, #673AB7, #fff);
}

.gradient-orange-deeppurple-pink {
  background: linear-gradient(#FF9800, #673AB7, #E91E63);
}

.gradient-orange-deeppurple-purple {
  background: linear-gradient(#FF9800, #673AB7, #9C27B0);
}

.gradient-orange-deeppurple-indigo {
  background: linear-gradient(#FF9800, #673AB7, #3E51B5);
}

.gradient-orange-deeppurple-cyan {
  background: linear-gradient(#FF9800, #673AB7, #00BCD4);
}

.gradient-orange-deeppurple-teal {
  background: linear-gradient(#FF9800, #673AB7, #009688);
}

.gradient-orange-deeppurple-lime {
  background: linear-gradient(#FF9800, #673AB7, #CDDC39);
}

.gradient-orange-deeppurple-yellow {
  background: linear-gradient(#FF9800, #673AB7, #FFEB3B);
}

.gradient-orange-deeppurple-amber {
  background: linear-gradient(#FF9800, #673AB7, #FFC107);
}

.gradient-orange-deeppurple-lightblue {
  background: linear-gradient(#FF9800, #673AB7, #03A9F4);
}

.gradient-orange-deeppurple-lightgreen {
  background: linear-gradient(#FF9800, #673AB7, #76FF03);
}

.gradient-orange-deeppurple-deeporange {
  background: linear-gradient(#FF9800, #673AB7, #DD6E0F);
}

.gradient-orange-deeppurple-brown {
  background: linear-gradient(#FF9800, #673AB7, #964B00);
}

.gradient-orange-deeppurple-grey {
  background: linear-gradient(#FF9800, #673AB7, #808080);
}

.gradient-orange-deeporange {
  background: linear-gradient(#FF9800, #DD6E0F);
}

.gradient-to-top-orange-deeporange {
  background: linear-gradient(to top, #FF9800, #DD6E0F);
}

.gradient-to-bottom-orange-deeporange {
  background: linear-gradient(to bottom, #FF9800, #DD6E0F);
}

.gradient-to-left-orange-deeporange {
  background: linear-gradient(to left, #FF9800, #DD6E0F);
}

.gradient-to-right-orange-deeporange {
  background: linear-gradient(to right, #FF9800, #DD6E0F);
}

.gradient-to-top-left-orange-deeporange {
  background: linear-gradient(to top left, #FF9800, #DD6E0F);
}

.gradient-to-top-right-orange-deeporange {
  background: linear-gradient(to top right, #FF9800, #DD6E0F);
}

.gradient-to-bottom-left-orange-deeporange {
  background: linear-gradient(to bottom left, #FF9800, #DD6E0F);
}

.gradient-to-bottom-right-orange-deeporange {
  background: linear-gradient(to bottom right, #FF9800, #DD6E0F);
}

.gradient-radial-orange-deeporange {
  background: radial-gradient(circle, #FF9800, #DD6E0F);
}

.gradient-orange-deeporange-primary {
  background: linear-gradient(#FF9800, #DD6E0F, #03A9F4);
}

.gradient-orange-deeporange-secondary {
  background: linear-gradient(#FF9800, #DD6E0F, #333);
}

.gradient-orange-deeporange-success {
  background: linear-gradient(#FF9800, #DD6E0F, #28a745);
}

.gradient-orange-deeporange-info {
  background: linear-gradient(#FF9800, #DD6E0F, #0DCAF0);
}

.gradient-orange-deeporange-warning {
  background: linear-gradient(#FF9800, #DD6E0F, #FFC107);
}

.gradient-orange-deeporange-danger {
  background: linear-gradient(#FF9800, #DD6E0F, #DC3545);
}

.gradient-orange-deeporange-light {
  background: linear-gradient(#FF9800, #DD6E0F, #f5f5f5);
}

.gradient-orange-deeporange-dark {
  background: linear-gradient(#FF9800, #DD6E0F, #212529);
}

.gradient-orange-deeporange-red {
  background: linear-gradient(#FF9800, #DD6E0F, #F44336);
}

.gradient-orange-deeporange-green {
  background: linear-gradient(#FF9800, #DD6E0F, #4CAF50);
}

.gradient-orange-deeporange-blue {
  background: linear-gradient(#FF9800, #DD6E0F, #2196F3);
}

.gradient-orange-deeporange-black {
  background: linear-gradient(#FF9800, #DD6E0F, #000);
}

.gradient-orange-deeporange-white {
  background: linear-gradient(#FF9800, #DD6E0F, #fff);
}

.gradient-orange-deeporange-pink {
  background: linear-gradient(#FF9800, #DD6E0F, #E91E63);
}

.gradient-orange-deeporange-purple {
  background: linear-gradient(#FF9800, #DD6E0F, #9C27B0);
}

.gradient-orange-deeporange-indigo {
  background: linear-gradient(#FF9800, #DD6E0F, #3E51B5);
}

.gradient-orange-deeporange-cyan {
  background: linear-gradient(#FF9800, #DD6E0F, #00BCD4);
}

.gradient-orange-deeporange-teal {
  background: linear-gradient(#FF9800, #DD6E0F, #009688);
}

.gradient-orange-deeporange-lime {
  background: linear-gradient(#FF9800, #DD6E0F, #CDDC39);
}

.gradient-orange-deeporange-yellow {
  background: linear-gradient(#FF9800, #DD6E0F, #FFEB3B);
}

.gradient-orange-deeporange-amber {
  background: linear-gradient(#FF9800, #DD6E0F, #FFC107);
}

.gradient-orange-deeporange-lightblue {
  background: linear-gradient(#FF9800, #DD6E0F, #03A9F4);
}

.gradient-orange-deeporange-lightgreen {
  background: linear-gradient(#FF9800, #DD6E0F, #76FF03);
}

.gradient-orange-deeporange-deeppurple {
  background: linear-gradient(#FF9800, #DD6E0F, #673AB7);
}

.gradient-orange-deeporange-brown {
  background: linear-gradient(#FF9800, #DD6E0F, #964B00);
}

.gradient-orange-deeporange-grey {
  background: linear-gradient(#FF9800, #DD6E0F, #808080);
}

.gradient-orange-brown {
  background: linear-gradient(#FF9800, #964B00);
}

.gradient-to-top-orange-brown {
  background: linear-gradient(to top, #FF9800, #964B00);
}

.gradient-to-bottom-orange-brown {
  background: linear-gradient(to bottom, #FF9800, #964B00);
}

.gradient-to-left-orange-brown {
  background: linear-gradient(to left, #FF9800, #964B00);
}

.gradient-to-right-orange-brown {
  background: linear-gradient(to right, #FF9800, #964B00);
}

.gradient-to-top-left-orange-brown {
  background: linear-gradient(to top left, #FF9800, #964B00);
}

.gradient-to-top-right-orange-brown {
  background: linear-gradient(to top right, #FF9800, #964B00);
}

.gradient-to-bottom-left-orange-brown {
  background: linear-gradient(to bottom left, #FF9800, #964B00);
}

.gradient-to-bottom-right-orange-brown {
  background: linear-gradient(to bottom right, #FF9800, #964B00);
}

.gradient-radial-orange-brown {
  background: radial-gradient(circle, #FF9800, #964B00);
}

.gradient-orange-brown-primary {
  background: linear-gradient(#FF9800, #964B00, #03A9F4);
}

.gradient-orange-brown-secondary {
  background: linear-gradient(#FF9800, #964B00, #333);
}

.gradient-orange-brown-success {
  background: linear-gradient(#FF9800, #964B00, #28a745);
}

.gradient-orange-brown-info {
  background: linear-gradient(#FF9800, #964B00, #0DCAF0);
}

.gradient-orange-brown-warning {
  background: linear-gradient(#FF9800, #964B00, #FFC107);
}

.gradient-orange-brown-danger {
  background: linear-gradient(#FF9800, #964B00, #DC3545);
}

.gradient-orange-brown-light {
  background: linear-gradient(#FF9800, #964B00, #f5f5f5);
}

.gradient-orange-brown-dark {
  background: linear-gradient(#FF9800, #964B00, #212529);
}

.gradient-orange-brown-red {
  background: linear-gradient(#FF9800, #964B00, #F44336);
}

.gradient-orange-brown-green {
  background: linear-gradient(#FF9800, #964B00, #4CAF50);
}

.gradient-orange-brown-blue {
  background: linear-gradient(#FF9800, #964B00, #2196F3);
}

.gradient-orange-brown-black {
  background: linear-gradient(#FF9800, #964B00, #000);
}

.gradient-orange-brown-white {
  background: linear-gradient(#FF9800, #964B00, #fff);
}

.gradient-orange-brown-pink {
  background: linear-gradient(#FF9800, #964B00, #E91E63);
}

.gradient-orange-brown-purple {
  background: linear-gradient(#FF9800, #964B00, #9C27B0);
}

.gradient-orange-brown-indigo {
  background: linear-gradient(#FF9800, #964B00, #3E51B5);
}

.gradient-orange-brown-cyan {
  background: linear-gradient(#FF9800, #964B00, #00BCD4);
}

.gradient-orange-brown-teal {
  background: linear-gradient(#FF9800, #964B00, #009688);
}

.gradient-orange-brown-lime {
  background: linear-gradient(#FF9800, #964B00, #CDDC39);
}

.gradient-orange-brown-yellow {
  background: linear-gradient(#FF9800, #964B00, #FFEB3B);
}

.gradient-orange-brown-amber {
  background: linear-gradient(#FF9800, #964B00, #FFC107);
}

.gradient-orange-brown-lightblue {
  background: linear-gradient(#FF9800, #964B00, #03A9F4);
}

.gradient-orange-brown-lightgreen {
  background: linear-gradient(#FF9800, #964B00, #76FF03);
}

.gradient-orange-brown-deeppurple {
  background: linear-gradient(#FF9800, #964B00, #673AB7);
}

.gradient-orange-brown-deeporange {
  background: linear-gradient(#FF9800, #964B00, #DD6E0F);
}

.gradient-orange-brown-grey {
  background: linear-gradient(#FF9800, #964B00, #808080);
}

.gradient-orange-grey {
  background: linear-gradient(#FF9800, #808080);
}

.gradient-to-top-orange-grey {
  background: linear-gradient(to top, #FF9800, #808080);
}

.gradient-to-bottom-orange-grey {
  background: linear-gradient(to bottom, #FF9800, #808080);
}

.gradient-to-left-orange-grey {
  background: linear-gradient(to left, #FF9800, #808080);
}

.gradient-to-right-orange-grey {
  background: linear-gradient(to right, #FF9800, #808080);
}

.gradient-to-top-left-orange-grey {
  background: linear-gradient(to top left, #FF9800, #808080);
}

.gradient-to-top-right-orange-grey {
  background: linear-gradient(to top right, #FF9800, #808080);
}

.gradient-to-bottom-left-orange-grey {
  background: linear-gradient(to bottom left, #FF9800, #808080);
}

.gradient-to-bottom-right-orange-grey {
  background: linear-gradient(to bottom right, #FF9800, #808080);
}

.gradient-radial-orange-grey {
  background: radial-gradient(circle, #FF9800, #808080);
}

.gradient-orange-grey-primary {
  background: linear-gradient(#FF9800, #808080, #03A9F4);
}

.gradient-orange-grey-secondary {
  background: linear-gradient(#FF9800, #808080, #333);
}

.gradient-orange-grey-success {
  background: linear-gradient(#FF9800, #808080, #28a745);
}

.gradient-orange-grey-info {
  background: linear-gradient(#FF9800, #808080, #0DCAF0);
}

.gradient-orange-grey-warning {
  background: linear-gradient(#FF9800, #808080, #FFC107);
}

.gradient-orange-grey-danger {
  background: linear-gradient(#FF9800, #808080, #DC3545);
}

.gradient-orange-grey-light {
  background: linear-gradient(#FF9800, #808080, #f5f5f5);
}

.gradient-orange-grey-dark {
  background: linear-gradient(#FF9800, #808080, #212529);
}

.gradient-orange-grey-red {
  background: linear-gradient(#FF9800, #808080, #F44336);
}

.gradient-orange-grey-green {
  background: linear-gradient(#FF9800, #808080, #4CAF50);
}

.gradient-orange-grey-blue {
  background: linear-gradient(#FF9800, #808080, #2196F3);
}

.gradient-orange-grey-black {
  background: linear-gradient(#FF9800, #808080, #000);
}

.gradient-orange-grey-white {
  background: linear-gradient(#FF9800, #808080, #fff);
}

.gradient-orange-grey-pink {
  background: linear-gradient(#FF9800, #808080, #E91E63);
}

.gradient-orange-grey-purple {
  background: linear-gradient(#FF9800, #808080, #9C27B0);
}

.gradient-orange-grey-indigo {
  background: linear-gradient(#FF9800, #808080, #3E51B5);
}

.gradient-orange-grey-cyan {
  background: linear-gradient(#FF9800, #808080, #00BCD4);
}

.gradient-orange-grey-teal {
  background: linear-gradient(#FF9800, #808080, #009688);
}

.gradient-orange-grey-lime {
  background: linear-gradient(#FF9800, #808080, #CDDC39);
}

.gradient-orange-grey-yellow {
  background: linear-gradient(#FF9800, #808080, #FFEB3B);
}

.gradient-orange-grey-amber {
  background: linear-gradient(#FF9800, #808080, #FFC107);
}

.gradient-orange-grey-lightblue {
  background: linear-gradient(#FF9800, #808080, #03A9F4);
}

.gradient-orange-grey-lightgreen {
  background: linear-gradient(#FF9800, #808080, #76FF03);
}

.gradient-orange-grey-deeppurple {
  background: linear-gradient(#FF9800, #808080, #673AB7);
}

.gradient-orange-grey-deeporange {
  background: linear-gradient(#FF9800, #808080, #DD6E0F);
}

.gradient-orange-grey-brown {
  background: linear-gradient(#FF9800, #808080, #964B00);
}

.gradient-lightblue-primary {
  background: linear-gradient(#03A9F4, #03A9F4);
}

.gradient-to-top-lightblue-primary {
  background: linear-gradient(to top, #03A9F4, #03A9F4);
}

.gradient-to-bottom-lightblue-primary {
  background: linear-gradient(to bottom, #03A9F4, #03A9F4);
}

.gradient-to-left-lightblue-primary {
  background: linear-gradient(to left, #03A9F4, #03A9F4);
}

.gradient-to-right-lightblue-primary {
  background: linear-gradient(to right, #03A9F4, #03A9F4);
}

.gradient-to-top-left-lightblue-primary {
  background: linear-gradient(to top left, #03A9F4, #03A9F4);
}

.gradient-to-top-right-lightblue-primary {
  background: linear-gradient(to top right, #03A9F4, #03A9F4);
}

.gradient-to-bottom-left-lightblue-primary {
  background: linear-gradient(to bottom left, #03A9F4, #03A9F4);
}

.gradient-to-bottom-right-lightblue-primary {
  background: linear-gradient(to bottom right, #03A9F4, #03A9F4);
}

.gradient-radial-lightblue-primary {
  background: radial-gradient(circle, #03A9F4, #03A9F4);
}

.gradient-lightblue-primary-secondary {
  background: linear-gradient(#03A9F4, #03A9F4, #333);
}

.gradient-lightblue-primary-success {
  background: linear-gradient(#03A9F4, #03A9F4, #28a745);
}

.gradient-lightblue-primary-info {
  background: linear-gradient(#03A9F4, #03A9F4, #0DCAF0);
}

.gradient-lightblue-primary-warning {
  background: linear-gradient(#03A9F4, #03A9F4, #FFC107);
}

.gradient-lightblue-primary-danger {
  background: linear-gradient(#03A9F4, #03A9F4, #DC3545);
}

.gradient-lightblue-primary-light {
  background: linear-gradient(#03A9F4, #03A9F4, #f5f5f5);
}

.gradient-lightblue-primary-dark {
  background: linear-gradient(#03A9F4, #03A9F4, #212529);
}

.gradient-lightblue-primary-red {
  background: linear-gradient(#03A9F4, #03A9F4, #F44336);
}

.gradient-lightblue-primary-green {
  background: linear-gradient(#03A9F4, #03A9F4, #4CAF50);
}

.gradient-lightblue-primary-blue {
  background: linear-gradient(#03A9F4, #03A9F4, #2196F3);
}

.gradient-lightblue-primary-black {
  background: linear-gradient(#03A9F4, #03A9F4, #000);
}

.gradient-lightblue-primary-white {
  background: linear-gradient(#03A9F4, #03A9F4, #fff);
}

.gradient-lightblue-primary-pink {
  background: linear-gradient(#03A9F4, #03A9F4, #E91E63);
}

.gradient-lightblue-primary-purple {
  background: linear-gradient(#03A9F4, #03A9F4, #9C27B0);
}

.gradient-lightblue-primary-indigo {
  background: linear-gradient(#03A9F4, #03A9F4, #3E51B5);
}

.gradient-lightblue-primary-cyan {
  background: linear-gradient(#03A9F4, #03A9F4, #00BCD4);
}

.gradient-lightblue-primary-teal {
  background: linear-gradient(#03A9F4, #03A9F4, #009688);
}

.gradient-lightblue-primary-lime {
  background: linear-gradient(#03A9F4, #03A9F4, #CDDC39);
}

.gradient-lightblue-primary-yellow {
  background: linear-gradient(#03A9F4, #03A9F4, #FFEB3B);
}

.gradient-lightblue-primary-amber {
  background: linear-gradient(#03A9F4, #03A9F4, #FFC107);
}

.gradient-lightblue-primary-orange {
  background: linear-gradient(#03A9F4, #03A9F4, #FF9800);
}

.gradient-lightblue-primary-lightgreen {
  background: linear-gradient(#03A9F4, #03A9F4, #76FF03);
}

.gradient-lightblue-primary-deeppurple {
  background: linear-gradient(#03A9F4, #03A9F4, #673AB7);
}

.gradient-lightblue-primary-deeporange {
  background: linear-gradient(#03A9F4, #03A9F4, #DD6E0F);
}

.gradient-lightblue-primary-brown {
  background: linear-gradient(#03A9F4, #03A9F4, #964B00);
}

.gradient-lightblue-primary-grey {
  background: linear-gradient(#03A9F4, #03A9F4, #808080);
}

.gradient-lightblue-secondary {
  background: linear-gradient(#03A9F4, #333);
}

.gradient-to-top-lightblue-secondary {
  background: linear-gradient(to top, #03A9F4, #333);
}

.gradient-to-bottom-lightblue-secondary {
  background: linear-gradient(to bottom, #03A9F4, #333);
}

.gradient-to-left-lightblue-secondary {
  background: linear-gradient(to left, #03A9F4, #333);
}

.gradient-to-right-lightblue-secondary {
  background: linear-gradient(to right, #03A9F4, #333);
}

.gradient-to-top-left-lightblue-secondary {
  background: linear-gradient(to top left, #03A9F4, #333);
}

.gradient-to-top-right-lightblue-secondary {
  background: linear-gradient(to top right, #03A9F4, #333);
}

.gradient-to-bottom-left-lightblue-secondary {
  background: linear-gradient(to bottom left, #03A9F4, #333);
}

.gradient-to-bottom-right-lightblue-secondary {
  background: linear-gradient(to bottom right, #03A9F4, #333);
}

.gradient-radial-lightblue-secondary {
  background: radial-gradient(circle, #03A9F4, #333);
}

.gradient-lightblue-secondary-primary {
  background: linear-gradient(#03A9F4, #333, #03A9F4);
}

.gradient-lightblue-secondary-success {
  background: linear-gradient(#03A9F4, #333, #28a745);
}

.gradient-lightblue-secondary-info {
  background: linear-gradient(#03A9F4, #333, #0DCAF0);
}

.gradient-lightblue-secondary-warning {
  background: linear-gradient(#03A9F4, #333, #FFC107);
}

.gradient-lightblue-secondary-danger {
  background: linear-gradient(#03A9F4, #333, #DC3545);
}

.gradient-lightblue-secondary-light {
  background: linear-gradient(#03A9F4, #333, #f5f5f5);
}

.gradient-lightblue-secondary-dark {
  background: linear-gradient(#03A9F4, #333, #212529);
}

.gradient-lightblue-secondary-red {
  background: linear-gradient(#03A9F4, #333, #F44336);
}

.gradient-lightblue-secondary-green {
  background: linear-gradient(#03A9F4, #333, #4CAF50);
}

.gradient-lightblue-secondary-blue {
  background: linear-gradient(#03A9F4, #333, #2196F3);
}

.gradient-lightblue-secondary-black {
  background: linear-gradient(#03A9F4, #333, #000);
}

.gradient-lightblue-secondary-white {
  background: linear-gradient(#03A9F4, #333, #fff);
}

.gradient-lightblue-secondary-pink {
  background: linear-gradient(#03A9F4, #333, #E91E63);
}

.gradient-lightblue-secondary-purple {
  background: linear-gradient(#03A9F4, #333, #9C27B0);
}

.gradient-lightblue-secondary-indigo {
  background: linear-gradient(#03A9F4, #333, #3E51B5);
}

.gradient-lightblue-secondary-cyan {
  background: linear-gradient(#03A9F4, #333, #00BCD4);
}

.gradient-lightblue-secondary-teal {
  background: linear-gradient(#03A9F4, #333, #009688);
}

.gradient-lightblue-secondary-lime {
  background: linear-gradient(#03A9F4, #333, #CDDC39);
}

.gradient-lightblue-secondary-yellow {
  background: linear-gradient(#03A9F4, #333, #FFEB3B);
}

.gradient-lightblue-secondary-amber {
  background: linear-gradient(#03A9F4, #333, #FFC107);
}

.gradient-lightblue-secondary-orange {
  background: linear-gradient(#03A9F4, #333, #FF9800);
}

.gradient-lightblue-secondary-lightgreen {
  background: linear-gradient(#03A9F4, #333, #76FF03);
}

.gradient-lightblue-secondary-deeppurple {
  background: linear-gradient(#03A9F4, #333, #673AB7);
}

.gradient-lightblue-secondary-deeporange {
  background: linear-gradient(#03A9F4, #333, #DD6E0F);
}

.gradient-lightblue-secondary-brown {
  background: linear-gradient(#03A9F4, #333, #964B00);
}

.gradient-lightblue-secondary-grey {
  background: linear-gradient(#03A9F4, #333, #808080);
}

.gradient-lightblue-success {
  background: linear-gradient(#03A9F4, #28a745);
}

.gradient-to-top-lightblue-success {
  background: linear-gradient(to top, #03A9F4, #28a745);
}

.gradient-to-bottom-lightblue-success {
  background: linear-gradient(to bottom, #03A9F4, #28a745);
}

.gradient-to-left-lightblue-success {
  background: linear-gradient(to left, #03A9F4, #28a745);
}

.gradient-to-right-lightblue-success {
  background: linear-gradient(to right, #03A9F4, #28a745);
}

.gradient-to-top-left-lightblue-success {
  background: linear-gradient(to top left, #03A9F4, #28a745);
}

.gradient-to-top-right-lightblue-success {
  background: linear-gradient(to top right, #03A9F4, #28a745);
}

.gradient-to-bottom-left-lightblue-success {
  background: linear-gradient(to bottom left, #03A9F4, #28a745);
}

.gradient-to-bottom-right-lightblue-success {
  background: linear-gradient(to bottom right, #03A9F4, #28a745);
}

.gradient-radial-lightblue-success {
  background: radial-gradient(circle, #03A9F4, #28a745);
}

.gradient-lightblue-success-primary {
  background: linear-gradient(#03A9F4, #28a745, #03A9F4);
}

.gradient-lightblue-success-secondary {
  background: linear-gradient(#03A9F4, #28a745, #333);
}

.gradient-lightblue-success-info {
  background: linear-gradient(#03A9F4, #28a745, #0DCAF0);
}

.gradient-lightblue-success-warning {
  background: linear-gradient(#03A9F4, #28a745, #FFC107);
}

.gradient-lightblue-success-danger {
  background: linear-gradient(#03A9F4, #28a745, #DC3545);
}

.gradient-lightblue-success-light {
  background: linear-gradient(#03A9F4, #28a745, #f5f5f5);
}

.gradient-lightblue-success-dark {
  background: linear-gradient(#03A9F4, #28a745, #212529);
}

.gradient-lightblue-success-red {
  background: linear-gradient(#03A9F4, #28a745, #F44336);
}

.gradient-lightblue-success-green {
  background: linear-gradient(#03A9F4, #28a745, #4CAF50);
}

.gradient-lightblue-success-blue {
  background: linear-gradient(#03A9F4, #28a745, #2196F3);
}

.gradient-lightblue-success-black {
  background: linear-gradient(#03A9F4, #28a745, #000);
}

.gradient-lightblue-success-white {
  background: linear-gradient(#03A9F4, #28a745, #fff);
}

.gradient-lightblue-success-pink {
  background: linear-gradient(#03A9F4, #28a745, #E91E63);
}

.gradient-lightblue-success-purple {
  background: linear-gradient(#03A9F4, #28a745, #9C27B0);
}

.gradient-lightblue-success-indigo {
  background: linear-gradient(#03A9F4, #28a745, #3E51B5);
}

.gradient-lightblue-success-cyan {
  background: linear-gradient(#03A9F4, #28a745, #00BCD4);
}

.gradient-lightblue-success-teal {
  background: linear-gradient(#03A9F4, #28a745, #009688);
}

.gradient-lightblue-success-lime {
  background: linear-gradient(#03A9F4, #28a745, #CDDC39);
}

.gradient-lightblue-success-yellow {
  background: linear-gradient(#03A9F4, #28a745, #FFEB3B);
}

.gradient-lightblue-success-amber {
  background: linear-gradient(#03A9F4, #28a745, #FFC107);
}

.gradient-lightblue-success-orange {
  background: linear-gradient(#03A9F4, #28a745, #FF9800);
}

.gradient-lightblue-success-lightgreen {
  background: linear-gradient(#03A9F4, #28a745, #76FF03);
}

.gradient-lightblue-success-deeppurple {
  background: linear-gradient(#03A9F4, #28a745, #673AB7);
}

.gradient-lightblue-success-deeporange {
  background: linear-gradient(#03A9F4, #28a745, #DD6E0F);
}

.gradient-lightblue-success-brown {
  background: linear-gradient(#03A9F4, #28a745, #964B00);
}

.gradient-lightblue-success-grey {
  background: linear-gradient(#03A9F4, #28a745, #808080);
}

.gradient-lightblue-info {
  background: linear-gradient(#03A9F4, #0DCAF0);
}

.gradient-to-top-lightblue-info {
  background: linear-gradient(to top, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-lightblue-info {
  background: linear-gradient(to bottom, #03A9F4, #0DCAF0);
}

.gradient-to-left-lightblue-info {
  background: linear-gradient(to left, #03A9F4, #0DCAF0);
}

.gradient-to-right-lightblue-info {
  background: linear-gradient(to right, #03A9F4, #0DCAF0);
}

.gradient-to-top-left-lightblue-info {
  background: linear-gradient(to top left, #03A9F4, #0DCAF0);
}

.gradient-to-top-right-lightblue-info {
  background: linear-gradient(to top right, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-left-lightblue-info {
  background: linear-gradient(to bottom left, #03A9F4, #0DCAF0);
}

.gradient-to-bottom-right-lightblue-info {
  background: linear-gradient(to bottom right, #03A9F4, #0DCAF0);
}

.gradient-radial-lightblue-info {
  background: radial-gradient(circle, #03A9F4, #0DCAF0);
}

.gradient-lightblue-info-primary {
  background: linear-gradient(#03A9F4, #0DCAF0, #03A9F4);
}

.gradient-lightblue-info-secondary {
  background: linear-gradient(#03A9F4, #0DCAF0, #333);
}

.gradient-lightblue-info-success {
  background: linear-gradient(#03A9F4, #0DCAF0, #28a745);
}

.gradient-lightblue-info-warning {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFC107);
}

.gradient-lightblue-info-danger {
  background: linear-gradient(#03A9F4, #0DCAF0, #DC3545);
}

.gradient-lightblue-info-light {
  background: linear-gradient(#03A9F4, #0DCAF0, #f5f5f5);
}

.gradient-lightblue-info-dark {
  background: linear-gradient(#03A9F4, #0DCAF0, #212529);
}

.gradient-lightblue-info-red {
  background: linear-gradient(#03A9F4, #0DCAF0, #F44336);
}

.gradient-lightblue-info-green {
  background: linear-gradient(#03A9F4, #0DCAF0, #4CAF50);
}

.gradient-lightblue-info-blue {
  background: linear-gradient(#03A9F4, #0DCAF0, #2196F3);
}

.gradient-lightblue-info-black {
  background: linear-gradient(#03A9F4, #0DCAF0, #000);
}

.gradient-lightblue-info-white {
  background: linear-gradient(#03A9F4, #0DCAF0, #fff);
}

.gradient-lightblue-info-pink {
  background: linear-gradient(#03A9F4, #0DCAF0, #E91E63);
}

.gradient-lightblue-info-purple {
  background: linear-gradient(#03A9F4, #0DCAF0, #9C27B0);
}

.gradient-lightblue-info-indigo {
  background: linear-gradient(#03A9F4, #0DCAF0, #3E51B5);
}

.gradient-lightblue-info-cyan {
  background: linear-gradient(#03A9F4, #0DCAF0, #00BCD4);
}

.gradient-lightblue-info-teal {
  background: linear-gradient(#03A9F4, #0DCAF0, #009688);
}

.gradient-lightblue-info-lime {
  background: linear-gradient(#03A9F4, #0DCAF0, #CDDC39);
}

.gradient-lightblue-info-yellow {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFEB3B);
}

.gradient-lightblue-info-amber {
  background: linear-gradient(#03A9F4, #0DCAF0, #FFC107);
}

.gradient-lightblue-info-orange {
  background: linear-gradient(#03A9F4, #0DCAF0, #FF9800);
}

.gradient-lightblue-info-lightgreen {
  background: linear-gradient(#03A9F4, #0DCAF0, #76FF03);
}

.gradient-lightblue-info-deeppurple {
  background: linear-gradient(#03A9F4, #0DCAF0, #673AB7);
}

.gradient-lightblue-info-deeporange {
  background: linear-gradient(#03A9F4, #0DCAF0, #DD6E0F);
}

.gradient-lightblue-info-brown {
  background: linear-gradient(#03A9F4, #0DCAF0, #964B00);
}

.gradient-lightblue-info-grey {
  background: linear-gradient(#03A9F4, #0DCAF0, #808080);
}

.gradient-lightblue-warning {
  background: linear-gradient(#03A9F4, #FFC107);
}

.gradient-to-top-lightblue-warning {
  background: linear-gradient(to top, #03A9F4, #FFC107);
}

.gradient-to-bottom-lightblue-warning {
  background: linear-gradient(to bottom, #03A9F4, #FFC107);
}

.gradient-to-left-lightblue-warning {
  background: linear-gradient(to left, #03A9F4, #FFC107);
}

.gradient-to-right-lightblue-warning {
  background: linear-gradient(to right, #03A9F4, #FFC107);
}

.gradient-to-top-left-lightblue-warning {
  background: linear-gradient(to top left, #03A9F4, #FFC107);
}

.gradient-to-top-right-lightblue-warning {
  background: linear-gradient(to top right, #03A9F4, #FFC107);
}

.gradient-to-bottom-left-lightblue-warning {
  background: linear-gradient(to bottom left, #03A9F4, #FFC107);
}

.gradient-to-bottom-right-lightblue-warning {
  background: linear-gradient(to bottom right, #03A9F4, #FFC107);
}

.gradient-radial-lightblue-warning {
  background: radial-gradient(circle, #03A9F4, #FFC107);
}

.gradient-lightblue-warning-primary {
  background: linear-gradient(#03A9F4, #FFC107, #03A9F4);
}

.gradient-lightblue-warning-secondary {
  background: linear-gradient(#03A9F4, #FFC107, #333);
}

.gradient-lightblue-warning-success {
  background: linear-gradient(#03A9F4, #FFC107, #28a745);
}

.gradient-lightblue-warning-info {
  background: linear-gradient(#03A9F4, #FFC107, #0DCAF0);
}

.gradient-lightblue-warning-danger {
  background: linear-gradient(#03A9F4, #FFC107, #DC3545);
}

.gradient-lightblue-warning-light {
  background: linear-gradient(#03A9F4, #FFC107, #f5f5f5);
}

.gradient-lightblue-warning-dark {
  background: linear-gradient(#03A9F4, #FFC107, #212529);
}

.gradient-lightblue-warning-red {
  background: linear-gradient(#03A9F4, #FFC107, #F44336);
}

.gradient-lightblue-warning-green {
  background: linear-gradient(#03A9F4, #FFC107, #4CAF50);
}

.gradient-lightblue-warning-blue {
  background: linear-gradient(#03A9F4, #FFC107, #2196F3);
}

.gradient-lightblue-warning-black {
  background: linear-gradient(#03A9F4, #FFC107, #000);
}

.gradient-lightblue-warning-white {
  background: linear-gradient(#03A9F4, #FFC107, #fff);
}

.gradient-lightblue-warning-pink {
  background: linear-gradient(#03A9F4, #FFC107, #E91E63);
}

.gradient-lightblue-warning-purple {
  background: linear-gradient(#03A9F4, #FFC107, #9C27B0);
}

.gradient-lightblue-warning-indigo {
  background: linear-gradient(#03A9F4, #FFC107, #3E51B5);
}

.gradient-lightblue-warning-cyan {
  background: linear-gradient(#03A9F4, #FFC107, #00BCD4);
}

.gradient-lightblue-warning-teal {
  background: linear-gradient(#03A9F4, #FFC107, #009688);
}

.gradient-lightblue-warning-lime {
  background: linear-gradient(#03A9F4, #FFC107, #CDDC39);
}

.gradient-lightblue-warning-yellow {
  background: linear-gradient(#03A9F4, #FFC107, #FFEB3B);
}

.gradient-lightblue-warning-amber {
  background: linear-gradient(#03A9F4, #FFC107, #FFC107);
}

.gradient-lightblue-warning-orange {
  background: linear-gradient(#03A9F4, #FFC107, #FF9800);
}

.gradient-lightblue-warning-lightgreen {
  background: linear-gradient(#03A9F4, #FFC107, #76FF03);
}

.gradient-lightblue-warning-deeppurple {
  background: linear-gradient(#03A9F4, #FFC107, #673AB7);
}

.gradient-lightblue-warning-deeporange {
  background: linear-gradient(#03A9F4, #FFC107, #DD6E0F);
}

.gradient-lightblue-warning-brown {
  background: linear-gradient(#03A9F4, #FFC107, #964B00);
}

.gradient-lightblue-warning-grey {
  background: linear-gradient(#03A9F4, #FFC107, #808080);
}

.gradient-lightblue-danger {
  background: linear-gradient(#03A9F4, #DC3545);
}

.gradient-to-top-lightblue-danger {
  background: linear-gradient(to top, #03A9F4, #DC3545);
}

.gradient-to-bottom-lightblue-danger {
  background: linear-gradient(to bottom, #03A9F4, #DC3545);
}

.gradient-to-left-lightblue-danger {
  background: linear-gradient(to left, #03A9F4, #DC3545);
}

.gradient-to-right-lightblue-danger {
  background: linear-gradient(to right, #03A9F4, #DC3545);
}

.gradient-to-top-left-lightblue-danger {
  background: linear-gradient(to top left, #03A9F4, #DC3545);
}

.gradient-to-top-right-lightblue-danger {
  background: linear-gradient(to top right, #03A9F4, #DC3545);
}

.gradient-to-bottom-left-lightblue-danger {
  background: linear-gradient(to bottom left, #03A9F4, #DC3545);
}

.gradient-to-bottom-right-lightblue-danger {
  background: linear-gradient(to bottom right, #03A9F4, #DC3545);
}

.gradient-radial-lightblue-danger {
  background: radial-gradient(circle, #03A9F4, #DC3545);
}

.gradient-lightblue-danger-primary {
  background: linear-gradient(#03A9F4, #DC3545, #03A9F4);
}

.gradient-lightblue-danger-secondary {
  background: linear-gradient(#03A9F4, #DC3545, #333);
}

.gradient-lightblue-danger-success {
  background: linear-gradient(#03A9F4, #DC3545, #28a745);
}

.gradient-lightblue-danger-info {
  background: linear-gradient(#03A9F4, #DC3545, #0DCAF0);
}

.gradient-lightblue-danger-warning {
  background: linear-gradient(#03A9F4, #DC3545, #FFC107);
}

.gradient-lightblue-danger-light {
  background: linear-gradient(#03A9F4, #DC3545, #f5f5f5);
}

.gradient-lightblue-danger-dark {
  background: linear-gradient(#03A9F4, #DC3545, #212529);
}

.gradient-lightblue-danger-red {
  background: linear-gradient(#03A9F4, #DC3545, #F44336);
}

.gradient-lightblue-danger-green {
  background: linear-gradient(#03A9F4, #DC3545, #4CAF50);
}

.gradient-lightblue-danger-blue {
  background: linear-gradient(#03A9F4, #DC3545, #2196F3);
}

.gradient-lightblue-danger-black {
  background: linear-gradient(#03A9F4, #DC3545, #000);
}

.gradient-lightblue-danger-white {
  background: linear-gradient(#03A9F4, #DC3545, #fff);
}

.gradient-lightblue-danger-pink {
  background: linear-gradient(#03A9F4, #DC3545, #E91E63);
}

.gradient-lightblue-danger-purple {
  background: linear-gradient(#03A9F4, #DC3545, #9C27B0);
}

.gradient-lightblue-danger-indigo {
  background: linear-gradient(#03A9F4, #DC3545, #3E51B5);
}

.gradient-lightblue-danger-cyan {
  background: linear-gradient(#03A9F4, #DC3545, #00BCD4);
}

.gradient-lightblue-danger-teal {
  background: linear-gradient(#03A9F4, #DC3545, #009688);
}

.gradient-lightblue-danger-lime {
  background: linear-gradient(#03A9F4, #DC3545, #CDDC39);
}

.gradient-lightblue-danger-yellow {
  background: linear-gradient(#03A9F4, #DC3545, #FFEB3B);
}

.gradient-lightblue-danger-amber {
  background: linear-gradient(#03A9F4, #DC3545, #FFC107);
}

.gradient-lightblue-danger-orange {
  background: linear-gradient(#03A9F4, #DC3545, #FF9800);
}

.gradient-lightblue-danger-lightgreen {
  background: linear-gradient(#03A9F4, #DC3545, #76FF03);
}

.gradient-lightblue-danger-deeppurple {
  background: linear-gradient(#03A9F4, #DC3545, #673AB7);
}

.gradient-lightblue-danger-deeporange {
  background: linear-gradient(#03A9F4, #DC3545, #DD6E0F);
}

.gradient-lightblue-danger-brown {
  background: linear-gradient(#03A9F4, #DC3545, #964B00);
}

.gradient-lightblue-danger-grey {
  background: linear-gradient(#03A9F4, #DC3545, #808080);
}

.gradient-lightblue-light {
  background: linear-gradient(#03A9F4, #f5f5f5);
}

.gradient-to-top-lightblue-light {
  background: linear-gradient(to top, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-lightblue-light {
  background: linear-gradient(to bottom, #03A9F4, #f5f5f5);
}

.gradient-to-left-lightblue-light {
  background: linear-gradient(to left, #03A9F4, #f5f5f5);
}

.gradient-to-right-lightblue-light {
  background: linear-gradient(to right, #03A9F4, #f5f5f5);
}

.gradient-to-top-left-lightblue-light {
  background: linear-gradient(to top left, #03A9F4, #f5f5f5);
}

.gradient-to-top-right-lightblue-light {
  background: linear-gradient(to top right, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-left-lightblue-light {
  background: linear-gradient(to bottom left, #03A9F4, #f5f5f5);
}

.gradient-to-bottom-right-lightblue-light {
  background: linear-gradient(to bottom right, #03A9F4, #f5f5f5);
}

.gradient-radial-lightblue-light {
  background: radial-gradient(circle, #03A9F4, #f5f5f5);
}

.gradient-lightblue-light-primary {
  background: linear-gradient(#03A9F4, #f5f5f5, #03A9F4);
}

.gradient-lightblue-light-secondary {
  background: linear-gradient(#03A9F4, #f5f5f5, #333);
}

.gradient-lightblue-light-success {
  background: linear-gradient(#03A9F4, #f5f5f5, #28a745);
}

.gradient-lightblue-light-info {
  background: linear-gradient(#03A9F4, #f5f5f5, #0DCAF0);
}

.gradient-lightblue-light-warning {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFC107);
}

.gradient-lightblue-light-danger {
  background: linear-gradient(#03A9F4, #f5f5f5, #DC3545);
}

.gradient-lightblue-light-dark {
  background: linear-gradient(#03A9F4, #f5f5f5, #212529);
}

.gradient-lightblue-light-red {
  background: linear-gradient(#03A9F4, #f5f5f5, #F44336);
}

.gradient-lightblue-light-green {
  background: linear-gradient(#03A9F4, #f5f5f5, #4CAF50);
}

.gradient-lightblue-light-blue {
  background: linear-gradient(#03A9F4, #f5f5f5, #2196F3);
}

.gradient-lightblue-light-black {
  background: linear-gradient(#03A9F4, #f5f5f5, #000);
}

.gradient-lightblue-light-white {
  background: linear-gradient(#03A9F4, #f5f5f5, #fff);
}

.gradient-lightblue-light-pink {
  background: linear-gradient(#03A9F4, #f5f5f5, #E91E63);
}

.gradient-lightblue-light-purple {
  background: linear-gradient(#03A9F4, #f5f5f5, #9C27B0);
}

.gradient-lightblue-light-indigo {
  background: linear-gradient(#03A9F4, #f5f5f5, #3E51B5);
}

.gradient-lightblue-light-cyan {
  background: linear-gradient(#03A9F4, #f5f5f5, #00BCD4);
}

.gradient-lightblue-light-teal {
  background: linear-gradient(#03A9F4, #f5f5f5, #009688);
}

.gradient-lightblue-light-lime {
  background: linear-gradient(#03A9F4, #f5f5f5, #CDDC39);
}

.gradient-lightblue-light-yellow {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFEB3B);
}

.gradient-lightblue-light-amber {
  background: linear-gradient(#03A9F4, #f5f5f5, #FFC107);
}

.gradient-lightblue-light-orange {
  background: linear-gradient(#03A9F4, #f5f5f5, #FF9800);
}

.gradient-lightblue-light-lightgreen {
  background: linear-gradient(#03A9F4, #f5f5f5, #76FF03);
}

.gradient-lightblue-light-deeppurple {
  background: linear-gradient(#03A9F4, #f5f5f5, #673AB7);
}

.gradient-lightblue-light-deeporange {
  background: linear-gradient(#03A9F4, #f5f5f5, #DD6E0F);
}

.gradient-lightblue-light-brown {
  background: linear-gradient(#03A9F4, #f5f5f5, #964B00);
}

.gradient-lightblue-light-grey {
  background: linear-gradient(#03A9F4, #f5f5f5, #808080);
}

.gradient-lightblue-dark {
  background: linear-gradient(#03A9F4, #212529);
}

.gradient-to-top-lightblue-dark {
  background: linear-gradient(to top, #03A9F4, #212529);
}

.gradient-to-bottom-lightblue-dark {
  background: linear-gradient(to bottom, #03A9F4, #212529);
}

.gradient-to-left-lightblue-dark {
  background: linear-gradient(to left, #03A9F4, #212529);
}

.gradient-to-right-lightblue-dark {
  background: linear-gradient(to right, #03A9F4, #212529);
}

.gradient-to-top-left-lightblue-dark {
  background: linear-gradient(to top left, #03A9F4, #212529);
}

.gradient-to-top-right-lightblue-dark {
  background: linear-gradient(to top right, #03A9F4, #212529);
}

.gradient-to-bottom-left-lightblue-dark {
  background: linear-gradient(to bottom left, #03A9F4, #212529);
}

.gradient-to-bottom-right-lightblue-dark {
  background: linear-gradient(to bottom right, #03A9F4, #212529);
}

.gradient-radial-lightblue-dark {
  background: radial-gradient(circle, #03A9F4, #212529);
}

.gradient-lightblue-dark-primary {
  background: linear-gradient(#03A9F4, #212529, #03A9F4);
}

.gradient-lightblue-dark-secondary {
  background: linear-gradient(#03A9F4, #212529, #333);
}

.gradient-lightblue-dark-success {
  background: linear-gradient(#03A9F4, #212529, #28a745);
}

.gradient-lightblue-dark-info {
  background: linear-gradient(#03A9F4, #212529, #0DCAF0);
}

.gradient-lightblue-dark-warning {
  background: linear-gradient(#03A9F4, #212529, #FFC107);
}

.gradient-lightblue-dark-danger {
  background: linear-gradient(#03A9F4, #212529, #DC3545);
}

.gradient-lightblue-dark-light {
  background: linear-gradient(#03A9F4, #212529, #f5f5f5);
}

.gradient-lightblue-dark-red {
  background: linear-gradient(#03A9F4, #212529, #F44336);
}

.gradient-lightblue-dark-green {
  background: linear-gradient(#03A9F4, #212529, #4CAF50);
}

.gradient-lightblue-dark-blue {
  background: linear-gradient(#03A9F4, #212529, #2196F3);
}

.gradient-lightblue-dark-black {
  background: linear-gradient(#03A9F4, #212529, #000);
}

.gradient-lightblue-dark-white {
  background: linear-gradient(#03A9F4, #212529, #fff);
}

.gradient-lightblue-dark-pink {
  background: linear-gradient(#03A9F4, #212529, #E91E63);
}

.gradient-lightblue-dark-purple {
  background: linear-gradient(#03A9F4, #212529, #9C27B0);
}

.gradient-lightblue-dark-indigo {
  background: linear-gradient(#03A9F4, #212529, #3E51B5);
}

.gradient-lightblue-dark-cyan {
  background: linear-gradient(#03A9F4, #212529, #00BCD4);
}

.gradient-lightblue-dark-teal {
  background: linear-gradient(#03A9F4, #212529, #009688);
}

.gradient-lightblue-dark-lime {
  background: linear-gradient(#03A9F4, #212529, #CDDC39);
}

.gradient-lightblue-dark-yellow {
  background: linear-gradient(#03A9F4, #212529, #FFEB3B);
}

.gradient-lightblue-dark-amber {
  background: linear-gradient(#03A9F4, #212529, #FFC107);
}

.gradient-lightblue-dark-orange {
  background: linear-gradient(#03A9F4, #212529, #FF9800);
}

.gradient-lightblue-dark-lightgreen {
  background: linear-gradient(#03A9F4, #212529, #76FF03);
}

.gradient-lightblue-dark-deeppurple {
  background: linear-gradient(#03A9F4, #212529, #673AB7);
}

.gradient-lightblue-dark-deeporange {
  background: linear-gradient(#03A9F4, #212529, #DD6E0F);
}

.gradient-lightblue-dark-brown {
  background: linear-gradient(#03A9F4, #212529, #964B00);
}

.gradient-lightblue-dark-grey {
  background: linear-gradient(#03A9F4, #212529, #808080);
}

.gradient-lightblue-red {
  background: linear-gradient(#03A9F4, #F44336);
}

.gradient-to-top-lightblue-red {
  background: linear-gradient(to top, #03A9F4, #F44336);
}

.gradient-to-bottom-lightblue-red {
  background: linear-gradient(to bottom, #03A9F4, #F44336);
}

.gradient-to-left-lightblue-red {
  background: linear-gradient(to left, #03A9F4, #F44336);
}

.gradient-to-right-lightblue-red {
  background: linear-gradient(to right, #03A9F4, #F44336);
}

.gradient-to-top-left-lightblue-red {
  background: linear-gradient(to top left, #03A9F4, #F44336);
}

.gradient-to-top-right-lightblue-red {
  background: linear-gradient(to top right, #03A9F4, #F44336);
}

.gradient-to-bottom-left-lightblue-red {
  background: linear-gradient(to bottom left, #03A9F4, #F44336);
}

.gradient-to-bottom-right-lightblue-red {
  background: linear-gradient(to bottom right, #03A9F4, #F44336);
}

.gradient-radial-lightblue-red {
  background: radial-gradient(circle, #03A9F4, #F44336);
}

.gradient-lightblue-red-primary {
  background: linear-gradient(#03A9F4, #F44336, #03A9F4);
}

.gradient-lightblue-red-secondary {
  background: linear-gradient(#03A9F4, #F44336, #333);
}

.gradient-lightblue-red-success {
  background: linear-gradient(#03A9F4, #F44336, #28a745);
}

.gradient-lightblue-red-info {
  background: linear-gradient(#03A9F4, #F44336, #0DCAF0);
}

.gradient-lightblue-red-warning {
  background: linear-gradient(#03A9F4, #F44336, #FFC107);
}

.gradient-lightblue-red-danger {
  background: linear-gradient(#03A9F4, #F44336, #DC3545);
}

.gradient-lightblue-red-light {
  background: linear-gradient(#03A9F4, #F44336, #f5f5f5);
}

.gradient-lightblue-red-dark {
  background: linear-gradient(#03A9F4, #F44336, #212529);
}

.gradient-lightblue-red-green {
  background: linear-gradient(#03A9F4, #F44336, #4CAF50);
}

.gradient-lightblue-red-blue {
  background: linear-gradient(#03A9F4, #F44336, #2196F3);
}

.gradient-lightblue-red-black {
  background: linear-gradient(#03A9F4, #F44336, #000);
}

.gradient-lightblue-red-white {
  background: linear-gradient(#03A9F4, #F44336, #fff);
}

.gradient-lightblue-red-pink {
  background: linear-gradient(#03A9F4, #F44336, #E91E63);
}

.gradient-lightblue-red-purple {
  background: linear-gradient(#03A9F4, #F44336, #9C27B0);
}

.gradient-lightblue-red-indigo {
  background: linear-gradient(#03A9F4, #F44336, #3E51B5);
}

.gradient-lightblue-red-cyan {
  background: linear-gradient(#03A9F4, #F44336, #00BCD4);
}

.gradient-lightblue-red-teal {
  background: linear-gradient(#03A9F4, #F44336, #009688);
}

.gradient-lightblue-red-lime {
  background: linear-gradient(#03A9F4, #F44336, #CDDC39);
}

.gradient-lightblue-red-yellow {
  background: linear-gradient(#03A9F4, #F44336, #FFEB3B);
}

.gradient-lightblue-red-amber {
  background: linear-gradient(#03A9F4, #F44336, #FFC107);
}

.gradient-lightblue-red-orange {
  background: linear-gradient(#03A9F4, #F44336, #FF9800);
}

.gradient-lightblue-red-lightgreen {
  background: linear-gradient(#03A9F4, #F44336, #76FF03);
}

.gradient-lightblue-red-deeppurple {
  background: linear-gradient(#03A9F4, #F44336, #673AB7);
}

.gradient-lightblue-red-deeporange {
  background: linear-gradient(#03A9F4, #F44336, #DD6E0F);
}

.gradient-lightblue-red-brown {
  background: linear-gradient(#03A9F4, #F44336, #964B00);
}

.gradient-lightblue-red-grey {
  background: linear-gradient(#03A9F4, #F44336, #808080);
}

.gradient-lightblue-green {
  background: linear-gradient(#03A9F4, #4CAF50);
}

.gradient-to-top-lightblue-green {
  background: linear-gradient(to top, #03A9F4, #4CAF50);
}

.gradient-to-bottom-lightblue-green {
  background: linear-gradient(to bottom, #03A9F4, #4CAF50);
}

.gradient-to-left-lightblue-green {
  background: linear-gradient(to left, #03A9F4, #4CAF50);
}

.gradient-to-right-lightblue-green {
  background: linear-gradient(to right, #03A9F4, #4CAF50);
}

.gradient-to-top-left-lightblue-green {
  background: linear-gradient(to top left, #03A9F4, #4CAF50);
}

.gradient-to-top-right-lightblue-green {
  background: linear-gradient(to top right, #03A9F4, #4CAF50);
}

.gradient-to-bottom-left-lightblue-green {
  background: linear-gradient(to bottom left, #03A9F4, #4CAF50);
}

.gradient-to-bottom-right-lightblue-green {
  background: linear-gradient(to bottom right, #03A9F4, #4CAF50);
}

.gradient-radial-lightblue-green {
  background: radial-gradient(circle, #03A9F4, #4CAF50);
}

.gradient-lightblue-green-primary {
  background: linear-gradient(#03A9F4, #4CAF50, #03A9F4);
}

.gradient-lightblue-green-secondary {
  background: linear-gradient(#03A9F4, #4CAF50, #333);
}

.gradient-lightblue-green-success {
  background: linear-gradient(#03A9F4, #4CAF50, #28a745);
}

.gradient-lightblue-green-info {
  background: linear-gradient(#03A9F4, #4CAF50, #0DCAF0);
}

.gradient-lightblue-green-warning {
  background: linear-gradient(#03A9F4, #4CAF50, #FFC107);
}

.gradient-lightblue-green-danger {
  background: linear-gradient(#03A9F4, #4CAF50, #DC3545);
}

.gradient-lightblue-green-light {
  background: linear-gradient(#03A9F4, #4CAF50, #f5f5f5);
}

.gradient-lightblue-green-dark {
  background: linear-gradient(#03A9F4, #4CAF50, #212529);
}

.gradient-lightblue-green-red {
  background: linear-gradient(#03A9F4, #4CAF50, #F44336);
}

.gradient-lightblue-green-blue {
  background: linear-gradient(#03A9F4, #4CAF50, #2196F3);
}

.gradient-lightblue-green-black {
  background: linear-gradient(#03A9F4, #4CAF50, #000);
}

.gradient-lightblue-green-white {
  background: linear-gradient(#03A9F4, #4CAF50, #fff);
}

.gradient-lightblue-green-pink {
  background: linear-gradient(#03A9F4, #4CAF50, #E91E63);
}

.gradient-lightblue-green-purple {
  background: linear-gradient(#03A9F4, #4CAF50, #9C27B0);
}

.gradient-lightblue-green-indigo {
  background: linear-gradient(#03A9F4, #4CAF50, #3E51B5);
}

.gradient-lightblue-green-cyan {
  background: linear-gradient(#03A9F4, #4CAF50, #00BCD4);
}

.gradient-lightblue-green-teal {
  background: linear-gradient(#03A9F4, #4CAF50, #009688);
}

.gradient-lightblue-green-lime {
  background: linear-gradient(#03A9F4, #4CAF50, #CDDC39);
}

.gradient-lightblue-green-yellow {
  background: linear-gradient(#03A9F4, #4CAF50, #FFEB3B);
}

.gradient-lightblue-green-amber {
  background: linear-gradient(#03A9F4, #4CAF50, #FFC107);
}

.gradient-lightblue-green-orange {
  background: linear-gradient(#03A9F4, #4CAF50, #FF9800);
}

.gradient-lightblue-green-lightgreen {
  background: linear-gradient(#03A9F4, #4CAF50, #76FF03);
}

.gradient-lightblue-green-deeppurple {
  background: linear-gradient(#03A9F4, #4CAF50, #673AB7);
}

.gradient-lightblue-green-deeporange {
  background: linear-gradient(#03A9F4, #4CAF50, #DD6E0F);
}

.gradient-lightblue-green-brown {
  background: linear-gradient(#03A9F4, #4CAF50, #964B00);
}

.gradient-lightblue-green-grey {
  background: linear-gradient(#03A9F4, #4CAF50, #808080);
}

.gradient-lightblue-blue {
  background: linear-gradient(#03A9F4, #2196F3);
}

.gradient-to-top-lightblue-blue {
  background: linear-gradient(to top, #03A9F4, #2196F3);
}

.gradient-to-bottom-lightblue-blue {
  background: linear-gradient(to bottom, #03A9F4, #2196F3);
}

.gradient-to-left-lightblue-blue {
  background: linear-gradient(to left, #03A9F4, #2196F3);
}

.gradient-to-right-lightblue-blue {
  background: linear-gradient(to right, #03A9F4, #2196F3);
}

.gradient-to-top-left-lightblue-blue {
  background: linear-gradient(to top left, #03A9F4, #2196F3);
}

.gradient-to-top-right-lightblue-blue {
  background: linear-gradient(to top right, #03A9F4, #2196F3);
}

.gradient-to-bottom-left-lightblue-blue {
  background: linear-gradient(to bottom left, #03A9F4, #2196F3);
}

.gradient-to-bottom-right-lightblue-blue {
  background: linear-gradient(to bottom right, #03A9F4, #2196F3);
}

.gradient-radial-lightblue-blue {
  background: radial-gradient(circle, #03A9F4, #2196F3);
}

.gradient-lightblue-blue-primary {
  background: linear-gradient(#03A9F4, #2196F3, #03A9F4);
}

.gradient-lightblue-blue-secondary {
  background: linear-gradient(#03A9F4, #2196F3, #333);
}

.gradient-lightblue-blue-success {
  background: linear-gradient(#03A9F4, #2196F3, #28a745);
}

.gradient-lightblue-blue-info {
  background: linear-gradient(#03A9F4, #2196F3, #0DCAF0);
}

.gradient-lightblue-blue-warning {
  background: linear-gradient(#03A9F4, #2196F3, #FFC107);
}

.gradient-lightblue-blue-danger {
  background: linear-gradient(#03A9F4, #2196F3, #DC3545);
}

.gradient-lightblue-blue-light {
  background: linear-gradient(#03A9F4, #2196F3, #f5f5f5);
}

.gradient-lightblue-blue-dark {
  background: linear-gradient(#03A9F4, #2196F3, #212529);
}

.gradient-lightblue-blue-red {
  background: linear-gradient(#03A9F4, #2196F3, #F44336);
}

.gradient-lightblue-blue-green {
  background: linear-gradient(#03A9F4, #2196F3, #4CAF50);
}

.gradient-lightblue-blue-black {
  background: linear-gradient(#03A9F4, #2196F3, #000);
}

.gradient-lightblue-blue-white {
  background: linear-gradient(#03A9F4, #2196F3, #fff);
}

.gradient-lightblue-blue-pink {
  background: linear-gradient(#03A9F4, #2196F3, #E91E63);
}

.gradient-lightblue-blue-purple {
  background: linear-gradient(#03A9F4, #2196F3, #9C27B0);
}

.gradient-lightblue-blue-indigo {
  background: linear-gradient(#03A9F4, #2196F3, #3E51B5);
}

.gradient-lightblue-blue-cyan {
  background: linear-gradient(#03A9F4, #2196F3, #00BCD4);
}

.gradient-lightblue-blue-teal {
  background: linear-gradient(#03A9F4, #2196F3, #009688);
}

.gradient-lightblue-blue-lime {
  background: linear-gradient(#03A9F4, #2196F3, #CDDC39);
}

.gradient-lightblue-blue-yellow {
  background: linear-gradient(#03A9F4, #2196F3, #FFEB3B);
}

.gradient-lightblue-blue-amber {
  background: linear-gradient(#03A9F4, #2196F3, #FFC107);
}

.gradient-lightblue-blue-orange {
  background: linear-gradient(#03A9F4, #2196F3, #FF9800);
}

.gradient-lightblue-blue-lightgreen {
  background: linear-gradient(#03A9F4, #2196F3, #76FF03);
}

.gradient-lightblue-blue-deeppurple {
  background: linear-gradient(#03A9F4, #2196F3, #673AB7);
}

.gradient-lightblue-blue-deeporange {
  background: linear-gradient(#03A9F4, #2196F3, #DD6E0F);
}

.gradient-lightblue-blue-brown {
  background: linear-gradient(#03A9F4, #2196F3, #964B00);
}

.gradient-lightblue-blue-grey {
  background: linear-gradient(#03A9F4, #2196F3, #808080);
}

.gradient-lightblue-black {
  background: linear-gradient(#03A9F4, #000);
}

.gradient-to-top-lightblue-black {
  background: linear-gradient(to top, #03A9F4, #000);
}

.gradient-to-bottom-lightblue-black {
  background: linear-gradient(to bottom, #03A9F4, #000);
}

.gradient-to-left-lightblue-black {
  background: linear-gradient(to left, #03A9F4, #000);
}

.gradient-to-right-lightblue-black {
  background: linear-gradient(to right, #03A9F4, #000);
}

.gradient-to-top-left-lightblue-black {
  background: linear-gradient(to top left, #03A9F4, #000);
}

.gradient-to-top-right-lightblue-black {
  background: linear-gradient(to top right, #03A9F4, #000);
}

.gradient-to-bottom-left-lightblue-black {
  background: linear-gradient(to bottom left, #03A9F4, #000);
}

.gradient-to-bottom-right-lightblue-black {
  background: linear-gradient(to bottom right, #03A9F4, #000);
}

.gradient-radial-lightblue-black {
  background: radial-gradient(circle, #03A9F4, #000);
}

.gradient-lightblue-black-primary {
  background: linear-gradient(#03A9F4, #000, #03A9F4);
}

.gradient-lightblue-black-secondary {
  background: linear-gradient(#03A9F4, #000, #333);
}

.gradient-lightblue-black-success {
  background: linear-gradient(#03A9F4, #000, #28a745);
}

.gradient-lightblue-black-info {
  background: linear-gradient(#03A9F4, #000, #0DCAF0);
}

.gradient-lightblue-black-warning {
  background: linear-gradient(#03A9F4, #000, #FFC107);
}

.gradient-lightblue-black-danger {
  background: linear-gradient(#03A9F4, #000, #DC3545);
}

.gradient-lightblue-black-light {
  background: linear-gradient(#03A9F4, #000, #f5f5f5);
}

.gradient-lightblue-black-dark {
  background: linear-gradient(#03A9F4, #000, #212529);
}

.gradient-lightblue-black-red {
  background: linear-gradient(#03A9F4, #000, #F44336);
}

.gradient-lightblue-black-green {
  background: linear-gradient(#03A9F4, #000, #4CAF50);
}

.gradient-lightblue-black-blue {
  background: linear-gradient(#03A9F4, #000, #2196F3);
}

.gradient-lightblue-black-white {
  background: linear-gradient(#03A9F4, #000, #fff);
}

.gradient-lightblue-black-pink {
  background: linear-gradient(#03A9F4, #000, #E91E63);
}

.gradient-lightblue-black-purple {
  background: linear-gradient(#03A9F4, #000, #9C27B0);
}

.gradient-lightblue-black-indigo {
  background: linear-gradient(#03A9F4, #000, #3E51B5);
}

.gradient-lightblue-black-cyan {
  background: linear-gradient(#03A9F4, #000, #00BCD4);
}

.gradient-lightblue-black-teal {
  background: linear-gradient(#03A9F4, #000, #009688);
}

.gradient-lightblue-black-lime {
  background: linear-gradient(#03A9F4, #000, #CDDC39);
}

.gradient-lightblue-black-yellow {
  background: linear-gradient(#03A9F4, #000, #FFEB3B);
}

.gradient-lightblue-black-amber {
  background: linear-gradient(#03A9F4, #000, #FFC107);
}

.gradient-lightblue-black-orange {
  background: linear-gradient(#03A9F4, #000, #FF9800);
}

.gradient-lightblue-black-lightgreen {
  background: linear-gradient(#03A9F4, #000, #76FF03);
}

.gradient-lightblue-black-deeppurple {
  background: linear-gradient(#03A9F4, #000, #673AB7);
}

.gradient-lightblue-black-deeporange {
  background: linear-gradient(#03A9F4, #000, #DD6E0F);
}

.gradient-lightblue-black-brown {
  background: linear-gradient(#03A9F4, #000, #964B00);
}

.gradient-lightblue-black-grey {
  background: linear-gradient(#03A9F4, #000, #808080);
}

.gradient-lightblue-white {
  background: linear-gradient(#03A9F4, #fff);
}

.gradient-to-top-lightblue-white {
  background: linear-gradient(to top, #03A9F4, #fff);
}

.gradient-to-bottom-lightblue-white {
  background: linear-gradient(to bottom, #03A9F4, #fff);
}

.gradient-to-left-lightblue-white {
  background: linear-gradient(to left, #03A9F4, #fff);
}

.gradient-to-right-lightblue-white {
  background: linear-gradient(to right, #03A9F4, #fff);
}

.gradient-to-top-left-lightblue-white {
  background: linear-gradient(to top left, #03A9F4, #fff);
}

.gradient-to-top-right-lightblue-white {
  background: linear-gradient(to top right, #03A9F4, #fff);
}

.gradient-to-bottom-left-lightblue-white {
  background: linear-gradient(to bottom left, #03A9F4, #fff);
}

.gradient-to-bottom-right-lightblue-white {
  background: linear-gradient(to bottom right, #03A9F4, #fff);
}

.gradient-radial-lightblue-white {
  background: radial-gradient(circle, #03A9F4, #fff);
}

.gradient-lightblue-white-primary {
  background: linear-gradient(#03A9F4, #fff, #03A9F4);
}

.gradient-lightblue-white-secondary {
  background: linear-gradient(#03A9F4, #fff, #333);
}

.gradient-lightblue-white-success {
  background: linear-gradient(#03A9F4, #fff, #28a745);
}

.gradient-lightblue-white-info {
  background: linear-gradient(#03A9F4, #fff, #0DCAF0);
}

.gradient-lightblue-white-warning {
  background: linear-gradient(#03A9F4, #fff, #FFC107);
}

.gradient-lightblue-white-danger {
  background: linear-gradient(#03A9F4, #fff, #DC3545);
}

.gradient-lightblue-white-light {
  background: linear-gradient(#03A9F4, #fff, #f5f5f5);
}

.gradient-lightblue-white-dark {
  background: linear-gradient(#03A9F4, #fff, #212529);
}

.gradient-lightblue-white-red {
  background: linear-gradient(#03A9F4, #fff, #F44336);
}

.gradient-lightblue-white-green {
  background: linear-gradient(#03A9F4, #fff, #4CAF50);
}

.gradient-lightblue-white-blue {
  background: linear-gradient(#03A9F4, #fff, #2196F3);
}

.gradient-lightblue-white-black {
  background: linear-gradient(#03A9F4, #fff, #000);
}

.gradient-lightblue-white-pink {
  background: linear-gradient(#03A9F4, #fff, #E91E63);
}

.gradient-lightblue-white-purple {
  background: linear-gradient(#03A9F4, #fff, #9C27B0);
}

.gradient-lightblue-white-indigo {
  background: linear-gradient(#03A9F4, #fff, #3E51B5);
}

.gradient-lightblue-white-cyan {
  background: linear-gradient(#03A9F4, #fff, #00BCD4);
}

.gradient-lightblue-white-teal {
  background: linear-gradient(#03A9F4, #fff, #009688);
}

.gradient-lightblue-white-lime {
  background: linear-gradient(#03A9F4, #fff, #CDDC39);
}

.gradient-lightblue-white-yellow {
  background: linear-gradient(#03A9F4, #fff, #FFEB3B);
}

.gradient-lightblue-white-amber {
  background: linear-gradient(#03A9F4, #fff, #FFC107);
}

.gradient-lightblue-white-orange {
  background: linear-gradient(#03A9F4, #fff, #FF9800);
}

.gradient-lightblue-white-lightgreen {
  background: linear-gradient(#03A9F4, #fff, #76FF03);
}

.gradient-lightblue-white-deeppurple {
  background: linear-gradient(#03A9F4, #fff, #673AB7);
}

.gradient-lightblue-white-deeporange {
  background: linear-gradient(#03A9F4, #fff, #DD6E0F);
}

.gradient-lightblue-white-brown {
  background: linear-gradient(#03A9F4, #fff, #964B00);
}

.gradient-lightblue-white-grey {
  background: linear-gradient(#03A9F4, #fff, #808080);
}

.gradient-lightblue-pink {
  background: linear-gradient(#03A9F4, #E91E63);
}

.gradient-to-top-lightblue-pink {
  background: linear-gradient(to top, #03A9F4, #E91E63);
}

.gradient-to-bottom-lightblue-pink {
  background: linear-gradient(to bottom, #03A9F4, #E91E63);
}

.gradient-to-left-lightblue-pink {
  background: linear-gradient(to left, #03A9F4, #E91E63);
}

.gradient-to-right-lightblue-pink {
  background: linear-gradient(to right, #03A9F4, #E91E63);
}

.gradient-to-top-left-lightblue-pink {
  background: linear-gradient(to top left, #03A9F4, #E91E63);
}

.gradient-to-top-right-lightblue-pink {
  background: linear-gradient(to top right, #03A9F4, #E91E63);
}

.gradient-to-bottom-left-lightblue-pink {
  background: linear-gradient(to bottom left, #03A9F4, #E91E63);
}

.gradient-to-bottom-right-lightblue-pink {
  background: linear-gradient(to bottom right, #03A9F4, #E91E63);
}

.gradient-radial-lightblue-pink {
  background: radial-gradient(circle, #03A9F4, #E91E63);
}

.gradient-lightblue-pink-primary {
  background: linear-gradient(#03A9F4, #E91E63, #03A9F4);
}

.gradient-lightblue-pink-secondary {
  background: linear-gradient(#03A9F4, #E91E63, #333);
}

.gradient-lightblue-pink-success {
  background: linear-gradient(#03A9F4, #E91E63, #28a745);
}

.gradient-lightblue-pink-info {
  background: linear-gradient(#03A9F4, #E91E63, #0DCAF0);
}

.gradient-lightblue-pink-warning {
  background: linear-gradient(#03A9F4, #E91E63, #FFC107);
}

.gradient-lightblue-pink-danger {
  background: linear-gradient(#03A9F4, #E91E63, #DC3545);
}

.gradient-lightblue-pink-light {
  background: linear-gradient(#03A9F4, #E91E63, #f5f5f5);
}

.gradient-lightblue-pink-dark {
  background: linear-gradient(#03A9F4, #E91E63, #212529);
}

.gradient-lightblue-pink-red {
  background: linear-gradient(#03A9F4, #E91E63, #F44336);
}

.gradient-lightblue-pink-green {
  background: linear-gradient(#03A9F4, #E91E63, #4CAF50);
}

.gradient-lightblue-pink-blue {
  background: linear-gradient(#03A9F4, #E91E63, #2196F3);
}

.gradient-lightblue-pink-black {
  background: linear-gradient(#03A9F4, #E91E63, #000);
}

.gradient-lightblue-pink-white {
  background: linear-gradient(#03A9F4, #E91E63, #fff);
}

.gradient-lightblue-pink-purple {
  background: linear-gradient(#03A9F4, #E91E63, #9C27B0);
}

.gradient-lightblue-pink-indigo {
  background: linear-gradient(#03A9F4, #E91E63, #3E51B5);
}

.gradient-lightblue-pink-cyan {
  background: linear-gradient(#03A9F4, #E91E63, #00BCD4);
}

.gradient-lightblue-pink-teal {
  background: linear-gradient(#03A9F4, #E91E63, #009688);
}

.gradient-lightblue-pink-lime {
  background: linear-gradient(#03A9F4, #E91E63, #CDDC39);
}

.gradient-lightblue-pink-yellow {
  background: linear-gradient(#03A9F4, #E91E63, #FFEB3B);
}

.gradient-lightblue-pink-amber {
  background: linear-gradient(#03A9F4, #E91E63, #FFC107);
}

.gradient-lightblue-pink-orange {
  background: linear-gradient(#03A9F4, #E91E63, #FF9800);
}

.gradient-lightblue-pink-lightgreen {
  background: linear-gradient(#03A9F4, #E91E63, #76FF03);
}

.gradient-lightblue-pink-deeppurple {
  background: linear-gradient(#03A9F4, #E91E63, #673AB7);
}

.gradient-lightblue-pink-deeporange {
  background: linear-gradient(#03A9F4, #E91E63, #DD6E0F);
}

.gradient-lightblue-pink-brown {
  background: linear-gradient(#03A9F4, #E91E63, #964B00);
}

.gradient-lightblue-pink-grey {
  background: linear-gradient(#03A9F4, #E91E63, #808080);
}

.gradient-lightblue-purple {
  background: linear-gradient(#03A9F4, #9C27B0);
}

.gradient-to-top-lightblue-purple {
  background: linear-gradient(to top, #03A9F4, #9C27B0);
}

.gradient-to-bottom-lightblue-purple {
  background: linear-gradient(to bottom, #03A9F4, #9C27B0);
}

.gradient-to-left-lightblue-purple {
  background: linear-gradient(to left, #03A9F4, #9C27B0);
}

.gradient-to-right-lightblue-purple {
  background: linear-gradient(to right, #03A9F4, #9C27B0);
}

.gradient-to-top-left-lightblue-purple {
  background: linear-gradient(to top left, #03A9F4, #9C27B0);
}

.gradient-to-top-right-lightblue-purple {
  background: linear-gradient(to top right, #03A9F4, #9C27B0);
}

.gradient-to-bottom-left-lightblue-purple {
  background: linear-gradient(to bottom left, #03A9F4, #9C27B0);
}

.gradient-to-bottom-right-lightblue-purple {
  background: linear-gradient(to bottom right, #03A9F4, #9C27B0);
}

.gradient-radial-lightblue-purple {
  background: radial-gradient(circle, #03A9F4, #9C27B0);
}

.gradient-lightblue-purple-primary {
  background: linear-gradient(#03A9F4, #9C27B0, #03A9F4);
}

.gradient-lightblue-purple-secondary {
  background: linear-gradient(#03A9F4, #9C27B0, #333);
}

.gradient-lightblue-purple-success {
  background: linear-gradient(#03A9F4, #9C27B0, #28a745);
}

.gradient-lightblue-purple-info {
  background: linear-gradient(#03A9F4, #9C27B0, #0DCAF0);
}

.gradient-lightblue-purple-warning {
  background: linear-gradient(#03A9F4, #9C27B0, #FFC107);
}

.gradient-lightblue-purple-danger {
  background: linear-gradient(#03A9F4, #9C27B0, #DC3545);
}

.gradient-lightblue-purple-light {
  background: linear-gradient(#03A9F4, #9C27B0, #f5f5f5);
}

.gradient-lightblue-purple-dark {
  background: linear-gradient(#03A9F4, #9C27B0, #212529);
}

.gradient-lightblue-purple-red {
  background: linear-gradient(#03A9F4, #9C27B0, #F44336);
}

.gradient-lightblue-purple-green {
  background: linear-gradient(#03A9F4, #9C27B0, #4CAF50);
}

.gradient-lightblue-purple-blue {
  background: linear-gradient(#03A9F4, #9C27B0, #2196F3);
}

.gradient-lightblue-purple-black {
  background: linear-gradient(#03A9F4, #9C27B0, #000);
}

.gradient-lightblue-purple-white {
  background: linear-gradient(#03A9F4, #9C27B0, #fff);
}

.gradient-lightblue-purple-pink {
  background: linear-gradient(#03A9F4, #9C27B0, #E91E63);
}

.gradient-lightblue-purple-indigo {
  background: linear-gradient(#03A9F4, #9C27B0, #3E51B5);
}

.gradient-lightblue-purple-cyan {
  background: linear-gradient(#03A9F4, #9C27B0, #00BCD4);
}

.gradient-lightblue-purple-teal {
  background: linear-gradient(#03A9F4, #9C27B0, #009688);
}

.gradient-lightblue-purple-lime {
  background: linear-gradient(#03A9F4, #9C27B0, #CDDC39);
}

.gradient-lightblue-purple-yellow {
  background: linear-gradient(#03A9F4, #9C27B0, #FFEB3B);
}

.gradient-lightblue-purple-amber {
  background: linear-gradient(#03A9F4, #9C27B0, #FFC107);
}

.gradient-lightblue-purple-orange {
  background: linear-gradient(#03A9F4, #9C27B0, #FF9800);
}

.gradient-lightblue-purple-lightgreen {
  background: linear-gradient(#03A9F4, #9C27B0, #76FF03);
}

.gradient-lightblue-purple-deeppurple {
  background: linear-gradient(#03A9F4, #9C27B0, #673AB7);
}

.gradient-lightblue-purple-deeporange {
  background: linear-gradient(#03A9F4, #9C27B0, #DD6E0F);
}

.gradient-lightblue-purple-brown {
  background: linear-gradient(#03A9F4, #9C27B0, #964B00);
}

.gradient-lightblue-purple-grey {
  background: linear-gradient(#03A9F4, #9C27B0, #808080);
}

.gradient-lightblue-indigo {
  background: linear-gradient(#03A9F4, #3E51B5);
}

.gradient-to-top-lightblue-indigo {
  background: linear-gradient(to top, #03A9F4, #3E51B5);
}

.gradient-to-bottom-lightblue-indigo {
  background: linear-gradient(to bottom, #03A9F4, #3E51B5);
}

.gradient-to-left-lightblue-indigo {
  background: linear-gradient(to left, #03A9F4, #3E51B5);
}

.gradient-to-right-lightblue-indigo {
  background: linear-gradient(to right, #03A9F4, #3E51B5);
}

.gradient-to-top-left-lightblue-indigo {
  background: linear-gradient(to top left, #03A9F4, #3E51B5);
}

.gradient-to-top-right-lightblue-indigo {
  background: linear-gradient(to top right, #03A9F4, #3E51B5);
}

.gradient-to-bottom-left-lightblue-indigo {
  background: linear-gradient(to bottom left, #03A9F4, #3E51B5);
}

.gradient-to-bottom-right-lightblue-indigo {
  background: linear-gradient(to bottom right, #03A9F4, #3E51B5);
}

.gradient-radial-lightblue-indigo {
  background: radial-gradient(circle, #03A9F4, #3E51B5);
}

.gradient-lightblue-indigo-primary {
  background: linear-gradient(#03A9F4, #3E51B5, #03A9F4);
}

.gradient-lightblue-indigo-secondary {
  background: linear-gradient(#03A9F4, #3E51B5, #333);
}

.gradient-lightblue-indigo-success {
  background: linear-gradient(#03A9F4, #3E51B5, #28a745);
}

.gradient-lightblue-indigo-info {
  background: linear-gradient(#03A9F4, #3E51B5, #0DCAF0);
}

.gradient-lightblue-indigo-warning {
  background: linear-gradient(#03A9F4, #3E51B5, #FFC107);
}

.gradient-lightblue-indigo-danger {
  background: linear-gradient(#03A9F4, #3E51B5, #DC3545);
}

.gradient-lightblue-indigo-light {
  background: linear-gradient(#03A9F4, #3E51B5, #f5f5f5);
}

.gradient-lightblue-indigo-dark {
  background: linear-gradient(#03A9F4, #3E51B5, #212529);
}

.gradient-lightblue-indigo-red {
  background: linear-gradient(#03A9F4, #3E51B5, #F44336);
}

.gradient-lightblue-indigo-green {
  background: linear-gradient(#03A9F4, #3E51B5, #4CAF50);
}

.gradient-lightblue-indigo-blue {
  background: linear-gradient(#03A9F4, #3E51B5, #2196F3);
}

.gradient-lightblue-indigo-black {
  background: linear-gradient(#03A9F4, #3E51B5, #000);
}

.gradient-lightblue-indigo-white {
  background: linear-gradient(#03A9F4, #3E51B5, #fff);
}

.gradient-lightblue-indigo-pink {
  background: linear-gradient(#03A9F4, #3E51B5, #E91E63);
}

.gradient-lightblue-indigo-purple {
  background: linear-gradient(#03A9F4, #3E51B5, #9C27B0);
}

.gradient-lightblue-indigo-cyan {
  background: linear-gradient(#03A9F4, #3E51B5, #00BCD4);
}

.gradient-lightblue-indigo-teal {
  background: linear-gradient(#03A9F4, #3E51B5, #009688);
}

.gradient-lightblue-indigo-lime {
  background: linear-gradient(#03A9F4, #3E51B5, #CDDC39);
}

.gradient-lightblue-indigo-yellow {
  background: linear-gradient(#03A9F4, #3E51B5, #FFEB3B);
}

.gradient-lightblue-indigo-amber {
  background: linear-gradient(#03A9F4, #3E51B5, #FFC107);
}

.gradient-lightblue-indigo-orange {
  background: linear-gradient(#03A9F4, #3E51B5, #FF9800);
}

.gradient-lightblue-indigo-lightgreen {
  background: linear-gradient(#03A9F4, #3E51B5, #76FF03);
}

.gradient-lightblue-indigo-deeppurple {
  background: linear-gradient(#03A9F4, #3E51B5, #673AB7);
}

.gradient-lightblue-indigo-deeporange {
  background: linear-gradient(#03A9F4, #3E51B5, #DD6E0F);
}

.gradient-lightblue-indigo-brown {
  background: linear-gradient(#03A9F4, #3E51B5, #964B00);
}

.gradient-lightblue-indigo-grey {
  background: linear-gradient(#03A9F4, #3E51B5, #808080);
}

.gradient-lightblue-cyan {
  background: linear-gradient(#03A9F4, #00BCD4);
}

.gradient-to-top-lightblue-cyan {
  background: linear-gradient(to top, #03A9F4, #00BCD4);
}

.gradient-to-bottom-lightblue-cyan {
  background: linear-gradient(to bottom, #03A9F4, #00BCD4);
}

.gradient-to-left-lightblue-cyan {
  background: linear-gradient(to left, #03A9F4, #00BCD4);
}

.gradient-to-right-lightblue-cyan {
  background: linear-gradient(to right, #03A9F4, #00BCD4);
}

.gradient-to-top-left-lightblue-cyan {
  background: linear-gradient(to top left, #03A9F4, #00BCD4);
}

.gradient-to-top-right-lightblue-cyan {
  background: linear-gradient(to top right, #03A9F4, #00BCD4);
}

.gradient-to-bottom-left-lightblue-cyan {
  background: linear-gradient(to bottom left, #03A9F4, #00BCD4);
}

.gradient-to-bottom-right-lightblue-cyan {
  background: linear-gradient(to bottom right, #03A9F4, #00BCD4);
}

.gradient-radial-lightblue-cyan {
  background: radial-gradient(circle, #03A9F4, #00BCD4);
}

.gradient-lightblue-cyan-primary {
  background: linear-gradient(#03A9F4, #00BCD4, #03A9F4);
}

.gradient-lightblue-cyan-secondary {
  background: linear-gradient(#03A9F4, #00BCD4, #333);
}

.gradient-lightblue-cyan-success {
  background: linear-gradient(#03A9F4, #00BCD4, #28a745);
}

.gradient-lightblue-cyan-info {
  background: linear-gradient(#03A9F4, #00BCD4, #0DCAF0);
}

.gradient-lightblue-cyan-warning {
  background: linear-gradient(#03A9F4, #00BCD4, #FFC107);
}

.gradient-lightblue-cyan-danger {
  background: linear-gradient(#03A9F4, #00BCD4, #DC3545);
}

.gradient-lightblue-cyan-light {
  background: linear-gradient(#03A9F4, #00BCD4, #f5f5f5);
}

.gradient-lightblue-cyan-dark {
  background: linear-gradient(#03A9F4, #00BCD4, #212529);
}

.gradient-lightblue-cyan-red {
  background: linear-gradient(#03A9F4, #00BCD4, #F44336);
}

.gradient-lightblue-cyan-green {
  background: linear-gradient(#03A9F4, #00BCD4, #4CAF50);
}

.gradient-lightblue-cyan-blue {
  background: linear-gradient(#03A9F4, #00BCD4, #2196F3);
}

.gradient-lightblue-cyan-black {
  background: linear-gradient(#03A9F4, #00BCD4, #000);
}

.gradient-lightblue-cyan-white {
  background: linear-gradient(#03A9F4, #00BCD4, #fff);
}

.gradient-lightblue-cyan-pink {
  background: linear-gradient(#03A9F4, #00BCD4, #E91E63);
}

.gradient-lightblue-cyan-purple {
  background: linear-gradient(#03A9F4, #00BCD4, #9C27B0);
}

.gradient-lightblue-cyan-indigo {
  background: linear-gradient(#03A9F4, #00BCD4, #3E51B5);
}

.gradient-lightblue-cyan-teal {
  background: linear-gradient(#03A9F4, #00BCD4, #009688);
}

.gradient-lightblue-cyan-lime {
  background: linear-gradient(#03A9F4, #00BCD4, #CDDC39);
}

.gradient-lightblue-cyan-yellow {
  background: linear-gradient(#03A9F4, #00BCD4, #FFEB3B);
}

.gradient-lightblue-cyan-amber {
  background: linear-gradient(#03A9F4, #00BCD4, #FFC107);
}

.gradient-lightblue-cyan-orange {
  background: linear-gradient(#03A9F4, #00BCD4, #FF9800);
}

.gradient-lightblue-cyan-lightgreen {
  background: linear-gradient(#03A9F4, #00BCD4, #76FF03);
}

.gradient-lightblue-cyan-deeppurple {
  background: linear-gradient(#03A9F4, #00BCD4, #673AB7);
}

.gradient-lightblue-cyan-deeporange {
  background: linear-gradient(#03A9F4, #00BCD4, #DD6E0F);
}

.gradient-lightblue-cyan-brown {
  background: linear-gradient(#03A9F4, #00BCD4, #964B00);
}

.gradient-lightblue-cyan-grey {
  background: linear-gradient(#03A9F4, #00BCD4, #808080);
}

.gradient-lightblue-teal {
  background: linear-gradient(#03A9F4, #009688);
}

.gradient-to-top-lightblue-teal {
  background: linear-gradient(to top, #03A9F4, #009688);
}

.gradient-to-bottom-lightblue-teal {
  background: linear-gradient(to bottom, #03A9F4, #009688);
}

.gradient-to-left-lightblue-teal {
  background: linear-gradient(to left, #03A9F4, #009688);
}

.gradient-to-right-lightblue-teal {
  background: linear-gradient(to right, #03A9F4, #009688);
}

.gradient-to-top-left-lightblue-teal {
  background: linear-gradient(to top left, #03A9F4, #009688);
}

.gradient-to-top-right-lightblue-teal {
  background: linear-gradient(to top right, #03A9F4, #009688);
}

.gradient-to-bottom-left-lightblue-teal {
  background: linear-gradient(to bottom left, #03A9F4, #009688);
}

.gradient-to-bottom-right-lightblue-teal {
  background: linear-gradient(to bottom right, #03A9F4, #009688);
}

.gradient-radial-lightblue-teal {
  background: radial-gradient(circle, #03A9F4, #009688);
}

.gradient-lightblue-teal-primary {
  background: linear-gradient(#03A9F4, #009688, #03A9F4);
}

.gradient-lightblue-teal-secondary {
  background: linear-gradient(#03A9F4, #009688, #333);
}

.gradient-lightblue-teal-success {
  background: linear-gradient(#03A9F4, #009688, #28a745);
}

.gradient-lightblue-teal-info {
  background: linear-gradient(#03A9F4, #009688, #0DCAF0);
}

.gradient-lightblue-teal-warning {
  background: linear-gradient(#03A9F4, #009688, #FFC107);
}

.gradient-lightblue-teal-danger {
  background: linear-gradient(#03A9F4, #009688, #DC3545);
}

.gradient-lightblue-teal-light {
  background: linear-gradient(#03A9F4, #009688, #f5f5f5);
}

.gradient-lightblue-teal-dark {
  background: linear-gradient(#03A9F4, #009688, #212529);
}

.gradient-lightblue-teal-red {
  background: linear-gradient(#03A9F4, #009688, #F44336);
}

.gradient-lightblue-teal-green {
  background: linear-gradient(#03A9F4, #009688, #4CAF50);
}

.gradient-lightblue-teal-blue {
  background: linear-gradient(#03A9F4, #009688, #2196F3);
}

.gradient-lightblue-teal-black {
  background: linear-gradient(#03A9F4, #009688, #000);
}

.gradient-lightblue-teal-white {
  background: linear-gradient(#03A9F4, #009688, #fff);
}

.gradient-lightblue-teal-pink {
  background: linear-gradient(#03A9F4, #009688, #E91E63);
}

.gradient-lightblue-teal-purple {
  background: linear-gradient(#03A9F4, #009688, #9C27B0);
}

.gradient-lightblue-teal-indigo {
  background: linear-gradient(#03A9F4, #009688, #3E51B5);
}

.gradient-lightblue-teal-cyan {
  background: linear-gradient(#03A9F4, #009688, #00BCD4);
}

.gradient-lightblue-teal-lime {
  background: linear-gradient(#03A9F4, #009688, #CDDC39);
}

.gradient-lightblue-teal-yellow {
  background: linear-gradient(#03A9F4, #009688, #FFEB3B);
}

.gradient-lightblue-teal-amber {
  background: linear-gradient(#03A9F4, #009688, #FFC107);
}

.gradient-lightblue-teal-orange {
  background: linear-gradient(#03A9F4, #009688, #FF9800);
}

.gradient-lightblue-teal-lightgreen {
  background: linear-gradient(#03A9F4, #009688, #76FF03);
}

.gradient-lightblue-teal-deeppurple {
  background: linear-gradient(#03A9F4, #009688, #673AB7);
}

.gradient-lightblue-teal-deeporange {
  background: linear-gradient(#03A9F4, #009688, #DD6E0F);
}

.gradient-lightblue-teal-brown {
  background: linear-gradient(#03A9F4, #009688, #964B00);
}

.gradient-lightblue-teal-grey {
  background: linear-gradient(#03A9F4, #009688, #808080);
}

.gradient-lightblue-lime {
  background: linear-gradient(#03A9F4, #CDDC39);
}

.gradient-to-top-lightblue-lime {
  background: linear-gradient(to top, #03A9F4, #CDDC39);
}

.gradient-to-bottom-lightblue-lime {
  background: linear-gradient(to bottom, #03A9F4, #CDDC39);
}

.gradient-to-left-lightblue-lime {
  background: linear-gradient(to left, #03A9F4, #CDDC39);
}

.gradient-to-right-lightblue-lime {
  background: linear-gradient(to right, #03A9F4, #CDDC39);
}

.gradient-to-top-left-lightblue-lime {
  background: linear-gradient(to top left, #03A9F4, #CDDC39);
}

.gradient-to-top-right-lightblue-lime {
  background: linear-gradient(to top right, #03A9F4, #CDDC39);
}

.gradient-to-bottom-left-lightblue-lime {
  background: linear-gradient(to bottom left, #03A9F4, #CDDC39);
}

.gradient-to-bottom-right-lightblue-lime {
  background: linear-gradient(to bottom right, #03A9F4, #CDDC39);
}

.gradient-radial-lightblue-lime {
  background: radial-gradient(circle, #03A9F4, #CDDC39);
}

.gradient-lightblue-lime-primary {
  background: linear-gradient(#03A9F4, #CDDC39, #03A9F4);
}

.gradient-lightblue-lime-secondary {
  background: linear-gradient(#03A9F4, #CDDC39, #333);
}

.gradient-lightblue-lime-success {
  background: linear-gradient(#03A9F4, #CDDC39, #28a745);
}

.gradient-lightblue-lime-info {
  background: linear-gradient(#03A9F4, #CDDC39, #0DCAF0);
}

.gradient-lightblue-lime-warning {
  background: linear-gradient(#03A9F4, #CDDC39, #FFC107);
}

.gradient-lightblue-lime-danger {
  background: linear-gradient(#03A9F4, #CDDC39, #DC3545);
}

.gradient-lightblue-lime-light {
  background: linear-gradient(#03A9F4, #CDDC39, #f5f5f5);
}

.gradient-lightblue-lime-dark {
  background: linear-gradient(#03A9F4, #CDDC39, #212529);
}

.gradient-lightblue-lime-red {
  background: linear-gradient(#03A9F4, #CDDC39, #F44336);
}

.gradient-lightblue-lime-green {
  background: linear-gradient(#03A9F4, #CDDC39, #4CAF50);
}

.gradient-lightblue-lime-blue {
  background: linear-gradient(#03A9F4, #CDDC39, #2196F3);
}

.gradient-lightblue-lime-black {
  background: linear-gradient(#03A9F4, #CDDC39, #000);
}

.gradient-lightblue-lime-white {
  background: linear-gradient(#03A9F4, #CDDC39, #fff);
}

.gradient-lightblue-lime-pink {
  background: linear-gradient(#03A9F4, #CDDC39, #E91E63);
}

.gradient-lightblue-lime-purple {
  background: linear-gradient(#03A9F4, #CDDC39, #9C27B0);
}

.gradient-lightblue-lime-indigo {
  background: linear-gradient(#03A9F4, #CDDC39, #3E51B5);
}

.gradient-lightblue-lime-cyan {
  background: linear-gradient(#03A9F4, #CDDC39, #00BCD4);
}

.gradient-lightblue-lime-teal {
  background: linear-gradient(#03A9F4, #CDDC39, #009688);
}

.gradient-lightblue-lime-yellow {
  background: linear-gradient(#03A9F4, #CDDC39, #FFEB3B);
}

.gradient-lightblue-lime-amber {
  background: linear-gradient(#03A9F4, #CDDC39, #FFC107);
}

.gradient-lightblue-lime-orange {
  background: linear-gradient(#03A9F4, #CDDC39, #FF9800);
}

.gradient-lightblue-lime-lightgreen {
  background: linear-gradient(#03A9F4, #CDDC39, #76FF03);
}

.gradient-lightblue-lime-deeppurple {
  background: linear-gradient(#03A9F4, #CDDC39, #673AB7);
}

.gradient-lightblue-lime-deeporange {
  background: linear-gradient(#03A9F4, #CDDC39, #DD6E0F);
}

.gradient-lightblue-lime-brown {
  background: linear-gradient(#03A9F4, #CDDC39, #964B00);
}

.gradient-lightblue-lime-grey {
  background: linear-gradient(#03A9F4, #CDDC39, #808080);
}

.gradient-lightblue-yellow {
  background: linear-gradient(#03A9F4, #FFEB3B);
}

.gradient-to-top-lightblue-yellow {
  background: linear-gradient(to top, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-lightblue-yellow {
  background: linear-gradient(to bottom, #03A9F4, #FFEB3B);
}

.gradient-to-left-lightblue-yellow {
  background: linear-gradient(to left, #03A9F4, #FFEB3B);
}

.gradient-to-right-lightblue-yellow {
  background: linear-gradient(to right, #03A9F4, #FFEB3B);
}

.gradient-to-top-left-lightblue-yellow {
  background: linear-gradient(to top left, #03A9F4, #FFEB3B);
}

.gradient-to-top-right-lightblue-yellow {
  background: linear-gradient(to top right, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-left-lightblue-yellow {
  background: linear-gradient(to bottom left, #03A9F4, #FFEB3B);
}

.gradient-to-bottom-right-lightblue-yellow {
  background: linear-gradient(to bottom right, #03A9F4, #FFEB3B);
}

.gradient-radial-lightblue-yellow {
  background: radial-gradient(circle, #03A9F4, #FFEB3B);
}

.gradient-lightblue-yellow-primary {
  background: linear-gradient(#03A9F4, #FFEB3B, #03A9F4);
}

.gradient-lightblue-yellow-secondary {
  background: linear-gradient(#03A9F4, #FFEB3B, #333);
}

.gradient-lightblue-yellow-success {
  background: linear-gradient(#03A9F4, #FFEB3B, #28a745);
}

.gradient-lightblue-yellow-info {
  background: linear-gradient(#03A9F4, #FFEB3B, #0DCAF0);
}

.gradient-lightblue-yellow-warning {
  background: linear-gradient(#03A9F4, #FFEB3B, #FFC107);
}

.gradient-lightblue-yellow-danger {
  background: linear-gradient(#03A9F4, #FFEB3B, #DC3545);
}

.gradient-lightblue-yellow-light {
  background: linear-gradient(#03A9F4, #FFEB3B, #f5f5f5);
}

.gradient-lightblue-yellow-dark {
  background: linear-gradient(#03A9F4, #FFEB3B, #212529);
}

.gradient-lightblue-yellow-red {
  background: linear-gradient(#03A9F4, #FFEB3B, #F44336);
}

.gradient-lightblue-yellow-green {
  background: linear-gradient(#03A9F4, #FFEB3B, #4CAF50);
}

.gradient-lightblue-yellow-blue {
  background: linear-gradient(#03A9F4, #FFEB3B, #2196F3);
}

.gradient-lightblue-yellow-black {
  background: linear-gradient(#03A9F4, #FFEB3B, #000);
}

.gradient-lightblue-yellow-white {
  background: linear-gradient(#03A9F4, #FFEB3B, #fff);
}

.gradient-lightblue-yellow-pink {
  background: linear-gradient(#03A9F4, #FFEB3B, #E91E63);
}

.gradient-lightblue-yellow-purple {
  background: linear-gradient(#03A9F4, #FFEB3B, #9C27B0);
}

.gradient-lightblue-yellow-indigo {
  background: linear-gradient(#03A9F4, #FFEB3B, #3E51B5);
}

.gradient-lightblue-yellow-cyan {
  background: linear-gradient(#03A9F4, #FFEB3B, #00BCD4);
}

.gradient-lightblue-yellow-teal {
  background: linear-gradient(#03A9F4, #FFEB3B, #009688);
}

.gradient-lightblue-yellow-lime {
  background: linear-gradient(#03A9F4, #FFEB3B, #CDDC39);
}

.gradient-lightblue-yellow-amber {
  background: linear-gradient(#03A9F4, #FFEB3B, #FFC107);
}

.gradient-lightblue-yellow-orange {
  background: linear-gradient(#03A9F4, #FFEB3B, #FF9800);
}

.gradient-lightblue-yellow-lightgreen {
  background: linear-gradient(#03A9F4, #FFEB3B, #76FF03);
}

.gradient-lightblue-yellow-deeppurple {
  background: linear-gradient(#03A9F4, #FFEB3B, #673AB7);
}

.gradient-lightblue-yellow-deeporange {
  background: linear-gradient(#03A9F4, #FFEB3B, #DD6E0F);
}

.gradient-lightblue-yellow-brown {
  background: linear-gradient(#03A9F4, #FFEB3B, #964B00);
}

.gradient-lightblue-yellow-grey {
  background: linear-gradient(#03A9F4, #FFEB3B, #808080);
}

.gradient-lightblue-amber {
  background: linear-gradient(#03A9F4, #FFC107);
}

.gradient-to-top-lightblue-amber {
  background: linear-gradient(to top, #03A9F4, #FFC107);
}

.gradient-to-bottom-lightblue-amber {
  background: linear-gradient(to bottom, #03A9F4, #FFC107);
}

.gradient-to-left-lightblue-amber {
  background: linear-gradient(to left, #03A9F4, #FFC107);
}

.gradient-to-right-lightblue-amber {
  background: linear-gradient(to right, #03A9F4, #FFC107);
}

.gradient-to-top-left-lightblue-amber {
  background: linear-gradient(to top left, #03A9F4, #FFC107);
}

.gradient-to-top-right-lightblue-amber {
  background: linear-gradient(to top right, #03A9F4, #FFC107);
}

.gradient-to-bottom-left-lightblue-amber {
  background: linear-gradient(to bottom left, #03A9F4, #FFC107);
}

.gradient-to-bottom-right-lightblue-amber {
  background: linear-gradient(to bottom right, #03A9F4, #FFC107);
}

.gradient-radial-lightblue-amber {
  background: radial-gradient(circle, #03A9F4, #FFC107);
}

.gradient-lightblue-amber-primary {
  background: linear-gradient(#03A9F4, #FFC107, #03A9F4);
}

.gradient-lightblue-amber-secondary {
  background: linear-gradient(#03A9F4, #FFC107, #333);
}

.gradient-lightblue-amber-success {
  background: linear-gradient(#03A9F4, #FFC107, #28a745);
}

.gradient-lightblue-amber-info {
  background: linear-gradient(#03A9F4, #FFC107, #0DCAF0);
}

.gradient-lightblue-amber-warning {
  background: linear-gradient(#03A9F4, #FFC107, #FFC107);
}

.gradient-lightblue-amber-danger {
  background: linear-gradient(#03A9F4, #FFC107, #DC3545);
}

.gradient-lightblue-amber-light {
  background: linear-gradient(#03A9F4, #FFC107, #f5f5f5);
}

.gradient-lightblue-amber-dark {
  background: linear-gradient(#03A9F4, #FFC107, #212529);
}

.gradient-lightblue-amber-red {
  background: linear-gradient(#03A9F4, #FFC107, #F44336);
}

.gradient-lightblue-amber-green {
  background: linear-gradient(#03A9F4, #FFC107, #4CAF50);
}

.gradient-lightblue-amber-blue {
  background: linear-gradient(#03A9F4, #FFC107, #2196F3);
}

.gradient-lightblue-amber-black {
  background: linear-gradient(#03A9F4, #FFC107, #000);
}

.gradient-lightblue-amber-white {
  background: linear-gradient(#03A9F4, #FFC107, #fff);
}

.gradient-lightblue-amber-pink {
  background: linear-gradient(#03A9F4, #FFC107, #E91E63);
}

.gradient-lightblue-amber-purple {
  background: linear-gradient(#03A9F4, #FFC107, #9C27B0);
}

.gradient-lightblue-amber-indigo {
  background: linear-gradient(#03A9F4, #FFC107, #3E51B5);
}

.gradient-lightblue-amber-cyan {
  background: linear-gradient(#03A9F4, #FFC107, #00BCD4);
}

.gradient-lightblue-amber-teal {
  background: linear-gradient(#03A9F4, #FFC107, #009688);
}

.gradient-lightblue-amber-lime {
  background: linear-gradient(#03A9F4, #FFC107, #CDDC39);
}

.gradient-lightblue-amber-yellow {
  background: linear-gradient(#03A9F4, #FFC107, #FFEB3B);
}

.gradient-lightblue-amber-orange {
  background: linear-gradient(#03A9F4, #FFC107, #FF9800);
}

.gradient-lightblue-amber-lightgreen {
  background: linear-gradient(#03A9F4, #FFC107, #76FF03);
}

.gradient-lightblue-amber-deeppurple {
  background: linear-gradient(#03A9F4, #FFC107, #673AB7);
}

.gradient-lightblue-amber-deeporange {
  background: linear-gradient(#03A9F4, #FFC107, #DD6E0F);
}

.gradient-lightblue-amber-brown {
  background: linear-gradient(#03A9F4, #FFC107, #964B00);
}

.gradient-lightblue-amber-grey {
  background: linear-gradient(#03A9F4, #FFC107, #808080);
}

.gradient-lightblue-orange {
  background: linear-gradient(#03A9F4, #FF9800);
}

.gradient-to-top-lightblue-orange {
  background: linear-gradient(to top, #03A9F4, #FF9800);
}

.gradient-to-bottom-lightblue-orange {
  background: linear-gradient(to bottom, #03A9F4, #FF9800);
}

.gradient-to-left-lightblue-orange {
  background: linear-gradient(to left, #03A9F4, #FF9800);
}

.gradient-to-right-lightblue-orange {
  background: linear-gradient(to right, #03A9F4, #FF9800);
}

.gradient-to-top-left-lightblue-orange {
  background: linear-gradient(to top left, #03A9F4, #FF9800);
}

.gradient-to-top-right-lightblue-orange {
  background: linear-gradient(to top right, #03A9F4, #FF9800);
}

.gradient-to-bottom-left-lightblue-orange {
  background: linear-gradient(to bottom left, #03A9F4, #FF9800);
}

.gradient-to-bottom-right-lightblue-orange {
  background: linear-gradient(to bottom right, #03A9F4, #FF9800);
}

.gradient-radial-lightblue-orange {
  background: radial-gradient(circle, #03A9F4, #FF9800);
}

.gradient-lightblue-orange-primary {
  background: linear-gradient(#03A9F4, #FF9800, #03A9F4);
}

.gradient-lightblue-orange-secondary {
  background: linear-gradient(#03A9F4, #FF9800, #333);
}

.gradient-lightblue-orange-success {
  background: linear-gradient(#03A9F4, #FF9800, #28a745);
}

.gradient-lightblue-orange-info {
  background: linear-gradient(#03A9F4, #FF9800, #0DCAF0);
}

.gradient-lightblue-orange-warning {
  background: linear-gradient(#03A9F4, #FF9800, #FFC107);
}

.gradient-lightblue-orange-danger {
  background: linear-gradient(#03A9F4, #FF9800, #DC3545);
}

.gradient-lightblue-orange-light {
  background: linear-gradient(#03A9F4, #FF9800, #f5f5f5);
}

.gradient-lightblue-orange-dark {
  background: linear-gradient(#03A9F4, #FF9800, #212529);
}

.gradient-lightblue-orange-red {
  background: linear-gradient(#03A9F4, #FF9800, #F44336);
}

.gradient-lightblue-orange-green {
  background: linear-gradient(#03A9F4, #FF9800, #4CAF50);
}

.gradient-lightblue-orange-blue {
  background: linear-gradient(#03A9F4, #FF9800, #2196F3);
}

.gradient-lightblue-orange-black {
  background: linear-gradient(#03A9F4, #FF9800, #000);
}

.gradient-lightblue-orange-white {
  background: linear-gradient(#03A9F4, #FF9800, #fff);
}

.gradient-lightblue-orange-pink {
  background: linear-gradient(#03A9F4, #FF9800, #E91E63);
}

.gradient-lightblue-orange-purple {
  background: linear-gradient(#03A9F4, #FF9800, #9C27B0);
}

.gradient-lightblue-orange-indigo {
  background: linear-gradient(#03A9F4, #FF9800, #3E51B5);
}

.gradient-lightblue-orange-cyan {
  background: linear-gradient(#03A9F4, #FF9800, #00BCD4);
}

.gradient-lightblue-orange-teal {
  background: linear-gradient(#03A9F4, #FF9800, #009688);
}

.gradient-lightblue-orange-lime {
  background: linear-gradient(#03A9F4, #FF9800, #CDDC39);
}

.gradient-lightblue-orange-yellow {
  background: linear-gradient(#03A9F4, #FF9800, #FFEB3B);
}

.gradient-lightblue-orange-amber {
  background: linear-gradient(#03A9F4, #FF9800, #FFC107);
}

.gradient-lightblue-orange-lightgreen {
  background: linear-gradient(#03A9F4, #FF9800, #76FF03);
}

.gradient-lightblue-orange-deeppurple {
  background: linear-gradient(#03A9F4, #FF9800, #673AB7);
}

.gradient-lightblue-orange-deeporange {
  background: linear-gradient(#03A9F4, #FF9800, #DD6E0F);
}

.gradient-lightblue-orange-brown {
  background: linear-gradient(#03A9F4, #FF9800, #964B00);
}

.gradient-lightblue-orange-grey {
  background: linear-gradient(#03A9F4, #FF9800, #808080);
}

.gradient-lightblue-lightgreen {
  background: linear-gradient(#03A9F4, #76FF03);
}

.gradient-to-top-lightblue-lightgreen {
  background: linear-gradient(to top, #03A9F4, #76FF03);
}

.gradient-to-bottom-lightblue-lightgreen {
  background: linear-gradient(to bottom, #03A9F4, #76FF03);
}

.gradient-to-left-lightblue-lightgreen {
  background: linear-gradient(to left, #03A9F4, #76FF03);
}

.gradient-to-right-lightblue-lightgreen {
  background: linear-gradient(to right, #03A9F4, #76FF03);
}

.gradient-to-top-left-lightblue-lightgreen {
  background: linear-gradient(to top left, #03A9F4, #76FF03);
}

.gradient-to-top-right-lightblue-lightgreen {
  background: linear-gradient(to top right, #03A9F4, #76FF03);
}

.gradient-to-bottom-left-lightblue-lightgreen {
  background: linear-gradient(to bottom left, #03A9F4, #76FF03);
}

.gradient-to-bottom-right-lightblue-lightgreen {
  background: linear-gradient(to bottom right, #03A9F4, #76FF03);
}

.gradient-radial-lightblue-lightgreen {
  background: radial-gradient(circle, #03A9F4, #76FF03);
}

.gradient-lightblue-lightgreen-primary {
  background: linear-gradient(#03A9F4, #76FF03, #03A9F4);
}

.gradient-lightblue-lightgreen-secondary {
  background: linear-gradient(#03A9F4, #76FF03, #333);
}

.gradient-lightblue-lightgreen-success {
  background: linear-gradient(#03A9F4, #76FF03, #28a745);
}

.gradient-lightblue-lightgreen-info {
  background: linear-gradient(#03A9F4, #76FF03, #0DCAF0);
}

.gradient-lightblue-lightgreen-warning {
  background: linear-gradient(#03A9F4, #76FF03, #FFC107);
}

.gradient-lightblue-lightgreen-danger {
  background: linear-gradient(#03A9F4, #76FF03, #DC3545);
}

.gradient-lightblue-lightgreen-light {
  background: linear-gradient(#03A9F4, #76FF03, #f5f5f5);
}

.gradient-lightblue-lightgreen-dark {
  background: linear-gradient(#03A9F4, #76FF03, #212529);
}

.gradient-lightblue-lightgreen-red {
  background: linear-gradient(#03A9F4, #76FF03, #F44336);
}

.gradient-lightblue-lightgreen-green {
  background: linear-gradient(#03A9F4, #76FF03, #4CAF50);
}

.gradient-lightblue-lightgreen-blue {
  background: linear-gradient(#03A9F4, #76FF03, #2196F3);
}

.gradient-lightblue-lightgreen-black {
  background: linear-gradient(#03A9F4, #76FF03, #000);
}

.gradient-lightblue-lightgreen-white {
  background: linear-gradient(#03A9F4, #76FF03, #fff);
}

.gradient-lightblue-lightgreen-pink {
  background: linear-gradient(#03A9F4, #76FF03, #E91E63);
}

.gradient-lightblue-lightgreen-purple {
  background: linear-gradient(#03A9F4, #76FF03, #9C27B0);
}

.gradient-lightblue-lightgreen-indigo {
  background: linear-gradient(#03A9F4, #76FF03, #3E51B5);
}

.gradient-lightblue-lightgreen-cyan {
  background: linear-gradient(#03A9F4, #76FF03, #00BCD4);
}

.gradient-lightblue-lightgreen-teal {
  background: linear-gradient(#03A9F4, #76FF03, #009688);
}

.gradient-lightblue-lightgreen-lime {
  background: linear-gradient(#03A9F4, #76FF03, #CDDC39);
}

.gradient-lightblue-lightgreen-yellow {
  background: linear-gradient(#03A9F4, #76FF03, #FFEB3B);
}

.gradient-lightblue-lightgreen-amber {
  background: linear-gradient(#03A9F4, #76FF03, #FFC107);
}

.gradient-lightblue-lightgreen-orange {
  background: linear-gradient(#03A9F4, #76FF03, #FF9800);
}

.gradient-lightblue-lightgreen-deeppurple {
  background: linear-gradient(#03A9F4, #76FF03, #673AB7);
}

.gradient-lightblue-lightgreen-deeporange {
  background: linear-gradient(#03A9F4, #76FF03, #DD6E0F);
}

.gradient-lightblue-lightgreen-brown {
  background: linear-gradient(#03A9F4, #76FF03, #964B00);
}

.gradient-lightblue-lightgreen-grey {
  background: linear-gradient(#03A9F4, #76FF03, #808080);
}

.gradient-lightblue-deeppurple {
  background: linear-gradient(#03A9F4, #673AB7);
}

.gradient-to-top-lightblue-deeppurple {
  background: linear-gradient(to top, #03A9F4, #673AB7);
}

.gradient-to-bottom-lightblue-deeppurple {
  background: linear-gradient(to bottom, #03A9F4, #673AB7);
}

.gradient-to-left-lightblue-deeppurple {
  background: linear-gradient(to left, #03A9F4, #673AB7);
}

.gradient-to-right-lightblue-deeppurple {
  background: linear-gradient(to right, #03A9F4, #673AB7);
}

.gradient-to-top-left-lightblue-deeppurple {
  background: linear-gradient(to top left, #03A9F4, #673AB7);
}

.gradient-to-top-right-lightblue-deeppurple {
  background: linear-gradient(to top right, #03A9F4, #673AB7);
}

.gradient-to-bottom-left-lightblue-deeppurple {
  background: linear-gradient(to bottom left, #03A9F4, #673AB7);
}

.gradient-to-bottom-right-lightblue-deeppurple {
  background: linear-gradient(to bottom right, #03A9F4, #673AB7);
}

.gradient-radial-lightblue-deeppurple {
  background: radial-gradient(circle, #03A9F4, #673AB7);
}

.gradient-lightblue-deeppurple-primary {
  background: linear-gradient(#03A9F4, #673AB7, #03A9F4);
}

.gradient-lightblue-deeppurple-secondary {
  background: linear-gradient(#03A9F4, #673AB7, #333);
}

.gradient-lightblue-deeppurple-success {
  background: linear-gradient(#03A9F4, #673AB7, #28a745);
}

.gradient-lightblue-deeppurple-info {
  background: linear-gradient(#03A9F4, #673AB7, #0DCAF0);
}

.gradient-lightblue-deeppurple-warning {
  background: linear-gradient(#03A9F4, #673AB7, #FFC107);
}

.gradient-lightblue-deeppurple-danger {
  background: linear-gradient(#03A9F4, #673AB7, #DC3545);
}

.gradient-lightblue-deeppurple-light {
  background: linear-gradient(#03A9F4, #673AB7, #f5f5f5);
}

.gradient-lightblue-deeppurple-dark {
  background: linear-gradient(#03A9F4, #673AB7, #212529);
}

.gradient-lightblue-deeppurple-red {
  background: linear-gradient(#03A9F4, #673AB7, #F44336);
}

.gradient-lightblue-deeppurple-green {
  background: linear-gradient(#03A9F4, #673AB7, #4CAF50);
}

.gradient-lightblue-deeppurple-blue {
  background: linear-gradient(#03A9F4, #673AB7, #2196F3);
}

.gradient-lightblue-deeppurple-black {
  background: linear-gradient(#03A9F4, #673AB7, #000);
}

.gradient-lightblue-deeppurple-white {
  background: linear-gradient(#03A9F4, #673AB7, #fff);
}

.gradient-lightblue-deeppurple-pink {
  background: linear-gradient(#03A9F4, #673AB7, #E91E63);
}

.gradient-lightblue-deeppurple-purple {
  background: linear-gradient(#03A9F4, #673AB7, #9C27B0);
}

.gradient-lightblue-deeppurple-indigo {
  background: linear-gradient(#03A9F4, #673AB7, #3E51B5);
}

.gradient-lightblue-deeppurple-cyan {
  background: linear-gradient(#03A9F4, #673AB7, #00BCD4);
}

.gradient-lightblue-deeppurple-teal {
  background: linear-gradient(#03A9F4, #673AB7, #009688);
}

.gradient-lightblue-deeppurple-lime {
  background: linear-gradient(#03A9F4, #673AB7, #CDDC39);
}

.gradient-lightblue-deeppurple-yellow {
  background: linear-gradient(#03A9F4, #673AB7, #FFEB3B);
}

.gradient-lightblue-deeppurple-amber {
  background: linear-gradient(#03A9F4, #673AB7, #FFC107);
}

.gradient-lightblue-deeppurple-orange {
  background: linear-gradient(#03A9F4, #673AB7, #FF9800);
}

.gradient-lightblue-deeppurple-lightgreen {
  background: linear-gradient(#03A9F4, #673AB7, #76FF03);
}

.gradient-lightblue-deeppurple-deeporange {
  background: linear-gradient(#03A9F4, #673AB7, #DD6E0F);
}

.gradient-lightblue-deeppurple-brown {
  background: linear-gradient(#03A9F4, #673AB7, #964B00);
}

.gradient-lightblue-deeppurple-grey {
  background: linear-gradient(#03A9F4, #673AB7, #808080);
}

.gradient-lightblue-deeporange {
  background: linear-gradient(#03A9F4, #DD6E0F);
}

.gradient-to-top-lightblue-deeporange {
  background: linear-gradient(to top, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-lightblue-deeporange {
  background: linear-gradient(to bottom, #03A9F4, #DD6E0F);
}

.gradient-to-left-lightblue-deeporange {
  background: linear-gradient(to left, #03A9F4, #DD6E0F);
}

.gradient-to-right-lightblue-deeporange {
  background: linear-gradient(to right, #03A9F4, #DD6E0F);
}

.gradient-to-top-left-lightblue-deeporange {
  background: linear-gradient(to top left, #03A9F4, #DD6E0F);
}

.gradient-to-top-right-lightblue-deeporange {
  background: linear-gradient(to top right, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-left-lightblue-deeporange {
  background: linear-gradient(to bottom left, #03A9F4, #DD6E0F);
}

.gradient-to-bottom-right-lightblue-deeporange {
  background: linear-gradient(to bottom right, #03A9F4, #DD6E0F);
}

.gradient-radial-lightblue-deeporange {
  background: radial-gradient(circle, #03A9F4, #DD6E0F);
}

.gradient-lightblue-deeporange-primary {
  background: linear-gradient(#03A9F4, #DD6E0F, #03A9F4);
}

.gradient-lightblue-deeporange-secondary {
  background: linear-gradient(#03A9F4, #DD6E0F, #333);
}

.gradient-lightblue-deeporange-success {
  background: linear-gradient(#03A9F4, #DD6E0F, #28a745);
}

.gradient-lightblue-deeporange-info {
  background: linear-gradient(#03A9F4, #DD6E0F, #0DCAF0);
}

.gradient-lightblue-deeporange-warning {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFC107);
}

.gradient-lightblue-deeporange-danger {
  background: linear-gradient(#03A9F4, #DD6E0F, #DC3545);
}

.gradient-lightblue-deeporange-light {
  background: linear-gradient(#03A9F4, #DD6E0F, #f5f5f5);
}

.gradient-lightblue-deeporange-dark {
  background: linear-gradient(#03A9F4, #DD6E0F, #212529);
}

.gradient-lightblue-deeporange-red {
  background: linear-gradient(#03A9F4, #DD6E0F, #F44336);
}

.gradient-lightblue-deeporange-green {
  background: linear-gradient(#03A9F4, #DD6E0F, #4CAF50);
}

.gradient-lightblue-deeporange-blue {
  background: linear-gradient(#03A9F4, #DD6E0F, #2196F3);
}

.gradient-lightblue-deeporange-black {
  background: linear-gradient(#03A9F4, #DD6E0F, #000);
}

.gradient-lightblue-deeporange-white {
  background: linear-gradient(#03A9F4, #DD6E0F, #fff);
}

.gradient-lightblue-deeporange-pink {
  background: linear-gradient(#03A9F4, #DD6E0F, #E91E63);
}

.gradient-lightblue-deeporange-purple {
  background: linear-gradient(#03A9F4, #DD6E0F, #9C27B0);
}

.gradient-lightblue-deeporange-indigo {
  background: linear-gradient(#03A9F4, #DD6E0F, #3E51B5);
}

.gradient-lightblue-deeporange-cyan {
  background: linear-gradient(#03A9F4, #DD6E0F, #00BCD4);
}

.gradient-lightblue-deeporange-teal {
  background: linear-gradient(#03A9F4, #DD6E0F, #009688);
}

.gradient-lightblue-deeporange-lime {
  background: linear-gradient(#03A9F4, #DD6E0F, #CDDC39);
}

.gradient-lightblue-deeporange-yellow {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFEB3B);
}

.gradient-lightblue-deeporange-amber {
  background: linear-gradient(#03A9F4, #DD6E0F, #FFC107);
}

.gradient-lightblue-deeporange-orange {
  background: linear-gradient(#03A9F4, #DD6E0F, #FF9800);
}

.gradient-lightblue-deeporange-lightgreen {
  background: linear-gradient(#03A9F4, #DD6E0F, #76FF03);
}

.gradient-lightblue-deeporange-deeppurple {
  background: linear-gradient(#03A9F4, #DD6E0F, #673AB7);
}

.gradient-lightblue-deeporange-brown {
  background: linear-gradient(#03A9F4, #DD6E0F, #964B00);
}

.gradient-lightblue-deeporange-grey {
  background: linear-gradient(#03A9F4, #DD6E0F, #808080);
}

.gradient-lightblue-brown {
  background: linear-gradient(#03A9F4, #964B00);
}

.gradient-to-top-lightblue-brown {
  background: linear-gradient(to top, #03A9F4, #964B00);
}

.gradient-to-bottom-lightblue-brown {
  background: linear-gradient(to bottom, #03A9F4, #964B00);
}

.gradient-to-left-lightblue-brown {
  background: linear-gradient(to left, #03A9F4, #964B00);
}

.gradient-to-right-lightblue-brown {
  background: linear-gradient(to right, #03A9F4, #964B00);
}

.gradient-to-top-left-lightblue-brown {
  background: linear-gradient(to top left, #03A9F4, #964B00);
}

.gradient-to-top-right-lightblue-brown {
  background: linear-gradient(to top right, #03A9F4, #964B00);
}

.gradient-to-bottom-left-lightblue-brown {
  background: linear-gradient(to bottom left, #03A9F4, #964B00);
}

.gradient-to-bottom-right-lightblue-brown {
  background: linear-gradient(to bottom right, #03A9F4, #964B00);
}

.gradient-radial-lightblue-brown {
  background: radial-gradient(circle, #03A9F4, #964B00);
}

.gradient-lightblue-brown-primary {
  background: linear-gradient(#03A9F4, #964B00, #03A9F4);
}

.gradient-lightblue-brown-secondary {
  background: linear-gradient(#03A9F4, #964B00, #333);
}

.gradient-lightblue-brown-success {
  background: linear-gradient(#03A9F4, #964B00, #28a745);
}

.gradient-lightblue-brown-info {
  background: linear-gradient(#03A9F4, #964B00, #0DCAF0);
}

.gradient-lightblue-brown-warning {
  background: linear-gradient(#03A9F4, #964B00, #FFC107);
}

.gradient-lightblue-brown-danger {
  background: linear-gradient(#03A9F4, #964B00, #DC3545);
}

.gradient-lightblue-brown-light {
  background: linear-gradient(#03A9F4, #964B00, #f5f5f5);
}

.gradient-lightblue-brown-dark {
  background: linear-gradient(#03A9F4, #964B00, #212529);
}

.gradient-lightblue-brown-red {
  background: linear-gradient(#03A9F4, #964B00, #F44336);
}

.gradient-lightblue-brown-green {
  background: linear-gradient(#03A9F4, #964B00, #4CAF50);
}

.gradient-lightblue-brown-blue {
  background: linear-gradient(#03A9F4, #964B00, #2196F3);
}

.gradient-lightblue-brown-black {
  background: linear-gradient(#03A9F4, #964B00, #000);
}

.gradient-lightblue-brown-white {
  background: linear-gradient(#03A9F4, #964B00, #fff);
}

.gradient-lightblue-brown-pink {
  background: linear-gradient(#03A9F4, #964B00, #E91E63);
}

.gradient-lightblue-brown-purple {
  background: linear-gradient(#03A9F4, #964B00, #9C27B0);
}

.gradient-lightblue-brown-indigo {
  background: linear-gradient(#03A9F4, #964B00, #3E51B5);
}

.gradient-lightblue-brown-cyan {
  background: linear-gradient(#03A9F4, #964B00, #00BCD4);
}

.gradient-lightblue-brown-teal {
  background: linear-gradient(#03A9F4, #964B00, #009688);
}

.gradient-lightblue-brown-lime {
  background: linear-gradient(#03A9F4, #964B00, #CDDC39);
}

.gradient-lightblue-brown-yellow {
  background: linear-gradient(#03A9F4, #964B00, #FFEB3B);
}

.gradient-lightblue-brown-amber {
  background: linear-gradient(#03A9F4, #964B00, #FFC107);
}

.gradient-lightblue-brown-orange {
  background: linear-gradient(#03A9F4, #964B00, #FF9800);
}

.gradient-lightblue-brown-lightgreen {
  background: linear-gradient(#03A9F4, #964B00, #76FF03);
}

.gradient-lightblue-brown-deeppurple {
  background: linear-gradient(#03A9F4, #964B00, #673AB7);
}

.gradient-lightblue-brown-deeporange {
  background: linear-gradient(#03A9F4, #964B00, #DD6E0F);
}

.gradient-lightblue-brown-grey {
  background: linear-gradient(#03A9F4, #964B00, #808080);
}

.gradient-lightblue-grey {
  background: linear-gradient(#03A9F4, #808080);
}

.gradient-to-top-lightblue-grey {
  background: linear-gradient(to top, #03A9F4, #808080);
}

.gradient-to-bottom-lightblue-grey {
  background: linear-gradient(to bottom, #03A9F4, #808080);
}

.gradient-to-left-lightblue-grey {
  background: linear-gradient(to left, #03A9F4, #808080);
}

.gradient-to-right-lightblue-grey {
  background: linear-gradient(to right, #03A9F4, #808080);
}

.gradient-to-top-left-lightblue-grey {
  background: linear-gradient(to top left, #03A9F4, #808080);
}

.gradient-to-top-right-lightblue-grey {
  background: linear-gradient(to top right, #03A9F4, #808080);
}

.gradient-to-bottom-left-lightblue-grey {
  background: linear-gradient(to bottom left, #03A9F4, #808080);
}

.gradient-to-bottom-right-lightblue-grey {
  background: linear-gradient(to bottom right, #03A9F4, #808080);
}

.gradient-radial-lightblue-grey {
  background: radial-gradient(circle, #03A9F4, #808080);
}

.gradient-lightblue-grey-primary {
  background: linear-gradient(#03A9F4, #808080, #03A9F4);
}

.gradient-lightblue-grey-secondary {
  background: linear-gradient(#03A9F4, #808080, #333);
}

.gradient-lightblue-grey-success {
  background: linear-gradient(#03A9F4, #808080, #28a745);
}

.gradient-lightblue-grey-info {
  background: linear-gradient(#03A9F4, #808080, #0DCAF0);
}

.gradient-lightblue-grey-warning {
  background: linear-gradient(#03A9F4, #808080, #FFC107);
}

.gradient-lightblue-grey-danger {
  background: linear-gradient(#03A9F4, #808080, #DC3545);
}

.gradient-lightblue-grey-light {
  background: linear-gradient(#03A9F4, #808080, #f5f5f5);
}

.gradient-lightblue-grey-dark {
  background: linear-gradient(#03A9F4, #808080, #212529);
}

.gradient-lightblue-grey-red {
  background: linear-gradient(#03A9F4, #808080, #F44336);
}

.gradient-lightblue-grey-green {
  background: linear-gradient(#03A9F4, #808080, #4CAF50);
}

.gradient-lightblue-grey-blue {
  background: linear-gradient(#03A9F4, #808080, #2196F3);
}

.gradient-lightblue-grey-black {
  background: linear-gradient(#03A9F4, #808080, #000);
}

.gradient-lightblue-grey-white {
  background: linear-gradient(#03A9F4, #808080, #fff);
}

.gradient-lightblue-grey-pink {
  background: linear-gradient(#03A9F4, #808080, #E91E63);
}

.gradient-lightblue-grey-purple {
  background: linear-gradient(#03A9F4, #808080, #9C27B0);
}

.gradient-lightblue-grey-indigo {
  background: linear-gradient(#03A9F4, #808080, #3E51B5);
}

.gradient-lightblue-grey-cyan {
  background: linear-gradient(#03A9F4, #808080, #00BCD4);
}

.gradient-lightblue-grey-teal {
  background: linear-gradient(#03A9F4, #808080, #009688);
}

.gradient-lightblue-grey-lime {
  background: linear-gradient(#03A9F4, #808080, #CDDC39);
}

.gradient-lightblue-grey-yellow {
  background: linear-gradient(#03A9F4, #808080, #FFEB3B);
}

.gradient-lightblue-grey-amber {
  background: linear-gradient(#03A9F4, #808080, #FFC107);
}

.gradient-lightblue-grey-orange {
  background: linear-gradient(#03A9F4, #808080, #FF9800);
}

.gradient-lightblue-grey-lightgreen {
  background: linear-gradient(#03A9F4, #808080, #76FF03);
}

.gradient-lightblue-grey-deeppurple {
  background: linear-gradient(#03A9F4, #808080, #673AB7);
}

.gradient-lightblue-grey-deeporange {
  background: linear-gradient(#03A9F4, #808080, #DD6E0F);
}

.gradient-lightblue-grey-brown {
  background: linear-gradient(#03A9F4, #808080, #964B00);
}

.gradient-lightgreen-primary {
  background: linear-gradient(#76FF03, #03A9F4);
}

.gradient-to-top-lightgreen-primary {
  background: linear-gradient(to top, #76FF03, #03A9F4);
}

.gradient-to-bottom-lightgreen-primary {
  background: linear-gradient(to bottom, #76FF03, #03A9F4);
}

.gradient-to-left-lightgreen-primary {
  background: linear-gradient(to left, #76FF03, #03A9F4);
}

.gradient-to-right-lightgreen-primary {
  background: linear-gradient(to right, #76FF03, #03A9F4);
}

.gradient-to-top-left-lightgreen-primary {
  background: linear-gradient(to top left, #76FF03, #03A9F4);
}

.gradient-to-top-right-lightgreen-primary {
  background: linear-gradient(to top right, #76FF03, #03A9F4);
}

.gradient-to-bottom-left-lightgreen-primary {
  background: linear-gradient(to bottom left, #76FF03, #03A9F4);
}

.gradient-to-bottom-right-lightgreen-primary {
  background: linear-gradient(to bottom right, #76FF03, #03A9F4);
}

.gradient-radial-lightgreen-primary {
  background: radial-gradient(circle, #76FF03, #03A9F4);
}

.gradient-lightgreen-primary-secondary {
  background: linear-gradient(#76FF03, #03A9F4, #333);
}

.gradient-lightgreen-primary-success {
  background: linear-gradient(#76FF03, #03A9F4, #28a745);
}

.gradient-lightgreen-primary-info {
  background: linear-gradient(#76FF03, #03A9F4, #0DCAF0);
}

.gradient-lightgreen-primary-warning {
  background: linear-gradient(#76FF03, #03A9F4, #FFC107);
}

.gradient-lightgreen-primary-danger {
  background: linear-gradient(#76FF03, #03A9F4, #DC3545);
}

.gradient-lightgreen-primary-light {
  background: linear-gradient(#76FF03, #03A9F4, #f5f5f5);
}

.gradient-lightgreen-primary-dark {
  background: linear-gradient(#76FF03, #03A9F4, #212529);
}

.gradient-lightgreen-primary-red {
  background: linear-gradient(#76FF03, #03A9F4, #F44336);
}

.gradient-lightgreen-primary-green {
  background: linear-gradient(#76FF03, #03A9F4, #4CAF50);
}

.gradient-lightgreen-primary-blue {
  background: linear-gradient(#76FF03, #03A9F4, #2196F3);
}

.gradient-lightgreen-primary-black {
  background: linear-gradient(#76FF03, #03A9F4, #000);
}

.gradient-lightgreen-primary-white {
  background: linear-gradient(#76FF03, #03A9F4, #fff);
}

.gradient-lightgreen-primary-pink {
  background: linear-gradient(#76FF03, #03A9F4, #E91E63);
}

.gradient-lightgreen-primary-purple {
  background: linear-gradient(#76FF03, #03A9F4, #9C27B0);
}

.gradient-lightgreen-primary-indigo {
  background: linear-gradient(#76FF03, #03A9F4, #3E51B5);
}

.gradient-lightgreen-primary-cyan {
  background: linear-gradient(#76FF03, #03A9F4, #00BCD4);
}

.gradient-lightgreen-primary-teal {
  background: linear-gradient(#76FF03, #03A9F4, #009688);
}

.gradient-lightgreen-primary-lime {
  background: linear-gradient(#76FF03, #03A9F4, #CDDC39);
}

.gradient-lightgreen-primary-yellow {
  background: linear-gradient(#76FF03, #03A9F4, #FFEB3B);
}

.gradient-lightgreen-primary-amber {
  background: linear-gradient(#76FF03, #03A9F4, #FFC107);
}

.gradient-lightgreen-primary-orange {
  background: linear-gradient(#76FF03, #03A9F4, #FF9800);
}

.gradient-lightgreen-primary-lightblue {
  background: linear-gradient(#76FF03, #03A9F4, #03A9F4);
}

.gradient-lightgreen-primary-deeppurple {
  background: linear-gradient(#76FF03, #03A9F4, #673AB7);
}

.gradient-lightgreen-primary-deeporange {
  background: linear-gradient(#76FF03, #03A9F4, #DD6E0F);
}

.gradient-lightgreen-primary-brown {
  background: linear-gradient(#76FF03, #03A9F4, #964B00);
}

.gradient-lightgreen-primary-grey {
  background: linear-gradient(#76FF03, #03A9F4, #808080);
}

.gradient-lightgreen-secondary {
  background: linear-gradient(#76FF03, #333);
}

.gradient-to-top-lightgreen-secondary {
  background: linear-gradient(to top, #76FF03, #333);
}

.gradient-to-bottom-lightgreen-secondary {
  background: linear-gradient(to bottom, #76FF03, #333);
}

.gradient-to-left-lightgreen-secondary {
  background: linear-gradient(to left, #76FF03, #333);
}

.gradient-to-right-lightgreen-secondary {
  background: linear-gradient(to right, #76FF03, #333);
}

.gradient-to-top-left-lightgreen-secondary {
  background: linear-gradient(to top left, #76FF03, #333);
}

.gradient-to-top-right-lightgreen-secondary {
  background: linear-gradient(to top right, #76FF03, #333);
}

.gradient-to-bottom-left-lightgreen-secondary {
  background: linear-gradient(to bottom left, #76FF03, #333);
}

.gradient-to-bottom-right-lightgreen-secondary {
  background: linear-gradient(to bottom right, #76FF03, #333);
}

.gradient-radial-lightgreen-secondary {
  background: radial-gradient(circle, #76FF03, #333);
}

.gradient-lightgreen-secondary-primary {
  background: linear-gradient(#76FF03, #333, #03A9F4);
}

.gradient-lightgreen-secondary-success {
  background: linear-gradient(#76FF03, #333, #28a745);
}

.gradient-lightgreen-secondary-info {
  background: linear-gradient(#76FF03, #333, #0DCAF0);
}

.gradient-lightgreen-secondary-warning {
  background: linear-gradient(#76FF03, #333, #FFC107);
}

.gradient-lightgreen-secondary-danger {
  background: linear-gradient(#76FF03, #333, #DC3545);
}

.gradient-lightgreen-secondary-light {
  background: linear-gradient(#76FF03, #333, #f5f5f5);
}

.gradient-lightgreen-secondary-dark {
  background: linear-gradient(#76FF03, #333, #212529);
}

.gradient-lightgreen-secondary-red {
  background: linear-gradient(#76FF03, #333, #F44336);
}

.gradient-lightgreen-secondary-green {
  background: linear-gradient(#76FF03, #333, #4CAF50);
}

.gradient-lightgreen-secondary-blue {
  background: linear-gradient(#76FF03, #333, #2196F3);
}

.gradient-lightgreen-secondary-black {
  background: linear-gradient(#76FF03, #333, #000);
}

.gradient-lightgreen-secondary-white {
  background: linear-gradient(#76FF03, #333, #fff);
}

.gradient-lightgreen-secondary-pink {
  background: linear-gradient(#76FF03, #333, #E91E63);
}

.gradient-lightgreen-secondary-purple {
  background: linear-gradient(#76FF03, #333, #9C27B0);
}

.gradient-lightgreen-secondary-indigo {
  background: linear-gradient(#76FF03, #333, #3E51B5);
}

.gradient-lightgreen-secondary-cyan {
  background: linear-gradient(#76FF03, #333, #00BCD4);
}

.gradient-lightgreen-secondary-teal {
  background: linear-gradient(#76FF03, #333, #009688);
}

.gradient-lightgreen-secondary-lime {
  background: linear-gradient(#76FF03, #333, #CDDC39);
}

.gradient-lightgreen-secondary-yellow {
  background: linear-gradient(#76FF03, #333, #FFEB3B);
}

.gradient-lightgreen-secondary-amber {
  background: linear-gradient(#76FF03, #333, #FFC107);
}

.gradient-lightgreen-secondary-orange {
  background: linear-gradient(#76FF03, #333, #FF9800);
}

.gradient-lightgreen-secondary-lightblue {
  background: linear-gradient(#76FF03, #333, #03A9F4);
}

.gradient-lightgreen-secondary-deeppurple {
  background: linear-gradient(#76FF03, #333, #673AB7);
}

.gradient-lightgreen-secondary-deeporange {
  background: linear-gradient(#76FF03, #333, #DD6E0F);
}

.gradient-lightgreen-secondary-brown {
  background: linear-gradient(#76FF03, #333, #964B00);
}

.gradient-lightgreen-secondary-grey {
  background: linear-gradient(#76FF03, #333, #808080);
}

.gradient-lightgreen-success {
  background: linear-gradient(#76FF03, #28a745);
}

.gradient-to-top-lightgreen-success {
  background: linear-gradient(to top, #76FF03, #28a745);
}

.gradient-to-bottom-lightgreen-success {
  background: linear-gradient(to bottom, #76FF03, #28a745);
}

.gradient-to-left-lightgreen-success {
  background: linear-gradient(to left, #76FF03, #28a745);
}

.gradient-to-right-lightgreen-success {
  background: linear-gradient(to right, #76FF03, #28a745);
}

.gradient-to-top-left-lightgreen-success {
  background: linear-gradient(to top left, #76FF03, #28a745);
}

.gradient-to-top-right-lightgreen-success {
  background: linear-gradient(to top right, #76FF03, #28a745);
}

.gradient-to-bottom-left-lightgreen-success {
  background: linear-gradient(to bottom left, #76FF03, #28a745);
}

.gradient-to-bottom-right-lightgreen-success {
  background: linear-gradient(to bottom right, #76FF03, #28a745);
}

.gradient-radial-lightgreen-success {
  background: radial-gradient(circle, #76FF03, #28a745);
}

.gradient-lightgreen-success-primary {
  background: linear-gradient(#76FF03, #28a745, #03A9F4);
}

.gradient-lightgreen-success-secondary {
  background: linear-gradient(#76FF03, #28a745, #333);
}

.gradient-lightgreen-success-info {
  background: linear-gradient(#76FF03, #28a745, #0DCAF0);
}

.gradient-lightgreen-success-warning {
  background: linear-gradient(#76FF03, #28a745, #FFC107);
}

.gradient-lightgreen-success-danger {
  background: linear-gradient(#76FF03, #28a745, #DC3545);
}

.gradient-lightgreen-success-light {
  background: linear-gradient(#76FF03, #28a745, #f5f5f5);
}

.gradient-lightgreen-success-dark {
  background: linear-gradient(#76FF03, #28a745, #212529);
}

.gradient-lightgreen-success-red {
  background: linear-gradient(#76FF03, #28a745, #F44336);
}

.gradient-lightgreen-success-green {
  background: linear-gradient(#76FF03, #28a745, #4CAF50);
}

.gradient-lightgreen-success-blue {
  background: linear-gradient(#76FF03, #28a745, #2196F3);
}

.gradient-lightgreen-success-black {
  background: linear-gradient(#76FF03, #28a745, #000);
}

.gradient-lightgreen-success-white {
  background: linear-gradient(#76FF03, #28a745, #fff);
}

.gradient-lightgreen-success-pink {
  background: linear-gradient(#76FF03, #28a745, #E91E63);
}

.gradient-lightgreen-success-purple {
  background: linear-gradient(#76FF03, #28a745, #9C27B0);
}

.gradient-lightgreen-success-indigo {
  background: linear-gradient(#76FF03, #28a745, #3E51B5);
}

.gradient-lightgreen-success-cyan {
  background: linear-gradient(#76FF03, #28a745, #00BCD4);
}

.gradient-lightgreen-success-teal {
  background: linear-gradient(#76FF03, #28a745, #009688);
}

.gradient-lightgreen-success-lime {
  background: linear-gradient(#76FF03, #28a745, #CDDC39);
}

.gradient-lightgreen-success-yellow {
  background: linear-gradient(#76FF03, #28a745, #FFEB3B);
}

.gradient-lightgreen-success-amber {
  background: linear-gradient(#76FF03, #28a745, #FFC107);
}

.gradient-lightgreen-success-orange {
  background: linear-gradient(#76FF03, #28a745, #FF9800);
}

.gradient-lightgreen-success-lightblue {
  background: linear-gradient(#76FF03, #28a745, #03A9F4);
}

.gradient-lightgreen-success-deeppurple {
  background: linear-gradient(#76FF03, #28a745, #673AB7);
}

.gradient-lightgreen-success-deeporange {
  background: linear-gradient(#76FF03, #28a745, #DD6E0F);
}

.gradient-lightgreen-success-brown {
  background: linear-gradient(#76FF03, #28a745, #964B00);
}

.gradient-lightgreen-success-grey {
  background: linear-gradient(#76FF03, #28a745, #808080);
}

.gradient-lightgreen-info {
  background: linear-gradient(#76FF03, #0DCAF0);
}

.gradient-to-top-lightgreen-info {
  background: linear-gradient(to top, #76FF03, #0DCAF0);
}

.gradient-to-bottom-lightgreen-info {
  background: linear-gradient(to bottom, #76FF03, #0DCAF0);
}

.gradient-to-left-lightgreen-info {
  background: linear-gradient(to left, #76FF03, #0DCAF0);
}

.gradient-to-right-lightgreen-info {
  background: linear-gradient(to right, #76FF03, #0DCAF0);
}

.gradient-to-top-left-lightgreen-info {
  background: linear-gradient(to top left, #76FF03, #0DCAF0);
}

.gradient-to-top-right-lightgreen-info {
  background: linear-gradient(to top right, #76FF03, #0DCAF0);
}

.gradient-to-bottom-left-lightgreen-info {
  background: linear-gradient(to bottom left, #76FF03, #0DCAF0);
}

.gradient-to-bottom-right-lightgreen-info {
  background: linear-gradient(to bottom right, #76FF03, #0DCAF0);
}

.gradient-radial-lightgreen-info {
  background: radial-gradient(circle, #76FF03, #0DCAF0);
}

.gradient-lightgreen-info-primary {
  background: linear-gradient(#76FF03, #0DCAF0, #03A9F4);
}

.gradient-lightgreen-info-secondary {
  background: linear-gradient(#76FF03, #0DCAF0, #333);
}

.gradient-lightgreen-info-success {
  background: linear-gradient(#76FF03, #0DCAF0, #28a745);
}

.gradient-lightgreen-info-warning {
  background: linear-gradient(#76FF03, #0DCAF0, #FFC107);
}

.gradient-lightgreen-info-danger {
  background: linear-gradient(#76FF03, #0DCAF0, #DC3545);
}

.gradient-lightgreen-info-light {
  background: linear-gradient(#76FF03, #0DCAF0, #f5f5f5);
}

.gradient-lightgreen-info-dark {
  background: linear-gradient(#76FF03, #0DCAF0, #212529);
}

.gradient-lightgreen-info-red {
  background: linear-gradient(#76FF03, #0DCAF0, #F44336);
}

.gradient-lightgreen-info-green {
  background: linear-gradient(#76FF03, #0DCAF0, #4CAF50);
}

.gradient-lightgreen-info-blue {
  background: linear-gradient(#76FF03, #0DCAF0, #2196F3);
}

.gradient-lightgreen-info-black {
  background: linear-gradient(#76FF03, #0DCAF0, #000);
}

.gradient-lightgreen-info-white {
  background: linear-gradient(#76FF03, #0DCAF0, #fff);
}

.gradient-lightgreen-info-pink {
  background: linear-gradient(#76FF03, #0DCAF0, #E91E63);
}

.gradient-lightgreen-info-purple {
  background: linear-gradient(#76FF03, #0DCAF0, #9C27B0);
}

.gradient-lightgreen-info-indigo {
  background: linear-gradient(#76FF03, #0DCAF0, #3E51B5);
}

.gradient-lightgreen-info-cyan {
  background: linear-gradient(#76FF03, #0DCAF0, #00BCD4);
}

.gradient-lightgreen-info-teal {
  background: linear-gradient(#76FF03, #0DCAF0, #009688);
}

.gradient-lightgreen-info-lime {
  background: linear-gradient(#76FF03, #0DCAF0, #CDDC39);
}

.gradient-lightgreen-info-yellow {
  background: linear-gradient(#76FF03, #0DCAF0, #FFEB3B);
}

.gradient-lightgreen-info-amber {
  background: linear-gradient(#76FF03, #0DCAF0, #FFC107);
}

.gradient-lightgreen-info-orange {
  background: linear-gradient(#76FF03, #0DCAF0, #FF9800);
}

.gradient-lightgreen-info-lightblue {
  background: linear-gradient(#76FF03, #0DCAF0, #03A9F4);
}

.gradient-lightgreen-info-deeppurple {
  background: linear-gradient(#76FF03, #0DCAF0, #673AB7);
}

.gradient-lightgreen-info-deeporange {
  background: linear-gradient(#76FF03, #0DCAF0, #DD6E0F);
}

.gradient-lightgreen-info-brown {
  background: linear-gradient(#76FF03, #0DCAF0, #964B00);
}

.gradient-lightgreen-info-grey {
  background: linear-gradient(#76FF03, #0DCAF0, #808080);
}

.gradient-lightgreen-warning {
  background: linear-gradient(#76FF03, #FFC107);
}

.gradient-to-top-lightgreen-warning {
  background: linear-gradient(to top, #76FF03, #FFC107);
}

.gradient-to-bottom-lightgreen-warning {
  background: linear-gradient(to bottom, #76FF03, #FFC107);
}

.gradient-to-left-lightgreen-warning {
  background: linear-gradient(to left, #76FF03, #FFC107);
}

.gradient-to-right-lightgreen-warning {
  background: linear-gradient(to right, #76FF03, #FFC107);
}

.gradient-to-top-left-lightgreen-warning {
  background: linear-gradient(to top left, #76FF03, #FFC107);
}

.gradient-to-top-right-lightgreen-warning {
  background: linear-gradient(to top right, #76FF03, #FFC107);
}

.gradient-to-bottom-left-lightgreen-warning {
  background: linear-gradient(to bottom left, #76FF03, #FFC107);
}

.gradient-to-bottom-right-lightgreen-warning {
  background: linear-gradient(to bottom right, #76FF03, #FFC107);
}

.gradient-radial-lightgreen-warning {
  background: radial-gradient(circle, #76FF03, #FFC107);
}

.gradient-lightgreen-warning-primary {
  background: linear-gradient(#76FF03, #FFC107, #03A9F4);
}

.gradient-lightgreen-warning-secondary {
  background: linear-gradient(#76FF03, #FFC107, #333);
}

.gradient-lightgreen-warning-success {
  background: linear-gradient(#76FF03, #FFC107, #28a745);
}

.gradient-lightgreen-warning-info {
  background: linear-gradient(#76FF03, #FFC107, #0DCAF0);
}

.gradient-lightgreen-warning-danger {
  background: linear-gradient(#76FF03, #FFC107, #DC3545);
}

.gradient-lightgreen-warning-light {
  background: linear-gradient(#76FF03, #FFC107, #f5f5f5);
}

.gradient-lightgreen-warning-dark {
  background: linear-gradient(#76FF03, #FFC107, #212529);
}

.gradient-lightgreen-warning-red {
  background: linear-gradient(#76FF03, #FFC107, #F44336);
}

.gradient-lightgreen-warning-green {
  background: linear-gradient(#76FF03, #FFC107, #4CAF50);
}

.gradient-lightgreen-warning-blue {
  background: linear-gradient(#76FF03, #FFC107, #2196F3);
}

.gradient-lightgreen-warning-black {
  background: linear-gradient(#76FF03, #FFC107, #000);
}

.gradient-lightgreen-warning-white {
  background: linear-gradient(#76FF03, #FFC107, #fff);
}

.gradient-lightgreen-warning-pink {
  background: linear-gradient(#76FF03, #FFC107, #E91E63);
}

.gradient-lightgreen-warning-purple {
  background: linear-gradient(#76FF03, #FFC107, #9C27B0);
}

.gradient-lightgreen-warning-indigo {
  background: linear-gradient(#76FF03, #FFC107, #3E51B5);
}

.gradient-lightgreen-warning-cyan {
  background: linear-gradient(#76FF03, #FFC107, #00BCD4);
}

.gradient-lightgreen-warning-teal {
  background: linear-gradient(#76FF03, #FFC107, #009688);
}

.gradient-lightgreen-warning-lime {
  background: linear-gradient(#76FF03, #FFC107, #CDDC39);
}

.gradient-lightgreen-warning-yellow {
  background: linear-gradient(#76FF03, #FFC107, #FFEB3B);
}

.gradient-lightgreen-warning-amber {
  background: linear-gradient(#76FF03, #FFC107, #FFC107);
}

.gradient-lightgreen-warning-orange {
  background: linear-gradient(#76FF03, #FFC107, #FF9800);
}

.gradient-lightgreen-warning-lightblue {
  background: linear-gradient(#76FF03, #FFC107, #03A9F4);
}

.gradient-lightgreen-warning-deeppurple {
  background: linear-gradient(#76FF03, #FFC107, #673AB7);
}

.gradient-lightgreen-warning-deeporange {
  background: linear-gradient(#76FF03, #FFC107, #DD6E0F);
}

.gradient-lightgreen-warning-brown {
  background: linear-gradient(#76FF03, #FFC107, #964B00);
}

.gradient-lightgreen-warning-grey {
  background: linear-gradient(#76FF03, #FFC107, #808080);
}

.gradient-lightgreen-danger {
  background: linear-gradient(#76FF03, #DC3545);
}

.gradient-to-top-lightgreen-danger {
  background: linear-gradient(to top, #76FF03, #DC3545);
}

.gradient-to-bottom-lightgreen-danger {
  background: linear-gradient(to bottom, #76FF03, #DC3545);
}

.gradient-to-left-lightgreen-danger {
  background: linear-gradient(to left, #76FF03, #DC3545);
}

.gradient-to-right-lightgreen-danger {
  background: linear-gradient(to right, #76FF03, #DC3545);
}

.gradient-to-top-left-lightgreen-danger {
  background: linear-gradient(to top left, #76FF03, #DC3545);
}

.gradient-to-top-right-lightgreen-danger {
  background: linear-gradient(to top right, #76FF03, #DC3545);
}

.gradient-to-bottom-left-lightgreen-danger {
  background: linear-gradient(to bottom left, #76FF03, #DC3545);
}

.gradient-to-bottom-right-lightgreen-danger {
  background: linear-gradient(to bottom right, #76FF03, #DC3545);
}

.gradient-radial-lightgreen-danger {
  background: radial-gradient(circle, #76FF03, #DC3545);
}

.gradient-lightgreen-danger-primary {
  background: linear-gradient(#76FF03, #DC3545, #03A9F4);
}

.gradient-lightgreen-danger-secondary {
  background: linear-gradient(#76FF03, #DC3545, #333);
}

.gradient-lightgreen-danger-success {
  background: linear-gradient(#76FF03, #DC3545, #28a745);
}

.gradient-lightgreen-danger-info {
  background: linear-gradient(#76FF03, #DC3545, #0DCAF0);
}

.gradient-lightgreen-danger-warning {
  background: linear-gradient(#76FF03, #DC3545, #FFC107);
}

.gradient-lightgreen-danger-light {
  background: linear-gradient(#76FF03, #DC3545, #f5f5f5);
}

.gradient-lightgreen-danger-dark {
  background: linear-gradient(#76FF03, #DC3545, #212529);
}

.gradient-lightgreen-danger-red {
  background: linear-gradient(#76FF03, #DC3545, #F44336);
}

.gradient-lightgreen-danger-green {
  background: linear-gradient(#76FF03, #DC3545, #4CAF50);
}

.gradient-lightgreen-danger-blue {
  background: linear-gradient(#76FF03, #DC3545, #2196F3);
}

.gradient-lightgreen-danger-black {
  background: linear-gradient(#76FF03, #DC3545, #000);
}

.gradient-lightgreen-danger-white {
  background: linear-gradient(#76FF03, #DC3545, #fff);
}

.gradient-lightgreen-danger-pink {
  background: linear-gradient(#76FF03, #DC3545, #E91E63);
}

.gradient-lightgreen-danger-purple {
  background: linear-gradient(#76FF03, #DC3545, #9C27B0);
}

.gradient-lightgreen-danger-indigo {
  background: linear-gradient(#76FF03, #DC3545, #3E51B5);
}

.gradient-lightgreen-danger-cyan {
  background: linear-gradient(#76FF03, #DC3545, #00BCD4);
}

.gradient-lightgreen-danger-teal {
  background: linear-gradient(#76FF03, #DC3545, #009688);
}

.gradient-lightgreen-danger-lime {
  background: linear-gradient(#76FF03, #DC3545, #CDDC39);
}

.gradient-lightgreen-danger-yellow {
  background: linear-gradient(#76FF03, #DC3545, #FFEB3B);
}

.gradient-lightgreen-danger-amber {
  background: linear-gradient(#76FF03, #DC3545, #FFC107);
}

.gradient-lightgreen-danger-orange {
  background: linear-gradient(#76FF03, #DC3545, #FF9800);
}

.gradient-lightgreen-danger-lightblue {
  background: linear-gradient(#76FF03, #DC3545, #03A9F4);
}

.gradient-lightgreen-danger-deeppurple {
  background: linear-gradient(#76FF03, #DC3545, #673AB7);
}

.gradient-lightgreen-danger-deeporange {
  background: linear-gradient(#76FF03, #DC3545, #DD6E0F);
}

.gradient-lightgreen-danger-brown {
  background: linear-gradient(#76FF03, #DC3545, #964B00);
}

.gradient-lightgreen-danger-grey {
  background: linear-gradient(#76FF03, #DC3545, #808080);
}

.gradient-lightgreen-light {
  background: linear-gradient(#76FF03, #f5f5f5);
}

.gradient-to-top-lightgreen-light {
  background: linear-gradient(to top, #76FF03, #f5f5f5);
}

.gradient-to-bottom-lightgreen-light {
  background: linear-gradient(to bottom, #76FF03, #f5f5f5);
}

.gradient-to-left-lightgreen-light {
  background: linear-gradient(to left, #76FF03, #f5f5f5);
}

.gradient-to-right-lightgreen-light {
  background: linear-gradient(to right, #76FF03, #f5f5f5);
}

.gradient-to-top-left-lightgreen-light {
  background: linear-gradient(to top left, #76FF03, #f5f5f5);
}

.gradient-to-top-right-lightgreen-light {
  background: linear-gradient(to top right, #76FF03, #f5f5f5);
}

.gradient-to-bottom-left-lightgreen-light {
  background: linear-gradient(to bottom left, #76FF03, #f5f5f5);
}

.gradient-to-bottom-right-lightgreen-light {
  background: linear-gradient(to bottom right, #76FF03, #f5f5f5);
}

.gradient-radial-lightgreen-light {
  background: radial-gradient(circle, #76FF03, #f5f5f5);
}

.gradient-lightgreen-light-primary {
  background: linear-gradient(#76FF03, #f5f5f5, #03A9F4);
}

.gradient-lightgreen-light-secondary {
  background: linear-gradient(#76FF03, #f5f5f5, #333);
}

.gradient-lightgreen-light-success {
  background: linear-gradient(#76FF03, #f5f5f5, #28a745);
}

.gradient-lightgreen-light-info {
  background: linear-gradient(#76FF03, #f5f5f5, #0DCAF0);
}

.gradient-lightgreen-light-warning {
  background: linear-gradient(#76FF03, #f5f5f5, #FFC107);
}

.gradient-lightgreen-light-danger {
  background: linear-gradient(#76FF03, #f5f5f5, #DC3545);
}

.gradient-lightgreen-light-dark {
  background: linear-gradient(#76FF03, #f5f5f5, #212529);
}

.gradient-lightgreen-light-red {
  background: linear-gradient(#76FF03, #f5f5f5, #F44336);
}

.gradient-lightgreen-light-green {
  background: linear-gradient(#76FF03, #f5f5f5, #4CAF50);
}

.gradient-lightgreen-light-blue {
  background: linear-gradient(#76FF03, #f5f5f5, #2196F3);
}

.gradient-lightgreen-light-black {
  background: linear-gradient(#76FF03, #f5f5f5, #000);
}

.gradient-lightgreen-light-white {
  background: linear-gradient(#76FF03, #f5f5f5, #fff);
}

.gradient-lightgreen-light-pink {
  background: linear-gradient(#76FF03, #f5f5f5, #E91E63);
}

.gradient-lightgreen-light-purple {
  background: linear-gradient(#76FF03, #f5f5f5, #9C27B0);
}

.gradient-lightgreen-light-indigo {
  background: linear-gradient(#76FF03, #f5f5f5, #3E51B5);
}

.gradient-lightgreen-light-cyan {
  background: linear-gradient(#76FF03, #f5f5f5, #00BCD4);
}

.gradient-lightgreen-light-teal {
  background: linear-gradient(#76FF03, #f5f5f5, #009688);
}

.gradient-lightgreen-light-lime {
  background: linear-gradient(#76FF03, #f5f5f5, #CDDC39);
}

.gradient-lightgreen-light-yellow {
  background: linear-gradient(#76FF03, #f5f5f5, #FFEB3B);
}

.gradient-lightgreen-light-amber {
  background: linear-gradient(#76FF03, #f5f5f5, #FFC107);
}

.gradient-lightgreen-light-orange {
  background: linear-gradient(#76FF03, #f5f5f5, #FF9800);
}

.gradient-lightgreen-light-lightblue {
  background: linear-gradient(#76FF03, #f5f5f5, #03A9F4);
}

.gradient-lightgreen-light-deeppurple {
  background: linear-gradient(#76FF03, #f5f5f5, #673AB7);
}

.gradient-lightgreen-light-deeporange {
  background: linear-gradient(#76FF03, #f5f5f5, #DD6E0F);
}

.gradient-lightgreen-light-brown {
  background: linear-gradient(#76FF03, #f5f5f5, #964B00);
}

.gradient-lightgreen-light-grey {
  background: linear-gradient(#76FF03, #f5f5f5, #808080);
}

.gradient-lightgreen-dark {
  background: linear-gradient(#76FF03, #212529);
}

.gradient-to-top-lightgreen-dark {
  background: linear-gradient(to top, #76FF03, #212529);
}

.gradient-to-bottom-lightgreen-dark {
  background: linear-gradient(to bottom, #76FF03, #212529);
}

.gradient-to-left-lightgreen-dark {
  background: linear-gradient(to left, #76FF03, #212529);
}

.gradient-to-right-lightgreen-dark {
  background: linear-gradient(to right, #76FF03, #212529);
}

.gradient-to-top-left-lightgreen-dark {
  background: linear-gradient(to top left, #76FF03, #212529);
}

.gradient-to-top-right-lightgreen-dark {
  background: linear-gradient(to top right, #76FF03, #212529);
}

.gradient-to-bottom-left-lightgreen-dark {
  background: linear-gradient(to bottom left, #76FF03, #212529);
}

.gradient-to-bottom-right-lightgreen-dark {
  background: linear-gradient(to bottom right, #76FF03, #212529);
}

.gradient-radial-lightgreen-dark {
  background: radial-gradient(circle, #76FF03, #212529);
}

.gradient-lightgreen-dark-primary {
  background: linear-gradient(#76FF03, #212529, #03A9F4);
}

.gradient-lightgreen-dark-secondary {
  background: linear-gradient(#76FF03, #212529, #333);
}

.gradient-lightgreen-dark-success {
  background: linear-gradient(#76FF03, #212529, #28a745);
}

.gradient-lightgreen-dark-info {
  background: linear-gradient(#76FF03, #212529, #0DCAF0);
}

.gradient-lightgreen-dark-warning {
  background: linear-gradient(#76FF03, #212529, #FFC107);
}

.gradient-lightgreen-dark-danger {
  background: linear-gradient(#76FF03, #212529, #DC3545);
}

.gradient-lightgreen-dark-light {
  background: linear-gradient(#76FF03, #212529, #f5f5f5);
}

.gradient-lightgreen-dark-red {
  background: linear-gradient(#76FF03, #212529, #F44336);
}

.gradient-lightgreen-dark-green {
  background: linear-gradient(#76FF03, #212529, #4CAF50);
}

.gradient-lightgreen-dark-blue {
  background: linear-gradient(#76FF03, #212529, #2196F3);
}

.gradient-lightgreen-dark-black {
  background: linear-gradient(#76FF03, #212529, #000);
}

.gradient-lightgreen-dark-white {
  background: linear-gradient(#76FF03, #212529, #fff);
}

.gradient-lightgreen-dark-pink {
  background: linear-gradient(#76FF03, #212529, #E91E63);
}

.gradient-lightgreen-dark-purple {
  background: linear-gradient(#76FF03, #212529, #9C27B0);
}

.gradient-lightgreen-dark-indigo {
  background: linear-gradient(#76FF03, #212529, #3E51B5);
}

.gradient-lightgreen-dark-cyan {
  background: linear-gradient(#76FF03, #212529, #00BCD4);
}

.gradient-lightgreen-dark-teal {
  background: linear-gradient(#76FF03, #212529, #009688);
}

.gradient-lightgreen-dark-lime {
  background: linear-gradient(#76FF03, #212529, #CDDC39);
}

.gradient-lightgreen-dark-yellow {
  background: linear-gradient(#76FF03, #212529, #FFEB3B);
}

.gradient-lightgreen-dark-amber {
  background: linear-gradient(#76FF03, #212529, #FFC107);
}

.gradient-lightgreen-dark-orange {
  background: linear-gradient(#76FF03, #212529, #FF9800);
}

.gradient-lightgreen-dark-lightblue {
  background: linear-gradient(#76FF03, #212529, #03A9F4);
}

.gradient-lightgreen-dark-deeppurple {
  background: linear-gradient(#76FF03, #212529, #673AB7);
}

.gradient-lightgreen-dark-deeporange {
  background: linear-gradient(#76FF03, #212529, #DD6E0F);
}

.gradient-lightgreen-dark-brown {
  background: linear-gradient(#76FF03, #212529, #964B00);
}

.gradient-lightgreen-dark-grey {
  background: linear-gradient(#76FF03, #212529, #808080);
}

.gradient-lightgreen-red {
  background: linear-gradient(#76FF03, #F44336);
}

.gradient-to-top-lightgreen-red {
  background: linear-gradient(to top, #76FF03, #F44336);
}

.gradient-to-bottom-lightgreen-red {
  background: linear-gradient(to bottom, #76FF03, #F44336);
}

.gradient-to-left-lightgreen-red {
  background: linear-gradient(to left, #76FF03, #F44336);
}

.gradient-to-right-lightgreen-red {
  background: linear-gradient(to right, #76FF03, #F44336);
}

.gradient-to-top-left-lightgreen-red {
  background: linear-gradient(to top left, #76FF03, #F44336);
}

.gradient-to-top-right-lightgreen-red {
  background: linear-gradient(to top right, #76FF03, #F44336);
}

.gradient-to-bottom-left-lightgreen-red {
  background: linear-gradient(to bottom left, #76FF03, #F44336);
}

.gradient-to-bottom-right-lightgreen-red {
  background: linear-gradient(to bottom right, #76FF03, #F44336);
}

.gradient-radial-lightgreen-red {
  background: radial-gradient(circle, #76FF03, #F44336);
}

.gradient-lightgreen-red-primary {
  background: linear-gradient(#76FF03, #F44336, #03A9F4);
}

.gradient-lightgreen-red-secondary {
  background: linear-gradient(#76FF03, #F44336, #333);
}

.gradient-lightgreen-red-success {
  background: linear-gradient(#76FF03, #F44336, #28a745);
}

.gradient-lightgreen-red-info {
  background: linear-gradient(#76FF03, #F44336, #0DCAF0);
}

.gradient-lightgreen-red-warning {
  background: linear-gradient(#76FF03, #F44336, #FFC107);
}

.gradient-lightgreen-red-danger {
  background: linear-gradient(#76FF03, #F44336, #DC3545);
}

.gradient-lightgreen-red-light {
  background: linear-gradient(#76FF03, #F44336, #f5f5f5);
}

.gradient-lightgreen-red-dark {
  background: linear-gradient(#76FF03, #F44336, #212529);
}

.gradient-lightgreen-red-green {
  background: linear-gradient(#76FF03, #F44336, #4CAF50);
}

.gradient-lightgreen-red-blue {
  background: linear-gradient(#76FF03, #F44336, #2196F3);
}

.gradient-lightgreen-red-black {
  background: linear-gradient(#76FF03, #F44336, #000);
}

.gradient-lightgreen-red-white {
  background: linear-gradient(#76FF03, #F44336, #fff);
}

.gradient-lightgreen-red-pink {
  background: linear-gradient(#76FF03, #F44336, #E91E63);
}

.gradient-lightgreen-red-purple {
  background: linear-gradient(#76FF03, #F44336, #9C27B0);
}

.gradient-lightgreen-red-indigo {
  background: linear-gradient(#76FF03, #F44336, #3E51B5);
}

.gradient-lightgreen-red-cyan {
  background: linear-gradient(#76FF03, #F44336, #00BCD4);
}

.gradient-lightgreen-red-teal {
  background: linear-gradient(#76FF03, #F44336, #009688);
}

.gradient-lightgreen-red-lime {
  background: linear-gradient(#76FF03, #F44336, #CDDC39);
}

.gradient-lightgreen-red-yellow {
  background: linear-gradient(#76FF03, #F44336, #FFEB3B);
}

.gradient-lightgreen-red-amber {
  background: linear-gradient(#76FF03, #F44336, #FFC107);
}

.gradient-lightgreen-red-orange {
  background: linear-gradient(#76FF03, #F44336, #FF9800);
}

.gradient-lightgreen-red-lightblue {
  background: linear-gradient(#76FF03, #F44336, #03A9F4);
}

.gradient-lightgreen-red-deeppurple {
  background: linear-gradient(#76FF03, #F44336, #673AB7);
}

.gradient-lightgreen-red-deeporange {
  background: linear-gradient(#76FF03, #F44336, #DD6E0F);
}

.gradient-lightgreen-red-brown {
  background: linear-gradient(#76FF03, #F44336, #964B00);
}

.gradient-lightgreen-red-grey {
  background: linear-gradient(#76FF03, #F44336, #808080);
}

.gradient-lightgreen-green {
  background: linear-gradient(#76FF03, #4CAF50);
}

.gradient-to-top-lightgreen-green {
  background: linear-gradient(to top, #76FF03, #4CAF50);
}

.gradient-to-bottom-lightgreen-green {
  background: linear-gradient(to bottom, #76FF03, #4CAF50);
}

.gradient-to-left-lightgreen-green {
  background: linear-gradient(to left, #76FF03, #4CAF50);
}

.gradient-to-right-lightgreen-green {
  background: linear-gradient(to right, #76FF03, #4CAF50);
}

.gradient-to-top-left-lightgreen-green {
  background: linear-gradient(to top left, #76FF03, #4CAF50);
}

.gradient-to-top-right-lightgreen-green {
  background: linear-gradient(to top right, #76FF03, #4CAF50);
}

.gradient-to-bottom-left-lightgreen-green {
  background: linear-gradient(to bottom left, #76FF03, #4CAF50);
}

.gradient-to-bottom-right-lightgreen-green {
  background: linear-gradient(to bottom right, #76FF03, #4CAF50);
}

.gradient-radial-lightgreen-green {
  background: radial-gradient(circle, #76FF03, #4CAF50);
}

.gradient-lightgreen-green-primary {
  background: linear-gradient(#76FF03, #4CAF50, #03A9F4);
}

.gradient-lightgreen-green-secondary {
  background: linear-gradient(#76FF03, #4CAF50, #333);
}

.gradient-lightgreen-green-success {
  background: linear-gradient(#76FF03, #4CAF50, #28a745);
}

.gradient-lightgreen-green-info {
  background: linear-gradient(#76FF03, #4CAF50, #0DCAF0);
}

.gradient-lightgreen-green-warning {
  background: linear-gradient(#76FF03, #4CAF50, #FFC107);
}

.gradient-lightgreen-green-danger {
  background: linear-gradient(#76FF03, #4CAF50, #DC3545);
}

.gradient-lightgreen-green-light {
  background: linear-gradient(#76FF03, #4CAF50, #f5f5f5);
}

.gradient-lightgreen-green-dark {
  background: linear-gradient(#76FF03, #4CAF50, #212529);
}

.gradient-lightgreen-green-red {
  background: linear-gradient(#76FF03, #4CAF50, #F44336);
}

.gradient-lightgreen-green-blue {
  background: linear-gradient(#76FF03, #4CAF50, #2196F3);
}

.gradient-lightgreen-green-black {
  background: linear-gradient(#76FF03, #4CAF50, #000);
}

.gradient-lightgreen-green-white {
  background: linear-gradient(#76FF03, #4CAF50, #fff);
}

.gradient-lightgreen-green-pink {
  background: linear-gradient(#76FF03, #4CAF50, #E91E63);
}

.gradient-lightgreen-green-purple {
  background: linear-gradient(#76FF03, #4CAF50, #9C27B0);
}

.gradient-lightgreen-green-indigo {
  background: linear-gradient(#76FF03, #4CAF50, #3E51B5);
}

.gradient-lightgreen-green-cyan {
  background: linear-gradient(#76FF03, #4CAF50, #00BCD4);
}

.gradient-lightgreen-green-teal {
  background: linear-gradient(#76FF03, #4CAF50, #009688);
}

.gradient-lightgreen-green-lime {
  background: linear-gradient(#76FF03, #4CAF50, #CDDC39);
}

.gradient-lightgreen-green-yellow {
  background: linear-gradient(#76FF03, #4CAF50, #FFEB3B);
}

.gradient-lightgreen-green-amber {
  background: linear-gradient(#76FF03, #4CAF50, #FFC107);
}

.gradient-lightgreen-green-orange {
  background: linear-gradient(#76FF03, #4CAF50, #FF9800);
}

.gradient-lightgreen-green-lightblue {
  background: linear-gradient(#76FF03, #4CAF50, #03A9F4);
}

.gradient-lightgreen-green-deeppurple {
  background: linear-gradient(#76FF03, #4CAF50, #673AB7);
}

.gradient-lightgreen-green-deeporange {
  background: linear-gradient(#76FF03, #4CAF50, #DD6E0F);
}

.gradient-lightgreen-green-brown {
  background: linear-gradient(#76FF03, #4CAF50, #964B00);
}

.gradient-lightgreen-green-grey {
  background: linear-gradient(#76FF03, #4CAF50, #808080);
}

.gradient-lightgreen-blue {
  background: linear-gradient(#76FF03, #2196F3);
}

.gradient-to-top-lightgreen-blue {
  background: linear-gradient(to top, #76FF03, #2196F3);
}

.gradient-to-bottom-lightgreen-blue {
  background: linear-gradient(to bottom, #76FF03, #2196F3);
}

.gradient-to-left-lightgreen-blue {
  background: linear-gradient(to left, #76FF03, #2196F3);
}

.gradient-to-right-lightgreen-blue {
  background: linear-gradient(to right, #76FF03, #2196F3);
}

.gradient-to-top-left-lightgreen-blue {
  background: linear-gradient(to top left, #76FF03, #2196F3);
}

.gradient-to-top-right-lightgreen-blue {
  background: linear-gradient(to top right, #76FF03, #2196F3);
}

.gradient-to-bottom-left-lightgreen-blue {
  background: linear-gradient(to bottom left, #76FF03, #2196F3);
}

.gradient-to-bottom-right-lightgreen-blue {
  background: linear-gradient(to bottom right, #76FF03, #2196F3);
}

.gradient-radial-lightgreen-blue {
  background: radial-gradient(circle, #76FF03, #2196F3);
}

.gradient-lightgreen-blue-primary {
  background: linear-gradient(#76FF03, #2196F3, #03A9F4);
}

.gradient-lightgreen-blue-secondary {
  background: linear-gradient(#76FF03, #2196F3, #333);
}

.gradient-lightgreen-blue-success {
  background: linear-gradient(#76FF03, #2196F3, #28a745);
}

.gradient-lightgreen-blue-info {
  background: linear-gradient(#76FF03, #2196F3, #0DCAF0);
}

.gradient-lightgreen-blue-warning {
  background: linear-gradient(#76FF03, #2196F3, #FFC107);
}

.gradient-lightgreen-blue-danger {
  background: linear-gradient(#76FF03, #2196F3, #DC3545);
}

.gradient-lightgreen-blue-light {
  background: linear-gradient(#76FF03, #2196F3, #f5f5f5);
}

.gradient-lightgreen-blue-dark {
  background: linear-gradient(#76FF03, #2196F3, #212529);
}

.gradient-lightgreen-blue-red {
  background: linear-gradient(#76FF03, #2196F3, #F44336);
}

.gradient-lightgreen-blue-green {
  background: linear-gradient(#76FF03, #2196F3, #4CAF50);
}

.gradient-lightgreen-blue-black {
  background: linear-gradient(#76FF03, #2196F3, #000);
}

.gradient-lightgreen-blue-white {
  background: linear-gradient(#76FF03, #2196F3, #fff);
}

.gradient-lightgreen-blue-pink {
  background: linear-gradient(#76FF03, #2196F3, #E91E63);
}

.gradient-lightgreen-blue-purple {
  background: linear-gradient(#76FF03, #2196F3, #9C27B0);
}

.gradient-lightgreen-blue-indigo {
  background: linear-gradient(#76FF03, #2196F3, #3E51B5);
}

.gradient-lightgreen-blue-cyan {
  background: linear-gradient(#76FF03, #2196F3, #00BCD4);
}

.gradient-lightgreen-blue-teal {
  background: linear-gradient(#76FF03, #2196F3, #009688);
}

.gradient-lightgreen-blue-lime {
  background: linear-gradient(#76FF03, #2196F3, #CDDC39);
}

.gradient-lightgreen-blue-yellow {
  background: linear-gradient(#76FF03, #2196F3, #FFEB3B);
}

.gradient-lightgreen-blue-amber {
  background: linear-gradient(#76FF03, #2196F3, #FFC107);
}

.gradient-lightgreen-blue-orange {
  background: linear-gradient(#76FF03, #2196F3, #FF9800);
}

.gradient-lightgreen-blue-lightblue {
  background: linear-gradient(#76FF03, #2196F3, #03A9F4);
}

.gradient-lightgreen-blue-deeppurple {
  background: linear-gradient(#76FF03, #2196F3, #673AB7);
}

.gradient-lightgreen-blue-deeporange {
  background: linear-gradient(#76FF03, #2196F3, #DD6E0F);
}

.gradient-lightgreen-blue-brown {
  background: linear-gradient(#76FF03, #2196F3, #964B00);
}

.gradient-lightgreen-blue-grey {
  background: linear-gradient(#76FF03, #2196F3, #808080);
}

.gradient-lightgreen-black {
  background: linear-gradient(#76FF03, #000);
}

.gradient-to-top-lightgreen-black {
  background: linear-gradient(to top, #76FF03, #000);
}

.gradient-to-bottom-lightgreen-black {
  background: linear-gradient(to bottom, #76FF03, #000);
}

.gradient-to-left-lightgreen-black {
  background: linear-gradient(to left, #76FF03, #000);
}

.gradient-to-right-lightgreen-black {
  background: linear-gradient(to right, #76FF03, #000);
}

.gradient-to-top-left-lightgreen-black {
  background: linear-gradient(to top left, #76FF03, #000);
}

.gradient-to-top-right-lightgreen-black {
  background: linear-gradient(to top right, #76FF03, #000);
}

.gradient-to-bottom-left-lightgreen-black {
  background: linear-gradient(to bottom left, #76FF03, #000);
}

.gradient-to-bottom-right-lightgreen-black {
  background: linear-gradient(to bottom right, #76FF03, #000);
}

.gradient-radial-lightgreen-black {
  background: radial-gradient(circle, #76FF03, #000);
}

.gradient-lightgreen-black-primary {
  background: linear-gradient(#76FF03, #000, #03A9F4);
}

.gradient-lightgreen-black-secondary {
  background: linear-gradient(#76FF03, #000, #333);
}

.gradient-lightgreen-black-success {
  background: linear-gradient(#76FF03, #000, #28a745);
}

.gradient-lightgreen-black-info {
  background: linear-gradient(#76FF03, #000, #0DCAF0);
}

.gradient-lightgreen-black-warning {
  background: linear-gradient(#76FF03, #000, #FFC107);
}

.gradient-lightgreen-black-danger {
  background: linear-gradient(#76FF03, #000, #DC3545);
}

.gradient-lightgreen-black-light {
  background: linear-gradient(#76FF03, #000, #f5f5f5);
}

.gradient-lightgreen-black-dark {
  background: linear-gradient(#76FF03, #000, #212529);
}

.gradient-lightgreen-black-red {
  background: linear-gradient(#76FF03, #000, #F44336);
}

.gradient-lightgreen-black-green {
  background: linear-gradient(#76FF03, #000, #4CAF50);
}

.gradient-lightgreen-black-blue {
  background: linear-gradient(#76FF03, #000, #2196F3);
}

.gradient-lightgreen-black-white {
  background: linear-gradient(#76FF03, #000, #fff);
}

.gradient-lightgreen-black-pink {
  background: linear-gradient(#76FF03, #000, #E91E63);
}

.gradient-lightgreen-black-purple {
  background: linear-gradient(#76FF03, #000, #9C27B0);
}

.gradient-lightgreen-black-indigo {
  background: linear-gradient(#76FF03, #000, #3E51B5);
}

.gradient-lightgreen-black-cyan {
  background: linear-gradient(#76FF03, #000, #00BCD4);
}

.gradient-lightgreen-black-teal {
  background: linear-gradient(#76FF03, #000, #009688);
}

.gradient-lightgreen-black-lime {
  background: linear-gradient(#76FF03, #000, #CDDC39);
}

.gradient-lightgreen-black-yellow {
  background: linear-gradient(#76FF03, #000, #FFEB3B);
}

.gradient-lightgreen-black-amber {
  background: linear-gradient(#76FF03, #000, #FFC107);
}

.gradient-lightgreen-black-orange {
  background: linear-gradient(#76FF03, #000, #FF9800);
}

.gradient-lightgreen-black-lightblue {
  background: linear-gradient(#76FF03, #000, #03A9F4);
}

.gradient-lightgreen-black-deeppurple {
  background: linear-gradient(#76FF03, #000, #673AB7);
}

.gradient-lightgreen-black-deeporange {
  background: linear-gradient(#76FF03, #000, #DD6E0F);
}

.gradient-lightgreen-black-brown {
  background: linear-gradient(#76FF03, #000, #964B00);
}

.gradient-lightgreen-black-grey {
  background: linear-gradient(#76FF03, #000, #808080);
}

.gradient-lightgreen-white {
  background: linear-gradient(#76FF03, #fff);
}

.gradient-to-top-lightgreen-white {
  background: linear-gradient(to top, #76FF03, #fff);
}

.gradient-to-bottom-lightgreen-white {
  background: linear-gradient(to bottom, #76FF03, #fff);
}

.gradient-to-left-lightgreen-white {
  background: linear-gradient(to left, #76FF03, #fff);
}

.gradient-to-right-lightgreen-white {
  background: linear-gradient(to right, #76FF03, #fff);
}

.gradient-to-top-left-lightgreen-white {
  background: linear-gradient(to top left, #76FF03, #fff);
}

.gradient-to-top-right-lightgreen-white {
  background: linear-gradient(to top right, #76FF03, #fff);
}

.gradient-to-bottom-left-lightgreen-white {
  background: linear-gradient(to bottom left, #76FF03, #fff);
}

.gradient-to-bottom-right-lightgreen-white {
  background: linear-gradient(to bottom right, #76FF03, #fff);
}

.gradient-radial-lightgreen-white {
  background: radial-gradient(circle, #76FF03, #fff);
}

.gradient-lightgreen-white-primary {
  background: linear-gradient(#76FF03, #fff, #03A9F4);
}

.gradient-lightgreen-white-secondary {
  background: linear-gradient(#76FF03, #fff, #333);
}

.gradient-lightgreen-white-success {
  background: linear-gradient(#76FF03, #fff, #28a745);
}

.gradient-lightgreen-white-info {
  background: linear-gradient(#76FF03, #fff, #0DCAF0);
}

.gradient-lightgreen-white-warning {
  background: linear-gradient(#76FF03, #fff, #FFC107);
}

.gradient-lightgreen-white-danger {
  background: linear-gradient(#76FF03, #fff, #DC3545);
}

.gradient-lightgreen-white-light {
  background: linear-gradient(#76FF03, #fff, #f5f5f5);
}

.gradient-lightgreen-white-dark {
  background: linear-gradient(#76FF03, #fff, #212529);
}

.gradient-lightgreen-white-red {
  background: linear-gradient(#76FF03, #fff, #F44336);
}

.gradient-lightgreen-white-green {
  background: linear-gradient(#76FF03, #fff, #4CAF50);
}

.gradient-lightgreen-white-blue {
  background: linear-gradient(#76FF03, #fff, #2196F3);
}

.gradient-lightgreen-white-black {
  background: linear-gradient(#76FF03, #fff, #000);
}

.gradient-lightgreen-white-pink {
  background: linear-gradient(#76FF03, #fff, #E91E63);
}

.gradient-lightgreen-white-purple {
  background: linear-gradient(#76FF03, #fff, #9C27B0);
}

.gradient-lightgreen-white-indigo {
  background: linear-gradient(#76FF03, #fff, #3E51B5);
}

.gradient-lightgreen-white-cyan {
  background: linear-gradient(#76FF03, #fff, #00BCD4);
}

.gradient-lightgreen-white-teal {
  background: linear-gradient(#76FF03, #fff, #009688);
}

.gradient-lightgreen-white-lime {
  background: linear-gradient(#76FF03, #fff, #CDDC39);
}

.gradient-lightgreen-white-yellow {
  background: linear-gradient(#76FF03, #fff, #FFEB3B);
}

.gradient-lightgreen-white-amber {
  background: linear-gradient(#76FF03, #fff, #FFC107);
}

.gradient-lightgreen-white-orange {
  background: linear-gradient(#76FF03, #fff, #FF9800);
}

.gradient-lightgreen-white-lightblue {
  background: linear-gradient(#76FF03, #fff, #03A9F4);
}

.gradient-lightgreen-white-deeppurple {
  background: linear-gradient(#76FF03, #fff, #673AB7);
}

.gradient-lightgreen-white-deeporange {
  background: linear-gradient(#76FF03, #fff, #DD6E0F);
}

.gradient-lightgreen-white-brown {
  background: linear-gradient(#76FF03, #fff, #964B00);
}

.gradient-lightgreen-white-grey {
  background: linear-gradient(#76FF03, #fff, #808080);
}

.gradient-lightgreen-pink {
  background: linear-gradient(#76FF03, #E91E63);
}

.gradient-to-top-lightgreen-pink {
  background: linear-gradient(to top, #76FF03, #E91E63);
}

.gradient-to-bottom-lightgreen-pink {
  background: linear-gradient(to bottom, #76FF03, #E91E63);
}

.gradient-to-left-lightgreen-pink {
  background: linear-gradient(to left, #76FF03, #E91E63);
}

.gradient-to-right-lightgreen-pink {
  background: linear-gradient(to right, #76FF03, #E91E63);
}

.gradient-to-top-left-lightgreen-pink {
  background: linear-gradient(to top left, #76FF03, #E91E63);
}

.gradient-to-top-right-lightgreen-pink {
  background: linear-gradient(to top right, #76FF03, #E91E63);
}

.gradient-to-bottom-left-lightgreen-pink {
  background: linear-gradient(to bottom left, #76FF03, #E91E63);
}

.gradient-to-bottom-right-lightgreen-pink {
  background: linear-gradient(to bottom right, #76FF03, #E91E63);
}

.gradient-radial-lightgreen-pink {
  background: radial-gradient(circle, #76FF03, #E91E63);
}

.gradient-lightgreen-pink-primary {
  background: linear-gradient(#76FF03, #E91E63, #03A9F4);
}

.gradient-lightgreen-pink-secondary {
  background: linear-gradient(#76FF03, #E91E63, #333);
}

.gradient-lightgreen-pink-success {
  background: linear-gradient(#76FF03, #E91E63, #28a745);
}

.gradient-lightgreen-pink-info {
  background: linear-gradient(#76FF03, #E91E63, #0DCAF0);
}

.gradient-lightgreen-pink-warning {
  background: linear-gradient(#76FF03, #E91E63, #FFC107);
}

.gradient-lightgreen-pink-danger {
  background: linear-gradient(#76FF03, #E91E63, #DC3545);
}

.gradient-lightgreen-pink-light {
  background: linear-gradient(#76FF03, #E91E63, #f5f5f5);
}

.gradient-lightgreen-pink-dark {
  background: linear-gradient(#76FF03, #E91E63, #212529);
}

.gradient-lightgreen-pink-red {
  background: linear-gradient(#76FF03, #E91E63, #F44336);
}

.gradient-lightgreen-pink-green {
  background: linear-gradient(#76FF03, #E91E63, #4CAF50);
}

.gradient-lightgreen-pink-blue {
  background: linear-gradient(#76FF03, #E91E63, #2196F3);
}

.gradient-lightgreen-pink-black {
  background: linear-gradient(#76FF03, #E91E63, #000);
}

.gradient-lightgreen-pink-white {
  background: linear-gradient(#76FF03, #E91E63, #fff);
}

.gradient-lightgreen-pink-purple {
  background: linear-gradient(#76FF03, #E91E63, #9C27B0);
}

.gradient-lightgreen-pink-indigo {
  background: linear-gradient(#76FF03, #E91E63, #3E51B5);
}

.gradient-lightgreen-pink-cyan {
  background: linear-gradient(#76FF03, #E91E63, #00BCD4);
}

.gradient-lightgreen-pink-teal {
  background: linear-gradient(#76FF03, #E91E63, #009688);
}

.gradient-lightgreen-pink-lime {
  background: linear-gradient(#76FF03, #E91E63, #CDDC39);
}

.gradient-lightgreen-pink-yellow {
  background: linear-gradient(#76FF03, #E91E63, #FFEB3B);
}

.gradient-lightgreen-pink-amber {
  background: linear-gradient(#76FF03, #E91E63, #FFC107);
}

.gradient-lightgreen-pink-orange {
  background: linear-gradient(#76FF03, #E91E63, #FF9800);
}

.gradient-lightgreen-pink-lightblue {
  background: linear-gradient(#76FF03, #E91E63, #03A9F4);
}

.gradient-lightgreen-pink-deeppurple {
  background: linear-gradient(#76FF03, #E91E63, #673AB7);
}

.gradient-lightgreen-pink-deeporange {
  background: linear-gradient(#76FF03, #E91E63, #DD6E0F);
}

.gradient-lightgreen-pink-brown {
  background: linear-gradient(#76FF03, #E91E63, #964B00);
}

.gradient-lightgreen-pink-grey {
  background: linear-gradient(#76FF03, #E91E63, #808080);
}

.gradient-lightgreen-purple {
  background: linear-gradient(#76FF03, #9C27B0);
}

.gradient-to-top-lightgreen-purple {
  background: linear-gradient(to top, #76FF03, #9C27B0);
}

.gradient-to-bottom-lightgreen-purple {
  background: linear-gradient(to bottom, #76FF03, #9C27B0);
}

.gradient-to-left-lightgreen-purple {
  background: linear-gradient(to left, #76FF03, #9C27B0);
}

.gradient-to-right-lightgreen-purple {
  background: linear-gradient(to right, #76FF03, #9C27B0);
}

.gradient-to-top-left-lightgreen-purple {
  background: linear-gradient(to top left, #76FF03, #9C27B0);
}

.gradient-to-top-right-lightgreen-purple {
  background: linear-gradient(to top right, #76FF03, #9C27B0);
}

.gradient-to-bottom-left-lightgreen-purple {
  background: linear-gradient(to bottom left, #76FF03, #9C27B0);
}

.gradient-to-bottom-right-lightgreen-purple {
  background: linear-gradient(to bottom right, #76FF03, #9C27B0);
}

.gradient-radial-lightgreen-purple {
  background: radial-gradient(circle, #76FF03, #9C27B0);
}

.gradient-lightgreen-purple-primary {
  background: linear-gradient(#76FF03, #9C27B0, #03A9F4);
}

.gradient-lightgreen-purple-secondary {
  background: linear-gradient(#76FF03, #9C27B0, #333);
}

.gradient-lightgreen-purple-success {
  background: linear-gradient(#76FF03, #9C27B0, #28a745);
}

.gradient-lightgreen-purple-info {
  background: linear-gradient(#76FF03, #9C27B0, #0DCAF0);
}

.gradient-lightgreen-purple-warning {
  background: linear-gradient(#76FF03, #9C27B0, #FFC107);
}

.gradient-lightgreen-purple-danger {
  background: linear-gradient(#76FF03, #9C27B0, #DC3545);
}

.gradient-lightgreen-purple-light {
  background: linear-gradient(#76FF03, #9C27B0, #f5f5f5);
}

.gradient-lightgreen-purple-dark {
  background: linear-gradient(#76FF03, #9C27B0, #212529);
}

.gradient-lightgreen-purple-red {
  background: linear-gradient(#76FF03, #9C27B0, #F44336);
}

.gradient-lightgreen-purple-green {
  background: linear-gradient(#76FF03, #9C27B0, #4CAF50);
}

.gradient-lightgreen-purple-blue {
  background: linear-gradient(#76FF03, #9C27B0, #2196F3);
}

.gradient-lightgreen-purple-black {
  background: linear-gradient(#76FF03, #9C27B0, #000);
}

.gradient-lightgreen-purple-white {
  background: linear-gradient(#76FF03, #9C27B0, #fff);
}

.gradient-lightgreen-purple-pink {
  background: linear-gradient(#76FF03, #9C27B0, #E91E63);
}

.gradient-lightgreen-purple-indigo {
  background: linear-gradient(#76FF03, #9C27B0, #3E51B5);
}

.gradient-lightgreen-purple-cyan {
  background: linear-gradient(#76FF03, #9C27B0, #00BCD4);
}

.gradient-lightgreen-purple-teal {
  background: linear-gradient(#76FF03, #9C27B0, #009688);
}

.gradient-lightgreen-purple-lime {
  background: linear-gradient(#76FF03, #9C27B0, #CDDC39);
}

.gradient-lightgreen-purple-yellow {
  background: linear-gradient(#76FF03, #9C27B0, #FFEB3B);
}

.gradient-lightgreen-purple-amber {
  background: linear-gradient(#76FF03, #9C27B0, #FFC107);
}

.gradient-lightgreen-purple-orange {
  background: linear-gradient(#76FF03, #9C27B0, #FF9800);
}

.gradient-lightgreen-purple-lightblue {
  background: linear-gradient(#76FF03, #9C27B0, #03A9F4);
}

.gradient-lightgreen-purple-deeppurple {
  background: linear-gradient(#76FF03, #9C27B0, #673AB7);
}

.gradient-lightgreen-purple-deeporange {
  background: linear-gradient(#76FF03, #9C27B0, #DD6E0F);
}

.gradient-lightgreen-purple-brown {
  background: linear-gradient(#76FF03, #9C27B0, #964B00);
}

.gradient-lightgreen-purple-grey {
  background: linear-gradient(#76FF03, #9C27B0, #808080);
}

.gradient-lightgreen-indigo {
  background: linear-gradient(#76FF03, #3E51B5);
}

.gradient-to-top-lightgreen-indigo {
  background: linear-gradient(to top, #76FF03, #3E51B5);
}

.gradient-to-bottom-lightgreen-indigo {
  background: linear-gradient(to bottom, #76FF03, #3E51B5);
}

.gradient-to-left-lightgreen-indigo {
  background: linear-gradient(to left, #76FF03, #3E51B5);
}

.gradient-to-right-lightgreen-indigo {
  background: linear-gradient(to right, #76FF03, #3E51B5);
}

.gradient-to-top-left-lightgreen-indigo {
  background: linear-gradient(to top left, #76FF03, #3E51B5);
}

.gradient-to-top-right-lightgreen-indigo {
  background: linear-gradient(to top right, #76FF03, #3E51B5);
}

.gradient-to-bottom-left-lightgreen-indigo {
  background: linear-gradient(to bottom left, #76FF03, #3E51B5);
}

.gradient-to-bottom-right-lightgreen-indigo {
  background: linear-gradient(to bottom right, #76FF03, #3E51B5);
}

.gradient-radial-lightgreen-indigo {
  background: radial-gradient(circle, #76FF03, #3E51B5);
}

.gradient-lightgreen-indigo-primary {
  background: linear-gradient(#76FF03, #3E51B5, #03A9F4);
}

.gradient-lightgreen-indigo-secondary {
  background: linear-gradient(#76FF03, #3E51B5, #333);
}

.gradient-lightgreen-indigo-success {
  background: linear-gradient(#76FF03, #3E51B5, #28a745);
}

.gradient-lightgreen-indigo-info {
  background: linear-gradient(#76FF03, #3E51B5, #0DCAF0);
}

.gradient-lightgreen-indigo-warning {
  background: linear-gradient(#76FF03, #3E51B5, #FFC107);
}

.gradient-lightgreen-indigo-danger {
  background: linear-gradient(#76FF03, #3E51B5, #DC3545);
}

.gradient-lightgreen-indigo-light {
  background: linear-gradient(#76FF03, #3E51B5, #f5f5f5);
}

.gradient-lightgreen-indigo-dark {
  background: linear-gradient(#76FF03, #3E51B5, #212529);
}

.gradient-lightgreen-indigo-red {
  background: linear-gradient(#76FF03, #3E51B5, #F44336);
}

.gradient-lightgreen-indigo-green {
  background: linear-gradient(#76FF03, #3E51B5, #4CAF50);
}

.gradient-lightgreen-indigo-blue {
  background: linear-gradient(#76FF03, #3E51B5, #2196F3);
}

.gradient-lightgreen-indigo-black {
  background: linear-gradient(#76FF03, #3E51B5, #000);
}

.gradient-lightgreen-indigo-white {
  background: linear-gradient(#76FF03, #3E51B5, #fff);
}

.gradient-lightgreen-indigo-pink {
  background: linear-gradient(#76FF03, #3E51B5, #E91E63);
}

.gradient-lightgreen-indigo-purple {
  background: linear-gradient(#76FF03, #3E51B5, #9C27B0);
}

.gradient-lightgreen-indigo-cyan {
  background: linear-gradient(#76FF03, #3E51B5, #00BCD4);
}

.gradient-lightgreen-indigo-teal {
  background: linear-gradient(#76FF03, #3E51B5, #009688);
}

.gradient-lightgreen-indigo-lime {
  background: linear-gradient(#76FF03, #3E51B5, #CDDC39);
}

.gradient-lightgreen-indigo-yellow {
  background: linear-gradient(#76FF03, #3E51B5, #FFEB3B);
}

.gradient-lightgreen-indigo-amber {
  background: linear-gradient(#76FF03, #3E51B5, #FFC107);
}

.gradient-lightgreen-indigo-orange {
  background: linear-gradient(#76FF03, #3E51B5, #FF9800);
}

.gradient-lightgreen-indigo-lightblue {
  background: linear-gradient(#76FF03, #3E51B5, #03A9F4);
}

.gradient-lightgreen-indigo-deeppurple {
  background: linear-gradient(#76FF03, #3E51B5, #673AB7);
}

.gradient-lightgreen-indigo-deeporange {
  background: linear-gradient(#76FF03, #3E51B5, #DD6E0F);
}

.gradient-lightgreen-indigo-brown {
  background: linear-gradient(#76FF03, #3E51B5, #964B00);
}

.gradient-lightgreen-indigo-grey {
  background: linear-gradient(#76FF03, #3E51B5, #808080);
}

.gradient-lightgreen-cyan {
  background: linear-gradient(#76FF03, #00BCD4);
}

.gradient-to-top-lightgreen-cyan {
  background: linear-gradient(to top, #76FF03, #00BCD4);
}

.gradient-to-bottom-lightgreen-cyan {
  background: linear-gradient(to bottom, #76FF03, #00BCD4);
}

.gradient-to-left-lightgreen-cyan {
  background: linear-gradient(to left, #76FF03, #00BCD4);
}

.gradient-to-right-lightgreen-cyan {
  background: linear-gradient(to right, #76FF03, #00BCD4);
}

.gradient-to-top-left-lightgreen-cyan {
  background: linear-gradient(to top left, #76FF03, #00BCD4);
}

.gradient-to-top-right-lightgreen-cyan {
  background: linear-gradient(to top right, #76FF03, #00BCD4);
}

.gradient-to-bottom-left-lightgreen-cyan {
  background: linear-gradient(to bottom left, #76FF03, #00BCD4);
}

.gradient-to-bottom-right-lightgreen-cyan {
  background: linear-gradient(to bottom right, #76FF03, #00BCD4);
}

.gradient-radial-lightgreen-cyan {
  background: radial-gradient(circle, #76FF03, #00BCD4);
}

.gradient-lightgreen-cyan-primary {
  background: linear-gradient(#76FF03, #00BCD4, #03A9F4);
}

.gradient-lightgreen-cyan-secondary {
  background: linear-gradient(#76FF03, #00BCD4, #333);
}

.gradient-lightgreen-cyan-success {
  background: linear-gradient(#76FF03, #00BCD4, #28a745);
}

.gradient-lightgreen-cyan-info {
  background: linear-gradient(#76FF03, #00BCD4, #0DCAF0);
}

.gradient-lightgreen-cyan-warning {
  background: linear-gradient(#76FF03, #00BCD4, #FFC107);
}

.gradient-lightgreen-cyan-danger {
  background: linear-gradient(#76FF03, #00BCD4, #DC3545);
}

.gradient-lightgreen-cyan-light {
  background: linear-gradient(#76FF03, #00BCD4, #f5f5f5);
}

.gradient-lightgreen-cyan-dark {
  background: linear-gradient(#76FF03, #00BCD4, #212529);
}

.gradient-lightgreen-cyan-red {
  background: linear-gradient(#76FF03, #00BCD4, #F44336);
}

.gradient-lightgreen-cyan-green {
  background: linear-gradient(#76FF03, #00BCD4, #4CAF50);
}

.gradient-lightgreen-cyan-blue {
  background: linear-gradient(#76FF03, #00BCD4, #2196F3);
}

.gradient-lightgreen-cyan-black {
  background: linear-gradient(#76FF03, #00BCD4, #000);
}

.gradient-lightgreen-cyan-white {
  background: linear-gradient(#76FF03, #00BCD4, #fff);
}

.gradient-lightgreen-cyan-pink {
  background: linear-gradient(#76FF03, #00BCD4, #E91E63);
}

.gradient-lightgreen-cyan-purple {
  background: linear-gradient(#76FF03, #00BCD4, #9C27B0);
}

.gradient-lightgreen-cyan-indigo {
  background: linear-gradient(#76FF03, #00BCD4, #3E51B5);
}

.gradient-lightgreen-cyan-teal {
  background: linear-gradient(#76FF03, #00BCD4, #009688);
}

.gradient-lightgreen-cyan-lime {
  background: linear-gradient(#76FF03, #00BCD4, #CDDC39);
}

.gradient-lightgreen-cyan-yellow {
  background: linear-gradient(#76FF03, #00BCD4, #FFEB3B);
}

.gradient-lightgreen-cyan-amber {
  background: linear-gradient(#76FF03, #00BCD4, #FFC107);
}

.gradient-lightgreen-cyan-orange {
  background: linear-gradient(#76FF03, #00BCD4, #FF9800);
}

.gradient-lightgreen-cyan-lightblue {
  background: linear-gradient(#76FF03, #00BCD4, #03A9F4);
}

.gradient-lightgreen-cyan-deeppurple {
  background: linear-gradient(#76FF03, #00BCD4, #673AB7);
}

.gradient-lightgreen-cyan-deeporange {
  background: linear-gradient(#76FF03, #00BCD4, #DD6E0F);
}

.gradient-lightgreen-cyan-brown {
  background: linear-gradient(#76FF03, #00BCD4, #964B00);
}

.gradient-lightgreen-cyan-grey {
  background: linear-gradient(#76FF03, #00BCD4, #808080);
}

.gradient-lightgreen-teal {
  background: linear-gradient(#76FF03, #009688);
}

.gradient-to-top-lightgreen-teal {
  background: linear-gradient(to top, #76FF03, #009688);
}

.gradient-to-bottom-lightgreen-teal {
  background: linear-gradient(to bottom, #76FF03, #009688);
}

.gradient-to-left-lightgreen-teal {
  background: linear-gradient(to left, #76FF03, #009688);
}

.gradient-to-right-lightgreen-teal {
  background: linear-gradient(to right, #76FF03, #009688);
}

.gradient-to-top-left-lightgreen-teal {
  background: linear-gradient(to top left, #76FF03, #009688);
}

.gradient-to-top-right-lightgreen-teal {
  background: linear-gradient(to top right, #76FF03, #009688);
}

.gradient-to-bottom-left-lightgreen-teal {
  background: linear-gradient(to bottom left, #76FF03, #009688);
}

.gradient-to-bottom-right-lightgreen-teal {
  background: linear-gradient(to bottom right, #76FF03, #009688);
}

.gradient-radial-lightgreen-teal {
  background: radial-gradient(circle, #76FF03, #009688);
}

.gradient-lightgreen-teal-primary {
  background: linear-gradient(#76FF03, #009688, #03A9F4);
}

.gradient-lightgreen-teal-secondary {
  background: linear-gradient(#76FF03, #009688, #333);
}

.gradient-lightgreen-teal-success {
  background: linear-gradient(#76FF03, #009688, #28a745);
}

.gradient-lightgreen-teal-info {
  background: linear-gradient(#76FF03, #009688, #0DCAF0);
}

.gradient-lightgreen-teal-warning {
  background: linear-gradient(#76FF03, #009688, #FFC107);
}

.gradient-lightgreen-teal-danger {
  background: linear-gradient(#76FF03, #009688, #DC3545);
}

.gradient-lightgreen-teal-light {
  background: linear-gradient(#76FF03, #009688, #f5f5f5);
}

.gradient-lightgreen-teal-dark {
  background: linear-gradient(#76FF03, #009688, #212529);
}

.gradient-lightgreen-teal-red {
  background: linear-gradient(#76FF03, #009688, #F44336);
}

.gradient-lightgreen-teal-green {
  background: linear-gradient(#76FF03, #009688, #4CAF50);
}

.gradient-lightgreen-teal-blue {
  background: linear-gradient(#76FF03, #009688, #2196F3);
}

.gradient-lightgreen-teal-black {
  background: linear-gradient(#76FF03, #009688, #000);
}

.gradient-lightgreen-teal-white {
  background: linear-gradient(#76FF03, #009688, #fff);
}

.gradient-lightgreen-teal-pink {
  background: linear-gradient(#76FF03, #009688, #E91E63);
}

.gradient-lightgreen-teal-purple {
  background: linear-gradient(#76FF03, #009688, #9C27B0);
}

.gradient-lightgreen-teal-indigo {
  background: linear-gradient(#76FF03, #009688, #3E51B5);
}

.gradient-lightgreen-teal-cyan {
  background: linear-gradient(#76FF03, #009688, #00BCD4);
}

.gradient-lightgreen-teal-lime {
  background: linear-gradient(#76FF03, #009688, #CDDC39);
}

.gradient-lightgreen-teal-yellow {
  background: linear-gradient(#76FF03, #009688, #FFEB3B);
}

.gradient-lightgreen-teal-amber {
  background: linear-gradient(#76FF03, #009688, #FFC107);
}

.gradient-lightgreen-teal-orange {
  background: linear-gradient(#76FF03, #009688, #FF9800);
}

.gradient-lightgreen-teal-lightblue {
  background: linear-gradient(#76FF03, #009688, #03A9F4);
}

.gradient-lightgreen-teal-deeppurple {
  background: linear-gradient(#76FF03, #009688, #673AB7);
}

.gradient-lightgreen-teal-deeporange {
  background: linear-gradient(#76FF03, #009688, #DD6E0F);
}

.gradient-lightgreen-teal-brown {
  background: linear-gradient(#76FF03, #009688, #964B00);
}

.gradient-lightgreen-teal-grey {
  background: linear-gradient(#76FF03, #009688, #808080);
}

.gradient-lightgreen-lime {
  background: linear-gradient(#76FF03, #CDDC39);
}

.gradient-to-top-lightgreen-lime {
  background: linear-gradient(to top, #76FF03, #CDDC39);
}

.gradient-to-bottom-lightgreen-lime {
  background: linear-gradient(to bottom, #76FF03, #CDDC39);
}

.gradient-to-left-lightgreen-lime {
  background: linear-gradient(to left, #76FF03, #CDDC39);
}

.gradient-to-right-lightgreen-lime {
  background: linear-gradient(to right, #76FF03, #CDDC39);
}

.gradient-to-top-left-lightgreen-lime {
  background: linear-gradient(to top left, #76FF03, #CDDC39);
}

.gradient-to-top-right-lightgreen-lime {
  background: linear-gradient(to top right, #76FF03, #CDDC39);
}

.gradient-to-bottom-left-lightgreen-lime {
  background: linear-gradient(to bottom left, #76FF03, #CDDC39);
}

.gradient-to-bottom-right-lightgreen-lime {
  background: linear-gradient(to bottom right, #76FF03, #CDDC39);
}

.gradient-radial-lightgreen-lime {
  background: radial-gradient(circle, #76FF03, #CDDC39);
}

.gradient-lightgreen-lime-primary {
  background: linear-gradient(#76FF03, #CDDC39, #03A9F4);
}

.gradient-lightgreen-lime-secondary {
  background: linear-gradient(#76FF03, #CDDC39, #333);
}

.gradient-lightgreen-lime-success {
  background: linear-gradient(#76FF03, #CDDC39, #28a745);
}

.gradient-lightgreen-lime-info {
  background: linear-gradient(#76FF03, #CDDC39, #0DCAF0);
}

.gradient-lightgreen-lime-warning {
  background: linear-gradient(#76FF03, #CDDC39, #FFC107);
}

.gradient-lightgreen-lime-danger {
  background: linear-gradient(#76FF03, #CDDC39, #DC3545);
}

.gradient-lightgreen-lime-light {
  background: linear-gradient(#76FF03, #CDDC39, #f5f5f5);
}

.gradient-lightgreen-lime-dark {
  background: linear-gradient(#76FF03, #CDDC39, #212529);
}

.gradient-lightgreen-lime-red {
  background: linear-gradient(#76FF03, #CDDC39, #F44336);
}

.gradient-lightgreen-lime-green {
  background: linear-gradient(#76FF03, #CDDC39, #4CAF50);
}

.gradient-lightgreen-lime-blue {
  background: linear-gradient(#76FF03, #CDDC39, #2196F3);
}

.gradient-lightgreen-lime-black {
  background: linear-gradient(#76FF03, #CDDC39, #000);
}

.gradient-lightgreen-lime-white {
  background: linear-gradient(#76FF03, #CDDC39, #fff);
}

.gradient-lightgreen-lime-pink {
  background: linear-gradient(#76FF03, #CDDC39, #E91E63);
}

.gradient-lightgreen-lime-purple {
  background: linear-gradient(#76FF03, #CDDC39, #9C27B0);
}

.gradient-lightgreen-lime-indigo {
  background: linear-gradient(#76FF03, #CDDC39, #3E51B5);
}

.gradient-lightgreen-lime-cyan {
  background: linear-gradient(#76FF03, #CDDC39, #00BCD4);
}

.gradient-lightgreen-lime-teal {
  background: linear-gradient(#76FF03, #CDDC39, #009688);
}

.gradient-lightgreen-lime-yellow {
  background: linear-gradient(#76FF03, #CDDC39, #FFEB3B);
}

.gradient-lightgreen-lime-amber {
  background: linear-gradient(#76FF03, #CDDC39, #FFC107);
}

.gradient-lightgreen-lime-orange {
  background: linear-gradient(#76FF03, #CDDC39, #FF9800);
}

.gradient-lightgreen-lime-lightblue {
  background: linear-gradient(#76FF03, #CDDC39, #03A9F4);
}

.gradient-lightgreen-lime-deeppurple {
  background: linear-gradient(#76FF03, #CDDC39, #673AB7);
}

.gradient-lightgreen-lime-deeporange {
  background: linear-gradient(#76FF03, #CDDC39, #DD6E0F);
}

.gradient-lightgreen-lime-brown {
  background: linear-gradient(#76FF03, #CDDC39, #964B00);
}

.gradient-lightgreen-lime-grey {
  background: linear-gradient(#76FF03, #CDDC39, #808080);
}

.gradient-lightgreen-yellow {
  background: linear-gradient(#76FF03, #FFEB3B);
}

.gradient-to-top-lightgreen-yellow {
  background: linear-gradient(to top, #76FF03, #FFEB3B);
}

.gradient-to-bottom-lightgreen-yellow {
  background: linear-gradient(to bottom, #76FF03, #FFEB3B);
}

.gradient-to-left-lightgreen-yellow {
  background: linear-gradient(to left, #76FF03, #FFEB3B);
}

.gradient-to-right-lightgreen-yellow {
  background: linear-gradient(to right, #76FF03, #FFEB3B);
}

.gradient-to-top-left-lightgreen-yellow {
  background: linear-gradient(to top left, #76FF03, #FFEB3B);
}

.gradient-to-top-right-lightgreen-yellow {
  background: linear-gradient(to top right, #76FF03, #FFEB3B);
}

.gradient-to-bottom-left-lightgreen-yellow {
  background: linear-gradient(to bottom left, #76FF03, #FFEB3B);
}

.gradient-to-bottom-right-lightgreen-yellow {
  background: linear-gradient(to bottom right, #76FF03, #FFEB3B);
}

.gradient-radial-lightgreen-yellow {
  background: radial-gradient(circle, #76FF03, #FFEB3B);
}

.gradient-lightgreen-yellow-primary {
  background: linear-gradient(#76FF03, #FFEB3B, #03A9F4);
}

.gradient-lightgreen-yellow-secondary {
  background: linear-gradient(#76FF03, #FFEB3B, #333);
}

.gradient-lightgreen-yellow-success {
  background: linear-gradient(#76FF03, #FFEB3B, #28a745);
}

.gradient-lightgreen-yellow-info {
  background: linear-gradient(#76FF03, #FFEB3B, #0DCAF0);
}

.gradient-lightgreen-yellow-warning {
  background: linear-gradient(#76FF03, #FFEB3B, #FFC107);
}

.gradient-lightgreen-yellow-danger {
  background: linear-gradient(#76FF03, #FFEB3B, #DC3545);
}

.gradient-lightgreen-yellow-light {
  background: linear-gradient(#76FF03, #FFEB3B, #f5f5f5);
}

.gradient-lightgreen-yellow-dark {
  background: linear-gradient(#76FF03, #FFEB3B, #212529);
}

.gradient-lightgreen-yellow-red {
  background: linear-gradient(#76FF03, #FFEB3B, #F44336);
}

.gradient-lightgreen-yellow-green {
  background: linear-gradient(#76FF03, #FFEB3B, #4CAF50);
}

.gradient-lightgreen-yellow-blue {
  background: linear-gradient(#76FF03, #FFEB3B, #2196F3);
}

.gradient-lightgreen-yellow-black {
  background: linear-gradient(#76FF03, #FFEB3B, #000);
}

.gradient-lightgreen-yellow-white {
  background: linear-gradient(#76FF03, #FFEB3B, #fff);
}

.gradient-lightgreen-yellow-pink {
  background: linear-gradient(#76FF03, #FFEB3B, #E91E63);
}

.gradient-lightgreen-yellow-purple {
  background: linear-gradient(#76FF03, #FFEB3B, #9C27B0);
}

.gradient-lightgreen-yellow-indigo {
  background: linear-gradient(#76FF03, #FFEB3B, #3E51B5);
}

.gradient-lightgreen-yellow-cyan {
  background: linear-gradient(#76FF03, #FFEB3B, #00BCD4);
}

.gradient-lightgreen-yellow-teal {
  background: linear-gradient(#76FF03, #FFEB3B, #009688);
}

.gradient-lightgreen-yellow-lime {
  background: linear-gradient(#76FF03, #FFEB3B, #CDDC39);
}

.gradient-lightgreen-yellow-amber {
  background: linear-gradient(#76FF03, #FFEB3B, #FFC107);
}

.gradient-lightgreen-yellow-orange {
  background: linear-gradient(#76FF03, #FFEB3B, #FF9800);
}

.gradient-lightgreen-yellow-lightblue {
  background: linear-gradient(#76FF03, #FFEB3B, #03A9F4);
}

.gradient-lightgreen-yellow-deeppurple {
  background: linear-gradient(#76FF03, #FFEB3B, #673AB7);
}

.gradient-lightgreen-yellow-deeporange {
  background: linear-gradient(#76FF03, #FFEB3B, #DD6E0F);
}

.gradient-lightgreen-yellow-brown {
  background: linear-gradient(#76FF03, #FFEB3B, #964B00);
}

.gradient-lightgreen-yellow-grey {
  background: linear-gradient(#76FF03, #FFEB3B, #808080);
}

.gradient-lightgreen-amber {
  background: linear-gradient(#76FF03, #FFC107);
}

.gradient-to-top-lightgreen-amber {
  background: linear-gradient(to top, #76FF03, #FFC107);
}

.gradient-to-bottom-lightgreen-amber {
  background: linear-gradient(to bottom, #76FF03, #FFC107);
}

.gradient-to-left-lightgreen-amber {
  background: linear-gradient(to left, #76FF03, #FFC107);
}

.gradient-to-right-lightgreen-amber {
  background: linear-gradient(to right, #76FF03, #FFC107);
}

.gradient-to-top-left-lightgreen-amber {
  background: linear-gradient(to top left, #76FF03, #FFC107);
}

.gradient-to-top-right-lightgreen-amber {
  background: linear-gradient(to top right, #76FF03, #FFC107);
}

.gradient-to-bottom-left-lightgreen-amber {
  background: linear-gradient(to bottom left, #76FF03, #FFC107);
}

.gradient-to-bottom-right-lightgreen-amber {
  background: linear-gradient(to bottom right, #76FF03, #FFC107);
}

.gradient-radial-lightgreen-amber {
  background: radial-gradient(circle, #76FF03, #FFC107);
}

.gradient-lightgreen-amber-primary {
  background: linear-gradient(#76FF03, #FFC107, #03A9F4);
}

.gradient-lightgreen-amber-secondary {
  background: linear-gradient(#76FF03, #FFC107, #333);
}

.gradient-lightgreen-amber-success {
  background: linear-gradient(#76FF03, #FFC107, #28a745);
}

.gradient-lightgreen-amber-info {
  background: linear-gradient(#76FF03, #FFC107, #0DCAF0);
}

.gradient-lightgreen-amber-warning {
  background: linear-gradient(#76FF03, #FFC107, #FFC107);
}

.gradient-lightgreen-amber-danger {
  background: linear-gradient(#76FF03, #FFC107, #DC3545);
}

.gradient-lightgreen-amber-light {
  background: linear-gradient(#76FF03, #FFC107, #f5f5f5);
}

.gradient-lightgreen-amber-dark {
  background: linear-gradient(#76FF03, #FFC107, #212529);
}

.gradient-lightgreen-amber-red {
  background: linear-gradient(#76FF03, #FFC107, #F44336);
}

.gradient-lightgreen-amber-green {
  background: linear-gradient(#76FF03, #FFC107, #4CAF50);
}

.gradient-lightgreen-amber-blue {
  background: linear-gradient(#76FF03, #FFC107, #2196F3);
}

.gradient-lightgreen-amber-black {
  background: linear-gradient(#76FF03, #FFC107, #000);
}

.gradient-lightgreen-amber-white {
  background: linear-gradient(#76FF03, #FFC107, #fff);
}

.gradient-lightgreen-amber-pink {
  background: linear-gradient(#76FF03, #FFC107, #E91E63);
}

.gradient-lightgreen-amber-purple {
  background: linear-gradient(#76FF03, #FFC107, #9C27B0);
}

.gradient-lightgreen-amber-indigo {
  background: linear-gradient(#76FF03, #FFC107, #3E51B5);
}

.gradient-lightgreen-amber-cyan {
  background: linear-gradient(#76FF03, #FFC107, #00BCD4);
}

.gradient-lightgreen-amber-teal {
  background: linear-gradient(#76FF03, #FFC107, #009688);
}

.gradient-lightgreen-amber-lime {
  background: linear-gradient(#76FF03, #FFC107, #CDDC39);
}

.gradient-lightgreen-amber-yellow {
  background: linear-gradient(#76FF03, #FFC107, #FFEB3B);
}

.gradient-lightgreen-amber-orange {
  background: linear-gradient(#76FF03, #FFC107, #FF9800);
}

.gradient-lightgreen-amber-lightblue {
  background: linear-gradient(#76FF03, #FFC107, #03A9F4);
}

.gradient-lightgreen-amber-deeppurple {
  background: linear-gradient(#76FF03, #FFC107, #673AB7);
}

.gradient-lightgreen-amber-deeporange {
  background: linear-gradient(#76FF03, #FFC107, #DD6E0F);
}

.gradient-lightgreen-amber-brown {
  background: linear-gradient(#76FF03, #FFC107, #964B00);
}

.gradient-lightgreen-amber-grey {
  background: linear-gradient(#76FF03, #FFC107, #808080);
}

.gradient-lightgreen-orange {
  background: linear-gradient(#76FF03, #FF9800);
}

.gradient-to-top-lightgreen-orange {
  background: linear-gradient(to top, #76FF03, #FF9800);
}

.gradient-to-bottom-lightgreen-orange {
  background: linear-gradient(to bottom, #76FF03, #FF9800);
}

.gradient-to-left-lightgreen-orange {
  background: linear-gradient(to left, #76FF03, #FF9800);
}

.gradient-to-right-lightgreen-orange {
  background: linear-gradient(to right, #76FF03, #FF9800);
}

.gradient-to-top-left-lightgreen-orange {
  background: linear-gradient(to top left, #76FF03, #FF9800);
}

.gradient-to-top-right-lightgreen-orange {
  background: linear-gradient(to top right, #76FF03, #FF9800);
}

.gradient-to-bottom-left-lightgreen-orange {
  background: linear-gradient(to bottom left, #76FF03, #FF9800);
}

.gradient-to-bottom-right-lightgreen-orange {
  background: linear-gradient(to bottom right, #76FF03, #FF9800);
}

.gradient-radial-lightgreen-orange {
  background: radial-gradient(circle, #76FF03, #FF9800);
}

.gradient-lightgreen-orange-primary {
  background: linear-gradient(#76FF03, #FF9800, #03A9F4);
}

.gradient-lightgreen-orange-secondary {
  background: linear-gradient(#76FF03, #FF9800, #333);
}

.gradient-lightgreen-orange-success {
  background: linear-gradient(#76FF03, #FF9800, #28a745);
}

.gradient-lightgreen-orange-info {
  background: linear-gradient(#76FF03, #FF9800, #0DCAF0);
}

.gradient-lightgreen-orange-warning {
  background: linear-gradient(#76FF03, #FF9800, #FFC107);
}

.gradient-lightgreen-orange-danger {
  background: linear-gradient(#76FF03, #FF9800, #DC3545);
}

.gradient-lightgreen-orange-light {
  background: linear-gradient(#76FF03, #FF9800, #f5f5f5);
}

.gradient-lightgreen-orange-dark {
  background: linear-gradient(#76FF03, #FF9800, #212529);
}

.gradient-lightgreen-orange-red {
  background: linear-gradient(#76FF03, #FF9800, #F44336);
}

.gradient-lightgreen-orange-green {
  background: linear-gradient(#76FF03, #FF9800, #4CAF50);
}

.gradient-lightgreen-orange-blue {
  background: linear-gradient(#76FF03, #FF9800, #2196F3);
}

.gradient-lightgreen-orange-black {
  background: linear-gradient(#76FF03, #FF9800, #000);
}

.gradient-lightgreen-orange-white {
  background: linear-gradient(#76FF03, #FF9800, #fff);
}

.gradient-lightgreen-orange-pink {
  background: linear-gradient(#76FF03, #FF9800, #E91E63);
}

.gradient-lightgreen-orange-purple {
  background: linear-gradient(#76FF03, #FF9800, #9C27B0);
}

.gradient-lightgreen-orange-indigo {
  background: linear-gradient(#76FF03, #FF9800, #3E51B5);
}

.gradient-lightgreen-orange-cyan {
  background: linear-gradient(#76FF03, #FF9800, #00BCD4);
}

.gradient-lightgreen-orange-teal {
  background: linear-gradient(#76FF03, #FF9800, #009688);
}

.gradient-lightgreen-orange-lime {
  background: linear-gradient(#76FF03, #FF9800, #CDDC39);
}

.gradient-lightgreen-orange-yellow {
  background: linear-gradient(#76FF03, #FF9800, #FFEB3B);
}

.gradient-lightgreen-orange-amber {
  background: linear-gradient(#76FF03, #FF9800, #FFC107);
}

.gradient-lightgreen-orange-lightblue {
  background: linear-gradient(#76FF03, #FF9800, #03A9F4);
}

.gradient-lightgreen-orange-deeppurple {
  background: linear-gradient(#76FF03, #FF9800, #673AB7);
}

.gradient-lightgreen-orange-deeporange {
  background: linear-gradient(#76FF03, #FF9800, #DD6E0F);
}

.gradient-lightgreen-orange-brown {
  background: linear-gradient(#76FF03, #FF9800, #964B00);
}

.gradient-lightgreen-orange-grey {
  background: linear-gradient(#76FF03, #FF9800, #808080);
}

.gradient-lightgreen-lightblue {
  background: linear-gradient(#76FF03, #03A9F4);
}

.gradient-to-top-lightgreen-lightblue {
  background: linear-gradient(to top, #76FF03, #03A9F4);
}

.gradient-to-bottom-lightgreen-lightblue {
  background: linear-gradient(to bottom, #76FF03, #03A9F4);
}

.gradient-to-left-lightgreen-lightblue {
  background: linear-gradient(to left, #76FF03, #03A9F4);
}

.gradient-to-right-lightgreen-lightblue {
  background: linear-gradient(to right, #76FF03, #03A9F4);
}

.gradient-to-top-left-lightgreen-lightblue {
  background: linear-gradient(to top left, #76FF03, #03A9F4);
}

.gradient-to-top-right-lightgreen-lightblue {
  background: linear-gradient(to top right, #76FF03, #03A9F4);
}

.gradient-to-bottom-left-lightgreen-lightblue {
  background: linear-gradient(to bottom left, #76FF03, #03A9F4);
}

.gradient-to-bottom-right-lightgreen-lightblue {
  background: linear-gradient(to bottom right, #76FF03, #03A9F4);
}

.gradient-radial-lightgreen-lightblue {
  background: radial-gradient(circle, #76FF03, #03A9F4);
}

.gradient-lightgreen-lightblue-primary {
  background: linear-gradient(#76FF03, #03A9F4, #03A9F4);
}

.gradient-lightgreen-lightblue-secondary {
  background: linear-gradient(#76FF03, #03A9F4, #333);
}

.gradient-lightgreen-lightblue-success {
  background: linear-gradient(#76FF03, #03A9F4, #28a745);
}

.gradient-lightgreen-lightblue-info {
  background: linear-gradient(#76FF03, #03A9F4, #0DCAF0);
}

.gradient-lightgreen-lightblue-warning {
  background: linear-gradient(#76FF03, #03A9F4, #FFC107);
}

.gradient-lightgreen-lightblue-danger {
  background: linear-gradient(#76FF03, #03A9F4, #DC3545);
}

.gradient-lightgreen-lightblue-light {
  background: linear-gradient(#76FF03, #03A9F4, #f5f5f5);
}

.gradient-lightgreen-lightblue-dark {
  background: linear-gradient(#76FF03, #03A9F4, #212529);
}

.gradient-lightgreen-lightblue-red {
  background: linear-gradient(#76FF03, #03A9F4, #F44336);
}

.gradient-lightgreen-lightblue-green {
  background: linear-gradient(#76FF03, #03A9F4, #4CAF50);
}

.gradient-lightgreen-lightblue-blue {
  background: linear-gradient(#76FF03, #03A9F4, #2196F3);
}

.gradient-lightgreen-lightblue-black {
  background: linear-gradient(#76FF03, #03A9F4, #000);
}

.gradient-lightgreen-lightblue-white {
  background: linear-gradient(#76FF03, #03A9F4, #fff);
}

.gradient-lightgreen-lightblue-pink {
  background: linear-gradient(#76FF03, #03A9F4, #E91E63);
}

.gradient-lightgreen-lightblue-purple {
  background: linear-gradient(#76FF03, #03A9F4, #9C27B0);
}

.gradient-lightgreen-lightblue-indigo {
  background: linear-gradient(#76FF03, #03A9F4, #3E51B5);
}

.gradient-lightgreen-lightblue-cyan {
  background: linear-gradient(#76FF03, #03A9F4, #00BCD4);
}

.gradient-lightgreen-lightblue-teal {
  background: linear-gradient(#76FF03, #03A9F4, #009688);
}

.gradient-lightgreen-lightblue-lime {
  background: linear-gradient(#76FF03, #03A9F4, #CDDC39);
}

.gradient-lightgreen-lightblue-yellow {
  background: linear-gradient(#76FF03, #03A9F4, #FFEB3B);
}

.gradient-lightgreen-lightblue-amber {
  background: linear-gradient(#76FF03, #03A9F4, #FFC107);
}

.gradient-lightgreen-lightblue-orange {
  background: linear-gradient(#76FF03, #03A9F4, #FF9800);
}

.gradient-lightgreen-lightblue-deeppurple {
  background: linear-gradient(#76FF03, #03A9F4, #673AB7);
}

.gradient-lightgreen-lightblue-deeporange {
  background: linear-gradient(#76FF03, #03A9F4, #DD6E0F);
}

.gradient-lightgreen-lightblue-brown {
  background: linear-gradient(#76FF03, #03A9F4, #964B00);
}

.gradient-lightgreen-lightblue-grey {
  background: linear-gradient(#76FF03, #03A9F4, #808080);
}

.gradient-lightgreen-deeppurple {
  background: linear-gradient(#76FF03, #673AB7);
}

.gradient-to-top-lightgreen-deeppurple {
  background: linear-gradient(to top, #76FF03, #673AB7);
}

.gradient-to-bottom-lightgreen-deeppurple {
  background: linear-gradient(to bottom, #76FF03, #673AB7);
}

.gradient-to-left-lightgreen-deeppurple {
  background: linear-gradient(to left, #76FF03, #673AB7);
}

.gradient-to-right-lightgreen-deeppurple {
  background: linear-gradient(to right, #76FF03, #673AB7);
}

.gradient-to-top-left-lightgreen-deeppurple {
  background: linear-gradient(to top left, #76FF03, #673AB7);
}

.gradient-to-top-right-lightgreen-deeppurple {
  background: linear-gradient(to top right, #76FF03, #673AB7);
}

.gradient-to-bottom-left-lightgreen-deeppurple {
  background: linear-gradient(to bottom left, #76FF03, #673AB7);
}

.gradient-to-bottom-right-lightgreen-deeppurple {
  background: linear-gradient(to bottom right, #76FF03, #673AB7);
}

.gradient-radial-lightgreen-deeppurple {
  background: radial-gradient(circle, #76FF03, #673AB7);
}

.gradient-lightgreen-deeppurple-primary {
  background: linear-gradient(#76FF03, #673AB7, #03A9F4);
}

.gradient-lightgreen-deeppurple-secondary {
  background: linear-gradient(#76FF03, #673AB7, #333);
}

.gradient-lightgreen-deeppurple-success {
  background: linear-gradient(#76FF03, #673AB7, #28a745);
}

.gradient-lightgreen-deeppurple-info {
  background: linear-gradient(#76FF03, #673AB7, #0DCAF0);
}

.gradient-lightgreen-deeppurple-warning {
  background: linear-gradient(#76FF03, #673AB7, #FFC107);
}

.gradient-lightgreen-deeppurple-danger {
  background: linear-gradient(#76FF03, #673AB7, #DC3545);
}

.gradient-lightgreen-deeppurple-light {
  background: linear-gradient(#76FF03, #673AB7, #f5f5f5);
}

.gradient-lightgreen-deeppurple-dark {
  background: linear-gradient(#76FF03, #673AB7, #212529);
}

.gradient-lightgreen-deeppurple-red {
  background: linear-gradient(#76FF03, #673AB7, #F44336);
}

.gradient-lightgreen-deeppurple-green {
  background: linear-gradient(#76FF03, #673AB7, #4CAF50);
}

.gradient-lightgreen-deeppurple-blue {
  background: linear-gradient(#76FF03, #673AB7, #2196F3);
}

.gradient-lightgreen-deeppurple-black {
  background: linear-gradient(#76FF03, #673AB7, #000);
}

.gradient-lightgreen-deeppurple-white {
  background: linear-gradient(#76FF03, #673AB7, #fff);
}

.gradient-lightgreen-deeppurple-pink {
  background: linear-gradient(#76FF03, #673AB7, #E91E63);
}

.gradient-lightgreen-deeppurple-purple {
  background: linear-gradient(#76FF03, #673AB7, #9C27B0);
}

.gradient-lightgreen-deeppurple-indigo {
  background: linear-gradient(#76FF03, #673AB7, #3E51B5);
}

.gradient-lightgreen-deeppurple-cyan {
  background: linear-gradient(#76FF03, #673AB7, #00BCD4);
}

.gradient-lightgreen-deeppurple-teal {
  background: linear-gradient(#76FF03, #673AB7, #009688);
}

.gradient-lightgreen-deeppurple-lime {
  background: linear-gradient(#76FF03, #673AB7, #CDDC39);
}

.gradient-lightgreen-deeppurple-yellow {
  background: linear-gradient(#76FF03, #673AB7, #FFEB3B);
}

.gradient-lightgreen-deeppurple-amber {
  background: linear-gradient(#76FF03, #673AB7, #FFC107);
}

.gradient-lightgreen-deeppurple-orange {
  background: linear-gradient(#76FF03, #673AB7, #FF9800);
}

.gradient-lightgreen-deeppurple-lightblue {
  background: linear-gradient(#76FF03, #673AB7, #03A9F4);
}

.gradient-lightgreen-deeppurple-deeporange {
  background: linear-gradient(#76FF03, #673AB7, #DD6E0F);
}

.gradient-lightgreen-deeppurple-brown {
  background: linear-gradient(#76FF03, #673AB7, #964B00);
}

.gradient-lightgreen-deeppurple-grey {
  background: linear-gradient(#76FF03, #673AB7, #808080);
}

.gradient-lightgreen-deeporange {
  background: linear-gradient(#76FF03, #DD6E0F);
}

.gradient-to-top-lightgreen-deeporange {
  background: linear-gradient(to top, #76FF03, #DD6E0F);
}

.gradient-to-bottom-lightgreen-deeporange {
  background: linear-gradient(to bottom, #76FF03, #DD6E0F);
}

.gradient-to-left-lightgreen-deeporange {
  background: linear-gradient(to left, #76FF03, #DD6E0F);
}

.gradient-to-right-lightgreen-deeporange {
  background: linear-gradient(to right, #76FF03, #DD6E0F);
}

.gradient-to-top-left-lightgreen-deeporange {
  background: linear-gradient(to top left, #76FF03, #DD6E0F);
}

.gradient-to-top-right-lightgreen-deeporange {
  background: linear-gradient(to top right, #76FF03, #DD6E0F);
}

.gradient-to-bottom-left-lightgreen-deeporange {
  background: linear-gradient(to bottom left, #76FF03, #DD6E0F);
}

.gradient-to-bottom-right-lightgreen-deeporange {
  background: linear-gradient(to bottom right, #76FF03, #DD6E0F);
}

.gradient-radial-lightgreen-deeporange {
  background: radial-gradient(circle, #76FF03, #DD6E0F);
}

.gradient-lightgreen-deeporange-primary {
  background: linear-gradient(#76FF03, #DD6E0F, #03A9F4);
}

.gradient-lightgreen-deeporange-secondary {
  background: linear-gradient(#76FF03, #DD6E0F, #333);
}

.gradient-lightgreen-deeporange-success {
  background: linear-gradient(#76FF03, #DD6E0F, #28a745);
}

.gradient-lightgreen-deeporange-info {
  background: linear-gradient(#76FF03, #DD6E0F, #0DCAF0);
}

.gradient-lightgreen-deeporange-warning {
  background: linear-gradient(#76FF03, #DD6E0F, #FFC107);
}

.gradient-lightgreen-deeporange-danger {
  background: linear-gradient(#76FF03, #DD6E0F, #DC3545);
}

.gradient-lightgreen-deeporange-light {
  background: linear-gradient(#76FF03, #DD6E0F, #f5f5f5);
}

.gradient-lightgreen-deeporange-dark {
  background: linear-gradient(#76FF03, #DD6E0F, #212529);
}

.gradient-lightgreen-deeporange-red {
  background: linear-gradient(#76FF03, #DD6E0F, #F44336);
}

.gradient-lightgreen-deeporange-green {
  background: linear-gradient(#76FF03, #DD6E0F, #4CAF50);
}

.gradient-lightgreen-deeporange-blue {
  background: linear-gradient(#76FF03, #DD6E0F, #2196F3);
}

.gradient-lightgreen-deeporange-black {
  background: linear-gradient(#76FF03, #DD6E0F, #000);
}

.gradient-lightgreen-deeporange-white {
  background: linear-gradient(#76FF03, #DD6E0F, #fff);
}

.gradient-lightgreen-deeporange-pink {
  background: linear-gradient(#76FF03, #DD6E0F, #E91E63);
}

.gradient-lightgreen-deeporange-purple {
  background: linear-gradient(#76FF03, #DD6E0F, #9C27B0);
}

.gradient-lightgreen-deeporange-indigo {
  background: linear-gradient(#76FF03, #DD6E0F, #3E51B5);
}

.gradient-lightgreen-deeporange-cyan {
  background: linear-gradient(#76FF03, #DD6E0F, #00BCD4);
}

.gradient-lightgreen-deeporange-teal {
  background: linear-gradient(#76FF03, #DD6E0F, #009688);
}

.gradient-lightgreen-deeporange-lime {
  background: linear-gradient(#76FF03, #DD6E0F, #CDDC39);
}

.gradient-lightgreen-deeporange-yellow {
  background: linear-gradient(#76FF03, #DD6E0F, #FFEB3B);
}

.gradient-lightgreen-deeporange-amber {
  background: linear-gradient(#76FF03, #DD6E0F, #FFC107);
}

.gradient-lightgreen-deeporange-orange {
  background: linear-gradient(#76FF03, #DD6E0F, #FF9800);
}

.gradient-lightgreen-deeporange-lightblue {
  background: linear-gradient(#76FF03, #DD6E0F, #03A9F4);
}

.gradient-lightgreen-deeporange-deeppurple {
  background: linear-gradient(#76FF03, #DD6E0F, #673AB7);
}

.gradient-lightgreen-deeporange-brown {
  background: linear-gradient(#76FF03, #DD6E0F, #964B00);
}

.gradient-lightgreen-deeporange-grey {
  background: linear-gradient(#76FF03, #DD6E0F, #808080);
}

.gradient-lightgreen-brown {
  background: linear-gradient(#76FF03, #964B00);
}

.gradient-to-top-lightgreen-brown {
  background: linear-gradient(to top, #76FF03, #964B00);
}

.gradient-to-bottom-lightgreen-brown {
  background: linear-gradient(to bottom, #76FF03, #964B00);
}

.gradient-to-left-lightgreen-brown {
  background: linear-gradient(to left, #76FF03, #964B00);
}

.gradient-to-right-lightgreen-brown {
  background: linear-gradient(to right, #76FF03, #964B00);
}

.gradient-to-top-left-lightgreen-brown {
  background: linear-gradient(to top left, #76FF03, #964B00);
}

.gradient-to-top-right-lightgreen-brown {
  background: linear-gradient(to top right, #76FF03, #964B00);
}

.gradient-to-bottom-left-lightgreen-brown {
  background: linear-gradient(to bottom left, #76FF03, #964B00);
}

.gradient-to-bottom-right-lightgreen-brown {
  background: linear-gradient(to bottom right, #76FF03, #964B00);
}

.gradient-radial-lightgreen-brown {
  background: radial-gradient(circle, #76FF03, #964B00);
}

.gradient-lightgreen-brown-primary {
  background: linear-gradient(#76FF03, #964B00, #03A9F4);
}

.gradient-lightgreen-brown-secondary {
  background: linear-gradient(#76FF03, #964B00, #333);
}

.gradient-lightgreen-brown-success {
  background: linear-gradient(#76FF03, #964B00, #28a745);
}

.gradient-lightgreen-brown-info {
  background: linear-gradient(#76FF03, #964B00, #0DCAF0);
}

.gradient-lightgreen-brown-warning {
  background: linear-gradient(#76FF03, #964B00, #FFC107);
}

.gradient-lightgreen-brown-danger {
  background: linear-gradient(#76FF03, #964B00, #DC3545);
}

.gradient-lightgreen-brown-light {
  background: linear-gradient(#76FF03, #964B00, #f5f5f5);
}

.gradient-lightgreen-brown-dark {
  background: linear-gradient(#76FF03, #964B00, #212529);
}

.gradient-lightgreen-brown-red {
  background: linear-gradient(#76FF03, #964B00, #F44336);
}

.gradient-lightgreen-brown-green {
  background: linear-gradient(#76FF03, #964B00, #4CAF50);
}

.gradient-lightgreen-brown-blue {
  background: linear-gradient(#76FF03, #964B00, #2196F3);
}

.gradient-lightgreen-brown-black {
  background: linear-gradient(#76FF03, #964B00, #000);
}

.gradient-lightgreen-brown-white {
  background: linear-gradient(#76FF03, #964B00, #fff);
}

.gradient-lightgreen-brown-pink {
  background: linear-gradient(#76FF03, #964B00, #E91E63);
}

.gradient-lightgreen-brown-purple {
  background: linear-gradient(#76FF03, #964B00, #9C27B0);
}

.gradient-lightgreen-brown-indigo {
  background: linear-gradient(#76FF03, #964B00, #3E51B5);
}

.gradient-lightgreen-brown-cyan {
  background: linear-gradient(#76FF03, #964B00, #00BCD4);
}

.gradient-lightgreen-brown-teal {
  background: linear-gradient(#76FF03, #964B00, #009688);
}

.gradient-lightgreen-brown-lime {
  background: linear-gradient(#76FF03, #964B00, #CDDC39);
}

.gradient-lightgreen-brown-yellow {
  background: linear-gradient(#76FF03, #964B00, #FFEB3B);
}

.gradient-lightgreen-brown-amber {
  background: linear-gradient(#76FF03, #964B00, #FFC107);
}

.gradient-lightgreen-brown-orange {
  background: linear-gradient(#76FF03, #964B00, #FF9800);
}

.gradient-lightgreen-brown-lightblue {
  background: linear-gradient(#76FF03, #964B00, #03A9F4);
}

.gradient-lightgreen-brown-deeppurple {
  background: linear-gradient(#76FF03, #964B00, #673AB7);
}

.gradient-lightgreen-brown-deeporange {
  background: linear-gradient(#76FF03, #964B00, #DD6E0F);
}

.gradient-lightgreen-brown-grey {
  background: linear-gradient(#76FF03, #964B00, #808080);
}

.gradient-lightgreen-grey {
  background: linear-gradient(#76FF03, #808080);
}

.gradient-to-top-lightgreen-grey {
  background: linear-gradient(to top, #76FF03, #808080);
}

.gradient-to-bottom-lightgreen-grey {
  background: linear-gradient(to bottom, #76FF03, #808080);
}

.gradient-to-left-lightgreen-grey {
  background: linear-gradient(to left, #76FF03, #808080);
}

.gradient-to-right-lightgreen-grey {
  background: linear-gradient(to right, #76FF03, #808080);
}

.gradient-to-top-left-lightgreen-grey {
  background: linear-gradient(to top left, #76FF03, #808080);
}

.gradient-to-top-right-lightgreen-grey {
  background: linear-gradient(to top right, #76FF03, #808080);
}

.gradient-to-bottom-left-lightgreen-grey {
  background: linear-gradient(to bottom left, #76FF03, #808080);
}

.gradient-to-bottom-right-lightgreen-grey {
  background: linear-gradient(to bottom right, #76FF03, #808080);
}

.gradient-radial-lightgreen-grey {
  background: radial-gradient(circle, #76FF03, #808080);
}

.gradient-lightgreen-grey-primary {
  background: linear-gradient(#76FF03, #808080, #03A9F4);
}

.gradient-lightgreen-grey-secondary {
  background: linear-gradient(#76FF03, #808080, #333);
}

.gradient-lightgreen-grey-success {
  background: linear-gradient(#76FF03, #808080, #28a745);
}

.gradient-lightgreen-grey-info {
  background: linear-gradient(#76FF03, #808080, #0DCAF0);
}

.gradient-lightgreen-grey-warning {
  background: linear-gradient(#76FF03, #808080, #FFC107);
}

.gradient-lightgreen-grey-danger {
  background: linear-gradient(#76FF03, #808080, #DC3545);
}

.gradient-lightgreen-grey-light {
  background: linear-gradient(#76FF03, #808080, #f5f5f5);
}

.gradient-lightgreen-grey-dark {
  background: linear-gradient(#76FF03, #808080, #212529);
}

.gradient-lightgreen-grey-red {
  background: linear-gradient(#76FF03, #808080, #F44336);
}

.gradient-lightgreen-grey-green {
  background: linear-gradient(#76FF03, #808080, #4CAF50);
}

.gradient-lightgreen-grey-blue {
  background: linear-gradient(#76FF03, #808080, #2196F3);
}

.gradient-lightgreen-grey-black {
  background: linear-gradient(#76FF03, #808080, #000);
}

.gradient-lightgreen-grey-white {
  background: linear-gradient(#76FF03, #808080, #fff);
}

.gradient-lightgreen-grey-pink {
  background: linear-gradient(#76FF03, #808080, #E91E63);
}

.gradient-lightgreen-grey-purple {
  background: linear-gradient(#76FF03, #808080, #9C27B0);
}

.gradient-lightgreen-grey-indigo {
  background: linear-gradient(#76FF03, #808080, #3E51B5);
}

.gradient-lightgreen-grey-cyan {
  background: linear-gradient(#76FF03, #808080, #00BCD4);
}

.gradient-lightgreen-grey-teal {
  background: linear-gradient(#76FF03, #808080, #009688);
}

.gradient-lightgreen-grey-lime {
  background: linear-gradient(#76FF03, #808080, #CDDC39);
}

.gradient-lightgreen-grey-yellow {
  background: linear-gradient(#76FF03, #808080, #FFEB3B);
}

.gradient-lightgreen-grey-amber {
  background: linear-gradient(#76FF03, #808080, #FFC107);
}

.gradient-lightgreen-grey-orange {
  background: linear-gradient(#76FF03, #808080, #FF9800);
}

.gradient-lightgreen-grey-lightblue {
  background: linear-gradient(#76FF03, #808080, #03A9F4);
}

.gradient-lightgreen-grey-deeppurple {
  background: linear-gradient(#76FF03, #808080, #673AB7);
}

.gradient-lightgreen-grey-deeporange {
  background: linear-gradient(#76FF03, #808080, #DD6E0F);
}

.gradient-lightgreen-grey-brown {
  background: linear-gradient(#76FF03, #808080, #964B00);
}

.gradient-deeppurple-primary {
  background: linear-gradient(#673AB7, #03A9F4);
}

.gradient-to-top-deeppurple-primary {
  background: linear-gradient(to top, #673AB7, #03A9F4);
}

.gradient-to-bottom-deeppurple-primary {
  background: linear-gradient(to bottom, #673AB7, #03A9F4);
}

.gradient-to-left-deeppurple-primary {
  background: linear-gradient(to left, #673AB7, #03A9F4);
}

.gradient-to-right-deeppurple-primary {
  background: linear-gradient(to right, #673AB7, #03A9F4);
}

.gradient-to-top-left-deeppurple-primary {
  background: linear-gradient(to top left, #673AB7, #03A9F4);
}

.gradient-to-top-right-deeppurple-primary {
  background: linear-gradient(to top right, #673AB7, #03A9F4);
}

.gradient-to-bottom-left-deeppurple-primary {
  background: linear-gradient(to bottom left, #673AB7, #03A9F4);
}

.gradient-to-bottom-right-deeppurple-primary {
  background: linear-gradient(to bottom right, #673AB7, #03A9F4);
}

.gradient-radial-deeppurple-primary {
  background: radial-gradient(circle, #673AB7, #03A9F4);
}

.gradient-deeppurple-primary-secondary {
  background: linear-gradient(#673AB7, #03A9F4, #333);
}

.gradient-deeppurple-primary-success {
  background: linear-gradient(#673AB7, #03A9F4, #28a745);
}

.gradient-deeppurple-primary-info {
  background: linear-gradient(#673AB7, #03A9F4, #0DCAF0);
}

.gradient-deeppurple-primary-warning {
  background: linear-gradient(#673AB7, #03A9F4, #FFC107);
}

.gradient-deeppurple-primary-danger {
  background: linear-gradient(#673AB7, #03A9F4, #DC3545);
}

.gradient-deeppurple-primary-light {
  background: linear-gradient(#673AB7, #03A9F4, #f5f5f5);
}

.gradient-deeppurple-primary-dark {
  background: linear-gradient(#673AB7, #03A9F4, #212529);
}

.gradient-deeppurple-primary-red {
  background: linear-gradient(#673AB7, #03A9F4, #F44336);
}

.gradient-deeppurple-primary-green {
  background: linear-gradient(#673AB7, #03A9F4, #4CAF50);
}

.gradient-deeppurple-primary-blue {
  background: linear-gradient(#673AB7, #03A9F4, #2196F3);
}

.gradient-deeppurple-primary-black {
  background: linear-gradient(#673AB7, #03A9F4, #000);
}

.gradient-deeppurple-primary-white {
  background: linear-gradient(#673AB7, #03A9F4, #fff);
}

.gradient-deeppurple-primary-pink {
  background: linear-gradient(#673AB7, #03A9F4, #E91E63);
}

.gradient-deeppurple-primary-purple {
  background: linear-gradient(#673AB7, #03A9F4, #9C27B0);
}

.gradient-deeppurple-primary-indigo {
  background: linear-gradient(#673AB7, #03A9F4, #3E51B5);
}

.gradient-deeppurple-primary-cyan {
  background: linear-gradient(#673AB7, #03A9F4, #00BCD4);
}

.gradient-deeppurple-primary-teal {
  background: linear-gradient(#673AB7, #03A9F4, #009688);
}

.gradient-deeppurple-primary-lime {
  background: linear-gradient(#673AB7, #03A9F4, #CDDC39);
}

.gradient-deeppurple-primary-yellow {
  background: linear-gradient(#673AB7, #03A9F4, #FFEB3B);
}

.gradient-deeppurple-primary-amber {
  background: linear-gradient(#673AB7, #03A9F4, #FFC107);
}

.gradient-deeppurple-primary-orange {
  background: linear-gradient(#673AB7, #03A9F4, #FF9800);
}

.gradient-deeppurple-primary-lightblue {
  background: linear-gradient(#673AB7, #03A9F4, #03A9F4);
}

.gradient-deeppurple-primary-lightgreen {
  background: linear-gradient(#673AB7, #03A9F4, #76FF03);
}

.gradient-deeppurple-primary-deeporange {
  background: linear-gradient(#673AB7, #03A9F4, #DD6E0F);
}

.gradient-deeppurple-primary-brown {
  background: linear-gradient(#673AB7, #03A9F4, #964B00);
}

.gradient-deeppurple-primary-grey {
  background: linear-gradient(#673AB7, #03A9F4, #808080);
}

.gradient-deeppurple-secondary {
  background: linear-gradient(#673AB7, #333);
}

.gradient-to-top-deeppurple-secondary {
  background: linear-gradient(to top, #673AB7, #333);
}

.gradient-to-bottom-deeppurple-secondary {
  background: linear-gradient(to bottom, #673AB7, #333);
}

.gradient-to-left-deeppurple-secondary {
  background: linear-gradient(to left, #673AB7, #333);
}

.gradient-to-right-deeppurple-secondary {
  background: linear-gradient(to right, #673AB7, #333);
}

.gradient-to-top-left-deeppurple-secondary {
  background: linear-gradient(to top left, #673AB7, #333);
}

.gradient-to-top-right-deeppurple-secondary {
  background: linear-gradient(to top right, #673AB7, #333);
}

.gradient-to-bottom-left-deeppurple-secondary {
  background: linear-gradient(to bottom left, #673AB7, #333);
}

.gradient-to-bottom-right-deeppurple-secondary {
  background: linear-gradient(to bottom right, #673AB7, #333);
}

.gradient-radial-deeppurple-secondary {
  background: radial-gradient(circle, #673AB7, #333);
}

.gradient-deeppurple-secondary-primary {
  background: linear-gradient(#673AB7, #333, #03A9F4);
}

.gradient-deeppurple-secondary-success {
  background: linear-gradient(#673AB7, #333, #28a745);
}

.gradient-deeppurple-secondary-info {
  background: linear-gradient(#673AB7, #333, #0DCAF0);
}

.gradient-deeppurple-secondary-warning {
  background: linear-gradient(#673AB7, #333, #FFC107);
}

.gradient-deeppurple-secondary-danger {
  background: linear-gradient(#673AB7, #333, #DC3545);
}

.gradient-deeppurple-secondary-light {
  background: linear-gradient(#673AB7, #333, #f5f5f5);
}

.gradient-deeppurple-secondary-dark {
  background: linear-gradient(#673AB7, #333, #212529);
}

.gradient-deeppurple-secondary-red {
  background: linear-gradient(#673AB7, #333, #F44336);
}

.gradient-deeppurple-secondary-green {
  background: linear-gradient(#673AB7, #333, #4CAF50);
}

.gradient-deeppurple-secondary-blue {
  background: linear-gradient(#673AB7, #333, #2196F3);
}

.gradient-deeppurple-secondary-black {
  background: linear-gradient(#673AB7, #333, #000);
}

.gradient-deeppurple-secondary-white {
  background: linear-gradient(#673AB7, #333, #fff);
}

.gradient-deeppurple-secondary-pink {
  background: linear-gradient(#673AB7, #333, #E91E63);
}

.gradient-deeppurple-secondary-purple {
  background: linear-gradient(#673AB7, #333, #9C27B0);
}

.gradient-deeppurple-secondary-indigo {
  background: linear-gradient(#673AB7, #333, #3E51B5);
}

.gradient-deeppurple-secondary-cyan {
  background: linear-gradient(#673AB7, #333, #00BCD4);
}

.gradient-deeppurple-secondary-teal {
  background: linear-gradient(#673AB7, #333, #009688);
}

.gradient-deeppurple-secondary-lime {
  background: linear-gradient(#673AB7, #333, #CDDC39);
}

.gradient-deeppurple-secondary-yellow {
  background: linear-gradient(#673AB7, #333, #FFEB3B);
}

.gradient-deeppurple-secondary-amber {
  background: linear-gradient(#673AB7, #333, #FFC107);
}

.gradient-deeppurple-secondary-orange {
  background: linear-gradient(#673AB7, #333, #FF9800);
}

.gradient-deeppurple-secondary-lightblue {
  background: linear-gradient(#673AB7, #333, #03A9F4);
}

.gradient-deeppurple-secondary-lightgreen {
  background: linear-gradient(#673AB7, #333, #76FF03);
}

.gradient-deeppurple-secondary-deeporange {
  background: linear-gradient(#673AB7, #333, #DD6E0F);
}

.gradient-deeppurple-secondary-brown {
  background: linear-gradient(#673AB7, #333, #964B00);
}

.gradient-deeppurple-secondary-grey {
  background: linear-gradient(#673AB7, #333, #808080);
}

.gradient-deeppurple-success {
  background: linear-gradient(#673AB7, #28a745);
}

.gradient-to-top-deeppurple-success {
  background: linear-gradient(to top, #673AB7, #28a745);
}

.gradient-to-bottom-deeppurple-success {
  background: linear-gradient(to bottom, #673AB7, #28a745);
}

.gradient-to-left-deeppurple-success {
  background: linear-gradient(to left, #673AB7, #28a745);
}

.gradient-to-right-deeppurple-success {
  background: linear-gradient(to right, #673AB7, #28a745);
}

.gradient-to-top-left-deeppurple-success {
  background: linear-gradient(to top left, #673AB7, #28a745);
}

.gradient-to-top-right-deeppurple-success {
  background: linear-gradient(to top right, #673AB7, #28a745);
}

.gradient-to-bottom-left-deeppurple-success {
  background: linear-gradient(to bottom left, #673AB7, #28a745);
}

.gradient-to-bottom-right-deeppurple-success {
  background: linear-gradient(to bottom right, #673AB7, #28a745);
}

.gradient-radial-deeppurple-success {
  background: radial-gradient(circle, #673AB7, #28a745);
}

.gradient-deeppurple-success-primary {
  background: linear-gradient(#673AB7, #28a745, #03A9F4);
}

.gradient-deeppurple-success-secondary {
  background: linear-gradient(#673AB7, #28a745, #333);
}

.gradient-deeppurple-success-info {
  background: linear-gradient(#673AB7, #28a745, #0DCAF0);
}

.gradient-deeppurple-success-warning {
  background: linear-gradient(#673AB7, #28a745, #FFC107);
}

.gradient-deeppurple-success-danger {
  background: linear-gradient(#673AB7, #28a745, #DC3545);
}

.gradient-deeppurple-success-light {
  background: linear-gradient(#673AB7, #28a745, #f5f5f5);
}

.gradient-deeppurple-success-dark {
  background: linear-gradient(#673AB7, #28a745, #212529);
}

.gradient-deeppurple-success-red {
  background: linear-gradient(#673AB7, #28a745, #F44336);
}

.gradient-deeppurple-success-green {
  background: linear-gradient(#673AB7, #28a745, #4CAF50);
}

.gradient-deeppurple-success-blue {
  background: linear-gradient(#673AB7, #28a745, #2196F3);
}

.gradient-deeppurple-success-black {
  background: linear-gradient(#673AB7, #28a745, #000);
}

.gradient-deeppurple-success-white {
  background: linear-gradient(#673AB7, #28a745, #fff);
}

.gradient-deeppurple-success-pink {
  background: linear-gradient(#673AB7, #28a745, #E91E63);
}

.gradient-deeppurple-success-purple {
  background: linear-gradient(#673AB7, #28a745, #9C27B0);
}

.gradient-deeppurple-success-indigo {
  background: linear-gradient(#673AB7, #28a745, #3E51B5);
}

.gradient-deeppurple-success-cyan {
  background: linear-gradient(#673AB7, #28a745, #00BCD4);
}

.gradient-deeppurple-success-teal {
  background: linear-gradient(#673AB7, #28a745, #009688);
}

.gradient-deeppurple-success-lime {
  background: linear-gradient(#673AB7, #28a745, #CDDC39);
}

.gradient-deeppurple-success-yellow {
  background: linear-gradient(#673AB7, #28a745, #FFEB3B);
}

.gradient-deeppurple-success-amber {
  background: linear-gradient(#673AB7, #28a745, #FFC107);
}

.gradient-deeppurple-success-orange {
  background: linear-gradient(#673AB7, #28a745, #FF9800);
}

.gradient-deeppurple-success-lightblue {
  background: linear-gradient(#673AB7, #28a745, #03A9F4);
}

.gradient-deeppurple-success-lightgreen {
  background: linear-gradient(#673AB7, #28a745, #76FF03);
}

.gradient-deeppurple-success-deeporange {
  background: linear-gradient(#673AB7, #28a745, #DD6E0F);
}

.gradient-deeppurple-success-brown {
  background: linear-gradient(#673AB7, #28a745, #964B00);
}

.gradient-deeppurple-success-grey {
  background: linear-gradient(#673AB7, #28a745, #808080);
}

.gradient-deeppurple-info {
  background: linear-gradient(#673AB7, #0DCAF0);
}

.gradient-to-top-deeppurple-info {
  background: linear-gradient(to top, #673AB7, #0DCAF0);
}

.gradient-to-bottom-deeppurple-info {
  background: linear-gradient(to bottom, #673AB7, #0DCAF0);
}

.gradient-to-left-deeppurple-info {
  background: linear-gradient(to left, #673AB7, #0DCAF0);
}

.gradient-to-right-deeppurple-info {
  background: linear-gradient(to right, #673AB7, #0DCAF0);
}

.gradient-to-top-left-deeppurple-info {
  background: linear-gradient(to top left, #673AB7, #0DCAF0);
}

.gradient-to-top-right-deeppurple-info {
  background: linear-gradient(to top right, #673AB7, #0DCAF0);
}

.gradient-to-bottom-left-deeppurple-info {
  background: linear-gradient(to bottom left, #673AB7, #0DCAF0);
}

.gradient-to-bottom-right-deeppurple-info {
  background: linear-gradient(to bottom right, #673AB7, #0DCAF0);
}

.gradient-radial-deeppurple-info {
  background: radial-gradient(circle, #673AB7, #0DCAF0);
}

.gradient-deeppurple-info-primary {
  background: linear-gradient(#673AB7, #0DCAF0, #03A9F4);
}

.gradient-deeppurple-info-secondary {
  background: linear-gradient(#673AB7, #0DCAF0, #333);
}

.gradient-deeppurple-info-success {
  background: linear-gradient(#673AB7, #0DCAF0, #28a745);
}

.gradient-deeppurple-info-warning {
  background: linear-gradient(#673AB7, #0DCAF0, #FFC107);
}

.gradient-deeppurple-info-danger {
  background: linear-gradient(#673AB7, #0DCAF0, #DC3545);
}

.gradient-deeppurple-info-light {
  background: linear-gradient(#673AB7, #0DCAF0, #f5f5f5);
}

.gradient-deeppurple-info-dark {
  background: linear-gradient(#673AB7, #0DCAF0, #212529);
}

.gradient-deeppurple-info-red {
  background: linear-gradient(#673AB7, #0DCAF0, #F44336);
}

.gradient-deeppurple-info-green {
  background: linear-gradient(#673AB7, #0DCAF0, #4CAF50);
}

.gradient-deeppurple-info-blue {
  background: linear-gradient(#673AB7, #0DCAF0, #2196F3);
}

.gradient-deeppurple-info-black {
  background: linear-gradient(#673AB7, #0DCAF0, #000);
}

.gradient-deeppurple-info-white {
  background: linear-gradient(#673AB7, #0DCAF0, #fff);
}

.gradient-deeppurple-info-pink {
  background: linear-gradient(#673AB7, #0DCAF0, #E91E63);
}

.gradient-deeppurple-info-purple {
  background: linear-gradient(#673AB7, #0DCAF0, #9C27B0);
}

.gradient-deeppurple-info-indigo {
  background: linear-gradient(#673AB7, #0DCAF0, #3E51B5);
}

.gradient-deeppurple-info-cyan {
  background: linear-gradient(#673AB7, #0DCAF0, #00BCD4);
}

.gradient-deeppurple-info-teal {
  background: linear-gradient(#673AB7, #0DCAF0, #009688);
}

.gradient-deeppurple-info-lime {
  background: linear-gradient(#673AB7, #0DCAF0, #CDDC39);
}

.gradient-deeppurple-info-yellow {
  background: linear-gradient(#673AB7, #0DCAF0, #FFEB3B);
}

.gradient-deeppurple-info-amber {
  background: linear-gradient(#673AB7, #0DCAF0, #FFC107);
}

.gradient-deeppurple-info-orange {
  background: linear-gradient(#673AB7, #0DCAF0, #FF9800);
}

.gradient-deeppurple-info-lightblue {
  background: linear-gradient(#673AB7, #0DCAF0, #03A9F4);
}

.gradient-deeppurple-info-lightgreen {
  background: linear-gradient(#673AB7, #0DCAF0, #76FF03);
}

.gradient-deeppurple-info-deeporange {
  background: linear-gradient(#673AB7, #0DCAF0, #DD6E0F);
}

.gradient-deeppurple-info-brown {
  background: linear-gradient(#673AB7, #0DCAF0, #964B00);
}

.gradient-deeppurple-info-grey {
  background: linear-gradient(#673AB7, #0DCAF0, #808080);
}

.gradient-deeppurple-warning {
  background: linear-gradient(#673AB7, #FFC107);
}

.gradient-to-top-deeppurple-warning {
  background: linear-gradient(to top, #673AB7, #FFC107);
}

.gradient-to-bottom-deeppurple-warning {
  background: linear-gradient(to bottom, #673AB7, #FFC107);
}

.gradient-to-left-deeppurple-warning {
  background: linear-gradient(to left, #673AB7, #FFC107);
}

.gradient-to-right-deeppurple-warning {
  background: linear-gradient(to right, #673AB7, #FFC107);
}

.gradient-to-top-left-deeppurple-warning {
  background: linear-gradient(to top left, #673AB7, #FFC107);
}

.gradient-to-top-right-deeppurple-warning {
  background: linear-gradient(to top right, #673AB7, #FFC107);
}

.gradient-to-bottom-left-deeppurple-warning {
  background: linear-gradient(to bottom left, #673AB7, #FFC107);
}

.gradient-to-bottom-right-deeppurple-warning {
  background: linear-gradient(to bottom right, #673AB7, #FFC107);
}

.gradient-radial-deeppurple-warning {
  background: radial-gradient(circle, #673AB7, #FFC107);
}

.gradient-deeppurple-warning-primary {
  background: linear-gradient(#673AB7, #FFC107, #03A9F4);
}

.gradient-deeppurple-warning-secondary {
  background: linear-gradient(#673AB7, #FFC107, #333);
}

.gradient-deeppurple-warning-success {
  background: linear-gradient(#673AB7, #FFC107, #28a745);
}

.gradient-deeppurple-warning-info {
  background: linear-gradient(#673AB7, #FFC107, #0DCAF0);
}

.gradient-deeppurple-warning-danger {
  background: linear-gradient(#673AB7, #FFC107, #DC3545);
}

.gradient-deeppurple-warning-light {
  background: linear-gradient(#673AB7, #FFC107, #f5f5f5);
}

.gradient-deeppurple-warning-dark {
  background: linear-gradient(#673AB7, #FFC107, #212529);
}

.gradient-deeppurple-warning-red {
  background: linear-gradient(#673AB7, #FFC107, #F44336);
}

.gradient-deeppurple-warning-green {
  background: linear-gradient(#673AB7, #FFC107, #4CAF50);
}

.gradient-deeppurple-warning-blue {
  background: linear-gradient(#673AB7, #FFC107, #2196F3);
}

.gradient-deeppurple-warning-black {
  background: linear-gradient(#673AB7, #FFC107, #000);
}

.gradient-deeppurple-warning-white {
  background: linear-gradient(#673AB7, #FFC107, #fff);
}

.gradient-deeppurple-warning-pink {
  background: linear-gradient(#673AB7, #FFC107, #E91E63);
}

.gradient-deeppurple-warning-purple {
  background: linear-gradient(#673AB7, #FFC107, #9C27B0);
}

.gradient-deeppurple-warning-indigo {
  background: linear-gradient(#673AB7, #FFC107, #3E51B5);
}

.gradient-deeppurple-warning-cyan {
  background: linear-gradient(#673AB7, #FFC107, #00BCD4);
}

.gradient-deeppurple-warning-teal {
  background: linear-gradient(#673AB7, #FFC107, #009688);
}

.gradient-deeppurple-warning-lime {
  background: linear-gradient(#673AB7, #FFC107, #CDDC39);
}

.gradient-deeppurple-warning-yellow {
  background: linear-gradient(#673AB7, #FFC107, #FFEB3B);
}

.gradient-deeppurple-warning-amber {
  background: linear-gradient(#673AB7, #FFC107, #FFC107);
}

.gradient-deeppurple-warning-orange {
  background: linear-gradient(#673AB7, #FFC107, #FF9800);
}

.gradient-deeppurple-warning-lightblue {
  background: linear-gradient(#673AB7, #FFC107, #03A9F4);
}

.gradient-deeppurple-warning-lightgreen {
  background: linear-gradient(#673AB7, #FFC107, #76FF03);
}

.gradient-deeppurple-warning-deeporange {
  background: linear-gradient(#673AB7, #FFC107, #DD6E0F);
}

.gradient-deeppurple-warning-brown {
  background: linear-gradient(#673AB7, #FFC107, #964B00);
}

.gradient-deeppurple-warning-grey {
  background: linear-gradient(#673AB7, #FFC107, #808080);
}

.gradient-deeppurple-danger {
  background: linear-gradient(#673AB7, #DC3545);
}

.gradient-to-top-deeppurple-danger {
  background: linear-gradient(to top, #673AB7, #DC3545);
}

.gradient-to-bottom-deeppurple-danger {
  background: linear-gradient(to bottom, #673AB7, #DC3545);
}

.gradient-to-left-deeppurple-danger {
  background: linear-gradient(to left, #673AB7, #DC3545);
}

.gradient-to-right-deeppurple-danger {
  background: linear-gradient(to right, #673AB7, #DC3545);
}

.gradient-to-top-left-deeppurple-danger {
  background: linear-gradient(to top left, #673AB7, #DC3545);
}

.gradient-to-top-right-deeppurple-danger {
  background: linear-gradient(to top right, #673AB7, #DC3545);
}

.gradient-to-bottom-left-deeppurple-danger {
  background: linear-gradient(to bottom left, #673AB7, #DC3545);
}

.gradient-to-bottom-right-deeppurple-danger {
  background: linear-gradient(to bottom right, #673AB7, #DC3545);
}

.gradient-radial-deeppurple-danger {
  background: radial-gradient(circle, #673AB7, #DC3545);
}

.gradient-deeppurple-danger-primary {
  background: linear-gradient(#673AB7, #DC3545, #03A9F4);
}

.gradient-deeppurple-danger-secondary {
  background: linear-gradient(#673AB7, #DC3545, #333);
}

.gradient-deeppurple-danger-success {
  background: linear-gradient(#673AB7, #DC3545, #28a745);
}

.gradient-deeppurple-danger-info {
  background: linear-gradient(#673AB7, #DC3545, #0DCAF0);
}

.gradient-deeppurple-danger-warning {
  background: linear-gradient(#673AB7, #DC3545, #FFC107);
}

.gradient-deeppurple-danger-light {
  background: linear-gradient(#673AB7, #DC3545, #f5f5f5);
}

.gradient-deeppurple-danger-dark {
  background: linear-gradient(#673AB7, #DC3545, #212529);
}

.gradient-deeppurple-danger-red {
  background: linear-gradient(#673AB7, #DC3545, #F44336);
}

.gradient-deeppurple-danger-green {
  background: linear-gradient(#673AB7, #DC3545, #4CAF50);
}

.gradient-deeppurple-danger-blue {
  background: linear-gradient(#673AB7, #DC3545, #2196F3);
}

.gradient-deeppurple-danger-black {
  background: linear-gradient(#673AB7, #DC3545, #000);
}

.gradient-deeppurple-danger-white {
  background: linear-gradient(#673AB7, #DC3545, #fff);
}

.gradient-deeppurple-danger-pink {
  background: linear-gradient(#673AB7, #DC3545, #E91E63);
}

.gradient-deeppurple-danger-purple {
  background: linear-gradient(#673AB7, #DC3545, #9C27B0);
}

.gradient-deeppurple-danger-indigo {
  background: linear-gradient(#673AB7, #DC3545, #3E51B5);
}

.gradient-deeppurple-danger-cyan {
  background: linear-gradient(#673AB7, #DC3545, #00BCD4);
}

.gradient-deeppurple-danger-teal {
  background: linear-gradient(#673AB7, #DC3545, #009688);
}

.gradient-deeppurple-danger-lime {
  background: linear-gradient(#673AB7, #DC3545, #CDDC39);
}

.gradient-deeppurple-danger-yellow {
  background: linear-gradient(#673AB7, #DC3545, #FFEB3B);
}

.gradient-deeppurple-danger-amber {
  background: linear-gradient(#673AB7, #DC3545, #FFC107);
}

.gradient-deeppurple-danger-orange {
  background: linear-gradient(#673AB7, #DC3545, #FF9800);
}

.gradient-deeppurple-danger-lightblue {
  background: linear-gradient(#673AB7, #DC3545, #03A9F4);
}

.gradient-deeppurple-danger-lightgreen {
  background: linear-gradient(#673AB7, #DC3545, #76FF03);
}

.gradient-deeppurple-danger-deeporange {
  background: linear-gradient(#673AB7, #DC3545, #DD6E0F);
}

.gradient-deeppurple-danger-brown {
  background: linear-gradient(#673AB7, #DC3545, #964B00);
}

.gradient-deeppurple-danger-grey {
  background: linear-gradient(#673AB7, #DC3545, #808080);
}

.gradient-deeppurple-light {
  background: linear-gradient(#673AB7, #f5f5f5);
}

.gradient-to-top-deeppurple-light {
  background: linear-gradient(to top, #673AB7, #f5f5f5);
}

.gradient-to-bottom-deeppurple-light {
  background: linear-gradient(to bottom, #673AB7, #f5f5f5);
}

.gradient-to-left-deeppurple-light {
  background: linear-gradient(to left, #673AB7, #f5f5f5);
}

.gradient-to-right-deeppurple-light {
  background: linear-gradient(to right, #673AB7, #f5f5f5);
}

.gradient-to-top-left-deeppurple-light {
  background: linear-gradient(to top left, #673AB7, #f5f5f5);
}

.gradient-to-top-right-deeppurple-light {
  background: linear-gradient(to top right, #673AB7, #f5f5f5);
}

.gradient-to-bottom-left-deeppurple-light {
  background: linear-gradient(to bottom left, #673AB7, #f5f5f5);
}

.gradient-to-bottom-right-deeppurple-light {
  background: linear-gradient(to bottom right, #673AB7, #f5f5f5);
}

.gradient-radial-deeppurple-light {
  background: radial-gradient(circle, #673AB7, #f5f5f5);
}

.gradient-deeppurple-light-primary {
  background: linear-gradient(#673AB7, #f5f5f5, #03A9F4);
}

.gradient-deeppurple-light-secondary {
  background: linear-gradient(#673AB7, #f5f5f5, #333);
}

.gradient-deeppurple-light-success {
  background: linear-gradient(#673AB7, #f5f5f5, #28a745);
}

.gradient-deeppurple-light-info {
  background: linear-gradient(#673AB7, #f5f5f5, #0DCAF0);
}

.gradient-deeppurple-light-warning {
  background: linear-gradient(#673AB7, #f5f5f5, #FFC107);
}

.gradient-deeppurple-light-danger {
  background: linear-gradient(#673AB7, #f5f5f5, #DC3545);
}

.gradient-deeppurple-light-dark {
  background: linear-gradient(#673AB7, #f5f5f5, #212529);
}

.gradient-deeppurple-light-red {
  background: linear-gradient(#673AB7, #f5f5f5, #F44336);
}

.gradient-deeppurple-light-green {
  background: linear-gradient(#673AB7, #f5f5f5, #4CAF50);
}

.gradient-deeppurple-light-blue {
  background: linear-gradient(#673AB7, #f5f5f5, #2196F3);
}

.gradient-deeppurple-light-black {
  background: linear-gradient(#673AB7, #f5f5f5, #000);
}

.gradient-deeppurple-light-white {
  background: linear-gradient(#673AB7, #f5f5f5, #fff);
}

.gradient-deeppurple-light-pink {
  background: linear-gradient(#673AB7, #f5f5f5, #E91E63);
}

.gradient-deeppurple-light-purple {
  background: linear-gradient(#673AB7, #f5f5f5, #9C27B0);
}

.gradient-deeppurple-light-indigo {
  background: linear-gradient(#673AB7, #f5f5f5, #3E51B5);
}

.gradient-deeppurple-light-cyan {
  background: linear-gradient(#673AB7, #f5f5f5, #00BCD4);
}

.gradient-deeppurple-light-teal {
  background: linear-gradient(#673AB7, #f5f5f5, #009688);
}

.gradient-deeppurple-light-lime {
  background: linear-gradient(#673AB7, #f5f5f5, #CDDC39);
}

.gradient-deeppurple-light-yellow {
  background: linear-gradient(#673AB7, #f5f5f5, #FFEB3B);
}

.gradient-deeppurple-light-amber {
  background: linear-gradient(#673AB7, #f5f5f5, #FFC107);
}

.gradient-deeppurple-light-orange {
  background: linear-gradient(#673AB7, #f5f5f5, #FF9800);
}

.gradient-deeppurple-light-lightblue {
  background: linear-gradient(#673AB7, #f5f5f5, #03A9F4);
}

.gradient-deeppurple-light-lightgreen {
  background: linear-gradient(#673AB7, #f5f5f5, #76FF03);
}

.gradient-deeppurple-light-deeporange {
  background: linear-gradient(#673AB7, #f5f5f5, #DD6E0F);
}

.gradient-deeppurple-light-brown {
  background: linear-gradient(#673AB7, #f5f5f5, #964B00);
}

.gradient-deeppurple-light-grey {
  background: linear-gradient(#673AB7, #f5f5f5, #808080);
}

.gradient-deeppurple-dark {
  background: linear-gradient(#673AB7, #212529);
}

.gradient-to-top-deeppurple-dark {
  background: linear-gradient(to top, #673AB7, #212529);
}

.gradient-to-bottom-deeppurple-dark {
  background: linear-gradient(to bottom, #673AB7, #212529);
}

.gradient-to-left-deeppurple-dark {
  background: linear-gradient(to left, #673AB7, #212529);
}

.gradient-to-right-deeppurple-dark {
  background: linear-gradient(to right, #673AB7, #212529);
}

.gradient-to-top-left-deeppurple-dark {
  background: linear-gradient(to top left, #673AB7, #212529);
}

.gradient-to-top-right-deeppurple-dark {
  background: linear-gradient(to top right, #673AB7, #212529);
}

.gradient-to-bottom-left-deeppurple-dark {
  background: linear-gradient(to bottom left, #673AB7, #212529);
}

.gradient-to-bottom-right-deeppurple-dark {
  background: linear-gradient(to bottom right, #673AB7, #212529);
}

.gradient-radial-deeppurple-dark {
  background: radial-gradient(circle, #673AB7, #212529);
}

.gradient-deeppurple-dark-primary {
  background: linear-gradient(#673AB7, #212529, #03A9F4);
}

.gradient-deeppurple-dark-secondary {
  background: linear-gradient(#673AB7, #212529, #333);
}

.gradient-deeppurple-dark-success {
  background: linear-gradient(#673AB7, #212529, #28a745);
}

.gradient-deeppurple-dark-info {
  background: linear-gradient(#673AB7, #212529, #0DCAF0);
}

.gradient-deeppurple-dark-warning {
  background: linear-gradient(#673AB7, #212529, #FFC107);
}

.gradient-deeppurple-dark-danger {
  background: linear-gradient(#673AB7, #212529, #DC3545);
}

.gradient-deeppurple-dark-light {
  background: linear-gradient(#673AB7, #212529, #f5f5f5);
}

.gradient-deeppurple-dark-red {
  background: linear-gradient(#673AB7, #212529, #F44336);
}

.gradient-deeppurple-dark-green {
  background: linear-gradient(#673AB7, #212529, #4CAF50);
}

.gradient-deeppurple-dark-blue {
  background: linear-gradient(#673AB7, #212529, #2196F3);
}

.gradient-deeppurple-dark-black {
  background: linear-gradient(#673AB7, #212529, #000);
}

.gradient-deeppurple-dark-white {
  background: linear-gradient(#673AB7, #212529, #fff);
}

.gradient-deeppurple-dark-pink {
  background: linear-gradient(#673AB7, #212529, #E91E63);
}

.gradient-deeppurple-dark-purple {
  background: linear-gradient(#673AB7, #212529, #9C27B0);
}

.gradient-deeppurple-dark-indigo {
  background: linear-gradient(#673AB7, #212529, #3E51B5);
}

.gradient-deeppurple-dark-cyan {
  background: linear-gradient(#673AB7, #212529, #00BCD4);
}

.gradient-deeppurple-dark-teal {
  background: linear-gradient(#673AB7, #212529, #009688);
}

.gradient-deeppurple-dark-lime {
  background: linear-gradient(#673AB7, #212529, #CDDC39);
}

.gradient-deeppurple-dark-yellow {
  background: linear-gradient(#673AB7, #212529, #FFEB3B);
}

.gradient-deeppurple-dark-amber {
  background: linear-gradient(#673AB7, #212529, #FFC107);
}

.gradient-deeppurple-dark-orange {
  background: linear-gradient(#673AB7, #212529, #FF9800);
}

.gradient-deeppurple-dark-lightblue {
  background: linear-gradient(#673AB7, #212529, #03A9F4);
}

.gradient-deeppurple-dark-lightgreen {
  background: linear-gradient(#673AB7, #212529, #76FF03);
}

.gradient-deeppurple-dark-deeporange {
  background: linear-gradient(#673AB7, #212529, #DD6E0F);
}

.gradient-deeppurple-dark-brown {
  background: linear-gradient(#673AB7, #212529, #964B00);
}

.gradient-deeppurple-dark-grey {
  background: linear-gradient(#673AB7, #212529, #808080);
}

.gradient-deeppurple-red {
  background: linear-gradient(#673AB7, #F44336);
}

.gradient-to-top-deeppurple-red {
  background: linear-gradient(to top, #673AB7, #F44336);
}

.gradient-to-bottom-deeppurple-red {
  background: linear-gradient(to bottom, #673AB7, #F44336);
}

.gradient-to-left-deeppurple-red {
  background: linear-gradient(to left, #673AB7, #F44336);
}

.gradient-to-right-deeppurple-red {
  background: linear-gradient(to right, #673AB7, #F44336);
}

.gradient-to-top-left-deeppurple-red {
  background: linear-gradient(to top left, #673AB7, #F44336);
}

.gradient-to-top-right-deeppurple-red {
  background: linear-gradient(to top right, #673AB7, #F44336);
}

.gradient-to-bottom-left-deeppurple-red {
  background: linear-gradient(to bottom left, #673AB7, #F44336);
}

.gradient-to-bottom-right-deeppurple-red {
  background: linear-gradient(to bottom right, #673AB7, #F44336);
}

.gradient-radial-deeppurple-red {
  background: radial-gradient(circle, #673AB7, #F44336);
}

.gradient-deeppurple-red-primary {
  background: linear-gradient(#673AB7, #F44336, #03A9F4);
}

.gradient-deeppurple-red-secondary {
  background: linear-gradient(#673AB7, #F44336, #333);
}

.gradient-deeppurple-red-success {
  background: linear-gradient(#673AB7, #F44336, #28a745);
}

.gradient-deeppurple-red-info {
  background: linear-gradient(#673AB7, #F44336, #0DCAF0);
}

.gradient-deeppurple-red-warning {
  background: linear-gradient(#673AB7, #F44336, #FFC107);
}

.gradient-deeppurple-red-danger {
  background: linear-gradient(#673AB7, #F44336, #DC3545);
}

.gradient-deeppurple-red-light {
  background: linear-gradient(#673AB7, #F44336, #f5f5f5);
}

.gradient-deeppurple-red-dark {
  background: linear-gradient(#673AB7, #F44336, #212529);
}

.gradient-deeppurple-red-green {
  background: linear-gradient(#673AB7, #F44336, #4CAF50);
}

.gradient-deeppurple-red-blue {
  background: linear-gradient(#673AB7, #F44336, #2196F3);
}

.gradient-deeppurple-red-black {
  background: linear-gradient(#673AB7, #F44336, #000);
}

.gradient-deeppurple-red-white {
  background: linear-gradient(#673AB7, #F44336, #fff);
}

.gradient-deeppurple-red-pink {
  background: linear-gradient(#673AB7, #F44336, #E91E63);
}

.gradient-deeppurple-red-purple {
  background: linear-gradient(#673AB7, #F44336, #9C27B0);
}

.gradient-deeppurple-red-indigo {
  background: linear-gradient(#673AB7, #F44336, #3E51B5);
}

.gradient-deeppurple-red-cyan {
  background: linear-gradient(#673AB7, #F44336, #00BCD4);
}

.gradient-deeppurple-red-teal {
  background: linear-gradient(#673AB7, #F44336, #009688);
}

.gradient-deeppurple-red-lime {
  background: linear-gradient(#673AB7, #F44336, #CDDC39);
}

.gradient-deeppurple-red-yellow {
  background: linear-gradient(#673AB7, #F44336, #FFEB3B);
}

.gradient-deeppurple-red-amber {
  background: linear-gradient(#673AB7, #F44336, #FFC107);
}

.gradient-deeppurple-red-orange {
  background: linear-gradient(#673AB7, #F44336, #FF9800);
}

.gradient-deeppurple-red-lightblue {
  background: linear-gradient(#673AB7, #F44336, #03A9F4);
}

.gradient-deeppurple-red-lightgreen {
  background: linear-gradient(#673AB7, #F44336, #76FF03);
}

.gradient-deeppurple-red-deeporange {
  background: linear-gradient(#673AB7, #F44336, #DD6E0F);
}

.gradient-deeppurple-red-brown {
  background: linear-gradient(#673AB7, #F44336, #964B00);
}

.gradient-deeppurple-red-grey {
  background: linear-gradient(#673AB7, #F44336, #808080);
}

.gradient-deeppurple-green {
  background: linear-gradient(#673AB7, #4CAF50);
}

.gradient-to-top-deeppurple-green {
  background: linear-gradient(to top, #673AB7, #4CAF50);
}

.gradient-to-bottom-deeppurple-green {
  background: linear-gradient(to bottom, #673AB7, #4CAF50);
}

.gradient-to-left-deeppurple-green {
  background: linear-gradient(to left, #673AB7, #4CAF50);
}

.gradient-to-right-deeppurple-green {
  background: linear-gradient(to right, #673AB7, #4CAF50);
}

.gradient-to-top-left-deeppurple-green {
  background: linear-gradient(to top left, #673AB7, #4CAF50);
}

.gradient-to-top-right-deeppurple-green {
  background: linear-gradient(to top right, #673AB7, #4CAF50);
}

.gradient-to-bottom-left-deeppurple-green {
  background: linear-gradient(to bottom left, #673AB7, #4CAF50);
}

.gradient-to-bottom-right-deeppurple-green {
  background: linear-gradient(to bottom right, #673AB7, #4CAF50);
}

.gradient-radial-deeppurple-green {
  background: radial-gradient(circle, #673AB7, #4CAF50);
}

.gradient-deeppurple-green-primary {
  background: linear-gradient(#673AB7, #4CAF50, #03A9F4);
}

.gradient-deeppurple-green-secondary {
  background: linear-gradient(#673AB7, #4CAF50, #333);
}

.gradient-deeppurple-green-success {
  background: linear-gradient(#673AB7, #4CAF50, #28a745);
}

.gradient-deeppurple-green-info {
  background: linear-gradient(#673AB7, #4CAF50, #0DCAF0);
}

.gradient-deeppurple-green-warning {
  background: linear-gradient(#673AB7, #4CAF50, #FFC107);
}

.gradient-deeppurple-green-danger {
  background: linear-gradient(#673AB7, #4CAF50, #DC3545);
}

.gradient-deeppurple-green-light {
  background: linear-gradient(#673AB7, #4CAF50, #f5f5f5);
}

.gradient-deeppurple-green-dark {
  background: linear-gradient(#673AB7, #4CAF50, #212529);
}

.gradient-deeppurple-green-red {
  background: linear-gradient(#673AB7, #4CAF50, #F44336);
}

.gradient-deeppurple-green-blue {
  background: linear-gradient(#673AB7, #4CAF50, #2196F3);
}

.gradient-deeppurple-green-black {
  background: linear-gradient(#673AB7, #4CAF50, #000);
}

.gradient-deeppurple-green-white {
  background: linear-gradient(#673AB7, #4CAF50, #fff);
}

.gradient-deeppurple-green-pink {
  background: linear-gradient(#673AB7, #4CAF50, #E91E63);
}

.gradient-deeppurple-green-purple {
  background: linear-gradient(#673AB7, #4CAF50, #9C27B0);
}

.gradient-deeppurple-green-indigo {
  background: linear-gradient(#673AB7, #4CAF50, #3E51B5);
}

.gradient-deeppurple-green-cyan {
  background: linear-gradient(#673AB7, #4CAF50, #00BCD4);
}

.gradient-deeppurple-green-teal {
  background: linear-gradient(#673AB7, #4CAF50, #009688);
}

.gradient-deeppurple-green-lime {
  background: linear-gradient(#673AB7, #4CAF50, #CDDC39);
}

.gradient-deeppurple-green-yellow {
  background: linear-gradient(#673AB7, #4CAF50, #FFEB3B);
}

.gradient-deeppurple-green-amber {
  background: linear-gradient(#673AB7, #4CAF50, #FFC107);
}

.gradient-deeppurple-green-orange {
  background: linear-gradient(#673AB7, #4CAF50, #FF9800);
}

.gradient-deeppurple-green-lightblue {
  background: linear-gradient(#673AB7, #4CAF50, #03A9F4);
}

.gradient-deeppurple-green-lightgreen {
  background: linear-gradient(#673AB7, #4CAF50, #76FF03);
}

.gradient-deeppurple-green-deeporange {
  background: linear-gradient(#673AB7, #4CAF50, #DD6E0F);
}

.gradient-deeppurple-green-brown {
  background: linear-gradient(#673AB7, #4CAF50, #964B00);
}

.gradient-deeppurple-green-grey {
  background: linear-gradient(#673AB7, #4CAF50, #808080);
}

.gradient-deeppurple-blue {
  background: linear-gradient(#673AB7, #2196F3);
}

.gradient-to-top-deeppurple-blue {
  background: linear-gradient(to top, #673AB7, #2196F3);
}

.gradient-to-bottom-deeppurple-blue {
  background: linear-gradient(to bottom, #673AB7, #2196F3);
}

.gradient-to-left-deeppurple-blue {
  background: linear-gradient(to left, #673AB7, #2196F3);
}

.gradient-to-right-deeppurple-blue {
  background: linear-gradient(to right, #673AB7, #2196F3);
}

.gradient-to-top-left-deeppurple-blue {
  background: linear-gradient(to top left, #673AB7, #2196F3);
}

.gradient-to-top-right-deeppurple-blue {
  background: linear-gradient(to top right, #673AB7, #2196F3);
}

.gradient-to-bottom-left-deeppurple-blue {
  background: linear-gradient(to bottom left, #673AB7, #2196F3);
}

.gradient-to-bottom-right-deeppurple-blue {
  background: linear-gradient(to bottom right, #673AB7, #2196F3);
}

.gradient-radial-deeppurple-blue {
  background: radial-gradient(circle, #673AB7, #2196F3);
}

.gradient-deeppurple-blue-primary {
  background: linear-gradient(#673AB7, #2196F3, #03A9F4);
}

.gradient-deeppurple-blue-secondary {
  background: linear-gradient(#673AB7, #2196F3, #333);
}

.gradient-deeppurple-blue-success {
  background: linear-gradient(#673AB7, #2196F3, #28a745);
}

.gradient-deeppurple-blue-info {
  background: linear-gradient(#673AB7, #2196F3, #0DCAF0);
}

.gradient-deeppurple-blue-warning {
  background: linear-gradient(#673AB7, #2196F3, #FFC107);
}

.gradient-deeppurple-blue-danger {
  background: linear-gradient(#673AB7, #2196F3, #DC3545);
}

.gradient-deeppurple-blue-light {
  background: linear-gradient(#673AB7, #2196F3, #f5f5f5);
}

.gradient-deeppurple-blue-dark {
  background: linear-gradient(#673AB7, #2196F3, #212529);
}

.gradient-deeppurple-blue-red {
  background: linear-gradient(#673AB7, #2196F3, #F44336);
}

.gradient-deeppurple-blue-green {
  background: linear-gradient(#673AB7, #2196F3, #4CAF50);
}

.gradient-deeppurple-blue-black {
  background: linear-gradient(#673AB7, #2196F3, #000);
}

.gradient-deeppurple-blue-white {
  background: linear-gradient(#673AB7, #2196F3, #fff);
}

.gradient-deeppurple-blue-pink {
  background: linear-gradient(#673AB7, #2196F3, #E91E63);
}

.gradient-deeppurple-blue-purple {
  background: linear-gradient(#673AB7, #2196F3, #9C27B0);
}

.gradient-deeppurple-blue-indigo {
  background: linear-gradient(#673AB7, #2196F3, #3E51B5);
}

.gradient-deeppurple-blue-cyan {
  background: linear-gradient(#673AB7, #2196F3, #00BCD4);
}

.gradient-deeppurple-blue-teal {
  background: linear-gradient(#673AB7, #2196F3, #009688);
}

.gradient-deeppurple-blue-lime {
  background: linear-gradient(#673AB7, #2196F3, #CDDC39);
}

.gradient-deeppurple-blue-yellow {
  background: linear-gradient(#673AB7, #2196F3, #FFEB3B);
}

.gradient-deeppurple-blue-amber {
  background: linear-gradient(#673AB7, #2196F3, #FFC107);
}

.gradient-deeppurple-blue-orange {
  background: linear-gradient(#673AB7, #2196F3, #FF9800);
}

.gradient-deeppurple-blue-lightblue {
  background: linear-gradient(#673AB7, #2196F3, #03A9F4);
}

.gradient-deeppurple-blue-lightgreen {
  background: linear-gradient(#673AB7, #2196F3, #76FF03);
}

.gradient-deeppurple-blue-deeporange {
  background: linear-gradient(#673AB7, #2196F3, #DD6E0F);
}

.gradient-deeppurple-blue-brown {
  background: linear-gradient(#673AB7, #2196F3, #964B00);
}

.gradient-deeppurple-blue-grey {
  background: linear-gradient(#673AB7, #2196F3, #808080);
}

.gradient-deeppurple-black {
  background: linear-gradient(#673AB7, #000);
}

.gradient-to-top-deeppurple-black {
  background: linear-gradient(to top, #673AB7, #000);
}

.gradient-to-bottom-deeppurple-black {
  background: linear-gradient(to bottom, #673AB7, #000);
}

.gradient-to-left-deeppurple-black {
  background: linear-gradient(to left, #673AB7, #000);
}

.gradient-to-right-deeppurple-black {
  background: linear-gradient(to right, #673AB7, #000);
}

.gradient-to-top-left-deeppurple-black {
  background: linear-gradient(to top left, #673AB7, #000);
}

.gradient-to-top-right-deeppurple-black {
  background: linear-gradient(to top right, #673AB7, #000);
}

.gradient-to-bottom-left-deeppurple-black {
  background: linear-gradient(to bottom left, #673AB7, #000);
}

.gradient-to-bottom-right-deeppurple-black {
  background: linear-gradient(to bottom right, #673AB7, #000);
}

.gradient-radial-deeppurple-black {
  background: radial-gradient(circle, #673AB7, #000);
}

.gradient-deeppurple-black-primary {
  background: linear-gradient(#673AB7, #000, #03A9F4);
}

.gradient-deeppurple-black-secondary {
  background: linear-gradient(#673AB7, #000, #333);
}

.gradient-deeppurple-black-success {
  background: linear-gradient(#673AB7, #000, #28a745);
}

.gradient-deeppurple-black-info {
  background: linear-gradient(#673AB7, #000, #0DCAF0);
}

.gradient-deeppurple-black-warning {
  background: linear-gradient(#673AB7, #000, #FFC107);
}

.gradient-deeppurple-black-danger {
  background: linear-gradient(#673AB7, #000, #DC3545);
}

.gradient-deeppurple-black-light {
  background: linear-gradient(#673AB7, #000, #f5f5f5);
}

.gradient-deeppurple-black-dark {
  background: linear-gradient(#673AB7, #000, #212529);
}

.gradient-deeppurple-black-red {
  background: linear-gradient(#673AB7, #000, #F44336);
}

.gradient-deeppurple-black-green {
  background: linear-gradient(#673AB7, #000, #4CAF50);
}

.gradient-deeppurple-black-blue {
  background: linear-gradient(#673AB7, #000, #2196F3);
}

.gradient-deeppurple-black-white {
  background: linear-gradient(#673AB7, #000, #fff);
}

.gradient-deeppurple-black-pink {
  background: linear-gradient(#673AB7, #000, #E91E63);
}

.gradient-deeppurple-black-purple {
  background: linear-gradient(#673AB7, #000, #9C27B0);
}

.gradient-deeppurple-black-indigo {
  background: linear-gradient(#673AB7, #000, #3E51B5);
}

.gradient-deeppurple-black-cyan {
  background: linear-gradient(#673AB7, #000, #00BCD4);
}

.gradient-deeppurple-black-teal {
  background: linear-gradient(#673AB7, #000, #009688);
}

.gradient-deeppurple-black-lime {
  background: linear-gradient(#673AB7, #000, #CDDC39);
}

.gradient-deeppurple-black-yellow {
  background: linear-gradient(#673AB7, #000, #FFEB3B);
}

.gradient-deeppurple-black-amber {
  background: linear-gradient(#673AB7, #000, #FFC107);
}

.gradient-deeppurple-black-orange {
  background: linear-gradient(#673AB7, #000, #FF9800);
}

.gradient-deeppurple-black-lightblue {
  background: linear-gradient(#673AB7, #000, #03A9F4);
}

.gradient-deeppurple-black-lightgreen {
  background: linear-gradient(#673AB7, #000, #76FF03);
}

.gradient-deeppurple-black-deeporange {
  background: linear-gradient(#673AB7, #000, #DD6E0F);
}

.gradient-deeppurple-black-brown {
  background: linear-gradient(#673AB7, #000, #964B00);
}

.gradient-deeppurple-black-grey {
  background: linear-gradient(#673AB7, #000, #808080);
}

.gradient-deeppurple-white {
  background: linear-gradient(#673AB7, #fff);
}

.gradient-to-top-deeppurple-white {
  background: linear-gradient(to top, #673AB7, #fff);
}

.gradient-to-bottom-deeppurple-white {
  background: linear-gradient(to bottom, #673AB7, #fff);
}

.gradient-to-left-deeppurple-white {
  background: linear-gradient(to left, #673AB7, #fff);
}

.gradient-to-right-deeppurple-white {
  background: linear-gradient(to right, #673AB7, #fff);
}

.gradient-to-top-left-deeppurple-white {
  background: linear-gradient(to top left, #673AB7, #fff);
}

.gradient-to-top-right-deeppurple-white {
  background: linear-gradient(to top right, #673AB7, #fff);
}

.gradient-to-bottom-left-deeppurple-white {
  background: linear-gradient(to bottom left, #673AB7, #fff);
}

.gradient-to-bottom-right-deeppurple-white {
  background: linear-gradient(to bottom right, #673AB7, #fff);
}

.gradient-radial-deeppurple-white {
  background: radial-gradient(circle, #673AB7, #fff);
}

.gradient-deeppurple-white-primary {
  background: linear-gradient(#673AB7, #fff, #03A9F4);
}

.gradient-deeppurple-white-secondary {
  background: linear-gradient(#673AB7, #fff, #333);
}

.gradient-deeppurple-white-success {
  background: linear-gradient(#673AB7, #fff, #28a745);
}

.gradient-deeppurple-white-info {
  background: linear-gradient(#673AB7, #fff, #0DCAF0);
}

.gradient-deeppurple-white-warning {
  background: linear-gradient(#673AB7, #fff, #FFC107);
}

.gradient-deeppurple-white-danger {
  background: linear-gradient(#673AB7, #fff, #DC3545);
}

.gradient-deeppurple-white-light {
  background: linear-gradient(#673AB7, #fff, #f5f5f5);
}

.gradient-deeppurple-white-dark {
  background: linear-gradient(#673AB7, #fff, #212529);
}

.gradient-deeppurple-white-red {
  background: linear-gradient(#673AB7, #fff, #F44336);
}

.gradient-deeppurple-white-green {
  background: linear-gradient(#673AB7, #fff, #4CAF50);
}

.gradient-deeppurple-white-blue {
  background: linear-gradient(#673AB7, #fff, #2196F3);
}

.gradient-deeppurple-white-black {
  background: linear-gradient(#673AB7, #fff, #000);
}

.gradient-deeppurple-white-pink {
  background: linear-gradient(#673AB7, #fff, #E91E63);
}

.gradient-deeppurple-white-purple {
  background: linear-gradient(#673AB7, #fff, #9C27B0);
}

.gradient-deeppurple-white-indigo {
  background: linear-gradient(#673AB7, #fff, #3E51B5);
}

.gradient-deeppurple-white-cyan {
  background: linear-gradient(#673AB7, #fff, #00BCD4);
}

.gradient-deeppurple-white-teal {
  background: linear-gradient(#673AB7, #fff, #009688);
}

.gradient-deeppurple-white-lime {
  background: linear-gradient(#673AB7, #fff, #CDDC39);
}

.gradient-deeppurple-white-yellow {
  background: linear-gradient(#673AB7, #fff, #FFEB3B);
}

.gradient-deeppurple-white-amber {
  background: linear-gradient(#673AB7, #fff, #FFC107);
}

.gradient-deeppurple-white-orange {
  background: linear-gradient(#673AB7, #fff, #FF9800);
}

.gradient-deeppurple-white-lightblue {
  background: linear-gradient(#673AB7, #fff, #03A9F4);
}

.gradient-deeppurple-white-lightgreen {
  background: linear-gradient(#673AB7, #fff, #76FF03);
}

.gradient-deeppurple-white-deeporange {
  background: linear-gradient(#673AB7, #fff, #DD6E0F);
}

.gradient-deeppurple-white-brown {
  background: linear-gradient(#673AB7, #fff, #964B00);
}

.gradient-deeppurple-white-grey {
  background: linear-gradient(#673AB7, #fff, #808080);
}

.gradient-deeppurple-pink {
  background: linear-gradient(#673AB7, #E91E63);
}

.gradient-to-top-deeppurple-pink {
  background: linear-gradient(to top, #673AB7, #E91E63);
}

.gradient-to-bottom-deeppurple-pink {
  background: linear-gradient(to bottom, #673AB7, #E91E63);
}

.gradient-to-left-deeppurple-pink {
  background: linear-gradient(to left, #673AB7, #E91E63);
}

.gradient-to-right-deeppurple-pink {
  background: linear-gradient(to right, #673AB7, #E91E63);
}

.gradient-to-top-left-deeppurple-pink {
  background: linear-gradient(to top left, #673AB7, #E91E63);
}

.gradient-to-top-right-deeppurple-pink {
  background: linear-gradient(to top right, #673AB7, #E91E63);
}

.gradient-to-bottom-left-deeppurple-pink {
  background: linear-gradient(to bottom left, #673AB7, #E91E63);
}

.gradient-to-bottom-right-deeppurple-pink {
  background: linear-gradient(to bottom right, #673AB7, #E91E63);
}

.gradient-radial-deeppurple-pink {
  background: radial-gradient(circle, #673AB7, #E91E63);
}

.gradient-deeppurple-pink-primary {
  background: linear-gradient(#673AB7, #E91E63, #03A9F4);
}

.gradient-deeppurple-pink-secondary {
  background: linear-gradient(#673AB7, #E91E63, #333);
}

.gradient-deeppurple-pink-success {
  background: linear-gradient(#673AB7, #E91E63, #28a745);
}

.gradient-deeppurple-pink-info {
  background: linear-gradient(#673AB7, #E91E63, #0DCAF0);
}

.gradient-deeppurple-pink-warning {
  background: linear-gradient(#673AB7, #E91E63, #FFC107);
}

.gradient-deeppurple-pink-danger {
  background: linear-gradient(#673AB7, #E91E63, #DC3545);
}

.gradient-deeppurple-pink-light {
  background: linear-gradient(#673AB7, #E91E63, #f5f5f5);
}

.gradient-deeppurple-pink-dark {
  background: linear-gradient(#673AB7, #E91E63, #212529);
}

.gradient-deeppurple-pink-red {
  background: linear-gradient(#673AB7, #E91E63, #F44336);
}

.gradient-deeppurple-pink-green {
  background: linear-gradient(#673AB7, #E91E63, #4CAF50);
}

.gradient-deeppurple-pink-blue {
  background: linear-gradient(#673AB7, #E91E63, #2196F3);
}

.gradient-deeppurple-pink-black {
  background: linear-gradient(#673AB7, #E91E63, #000);
}

.gradient-deeppurple-pink-white {
  background: linear-gradient(#673AB7, #E91E63, #fff);
}

.gradient-deeppurple-pink-purple {
  background: linear-gradient(#673AB7, #E91E63, #9C27B0);
}

.gradient-deeppurple-pink-indigo {
  background: linear-gradient(#673AB7, #E91E63, #3E51B5);
}

.gradient-deeppurple-pink-cyan {
  background: linear-gradient(#673AB7, #E91E63, #00BCD4);
}

.gradient-deeppurple-pink-teal {
  background: linear-gradient(#673AB7, #E91E63, #009688);
}

.gradient-deeppurple-pink-lime {
  background: linear-gradient(#673AB7, #E91E63, #CDDC39);
}

.gradient-deeppurple-pink-yellow {
  background: linear-gradient(#673AB7, #E91E63, #FFEB3B);
}

.gradient-deeppurple-pink-amber {
  background: linear-gradient(#673AB7, #E91E63, #FFC107);
}

.gradient-deeppurple-pink-orange {
  background: linear-gradient(#673AB7, #E91E63, #FF9800);
}

.gradient-deeppurple-pink-lightblue {
  background: linear-gradient(#673AB7, #E91E63, #03A9F4);
}

.gradient-deeppurple-pink-lightgreen {
  background: linear-gradient(#673AB7, #E91E63, #76FF03);
}

.gradient-deeppurple-pink-deeporange {
  background: linear-gradient(#673AB7, #E91E63, #DD6E0F);
}

.gradient-deeppurple-pink-brown {
  background: linear-gradient(#673AB7, #E91E63, #964B00);
}

.gradient-deeppurple-pink-grey {
  background: linear-gradient(#673AB7, #E91E63, #808080);
}

.gradient-deeppurple-purple {
  background: linear-gradient(#673AB7, #9C27B0);
}

.gradient-to-top-deeppurple-purple {
  background: linear-gradient(to top, #673AB7, #9C27B0);
}

.gradient-to-bottom-deeppurple-purple {
  background: linear-gradient(to bottom, #673AB7, #9C27B0);
}

.gradient-to-left-deeppurple-purple {
  background: linear-gradient(to left, #673AB7, #9C27B0);
}

.gradient-to-right-deeppurple-purple {
  background: linear-gradient(to right, #673AB7, #9C27B0);
}

.gradient-to-top-left-deeppurple-purple {
  background: linear-gradient(to top left, #673AB7, #9C27B0);
}

.gradient-to-top-right-deeppurple-purple {
  background: linear-gradient(to top right, #673AB7, #9C27B0);
}

.gradient-to-bottom-left-deeppurple-purple {
  background: linear-gradient(to bottom left, #673AB7, #9C27B0);
}

.gradient-to-bottom-right-deeppurple-purple {
  background: linear-gradient(to bottom right, #673AB7, #9C27B0);
}

.gradient-radial-deeppurple-purple {
  background: radial-gradient(circle, #673AB7, #9C27B0);
}

.gradient-deeppurple-purple-primary {
  background: linear-gradient(#673AB7, #9C27B0, #03A9F4);
}

.gradient-deeppurple-purple-secondary {
  background: linear-gradient(#673AB7, #9C27B0, #333);
}

.gradient-deeppurple-purple-success {
  background: linear-gradient(#673AB7, #9C27B0, #28a745);
}

.gradient-deeppurple-purple-info {
  background: linear-gradient(#673AB7, #9C27B0, #0DCAF0);
}

.gradient-deeppurple-purple-warning {
  background: linear-gradient(#673AB7, #9C27B0, #FFC107);
}

.gradient-deeppurple-purple-danger {
  background: linear-gradient(#673AB7, #9C27B0, #DC3545);
}

.gradient-deeppurple-purple-light {
  background: linear-gradient(#673AB7, #9C27B0, #f5f5f5);
}

.gradient-deeppurple-purple-dark {
  background: linear-gradient(#673AB7, #9C27B0, #212529);
}

.gradient-deeppurple-purple-red {
  background: linear-gradient(#673AB7, #9C27B0, #F44336);
}

.gradient-deeppurple-purple-green {
  background: linear-gradient(#673AB7, #9C27B0, #4CAF50);
}

.gradient-deeppurple-purple-blue {
  background: linear-gradient(#673AB7, #9C27B0, #2196F3);
}

.gradient-deeppurple-purple-black {
  background: linear-gradient(#673AB7, #9C27B0, #000);
}

.gradient-deeppurple-purple-white {
  background: linear-gradient(#673AB7, #9C27B0, #fff);
}

.gradient-deeppurple-purple-pink {
  background: linear-gradient(#673AB7, #9C27B0, #E91E63);
}

.gradient-deeppurple-purple-indigo {
  background: linear-gradient(#673AB7, #9C27B0, #3E51B5);
}

.gradient-deeppurple-purple-cyan {
  background: linear-gradient(#673AB7, #9C27B0, #00BCD4);
}

.gradient-deeppurple-purple-teal {
  background: linear-gradient(#673AB7, #9C27B0, #009688);
}

.gradient-deeppurple-purple-lime {
  background: linear-gradient(#673AB7, #9C27B0, #CDDC39);
}

.gradient-deeppurple-purple-yellow {
  background: linear-gradient(#673AB7, #9C27B0, #FFEB3B);
}

.gradient-deeppurple-purple-amber {
  background: linear-gradient(#673AB7, #9C27B0, #FFC107);
}

.gradient-deeppurple-purple-orange {
  background: linear-gradient(#673AB7, #9C27B0, #FF9800);
}

.gradient-deeppurple-purple-lightblue {
  background: linear-gradient(#673AB7, #9C27B0, #03A9F4);
}

.gradient-deeppurple-purple-lightgreen {
  background: linear-gradient(#673AB7, #9C27B0, #76FF03);
}

.gradient-deeppurple-purple-deeporange {
  background: linear-gradient(#673AB7, #9C27B0, #DD6E0F);
}

.gradient-deeppurple-purple-brown {
  background: linear-gradient(#673AB7, #9C27B0, #964B00);
}

.gradient-deeppurple-purple-grey {
  background: linear-gradient(#673AB7, #9C27B0, #808080);
}

.gradient-deeppurple-indigo {
  background: linear-gradient(#673AB7, #3E51B5);
}

.gradient-to-top-deeppurple-indigo {
  background: linear-gradient(to top, #673AB7, #3E51B5);
}

.gradient-to-bottom-deeppurple-indigo {
  background: linear-gradient(to bottom, #673AB7, #3E51B5);
}

.gradient-to-left-deeppurple-indigo {
  background: linear-gradient(to left, #673AB7, #3E51B5);
}

.gradient-to-right-deeppurple-indigo {
  background: linear-gradient(to right, #673AB7, #3E51B5);
}

.gradient-to-top-left-deeppurple-indigo {
  background: linear-gradient(to top left, #673AB7, #3E51B5);
}

.gradient-to-top-right-deeppurple-indigo {
  background: linear-gradient(to top right, #673AB7, #3E51B5);
}

.gradient-to-bottom-left-deeppurple-indigo {
  background: linear-gradient(to bottom left, #673AB7, #3E51B5);
}

.gradient-to-bottom-right-deeppurple-indigo {
  background: linear-gradient(to bottom right, #673AB7, #3E51B5);
}

.gradient-radial-deeppurple-indigo {
  background: radial-gradient(circle, #673AB7, #3E51B5);
}

.gradient-deeppurple-indigo-primary {
  background: linear-gradient(#673AB7, #3E51B5, #03A9F4);
}

.gradient-deeppurple-indigo-secondary {
  background: linear-gradient(#673AB7, #3E51B5, #333);
}

.gradient-deeppurple-indigo-success {
  background: linear-gradient(#673AB7, #3E51B5, #28a745);
}

.gradient-deeppurple-indigo-info {
  background: linear-gradient(#673AB7, #3E51B5, #0DCAF0);
}

.gradient-deeppurple-indigo-warning {
  background: linear-gradient(#673AB7, #3E51B5, #FFC107);
}

.gradient-deeppurple-indigo-danger {
  background: linear-gradient(#673AB7, #3E51B5, #DC3545);
}

.gradient-deeppurple-indigo-light {
  background: linear-gradient(#673AB7, #3E51B5, #f5f5f5);
}

.gradient-deeppurple-indigo-dark {
  background: linear-gradient(#673AB7, #3E51B5, #212529);
}

.gradient-deeppurple-indigo-red {
  background: linear-gradient(#673AB7, #3E51B5, #F44336);
}

.gradient-deeppurple-indigo-green {
  background: linear-gradient(#673AB7, #3E51B5, #4CAF50);
}

.gradient-deeppurple-indigo-blue {
  background: linear-gradient(#673AB7, #3E51B5, #2196F3);
}

.gradient-deeppurple-indigo-black {
  background: linear-gradient(#673AB7, #3E51B5, #000);
}

.gradient-deeppurple-indigo-white {
  background: linear-gradient(#673AB7, #3E51B5, #fff);
}

.gradient-deeppurple-indigo-pink {
  background: linear-gradient(#673AB7, #3E51B5, #E91E63);
}

.gradient-deeppurple-indigo-purple {
  background: linear-gradient(#673AB7, #3E51B5, #9C27B0);
}

.gradient-deeppurple-indigo-cyan {
  background: linear-gradient(#673AB7, #3E51B5, #00BCD4);
}

.gradient-deeppurple-indigo-teal {
  background: linear-gradient(#673AB7, #3E51B5, #009688);
}

.gradient-deeppurple-indigo-lime {
  background: linear-gradient(#673AB7, #3E51B5, #CDDC39);
}

.gradient-deeppurple-indigo-yellow {
  background: linear-gradient(#673AB7, #3E51B5, #FFEB3B);
}

.gradient-deeppurple-indigo-amber {
  background: linear-gradient(#673AB7, #3E51B5, #FFC107);
}

.gradient-deeppurple-indigo-orange {
  background: linear-gradient(#673AB7, #3E51B5, #FF9800);
}

.gradient-deeppurple-indigo-lightblue {
  background: linear-gradient(#673AB7, #3E51B5, #03A9F4);
}

.gradient-deeppurple-indigo-lightgreen {
  background: linear-gradient(#673AB7, #3E51B5, #76FF03);
}

.gradient-deeppurple-indigo-deeporange {
  background: linear-gradient(#673AB7, #3E51B5, #DD6E0F);
}

.gradient-deeppurple-indigo-brown {
  background: linear-gradient(#673AB7, #3E51B5, #964B00);
}

.gradient-deeppurple-indigo-grey {
  background: linear-gradient(#673AB7, #3E51B5, #808080);
}

.gradient-deeppurple-cyan {
  background: linear-gradient(#673AB7, #00BCD4);
}

.gradient-to-top-deeppurple-cyan {
  background: linear-gradient(to top, #673AB7, #00BCD4);
}

.gradient-to-bottom-deeppurple-cyan {
  background: linear-gradient(to bottom, #673AB7, #00BCD4);
}

.gradient-to-left-deeppurple-cyan {
  background: linear-gradient(to left, #673AB7, #00BCD4);
}

.gradient-to-right-deeppurple-cyan {
  background: linear-gradient(to right, #673AB7, #00BCD4);
}

.gradient-to-top-left-deeppurple-cyan {
  background: linear-gradient(to top left, #673AB7, #00BCD4);
}

.gradient-to-top-right-deeppurple-cyan {
  background: linear-gradient(to top right, #673AB7, #00BCD4);
}

.gradient-to-bottom-left-deeppurple-cyan {
  background: linear-gradient(to bottom left, #673AB7, #00BCD4);
}

.gradient-to-bottom-right-deeppurple-cyan {
  background: linear-gradient(to bottom right, #673AB7, #00BCD4);
}

.gradient-radial-deeppurple-cyan {
  background: radial-gradient(circle, #673AB7, #00BCD4);
}

.gradient-deeppurple-cyan-primary {
  background: linear-gradient(#673AB7, #00BCD4, #03A9F4);
}

.gradient-deeppurple-cyan-secondary {
  background: linear-gradient(#673AB7, #00BCD4, #333);
}

.gradient-deeppurple-cyan-success {
  background: linear-gradient(#673AB7, #00BCD4, #28a745);
}

.gradient-deeppurple-cyan-info {
  background: linear-gradient(#673AB7, #00BCD4, #0DCAF0);
}

.gradient-deeppurple-cyan-warning {
  background: linear-gradient(#673AB7, #00BCD4, #FFC107);
}

.gradient-deeppurple-cyan-danger {
  background: linear-gradient(#673AB7, #00BCD4, #DC3545);
}

.gradient-deeppurple-cyan-light {
  background: linear-gradient(#673AB7, #00BCD4, #f5f5f5);
}

.gradient-deeppurple-cyan-dark {
  background: linear-gradient(#673AB7, #00BCD4, #212529);
}

.gradient-deeppurple-cyan-red {
  background: linear-gradient(#673AB7, #00BCD4, #F44336);
}

.gradient-deeppurple-cyan-green {
  background: linear-gradient(#673AB7, #00BCD4, #4CAF50);
}

.gradient-deeppurple-cyan-blue {
  background: linear-gradient(#673AB7, #00BCD4, #2196F3);
}

.gradient-deeppurple-cyan-black {
  background: linear-gradient(#673AB7, #00BCD4, #000);
}

.gradient-deeppurple-cyan-white {
  background: linear-gradient(#673AB7, #00BCD4, #fff);
}

.gradient-deeppurple-cyan-pink {
  background: linear-gradient(#673AB7, #00BCD4, #E91E63);
}

.gradient-deeppurple-cyan-purple {
  background: linear-gradient(#673AB7, #00BCD4, #9C27B0);
}

.gradient-deeppurple-cyan-indigo {
  background: linear-gradient(#673AB7, #00BCD4, #3E51B5);
}

.gradient-deeppurple-cyan-teal {
  background: linear-gradient(#673AB7, #00BCD4, #009688);
}

.gradient-deeppurple-cyan-lime {
  background: linear-gradient(#673AB7, #00BCD4, #CDDC39);
}

.gradient-deeppurple-cyan-yellow {
  background: linear-gradient(#673AB7, #00BCD4, #FFEB3B);
}

.gradient-deeppurple-cyan-amber {
  background: linear-gradient(#673AB7, #00BCD4, #FFC107);
}

.gradient-deeppurple-cyan-orange {
  background: linear-gradient(#673AB7, #00BCD4, #FF9800);
}

.gradient-deeppurple-cyan-lightblue {
  background: linear-gradient(#673AB7, #00BCD4, #03A9F4);
}

.gradient-deeppurple-cyan-lightgreen {
  background: linear-gradient(#673AB7, #00BCD4, #76FF03);
}

.gradient-deeppurple-cyan-deeporange {
  background: linear-gradient(#673AB7, #00BCD4, #DD6E0F);
}

.gradient-deeppurple-cyan-brown {
  background: linear-gradient(#673AB7, #00BCD4, #964B00);
}

.gradient-deeppurple-cyan-grey {
  background: linear-gradient(#673AB7, #00BCD4, #808080);
}

.gradient-deeppurple-teal {
  background: linear-gradient(#673AB7, #009688);
}

.gradient-to-top-deeppurple-teal {
  background: linear-gradient(to top, #673AB7, #009688);
}

.gradient-to-bottom-deeppurple-teal {
  background: linear-gradient(to bottom, #673AB7, #009688);
}

.gradient-to-left-deeppurple-teal {
  background: linear-gradient(to left, #673AB7, #009688);
}

.gradient-to-right-deeppurple-teal {
  background: linear-gradient(to right, #673AB7, #009688);
}

.gradient-to-top-left-deeppurple-teal {
  background: linear-gradient(to top left, #673AB7, #009688);
}

.gradient-to-top-right-deeppurple-teal {
  background: linear-gradient(to top right, #673AB7, #009688);
}

.gradient-to-bottom-left-deeppurple-teal {
  background: linear-gradient(to bottom left, #673AB7, #009688);
}

.gradient-to-bottom-right-deeppurple-teal {
  background: linear-gradient(to bottom right, #673AB7, #009688);
}

.gradient-radial-deeppurple-teal {
  background: radial-gradient(circle, #673AB7, #009688);
}

.gradient-deeppurple-teal-primary {
  background: linear-gradient(#673AB7, #009688, #03A9F4);
}

.gradient-deeppurple-teal-secondary {
  background: linear-gradient(#673AB7, #009688, #333);
}

.gradient-deeppurple-teal-success {
  background: linear-gradient(#673AB7, #009688, #28a745);
}

.gradient-deeppurple-teal-info {
  background: linear-gradient(#673AB7, #009688, #0DCAF0);
}

.gradient-deeppurple-teal-warning {
  background: linear-gradient(#673AB7, #009688, #FFC107);
}

.gradient-deeppurple-teal-danger {
  background: linear-gradient(#673AB7, #009688, #DC3545);
}

.gradient-deeppurple-teal-light {
  background: linear-gradient(#673AB7, #009688, #f5f5f5);
}

.gradient-deeppurple-teal-dark {
  background: linear-gradient(#673AB7, #009688, #212529);
}

.gradient-deeppurple-teal-red {
  background: linear-gradient(#673AB7, #009688, #F44336);
}

.gradient-deeppurple-teal-green {
  background: linear-gradient(#673AB7, #009688, #4CAF50);
}

.gradient-deeppurple-teal-blue {
  background: linear-gradient(#673AB7, #009688, #2196F3);
}

.gradient-deeppurple-teal-black {
  background: linear-gradient(#673AB7, #009688, #000);
}

.gradient-deeppurple-teal-white {
  background: linear-gradient(#673AB7, #009688, #fff);
}

.gradient-deeppurple-teal-pink {
  background: linear-gradient(#673AB7, #009688, #E91E63);
}

.gradient-deeppurple-teal-purple {
  background: linear-gradient(#673AB7, #009688, #9C27B0);
}

.gradient-deeppurple-teal-indigo {
  background: linear-gradient(#673AB7, #009688, #3E51B5);
}

.gradient-deeppurple-teal-cyan {
  background: linear-gradient(#673AB7, #009688, #00BCD4);
}

.gradient-deeppurple-teal-lime {
  background: linear-gradient(#673AB7, #009688, #CDDC39);
}

.gradient-deeppurple-teal-yellow {
  background: linear-gradient(#673AB7, #009688, #FFEB3B);
}

.gradient-deeppurple-teal-amber {
  background: linear-gradient(#673AB7, #009688, #FFC107);
}

.gradient-deeppurple-teal-orange {
  background: linear-gradient(#673AB7, #009688, #FF9800);
}

.gradient-deeppurple-teal-lightblue {
  background: linear-gradient(#673AB7, #009688, #03A9F4);
}

.gradient-deeppurple-teal-lightgreen {
  background: linear-gradient(#673AB7, #009688, #76FF03);
}

.gradient-deeppurple-teal-deeporange {
  background: linear-gradient(#673AB7, #009688, #DD6E0F);
}

.gradient-deeppurple-teal-brown {
  background: linear-gradient(#673AB7, #009688, #964B00);
}

.gradient-deeppurple-teal-grey {
  background: linear-gradient(#673AB7, #009688, #808080);
}

.gradient-deeppurple-lime {
  background: linear-gradient(#673AB7, #CDDC39);
}

.gradient-to-top-deeppurple-lime {
  background: linear-gradient(to top, #673AB7, #CDDC39);
}

.gradient-to-bottom-deeppurple-lime {
  background: linear-gradient(to bottom, #673AB7, #CDDC39);
}

.gradient-to-left-deeppurple-lime {
  background: linear-gradient(to left, #673AB7, #CDDC39);
}

.gradient-to-right-deeppurple-lime {
  background: linear-gradient(to right, #673AB7, #CDDC39);
}

.gradient-to-top-left-deeppurple-lime {
  background: linear-gradient(to top left, #673AB7, #CDDC39);
}

.gradient-to-top-right-deeppurple-lime {
  background: linear-gradient(to top right, #673AB7, #CDDC39);
}

.gradient-to-bottom-left-deeppurple-lime {
  background: linear-gradient(to bottom left, #673AB7, #CDDC39);
}

.gradient-to-bottom-right-deeppurple-lime {
  background: linear-gradient(to bottom right, #673AB7, #CDDC39);
}

.gradient-radial-deeppurple-lime {
  background: radial-gradient(circle, #673AB7, #CDDC39);
}

.gradient-deeppurple-lime-primary {
  background: linear-gradient(#673AB7, #CDDC39, #03A9F4);
}

.gradient-deeppurple-lime-secondary {
  background: linear-gradient(#673AB7, #CDDC39, #333);
}

.gradient-deeppurple-lime-success {
  background: linear-gradient(#673AB7, #CDDC39, #28a745);
}

.gradient-deeppurple-lime-info {
  background: linear-gradient(#673AB7, #CDDC39, #0DCAF0);
}

.gradient-deeppurple-lime-warning {
  background: linear-gradient(#673AB7, #CDDC39, #FFC107);
}

.gradient-deeppurple-lime-danger {
  background: linear-gradient(#673AB7, #CDDC39, #DC3545);
}

.gradient-deeppurple-lime-light {
  background: linear-gradient(#673AB7, #CDDC39, #f5f5f5);
}

.gradient-deeppurple-lime-dark {
  background: linear-gradient(#673AB7, #CDDC39, #212529);
}

.gradient-deeppurple-lime-red {
  background: linear-gradient(#673AB7, #CDDC39, #F44336);
}

.gradient-deeppurple-lime-green {
  background: linear-gradient(#673AB7, #CDDC39, #4CAF50);
}

.gradient-deeppurple-lime-blue {
  background: linear-gradient(#673AB7, #CDDC39, #2196F3);
}

.gradient-deeppurple-lime-black {
  background: linear-gradient(#673AB7, #CDDC39, #000);
}

.gradient-deeppurple-lime-white {
  background: linear-gradient(#673AB7, #CDDC39, #fff);
}

.gradient-deeppurple-lime-pink {
  background: linear-gradient(#673AB7, #CDDC39, #E91E63);
}

.gradient-deeppurple-lime-purple {
  background: linear-gradient(#673AB7, #CDDC39, #9C27B0);
}

.gradient-deeppurple-lime-indigo {
  background: linear-gradient(#673AB7, #CDDC39, #3E51B5);
}

.gradient-deeppurple-lime-cyan {
  background: linear-gradient(#673AB7, #CDDC39, #00BCD4);
}

.gradient-deeppurple-lime-teal {
  background: linear-gradient(#673AB7, #CDDC39, #009688);
}

.gradient-deeppurple-lime-yellow {
  background: linear-gradient(#673AB7, #CDDC39, #FFEB3B);
}

.gradient-deeppurple-lime-amber {
  background: linear-gradient(#673AB7, #CDDC39, #FFC107);
}

.gradient-deeppurple-lime-orange {
  background: linear-gradient(#673AB7, #CDDC39, #FF9800);
}

.gradient-deeppurple-lime-lightblue {
  background: linear-gradient(#673AB7, #CDDC39, #03A9F4);
}

.gradient-deeppurple-lime-lightgreen {
  background: linear-gradient(#673AB7, #CDDC39, #76FF03);
}

.gradient-deeppurple-lime-deeporange {
  background: linear-gradient(#673AB7, #CDDC39, #DD6E0F);
}

.gradient-deeppurple-lime-brown {
  background: linear-gradient(#673AB7, #CDDC39, #964B00);
}

.gradient-deeppurple-lime-grey {
  background: linear-gradient(#673AB7, #CDDC39, #808080);
}

.gradient-deeppurple-yellow {
  background: linear-gradient(#673AB7, #FFEB3B);
}

.gradient-to-top-deeppurple-yellow {
  background: linear-gradient(to top, #673AB7, #FFEB3B);
}

.gradient-to-bottom-deeppurple-yellow {
  background: linear-gradient(to bottom, #673AB7, #FFEB3B);
}

.gradient-to-left-deeppurple-yellow {
  background: linear-gradient(to left, #673AB7, #FFEB3B);
}

.gradient-to-right-deeppurple-yellow {
  background: linear-gradient(to right, #673AB7, #FFEB3B);
}

.gradient-to-top-left-deeppurple-yellow {
  background: linear-gradient(to top left, #673AB7, #FFEB3B);
}

.gradient-to-top-right-deeppurple-yellow {
  background: linear-gradient(to top right, #673AB7, #FFEB3B);
}

.gradient-to-bottom-left-deeppurple-yellow {
  background: linear-gradient(to bottom left, #673AB7, #FFEB3B);
}

.gradient-to-bottom-right-deeppurple-yellow {
  background: linear-gradient(to bottom right, #673AB7, #FFEB3B);
}

.gradient-radial-deeppurple-yellow {
  background: radial-gradient(circle, #673AB7, #FFEB3B);
}

.gradient-deeppurple-yellow-primary {
  background: linear-gradient(#673AB7, #FFEB3B, #03A9F4);
}

.gradient-deeppurple-yellow-secondary {
  background: linear-gradient(#673AB7, #FFEB3B, #333);
}

.gradient-deeppurple-yellow-success {
  background: linear-gradient(#673AB7, #FFEB3B, #28a745);
}

.gradient-deeppurple-yellow-info {
  background: linear-gradient(#673AB7, #FFEB3B, #0DCAF0);
}

.gradient-deeppurple-yellow-warning {
  background: linear-gradient(#673AB7, #FFEB3B, #FFC107);
}

.gradient-deeppurple-yellow-danger {
  background: linear-gradient(#673AB7, #FFEB3B, #DC3545);
}

.gradient-deeppurple-yellow-light {
  background: linear-gradient(#673AB7, #FFEB3B, #f5f5f5);
}

.gradient-deeppurple-yellow-dark {
  background: linear-gradient(#673AB7, #FFEB3B, #212529);
}

.gradient-deeppurple-yellow-red {
  background: linear-gradient(#673AB7, #FFEB3B, #F44336);
}

.gradient-deeppurple-yellow-green {
  background: linear-gradient(#673AB7, #FFEB3B, #4CAF50);
}

.gradient-deeppurple-yellow-blue {
  background: linear-gradient(#673AB7, #FFEB3B, #2196F3);
}

.gradient-deeppurple-yellow-black {
  background: linear-gradient(#673AB7, #FFEB3B, #000);
}

.gradient-deeppurple-yellow-white {
  background: linear-gradient(#673AB7, #FFEB3B, #fff);
}

.gradient-deeppurple-yellow-pink {
  background: linear-gradient(#673AB7, #FFEB3B, #E91E63);
}

.gradient-deeppurple-yellow-purple {
  background: linear-gradient(#673AB7, #FFEB3B, #9C27B0);
}

.gradient-deeppurple-yellow-indigo {
  background: linear-gradient(#673AB7, #FFEB3B, #3E51B5);
}

.gradient-deeppurple-yellow-cyan {
  background: linear-gradient(#673AB7, #FFEB3B, #00BCD4);
}

.gradient-deeppurple-yellow-teal {
  background: linear-gradient(#673AB7, #FFEB3B, #009688);
}

.gradient-deeppurple-yellow-lime {
  background: linear-gradient(#673AB7, #FFEB3B, #CDDC39);
}

.gradient-deeppurple-yellow-amber {
  background: linear-gradient(#673AB7, #FFEB3B, #FFC107);
}

.gradient-deeppurple-yellow-orange {
  background: linear-gradient(#673AB7, #FFEB3B, #FF9800);
}

.gradient-deeppurple-yellow-lightblue {
  background: linear-gradient(#673AB7, #FFEB3B, #03A9F4);
}

.gradient-deeppurple-yellow-lightgreen {
  background: linear-gradient(#673AB7, #FFEB3B, #76FF03);
}

.gradient-deeppurple-yellow-deeporange {
  background: linear-gradient(#673AB7, #FFEB3B, #DD6E0F);
}

.gradient-deeppurple-yellow-brown {
  background: linear-gradient(#673AB7, #FFEB3B, #964B00);
}

.gradient-deeppurple-yellow-grey {
  background: linear-gradient(#673AB7, #FFEB3B, #808080);
}

.gradient-deeppurple-amber {
  background: linear-gradient(#673AB7, #FFC107);
}

.gradient-to-top-deeppurple-amber {
  background: linear-gradient(to top, #673AB7, #FFC107);
}

.gradient-to-bottom-deeppurple-amber {
  background: linear-gradient(to bottom, #673AB7, #FFC107);
}

.gradient-to-left-deeppurple-amber {
  background: linear-gradient(to left, #673AB7, #FFC107);
}

.gradient-to-right-deeppurple-amber {
  background: linear-gradient(to right, #673AB7, #FFC107);
}

.gradient-to-top-left-deeppurple-amber {
  background: linear-gradient(to top left, #673AB7, #FFC107);
}

.gradient-to-top-right-deeppurple-amber {
  background: linear-gradient(to top right, #673AB7, #FFC107);
}

.gradient-to-bottom-left-deeppurple-amber {
  background: linear-gradient(to bottom left, #673AB7, #FFC107);
}

.gradient-to-bottom-right-deeppurple-amber {
  background: linear-gradient(to bottom right, #673AB7, #FFC107);
}

.gradient-radial-deeppurple-amber {
  background: radial-gradient(circle, #673AB7, #FFC107);
}

.gradient-deeppurple-amber-primary {
  background: linear-gradient(#673AB7, #FFC107, #03A9F4);
}

.gradient-deeppurple-amber-secondary {
  background: linear-gradient(#673AB7, #FFC107, #333);
}

.gradient-deeppurple-amber-success {
  background: linear-gradient(#673AB7, #FFC107, #28a745);
}

.gradient-deeppurple-amber-info {
  background: linear-gradient(#673AB7, #FFC107, #0DCAF0);
}

.gradient-deeppurple-amber-warning {
  background: linear-gradient(#673AB7, #FFC107, #FFC107);
}

.gradient-deeppurple-amber-danger {
  background: linear-gradient(#673AB7, #FFC107, #DC3545);
}

.gradient-deeppurple-amber-light {
  background: linear-gradient(#673AB7, #FFC107, #f5f5f5);
}

.gradient-deeppurple-amber-dark {
  background: linear-gradient(#673AB7, #FFC107, #212529);
}

.gradient-deeppurple-amber-red {
  background: linear-gradient(#673AB7, #FFC107, #F44336);
}

.gradient-deeppurple-amber-green {
  background: linear-gradient(#673AB7, #FFC107, #4CAF50);
}

.gradient-deeppurple-amber-blue {
  background: linear-gradient(#673AB7, #FFC107, #2196F3);
}

.gradient-deeppurple-amber-black {
  background: linear-gradient(#673AB7, #FFC107, #000);
}

.gradient-deeppurple-amber-white {
  background: linear-gradient(#673AB7, #FFC107, #fff);
}

.gradient-deeppurple-amber-pink {
  background: linear-gradient(#673AB7, #FFC107, #E91E63);
}

.gradient-deeppurple-amber-purple {
  background: linear-gradient(#673AB7, #FFC107, #9C27B0);
}

.gradient-deeppurple-amber-indigo {
  background: linear-gradient(#673AB7, #FFC107, #3E51B5);
}

.gradient-deeppurple-amber-cyan {
  background: linear-gradient(#673AB7, #FFC107, #00BCD4);
}

.gradient-deeppurple-amber-teal {
  background: linear-gradient(#673AB7, #FFC107, #009688);
}

.gradient-deeppurple-amber-lime {
  background: linear-gradient(#673AB7, #FFC107, #CDDC39);
}

.gradient-deeppurple-amber-yellow {
  background: linear-gradient(#673AB7, #FFC107, #FFEB3B);
}

.gradient-deeppurple-amber-orange {
  background: linear-gradient(#673AB7, #FFC107, #FF9800);
}

.gradient-deeppurple-amber-lightblue {
  background: linear-gradient(#673AB7, #FFC107, #03A9F4);
}

.gradient-deeppurple-amber-lightgreen {
  background: linear-gradient(#673AB7, #FFC107, #76FF03);
}

.gradient-deeppurple-amber-deeporange {
  background: linear-gradient(#673AB7, #FFC107, #DD6E0F);
}

.gradient-deeppurple-amber-brown {
  background: linear-gradient(#673AB7, #FFC107, #964B00);
}

.gradient-deeppurple-amber-grey {
  background: linear-gradient(#673AB7, #FFC107, #808080);
}

.gradient-deeppurple-orange {
  background: linear-gradient(#673AB7, #FF9800);
}

.gradient-to-top-deeppurple-orange {
  background: linear-gradient(to top, #673AB7, #FF9800);
}

.gradient-to-bottom-deeppurple-orange {
  background: linear-gradient(to bottom, #673AB7, #FF9800);
}

.gradient-to-left-deeppurple-orange {
  background: linear-gradient(to left, #673AB7, #FF9800);
}

.gradient-to-right-deeppurple-orange {
  background: linear-gradient(to right, #673AB7, #FF9800);
}

.gradient-to-top-left-deeppurple-orange {
  background: linear-gradient(to top left, #673AB7, #FF9800);
}

.gradient-to-top-right-deeppurple-orange {
  background: linear-gradient(to top right, #673AB7, #FF9800);
}

.gradient-to-bottom-left-deeppurple-orange {
  background: linear-gradient(to bottom left, #673AB7, #FF9800);
}

.gradient-to-bottom-right-deeppurple-orange {
  background: linear-gradient(to bottom right, #673AB7, #FF9800);
}

.gradient-radial-deeppurple-orange {
  background: radial-gradient(circle, #673AB7, #FF9800);
}

.gradient-deeppurple-orange-primary {
  background: linear-gradient(#673AB7, #FF9800, #03A9F4);
}

.gradient-deeppurple-orange-secondary {
  background: linear-gradient(#673AB7, #FF9800, #333);
}

.gradient-deeppurple-orange-success {
  background: linear-gradient(#673AB7, #FF9800, #28a745);
}

.gradient-deeppurple-orange-info {
  background: linear-gradient(#673AB7, #FF9800, #0DCAF0);
}

.gradient-deeppurple-orange-warning {
  background: linear-gradient(#673AB7, #FF9800, #FFC107);
}

.gradient-deeppurple-orange-danger {
  background: linear-gradient(#673AB7, #FF9800, #DC3545);
}

.gradient-deeppurple-orange-light {
  background: linear-gradient(#673AB7, #FF9800, #f5f5f5);
}

.gradient-deeppurple-orange-dark {
  background: linear-gradient(#673AB7, #FF9800, #212529);
}

.gradient-deeppurple-orange-red {
  background: linear-gradient(#673AB7, #FF9800, #F44336);
}

.gradient-deeppurple-orange-green {
  background: linear-gradient(#673AB7, #FF9800, #4CAF50);
}

.gradient-deeppurple-orange-blue {
  background: linear-gradient(#673AB7, #FF9800, #2196F3);
}

.gradient-deeppurple-orange-black {
  background: linear-gradient(#673AB7, #FF9800, #000);
}

.gradient-deeppurple-orange-white {
  background: linear-gradient(#673AB7, #FF9800, #fff);
}

.gradient-deeppurple-orange-pink {
  background: linear-gradient(#673AB7, #FF9800, #E91E63);
}

.gradient-deeppurple-orange-purple {
  background: linear-gradient(#673AB7, #FF9800, #9C27B0);
}

.gradient-deeppurple-orange-indigo {
  background: linear-gradient(#673AB7, #FF9800, #3E51B5);
}

.gradient-deeppurple-orange-cyan {
  background: linear-gradient(#673AB7, #FF9800, #00BCD4);
}

.gradient-deeppurple-orange-teal {
  background: linear-gradient(#673AB7, #FF9800, #009688);
}

.gradient-deeppurple-orange-lime {
  background: linear-gradient(#673AB7, #FF9800, #CDDC39);
}

.gradient-deeppurple-orange-yellow {
  background: linear-gradient(#673AB7, #FF9800, #FFEB3B);
}

.gradient-deeppurple-orange-amber {
  background: linear-gradient(#673AB7, #FF9800, #FFC107);
}

.gradient-deeppurple-orange-lightblue {
  background: linear-gradient(#673AB7, #FF9800, #03A9F4);
}

.gradient-deeppurple-orange-lightgreen {
  background: linear-gradient(#673AB7, #FF9800, #76FF03);
}

.gradient-deeppurple-orange-deeporange {
  background: linear-gradient(#673AB7, #FF9800, #DD6E0F);
}

.gradient-deeppurple-orange-brown {
  background: linear-gradient(#673AB7, #FF9800, #964B00);
}

.gradient-deeppurple-orange-grey {
  background: linear-gradient(#673AB7, #FF9800, #808080);
}

.gradient-deeppurple-lightblue {
  background: linear-gradient(#673AB7, #03A9F4);
}

.gradient-to-top-deeppurple-lightblue {
  background: linear-gradient(to top, #673AB7, #03A9F4);
}

.gradient-to-bottom-deeppurple-lightblue {
  background: linear-gradient(to bottom, #673AB7, #03A9F4);
}

.gradient-to-left-deeppurple-lightblue {
  background: linear-gradient(to left, #673AB7, #03A9F4);
}

.gradient-to-right-deeppurple-lightblue {
  background: linear-gradient(to right, #673AB7, #03A9F4);
}

.gradient-to-top-left-deeppurple-lightblue {
  background: linear-gradient(to top left, #673AB7, #03A9F4);
}

.gradient-to-top-right-deeppurple-lightblue {
  background: linear-gradient(to top right, #673AB7, #03A9F4);
}

.gradient-to-bottom-left-deeppurple-lightblue {
  background: linear-gradient(to bottom left, #673AB7, #03A9F4);
}

.gradient-to-bottom-right-deeppurple-lightblue {
  background: linear-gradient(to bottom right, #673AB7, #03A9F4);
}

.gradient-radial-deeppurple-lightblue {
  background: radial-gradient(circle, #673AB7, #03A9F4);
}

.gradient-deeppurple-lightblue-primary {
  background: linear-gradient(#673AB7, #03A9F4, #03A9F4);
}

.gradient-deeppurple-lightblue-secondary {
  background: linear-gradient(#673AB7, #03A9F4, #333);
}

.gradient-deeppurple-lightblue-success {
  background: linear-gradient(#673AB7, #03A9F4, #28a745);
}

.gradient-deeppurple-lightblue-info {
  background: linear-gradient(#673AB7, #03A9F4, #0DCAF0);
}

.gradient-deeppurple-lightblue-warning {
  background: linear-gradient(#673AB7, #03A9F4, #FFC107);
}

.gradient-deeppurple-lightblue-danger {
  background: linear-gradient(#673AB7, #03A9F4, #DC3545);
}

.gradient-deeppurple-lightblue-light {
  background: linear-gradient(#673AB7, #03A9F4, #f5f5f5);
}

.gradient-deeppurple-lightblue-dark {
  background: linear-gradient(#673AB7, #03A9F4, #212529);
}

.gradient-deeppurple-lightblue-red {
  background: linear-gradient(#673AB7, #03A9F4, #F44336);
}

.gradient-deeppurple-lightblue-green {
  background: linear-gradient(#673AB7, #03A9F4, #4CAF50);
}

.gradient-deeppurple-lightblue-blue {
  background: linear-gradient(#673AB7, #03A9F4, #2196F3);
}

.gradient-deeppurple-lightblue-black {
  background: linear-gradient(#673AB7, #03A9F4, #000);
}

.gradient-deeppurple-lightblue-white {
  background: linear-gradient(#673AB7, #03A9F4, #fff);
}

.gradient-deeppurple-lightblue-pink {
  background: linear-gradient(#673AB7, #03A9F4, #E91E63);
}

.gradient-deeppurple-lightblue-purple {
  background: linear-gradient(#673AB7, #03A9F4, #9C27B0);
}

.gradient-deeppurple-lightblue-indigo {
  background: linear-gradient(#673AB7, #03A9F4, #3E51B5);
}

.gradient-deeppurple-lightblue-cyan {
  background: linear-gradient(#673AB7, #03A9F4, #00BCD4);
}

.gradient-deeppurple-lightblue-teal {
  background: linear-gradient(#673AB7, #03A9F4, #009688);
}

.gradient-deeppurple-lightblue-lime {
  background: linear-gradient(#673AB7, #03A9F4, #CDDC39);
}

.gradient-deeppurple-lightblue-yellow {
  background: linear-gradient(#673AB7, #03A9F4, #FFEB3B);
}

.gradient-deeppurple-lightblue-amber {
  background: linear-gradient(#673AB7, #03A9F4, #FFC107);
}

.gradient-deeppurple-lightblue-orange {
  background: linear-gradient(#673AB7, #03A9F4, #FF9800);
}

.gradient-deeppurple-lightblue-lightgreen {
  background: linear-gradient(#673AB7, #03A9F4, #76FF03);
}

.gradient-deeppurple-lightblue-deeporange {
  background: linear-gradient(#673AB7, #03A9F4, #DD6E0F);
}

.gradient-deeppurple-lightblue-brown {
  background: linear-gradient(#673AB7, #03A9F4, #964B00);
}

.gradient-deeppurple-lightblue-grey {
  background: linear-gradient(#673AB7, #03A9F4, #808080);
}

.gradient-deeppurple-lightgreen {
  background: linear-gradient(#673AB7, #76FF03);
}

.gradient-to-top-deeppurple-lightgreen {
  background: linear-gradient(to top, #673AB7, #76FF03);
}

.gradient-to-bottom-deeppurple-lightgreen {
  background: linear-gradient(to bottom, #673AB7, #76FF03);
}

.gradient-to-left-deeppurple-lightgreen {
  background: linear-gradient(to left, #673AB7, #76FF03);
}

.gradient-to-right-deeppurple-lightgreen {
  background: linear-gradient(to right, #673AB7, #76FF03);
}

.gradient-to-top-left-deeppurple-lightgreen {
  background: linear-gradient(to top left, #673AB7, #76FF03);
}

.gradient-to-top-right-deeppurple-lightgreen {
  background: linear-gradient(to top right, #673AB7, #76FF03);
}

.gradient-to-bottom-left-deeppurple-lightgreen {
  background: linear-gradient(to bottom left, #673AB7, #76FF03);
}

.gradient-to-bottom-right-deeppurple-lightgreen {
  background: linear-gradient(to bottom right, #673AB7, #76FF03);
}

.gradient-radial-deeppurple-lightgreen {
  background: radial-gradient(circle, #673AB7, #76FF03);
}

.gradient-deeppurple-lightgreen-primary {
  background: linear-gradient(#673AB7, #76FF03, #03A9F4);
}

.gradient-deeppurple-lightgreen-secondary {
  background: linear-gradient(#673AB7, #76FF03, #333);
}

.gradient-deeppurple-lightgreen-success {
  background: linear-gradient(#673AB7, #76FF03, #28a745);
}

.gradient-deeppurple-lightgreen-info {
  background: linear-gradient(#673AB7, #76FF03, #0DCAF0);
}

.gradient-deeppurple-lightgreen-warning {
  background: linear-gradient(#673AB7, #76FF03, #FFC107);
}

.gradient-deeppurple-lightgreen-danger {
  background: linear-gradient(#673AB7, #76FF03, #DC3545);
}

.gradient-deeppurple-lightgreen-light {
  background: linear-gradient(#673AB7, #76FF03, #f5f5f5);
}

.gradient-deeppurple-lightgreen-dark {
  background: linear-gradient(#673AB7, #76FF03, #212529);
}

.gradient-deeppurple-lightgreen-red {
  background: linear-gradient(#673AB7, #76FF03, #F44336);
}

.gradient-deeppurple-lightgreen-green {
  background: linear-gradient(#673AB7, #76FF03, #4CAF50);
}

.gradient-deeppurple-lightgreen-blue {
  background: linear-gradient(#673AB7, #76FF03, #2196F3);
}

.gradient-deeppurple-lightgreen-black {
  background: linear-gradient(#673AB7, #76FF03, #000);
}

.gradient-deeppurple-lightgreen-white {
  background: linear-gradient(#673AB7, #76FF03, #fff);
}

.gradient-deeppurple-lightgreen-pink {
  background: linear-gradient(#673AB7, #76FF03, #E91E63);
}

.gradient-deeppurple-lightgreen-purple {
  background: linear-gradient(#673AB7, #76FF03, #9C27B0);
}

.gradient-deeppurple-lightgreen-indigo {
  background: linear-gradient(#673AB7, #76FF03, #3E51B5);
}

.gradient-deeppurple-lightgreen-cyan {
  background: linear-gradient(#673AB7, #76FF03, #00BCD4);
}

.gradient-deeppurple-lightgreen-teal {
  background: linear-gradient(#673AB7, #76FF03, #009688);
}

.gradient-deeppurple-lightgreen-lime {
  background: linear-gradient(#673AB7, #76FF03, #CDDC39);
}

.gradient-deeppurple-lightgreen-yellow {
  background: linear-gradient(#673AB7, #76FF03, #FFEB3B);
}

.gradient-deeppurple-lightgreen-amber {
  background: linear-gradient(#673AB7, #76FF03, #FFC107);
}

.gradient-deeppurple-lightgreen-orange {
  background: linear-gradient(#673AB7, #76FF03, #FF9800);
}

.gradient-deeppurple-lightgreen-lightblue {
  background: linear-gradient(#673AB7, #76FF03, #03A9F4);
}

.gradient-deeppurple-lightgreen-deeporange {
  background: linear-gradient(#673AB7, #76FF03, #DD6E0F);
}

.gradient-deeppurple-lightgreen-brown {
  background: linear-gradient(#673AB7, #76FF03, #964B00);
}

.gradient-deeppurple-lightgreen-grey {
  background: linear-gradient(#673AB7, #76FF03, #808080);
}

.gradient-deeppurple-deeporange {
  background: linear-gradient(#673AB7, #DD6E0F);
}

.gradient-to-top-deeppurple-deeporange {
  background: linear-gradient(to top, #673AB7, #DD6E0F);
}

.gradient-to-bottom-deeppurple-deeporange {
  background: linear-gradient(to bottom, #673AB7, #DD6E0F);
}

.gradient-to-left-deeppurple-deeporange {
  background: linear-gradient(to left, #673AB7, #DD6E0F);
}

.gradient-to-right-deeppurple-deeporange {
  background: linear-gradient(to right, #673AB7, #DD6E0F);
}

.gradient-to-top-left-deeppurple-deeporange {
  background: linear-gradient(to top left, #673AB7, #DD6E0F);
}

.gradient-to-top-right-deeppurple-deeporange {
  background: linear-gradient(to top right, #673AB7, #DD6E0F);
}

.gradient-to-bottom-left-deeppurple-deeporange {
  background: linear-gradient(to bottom left, #673AB7, #DD6E0F);
}

.gradient-to-bottom-right-deeppurple-deeporange {
  background: linear-gradient(to bottom right, #673AB7, #DD6E0F);
}

.gradient-radial-deeppurple-deeporange {
  background: radial-gradient(circle, #673AB7, #DD6E0F);
}

.gradient-deeppurple-deeporange-primary {
  background: linear-gradient(#673AB7, #DD6E0F, #03A9F4);
}

.gradient-deeppurple-deeporange-secondary {
  background: linear-gradient(#673AB7, #DD6E0F, #333);
}

.gradient-deeppurple-deeporange-success {
  background: linear-gradient(#673AB7, #DD6E0F, #28a745);
}

.gradient-deeppurple-deeporange-info {
  background: linear-gradient(#673AB7, #DD6E0F, #0DCAF0);
}

.gradient-deeppurple-deeporange-warning {
  background: linear-gradient(#673AB7, #DD6E0F, #FFC107);
}

.gradient-deeppurple-deeporange-danger {
  background: linear-gradient(#673AB7, #DD6E0F, #DC3545);
}

.gradient-deeppurple-deeporange-light {
  background: linear-gradient(#673AB7, #DD6E0F, #f5f5f5);
}

.gradient-deeppurple-deeporange-dark {
  background: linear-gradient(#673AB7, #DD6E0F, #212529);
}

.gradient-deeppurple-deeporange-red {
  background: linear-gradient(#673AB7, #DD6E0F, #F44336);
}

.gradient-deeppurple-deeporange-green {
  background: linear-gradient(#673AB7, #DD6E0F, #4CAF50);
}

.gradient-deeppurple-deeporange-blue {
  background: linear-gradient(#673AB7, #DD6E0F, #2196F3);
}

.gradient-deeppurple-deeporange-black {
  background: linear-gradient(#673AB7, #DD6E0F, #000);
}

.gradient-deeppurple-deeporange-white {
  background: linear-gradient(#673AB7, #DD6E0F, #fff);
}

.gradient-deeppurple-deeporange-pink {
  background: linear-gradient(#673AB7, #DD6E0F, #E91E63);
}

.gradient-deeppurple-deeporange-purple {
  background: linear-gradient(#673AB7, #DD6E0F, #9C27B0);
}

.gradient-deeppurple-deeporange-indigo {
  background: linear-gradient(#673AB7, #DD6E0F, #3E51B5);
}

.gradient-deeppurple-deeporange-cyan {
  background: linear-gradient(#673AB7, #DD6E0F, #00BCD4);
}

.gradient-deeppurple-deeporange-teal {
  background: linear-gradient(#673AB7, #DD6E0F, #009688);
}

.gradient-deeppurple-deeporange-lime {
  background: linear-gradient(#673AB7, #DD6E0F, #CDDC39);
}

.gradient-deeppurple-deeporange-yellow {
  background: linear-gradient(#673AB7, #DD6E0F, #FFEB3B);
}

.gradient-deeppurple-deeporange-amber {
  background: linear-gradient(#673AB7, #DD6E0F, #FFC107);
}

.gradient-deeppurple-deeporange-orange {
  background: linear-gradient(#673AB7, #DD6E0F, #FF9800);
}

.gradient-deeppurple-deeporange-lightblue {
  background: linear-gradient(#673AB7, #DD6E0F, #03A9F4);
}

.gradient-deeppurple-deeporange-lightgreen {
  background: linear-gradient(#673AB7, #DD6E0F, #76FF03);
}

.gradient-deeppurple-deeporange-brown {
  background: linear-gradient(#673AB7, #DD6E0F, #964B00);
}

.gradient-deeppurple-deeporange-grey {
  background: linear-gradient(#673AB7, #DD6E0F, #808080);
}

.gradient-deeppurple-brown {
  background: linear-gradient(#673AB7, #964B00);
}

.gradient-to-top-deeppurple-brown {
  background: linear-gradient(to top, #673AB7, #964B00);
}

.gradient-to-bottom-deeppurple-brown {
  background: linear-gradient(to bottom, #673AB7, #964B00);
}

.gradient-to-left-deeppurple-brown {
  background: linear-gradient(to left, #673AB7, #964B00);
}

.gradient-to-right-deeppurple-brown {
  background: linear-gradient(to right, #673AB7, #964B00);
}

.gradient-to-top-left-deeppurple-brown {
  background: linear-gradient(to top left, #673AB7, #964B00);
}

.gradient-to-top-right-deeppurple-brown {
  background: linear-gradient(to top right, #673AB7, #964B00);
}

.gradient-to-bottom-left-deeppurple-brown {
  background: linear-gradient(to bottom left, #673AB7, #964B00);
}

.gradient-to-bottom-right-deeppurple-brown {
  background: linear-gradient(to bottom right, #673AB7, #964B00);
}

.gradient-radial-deeppurple-brown {
  background: radial-gradient(circle, #673AB7, #964B00);
}

.gradient-deeppurple-brown-primary {
  background: linear-gradient(#673AB7, #964B00, #03A9F4);
}

.gradient-deeppurple-brown-secondary {
  background: linear-gradient(#673AB7, #964B00, #333);
}

.gradient-deeppurple-brown-success {
  background: linear-gradient(#673AB7, #964B00, #28a745);
}

.gradient-deeppurple-brown-info {
  background: linear-gradient(#673AB7, #964B00, #0DCAF0);
}

.gradient-deeppurple-brown-warning {
  background: linear-gradient(#673AB7, #964B00, #FFC107);
}

.gradient-deeppurple-brown-danger {
  background: linear-gradient(#673AB7, #964B00, #DC3545);
}

.gradient-deeppurple-brown-light {
  background: linear-gradient(#673AB7, #964B00, #f5f5f5);
}

.gradient-deeppurple-brown-dark {
  background: linear-gradient(#673AB7, #964B00, #212529);
}

.gradient-deeppurple-brown-red {
  background: linear-gradient(#673AB7, #964B00, #F44336);
}

.gradient-deeppurple-brown-green {
  background: linear-gradient(#673AB7, #964B00, #4CAF50);
}

.gradient-deeppurple-brown-blue {
  background: linear-gradient(#673AB7, #964B00, #2196F3);
}

.gradient-deeppurple-brown-black {
  background: linear-gradient(#673AB7, #964B00, #000);
}

.gradient-deeppurple-brown-white {
  background: linear-gradient(#673AB7, #964B00, #fff);
}

.gradient-deeppurple-brown-pink {
  background: linear-gradient(#673AB7, #964B00, #E91E63);
}

.gradient-deeppurple-brown-purple {
  background: linear-gradient(#673AB7, #964B00, #9C27B0);
}

.gradient-deeppurple-brown-indigo {
  background: linear-gradient(#673AB7, #964B00, #3E51B5);
}

.gradient-deeppurple-brown-cyan {
  background: linear-gradient(#673AB7, #964B00, #00BCD4);
}

.gradient-deeppurple-brown-teal {
  background: linear-gradient(#673AB7, #964B00, #009688);
}

.gradient-deeppurple-brown-lime {
  background: linear-gradient(#673AB7, #964B00, #CDDC39);
}

.gradient-deeppurple-brown-yellow {
  background: linear-gradient(#673AB7, #964B00, #FFEB3B);
}

.gradient-deeppurple-brown-amber {
  background: linear-gradient(#673AB7, #964B00, #FFC107);
}

.gradient-deeppurple-brown-orange {
  background: linear-gradient(#673AB7, #964B00, #FF9800);
}

.gradient-deeppurple-brown-lightblue {
  background: linear-gradient(#673AB7, #964B00, #03A9F4);
}

.gradient-deeppurple-brown-lightgreen {
  background: linear-gradient(#673AB7, #964B00, #76FF03);
}

.gradient-deeppurple-brown-deeporange {
  background: linear-gradient(#673AB7, #964B00, #DD6E0F);
}

.gradient-deeppurple-brown-grey {
  background: linear-gradient(#673AB7, #964B00, #808080);
}

.gradient-deeppurple-grey {
  background: linear-gradient(#673AB7, #808080);
}

.gradient-to-top-deeppurple-grey {
  background: linear-gradient(to top, #673AB7, #808080);
}

.gradient-to-bottom-deeppurple-grey {
  background: linear-gradient(to bottom, #673AB7, #808080);
}

.gradient-to-left-deeppurple-grey {
  background: linear-gradient(to left, #673AB7, #808080);
}

.gradient-to-right-deeppurple-grey {
  background: linear-gradient(to right, #673AB7, #808080);
}

.gradient-to-top-left-deeppurple-grey {
  background: linear-gradient(to top left, #673AB7, #808080);
}

.gradient-to-top-right-deeppurple-grey {
  background: linear-gradient(to top right, #673AB7, #808080);
}

.gradient-to-bottom-left-deeppurple-grey {
  background: linear-gradient(to bottom left, #673AB7, #808080);
}

.gradient-to-bottom-right-deeppurple-grey {
  background: linear-gradient(to bottom right, #673AB7, #808080);
}

.gradient-radial-deeppurple-grey {
  background: radial-gradient(circle, #673AB7, #808080);
}

.gradient-deeppurple-grey-primary {
  background: linear-gradient(#673AB7, #808080, #03A9F4);
}

.gradient-deeppurple-grey-secondary {
  background: linear-gradient(#673AB7, #808080, #333);
}

.gradient-deeppurple-grey-success {
  background: linear-gradient(#673AB7, #808080, #28a745);
}

.gradient-deeppurple-grey-info {
  background: linear-gradient(#673AB7, #808080, #0DCAF0);
}

.gradient-deeppurple-grey-warning {
  background: linear-gradient(#673AB7, #808080, #FFC107);
}

.gradient-deeppurple-grey-danger {
  background: linear-gradient(#673AB7, #808080, #DC3545);
}

.gradient-deeppurple-grey-light {
  background: linear-gradient(#673AB7, #808080, #f5f5f5);
}

.gradient-deeppurple-grey-dark {
  background: linear-gradient(#673AB7, #808080, #212529);
}

.gradient-deeppurple-grey-red {
  background: linear-gradient(#673AB7, #808080, #F44336);
}

.gradient-deeppurple-grey-green {
  background: linear-gradient(#673AB7, #808080, #4CAF50);
}

.gradient-deeppurple-grey-blue {
  background: linear-gradient(#673AB7, #808080, #2196F3);
}

.gradient-deeppurple-grey-black {
  background: linear-gradient(#673AB7, #808080, #000);
}

.gradient-deeppurple-grey-white {
  background: linear-gradient(#673AB7, #808080, #fff);
}

.gradient-deeppurple-grey-pink {
  background: linear-gradient(#673AB7, #808080, #E91E63);
}

.gradient-deeppurple-grey-purple {
  background: linear-gradient(#673AB7, #808080, #9C27B0);
}

.gradient-deeppurple-grey-indigo {
  background: linear-gradient(#673AB7, #808080, #3E51B5);
}

.gradient-deeppurple-grey-cyan {
  background: linear-gradient(#673AB7, #808080, #00BCD4);
}

.gradient-deeppurple-grey-teal {
  background: linear-gradient(#673AB7, #808080, #009688);
}

.gradient-deeppurple-grey-lime {
  background: linear-gradient(#673AB7, #808080, #CDDC39);
}

.gradient-deeppurple-grey-yellow {
  background: linear-gradient(#673AB7, #808080, #FFEB3B);
}

.gradient-deeppurple-grey-amber {
  background: linear-gradient(#673AB7, #808080, #FFC107);
}

.gradient-deeppurple-grey-orange {
  background: linear-gradient(#673AB7, #808080, #FF9800);
}

.gradient-deeppurple-grey-lightblue {
  background: linear-gradient(#673AB7, #808080, #03A9F4);
}

.gradient-deeppurple-grey-lightgreen {
  background: linear-gradient(#673AB7, #808080, #76FF03);
}

.gradient-deeppurple-grey-deeporange {
  background: linear-gradient(#673AB7, #808080, #DD6E0F);
}

.gradient-deeppurple-grey-brown {
  background: linear-gradient(#673AB7, #808080, #964B00);
}

.gradient-deeporange-primary {
  background: linear-gradient(#DD6E0F, #03A9F4);
}

.gradient-to-top-deeporange-primary {
  background: linear-gradient(to top, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-deeporange-primary {
  background: linear-gradient(to bottom, #DD6E0F, #03A9F4);
}

.gradient-to-left-deeporange-primary {
  background: linear-gradient(to left, #DD6E0F, #03A9F4);
}

.gradient-to-right-deeporange-primary {
  background: linear-gradient(to right, #DD6E0F, #03A9F4);
}

.gradient-to-top-left-deeporange-primary {
  background: linear-gradient(to top left, #DD6E0F, #03A9F4);
}

.gradient-to-top-right-deeporange-primary {
  background: linear-gradient(to top right, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-left-deeporange-primary {
  background: linear-gradient(to bottom left, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-right-deeporange-primary {
  background: linear-gradient(to bottom right, #DD6E0F, #03A9F4);
}

.gradient-radial-deeporange-primary {
  background: radial-gradient(circle, #DD6E0F, #03A9F4);
}

.gradient-deeporange-primary-secondary {
  background: linear-gradient(#DD6E0F, #03A9F4, #333);
}

.gradient-deeporange-primary-success {
  background: linear-gradient(#DD6E0F, #03A9F4, #28a745);
}

.gradient-deeporange-primary-info {
  background: linear-gradient(#DD6E0F, #03A9F4, #0DCAF0);
}

.gradient-deeporange-primary-warning {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFC107);
}

.gradient-deeporange-primary-danger {
  background: linear-gradient(#DD6E0F, #03A9F4, #DC3545);
}

.gradient-deeporange-primary-light {
  background: linear-gradient(#DD6E0F, #03A9F4, #f5f5f5);
}

.gradient-deeporange-primary-dark {
  background: linear-gradient(#DD6E0F, #03A9F4, #212529);
}

.gradient-deeporange-primary-red {
  background: linear-gradient(#DD6E0F, #03A9F4, #F44336);
}

.gradient-deeporange-primary-green {
  background: linear-gradient(#DD6E0F, #03A9F4, #4CAF50);
}

.gradient-deeporange-primary-blue {
  background: linear-gradient(#DD6E0F, #03A9F4, #2196F3);
}

.gradient-deeporange-primary-black {
  background: linear-gradient(#DD6E0F, #03A9F4, #000);
}

.gradient-deeporange-primary-white {
  background: linear-gradient(#DD6E0F, #03A9F4, #fff);
}

.gradient-deeporange-primary-pink {
  background: linear-gradient(#DD6E0F, #03A9F4, #E91E63);
}

.gradient-deeporange-primary-purple {
  background: linear-gradient(#DD6E0F, #03A9F4, #9C27B0);
}

.gradient-deeporange-primary-indigo {
  background: linear-gradient(#DD6E0F, #03A9F4, #3E51B5);
}

.gradient-deeporange-primary-cyan {
  background: linear-gradient(#DD6E0F, #03A9F4, #00BCD4);
}

.gradient-deeporange-primary-teal {
  background: linear-gradient(#DD6E0F, #03A9F4, #009688);
}

.gradient-deeporange-primary-lime {
  background: linear-gradient(#DD6E0F, #03A9F4, #CDDC39);
}

.gradient-deeporange-primary-yellow {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFEB3B);
}

.gradient-deeporange-primary-amber {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFC107);
}

.gradient-deeporange-primary-orange {
  background: linear-gradient(#DD6E0F, #03A9F4, #FF9800);
}

.gradient-deeporange-primary-lightblue {
  background: linear-gradient(#DD6E0F, #03A9F4, #03A9F4);
}

.gradient-deeporange-primary-lightgreen {
  background: linear-gradient(#DD6E0F, #03A9F4, #76FF03);
}

.gradient-deeporange-primary-deeppurple {
  background: linear-gradient(#DD6E0F, #03A9F4, #673AB7);
}

.gradient-deeporange-primary-brown {
  background: linear-gradient(#DD6E0F, #03A9F4, #964B00);
}

.gradient-deeporange-primary-grey {
  background: linear-gradient(#DD6E0F, #03A9F4, #808080);
}

.gradient-deeporange-secondary {
  background: linear-gradient(#DD6E0F, #333);
}

.gradient-to-top-deeporange-secondary {
  background: linear-gradient(to top, #DD6E0F, #333);
}

.gradient-to-bottom-deeporange-secondary {
  background: linear-gradient(to bottom, #DD6E0F, #333);
}

.gradient-to-left-deeporange-secondary {
  background: linear-gradient(to left, #DD6E0F, #333);
}

.gradient-to-right-deeporange-secondary {
  background: linear-gradient(to right, #DD6E0F, #333);
}

.gradient-to-top-left-deeporange-secondary {
  background: linear-gradient(to top left, #DD6E0F, #333);
}

.gradient-to-top-right-deeporange-secondary {
  background: linear-gradient(to top right, #DD6E0F, #333);
}

.gradient-to-bottom-left-deeporange-secondary {
  background: linear-gradient(to bottom left, #DD6E0F, #333);
}

.gradient-to-bottom-right-deeporange-secondary {
  background: linear-gradient(to bottom right, #DD6E0F, #333);
}

.gradient-radial-deeporange-secondary {
  background: radial-gradient(circle, #DD6E0F, #333);
}

.gradient-deeporange-secondary-primary {
  background: linear-gradient(#DD6E0F, #333, #03A9F4);
}

.gradient-deeporange-secondary-success {
  background: linear-gradient(#DD6E0F, #333, #28a745);
}

.gradient-deeporange-secondary-info {
  background: linear-gradient(#DD6E0F, #333, #0DCAF0);
}

.gradient-deeporange-secondary-warning {
  background: linear-gradient(#DD6E0F, #333, #FFC107);
}

.gradient-deeporange-secondary-danger {
  background: linear-gradient(#DD6E0F, #333, #DC3545);
}

.gradient-deeporange-secondary-light {
  background: linear-gradient(#DD6E0F, #333, #f5f5f5);
}

.gradient-deeporange-secondary-dark {
  background: linear-gradient(#DD6E0F, #333, #212529);
}

.gradient-deeporange-secondary-red {
  background: linear-gradient(#DD6E0F, #333, #F44336);
}

.gradient-deeporange-secondary-green {
  background: linear-gradient(#DD6E0F, #333, #4CAF50);
}

.gradient-deeporange-secondary-blue {
  background: linear-gradient(#DD6E0F, #333, #2196F3);
}

.gradient-deeporange-secondary-black {
  background: linear-gradient(#DD6E0F, #333, #000);
}

.gradient-deeporange-secondary-white {
  background: linear-gradient(#DD6E0F, #333, #fff);
}

.gradient-deeporange-secondary-pink {
  background: linear-gradient(#DD6E0F, #333, #E91E63);
}

.gradient-deeporange-secondary-purple {
  background: linear-gradient(#DD6E0F, #333, #9C27B0);
}

.gradient-deeporange-secondary-indigo {
  background: linear-gradient(#DD6E0F, #333, #3E51B5);
}

.gradient-deeporange-secondary-cyan {
  background: linear-gradient(#DD6E0F, #333, #00BCD4);
}

.gradient-deeporange-secondary-teal {
  background: linear-gradient(#DD6E0F, #333, #009688);
}

.gradient-deeporange-secondary-lime {
  background: linear-gradient(#DD6E0F, #333, #CDDC39);
}

.gradient-deeporange-secondary-yellow {
  background: linear-gradient(#DD6E0F, #333, #FFEB3B);
}

.gradient-deeporange-secondary-amber {
  background: linear-gradient(#DD6E0F, #333, #FFC107);
}

.gradient-deeporange-secondary-orange {
  background: linear-gradient(#DD6E0F, #333, #FF9800);
}

.gradient-deeporange-secondary-lightblue {
  background: linear-gradient(#DD6E0F, #333, #03A9F4);
}

.gradient-deeporange-secondary-lightgreen {
  background: linear-gradient(#DD6E0F, #333, #76FF03);
}

.gradient-deeporange-secondary-deeppurple {
  background: linear-gradient(#DD6E0F, #333, #673AB7);
}

.gradient-deeporange-secondary-brown {
  background: linear-gradient(#DD6E0F, #333, #964B00);
}

.gradient-deeporange-secondary-grey {
  background: linear-gradient(#DD6E0F, #333, #808080);
}

.gradient-deeporange-success {
  background: linear-gradient(#DD6E0F, #28a745);
}

.gradient-to-top-deeporange-success {
  background: linear-gradient(to top, #DD6E0F, #28a745);
}

.gradient-to-bottom-deeporange-success {
  background: linear-gradient(to bottom, #DD6E0F, #28a745);
}

.gradient-to-left-deeporange-success {
  background: linear-gradient(to left, #DD6E0F, #28a745);
}

.gradient-to-right-deeporange-success {
  background: linear-gradient(to right, #DD6E0F, #28a745);
}

.gradient-to-top-left-deeporange-success {
  background: linear-gradient(to top left, #DD6E0F, #28a745);
}

.gradient-to-top-right-deeporange-success {
  background: linear-gradient(to top right, #DD6E0F, #28a745);
}

.gradient-to-bottom-left-deeporange-success {
  background: linear-gradient(to bottom left, #DD6E0F, #28a745);
}

.gradient-to-bottom-right-deeporange-success {
  background: linear-gradient(to bottom right, #DD6E0F, #28a745);
}

.gradient-radial-deeporange-success {
  background: radial-gradient(circle, #DD6E0F, #28a745);
}

.gradient-deeporange-success-primary {
  background: linear-gradient(#DD6E0F, #28a745, #03A9F4);
}

.gradient-deeporange-success-secondary {
  background: linear-gradient(#DD6E0F, #28a745, #333);
}

.gradient-deeporange-success-info {
  background: linear-gradient(#DD6E0F, #28a745, #0DCAF0);
}

.gradient-deeporange-success-warning {
  background: linear-gradient(#DD6E0F, #28a745, #FFC107);
}

.gradient-deeporange-success-danger {
  background: linear-gradient(#DD6E0F, #28a745, #DC3545);
}

.gradient-deeporange-success-light {
  background: linear-gradient(#DD6E0F, #28a745, #f5f5f5);
}

.gradient-deeporange-success-dark {
  background: linear-gradient(#DD6E0F, #28a745, #212529);
}

.gradient-deeporange-success-red {
  background: linear-gradient(#DD6E0F, #28a745, #F44336);
}

.gradient-deeporange-success-green {
  background: linear-gradient(#DD6E0F, #28a745, #4CAF50);
}

.gradient-deeporange-success-blue {
  background: linear-gradient(#DD6E0F, #28a745, #2196F3);
}

.gradient-deeporange-success-black {
  background: linear-gradient(#DD6E0F, #28a745, #000);
}

.gradient-deeporange-success-white {
  background: linear-gradient(#DD6E0F, #28a745, #fff);
}

.gradient-deeporange-success-pink {
  background: linear-gradient(#DD6E0F, #28a745, #E91E63);
}

.gradient-deeporange-success-purple {
  background: linear-gradient(#DD6E0F, #28a745, #9C27B0);
}

.gradient-deeporange-success-indigo {
  background: linear-gradient(#DD6E0F, #28a745, #3E51B5);
}

.gradient-deeporange-success-cyan {
  background: linear-gradient(#DD6E0F, #28a745, #00BCD4);
}

.gradient-deeporange-success-teal {
  background: linear-gradient(#DD6E0F, #28a745, #009688);
}

.gradient-deeporange-success-lime {
  background: linear-gradient(#DD6E0F, #28a745, #CDDC39);
}

.gradient-deeporange-success-yellow {
  background: linear-gradient(#DD6E0F, #28a745, #FFEB3B);
}

.gradient-deeporange-success-amber {
  background: linear-gradient(#DD6E0F, #28a745, #FFC107);
}

.gradient-deeporange-success-orange {
  background: linear-gradient(#DD6E0F, #28a745, #FF9800);
}

.gradient-deeporange-success-lightblue {
  background: linear-gradient(#DD6E0F, #28a745, #03A9F4);
}

.gradient-deeporange-success-lightgreen {
  background: linear-gradient(#DD6E0F, #28a745, #76FF03);
}

.gradient-deeporange-success-deeppurple {
  background: linear-gradient(#DD6E0F, #28a745, #673AB7);
}

.gradient-deeporange-success-brown {
  background: linear-gradient(#DD6E0F, #28a745, #964B00);
}

.gradient-deeporange-success-grey {
  background: linear-gradient(#DD6E0F, #28a745, #808080);
}

.gradient-deeporange-info {
  background: linear-gradient(#DD6E0F, #0DCAF0);
}

.gradient-to-top-deeporange-info {
  background: linear-gradient(to top, #DD6E0F, #0DCAF0);
}

.gradient-to-bottom-deeporange-info {
  background: linear-gradient(to bottom, #DD6E0F, #0DCAF0);
}

.gradient-to-left-deeporange-info {
  background: linear-gradient(to left, #DD6E0F, #0DCAF0);
}

.gradient-to-right-deeporange-info {
  background: linear-gradient(to right, #DD6E0F, #0DCAF0);
}

.gradient-to-top-left-deeporange-info {
  background: linear-gradient(to top left, #DD6E0F, #0DCAF0);
}

.gradient-to-top-right-deeporange-info {
  background: linear-gradient(to top right, #DD6E0F, #0DCAF0);
}

.gradient-to-bottom-left-deeporange-info {
  background: linear-gradient(to bottom left, #DD6E0F, #0DCAF0);
}

.gradient-to-bottom-right-deeporange-info {
  background: linear-gradient(to bottom right, #DD6E0F, #0DCAF0);
}

.gradient-radial-deeporange-info {
  background: radial-gradient(circle, #DD6E0F, #0DCAF0);
}

.gradient-deeporange-info-primary {
  background: linear-gradient(#DD6E0F, #0DCAF0, #03A9F4);
}

.gradient-deeporange-info-secondary {
  background: linear-gradient(#DD6E0F, #0DCAF0, #333);
}

.gradient-deeporange-info-success {
  background: linear-gradient(#DD6E0F, #0DCAF0, #28a745);
}

.gradient-deeporange-info-warning {
  background: linear-gradient(#DD6E0F, #0DCAF0, #FFC107);
}

.gradient-deeporange-info-danger {
  background: linear-gradient(#DD6E0F, #0DCAF0, #DC3545);
}

.gradient-deeporange-info-light {
  background: linear-gradient(#DD6E0F, #0DCAF0, #f5f5f5);
}

.gradient-deeporange-info-dark {
  background: linear-gradient(#DD6E0F, #0DCAF0, #212529);
}

.gradient-deeporange-info-red {
  background: linear-gradient(#DD6E0F, #0DCAF0, #F44336);
}

.gradient-deeporange-info-green {
  background: linear-gradient(#DD6E0F, #0DCAF0, #4CAF50);
}

.gradient-deeporange-info-blue {
  background: linear-gradient(#DD6E0F, #0DCAF0, #2196F3);
}

.gradient-deeporange-info-black {
  background: linear-gradient(#DD6E0F, #0DCAF0, #000);
}

.gradient-deeporange-info-white {
  background: linear-gradient(#DD6E0F, #0DCAF0, #fff);
}

.gradient-deeporange-info-pink {
  background: linear-gradient(#DD6E0F, #0DCAF0, #E91E63);
}

.gradient-deeporange-info-purple {
  background: linear-gradient(#DD6E0F, #0DCAF0, #9C27B0);
}

.gradient-deeporange-info-indigo {
  background: linear-gradient(#DD6E0F, #0DCAF0, #3E51B5);
}

.gradient-deeporange-info-cyan {
  background: linear-gradient(#DD6E0F, #0DCAF0, #00BCD4);
}

.gradient-deeporange-info-teal {
  background: linear-gradient(#DD6E0F, #0DCAF0, #009688);
}

.gradient-deeporange-info-lime {
  background: linear-gradient(#DD6E0F, #0DCAF0, #CDDC39);
}

.gradient-deeporange-info-yellow {
  background: linear-gradient(#DD6E0F, #0DCAF0, #FFEB3B);
}

.gradient-deeporange-info-amber {
  background: linear-gradient(#DD6E0F, #0DCAF0, #FFC107);
}

.gradient-deeporange-info-orange {
  background: linear-gradient(#DD6E0F, #0DCAF0, #FF9800);
}

.gradient-deeporange-info-lightblue {
  background: linear-gradient(#DD6E0F, #0DCAF0, #03A9F4);
}

.gradient-deeporange-info-lightgreen {
  background: linear-gradient(#DD6E0F, #0DCAF0, #76FF03);
}

.gradient-deeporange-info-deeppurple {
  background: linear-gradient(#DD6E0F, #0DCAF0, #673AB7);
}

.gradient-deeporange-info-brown {
  background: linear-gradient(#DD6E0F, #0DCAF0, #964B00);
}

.gradient-deeporange-info-grey {
  background: linear-gradient(#DD6E0F, #0DCAF0, #808080);
}

.gradient-deeporange-warning {
  background: linear-gradient(#DD6E0F, #FFC107);
}

.gradient-to-top-deeporange-warning {
  background: linear-gradient(to top, #DD6E0F, #FFC107);
}

.gradient-to-bottom-deeporange-warning {
  background: linear-gradient(to bottom, #DD6E0F, #FFC107);
}

.gradient-to-left-deeporange-warning {
  background: linear-gradient(to left, #DD6E0F, #FFC107);
}

.gradient-to-right-deeporange-warning {
  background: linear-gradient(to right, #DD6E0F, #FFC107);
}

.gradient-to-top-left-deeporange-warning {
  background: linear-gradient(to top left, #DD6E0F, #FFC107);
}

.gradient-to-top-right-deeporange-warning {
  background: linear-gradient(to top right, #DD6E0F, #FFC107);
}

.gradient-to-bottom-left-deeporange-warning {
  background: linear-gradient(to bottom left, #DD6E0F, #FFC107);
}

.gradient-to-bottom-right-deeporange-warning {
  background: linear-gradient(to bottom right, #DD6E0F, #FFC107);
}

.gradient-radial-deeporange-warning {
  background: radial-gradient(circle, #DD6E0F, #FFC107);
}

.gradient-deeporange-warning-primary {
  background: linear-gradient(#DD6E0F, #FFC107, #03A9F4);
}

.gradient-deeporange-warning-secondary {
  background: linear-gradient(#DD6E0F, #FFC107, #333);
}

.gradient-deeporange-warning-success {
  background: linear-gradient(#DD6E0F, #FFC107, #28a745);
}

.gradient-deeporange-warning-info {
  background: linear-gradient(#DD6E0F, #FFC107, #0DCAF0);
}

.gradient-deeporange-warning-danger {
  background: linear-gradient(#DD6E0F, #FFC107, #DC3545);
}

.gradient-deeporange-warning-light {
  background: linear-gradient(#DD6E0F, #FFC107, #f5f5f5);
}

.gradient-deeporange-warning-dark {
  background: linear-gradient(#DD6E0F, #FFC107, #212529);
}

.gradient-deeporange-warning-red {
  background: linear-gradient(#DD6E0F, #FFC107, #F44336);
}

.gradient-deeporange-warning-green {
  background: linear-gradient(#DD6E0F, #FFC107, #4CAF50);
}

.gradient-deeporange-warning-blue {
  background: linear-gradient(#DD6E0F, #FFC107, #2196F3);
}

.gradient-deeporange-warning-black {
  background: linear-gradient(#DD6E0F, #FFC107, #000);
}

.gradient-deeporange-warning-white {
  background: linear-gradient(#DD6E0F, #FFC107, #fff);
}

.gradient-deeporange-warning-pink {
  background: linear-gradient(#DD6E0F, #FFC107, #E91E63);
}

.gradient-deeporange-warning-purple {
  background: linear-gradient(#DD6E0F, #FFC107, #9C27B0);
}

.gradient-deeporange-warning-indigo {
  background: linear-gradient(#DD6E0F, #FFC107, #3E51B5);
}

.gradient-deeporange-warning-cyan {
  background: linear-gradient(#DD6E0F, #FFC107, #00BCD4);
}

.gradient-deeporange-warning-teal {
  background: linear-gradient(#DD6E0F, #FFC107, #009688);
}

.gradient-deeporange-warning-lime {
  background: linear-gradient(#DD6E0F, #FFC107, #CDDC39);
}

.gradient-deeporange-warning-yellow {
  background: linear-gradient(#DD6E0F, #FFC107, #FFEB3B);
}

.gradient-deeporange-warning-amber {
  background: linear-gradient(#DD6E0F, #FFC107, #FFC107);
}

.gradient-deeporange-warning-orange {
  background: linear-gradient(#DD6E0F, #FFC107, #FF9800);
}

.gradient-deeporange-warning-lightblue {
  background: linear-gradient(#DD6E0F, #FFC107, #03A9F4);
}

.gradient-deeporange-warning-lightgreen {
  background: linear-gradient(#DD6E0F, #FFC107, #76FF03);
}

.gradient-deeporange-warning-deeppurple {
  background: linear-gradient(#DD6E0F, #FFC107, #673AB7);
}

.gradient-deeporange-warning-brown {
  background: linear-gradient(#DD6E0F, #FFC107, #964B00);
}

.gradient-deeporange-warning-grey {
  background: linear-gradient(#DD6E0F, #FFC107, #808080);
}

.gradient-deeporange-danger {
  background: linear-gradient(#DD6E0F, #DC3545);
}

.gradient-to-top-deeporange-danger {
  background: linear-gradient(to top, #DD6E0F, #DC3545);
}

.gradient-to-bottom-deeporange-danger {
  background: linear-gradient(to bottom, #DD6E0F, #DC3545);
}

.gradient-to-left-deeporange-danger {
  background: linear-gradient(to left, #DD6E0F, #DC3545);
}

.gradient-to-right-deeporange-danger {
  background: linear-gradient(to right, #DD6E0F, #DC3545);
}

.gradient-to-top-left-deeporange-danger {
  background: linear-gradient(to top left, #DD6E0F, #DC3545);
}

.gradient-to-top-right-deeporange-danger {
  background: linear-gradient(to top right, #DD6E0F, #DC3545);
}

.gradient-to-bottom-left-deeporange-danger {
  background: linear-gradient(to bottom left, #DD6E0F, #DC3545);
}

.gradient-to-bottom-right-deeporange-danger {
  background: linear-gradient(to bottom right, #DD6E0F, #DC3545);
}

.gradient-radial-deeporange-danger {
  background: radial-gradient(circle, #DD6E0F, #DC3545);
}

.gradient-deeporange-danger-primary {
  background: linear-gradient(#DD6E0F, #DC3545, #03A9F4);
}

.gradient-deeporange-danger-secondary {
  background: linear-gradient(#DD6E0F, #DC3545, #333);
}

.gradient-deeporange-danger-success {
  background: linear-gradient(#DD6E0F, #DC3545, #28a745);
}

.gradient-deeporange-danger-info {
  background: linear-gradient(#DD6E0F, #DC3545, #0DCAF0);
}

.gradient-deeporange-danger-warning {
  background: linear-gradient(#DD6E0F, #DC3545, #FFC107);
}

.gradient-deeporange-danger-light {
  background: linear-gradient(#DD6E0F, #DC3545, #f5f5f5);
}

.gradient-deeporange-danger-dark {
  background: linear-gradient(#DD6E0F, #DC3545, #212529);
}

.gradient-deeporange-danger-red {
  background: linear-gradient(#DD6E0F, #DC3545, #F44336);
}

.gradient-deeporange-danger-green {
  background: linear-gradient(#DD6E0F, #DC3545, #4CAF50);
}

.gradient-deeporange-danger-blue {
  background: linear-gradient(#DD6E0F, #DC3545, #2196F3);
}

.gradient-deeporange-danger-black {
  background: linear-gradient(#DD6E0F, #DC3545, #000);
}

.gradient-deeporange-danger-white {
  background: linear-gradient(#DD6E0F, #DC3545, #fff);
}

.gradient-deeporange-danger-pink {
  background: linear-gradient(#DD6E0F, #DC3545, #E91E63);
}

.gradient-deeporange-danger-purple {
  background: linear-gradient(#DD6E0F, #DC3545, #9C27B0);
}

.gradient-deeporange-danger-indigo {
  background: linear-gradient(#DD6E0F, #DC3545, #3E51B5);
}

.gradient-deeporange-danger-cyan {
  background: linear-gradient(#DD6E0F, #DC3545, #00BCD4);
}

.gradient-deeporange-danger-teal {
  background: linear-gradient(#DD6E0F, #DC3545, #009688);
}

.gradient-deeporange-danger-lime {
  background: linear-gradient(#DD6E0F, #DC3545, #CDDC39);
}

.gradient-deeporange-danger-yellow {
  background: linear-gradient(#DD6E0F, #DC3545, #FFEB3B);
}

.gradient-deeporange-danger-amber {
  background: linear-gradient(#DD6E0F, #DC3545, #FFC107);
}

.gradient-deeporange-danger-orange {
  background: linear-gradient(#DD6E0F, #DC3545, #FF9800);
}

.gradient-deeporange-danger-lightblue {
  background: linear-gradient(#DD6E0F, #DC3545, #03A9F4);
}

.gradient-deeporange-danger-lightgreen {
  background: linear-gradient(#DD6E0F, #DC3545, #76FF03);
}

.gradient-deeporange-danger-deeppurple {
  background: linear-gradient(#DD6E0F, #DC3545, #673AB7);
}

.gradient-deeporange-danger-brown {
  background: linear-gradient(#DD6E0F, #DC3545, #964B00);
}

.gradient-deeporange-danger-grey {
  background: linear-gradient(#DD6E0F, #DC3545, #808080);
}

.gradient-deeporange-light {
  background: linear-gradient(#DD6E0F, #f5f5f5);
}

.gradient-to-top-deeporange-light {
  background: linear-gradient(to top, #DD6E0F, #f5f5f5);
}

.gradient-to-bottom-deeporange-light {
  background: linear-gradient(to bottom, #DD6E0F, #f5f5f5);
}

.gradient-to-left-deeporange-light {
  background: linear-gradient(to left, #DD6E0F, #f5f5f5);
}

.gradient-to-right-deeporange-light {
  background: linear-gradient(to right, #DD6E0F, #f5f5f5);
}

.gradient-to-top-left-deeporange-light {
  background: linear-gradient(to top left, #DD6E0F, #f5f5f5);
}

.gradient-to-top-right-deeporange-light {
  background: linear-gradient(to top right, #DD6E0F, #f5f5f5);
}

.gradient-to-bottom-left-deeporange-light {
  background: linear-gradient(to bottom left, #DD6E0F, #f5f5f5);
}

.gradient-to-bottom-right-deeporange-light {
  background: linear-gradient(to bottom right, #DD6E0F, #f5f5f5);
}

.gradient-radial-deeporange-light {
  background: radial-gradient(circle, #DD6E0F, #f5f5f5);
}

.gradient-deeporange-light-primary {
  background: linear-gradient(#DD6E0F, #f5f5f5, #03A9F4);
}

.gradient-deeporange-light-secondary {
  background: linear-gradient(#DD6E0F, #f5f5f5, #333);
}

.gradient-deeporange-light-success {
  background: linear-gradient(#DD6E0F, #f5f5f5, #28a745);
}

.gradient-deeporange-light-info {
  background: linear-gradient(#DD6E0F, #f5f5f5, #0DCAF0);
}

.gradient-deeporange-light-warning {
  background: linear-gradient(#DD6E0F, #f5f5f5, #FFC107);
}

.gradient-deeporange-light-danger {
  background: linear-gradient(#DD6E0F, #f5f5f5, #DC3545);
}

.gradient-deeporange-light-dark {
  background: linear-gradient(#DD6E0F, #f5f5f5, #212529);
}

.gradient-deeporange-light-red {
  background: linear-gradient(#DD6E0F, #f5f5f5, #F44336);
}

.gradient-deeporange-light-green {
  background: linear-gradient(#DD6E0F, #f5f5f5, #4CAF50);
}

.gradient-deeporange-light-blue {
  background: linear-gradient(#DD6E0F, #f5f5f5, #2196F3);
}

.gradient-deeporange-light-black {
  background: linear-gradient(#DD6E0F, #f5f5f5, #000);
}

.gradient-deeporange-light-white {
  background: linear-gradient(#DD6E0F, #f5f5f5, #fff);
}

.gradient-deeporange-light-pink {
  background: linear-gradient(#DD6E0F, #f5f5f5, #E91E63);
}

.gradient-deeporange-light-purple {
  background: linear-gradient(#DD6E0F, #f5f5f5, #9C27B0);
}

.gradient-deeporange-light-indigo {
  background: linear-gradient(#DD6E0F, #f5f5f5, #3E51B5);
}

.gradient-deeporange-light-cyan {
  background: linear-gradient(#DD6E0F, #f5f5f5, #00BCD4);
}

.gradient-deeporange-light-teal {
  background: linear-gradient(#DD6E0F, #f5f5f5, #009688);
}

.gradient-deeporange-light-lime {
  background: linear-gradient(#DD6E0F, #f5f5f5, #CDDC39);
}

.gradient-deeporange-light-yellow {
  background: linear-gradient(#DD6E0F, #f5f5f5, #FFEB3B);
}

.gradient-deeporange-light-amber {
  background: linear-gradient(#DD6E0F, #f5f5f5, #FFC107);
}

.gradient-deeporange-light-orange {
  background: linear-gradient(#DD6E0F, #f5f5f5, #FF9800);
}

.gradient-deeporange-light-lightblue {
  background: linear-gradient(#DD6E0F, #f5f5f5, #03A9F4);
}

.gradient-deeporange-light-lightgreen {
  background: linear-gradient(#DD6E0F, #f5f5f5, #76FF03);
}

.gradient-deeporange-light-deeppurple {
  background: linear-gradient(#DD6E0F, #f5f5f5, #673AB7);
}

.gradient-deeporange-light-brown {
  background: linear-gradient(#DD6E0F, #f5f5f5, #964B00);
}

.gradient-deeporange-light-grey {
  background: linear-gradient(#DD6E0F, #f5f5f5, #808080);
}

.gradient-deeporange-dark {
  background: linear-gradient(#DD6E0F, #212529);
}

.gradient-to-top-deeporange-dark {
  background: linear-gradient(to top, #DD6E0F, #212529);
}

.gradient-to-bottom-deeporange-dark {
  background: linear-gradient(to bottom, #DD6E0F, #212529);
}

.gradient-to-left-deeporange-dark {
  background: linear-gradient(to left, #DD6E0F, #212529);
}

.gradient-to-right-deeporange-dark {
  background: linear-gradient(to right, #DD6E0F, #212529);
}

.gradient-to-top-left-deeporange-dark {
  background: linear-gradient(to top left, #DD6E0F, #212529);
}

.gradient-to-top-right-deeporange-dark {
  background: linear-gradient(to top right, #DD6E0F, #212529);
}

.gradient-to-bottom-left-deeporange-dark {
  background: linear-gradient(to bottom left, #DD6E0F, #212529);
}

.gradient-to-bottom-right-deeporange-dark {
  background: linear-gradient(to bottom right, #DD6E0F, #212529);
}

.gradient-radial-deeporange-dark {
  background: radial-gradient(circle, #DD6E0F, #212529);
}

.gradient-deeporange-dark-primary {
  background: linear-gradient(#DD6E0F, #212529, #03A9F4);
}

.gradient-deeporange-dark-secondary {
  background: linear-gradient(#DD6E0F, #212529, #333);
}

.gradient-deeporange-dark-success {
  background: linear-gradient(#DD6E0F, #212529, #28a745);
}

.gradient-deeporange-dark-info {
  background: linear-gradient(#DD6E0F, #212529, #0DCAF0);
}

.gradient-deeporange-dark-warning {
  background: linear-gradient(#DD6E0F, #212529, #FFC107);
}

.gradient-deeporange-dark-danger {
  background: linear-gradient(#DD6E0F, #212529, #DC3545);
}

.gradient-deeporange-dark-light {
  background: linear-gradient(#DD6E0F, #212529, #f5f5f5);
}

.gradient-deeporange-dark-red {
  background: linear-gradient(#DD6E0F, #212529, #F44336);
}

.gradient-deeporange-dark-green {
  background: linear-gradient(#DD6E0F, #212529, #4CAF50);
}

.gradient-deeporange-dark-blue {
  background: linear-gradient(#DD6E0F, #212529, #2196F3);
}

.gradient-deeporange-dark-black {
  background: linear-gradient(#DD6E0F, #212529, #000);
}

.gradient-deeporange-dark-white {
  background: linear-gradient(#DD6E0F, #212529, #fff);
}

.gradient-deeporange-dark-pink {
  background: linear-gradient(#DD6E0F, #212529, #E91E63);
}

.gradient-deeporange-dark-purple {
  background: linear-gradient(#DD6E0F, #212529, #9C27B0);
}

.gradient-deeporange-dark-indigo {
  background: linear-gradient(#DD6E0F, #212529, #3E51B5);
}

.gradient-deeporange-dark-cyan {
  background: linear-gradient(#DD6E0F, #212529, #00BCD4);
}

.gradient-deeporange-dark-teal {
  background: linear-gradient(#DD6E0F, #212529, #009688);
}

.gradient-deeporange-dark-lime {
  background: linear-gradient(#DD6E0F, #212529, #CDDC39);
}

.gradient-deeporange-dark-yellow {
  background: linear-gradient(#DD6E0F, #212529, #FFEB3B);
}

.gradient-deeporange-dark-amber {
  background: linear-gradient(#DD6E0F, #212529, #FFC107);
}

.gradient-deeporange-dark-orange {
  background: linear-gradient(#DD6E0F, #212529, #FF9800);
}

.gradient-deeporange-dark-lightblue {
  background: linear-gradient(#DD6E0F, #212529, #03A9F4);
}

.gradient-deeporange-dark-lightgreen {
  background: linear-gradient(#DD6E0F, #212529, #76FF03);
}

.gradient-deeporange-dark-deeppurple {
  background: linear-gradient(#DD6E0F, #212529, #673AB7);
}

.gradient-deeporange-dark-brown {
  background: linear-gradient(#DD6E0F, #212529, #964B00);
}

.gradient-deeporange-dark-grey {
  background: linear-gradient(#DD6E0F, #212529, #808080);
}

.gradient-deeporange-red {
  background: linear-gradient(#DD6E0F, #F44336);
}

.gradient-to-top-deeporange-red {
  background: linear-gradient(to top, #DD6E0F, #F44336);
}

.gradient-to-bottom-deeporange-red {
  background: linear-gradient(to bottom, #DD6E0F, #F44336);
}

.gradient-to-left-deeporange-red {
  background: linear-gradient(to left, #DD6E0F, #F44336);
}

.gradient-to-right-deeporange-red {
  background: linear-gradient(to right, #DD6E0F, #F44336);
}

.gradient-to-top-left-deeporange-red {
  background: linear-gradient(to top left, #DD6E0F, #F44336);
}

.gradient-to-top-right-deeporange-red {
  background: linear-gradient(to top right, #DD6E0F, #F44336);
}

.gradient-to-bottom-left-deeporange-red {
  background: linear-gradient(to bottom left, #DD6E0F, #F44336);
}

.gradient-to-bottom-right-deeporange-red {
  background: linear-gradient(to bottom right, #DD6E0F, #F44336);
}

.gradient-radial-deeporange-red {
  background: radial-gradient(circle, #DD6E0F, #F44336);
}

.gradient-deeporange-red-primary {
  background: linear-gradient(#DD6E0F, #F44336, #03A9F4);
}

.gradient-deeporange-red-secondary {
  background: linear-gradient(#DD6E0F, #F44336, #333);
}

.gradient-deeporange-red-success {
  background: linear-gradient(#DD6E0F, #F44336, #28a745);
}

.gradient-deeporange-red-info {
  background: linear-gradient(#DD6E0F, #F44336, #0DCAF0);
}

.gradient-deeporange-red-warning {
  background: linear-gradient(#DD6E0F, #F44336, #FFC107);
}

.gradient-deeporange-red-danger {
  background: linear-gradient(#DD6E0F, #F44336, #DC3545);
}

.gradient-deeporange-red-light {
  background: linear-gradient(#DD6E0F, #F44336, #f5f5f5);
}

.gradient-deeporange-red-dark {
  background: linear-gradient(#DD6E0F, #F44336, #212529);
}

.gradient-deeporange-red-green {
  background: linear-gradient(#DD6E0F, #F44336, #4CAF50);
}

.gradient-deeporange-red-blue {
  background: linear-gradient(#DD6E0F, #F44336, #2196F3);
}

.gradient-deeporange-red-black {
  background: linear-gradient(#DD6E0F, #F44336, #000);
}

.gradient-deeporange-red-white {
  background: linear-gradient(#DD6E0F, #F44336, #fff);
}

.gradient-deeporange-red-pink {
  background: linear-gradient(#DD6E0F, #F44336, #E91E63);
}

.gradient-deeporange-red-purple {
  background: linear-gradient(#DD6E0F, #F44336, #9C27B0);
}

.gradient-deeporange-red-indigo {
  background: linear-gradient(#DD6E0F, #F44336, #3E51B5);
}

.gradient-deeporange-red-cyan {
  background: linear-gradient(#DD6E0F, #F44336, #00BCD4);
}

.gradient-deeporange-red-teal {
  background: linear-gradient(#DD6E0F, #F44336, #009688);
}

.gradient-deeporange-red-lime {
  background: linear-gradient(#DD6E0F, #F44336, #CDDC39);
}

.gradient-deeporange-red-yellow {
  background: linear-gradient(#DD6E0F, #F44336, #FFEB3B);
}

.gradient-deeporange-red-amber {
  background: linear-gradient(#DD6E0F, #F44336, #FFC107);
}

.gradient-deeporange-red-orange {
  background: linear-gradient(#DD6E0F, #F44336, #FF9800);
}

.gradient-deeporange-red-lightblue {
  background: linear-gradient(#DD6E0F, #F44336, #03A9F4);
}

.gradient-deeporange-red-lightgreen {
  background: linear-gradient(#DD6E0F, #F44336, #76FF03);
}

.gradient-deeporange-red-deeppurple {
  background: linear-gradient(#DD6E0F, #F44336, #673AB7);
}

.gradient-deeporange-red-brown {
  background: linear-gradient(#DD6E0F, #F44336, #964B00);
}

.gradient-deeporange-red-grey {
  background: linear-gradient(#DD6E0F, #F44336, #808080);
}

.gradient-deeporange-green {
  background: linear-gradient(#DD6E0F, #4CAF50);
}

.gradient-to-top-deeporange-green {
  background: linear-gradient(to top, #DD6E0F, #4CAF50);
}

.gradient-to-bottom-deeporange-green {
  background: linear-gradient(to bottom, #DD6E0F, #4CAF50);
}

.gradient-to-left-deeporange-green {
  background: linear-gradient(to left, #DD6E0F, #4CAF50);
}

.gradient-to-right-deeporange-green {
  background: linear-gradient(to right, #DD6E0F, #4CAF50);
}

.gradient-to-top-left-deeporange-green {
  background: linear-gradient(to top left, #DD6E0F, #4CAF50);
}

.gradient-to-top-right-deeporange-green {
  background: linear-gradient(to top right, #DD6E0F, #4CAF50);
}

.gradient-to-bottom-left-deeporange-green {
  background: linear-gradient(to bottom left, #DD6E0F, #4CAF50);
}

.gradient-to-bottom-right-deeporange-green {
  background: linear-gradient(to bottom right, #DD6E0F, #4CAF50);
}

.gradient-radial-deeporange-green {
  background: radial-gradient(circle, #DD6E0F, #4CAF50);
}

.gradient-deeporange-green-primary {
  background: linear-gradient(#DD6E0F, #4CAF50, #03A9F4);
}

.gradient-deeporange-green-secondary {
  background: linear-gradient(#DD6E0F, #4CAF50, #333);
}

.gradient-deeporange-green-success {
  background: linear-gradient(#DD6E0F, #4CAF50, #28a745);
}

.gradient-deeporange-green-info {
  background: linear-gradient(#DD6E0F, #4CAF50, #0DCAF0);
}

.gradient-deeporange-green-warning {
  background: linear-gradient(#DD6E0F, #4CAF50, #FFC107);
}

.gradient-deeporange-green-danger {
  background: linear-gradient(#DD6E0F, #4CAF50, #DC3545);
}

.gradient-deeporange-green-light {
  background: linear-gradient(#DD6E0F, #4CAF50, #f5f5f5);
}

.gradient-deeporange-green-dark {
  background: linear-gradient(#DD6E0F, #4CAF50, #212529);
}

.gradient-deeporange-green-red {
  background: linear-gradient(#DD6E0F, #4CAF50, #F44336);
}

.gradient-deeporange-green-blue {
  background: linear-gradient(#DD6E0F, #4CAF50, #2196F3);
}

.gradient-deeporange-green-black {
  background: linear-gradient(#DD6E0F, #4CAF50, #000);
}

.gradient-deeporange-green-white {
  background: linear-gradient(#DD6E0F, #4CAF50, #fff);
}

.gradient-deeporange-green-pink {
  background: linear-gradient(#DD6E0F, #4CAF50, #E91E63);
}

.gradient-deeporange-green-purple {
  background: linear-gradient(#DD6E0F, #4CAF50, #9C27B0);
}

.gradient-deeporange-green-indigo {
  background: linear-gradient(#DD6E0F, #4CAF50, #3E51B5);
}

.gradient-deeporange-green-cyan {
  background: linear-gradient(#DD6E0F, #4CAF50, #00BCD4);
}

.gradient-deeporange-green-teal {
  background: linear-gradient(#DD6E0F, #4CAF50, #009688);
}

.gradient-deeporange-green-lime {
  background: linear-gradient(#DD6E0F, #4CAF50, #CDDC39);
}

.gradient-deeporange-green-yellow {
  background: linear-gradient(#DD6E0F, #4CAF50, #FFEB3B);
}

.gradient-deeporange-green-amber {
  background: linear-gradient(#DD6E0F, #4CAF50, #FFC107);
}

.gradient-deeporange-green-orange {
  background: linear-gradient(#DD6E0F, #4CAF50, #FF9800);
}

.gradient-deeporange-green-lightblue {
  background: linear-gradient(#DD6E0F, #4CAF50, #03A9F4);
}

.gradient-deeporange-green-lightgreen {
  background: linear-gradient(#DD6E0F, #4CAF50, #76FF03);
}

.gradient-deeporange-green-deeppurple {
  background: linear-gradient(#DD6E0F, #4CAF50, #673AB7);
}

.gradient-deeporange-green-brown {
  background: linear-gradient(#DD6E0F, #4CAF50, #964B00);
}

.gradient-deeporange-green-grey {
  background: linear-gradient(#DD6E0F, #4CAF50, #808080);
}

.gradient-deeporange-blue {
  background: linear-gradient(#DD6E0F, #2196F3);
}

.gradient-to-top-deeporange-blue {
  background: linear-gradient(to top, #DD6E0F, #2196F3);
}

.gradient-to-bottom-deeporange-blue {
  background: linear-gradient(to bottom, #DD6E0F, #2196F3);
}

.gradient-to-left-deeporange-blue {
  background: linear-gradient(to left, #DD6E0F, #2196F3);
}

.gradient-to-right-deeporange-blue {
  background: linear-gradient(to right, #DD6E0F, #2196F3);
}

.gradient-to-top-left-deeporange-blue {
  background: linear-gradient(to top left, #DD6E0F, #2196F3);
}

.gradient-to-top-right-deeporange-blue {
  background: linear-gradient(to top right, #DD6E0F, #2196F3);
}

.gradient-to-bottom-left-deeporange-blue {
  background: linear-gradient(to bottom left, #DD6E0F, #2196F3);
}

.gradient-to-bottom-right-deeporange-blue {
  background: linear-gradient(to bottom right, #DD6E0F, #2196F3);
}

.gradient-radial-deeporange-blue {
  background: radial-gradient(circle, #DD6E0F, #2196F3);
}

.gradient-deeporange-blue-primary {
  background: linear-gradient(#DD6E0F, #2196F3, #03A9F4);
}

.gradient-deeporange-blue-secondary {
  background: linear-gradient(#DD6E0F, #2196F3, #333);
}

.gradient-deeporange-blue-success {
  background: linear-gradient(#DD6E0F, #2196F3, #28a745);
}

.gradient-deeporange-blue-info {
  background: linear-gradient(#DD6E0F, #2196F3, #0DCAF0);
}

.gradient-deeporange-blue-warning {
  background: linear-gradient(#DD6E0F, #2196F3, #FFC107);
}

.gradient-deeporange-blue-danger {
  background: linear-gradient(#DD6E0F, #2196F3, #DC3545);
}

.gradient-deeporange-blue-light {
  background: linear-gradient(#DD6E0F, #2196F3, #f5f5f5);
}

.gradient-deeporange-blue-dark {
  background: linear-gradient(#DD6E0F, #2196F3, #212529);
}

.gradient-deeporange-blue-red {
  background: linear-gradient(#DD6E0F, #2196F3, #F44336);
}

.gradient-deeporange-blue-green {
  background: linear-gradient(#DD6E0F, #2196F3, #4CAF50);
}

.gradient-deeporange-blue-black {
  background: linear-gradient(#DD6E0F, #2196F3, #000);
}

.gradient-deeporange-blue-white {
  background: linear-gradient(#DD6E0F, #2196F3, #fff);
}

.gradient-deeporange-blue-pink {
  background: linear-gradient(#DD6E0F, #2196F3, #E91E63);
}

.gradient-deeporange-blue-purple {
  background: linear-gradient(#DD6E0F, #2196F3, #9C27B0);
}

.gradient-deeporange-blue-indigo {
  background: linear-gradient(#DD6E0F, #2196F3, #3E51B5);
}

.gradient-deeporange-blue-cyan {
  background: linear-gradient(#DD6E0F, #2196F3, #00BCD4);
}

.gradient-deeporange-blue-teal {
  background: linear-gradient(#DD6E0F, #2196F3, #009688);
}

.gradient-deeporange-blue-lime {
  background: linear-gradient(#DD6E0F, #2196F3, #CDDC39);
}

.gradient-deeporange-blue-yellow {
  background: linear-gradient(#DD6E0F, #2196F3, #FFEB3B);
}

.gradient-deeporange-blue-amber {
  background: linear-gradient(#DD6E0F, #2196F3, #FFC107);
}

.gradient-deeporange-blue-orange {
  background: linear-gradient(#DD6E0F, #2196F3, #FF9800);
}

.gradient-deeporange-blue-lightblue {
  background: linear-gradient(#DD6E0F, #2196F3, #03A9F4);
}

.gradient-deeporange-blue-lightgreen {
  background: linear-gradient(#DD6E0F, #2196F3, #76FF03);
}

.gradient-deeporange-blue-deeppurple {
  background: linear-gradient(#DD6E0F, #2196F3, #673AB7);
}

.gradient-deeporange-blue-brown {
  background: linear-gradient(#DD6E0F, #2196F3, #964B00);
}

.gradient-deeporange-blue-grey {
  background: linear-gradient(#DD6E0F, #2196F3, #808080);
}

.gradient-deeporange-black {
  background: linear-gradient(#DD6E0F, #000);
}

.gradient-to-top-deeporange-black {
  background: linear-gradient(to top, #DD6E0F, #000);
}

.gradient-to-bottom-deeporange-black {
  background: linear-gradient(to bottom, #DD6E0F, #000);
}

.gradient-to-left-deeporange-black {
  background: linear-gradient(to left, #DD6E0F, #000);
}

.gradient-to-right-deeporange-black {
  background: linear-gradient(to right, #DD6E0F, #000);
}

.gradient-to-top-left-deeporange-black {
  background: linear-gradient(to top left, #DD6E0F, #000);
}

.gradient-to-top-right-deeporange-black {
  background: linear-gradient(to top right, #DD6E0F, #000);
}

.gradient-to-bottom-left-deeporange-black {
  background: linear-gradient(to bottom left, #DD6E0F, #000);
}

.gradient-to-bottom-right-deeporange-black {
  background: linear-gradient(to bottom right, #DD6E0F, #000);
}

.gradient-radial-deeporange-black {
  background: radial-gradient(circle, #DD6E0F, #000);
}

.gradient-deeporange-black-primary {
  background: linear-gradient(#DD6E0F, #000, #03A9F4);
}

.gradient-deeporange-black-secondary {
  background: linear-gradient(#DD6E0F, #000, #333);
}

.gradient-deeporange-black-success {
  background: linear-gradient(#DD6E0F, #000, #28a745);
}

.gradient-deeporange-black-info {
  background: linear-gradient(#DD6E0F, #000, #0DCAF0);
}

.gradient-deeporange-black-warning {
  background: linear-gradient(#DD6E0F, #000, #FFC107);
}

.gradient-deeporange-black-danger {
  background: linear-gradient(#DD6E0F, #000, #DC3545);
}

.gradient-deeporange-black-light {
  background: linear-gradient(#DD6E0F, #000, #f5f5f5);
}

.gradient-deeporange-black-dark {
  background: linear-gradient(#DD6E0F, #000, #212529);
}

.gradient-deeporange-black-red {
  background: linear-gradient(#DD6E0F, #000, #F44336);
}

.gradient-deeporange-black-green {
  background: linear-gradient(#DD6E0F, #000, #4CAF50);
}

.gradient-deeporange-black-blue {
  background: linear-gradient(#DD6E0F, #000, #2196F3);
}

.gradient-deeporange-black-white {
  background: linear-gradient(#DD6E0F, #000, #fff);
}

.gradient-deeporange-black-pink {
  background: linear-gradient(#DD6E0F, #000, #E91E63);
}

.gradient-deeporange-black-purple {
  background: linear-gradient(#DD6E0F, #000, #9C27B0);
}

.gradient-deeporange-black-indigo {
  background: linear-gradient(#DD6E0F, #000, #3E51B5);
}

.gradient-deeporange-black-cyan {
  background: linear-gradient(#DD6E0F, #000, #00BCD4);
}

.gradient-deeporange-black-teal {
  background: linear-gradient(#DD6E0F, #000, #009688);
}

.gradient-deeporange-black-lime {
  background: linear-gradient(#DD6E0F, #000, #CDDC39);
}

.gradient-deeporange-black-yellow {
  background: linear-gradient(#DD6E0F, #000, #FFEB3B);
}

.gradient-deeporange-black-amber {
  background: linear-gradient(#DD6E0F, #000, #FFC107);
}

.gradient-deeporange-black-orange {
  background: linear-gradient(#DD6E0F, #000, #FF9800);
}

.gradient-deeporange-black-lightblue {
  background: linear-gradient(#DD6E0F, #000, #03A9F4);
}

.gradient-deeporange-black-lightgreen {
  background: linear-gradient(#DD6E0F, #000, #76FF03);
}

.gradient-deeporange-black-deeppurple {
  background: linear-gradient(#DD6E0F, #000, #673AB7);
}

.gradient-deeporange-black-brown {
  background: linear-gradient(#DD6E0F, #000, #964B00);
}

.gradient-deeporange-black-grey {
  background: linear-gradient(#DD6E0F, #000, #808080);
}

.gradient-deeporange-white {
  background: linear-gradient(#DD6E0F, #fff);
}

.gradient-to-top-deeporange-white {
  background: linear-gradient(to top, #DD6E0F, #fff);
}

.gradient-to-bottom-deeporange-white {
  background: linear-gradient(to bottom, #DD6E0F, #fff);
}

.gradient-to-left-deeporange-white {
  background: linear-gradient(to left, #DD6E0F, #fff);
}

.gradient-to-right-deeporange-white {
  background: linear-gradient(to right, #DD6E0F, #fff);
}

.gradient-to-top-left-deeporange-white {
  background: linear-gradient(to top left, #DD6E0F, #fff);
}

.gradient-to-top-right-deeporange-white {
  background: linear-gradient(to top right, #DD6E0F, #fff);
}

.gradient-to-bottom-left-deeporange-white {
  background: linear-gradient(to bottom left, #DD6E0F, #fff);
}

.gradient-to-bottom-right-deeporange-white {
  background: linear-gradient(to bottom right, #DD6E0F, #fff);
}

.gradient-radial-deeporange-white {
  background: radial-gradient(circle, #DD6E0F, #fff);
}

.gradient-deeporange-white-primary {
  background: linear-gradient(#DD6E0F, #fff, #03A9F4);
}

.gradient-deeporange-white-secondary {
  background: linear-gradient(#DD6E0F, #fff, #333);
}

.gradient-deeporange-white-success {
  background: linear-gradient(#DD6E0F, #fff, #28a745);
}

.gradient-deeporange-white-info {
  background: linear-gradient(#DD6E0F, #fff, #0DCAF0);
}

.gradient-deeporange-white-warning {
  background: linear-gradient(#DD6E0F, #fff, #FFC107);
}

.gradient-deeporange-white-danger {
  background: linear-gradient(#DD6E0F, #fff, #DC3545);
}

.gradient-deeporange-white-light {
  background: linear-gradient(#DD6E0F, #fff, #f5f5f5);
}

.gradient-deeporange-white-dark {
  background: linear-gradient(#DD6E0F, #fff, #212529);
}

.gradient-deeporange-white-red {
  background: linear-gradient(#DD6E0F, #fff, #F44336);
}

.gradient-deeporange-white-green {
  background: linear-gradient(#DD6E0F, #fff, #4CAF50);
}

.gradient-deeporange-white-blue {
  background: linear-gradient(#DD6E0F, #fff, #2196F3);
}

.gradient-deeporange-white-black {
  background: linear-gradient(#DD6E0F, #fff, #000);
}

.gradient-deeporange-white-pink {
  background: linear-gradient(#DD6E0F, #fff, #E91E63);
}

.gradient-deeporange-white-purple {
  background: linear-gradient(#DD6E0F, #fff, #9C27B0);
}

.gradient-deeporange-white-indigo {
  background: linear-gradient(#DD6E0F, #fff, #3E51B5);
}

.gradient-deeporange-white-cyan {
  background: linear-gradient(#DD6E0F, #fff, #00BCD4);
}

.gradient-deeporange-white-teal {
  background: linear-gradient(#DD6E0F, #fff, #009688);
}

.gradient-deeporange-white-lime {
  background: linear-gradient(#DD6E0F, #fff, #CDDC39);
}

.gradient-deeporange-white-yellow {
  background: linear-gradient(#DD6E0F, #fff, #FFEB3B);
}

.gradient-deeporange-white-amber {
  background: linear-gradient(#DD6E0F, #fff, #FFC107);
}

.gradient-deeporange-white-orange {
  background: linear-gradient(#DD6E0F, #fff, #FF9800);
}

.gradient-deeporange-white-lightblue {
  background: linear-gradient(#DD6E0F, #fff, #03A9F4);
}

.gradient-deeporange-white-lightgreen {
  background: linear-gradient(#DD6E0F, #fff, #76FF03);
}

.gradient-deeporange-white-deeppurple {
  background: linear-gradient(#DD6E0F, #fff, #673AB7);
}

.gradient-deeporange-white-brown {
  background: linear-gradient(#DD6E0F, #fff, #964B00);
}

.gradient-deeporange-white-grey {
  background: linear-gradient(#DD6E0F, #fff, #808080);
}

.gradient-deeporange-pink {
  background: linear-gradient(#DD6E0F, #E91E63);
}

.gradient-to-top-deeporange-pink {
  background: linear-gradient(to top, #DD6E0F, #E91E63);
}

.gradient-to-bottom-deeporange-pink {
  background: linear-gradient(to bottom, #DD6E0F, #E91E63);
}

.gradient-to-left-deeporange-pink {
  background: linear-gradient(to left, #DD6E0F, #E91E63);
}

.gradient-to-right-deeporange-pink {
  background: linear-gradient(to right, #DD6E0F, #E91E63);
}

.gradient-to-top-left-deeporange-pink {
  background: linear-gradient(to top left, #DD6E0F, #E91E63);
}

.gradient-to-top-right-deeporange-pink {
  background: linear-gradient(to top right, #DD6E0F, #E91E63);
}

.gradient-to-bottom-left-deeporange-pink {
  background: linear-gradient(to bottom left, #DD6E0F, #E91E63);
}

.gradient-to-bottom-right-deeporange-pink {
  background: linear-gradient(to bottom right, #DD6E0F, #E91E63);
}

.gradient-radial-deeporange-pink {
  background: radial-gradient(circle, #DD6E0F, #E91E63);
}

.gradient-deeporange-pink-primary {
  background: linear-gradient(#DD6E0F, #E91E63, #03A9F4);
}

.gradient-deeporange-pink-secondary {
  background: linear-gradient(#DD6E0F, #E91E63, #333);
}

.gradient-deeporange-pink-success {
  background: linear-gradient(#DD6E0F, #E91E63, #28a745);
}

.gradient-deeporange-pink-info {
  background: linear-gradient(#DD6E0F, #E91E63, #0DCAF0);
}

.gradient-deeporange-pink-warning {
  background: linear-gradient(#DD6E0F, #E91E63, #FFC107);
}

.gradient-deeporange-pink-danger {
  background: linear-gradient(#DD6E0F, #E91E63, #DC3545);
}

.gradient-deeporange-pink-light {
  background: linear-gradient(#DD6E0F, #E91E63, #f5f5f5);
}

.gradient-deeporange-pink-dark {
  background: linear-gradient(#DD6E0F, #E91E63, #212529);
}

.gradient-deeporange-pink-red {
  background: linear-gradient(#DD6E0F, #E91E63, #F44336);
}

.gradient-deeporange-pink-green {
  background: linear-gradient(#DD6E0F, #E91E63, #4CAF50);
}

.gradient-deeporange-pink-blue {
  background: linear-gradient(#DD6E0F, #E91E63, #2196F3);
}

.gradient-deeporange-pink-black {
  background: linear-gradient(#DD6E0F, #E91E63, #000);
}

.gradient-deeporange-pink-white {
  background: linear-gradient(#DD6E0F, #E91E63, #fff);
}

.gradient-deeporange-pink-purple {
  background: linear-gradient(#DD6E0F, #E91E63, #9C27B0);
}

.gradient-deeporange-pink-indigo {
  background: linear-gradient(#DD6E0F, #E91E63, #3E51B5);
}

.gradient-deeporange-pink-cyan {
  background: linear-gradient(#DD6E0F, #E91E63, #00BCD4);
}

.gradient-deeporange-pink-teal {
  background: linear-gradient(#DD6E0F, #E91E63, #009688);
}

.gradient-deeporange-pink-lime {
  background: linear-gradient(#DD6E0F, #E91E63, #CDDC39);
}

.gradient-deeporange-pink-yellow {
  background: linear-gradient(#DD6E0F, #E91E63, #FFEB3B);
}

.gradient-deeporange-pink-amber {
  background: linear-gradient(#DD6E0F, #E91E63, #FFC107);
}

.gradient-deeporange-pink-orange {
  background: linear-gradient(#DD6E0F, #E91E63, #FF9800);
}

.gradient-deeporange-pink-lightblue {
  background: linear-gradient(#DD6E0F, #E91E63, #03A9F4);
}

.gradient-deeporange-pink-lightgreen {
  background: linear-gradient(#DD6E0F, #E91E63, #76FF03);
}

.gradient-deeporange-pink-deeppurple {
  background: linear-gradient(#DD6E0F, #E91E63, #673AB7);
}

.gradient-deeporange-pink-brown {
  background: linear-gradient(#DD6E0F, #E91E63, #964B00);
}

.gradient-deeporange-pink-grey {
  background: linear-gradient(#DD6E0F, #E91E63, #808080);
}

.gradient-deeporange-purple {
  background: linear-gradient(#DD6E0F, #9C27B0);
}

.gradient-to-top-deeporange-purple {
  background: linear-gradient(to top, #DD6E0F, #9C27B0);
}

.gradient-to-bottom-deeporange-purple {
  background: linear-gradient(to bottom, #DD6E0F, #9C27B0);
}

.gradient-to-left-deeporange-purple {
  background: linear-gradient(to left, #DD6E0F, #9C27B0);
}

.gradient-to-right-deeporange-purple {
  background: linear-gradient(to right, #DD6E0F, #9C27B0);
}

.gradient-to-top-left-deeporange-purple {
  background: linear-gradient(to top left, #DD6E0F, #9C27B0);
}

.gradient-to-top-right-deeporange-purple {
  background: linear-gradient(to top right, #DD6E0F, #9C27B0);
}

.gradient-to-bottom-left-deeporange-purple {
  background: linear-gradient(to bottom left, #DD6E0F, #9C27B0);
}

.gradient-to-bottom-right-deeporange-purple {
  background: linear-gradient(to bottom right, #DD6E0F, #9C27B0);
}

.gradient-radial-deeporange-purple {
  background: radial-gradient(circle, #DD6E0F, #9C27B0);
}

.gradient-deeporange-purple-primary {
  background: linear-gradient(#DD6E0F, #9C27B0, #03A9F4);
}

.gradient-deeporange-purple-secondary {
  background: linear-gradient(#DD6E0F, #9C27B0, #333);
}

.gradient-deeporange-purple-success {
  background: linear-gradient(#DD6E0F, #9C27B0, #28a745);
}

.gradient-deeporange-purple-info {
  background: linear-gradient(#DD6E0F, #9C27B0, #0DCAF0);
}

.gradient-deeporange-purple-warning {
  background: linear-gradient(#DD6E0F, #9C27B0, #FFC107);
}

.gradient-deeporange-purple-danger {
  background: linear-gradient(#DD6E0F, #9C27B0, #DC3545);
}

.gradient-deeporange-purple-light {
  background: linear-gradient(#DD6E0F, #9C27B0, #f5f5f5);
}

.gradient-deeporange-purple-dark {
  background: linear-gradient(#DD6E0F, #9C27B0, #212529);
}

.gradient-deeporange-purple-red {
  background: linear-gradient(#DD6E0F, #9C27B0, #F44336);
}

.gradient-deeporange-purple-green {
  background: linear-gradient(#DD6E0F, #9C27B0, #4CAF50);
}

.gradient-deeporange-purple-blue {
  background: linear-gradient(#DD6E0F, #9C27B0, #2196F3);
}

.gradient-deeporange-purple-black {
  background: linear-gradient(#DD6E0F, #9C27B0, #000);
}

.gradient-deeporange-purple-white {
  background: linear-gradient(#DD6E0F, #9C27B0, #fff);
}

.gradient-deeporange-purple-pink {
  background: linear-gradient(#DD6E0F, #9C27B0, #E91E63);
}

.gradient-deeporange-purple-indigo {
  background: linear-gradient(#DD6E0F, #9C27B0, #3E51B5);
}

.gradient-deeporange-purple-cyan {
  background: linear-gradient(#DD6E0F, #9C27B0, #00BCD4);
}

.gradient-deeporange-purple-teal {
  background: linear-gradient(#DD6E0F, #9C27B0, #009688);
}

.gradient-deeporange-purple-lime {
  background: linear-gradient(#DD6E0F, #9C27B0, #CDDC39);
}

.gradient-deeporange-purple-yellow {
  background: linear-gradient(#DD6E0F, #9C27B0, #FFEB3B);
}

.gradient-deeporange-purple-amber {
  background: linear-gradient(#DD6E0F, #9C27B0, #FFC107);
}

.gradient-deeporange-purple-orange {
  background: linear-gradient(#DD6E0F, #9C27B0, #FF9800);
}

.gradient-deeporange-purple-lightblue {
  background: linear-gradient(#DD6E0F, #9C27B0, #03A9F4);
}

.gradient-deeporange-purple-lightgreen {
  background: linear-gradient(#DD6E0F, #9C27B0, #76FF03);
}

.gradient-deeporange-purple-deeppurple {
  background: linear-gradient(#DD6E0F, #9C27B0, #673AB7);
}

.gradient-deeporange-purple-brown {
  background: linear-gradient(#DD6E0F, #9C27B0, #964B00);
}

.gradient-deeporange-purple-grey {
  background: linear-gradient(#DD6E0F, #9C27B0, #808080);
}

.gradient-deeporange-indigo {
  background: linear-gradient(#DD6E0F, #3E51B5);
}

.gradient-to-top-deeporange-indigo {
  background: linear-gradient(to top, #DD6E0F, #3E51B5);
}

.gradient-to-bottom-deeporange-indigo {
  background: linear-gradient(to bottom, #DD6E0F, #3E51B5);
}

.gradient-to-left-deeporange-indigo {
  background: linear-gradient(to left, #DD6E0F, #3E51B5);
}

.gradient-to-right-deeporange-indigo {
  background: linear-gradient(to right, #DD6E0F, #3E51B5);
}

.gradient-to-top-left-deeporange-indigo {
  background: linear-gradient(to top left, #DD6E0F, #3E51B5);
}

.gradient-to-top-right-deeporange-indigo {
  background: linear-gradient(to top right, #DD6E0F, #3E51B5);
}

.gradient-to-bottom-left-deeporange-indigo {
  background: linear-gradient(to bottom left, #DD6E0F, #3E51B5);
}

.gradient-to-bottom-right-deeporange-indigo {
  background: linear-gradient(to bottom right, #DD6E0F, #3E51B5);
}

.gradient-radial-deeporange-indigo {
  background: radial-gradient(circle, #DD6E0F, #3E51B5);
}

.gradient-deeporange-indigo-primary {
  background: linear-gradient(#DD6E0F, #3E51B5, #03A9F4);
}

.gradient-deeporange-indigo-secondary {
  background: linear-gradient(#DD6E0F, #3E51B5, #333);
}

.gradient-deeporange-indigo-success {
  background: linear-gradient(#DD6E0F, #3E51B5, #28a745);
}

.gradient-deeporange-indigo-info {
  background: linear-gradient(#DD6E0F, #3E51B5, #0DCAF0);
}

.gradient-deeporange-indigo-warning {
  background: linear-gradient(#DD6E0F, #3E51B5, #FFC107);
}

.gradient-deeporange-indigo-danger {
  background: linear-gradient(#DD6E0F, #3E51B5, #DC3545);
}

.gradient-deeporange-indigo-light {
  background: linear-gradient(#DD6E0F, #3E51B5, #f5f5f5);
}

.gradient-deeporange-indigo-dark {
  background: linear-gradient(#DD6E0F, #3E51B5, #212529);
}

.gradient-deeporange-indigo-red {
  background: linear-gradient(#DD6E0F, #3E51B5, #F44336);
}

.gradient-deeporange-indigo-green {
  background: linear-gradient(#DD6E0F, #3E51B5, #4CAF50);
}

.gradient-deeporange-indigo-blue {
  background: linear-gradient(#DD6E0F, #3E51B5, #2196F3);
}

.gradient-deeporange-indigo-black {
  background: linear-gradient(#DD6E0F, #3E51B5, #000);
}

.gradient-deeporange-indigo-white {
  background: linear-gradient(#DD6E0F, #3E51B5, #fff);
}

.gradient-deeporange-indigo-pink {
  background: linear-gradient(#DD6E0F, #3E51B5, #E91E63);
}

.gradient-deeporange-indigo-purple {
  background: linear-gradient(#DD6E0F, #3E51B5, #9C27B0);
}

.gradient-deeporange-indigo-cyan {
  background: linear-gradient(#DD6E0F, #3E51B5, #00BCD4);
}

.gradient-deeporange-indigo-teal {
  background: linear-gradient(#DD6E0F, #3E51B5, #009688);
}

.gradient-deeporange-indigo-lime {
  background: linear-gradient(#DD6E0F, #3E51B5, #CDDC39);
}

.gradient-deeporange-indigo-yellow {
  background: linear-gradient(#DD6E0F, #3E51B5, #FFEB3B);
}

.gradient-deeporange-indigo-amber {
  background: linear-gradient(#DD6E0F, #3E51B5, #FFC107);
}

.gradient-deeporange-indigo-orange {
  background: linear-gradient(#DD6E0F, #3E51B5, #FF9800);
}

.gradient-deeporange-indigo-lightblue {
  background: linear-gradient(#DD6E0F, #3E51B5, #03A9F4);
}

.gradient-deeporange-indigo-lightgreen {
  background: linear-gradient(#DD6E0F, #3E51B5, #76FF03);
}

.gradient-deeporange-indigo-deeppurple {
  background: linear-gradient(#DD6E0F, #3E51B5, #673AB7);
}

.gradient-deeporange-indigo-brown {
  background: linear-gradient(#DD6E0F, #3E51B5, #964B00);
}

.gradient-deeporange-indigo-grey {
  background: linear-gradient(#DD6E0F, #3E51B5, #808080);
}

.gradient-deeporange-cyan {
  background: linear-gradient(#DD6E0F, #00BCD4);
}

.gradient-to-top-deeporange-cyan {
  background: linear-gradient(to top, #DD6E0F, #00BCD4);
}

.gradient-to-bottom-deeporange-cyan {
  background: linear-gradient(to bottom, #DD6E0F, #00BCD4);
}

.gradient-to-left-deeporange-cyan {
  background: linear-gradient(to left, #DD6E0F, #00BCD4);
}

.gradient-to-right-deeporange-cyan {
  background: linear-gradient(to right, #DD6E0F, #00BCD4);
}

.gradient-to-top-left-deeporange-cyan {
  background: linear-gradient(to top left, #DD6E0F, #00BCD4);
}

.gradient-to-top-right-deeporange-cyan {
  background: linear-gradient(to top right, #DD6E0F, #00BCD4);
}

.gradient-to-bottom-left-deeporange-cyan {
  background: linear-gradient(to bottom left, #DD6E0F, #00BCD4);
}

.gradient-to-bottom-right-deeporange-cyan {
  background: linear-gradient(to bottom right, #DD6E0F, #00BCD4);
}

.gradient-radial-deeporange-cyan {
  background: radial-gradient(circle, #DD6E0F, #00BCD4);
}

.gradient-deeporange-cyan-primary {
  background: linear-gradient(#DD6E0F, #00BCD4, #03A9F4);
}

.gradient-deeporange-cyan-secondary {
  background: linear-gradient(#DD6E0F, #00BCD4, #333);
}

.gradient-deeporange-cyan-success {
  background: linear-gradient(#DD6E0F, #00BCD4, #28a745);
}

.gradient-deeporange-cyan-info {
  background: linear-gradient(#DD6E0F, #00BCD4, #0DCAF0);
}

.gradient-deeporange-cyan-warning {
  background: linear-gradient(#DD6E0F, #00BCD4, #FFC107);
}

.gradient-deeporange-cyan-danger {
  background: linear-gradient(#DD6E0F, #00BCD4, #DC3545);
}

.gradient-deeporange-cyan-light {
  background: linear-gradient(#DD6E0F, #00BCD4, #f5f5f5);
}

.gradient-deeporange-cyan-dark {
  background: linear-gradient(#DD6E0F, #00BCD4, #212529);
}

.gradient-deeporange-cyan-red {
  background: linear-gradient(#DD6E0F, #00BCD4, #F44336);
}

.gradient-deeporange-cyan-green {
  background: linear-gradient(#DD6E0F, #00BCD4, #4CAF50);
}

.gradient-deeporange-cyan-blue {
  background: linear-gradient(#DD6E0F, #00BCD4, #2196F3);
}

.gradient-deeporange-cyan-black {
  background: linear-gradient(#DD6E0F, #00BCD4, #000);
}

.gradient-deeporange-cyan-white {
  background: linear-gradient(#DD6E0F, #00BCD4, #fff);
}

.gradient-deeporange-cyan-pink {
  background: linear-gradient(#DD6E0F, #00BCD4, #E91E63);
}

.gradient-deeporange-cyan-purple {
  background: linear-gradient(#DD6E0F, #00BCD4, #9C27B0);
}

.gradient-deeporange-cyan-indigo {
  background: linear-gradient(#DD6E0F, #00BCD4, #3E51B5);
}

.gradient-deeporange-cyan-teal {
  background: linear-gradient(#DD6E0F, #00BCD4, #009688);
}

.gradient-deeporange-cyan-lime {
  background: linear-gradient(#DD6E0F, #00BCD4, #CDDC39);
}

.gradient-deeporange-cyan-yellow {
  background: linear-gradient(#DD6E0F, #00BCD4, #FFEB3B);
}

.gradient-deeporange-cyan-amber {
  background: linear-gradient(#DD6E0F, #00BCD4, #FFC107);
}

.gradient-deeporange-cyan-orange {
  background: linear-gradient(#DD6E0F, #00BCD4, #FF9800);
}

.gradient-deeporange-cyan-lightblue {
  background: linear-gradient(#DD6E0F, #00BCD4, #03A9F4);
}

.gradient-deeporange-cyan-lightgreen {
  background: linear-gradient(#DD6E0F, #00BCD4, #76FF03);
}

.gradient-deeporange-cyan-deeppurple {
  background: linear-gradient(#DD6E0F, #00BCD4, #673AB7);
}

.gradient-deeporange-cyan-brown {
  background: linear-gradient(#DD6E0F, #00BCD4, #964B00);
}

.gradient-deeporange-cyan-grey {
  background: linear-gradient(#DD6E0F, #00BCD4, #808080);
}

.gradient-deeporange-teal {
  background: linear-gradient(#DD6E0F, #009688);
}

.gradient-to-top-deeporange-teal {
  background: linear-gradient(to top, #DD6E0F, #009688);
}

.gradient-to-bottom-deeporange-teal {
  background: linear-gradient(to bottom, #DD6E0F, #009688);
}

.gradient-to-left-deeporange-teal {
  background: linear-gradient(to left, #DD6E0F, #009688);
}

.gradient-to-right-deeporange-teal {
  background: linear-gradient(to right, #DD6E0F, #009688);
}

.gradient-to-top-left-deeporange-teal {
  background: linear-gradient(to top left, #DD6E0F, #009688);
}

.gradient-to-top-right-deeporange-teal {
  background: linear-gradient(to top right, #DD6E0F, #009688);
}

.gradient-to-bottom-left-deeporange-teal {
  background: linear-gradient(to bottom left, #DD6E0F, #009688);
}

.gradient-to-bottom-right-deeporange-teal {
  background: linear-gradient(to bottom right, #DD6E0F, #009688);
}

.gradient-radial-deeporange-teal {
  background: radial-gradient(circle, #DD6E0F, #009688);
}

.gradient-deeporange-teal-primary {
  background: linear-gradient(#DD6E0F, #009688, #03A9F4);
}

.gradient-deeporange-teal-secondary {
  background: linear-gradient(#DD6E0F, #009688, #333);
}

.gradient-deeporange-teal-success {
  background: linear-gradient(#DD6E0F, #009688, #28a745);
}

.gradient-deeporange-teal-info {
  background: linear-gradient(#DD6E0F, #009688, #0DCAF0);
}

.gradient-deeporange-teal-warning {
  background: linear-gradient(#DD6E0F, #009688, #FFC107);
}

.gradient-deeporange-teal-danger {
  background: linear-gradient(#DD6E0F, #009688, #DC3545);
}

.gradient-deeporange-teal-light {
  background: linear-gradient(#DD6E0F, #009688, #f5f5f5);
}

.gradient-deeporange-teal-dark {
  background: linear-gradient(#DD6E0F, #009688, #212529);
}

.gradient-deeporange-teal-red {
  background: linear-gradient(#DD6E0F, #009688, #F44336);
}

.gradient-deeporange-teal-green {
  background: linear-gradient(#DD6E0F, #009688, #4CAF50);
}

.gradient-deeporange-teal-blue {
  background: linear-gradient(#DD6E0F, #009688, #2196F3);
}

.gradient-deeporange-teal-black {
  background: linear-gradient(#DD6E0F, #009688, #000);
}

.gradient-deeporange-teal-white {
  background: linear-gradient(#DD6E0F, #009688, #fff);
}

.gradient-deeporange-teal-pink {
  background: linear-gradient(#DD6E0F, #009688, #E91E63);
}

.gradient-deeporange-teal-purple {
  background: linear-gradient(#DD6E0F, #009688, #9C27B0);
}

.gradient-deeporange-teal-indigo {
  background: linear-gradient(#DD6E0F, #009688, #3E51B5);
}

.gradient-deeporange-teal-cyan {
  background: linear-gradient(#DD6E0F, #009688, #00BCD4);
}

.gradient-deeporange-teal-lime {
  background: linear-gradient(#DD6E0F, #009688, #CDDC39);
}

.gradient-deeporange-teal-yellow {
  background: linear-gradient(#DD6E0F, #009688, #FFEB3B);
}

.gradient-deeporange-teal-amber {
  background: linear-gradient(#DD6E0F, #009688, #FFC107);
}

.gradient-deeporange-teal-orange {
  background: linear-gradient(#DD6E0F, #009688, #FF9800);
}

.gradient-deeporange-teal-lightblue {
  background: linear-gradient(#DD6E0F, #009688, #03A9F4);
}

.gradient-deeporange-teal-lightgreen {
  background: linear-gradient(#DD6E0F, #009688, #76FF03);
}

.gradient-deeporange-teal-deeppurple {
  background: linear-gradient(#DD6E0F, #009688, #673AB7);
}

.gradient-deeporange-teal-brown {
  background: linear-gradient(#DD6E0F, #009688, #964B00);
}

.gradient-deeporange-teal-grey {
  background: linear-gradient(#DD6E0F, #009688, #808080);
}

.gradient-deeporange-lime {
  background: linear-gradient(#DD6E0F, #CDDC39);
}

.gradient-to-top-deeporange-lime {
  background: linear-gradient(to top, #DD6E0F, #CDDC39);
}

.gradient-to-bottom-deeporange-lime {
  background: linear-gradient(to bottom, #DD6E0F, #CDDC39);
}

.gradient-to-left-deeporange-lime {
  background: linear-gradient(to left, #DD6E0F, #CDDC39);
}

.gradient-to-right-deeporange-lime {
  background: linear-gradient(to right, #DD6E0F, #CDDC39);
}

.gradient-to-top-left-deeporange-lime {
  background: linear-gradient(to top left, #DD6E0F, #CDDC39);
}

.gradient-to-top-right-deeporange-lime {
  background: linear-gradient(to top right, #DD6E0F, #CDDC39);
}

.gradient-to-bottom-left-deeporange-lime {
  background: linear-gradient(to bottom left, #DD6E0F, #CDDC39);
}

.gradient-to-bottom-right-deeporange-lime {
  background: linear-gradient(to bottom right, #DD6E0F, #CDDC39);
}

.gradient-radial-deeporange-lime {
  background: radial-gradient(circle, #DD6E0F, #CDDC39);
}

.gradient-deeporange-lime-primary {
  background: linear-gradient(#DD6E0F, #CDDC39, #03A9F4);
}

.gradient-deeporange-lime-secondary {
  background: linear-gradient(#DD6E0F, #CDDC39, #333);
}

.gradient-deeporange-lime-success {
  background: linear-gradient(#DD6E0F, #CDDC39, #28a745);
}

.gradient-deeporange-lime-info {
  background: linear-gradient(#DD6E0F, #CDDC39, #0DCAF0);
}

.gradient-deeporange-lime-warning {
  background: linear-gradient(#DD6E0F, #CDDC39, #FFC107);
}

.gradient-deeporange-lime-danger {
  background: linear-gradient(#DD6E0F, #CDDC39, #DC3545);
}

.gradient-deeporange-lime-light {
  background: linear-gradient(#DD6E0F, #CDDC39, #f5f5f5);
}

.gradient-deeporange-lime-dark {
  background: linear-gradient(#DD6E0F, #CDDC39, #212529);
}

.gradient-deeporange-lime-red {
  background: linear-gradient(#DD6E0F, #CDDC39, #F44336);
}

.gradient-deeporange-lime-green {
  background: linear-gradient(#DD6E0F, #CDDC39, #4CAF50);
}

.gradient-deeporange-lime-blue {
  background: linear-gradient(#DD6E0F, #CDDC39, #2196F3);
}

.gradient-deeporange-lime-black {
  background: linear-gradient(#DD6E0F, #CDDC39, #000);
}

.gradient-deeporange-lime-white {
  background: linear-gradient(#DD6E0F, #CDDC39, #fff);
}

.gradient-deeporange-lime-pink {
  background: linear-gradient(#DD6E0F, #CDDC39, #E91E63);
}

.gradient-deeporange-lime-purple {
  background: linear-gradient(#DD6E0F, #CDDC39, #9C27B0);
}

.gradient-deeporange-lime-indigo {
  background: linear-gradient(#DD6E0F, #CDDC39, #3E51B5);
}

.gradient-deeporange-lime-cyan {
  background: linear-gradient(#DD6E0F, #CDDC39, #00BCD4);
}

.gradient-deeporange-lime-teal {
  background: linear-gradient(#DD6E0F, #CDDC39, #009688);
}

.gradient-deeporange-lime-yellow {
  background: linear-gradient(#DD6E0F, #CDDC39, #FFEB3B);
}

.gradient-deeporange-lime-amber {
  background: linear-gradient(#DD6E0F, #CDDC39, #FFC107);
}

.gradient-deeporange-lime-orange {
  background: linear-gradient(#DD6E0F, #CDDC39, #FF9800);
}

.gradient-deeporange-lime-lightblue {
  background: linear-gradient(#DD6E0F, #CDDC39, #03A9F4);
}

.gradient-deeporange-lime-lightgreen {
  background: linear-gradient(#DD6E0F, #CDDC39, #76FF03);
}

.gradient-deeporange-lime-deeppurple {
  background: linear-gradient(#DD6E0F, #CDDC39, #673AB7);
}

.gradient-deeporange-lime-brown {
  background: linear-gradient(#DD6E0F, #CDDC39, #964B00);
}

.gradient-deeporange-lime-grey {
  background: linear-gradient(#DD6E0F, #CDDC39, #808080);
}

.gradient-deeporange-yellow {
  background: linear-gradient(#DD6E0F, #FFEB3B);
}

.gradient-to-top-deeporange-yellow {
  background: linear-gradient(to top, #DD6E0F, #FFEB3B);
}

.gradient-to-bottom-deeporange-yellow {
  background: linear-gradient(to bottom, #DD6E0F, #FFEB3B);
}

.gradient-to-left-deeporange-yellow {
  background: linear-gradient(to left, #DD6E0F, #FFEB3B);
}

.gradient-to-right-deeporange-yellow {
  background: linear-gradient(to right, #DD6E0F, #FFEB3B);
}

.gradient-to-top-left-deeporange-yellow {
  background: linear-gradient(to top left, #DD6E0F, #FFEB3B);
}

.gradient-to-top-right-deeporange-yellow {
  background: linear-gradient(to top right, #DD6E0F, #FFEB3B);
}

.gradient-to-bottom-left-deeporange-yellow {
  background: linear-gradient(to bottom left, #DD6E0F, #FFEB3B);
}

.gradient-to-bottom-right-deeporange-yellow {
  background: linear-gradient(to bottom right, #DD6E0F, #FFEB3B);
}

.gradient-radial-deeporange-yellow {
  background: radial-gradient(circle, #DD6E0F, #FFEB3B);
}

.gradient-deeporange-yellow-primary {
  background: linear-gradient(#DD6E0F, #FFEB3B, #03A9F4);
}

.gradient-deeporange-yellow-secondary {
  background: linear-gradient(#DD6E0F, #FFEB3B, #333);
}

.gradient-deeporange-yellow-success {
  background: linear-gradient(#DD6E0F, #FFEB3B, #28a745);
}

.gradient-deeporange-yellow-info {
  background: linear-gradient(#DD6E0F, #FFEB3B, #0DCAF0);
}

.gradient-deeporange-yellow-warning {
  background: linear-gradient(#DD6E0F, #FFEB3B, #FFC107);
}

.gradient-deeporange-yellow-danger {
  background: linear-gradient(#DD6E0F, #FFEB3B, #DC3545);
}

.gradient-deeporange-yellow-light {
  background: linear-gradient(#DD6E0F, #FFEB3B, #f5f5f5);
}

.gradient-deeporange-yellow-dark {
  background: linear-gradient(#DD6E0F, #FFEB3B, #212529);
}

.gradient-deeporange-yellow-red {
  background: linear-gradient(#DD6E0F, #FFEB3B, #F44336);
}

.gradient-deeporange-yellow-green {
  background: linear-gradient(#DD6E0F, #FFEB3B, #4CAF50);
}

.gradient-deeporange-yellow-blue {
  background: linear-gradient(#DD6E0F, #FFEB3B, #2196F3);
}

.gradient-deeporange-yellow-black {
  background: linear-gradient(#DD6E0F, #FFEB3B, #000);
}

.gradient-deeporange-yellow-white {
  background: linear-gradient(#DD6E0F, #FFEB3B, #fff);
}

.gradient-deeporange-yellow-pink {
  background: linear-gradient(#DD6E0F, #FFEB3B, #E91E63);
}

.gradient-deeporange-yellow-purple {
  background: linear-gradient(#DD6E0F, #FFEB3B, #9C27B0);
}

.gradient-deeporange-yellow-indigo {
  background: linear-gradient(#DD6E0F, #FFEB3B, #3E51B5);
}

.gradient-deeporange-yellow-cyan {
  background: linear-gradient(#DD6E0F, #FFEB3B, #00BCD4);
}

.gradient-deeporange-yellow-teal {
  background: linear-gradient(#DD6E0F, #FFEB3B, #009688);
}

.gradient-deeporange-yellow-lime {
  background: linear-gradient(#DD6E0F, #FFEB3B, #CDDC39);
}

.gradient-deeporange-yellow-amber {
  background: linear-gradient(#DD6E0F, #FFEB3B, #FFC107);
}

.gradient-deeporange-yellow-orange {
  background: linear-gradient(#DD6E0F, #FFEB3B, #FF9800);
}

.gradient-deeporange-yellow-lightblue {
  background: linear-gradient(#DD6E0F, #FFEB3B, #03A9F4);
}

.gradient-deeporange-yellow-lightgreen {
  background: linear-gradient(#DD6E0F, #FFEB3B, #76FF03);
}

.gradient-deeporange-yellow-deeppurple {
  background: linear-gradient(#DD6E0F, #FFEB3B, #673AB7);
}

.gradient-deeporange-yellow-brown {
  background: linear-gradient(#DD6E0F, #FFEB3B, #964B00);
}

.gradient-deeporange-yellow-grey {
  background: linear-gradient(#DD6E0F, #FFEB3B, #808080);
}

.gradient-deeporange-amber {
  background: linear-gradient(#DD6E0F, #FFC107);
}

.gradient-to-top-deeporange-amber {
  background: linear-gradient(to top, #DD6E0F, #FFC107);
}

.gradient-to-bottom-deeporange-amber {
  background: linear-gradient(to bottom, #DD6E0F, #FFC107);
}

.gradient-to-left-deeporange-amber {
  background: linear-gradient(to left, #DD6E0F, #FFC107);
}

.gradient-to-right-deeporange-amber {
  background: linear-gradient(to right, #DD6E0F, #FFC107);
}

.gradient-to-top-left-deeporange-amber {
  background: linear-gradient(to top left, #DD6E0F, #FFC107);
}

.gradient-to-top-right-deeporange-amber {
  background: linear-gradient(to top right, #DD6E0F, #FFC107);
}

.gradient-to-bottom-left-deeporange-amber {
  background: linear-gradient(to bottom left, #DD6E0F, #FFC107);
}

.gradient-to-bottom-right-deeporange-amber {
  background: linear-gradient(to bottom right, #DD6E0F, #FFC107);
}

.gradient-radial-deeporange-amber {
  background: radial-gradient(circle, #DD6E0F, #FFC107);
}

.gradient-deeporange-amber-primary {
  background: linear-gradient(#DD6E0F, #FFC107, #03A9F4);
}

.gradient-deeporange-amber-secondary {
  background: linear-gradient(#DD6E0F, #FFC107, #333);
}

.gradient-deeporange-amber-success {
  background: linear-gradient(#DD6E0F, #FFC107, #28a745);
}

.gradient-deeporange-amber-info {
  background: linear-gradient(#DD6E0F, #FFC107, #0DCAF0);
}

.gradient-deeporange-amber-warning {
  background: linear-gradient(#DD6E0F, #FFC107, #FFC107);
}

.gradient-deeporange-amber-danger {
  background: linear-gradient(#DD6E0F, #FFC107, #DC3545);
}

.gradient-deeporange-amber-light {
  background: linear-gradient(#DD6E0F, #FFC107, #f5f5f5);
}

.gradient-deeporange-amber-dark {
  background: linear-gradient(#DD6E0F, #FFC107, #212529);
}

.gradient-deeporange-amber-red {
  background: linear-gradient(#DD6E0F, #FFC107, #F44336);
}

.gradient-deeporange-amber-green {
  background: linear-gradient(#DD6E0F, #FFC107, #4CAF50);
}

.gradient-deeporange-amber-blue {
  background: linear-gradient(#DD6E0F, #FFC107, #2196F3);
}

.gradient-deeporange-amber-black {
  background: linear-gradient(#DD6E0F, #FFC107, #000);
}

.gradient-deeporange-amber-white {
  background: linear-gradient(#DD6E0F, #FFC107, #fff);
}

.gradient-deeporange-amber-pink {
  background: linear-gradient(#DD6E0F, #FFC107, #E91E63);
}

.gradient-deeporange-amber-purple {
  background: linear-gradient(#DD6E0F, #FFC107, #9C27B0);
}

.gradient-deeporange-amber-indigo {
  background: linear-gradient(#DD6E0F, #FFC107, #3E51B5);
}

.gradient-deeporange-amber-cyan {
  background: linear-gradient(#DD6E0F, #FFC107, #00BCD4);
}

.gradient-deeporange-amber-teal {
  background: linear-gradient(#DD6E0F, #FFC107, #009688);
}

.gradient-deeporange-amber-lime {
  background: linear-gradient(#DD6E0F, #FFC107, #CDDC39);
}

.gradient-deeporange-amber-yellow {
  background: linear-gradient(#DD6E0F, #FFC107, #FFEB3B);
}

.gradient-deeporange-amber-orange {
  background: linear-gradient(#DD6E0F, #FFC107, #FF9800);
}

.gradient-deeporange-amber-lightblue {
  background: linear-gradient(#DD6E0F, #FFC107, #03A9F4);
}

.gradient-deeporange-amber-lightgreen {
  background: linear-gradient(#DD6E0F, #FFC107, #76FF03);
}

.gradient-deeporange-amber-deeppurple {
  background: linear-gradient(#DD6E0F, #FFC107, #673AB7);
}

.gradient-deeporange-amber-brown {
  background: linear-gradient(#DD6E0F, #FFC107, #964B00);
}

.gradient-deeporange-amber-grey {
  background: linear-gradient(#DD6E0F, #FFC107, #808080);
}

.gradient-deeporange-orange {
  background: linear-gradient(#DD6E0F, #FF9800);
}

.gradient-to-top-deeporange-orange {
  background: linear-gradient(to top, #DD6E0F, #FF9800);
}

.gradient-to-bottom-deeporange-orange {
  background: linear-gradient(to bottom, #DD6E0F, #FF9800);
}

.gradient-to-left-deeporange-orange {
  background: linear-gradient(to left, #DD6E0F, #FF9800);
}

.gradient-to-right-deeporange-orange {
  background: linear-gradient(to right, #DD6E0F, #FF9800);
}

.gradient-to-top-left-deeporange-orange {
  background: linear-gradient(to top left, #DD6E0F, #FF9800);
}

.gradient-to-top-right-deeporange-orange {
  background: linear-gradient(to top right, #DD6E0F, #FF9800);
}

.gradient-to-bottom-left-deeporange-orange {
  background: linear-gradient(to bottom left, #DD6E0F, #FF9800);
}

.gradient-to-bottom-right-deeporange-orange {
  background: linear-gradient(to bottom right, #DD6E0F, #FF9800);
}

.gradient-radial-deeporange-orange {
  background: radial-gradient(circle, #DD6E0F, #FF9800);
}

.gradient-deeporange-orange-primary {
  background: linear-gradient(#DD6E0F, #FF9800, #03A9F4);
}

.gradient-deeporange-orange-secondary {
  background: linear-gradient(#DD6E0F, #FF9800, #333);
}

.gradient-deeporange-orange-success {
  background: linear-gradient(#DD6E0F, #FF9800, #28a745);
}

.gradient-deeporange-orange-info {
  background: linear-gradient(#DD6E0F, #FF9800, #0DCAF0);
}

.gradient-deeporange-orange-warning {
  background: linear-gradient(#DD6E0F, #FF9800, #FFC107);
}

.gradient-deeporange-orange-danger {
  background: linear-gradient(#DD6E0F, #FF9800, #DC3545);
}

.gradient-deeporange-orange-light {
  background: linear-gradient(#DD6E0F, #FF9800, #f5f5f5);
}

.gradient-deeporange-orange-dark {
  background: linear-gradient(#DD6E0F, #FF9800, #212529);
}

.gradient-deeporange-orange-red {
  background: linear-gradient(#DD6E0F, #FF9800, #F44336);
}

.gradient-deeporange-orange-green {
  background: linear-gradient(#DD6E0F, #FF9800, #4CAF50);
}

.gradient-deeporange-orange-blue {
  background: linear-gradient(#DD6E0F, #FF9800, #2196F3);
}

.gradient-deeporange-orange-black {
  background: linear-gradient(#DD6E0F, #FF9800, #000);
}

.gradient-deeporange-orange-white {
  background: linear-gradient(#DD6E0F, #FF9800, #fff);
}

.gradient-deeporange-orange-pink {
  background: linear-gradient(#DD6E0F, #FF9800, #E91E63);
}

.gradient-deeporange-orange-purple {
  background: linear-gradient(#DD6E0F, #FF9800, #9C27B0);
}

.gradient-deeporange-orange-indigo {
  background: linear-gradient(#DD6E0F, #FF9800, #3E51B5);
}

.gradient-deeporange-orange-cyan {
  background: linear-gradient(#DD6E0F, #FF9800, #00BCD4);
}

.gradient-deeporange-orange-teal {
  background: linear-gradient(#DD6E0F, #FF9800, #009688);
}

.gradient-deeporange-orange-lime {
  background: linear-gradient(#DD6E0F, #FF9800, #CDDC39);
}

.gradient-deeporange-orange-yellow {
  background: linear-gradient(#DD6E0F, #FF9800, #FFEB3B);
}

.gradient-deeporange-orange-amber {
  background: linear-gradient(#DD6E0F, #FF9800, #FFC107);
}

.gradient-deeporange-orange-lightblue {
  background: linear-gradient(#DD6E0F, #FF9800, #03A9F4);
}

.gradient-deeporange-orange-lightgreen {
  background: linear-gradient(#DD6E0F, #FF9800, #76FF03);
}

.gradient-deeporange-orange-deeppurple {
  background: linear-gradient(#DD6E0F, #FF9800, #673AB7);
}

.gradient-deeporange-orange-brown {
  background: linear-gradient(#DD6E0F, #FF9800, #964B00);
}

.gradient-deeporange-orange-grey {
  background: linear-gradient(#DD6E0F, #FF9800, #808080);
}

.gradient-deeporange-lightblue {
  background: linear-gradient(#DD6E0F, #03A9F4);
}

.gradient-to-top-deeporange-lightblue {
  background: linear-gradient(to top, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-deeporange-lightblue {
  background: linear-gradient(to bottom, #DD6E0F, #03A9F4);
}

.gradient-to-left-deeporange-lightblue {
  background: linear-gradient(to left, #DD6E0F, #03A9F4);
}

.gradient-to-right-deeporange-lightblue {
  background: linear-gradient(to right, #DD6E0F, #03A9F4);
}

.gradient-to-top-left-deeporange-lightblue {
  background: linear-gradient(to top left, #DD6E0F, #03A9F4);
}

.gradient-to-top-right-deeporange-lightblue {
  background: linear-gradient(to top right, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-left-deeporange-lightblue {
  background: linear-gradient(to bottom left, #DD6E0F, #03A9F4);
}

.gradient-to-bottom-right-deeporange-lightblue {
  background: linear-gradient(to bottom right, #DD6E0F, #03A9F4);
}

.gradient-radial-deeporange-lightblue {
  background: radial-gradient(circle, #DD6E0F, #03A9F4);
}

.gradient-deeporange-lightblue-primary {
  background: linear-gradient(#DD6E0F, #03A9F4, #03A9F4);
}

.gradient-deeporange-lightblue-secondary {
  background: linear-gradient(#DD6E0F, #03A9F4, #333);
}

.gradient-deeporange-lightblue-success {
  background: linear-gradient(#DD6E0F, #03A9F4, #28a745);
}

.gradient-deeporange-lightblue-info {
  background: linear-gradient(#DD6E0F, #03A9F4, #0DCAF0);
}

.gradient-deeporange-lightblue-warning {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFC107);
}

.gradient-deeporange-lightblue-danger {
  background: linear-gradient(#DD6E0F, #03A9F4, #DC3545);
}

.gradient-deeporange-lightblue-light {
  background: linear-gradient(#DD6E0F, #03A9F4, #f5f5f5);
}

.gradient-deeporange-lightblue-dark {
  background: linear-gradient(#DD6E0F, #03A9F4, #212529);
}

.gradient-deeporange-lightblue-red {
  background: linear-gradient(#DD6E0F, #03A9F4, #F44336);
}

.gradient-deeporange-lightblue-green {
  background: linear-gradient(#DD6E0F, #03A9F4, #4CAF50);
}

.gradient-deeporange-lightblue-blue {
  background: linear-gradient(#DD6E0F, #03A9F4, #2196F3);
}

.gradient-deeporange-lightblue-black {
  background: linear-gradient(#DD6E0F, #03A9F4, #000);
}

.gradient-deeporange-lightblue-white {
  background: linear-gradient(#DD6E0F, #03A9F4, #fff);
}

.gradient-deeporange-lightblue-pink {
  background: linear-gradient(#DD6E0F, #03A9F4, #E91E63);
}

.gradient-deeporange-lightblue-purple {
  background: linear-gradient(#DD6E0F, #03A9F4, #9C27B0);
}

.gradient-deeporange-lightblue-indigo {
  background: linear-gradient(#DD6E0F, #03A9F4, #3E51B5);
}

.gradient-deeporange-lightblue-cyan {
  background: linear-gradient(#DD6E0F, #03A9F4, #00BCD4);
}

.gradient-deeporange-lightblue-teal {
  background: linear-gradient(#DD6E0F, #03A9F4, #009688);
}

.gradient-deeporange-lightblue-lime {
  background: linear-gradient(#DD6E0F, #03A9F4, #CDDC39);
}

.gradient-deeporange-lightblue-yellow {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFEB3B);
}

.gradient-deeporange-lightblue-amber {
  background: linear-gradient(#DD6E0F, #03A9F4, #FFC107);
}

.gradient-deeporange-lightblue-orange {
  background: linear-gradient(#DD6E0F, #03A9F4, #FF9800);
}

.gradient-deeporange-lightblue-lightgreen {
  background: linear-gradient(#DD6E0F, #03A9F4, #76FF03);
}

.gradient-deeporange-lightblue-deeppurple {
  background: linear-gradient(#DD6E0F, #03A9F4, #673AB7);
}

.gradient-deeporange-lightblue-brown {
  background: linear-gradient(#DD6E0F, #03A9F4, #964B00);
}

.gradient-deeporange-lightblue-grey {
  background: linear-gradient(#DD6E0F, #03A9F4, #808080);
}

.gradient-deeporange-lightgreen {
  background: linear-gradient(#DD6E0F, #76FF03);
}

.gradient-to-top-deeporange-lightgreen {
  background: linear-gradient(to top, #DD6E0F, #76FF03);
}

.gradient-to-bottom-deeporange-lightgreen {
  background: linear-gradient(to bottom, #DD6E0F, #76FF03);
}

.gradient-to-left-deeporange-lightgreen {
  background: linear-gradient(to left, #DD6E0F, #76FF03);
}

.gradient-to-right-deeporange-lightgreen {
  background: linear-gradient(to right, #DD6E0F, #76FF03);
}

.gradient-to-top-left-deeporange-lightgreen {
  background: linear-gradient(to top left, #DD6E0F, #76FF03);
}

.gradient-to-top-right-deeporange-lightgreen {
  background: linear-gradient(to top right, #DD6E0F, #76FF03);
}

.gradient-to-bottom-left-deeporange-lightgreen {
  background: linear-gradient(to bottom left, #DD6E0F, #76FF03);
}

.gradient-to-bottom-right-deeporange-lightgreen {
  background: linear-gradient(to bottom right, #DD6E0F, #76FF03);
}

.gradient-radial-deeporange-lightgreen {
  background: radial-gradient(circle, #DD6E0F, #76FF03);
}

.gradient-deeporange-lightgreen-primary {
  background: linear-gradient(#DD6E0F, #76FF03, #03A9F4);
}

.gradient-deeporange-lightgreen-secondary {
  background: linear-gradient(#DD6E0F, #76FF03, #333);
}

.gradient-deeporange-lightgreen-success {
  background: linear-gradient(#DD6E0F, #76FF03, #28a745);
}

.gradient-deeporange-lightgreen-info {
  background: linear-gradient(#DD6E0F, #76FF03, #0DCAF0);
}

.gradient-deeporange-lightgreen-warning {
  background: linear-gradient(#DD6E0F, #76FF03, #FFC107);
}

.gradient-deeporange-lightgreen-danger {
  background: linear-gradient(#DD6E0F, #76FF03, #DC3545);
}

.gradient-deeporange-lightgreen-light {
  background: linear-gradient(#DD6E0F, #76FF03, #f5f5f5);
}

.gradient-deeporange-lightgreen-dark {
  background: linear-gradient(#DD6E0F, #76FF03, #212529);
}

.gradient-deeporange-lightgreen-red {
  background: linear-gradient(#DD6E0F, #76FF03, #F44336);
}

.gradient-deeporange-lightgreen-green {
  background: linear-gradient(#DD6E0F, #76FF03, #4CAF50);
}

.gradient-deeporange-lightgreen-blue {
  background: linear-gradient(#DD6E0F, #76FF03, #2196F3);
}

.gradient-deeporange-lightgreen-black {
  background: linear-gradient(#DD6E0F, #76FF03, #000);
}

.gradient-deeporange-lightgreen-white {
  background: linear-gradient(#DD6E0F, #76FF03, #fff);
}

.gradient-deeporange-lightgreen-pink {
  background: linear-gradient(#DD6E0F, #76FF03, #E91E63);
}

.gradient-deeporange-lightgreen-purple {
  background: linear-gradient(#DD6E0F, #76FF03, #9C27B0);
}

.gradient-deeporange-lightgreen-indigo {
  background: linear-gradient(#DD6E0F, #76FF03, #3E51B5);
}

.gradient-deeporange-lightgreen-cyan {
  background: linear-gradient(#DD6E0F, #76FF03, #00BCD4);
}

.gradient-deeporange-lightgreen-teal {
  background: linear-gradient(#DD6E0F, #76FF03, #009688);
}

.gradient-deeporange-lightgreen-lime {
  background: linear-gradient(#DD6E0F, #76FF03, #CDDC39);
}

.gradient-deeporange-lightgreen-yellow {
  background: linear-gradient(#DD6E0F, #76FF03, #FFEB3B);
}

.gradient-deeporange-lightgreen-amber {
  background: linear-gradient(#DD6E0F, #76FF03, #FFC107);
}

.gradient-deeporange-lightgreen-orange {
  background: linear-gradient(#DD6E0F, #76FF03, #FF9800);
}

.gradient-deeporange-lightgreen-lightblue {
  background: linear-gradient(#DD6E0F, #76FF03, #03A9F4);
}

.gradient-deeporange-lightgreen-deeppurple {
  background: linear-gradient(#DD6E0F, #76FF03, #673AB7);
}

.gradient-deeporange-lightgreen-brown {
  background: linear-gradient(#DD6E0F, #76FF03, #964B00);
}

.gradient-deeporange-lightgreen-grey {
  background: linear-gradient(#DD6E0F, #76FF03, #808080);
}

.gradient-deeporange-deeppurple {
  background: linear-gradient(#DD6E0F, #673AB7);
}

.gradient-to-top-deeporange-deeppurple {
  background: linear-gradient(to top, #DD6E0F, #673AB7);
}

.gradient-to-bottom-deeporange-deeppurple {
  background: linear-gradient(to bottom, #DD6E0F, #673AB7);
}

.gradient-to-left-deeporange-deeppurple {
  background: linear-gradient(to left, #DD6E0F, #673AB7);
}

.gradient-to-right-deeporange-deeppurple {
  background: linear-gradient(to right, #DD6E0F, #673AB7);
}

.gradient-to-top-left-deeporange-deeppurple {
  background: linear-gradient(to top left, #DD6E0F, #673AB7);
}

.gradient-to-top-right-deeporange-deeppurple {
  background: linear-gradient(to top right, #DD6E0F, #673AB7);
}

.gradient-to-bottom-left-deeporange-deeppurple {
  background: linear-gradient(to bottom left, #DD6E0F, #673AB7);
}

.gradient-to-bottom-right-deeporange-deeppurple {
  background: linear-gradient(to bottom right, #DD6E0F, #673AB7);
}

.gradient-radial-deeporange-deeppurple {
  background: radial-gradient(circle, #DD6E0F, #673AB7);
}

.gradient-deeporange-deeppurple-primary {
  background: linear-gradient(#DD6E0F, #673AB7, #03A9F4);
}

.gradient-deeporange-deeppurple-secondary {
  background: linear-gradient(#DD6E0F, #673AB7, #333);
}

.gradient-deeporange-deeppurple-success {
  background: linear-gradient(#DD6E0F, #673AB7, #28a745);
}

.gradient-deeporange-deeppurple-info {
  background: linear-gradient(#DD6E0F, #673AB7, #0DCAF0);
}

.gradient-deeporange-deeppurple-warning {
  background: linear-gradient(#DD6E0F, #673AB7, #FFC107);
}

.gradient-deeporange-deeppurple-danger {
  background: linear-gradient(#DD6E0F, #673AB7, #DC3545);
}

.gradient-deeporange-deeppurple-light {
  background: linear-gradient(#DD6E0F, #673AB7, #f5f5f5);
}

.gradient-deeporange-deeppurple-dark {
  background: linear-gradient(#DD6E0F, #673AB7, #212529);
}

.gradient-deeporange-deeppurple-red {
  background: linear-gradient(#DD6E0F, #673AB7, #F44336);
}

.gradient-deeporange-deeppurple-green {
  background: linear-gradient(#DD6E0F, #673AB7, #4CAF50);
}

.gradient-deeporange-deeppurple-blue {
  background: linear-gradient(#DD6E0F, #673AB7, #2196F3);
}

.gradient-deeporange-deeppurple-black {
  background: linear-gradient(#DD6E0F, #673AB7, #000);
}

.gradient-deeporange-deeppurple-white {
  background: linear-gradient(#DD6E0F, #673AB7, #fff);
}

.gradient-deeporange-deeppurple-pink {
  background: linear-gradient(#DD6E0F, #673AB7, #E91E63);
}

.gradient-deeporange-deeppurple-purple {
  background: linear-gradient(#DD6E0F, #673AB7, #9C27B0);
}

.gradient-deeporange-deeppurple-indigo {
  background: linear-gradient(#DD6E0F, #673AB7, #3E51B5);
}

.gradient-deeporange-deeppurple-cyan {
  background: linear-gradient(#DD6E0F, #673AB7, #00BCD4);
}

.gradient-deeporange-deeppurple-teal {
  background: linear-gradient(#DD6E0F, #673AB7, #009688);
}

.gradient-deeporange-deeppurple-lime {
  background: linear-gradient(#DD6E0F, #673AB7, #CDDC39);
}

.gradient-deeporange-deeppurple-yellow {
  background: linear-gradient(#DD6E0F, #673AB7, #FFEB3B);
}

.gradient-deeporange-deeppurple-amber {
  background: linear-gradient(#DD6E0F, #673AB7, #FFC107);
}

.gradient-deeporange-deeppurple-orange {
  background: linear-gradient(#DD6E0F, #673AB7, #FF9800);
}

.gradient-deeporange-deeppurple-lightblue {
  background: linear-gradient(#DD6E0F, #673AB7, #03A9F4);
}

.gradient-deeporange-deeppurple-lightgreen {
  background: linear-gradient(#DD6E0F, #673AB7, #76FF03);
}

.gradient-deeporange-deeppurple-brown {
  background: linear-gradient(#DD6E0F, #673AB7, #964B00);
}

.gradient-deeporange-deeppurple-grey {
  background: linear-gradient(#DD6E0F, #673AB7, #808080);
}

.gradient-deeporange-brown {
  background: linear-gradient(#DD6E0F, #964B00);
}

.gradient-to-top-deeporange-brown {
  background: linear-gradient(to top, #DD6E0F, #964B00);
}

.gradient-to-bottom-deeporange-brown {
  background: linear-gradient(to bottom, #DD6E0F, #964B00);
}

.gradient-to-left-deeporange-brown {
  background: linear-gradient(to left, #DD6E0F, #964B00);
}

.gradient-to-right-deeporange-brown {
  background: linear-gradient(to right, #DD6E0F, #964B00);
}

.gradient-to-top-left-deeporange-brown {
  background: linear-gradient(to top left, #DD6E0F, #964B00);
}

.gradient-to-top-right-deeporange-brown {
  background: linear-gradient(to top right, #DD6E0F, #964B00);
}

.gradient-to-bottom-left-deeporange-brown {
  background: linear-gradient(to bottom left, #DD6E0F, #964B00);
}

.gradient-to-bottom-right-deeporange-brown {
  background: linear-gradient(to bottom right, #DD6E0F, #964B00);
}

.gradient-radial-deeporange-brown {
  background: radial-gradient(circle, #DD6E0F, #964B00);
}

.gradient-deeporange-brown-primary {
  background: linear-gradient(#DD6E0F, #964B00, #03A9F4);
}

.gradient-deeporange-brown-secondary {
  background: linear-gradient(#DD6E0F, #964B00, #333);
}

.gradient-deeporange-brown-success {
  background: linear-gradient(#DD6E0F, #964B00, #28a745);
}

.gradient-deeporange-brown-info {
  background: linear-gradient(#DD6E0F, #964B00, #0DCAF0);
}

.gradient-deeporange-brown-warning {
  background: linear-gradient(#DD6E0F, #964B00, #FFC107);
}

.gradient-deeporange-brown-danger {
  background: linear-gradient(#DD6E0F, #964B00, #DC3545);
}

.gradient-deeporange-brown-light {
  background: linear-gradient(#DD6E0F, #964B00, #f5f5f5);
}

.gradient-deeporange-brown-dark {
  background: linear-gradient(#DD6E0F, #964B00, #212529);
}

.gradient-deeporange-brown-red {
  background: linear-gradient(#DD6E0F, #964B00, #F44336);
}

.gradient-deeporange-brown-green {
  background: linear-gradient(#DD6E0F, #964B00, #4CAF50);
}

.gradient-deeporange-brown-blue {
  background: linear-gradient(#DD6E0F, #964B00, #2196F3);
}

.gradient-deeporange-brown-black {
  background: linear-gradient(#DD6E0F, #964B00, #000);
}

.gradient-deeporange-brown-white {
  background: linear-gradient(#DD6E0F, #964B00, #fff);
}

.gradient-deeporange-brown-pink {
  background: linear-gradient(#DD6E0F, #964B00, #E91E63);
}

.gradient-deeporange-brown-purple {
  background: linear-gradient(#DD6E0F, #964B00, #9C27B0);
}

.gradient-deeporange-brown-indigo {
  background: linear-gradient(#DD6E0F, #964B00, #3E51B5);
}

.gradient-deeporange-brown-cyan {
  background: linear-gradient(#DD6E0F, #964B00, #00BCD4);
}

.gradient-deeporange-brown-teal {
  background: linear-gradient(#DD6E0F, #964B00, #009688);
}

.gradient-deeporange-brown-lime {
  background: linear-gradient(#DD6E0F, #964B00, #CDDC39);
}

.gradient-deeporange-brown-yellow {
  background: linear-gradient(#DD6E0F, #964B00, #FFEB3B);
}

.gradient-deeporange-brown-amber {
  background: linear-gradient(#DD6E0F, #964B00, #FFC107);
}

.gradient-deeporange-brown-orange {
  background: linear-gradient(#DD6E0F, #964B00, #FF9800);
}

.gradient-deeporange-brown-lightblue {
  background: linear-gradient(#DD6E0F, #964B00, #03A9F4);
}

.gradient-deeporange-brown-lightgreen {
  background: linear-gradient(#DD6E0F, #964B00, #76FF03);
}

.gradient-deeporange-brown-deeppurple {
  background: linear-gradient(#DD6E0F, #964B00, #673AB7);
}

.gradient-deeporange-brown-grey {
  background: linear-gradient(#DD6E0F, #964B00, #808080);
}

.gradient-deeporange-grey {
  background: linear-gradient(#DD6E0F, #808080);
}

.gradient-to-top-deeporange-grey {
  background: linear-gradient(to top, #DD6E0F, #808080);
}

.gradient-to-bottom-deeporange-grey {
  background: linear-gradient(to bottom, #DD6E0F, #808080);
}

.gradient-to-left-deeporange-grey {
  background: linear-gradient(to left, #DD6E0F, #808080);
}

.gradient-to-right-deeporange-grey {
  background: linear-gradient(to right, #DD6E0F, #808080);
}

.gradient-to-top-left-deeporange-grey {
  background: linear-gradient(to top left, #DD6E0F, #808080);
}

.gradient-to-top-right-deeporange-grey {
  background: linear-gradient(to top right, #DD6E0F, #808080);
}

.gradient-to-bottom-left-deeporange-grey {
  background: linear-gradient(to bottom left, #DD6E0F, #808080);
}

.gradient-to-bottom-right-deeporange-grey {
  background: linear-gradient(to bottom right, #DD6E0F, #808080);
}

.gradient-radial-deeporange-grey {
  background: radial-gradient(circle, #DD6E0F, #808080);
}

.gradient-deeporange-grey-primary {
  background: linear-gradient(#DD6E0F, #808080, #03A9F4);
}

.gradient-deeporange-grey-secondary {
  background: linear-gradient(#DD6E0F, #808080, #333);
}

.gradient-deeporange-grey-success {
  background: linear-gradient(#DD6E0F, #808080, #28a745);
}

.gradient-deeporange-grey-info {
  background: linear-gradient(#DD6E0F, #808080, #0DCAF0);
}

.gradient-deeporange-grey-warning {
  background: linear-gradient(#DD6E0F, #808080, #FFC107);
}

.gradient-deeporange-grey-danger {
  background: linear-gradient(#DD6E0F, #808080, #DC3545);
}

.gradient-deeporange-grey-light {
  background: linear-gradient(#DD6E0F, #808080, #f5f5f5);
}

.gradient-deeporange-grey-dark {
  background: linear-gradient(#DD6E0F, #808080, #212529);
}

.gradient-deeporange-grey-red {
  background: linear-gradient(#DD6E0F, #808080, #F44336);
}

.gradient-deeporange-grey-green {
  background: linear-gradient(#DD6E0F, #808080, #4CAF50);
}

.gradient-deeporange-grey-blue {
  background: linear-gradient(#DD6E0F, #808080, #2196F3);
}

.gradient-deeporange-grey-black {
  background: linear-gradient(#DD6E0F, #808080, #000);
}

.gradient-deeporange-grey-white {
  background: linear-gradient(#DD6E0F, #808080, #fff);
}

.gradient-deeporange-grey-pink {
  background: linear-gradient(#DD6E0F, #808080, #E91E63);
}

.gradient-deeporange-grey-purple {
  background: linear-gradient(#DD6E0F, #808080, #9C27B0);
}

.gradient-deeporange-grey-indigo {
  background: linear-gradient(#DD6E0F, #808080, #3E51B5);
}

.gradient-deeporange-grey-cyan {
  background: linear-gradient(#DD6E0F, #808080, #00BCD4);
}

.gradient-deeporange-grey-teal {
  background: linear-gradient(#DD6E0F, #808080, #009688);
}

.gradient-deeporange-grey-lime {
  background: linear-gradient(#DD6E0F, #808080, #CDDC39);
}

.gradient-deeporange-grey-yellow {
  background: linear-gradient(#DD6E0F, #808080, #FFEB3B);
}

.gradient-deeporange-grey-amber {
  background: linear-gradient(#DD6E0F, #808080, #FFC107);
}

.gradient-deeporange-grey-orange {
  background: linear-gradient(#DD6E0F, #808080, #FF9800);
}

.gradient-deeporange-grey-lightblue {
  background: linear-gradient(#DD6E0F, #808080, #03A9F4);
}

.gradient-deeporange-grey-lightgreen {
  background: linear-gradient(#DD6E0F, #808080, #76FF03);
}

.gradient-deeporange-grey-deeppurple {
  background: linear-gradient(#DD6E0F, #808080, #673AB7);
}

.gradient-deeporange-grey-brown {
  background: linear-gradient(#DD6E0F, #808080, #964B00);
}

.gradient-brown-primary {
  background: linear-gradient(#964B00, #03A9F4);
}

.gradient-to-top-brown-primary {
  background: linear-gradient(to top, #964B00, #03A9F4);
}

.gradient-to-bottom-brown-primary {
  background: linear-gradient(to bottom, #964B00, #03A9F4);
}

.gradient-to-left-brown-primary {
  background: linear-gradient(to left, #964B00, #03A9F4);
}

.gradient-to-right-brown-primary {
  background: linear-gradient(to right, #964B00, #03A9F4);
}

.gradient-to-top-left-brown-primary {
  background: linear-gradient(to top left, #964B00, #03A9F4);
}

.gradient-to-top-right-brown-primary {
  background: linear-gradient(to top right, #964B00, #03A9F4);
}

.gradient-to-bottom-left-brown-primary {
  background: linear-gradient(to bottom left, #964B00, #03A9F4);
}

.gradient-to-bottom-right-brown-primary {
  background: linear-gradient(to bottom right, #964B00, #03A9F4);
}

.gradient-radial-brown-primary {
  background: radial-gradient(circle, #964B00, #03A9F4);
}

.gradient-brown-primary-secondary {
  background: linear-gradient(#964B00, #03A9F4, #333);
}

.gradient-brown-primary-success {
  background: linear-gradient(#964B00, #03A9F4, #28a745);
}

.gradient-brown-primary-info {
  background: linear-gradient(#964B00, #03A9F4, #0DCAF0);
}

.gradient-brown-primary-warning {
  background: linear-gradient(#964B00, #03A9F4, #FFC107);
}

.gradient-brown-primary-danger {
  background: linear-gradient(#964B00, #03A9F4, #DC3545);
}

.gradient-brown-primary-light {
  background: linear-gradient(#964B00, #03A9F4, #f5f5f5);
}

.gradient-brown-primary-dark {
  background: linear-gradient(#964B00, #03A9F4, #212529);
}

.gradient-brown-primary-red {
  background: linear-gradient(#964B00, #03A9F4, #F44336);
}

.gradient-brown-primary-green {
  background: linear-gradient(#964B00, #03A9F4, #4CAF50);
}

.gradient-brown-primary-blue {
  background: linear-gradient(#964B00, #03A9F4, #2196F3);
}

.gradient-brown-primary-black {
  background: linear-gradient(#964B00, #03A9F4, #000);
}

.gradient-brown-primary-white {
  background: linear-gradient(#964B00, #03A9F4, #fff);
}

.gradient-brown-primary-pink {
  background: linear-gradient(#964B00, #03A9F4, #E91E63);
}

.gradient-brown-primary-purple {
  background: linear-gradient(#964B00, #03A9F4, #9C27B0);
}

.gradient-brown-primary-indigo {
  background: linear-gradient(#964B00, #03A9F4, #3E51B5);
}

.gradient-brown-primary-cyan {
  background: linear-gradient(#964B00, #03A9F4, #00BCD4);
}

.gradient-brown-primary-teal {
  background: linear-gradient(#964B00, #03A9F4, #009688);
}

.gradient-brown-primary-lime {
  background: linear-gradient(#964B00, #03A9F4, #CDDC39);
}

.gradient-brown-primary-yellow {
  background: linear-gradient(#964B00, #03A9F4, #FFEB3B);
}

.gradient-brown-primary-amber {
  background: linear-gradient(#964B00, #03A9F4, #FFC107);
}

.gradient-brown-primary-orange {
  background: linear-gradient(#964B00, #03A9F4, #FF9800);
}

.gradient-brown-primary-lightblue {
  background: linear-gradient(#964B00, #03A9F4, #03A9F4);
}

.gradient-brown-primary-lightgreen {
  background: linear-gradient(#964B00, #03A9F4, #76FF03);
}

.gradient-brown-primary-deeppurple {
  background: linear-gradient(#964B00, #03A9F4, #673AB7);
}

.gradient-brown-primary-deeporange {
  background: linear-gradient(#964B00, #03A9F4, #DD6E0F);
}

.gradient-brown-primary-grey {
  background: linear-gradient(#964B00, #03A9F4, #808080);
}

.gradient-brown-secondary {
  background: linear-gradient(#964B00, #333);
}

.gradient-to-top-brown-secondary {
  background: linear-gradient(to top, #964B00, #333);
}

.gradient-to-bottom-brown-secondary {
  background: linear-gradient(to bottom, #964B00, #333);
}

.gradient-to-left-brown-secondary {
  background: linear-gradient(to left, #964B00, #333);
}

.gradient-to-right-brown-secondary {
  background: linear-gradient(to right, #964B00, #333);
}

.gradient-to-top-left-brown-secondary {
  background: linear-gradient(to top left, #964B00, #333);
}

.gradient-to-top-right-brown-secondary {
  background: linear-gradient(to top right, #964B00, #333);
}

.gradient-to-bottom-left-brown-secondary {
  background: linear-gradient(to bottom left, #964B00, #333);
}

.gradient-to-bottom-right-brown-secondary {
  background: linear-gradient(to bottom right, #964B00, #333);
}

.gradient-radial-brown-secondary {
  background: radial-gradient(circle, #964B00, #333);
}

.gradient-brown-secondary-primary {
  background: linear-gradient(#964B00, #333, #03A9F4);
}

.gradient-brown-secondary-success {
  background: linear-gradient(#964B00, #333, #28a745);
}

.gradient-brown-secondary-info {
  background: linear-gradient(#964B00, #333, #0DCAF0);
}

.gradient-brown-secondary-warning {
  background: linear-gradient(#964B00, #333, #FFC107);
}

.gradient-brown-secondary-danger {
  background: linear-gradient(#964B00, #333, #DC3545);
}

.gradient-brown-secondary-light {
  background: linear-gradient(#964B00, #333, #f5f5f5);
}

.gradient-brown-secondary-dark {
  background: linear-gradient(#964B00, #333, #212529);
}

.gradient-brown-secondary-red {
  background: linear-gradient(#964B00, #333, #F44336);
}

.gradient-brown-secondary-green {
  background: linear-gradient(#964B00, #333, #4CAF50);
}

.gradient-brown-secondary-blue {
  background: linear-gradient(#964B00, #333, #2196F3);
}

.gradient-brown-secondary-black {
  background: linear-gradient(#964B00, #333, #000);
}

.gradient-brown-secondary-white {
  background: linear-gradient(#964B00, #333, #fff);
}

.gradient-brown-secondary-pink {
  background: linear-gradient(#964B00, #333, #E91E63);
}

.gradient-brown-secondary-purple {
  background: linear-gradient(#964B00, #333, #9C27B0);
}

.gradient-brown-secondary-indigo {
  background: linear-gradient(#964B00, #333, #3E51B5);
}

.gradient-brown-secondary-cyan {
  background: linear-gradient(#964B00, #333, #00BCD4);
}

.gradient-brown-secondary-teal {
  background: linear-gradient(#964B00, #333, #009688);
}

.gradient-brown-secondary-lime {
  background: linear-gradient(#964B00, #333, #CDDC39);
}

.gradient-brown-secondary-yellow {
  background: linear-gradient(#964B00, #333, #FFEB3B);
}

.gradient-brown-secondary-amber {
  background: linear-gradient(#964B00, #333, #FFC107);
}

.gradient-brown-secondary-orange {
  background: linear-gradient(#964B00, #333, #FF9800);
}

.gradient-brown-secondary-lightblue {
  background: linear-gradient(#964B00, #333, #03A9F4);
}

.gradient-brown-secondary-lightgreen {
  background: linear-gradient(#964B00, #333, #76FF03);
}

.gradient-brown-secondary-deeppurple {
  background: linear-gradient(#964B00, #333, #673AB7);
}

.gradient-brown-secondary-deeporange {
  background: linear-gradient(#964B00, #333, #DD6E0F);
}

.gradient-brown-secondary-grey {
  background: linear-gradient(#964B00, #333, #808080);
}

.gradient-brown-success {
  background: linear-gradient(#964B00, #28a745);
}

.gradient-to-top-brown-success {
  background: linear-gradient(to top, #964B00, #28a745);
}

.gradient-to-bottom-brown-success {
  background: linear-gradient(to bottom, #964B00, #28a745);
}

.gradient-to-left-brown-success {
  background: linear-gradient(to left, #964B00, #28a745);
}

.gradient-to-right-brown-success {
  background: linear-gradient(to right, #964B00, #28a745);
}

.gradient-to-top-left-brown-success {
  background: linear-gradient(to top left, #964B00, #28a745);
}

.gradient-to-top-right-brown-success {
  background: linear-gradient(to top right, #964B00, #28a745);
}

.gradient-to-bottom-left-brown-success {
  background: linear-gradient(to bottom left, #964B00, #28a745);
}

.gradient-to-bottom-right-brown-success {
  background: linear-gradient(to bottom right, #964B00, #28a745);
}

.gradient-radial-brown-success {
  background: radial-gradient(circle, #964B00, #28a745);
}

.gradient-brown-success-primary {
  background: linear-gradient(#964B00, #28a745, #03A9F4);
}

.gradient-brown-success-secondary {
  background: linear-gradient(#964B00, #28a745, #333);
}

.gradient-brown-success-info {
  background: linear-gradient(#964B00, #28a745, #0DCAF0);
}

.gradient-brown-success-warning {
  background: linear-gradient(#964B00, #28a745, #FFC107);
}

.gradient-brown-success-danger {
  background: linear-gradient(#964B00, #28a745, #DC3545);
}

.gradient-brown-success-light {
  background: linear-gradient(#964B00, #28a745, #f5f5f5);
}

.gradient-brown-success-dark {
  background: linear-gradient(#964B00, #28a745, #212529);
}

.gradient-brown-success-red {
  background: linear-gradient(#964B00, #28a745, #F44336);
}

.gradient-brown-success-green {
  background: linear-gradient(#964B00, #28a745, #4CAF50);
}

.gradient-brown-success-blue {
  background: linear-gradient(#964B00, #28a745, #2196F3);
}

.gradient-brown-success-black {
  background: linear-gradient(#964B00, #28a745, #000);
}

.gradient-brown-success-white {
  background: linear-gradient(#964B00, #28a745, #fff);
}

.gradient-brown-success-pink {
  background: linear-gradient(#964B00, #28a745, #E91E63);
}

.gradient-brown-success-purple {
  background: linear-gradient(#964B00, #28a745, #9C27B0);
}

.gradient-brown-success-indigo {
  background: linear-gradient(#964B00, #28a745, #3E51B5);
}

.gradient-brown-success-cyan {
  background: linear-gradient(#964B00, #28a745, #00BCD4);
}

.gradient-brown-success-teal {
  background: linear-gradient(#964B00, #28a745, #009688);
}

.gradient-brown-success-lime {
  background: linear-gradient(#964B00, #28a745, #CDDC39);
}

.gradient-brown-success-yellow {
  background: linear-gradient(#964B00, #28a745, #FFEB3B);
}

.gradient-brown-success-amber {
  background: linear-gradient(#964B00, #28a745, #FFC107);
}

.gradient-brown-success-orange {
  background: linear-gradient(#964B00, #28a745, #FF9800);
}

.gradient-brown-success-lightblue {
  background: linear-gradient(#964B00, #28a745, #03A9F4);
}

.gradient-brown-success-lightgreen {
  background: linear-gradient(#964B00, #28a745, #76FF03);
}

.gradient-brown-success-deeppurple {
  background: linear-gradient(#964B00, #28a745, #673AB7);
}

.gradient-brown-success-deeporange {
  background: linear-gradient(#964B00, #28a745, #DD6E0F);
}

.gradient-brown-success-grey {
  background: linear-gradient(#964B00, #28a745, #808080);
}

.gradient-brown-info {
  background: linear-gradient(#964B00, #0DCAF0);
}

.gradient-to-top-brown-info {
  background: linear-gradient(to top, #964B00, #0DCAF0);
}

.gradient-to-bottom-brown-info {
  background: linear-gradient(to bottom, #964B00, #0DCAF0);
}

.gradient-to-left-brown-info {
  background: linear-gradient(to left, #964B00, #0DCAF0);
}

.gradient-to-right-brown-info {
  background: linear-gradient(to right, #964B00, #0DCAF0);
}

.gradient-to-top-left-brown-info {
  background: linear-gradient(to top left, #964B00, #0DCAF0);
}

.gradient-to-top-right-brown-info {
  background: linear-gradient(to top right, #964B00, #0DCAF0);
}

.gradient-to-bottom-left-brown-info {
  background: linear-gradient(to bottom left, #964B00, #0DCAF0);
}

.gradient-to-bottom-right-brown-info {
  background: linear-gradient(to bottom right, #964B00, #0DCAF0);
}

.gradient-radial-brown-info {
  background: radial-gradient(circle, #964B00, #0DCAF0);
}

.gradient-brown-info-primary {
  background: linear-gradient(#964B00, #0DCAF0, #03A9F4);
}

.gradient-brown-info-secondary {
  background: linear-gradient(#964B00, #0DCAF0, #333);
}

.gradient-brown-info-success {
  background: linear-gradient(#964B00, #0DCAF0, #28a745);
}

.gradient-brown-info-warning {
  background: linear-gradient(#964B00, #0DCAF0, #FFC107);
}

.gradient-brown-info-danger {
  background: linear-gradient(#964B00, #0DCAF0, #DC3545);
}

.gradient-brown-info-light {
  background: linear-gradient(#964B00, #0DCAF0, #f5f5f5);
}

.gradient-brown-info-dark {
  background: linear-gradient(#964B00, #0DCAF0, #212529);
}

.gradient-brown-info-red {
  background: linear-gradient(#964B00, #0DCAF0, #F44336);
}

.gradient-brown-info-green {
  background: linear-gradient(#964B00, #0DCAF0, #4CAF50);
}

.gradient-brown-info-blue {
  background: linear-gradient(#964B00, #0DCAF0, #2196F3);
}

.gradient-brown-info-black {
  background: linear-gradient(#964B00, #0DCAF0, #000);
}

.gradient-brown-info-white {
  background: linear-gradient(#964B00, #0DCAF0, #fff);
}

.gradient-brown-info-pink {
  background: linear-gradient(#964B00, #0DCAF0, #E91E63);
}

.gradient-brown-info-purple {
  background: linear-gradient(#964B00, #0DCAF0, #9C27B0);
}

.gradient-brown-info-indigo {
  background: linear-gradient(#964B00, #0DCAF0, #3E51B5);
}

.gradient-brown-info-cyan {
  background: linear-gradient(#964B00, #0DCAF0, #00BCD4);
}

.gradient-brown-info-teal {
  background: linear-gradient(#964B00, #0DCAF0, #009688);
}

.gradient-brown-info-lime {
  background: linear-gradient(#964B00, #0DCAF0, #CDDC39);
}

.gradient-brown-info-yellow {
  background: linear-gradient(#964B00, #0DCAF0, #FFEB3B);
}

.gradient-brown-info-amber {
  background: linear-gradient(#964B00, #0DCAF0, #FFC107);
}

.gradient-brown-info-orange {
  background: linear-gradient(#964B00, #0DCAF0, #FF9800);
}

.gradient-brown-info-lightblue {
  background: linear-gradient(#964B00, #0DCAF0, #03A9F4);
}

.gradient-brown-info-lightgreen {
  background: linear-gradient(#964B00, #0DCAF0, #76FF03);
}

.gradient-brown-info-deeppurple {
  background: linear-gradient(#964B00, #0DCAF0, #673AB7);
}

.gradient-brown-info-deeporange {
  background: linear-gradient(#964B00, #0DCAF0, #DD6E0F);
}

.gradient-brown-info-grey {
  background: linear-gradient(#964B00, #0DCAF0, #808080);
}

.gradient-brown-warning {
  background: linear-gradient(#964B00, #FFC107);
}

.gradient-to-top-brown-warning {
  background: linear-gradient(to top, #964B00, #FFC107);
}

.gradient-to-bottom-brown-warning {
  background: linear-gradient(to bottom, #964B00, #FFC107);
}

.gradient-to-left-brown-warning {
  background: linear-gradient(to left, #964B00, #FFC107);
}

.gradient-to-right-brown-warning {
  background: linear-gradient(to right, #964B00, #FFC107);
}

.gradient-to-top-left-brown-warning {
  background: linear-gradient(to top left, #964B00, #FFC107);
}

.gradient-to-top-right-brown-warning {
  background: linear-gradient(to top right, #964B00, #FFC107);
}

.gradient-to-bottom-left-brown-warning {
  background: linear-gradient(to bottom left, #964B00, #FFC107);
}

.gradient-to-bottom-right-brown-warning {
  background: linear-gradient(to bottom right, #964B00, #FFC107);
}

.gradient-radial-brown-warning {
  background: radial-gradient(circle, #964B00, #FFC107);
}

.gradient-brown-warning-primary {
  background: linear-gradient(#964B00, #FFC107, #03A9F4);
}

.gradient-brown-warning-secondary {
  background: linear-gradient(#964B00, #FFC107, #333);
}

.gradient-brown-warning-success {
  background: linear-gradient(#964B00, #FFC107, #28a745);
}

.gradient-brown-warning-info {
  background: linear-gradient(#964B00, #FFC107, #0DCAF0);
}

.gradient-brown-warning-danger {
  background: linear-gradient(#964B00, #FFC107, #DC3545);
}

.gradient-brown-warning-light {
  background: linear-gradient(#964B00, #FFC107, #f5f5f5);
}

.gradient-brown-warning-dark {
  background: linear-gradient(#964B00, #FFC107, #212529);
}

.gradient-brown-warning-red {
  background: linear-gradient(#964B00, #FFC107, #F44336);
}

.gradient-brown-warning-green {
  background: linear-gradient(#964B00, #FFC107, #4CAF50);
}

.gradient-brown-warning-blue {
  background: linear-gradient(#964B00, #FFC107, #2196F3);
}

.gradient-brown-warning-black {
  background: linear-gradient(#964B00, #FFC107, #000);
}

.gradient-brown-warning-white {
  background: linear-gradient(#964B00, #FFC107, #fff);
}

.gradient-brown-warning-pink {
  background: linear-gradient(#964B00, #FFC107, #E91E63);
}

.gradient-brown-warning-purple {
  background: linear-gradient(#964B00, #FFC107, #9C27B0);
}

.gradient-brown-warning-indigo {
  background: linear-gradient(#964B00, #FFC107, #3E51B5);
}

.gradient-brown-warning-cyan {
  background: linear-gradient(#964B00, #FFC107, #00BCD4);
}

.gradient-brown-warning-teal {
  background: linear-gradient(#964B00, #FFC107, #009688);
}

.gradient-brown-warning-lime {
  background: linear-gradient(#964B00, #FFC107, #CDDC39);
}

.gradient-brown-warning-yellow {
  background: linear-gradient(#964B00, #FFC107, #FFEB3B);
}

.gradient-brown-warning-amber {
  background: linear-gradient(#964B00, #FFC107, #FFC107);
}

.gradient-brown-warning-orange {
  background: linear-gradient(#964B00, #FFC107, #FF9800);
}

.gradient-brown-warning-lightblue {
  background: linear-gradient(#964B00, #FFC107, #03A9F4);
}

.gradient-brown-warning-lightgreen {
  background: linear-gradient(#964B00, #FFC107, #76FF03);
}

.gradient-brown-warning-deeppurple {
  background: linear-gradient(#964B00, #FFC107, #673AB7);
}

.gradient-brown-warning-deeporange {
  background: linear-gradient(#964B00, #FFC107, #DD6E0F);
}

.gradient-brown-warning-grey {
  background: linear-gradient(#964B00, #FFC107, #808080);
}

.gradient-brown-danger {
  background: linear-gradient(#964B00, #DC3545);
}

.gradient-to-top-brown-danger {
  background: linear-gradient(to top, #964B00, #DC3545);
}

.gradient-to-bottom-brown-danger {
  background: linear-gradient(to bottom, #964B00, #DC3545);
}

.gradient-to-left-brown-danger {
  background: linear-gradient(to left, #964B00, #DC3545);
}

.gradient-to-right-brown-danger {
  background: linear-gradient(to right, #964B00, #DC3545);
}

.gradient-to-top-left-brown-danger {
  background: linear-gradient(to top left, #964B00, #DC3545);
}

.gradient-to-top-right-brown-danger {
  background: linear-gradient(to top right, #964B00, #DC3545);
}

.gradient-to-bottom-left-brown-danger {
  background: linear-gradient(to bottom left, #964B00, #DC3545);
}

.gradient-to-bottom-right-brown-danger {
  background: linear-gradient(to bottom right, #964B00, #DC3545);
}

.gradient-radial-brown-danger {
  background: radial-gradient(circle, #964B00, #DC3545);
}

.gradient-brown-danger-primary {
  background: linear-gradient(#964B00, #DC3545, #03A9F4);
}

.gradient-brown-danger-secondary {
  background: linear-gradient(#964B00, #DC3545, #333);
}

.gradient-brown-danger-success {
  background: linear-gradient(#964B00, #DC3545, #28a745);
}

.gradient-brown-danger-info {
  background: linear-gradient(#964B00, #DC3545, #0DCAF0);
}

.gradient-brown-danger-warning {
  background: linear-gradient(#964B00, #DC3545, #FFC107);
}

.gradient-brown-danger-light {
  background: linear-gradient(#964B00, #DC3545, #f5f5f5);
}

.gradient-brown-danger-dark {
  background: linear-gradient(#964B00, #DC3545, #212529);
}

.gradient-brown-danger-red {
  background: linear-gradient(#964B00, #DC3545, #F44336);
}

.gradient-brown-danger-green {
  background: linear-gradient(#964B00, #DC3545, #4CAF50);
}

.gradient-brown-danger-blue {
  background: linear-gradient(#964B00, #DC3545, #2196F3);
}

.gradient-brown-danger-black {
  background: linear-gradient(#964B00, #DC3545, #000);
}

.gradient-brown-danger-white {
  background: linear-gradient(#964B00, #DC3545, #fff);
}

.gradient-brown-danger-pink {
  background: linear-gradient(#964B00, #DC3545, #E91E63);
}

.gradient-brown-danger-purple {
  background: linear-gradient(#964B00, #DC3545, #9C27B0);
}

.gradient-brown-danger-indigo {
  background: linear-gradient(#964B00, #DC3545, #3E51B5);
}

.gradient-brown-danger-cyan {
  background: linear-gradient(#964B00, #DC3545, #00BCD4);
}

.gradient-brown-danger-teal {
  background: linear-gradient(#964B00, #DC3545, #009688);
}

.gradient-brown-danger-lime {
  background: linear-gradient(#964B00, #DC3545, #CDDC39);
}

.gradient-brown-danger-yellow {
  background: linear-gradient(#964B00, #DC3545, #FFEB3B);
}

.gradient-brown-danger-amber {
  background: linear-gradient(#964B00, #DC3545, #FFC107);
}

.gradient-brown-danger-orange {
  background: linear-gradient(#964B00, #DC3545, #FF9800);
}

.gradient-brown-danger-lightblue {
  background: linear-gradient(#964B00, #DC3545, #03A9F4);
}

.gradient-brown-danger-lightgreen {
  background: linear-gradient(#964B00, #DC3545, #76FF03);
}

.gradient-brown-danger-deeppurple {
  background: linear-gradient(#964B00, #DC3545, #673AB7);
}

.gradient-brown-danger-deeporange {
  background: linear-gradient(#964B00, #DC3545, #DD6E0F);
}

.gradient-brown-danger-grey {
  background: linear-gradient(#964B00, #DC3545, #808080);
}

.gradient-brown-light {
  background: linear-gradient(#964B00, #f5f5f5);
}

.gradient-to-top-brown-light {
  background: linear-gradient(to top, #964B00, #f5f5f5);
}

.gradient-to-bottom-brown-light {
  background: linear-gradient(to bottom, #964B00, #f5f5f5);
}

.gradient-to-left-brown-light {
  background: linear-gradient(to left, #964B00, #f5f5f5);
}

.gradient-to-right-brown-light {
  background: linear-gradient(to right, #964B00, #f5f5f5);
}

.gradient-to-top-left-brown-light {
  background: linear-gradient(to top left, #964B00, #f5f5f5);
}

.gradient-to-top-right-brown-light {
  background: linear-gradient(to top right, #964B00, #f5f5f5);
}

.gradient-to-bottom-left-brown-light {
  background: linear-gradient(to bottom left, #964B00, #f5f5f5);
}

.gradient-to-bottom-right-brown-light {
  background: linear-gradient(to bottom right, #964B00, #f5f5f5);
}

.gradient-radial-brown-light {
  background: radial-gradient(circle, #964B00, #f5f5f5);
}

.gradient-brown-light-primary {
  background: linear-gradient(#964B00, #f5f5f5, #03A9F4);
}

.gradient-brown-light-secondary {
  background: linear-gradient(#964B00, #f5f5f5, #333);
}

.gradient-brown-light-success {
  background: linear-gradient(#964B00, #f5f5f5, #28a745);
}

.gradient-brown-light-info {
  background: linear-gradient(#964B00, #f5f5f5, #0DCAF0);
}

.gradient-brown-light-warning {
  background: linear-gradient(#964B00, #f5f5f5, #FFC107);
}

.gradient-brown-light-danger {
  background: linear-gradient(#964B00, #f5f5f5, #DC3545);
}

.gradient-brown-light-dark {
  background: linear-gradient(#964B00, #f5f5f5, #212529);
}

.gradient-brown-light-red {
  background: linear-gradient(#964B00, #f5f5f5, #F44336);
}

.gradient-brown-light-green {
  background: linear-gradient(#964B00, #f5f5f5, #4CAF50);
}

.gradient-brown-light-blue {
  background: linear-gradient(#964B00, #f5f5f5, #2196F3);
}

.gradient-brown-light-black {
  background: linear-gradient(#964B00, #f5f5f5, #000);
}

.gradient-brown-light-white {
  background: linear-gradient(#964B00, #f5f5f5, #fff);
}

.gradient-brown-light-pink {
  background: linear-gradient(#964B00, #f5f5f5, #E91E63);
}

.gradient-brown-light-purple {
  background: linear-gradient(#964B00, #f5f5f5, #9C27B0);
}

.gradient-brown-light-indigo {
  background: linear-gradient(#964B00, #f5f5f5, #3E51B5);
}

.gradient-brown-light-cyan {
  background: linear-gradient(#964B00, #f5f5f5, #00BCD4);
}

.gradient-brown-light-teal {
  background: linear-gradient(#964B00, #f5f5f5, #009688);
}

.gradient-brown-light-lime {
  background: linear-gradient(#964B00, #f5f5f5, #CDDC39);
}

.gradient-brown-light-yellow {
  background: linear-gradient(#964B00, #f5f5f5, #FFEB3B);
}

.gradient-brown-light-amber {
  background: linear-gradient(#964B00, #f5f5f5, #FFC107);
}

.gradient-brown-light-orange {
  background: linear-gradient(#964B00, #f5f5f5, #FF9800);
}

.gradient-brown-light-lightblue {
  background: linear-gradient(#964B00, #f5f5f5, #03A9F4);
}

.gradient-brown-light-lightgreen {
  background: linear-gradient(#964B00, #f5f5f5, #76FF03);
}

.gradient-brown-light-deeppurple {
  background: linear-gradient(#964B00, #f5f5f5, #673AB7);
}

.gradient-brown-light-deeporange {
  background: linear-gradient(#964B00, #f5f5f5, #DD6E0F);
}

.gradient-brown-light-grey {
  background: linear-gradient(#964B00, #f5f5f5, #808080);
}

.gradient-brown-dark {
  background: linear-gradient(#964B00, #212529);
}

.gradient-to-top-brown-dark {
  background: linear-gradient(to top, #964B00, #212529);
}

.gradient-to-bottom-brown-dark {
  background: linear-gradient(to bottom, #964B00, #212529);
}

.gradient-to-left-brown-dark {
  background: linear-gradient(to left, #964B00, #212529);
}

.gradient-to-right-brown-dark {
  background: linear-gradient(to right, #964B00, #212529);
}

.gradient-to-top-left-brown-dark {
  background: linear-gradient(to top left, #964B00, #212529);
}

.gradient-to-top-right-brown-dark {
  background: linear-gradient(to top right, #964B00, #212529);
}

.gradient-to-bottom-left-brown-dark {
  background: linear-gradient(to bottom left, #964B00, #212529);
}

.gradient-to-bottom-right-brown-dark {
  background: linear-gradient(to bottom right, #964B00, #212529);
}

.gradient-radial-brown-dark {
  background: radial-gradient(circle, #964B00, #212529);
}

.gradient-brown-dark-primary {
  background: linear-gradient(#964B00, #212529, #03A9F4);
}

.gradient-brown-dark-secondary {
  background: linear-gradient(#964B00, #212529, #333);
}

.gradient-brown-dark-success {
  background: linear-gradient(#964B00, #212529, #28a745);
}

.gradient-brown-dark-info {
  background: linear-gradient(#964B00, #212529, #0DCAF0);
}

.gradient-brown-dark-warning {
  background: linear-gradient(#964B00, #212529, #FFC107);
}

.gradient-brown-dark-danger {
  background: linear-gradient(#964B00, #212529, #DC3545);
}

.gradient-brown-dark-light {
  background: linear-gradient(#964B00, #212529, #f5f5f5);
}

.gradient-brown-dark-red {
  background: linear-gradient(#964B00, #212529, #F44336);
}

.gradient-brown-dark-green {
  background: linear-gradient(#964B00, #212529, #4CAF50);
}

.gradient-brown-dark-blue {
  background: linear-gradient(#964B00, #212529, #2196F3);
}

.gradient-brown-dark-black {
  background: linear-gradient(#964B00, #212529, #000);
}

.gradient-brown-dark-white {
  background: linear-gradient(#964B00, #212529, #fff);
}

.gradient-brown-dark-pink {
  background: linear-gradient(#964B00, #212529, #E91E63);
}

.gradient-brown-dark-purple {
  background: linear-gradient(#964B00, #212529, #9C27B0);
}

.gradient-brown-dark-indigo {
  background: linear-gradient(#964B00, #212529, #3E51B5);
}

.gradient-brown-dark-cyan {
  background: linear-gradient(#964B00, #212529, #00BCD4);
}

.gradient-brown-dark-teal {
  background: linear-gradient(#964B00, #212529, #009688);
}

.gradient-brown-dark-lime {
  background: linear-gradient(#964B00, #212529, #CDDC39);
}

.gradient-brown-dark-yellow {
  background: linear-gradient(#964B00, #212529, #FFEB3B);
}

.gradient-brown-dark-amber {
  background: linear-gradient(#964B00, #212529, #FFC107);
}

.gradient-brown-dark-orange {
  background: linear-gradient(#964B00, #212529, #FF9800);
}

.gradient-brown-dark-lightblue {
  background: linear-gradient(#964B00, #212529, #03A9F4);
}

.gradient-brown-dark-lightgreen {
  background: linear-gradient(#964B00, #212529, #76FF03);
}

.gradient-brown-dark-deeppurple {
  background: linear-gradient(#964B00, #212529, #673AB7);
}

.gradient-brown-dark-deeporange {
  background: linear-gradient(#964B00, #212529, #DD6E0F);
}

.gradient-brown-dark-grey {
  background: linear-gradient(#964B00, #212529, #808080);
}

.gradient-brown-red {
  background: linear-gradient(#964B00, #F44336);
}

.gradient-to-top-brown-red {
  background: linear-gradient(to top, #964B00, #F44336);
}

.gradient-to-bottom-brown-red {
  background: linear-gradient(to bottom, #964B00, #F44336);
}

.gradient-to-left-brown-red {
  background: linear-gradient(to left, #964B00, #F44336);
}

.gradient-to-right-brown-red {
  background: linear-gradient(to right, #964B00, #F44336);
}

.gradient-to-top-left-brown-red {
  background: linear-gradient(to top left, #964B00, #F44336);
}

.gradient-to-top-right-brown-red {
  background: linear-gradient(to top right, #964B00, #F44336);
}

.gradient-to-bottom-left-brown-red {
  background: linear-gradient(to bottom left, #964B00, #F44336);
}

.gradient-to-bottom-right-brown-red {
  background: linear-gradient(to bottom right, #964B00, #F44336);
}

.gradient-radial-brown-red {
  background: radial-gradient(circle, #964B00, #F44336);
}

.gradient-brown-red-primary {
  background: linear-gradient(#964B00, #F44336, #03A9F4);
}

.gradient-brown-red-secondary {
  background: linear-gradient(#964B00, #F44336, #333);
}

.gradient-brown-red-success {
  background: linear-gradient(#964B00, #F44336, #28a745);
}

.gradient-brown-red-info {
  background: linear-gradient(#964B00, #F44336, #0DCAF0);
}

.gradient-brown-red-warning {
  background: linear-gradient(#964B00, #F44336, #FFC107);
}

.gradient-brown-red-danger {
  background: linear-gradient(#964B00, #F44336, #DC3545);
}

.gradient-brown-red-light {
  background: linear-gradient(#964B00, #F44336, #f5f5f5);
}

.gradient-brown-red-dark {
  background: linear-gradient(#964B00, #F44336, #212529);
}

.gradient-brown-red-green {
  background: linear-gradient(#964B00, #F44336, #4CAF50);
}

.gradient-brown-red-blue {
  background: linear-gradient(#964B00, #F44336, #2196F3);
}

.gradient-brown-red-black {
  background: linear-gradient(#964B00, #F44336, #000);
}

.gradient-brown-red-white {
  background: linear-gradient(#964B00, #F44336, #fff);
}

.gradient-brown-red-pink {
  background: linear-gradient(#964B00, #F44336, #E91E63);
}

.gradient-brown-red-purple {
  background: linear-gradient(#964B00, #F44336, #9C27B0);
}

.gradient-brown-red-indigo {
  background: linear-gradient(#964B00, #F44336, #3E51B5);
}

.gradient-brown-red-cyan {
  background: linear-gradient(#964B00, #F44336, #00BCD4);
}

.gradient-brown-red-teal {
  background: linear-gradient(#964B00, #F44336, #009688);
}

.gradient-brown-red-lime {
  background: linear-gradient(#964B00, #F44336, #CDDC39);
}

.gradient-brown-red-yellow {
  background: linear-gradient(#964B00, #F44336, #FFEB3B);
}

.gradient-brown-red-amber {
  background: linear-gradient(#964B00, #F44336, #FFC107);
}

.gradient-brown-red-orange {
  background: linear-gradient(#964B00, #F44336, #FF9800);
}

.gradient-brown-red-lightblue {
  background: linear-gradient(#964B00, #F44336, #03A9F4);
}

.gradient-brown-red-lightgreen {
  background: linear-gradient(#964B00, #F44336, #76FF03);
}

.gradient-brown-red-deeppurple {
  background: linear-gradient(#964B00, #F44336, #673AB7);
}

.gradient-brown-red-deeporange {
  background: linear-gradient(#964B00, #F44336, #DD6E0F);
}

.gradient-brown-red-grey {
  background: linear-gradient(#964B00, #F44336, #808080);
}

.gradient-brown-green {
  background: linear-gradient(#964B00, #4CAF50);
}

.gradient-to-top-brown-green {
  background: linear-gradient(to top, #964B00, #4CAF50);
}

.gradient-to-bottom-brown-green {
  background: linear-gradient(to bottom, #964B00, #4CAF50);
}

.gradient-to-left-brown-green {
  background: linear-gradient(to left, #964B00, #4CAF50);
}

.gradient-to-right-brown-green {
  background: linear-gradient(to right, #964B00, #4CAF50);
}

.gradient-to-top-left-brown-green {
  background: linear-gradient(to top left, #964B00, #4CAF50);
}

.gradient-to-top-right-brown-green {
  background: linear-gradient(to top right, #964B00, #4CAF50);
}

.gradient-to-bottom-left-brown-green {
  background: linear-gradient(to bottom left, #964B00, #4CAF50);
}

.gradient-to-bottom-right-brown-green {
  background: linear-gradient(to bottom right, #964B00, #4CAF50);
}

.gradient-radial-brown-green {
  background: radial-gradient(circle, #964B00, #4CAF50);
}

.gradient-brown-green-primary {
  background: linear-gradient(#964B00, #4CAF50, #03A9F4);
}

.gradient-brown-green-secondary {
  background: linear-gradient(#964B00, #4CAF50, #333);
}

.gradient-brown-green-success {
  background: linear-gradient(#964B00, #4CAF50, #28a745);
}

.gradient-brown-green-info {
  background: linear-gradient(#964B00, #4CAF50, #0DCAF0);
}

.gradient-brown-green-warning {
  background: linear-gradient(#964B00, #4CAF50, #FFC107);
}

.gradient-brown-green-danger {
  background: linear-gradient(#964B00, #4CAF50, #DC3545);
}

.gradient-brown-green-light {
  background: linear-gradient(#964B00, #4CAF50, #f5f5f5);
}

.gradient-brown-green-dark {
  background: linear-gradient(#964B00, #4CAF50, #212529);
}

.gradient-brown-green-red {
  background: linear-gradient(#964B00, #4CAF50, #F44336);
}

.gradient-brown-green-blue {
  background: linear-gradient(#964B00, #4CAF50, #2196F3);
}

.gradient-brown-green-black {
  background: linear-gradient(#964B00, #4CAF50, #000);
}

.gradient-brown-green-white {
  background: linear-gradient(#964B00, #4CAF50, #fff);
}

.gradient-brown-green-pink {
  background: linear-gradient(#964B00, #4CAF50, #E91E63);
}

.gradient-brown-green-purple {
  background: linear-gradient(#964B00, #4CAF50, #9C27B0);
}

.gradient-brown-green-indigo {
  background: linear-gradient(#964B00, #4CAF50, #3E51B5);
}

.gradient-brown-green-cyan {
  background: linear-gradient(#964B00, #4CAF50, #00BCD4);
}

.gradient-brown-green-teal {
  background: linear-gradient(#964B00, #4CAF50, #009688);
}

.gradient-brown-green-lime {
  background: linear-gradient(#964B00, #4CAF50, #CDDC39);
}

.gradient-brown-green-yellow {
  background: linear-gradient(#964B00, #4CAF50, #FFEB3B);
}

.gradient-brown-green-amber {
  background: linear-gradient(#964B00, #4CAF50, #FFC107);
}

.gradient-brown-green-orange {
  background: linear-gradient(#964B00, #4CAF50, #FF9800);
}

.gradient-brown-green-lightblue {
  background: linear-gradient(#964B00, #4CAF50, #03A9F4);
}

.gradient-brown-green-lightgreen {
  background: linear-gradient(#964B00, #4CAF50, #76FF03);
}

.gradient-brown-green-deeppurple {
  background: linear-gradient(#964B00, #4CAF50, #673AB7);
}

.gradient-brown-green-deeporange {
  background: linear-gradient(#964B00, #4CAF50, #DD6E0F);
}

.gradient-brown-green-grey {
  background: linear-gradient(#964B00, #4CAF50, #808080);
}

.gradient-brown-blue {
  background: linear-gradient(#964B00, #2196F3);
}

.gradient-to-top-brown-blue {
  background: linear-gradient(to top, #964B00, #2196F3);
}

.gradient-to-bottom-brown-blue {
  background: linear-gradient(to bottom, #964B00, #2196F3);
}

.gradient-to-left-brown-blue {
  background: linear-gradient(to left, #964B00, #2196F3);
}

.gradient-to-right-brown-blue {
  background: linear-gradient(to right, #964B00, #2196F3);
}

.gradient-to-top-left-brown-blue {
  background: linear-gradient(to top left, #964B00, #2196F3);
}

.gradient-to-top-right-brown-blue {
  background: linear-gradient(to top right, #964B00, #2196F3);
}

.gradient-to-bottom-left-brown-blue {
  background: linear-gradient(to bottom left, #964B00, #2196F3);
}

.gradient-to-bottom-right-brown-blue {
  background: linear-gradient(to bottom right, #964B00, #2196F3);
}

.gradient-radial-brown-blue {
  background: radial-gradient(circle, #964B00, #2196F3);
}

.gradient-brown-blue-primary {
  background: linear-gradient(#964B00, #2196F3, #03A9F4);
}

.gradient-brown-blue-secondary {
  background: linear-gradient(#964B00, #2196F3, #333);
}

.gradient-brown-blue-success {
  background: linear-gradient(#964B00, #2196F3, #28a745);
}

.gradient-brown-blue-info {
  background: linear-gradient(#964B00, #2196F3, #0DCAF0);
}

.gradient-brown-blue-warning {
  background: linear-gradient(#964B00, #2196F3, #FFC107);
}

.gradient-brown-blue-danger {
  background: linear-gradient(#964B00, #2196F3, #DC3545);
}

.gradient-brown-blue-light {
  background: linear-gradient(#964B00, #2196F3, #f5f5f5);
}

.gradient-brown-blue-dark {
  background: linear-gradient(#964B00, #2196F3, #212529);
}

.gradient-brown-blue-red {
  background: linear-gradient(#964B00, #2196F3, #F44336);
}

.gradient-brown-blue-green {
  background: linear-gradient(#964B00, #2196F3, #4CAF50);
}

.gradient-brown-blue-black {
  background: linear-gradient(#964B00, #2196F3, #000);
}

.gradient-brown-blue-white {
  background: linear-gradient(#964B00, #2196F3, #fff);
}

.gradient-brown-blue-pink {
  background: linear-gradient(#964B00, #2196F3, #E91E63);
}

.gradient-brown-blue-purple {
  background: linear-gradient(#964B00, #2196F3, #9C27B0);
}

.gradient-brown-blue-indigo {
  background: linear-gradient(#964B00, #2196F3, #3E51B5);
}

.gradient-brown-blue-cyan {
  background: linear-gradient(#964B00, #2196F3, #00BCD4);
}

.gradient-brown-blue-teal {
  background: linear-gradient(#964B00, #2196F3, #009688);
}

.gradient-brown-blue-lime {
  background: linear-gradient(#964B00, #2196F3, #CDDC39);
}

.gradient-brown-blue-yellow {
  background: linear-gradient(#964B00, #2196F3, #FFEB3B);
}

.gradient-brown-blue-amber {
  background: linear-gradient(#964B00, #2196F3, #FFC107);
}

.gradient-brown-blue-orange {
  background: linear-gradient(#964B00, #2196F3, #FF9800);
}

.gradient-brown-blue-lightblue {
  background: linear-gradient(#964B00, #2196F3, #03A9F4);
}

.gradient-brown-blue-lightgreen {
  background: linear-gradient(#964B00, #2196F3, #76FF03);
}

.gradient-brown-blue-deeppurple {
  background: linear-gradient(#964B00, #2196F3, #673AB7);
}

.gradient-brown-blue-deeporange {
  background: linear-gradient(#964B00, #2196F3, #DD6E0F);
}

.gradient-brown-blue-grey {
  background: linear-gradient(#964B00, #2196F3, #808080);
}

.gradient-brown-black {
  background: linear-gradient(#964B00, #000);
}

.gradient-to-top-brown-black {
  background: linear-gradient(to top, #964B00, #000);
}

.gradient-to-bottom-brown-black {
  background: linear-gradient(to bottom, #964B00, #000);
}

.gradient-to-left-brown-black {
  background: linear-gradient(to left, #964B00, #000);
}

.gradient-to-right-brown-black {
  background: linear-gradient(to right, #964B00, #000);
}

.gradient-to-top-left-brown-black {
  background: linear-gradient(to top left, #964B00, #000);
}

.gradient-to-top-right-brown-black {
  background: linear-gradient(to top right, #964B00, #000);
}

.gradient-to-bottom-left-brown-black {
  background: linear-gradient(to bottom left, #964B00, #000);
}

.gradient-to-bottom-right-brown-black {
  background: linear-gradient(to bottom right, #964B00, #000);
}

.gradient-radial-brown-black {
  background: radial-gradient(circle, #964B00, #000);
}

.gradient-brown-black-primary {
  background: linear-gradient(#964B00, #000, #03A9F4);
}

.gradient-brown-black-secondary {
  background: linear-gradient(#964B00, #000, #333);
}

.gradient-brown-black-success {
  background: linear-gradient(#964B00, #000, #28a745);
}

.gradient-brown-black-info {
  background: linear-gradient(#964B00, #000, #0DCAF0);
}

.gradient-brown-black-warning {
  background: linear-gradient(#964B00, #000, #FFC107);
}

.gradient-brown-black-danger {
  background: linear-gradient(#964B00, #000, #DC3545);
}

.gradient-brown-black-light {
  background: linear-gradient(#964B00, #000, #f5f5f5);
}

.gradient-brown-black-dark {
  background: linear-gradient(#964B00, #000, #212529);
}

.gradient-brown-black-red {
  background: linear-gradient(#964B00, #000, #F44336);
}

.gradient-brown-black-green {
  background: linear-gradient(#964B00, #000, #4CAF50);
}

.gradient-brown-black-blue {
  background: linear-gradient(#964B00, #000, #2196F3);
}

.gradient-brown-black-white {
  background: linear-gradient(#964B00, #000, #fff);
}

.gradient-brown-black-pink {
  background: linear-gradient(#964B00, #000, #E91E63);
}

.gradient-brown-black-purple {
  background: linear-gradient(#964B00, #000, #9C27B0);
}

.gradient-brown-black-indigo {
  background: linear-gradient(#964B00, #000, #3E51B5);
}

.gradient-brown-black-cyan {
  background: linear-gradient(#964B00, #000, #00BCD4);
}

.gradient-brown-black-teal {
  background: linear-gradient(#964B00, #000, #009688);
}

.gradient-brown-black-lime {
  background: linear-gradient(#964B00, #000, #CDDC39);
}

.gradient-brown-black-yellow {
  background: linear-gradient(#964B00, #000, #FFEB3B);
}

.gradient-brown-black-amber {
  background: linear-gradient(#964B00, #000, #FFC107);
}

.gradient-brown-black-orange {
  background: linear-gradient(#964B00, #000, #FF9800);
}

.gradient-brown-black-lightblue {
  background: linear-gradient(#964B00, #000, #03A9F4);
}

.gradient-brown-black-lightgreen {
  background: linear-gradient(#964B00, #000, #76FF03);
}

.gradient-brown-black-deeppurple {
  background: linear-gradient(#964B00, #000, #673AB7);
}

.gradient-brown-black-deeporange {
  background: linear-gradient(#964B00, #000, #DD6E0F);
}

.gradient-brown-black-grey {
  background: linear-gradient(#964B00, #000, #808080);
}

.gradient-brown-white {
  background: linear-gradient(#964B00, #fff);
}

.gradient-to-top-brown-white {
  background: linear-gradient(to top, #964B00, #fff);
}

.gradient-to-bottom-brown-white {
  background: linear-gradient(to bottom, #964B00, #fff);
}

.gradient-to-left-brown-white {
  background: linear-gradient(to left, #964B00, #fff);
}

.gradient-to-right-brown-white {
  background: linear-gradient(to right, #964B00, #fff);
}

.gradient-to-top-left-brown-white {
  background: linear-gradient(to top left, #964B00, #fff);
}

.gradient-to-top-right-brown-white {
  background: linear-gradient(to top right, #964B00, #fff);
}

.gradient-to-bottom-left-brown-white {
  background: linear-gradient(to bottom left, #964B00, #fff);
}

.gradient-to-bottom-right-brown-white {
  background: linear-gradient(to bottom right, #964B00, #fff);
}

.gradient-radial-brown-white {
  background: radial-gradient(circle, #964B00, #fff);
}

.gradient-brown-white-primary {
  background: linear-gradient(#964B00, #fff, #03A9F4);
}

.gradient-brown-white-secondary {
  background: linear-gradient(#964B00, #fff, #333);
}

.gradient-brown-white-success {
  background: linear-gradient(#964B00, #fff, #28a745);
}

.gradient-brown-white-info {
  background: linear-gradient(#964B00, #fff, #0DCAF0);
}

.gradient-brown-white-warning {
  background: linear-gradient(#964B00, #fff, #FFC107);
}

.gradient-brown-white-danger {
  background: linear-gradient(#964B00, #fff, #DC3545);
}

.gradient-brown-white-light {
  background: linear-gradient(#964B00, #fff, #f5f5f5);
}

.gradient-brown-white-dark {
  background: linear-gradient(#964B00, #fff, #212529);
}

.gradient-brown-white-red {
  background: linear-gradient(#964B00, #fff, #F44336);
}

.gradient-brown-white-green {
  background: linear-gradient(#964B00, #fff, #4CAF50);
}

.gradient-brown-white-blue {
  background: linear-gradient(#964B00, #fff, #2196F3);
}

.gradient-brown-white-black {
  background: linear-gradient(#964B00, #fff, #000);
}

.gradient-brown-white-pink {
  background: linear-gradient(#964B00, #fff, #E91E63);
}

.gradient-brown-white-purple {
  background: linear-gradient(#964B00, #fff, #9C27B0);
}

.gradient-brown-white-indigo {
  background: linear-gradient(#964B00, #fff, #3E51B5);
}

.gradient-brown-white-cyan {
  background: linear-gradient(#964B00, #fff, #00BCD4);
}

.gradient-brown-white-teal {
  background: linear-gradient(#964B00, #fff, #009688);
}

.gradient-brown-white-lime {
  background: linear-gradient(#964B00, #fff, #CDDC39);
}

.gradient-brown-white-yellow {
  background: linear-gradient(#964B00, #fff, #FFEB3B);
}

.gradient-brown-white-amber {
  background: linear-gradient(#964B00, #fff, #FFC107);
}

.gradient-brown-white-orange {
  background: linear-gradient(#964B00, #fff, #FF9800);
}

.gradient-brown-white-lightblue {
  background: linear-gradient(#964B00, #fff, #03A9F4);
}

.gradient-brown-white-lightgreen {
  background: linear-gradient(#964B00, #fff, #76FF03);
}

.gradient-brown-white-deeppurple {
  background: linear-gradient(#964B00, #fff, #673AB7);
}

.gradient-brown-white-deeporange {
  background: linear-gradient(#964B00, #fff, #DD6E0F);
}

.gradient-brown-white-grey {
  background: linear-gradient(#964B00, #fff, #808080);
}

.gradient-brown-pink {
  background: linear-gradient(#964B00, #E91E63);
}

.gradient-to-top-brown-pink {
  background: linear-gradient(to top, #964B00, #E91E63);
}

.gradient-to-bottom-brown-pink {
  background: linear-gradient(to bottom, #964B00, #E91E63);
}

.gradient-to-left-brown-pink {
  background: linear-gradient(to left, #964B00, #E91E63);
}

.gradient-to-right-brown-pink {
  background: linear-gradient(to right, #964B00, #E91E63);
}

.gradient-to-top-left-brown-pink {
  background: linear-gradient(to top left, #964B00, #E91E63);
}

.gradient-to-top-right-brown-pink {
  background: linear-gradient(to top right, #964B00, #E91E63);
}

.gradient-to-bottom-left-brown-pink {
  background: linear-gradient(to bottom left, #964B00, #E91E63);
}

.gradient-to-bottom-right-brown-pink {
  background: linear-gradient(to bottom right, #964B00, #E91E63);
}

.gradient-radial-brown-pink {
  background: radial-gradient(circle, #964B00, #E91E63);
}

.gradient-brown-pink-primary {
  background: linear-gradient(#964B00, #E91E63, #03A9F4);
}

.gradient-brown-pink-secondary {
  background: linear-gradient(#964B00, #E91E63, #333);
}

.gradient-brown-pink-success {
  background: linear-gradient(#964B00, #E91E63, #28a745);
}

.gradient-brown-pink-info {
  background: linear-gradient(#964B00, #E91E63, #0DCAF0);
}

.gradient-brown-pink-warning {
  background: linear-gradient(#964B00, #E91E63, #FFC107);
}

.gradient-brown-pink-danger {
  background: linear-gradient(#964B00, #E91E63, #DC3545);
}

.gradient-brown-pink-light {
  background: linear-gradient(#964B00, #E91E63, #f5f5f5);
}

.gradient-brown-pink-dark {
  background: linear-gradient(#964B00, #E91E63, #212529);
}

.gradient-brown-pink-red {
  background: linear-gradient(#964B00, #E91E63, #F44336);
}

.gradient-brown-pink-green {
  background: linear-gradient(#964B00, #E91E63, #4CAF50);
}

.gradient-brown-pink-blue {
  background: linear-gradient(#964B00, #E91E63, #2196F3);
}

.gradient-brown-pink-black {
  background: linear-gradient(#964B00, #E91E63, #000);
}

.gradient-brown-pink-white {
  background: linear-gradient(#964B00, #E91E63, #fff);
}

.gradient-brown-pink-purple {
  background: linear-gradient(#964B00, #E91E63, #9C27B0);
}

.gradient-brown-pink-indigo {
  background: linear-gradient(#964B00, #E91E63, #3E51B5);
}

.gradient-brown-pink-cyan {
  background: linear-gradient(#964B00, #E91E63, #00BCD4);
}

.gradient-brown-pink-teal {
  background: linear-gradient(#964B00, #E91E63, #009688);
}

.gradient-brown-pink-lime {
  background: linear-gradient(#964B00, #E91E63, #CDDC39);
}

.gradient-brown-pink-yellow {
  background: linear-gradient(#964B00, #E91E63, #FFEB3B);
}

.gradient-brown-pink-amber {
  background: linear-gradient(#964B00, #E91E63, #FFC107);
}

.gradient-brown-pink-orange {
  background: linear-gradient(#964B00, #E91E63, #FF9800);
}

.gradient-brown-pink-lightblue {
  background: linear-gradient(#964B00, #E91E63, #03A9F4);
}

.gradient-brown-pink-lightgreen {
  background: linear-gradient(#964B00, #E91E63, #76FF03);
}

.gradient-brown-pink-deeppurple {
  background: linear-gradient(#964B00, #E91E63, #673AB7);
}

.gradient-brown-pink-deeporange {
  background: linear-gradient(#964B00, #E91E63, #DD6E0F);
}

.gradient-brown-pink-grey {
  background: linear-gradient(#964B00, #E91E63, #808080);
}

.gradient-brown-purple {
  background: linear-gradient(#964B00, #9C27B0);
}

.gradient-to-top-brown-purple {
  background: linear-gradient(to top, #964B00, #9C27B0);
}

.gradient-to-bottom-brown-purple {
  background: linear-gradient(to bottom, #964B00, #9C27B0);
}

.gradient-to-left-brown-purple {
  background: linear-gradient(to left, #964B00, #9C27B0);
}

.gradient-to-right-brown-purple {
  background: linear-gradient(to right, #964B00, #9C27B0);
}

.gradient-to-top-left-brown-purple {
  background: linear-gradient(to top left, #964B00, #9C27B0);
}

.gradient-to-top-right-brown-purple {
  background: linear-gradient(to top right, #964B00, #9C27B0);
}

.gradient-to-bottom-left-brown-purple {
  background: linear-gradient(to bottom left, #964B00, #9C27B0);
}

.gradient-to-bottom-right-brown-purple {
  background: linear-gradient(to bottom right, #964B00, #9C27B0);
}

.gradient-radial-brown-purple {
  background: radial-gradient(circle, #964B00, #9C27B0);
}

.gradient-brown-purple-primary {
  background: linear-gradient(#964B00, #9C27B0, #03A9F4);
}

.gradient-brown-purple-secondary {
  background: linear-gradient(#964B00, #9C27B0, #333);
}

.gradient-brown-purple-success {
  background: linear-gradient(#964B00, #9C27B0, #28a745);
}

.gradient-brown-purple-info {
  background: linear-gradient(#964B00, #9C27B0, #0DCAF0);
}

.gradient-brown-purple-warning {
  background: linear-gradient(#964B00, #9C27B0, #FFC107);
}

.gradient-brown-purple-danger {
  background: linear-gradient(#964B00, #9C27B0, #DC3545);
}

.gradient-brown-purple-light {
  background: linear-gradient(#964B00, #9C27B0, #f5f5f5);
}

.gradient-brown-purple-dark {
  background: linear-gradient(#964B00, #9C27B0, #212529);
}

.gradient-brown-purple-red {
  background: linear-gradient(#964B00, #9C27B0, #F44336);
}

.gradient-brown-purple-green {
  background: linear-gradient(#964B00, #9C27B0, #4CAF50);
}

.gradient-brown-purple-blue {
  background: linear-gradient(#964B00, #9C27B0, #2196F3);
}

.gradient-brown-purple-black {
  background: linear-gradient(#964B00, #9C27B0, #000);
}

.gradient-brown-purple-white {
  background: linear-gradient(#964B00, #9C27B0, #fff);
}

.gradient-brown-purple-pink {
  background: linear-gradient(#964B00, #9C27B0, #E91E63);
}

.gradient-brown-purple-indigo {
  background: linear-gradient(#964B00, #9C27B0, #3E51B5);
}

.gradient-brown-purple-cyan {
  background: linear-gradient(#964B00, #9C27B0, #00BCD4);
}

.gradient-brown-purple-teal {
  background: linear-gradient(#964B00, #9C27B0, #009688);
}

.gradient-brown-purple-lime {
  background: linear-gradient(#964B00, #9C27B0, #CDDC39);
}

.gradient-brown-purple-yellow {
  background: linear-gradient(#964B00, #9C27B0, #FFEB3B);
}

.gradient-brown-purple-amber {
  background: linear-gradient(#964B00, #9C27B0, #FFC107);
}

.gradient-brown-purple-orange {
  background: linear-gradient(#964B00, #9C27B0, #FF9800);
}

.gradient-brown-purple-lightblue {
  background: linear-gradient(#964B00, #9C27B0, #03A9F4);
}

.gradient-brown-purple-lightgreen {
  background: linear-gradient(#964B00, #9C27B0, #76FF03);
}

.gradient-brown-purple-deeppurple {
  background: linear-gradient(#964B00, #9C27B0, #673AB7);
}

.gradient-brown-purple-deeporange {
  background: linear-gradient(#964B00, #9C27B0, #DD6E0F);
}

.gradient-brown-purple-grey {
  background: linear-gradient(#964B00, #9C27B0, #808080);
}

.gradient-brown-indigo {
  background: linear-gradient(#964B00, #3E51B5);
}

.gradient-to-top-brown-indigo {
  background: linear-gradient(to top, #964B00, #3E51B5);
}

.gradient-to-bottom-brown-indigo {
  background: linear-gradient(to bottom, #964B00, #3E51B5);
}

.gradient-to-left-brown-indigo {
  background: linear-gradient(to left, #964B00, #3E51B5);
}

.gradient-to-right-brown-indigo {
  background: linear-gradient(to right, #964B00, #3E51B5);
}

.gradient-to-top-left-brown-indigo {
  background: linear-gradient(to top left, #964B00, #3E51B5);
}

.gradient-to-top-right-brown-indigo {
  background: linear-gradient(to top right, #964B00, #3E51B5);
}

.gradient-to-bottom-left-brown-indigo {
  background: linear-gradient(to bottom left, #964B00, #3E51B5);
}

.gradient-to-bottom-right-brown-indigo {
  background: linear-gradient(to bottom right, #964B00, #3E51B5);
}

.gradient-radial-brown-indigo {
  background: radial-gradient(circle, #964B00, #3E51B5);
}

.gradient-brown-indigo-primary {
  background: linear-gradient(#964B00, #3E51B5, #03A9F4);
}

.gradient-brown-indigo-secondary {
  background: linear-gradient(#964B00, #3E51B5, #333);
}

.gradient-brown-indigo-success {
  background: linear-gradient(#964B00, #3E51B5, #28a745);
}

.gradient-brown-indigo-info {
  background: linear-gradient(#964B00, #3E51B5, #0DCAF0);
}

.gradient-brown-indigo-warning {
  background: linear-gradient(#964B00, #3E51B5, #FFC107);
}

.gradient-brown-indigo-danger {
  background: linear-gradient(#964B00, #3E51B5, #DC3545);
}

.gradient-brown-indigo-light {
  background: linear-gradient(#964B00, #3E51B5, #f5f5f5);
}

.gradient-brown-indigo-dark {
  background: linear-gradient(#964B00, #3E51B5, #212529);
}

.gradient-brown-indigo-red {
  background: linear-gradient(#964B00, #3E51B5, #F44336);
}

.gradient-brown-indigo-green {
  background: linear-gradient(#964B00, #3E51B5, #4CAF50);
}

.gradient-brown-indigo-blue {
  background: linear-gradient(#964B00, #3E51B5, #2196F3);
}

.gradient-brown-indigo-black {
  background: linear-gradient(#964B00, #3E51B5, #000);
}

.gradient-brown-indigo-white {
  background: linear-gradient(#964B00, #3E51B5, #fff);
}

.gradient-brown-indigo-pink {
  background: linear-gradient(#964B00, #3E51B5, #E91E63);
}

.gradient-brown-indigo-purple {
  background: linear-gradient(#964B00, #3E51B5, #9C27B0);
}

.gradient-brown-indigo-cyan {
  background: linear-gradient(#964B00, #3E51B5, #00BCD4);
}

.gradient-brown-indigo-teal {
  background: linear-gradient(#964B00, #3E51B5, #009688);
}

.gradient-brown-indigo-lime {
  background: linear-gradient(#964B00, #3E51B5, #CDDC39);
}

.gradient-brown-indigo-yellow {
  background: linear-gradient(#964B00, #3E51B5, #FFEB3B);
}

.gradient-brown-indigo-amber {
  background: linear-gradient(#964B00, #3E51B5, #FFC107);
}

.gradient-brown-indigo-orange {
  background: linear-gradient(#964B00, #3E51B5, #FF9800);
}

.gradient-brown-indigo-lightblue {
  background: linear-gradient(#964B00, #3E51B5, #03A9F4);
}

.gradient-brown-indigo-lightgreen {
  background: linear-gradient(#964B00, #3E51B5, #76FF03);
}

.gradient-brown-indigo-deeppurple {
  background: linear-gradient(#964B00, #3E51B5, #673AB7);
}

.gradient-brown-indigo-deeporange {
  background: linear-gradient(#964B00, #3E51B5, #DD6E0F);
}

.gradient-brown-indigo-grey {
  background: linear-gradient(#964B00, #3E51B5, #808080);
}

.gradient-brown-cyan {
  background: linear-gradient(#964B00, #00BCD4);
}

.gradient-to-top-brown-cyan {
  background: linear-gradient(to top, #964B00, #00BCD4);
}

.gradient-to-bottom-brown-cyan {
  background: linear-gradient(to bottom, #964B00, #00BCD4);
}

.gradient-to-left-brown-cyan {
  background: linear-gradient(to left, #964B00, #00BCD4);
}

.gradient-to-right-brown-cyan {
  background: linear-gradient(to right, #964B00, #00BCD4);
}

.gradient-to-top-left-brown-cyan {
  background: linear-gradient(to top left, #964B00, #00BCD4);
}

.gradient-to-top-right-brown-cyan {
  background: linear-gradient(to top right, #964B00, #00BCD4);
}

.gradient-to-bottom-left-brown-cyan {
  background: linear-gradient(to bottom left, #964B00, #00BCD4);
}

.gradient-to-bottom-right-brown-cyan {
  background: linear-gradient(to bottom right, #964B00, #00BCD4);
}

.gradient-radial-brown-cyan {
  background: radial-gradient(circle, #964B00, #00BCD4);
}

.gradient-brown-cyan-primary {
  background: linear-gradient(#964B00, #00BCD4, #03A9F4);
}

.gradient-brown-cyan-secondary {
  background: linear-gradient(#964B00, #00BCD4, #333);
}

.gradient-brown-cyan-success {
  background: linear-gradient(#964B00, #00BCD4, #28a745);
}

.gradient-brown-cyan-info {
  background: linear-gradient(#964B00, #00BCD4, #0DCAF0);
}

.gradient-brown-cyan-warning {
  background: linear-gradient(#964B00, #00BCD4, #FFC107);
}

.gradient-brown-cyan-danger {
  background: linear-gradient(#964B00, #00BCD4, #DC3545);
}

.gradient-brown-cyan-light {
  background: linear-gradient(#964B00, #00BCD4, #f5f5f5);
}

.gradient-brown-cyan-dark {
  background: linear-gradient(#964B00, #00BCD4, #212529);
}

.gradient-brown-cyan-red {
  background: linear-gradient(#964B00, #00BCD4, #F44336);
}

.gradient-brown-cyan-green {
  background: linear-gradient(#964B00, #00BCD4, #4CAF50);
}

.gradient-brown-cyan-blue {
  background: linear-gradient(#964B00, #00BCD4, #2196F3);
}

.gradient-brown-cyan-black {
  background: linear-gradient(#964B00, #00BCD4, #000);
}

.gradient-brown-cyan-white {
  background: linear-gradient(#964B00, #00BCD4, #fff);
}

.gradient-brown-cyan-pink {
  background: linear-gradient(#964B00, #00BCD4, #E91E63);
}

.gradient-brown-cyan-purple {
  background: linear-gradient(#964B00, #00BCD4, #9C27B0);
}

.gradient-brown-cyan-indigo {
  background: linear-gradient(#964B00, #00BCD4, #3E51B5);
}

.gradient-brown-cyan-teal {
  background: linear-gradient(#964B00, #00BCD4, #009688);
}

.gradient-brown-cyan-lime {
  background: linear-gradient(#964B00, #00BCD4, #CDDC39);
}

.gradient-brown-cyan-yellow {
  background: linear-gradient(#964B00, #00BCD4, #FFEB3B);
}

.gradient-brown-cyan-amber {
  background: linear-gradient(#964B00, #00BCD4, #FFC107);
}

.gradient-brown-cyan-orange {
  background: linear-gradient(#964B00, #00BCD4, #FF9800);
}

.gradient-brown-cyan-lightblue {
  background: linear-gradient(#964B00, #00BCD4, #03A9F4);
}

.gradient-brown-cyan-lightgreen {
  background: linear-gradient(#964B00, #00BCD4, #76FF03);
}

.gradient-brown-cyan-deeppurple {
  background: linear-gradient(#964B00, #00BCD4, #673AB7);
}

.gradient-brown-cyan-deeporange {
  background: linear-gradient(#964B00, #00BCD4, #DD6E0F);
}

.gradient-brown-cyan-grey {
  background: linear-gradient(#964B00, #00BCD4, #808080);
}

.gradient-brown-teal {
  background: linear-gradient(#964B00, #009688);
}

.gradient-to-top-brown-teal {
  background: linear-gradient(to top, #964B00, #009688);
}

.gradient-to-bottom-brown-teal {
  background: linear-gradient(to bottom, #964B00, #009688);
}

.gradient-to-left-brown-teal {
  background: linear-gradient(to left, #964B00, #009688);
}

.gradient-to-right-brown-teal {
  background: linear-gradient(to right, #964B00, #009688);
}

.gradient-to-top-left-brown-teal {
  background: linear-gradient(to top left, #964B00, #009688);
}

.gradient-to-top-right-brown-teal {
  background: linear-gradient(to top right, #964B00, #009688);
}

.gradient-to-bottom-left-brown-teal {
  background: linear-gradient(to bottom left, #964B00, #009688);
}

.gradient-to-bottom-right-brown-teal {
  background: linear-gradient(to bottom right, #964B00, #009688);
}

.gradient-radial-brown-teal {
  background: radial-gradient(circle, #964B00, #009688);
}

.gradient-brown-teal-primary {
  background: linear-gradient(#964B00, #009688, #03A9F4);
}

.gradient-brown-teal-secondary {
  background: linear-gradient(#964B00, #009688, #333);
}

.gradient-brown-teal-success {
  background: linear-gradient(#964B00, #009688, #28a745);
}

.gradient-brown-teal-info {
  background: linear-gradient(#964B00, #009688, #0DCAF0);
}

.gradient-brown-teal-warning {
  background: linear-gradient(#964B00, #009688, #FFC107);
}

.gradient-brown-teal-danger {
  background: linear-gradient(#964B00, #009688, #DC3545);
}

.gradient-brown-teal-light {
  background: linear-gradient(#964B00, #009688, #f5f5f5);
}

.gradient-brown-teal-dark {
  background: linear-gradient(#964B00, #009688, #212529);
}

.gradient-brown-teal-red {
  background: linear-gradient(#964B00, #009688, #F44336);
}

.gradient-brown-teal-green {
  background: linear-gradient(#964B00, #009688, #4CAF50);
}

.gradient-brown-teal-blue {
  background: linear-gradient(#964B00, #009688, #2196F3);
}

.gradient-brown-teal-black {
  background: linear-gradient(#964B00, #009688, #000);
}

.gradient-brown-teal-white {
  background: linear-gradient(#964B00, #009688, #fff);
}

.gradient-brown-teal-pink {
  background: linear-gradient(#964B00, #009688, #E91E63);
}

.gradient-brown-teal-purple {
  background: linear-gradient(#964B00, #009688, #9C27B0);
}

.gradient-brown-teal-indigo {
  background: linear-gradient(#964B00, #009688, #3E51B5);
}

.gradient-brown-teal-cyan {
  background: linear-gradient(#964B00, #009688, #00BCD4);
}

.gradient-brown-teal-lime {
  background: linear-gradient(#964B00, #009688, #CDDC39);
}

.gradient-brown-teal-yellow {
  background: linear-gradient(#964B00, #009688, #FFEB3B);
}

.gradient-brown-teal-amber {
  background: linear-gradient(#964B00, #009688, #FFC107);
}

.gradient-brown-teal-orange {
  background: linear-gradient(#964B00, #009688, #FF9800);
}

.gradient-brown-teal-lightblue {
  background: linear-gradient(#964B00, #009688, #03A9F4);
}

.gradient-brown-teal-lightgreen {
  background: linear-gradient(#964B00, #009688, #76FF03);
}

.gradient-brown-teal-deeppurple {
  background: linear-gradient(#964B00, #009688, #673AB7);
}

.gradient-brown-teal-deeporange {
  background: linear-gradient(#964B00, #009688, #DD6E0F);
}

.gradient-brown-teal-grey {
  background: linear-gradient(#964B00, #009688, #808080);
}

.gradient-brown-lime {
  background: linear-gradient(#964B00, #CDDC39);
}

.gradient-to-top-brown-lime {
  background: linear-gradient(to top, #964B00, #CDDC39);
}

.gradient-to-bottom-brown-lime {
  background: linear-gradient(to bottom, #964B00, #CDDC39);
}

.gradient-to-left-brown-lime {
  background: linear-gradient(to left, #964B00, #CDDC39);
}

.gradient-to-right-brown-lime {
  background: linear-gradient(to right, #964B00, #CDDC39);
}

.gradient-to-top-left-brown-lime {
  background: linear-gradient(to top left, #964B00, #CDDC39);
}

.gradient-to-top-right-brown-lime {
  background: linear-gradient(to top right, #964B00, #CDDC39);
}

.gradient-to-bottom-left-brown-lime {
  background: linear-gradient(to bottom left, #964B00, #CDDC39);
}

.gradient-to-bottom-right-brown-lime {
  background: linear-gradient(to bottom right, #964B00, #CDDC39);
}

.gradient-radial-brown-lime {
  background: radial-gradient(circle, #964B00, #CDDC39);
}

.gradient-brown-lime-primary {
  background: linear-gradient(#964B00, #CDDC39, #03A9F4);
}

.gradient-brown-lime-secondary {
  background: linear-gradient(#964B00, #CDDC39, #333);
}

.gradient-brown-lime-success {
  background: linear-gradient(#964B00, #CDDC39, #28a745);
}

.gradient-brown-lime-info {
  background: linear-gradient(#964B00, #CDDC39, #0DCAF0);
}

.gradient-brown-lime-warning {
  background: linear-gradient(#964B00, #CDDC39, #FFC107);
}

.gradient-brown-lime-danger {
  background: linear-gradient(#964B00, #CDDC39, #DC3545);
}

.gradient-brown-lime-light {
  background: linear-gradient(#964B00, #CDDC39, #f5f5f5);
}

.gradient-brown-lime-dark {
  background: linear-gradient(#964B00, #CDDC39, #212529);
}

.gradient-brown-lime-red {
  background: linear-gradient(#964B00, #CDDC39, #F44336);
}

.gradient-brown-lime-green {
  background: linear-gradient(#964B00, #CDDC39, #4CAF50);
}

.gradient-brown-lime-blue {
  background: linear-gradient(#964B00, #CDDC39, #2196F3);
}

.gradient-brown-lime-black {
  background: linear-gradient(#964B00, #CDDC39, #000);
}

.gradient-brown-lime-white {
  background: linear-gradient(#964B00, #CDDC39, #fff);
}

.gradient-brown-lime-pink {
  background: linear-gradient(#964B00, #CDDC39, #E91E63);
}

.gradient-brown-lime-purple {
  background: linear-gradient(#964B00, #CDDC39, #9C27B0);
}

.gradient-brown-lime-indigo {
  background: linear-gradient(#964B00, #CDDC39, #3E51B5);
}

.gradient-brown-lime-cyan {
  background: linear-gradient(#964B00, #CDDC39, #00BCD4);
}

.gradient-brown-lime-teal {
  background: linear-gradient(#964B00, #CDDC39, #009688);
}

.gradient-brown-lime-yellow {
  background: linear-gradient(#964B00, #CDDC39, #FFEB3B);
}

.gradient-brown-lime-amber {
  background: linear-gradient(#964B00, #CDDC39, #FFC107);
}

.gradient-brown-lime-orange {
  background: linear-gradient(#964B00, #CDDC39, #FF9800);
}

.gradient-brown-lime-lightblue {
  background: linear-gradient(#964B00, #CDDC39, #03A9F4);
}

.gradient-brown-lime-lightgreen {
  background: linear-gradient(#964B00, #CDDC39, #76FF03);
}

.gradient-brown-lime-deeppurple {
  background: linear-gradient(#964B00, #CDDC39, #673AB7);
}

.gradient-brown-lime-deeporange {
  background: linear-gradient(#964B00, #CDDC39, #DD6E0F);
}

.gradient-brown-lime-grey {
  background: linear-gradient(#964B00, #CDDC39, #808080);
}

.gradient-brown-yellow {
  background: linear-gradient(#964B00, #FFEB3B);
}

.gradient-to-top-brown-yellow {
  background: linear-gradient(to top, #964B00, #FFEB3B);
}

.gradient-to-bottom-brown-yellow {
  background: linear-gradient(to bottom, #964B00, #FFEB3B);
}

.gradient-to-left-brown-yellow {
  background: linear-gradient(to left, #964B00, #FFEB3B);
}

.gradient-to-right-brown-yellow {
  background: linear-gradient(to right, #964B00, #FFEB3B);
}

.gradient-to-top-left-brown-yellow {
  background: linear-gradient(to top left, #964B00, #FFEB3B);
}

.gradient-to-top-right-brown-yellow {
  background: linear-gradient(to top right, #964B00, #FFEB3B);
}

.gradient-to-bottom-left-brown-yellow {
  background: linear-gradient(to bottom left, #964B00, #FFEB3B);
}

.gradient-to-bottom-right-brown-yellow {
  background: linear-gradient(to bottom right, #964B00, #FFEB3B);
}

.gradient-radial-brown-yellow {
  background: radial-gradient(circle, #964B00, #FFEB3B);
}

.gradient-brown-yellow-primary {
  background: linear-gradient(#964B00, #FFEB3B, #03A9F4);
}

.gradient-brown-yellow-secondary {
  background: linear-gradient(#964B00, #FFEB3B, #333);
}

.gradient-brown-yellow-success {
  background: linear-gradient(#964B00, #FFEB3B, #28a745);
}

.gradient-brown-yellow-info {
  background: linear-gradient(#964B00, #FFEB3B, #0DCAF0);
}

.gradient-brown-yellow-warning {
  background: linear-gradient(#964B00, #FFEB3B, #FFC107);
}

.gradient-brown-yellow-danger {
  background: linear-gradient(#964B00, #FFEB3B, #DC3545);
}

.gradient-brown-yellow-light {
  background: linear-gradient(#964B00, #FFEB3B, #f5f5f5);
}

.gradient-brown-yellow-dark {
  background: linear-gradient(#964B00, #FFEB3B, #212529);
}

.gradient-brown-yellow-red {
  background: linear-gradient(#964B00, #FFEB3B, #F44336);
}

.gradient-brown-yellow-green {
  background: linear-gradient(#964B00, #FFEB3B, #4CAF50);
}

.gradient-brown-yellow-blue {
  background: linear-gradient(#964B00, #FFEB3B, #2196F3);
}

.gradient-brown-yellow-black {
  background: linear-gradient(#964B00, #FFEB3B, #000);
}

.gradient-brown-yellow-white {
  background: linear-gradient(#964B00, #FFEB3B, #fff);
}

.gradient-brown-yellow-pink {
  background: linear-gradient(#964B00, #FFEB3B, #E91E63);
}

.gradient-brown-yellow-purple {
  background: linear-gradient(#964B00, #FFEB3B, #9C27B0);
}

.gradient-brown-yellow-indigo {
  background: linear-gradient(#964B00, #FFEB3B, #3E51B5);
}

.gradient-brown-yellow-cyan {
  background: linear-gradient(#964B00, #FFEB3B, #00BCD4);
}

.gradient-brown-yellow-teal {
  background: linear-gradient(#964B00, #FFEB3B, #009688);
}

.gradient-brown-yellow-lime {
  background: linear-gradient(#964B00, #FFEB3B, #CDDC39);
}

.gradient-brown-yellow-amber {
  background: linear-gradient(#964B00, #FFEB3B, #FFC107);
}

.gradient-brown-yellow-orange {
  background: linear-gradient(#964B00, #FFEB3B, #FF9800);
}

.gradient-brown-yellow-lightblue {
  background: linear-gradient(#964B00, #FFEB3B, #03A9F4);
}

.gradient-brown-yellow-lightgreen {
  background: linear-gradient(#964B00, #FFEB3B, #76FF03);
}

.gradient-brown-yellow-deeppurple {
  background: linear-gradient(#964B00, #FFEB3B, #673AB7);
}

.gradient-brown-yellow-deeporange {
  background: linear-gradient(#964B00, #FFEB3B, #DD6E0F);
}

.gradient-brown-yellow-grey {
  background: linear-gradient(#964B00, #FFEB3B, #808080);
}

.gradient-brown-amber {
  background: linear-gradient(#964B00, #FFC107);
}

.gradient-to-top-brown-amber {
  background: linear-gradient(to top, #964B00, #FFC107);
}

.gradient-to-bottom-brown-amber {
  background: linear-gradient(to bottom, #964B00, #FFC107);
}

.gradient-to-left-brown-amber {
  background: linear-gradient(to left, #964B00, #FFC107);
}

.gradient-to-right-brown-amber {
  background: linear-gradient(to right, #964B00, #FFC107);
}

.gradient-to-top-left-brown-amber {
  background: linear-gradient(to top left, #964B00, #FFC107);
}

.gradient-to-top-right-brown-amber {
  background: linear-gradient(to top right, #964B00, #FFC107);
}

.gradient-to-bottom-left-brown-amber {
  background: linear-gradient(to bottom left, #964B00, #FFC107);
}

.gradient-to-bottom-right-brown-amber {
  background: linear-gradient(to bottom right, #964B00, #FFC107);
}

.gradient-radial-brown-amber {
  background: radial-gradient(circle, #964B00, #FFC107);
}

.gradient-brown-amber-primary {
  background: linear-gradient(#964B00, #FFC107, #03A9F4);
}

.gradient-brown-amber-secondary {
  background: linear-gradient(#964B00, #FFC107, #333);
}

.gradient-brown-amber-success {
  background: linear-gradient(#964B00, #FFC107, #28a745);
}

.gradient-brown-amber-info {
  background: linear-gradient(#964B00, #FFC107, #0DCAF0);
}

.gradient-brown-amber-warning {
  background: linear-gradient(#964B00, #FFC107, #FFC107);
}

.gradient-brown-amber-danger {
  background: linear-gradient(#964B00, #FFC107, #DC3545);
}

.gradient-brown-amber-light {
  background: linear-gradient(#964B00, #FFC107, #f5f5f5);
}

.gradient-brown-amber-dark {
  background: linear-gradient(#964B00, #FFC107, #212529);
}

.gradient-brown-amber-red {
  background: linear-gradient(#964B00, #FFC107, #F44336);
}

.gradient-brown-amber-green {
  background: linear-gradient(#964B00, #FFC107, #4CAF50);
}

.gradient-brown-amber-blue {
  background: linear-gradient(#964B00, #FFC107, #2196F3);
}

.gradient-brown-amber-black {
  background: linear-gradient(#964B00, #FFC107, #000);
}

.gradient-brown-amber-white {
  background: linear-gradient(#964B00, #FFC107, #fff);
}

.gradient-brown-amber-pink {
  background: linear-gradient(#964B00, #FFC107, #E91E63);
}

.gradient-brown-amber-purple {
  background: linear-gradient(#964B00, #FFC107, #9C27B0);
}

.gradient-brown-amber-indigo {
  background: linear-gradient(#964B00, #FFC107, #3E51B5);
}

.gradient-brown-amber-cyan {
  background: linear-gradient(#964B00, #FFC107, #00BCD4);
}

.gradient-brown-amber-teal {
  background: linear-gradient(#964B00, #FFC107, #009688);
}

.gradient-brown-amber-lime {
  background: linear-gradient(#964B00, #FFC107, #CDDC39);
}

.gradient-brown-amber-yellow {
  background: linear-gradient(#964B00, #FFC107, #FFEB3B);
}

.gradient-brown-amber-orange {
  background: linear-gradient(#964B00, #FFC107, #FF9800);
}

.gradient-brown-amber-lightblue {
  background: linear-gradient(#964B00, #FFC107, #03A9F4);
}

.gradient-brown-amber-lightgreen {
  background: linear-gradient(#964B00, #FFC107, #76FF03);
}

.gradient-brown-amber-deeppurple {
  background: linear-gradient(#964B00, #FFC107, #673AB7);
}

.gradient-brown-amber-deeporange {
  background: linear-gradient(#964B00, #FFC107, #DD6E0F);
}

.gradient-brown-amber-grey {
  background: linear-gradient(#964B00, #FFC107, #808080);
}

.gradient-brown-orange {
  background: linear-gradient(#964B00, #FF9800);
}

.gradient-to-top-brown-orange {
  background: linear-gradient(to top, #964B00, #FF9800);
}

.gradient-to-bottom-brown-orange {
  background: linear-gradient(to bottom, #964B00, #FF9800);
}

.gradient-to-left-brown-orange {
  background: linear-gradient(to left, #964B00, #FF9800);
}

.gradient-to-right-brown-orange {
  background: linear-gradient(to right, #964B00, #FF9800);
}

.gradient-to-top-left-brown-orange {
  background: linear-gradient(to top left, #964B00, #FF9800);
}

.gradient-to-top-right-brown-orange {
  background: linear-gradient(to top right, #964B00, #FF9800);
}

.gradient-to-bottom-left-brown-orange {
  background: linear-gradient(to bottom left, #964B00, #FF9800);
}

.gradient-to-bottom-right-brown-orange {
  background: linear-gradient(to bottom right, #964B00, #FF9800);
}

.gradient-radial-brown-orange {
  background: radial-gradient(circle, #964B00, #FF9800);
}

.gradient-brown-orange-primary {
  background: linear-gradient(#964B00, #FF9800, #03A9F4);
}

.gradient-brown-orange-secondary {
  background: linear-gradient(#964B00, #FF9800, #333);
}

.gradient-brown-orange-success {
  background: linear-gradient(#964B00, #FF9800, #28a745);
}

.gradient-brown-orange-info {
  background: linear-gradient(#964B00, #FF9800, #0DCAF0);
}

.gradient-brown-orange-warning {
  background: linear-gradient(#964B00, #FF9800, #FFC107);
}

.gradient-brown-orange-danger {
  background: linear-gradient(#964B00, #FF9800, #DC3545);
}

.gradient-brown-orange-light {
  background: linear-gradient(#964B00, #FF9800, #f5f5f5);
}

.gradient-brown-orange-dark {
  background: linear-gradient(#964B00, #FF9800, #212529);
}

.gradient-brown-orange-red {
  background: linear-gradient(#964B00, #FF9800, #F44336);
}

.gradient-brown-orange-green {
  background: linear-gradient(#964B00, #FF9800, #4CAF50);
}

.gradient-brown-orange-blue {
  background: linear-gradient(#964B00, #FF9800, #2196F3);
}

.gradient-brown-orange-black {
  background: linear-gradient(#964B00, #FF9800, #000);
}

.gradient-brown-orange-white {
  background: linear-gradient(#964B00, #FF9800, #fff);
}

.gradient-brown-orange-pink {
  background: linear-gradient(#964B00, #FF9800, #E91E63);
}

.gradient-brown-orange-purple {
  background: linear-gradient(#964B00, #FF9800, #9C27B0);
}

.gradient-brown-orange-indigo {
  background: linear-gradient(#964B00, #FF9800, #3E51B5);
}

.gradient-brown-orange-cyan {
  background: linear-gradient(#964B00, #FF9800, #00BCD4);
}

.gradient-brown-orange-teal {
  background: linear-gradient(#964B00, #FF9800, #009688);
}

.gradient-brown-orange-lime {
  background: linear-gradient(#964B00, #FF9800, #CDDC39);
}

.gradient-brown-orange-yellow {
  background: linear-gradient(#964B00, #FF9800, #FFEB3B);
}

.gradient-brown-orange-amber {
  background: linear-gradient(#964B00, #FF9800, #FFC107);
}

.gradient-brown-orange-lightblue {
  background: linear-gradient(#964B00, #FF9800, #03A9F4);
}

.gradient-brown-orange-lightgreen {
  background: linear-gradient(#964B00, #FF9800, #76FF03);
}

.gradient-brown-orange-deeppurple {
  background: linear-gradient(#964B00, #FF9800, #673AB7);
}

.gradient-brown-orange-deeporange {
  background: linear-gradient(#964B00, #FF9800, #DD6E0F);
}

.gradient-brown-orange-grey {
  background: linear-gradient(#964B00, #FF9800, #808080);
}

.gradient-brown-lightblue {
  background: linear-gradient(#964B00, #03A9F4);
}

.gradient-to-top-brown-lightblue {
  background: linear-gradient(to top, #964B00, #03A9F4);
}

.gradient-to-bottom-brown-lightblue {
  background: linear-gradient(to bottom, #964B00, #03A9F4);
}

.gradient-to-left-brown-lightblue {
  background: linear-gradient(to left, #964B00, #03A9F4);
}

.gradient-to-right-brown-lightblue {
  background: linear-gradient(to right, #964B00, #03A9F4);
}

.gradient-to-top-left-brown-lightblue {
  background: linear-gradient(to top left, #964B00, #03A9F4);
}

.gradient-to-top-right-brown-lightblue {
  background: linear-gradient(to top right, #964B00, #03A9F4);
}

.gradient-to-bottom-left-brown-lightblue {
  background: linear-gradient(to bottom left, #964B00, #03A9F4);
}

.gradient-to-bottom-right-brown-lightblue {
  background: linear-gradient(to bottom right, #964B00, #03A9F4);
}

.gradient-radial-brown-lightblue {
  background: radial-gradient(circle, #964B00, #03A9F4);
}

.gradient-brown-lightblue-primary {
  background: linear-gradient(#964B00, #03A9F4, #03A9F4);
}

.gradient-brown-lightblue-secondary {
  background: linear-gradient(#964B00, #03A9F4, #333);
}

.gradient-brown-lightblue-success {
  background: linear-gradient(#964B00, #03A9F4, #28a745);
}

.gradient-brown-lightblue-info {
  background: linear-gradient(#964B00, #03A9F4, #0DCAF0);
}

.gradient-brown-lightblue-warning {
  background: linear-gradient(#964B00, #03A9F4, #FFC107);
}

.gradient-brown-lightblue-danger {
  background: linear-gradient(#964B00, #03A9F4, #DC3545);
}

.gradient-brown-lightblue-light {
  background: linear-gradient(#964B00, #03A9F4, #f5f5f5);
}

.gradient-brown-lightblue-dark {
  background: linear-gradient(#964B00, #03A9F4, #212529);
}

.gradient-brown-lightblue-red {
  background: linear-gradient(#964B00, #03A9F4, #F44336);
}

.gradient-brown-lightblue-green {
  background: linear-gradient(#964B00, #03A9F4, #4CAF50);
}

.gradient-brown-lightblue-blue {
  background: linear-gradient(#964B00, #03A9F4, #2196F3);
}

.gradient-brown-lightblue-black {
  background: linear-gradient(#964B00, #03A9F4, #000);
}

.gradient-brown-lightblue-white {
  background: linear-gradient(#964B00, #03A9F4, #fff);
}

.gradient-brown-lightblue-pink {
  background: linear-gradient(#964B00, #03A9F4, #E91E63);
}

.gradient-brown-lightblue-purple {
  background: linear-gradient(#964B00, #03A9F4, #9C27B0);
}

.gradient-brown-lightblue-indigo {
  background: linear-gradient(#964B00, #03A9F4, #3E51B5);
}

.gradient-brown-lightblue-cyan {
  background: linear-gradient(#964B00, #03A9F4, #00BCD4);
}

.gradient-brown-lightblue-teal {
  background: linear-gradient(#964B00, #03A9F4, #009688);
}

.gradient-brown-lightblue-lime {
  background: linear-gradient(#964B00, #03A9F4, #CDDC39);
}

.gradient-brown-lightblue-yellow {
  background: linear-gradient(#964B00, #03A9F4, #FFEB3B);
}

.gradient-brown-lightblue-amber {
  background: linear-gradient(#964B00, #03A9F4, #FFC107);
}

.gradient-brown-lightblue-orange {
  background: linear-gradient(#964B00, #03A9F4, #FF9800);
}

.gradient-brown-lightblue-lightgreen {
  background: linear-gradient(#964B00, #03A9F4, #76FF03);
}

.gradient-brown-lightblue-deeppurple {
  background: linear-gradient(#964B00, #03A9F4, #673AB7);
}

.gradient-brown-lightblue-deeporange {
  background: linear-gradient(#964B00, #03A9F4, #DD6E0F);
}

.gradient-brown-lightblue-grey {
  background: linear-gradient(#964B00, #03A9F4, #808080);
}

.gradient-brown-lightgreen {
  background: linear-gradient(#964B00, #76FF03);
}

.gradient-to-top-brown-lightgreen {
  background: linear-gradient(to top, #964B00, #76FF03);
}

.gradient-to-bottom-brown-lightgreen {
  background: linear-gradient(to bottom, #964B00, #76FF03);
}

.gradient-to-left-brown-lightgreen {
  background: linear-gradient(to left, #964B00, #76FF03);
}

.gradient-to-right-brown-lightgreen {
  background: linear-gradient(to right, #964B00, #76FF03);
}

.gradient-to-top-left-brown-lightgreen {
  background: linear-gradient(to top left, #964B00, #76FF03);
}

.gradient-to-top-right-brown-lightgreen {
  background: linear-gradient(to top right, #964B00, #76FF03);
}

.gradient-to-bottom-left-brown-lightgreen {
  background: linear-gradient(to bottom left, #964B00, #76FF03);
}

.gradient-to-bottom-right-brown-lightgreen {
  background: linear-gradient(to bottom right, #964B00, #76FF03);
}

.gradient-radial-brown-lightgreen {
  background: radial-gradient(circle, #964B00, #76FF03);
}

.gradient-brown-lightgreen-primary {
  background: linear-gradient(#964B00, #76FF03, #03A9F4);
}

.gradient-brown-lightgreen-secondary {
  background: linear-gradient(#964B00, #76FF03, #333);
}

.gradient-brown-lightgreen-success {
  background: linear-gradient(#964B00, #76FF03, #28a745);
}

.gradient-brown-lightgreen-info {
  background: linear-gradient(#964B00, #76FF03, #0DCAF0);
}

.gradient-brown-lightgreen-warning {
  background: linear-gradient(#964B00, #76FF03, #FFC107);
}

.gradient-brown-lightgreen-danger {
  background: linear-gradient(#964B00, #76FF03, #DC3545);
}

.gradient-brown-lightgreen-light {
  background: linear-gradient(#964B00, #76FF03, #f5f5f5);
}

.gradient-brown-lightgreen-dark {
  background: linear-gradient(#964B00, #76FF03, #212529);
}

.gradient-brown-lightgreen-red {
  background: linear-gradient(#964B00, #76FF03, #F44336);
}

.gradient-brown-lightgreen-green {
  background: linear-gradient(#964B00, #76FF03, #4CAF50);
}

.gradient-brown-lightgreen-blue {
  background: linear-gradient(#964B00, #76FF03, #2196F3);
}

.gradient-brown-lightgreen-black {
  background: linear-gradient(#964B00, #76FF03, #000);
}

.gradient-brown-lightgreen-white {
  background: linear-gradient(#964B00, #76FF03, #fff);
}

.gradient-brown-lightgreen-pink {
  background: linear-gradient(#964B00, #76FF03, #E91E63);
}

.gradient-brown-lightgreen-purple {
  background: linear-gradient(#964B00, #76FF03, #9C27B0);
}

.gradient-brown-lightgreen-indigo {
  background: linear-gradient(#964B00, #76FF03, #3E51B5);
}

.gradient-brown-lightgreen-cyan {
  background: linear-gradient(#964B00, #76FF03, #00BCD4);
}

.gradient-brown-lightgreen-teal {
  background: linear-gradient(#964B00, #76FF03, #009688);
}

.gradient-brown-lightgreen-lime {
  background: linear-gradient(#964B00, #76FF03, #CDDC39);
}

.gradient-brown-lightgreen-yellow {
  background: linear-gradient(#964B00, #76FF03, #FFEB3B);
}

.gradient-brown-lightgreen-amber {
  background: linear-gradient(#964B00, #76FF03, #FFC107);
}

.gradient-brown-lightgreen-orange {
  background: linear-gradient(#964B00, #76FF03, #FF9800);
}

.gradient-brown-lightgreen-lightblue {
  background: linear-gradient(#964B00, #76FF03, #03A9F4);
}

.gradient-brown-lightgreen-deeppurple {
  background: linear-gradient(#964B00, #76FF03, #673AB7);
}

.gradient-brown-lightgreen-deeporange {
  background: linear-gradient(#964B00, #76FF03, #DD6E0F);
}

.gradient-brown-lightgreen-grey {
  background: linear-gradient(#964B00, #76FF03, #808080);
}

.gradient-brown-deeppurple {
  background: linear-gradient(#964B00, #673AB7);
}

.gradient-to-top-brown-deeppurple {
  background: linear-gradient(to top, #964B00, #673AB7);
}

.gradient-to-bottom-brown-deeppurple {
  background: linear-gradient(to bottom, #964B00, #673AB7);
}

.gradient-to-left-brown-deeppurple {
  background: linear-gradient(to left, #964B00, #673AB7);
}

.gradient-to-right-brown-deeppurple {
  background: linear-gradient(to right, #964B00, #673AB7);
}

.gradient-to-top-left-brown-deeppurple {
  background: linear-gradient(to top left, #964B00, #673AB7);
}

.gradient-to-top-right-brown-deeppurple {
  background: linear-gradient(to top right, #964B00, #673AB7);
}

.gradient-to-bottom-left-brown-deeppurple {
  background: linear-gradient(to bottom left, #964B00, #673AB7);
}

.gradient-to-bottom-right-brown-deeppurple {
  background: linear-gradient(to bottom right, #964B00, #673AB7);
}

.gradient-radial-brown-deeppurple {
  background: radial-gradient(circle, #964B00, #673AB7);
}

.gradient-brown-deeppurple-primary {
  background: linear-gradient(#964B00, #673AB7, #03A9F4);
}

.gradient-brown-deeppurple-secondary {
  background: linear-gradient(#964B00, #673AB7, #333);
}

.gradient-brown-deeppurple-success {
  background: linear-gradient(#964B00, #673AB7, #28a745);
}

.gradient-brown-deeppurple-info {
  background: linear-gradient(#964B00, #673AB7, #0DCAF0);
}

.gradient-brown-deeppurple-warning {
  background: linear-gradient(#964B00, #673AB7, #FFC107);
}

.gradient-brown-deeppurple-danger {
  background: linear-gradient(#964B00, #673AB7, #DC3545);
}

.gradient-brown-deeppurple-light {
  background: linear-gradient(#964B00, #673AB7, #f5f5f5);
}

.gradient-brown-deeppurple-dark {
  background: linear-gradient(#964B00, #673AB7, #212529);
}

.gradient-brown-deeppurple-red {
  background: linear-gradient(#964B00, #673AB7, #F44336);
}

.gradient-brown-deeppurple-green {
  background: linear-gradient(#964B00, #673AB7, #4CAF50);
}

.gradient-brown-deeppurple-blue {
  background: linear-gradient(#964B00, #673AB7, #2196F3);
}

.gradient-brown-deeppurple-black {
  background: linear-gradient(#964B00, #673AB7, #000);
}

.gradient-brown-deeppurple-white {
  background: linear-gradient(#964B00, #673AB7, #fff);
}

.gradient-brown-deeppurple-pink {
  background: linear-gradient(#964B00, #673AB7, #E91E63);
}

.gradient-brown-deeppurple-purple {
  background: linear-gradient(#964B00, #673AB7, #9C27B0);
}

.gradient-brown-deeppurple-indigo {
  background: linear-gradient(#964B00, #673AB7, #3E51B5);
}

.gradient-brown-deeppurple-cyan {
  background: linear-gradient(#964B00, #673AB7, #00BCD4);
}

.gradient-brown-deeppurple-teal {
  background: linear-gradient(#964B00, #673AB7, #009688);
}

.gradient-brown-deeppurple-lime {
  background: linear-gradient(#964B00, #673AB7, #CDDC39);
}

.gradient-brown-deeppurple-yellow {
  background: linear-gradient(#964B00, #673AB7, #FFEB3B);
}

.gradient-brown-deeppurple-amber {
  background: linear-gradient(#964B00, #673AB7, #FFC107);
}

.gradient-brown-deeppurple-orange {
  background: linear-gradient(#964B00, #673AB7, #FF9800);
}

.gradient-brown-deeppurple-lightblue {
  background: linear-gradient(#964B00, #673AB7, #03A9F4);
}

.gradient-brown-deeppurple-lightgreen {
  background: linear-gradient(#964B00, #673AB7, #76FF03);
}

.gradient-brown-deeppurple-deeporange {
  background: linear-gradient(#964B00, #673AB7, #DD6E0F);
}

.gradient-brown-deeppurple-grey {
  background: linear-gradient(#964B00, #673AB7, #808080);
}

.gradient-brown-deeporange {
  background: linear-gradient(#964B00, #DD6E0F);
}

.gradient-to-top-brown-deeporange {
  background: linear-gradient(to top, #964B00, #DD6E0F);
}

.gradient-to-bottom-brown-deeporange {
  background: linear-gradient(to bottom, #964B00, #DD6E0F);
}

.gradient-to-left-brown-deeporange {
  background: linear-gradient(to left, #964B00, #DD6E0F);
}

.gradient-to-right-brown-deeporange {
  background: linear-gradient(to right, #964B00, #DD6E0F);
}

.gradient-to-top-left-brown-deeporange {
  background: linear-gradient(to top left, #964B00, #DD6E0F);
}

.gradient-to-top-right-brown-deeporange {
  background: linear-gradient(to top right, #964B00, #DD6E0F);
}

.gradient-to-bottom-left-brown-deeporange {
  background: linear-gradient(to bottom left, #964B00, #DD6E0F);
}

.gradient-to-bottom-right-brown-deeporange {
  background: linear-gradient(to bottom right, #964B00, #DD6E0F);
}

.gradient-radial-brown-deeporange {
  background: radial-gradient(circle, #964B00, #DD6E0F);
}

.gradient-brown-deeporange-primary {
  background: linear-gradient(#964B00, #DD6E0F, #03A9F4);
}

.gradient-brown-deeporange-secondary {
  background: linear-gradient(#964B00, #DD6E0F, #333);
}

.gradient-brown-deeporange-success {
  background: linear-gradient(#964B00, #DD6E0F, #28a745);
}

.gradient-brown-deeporange-info {
  background: linear-gradient(#964B00, #DD6E0F, #0DCAF0);
}

.gradient-brown-deeporange-warning {
  background: linear-gradient(#964B00, #DD6E0F, #FFC107);
}

.gradient-brown-deeporange-danger {
  background: linear-gradient(#964B00, #DD6E0F, #DC3545);
}

.gradient-brown-deeporange-light {
  background: linear-gradient(#964B00, #DD6E0F, #f5f5f5);
}

.gradient-brown-deeporange-dark {
  background: linear-gradient(#964B00, #DD6E0F, #212529);
}

.gradient-brown-deeporange-red {
  background: linear-gradient(#964B00, #DD6E0F, #F44336);
}

.gradient-brown-deeporange-green {
  background: linear-gradient(#964B00, #DD6E0F, #4CAF50);
}

.gradient-brown-deeporange-blue {
  background: linear-gradient(#964B00, #DD6E0F, #2196F3);
}

.gradient-brown-deeporange-black {
  background: linear-gradient(#964B00, #DD6E0F, #000);
}

.gradient-brown-deeporange-white {
  background: linear-gradient(#964B00, #DD6E0F, #fff);
}

.gradient-brown-deeporange-pink {
  background: linear-gradient(#964B00, #DD6E0F, #E91E63);
}

.gradient-brown-deeporange-purple {
  background: linear-gradient(#964B00, #DD6E0F, #9C27B0);
}

.gradient-brown-deeporange-indigo {
  background: linear-gradient(#964B00, #DD6E0F, #3E51B5);
}

.gradient-brown-deeporange-cyan {
  background: linear-gradient(#964B00, #DD6E0F, #00BCD4);
}

.gradient-brown-deeporange-teal {
  background: linear-gradient(#964B00, #DD6E0F, #009688);
}

.gradient-brown-deeporange-lime {
  background: linear-gradient(#964B00, #DD6E0F, #CDDC39);
}

.gradient-brown-deeporange-yellow {
  background: linear-gradient(#964B00, #DD6E0F, #FFEB3B);
}

.gradient-brown-deeporange-amber {
  background: linear-gradient(#964B00, #DD6E0F, #FFC107);
}

.gradient-brown-deeporange-orange {
  background: linear-gradient(#964B00, #DD6E0F, #FF9800);
}

.gradient-brown-deeporange-lightblue {
  background: linear-gradient(#964B00, #DD6E0F, #03A9F4);
}

.gradient-brown-deeporange-lightgreen {
  background: linear-gradient(#964B00, #DD6E0F, #76FF03);
}

.gradient-brown-deeporange-deeppurple {
  background: linear-gradient(#964B00, #DD6E0F, #673AB7);
}

.gradient-brown-deeporange-grey {
  background: linear-gradient(#964B00, #DD6E0F, #808080);
}

.gradient-brown-grey {
  background: linear-gradient(#964B00, #808080);
}

.gradient-to-top-brown-grey {
  background: linear-gradient(to top, #964B00, #808080);
}

.gradient-to-bottom-brown-grey {
  background: linear-gradient(to bottom, #964B00, #808080);
}

.gradient-to-left-brown-grey {
  background: linear-gradient(to left, #964B00, #808080);
}

.gradient-to-right-brown-grey {
  background: linear-gradient(to right, #964B00, #808080);
}

.gradient-to-top-left-brown-grey {
  background: linear-gradient(to top left, #964B00, #808080);
}

.gradient-to-top-right-brown-grey {
  background: linear-gradient(to top right, #964B00, #808080);
}

.gradient-to-bottom-left-brown-grey {
  background: linear-gradient(to bottom left, #964B00, #808080);
}

.gradient-to-bottom-right-brown-grey {
  background: linear-gradient(to bottom right, #964B00, #808080);
}

.gradient-radial-brown-grey {
  background: radial-gradient(circle, #964B00, #808080);
}

.gradient-brown-grey-primary {
  background: linear-gradient(#964B00, #808080, #03A9F4);
}

.gradient-brown-grey-secondary {
  background: linear-gradient(#964B00, #808080, #333);
}

.gradient-brown-grey-success {
  background: linear-gradient(#964B00, #808080, #28a745);
}

.gradient-brown-grey-info {
  background: linear-gradient(#964B00, #808080, #0DCAF0);
}

.gradient-brown-grey-warning {
  background: linear-gradient(#964B00, #808080, #FFC107);
}

.gradient-brown-grey-danger {
  background: linear-gradient(#964B00, #808080, #DC3545);
}

.gradient-brown-grey-light {
  background: linear-gradient(#964B00, #808080, #f5f5f5);
}

.gradient-brown-grey-dark {
  background: linear-gradient(#964B00, #808080, #212529);
}

.gradient-brown-grey-red {
  background: linear-gradient(#964B00, #808080, #F44336);
}

.gradient-brown-grey-green {
  background: linear-gradient(#964B00, #808080, #4CAF50);
}

.gradient-brown-grey-blue {
  background: linear-gradient(#964B00, #808080, #2196F3);
}

.gradient-brown-grey-black {
  background: linear-gradient(#964B00, #808080, #000);
}

.gradient-brown-grey-white {
  background: linear-gradient(#964B00, #808080, #fff);
}

.gradient-brown-grey-pink {
  background: linear-gradient(#964B00, #808080, #E91E63);
}

.gradient-brown-grey-purple {
  background: linear-gradient(#964B00, #808080, #9C27B0);
}

.gradient-brown-grey-indigo {
  background: linear-gradient(#964B00, #808080, #3E51B5);
}

.gradient-brown-grey-cyan {
  background: linear-gradient(#964B00, #808080, #00BCD4);
}

.gradient-brown-grey-teal {
  background: linear-gradient(#964B00, #808080, #009688);
}

.gradient-brown-grey-lime {
  background: linear-gradient(#964B00, #808080, #CDDC39);
}

.gradient-brown-grey-yellow {
  background: linear-gradient(#964B00, #808080, #FFEB3B);
}

.gradient-brown-grey-amber {
  background: linear-gradient(#964B00, #808080, #FFC107);
}

.gradient-brown-grey-orange {
  background: linear-gradient(#964B00, #808080, #FF9800);
}

.gradient-brown-grey-lightblue {
  background: linear-gradient(#964B00, #808080, #03A9F4);
}

.gradient-brown-grey-lightgreen {
  background: linear-gradient(#964B00, #808080, #76FF03);
}

.gradient-brown-grey-deeppurple {
  background: linear-gradient(#964B00, #808080, #673AB7);
}

.gradient-brown-grey-deeporange {
  background: linear-gradient(#964B00, #808080, #DD6E0F);
}

.gradient-grey-primary {
  background: linear-gradient(#808080, #03A9F4);
}

.gradient-to-top-grey-primary {
  background: linear-gradient(to top, #808080, #03A9F4);
}

.gradient-to-bottom-grey-primary {
  background: linear-gradient(to bottom, #808080, #03A9F4);
}

.gradient-to-left-grey-primary {
  background: linear-gradient(to left, #808080, #03A9F4);
}

.gradient-to-right-grey-primary {
  background: linear-gradient(to right, #808080, #03A9F4);
}

.gradient-to-top-left-grey-primary {
  background: linear-gradient(to top left, #808080, #03A9F4);
}

.gradient-to-top-right-grey-primary {
  background: linear-gradient(to top right, #808080, #03A9F4);
}

.gradient-to-bottom-left-grey-primary {
  background: linear-gradient(to bottom left, #808080, #03A9F4);
}

.gradient-to-bottom-right-grey-primary {
  background: linear-gradient(to bottom right, #808080, #03A9F4);
}

.gradient-radial-grey-primary {
  background: radial-gradient(circle, #808080, #03A9F4);
}

.gradient-grey-primary-secondary {
  background: linear-gradient(#808080, #03A9F4, #333);
}

.gradient-grey-primary-success {
  background: linear-gradient(#808080, #03A9F4, #28a745);
}

.gradient-grey-primary-info {
  background: linear-gradient(#808080, #03A9F4, #0DCAF0);
}

.gradient-grey-primary-warning {
  background: linear-gradient(#808080, #03A9F4, #FFC107);
}

.gradient-grey-primary-danger {
  background: linear-gradient(#808080, #03A9F4, #DC3545);
}

.gradient-grey-primary-light {
  background: linear-gradient(#808080, #03A9F4, #f5f5f5);
}

.gradient-grey-primary-dark {
  background: linear-gradient(#808080, #03A9F4, #212529);
}

.gradient-grey-primary-red {
  background: linear-gradient(#808080, #03A9F4, #F44336);
}

.gradient-grey-primary-green {
  background: linear-gradient(#808080, #03A9F4, #4CAF50);
}

.gradient-grey-primary-blue {
  background: linear-gradient(#808080, #03A9F4, #2196F3);
}

.gradient-grey-primary-black {
  background: linear-gradient(#808080, #03A9F4, #000);
}

.gradient-grey-primary-white {
  background: linear-gradient(#808080, #03A9F4, #fff);
}

.gradient-grey-primary-pink {
  background: linear-gradient(#808080, #03A9F4, #E91E63);
}

.gradient-grey-primary-purple {
  background: linear-gradient(#808080, #03A9F4, #9C27B0);
}

.gradient-grey-primary-indigo {
  background: linear-gradient(#808080, #03A9F4, #3E51B5);
}

.gradient-grey-primary-cyan {
  background: linear-gradient(#808080, #03A9F4, #00BCD4);
}

.gradient-grey-primary-teal {
  background: linear-gradient(#808080, #03A9F4, #009688);
}

.gradient-grey-primary-lime {
  background: linear-gradient(#808080, #03A9F4, #CDDC39);
}

.gradient-grey-primary-yellow {
  background: linear-gradient(#808080, #03A9F4, #FFEB3B);
}

.gradient-grey-primary-amber {
  background: linear-gradient(#808080, #03A9F4, #FFC107);
}

.gradient-grey-primary-orange {
  background: linear-gradient(#808080, #03A9F4, #FF9800);
}

.gradient-grey-primary-lightblue {
  background: linear-gradient(#808080, #03A9F4, #03A9F4);
}

.gradient-grey-primary-lightgreen {
  background: linear-gradient(#808080, #03A9F4, #76FF03);
}

.gradient-grey-primary-deeppurple {
  background: linear-gradient(#808080, #03A9F4, #673AB7);
}

.gradient-grey-primary-deeporange {
  background: linear-gradient(#808080, #03A9F4, #DD6E0F);
}

.gradient-grey-primary-brown {
  background: linear-gradient(#808080, #03A9F4, #964B00);
}

.gradient-grey-secondary {
  background: linear-gradient(#808080, #333);
}

.gradient-to-top-grey-secondary {
  background: linear-gradient(to top, #808080, #333);
}

.gradient-to-bottom-grey-secondary {
  background: linear-gradient(to bottom, #808080, #333);
}

.gradient-to-left-grey-secondary {
  background: linear-gradient(to left, #808080, #333);
}

.gradient-to-right-grey-secondary {
  background: linear-gradient(to right, #808080, #333);
}

.gradient-to-top-left-grey-secondary {
  background: linear-gradient(to top left, #808080, #333);
}

.gradient-to-top-right-grey-secondary {
  background: linear-gradient(to top right, #808080, #333);
}

.gradient-to-bottom-left-grey-secondary {
  background: linear-gradient(to bottom left, #808080, #333);
}

.gradient-to-bottom-right-grey-secondary {
  background: linear-gradient(to bottom right, #808080, #333);
}

.gradient-radial-grey-secondary {
  background: radial-gradient(circle, #808080, #333);
}

.gradient-grey-secondary-primary {
  background: linear-gradient(#808080, #333, #03A9F4);
}

.gradient-grey-secondary-success {
  background: linear-gradient(#808080, #333, #28a745);
}

.gradient-grey-secondary-info {
  background: linear-gradient(#808080, #333, #0DCAF0);
}

.gradient-grey-secondary-warning {
  background: linear-gradient(#808080, #333, #FFC107);
}

.gradient-grey-secondary-danger {
  background: linear-gradient(#808080, #333, #DC3545);
}

.gradient-grey-secondary-light {
  background: linear-gradient(#808080, #333, #f5f5f5);
}

.gradient-grey-secondary-dark {
  background: linear-gradient(#808080, #333, #212529);
}

.gradient-grey-secondary-red {
  background: linear-gradient(#808080, #333, #F44336);
}

.gradient-grey-secondary-green {
  background: linear-gradient(#808080, #333, #4CAF50);
}

.gradient-grey-secondary-blue {
  background: linear-gradient(#808080, #333, #2196F3);
}

.gradient-grey-secondary-black {
  background: linear-gradient(#808080, #333, #000);
}

.gradient-grey-secondary-white {
  background: linear-gradient(#808080, #333, #fff);
}

.gradient-grey-secondary-pink {
  background: linear-gradient(#808080, #333, #E91E63);
}

.gradient-grey-secondary-purple {
  background: linear-gradient(#808080, #333, #9C27B0);
}

.gradient-grey-secondary-indigo {
  background: linear-gradient(#808080, #333, #3E51B5);
}

.gradient-grey-secondary-cyan {
  background: linear-gradient(#808080, #333, #00BCD4);
}

.gradient-grey-secondary-teal {
  background: linear-gradient(#808080, #333, #009688);
}

.gradient-grey-secondary-lime {
  background: linear-gradient(#808080, #333, #CDDC39);
}

.gradient-grey-secondary-yellow {
  background: linear-gradient(#808080, #333, #FFEB3B);
}

.gradient-grey-secondary-amber {
  background: linear-gradient(#808080, #333, #FFC107);
}

.gradient-grey-secondary-orange {
  background: linear-gradient(#808080, #333, #FF9800);
}

.gradient-grey-secondary-lightblue {
  background: linear-gradient(#808080, #333, #03A9F4);
}

.gradient-grey-secondary-lightgreen {
  background: linear-gradient(#808080, #333, #76FF03);
}

.gradient-grey-secondary-deeppurple {
  background: linear-gradient(#808080, #333, #673AB7);
}

.gradient-grey-secondary-deeporange {
  background: linear-gradient(#808080, #333, #DD6E0F);
}

.gradient-grey-secondary-brown {
  background: linear-gradient(#808080, #333, #964B00);
}

.gradient-grey-success {
  background: linear-gradient(#808080, #28a745);
}

.gradient-to-top-grey-success {
  background: linear-gradient(to top, #808080, #28a745);
}

.gradient-to-bottom-grey-success {
  background: linear-gradient(to bottom, #808080, #28a745);
}

.gradient-to-left-grey-success {
  background: linear-gradient(to left, #808080, #28a745);
}

.gradient-to-right-grey-success {
  background: linear-gradient(to right, #808080, #28a745);
}

.gradient-to-top-left-grey-success {
  background: linear-gradient(to top left, #808080, #28a745);
}

.gradient-to-top-right-grey-success {
  background: linear-gradient(to top right, #808080, #28a745);
}

.gradient-to-bottom-left-grey-success {
  background: linear-gradient(to bottom left, #808080, #28a745);
}

.gradient-to-bottom-right-grey-success {
  background: linear-gradient(to bottom right, #808080, #28a745);
}

.gradient-radial-grey-success {
  background: radial-gradient(circle, #808080, #28a745);
}

.gradient-grey-success-primary {
  background: linear-gradient(#808080, #28a745, #03A9F4);
}

.gradient-grey-success-secondary {
  background: linear-gradient(#808080, #28a745, #333);
}

.gradient-grey-success-info {
  background: linear-gradient(#808080, #28a745, #0DCAF0);
}

.gradient-grey-success-warning {
  background: linear-gradient(#808080, #28a745, #FFC107);
}

.gradient-grey-success-danger {
  background: linear-gradient(#808080, #28a745, #DC3545);
}

.gradient-grey-success-light {
  background: linear-gradient(#808080, #28a745, #f5f5f5);
}

.gradient-grey-success-dark {
  background: linear-gradient(#808080, #28a745, #212529);
}

.gradient-grey-success-red {
  background: linear-gradient(#808080, #28a745, #F44336);
}

.gradient-grey-success-green {
  background: linear-gradient(#808080, #28a745, #4CAF50);
}

.gradient-grey-success-blue {
  background: linear-gradient(#808080, #28a745, #2196F3);
}

.gradient-grey-success-black {
  background: linear-gradient(#808080, #28a745, #000);
}

.gradient-grey-success-white {
  background: linear-gradient(#808080, #28a745, #fff);
}

.gradient-grey-success-pink {
  background: linear-gradient(#808080, #28a745, #E91E63);
}

.gradient-grey-success-purple {
  background: linear-gradient(#808080, #28a745, #9C27B0);
}

.gradient-grey-success-indigo {
  background: linear-gradient(#808080, #28a745, #3E51B5);
}

.gradient-grey-success-cyan {
  background: linear-gradient(#808080, #28a745, #00BCD4);
}

.gradient-grey-success-teal {
  background: linear-gradient(#808080, #28a745, #009688);
}

.gradient-grey-success-lime {
  background: linear-gradient(#808080, #28a745, #CDDC39);
}

.gradient-grey-success-yellow {
  background: linear-gradient(#808080, #28a745, #FFEB3B);
}

.gradient-grey-success-amber {
  background: linear-gradient(#808080, #28a745, #FFC107);
}

.gradient-grey-success-orange {
  background: linear-gradient(#808080, #28a745, #FF9800);
}

.gradient-grey-success-lightblue {
  background: linear-gradient(#808080, #28a745, #03A9F4);
}

.gradient-grey-success-lightgreen {
  background: linear-gradient(#808080, #28a745, #76FF03);
}

.gradient-grey-success-deeppurple {
  background: linear-gradient(#808080, #28a745, #673AB7);
}

.gradient-grey-success-deeporange {
  background: linear-gradient(#808080, #28a745, #DD6E0F);
}

.gradient-grey-success-brown {
  background: linear-gradient(#808080, #28a745, #964B00);
}

.gradient-grey-info {
  background: linear-gradient(#808080, #0DCAF0);
}

.gradient-to-top-grey-info {
  background: linear-gradient(to top, #808080, #0DCAF0);
}

.gradient-to-bottom-grey-info {
  background: linear-gradient(to bottom, #808080, #0DCAF0);
}

.gradient-to-left-grey-info {
  background: linear-gradient(to left, #808080, #0DCAF0);
}

.gradient-to-right-grey-info {
  background: linear-gradient(to right, #808080, #0DCAF0);
}

.gradient-to-top-left-grey-info {
  background: linear-gradient(to top left, #808080, #0DCAF0);
}

.gradient-to-top-right-grey-info {
  background: linear-gradient(to top right, #808080, #0DCAF0);
}

.gradient-to-bottom-left-grey-info {
  background: linear-gradient(to bottom left, #808080, #0DCAF0);
}

.gradient-to-bottom-right-grey-info {
  background: linear-gradient(to bottom right, #808080, #0DCAF0);
}

.gradient-radial-grey-info {
  background: radial-gradient(circle, #808080, #0DCAF0);
}

.gradient-grey-info-primary {
  background: linear-gradient(#808080, #0DCAF0, #03A9F4);
}

.gradient-grey-info-secondary {
  background: linear-gradient(#808080, #0DCAF0, #333);
}

.gradient-grey-info-success {
  background: linear-gradient(#808080, #0DCAF0, #28a745);
}

.gradient-grey-info-warning {
  background: linear-gradient(#808080, #0DCAF0, #FFC107);
}

.gradient-grey-info-danger {
  background: linear-gradient(#808080, #0DCAF0, #DC3545);
}

.gradient-grey-info-light {
  background: linear-gradient(#808080, #0DCAF0, #f5f5f5);
}

.gradient-grey-info-dark {
  background: linear-gradient(#808080, #0DCAF0, #212529);
}

.gradient-grey-info-red {
  background: linear-gradient(#808080, #0DCAF0, #F44336);
}

.gradient-grey-info-green {
  background: linear-gradient(#808080, #0DCAF0, #4CAF50);
}

.gradient-grey-info-blue {
  background: linear-gradient(#808080, #0DCAF0, #2196F3);
}

.gradient-grey-info-black {
  background: linear-gradient(#808080, #0DCAF0, #000);
}

.gradient-grey-info-white {
  background: linear-gradient(#808080, #0DCAF0, #fff);
}

.gradient-grey-info-pink {
  background: linear-gradient(#808080, #0DCAF0, #E91E63);
}

.gradient-grey-info-purple {
  background: linear-gradient(#808080, #0DCAF0, #9C27B0);
}

.gradient-grey-info-indigo {
  background: linear-gradient(#808080, #0DCAF0, #3E51B5);
}

.gradient-grey-info-cyan {
  background: linear-gradient(#808080, #0DCAF0, #00BCD4);
}

.gradient-grey-info-teal {
  background: linear-gradient(#808080, #0DCAF0, #009688);
}

.gradient-grey-info-lime {
  background: linear-gradient(#808080, #0DCAF0, #CDDC39);
}

.gradient-grey-info-yellow {
  background: linear-gradient(#808080, #0DCAF0, #FFEB3B);
}

.gradient-grey-info-amber {
  background: linear-gradient(#808080, #0DCAF0, #FFC107);
}

.gradient-grey-info-orange {
  background: linear-gradient(#808080, #0DCAF0, #FF9800);
}

.gradient-grey-info-lightblue {
  background: linear-gradient(#808080, #0DCAF0, #03A9F4);
}

.gradient-grey-info-lightgreen {
  background: linear-gradient(#808080, #0DCAF0, #76FF03);
}

.gradient-grey-info-deeppurple {
  background: linear-gradient(#808080, #0DCAF0, #673AB7);
}

.gradient-grey-info-deeporange {
  background: linear-gradient(#808080, #0DCAF0, #DD6E0F);
}

.gradient-grey-info-brown {
  background: linear-gradient(#808080, #0DCAF0, #964B00);
}

.gradient-grey-warning {
  background: linear-gradient(#808080, #FFC107);
}

.gradient-to-top-grey-warning {
  background: linear-gradient(to top, #808080, #FFC107);
}

.gradient-to-bottom-grey-warning {
  background: linear-gradient(to bottom, #808080, #FFC107);
}

.gradient-to-left-grey-warning {
  background: linear-gradient(to left, #808080, #FFC107);
}

.gradient-to-right-grey-warning {
  background: linear-gradient(to right, #808080, #FFC107);
}

.gradient-to-top-left-grey-warning {
  background: linear-gradient(to top left, #808080, #FFC107);
}

.gradient-to-top-right-grey-warning {
  background: linear-gradient(to top right, #808080, #FFC107);
}

.gradient-to-bottom-left-grey-warning {
  background: linear-gradient(to bottom left, #808080, #FFC107);
}

.gradient-to-bottom-right-grey-warning {
  background: linear-gradient(to bottom right, #808080, #FFC107);
}

.gradient-radial-grey-warning {
  background: radial-gradient(circle, #808080, #FFC107);
}

.gradient-grey-warning-primary {
  background: linear-gradient(#808080, #FFC107, #03A9F4);
}

.gradient-grey-warning-secondary {
  background: linear-gradient(#808080, #FFC107, #333);
}

.gradient-grey-warning-success {
  background: linear-gradient(#808080, #FFC107, #28a745);
}

.gradient-grey-warning-info {
  background: linear-gradient(#808080, #FFC107, #0DCAF0);
}

.gradient-grey-warning-danger {
  background: linear-gradient(#808080, #FFC107, #DC3545);
}

.gradient-grey-warning-light {
  background: linear-gradient(#808080, #FFC107, #f5f5f5);
}

.gradient-grey-warning-dark {
  background: linear-gradient(#808080, #FFC107, #212529);
}

.gradient-grey-warning-red {
  background: linear-gradient(#808080, #FFC107, #F44336);
}

.gradient-grey-warning-green {
  background: linear-gradient(#808080, #FFC107, #4CAF50);
}

.gradient-grey-warning-blue {
  background: linear-gradient(#808080, #FFC107, #2196F3);
}

.gradient-grey-warning-black {
  background: linear-gradient(#808080, #FFC107, #000);
}

.gradient-grey-warning-white {
  background: linear-gradient(#808080, #FFC107, #fff);
}

.gradient-grey-warning-pink {
  background: linear-gradient(#808080, #FFC107, #E91E63);
}

.gradient-grey-warning-purple {
  background: linear-gradient(#808080, #FFC107, #9C27B0);
}

.gradient-grey-warning-indigo {
  background: linear-gradient(#808080, #FFC107, #3E51B5);
}

.gradient-grey-warning-cyan {
  background: linear-gradient(#808080, #FFC107, #00BCD4);
}

.gradient-grey-warning-teal {
  background: linear-gradient(#808080, #FFC107, #009688);
}

.gradient-grey-warning-lime {
  background: linear-gradient(#808080, #FFC107, #CDDC39);
}

.gradient-grey-warning-yellow {
  background: linear-gradient(#808080, #FFC107, #FFEB3B);
}

.gradient-grey-warning-amber {
  background: linear-gradient(#808080, #FFC107, #FFC107);
}

.gradient-grey-warning-orange {
  background: linear-gradient(#808080, #FFC107, #FF9800);
}

.gradient-grey-warning-lightblue {
  background: linear-gradient(#808080, #FFC107, #03A9F4);
}

.gradient-grey-warning-lightgreen {
  background: linear-gradient(#808080, #FFC107, #76FF03);
}

.gradient-grey-warning-deeppurple {
  background: linear-gradient(#808080, #FFC107, #673AB7);
}

.gradient-grey-warning-deeporange {
  background: linear-gradient(#808080, #FFC107, #DD6E0F);
}

.gradient-grey-warning-brown {
  background: linear-gradient(#808080, #FFC107, #964B00);
}

.gradient-grey-danger {
  background: linear-gradient(#808080, #DC3545);
}

.gradient-to-top-grey-danger {
  background: linear-gradient(to top, #808080, #DC3545);
}

.gradient-to-bottom-grey-danger {
  background: linear-gradient(to bottom, #808080, #DC3545);
}

.gradient-to-left-grey-danger {
  background: linear-gradient(to left, #808080, #DC3545);
}

.gradient-to-right-grey-danger {
  background: linear-gradient(to right, #808080, #DC3545);
}

.gradient-to-top-left-grey-danger {
  background: linear-gradient(to top left, #808080, #DC3545);
}

.gradient-to-top-right-grey-danger {
  background: linear-gradient(to top right, #808080, #DC3545);
}

.gradient-to-bottom-left-grey-danger {
  background: linear-gradient(to bottom left, #808080, #DC3545);
}

.gradient-to-bottom-right-grey-danger {
  background: linear-gradient(to bottom right, #808080, #DC3545);
}

.gradient-radial-grey-danger {
  background: radial-gradient(circle, #808080, #DC3545);
}

.gradient-grey-danger-primary {
  background: linear-gradient(#808080, #DC3545, #03A9F4);
}

.gradient-grey-danger-secondary {
  background: linear-gradient(#808080, #DC3545, #333);
}

.gradient-grey-danger-success {
  background: linear-gradient(#808080, #DC3545, #28a745);
}

.gradient-grey-danger-info {
  background: linear-gradient(#808080, #DC3545, #0DCAF0);
}

.gradient-grey-danger-warning {
  background: linear-gradient(#808080, #DC3545, #FFC107);
}

.gradient-grey-danger-light {
  background: linear-gradient(#808080, #DC3545, #f5f5f5);
}

.gradient-grey-danger-dark {
  background: linear-gradient(#808080, #DC3545, #212529);
}

.gradient-grey-danger-red {
  background: linear-gradient(#808080, #DC3545, #F44336);
}

.gradient-grey-danger-green {
  background: linear-gradient(#808080, #DC3545, #4CAF50);
}

.gradient-grey-danger-blue {
  background: linear-gradient(#808080, #DC3545, #2196F3);
}

.gradient-grey-danger-black {
  background: linear-gradient(#808080, #DC3545, #000);
}

.gradient-grey-danger-white {
  background: linear-gradient(#808080, #DC3545, #fff);
}

.gradient-grey-danger-pink {
  background: linear-gradient(#808080, #DC3545, #E91E63);
}

.gradient-grey-danger-purple {
  background: linear-gradient(#808080, #DC3545, #9C27B0);
}

.gradient-grey-danger-indigo {
  background: linear-gradient(#808080, #DC3545, #3E51B5);
}

.gradient-grey-danger-cyan {
  background: linear-gradient(#808080, #DC3545, #00BCD4);
}

.gradient-grey-danger-teal {
  background: linear-gradient(#808080, #DC3545, #009688);
}

.gradient-grey-danger-lime {
  background: linear-gradient(#808080, #DC3545, #CDDC39);
}

.gradient-grey-danger-yellow {
  background: linear-gradient(#808080, #DC3545, #FFEB3B);
}

.gradient-grey-danger-amber {
  background: linear-gradient(#808080, #DC3545, #FFC107);
}

.gradient-grey-danger-orange {
  background: linear-gradient(#808080, #DC3545, #FF9800);
}

.gradient-grey-danger-lightblue {
  background: linear-gradient(#808080, #DC3545, #03A9F4);
}

.gradient-grey-danger-lightgreen {
  background: linear-gradient(#808080, #DC3545, #76FF03);
}

.gradient-grey-danger-deeppurple {
  background: linear-gradient(#808080, #DC3545, #673AB7);
}

.gradient-grey-danger-deeporange {
  background: linear-gradient(#808080, #DC3545, #DD6E0F);
}

.gradient-grey-danger-brown {
  background: linear-gradient(#808080, #DC3545, #964B00);
}

.gradient-grey-light {
  background: linear-gradient(#808080, #f5f5f5);
}

.gradient-to-top-grey-light {
  background: linear-gradient(to top, #808080, #f5f5f5);
}

.gradient-to-bottom-grey-light {
  background: linear-gradient(to bottom, #808080, #f5f5f5);
}

.gradient-to-left-grey-light {
  background: linear-gradient(to left, #808080, #f5f5f5);
}

.gradient-to-right-grey-light {
  background: linear-gradient(to right, #808080, #f5f5f5);
}

.gradient-to-top-left-grey-light {
  background: linear-gradient(to top left, #808080, #f5f5f5);
}

.gradient-to-top-right-grey-light {
  background: linear-gradient(to top right, #808080, #f5f5f5);
}

.gradient-to-bottom-left-grey-light {
  background: linear-gradient(to bottom left, #808080, #f5f5f5);
}

.gradient-to-bottom-right-grey-light {
  background: linear-gradient(to bottom right, #808080, #f5f5f5);
}

.gradient-radial-grey-light {
  background: radial-gradient(circle, #808080, #f5f5f5);
}

.gradient-grey-light-primary {
  background: linear-gradient(#808080, #f5f5f5, #03A9F4);
}

.gradient-grey-light-secondary {
  background: linear-gradient(#808080, #f5f5f5, #333);
}

.gradient-grey-light-success {
  background: linear-gradient(#808080, #f5f5f5, #28a745);
}

.gradient-grey-light-info {
  background: linear-gradient(#808080, #f5f5f5, #0DCAF0);
}

.gradient-grey-light-warning {
  background: linear-gradient(#808080, #f5f5f5, #FFC107);
}

.gradient-grey-light-danger {
  background: linear-gradient(#808080, #f5f5f5, #DC3545);
}

.gradient-grey-light-dark {
  background: linear-gradient(#808080, #f5f5f5, #212529);
}

.gradient-grey-light-red {
  background: linear-gradient(#808080, #f5f5f5, #F44336);
}

.gradient-grey-light-green {
  background: linear-gradient(#808080, #f5f5f5, #4CAF50);
}

.gradient-grey-light-blue {
  background: linear-gradient(#808080, #f5f5f5, #2196F3);
}

.gradient-grey-light-black {
  background: linear-gradient(#808080, #f5f5f5, #000);
}

.gradient-grey-light-white {
  background: linear-gradient(#808080, #f5f5f5, #fff);
}

.gradient-grey-light-pink {
  background: linear-gradient(#808080, #f5f5f5, #E91E63);
}

.gradient-grey-light-purple {
  background: linear-gradient(#808080, #f5f5f5, #9C27B0);
}

.gradient-grey-light-indigo {
  background: linear-gradient(#808080, #f5f5f5, #3E51B5);
}

.gradient-grey-light-cyan {
  background: linear-gradient(#808080, #f5f5f5, #00BCD4);
}

.gradient-grey-light-teal {
  background: linear-gradient(#808080, #f5f5f5, #009688);
}

.gradient-grey-light-lime {
  background: linear-gradient(#808080, #f5f5f5, #CDDC39);
}

.gradient-grey-light-yellow {
  background: linear-gradient(#808080, #f5f5f5, #FFEB3B);
}

.gradient-grey-light-amber {
  background: linear-gradient(#808080, #f5f5f5, #FFC107);
}

.gradient-grey-light-orange {
  background: linear-gradient(#808080, #f5f5f5, #FF9800);
}

.gradient-grey-light-lightblue {
  background: linear-gradient(#808080, #f5f5f5, #03A9F4);
}

.gradient-grey-light-lightgreen {
  background: linear-gradient(#808080, #f5f5f5, #76FF03);
}

.gradient-grey-light-deeppurple {
  background: linear-gradient(#808080, #f5f5f5, #673AB7);
}

.gradient-grey-light-deeporange {
  background: linear-gradient(#808080, #f5f5f5, #DD6E0F);
}

.gradient-grey-light-brown {
  background: linear-gradient(#808080, #f5f5f5, #964B00);
}

.gradient-grey-dark {
  background: linear-gradient(#808080, #212529);
}

.gradient-to-top-grey-dark {
  background: linear-gradient(to top, #808080, #212529);
}

.gradient-to-bottom-grey-dark {
  background: linear-gradient(to bottom, #808080, #212529);
}

.gradient-to-left-grey-dark {
  background: linear-gradient(to left, #808080, #212529);
}

.gradient-to-right-grey-dark {
  background: linear-gradient(to right, #808080, #212529);
}

.gradient-to-top-left-grey-dark {
  background: linear-gradient(to top left, #808080, #212529);
}

.gradient-to-top-right-grey-dark {
  background: linear-gradient(to top right, #808080, #212529);
}

.gradient-to-bottom-left-grey-dark {
  background: linear-gradient(to bottom left, #808080, #212529);
}

.gradient-to-bottom-right-grey-dark {
  background: linear-gradient(to bottom right, #808080, #212529);
}

.gradient-radial-grey-dark {
  background: radial-gradient(circle, #808080, #212529);
}

.gradient-grey-dark-primary {
  background: linear-gradient(#808080, #212529, #03A9F4);
}

.gradient-grey-dark-secondary {
  background: linear-gradient(#808080, #212529, #333);
}

.gradient-grey-dark-success {
  background: linear-gradient(#808080, #212529, #28a745);
}

.gradient-grey-dark-info {
  background: linear-gradient(#808080, #212529, #0DCAF0);
}

.gradient-grey-dark-warning {
  background: linear-gradient(#808080, #212529, #FFC107);
}

.gradient-grey-dark-danger {
  background: linear-gradient(#808080, #212529, #DC3545);
}

.gradient-grey-dark-light {
  background: linear-gradient(#808080, #212529, #f5f5f5);
}

.gradient-grey-dark-red {
  background: linear-gradient(#808080, #212529, #F44336);
}

.gradient-grey-dark-green {
  background: linear-gradient(#808080, #212529, #4CAF50);
}

.gradient-grey-dark-blue {
  background: linear-gradient(#808080, #212529, #2196F3);
}

.gradient-grey-dark-black {
  background: linear-gradient(#808080, #212529, #000);
}

.gradient-grey-dark-white {
  background: linear-gradient(#808080, #212529, #fff);
}

.gradient-grey-dark-pink {
  background: linear-gradient(#808080, #212529, #E91E63);
}

.gradient-grey-dark-purple {
  background: linear-gradient(#808080, #212529, #9C27B0);
}

.gradient-grey-dark-indigo {
  background: linear-gradient(#808080, #212529, #3E51B5);
}

.gradient-grey-dark-cyan {
  background: linear-gradient(#808080, #212529, #00BCD4);
}

.gradient-grey-dark-teal {
  background: linear-gradient(#808080, #212529, #009688);
}

.gradient-grey-dark-lime {
  background: linear-gradient(#808080, #212529, #CDDC39);
}

.gradient-grey-dark-yellow {
  background: linear-gradient(#808080, #212529, #FFEB3B);
}

.gradient-grey-dark-amber {
  background: linear-gradient(#808080, #212529, #FFC107);
}

.gradient-grey-dark-orange {
  background: linear-gradient(#808080, #212529, #FF9800);
}

.gradient-grey-dark-lightblue {
  background: linear-gradient(#808080, #212529, #03A9F4);
}

.gradient-grey-dark-lightgreen {
  background: linear-gradient(#808080, #212529, #76FF03);
}

.gradient-grey-dark-deeppurple {
  background: linear-gradient(#808080, #212529, #673AB7);
}

.gradient-grey-dark-deeporange {
  background: linear-gradient(#808080, #212529, #DD6E0F);
}

.gradient-grey-dark-brown {
  background: linear-gradient(#808080, #212529, #964B00);
}

.gradient-grey-red {
  background: linear-gradient(#808080, #F44336);
}

.gradient-to-top-grey-red {
  background: linear-gradient(to top, #808080, #F44336);
}

.gradient-to-bottom-grey-red {
  background: linear-gradient(to bottom, #808080, #F44336);
}

.gradient-to-left-grey-red {
  background: linear-gradient(to left, #808080, #F44336);
}

.gradient-to-right-grey-red {
  background: linear-gradient(to right, #808080, #F44336);
}

.gradient-to-top-left-grey-red {
  background: linear-gradient(to top left, #808080, #F44336);
}

.gradient-to-top-right-grey-red {
  background: linear-gradient(to top right, #808080, #F44336);
}

.gradient-to-bottom-left-grey-red {
  background: linear-gradient(to bottom left, #808080, #F44336);
}

.gradient-to-bottom-right-grey-red {
  background: linear-gradient(to bottom right, #808080, #F44336);
}

.gradient-radial-grey-red {
  background: radial-gradient(circle, #808080, #F44336);
}

.gradient-grey-red-primary {
  background: linear-gradient(#808080, #F44336, #03A9F4);
}

.gradient-grey-red-secondary {
  background: linear-gradient(#808080, #F44336, #333);
}

.gradient-grey-red-success {
  background: linear-gradient(#808080, #F44336, #28a745);
}

.gradient-grey-red-info {
  background: linear-gradient(#808080, #F44336, #0DCAF0);
}

.gradient-grey-red-warning {
  background: linear-gradient(#808080, #F44336, #FFC107);
}

.gradient-grey-red-danger {
  background: linear-gradient(#808080, #F44336, #DC3545);
}

.gradient-grey-red-light {
  background: linear-gradient(#808080, #F44336, #f5f5f5);
}

.gradient-grey-red-dark {
  background: linear-gradient(#808080, #F44336, #212529);
}

.gradient-grey-red-green {
  background: linear-gradient(#808080, #F44336, #4CAF50);
}

.gradient-grey-red-blue {
  background: linear-gradient(#808080, #F44336, #2196F3);
}

.gradient-grey-red-black {
  background: linear-gradient(#808080, #F44336, #000);
}

.gradient-grey-red-white {
  background: linear-gradient(#808080, #F44336, #fff);
}

.gradient-grey-red-pink {
  background: linear-gradient(#808080, #F44336, #E91E63);
}

.gradient-grey-red-purple {
  background: linear-gradient(#808080, #F44336, #9C27B0);
}

.gradient-grey-red-indigo {
  background: linear-gradient(#808080, #F44336, #3E51B5);
}

.gradient-grey-red-cyan {
  background: linear-gradient(#808080, #F44336, #00BCD4);
}

.gradient-grey-red-teal {
  background: linear-gradient(#808080, #F44336, #009688);
}

.gradient-grey-red-lime {
  background: linear-gradient(#808080, #F44336, #CDDC39);
}

.gradient-grey-red-yellow {
  background: linear-gradient(#808080, #F44336, #FFEB3B);
}

.gradient-grey-red-amber {
  background: linear-gradient(#808080, #F44336, #FFC107);
}

.gradient-grey-red-orange {
  background: linear-gradient(#808080, #F44336, #FF9800);
}

.gradient-grey-red-lightblue {
  background: linear-gradient(#808080, #F44336, #03A9F4);
}

.gradient-grey-red-lightgreen {
  background: linear-gradient(#808080, #F44336, #76FF03);
}

.gradient-grey-red-deeppurple {
  background: linear-gradient(#808080, #F44336, #673AB7);
}

.gradient-grey-red-deeporange {
  background: linear-gradient(#808080, #F44336, #DD6E0F);
}

.gradient-grey-red-brown {
  background: linear-gradient(#808080, #F44336, #964B00);
}

.gradient-grey-green {
  background: linear-gradient(#808080, #4CAF50);
}

.gradient-to-top-grey-green {
  background: linear-gradient(to top, #808080, #4CAF50);
}

.gradient-to-bottom-grey-green {
  background: linear-gradient(to bottom, #808080, #4CAF50);
}

.gradient-to-left-grey-green {
  background: linear-gradient(to left, #808080, #4CAF50);
}

.gradient-to-right-grey-green {
  background: linear-gradient(to right, #808080, #4CAF50);
}

.gradient-to-top-left-grey-green {
  background: linear-gradient(to top left, #808080, #4CAF50);
}

.gradient-to-top-right-grey-green {
  background: linear-gradient(to top right, #808080, #4CAF50);
}

.gradient-to-bottom-left-grey-green {
  background: linear-gradient(to bottom left, #808080, #4CAF50);
}

.gradient-to-bottom-right-grey-green {
  background: linear-gradient(to bottom right, #808080, #4CAF50);
}

.gradient-radial-grey-green {
  background: radial-gradient(circle, #808080, #4CAF50);
}

.gradient-grey-green-primary {
  background: linear-gradient(#808080, #4CAF50, #03A9F4);
}

.gradient-grey-green-secondary {
  background: linear-gradient(#808080, #4CAF50, #333);
}

.gradient-grey-green-success {
  background: linear-gradient(#808080, #4CAF50, #28a745);
}

.gradient-grey-green-info {
  background: linear-gradient(#808080, #4CAF50, #0DCAF0);
}

.gradient-grey-green-warning {
  background: linear-gradient(#808080, #4CAF50, #FFC107);
}

.gradient-grey-green-danger {
  background: linear-gradient(#808080, #4CAF50, #DC3545);
}

.gradient-grey-green-light {
  background: linear-gradient(#808080, #4CAF50, #f5f5f5);
}

.gradient-grey-green-dark {
  background: linear-gradient(#808080, #4CAF50, #212529);
}

.gradient-grey-green-red {
  background: linear-gradient(#808080, #4CAF50, #F44336);
}

.gradient-grey-green-blue {
  background: linear-gradient(#808080, #4CAF50, #2196F3);
}

.gradient-grey-green-black {
  background: linear-gradient(#808080, #4CAF50, #000);
}

.gradient-grey-green-white {
  background: linear-gradient(#808080, #4CAF50, #fff);
}

.gradient-grey-green-pink {
  background: linear-gradient(#808080, #4CAF50, #E91E63);
}

.gradient-grey-green-purple {
  background: linear-gradient(#808080, #4CAF50, #9C27B0);
}

.gradient-grey-green-indigo {
  background: linear-gradient(#808080, #4CAF50, #3E51B5);
}

.gradient-grey-green-cyan {
  background: linear-gradient(#808080, #4CAF50, #00BCD4);
}

.gradient-grey-green-teal {
  background: linear-gradient(#808080, #4CAF50, #009688);
}

.gradient-grey-green-lime {
  background: linear-gradient(#808080, #4CAF50, #CDDC39);
}

.gradient-grey-green-yellow {
  background: linear-gradient(#808080, #4CAF50, #FFEB3B);
}

.gradient-grey-green-amber {
  background: linear-gradient(#808080, #4CAF50, #FFC107);
}

.gradient-grey-green-orange {
  background: linear-gradient(#808080, #4CAF50, #FF9800);
}

.gradient-grey-green-lightblue {
  background: linear-gradient(#808080, #4CAF50, #03A9F4);
}

.gradient-grey-green-lightgreen {
  background: linear-gradient(#808080, #4CAF50, #76FF03);
}

.gradient-grey-green-deeppurple {
  background: linear-gradient(#808080, #4CAF50, #673AB7);
}

.gradient-grey-green-deeporange {
  background: linear-gradient(#808080, #4CAF50, #DD6E0F);
}

.gradient-grey-green-brown {
  background: linear-gradient(#808080, #4CAF50, #964B00);
}

.gradient-grey-blue {
  background: linear-gradient(#808080, #2196F3);
}

.gradient-to-top-grey-blue {
  background: linear-gradient(to top, #808080, #2196F3);
}

.gradient-to-bottom-grey-blue {
  background: linear-gradient(to bottom, #808080, #2196F3);
}

.gradient-to-left-grey-blue {
  background: linear-gradient(to left, #808080, #2196F3);
}

.gradient-to-right-grey-blue {
  background: linear-gradient(to right, #808080, #2196F3);
}

.gradient-to-top-left-grey-blue {
  background: linear-gradient(to top left, #808080, #2196F3);
}

.gradient-to-top-right-grey-blue {
  background: linear-gradient(to top right, #808080, #2196F3);
}

.gradient-to-bottom-left-grey-blue {
  background: linear-gradient(to bottom left, #808080, #2196F3);
}

.gradient-to-bottom-right-grey-blue {
  background: linear-gradient(to bottom right, #808080, #2196F3);
}

.gradient-radial-grey-blue {
  background: radial-gradient(circle, #808080, #2196F3);
}

.gradient-grey-blue-primary {
  background: linear-gradient(#808080, #2196F3, #03A9F4);
}

.gradient-grey-blue-secondary {
  background: linear-gradient(#808080, #2196F3, #333);
}

.gradient-grey-blue-success {
  background: linear-gradient(#808080, #2196F3, #28a745);
}

.gradient-grey-blue-info {
  background: linear-gradient(#808080, #2196F3, #0DCAF0);
}

.gradient-grey-blue-warning {
  background: linear-gradient(#808080, #2196F3, #FFC107);
}

.gradient-grey-blue-danger {
  background: linear-gradient(#808080, #2196F3, #DC3545);
}

.gradient-grey-blue-light {
  background: linear-gradient(#808080, #2196F3, #f5f5f5);
}

.gradient-grey-blue-dark {
  background: linear-gradient(#808080, #2196F3, #212529);
}

.gradient-grey-blue-red {
  background: linear-gradient(#808080, #2196F3, #F44336);
}

.gradient-grey-blue-green {
  background: linear-gradient(#808080, #2196F3, #4CAF50);
}

.gradient-grey-blue-black {
  background: linear-gradient(#808080, #2196F3, #000);
}

.gradient-grey-blue-white {
  background: linear-gradient(#808080, #2196F3, #fff);
}

.gradient-grey-blue-pink {
  background: linear-gradient(#808080, #2196F3, #E91E63);
}

.gradient-grey-blue-purple {
  background: linear-gradient(#808080, #2196F3, #9C27B0);
}

.gradient-grey-blue-indigo {
  background: linear-gradient(#808080, #2196F3, #3E51B5);
}

.gradient-grey-blue-cyan {
  background: linear-gradient(#808080, #2196F3, #00BCD4);
}

.gradient-grey-blue-teal {
  background: linear-gradient(#808080, #2196F3, #009688);
}

.gradient-grey-blue-lime {
  background: linear-gradient(#808080, #2196F3, #CDDC39);
}

.gradient-grey-blue-yellow {
  background: linear-gradient(#808080, #2196F3, #FFEB3B);
}

.gradient-grey-blue-amber {
  background: linear-gradient(#808080, #2196F3, #FFC107);
}

.gradient-grey-blue-orange {
  background: linear-gradient(#808080, #2196F3, #FF9800);
}

.gradient-grey-blue-lightblue {
  background: linear-gradient(#808080, #2196F3, #03A9F4);
}

.gradient-grey-blue-lightgreen {
  background: linear-gradient(#808080, #2196F3, #76FF03);
}

.gradient-grey-blue-deeppurple {
  background: linear-gradient(#808080, #2196F3, #673AB7);
}

.gradient-grey-blue-deeporange {
  background: linear-gradient(#808080, #2196F3, #DD6E0F);
}

.gradient-grey-blue-brown {
  background: linear-gradient(#808080, #2196F3, #964B00);
}

.gradient-grey-black {
  background: linear-gradient(#808080, #000);
}

.gradient-to-top-grey-black {
  background: linear-gradient(to top, #808080, #000);
}

.gradient-to-bottom-grey-black {
  background: linear-gradient(to bottom, #808080, #000);
}

.gradient-to-left-grey-black {
  background: linear-gradient(to left, #808080, #000);
}

.gradient-to-right-grey-black {
  background: linear-gradient(to right, #808080, #000);
}

.gradient-to-top-left-grey-black {
  background: linear-gradient(to top left, #808080, #000);
}

.gradient-to-top-right-grey-black {
  background: linear-gradient(to top right, #808080, #000);
}

.gradient-to-bottom-left-grey-black {
  background: linear-gradient(to bottom left, #808080, #000);
}

.gradient-to-bottom-right-grey-black {
  background: linear-gradient(to bottom right, #808080, #000);
}

.gradient-radial-grey-black {
  background: radial-gradient(circle, #808080, #000);
}

.gradient-grey-black-primary {
  background: linear-gradient(#808080, #000, #03A9F4);
}

.gradient-grey-black-secondary {
  background: linear-gradient(#808080, #000, #333);
}

.gradient-grey-black-success {
  background: linear-gradient(#808080, #000, #28a745);
}

.gradient-grey-black-info {
  background: linear-gradient(#808080, #000, #0DCAF0);
}

.gradient-grey-black-warning {
  background: linear-gradient(#808080, #000, #FFC107);
}

.gradient-grey-black-danger {
  background: linear-gradient(#808080, #000, #DC3545);
}

.gradient-grey-black-light {
  background: linear-gradient(#808080, #000, #f5f5f5);
}

.gradient-grey-black-dark {
  background: linear-gradient(#808080, #000, #212529);
}

.gradient-grey-black-red {
  background: linear-gradient(#808080, #000, #F44336);
}

.gradient-grey-black-green {
  background: linear-gradient(#808080, #000, #4CAF50);
}

.gradient-grey-black-blue {
  background: linear-gradient(#808080, #000, #2196F3);
}

.gradient-grey-black-white {
  background: linear-gradient(#808080, #000, #fff);
}

.gradient-grey-black-pink {
  background: linear-gradient(#808080, #000, #E91E63);
}

.gradient-grey-black-purple {
  background: linear-gradient(#808080, #000, #9C27B0);
}

.gradient-grey-black-indigo {
  background: linear-gradient(#808080, #000, #3E51B5);
}

.gradient-grey-black-cyan {
  background: linear-gradient(#808080, #000, #00BCD4);
}

.gradient-grey-black-teal {
  background: linear-gradient(#808080, #000, #009688);
}

.gradient-grey-black-lime {
  background: linear-gradient(#808080, #000, #CDDC39);
}

.gradient-grey-black-yellow {
  background: linear-gradient(#808080, #000, #FFEB3B);
}

.gradient-grey-black-amber {
  background: linear-gradient(#808080, #000, #FFC107);
}

.gradient-grey-black-orange {
  background: linear-gradient(#808080, #000, #FF9800);
}

.gradient-grey-black-lightblue {
  background: linear-gradient(#808080, #000, #03A9F4);
}

.gradient-grey-black-lightgreen {
  background: linear-gradient(#808080, #000, #76FF03);
}

.gradient-grey-black-deeppurple {
  background: linear-gradient(#808080, #000, #673AB7);
}

.gradient-grey-black-deeporange {
  background: linear-gradient(#808080, #000, #DD6E0F);
}

.gradient-grey-black-brown {
  background: linear-gradient(#808080, #000, #964B00);
}

.gradient-grey-white {
  background: linear-gradient(#808080, #fff);
}

.gradient-to-top-grey-white {
  background: linear-gradient(to top, #808080, #fff);
}

.gradient-to-bottom-grey-white {
  background: linear-gradient(to bottom, #808080, #fff);
}

.gradient-to-left-grey-white {
  background: linear-gradient(to left, #808080, #fff);
}

.gradient-to-right-grey-white {
  background: linear-gradient(to right, #808080, #fff);
}

.gradient-to-top-left-grey-white {
  background: linear-gradient(to top left, #808080, #fff);
}

.gradient-to-top-right-grey-white {
  background: linear-gradient(to top right, #808080, #fff);
}

.gradient-to-bottom-left-grey-white {
  background: linear-gradient(to bottom left, #808080, #fff);
}

.gradient-to-bottom-right-grey-white {
  background: linear-gradient(to bottom right, #808080, #fff);
}

.gradient-radial-grey-white {
  background: radial-gradient(circle, #808080, #fff);
}

.gradient-grey-white-primary {
  background: linear-gradient(#808080, #fff, #03A9F4);
}

.gradient-grey-white-secondary {
  background: linear-gradient(#808080, #fff, #333);
}

.gradient-grey-white-success {
  background: linear-gradient(#808080, #fff, #28a745);
}

.gradient-grey-white-info {
  background: linear-gradient(#808080, #fff, #0DCAF0);
}

.gradient-grey-white-warning {
  background: linear-gradient(#808080, #fff, #FFC107);
}

.gradient-grey-white-danger {
  background: linear-gradient(#808080, #fff, #DC3545);
}

.gradient-grey-white-light {
  background: linear-gradient(#808080, #fff, #f5f5f5);
}

.gradient-grey-white-dark {
  background: linear-gradient(#808080, #fff, #212529);
}

.gradient-grey-white-red {
  background: linear-gradient(#808080, #fff, #F44336);
}

.gradient-grey-white-green {
  background: linear-gradient(#808080, #fff, #4CAF50);
}

.gradient-grey-white-blue {
  background: linear-gradient(#808080, #fff, #2196F3);
}

.gradient-grey-white-black {
  background: linear-gradient(#808080, #fff, #000);
}

.gradient-grey-white-pink {
  background: linear-gradient(#808080, #fff, #E91E63);
}

.gradient-grey-white-purple {
  background: linear-gradient(#808080, #fff, #9C27B0);
}

.gradient-grey-white-indigo {
  background: linear-gradient(#808080, #fff, #3E51B5);
}

.gradient-grey-white-cyan {
  background: linear-gradient(#808080, #fff, #00BCD4);
}

.gradient-grey-white-teal {
  background: linear-gradient(#808080, #fff, #009688);
}

.gradient-grey-white-lime {
  background: linear-gradient(#808080, #fff, #CDDC39);
}

.gradient-grey-white-yellow {
  background: linear-gradient(#808080, #fff, #FFEB3B);
}

.gradient-grey-white-amber {
  background: linear-gradient(#808080, #fff, #FFC107);
}

.gradient-grey-white-orange {
  background: linear-gradient(#808080, #fff, #FF9800);
}

.gradient-grey-white-lightblue {
  background: linear-gradient(#808080, #fff, #03A9F4);
}

.gradient-grey-white-lightgreen {
  background: linear-gradient(#808080, #fff, #76FF03);
}

.gradient-grey-white-deeppurple {
  background: linear-gradient(#808080, #fff, #673AB7);
}

.gradient-grey-white-deeporange {
  background: linear-gradient(#808080, #fff, #DD6E0F);
}

.gradient-grey-white-brown {
  background: linear-gradient(#808080, #fff, #964B00);
}

.gradient-grey-pink {
  background: linear-gradient(#808080, #E91E63);
}

.gradient-to-top-grey-pink {
  background: linear-gradient(to top, #808080, #E91E63);
}

.gradient-to-bottom-grey-pink {
  background: linear-gradient(to bottom, #808080, #E91E63);
}

.gradient-to-left-grey-pink {
  background: linear-gradient(to left, #808080, #E91E63);
}

.gradient-to-right-grey-pink {
  background: linear-gradient(to right, #808080, #E91E63);
}

.gradient-to-top-left-grey-pink {
  background: linear-gradient(to top left, #808080, #E91E63);
}

.gradient-to-top-right-grey-pink {
  background: linear-gradient(to top right, #808080, #E91E63);
}

.gradient-to-bottom-left-grey-pink {
  background: linear-gradient(to bottom left, #808080, #E91E63);
}

.gradient-to-bottom-right-grey-pink {
  background: linear-gradient(to bottom right, #808080, #E91E63);
}

.gradient-radial-grey-pink {
  background: radial-gradient(circle, #808080, #E91E63);
}

.gradient-grey-pink-primary {
  background: linear-gradient(#808080, #E91E63, #03A9F4);
}

.gradient-grey-pink-secondary {
  background: linear-gradient(#808080, #E91E63, #333);
}

.gradient-grey-pink-success {
  background: linear-gradient(#808080, #E91E63, #28a745);
}

.gradient-grey-pink-info {
  background: linear-gradient(#808080, #E91E63, #0DCAF0);
}

.gradient-grey-pink-warning {
  background: linear-gradient(#808080, #E91E63, #FFC107);
}

.gradient-grey-pink-danger {
  background: linear-gradient(#808080, #E91E63, #DC3545);
}

.gradient-grey-pink-light {
  background: linear-gradient(#808080, #E91E63, #f5f5f5);
}

.gradient-grey-pink-dark {
  background: linear-gradient(#808080, #E91E63, #212529);
}

.gradient-grey-pink-red {
  background: linear-gradient(#808080, #E91E63, #F44336);
}

.gradient-grey-pink-green {
  background: linear-gradient(#808080, #E91E63, #4CAF50);
}

.gradient-grey-pink-blue {
  background: linear-gradient(#808080, #E91E63, #2196F3);
}

.gradient-grey-pink-black {
  background: linear-gradient(#808080, #E91E63, #000);
}

.gradient-grey-pink-white {
  background: linear-gradient(#808080, #E91E63, #fff);
}

.gradient-grey-pink-purple {
  background: linear-gradient(#808080, #E91E63, #9C27B0);
}

.gradient-grey-pink-indigo {
  background: linear-gradient(#808080, #E91E63, #3E51B5);
}

.gradient-grey-pink-cyan {
  background: linear-gradient(#808080, #E91E63, #00BCD4);
}

.gradient-grey-pink-teal {
  background: linear-gradient(#808080, #E91E63, #009688);
}

.gradient-grey-pink-lime {
  background: linear-gradient(#808080, #E91E63, #CDDC39);
}

.gradient-grey-pink-yellow {
  background: linear-gradient(#808080, #E91E63, #FFEB3B);
}

.gradient-grey-pink-amber {
  background: linear-gradient(#808080, #E91E63, #FFC107);
}

.gradient-grey-pink-orange {
  background: linear-gradient(#808080, #E91E63, #FF9800);
}

.gradient-grey-pink-lightblue {
  background: linear-gradient(#808080, #E91E63, #03A9F4);
}

.gradient-grey-pink-lightgreen {
  background: linear-gradient(#808080, #E91E63, #76FF03);
}

.gradient-grey-pink-deeppurple {
  background: linear-gradient(#808080, #E91E63, #673AB7);
}

.gradient-grey-pink-deeporange {
  background: linear-gradient(#808080, #E91E63, #DD6E0F);
}

.gradient-grey-pink-brown {
  background: linear-gradient(#808080, #E91E63, #964B00);
}

.gradient-grey-purple {
  background: linear-gradient(#808080, #9C27B0);
}

.gradient-to-top-grey-purple {
  background: linear-gradient(to top, #808080, #9C27B0);
}

.gradient-to-bottom-grey-purple {
  background: linear-gradient(to bottom, #808080, #9C27B0);
}

.gradient-to-left-grey-purple {
  background: linear-gradient(to left, #808080, #9C27B0);
}

.gradient-to-right-grey-purple {
  background: linear-gradient(to right, #808080, #9C27B0);
}

.gradient-to-top-left-grey-purple {
  background: linear-gradient(to top left, #808080, #9C27B0);
}

.gradient-to-top-right-grey-purple {
  background: linear-gradient(to top right, #808080, #9C27B0);
}

.gradient-to-bottom-left-grey-purple {
  background: linear-gradient(to bottom left, #808080, #9C27B0);
}

.gradient-to-bottom-right-grey-purple {
  background: linear-gradient(to bottom right, #808080, #9C27B0);
}

.gradient-radial-grey-purple {
  background: radial-gradient(circle, #808080, #9C27B0);
}

.gradient-grey-purple-primary {
  background: linear-gradient(#808080, #9C27B0, #03A9F4);
}

.gradient-grey-purple-secondary {
  background: linear-gradient(#808080, #9C27B0, #333);
}

.gradient-grey-purple-success {
  background: linear-gradient(#808080, #9C27B0, #28a745);
}

.gradient-grey-purple-info {
  background: linear-gradient(#808080, #9C27B0, #0DCAF0);
}

.gradient-grey-purple-warning {
  background: linear-gradient(#808080, #9C27B0, #FFC107);
}

.gradient-grey-purple-danger {
  background: linear-gradient(#808080, #9C27B0, #DC3545);
}

.gradient-grey-purple-light {
  background: linear-gradient(#808080, #9C27B0, #f5f5f5);
}

.gradient-grey-purple-dark {
  background: linear-gradient(#808080, #9C27B0, #212529);
}

.gradient-grey-purple-red {
  background: linear-gradient(#808080, #9C27B0, #F44336);
}

.gradient-grey-purple-green {
  background: linear-gradient(#808080, #9C27B0, #4CAF50);
}

.gradient-grey-purple-blue {
  background: linear-gradient(#808080, #9C27B0, #2196F3);
}

.gradient-grey-purple-black {
  background: linear-gradient(#808080, #9C27B0, #000);
}

.gradient-grey-purple-white {
  background: linear-gradient(#808080, #9C27B0, #fff);
}

.gradient-grey-purple-pink {
  background: linear-gradient(#808080, #9C27B0, #E91E63);
}

.gradient-grey-purple-indigo {
  background: linear-gradient(#808080, #9C27B0, #3E51B5);
}

.gradient-grey-purple-cyan {
  background: linear-gradient(#808080, #9C27B0, #00BCD4);
}

.gradient-grey-purple-teal {
  background: linear-gradient(#808080, #9C27B0, #009688);
}

.gradient-grey-purple-lime {
  background: linear-gradient(#808080, #9C27B0, #CDDC39);
}

.gradient-grey-purple-yellow {
  background: linear-gradient(#808080, #9C27B0, #FFEB3B);
}

.gradient-grey-purple-amber {
  background: linear-gradient(#808080, #9C27B0, #FFC107);
}

.gradient-grey-purple-orange {
  background: linear-gradient(#808080, #9C27B0, #FF9800);
}

.gradient-grey-purple-lightblue {
  background: linear-gradient(#808080, #9C27B0, #03A9F4);
}

.gradient-grey-purple-lightgreen {
  background: linear-gradient(#808080, #9C27B0, #76FF03);
}

.gradient-grey-purple-deeppurple {
  background: linear-gradient(#808080, #9C27B0, #673AB7);
}

.gradient-grey-purple-deeporange {
  background: linear-gradient(#808080, #9C27B0, #DD6E0F);
}

.gradient-grey-purple-brown {
  background: linear-gradient(#808080, #9C27B0, #964B00);
}

.gradient-grey-indigo {
  background: linear-gradient(#808080, #3E51B5);
}

.gradient-to-top-grey-indigo {
  background: linear-gradient(to top, #808080, #3E51B5);
}

.gradient-to-bottom-grey-indigo {
  background: linear-gradient(to bottom, #808080, #3E51B5);
}

.gradient-to-left-grey-indigo {
  background: linear-gradient(to left, #808080, #3E51B5);
}

.gradient-to-right-grey-indigo {
  background: linear-gradient(to right, #808080, #3E51B5);
}

.gradient-to-top-left-grey-indigo {
  background: linear-gradient(to top left, #808080, #3E51B5);
}

.gradient-to-top-right-grey-indigo {
  background: linear-gradient(to top right, #808080, #3E51B5);
}

.gradient-to-bottom-left-grey-indigo {
  background: linear-gradient(to bottom left, #808080, #3E51B5);
}

.gradient-to-bottom-right-grey-indigo {
  background: linear-gradient(to bottom right, #808080, #3E51B5);
}

.gradient-radial-grey-indigo {
  background: radial-gradient(circle, #808080, #3E51B5);
}

.gradient-grey-indigo-primary {
  background: linear-gradient(#808080, #3E51B5, #03A9F4);
}

.gradient-grey-indigo-secondary {
  background: linear-gradient(#808080, #3E51B5, #333);
}

.gradient-grey-indigo-success {
  background: linear-gradient(#808080, #3E51B5, #28a745);
}

.gradient-grey-indigo-info {
  background: linear-gradient(#808080, #3E51B5, #0DCAF0);
}

.gradient-grey-indigo-warning {
  background: linear-gradient(#808080, #3E51B5, #FFC107);
}

.gradient-grey-indigo-danger {
  background: linear-gradient(#808080, #3E51B5, #DC3545);
}

.gradient-grey-indigo-light {
  background: linear-gradient(#808080, #3E51B5, #f5f5f5);
}

.gradient-grey-indigo-dark {
  background: linear-gradient(#808080, #3E51B5, #212529);
}

.gradient-grey-indigo-red {
  background: linear-gradient(#808080, #3E51B5, #F44336);
}

.gradient-grey-indigo-green {
  background: linear-gradient(#808080, #3E51B5, #4CAF50);
}

.gradient-grey-indigo-blue {
  background: linear-gradient(#808080, #3E51B5, #2196F3);
}

.gradient-grey-indigo-black {
  background: linear-gradient(#808080, #3E51B5, #000);
}

.gradient-grey-indigo-white {
  background: linear-gradient(#808080, #3E51B5, #fff);
}

.gradient-grey-indigo-pink {
  background: linear-gradient(#808080, #3E51B5, #E91E63);
}

.gradient-grey-indigo-purple {
  background: linear-gradient(#808080, #3E51B5, #9C27B0);
}

.gradient-grey-indigo-cyan {
  background: linear-gradient(#808080, #3E51B5, #00BCD4);
}

.gradient-grey-indigo-teal {
  background: linear-gradient(#808080, #3E51B5, #009688);
}

.gradient-grey-indigo-lime {
  background: linear-gradient(#808080, #3E51B5, #CDDC39);
}

.gradient-grey-indigo-yellow {
  background: linear-gradient(#808080, #3E51B5, #FFEB3B);
}

.gradient-grey-indigo-amber {
  background: linear-gradient(#808080, #3E51B5, #FFC107);
}

.gradient-grey-indigo-orange {
  background: linear-gradient(#808080, #3E51B5, #FF9800);
}

.gradient-grey-indigo-lightblue {
  background: linear-gradient(#808080, #3E51B5, #03A9F4);
}

.gradient-grey-indigo-lightgreen {
  background: linear-gradient(#808080, #3E51B5, #76FF03);
}

.gradient-grey-indigo-deeppurple {
  background: linear-gradient(#808080, #3E51B5, #673AB7);
}

.gradient-grey-indigo-deeporange {
  background: linear-gradient(#808080, #3E51B5, #DD6E0F);
}

.gradient-grey-indigo-brown {
  background: linear-gradient(#808080, #3E51B5, #964B00);
}

.gradient-grey-cyan {
  background: linear-gradient(#808080, #00BCD4);
}

.gradient-to-top-grey-cyan {
  background: linear-gradient(to top, #808080, #00BCD4);
}

.gradient-to-bottom-grey-cyan {
  background: linear-gradient(to bottom, #808080, #00BCD4);
}

.gradient-to-left-grey-cyan {
  background: linear-gradient(to left, #808080, #00BCD4);
}

.gradient-to-right-grey-cyan {
  background: linear-gradient(to right, #808080, #00BCD4);
}

.gradient-to-top-left-grey-cyan {
  background: linear-gradient(to top left, #808080, #00BCD4);
}

.gradient-to-top-right-grey-cyan {
  background: linear-gradient(to top right, #808080, #00BCD4);
}

.gradient-to-bottom-left-grey-cyan {
  background: linear-gradient(to bottom left, #808080, #00BCD4);
}

.gradient-to-bottom-right-grey-cyan {
  background: linear-gradient(to bottom right, #808080, #00BCD4);
}

.gradient-radial-grey-cyan {
  background: radial-gradient(circle, #808080, #00BCD4);
}

.gradient-grey-cyan-primary {
  background: linear-gradient(#808080, #00BCD4, #03A9F4);
}

.gradient-grey-cyan-secondary {
  background: linear-gradient(#808080, #00BCD4, #333);
}

.gradient-grey-cyan-success {
  background: linear-gradient(#808080, #00BCD4, #28a745);
}

.gradient-grey-cyan-info {
  background: linear-gradient(#808080, #00BCD4, #0DCAF0);
}

.gradient-grey-cyan-warning {
  background: linear-gradient(#808080, #00BCD4, #FFC107);
}

.gradient-grey-cyan-danger {
  background: linear-gradient(#808080, #00BCD4, #DC3545);
}

.gradient-grey-cyan-light {
  background: linear-gradient(#808080, #00BCD4, #f5f5f5);
}

.gradient-grey-cyan-dark {
  background: linear-gradient(#808080, #00BCD4, #212529);
}

.gradient-grey-cyan-red {
  background: linear-gradient(#808080, #00BCD4, #F44336);
}

.gradient-grey-cyan-green {
  background: linear-gradient(#808080, #00BCD4, #4CAF50);
}

.gradient-grey-cyan-blue {
  background: linear-gradient(#808080, #00BCD4, #2196F3);
}

.gradient-grey-cyan-black {
  background: linear-gradient(#808080, #00BCD4, #000);
}

.gradient-grey-cyan-white {
  background: linear-gradient(#808080, #00BCD4, #fff);
}

.gradient-grey-cyan-pink {
  background: linear-gradient(#808080, #00BCD4, #E91E63);
}

.gradient-grey-cyan-purple {
  background: linear-gradient(#808080, #00BCD4, #9C27B0);
}

.gradient-grey-cyan-indigo {
  background: linear-gradient(#808080, #00BCD4, #3E51B5);
}

.gradient-grey-cyan-teal {
  background: linear-gradient(#808080, #00BCD4, #009688);
}

.gradient-grey-cyan-lime {
  background: linear-gradient(#808080, #00BCD4, #CDDC39);
}

.gradient-grey-cyan-yellow {
  background: linear-gradient(#808080, #00BCD4, #FFEB3B);
}

.gradient-grey-cyan-amber {
  background: linear-gradient(#808080, #00BCD4, #FFC107);
}

.gradient-grey-cyan-orange {
  background: linear-gradient(#808080, #00BCD4, #FF9800);
}

.gradient-grey-cyan-lightblue {
  background: linear-gradient(#808080, #00BCD4, #03A9F4);
}

.gradient-grey-cyan-lightgreen {
  background: linear-gradient(#808080, #00BCD4, #76FF03);
}

.gradient-grey-cyan-deeppurple {
  background: linear-gradient(#808080, #00BCD4, #673AB7);
}

.gradient-grey-cyan-deeporange {
  background: linear-gradient(#808080, #00BCD4, #DD6E0F);
}

.gradient-grey-cyan-brown {
  background: linear-gradient(#808080, #00BCD4, #964B00);
}

.gradient-grey-teal {
  background: linear-gradient(#808080, #009688);
}

.gradient-to-top-grey-teal {
  background: linear-gradient(to top, #808080, #009688);
}

.gradient-to-bottom-grey-teal {
  background: linear-gradient(to bottom, #808080, #009688);
}

.gradient-to-left-grey-teal {
  background: linear-gradient(to left, #808080, #009688);
}

.gradient-to-right-grey-teal {
  background: linear-gradient(to right, #808080, #009688);
}

.gradient-to-top-left-grey-teal {
  background: linear-gradient(to top left, #808080, #009688);
}

.gradient-to-top-right-grey-teal {
  background: linear-gradient(to top right, #808080, #009688);
}

.gradient-to-bottom-left-grey-teal {
  background: linear-gradient(to bottom left, #808080, #009688);
}

.gradient-to-bottom-right-grey-teal {
  background: linear-gradient(to bottom right, #808080, #009688);
}

.gradient-radial-grey-teal {
  background: radial-gradient(circle, #808080, #009688);
}

.gradient-grey-teal-primary {
  background: linear-gradient(#808080, #009688, #03A9F4);
}

.gradient-grey-teal-secondary {
  background: linear-gradient(#808080, #009688, #333);
}

.gradient-grey-teal-success {
  background: linear-gradient(#808080, #009688, #28a745);
}

.gradient-grey-teal-info {
  background: linear-gradient(#808080, #009688, #0DCAF0);
}

.gradient-grey-teal-warning {
  background: linear-gradient(#808080, #009688, #FFC107);
}

.gradient-grey-teal-danger {
  background: linear-gradient(#808080, #009688, #DC3545);
}

.gradient-grey-teal-light {
  background: linear-gradient(#808080, #009688, #f5f5f5);
}

.gradient-grey-teal-dark {
  background: linear-gradient(#808080, #009688, #212529);
}

.gradient-grey-teal-red {
  background: linear-gradient(#808080, #009688, #F44336);
}

.gradient-grey-teal-green {
  background: linear-gradient(#808080, #009688, #4CAF50);
}

.gradient-grey-teal-blue {
  background: linear-gradient(#808080, #009688, #2196F3);
}

.gradient-grey-teal-black {
  background: linear-gradient(#808080, #009688, #000);
}

.gradient-grey-teal-white {
  background: linear-gradient(#808080, #009688, #fff);
}

.gradient-grey-teal-pink {
  background: linear-gradient(#808080, #009688, #E91E63);
}

.gradient-grey-teal-purple {
  background: linear-gradient(#808080, #009688, #9C27B0);
}

.gradient-grey-teal-indigo {
  background: linear-gradient(#808080, #009688, #3E51B5);
}

.gradient-grey-teal-cyan {
  background: linear-gradient(#808080, #009688, #00BCD4);
}

.gradient-grey-teal-lime {
  background: linear-gradient(#808080, #009688, #CDDC39);
}

.gradient-grey-teal-yellow {
  background: linear-gradient(#808080, #009688, #FFEB3B);
}

.gradient-grey-teal-amber {
  background: linear-gradient(#808080, #009688, #FFC107);
}

.gradient-grey-teal-orange {
  background: linear-gradient(#808080, #009688, #FF9800);
}

.gradient-grey-teal-lightblue {
  background: linear-gradient(#808080, #009688, #03A9F4);
}

.gradient-grey-teal-lightgreen {
  background: linear-gradient(#808080, #009688, #76FF03);
}

.gradient-grey-teal-deeppurple {
  background: linear-gradient(#808080, #009688, #673AB7);
}

.gradient-grey-teal-deeporange {
  background: linear-gradient(#808080, #009688, #DD6E0F);
}

.gradient-grey-teal-brown {
  background: linear-gradient(#808080, #009688, #964B00);
}

.gradient-grey-lime {
  background: linear-gradient(#808080, #CDDC39);
}

.gradient-to-top-grey-lime {
  background: linear-gradient(to top, #808080, #CDDC39);
}

.gradient-to-bottom-grey-lime {
  background: linear-gradient(to bottom, #808080, #CDDC39);
}

.gradient-to-left-grey-lime {
  background: linear-gradient(to left, #808080, #CDDC39);
}

.gradient-to-right-grey-lime {
  background: linear-gradient(to right, #808080, #CDDC39);
}

.gradient-to-top-left-grey-lime {
  background: linear-gradient(to top left, #808080, #CDDC39);
}

.gradient-to-top-right-grey-lime {
  background: linear-gradient(to top right, #808080, #CDDC39);
}

.gradient-to-bottom-left-grey-lime {
  background: linear-gradient(to bottom left, #808080, #CDDC39);
}

.gradient-to-bottom-right-grey-lime {
  background: linear-gradient(to bottom right, #808080, #CDDC39);
}

.gradient-radial-grey-lime {
  background: radial-gradient(circle, #808080, #CDDC39);
}

.gradient-grey-lime-primary {
  background: linear-gradient(#808080, #CDDC39, #03A9F4);
}

.gradient-grey-lime-secondary {
  background: linear-gradient(#808080, #CDDC39, #333);
}

.gradient-grey-lime-success {
  background: linear-gradient(#808080, #CDDC39, #28a745);
}

.gradient-grey-lime-info {
  background: linear-gradient(#808080, #CDDC39, #0DCAF0);
}

.gradient-grey-lime-warning {
  background: linear-gradient(#808080, #CDDC39, #FFC107);
}

.gradient-grey-lime-danger {
  background: linear-gradient(#808080, #CDDC39, #DC3545);
}

.gradient-grey-lime-light {
  background: linear-gradient(#808080, #CDDC39, #f5f5f5);
}

.gradient-grey-lime-dark {
  background: linear-gradient(#808080, #CDDC39, #212529);
}

.gradient-grey-lime-red {
  background: linear-gradient(#808080, #CDDC39, #F44336);
}

.gradient-grey-lime-green {
  background: linear-gradient(#808080, #CDDC39, #4CAF50);
}

.gradient-grey-lime-blue {
  background: linear-gradient(#808080, #CDDC39, #2196F3);
}

.gradient-grey-lime-black {
  background: linear-gradient(#808080, #CDDC39, #000);
}

.gradient-grey-lime-white {
  background: linear-gradient(#808080, #CDDC39, #fff);
}

.gradient-grey-lime-pink {
  background: linear-gradient(#808080, #CDDC39, #E91E63);
}

.gradient-grey-lime-purple {
  background: linear-gradient(#808080, #CDDC39, #9C27B0);
}

.gradient-grey-lime-indigo {
  background: linear-gradient(#808080, #CDDC39, #3E51B5);
}

.gradient-grey-lime-cyan {
  background: linear-gradient(#808080, #CDDC39, #00BCD4);
}

.gradient-grey-lime-teal {
  background: linear-gradient(#808080, #CDDC39, #009688);
}

.gradient-grey-lime-yellow {
  background: linear-gradient(#808080, #CDDC39, #FFEB3B);
}

.gradient-grey-lime-amber {
  background: linear-gradient(#808080, #CDDC39, #FFC107);
}

.gradient-grey-lime-orange {
  background: linear-gradient(#808080, #CDDC39, #FF9800);
}

.gradient-grey-lime-lightblue {
  background: linear-gradient(#808080, #CDDC39, #03A9F4);
}

.gradient-grey-lime-lightgreen {
  background: linear-gradient(#808080, #CDDC39, #76FF03);
}

.gradient-grey-lime-deeppurple {
  background: linear-gradient(#808080, #CDDC39, #673AB7);
}

.gradient-grey-lime-deeporange {
  background: linear-gradient(#808080, #CDDC39, #DD6E0F);
}

.gradient-grey-lime-brown {
  background: linear-gradient(#808080, #CDDC39, #964B00);
}

.gradient-grey-yellow {
  background: linear-gradient(#808080, #FFEB3B);
}

.gradient-to-top-grey-yellow {
  background: linear-gradient(to top, #808080, #FFEB3B);
}

.gradient-to-bottom-grey-yellow {
  background: linear-gradient(to bottom, #808080, #FFEB3B);
}

.gradient-to-left-grey-yellow {
  background: linear-gradient(to left, #808080, #FFEB3B);
}

.gradient-to-right-grey-yellow {
  background: linear-gradient(to right, #808080, #FFEB3B);
}

.gradient-to-top-left-grey-yellow {
  background: linear-gradient(to top left, #808080, #FFEB3B);
}

.gradient-to-top-right-grey-yellow {
  background: linear-gradient(to top right, #808080, #FFEB3B);
}

.gradient-to-bottom-left-grey-yellow {
  background: linear-gradient(to bottom left, #808080, #FFEB3B);
}

.gradient-to-bottom-right-grey-yellow {
  background: linear-gradient(to bottom right, #808080, #FFEB3B);
}

.gradient-radial-grey-yellow {
  background: radial-gradient(circle, #808080, #FFEB3B);
}

.gradient-grey-yellow-primary {
  background: linear-gradient(#808080, #FFEB3B, #03A9F4);
}

.gradient-grey-yellow-secondary {
  background: linear-gradient(#808080, #FFEB3B, #333);
}

.gradient-grey-yellow-success {
  background: linear-gradient(#808080, #FFEB3B, #28a745);
}

.gradient-grey-yellow-info {
  background: linear-gradient(#808080, #FFEB3B, #0DCAF0);
}

.gradient-grey-yellow-warning {
  background: linear-gradient(#808080, #FFEB3B, #FFC107);
}

.gradient-grey-yellow-danger {
  background: linear-gradient(#808080, #FFEB3B, #DC3545);
}

.gradient-grey-yellow-light {
  background: linear-gradient(#808080, #FFEB3B, #f5f5f5);
}

.gradient-grey-yellow-dark {
  background: linear-gradient(#808080, #FFEB3B, #212529);
}

.gradient-grey-yellow-red {
  background: linear-gradient(#808080, #FFEB3B, #F44336);
}

.gradient-grey-yellow-green {
  background: linear-gradient(#808080, #FFEB3B, #4CAF50);
}

.gradient-grey-yellow-blue {
  background: linear-gradient(#808080, #FFEB3B, #2196F3);
}

.gradient-grey-yellow-black {
  background: linear-gradient(#808080, #FFEB3B, #000);
}

.gradient-grey-yellow-white {
  background: linear-gradient(#808080, #FFEB3B, #fff);
}

.gradient-grey-yellow-pink {
  background: linear-gradient(#808080, #FFEB3B, #E91E63);
}

.gradient-grey-yellow-purple {
  background: linear-gradient(#808080, #FFEB3B, #9C27B0);
}

.gradient-grey-yellow-indigo {
  background: linear-gradient(#808080, #FFEB3B, #3E51B5);
}

.gradient-grey-yellow-cyan {
  background: linear-gradient(#808080, #FFEB3B, #00BCD4);
}

.gradient-grey-yellow-teal {
  background: linear-gradient(#808080, #FFEB3B, #009688);
}

.gradient-grey-yellow-lime {
  background: linear-gradient(#808080, #FFEB3B, #CDDC39);
}

.gradient-grey-yellow-amber {
  background: linear-gradient(#808080, #FFEB3B, #FFC107);
}

.gradient-grey-yellow-orange {
  background: linear-gradient(#808080, #FFEB3B, #FF9800);
}

.gradient-grey-yellow-lightblue {
  background: linear-gradient(#808080, #FFEB3B, #03A9F4);
}

.gradient-grey-yellow-lightgreen {
  background: linear-gradient(#808080, #FFEB3B, #76FF03);
}

.gradient-grey-yellow-deeppurple {
  background: linear-gradient(#808080, #FFEB3B, #673AB7);
}

.gradient-grey-yellow-deeporange {
  background: linear-gradient(#808080, #FFEB3B, #DD6E0F);
}

.gradient-grey-yellow-brown {
  background: linear-gradient(#808080, #FFEB3B, #964B00);
}

.gradient-grey-amber {
  background: linear-gradient(#808080, #FFC107);
}

.gradient-to-top-grey-amber {
  background: linear-gradient(to top, #808080, #FFC107);
}

.gradient-to-bottom-grey-amber {
  background: linear-gradient(to bottom, #808080, #FFC107);
}

.gradient-to-left-grey-amber {
  background: linear-gradient(to left, #808080, #FFC107);
}

.gradient-to-right-grey-amber {
  background: linear-gradient(to right, #808080, #FFC107);
}

.gradient-to-top-left-grey-amber {
  background: linear-gradient(to top left, #808080, #FFC107);
}

.gradient-to-top-right-grey-amber {
  background: linear-gradient(to top right, #808080, #FFC107);
}

.gradient-to-bottom-left-grey-amber {
  background: linear-gradient(to bottom left, #808080, #FFC107);
}

.gradient-to-bottom-right-grey-amber {
  background: linear-gradient(to bottom right, #808080, #FFC107);
}

.gradient-radial-grey-amber {
  background: radial-gradient(circle, #808080, #FFC107);
}

.gradient-grey-amber-primary {
  background: linear-gradient(#808080, #FFC107, #03A9F4);
}

.gradient-grey-amber-secondary {
  background: linear-gradient(#808080, #FFC107, #333);
}

.gradient-grey-amber-success {
  background: linear-gradient(#808080, #FFC107, #28a745);
}

.gradient-grey-amber-info {
  background: linear-gradient(#808080, #FFC107, #0DCAF0);
}

.gradient-grey-amber-warning {
  background: linear-gradient(#808080, #FFC107, #FFC107);
}

.gradient-grey-amber-danger {
  background: linear-gradient(#808080, #FFC107, #DC3545);
}

.gradient-grey-amber-light {
  background: linear-gradient(#808080, #FFC107, #f5f5f5);
}

.gradient-grey-amber-dark {
  background: linear-gradient(#808080, #FFC107, #212529);
}

.gradient-grey-amber-red {
  background: linear-gradient(#808080, #FFC107, #F44336);
}

.gradient-grey-amber-green {
  background: linear-gradient(#808080, #FFC107, #4CAF50);
}

.gradient-grey-amber-blue {
  background: linear-gradient(#808080, #FFC107, #2196F3);
}

.gradient-grey-amber-black {
  background: linear-gradient(#808080, #FFC107, #000);
}

.gradient-grey-amber-white {
  background: linear-gradient(#808080, #FFC107, #fff);
}

.gradient-grey-amber-pink {
  background: linear-gradient(#808080, #FFC107, #E91E63);
}

.gradient-grey-amber-purple {
  background: linear-gradient(#808080, #FFC107, #9C27B0);
}

.gradient-grey-amber-indigo {
  background: linear-gradient(#808080, #FFC107, #3E51B5);
}

.gradient-grey-amber-cyan {
  background: linear-gradient(#808080, #FFC107, #00BCD4);
}

.gradient-grey-amber-teal {
  background: linear-gradient(#808080, #FFC107, #009688);
}

.gradient-grey-amber-lime {
  background: linear-gradient(#808080, #FFC107, #CDDC39);
}

.gradient-grey-amber-yellow {
  background: linear-gradient(#808080, #FFC107, #FFEB3B);
}

.gradient-grey-amber-orange {
  background: linear-gradient(#808080, #FFC107, #FF9800);
}

.gradient-grey-amber-lightblue {
  background: linear-gradient(#808080, #FFC107, #03A9F4);
}

.gradient-grey-amber-lightgreen {
  background: linear-gradient(#808080, #FFC107, #76FF03);
}

.gradient-grey-amber-deeppurple {
  background: linear-gradient(#808080, #FFC107, #673AB7);
}

.gradient-grey-amber-deeporange {
  background: linear-gradient(#808080, #FFC107, #DD6E0F);
}

.gradient-grey-amber-brown {
  background: linear-gradient(#808080, #FFC107, #964B00);
}

.gradient-grey-orange {
  background: linear-gradient(#808080, #FF9800);
}

.gradient-to-top-grey-orange {
  background: linear-gradient(to top, #808080, #FF9800);
}

.gradient-to-bottom-grey-orange {
  background: linear-gradient(to bottom, #808080, #FF9800);
}

.gradient-to-left-grey-orange {
  background: linear-gradient(to left, #808080, #FF9800);
}

.gradient-to-right-grey-orange {
  background: linear-gradient(to right, #808080, #FF9800);
}

.gradient-to-top-left-grey-orange {
  background: linear-gradient(to top left, #808080, #FF9800);
}

.gradient-to-top-right-grey-orange {
  background: linear-gradient(to top right, #808080, #FF9800);
}

.gradient-to-bottom-left-grey-orange {
  background: linear-gradient(to bottom left, #808080, #FF9800);
}

.gradient-to-bottom-right-grey-orange {
  background: linear-gradient(to bottom right, #808080, #FF9800);
}

.gradient-radial-grey-orange {
  background: radial-gradient(circle, #808080, #FF9800);
}

.gradient-grey-orange-primary {
  background: linear-gradient(#808080, #FF9800, #03A9F4);
}

.gradient-grey-orange-secondary {
  background: linear-gradient(#808080, #FF9800, #333);
}

.gradient-grey-orange-success {
  background: linear-gradient(#808080, #FF9800, #28a745);
}

.gradient-grey-orange-info {
  background: linear-gradient(#808080, #FF9800, #0DCAF0);
}

.gradient-grey-orange-warning {
  background: linear-gradient(#808080, #FF9800, #FFC107);
}

.gradient-grey-orange-danger {
  background: linear-gradient(#808080, #FF9800, #DC3545);
}

.gradient-grey-orange-light {
  background: linear-gradient(#808080, #FF9800, #f5f5f5);
}

.gradient-grey-orange-dark {
  background: linear-gradient(#808080, #FF9800, #212529);
}

.gradient-grey-orange-red {
  background: linear-gradient(#808080, #FF9800, #F44336);
}

.gradient-grey-orange-green {
  background: linear-gradient(#808080, #FF9800, #4CAF50);
}

.gradient-grey-orange-blue {
  background: linear-gradient(#808080, #FF9800, #2196F3);
}

.gradient-grey-orange-black {
  background: linear-gradient(#808080, #FF9800, #000);
}

.gradient-grey-orange-white {
  background: linear-gradient(#808080, #FF9800, #fff);
}

.gradient-grey-orange-pink {
  background: linear-gradient(#808080, #FF9800, #E91E63);
}

.gradient-grey-orange-purple {
  background: linear-gradient(#808080, #FF9800, #9C27B0);
}

.gradient-grey-orange-indigo {
  background: linear-gradient(#808080, #FF9800, #3E51B5);
}

.gradient-grey-orange-cyan {
  background: linear-gradient(#808080, #FF9800, #00BCD4);
}

.gradient-grey-orange-teal {
  background: linear-gradient(#808080, #FF9800, #009688);
}

.gradient-grey-orange-lime {
  background: linear-gradient(#808080, #FF9800, #CDDC39);
}

.gradient-grey-orange-yellow {
  background: linear-gradient(#808080, #FF9800, #FFEB3B);
}

.gradient-grey-orange-amber {
  background: linear-gradient(#808080, #FF9800, #FFC107);
}

.gradient-grey-orange-lightblue {
  background: linear-gradient(#808080, #FF9800, #03A9F4);
}

.gradient-grey-orange-lightgreen {
  background: linear-gradient(#808080, #FF9800, #76FF03);
}

.gradient-grey-orange-deeppurple {
  background: linear-gradient(#808080, #FF9800, #673AB7);
}

.gradient-grey-orange-deeporange {
  background: linear-gradient(#808080, #FF9800, #DD6E0F);
}

.gradient-grey-orange-brown {
  background: linear-gradient(#808080, #FF9800, #964B00);
}

.gradient-grey-lightblue {
  background: linear-gradient(#808080, #03A9F4);
}

.gradient-to-top-grey-lightblue {
  background: linear-gradient(to top, #808080, #03A9F4);
}

.gradient-to-bottom-grey-lightblue {
  background: linear-gradient(to bottom, #808080, #03A9F4);
}

.gradient-to-left-grey-lightblue {
  background: linear-gradient(to left, #808080, #03A9F4);
}

.gradient-to-right-grey-lightblue {
  background: linear-gradient(to right, #808080, #03A9F4);
}

.gradient-to-top-left-grey-lightblue {
  background: linear-gradient(to top left, #808080, #03A9F4);
}

.gradient-to-top-right-grey-lightblue {
  background: linear-gradient(to top right, #808080, #03A9F4);
}

.gradient-to-bottom-left-grey-lightblue {
  background: linear-gradient(to bottom left, #808080, #03A9F4);
}

.gradient-to-bottom-right-grey-lightblue {
  background: linear-gradient(to bottom right, #808080, #03A9F4);
}

.gradient-radial-grey-lightblue {
  background: radial-gradient(circle, #808080, #03A9F4);
}

.gradient-grey-lightblue-primary {
  background: linear-gradient(#808080, #03A9F4, #03A9F4);
}

.gradient-grey-lightblue-secondary {
  background: linear-gradient(#808080, #03A9F4, #333);
}

.gradient-grey-lightblue-success {
  background: linear-gradient(#808080, #03A9F4, #28a745);
}

.gradient-grey-lightblue-info {
  background: linear-gradient(#808080, #03A9F4, #0DCAF0);
}

.gradient-grey-lightblue-warning {
  background: linear-gradient(#808080, #03A9F4, #FFC107);
}

.gradient-grey-lightblue-danger {
  background: linear-gradient(#808080, #03A9F4, #DC3545);
}

.gradient-grey-lightblue-light {
  background: linear-gradient(#808080, #03A9F4, #f5f5f5);
}

.gradient-grey-lightblue-dark {
  background: linear-gradient(#808080, #03A9F4, #212529);
}

.gradient-grey-lightblue-red {
  background: linear-gradient(#808080, #03A9F4, #F44336);
}

.gradient-grey-lightblue-green {
  background: linear-gradient(#808080, #03A9F4, #4CAF50);
}

.gradient-grey-lightblue-blue {
  background: linear-gradient(#808080, #03A9F4, #2196F3);
}

.gradient-grey-lightblue-black {
  background: linear-gradient(#808080, #03A9F4, #000);
}

.gradient-grey-lightblue-white {
  background: linear-gradient(#808080, #03A9F4, #fff);
}

.gradient-grey-lightblue-pink {
  background: linear-gradient(#808080, #03A9F4, #E91E63);
}

.gradient-grey-lightblue-purple {
  background: linear-gradient(#808080, #03A9F4, #9C27B0);
}

.gradient-grey-lightblue-indigo {
  background: linear-gradient(#808080, #03A9F4, #3E51B5);
}

.gradient-grey-lightblue-cyan {
  background: linear-gradient(#808080, #03A9F4, #00BCD4);
}

.gradient-grey-lightblue-teal {
  background: linear-gradient(#808080, #03A9F4, #009688);
}

.gradient-grey-lightblue-lime {
  background: linear-gradient(#808080, #03A9F4, #CDDC39);
}

.gradient-grey-lightblue-yellow {
  background: linear-gradient(#808080, #03A9F4, #FFEB3B);
}

.gradient-grey-lightblue-amber {
  background: linear-gradient(#808080, #03A9F4, #FFC107);
}

.gradient-grey-lightblue-orange {
  background: linear-gradient(#808080, #03A9F4, #FF9800);
}

.gradient-grey-lightblue-lightgreen {
  background: linear-gradient(#808080, #03A9F4, #76FF03);
}

.gradient-grey-lightblue-deeppurple {
  background: linear-gradient(#808080, #03A9F4, #673AB7);
}

.gradient-grey-lightblue-deeporange {
  background: linear-gradient(#808080, #03A9F4, #DD6E0F);
}

.gradient-grey-lightblue-brown {
  background: linear-gradient(#808080, #03A9F4, #964B00);
}

.gradient-grey-lightgreen {
  background: linear-gradient(#808080, #76FF03);
}

.gradient-to-top-grey-lightgreen {
  background: linear-gradient(to top, #808080, #76FF03);
}

.gradient-to-bottom-grey-lightgreen {
  background: linear-gradient(to bottom, #808080, #76FF03);
}

.gradient-to-left-grey-lightgreen {
  background: linear-gradient(to left, #808080, #76FF03);
}

.gradient-to-right-grey-lightgreen {
  background: linear-gradient(to right, #808080, #76FF03);
}

.gradient-to-top-left-grey-lightgreen {
  background: linear-gradient(to top left, #808080, #76FF03);
}

.gradient-to-top-right-grey-lightgreen {
  background: linear-gradient(to top right, #808080, #76FF03);
}

.gradient-to-bottom-left-grey-lightgreen {
  background: linear-gradient(to bottom left, #808080, #76FF03);
}

.gradient-to-bottom-right-grey-lightgreen {
  background: linear-gradient(to bottom right, #808080, #76FF03);
}

.gradient-radial-grey-lightgreen {
  background: radial-gradient(circle, #808080, #76FF03);
}

.gradient-grey-lightgreen-primary {
  background: linear-gradient(#808080, #76FF03, #03A9F4);
}

.gradient-grey-lightgreen-secondary {
  background: linear-gradient(#808080, #76FF03, #333);
}

.gradient-grey-lightgreen-success {
  background: linear-gradient(#808080, #76FF03, #28a745);
}

.gradient-grey-lightgreen-info {
  background: linear-gradient(#808080, #76FF03, #0DCAF0);
}

.gradient-grey-lightgreen-warning {
  background: linear-gradient(#808080, #76FF03, #FFC107);
}

.gradient-grey-lightgreen-danger {
  background: linear-gradient(#808080, #76FF03, #DC3545);
}

.gradient-grey-lightgreen-light {
  background: linear-gradient(#808080, #76FF03, #f5f5f5);
}

.gradient-grey-lightgreen-dark {
  background: linear-gradient(#808080, #76FF03, #212529);
}

.gradient-grey-lightgreen-red {
  background: linear-gradient(#808080, #76FF03, #F44336);
}

.gradient-grey-lightgreen-green {
  background: linear-gradient(#808080, #76FF03, #4CAF50);
}

.gradient-grey-lightgreen-blue {
  background: linear-gradient(#808080, #76FF03, #2196F3);
}

.gradient-grey-lightgreen-black {
  background: linear-gradient(#808080, #76FF03, #000);
}

.gradient-grey-lightgreen-white {
  background: linear-gradient(#808080, #76FF03, #fff);
}

.gradient-grey-lightgreen-pink {
  background: linear-gradient(#808080, #76FF03, #E91E63);
}

.gradient-grey-lightgreen-purple {
  background: linear-gradient(#808080, #76FF03, #9C27B0);
}

.gradient-grey-lightgreen-indigo {
  background: linear-gradient(#808080, #76FF03, #3E51B5);
}

.gradient-grey-lightgreen-cyan {
  background: linear-gradient(#808080, #76FF03, #00BCD4);
}

.gradient-grey-lightgreen-teal {
  background: linear-gradient(#808080, #76FF03, #009688);
}

.gradient-grey-lightgreen-lime {
  background: linear-gradient(#808080, #76FF03, #CDDC39);
}

.gradient-grey-lightgreen-yellow {
  background: linear-gradient(#808080, #76FF03, #FFEB3B);
}

.gradient-grey-lightgreen-amber {
  background: linear-gradient(#808080, #76FF03, #FFC107);
}

.gradient-grey-lightgreen-orange {
  background: linear-gradient(#808080, #76FF03, #FF9800);
}

.gradient-grey-lightgreen-lightblue {
  background: linear-gradient(#808080, #76FF03, #03A9F4);
}

.gradient-grey-lightgreen-deeppurple {
  background: linear-gradient(#808080, #76FF03, #673AB7);
}

.gradient-grey-lightgreen-deeporange {
  background: linear-gradient(#808080, #76FF03, #DD6E0F);
}

.gradient-grey-lightgreen-brown {
  background: linear-gradient(#808080, #76FF03, #964B00);
}

.gradient-grey-deeppurple {
  background: linear-gradient(#808080, #673AB7);
}

.gradient-to-top-grey-deeppurple {
  background: linear-gradient(to top, #808080, #673AB7);
}

.gradient-to-bottom-grey-deeppurple {
  background: linear-gradient(to bottom, #808080, #673AB7);
}

.gradient-to-left-grey-deeppurple {
  background: linear-gradient(to left, #808080, #673AB7);
}

.gradient-to-right-grey-deeppurple {
  background: linear-gradient(to right, #808080, #673AB7);
}

.gradient-to-top-left-grey-deeppurple {
  background: linear-gradient(to top left, #808080, #673AB7);
}

.gradient-to-top-right-grey-deeppurple {
  background: linear-gradient(to top right, #808080, #673AB7);
}

.gradient-to-bottom-left-grey-deeppurple {
  background: linear-gradient(to bottom left, #808080, #673AB7);
}

.gradient-to-bottom-right-grey-deeppurple {
  background: linear-gradient(to bottom right, #808080, #673AB7);
}

.gradient-radial-grey-deeppurple {
  background: radial-gradient(circle, #808080, #673AB7);
}

.gradient-grey-deeppurple-primary {
  background: linear-gradient(#808080, #673AB7, #03A9F4);
}

.gradient-grey-deeppurple-secondary {
  background: linear-gradient(#808080, #673AB7, #333);
}

.gradient-grey-deeppurple-success {
  background: linear-gradient(#808080, #673AB7, #28a745);
}

.gradient-grey-deeppurple-info {
  background: linear-gradient(#808080, #673AB7, #0DCAF0);
}

.gradient-grey-deeppurple-warning {
  background: linear-gradient(#808080, #673AB7, #FFC107);
}

.gradient-grey-deeppurple-danger {
  background: linear-gradient(#808080, #673AB7, #DC3545);
}

.gradient-grey-deeppurple-light {
  background: linear-gradient(#808080, #673AB7, #f5f5f5);
}

.gradient-grey-deeppurple-dark {
  background: linear-gradient(#808080, #673AB7, #212529);
}

.gradient-grey-deeppurple-red {
  background: linear-gradient(#808080, #673AB7, #F44336);
}

.gradient-grey-deeppurple-green {
  background: linear-gradient(#808080, #673AB7, #4CAF50);
}

.gradient-grey-deeppurple-blue {
  background: linear-gradient(#808080, #673AB7, #2196F3);
}

.gradient-grey-deeppurple-black {
  background: linear-gradient(#808080, #673AB7, #000);
}

.gradient-grey-deeppurple-white {
  background: linear-gradient(#808080, #673AB7, #fff);
}

.gradient-grey-deeppurple-pink {
  background: linear-gradient(#808080, #673AB7, #E91E63);
}

.gradient-grey-deeppurple-purple {
  background: linear-gradient(#808080, #673AB7, #9C27B0);
}

.gradient-grey-deeppurple-indigo {
  background: linear-gradient(#808080, #673AB7, #3E51B5);
}

.gradient-grey-deeppurple-cyan {
  background: linear-gradient(#808080, #673AB7, #00BCD4);
}

.gradient-grey-deeppurple-teal {
  background: linear-gradient(#808080, #673AB7, #009688);
}

.gradient-grey-deeppurple-lime {
  background: linear-gradient(#808080, #673AB7, #CDDC39);
}

.gradient-grey-deeppurple-yellow {
  background: linear-gradient(#808080, #673AB7, #FFEB3B);
}

.gradient-grey-deeppurple-amber {
  background: linear-gradient(#808080, #673AB7, #FFC107);
}

.gradient-grey-deeppurple-orange {
  background: linear-gradient(#808080, #673AB7, #FF9800);
}

.gradient-grey-deeppurple-lightblue {
  background: linear-gradient(#808080, #673AB7, #03A9F4);
}

.gradient-grey-deeppurple-lightgreen {
  background: linear-gradient(#808080, #673AB7, #76FF03);
}

.gradient-grey-deeppurple-deeporange {
  background: linear-gradient(#808080, #673AB7, #DD6E0F);
}

.gradient-grey-deeppurple-brown {
  background: linear-gradient(#808080, #673AB7, #964B00);
}

.gradient-grey-deeporange {
  background: linear-gradient(#808080, #DD6E0F);
}

.gradient-to-top-grey-deeporange {
  background: linear-gradient(to top, #808080, #DD6E0F);
}

.gradient-to-bottom-grey-deeporange {
  background: linear-gradient(to bottom, #808080, #DD6E0F);
}

.gradient-to-left-grey-deeporange {
  background: linear-gradient(to left, #808080, #DD6E0F);
}

.gradient-to-right-grey-deeporange {
  background: linear-gradient(to right, #808080, #DD6E0F);
}

.gradient-to-top-left-grey-deeporange {
  background: linear-gradient(to top left, #808080, #DD6E0F);
}

.gradient-to-top-right-grey-deeporange {
  background: linear-gradient(to top right, #808080, #DD6E0F);
}

.gradient-to-bottom-left-grey-deeporange {
  background: linear-gradient(to bottom left, #808080, #DD6E0F);
}

.gradient-to-bottom-right-grey-deeporange {
  background: linear-gradient(to bottom right, #808080, #DD6E0F);
}

.gradient-radial-grey-deeporange {
  background: radial-gradient(circle, #808080, #DD6E0F);
}

.gradient-grey-deeporange-primary {
  background: linear-gradient(#808080, #DD6E0F, #03A9F4);
}

.gradient-grey-deeporange-secondary {
  background: linear-gradient(#808080, #DD6E0F, #333);
}

.gradient-grey-deeporange-success {
  background: linear-gradient(#808080, #DD6E0F, #28a745);
}

.gradient-grey-deeporange-info {
  background: linear-gradient(#808080, #DD6E0F, #0DCAF0);
}

.gradient-grey-deeporange-warning {
  background: linear-gradient(#808080, #DD6E0F, #FFC107);
}

.gradient-grey-deeporange-danger {
  background: linear-gradient(#808080, #DD6E0F, #DC3545);
}

.gradient-grey-deeporange-light {
  background: linear-gradient(#808080, #DD6E0F, #f5f5f5);
}

.gradient-grey-deeporange-dark {
  background: linear-gradient(#808080, #DD6E0F, #212529);
}

.gradient-grey-deeporange-red {
  background: linear-gradient(#808080, #DD6E0F, #F44336);
}

.gradient-grey-deeporange-green {
  background: linear-gradient(#808080, #DD6E0F, #4CAF50);
}

.gradient-grey-deeporange-blue {
  background: linear-gradient(#808080, #DD6E0F, #2196F3);
}

.gradient-grey-deeporange-black {
  background: linear-gradient(#808080, #DD6E0F, #000);
}

.gradient-grey-deeporange-white {
  background: linear-gradient(#808080, #DD6E0F, #fff);
}

.gradient-grey-deeporange-pink {
  background: linear-gradient(#808080, #DD6E0F, #E91E63);
}

.gradient-grey-deeporange-purple {
  background: linear-gradient(#808080, #DD6E0F, #9C27B0);
}

.gradient-grey-deeporange-indigo {
  background: linear-gradient(#808080, #DD6E0F, #3E51B5);
}

.gradient-grey-deeporange-cyan {
  background: linear-gradient(#808080, #DD6E0F, #00BCD4);
}

.gradient-grey-deeporange-teal {
  background: linear-gradient(#808080, #DD6E0F, #009688);
}

.gradient-grey-deeporange-lime {
  background: linear-gradient(#808080, #DD6E0F, #CDDC39);
}

.gradient-grey-deeporange-yellow {
  background: linear-gradient(#808080, #DD6E0F, #FFEB3B);
}

.gradient-grey-deeporange-amber {
  background: linear-gradient(#808080, #DD6E0F, #FFC107);
}

.gradient-grey-deeporange-orange {
  background: linear-gradient(#808080, #DD6E0F, #FF9800);
}

.gradient-grey-deeporange-lightblue {
  background: linear-gradient(#808080, #DD6E0F, #03A9F4);
}

.gradient-grey-deeporange-lightgreen {
  background: linear-gradient(#808080, #DD6E0F, #76FF03);
}

.gradient-grey-deeporange-deeppurple {
  background: linear-gradient(#808080, #DD6E0F, #673AB7);
}

.gradient-grey-deeporange-brown {
  background: linear-gradient(#808080, #DD6E0F, #964B00);
}

.gradient-grey-brown {
  background: linear-gradient(#808080, #964B00);
}

.gradient-to-top-grey-brown {
  background: linear-gradient(to top, #808080, #964B00);
}

.gradient-to-bottom-grey-brown {
  background: linear-gradient(to bottom, #808080, #964B00);
}

.gradient-to-left-grey-brown {
  background: linear-gradient(to left, #808080, #964B00);
}

.gradient-to-right-grey-brown {
  background: linear-gradient(to right, #808080, #964B00);
}

.gradient-to-top-left-grey-brown {
  background: linear-gradient(to top left, #808080, #964B00);
}

.gradient-to-top-right-grey-brown {
  background: linear-gradient(to top right, #808080, #964B00);
}

.gradient-to-bottom-left-grey-brown {
  background: linear-gradient(to bottom left, #808080, #964B00);
}

.gradient-to-bottom-right-grey-brown {
  background: linear-gradient(to bottom right, #808080, #964B00);
}

.gradient-radial-grey-brown {
  background: radial-gradient(circle, #808080, #964B00);
}

.gradient-grey-brown-primary {
  background: linear-gradient(#808080, #964B00, #03A9F4);
}

.gradient-grey-brown-secondary {
  background: linear-gradient(#808080, #964B00, #333);
}

.gradient-grey-brown-success {
  background: linear-gradient(#808080, #964B00, #28a745);
}

.gradient-grey-brown-info {
  background: linear-gradient(#808080, #964B00, #0DCAF0);
}

.gradient-grey-brown-warning {
  background: linear-gradient(#808080, #964B00, #FFC107);
}

.gradient-grey-brown-danger {
  background: linear-gradient(#808080, #964B00, #DC3545);
}

.gradient-grey-brown-light {
  background: linear-gradient(#808080, #964B00, #f5f5f5);
}

.gradient-grey-brown-dark {
  background: linear-gradient(#808080, #964B00, #212529);
}

.gradient-grey-brown-red {
  background: linear-gradient(#808080, #964B00, #F44336);
}

.gradient-grey-brown-green {
  background: linear-gradient(#808080, #964B00, #4CAF50);
}

.gradient-grey-brown-blue {
  background: linear-gradient(#808080, #964B00, #2196F3);
}

.gradient-grey-brown-black {
  background: linear-gradient(#808080, #964B00, #000);
}

.gradient-grey-brown-white {
  background: linear-gradient(#808080, #964B00, #fff);
}

.gradient-grey-brown-pink {
  background: linear-gradient(#808080, #964B00, #E91E63);
}

.gradient-grey-brown-purple {
  background: linear-gradient(#808080, #964B00, #9C27B0);
}

.gradient-grey-brown-indigo {
  background: linear-gradient(#808080, #964B00, #3E51B5);
}

.gradient-grey-brown-cyan {
  background: linear-gradient(#808080, #964B00, #00BCD4);
}

.gradient-grey-brown-teal {
  background: linear-gradient(#808080, #964B00, #009688);
}

.gradient-grey-brown-lime {
  background: linear-gradient(#808080, #964B00, #CDDC39);
}

.gradient-grey-brown-yellow {
  background: linear-gradient(#808080, #964B00, #FFEB3B);
}

.gradient-grey-brown-amber {
  background: linear-gradient(#808080, #964B00, #FFC107);
}

.gradient-grey-brown-orange {
  background: linear-gradient(#808080, #964B00, #FF9800);
}

.gradient-grey-brown-lightblue {
  background: linear-gradient(#808080, #964B00, #03A9F4);
}

.gradient-grey-brown-lightgreen {
  background: linear-gradient(#808080, #964B00, #76FF03);
}

.gradient-grey-brown-deeppurple {
  background: linear-gradient(#808080, #964B00, #673AB7);
}

.gradient-grey-brown-deeporange {
  background: linear-gradient(#808080, #964B00, #DD6E0F);
}

.link-primary {
  color: #03A9F4;
}
.link-primary-100 {
  color: rgb(3, 152, 220);
}
.link-primary-200 {
  color: rgb(2, 135, 195);
}
.link-primary-300 {
  color: rgb(2, 118, 171);
}
.link-primary-400 {
  color: rgb(2, 101, 146);
}
.link-primary-500 {
  color: #03A9F4;
}
.link-primary-600 {
  color: rgb(154, 221, 251);
}
.link-primary-700 {
  color: rgb(179, 229, 252);
}
.link-primary-800 {
  color: rgb(205, 238, 253);
}
.link-primary-900 {
  color: rgb(230, 246, 254);
}

.link-secondary {
  color: #333;
}
.link-secondary-100 {
  color: rgb(46, 46, 46);
}
.link-secondary-200 {
  color: rgb(41, 41, 41);
}
.link-secondary-300 {
  color: rgb(36, 36, 36);
}
.link-secondary-400 {
  color: rgb(31, 31, 31);
}
.link-secondary-500 {
  color: #333;
}
.link-secondary-600 {
  color: rgb(173, 173, 173);
}
.link-secondary-700 {
  color: rgb(194, 194, 194);
}
.link-secondary-800 {
  color: rgb(214, 214, 214);
}
.link-secondary-900 {
  color: rgb(235, 235, 235);
}

.link-success {
  color: #28a745;
}
.link-success-100 {
  color: rgb(36, 150, 62);
}
.link-success-200 {
  color: rgb(32, 134, 55);
}
.link-success-300 {
  color: rgb(28, 117, 48);
}
.link-success-400 {
  color: rgb(24, 100, 41);
}
.link-success-500 {
  color: #28a745;
}
.link-success-600 {
  color: rgb(169, 220, 181);
}
.link-success-700 {
  color: rgb(191, 229, 199);
}
.link-success-800 {
  color: rgb(212, 237, 218);
}
.link-success-900 {
  color: rgb(234, 246, 236);
}

.link-info {
  color: #0DCAF0;
}
.link-info-100 {
  color: rgb(12, 182, 216);
}
.link-info-200 {
  color: rgb(10, 162, 192);
}
.link-info-300 {
  color: rgb(9, 141, 168);
}
.link-info-400 {
  color: rgb(8, 121, 144);
}
.link-info-500 {
  color: #0DCAF0;
}
.link-info-600 {
  color: rgb(158, 234, 249);
}
.link-info-700 {
  color: rgb(182, 239, 251);
}
.link-info-800 {
  color: rgb(207, 244, 252);
}
.link-info-900 {
  color: rgb(231, 250, 254);
}

.link-warning {
  color: #FFC107;
}
.link-warning-100 {
  color: rgb(230, 174, 6);
}
.link-warning-200 {
  color: rgb(204, 154, 6);
}
.link-warning-300 {
  color: rgb(179, 135, 5);
}
.link-warning-400 {
  color: rgb(153, 116, 4);
}
.link-warning-500 {
  color: #FFC107;
}
.link-warning-600 {
  color: rgb(255, 230, 156);
}
.link-warning-700 {
  color: rgb(255, 236, 181);
}
.link-warning-800 {
  color: rgb(255, 243, 205);
}
.link-warning-900 {
  color: rgb(255, 249, 230);
}

.link-danger {
  color: #DC3545;
}
.link-danger-100 {
  color: rgb(198, 48, 62);
}
.link-danger-200 {
  color: rgb(176, 42, 55);
}
.link-danger-300 {
  color: rgb(154, 37, 48);
}
.link-danger-400 {
  color: rgb(132, 32, 41);
}
.link-danger-500 {
  color: #DC3545;
}
.link-danger-600 {
  color: rgb(241, 174, 181);
}
.link-danger-700 {
  color: rgb(245, 194, 199);
}
.link-danger-800 {
  color: rgb(248, 215, 218);
}
.link-danger-900 {
  color: rgb(252, 235, 236);
}

.link-light {
  color: #f5f5f5;
}
.link-light-100 {
  color: rgb(221, 221, 221);
}
.link-light-200 {
  color: rgb(196, 196, 196);
}
.link-light-300 {
  color: rgb(172, 172, 172);
}
.link-light-400 {
  color: rgb(147, 147, 147);
}
.link-light-500 {
  color: #f5f5f5;
}
.link-light-600 {
  color: rgb(251, 251, 251);
}
.link-light-700 {
  color: rgb(252, 252, 252);
}
.link-light-800 {
  color: rgb(253, 253, 253);
}
.link-light-900 {
  color: rgb(254, 254, 254);
}

.link-dark {
  color: #212529;
}
.link-dark-100 {
  color: rgb(30, 33, 37);
}
.link-dark-200 {
  color: rgb(26, 30, 33);
}
.link-dark-300 {
  color: rgb(23, 26, 29);
}
.link-dark-400 {
  color: rgb(20, 22, 25);
}
.link-dark-500 {
  color: #212529;
}
.link-dark-600 {
  color: rgb(166, 168, 169);
}
.link-dark-700 {
  color: rgb(188, 190, 191);
}
.link-dark-800 {
  color: rgb(211, 211, 212);
}
.link-dark-900 {
  color: rgb(233, 233, 234);
}

.link-red {
  color: #F44336;
}
.link-red-100 {
  color: rgb(220, 60, 49);
}
.link-red-200 {
  color: rgb(195, 54, 43);
}
.link-red-300 {
  color: rgb(171, 47, 38);
}
.link-red-400 {
  color: rgb(146, 40, 32);
}
.link-red-500 {
  color: #F44336;
}
.link-red-600 {
  color: rgb(251, 180, 175);
}
.link-red-700 {
  color: rgb(252, 199, 195);
}
.link-red-800 {
  color: rgb(253, 217, 215);
}
.link-red-900 {
  color: rgb(254, 236, 235);
}

.link-green {
  color: #4CAF50;
}
.link-green-100 {
  color: rgb(68, 158, 72);
}
.link-green-200 {
  color: rgb(61, 140, 64);
}
.link-green-300 {
  color: rgb(53, 122, 56);
}
.link-green-400 {
  color: rgb(46, 105, 48);
}
.link-green-500 {
  color: #4CAF50;
}
.link-green-600 {
  color: rgb(183, 223, 185);
}
.link-green-700 {
  color: rgb(201, 231, 203);
}
.link-green-800 {
  color: rgb(219, 239, 220);
}
.link-green-900 {
  color: rgb(237, 247, 238);
}

.link-blue {
  color: #2196F3;
}
.link-blue-100 {
  color: rgb(30, 135, 219);
}
.link-blue-200 {
  color: rgb(26, 120, 194);
}
.link-blue-300 {
  color: rgb(23, 105, 170);
}
.link-blue-400 {
  color: rgb(20, 90, 146);
}
.link-blue-500 {
  color: #2196F3;
}
.link-blue-600 {
  color: rgb(166, 213, 250);
}
.link-blue-700 {
  color: rgb(188, 224, 251);
}
.link-blue-800 {
  color: rgb(211, 234, 253);
}
.link-blue-900 {
  color: rgb(233, 245, 254);
}

.link-black {
  color: #000;
}
.link-black-100 {
  color: rgb(0, 0, 0);
}
.link-black-200 {
  color: rgb(0, 0, 0);
}
.link-black-300 {
  color: rgb(0, 0, 0);
}
.link-black-400 {
  color: rgb(0, 0, 0);
}
.link-black-500 {
  color: #000;
}
.link-black-600 {
  color: rgb(153, 153, 153);
}
.link-black-700 {
  color: rgb(179, 179, 179);
}
.link-black-800 {
  color: rgb(204, 204, 204);
}
.link-black-900 {
  color: rgb(230, 230, 230);
}

.link-white {
  color: #fff;
}
.link-white-100 {
  color: rgb(230, 230, 230);
}
.link-white-200 {
  color: rgb(204, 204, 204);
}
.link-white-300 {
  color: rgb(179, 179, 179);
}
.link-white-400 {
  color: rgb(153, 153, 153);
}
.link-white-500 {
  color: #fff;
}
.link-white-600 {
  color: rgb(255, 255, 255);
}
.link-white-700 {
  color: rgb(255, 255, 255);
}
.link-white-800 {
  color: rgb(255, 255, 255);
}
.link-white-900 {
  color: rgb(255, 255, 255);
}

.link-pink {
  color: #E91E63;
}
.link-pink-100 {
  color: rgb(210, 27, 89);
}
.link-pink-200 {
  color: rgb(186, 24, 79);
}
.link-pink-300 {
  color: rgb(163, 21, 69);
}
.link-pink-400 {
  color: rgb(140, 18, 59);
}
.link-pink-500 {
  color: #E91E63;
}
.link-pink-600 {
  color: rgb(246, 165, 193);
}
.link-pink-700 {
  color: rgb(248, 188, 208);
}
.link-pink-800 {
  color: rgb(251, 210, 224);
}
.link-pink-900 {
  color: rgb(253, 233, 239);
}

.link-purple {
  color: #9C27B0;
}
.link-purple-100 {
  color: rgb(140, 35, 158);
}
.link-purple-200 {
  color: rgb(125, 31, 141);
}
.link-purple-300 {
  color: rgb(109, 27, 123);
}
.link-purple-400 {
  color: rgb(94, 23, 106);
}
.link-purple-500 {
  color: #9C27B0;
}
.link-purple-600 {
  color: rgb(215, 169, 223);
}
.link-purple-700 {
  color: rgb(225, 190, 231);
}
.link-purple-800 {
  color: rgb(235, 212, 239);
}
.link-purple-900 {
  color: rgb(245, 233, 247);
}

.link-indigo {
  color: #3E51B5;
}
.link-indigo-100 {
  color: rgb(56, 73, 163);
}
.link-indigo-200 {
  color: rgb(50, 65, 145);
}
.link-indigo-300 {
  color: rgb(43, 57, 127);
}
.link-indigo-400 {
  color: rgb(37, 49, 109);
}
.link-indigo-500 {
  color: #3E51B5;
}
.link-indigo-600 {
  color: rgb(178, 185, 225);
}
.link-indigo-700 {
  color: rgb(197, 203, 233);
}
.link-indigo-800 {
  color: rgb(216, 220, 240);
}
.link-indigo-900 {
  color: rgb(236, 238, 248);
}

.link-cyan {
  color: #00BCD4;
}
.link-cyan-100 {
  color: rgb(0, 169, 191);
}
.link-cyan-200 {
  color: rgb(0, 150, 170);
}
.link-cyan-300 {
  color: rgb(0, 132, 148);
}
.link-cyan-400 {
  color: rgb(0, 113, 127);
}
.link-cyan-500 {
  color: #00BCD4;
}
.link-cyan-600 {
  color: rgb(153, 228, 238);
}
.link-cyan-700 {
  color: rgb(179, 235, 242);
}
.link-cyan-800 {
  color: rgb(204, 242, 246);
}
.link-cyan-900 {
  color: rgb(230, 248, 251);
}

.link-teal {
  color: #009688;
}
.link-teal-100 {
  color: rgb(0, 135, 122);
}
.link-teal-200 {
  color: rgb(0, 120, 109);
}
.link-teal-300 {
  color: rgb(0, 105, 95);
}
.link-teal-400 {
  color: rgb(0, 90, 82);
}
.link-teal-500 {
  color: #009688;
}
.link-teal-600 {
  color: rgb(153, 213, 207);
}
.link-teal-700 {
  color: rgb(179, 224, 219);
}
.link-teal-800 {
  color: rgb(204, 234, 231);
}
.link-teal-900 {
  color: rgb(230, 245, 243);
}

.link-lime {
  color: #CDDC39;
}
.link-lime-100 {
  color: rgb(185, 198, 51);
}
.link-lime-200 {
  color: rgb(164, 176, 46);
}
.link-lime-300 {
  color: rgb(144, 154, 40);
}
.link-lime-400 {
  color: rgb(123, 132, 34);
}
.link-lime-500 {
  color: #CDDC39;
}
.link-lime-600 {
  color: rgb(235, 241, 176);
}
.link-lime-700 {
  color: rgb(240, 245, 196);
}
.link-lime-800 {
  color: rgb(245, 248, 215);
}
.link-lime-900 {
  color: rgb(250, 252, 235);
}

.link-yellow {
  color: #FFEB3B;
}
.link-yellow-100 {
  color: rgb(230, 212, 53);
}
.link-yellow-200 {
  color: rgb(204, 188, 47);
}
.link-yellow-300 {
  color: rgb(179, 165, 41);
}
.link-yellow-400 {
  color: rgb(153, 141, 35);
}
.link-yellow-500 {
  color: #FFEB3B;
}
.link-yellow-600 {
  color: rgb(255, 247, 177);
}
.link-yellow-700 {
  color: rgb(255, 249, 196);
}
.link-yellow-800 {
  color: rgb(255, 251, 216);
}
.link-yellow-900 {
  color: rgb(255, 253, 235);
}

.link-amber {
  color: #FFC107;
}
.link-amber-100 {
  color: rgb(230, 174, 6);
}
.link-amber-200 {
  color: rgb(204, 154, 6);
}
.link-amber-300 {
  color: rgb(179, 135, 5);
}
.link-amber-400 {
  color: rgb(153, 116, 4);
}
.link-amber-500 {
  color: #FFC107;
}
.link-amber-600 {
  color: rgb(255, 230, 156);
}
.link-amber-700 {
  color: rgb(255, 236, 181);
}
.link-amber-800 {
  color: rgb(255, 243, 205);
}
.link-amber-900 {
  color: rgb(255, 249, 230);
}

.link-orange {
  color: #FF9800;
}
.link-orange-100 {
  color: rgb(230, 137, 0);
}
.link-orange-200 {
  color: rgb(204, 122, 0);
}
.link-orange-300 {
  color: rgb(179, 106, 0);
}
.link-orange-400 {
  color: rgb(153, 91, 0);
}
.link-orange-500 {
  color: #FF9800;
}
.link-orange-600 {
  color: rgb(255, 214, 153);
}
.link-orange-700 {
  color: rgb(255, 224, 179);
}
.link-orange-800 {
  color: rgb(255, 234, 204);
}
.link-orange-900 {
  color: rgb(255, 245, 230);
}

.link-lightblue {
  color: #03A9F4;
}
.link-lightblue-100 {
  color: rgb(3, 152, 220);
}
.link-lightblue-200 {
  color: rgb(2, 135, 195);
}
.link-lightblue-300 {
  color: rgb(2, 118, 171);
}
.link-lightblue-400 {
  color: rgb(2, 101, 146);
}
.link-lightblue-500 {
  color: #03A9F4;
}
.link-lightblue-600 {
  color: rgb(154, 221, 251);
}
.link-lightblue-700 {
  color: rgb(179, 229, 252);
}
.link-lightblue-800 {
  color: rgb(205, 238, 253);
}
.link-lightblue-900 {
  color: rgb(230, 246, 254);
}

.link-lightgreen {
  color: #76FF03;
}
.link-lightgreen-100 {
  color: rgb(106, 230, 3);
}
.link-lightgreen-200 {
  color: rgb(94, 204, 2);
}
.link-lightgreen-300 {
  color: rgb(83, 179, 2);
}
.link-lightgreen-400 {
  color: rgb(71, 153, 2);
}
.link-lightgreen-500 {
  color: #76FF03;
}
.link-lightgreen-600 {
  color: rgb(200, 255, 154);
}
.link-lightgreen-700 {
  color: rgb(214, 255, 179);
}
.link-lightgreen-800 {
  color: rgb(228, 255, 205);
}
.link-lightgreen-900 {
  color: rgb(241, 255, 230);
}

.link-deeppurple {
  color: #673AB7;
}
.link-deeppurple-100 {
  color: rgb(93, 52, 165);
}
.link-deeppurple-200 {
  color: rgb(82, 46, 146);
}
.link-deeppurple-300 {
  color: rgb(72, 41, 128);
}
.link-deeppurple-400 {
  color: rgb(62, 35, 110);
}
.link-deeppurple-500 {
  color: #673AB7;
}
.link-deeppurple-600 {
  color: rgb(194, 176, 226);
}
.link-deeppurple-700 {
  color: rgb(209, 196, 233);
}
.link-deeppurple-800 {
  color: rgb(225, 216, 241);
}
.link-deeppurple-900 {
  color: rgb(240, 235, 248);
}

.link-deeporange {
  color: #DD6E0F;
}
.link-deeporange-100 {
  color: rgb(199, 99, 14);
}
.link-deeporange-200 {
  color: rgb(177, 88, 12);
}
.link-deeporange-300 {
  color: rgb(155, 77, 11);
}
.link-deeporange-400 {
  color: rgb(133, 66, 9);
}
.link-deeporange-500 {
  color: #DD6E0F;
}
.link-deeporange-600 {
  color: rgb(241, 197, 159);
}
.link-deeporange-700 {
  color: rgb(245, 212, 183);
}
.link-deeporange-800 {
  color: rgb(248, 226, 207);
}
.link-deeporange-900 {
  color: rgb(252, 241, 231);
}

.link-brown {
  color: #964B00;
}
.link-brown-100 {
  color: rgb(135, 68, 0);
}
.link-brown-200 {
  color: rgb(120, 60, 0);
}
.link-brown-300 {
  color: rgb(105, 53, 0);
}
.link-brown-400 {
  color: rgb(90, 45, 0);
}
.link-brown-500 {
  color: #964B00;
}
.link-brown-600 {
  color: rgb(213, 183, 153);
}
.link-brown-700 {
  color: rgb(224, 201, 179);
}
.link-brown-800 {
  color: rgb(234, 219, 204);
}
.link-brown-900 {
  color: rgb(245, 237, 230);
}

.link-grey {
  color: #808080;
}
.link-grey-100 {
  color: rgb(115, 115, 115);
}
.link-grey-200 {
  color: rgb(102, 102, 102);
}
.link-grey-300 {
  color: rgb(90, 90, 90);
}
.link-grey-400 {
  color: rgb(77, 77, 77);
}
.link-grey-500 {
  color: #808080;
}
.link-grey-600 {
  color: rgb(204, 204, 204);
}
.link-grey-700 {
  color: rgb(217, 217, 217);
}
.link-grey-800 {
  color: rgb(230, 230, 230);
}
.link-grey-900 {
  color: rgb(242, 242, 242);
}

.active\:link-primary:active,
.focus\:link-primary:focus,
.hover\:link-primary:hover {
  color: #03A9F4;
}

.active\:link-primary-100:active,
.focus\:link-primary-100:focus,
.hover\:link-primary-100:hover {
  color: rgb(3, 152, 220);
}

.active\:link-primary-200:active,
.focus\:link-primary-200:focus,
.hover\:link-primary-200:hover {
  color: rgb(2, 135, 195);
}

.active\:link-primary-300:active,
.focus\:link-primary-300:focus,
.hover\:link-primary-300:hover {
  color: rgb(2, 118, 171);
}

.active\:link-primary-400:active,
.focus\:link-primary-400:focus,
.hover\:link-primary-400:hover {
  color: rgb(2, 101, 146);
}

.active\:link-primary-500:active,
.focus\:link-primary-500:focus,
.hover\:link-primary-500:hover {
  color: #03A9F4;
}

.active\:link-primary-600:active,
.focus\:link-primary-600:focus,
.hover\:link-primary-600:hover {
  color: rgb(154, 221, 251);
}

.active\:link-primary-700:active,
.focus\:link-primary-700:focus,
.hover\:link-primary-700:hover {
  color: rgb(179, 229, 252);
}

.active\:link-primary-800:active,
.focus\:link-primary-800:focus,
.hover\:link-primary-800:hover {
  color: rgb(205, 238, 253);
}

.active\:link-primary-900:active,
.focus\:link-primary-900:focus,
.hover\:link-primary-900:hover {
  color: rgb(230, 246, 254);
}

.active\:link-secondary:active,
.focus\:link-secondary:focus,
.hover\:link-secondary:hover {
  color: #333;
}

.active\:link-secondary-100:active,
.focus\:link-secondary-100:focus,
.hover\:link-secondary-100:hover {
  color: rgb(46, 46, 46);
}

.active\:link-secondary-200:active,
.focus\:link-secondary-200:focus,
.hover\:link-secondary-200:hover {
  color: rgb(41, 41, 41);
}

.active\:link-secondary-300:active,
.focus\:link-secondary-300:focus,
.hover\:link-secondary-300:hover {
  color: rgb(36, 36, 36);
}

.active\:link-secondary-400:active,
.focus\:link-secondary-400:focus,
.hover\:link-secondary-400:hover {
  color: rgb(31, 31, 31);
}

.active\:link-secondary-500:active,
.focus\:link-secondary-500:focus,
.hover\:link-secondary-500:hover {
  color: #333;
}

.active\:link-secondary-600:active,
.focus\:link-secondary-600:focus,
.hover\:link-secondary-600:hover {
  color: rgb(173, 173, 173);
}

.active\:link-secondary-700:active,
.focus\:link-secondary-700:focus,
.hover\:link-secondary-700:hover {
  color: rgb(194, 194, 194);
}

.active\:link-secondary-800:active,
.focus\:link-secondary-800:focus,
.hover\:link-secondary-800:hover {
  color: rgb(214, 214, 214);
}

.active\:link-secondary-900:active,
.focus\:link-secondary-900:focus,
.hover\:link-secondary-900:hover {
  color: rgb(235, 235, 235);
}

.active\:link-success:active,
.focus\:link-success:focus,
.hover\:link-success:hover {
  color: #28a745;
}

.active\:link-success-100:active,
.focus\:link-success-100:focus,
.hover\:link-success-100:hover {
  color: rgb(36, 150, 62);
}

.active\:link-success-200:active,
.focus\:link-success-200:focus,
.hover\:link-success-200:hover {
  color: rgb(32, 134, 55);
}

.active\:link-success-300:active,
.focus\:link-success-300:focus,
.hover\:link-success-300:hover {
  color: rgb(28, 117, 48);
}

.active\:link-success-400:active,
.focus\:link-success-400:focus,
.hover\:link-success-400:hover {
  color: rgb(24, 100, 41);
}

.active\:link-success-500:active,
.focus\:link-success-500:focus,
.hover\:link-success-500:hover {
  color: #28a745;
}

.active\:link-success-600:active,
.focus\:link-success-600:focus,
.hover\:link-success-600:hover {
  color: rgb(169, 220, 181);
}

.active\:link-success-700:active,
.focus\:link-success-700:focus,
.hover\:link-success-700:hover {
  color: rgb(191, 229, 199);
}

.active\:link-success-800:active,
.focus\:link-success-800:focus,
.hover\:link-success-800:hover {
  color: rgb(212, 237, 218);
}

.active\:link-success-900:active,
.focus\:link-success-900:focus,
.hover\:link-success-900:hover {
  color: rgb(234, 246, 236);
}

.active\:link-info:active,
.focus\:link-info:focus,
.hover\:link-info:hover {
  color: #0DCAF0;
}

.active\:link-info-100:active,
.focus\:link-info-100:focus,
.hover\:link-info-100:hover {
  color: rgb(12, 182, 216);
}

.active\:link-info-200:active,
.focus\:link-info-200:focus,
.hover\:link-info-200:hover {
  color: rgb(10, 162, 192);
}

.active\:link-info-300:active,
.focus\:link-info-300:focus,
.hover\:link-info-300:hover {
  color: rgb(9, 141, 168);
}

.active\:link-info-400:active,
.focus\:link-info-400:focus,
.hover\:link-info-400:hover {
  color: rgb(8, 121, 144);
}

.active\:link-info-500:active,
.focus\:link-info-500:focus,
.hover\:link-info-500:hover {
  color: #0DCAF0;
}

.active\:link-info-600:active,
.focus\:link-info-600:focus,
.hover\:link-info-600:hover {
  color: rgb(158, 234, 249);
}

.active\:link-info-700:active,
.focus\:link-info-700:focus,
.hover\:link-info-700:hover {
  color: rgb(182, 239, 251);
}

.active\:link-info-800:active,
.focus\:link-info-800:focus,
.hover\:link-info-800:hover {
  color: rgb(207, 244, 252);
}

.active\:link-info-900:active,
.focus\:link-info-900:focus,
.hover\:link-info-900:hover {
  color: rgb(231, 250, 254);
}

.active\:link-warning:active,
.focus\:link-warning:focus,
.hover\:link-warning:hover {
  color: #FFC107;
}

.active\:link-warning-100:active,
.focus\:link-warning-100:focus,
.hover\:link-warning-100:hover {
  color: rgb(230, 174, 6);
}

.active\:link-warning-200:active,
.focus\:link-warning-200:focus,
.hover\:link-warning-200:hover {
  color: rgb(204, 154, 6);
}

.active\:link-warning-300:active,
.focus\:link-warning-300:focus,
.hover\:link-warning-300:hover {
  color: rgb(179, 135, 5);
}

.active\:link-warning-400:active,
.focus\:link-warning-400:focus,
.hover\:link-warning-400:hover {
  color: rgb(153, 116, 4);
}

.active\:link-warning-500:active,
.focus\:link-warning-500:focus,
.hover\:link-warning-500:hover {
  color: #FFC107;
}

.active\:link-warning-600:active,
.focus\:link-warning-600:focus,
.hover\:link-warning-600:hover {
  color: rgb(255, 230, 156);
}

.active\:link-warning-700:active,
.focus\:link-warning-700:focus,
.hover\:link-warning-700:hover {
  color: rgb(255, 236, 181);
}

.active\:link-warning-800:active,
.focus\:link-warning-800:focus,
.hover\:link-warning-800:hover {
  color: rgb(255, 243, 205);
}

.active\:link-warning-900:active,
.focus\:link-warning-900:focus,
.hover\:link-warning-900:hover {
  color: rgb(255, 249, 230);
}

.active\:link-danger:active,
.focus\:link-danger:focus,
.hover\:link-danger:hover {
  color: #DC3545;
}

.active\:link-danger-100:active,
.focus\:link-danger-100:focus,
.hover\:link-danger-100:hover {
  color: rgb(198, 48, 62);
}

.active\:link-danger-200:active,
.focus\:link-danger-200:focus,
.hover\:link-danger-200:hover {
  color: rgb(176, 42, 55);
}

.active\:link-danger-300:active,
.focus\:link-danger-300:focus,
.hover\:link-danger-300:hover {
  color: rgb(154, 37, 48);
}

.active\:link-danger-400:active,
.focus\:link-danger-400:focus,
.hover\:link-danger-400:hover {
  color: rgb(132, 32, 41);
}

.active\:link-danger-500:active,
.focus\:link-danger-500:focus,
.hover\:link-danger-500:hover {
  color: #DC3545;
}

.active\:link-danger-600:active,
.focus\:link-danger-600:focus,
.hover\:link-danger-600:hover {
  color: rgb(241, 174, 181);
}

.active\:link-danger-700:active,
.focus\:link-danger-700:focus,
.hover\:link-danger-700:hover {
  color: rgb(245, 194, 199);
}

.active\:link-danger-800:active,
.focus\:link-danger-800:focus,
.hover\:link-danger-800:hover {
  color: rgb(248, 215, 218);
}

.active\:link-danger-900:active,
.focus\:link-danger-900:focus,
.hover\:link-danger-900:hover {
  color: rgb(252, 235, 236);
}

.active\:link-light:active,
.focus\:link-light:focus,
.hover\:link-light:hover {
  color: #f5f5f5;
}

.active\:link-light-100:active,
.focus\:link-light-100:focus,
.hover\:link-light-100:hover {
  color: rgb(221, 221, 221);
}

.active\:link-light-200:active,
.focus\:link-light-200:focus,
.hover\:link-light-200:hover {
  color: rgb(196, 196, 196);
}

.active\:link-light-300:active,
.focus\:link-light-300:focus,
.hover\:link-light-300:hover {
  color: rgb(172, 172, 172);
}

.active\:link-light-400:active,
.focus\:link-light-400:focus,
.hover\:link-light-400:hover {
  color: rgb(147, 147, 147);
}

.active\:link-light-500:active,
.focus\:link-light-500:focus,
.hover\:link-light-500:hover {
  color: #f5f5f5;
}

.active\:link-light-600:active,
.focus\:link-light-600:focus,
.hover\:link-light-600:hover {
  color: rgb(251, 251, 251);
}

.active\:link-light-700:active,
.focus\:link-light-700:focus,
.hover\:link-light-700:hover {
  color: rgb(252, 252, 252);
}

.active\:link-light-800:active,
.focus\:link-light-800:focus,
.hover\:link-light-800:hover {
  color: rgb(253, 253, 253);
}

.active\:link-light-900:active,
.focus\:link-light-900:focus,
.hover\:link-light-900:hover {
  color: rgb(254, 254, 254);
}

.active\:link-dark:active,
.focus\:link-dark:focus,
.hover\:link-dark:hover {
  color: #212529;
}

.active\:link-dark-100:active,
.focus\:link-dark-100:focus,
.hover\:link-dark-100:hover {
  color: rgb(30, 33, 37);
}

.active\:link-dark-200:active,
.focus\:link-dark-200:focus,
.hover\:link-dark-200:hover {
  color: rgb(26, 30, 33);
}

.active\:link-dark-300:active,
.focus\:link-dark-300:focus,
.hover\:link-dark-300:hover {
  color: rgb(23, 26, 29);
}

.active\:link-dark-400:active,
.focus\:link-dark-400:focus,
.hover\:link-dark-400:hover {
  color: rgb(20, 22, 25);
}

.active\:link-dark-500:active,
.focus\:link-dark-500:focus,
.hover\:link-dark-500:hover {
  color: #212529;
}

.active\:link-dark-600:active,
.focus\:link-dark-600:focus,
.hover\:link-dark-600:hover {
  color: rgb(166, 168, 169);
}

.active\:link-dark-700:active,
.focus\:link-dark-700:focus,
.hover\:link-dark-700:hover {
  color: rgb(188, 190, 191);
}

.active\:link-dark-800:active,
.focus\:link-dark-800:focus,
.hover\:link-dark-800:hover {
  color: rgb(211, 211, 212);
}

.active\:link-dark-900:active,
.focus\:link-dark-900:focus,
.hover\:link-dark-900:hover {
  color: rgb(233, 233, 234);
}

.active\:link-red:active,
.focus\:link-red:focus,
.hover\:link-red:hover {
  color: #F44336;
}

.active\:link-red-100:active,
.focus\:link-red-100:focus,
.hover\:link-red-100:hover {
  color: rgb(220, 60, 49);
}

.active\:link-red-200:active,
.focus\:link-red-200:focus,
.hover\:link-red-200:hover {
  color: rgb(195, 54, 43);
}

.active\:link-red-300:active,
.focus\:link-red-300:focus,
.hover\:link-red-300:hover {
  color: rgb(171, 47, 38);
}

.active\:link-red-400:active,
.focus\:link-red-400:focus,
.hover\:link-red-400:hover {
  color: rgb(146, 40, 32);
}

.active\:link-red-500:active,
.focus\:link-red-500:focus,
.hover\:link-red-500:hover {
  color: #F44336;
}

.active\:link-red-600:active,
.focus\:link-red-600:focus,
.hover\:link-red-600:hover {
  color: rgb(251, 180, 175);
}

.active\:link-red-700:active,
.focus\:link-red-700:focus,
.hover\:link-red-700:hover {
  color: rgb(252, 199, 195);
}

.active\:link-red-800:active,
.focus\:link-red-800:focus,
.hover\:link-red-800:hover {
  color: rgb(253, 217, 215);
}

.active\:link-red-900:active,
.focus\:link-red-900:focus,
.hover\:link-red-900:hover {
  color: rgb(254, 236, 235);
}

.active\:link-green:active,
.focus\:link-green:focus,
.hover\:link-green:hover {
  color: #4CAF50;
}

.active\:link-green-100:active,
.focus\:link-green-100:focus,
.hover\:link-green-100:hover {
  color: rgb(68, 158, 72);
}

.active\:link-green-200:active,
.focus\:link-green-200:focus,
.hover\:link-green-200:hover {
  color: rgb(61, 140, 64);
}

.active\:link-green-300:active,
.focus\:link-green-300:focus,
.hover\:link-green-300:hover {
  color: rgb(53, 122, 56);
}

.active\:link-green-400:active,
.focus\:link-green-400:focus,
.hover\:link-green-400:hover {
  color: rgb(46, 105, 48);
}

.active\:link-green-500:active,
.focus\:link-green-500:focus,
.hover\:link-green-500:hover {
  color: #4CAF50;
}

.active\:link-green-600:active,
.focus\:link-green-600:focus,
.hover\:link-green-600:hover {
  color: rgb(183, 223, 185);
}

.active\:link-green-700:active,
.focus\:link-green-700:focus,
.hover\:link-green-700:hover {
  color: rgb(201, 231, 203);
}

.active\:link-green-800:active,
.focus\:link-green-800:focus,
.hover\:link-green-800:hover {
  color: rgb(219, 239, 220);
}

.active\:link-green-900:active,
.focus\:link-green-900:focus,
.hover\:link-green-900:hover {
  color: rgb(237, 247, 238);
}

.active\:link-blue:active,
.focus\:link-blue:focus,
.hover\:link-blue:hover {
  color: #2196F3;
}

.active\:link-blue-100:active,
.focus\:link-blue-100:focus,
.hover\:link-blue-100:hover {
  color: rgb(30, 135, 219);
}

.active\:link-blue-200:active,
.focus\:link-blue-200:focus,
.hover\:link-blue-200:hover {
  color: rgb(26, 120, 194);
}

.active\:link-blue-300:active,
.focus\:link-blue-300:focus,
.hover\:link-blue-300:hover {
  color: rgb(23, 105, 170);
}

.active\:link-blue-400:active,
.focus\:link-blue-400:focus,
.hover\:link-blue-400:hover {
  color: rgb(20, 90, 146);
}

.active\:link-blue-500:active,
.focus\:link-blue-500:focus,
.hover\:link-blue-500:hover {
  color: #2196F3;
}

.active\:link-blue-600:active,
.focus\:link-blue-600:focus,
.hover\:link-blue-600:hover {
  color: rgb(166, 213, 250);
}

.active\:link-blue-700:active,
.focus\:link-blue-700:focus,
.hover\:link-blue-700:hover {
  color: rgb(188, 224, 251);
}

.active\:link-blue-800:active,
.focus\:link-blue-800:focus,
.hover\:link-blue-800:hover {
  color: rgb(211, 234, 253);
}

.active\:link-blue-900:active,
.focus\:link-blue-900:focus,
.hover\:link-blue-900:hover {
  color: rgb(233, 245, 254);
}

.active\:link-black:active,
.focus\:link-black:focus,
.hover\:link-black:hover {
  color: #000;
}

.active\:link-black-100:active,
.focus\:link-black-100:focus,
.hover\:link-black-100:hover {
  color: rgb(0, 0, 0);
}

.active\:link-black-200:active,
.focus\:link-black-200:focus,
.hover\:link-black-200:hover {
  color: rgb(0, 0, 0);
}

.active\:link-black-300:active,
.focus\:link-black-300:focus,
.hover\:link-black-300:hover {
  color: rgb(0, 0, 0);
}

.active\:link-black-400:active,
.focus\:link-black-400:focus,
.hover\:link-black-400:hover {
  color: rgb(0, 0, 0);
}

.active\:link-black-500:active,
.focus\:link-black-500:focus,
.hover\:link-black-500:hover {
  color: #000;
}

.active\:link-black-600:active,
.focus\:link-black-600:focus,
.hover\:link-black-600:hover {
  color: rgb(153, 153, 153);
}

.active\:link-black-700:active,
.focus\:link-black-700:focus,
.hover\:link-black-700:hover {
  color: rgb(179, 179, 179);
}

.active\:link-black-800:active,
.focus\:link-black-800:focus,
.hover\:link-black-800:hover {
  color: rgb(204, 204, 204);
}

.active\:link-black-900:active,
.focus\:link-black-900:focus,
.hover\:link-black-900:hover {
  color: rgb(230, 230, 230);
}

.active\:link-white:active,
.focus\:link-white:focus,
.hover\:link-white:hover {
  color: #fff;
}

.active\:link-white-100:active,
.focus\:link-white-100:focus,
.hover\:link-white-100:hover {
  color: rgb(230, 230, 230);
}

.active\:link-white-200:active,
.focus\:link-white-200:focus,
.hover\:link-white-200:hover {
  color: rgb(204, 204, 204);
}

.active\:link-white-300:active,
.focus\:link-white-300:focus,
.hover\:link-white-300:hover {
  color: rgb(179, 179, 179);
}

.active\:link-white-400:active,
.focus\:link-white-400:focus,
.hover\:link-white-400:hover {
  color: rgb(153, 153, 153);
}

.active\:link-white-500:active,
.focus\:link-white-500:focus,
.hover\:link-white-500:hover {
  color: #fff;
}

.active\:link-white-600:active,
.focus\:link-white-600:focus,
.hover\:link-white-600:hover {
  color: rgb(255, 255, 255);
}

.active\:link-white-700:active,
.focus\:link-white-700:focus,
.hover\:link-white-700:hover {
  color: rgb(255, 255, 255);
}

.active\:link-white-800:active,
.focus\:link-white-800:focus,
.hover\:link-white-800:hover {
  color: rgb(255, 255, 255);
}

.active\:link-white-900:active,
.focus\:link-white-900:focus,
.hover\:link-white-900:hover {
  color: rgb(255, 255, 255);
}

.active\:link-pink:active,
.focus\:link-pink:focus,
.hover\:link-pink:hover {
  color: #E91E63;
}

.active\:link-pink-100:active,
.focus\:link-pink-100:focus,
.hover\:link-pink-100:hover {
  color: rgb(210, 27, 89);
}

.active\:link-pink-200:active,
.focus\:link-pink-200:focus,
.hover\:link-pink-200:hover {
  color: rgb(186, 24, 79);
}

.active\:link-pink-300:active,
.focus\:link-pink-300:focus,
.hover\:link-pink-300:hover {
  color: rgb(163, 21, 69);
}

.active\:link-pink-400:active,
.focus\:link-pink-400:focus,
.hover\:link-pink-400:hover {
  color: rgb(140, 18, 59);
}

.active\:link-pink-500:active,
.focus\:link-pink-500:focus,
.hover\:link-pink-500:hover {
  color: #E91E63;
}

.active\:link-pink-600:active,
.focus\:link-pink-600:focus,
.hover\:link-pink-600:hover {
  color: rgb(246, 165, 193);
}

.active\:link-pink-700:active,
.focus\:link-pink-700:focus,
.hover\:link-pink-700:hover {
  color: rgb(248, 188, 208);
}

.active\:link-pink-800:active,
.focus\:link-pink-800:focus,
.hover\:link-pink-800:hover {
  color: rgb(251, 210, 224);
}

.active\:link-pink-900:active,
.focus\:link-pink-900:focus,
.hover\:link-pink-900:hover {
  color: rgb(253, 233, 239);
}

.active\:link-purple:active,
.focus\:link-purple:focus,
.hover\:link-purple:hover {
  color: #9C27B0;
}

.active\:link-purple-100:active,
.focus\:link-purple-100:focus,
.hover\:link-purple-100:hover {
  color: rgb(140, 35, 158);
}

.active\:link-purple-200:active,
.focus\:link-purple-200:focus,
.hover\:link-purple-200:hover {
  color: rgb(125, 31, 141);
}

.active\:link-purple-300:active,
.focus\:link-purple-300:focus,
.hover\:link-purple-300:hover {
  color: rgb(109, 27, 123);
}

.active\:link-purple-400:active,
.focus\:link-purple-400:focus,
.hover\:link-purple-400:hover {
  color: rgb(94, 23, 106);
}

.active\:link-purple-500:active,
.focus\:link-purple-500:focus,
.hover\:link-purple-500:hover {
  color: #9C27B0;
}

.active\:link-purple-600:active,
.focus\:link-purple-600:focus,
.hover\:link-purple-600:hover {
  color: rgb(215, 169, 223);
}

.active\:link-purple-700:active,
.focus\:link-purple-700:focus,
.hover\:link-purple-700:hover {
  color: rgb(225, 190, 231);
}

.active\:link-purple-800:active,
.focus\:link-purple-800:focus,
.hover\:link-purple-800:hover {
  color: rgb(235, 212, 239);
}

.active\:link-purple-900:active,
.focus\:link-purple-900:focus,
.hover\:link-purple-900:hover {
  color: rgb(245, 233, 247);
}

.active\:link-indigo:active,
.focus\:link-indigo:focus,
.hover\:link-indigo:hover {
  color: #3E51B5;
}

.active\:link-indigo-100:active,
.focus\:link-indigo-100:focus,
.hover\:link-indigo-100:hover {
  color: rgb(56, 73, 163);
}

.active\:link-indigo-200:active,
.focus\:link-indigo-200:focus,
.hover\:link-indigo-200:hover {
  color: rgb(50, 65, 145);
}

.active\:link-indigo-300:active,
.focus\:link-indigo-300:focus,
.hover\:link-indigo-300:hover {
  color: rgb(43, 57, 127);
}

.active\:link-indigo-400:active,
.focus\:link-indigo-400:focus,
.hover\:link-indigo-400:hover {
  color: rgb(37, 49, 109);
}

.active\:link-indigo-500:active,
.focus\:link-indigo-500:focus,
.hover\:link-indigo-500:hover {
  color: #3E51B5;
}

.active\:link-indigo-600:active,
.focus\:link-indigo-600:focus,
.hover\:link-indigo-600:hover {
  color: rgb(178, 185, 225);
}

.active\:link-indigo-700:active,
.focus\:link-indigo-700:focus,
.hover\:link-indigo-700:hover {
  color: rgb(197, 203, 233);
}

.active\:link-indigo-800:active,
.focus\:link-indigo-800:focus,
.hover\:link-indigo-800:hover {
  color: rgb(216, 220, 240);
}

.active\:link-indigo-900:active,
.focus\:link-indigo-900:focus,
.hover\:link-indigo-900:hover {
  color: rgb(236, 238, 248);
}

.active\:link-cyan:active,
.focus\:link-cyan:focus,
.hover\:link-cyan:hover {
  color: #00BCD4;
}

.active\:link-cyan-100:active,
.focus\:link-cyan-100:focus,
.hover\:link-cyan-100:hover {
  color: rgb(0, 169, 191);
}

.active\:link-cyan-200:active,
.focus\:link-cyan-200:focus,
.hover\:link-cyan-200:hover {
  color: rgb(0, 150, 170);
}

.active\:link-cyan-300:active,
.focus\:link-cyan-300:focus,
.hover\:link-cyan-300:hover {
  color: rgb(0, 132, 148);
}

.active\:link-cyan-400:active,
.focus\:link-cyan-400:focus,
.hover\:link-cyan-400:hover {
  color: rgb(0, 113, 127);
}

.active\:link-cyan-500:active,
.focus\:link-cyan-500:focus,
.hover\:link-cyan-500:hover {
  color: #00BCD4;
}

.active\:link-cyan-600:active,
.focus\:link-cyan-600:focus,
.hover\:link-cyan-600:hover {
  color: rgb(153, 228, 238);
}

.active\:link-cyan-700:active,
.focus\:link-cyan-700:focus,
.hover\:link-cyan-700:hover {
  color: rgb(179, 235, 242);
}

.active\:link-cyan-800:active,
.focus\:link-cyan-800:focus,
.hover\:link-cyan-800:hover {
  color: rgb(204, 242, 246);
}

.active\:link-cyan-900:active,
.focus\:link-cyan-900:focus,
.hover\:link-cyan-900:hover {
  color: rgb(230, 248, 251);
}

.active\:link-teal:active,
.focus\:link-teal:focus,
.hover\:link-teal:hover {
  color: #009688;
}

.active\:link-teal-100:active,
.focus\:link-teal-100:focus,
.hover\:link-teal-100:hover {
  color: rgb(0, 135, 122);
}

.active\:link-teal-200:active,
.focus\:link-teal-200:focus,
.hover\:link-teal-200:hover {
  color: rgb(0, 120, 109);
}

.active\:link-teal-300:active,
.focus\:link-teal-300:focus,
.hover\:link-teal-300:hover {
  color: rgb(0, 105, 95);
}

.active\:link-teal-400:active,
.focus\:link-teal-400:focus,
.hover\:link-teal-400:hover {
  color: rgb(0, 90, 82);
}

.active\:link-teal-500:active,
.focus\:link-teal-500:focus,
.hover\:link-teal-500:hover {
  color: #009688;
}

.active\:link-teal-600:active,
.focus\:link-teal-600:focus,
.hover\:link-teal-600:hover {
  color: rgb(153, 213, 207);
}

.active\:link-teal-700:active,
.focus\:link-teal-700:focus,
.hover\:link-teal-700:hover {
  color: rgb(179, 224, 219);
}

.active\:link-teal-800:active,
.focus\:link-teal-800:focus,
.hover\:link-teal-800:hover {
  color: rgb(204, 234, 231);
}

.active\:link-teal-900:active,
.focus\:link-teal-900:focus,
.hover\:link-teal-900:hover {
  color: rgb(230, 245, 243);
}

.active\:link-lime:active,
.focus\:link-lime:focus,
.hover\:link-lime:hover {
  color: #CDDC39;
}

.active\:link-lime-100:active,
.focus\:link-lime-100:focus,
.hover\:link-lime-100:hover {
  color: rgb(185, 198, 51);
}

.active\:link-lime-200:active,
.focus\:link-lime-200:focus,
.hover\:link-lime-200:hover {
  color: rgb(164, 176, 46);
}

.active\:link-lime-300:active,
.focus\:link-lime-300:focus,
.hover\:link-lime-300:hover {
  color: rgb(144, 154, 40);
}

.active\:link-lime-400:active,
.focus\:link-lime-400:focus,
.hover\:link-lime-400:hover {
  color: rgb(123, 132, 34);
}

.active\:link-lime-500:active,
.focus\:link-lime-500:focus,
.hover\:link-lime-500:hover {
  color: #CDDC39;
}

.active\:link-lime-600:active,
.focus\:link-lime-600:focus,
.hover\:link-lime-600:hover {
  color: rgb(235, 241, 176);
}

.active\:link-lime-700:active,
.focus\:link-lime-700:focus,
.hover\:link-lime-700:hover {
  color: rgb(240, 245, 196);
}

.active\:link-lime-800:active,
.focus\:link-lime-800:focus,
.hover\:link-lime-800:hover {
  color: rgb(245, 248, 215);
}

.active\:link-lime-900:active,
.focus\:link-lime-900:focus,
.hover\:link-lime-900:hover {
  color: rgb(250, 252, 235);
}

.active\:link-yellow:active,
.focus\:link-yellow:focus,
.hover\:link-yellow:hover {
  color: #FFEB3B;
}

.active\:link-yellow-100:active,
.focus\:link-yellow-100:focus,
.hover\:link-yellow-100:hover {
  color: rgb(230, 212, 53);
}

.active\:link-yellow-200:active,
.focus\:link-yellow-200:focus,
.hover\:link-yellow-200:hover {
  color: rgb(204, 188, 47);
}

.active\:link-yellow-300:active,
.focus\:link-yellow-300:focus,
.hover\:link-yellow-300:hover {
  color: rgb(179, 165, 41);
}

.active\:link-yellow-400:active,
.focus\:link-yellow-400:focus,
.hover\:link-yellow-400:hover {
  color: rgb(153, 141, 35);
}

.active\:link-yellow-500:active,
.focus\:link-yellow-500:focus,
.hover\:link-yellow-500:hover {
  color: #FFEB3B;
}

.active\:link-yellow-600:active,
.focus\:link-yellow-600:focus,
.hover\:link-yellow-600:hover {
  color: rgb(255, 247, 177);
}

.active\:link-yellow-700:active,
.focus\:link-yellow-700:focus,
.hover\:link-yellow-700:hover {
  color: rgb(255, 249, 196);
}

.active\:link-yellow-800:active,
.focus\:link-yellow-800:focus,
.hover\:link-yellow-800:hover {
  color: rgb(255, 251, 216);
}

.active\:link-yellow-900:active,
.focus\:link-yellow-900:focus,
.hover\:link-yellow-900:hover {
  color: rgb(255, 253, 235);
}

.active\:link-amber:active,
.focus\:link-amber:focus,
.hover\:link-amber:hover {
  color: #FFC107;
}

.active\:link-amber-100:active,
.focus\:link-amber-100:focus,
.hover\:link-amber-100:hover {
  color: rgb(230, 174, 6);
}

.active\:link-amber-200:active,
.focus\:link-amber-200:focus,
.hover\:link-amber-200:hover {
  color: rgb(204, 154, 6);
}

.active\:link-amber-300:active,
.focus\:link-amber-300:focus,
.hover\:link-amber-300:hover {
  color: rgb(179, 135, 5);
}

.active\:link-amber-400:active,
.focus\:link-amber-400:focus,
.hover\:link-amber-400:hover {
  color: rgb(153, 116, 4);
}

.active\:link-amber-500:active,
.focus\:link-amber-500:focus,
.hover\:link-amber-500:hover {
  color: #FFC107;
}

.active\:link-amber-600:active,
.focus\:link-amber-600:focus,
.hover\:link-amber-600:hover {
  color: rgb(255, 230, 156);
}

.active\:link-amber-700:active,
.focus\:link-amber-700:focus,
.hover\:link-amber-700:hover {
  color: rgb(255, 236, 181);
}

.active\:link-amber-800:active,
.focus\:link-amber-800:focus,
.hover\:link-amber-800:hover {
  color: rgb(255, 243, 205);
}

.active\:link-amber-900:active,
.focus\:link-amber-900:focus,
.hover\:link-amber-900:hover {
  color: rgb(255, 249, 230);
}

.active\:link-orange:active,
.focus\:link-orange:focus,
.hover\:link-orange:hover {
  color: #FF9800;
}

.active\:link-orange-100:active,
.focus\:link-orange-100:focus,
.hover\:link-orange-100:hover {
  color: rgb(230, 137, 0);
}

.active\:link-orange-200:active,
.focus\:link-orange-200:focus,
.hover\:link-orange-200:hover {
  color: rgb(204, 122, 0);
}

.active\:link-orange-300:active,
.focus\:link-orange-300:focus,
.hover\:link-orange-300:hover {
  color: rgb(179, 106, 0);
}

.active\:link-orange-400:active,
.focus\:link-orange-400:focus,
.hover\:link-orange-400:hover {
  color: rgb(153, 91, 0);
}

.active\:link-orange-500:active,
.focus\:link-orange-500:focus,
.hover\:link-orange-500:hover {
  color: #FF9800;
}

.active\:link-orange-600:active,
.focus\:link-orange-600:focus,
.hover\:link-orange-600:hover {
  color: rgb(255, 214, 153);
}

.active\:link-orange-700:active,
.focus\:link-orange-700:focus,
.hover\:link-orange-700:hover {
  color: rgb(255, 224, 179);
}

.active\:link-orange-800:active,
.focus\:link-orange-800:focus,
.hover\:link-orange-800:hover {
  color: rgb(255, 234, 204);
}

.active\:link-orange-900:active,
.focus\:link-orange-900:focus,
.hover\:link-orange-900:hover {
  color: rgb(255, 245, 230);
}

.active\:link-lightblue:active,
.focus\:link-lightblue:focus,
.hover\:link-lightblue:hover {
  color: #03A9F4;
}

.active\:link-lightblue-100:active,
.focus\:link-lightblue-100:focus,
.hover\:link-lightblue-100:hover {
  color: rgb(3, 152, 220);
}

.active\:link-lightblue-200:active,
.focus\:link-lightblue-200:focus,
.hover\:link-lightblue-200:hover {
  color: rgb(2, 135, 195);
}

.active\:link-lightblue-300:active,
.focus\:link-lightblue-300:focus,
.hover\:link-lightblue-300:hover {
  color: rgb(2, 118, 171);
}

.active\:link-lightblue-400:active,
.focus\:link-lightblue-400:focus,
.hover\:link-lightblue-400:hover {
  color: rgb(2, 101, 146);
}

.active\:link-lightblue-500:active,
.focus\:link-lightblue-500:focus,
.hover\:link-lightblue-500:hover {
  color: #03A9F4;
}

.active\:link-lightblue-600:active,
.focus\:link-lightblue-600:focus,
.hover\:link-lightblue-600:hover {
  color: rgb(154, 221, 251);
}

.active\:link-lightblue-700:active,
.focus\:link-lightblue-700:focus,
.hover\:link-lightblue-700:hover {
  color: rgb(179, 229, 252);
}

.active\:link-lightblue-800:active,
.focus\:link-lightblue-800:focus,
.hover\:link-lightblue-800:hover {
  color: rgb(205, 238, 253);
}

.active\:link-lightblue-900:active,
.focus\:link-lightblue-900:focus,
.hover\:link-lightblue-900:hover {
  color: rgb(230, 246, 254);
}

.active\:link-lightgreen:active,
.focus\:link-lightgreen:focus,
.hover\:link-lightgreen:hover {
  color: #76FF03;
}

.active\:link-lightgreen-100:active,
.focus\:link-lightgreen-100:focus,
.hover\:link-lightgreen-100:hover {
  color: rgb(106, 230, 3);
}

.active\:link-lightgreen-200:active,
.focus\:link-lightgreen-200:focus,
.hover\:link-lightgreen-200:hover {
  color: rgb(94, 204, 2);
}

.active\:link-lightgreen-300:active,
.focus\:link-lightgreen-300:focus,
.hover\:link-lightgreen-300:hover {
  color: rgb(83, 179, 2);
}

.active\:link-lightgreen-400:active,
.focus\:link-lightgreen-400:focus,
.hover\:link-lightgreen-400:hover {
  color: rgb(71, 153, 2);
}

.active\:link-lightgreen-500:active,
.focus\:link-lightgreen-500:focus,
.hover\:link-lightgreen-500:hover {
  color: #76FF03;
}

.active\:link-lightgreen-600:active,
.focus\:link-lightgreen-600:focus,
.hover\:link-lightgreen-600:hover {
  color: rgb(200, 255, 154);
}

.active\:link-lightgreen-700:active,
.focus\:link-lightgreen-700:focus,
.hover\:link-lightgreen-700:hover {
  color: rgb(214, 255, 179);
}

.active\:link-lightgreen-800:active,
.focus\:link-lightgreen-800:focus,
.hover\:link-lightgreen-800:hover {
  color: rgb(228, 255, 205);
}

.active\:link-lightgreen-900:active,
.focus\:link-lightgreen-900:focus,
.hover\:link-lightgreen-900:hover {
  color: rgb(241, 255, 230);
}

.active\:link-deeppurple:active,
.focus\:link-deeppurple:focus,
.hover\:link-deeppurple:hover {
  color: #673AB7;
}

.active\:link-deeppurple-100:active,
.focus\:link-deeppurple-100:focus,
.hover\:link-deeppurple-100:hover {
  color: rgb(93, 52, 165);
}

.active\:link-deeppurple-200:active,
.focus\:link-deeppurple-200:focus,
.hover\:link-deeppurple-200:hover {
  color: rgb(82, 46, 146);
}

.active\:link-deeppurple-300:active,
.focus\:link-deeppurple-300:focus,
.hover\:link-deeppurple-300:hover {
  color: rgb(72, 41, 128);
}

.active\:link-deeppurple-400:active,
.focus\:link-deeppurple-400:focus,
.hover\:link-deeppurple-400:hover {
  color: rgb(62, 35, 110);
}

.active\:link-deeppurple-500:active,
.focus\:link-deeppurple-500:focus,
.hover\:link-deeppurple-500:hover {
  color: #673AB7;
}

.active\:link-deeppurple-600:active,
.focus\:link-deeppurple-600:focus,
.hover\:link-deeppurple-600:hover {
  color: rgb(194, 176, 226);
}

.active\:link-deeppurple-700:active,
.focus\:link-deeppurple-700:focus,
.hover\:link-deeppurple-700:hover {
  color: rgb(209, 196, 233);
}

.active\:link-deeppurple-800:active,
.focus\:link-deeppurple-800:focus,
.hover\:link-deeppurple-800:hover {
  color: rgb(225, 216, 241);
}

.active\:link-deeppurple-900:active,
.focus\:link-deeppurple-900:focus,
.hover\:link-deeppurple-900:hover {
  color: rgb(240, 235, 248);
}

.active\:link-deeporange:active,
.focus\:link-deeporange:focus,
.hover\:link-deeporange:hover {
  color: #DD6E0F;
}

.active\:link-deeporange-100:active,
.focus\:link-deeporange-100:focus,
.hover\:link-deeporange-100:hover {
  color: rgb(199, 99, 14);
}

.active\:link-deeporange-200:active,
.focus\:link-deeporange-200:focus,
.hover\:link-deeporange-200:hover {
  color: rgb(177, 88, 12);
}

.active\:link-deeporange-300:active,
.focus\:link-deeporange-300:focus,
.hover\:link-deeporange-300:hover {
  color: rgb(155, 77, 11);
}

.active\:link-deeporange-400:active,
.focus\:link-deeporange-400:focus,
.hover\:link-deeporange-400:hover {
  color: rgb(133, 66, 9);
}

.active\:link-deeporange-500:active,
.focus\:link-deeporange-500:focus,
.hover\:link-deeporange-500:hover {
  color: #DD6E0F;
}

.active\:link-deeporange-600:active,
.focus\:link-deeporange-600:focus,
.hover\:link-deeporange-600:hover {
  color: rgb(241, 197, 159);
}

.active\:link-deeporange-700:active,
.focus\:link-deeporange-700:focus,
.hover\:link-deeporange-700:hover {
  color: rgb(245, 212, 183);
}

.active\:link-deeporange-800:active,
.focus\:link-deeporange-800:focus,
.hover\:link-deeporange-800:hover {
  color: rgb(248, 226, 207);
}

.active\:link-deeporange-900:active,
.focus\:link-deeporange-900:focus,
.hover\:link-deeporange-900:hover {
  color: rgb(252, 241, 231);
}

.active\:link-brown:active,
.focus\:link-brown:focus,
.hover\:link-brown:hover {
  color: #964B00;
}

.active\:link-brown-100:active,
.focus\:link-brown-100:focus,
.hover\:link-brown-100:hover {
  color: rgb(135, 68, 0);
}

.active\:link-brown-200:active,
.focus\:link-brown-200:focus,
.hover\:link-brown-200:hover {
  color: rgb(120, 60, 0);
}

.active\:link-brown-300:active,
.focus\:link-brown-300:focus,
.hover\:link-brown-300:hover {
  color: rgb(105, 53, 0);
}

.active\:link-brown-400:active,
.focus\:link-brown-400:focus,
.hover\:link-brown-400:hover {
  color: rgb(90, 45, 0);
}

.active\:link-brown-500:active,
.focus\:link-brown-500:focus,
.hover\:link-brown-500:hover {
  color: #964B00;
}

.active\:link-brown-600:active,
.focus\:link-brown-600:focus,
.hover\:link-brown-600:hover {
  color: rgb(213, 183, 153);
}

.active\:link-brown-700:active,
.focus\:link-brown-700:focus,
.hover\:link-brown-700:hover {
  color: rgb(224, 201, 179);
}

.active\:link-brown-800:active,
.focus\:link-brown-800:focus,
.hover\:link-brown-800:hover {
  color: rgb(234, 219, 204);
}

.active\:link-brown-900:active,
.focus\:link-brown-900:focus,
.hover\:link-brown-900:hover {
  color: rgb(245, 237, 230);
}

.active\:link-grey:active,
.focus\:link-grey:focus,
.hover\:link-grey:hover {
  color: #808080;
}

.active\:link-grey-100:active,
.focus\:link-grey-100:focus,
.hover\:link-grey-100:hover {
  color: rgb(115, 115, 115);
}

.active\:link-grey-200:active,
.focus\:link-grey-200:focus,
.hover\:link-grey-200:hover {
  color: rgb(102, 102, 102);
}

.active\:link-grey-300:active,
.focus\:link-grey-300:focus,
.hover\:link-grey-300:hover {
  color: rgb(90, 90, 90);
}

.active\:link-grey-400:active,
.focus\:link-grey-400:focus,
.hover\:link-grey-400:hover {
  color: rgb(77, 77, 77);
}

.active\:link-grey-500:active,
.focus\:link-grey-500:focus,
.hover\:link-grey-500:hover {
  color: #808080;
}

.active\:link-grey-600:active,
.focus\:link-grey-600:focus,
.hover\:link-grey-600:hover {
  color: rgb(204, 204, 204);
}

.active\:link-grey-700:active,
.focus\:link-grey-700:focus,
.hover\:link-grey-700:hover {
  color: rgb(217, 217, 217);
}

.active\:link-grey-800:active,
.focus\:link-grey-800:focus,
.hover\:link-grey-800:hover {
  color: rgb(230, 230, 230);
}

.active\:link-grey-900:active,
.focus\:link-grey-900:focus,
.hover\:link-grey-900:hover {
  color: rgb(242, 242, 242);
}

.fs-1 {
  font-size: 2.5rem;
}

.active\:fs-1:active,
.focus\:fs-1:focus,
.hover\:fs-1:hover {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.active\:fs-2:active,
.focus\:fs-2:focus,
.hover\:fs-2:hover {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.active\:fs-3:active,
.focus\:fs-3:focus,
.hover\:fs-3:hover {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.active\:fs-4:active,
.focus\:fs-4:focus,
.hover\:fs-4:hover {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.active\:fs-5:active,
.focus\:fs-5:focus,
.hover\:fs-5:hover {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.active\:fs-6:active,
.focus\:fs-6:focus,
.hover\:fs-6:hover {
  font-size: 1rem;
}

.text-xs {
  font-size: 0.75rem;
}

.active\:text-xs:active,
.focus\:text-xs:focus,
.hover\:text-xs:hover {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.active\:text-sm:active,
.focus\:text-sm:focus,
.hover\:text-sm:hover {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.active\:text-base:active,
.focus\:text-base:focus,
.hover\:text-base:hover {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.active\:text-lg:active,
.focus\:text-lg:focus,
.hover\:text-lg:hover {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.active\:text-xl:active,
.focus\:text-xl:focus,
.hover\:text-xl:hover {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.active\:text-2xl:active,
.focus\:text-2xl:focus,
.hover\:text-2xl:hover {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.active\:text-3xl:active,
.focus\:text-3xl:focus,
.hover\:text-3xl:hover {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.active\:text-4xl:active,
.focus\:text-4xl:focus,
.hover\:text-4xl:hover {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.active\:text-5xl:active,
.focus\:text-5xl:focus,
.hover\:text-5xl:hover {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.active\:text-6xl:active,
.focus\:text-6xl:focus,
.hover\:text-6xl:hover {
  font-size: 3.75rem;
}

.font-1 {
  font-size: clamp(0.75px, 5vw, 1px);
}

.font-2 {
  font-size: clamp(1.5px, 5vw, 2px);
}

.font-3 {
  font-size: clamp(2.25px, 5vw, 3px);
}

.font-4 {
  font-size: clamp(3px, 5vw, 4px);
}

.font-5 {
  font-size: clamp(3.75px, 5vw, 5px);
}

.font-6 {
  font-size: clamp(4.5px, 5vw, 6px);
}

.font-7 {
  font-size: clamp(5.25px, 5vw, 7px);
}

.font-8 {
  font-size: clamp(6px, 5vw, 8px);
}

.font-9 {
  font-size: clamp(6.75px, 5vw, 9px);
}

.font-10 {
  font-size: clamp(7.5px, 5vw, 10px);
}

.font-11 {
  font-size: clamp(8.25px, 5vw, 11px);
}

.font-12 {
  font-size: clamp(9px, 5vw, 12px);
}

.font-13 {
  font-size: clamp(9.75px, 5vw, 13px);
}

.font-14 {
  font-size: clamp(10.5px, 5vw, 14px);
}

.font-15 {
  font-size: clamp(11.25px, 5vw, 15px);
}

.font-16 {
  font-size: clamp(12px, 5vw, 16px);
}

.font-18 {
  font-size: clamp(13.5px, 5vw, 18px);
}

.font-20 {
  font-size: clamp(15px, 5vw, 20px);
}

.font-21 {
  font-size: clamp(15.75px, 5vw, 21px);
}

.font-22 {
  font-size: clamp(16.5px, 5vw, 22px);
}

.font-24 {
  font-size: clamp(18px, 5vw, 24px);
}

.font-26 {
  font-size: clamp(19.5px, 5vw, 26px);
}

.font-28 {
  font-size: clamp(21px, 5vw, 28px);
}

.font-32 {
  font-size: clamp(24px, 5vw, 32px);
}

.font-36 {
  font-size: clamp(27px, 5vw, 36px);
}

.font-40 {
  font-size: clamp(30px, 5vw, 40px);
}

.font-42 {
  font-size: clamp(31.5px, 5vw, 42px);
}

.font-44 {
  font-size: clamp(33px, 5vw, 44px);
}

.font-48 {
  font-size: clamp(36px, 5vw, 48px);
}

.font-54 {
  font-size: clamp(40.5px, 5vw, 54px);
}

.font-60 {
  font-size: clamp(45px, 5vw, 60px);
}

.font-64 {
  font-size: clamp(48px, 5vw, 64px);
}

.font-66 {
  font-size: clamp(49.5px, 5vw, 66px);
}

.font-72 {
  font-size: clamp(54px, 10vw, 108px);
}

.font-80 {
  font-size: clamp(60px, 10vw, 120px);
}

.font-88 {
  font-size: clamp(66px, 10vw, 132px);
}

.font-96 {
  font-size: clamp(72px, 10vw, 144px);
}

@media screen and (max-width: 375px) {
  .font-1 {
    font-size: clamp(0.5px, 2.5vw, 1px);
  }
  .font-2 {
    font-size: clamp(1px, 2.5vw, 2px);
  }
  .font-3 {
    font-size: clamp(1.5px, 2.5vw, 3px);
  }
  .font-4 {
    font-size: clamp(2px, 2.5vw, 4px);
  }
  .font-5 {
    font-size: clamp(2.5px, 2.5vw, 5px);
  }
  .font-6 {
    font-size: clamp(3px, 2.5vw, 6px);
  }
  .font-7 {
    font-size: clamp(3.5px, 2.5vw, 7px);
  }
  .font-8 {
    font-size: clamp(4px, 2.5vw, 8px);
  }
  .font-9 {
    font-size: clamp(4.5px, 2.5vw, 9px);
  }
  .font-10 {
    font-size: clamp(5px, 2.5vw, 10px);
  }
  .font-11 {
    font-size: clamp(5.5px, 2.5vw, 11px);
  }
  .font-12 {
    font-size: clamp(6px, 2.5vw, 12px);
  }
  .font-13 {
    font-size: clamp(6.5px, 2.5vw, 13px);
  }
  .font-14 {
    font-size: clamp(7px, 2.5vw, 14px);
  }
  .font-15 {
    font-size: clamp(7.5px, 2.5vw, 15px);
  }
  .font-16 {
    font-size: clamp(8px, 2.5vw, 16px);
  }
  .font-18 {
    font-size: clamp(9px, 2.5vw, 18px);
  }
  .font-20 {
    font-size: clamp(10px, 2.5vw, 20px);
  }
  .font-21 {
    font-size: clamp(10.5px, 2.5vw, 21px);
  }
  .font-22 {
    font-size: clamp(11px, 2.5vw, 22px);
  }
  .font-24 {
    font-size: clamp(12px, 2.5vw, 24px);
  }
  .font-26 {
    font-size: clamp(13px, 2.5vw, 26px);
  }
  .font-28 {
    font-size: clamp(14px, 2.5vw, 28px);
  }
  .font-32 {
    font-size: clamp(16px, 2.5vw, 32px);
  }
  .font-36 {
    font-size: clamp(18px, 2.5vw, 36px);
  }
  .font-40 {
    font-size: clamp(20px, 2.5vw, 40px);
  }
  .font-42 {
    font-size: clamp(21px, 2.5vw, 42px);
  }
  .font-44 {
    font-size: clamp(22px, 2.5vw, 44px);
  }
  .font-48 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
  .font-54 {
    font-size: clamp(27px, 2.5vw, 54px);
  }
  .font-60 {
    font-size: clamp(30px, 2.5vw, 60px);
  }
  .font-64 {
    font-size: clamp(32px, 2.5vw, 64px);
  }
  .font-66 {
    font-size: clamp(33px, 2.5vw, 66px);
  }
  .font-72 {
    font-size: clamp(36px, 5vw, 108px);
  }
  .font-80 {
    font-size: clamp(40px, 5vw, 120px);
  }
  .font-88 {
    font-size: clamp(44px, 5vw, 132px);
  }
  .font-96 {
    font-size: clamp(48px, 5vw, 144px);
  }
}
q.qs-1::before, q.qs-1::after {
  font-size: 2.5rem;
  line-height: normal;
}

q.qs-2::before, q.qs-2::after {
  font-size: 2rem;
  line-height: normal;
}

q.qs-3::before, q.qs-3::after {
  font-size: 1.75rem;
  line-height: normal;
}

q.qs-4::before, q.qs-4::after {
  font-size: 1.5rem;
  line-height: normal;
}

q.qs-5::before, q.qs-5::after {
  font-size: 1.25rem;
  line-height: normal;
}

q.qs-6::before, q.qs-6::after {
  font-size: 1rem;
  line-height: normal;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.normal {
  font-weight: normal;
}

.lighter {
  font-weight: lighter;
}

.fw-100 {
  font-weight: 100;
}

@media screen and (min-width: 375px) {
  .xs\:fw-100 {
    font-weight: 100;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-100 {
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-100 {
    font-weight: 100;
  }
}
.fw-200 {
  font-weight: 200;
}

@media screen and (min-width: 375px) {
  .xs\:fw-200 {
    font-weight: 200;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-200 {
    font-weight: 200;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-200 {
    font-weight: 200;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-200 {
    font-weight: 200;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-200 {
    font-weight: 200;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-200 {
    font-weight: 200;
  }
}
.fw-300 {
  font-weight: 300;
}

@media screen and (min-width: 375px) {
  .xs\:fw-300 {
    font-weight: 300;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-300 {
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-300 {
    font-weight: 300;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-300 {
    font-weight: 300;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-300 {
    font-weight: 300;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-300 {
    font-weight: 300;
  }
}
.fw-400 {
  font-weight: 400;
}

@media screen and (min-width: 375px) {
  .xs\:fw-400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-400 {
    font-weight: 400;
  }
}
.fw-500 {
  font-weight: 500;
}

@media screen and (min-width: 375px) {
  .xs\:fw-500 {
    font-weight: 500;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-500 {
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-500 {
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-500 {
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-500 {
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-500 {
    font-weight: 500;
  }
}
.fw-600 {
  font-weight: 600;
}

@media screen and (min-width: 375px) {
  .xs\:fw-600 {
    font-weight: 600;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-600 {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-600 {
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-600 {
    font-weight: 600;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-600 {
    font-weight: 600;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-600 {
    font-weight: 600;
  }
}
.fw-700 {
  font-weight: 700;
}

@media screen and (min-width: 375px) {
  .xs\:fw-700 {
    font-weight: 700;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-700 {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-700 {
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-700 {
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-700 {
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-700 {
    font-weight: 700;
  }
}
.fw-800 {
  font-weight: 800;
}

@media screen and (min-width: 375px) {
  .xs\:fw-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-800 {
    font-weight: 800;
  }
}
.fw-900 {
  font-weight: 900;
}

@media screen and (min-width: 375px) {
  .xs\:fw-900 {
    font-weight: 900;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fw-900 {
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .md\:fw-900 {
    font-weight: 900;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fw-900 {
    font-weight: 900;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fw-900 {
    font-weight: 900;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fw-900 {
    font-weight: 900;
  }
}
.oblic,
.text-oblic {
  font-style: oblique;
}

.active\:oblic:active,
.focus\:oblic:focus,
.hover\:oblic:hover {
  font-style: oblique;
}

.active\:text-oblic:active,
.focus\:text-oblic:focus,
.hover\:text-oblic:hover {
  font-style: oblique;
}

.italic,
.text-italic {
  font-style: italic;
}

.active\:italic:active,
.focus\:italic:focus,
.hover\:italic:hover {
  font-style: italic;
}

.active\:text-italic:active,
.focus\:text-italic:focus,
.hover\:text-italic:hover {
  font-style: italic;
}

.lh-1 {
  line-height: 1.25;
}

@media screen and (min-width: 375px) {
  .xs\:lh-1 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-1 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-1 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-1 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-1 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-1 {
    line-height: 1.25;
  }
}
.lh-2 {
  line-height: 1.5;
}

@media screen and (min-width: 375px) {
  .xs\:lh-2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-2 {
    line-height: 1.5;
  }
}
.lh-3 {
  line-height: 2.75;
}

@media screen and (min-width: 375px) {
  .xs\:lh-3 {
    line-height: 2.75;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-3 {
    line-height: 2.75;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-3 {
    line-height: 2.75;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-3 {
    line-height: 2.75;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-3 {
    line-height: 2.75;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-3 {
    line-height: 2.75;
  }
}
.lh-4 {
  line-height: 3;
}

@media screen and (min-width: 375px) {
  .xs\:lh-4 {
    line-height: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-4 {
    line-height: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-4 {
    line-height: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-4 {
    line-height: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-4 {
    line-height: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-4 {
    line-height: 3;
  }
}
.lh-5 {
  line-height: 3.25;
}

@media screen and (min-width: 375px) {
  .xs\:lh-5 {
    line-height: 3.25;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-5 {
    line-height: 3.25;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-5 {
    line-height: 3.25;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-5 {
    line-height: 3.25;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-5 {
    line-height: 3.25;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-5 {
    line-height: 3.25;
  }
}
.lh-6 {
  line-height: 3.5;
}

@media screen and (min-width: 375px) {
  .xs\:lh-6 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lh-6 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 768px) {
  .md\:lh-6 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lh-6 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lh-6 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lh-6 {
    line-height: 3.5;
  }
}
.z-1 {
  z-index: 111;
}

.z-2 {
  z-index: 222;
}

.z-3 {
  z-index: 333;
}

.z-4 {
  z-index: 444;
}

.z-5 {
  z-index: 555;
}

.z-6 {
  z-index: 666;
}

.z-7 {
  z-index: 777;
}

.z-8 {
  z-index: 888;
}

.z-9 {
  z-index: 999;
}

@media screen and (min-width: 375px) {
  .xs\:z-1 {
    z-index: 111;
  }
  .xs\:z-2 {
    z-index: 222;
  }
  .xs\:z-3 {
    z-index: 333;
  }
  .xs\:z-4 {
    z-index: 444;
  }
  .xs\:z-5 {
    z-index: 555;
  }
  .xs\:z-6 {
    z-index: 666;
  }
  .xs\:z-7 {
    z-index: 777;
  }
  .xs\:z-8 {
    z-index: 888;
  }
  .xs\:z-9 {
    z-index: 999;
  }
}
@media screen and (min-width: 544px) {
  .sm\:z-1 {
    z-index: 111;
  }
  .sm\:z-2 {
    z-index: 222;
  }
  .sm\:z-3 {
    z-index: 333;
  }
  .sm\:z-4 {
    z-index: 444;
  }
  .sm\:z-5 {
    z-index: 555;
  }
  .sm\:z-6 {
    z-index: 666;
  }
  .sm\:z-7 {
    z-index: 777;
  }
  .sm\:z-8 {
    z-index: 888;
  }
  .sm\:z-9 {
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .md\:z-1 {
    z-index: 111;
  }
  .md\:z-2 {
    z-index: 222;
  }
  .md\:z-3 {
    z-index: 333;
  }
  .md\:z-4 {
    z-index: 444;
  }
  .md\:z-5 {
    z-index: 555;
  }
  .md\:z-6 {
    z-index: 666;
  }
  .md\:z-7 {
    z-index: 777;
  }
  .md\:z-8 {
    z-index: 888;
  }
  .md\:z-9 {
    z-index: 999;
  }
}
@media screen and (min-width: 992px) {
  .lg\:z-1 {
    z-index: 111;
  }
  .lg\:z-2 {
    z-index: 222;
  }
  .lg\:z-3 {
    z-index: 333;
  }
  .lg\:z-4 {
    z-index: 444;
  }
  .lg\:z-5 {
    z-index: 555;
  }
  .lg\:z-6 {
    z-index: 666;
  }
  .lg\:z-7 {
    z-index: 777;
  }
  .lg\:z-8 {
    z-index: 888;
  }
  .lg\:z-9 {
    z-index: 999;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:z-1 {
    z-index: 111;
  }
  .xl\:z-2 {
    z-index: 222;
  }
  .xl\:z-3 {
    z-index: 333;
  }
  .xl\:z-4 {
    z-index: 444;
  }
  .xl\:z-5 {
    z-index: 555;
  }
  .xl\:z-6 {
    z-index: 666;
  }
  .xl\:z-7 {
    z-index: 777;
  }
  .xl\:z-8 {
    z-index: 888;
  }
  .xl\:z-9 {
    z-index: 999;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:z-1 {
    z-index: 111;
  }
  .xxl\:z-2 {
    z-index: 222;
  }
  .xxl\:z-3 {
    z-index: 333;
  }
  .xxl\:z-4 {
    z-index: 444;
  }
  .xxl\:z-5 {
    z-index: 555;
  }
  .xxl\:z-6 {
    z-index: 666;
  }
  .xxl\:z-7 {
    z-index: 777;
  }
  .xxl\:z-8 {
    z-index: 888;
  }
  .xxl\:z-9 {
    z-index: 999;
  }
}
.bordered, .border {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-top:active,
.focus\:border-top:focus,
.hover\:border-top:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-left:active,
.focus\:border-left:focus,
.hover\:border-left:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-bottom:active,
.focus\:border-bottom:focus,
.hover\:border-bottom:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-right:active,
.focus\:border-right:focus,
.hover\:border-right:hover {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-top-left {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-top-left:active,
.focus\:border-top-left:focus,
.hover\:border-top-left:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-top-right {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-top-right:active,
.focus\:border-top-right:focus,
.hover\:border-top-right:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-bottom-left {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-bottom-left:active,
.focus\:border-bottom-left:focus,
.hover\:border-bottom-left:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-bottom-right {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-bottom-right:active,
.focus\:border-bottom-right:focus,
.hover\:border-bottom-right:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-x {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-x:active,
.focus\:border-x:focus,
.hover\:border-x:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.border-y {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

.active\:border-y:active,
.focus\:border-y:focus,
.hover\:border-y:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(71.8864864865, 80.6, 89.3135135135);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(71.8864864865, 80.6, 89.3135135135);
}

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

.active\:border-0:active,
.focus\:border-0:focus,
.hover\:border-0:hover {
  border-width: 0px;
}

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

.active\:border-top-0:active,
.focus\:border-top-0:focus,
.hover\:border-top-0:hover {
  border-top-width: 0px;
}

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

.active\:border-left-0:active,
.focus\:border-left-0:focus,
.hover\:border-left-0:hover {
  border-left-width: 0px;
}

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

.active\:border-bottom-0:active,
.focus\:border-bottom-0:focus,
.hover\:border-bottom-0:hover {
  border-bottom-width: 0px;
}

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

.active\:border-right-0:active,
.focus\:border-right-0:focus,
.hover\:border-right-0:hover {
  border-right-width: 0px;
}

.border-top-left-0 {
  border-top-width: 0px;
  border-left-width: 0px;
}

.active\:border-top-left-0:active,
.focus\:border-top-left-0:focus,
.hover\:border-top-left-0:hover {
  border-top-width: 0px;
  border-left-width: 0px;
}

.border-top-right-0 {
  border-top-width: 0px;
  border-right-width: 0px;
}

.active\:border-top-right-0:active,
.focus\:border-top-right-0:focus,
.hover\:border-top-right-0:hover {
  border-top-width: 0px;
  border-right-width: 0px;
}

.border-bottom-left-0 {
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.active\:border-bottom-left-0:active,
.focus\:border-bottom-left-0:focus,
.hover\:border-bottom-left-0:hover {
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.border-bottom-right-0 {
  border-bottom-width: 0px;
  border-right-width: 0px;
}

.active\:border-bottom-right-0:active,
.focus\:border-bottom-right-0:focus,
.hover\:border-bottom-right-0:hover {
  border-bottom-width: 0px;
  border-right-width: 0px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.active\:border-x-0:active,
.focus\:border-x-0:focus,
.hover\:border-x-0:hover {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.active\:border-y-0:active,
.focus\:border-y-0:focus,
.hover\:border-y-0:hover {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

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

.active\:border-1:active,
.focus\:border-1:focus,
.hover\:border-1:hover {
  border-width: 1px;
}

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

.active\:border-top-1:active,
.focus\:border-top-1:focus,
.hover\:border-top-1:hover {
  border-top-width: 1px;
}

.border-left-1 {
  border-left-width: 1px;
}

.active\:border-left-1:active,
.focus\:border-left-1:focus,
.hover\:border-left-1:hover {
  border-left-width: 1px;
}

.border-bottom-1 {
  border-bottom-width: 1px;
}

.active\:border-bottom-1:active,
.focus\:border-bottom-1:focus,
.hover\:border-bottom-1:hover {
  border-bottom-width: 1px;
}

.border-right-1 {
  border-right-width: 1px;
}

.active\:border-right-1:active,
.focus\:border-right-1:focus,
.hover\:border-right-1:hover {
  border-right-width: 1px;
}

.border-top-left-1 {
  border-top-width: 1px;
  border-left-width: 1px;
}

.active\:border-top-left-1:active,
.focus\:border-top-left-1:focus,
.hover\:border-top-left-1:hover {
  border-top-width: 1px;
  border-left-width: 1px;
}

.border-top-right-1 {
  border-top-width: 1px;
  border-right-width: 1px;
}

.active\:border-top-right-1:active,
.focus\:border-top-right-1:focus,
.hover\:border-top-right-1:hover {
  border-top-width: 1px;
  border-right-width: 1px;
}

.border-bottom-left-1 {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.active\:border-bottom-left-1:active,
.focus\:border-bottom-left-1:focus,
.hover\:border-bottom-left-1:hover {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.border-bottom-right-1 {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.active\:border-bottom-right-1:active,
.focus\:border-bottom-right-1:focus,
.hover\:border-bottom-right-1:hover {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.border-x-1 {
  border-left-width: 1px;
  border-right-width: 1px;
}

.active\:border-x-1:active,
.focus\:border-x-1:focus,
.hover\:border-x-1:hover {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.active\:border-y-1:active,
.focus\:border-y-1:focus,
.hover\:border-y-1:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.active\:border-2:active,
.focus\:border-2:focus,
.hover\:border-2:hover {
  border-width: 2px;
}

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

.active\:border-top-2:active,
.focus\:border-top-2:focus,
.hover\:border-top-2:hover {
  border-top-width: 2px;
}

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

.active\:border-left-2:active,
.focus\:border-left-2:focus,
.hover\:border-left-2:hover {
  border-left-width: 2px;
}

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

.active\:border-bottom-2:active,
.focus\:border-bottom-2:focus,
.hover\:border-bottom-2:hover {
  border-bottom-width: 2px;
}

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

.active\:border-right-2:active,
.focus\:border-right-2:focus,
.hover\:border-right-2:hover {
  border-right-width: 2px;
}

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

.active\:border-top-left-2:active,
.focus\:border-top-left-2:focus,
.hover\:border-top-left-2:hover {
  border-top-width: 2px;
  border-left-width: 2px;
}

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

.active\:border-top-right-2:active,
.focus\:border-top-right-2:focus,
.hover\:border-top-right-2:hover {
  border-top-width: 2px;
  border-right-width: 2px;
}

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

.active\:border-bottom-left-2:active,
.focus\:border-bottom-left-2:focus,
.hover\:border-bottom-left-2:hover {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

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

.active\:border-bottom-right-2:active,
.focus\:border-bottom-right-2:focus,
.hover\:border-bottom-right-2:hover {
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.active\:border-x-2:active,
.focus\:border-x-2:focus,
.hover\:border-x-2:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.active\:border-y-2:active,
.focus\:border-y-2:focus,
.hover\:border-y-2:hover {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

.active\:border-3:active,
.focus\:border-3:focus,
.hover\:border-3:hover {
  border-width: 3px;
}

.border-top-3 {
  border-top-width: 3px;
}

.active\:border-top-3:active,
.focus\:border-top-3:focus,
.hover\:border-top-3:hover {
  border-top-width: 3px;
}

.border-left-3 {
  border-left-width: 3px;
}

.active\:border-left-3:active,
.focus\:border-left-3:focus,
.hover\:border-left-3:hover {
  border-left-width: 3px;
}

.border-bottom-3 {
  border-bottom-width: 3px;
}

.active\:border-bottom-3:active,
.focus\:border-bottom-3:focus,
.hover\:border-bottom-3:hover {
  border-bottom-width: 3px;
}

.border-right-3 {
  border-right-width: 3px;
}

.active\:border-right-3:active,
.focus\:border-right-3:focus,
.hover\:border-right-3:hover {
  border-right-width: 3px;
}

.border-top-left-3 {
  border-top-width: 3px;
  border-left-width: 3px;
}

.active\:border-top-left-3:active,
.focus\:border-top-left-3:focus,
.hover\:border-top-left-3:hover {
  border-top-width: 3px;
  border-left-width: 3px;
}

.border-top-right-3 {
  border-top-width: 3px;
  border-right-width: 3px;
}

.active\:border-top-right-3:active,
.focus\:border-top-right-3:focus,
.hover\:border-top-right-3:hover {
  border-top-width: 3px;
  border-right-width: 3px;
}

.border-bottom-left-3 {
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.active\:border-bottom-left-3:active,
.focus\:border-bottom-left-3:focus,
.hover\:border-bottom-left-3:hover {
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.border-bottom-right-3 {
  border-bottom-width: 3px;
  border-right-width: 3px;
}

.active\:border-bottom-right-3:active,
.focus\:border-bottom-right-3:focus,
.hover\:border-bottom-right-3:hover {
  border-bottom-width: 3px;
  border-right-width: 3px;
}

.border-x-3 {
  border-left-width: 3px;
  border-right-width: 3px;
}

.active\:border-x-3:active,
.focus\:border-x-3:focus,
.hover\:border-x-3:hover {
  border-left-width: 3px;
  border-right-width: 3px;
}

.border-y-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.active\:border-y-3:active,
.focus\:border-y-3:focus,
.hover\:border-y-3:hover {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

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

.active\:border-4:active,
.focus\:border-4:focus,
.hover\:border-4:hover {
  border-width: 4px;
}

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

.active\:border-top-4:active,
.focus\:border-top-4:focus,
.hover\:border-top-4:hover {
  border-top-width: 4px;
}

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

.active\:border-left-4:active,
.focus\:border-left-4:focus,
.hover\:border-left-4:hover {
  border-left-width: 4px;
}

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

.active\:border-bottom-4:active,
.focus\:border-bottom-4:focus,
.hover\:border-bottom-4:hover {
  border-bottom-width: 4px;
}

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

.active\:border-right-4:active,
.focus\:border-right-4:focus,
.hover\:border-right-4:hover {
  border-right-width: 4px;
}

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

.active\:border-top-left-4:active,
.focus\:border-top-left-4:focus,
.hover\:border-top-left-4:hover {
  border-top-width: 4px;
  border-left-width: 4px;
}

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

.active\:border-top-right-4:active,
.focus\:border-top-right-4:focus,
.hover\:border-top-right-4:hover {
  border-top-width: 4px;
  border-right-width: 4px;
}

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

.active\:border-bottom-left-4:active,
.focus\:border-bottom-left-4:focus,
.hover\:border-bottom-left-4:hover {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

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

.active\:border-bottom-right-4:active,
.focus\:border-bottom-right-4:focus,
.hover\:border-bottom-right-4:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.active\:border-x-4:active,
.focus\:border-x-4:focus,
.hover\:border-x-4:hover {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.active\:border-y-4:active,
.focus\:border-y-4:focus,
.hover\:border-y-4:hover {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

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

.active\:border-5:active,
.focus\:border-5:focus,
.hover\:border-5:hover {
  border-width: 5px;
}

.border-top-5 {
  border-top-width: 5px;
}

.active\:border-top-5:active,
.focus\:border-top-5:focus,
.hover\:border-top-5:hover {
  border-top-width: 5px;
}

.border-left-5 {
  border-left-width: 5px;
}

.active\:border-left-5:active,
.focus\:border-left-5:focus,
.hover\:border-left-5:hover {
  border-left-width: 5px;
}

.border-bottom-5 {
  border-bottom-width: 5px;
}

.active\:border-bottom-5:active,
.focus\:border-bottom-5:focus,
.hover\:border-bottom-5:hover {
  border-bottom-width: 5px;
}

.border-right-5 {
  border-right-width: 5px;
}

.active\:border-right-5:active,
.focus\:border-right-5:focus,
.hover\:border-right-5:hover {
  border-right-width: 5px;
}

.border-top-left-5 {
  border-top-width: 5px;
  border-left-width: 5px;
}

.active\:border-top-left-5:active,
.focus\:border-top-left-5:focus,
.hover\:border-top-left-5:hover {
  border-top-width: 5px;
  border-left-width: 5px;
}

.border-top-right-5 {
  border-top-width: 5px;
  border-right-width: 5px;
}

.active\:border-top-right-5:active,
.focus\:border-top-right-5:focus,
.hover\:border-top-right-5:hover {
  border-top-width: 5px;
  border-right-width: 5px;
}

.border-bottom-left-5 {
  border-bottom-width: 5px;
  border-left-width: 5px;
}

.active\:border-bottom-left-5:active,
.focus\:border-bottom-left-5:focus,
.hover\:border-bottom-left-5:hover {
  border-bottom-width: 5px;
  border-left-width: 5px;
}

.border-bottom-right-5 {
  border-bottom-width: 5px;
  border-right-width: 5px;
}

.active\:border-bottom-right-5:active,
.focus\:border-bottom-right-5:focus,
.hover\:border-bottom-right-5:hover {
  border-bottom-width: 5px;
  border-right-width: 5px;
}

.border-x-5 {
  border-left-width: 5px;
  border-right-width: 5px;
}

.active\:border-x-5:active,
.focus\:border-x-5:focus,
.hover\:border-x-5:hover {
  border-left-width: 5px;
  border-right-width: 5px;
}

.border-y-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.active\:border-y-5:active,
.focus\:border-y-5:focus,
.hover\:border-y-5:hover {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.border-primary {
  border-color: #03A9F4;
}
.border-primary-100 {
  border-color: rgb(3, 152, 220);
}
.border-primary-200 {
  border-color: rgb(2, 135, 195);
}
.border-primary-300 {
  border-color: rgb(2, 118, 171);
}
.border-primary-400 {
  border-color: rgb(2, 101, 146);
}
.border-primary-500 {
  border-color: #03A9F4;
}
.border-primary-600 {
  border-color: rgb(154, 221, 251);
}
.border-primary-700 {
  border-color: rgb(179, 229, 252);
}
.border-primary-800 {
  border-color: rgb(205, 238, 253);
}
.border-primary-900 {
  border-color: rgb(230, 246, 254);
}

.border-secondary {
  border-color: #333;
}
.border-secondary-100 {
  border-color: rgb(46, 46, 46);
}
.border-secondary-200 {
  border-color: rgb(41, 41, 41);
}
.border-secondary-300 {
  border-color: rgb(36, 36, 36);
}
.border-secondary-400 {
  border-color: rgb(31, 31, 31);
}
.border-secondary-500 {
  border-color: #333;
}
.border-secondary-600 {
  border-color: rgb(173, 173, 173);
}
.border-secondary-700 {
  border-color: rgb(194, 194, 194);
}
.border-secondary-800 {
  border-color: rgb(214, 214, 214);
}
.border-secondary-900 {
  border-color: rgb(235, 235, 235);
}

.border-success {
  border-color: #28a745;
}
.border-success-100 {
  border-color: rgb(36, 150, 62);
}
.border-success-200 {
  border-color: rgb(32, 134, 55);
}
.border-success-300 {
  border-color: rgb(28, 117, 48);
}
.border-success-400 {
  border-color: rgb(24, 100, 41);
}
.border-success-500 {
  border-color: #28a745;
}
.border-success-600 {
  border-color: rgb(169, 220, 181);
}
.border-success-700 {
  border-color: rgb(191, 229, 199);
}
.border-success-800 {
  border-color: rgb(212, 237, 218);
}
.border-success-900 {
  border-color: rgb(234, 246, 236);
}

.border-info {
  border-color: #0DCAF0;
}
.border-info-100 {
  border-color: rgb(12, 182, 216);
}
.border-info-200 {
  border-color: rgb(10, 162, 192);
}
.border-info-300 {
  border-color: rgb(9, 141, 168);
}
.border-info-400 {
  border-color: rgb(8, 121, 144);
}
.border-info-500 {
  border-color: #0DCAF0;
}
.border-info-600 {
  border-color: rgb(158, 234, 249);
}
.border-info-700 {
  border-color: rgb(182, 239, 251);
}
.border-info-800 {
  border-color: rgb(207, 244, 252);
}
.border-info-900 {
  border-color: rgb(231, 250, 254);
}

.border-warning {
  border-color: #FFC107;
}
.border-warning-100 {
  border-color: rgb(230, 174, 6);
}
.border-warning-200 {
  border-color: rgb(204, 154, 6);
}
.border-warning-300 {
  border-color: rgb(179, 135, 5);
}
.border-warning-400 {
  border-color: rgb(153, 116, 4);
}
.border-warning-500 {
  border-color: #FFC107;
}
.border-warning-600 {
  border-color: rgb(255, 230, 156);
}
.border-warning-700 {
  border-color: rgb(255, 236, 181);
}
.border-warning-800 {
  border-color: rgb(255, 243, 205);
}
.border-warning-900 {
  border-color: rgb(255, 249, 230);
}

.border-danger {
  border-color: #DC3545;
}
.border-danger-100 {
  border-color: rgb(198, 48, 62);
}
.border-danger-200 {
  border-color: rgb(176, 42, 55);
}
.border-danger-300 {
  border-color: rgb(154, 37, 48);
}
.border-danger-400 {
  border-color: rgb(132, 32, 41);
}
.border-danger-500 {
  border-color: #DC3545;
}
.border-danger-600 {
  border-color: rgb(241, 174, 181);
}
.border-danger-700 {
  border-color: rgb(245, 194, 199);
}
.border-danger-800 {
  border-color: rgb(248, 215, 218);
}
.border-danger-900 {
  border-color: rgb(252, 235, 236);
}

.border-light {
  border-color: #f5f5f5;
}
.border-light-100 {
  border-color: rgb(221, 221, 221);
}
.border-light-200 {
  border-color: rgb(196, 196, 196);
}
.border-light-300 {
  border-color: rgb(172, 172, 172);
}
.border-light-400 {
  border-color: rgb(147, 147, 147);
}
.border-light-500 {
  border-color: #f5f5f5;
}
.border-light-600 {
  border-color: rgb(251, 251, 251);
}
.border-light-700 {
  border-color: rgb(252, 252, 252);
}
.border-light-800 {
  border-color: rgb(253, 253, 253);
}
.border-light-900 {
  border-color: rgb(254, 254, 254);
}

.border-dark {
  border-color: #212529;
}
.border-dark-100 {
  border-color: rgb(30, 33, 37);
}
.border-dark-200 {
  border-color: rgb(26, 30, 33);
}
.border-dark-300 {
  border-color: rgb(23, 26, 29);
}
.border-dark-400 {
  border-color: rgb(20, 22, 25);
}
.border-dark-500 {
  border-color: #212529;
}
.border-dark-600 {
  border-color: rgb(166, 168, 169);
}
.border-dark-700 {
  border-color: rgb(188, 190, 191);
}
.border-dark-800 {
  border-color: rgb(211, 211, 212);
}
.border-dark-900 {
  border-color: rgb(233, 233, 234);
}

.border-red {
  border-color: #F44336;
}
.border-red-100 {
  border-color: rgb(220, 60, 49);
}
.border-red-200 {
  border-color: rgb(195, 54, 43);
}
.border-red-300 {
  border-color: rgb(171, 47, 38);
}
.border-red-400 {
  border-color: rgb(146, 40, 32);
}
.border-red-500 {
  border-color: #F44336;
}
.border-red-600 {
  border-color: rgb(251, 180, 175);
}
.border-red-700 {
  border-color: rgb(252, 199, 195);
}
.border-red-800 {
  border-color: rgb(253, 217, 215);
}
.border-red-900 {
  border-color: rgb(254, 236, 235);
}

.border-green {
  border-color: #4CAF50;
}
.border-green-100 {
  border-color: rgb(68, 158, 72);
}
.border-green-200 {
  border-color: rgb(61, 140, 64);
}
.border-green-300 {
  border-color: rgb(53, 122, 56);
}
.border-green-400 {
  border-color: rgb(46, 105, 48);
}
.border-green-500 {
  border-color: #4CAF50;
}
.border-green-600 {
  border-color: rgb(183, 223, 185);
}
.border-green-700 {
  border-color: rgb(201, 231, 203);
}
.border-green-800 {
  border-color: rgb(219, 239, 220);
}
.border-green-900 {
  border-color: rgb(237, 247, 238);
}

.border-blue {
  border-color: #2196F3;
}
.border-blue-100 {
  border-color: rgb(30, 135, 219);
}
.border-blue-200 {
  border-color: rgb(26, 120, 194);
}
.border-blue-300 {
  border-color: rgb(23, 105, 170);
}
.border-blue-400 {
  border-color: rgb(20, 90, 146);
}
.border-blue-500 {
  border-color: #2196F3;
}
.border-blue-600 {
  border-color: rgb(166, 213, 250);
}
.border-blue-700 {
  border-color: rgb(188, 224, 251);
}
.border-blue-800 {
  border-color: rgb(211, 234, 253);
}
.border-blue-900 {
  border-color: rgb(233, 245, 254);
}

.border-black {
  border-color: #000;
}
.border-black-100 {
  border-color: rgb(0, 0, 0);
}
.border-black-200 {
  border-color: rgb(0, 0, 0);
}
.border-black-300 {
  border-color: rgb(0, 0, 0);
}
.border-black-400 {
  border-color: rgb(0, 0, 0);
}
.border-black-500 {
  border-color: #000;
}
.border-black-600 {
  border-color: rgb(153, 153, 153);
}
.border-black-700 {
  border-color: rgb(179, 179, 179);
}
.border-black-800 {
  border-color: rgb(204, 204, 204);
}
.border-black-900 {
  border-color: rgb(230, 230, 230);
}

.border-white {
  border-color: #fff;
}
.border-white-100 {
  border-color: rgb(230, 230, 230);
}
.border-white-200 {
  border-color: rgb(204, 204, 204);
}
.border-white-300 {
  border-color: rgb(179, 179, 179);
}
.border-white-400 {
  border-color: rgb(153, 153, 153);
}
.border-white-500 {
  border-color: #fff;
}
.border-white-600 {
  border-color: rgb(255, 255, 255);
}
.border-white-700 {
  border-color: rgb(255, 255, 255);
}
.border-white-800 {
  border-color: rgb(255, 255, 255);
}
.border-white-900 {
  border-color: rgb(255, 255, 255);
}

.border-pink {
  border-color: #E91E63;
}
.border-pink-100 {
  border-color: rgb(210, 27, 89);
}
.border-pink-200 {
  border-color: rgb(186, 24, 79);
}
.border-pink-300 {
  border-color: rgb(163, 21, 69);
}
.border-pink-400 {
  border-color: rgb(140, 18, 59);
}
.border-pink-500 {
  border-color: #E91E63;
}
.border-pink-600 {
  border-color: rgb(246, 165, 193);
}
.border-pink-700 {
  border-color: rgb(248, 188, 208);
}
.border-pink-800 {
  border-color: rgb(251, 210, 224);
}
.border-pink-900 {
  border-color: rgb(253, 233, 239);
}

.border-purple {
  border-color: #9C27B0;
}
.border-purple-100 {
  border-color: rgb(140, 35, 158);
}
.border-purple-200 {
  border-color: rgb(125, 31, 141);
}
.border-purple-300 {
  border-color: rgb(109, 27, 123);
}
.border-purple-400 {
  border-color: rgb(94, 23, 106);
}
.border-purple-500 {
  border-color: #9C27B0;
}
.border-purple-600 {
  border-color: rgb(215, 169, 223);
}
.border-purple-700 {
  border-color: rgb(225, 190, 231);
}
.border-purple-800 {
  border-color: rgb(235, 212, 239);
}
.border-purple-900 {
  border-color: rgb(245, 233, 247);
}

.border-indigo {
  border-color: #3E51B5;
}
.border-indigo-100 {
  border-color: rgb(56, 73, 163);
}
.border-indigo-200 {
  border-color: rgb(50, 65, 145);
}
.border-indigo-300 {
  border-color: rgb(43, 57, 127);
}
.border-indigo-400 {
  border-color: rgb(37, 49, 109);
}
.border-indigo-500 {
  border-color: #3E51B5;
}
.border-indigo-600 {
  border-color: rgb(178, 185, 225);
}
.border-indigo-700 {
  border-color: rgb(197, 203, 233);
}
.border-indigo-800 {
  border-color: rgb(216, 220, 240);
}
.border-indigo-900 {
  border-color: rgb(236, 238, 248);
}

.border-cyan {
  border-color: #00BCD4;
}
.border-cyan-100 {
  border-color: rgb(0, 169, 191);
}
.border-cyan-200 {
  border-color: rgb(0, 150, 170);
}
.border-cyan-300 {
  border-color: rgb(0, 132, 148);
}
.border-cyan-400 {
  border-color: rgb(0, 113, 127);
}
.border-cyan-500 {
  border-color: #00BCD4;
}
.border-cyan-600 {
  border-color: rgb(153, 228, 238);
}
.border-cyan-700 {
  border-color: rgb(179, 235, 242);
}
.border-cyan-800 {
  border-color: rgb(204, 242, 246);
}
.border-cyan-900 {
  border-color: rgb(230, 248, 251);
}

.border-teal {
  border-color: #009688;
}
.border-teal-100 {
  border-color: rgb(0, 135, 122);
}
.border-teal-200 {
  border-color: rgb(0, 120, 109);
}
.border-teal-300 {
  border-color: rgb(0, 105, 95);
}
.border-teal-400 {
  border-color: rgb(0, 90, 82);
}
.border-teal-500 {
  border-color: #009688;
}
.border-teal-600 {
  border-color: rgb(153, 213, 207);
}
.border-teal-700 {
  border-color: rgb(179, 224, 219);
}
.border-teal-800 {
  border-color: rgb(204, 234, 231);
}
.border-teal-900 {
  border-color: rgb(230, 245, 243);
}

.border-lime {
  border-color: #CDDC39;
}
.border-lime-100 {
  border-color: rgb(185, 198, 51);
}
.border-lime-200 {
  border-color: rgb(164, 176, 46);
}
.border-lime-300 {
  border-color: rgb(144, 154, 40);
}
.border-lime-400 {
  border-color: rgb(123, 132, 34);
}
.border-lime-500 {
  border-color: #CDDC39;
}
.border-lime-600 {
  border-color: rgb(235, 241, 176);
}
.border-lime-700 {
  border-color: rgb(240, 245, 196);
}
.border-lime-800 {
  border-color: rgb(245, 248, 215);
}
.border-lime-900 {
  border-color: rgb(250, 252, 235);
}

.border-yellow {
  border-color: #FFEB3B;
}
.border-yellow-100 {
  border-color: rgb(230, 212, 53);
}
.border-yellow-200 {
  border-color: rgb(204, 188, 47);
}
.border-yellow-300 {
  border-color: rgb(179, 165, 41);
}
.border-yellow-400 {
  border-color: rgb(153, 141, 35);
}
.border-yellow-500 {
  border-color: #FFEB3B;
}
.border-yellow-600 {
  border-color: rgb(255, 247, 177);
}
.border-yellow-700 {
  border-color: rgb(255, 249, 196);
}
.border-yellow-800 {
  border-color: rgb(255, 251, 216);
}
.border-yellow-900 {
  border-color: rgb(255, 253, 235);
}

.border-amber {
  border-color: #FFC107;
}
.border-amber-100 {
  border-color: rgb(230, 174, 6);
}
.border-amber-200 {
  border-color: rgb(204, 154, 6);
}
.border-amber-300 {
  border-color: rgb(179, 135, 5);
}
.border-amber-400 {
  border-color: rgb(153, 116, 4);
}
.border-amber-500 {
  border-color: #FFC107;
}
.border-amber-600 {
  border-color: rgb(255, 230, 156);
}
.border-amber-700 {
  border-color: rgb(255, 236, 181);
}
.border-amber-800 {
  border-color: rgb(255, 243, 205);
}
.border-amber-900 {
  border-color: rgb(255, 249, 230);
}

.border-orange {
  border-color: #FF9800;
}
.border-orange-100 {
  border-color: rgb(230, 137, 0);
}
.border-orange-200 {
  border-color: rgb(204, 122, 0);
}
.border-orange-300 {
  border-color: rgb(179, 106, 0);
}
.border-orange-400 {
  border-color: rgb(153, 91, 0);
}
.border-orange-500 {
  border-color: #FF9800;
}
.border-orange-600 {
  border-color: rgb(255, 214, 153);
}
.border-orange-700 {
  border-color: rgb(255, 224, 179);
}
.border-orange-800 {
  border-color: rgb(255, 234, 204);
}
.border-orange-900 {
  border-color: rgb(255, 245, 230);
}

.border-lightblue {
  border-color: #03A9F4;
}
.border-lightblue-100 {
  border-color: rgb(3, 152, 220);
}
.border-lightblue-200 {
  border-color: rgb(2, 135, 195);
}
.border-lightblue-300 {
  border-color: rgb(2, 118, 171);
}
.border-lightblue-400 {
  border-color: rgb(2, 101, 146);
}
.border-lightblue-500 {
  border-color: #03A9F4;
}
.border-lightblue-600 {
  border-color: rgb(154, 221, 251);
}
.border-lightblue-700 {
  border-color: rgb(179, 229, 252);
}
.border-lightblue-800 {
  border-color: rgb(205, 238, 253);
}
.border-lightblue-900 {
  border-color: rgb(230, 246, 254);
}

.border-lightgreen {
  border-color: #76FF03;
}
.border-lightgreen-100 {
  border-color: rgb(106, 230, 3);
}
.border-lightgreen-200 {
  border-color: rgb(94, 204, 2);
}
.border-lightgreen-300 {
  border-color: rgb(83, 179, 2);
}
.border-lightgreen-400 {
  border-color: rgb(71, 153, 2);
}
.border-lightgreen-500 {
  border-color: #76FF03;
}
.border-lightgreen-600 {
  border-color: rgb(200, 255, 154);
}
.border-lightgreen-700 {
  border-color: rgb(214, 255, 179);
}
.border-lightgreen-800 {
  border-color: rgb(228, 255, 205);
}
.border-lightgreen-900 {
  border-color: rgb(241, 255, 230);
}

.border-deeppurple {
  border-color: #673AB7;
}
.border-deeppurple-100 {
  border-color: rgb(93, 52, 165);
}
.border-deeppurple-200 {
  border-color: rgb(82, 46, 146);
}
.border-deeppurple-300 {
  border-color: rgb(72, 41, 128);
}
.border-deeppurple-400 {
  border-color: rgb(62, 35, 110);
}
.border-deeppurple-500 {
  border-color: #673AB7;
}
.border-deeppurple-600 {
  border-color: rgb(194, 176, 226);
}
.border-deeppurple-700 {
  border-color: rgb(209, 196, 233);
}
.border-deeppurple-800 {
  border-color: rgb(225, 216, 241);
}
.border-deeppurple-900 {
  border-color: rgb(240, 235, 248);
}

.border-deeporange {
  border-color: #DD6E0F;
}
.border-deeporange-100 {
  border-color: rgb(199, 99, 14);
}
.border-deeporange-200 {
  border-color: rgb(177, 88, 12);
}
.border-deeporange-300 {
  border-color: rgb(155, 77, 11);
}
.border-deeporange-400 {
  border-color: rgb(133, 66, 9);
}
.border-deeporange-500 {
  border-color: #DD6E0F;
}
.border-deeporange-600 {
  border-color: rgb(241, 197, 159);
}
.border-deeporange-700 {
  border-color: rgb(245, 212, 183);
}
.border-deeporange-800 {
  border-color: rgb(248, 226, 207);
}
.border-deeporange-900 {
  border-color: rgb(252, 241, 231);
}

.border-brown {
  border-color: #964B00;
}
.border-brown-100 {
  border-color: rgb(135, 68, 0);
}
.border-brown-200 {
  border-color: rgb(120, 60, 0);
}
.border-brown-300 {
  border-color: rgb(105, 53, 0);
}
.border-brown-400 {
  border-color: rgb(90, 45, 0);
}
.border-brown-500 {
  border-color: #964B00;
}
.border-brown-600 {
  border-color: rgb(213, 183, 153);
}
.border-brown-700 {
  border-color: rgb(224, 201, 179);
}
.border-brown-800 {
  border-color: rgb(234, 219, 204);
}
.border-brown-900 {
  border-color: rgb(245, 237, 230);
}

.border-grey {
  border-color: #808080;
}
.border-grey-100 {
  border-color: rgb(115, 115, 115);
}
.border-grey-200 {
  border-color: rgb(102, 102, 102);
}
.border-grey-300 {
  border-color: rgb(90, 90, 90);
}
.border-grey-400 {
  border-color: rgb(77, 77, 77);
}
.border-grey-500 {
  border-color: #808080;
}
.border-grey-600 {
  border-color: rgb(204, 204, 204);
}
.border-grey-700 {
  border-color: rgb(217, 217, 217);
}
.border-grey-800 {
  border-color: rgb(230, 230, 230);
}
.border-grey-900 {
  border-color: rgb(242, 242, 242);
}

.active\:border-primary:active,
.focus\:border-primary:focus,
.hover\:border-primary:hover {
  border-color: #03A9F4;
}

.active\:border-primary-100:active,
.focus\:border-primary-100:focus,
.hover\:border-primary-100:hover {
  border-color: rgb(3, 152, 220);
}

.active\:border-primary-200:active,
.focus\:border-primary-200:focus,
.hover\:border-primary-200:hover {
  border-color: rgb(2, 135, 195);
}

.active\:border-primary-300:active,
.focus\:border-primary-300:focus,
.hover\:border-primary-300:hover {
  border-color: rgb(2, 118, 171);
}

.active\:border-primary-400:active,
.focus\:border-primary-400:focus,
.hover\:border-primary-400:hover {
  border-color: rgb(2, 101, 146);
}

.active\:border-primary-500:active,
.focus\:border-primary-500:focus,
.hover\:border-primary-500:hover {
  border-color: #03A9F4;
}

.active\:border-primary-600:active,
.focus\:border-primary-600:focus,
.hover\:border-primary-600:hover {
  border-color: rgb(154, 221, 251);
}

.active\:border-primary-700:active,
.focus\:border-primary-700:focus,
.hover\:border-primary-700:hover {
  border-color: rgb(179, 229, 252);
}

.active\:border-primary-800:active,
.focus\:border-primary-800:focus,
.hover\:border-primary-800:hover {
  border-color: rgb(205, 238, 253);
}

.active\:border-primary-900:active,
.focus\:border-primary-900:focus,
.hover\:border-primary-900:hover {
  border-color: rgb(230, 246, 254);
}

.active\:border-secondary:active,
.focus\:border-secondary:focus,
.hover\:border-secondary:hover {
  border-color: #333;
}

.active\:border-secondary-100:active,
.focus\:border-secondary-100:focus,
.hover\:border-secondary-100:hover {
  border-color: rgb(46, 46, 46);
}

.active\:border-secondary-200:active,
.focus\:border-secondary-200:focus,
.hover\:border-secondary-200:hover {
  border-color: rgb(41, 41, 41);
}

.active\:border-secondary-300:active,
.focus\:border-secondary-300:focus,
.hover\:border-secondary-300:hover {
  border-color: rgb(36, 36, 36);
}

.active\:border-secondary-400:active,
.focus\:border-secondary-400:focus,
.hover\:border-secondary-400:hover {
  border-color: rgb(31, 31, 31);
}

.active\:border-secondary-500:active,
.focus\:border-secondary-500:focus,
.hover\:border-secondary-500:hover {
  border-color: #333;
}

.active\:border-secondary-600:active,
.focus\:border-secondary-600:focus,
.hover\:border-secondary-600:hover {
  border-color: rgb(173, 173, 173);
}

.active\:border-secondary-700:active,
.focus\:border-secondary-700:focus,
.hover\:border-secondary-700:hover {
  border-color: rgb(194, 194, 194);
}

.active\:border-secondary-800:active,
.focus\:border-secondary-800:focus,
.hover\:border-secondary-800:hover {
  border-color: rgb(214, 214, 214);
}

.active\:border-secondary-900:active,
.focus\:border-secondary-900:focus,
.hover\:border-secondary-900:hover {
  border-color: rgb(235, 235, 235);
}

.active\:border-success:active,
.focus\:border-success:focus,
.hover\:border-success:hover {
  border-color: #28a745;
}

.active\:border-success-100:active,
.focus\:border-success-100:focus,
.hover\:border-success-100:hover {
  border-color: rgb(36, 150, 62);
}

.active\:border-success-200:active,
.focus\:border-success-200:focus,
.hover\:border-success-200:hover {
  border-color: rgb(32, 134, 55);
}

.active\:border-success-300:active,
.focus\:border-success-300:focus,
.hover\:border-success-300:hover {
  border-color: rgb(28, 117, 48);
}

.active\:border-success-400:active,
.focus\:border-success-400:focus,
.hover\:border-success-400:hover {
  border-color: rgb(24, 100, 41);
}

.active\:border-success-500:active,
.focus\:border-success-500:focus,
.hover\:border-success-500:hover {
  border-color: #28a745;
}

.active\:border-success-600:active,
.focus\:border-success-600:focus,
.hover\:border-success-600:hover {
  border-color: rgb(169, 220, 181);
}

.active\:border-success-700:active,
.focus\:border-success-700:focus,
.hover\:border-success-700:hover {
  border-color: rgb(191, 229, 199);
}

.active\:border-success-800:active,
.focus\:border-success-800:focus,
.hover\:border-success-800:hover {
  border-color: rgb(212, 237, 218);
}

.active\:border-success-900:active,
.focus\:border-success-900:focus,
.hover\:border-success-900:hover {
  border-color: rgb(234, 246, 236);
}

.active\:border-info:active,
.focus\:border-info:focus,
.hover\:border-info:hover {
  border-color: #0DCAF0;
}

.active\:border-info-100:active,
.focus\:border-info-100:focus,
.hover\:border-info-100:hover {
  border-color: rgb(12, 182, 216);
}

.active\:border-info-200:active,
.focus\:border-info-200:focus,
.hover\:border-info-200:hover {
  border-color: rgb(10, 162, 192);
}

.active\:border-info-300:active,
.focus\:border-info-300:focus,
.hover\:border-info-300:hover {
  border-color: rgb(9, 141, 168);
}

.active\:border-info-400:active,
.focus\:border-info-400:focus,
.hover\:border-info-400:hover {
  border-color: rgb(8, 121, 144);
}

.active\:border-info-500:active,
.focus\:border-info-500:focus,
.hover\:border-info-500:hover {
  border-color: #0DCAF0;
}

.active\:border-info-600:active,
.focus\:border-info-600:focus,
.hover\:border-info-600:hover {
  border-color: rgb(158, 234, 249);
}

.active\:border-info-700:active,
.focus\:border-info-700:focus,
.hover\:border-info-700:hover {
  border-color: rgb(182, 239, 251);
}

.active\:border-info-800:active,
.focus\:border-info-800:focus,
.hover\:border-info-800:hover {
  border-color: rgb(207, 244, 252);
}

.active\:border-info-900:active,
.focus\:border-info-900:focus,
.hover\:border-info-900:hover {
  border-color: rgb(231, 250, 254);
}

.active\:border-warning:active,
.focus\:border-warning:focus,
.hover\:border-warning:hover {
  border-color: #FFC107;
}

.active\:border-warning-100:active,
.focus\:border-warning-100:focus,
.hover\:border-warning-100:hover {
  border-color: rgb(230, 174, 6);
}

.active\:border-warning-200:active,
.focus\:border-warning-200:focus,
.hover\:border-warning-200:hover {
  border-color: rgb(204, 154, 6);
}

.active\:border-warning-300:active,
.focus\:border-warning-300:focus,
.hover\:border-warning-300:hover {
  border-color: rgb(179, 135, 5);
}

.active\:border-warning-400:active,
.focus\:border-warning-400:focus,
.hover\:border-warning-400:hover {
  border-color: rgb(153, 116, 4);
}

.active\:border-warning-500:active,
.focus\:border-warning-500:focus,
.hover\:border-warning-500:hover {
  border-color: #FFC107;
}

.active\:border-warning-600:active,
.focus\:border-warning-600:focus,
.hover\:border-warning-600:hover {
  border-color: rgb(255, 230, 156);
}

.active\:border-warning-700:active,
.focus\:border-warning-700:focus,
.hover\:border-warning-700:hover {
  border-color: rgb(255, 236, 181);
}

.active\:border-warning-800:active,
.focus\:border-warning-800:focus,
.hover\:border-warning-800:hover {
  border-color: rgb(255, 243, 205);
}

.active\:border-warning-900:active,
.focus\:border-warning-900:focus,
.hover\:border-warning-900:hover {
  border-color: rgb(255, 249, 230);
}

.active\:border-danger:active,
.focus\:border-danger:focus,
.hover\:border-danger:hover {
  border-color: #DC3545;
}

.active\:border-danger-100:active,
.focus\:border-danger-100:focus,
.hover\:border-danger-100:hover {
  border-color: rgb(198, 48, 62);
}

.active\:border-danger-200:active,
.focus\:border-danger-200:focus,
.hover\:border-danger-200:hover {
  border-color: rgb(176, 42, 55);
}

.active\:border-danger-300:active,
.focus\:border-danger-300:focus,
.hover\:border-danger-300:hover {
  border-color: rgb(154, 37, 48);
}

.active\:border-danger-400:active,
.focus\:border-danger-400:focus,
.hover\:border-danger-400:hover {
  border-color: rgb(132, 32, 41);
}

.active\:border-danger-500:active,
.focus\:border-danger-500:focus,
.hover\:border-danger-500:hover {
  border-color: #DC3545;
}

.active\:border-danger-600:active,
.focus\:border-danger-600:focus,
.hover\:border-danger-600:hover {
  border-color: rgb(241, 174, 181);
}

.active\:border-danger-700:active,
.focus\:border-danger-700:focus,
.hover\:border-danger-700:hover {
  border-color: rgb(245, 194, 199);
}

.active\:border-danger-800:active,
.focus\:border-danger-800:focus,
.hover\:border-danger-800:hover {
  border-color: rgb(248, 215, 218);
}

.active\:border-danger-900:active,
.focus\:border-danger-900:focus,
.hover\:border-danger-900:hover {
  border-color: rgb(252, 235, 236);
}

.active\:border-light:active,
.focus\:border-light:focus,
.hover\:border-light:hover {
  border-color: #f5f5f5;
}

.active\:border-light-100:active,
.focus\:border-light-100:focus,
.hover\:border-light-100:hover {
  border-color: rgb(221, 221, 221);
}

.active\:border-light-200:active,
.focus\:border-light-200:focus,
.hover\:border-light-200:hover {
  border-color: rgb(196, 196, 196);
}

.active\:border-light-300:active,
.focus\:border-light-300:focus,
.hover\:border-light-300:hover {
  border-color: rgb(172, 172, 172);
}

.active\:border-light-400:active,
.focus\:border-light-400:focus,
.hover\:border-light-400:hover {
  border-color: rgb(147, 147, 147);
}

.active\:border-light-500:active,
.focus\:border-light-500:focus,
.hover\:border-light-500:hover {
  border-color: #f5f5f5;
}

.active\:border-light-600:active,
.focus\:border-light-600:focus,
.hover\:border-light-600:hover {
  border-color: rgb(251, 251, 251);
}

.active\:border-light-700:active,
.focus\:border-light-700:focus,
.hover\:border-light-700:hover {
  border-color: rgb(252, 252, 252);
}

.active\:border-light-800:active,
.focus\:border-light-800:focus,
.hover\:border-light-800:hover {
  border-color: rgb(253, 253, 253);
}

.active\:border-light-900:active,
.focus\:border-light-900:focus,
.hover\:border-light-900:hover {
  border-color: rgb(254, 254, 254);
}

.active\:border-dark:active,
.focus\:border-dark:focus,
.hover\:border-dark:hover {
  border-color: #212529;
}

.active\:border-dark-100:active,
.focus\:border-dark-100:focus,
.hover\:border-dark-100:hover {
  border-color: rgb(30, 33, 37);
}

.active\:border-dark-200:active,
.focus\:border-dark-200:focus,
.hover\:border-dark-200:hover {
  border-color: rgb(26, 30, 33);
}

.active\:border-dark-300:active,
.focus\:border-dark-300:focus,
.hover\:border-dark-300:hover {
  border-color: rgb(23, 26, 29);
}

.active\:border-dark-400:active,
.focus\:border-dark-400:focus,
.hover\:border-dark-400:hover {
  border-color: rgb(20, 22, 25);
}

.active\:border-dark-500:active,
.focus\:border-dark-500:focus,
.hover\:border-dark-500:hover {
  border-color: #212529;
}

.active\:border-dark-600:active,
.focus\:border-dark-600:focus,
.hover\:border-dark-600:hover {
  border-color: rgb(166, 168, 169);
}

.active\:border-dark-700:active,
.focus\:border-dark-700:focus,
.hover\:border-dark-700:hover {
  border-color: rgb(188, 190, 191);
}

.active\:border-dark-800:active,
.focus\:border-dark-800:focus,
.hover\:border-dark-800:hover {
  border-color: rgb(211, 211, 212);
}

.active\:border-dark-900:active,
.focus\:border-dark-900:focus,
.hover\:border-dark-900:hover {
  border-color: rgb(233, 233, 234);
}

.active\:border-red:active,
.focus\:border-red:focus,
.hover\:border-red:hover {
  border-color: #F44336;
}

.active\:border-red-100:active,
.focus\:border-red-100:focus,
.hover\:border-red-100:hover {
  border-color: rgb(220, 60, 49);
}

.active\:border-red-200:active,
.focus\:border-red-200:focus,
.hover\:border-red-200:hover {
  border-color: rgb(195, 54, 43);
}

.active\:border-red-300:active,
.focus\:border-red-300:focus,
.hover\:border-red-300:hover {
  border-color: rgb(171, 47, 38);
}

.active\:border-red-400:active,
.focus\:border-red-400:focus,
.hover\:border-red-400:hover {
  border-color: rgb(146, 40, 32);
}

.active\:border-red-500:active,
.focus\:border-red-500:focus,
.hover\:border-red-500:hover {
  border-color: #F44336;
}

.active\:border-red-600:active,
.focus\:border-red-600:focus,
.hover\:border-red-600:hover {
  border-color: rgb(251, 180, 175);
}

.active\:border-red-700:active,
.focus\:border-red-700:focus,
.hover\:border-red-700:hover {
  border-color: rgb(252, 199, 195);
}

.active\:border-red-800:active,
.focus\:border-red-800:focus,
.hover\:border-red-800:hover {
  border-color: rgb(253, 217, 215);
}

.active\:border-red-900:active,
.focus\:border-red-900:focus,
.hover\:border-red-900:hover {
  border-color: rgb(254, 236, 235);
}

.active\:border-green:active,
.focus\:border-green:focus,
.hover\:border-green:hover {
  border-color: #4CAF50;
}

.active\:border-green-100:active,
.focus\:border-green-100:focus,
.hover\:border-green-100:hover {
  border-color: rgb(68, 158, 72);
}

.active\:border-green-200:active,
.focus\:border-green-200:focus,
.hover\:border-green-200:hover {
  border-color: rgb(61, 140, 64);
}

.active\:border-green-300:active,
.focus\:border-green-300:focus,
.hover\:border-green-300:hover {
  border-color: rgb(53, 122, 56);
}

.active\:border-green-400:active,
.focus\:border-green-400:focus,
.hover\:border-green-400:hover {
  border-color: rgb(46, 105, 48);
}

.active\:border-green-500:active,
.focus\:border-green-500:focus,
.hover\:border-green-500:hover {
  border-color: #4CAF50;
}

.active\:border-green-600:active,
.focus\:border-green-600:focus,
.hover\:border-green-600:hover {
  border-color: rgb(183, 223, 185);
}

.active\:border-green-700:active,
.focus\:border-green-700:focus,
.hover\:border-green-700:hover {
  border-color: rgb(201, 231, 203);
}

.active\:border-green-800:active,
.focus\:border-green-800:focus,
.hover\:border-green-800:hover {
  border-color: rgb(219, 239, 220);
}

.active\:border-green-900:active,
.focus\:border-green-900:focus,
.hover\:border-green-900:hover {
  border-color: rgb(237, 247, 238);
}

.active\:border-blue:active,
.focus\:border-blue:focus,
.hover\:border-blue:hover {
  border-color: #2196F3;
}

.active\:border-blue-100:active,
.focus\:border-blue-100:focus,
.hover\:border-blue-100:hover {
  border-color: rgb(30, 135, 219);
}

.active\:border-blue-200:active,
.focus\:border-blue-200:focus,
.hover\:border-blue-200:hover {
  border-color: rgb(26, 120, 194);
}

.active\:border-blue-300:active,
.focus\:border-blue-300:focus,
.hover\:border-blue-300:hover {
  border-color: rgb(23, 105, 170);
}

.active\:border-blue-400:active,
.focus\:border-blue-400:focus,
.hover\:border-blue-400:hover {
  border-color: rgb(20, 90, 146);
}

.active\:border-blue-500:active,
.focus\:border-blue-500:focus,
.hover\:border-blue-500:hover {
  border-color: #2196F3;
}

.active\:border-blue-600:active,
.focus\:border-blue-600:focus,
.hover\:border-blue-600:hover {
  border-color: rgb(166, 213, 250);
}

.active\:border-blue-700:active,
.focus\:border-blue-700:focus,
.hover\:border-blue-700:hover {
  border-color: rgb(188, 224, 251);
}

.active\:border-blue-800:active,
.focus\:border-blue-800:focus,
.hover\:border-blue-800:hover {
  border-color: rgb(211, 234, 253);
}

.active\:border-blue-900:active,
.focus\:border-blue-900:focus,
.hover\:border-blue-900:hover {
  border-color: rgb(233, 245, 254);
}

.active\:border-black:active,
.focus\:border-black:focus,
.hover\:border-black:hover {
  border-color: #000;
}

.active\:border-black-100:active,
.focus\:border-black-100:focus,
.hover\:border-black-100:hover {
  border-color: rgb(0, 0, 0);
}

.active\:border-black-200:active,
.focus\:border-black-200:focus,
.hover\:border-black-200:hover {
  border-color: rgb(0, 0, 0);
}

.active\:border-black-300:active,
.focus\:border-black-300:focus,
.hover\:border-black-300:hover {
  border-color: rgb(0, 0, 0);
}

.active\:border-black-400:active,
.focus\:border-black-400:focus,
.hover\:border-black-400:hover {
  border-color: rgb(0, 0, 0);
}

.active\:border-black-500:active,
.focus\:border-black-500:focus,
.hover\:border-black-500:hover {
  border-color: #000;
}

.active\:border-black-600:active,
.focus\:border-black-600:focus,
.hover\:border-black-600:hover {
  border-color: rgb(153, 153, 153);
}

.active\:border-black-700:active,
.focus\:border-black-700:focus,
.hover\:border-black-700:hover {
  border-color: rgb(179, 179, 179);
}

.active\:border-black-800:active,
.focus\:border-black-800:focus,
.hover\:border-black-800:hover {
  border-color: rgb(204, 204, 204);
}

.active\:border-black-900:active,
.focus\:border-black-900:focus,
.hover\:border-black-900:hover {
  border-color: rgb(230, 230, 230);
}

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

.active\:border-white-100:active,
.focus\:border-white-100:focus,
.hover\:border-white-100:hover {
  border-color: rgb(230, 230, 230);
}

.active\:border-white-200:active,
.focus\:border-white-200:focus,
.hover\:border-white-200:hover {
  border-color: rgb(204, 204, 204);
}

.active\:border-white-300:active,
.focus\:border-white-300:focus,
.hover\:border-white-300:hover {
  border-color: rgb(179, 179, 179);
}

.active\:border-white-400:active,
.focus\:border-white-400:focus,
.hover\:border-white-400:hover {
  border-color: rgb(153, 153, 153);
}

.active\:border-white-500:active,
.focus\:border-white-500:focus,
.hover\:border-white-500:hover {
  border-color: #fff;
}

.active\:border-white-600:active,
.focus\:border-white-600:focus,
.hover\:border-white-600:hover {
  border-color: rgb(255, 255, 255);
}

.active\:border-white-700:active,
.focus\:border-white-700:focus,
.hover\:border-white-700:hover {
  border-color: rgb(255, 255, 255);
}

.active\:border-white-800:active,
.focus\:border-white-800:focus,
.hover\:border-white-800:hover {
  border-color: rgb(255, 255, 255);
}

.active\:border-white-900:active,
.focus\:border-white-900:focus,
.hover\:border-white-900:hover {
  border-color: rgb(255, 255, 255);
}

.active\:border-pink:active,
.focus\:border-pink:focus,
.hover\:border-pink:hover {
  border-color: #E91E63;
}

.active\:border-pink-100:active,
.focus\:border-pink-100:focus,
.hover\:border-pink-100:hover {
  border-color: rgb(210, 27, 89);
}

.active\:border-pink-200:active,
.focus\:border-pink-200:focus,
.hover\:border-pink-200:hover {
  border-color: rgb(186, 24, 79);
}

.active\:border-pink-300:active,
.focus\:border-pink-300:focus,
.hover\:border-pink-300:hover {
  border-color: rgb(163, 21, 69);
}

.active\:border-pink-400:active,
.focus\:border-pink-400:focus,
.hover\:border-pink-400:hover {
  border-color: rgb(140, 18, 59);
}

.active\:border-pink-500:active,
.focus\:border-pink-500:focus,
.hover\:border-pink-500:hover {
  border-color: #E91E63;
}

.active\:border-pink-600:active,
.focus\:border-pink-600:focus,
.hover\:border-pink-600:hover {
  border-color: rgb(246, 165, 193);
}

.active\:border-pink-700:active,
.focus\:border-pink-700:focus,
.hover\:border-pink-700:hover {
  border-color: rgb(248, 188, 208);
}

.active\:border-pink-800:active,
.focus\:border-pink-800:focus,
.hover\:border-pink-800:hover {
  border-color: rgb(251, 210, 224);
}

.active\:border-pink-900:active,
.focus\:border-pink-900:focus,
.hover\:border-pink-900:hover {
  border-color: rgb(253, 233, 239);
}

.active\:border-purple:active,
.focus\:border-purple:focus,
.hover\:border-purple:hover {
  border-color: #9C27B0;
}

.active\:border-purple-100:active,
.focus\:border-purple-100:focus,
.hover\:border-purple-100:hover {
  border-color: rgb(140, 35, 158);
}

.active\:border-purple-200:active,
.focus\:border-purple-200:focus,
.hover\:border-purple-200:hover {
  border-color: rgb(125, 31, 141);
}

.active\:border-purple-300:active,
.focus\:border-purple-300:focus,
.hover\:border-purple-300:hover {
  border-color: rgb(109, 27, 123);
}

.active\:border-purple-400:active,
.focus\:border-purple-400:focus,
.hover\:border-purple-400:hover {
  border-color: rgb(94, 23, 106);
}

.active\:border-purple-500:active,
.focus\:border-purple-500:focus,
.hover\:border-purple-500:hover {
  border-color: #9C27B0;
}

.active\:border-purple-600:active,
.focus\:border-purple-600:focus,
.hover\:border-purple-600:hover {
  border-color: rgb(215, 169, 223);
}

.active\:border-purple-700:active,
.focus\:border-purple-700:focus,
.hover\:border-purple-700:hover {
  border-color: rgb(225, 190, 231);
}

.active\:border-purple-800:active,
.focus\:border-purple-800:focus,
.hover\:border-purple-800:hover {
  border-color: rgb(235, 212, 239);
}

.active\:border-purple-900:active,
.focus\:border-purple-900:focus,
.hover\:border-purple-900:hover {
  border-color: rgb(245, 233, 247);
}

.active\:border-indigo:active,
.focus\:border-indigo:focus,
.hover\:border-indigo:hover {
  border-color: #3E51B5;
}

.active\:border-indigo-100:active,
.focus\:border-indigo-100:focus,
.hover\:border-indigo-100:hover {
  border-color: rgb(56, 73, 163);
}

.active\:border-indigo-200:active,
.focus\:border-indigo-200:focus,
.hover\:border-indigo-200:hover {
  border-color: rgb(50, 65, 145);
}

.active\:border-indigo-300:active,
.focus\:border-indigo-300:focus,
.hover\:border-indigo-300:hover {
  border-color: rgb(43, 57, 127);
}

.active\:border-indigo-400:active,
.focus\:border-indigo-400:focus,
.hover\:border-indigo-400:hover {
  border-color: rgb(37, 49, 109);
}

.active\:border-indigo-500:active,
.focus\:border-indigo-500:focus,
.hover\:border-indigo-500:hover {
  border-color: #3E51B5;
}

.active\:border-indigo-600:active,
.focus\:border-indigo-600:focus,
.hover\:border-indigo-600:hover {
  border-color: rgb(178, 185, 225);
}

.active\:border-indigo-700:active,
.focus\:border-indigo-700:focus,
.hover\:border-indigo-700:hover {
  border-color: rgb(197, 203, 233);
}

.active\:border-indigo-800:active,
.focus\:border-indigo-800:focus,
.hover\:border-indigo-800:hover {
  border-color: rgb(216, 220, 240);
}

.active\:border-indigo-900:active,
.focus\:border-indigo-900:focus,
.hover\:border-indigo-900:hover {
  border-color: rgb(236, 238, 248);
}

.active\:border-cyan:active,
.focus\:border-cyan:focus,
.hover\:border-cyan:hover {
  border-color: #00BCD4;
}

.active\:border-cyan-100:active,
.focus\:border-cyan-100:focus,
.hover\:border-cyan-100:hover {
  border-color: rgb(0, 169, 191);
}

.active\:border-cyan-200:active,
.focus\:border-cyan-200:focus,
.hover\:border-cyan-200:hover {
  border-color: rgb(0, 150, 170);
}

.active\:border-cyan-300:active,
.focus\:border-cyan-300:focus,
.hover\:border-cyan-300:hover {
  border-color: rgb(0, 132, 148);
}

.active\:border-cyan-400:active,
.focus\:border-cyan-400:focus,
.hover\:border-cyan-400:hover {
  border-color: rgb(0, 113, 127);
}

.active\:border-cyan-500:active,
.focus\:border-cyan-500:focus,
.hover\:border-cyan-500:hover {
  border-color: #00BCD4;
}

.active\:border-cyan-600:active,
.focus\:border-cyan-600:focus,
.hover\:border-cyan-600:hover {
  border-color: rgb(153, 228, 238);
}

.active\:border-cyan-700:active,
.focus\:border-cyan-700:focus,
.hover\:border-cyan-700:hover {
  border-color: rgb(179, 235, 242);
}

.active\:border-cyan-800:active,
.focus\:border-cyan-800:focus,
.hover\:border-cyan-800:hover {
  border-color: rgb(204, 242, 246);
}

.active\:border-cyan-900:active,
.focus\:border-cyan-900:focus,
.hover\:border-cyan-900:hover {
  border-color: rgb(230, 248, 251);
}

.active\:border-teal:active,
.focus\:border-teal:focus,
.hover\:border-teal:hover {
  border-color: #009688;
}

.active\:border-teal-100:active,
.focus\:border-teal-100:focus,
.hover\:border-teal-100:hover {
  border-color: rgb(0, 135, 122);
}

.active\:border-teal-200:active,
.focus\:border-teal-200:focus,
.hover\:border-teal-200:hover {
  border-color: rgb(0, 120, 109);
}

.active\:border-teal-300:active,
.focus\:border-teal-300:focus,
.hover\:border-teal-300:hover {
  border-color: rgb(0, 105, 95);
}

.active\:border-teal-400:active,
.focus\:border-teal-400:focus,
.hover\:border-teal-400:hover {
  border-color: rgb(0, 90, 82);
}

.active\:border-teal-500:active,
.focus\:border-teal-500:focus,
.hover\:border-teal-500:hover {
  border-color: #009688;
}

.active\:border-teal-600:active,
.focus\:border-teal-600:focus,
.hover\:border-teal-600:hover {
  border-color: rgb(153, 213, 207);
}

.active\:border-teal-700:active,
.focus\:border-teal-700:focus,
.hover\:border-teal-700:hover {
  border-color: rgb(179, 224, 219);
}

.active\:border-teal-800:active,
.focus\:border-teal-800:focus,
.hover\:border-teal-800:hover {
  border-color: rgb(204, 234, 231);
}

.active\:border-teal-900:active,
.focus\:border-teal-900:focus,
.hover\:border-teal-900:hover {
  border-color: rgb(230, 245, 243);
}

.active\:border-lime:active,
.focus\:border-lime:focus,
.hover\:border-lime:hover {
  border-color: #CDDC39;
}

.active\:border-lime-100:active,
.focus\:border-lime-100:focus,
.hover\:border-lime-100:hover {
  border-color: rgb(185, 198, 51);
}

.active\:border-lime-200:active,
.focus\:border-lime-200:focus,
.hover\:border-lime-200:hover {
  border-color: rgb(164, 176, 46);
}

.active\:border-lime-300:active,
.focus\:border-lime-300:focus,
.hover\:border-lime-300:hover {
  border-color: rgb(144, 154, 40);
}

.active\:border-lime-400:active,
.focus\:border-lime-400:focus,
.hover\:border-lime-400:hover {
  border-color: rgb(123, 132, 34);
}

.active\:border-lime-500:active,
.focus\:border-lime-500:focus,
.hover\:border-lime-500:hover {
  border-color: #CDDC39;
}

.active\:border-lime-600:active,
.focus\:border-lime-600:focus,
.hover\:border-lime-600:hover {
  border-color: rgb(235, 241, 176);
}

.active\:border-lime-700:active,
.focus\:border-lime-700:focus,
.hover\:border-lime-700:hover {
  border-color: rgb(240, 245, 196);
}

.active\:border-lime-800:active,
.focus\:border-lime-800:focus,
.hover\:border-lime-800:hover {
  border-color: rgb(245, 248, 215);
}

.active\:border-lime-900:active,
.focus\:border-lime-900:focus,
.hover\:border-lime-900:hover {
  border-color: rgb(250, 252, 235);
}

.active\:border-yellow:active,
.focus\:border-yellow:focus,
.hover\:border-yellow:hover {
  border-color: #FFEB3B;
}

.active\:border-yellow-100:active,
.focus\:border-yellow-100:focus,
.hover\:border-yellow-100:hover {
  border-color: rgb(230, 212, 53);
}

.active\:border-yellow-200:active,
.focus\:border-yellow-200:focus,
.hover\:border-yellow-200:hover {
  border-color: rgb(204, 188, 47);
}

.active\:border-yellow-300:active,
.focus\:border-yellow-300:focus,
.hover\:border-yellow-300:hover {
  border-color: rgb(179, 165, 41);
}

.active\:border-yellow-400:active,
.focus\:border-yellow-400:focus,
.hover\:border-yellow-400:hover {
  border-color: rgb(153, 141, 35);
}

.active\:border-yellow-500:active,
.focus\:border-yellow-500:focus,
.hover\:border-yellow-500:hover {
  border-color: #FFEB3B;
}

.active\:border-yellow-600:active,
.focus\:border-yellow-600:focus,
.hover\:border-yellow-600:hover {
  border-color: rgb(255, 247, 177);
}

.active\:border-yellow-700:active,
.focus\:border-yellow-700:focus,
.hover\:border-yellow-700:hover {
  border-color: rgb(255, 249, 196);
}

.active\:border-yellow-800:active,
.focus\:border-yellow-800:focus,
.hover\:border-yellow-800:hover {
  border-color: rgb(255, 251, 216);
}

.active\:border-yellow-900:active,
.focus\:border-yellow-900:focus,
.hover\:border-yellow-900:hover {
  border-color: rgb(255, 253, 235);
}

.active\:border-amber:active,
.focus\:border-amber:focus,
.hover\:border-amber:hover {
  border-color: #FFC107;
}

.active\:border-amber-100:active,
.focus\:border-amber-100:focus,
.hover\:border-amber-100:hover {
  border-color: rgb(230, 174, 6);
}

.active\:border-amber-200:active,
.focus\:border-amber-200:focus,
.hover\:border-amber-200:hover {
  border-color: rgb(204, 154, 6);
}

.active\:border-amber-300:active,
.focus\:border-amber-300:focus,
.hover\:border-amber-300:hover {
  border-color: rgb(179, 135, 5);
}

.active\:border-amber-400:active,
.focus\:border-amber-400:focus,
.hover\:border-amber-400:hover {
  border-color: rgb(153, 116, 4);
}

.active\:border-amber-500:active,
.focus\:border-amber-500:focus,
.hover\:border-amber-500:hover {
  border-color: #FFC107;
}

.active\:border-amber-600:active,
.focus\:border-amber-600:focus,
.hover\:border-amber-600:hover {
  border-color: rgb(255, 230, 156);
}

.active\:border-amber-700:active,
.focus\:border-amber-700:focus,
.hover\:border-amber-700:hover {
  border-color: rgb(255, 236, 181);
}

.active\:border-amber-800:active,
.focus\:border-amber-800:focus,
.hover\:border-amber-800:hover {
  border-color: rgb(255, 243, 205);
}

.active\:border-amber-900:active,
.focus\:border-amber-900:focus,
.hover\:border-amber-900:hover {
  border-color: rgb(255, 249, 230);
}

.active\:border-orange:active,
.focus\:border-orange:focus,
.hover\:border-orange:hover {
  border-color: #FF9800;
}

.active\:border-orange-100:active,
.focus\:border-orange-100:focus,
.hover\:border-orange-100:hover {
  border-color: rgb(230, 137, 0);
}

.active\:border-orange-200:active,
.focus\:border-orange-200:focus,
.hover\:border-orange-200:hover {
  border-color: rgb(204, 122, 0);
}

.active\:border-orange-300:active,
.focus\:border-orange-300:focus,
.hover\:border-orange-300:hover {
  border-color: rgb(179, 106, 0);
}

.active\:border-orange-400:active,
.focus\:border-orange-400:focus,
.hover\:border-orange-400:hover {
  border-color: rgb(153, 91, 0);
}

.active\:border-orange-500:active,
.focus\:border-orange-500:focus,
.hover\:border-orange-500:hover {
  border-color: #FF9800;
}

.active\:border-orange-600:active,
.focus\:border-orange-600:focus,
.hover\:border-orange-600:hover {
  border-color: rgb(255, 214, 153);
}

.active\:border-orange-700:active,
.focus\:border-orange-700:focus,
.hover\:border-orange-700:hover {
  border-color: rgb(255, 224, 179);
}

.active\:border-orange-800:active,
.focus\:border-orange-800:focus,
.hover\:border-orange-800:hover {
  border-color: rgb(255, 234, 204);
}

.active\:border-orange-900:active,
.focus\:border-orange-900:focus,
.hover\:border-orange-900:hover {
  border-color: rgb(255, 245, 230);
}

.active\:border-lightblue:active,
.focus\:border-lightblue:focus,
.hover\:border-lightblue:hover {
  border-color: #03A9F4;
}

.active\:border-lightblue-100:active,
.focus\:border-lightblue-100:focus,
.hover\:border-lightblue-100:hover {
  border-color: rgb(3, 152, 220);
}

.active\:border-lightblue-200:active,
.focus\:border-lightblue-200:focus,
.hover\:border-lightblue-200:hover {
  border-color: rgb(2, 135, 195);
}

.active\:border-lightblue-300:active,
.focus\:border-lightblue-300:focus,
.hover\:border-lightblue-300:hover {
  border-color: rgb(2, 118, 171);
}

.active\:border-lightblue-400:active,
.focus\:border-lightblue-400:focus,
.hover\:border-lightblue-400:hover {
  border-color: rgb(2, 101, 146);
}

.active\:border-lightblue-500:active,
.focus\:border-lightblue-500:focus,
.hover\:border-lightblue-500:hover {
  border-color: #03A9F4;
}

.active\:border-lightblue-600:active,
.focus\:border-lightblue-600:focus,
.hover\:border-lightblue-600:hover {
  border-color: rgb(154, 221, 251);
}

.active\:border-lightblue-700:active,
.focus\:border-lightblue-700:focus,
.hover\:border-lightblue-700:hover {
  border-color: rgb(179, 229, 252);
}

.active\:border-lightblue-800:active,
.focus\:border-lightblue-800:focus,
.hover\:border-lightblue-800:hover {
  border-color: rgb(205, 238, 253);
}

.active\:border-lightblue-900:active,
.focus\:border-lightblue-900:focus,
.hover\:border-lightblue-900:hover {
  border-color: rgb(230, 246, 254);
}

.active\:border-lightgreen:active,
.focus\:border-lightgreen:focus,
.hover\:border-lightgreen:hover {
  border-color: #76FF03;
}

.active\:border-lightgreen-100:active,
.focus\:border-lightgreen-100:focus,
.hover\:border-lightgreen-100:hover {
  border-color: rgb(106, 230, 3);
}

.active\:border-lightgreen-200:active,
.focus\:border-lightgreen-200:focus,
.hover\:border-lightgreen-200:hover {
  border-color: rgb(94, 204, 2);
}

.active\:border-lightgreen-300:active,
.focus\:border-lightgreen-300:focus,
.hover\:border-lightgreen-300:hover {
  border-color: rgb(83, 179, 2);
}

.active\:border-lightgreen-400:active,
.focus\:border-lightgreen-400:focus,
.hover\:border-lightgreen-400:hover {
  border-color: rgb(71, 153, 2);
}

.active\:border-lightgreen-500:active,
.focus\:border-lightgreen-500:focus,
.hover\:border-lightgreen-500:hover {
  border-color: #76FF03;
}

.active\:border-lightgreen-600:active,
.focus\:border-lightgreen-600:focus,
.hover\:border-lightgreen-600:hover {
  border-color: rgb(200, 255, 154);
}

.active\:border-lightgreen-700:active,
.focus\:border-lightgreen-700:focus,
.hover\:border-lightgreen-700:hover {
  border-color: rgb(214, 255, 179);
}

.active\:border-lightgreen-800:active,
.focus\:border-lightgreen-800:focus,
.hover\:border-lightgreen-800:hover {
  border-color: rgb(228, 255, 205);
}

.active\:border-lightgreen-900:active,
.focus\:border-lightgreen-900:focus,
.hover\:border-lightgreen-900:hover {
  border-color: rgb(241, 255, 230);
}

.active\:border-deeppurple:active,
.focus\:border-deeppurple:focus,
.hover\:border-deeppurple:hover {
  border-color: #673AB7;
}

.active\:border-deeppurple-100:active,
.focus\:border-deeppurple-100:focus,
.hover\:border-deeppurple-100:hover {
  border-color: rgb(93, 52, 165);
}

.active\:border-deeppurple-200:active,
.focus\:border-deeppurple-200:focus,
.hover\:border-deeppurple-200:hover {
  border-color: rgb(82, 46, 146);
}

.active\:border-deeppurple-300:active,
.focus\:border-deeppurple-300:focus,
.hover\:border-deeppurple-300:hover {
  border-color: rgb(72, 41, 128);
}

.active\:border-deeppurple-400:active,
.focus\:border-deeppurple-400:focus,
.hover\:border-deeppurple-400:hover {
  border-color: rgb(62, 35, 110);
}

.active\:border-deeppurple-500:active,
.focus\:border-deeppurple-500:focus,
.hover\:border-deeppurple-500:hover {
  border-color: #673AB7;
}

.active\:border-deeppurple-600:active,
.focus\:border-deeppurple-600:focus,
.hover\:border-deeppurple-600:hover {
  border-color: rgb(194, 176, 226);
}

.active\:border-deeppurple-700:active,
.focus\:border-deeppurple-700:focus,
.hover\:border-deeppurple-700:hover {
  border-color: rgb(209, 196, 233);
}

.active\:border-deeppurple-800:active,
.focus\:border-deeppurple-800:focus,
.hover\:border-deeppurple-800:hover {
  border-color: rgb(225, 216, 241);
}

.active\:border-deeppurple-900:active,
.focus\:border-deeppurple-900:focus,
.hover\:border-deeppurple-900:hover {
  border-color: rgb(240, 235, 248);
}

.active\:border-deeporange:active,
.focus\:border-deeporange:focus,
.hover\:border-deeporange:hover {
  border-color: #DD6E0F;
}

.active\:border-deeporange-100:active,
.focus\:border-deeporange-100:focus,
.hover\:border-deeporange-100:hover {
  border-color: rgb(199, 99, 14);
}

.active\:border-deeporange-200:active,
.focus\:border-deeporange-200:focus,
.hover\:border-deeporange-200:hover {
  border-color: rgb(177, 88, 12);
}

.active\:border-deeporange-300:active,
.focus\:border-deeporange-300:focus,
.hover\:border-deeporange-300:hover {
  border-color: rgb(155, 77, 11);
}

.active\:border-deeporange-400:active,
.focus\:border-deeporange-400:focus,
.hover\:border-deeporange-400:hover {
  border-color: rgb(133, 66, 9);
}

.active\:border-deeporange-500:active,
.focus\:border-deeporange-500:focus,
.hover\:border-deeporange-500:hover {
  border-color: #DD6E0F;
}

.active\:border-deeporange-600:active,
.focus\:border-deeporange-600:focus,
.hover\:border-deeporange-600:hover {
  border-color: rgb(241, 197, 159);
}

.active\:border-deeporange-700:active,
.focus\:border-deeporange-700:focus,
.hover\:border-deeporange-700:hover {
  border-color: rgb(245, 212, 183);
}

.active\:border-deeporange-800:active,
.focus\:border-deeporange-800:focus,
.hover\:border-deeporange-800:hover {
  border-color: rgb(248, 226, 207);
}

.active\:border-deeporange-900:active,
.focus\:border-deeporange-900:focus,
.hover\:border-deeporange-900:hover {
  border-color: rgb(252, 241, 231);
}

.active\:border-brown:active,
.focus\:border-brown:focus,
.hover\:border-brown:hover {
  border-color: #964B00;
}

.active\:border-brown-100:active,
.focus\:border-brown-100:focus,
.hover\:border-brown-100:hover {
  border-color: rgb(135, 68, 0);
}

.active\:border-brown-200:active,
.focus\:border-brown-200:focus,
.hover\:border-brown-200:hover {
  border-color: rgb(120, 60, 0);
}

.active\:border-brown-300:active,
.focus\:border-brown-300:focus,
.hover\:border-brown-300:hover {
  border-color: rgb(105, 53, 0);
}

.active\:border-brown-400:active,
.focus\:border-brown-400:focus,
.hover\:border-brown-400:hover {
  border-color: rgb(90, 45, 0);
}

.active\:border-brown-500:active,
.focus\:border-brown-500:focus,
.hover\:border-brown-500:hover {
  border-color: #964B00;
}

.active\:border-brown-600:active,
.focus\:border-brown-600:focus,
.hover\:border-brown-600:hover {
  border-color: rgb(213, 183, 153);
}

.active\:border-brown-700:active,
.focus\:border-brown-700:focus,
.hover\:border-brown-700:hover {
  border-color: rgb(224, 201, 179);
}

.active\:border-brown-800:active,
.focus\:border-brown-800:focus,
.hover\:border-brown-800:hover {
  border-color: rgb(234, 219, 204);
}

.active\:border-brown-900:active,
.focus\:border-brown-900:focus,
.hover\:border-brown-900:hover {
  border-color: rgb(245, 237, 230);
}

.active\:border-grey:active,
.focus\:border-grey:focus,
.hover\:border-grey:hover {
  border-color: #808080;
}

.active\:border-grey-100:active,
.focus\:border-grey-100:focus,
.hover\:border-grey-100:hover {
  border-color: rgb(115, 115, 115);
}

.active\:border-grey-200:active,
.focus\:border-grey-200:focus,
.hover\:border-grey-200:hover {
  border-color: rgb(102, 102, 102);
}

.active\:border-grey-300:active,
.focus\:border-grey-300:focus,
.hover\:border-grey-300:hover {
  border-color: rgb(90, 90, 90);
}

.active\:border-grey-400:active,
.focus\:border-grey-400:focus,
.hover\:border-grey-400:hover {
  border-color: rgb(77, 77, 77);
}

.active\:border-grey-500:active,
.focus\:border-grey-500:focus,
.hover\:border-grey-500:hover {
  border-color: #808080;
}

.active\:border-grey-600:active,
.focus\:border-grey-600:focus,
.hover\:border-grey-600:hover {
  border-color: rgb(204, 204, 204);
}

.active\:border-grey-700:active,
.focus\:border-grey-700:focus,
.hover\:border-grey-700:hover {
  border-color: rgb(217, 217, 217);
}

.active\:border-grey-800:active,
.focus\:border-grey-800:focus,
.hover\:border-grey-800:hover {
  border-color: rgb(230, 230, 230);
}

.active\:border-grey-900:active,
.focus\:border-grey-900:focus,
.hover\:border-grey-900:hover {
  border-color: rgb(242, 242, 242);
}

.solid-border {
  border-style: solid;
}
.solid-border:not([class*=border-]) {
  border: 1px solid rgb(71.8864864865, 80.6, 89.3135135135);
}

.solid {
  border-style: solid;
}

.active\:solid-border:active,
.focus\:solid-border:focus,
.hover\:solid-border:hover {
  border: 1px solid rgb(71.8864864865, 80.6, 89.3135135135);
}

.dashed-border {
  border-style: dashed;
}
.dashed-border:not([class*=border-]) {
  border: 1px dashed rgb(71.8864864865, 80.6, 89.3135135135);
}

.dashed {
  border-style: dashed;
}

.active\:dashed-border:active,
.focus\:dashed-border:focus,
.hover\:dashed-border:hover {
  border: 1px dashed rgb(71.8864864865, 80.6, 89.3135135135);
}

.dotted-border {
  border-style: dotted;
}
.dotted-border:not([class*=border-]) {
  border: 1px dotted rgb(71.8864864865, 80.6, 89.3135135135);
}

.dotted {
  border-style: dotted;
}

.active\:dotted-border:active,
.focus\:dotted-border:focus,
.hover\:dotted-border:hover {
  border: 1px dotted rgb(71.8864864865, 80.6, 89.3135135135);
}

.double-border {
  border-style: double;
}
.double-border:not([class*=border-]) {
  border: 1px double rgb(71.8864864865, 80.6, 89.3135135135);
}

.double {
  border-style: double;
}

.active\:double-border:active,
.focus\:double-border:focus,
.hover\:double-border:hover {
  border: 1px double rgb(71.8864864865, 80.6, 89.3135135135);
}

.hidden-border {
  border-style: hidden;
}
.hidden-border:not([class*=border-]) {
  border: 1px hidden rgb(71.8864864865, 80.6, 89.3135135135);
}

.hidden {
  border-style: hidden;
}

.active\:hidden-border:active,
.focus\:hidden-border:focus,
.hover\:hidden-border:hover {
  border: 1px hidden rgb(71.8864864865, 80.6, 89.3135135135);
}

.inset-border {
  border-style: inset;
}
.inset-border:not([class*=border-]) {
  border: 1px inset rgb(71.8864864865, 80.6, 89.3135135135);
}

.inset {
  border-style: inset;
}

.active\:inset-border:active,
.focus\:inset-border:focus,
.hover\:inset-border:hover {
  border: 1px inset rgb(71.8864864865, 80.6, 89.3135135135);
}

.groove-border {
  border-style: groove;
}
.groove-border:not([class*=border-]) {
  border: 1px groove rgb(71.8864864865, 80.6, 89.3135135135);
}

.groove {
  border-style: groove;
}

.active\:groove-border:active,
.focus\:groove-border:focus,
.hover\:groove-border:hover {
  border: 1px groove rgb(71.8864864865, 80.6, 89.3135135135);
}

.no-border {
  border-width: 0px;
  border-style: none;
}

.active\:no-border:active,
.focus\:no-border:focus,
.hover\:no-border:hover {
  border-width: 0px;
  border-style: none;
}

.rounded {
  border-radius: 0.25rem;
  overflow: hidden;
}

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
}

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  overflow: hidden;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
}

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

.active\:rounded-top-left:active,
.focus\:rounded-top-left:focus,
.hover\:rounded-top-left:hover {
  border-top-left-radius: 0.25rem;
}

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

.active\:rounded-top-right:active,
.focus\:rounded-top-right:focus,
.hover\:rounded-top-right:hover {
  border-top-right-radius: 0.25rem;
}

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

.active\:rounded-bottom-left:active,
.focus\:rounded-bottom-left:focus,
.hover\:rounded-bottom-left:hover {
  border-bottom-left-radius: 0.25rem;
}

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

.active\:rounded-bottom-right:active,
.focus\:rounded-bottom-right:focus,
.hover\:rounded-bottom-right:hover {
  border-bottom-right-radius: 0.25rem;
}

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

.active\:rounded-none:active,
.focus\:rounded-none:focus,
.hover\:rounded-none:hover {
  border-radius: 0;
}

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

.active\:rounded-top-left-none:active,
.focus\:rounded-top-left-none:focus,
.hover\:rounded-top-left-none:hover {
  border-top-left-radius: 0;
}

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

.active\:rounded-top-right-none:active,
.focus\:rounded-top-right-none:focus,
.hover\:rounded-top-right-none:hover {
  border-top-right-radius: 0;
}

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

.active\:rounded-bottom-left-none:active,
.focus\:rounded-bottom-left-none:focus,
.hover\:rounded-bottom-left-none:hover {
  border-bottom-left-radius: 0;
}

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

.active\:rounded-bottom-right-none:active,
.focus\:rounded-bottom-right-none:focus,
.hover\:rounded-bottom-right-none:hover {
  border-bottom-right-radius: 0;
}

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

.active\:rounded-top-none:active,
.focus\:rounded-top-none:focus,
.hover\:rounded-top-none:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.active\:rounded-right-none:active,
.focus\:rounded-right-none:focus,
.hover\:rounded-right-none:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.active\:rounded-left-none:active,
.focus\:rounded-left-none:focus,
.hover\:rounded-left-none:hover {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.active\:rounded-bottom-none:active,
.focus\:rounded-bottom-none:focus,
.hover\:rounded-bottom-none:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-full {
  border-radius: 999px;
  overflow: hidden;
}

.active\:rounded-full:active,
.focus\:rounded-full:focus,
.hover\:rounded-full:hover {
  border-radius: 999px;
}

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

.active\:rounded-top-left-full:active,
.focus\:rounded-top-left-full:focus,
.hover\:rounded-top-left-full:hover {
  border-top-left-radius: 999px;
}

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

.active\:rounded-top-right-full:active,
.focus\:rounded-top-right-full:focus,
.hover\:rounded-top-right-full:hover {
  border-top-right-radius: 999px;
}

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

.active\:rounded-bottom-left-full:active,
.focus\:rounded-bottom-left-full:focus,
.hover\:rounded-bottom-left-full:hover {
  border-bottom-left-radius: 999px;
}

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

.active\:rounded-bottom-right-full:active,
.focus\:rounded-bottom-right-full:focus,
.hover\:rounded-bottom-right-full:hover {
  border-bottom-right-radius: 999px;
}

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

.active\:rounded-top-full:active,
.focus\:rounded-top-full:focus,
.hover\:rounded-top-full:hover {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

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

.active\:rounded-right-full:active,
.focus\:rounded-right-full:focus,
.hover\:rounded-right-full:hover {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

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

.active\:rounded-left-full:active,
.focus\:rounded-left-full:focus,
.hover\:rounded-left-full:hover {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

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

.active\:rounded-bottom-full:active,
.focus\:rounded-bottom-full:focus,
.hover\:rounded-bottom-full:hover {
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.rounded-pill {
  border-radius: 999px;
  overflow: hidden;
}

.active\:rounded-pill:active,
.focus\:rounded-pill:focus,
.hover\:rounded-pill:hover {
  border-radius: 999px;
}

.rounded-top-left-pill {
  border-top-left-radius: 999px;
}

.active\:rounded-top-left-pill:active,
.focus\:rounded-top-left-pill:focus,
.hover\:rounded-top-left-pill:hover {
  border-top-left-radius: 999px;
}

.rounded-top-right-pill {
  border-top-right-radius: 999px;
}

.active\:rounded-top-right-pill:active,
.focus\:rounded-top-right-pill:focus,
.hover\:rounded-top-right-pill:hover {
  border-top-right-radius: 999px;
}

.rounded-bottom-left-pill {
  border-bottom-left-radius: 999px;
}

.active\:rounded-bottom-left-pill:active,
.focus\:rounded-bottom-left-pill:focus,
.hover\:rounded-bottom-left-pill:hover {
  border-bottom-left-radius: 999px;
}

.rounded-bottom-right-pill {
  border-bottom-right-radius: 999px;
}

.active\:rounded-bottom-right-pill:active,
.focus\:rounded-bottom-right-pill:focus,
.hover\:rounded-bottom-right-pill:hover {
  border-bottom-right-radius: 999px;
}

.rounded-top-pill {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.active\:rounded-top-pill:active,
.focus\:rounded-top-pill:focus,
.hover\:rounded-top-pill:hover {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.rounded-right-pill {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.active\:rounded-right-pill:active,
.focus\:rounded-right-pill:focus,
.hover\:rounded-right-pill:hover {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.rounded-left-pill {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

.active\:rounded-left-pill:active,
.focus\:rounded-left-pill:focus,
.hover\:rounded-left-pill:hover {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

.rounded-bottom-pill {
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.active\:rounded-bottom-pill:active,
.focus\:rounded-bottom-pill:focus,
.hover\:rounded-bottom-pill:hover {
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.rounded-0 {
  border-radius: 0;
  overflow: hidden;
}

.active\:rounded-0:active,
.focus\:rounded-0:focus,
.hover\:rounded-0:hover {
  border-radius: 0;
}

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

.active\:rounded-top-left-0:active,
.focus\:rounded-top-left-0:focus,
.hover\:rounded-top-left-0:hover {
  border-top-left-radius: 0;
}

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

.active\:rounded-top-right-0:active,
.focus\:rounded-top-right-0:focus,
.hover\:rounded-top-right-0:hover {
  border-top-right-radius: 0;
}

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

.active\:rounded-bottom-left-0:active,
.focus\:rounded-bottom-left-0:focus,
.hover\:rounded-bottom-left-0:hover {
  border-bottom-left-radius: 0;
}

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

.active\:rounded-bottom-right-0:active,
.focus\:rounded-bottom-right-0:focus,
.hover\:rounded-bottom-right-0:hover {
  border-bottom-right-radius: 0;
}

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

.active\:rounded-top-0:active,
.focus\:rounded-top-0:focus,
.hover\:rounded-top-0:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.active\:rounded-right-0:active,
.focus\:rounded-right-0:focus,
.hover\:rounded-right-0:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.active\:rounded-left-0:active,
.focus\:rounded-left-0:focus,
.hover\:rounded-left-0:hover {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.active\:rounded-bottom-0:active,
.focus\:rounded-bottom-0:focus,
.hover\:rounded-bottom-0:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-2 {
  border-radius: 2px;
  overflow: hidden;
}

.active\:rounded-2:active,
.focus\:rounded-2:focus,
.hover\:rounded-2:hover {
  border-radius: 2px;
}

.rounded-top-left-2 {
  border-top-left-radius: 2px;
}

.active\:rounded-top-left-2:active,
.focus\:rounded-top-left-2:focus,
.hover\:rounded-top-left-2:hover {
  border-top-left-radius: 2px;
}

.rounded-top-right-2 {
  border-top-right-radius: 2px;
}

.active\:rounded-top-right-2:active,
.focus\:rounded-top-right-2:focus,
.hover\:rounded-top-right-2:hover {
  border-top-right-radius: 2px;
}

.rounded-bottom-left-2 {
  border-bottom-left-radius: 2px;
}

.active\:rounded-bottom-left-2:active,
.focus\:rounded-bottom-left-2:focus,
.hover\:rounded-bottom-left-2:hover {
  border-bottom-left-radius: 2px;
}

.rounded-bottom-right-2 {
  border-bottom-right-radius: 2px;
}

.active\:rounded-bottom-right-2:active,
.focus\:rounded-bottom-right-2:focus,
.hover\:rounded-bottom-right-2:hover {
  border-bottom-right-radius: 2px;
}

.rounded-top-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.active\:rounded-top-2:active,
.focus\:rounded-top-2:focus,
.hover\:rounded-top-2:hover {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.rounded-right-2 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.active\:rounded-right-2:active,
.focus\:rounded-right-2:focus,
.hover\:rounded-right-2:hover {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rounded-left-2 {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.active\:rounded-left-2:active,
.focus\:rounded-left-2:focus,
.hover\:rounded-left-2:hover {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.rounded-bottom-2 {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.active\:rounded-bottom-2:active,
.focus\:rounded-bottom-2:focus,
.hover\:rounded-bottom-2:hover {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rounded-5 {
  border-radius: 5px;
  overflow: hidden;
}

.active\:rounded-5:active,
.focus\:rounded-5:focus,
.hover\:rounded-5:hover {
  border-radius: 5px;
}

.rounded-top-left-5 {
  border-top-left-radius: 5px;
}

.active\:rounded-top-left-5:active,
.focus\:rounded-top-left-5:focus,
.hover\:rounded-top-left-5:hover {
  border-top-left-radius: 5px;
}

.rounded-top-right-5 {
  border-top-right-radius: 5px;
}

.active\:rounded-top-right-5:active,
.focus\:rounded-top-right-5:focus,
.hover\:rounded-top-right-5:hover {
  border-top-right-radius: 5px;
}

.rounded-bottom-left-5 {
  border-bottom-left-radius: 5px;
}

.active\:rounded-bottom-left-5:active,
.focus\:rounded-bottom-left-5:focus,
.hover\:rounded-bottom-left-5:hover {
  border-bottom-left-radius: 5px;
}

.rounded-bottom-right-5 {
  border-bottom-right-radius: 5px;
}

.active\:rounded-bottom-right-5:active,
.focus\:rounded-bottom-right-5:focus,
.hover\:rounded-bottom-right-5:hover {
  border-bottom-right-radius: 5px;
}

.rounded-top-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.active\:rounded-top-5:active,
.focus\:rounded-top-5:focus,
.hover\:rounded-top-5:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-right-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.active\:rounded-right-5:active,
.focus\:rounded-right-5:focus,
.hover\:rounded-right-5:hover {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-left-5 {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.active\:rounded-left-5:active,
.focus\:rounded-left-5:focus,
.hover\:rounded-left-5:hover {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.rounded-bottom-5 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.active\:rounded-bottom-5:active,
.focus\:rounded-bottom-5:focus,
.hover\:rounded-bottom-5:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
  overflow: hidden;
}

.active\:rounded-10:active,
.focus\:rounded-10:focus,
.hover\:rounded-10:hover {
  border-radius: 10px;
}

.rounded-top-left-10 {
  border-top-left-radius: 10px;
}

.active\:rounded-top-left-10:active,
.focus\:rounded-top-left-10:focus,
.hover\:rounded-top-left-10:hover {
  border-top-left-radius: 10px;
}

.rounded-top-right-10 {
  border-top-right-radius: 10px;
}

.active\:rounded-top-right-10:active,
.focus\:rounded-top-right-10:focus,
.hover\:rounded-top-right-10:hover {
  border-top-right-radius: 10px;
}

.rounded-bottom-left-10 {
  border-bottom-left-radius: 10px;
}

.active\:rounded-bottom-left-10:active,
.focus\:rounded-bottom-left-10:focus,
.hover\:rounded-bottom-left-10:hover {
  border-bottom-left-radius: 10px;
}

.rounded-bottom-right-10 {
  border-bottom-right-radius: 10px;
}

.active\:rounded-bottom-right-10:active,
.focus\:rounded-bottom-right-10:focus,
.hover\:rounded-bottom-right-10:hover {
  border-bottom-right-radius: 10px;
}

.rounded-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.active\:rounded-top-10:active,
.focus\:rounded-top-10:focus,
.hover\:rounded-top-10:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-right-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.active\:rounded-right-10:active,
.focus\:rounded-right-10:focus,
.hover\:rounded-right-10:hover {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-left-10 {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.active\:rounded-left-10:active,
.focus\:rounded-left-10:focus,
.hover\:rounded-left-10:hover {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.rounded-bottom-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.active\:rounded-bottom-10:active,
.focus\:rounded-bottom-10:focus,
.hover\:rounded-bottom-10:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-16 {
  border-radius: 16px;
  overflow: hidden;
}

.active\:rounded-16:active,
.focus\:rounded-16:focus,
.hover\:rounded-16:hover {
  border-radius: 16px;
}

.rounded-top-left-16 {
  border-top-left-radius: 16px;
}

.active\:rounded-top-left-16:active,
.focus\:rounded-top-left-16:focus,
.hover\:rounded-top-left-16:hover {
  border-top-left-radius: 16px;
}

.rounded-top-right-16 {
  border-top-right-radius: 16px;
}

.active\:rounded-top-right-16:active,
.focus\:rounded-top-right-16:focus,
.hover\:rounded-top-right-16:hover {
  border-top-right-radius: 16px;
}

.rounded-bottom-left-16 {
  border-bottom-left-radius: 16px;
}

.active\:rounded-bottom-left-16:active,
.focus\:rounded-bottom-left-16:focus,
.hover\:rounded-bottom-left-16:hover {
  border-bottom-left-radius: 16px;
}

.rounded-bottom-right-16 {
  border-bottom-right-radius: 16px;
}

.active\:rounded-bottom-right-16:active,
.focus\:rounded-bottom-right-16:focus,
.hover\:rounded-bottom-right-16:hover {
  border-bottom-right-radius: 16px;
}

.rounded-top-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.active\:rounded-top-16:active,
.focus\:rounded-top-16:focus,
.hover\:rounded-top-16:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rounded-right-16 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.active\:rounded-right-16:active,
.focus\:rounded-right-16:focus,
.hover\:rounded-right-16:hover {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rounded-left-16 {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.active\:rounded-left-16:active,
.focus\:rounded-left-16:focus,
.hover\:rounded-left-16:hover {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.rounded-bottom-16 {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.active\:rounded-bottom-16:active,
.focus\:rounded-bottom-16:focus,
.hover\:rounded-bottom-16:hover {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rounded-32 {
  border-radius: 32px;
  overflow: hidden;
}

.active\:rounded-32:active,
.focus\:rounded-32:focus,
.hover\:rounded-32:hover {
  border-radius: 32px;
}

.rounded-top-left-32 {
  border-top-left-radius: 32px;
}

.active\:rounded-top-left-32:active,
.focus\:rounded-top-left-32:focus,
.hover\:rounded-top-left-32:hover {
  border-top-left-radius: 32px;
}

.rounded-top-right-32 {
  border-top-right-radius: 32px;
}

.active\:rounded-top-right-32:active,
.focus\:rounded-top-right-32:focus,
.hover\:rounded-top-right-32:hover {
  border-top-right-radius: 32px;
}

.rounded-bottom-left-32 {
  border-bottom-left-radius: 32px;
}

.active\:rounded-bottom-left-32:active,
.focus\:rounded-bottom-left-32:focus,
.hover\:rounded-bottom-left-32:hover {
  border-bottom-left-radius: 32px;
}

.rounded-bottom-right-32 {
  border-bottom-right-radius: 32px;
}

.active\:rounded-bottom-right-32:active,
.focus\:rounded-bottom-right-32:focus,
.hover\:rounded-bottom-right-32:hover {
  border-bottom-right-radius: 32px;
}

.rounded-top-32 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.active\:rounded-top-32:active,
.focus\:rounded-top-32:focus,
.hover\:rounded-top-32:hover {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.rounded-right-32 {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.active\:rounded-right-32:active,
.focus\:rounded-right-32:focus,
.hover\:rounded-right-32:hover {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.rounded-left-32 {
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}

.active\:rounded-left-32:active,
.focus\:rounded-left-32:focus,
.hover\:rounded-left-32:hover {
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}

.rounded-bottom-32 {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.active\:rounded-bottom-32:active,
.focus\:rounded-bottom-32:focus,
.hover\:rounded-bottom-32:hover {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.rounded-50 {
  border-radius: 50px;
  overflow: hidden;
}

.active\:rounded-50:active,
.focus\:rounded-50:focus,
.hover\:rounded-50:hover {
  border-radius: 50px;
}

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

.active\:rounded-top-left-50:active,
.focus\:rounded-top-left-50:focus,
.hover\:rounded-top-left-50:hover {
  border-top-left-radius: 50px;
}

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

.active\:rounded-top-right-50:active,
.focus\:rounded-top-right-50:focus,
.hover\:rounded-top-right-50:hover {
  border-top-right-radius: 50px;
}

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

.active\:rounded-bottom-left-50:active,
.focus\:rounded-bottom-left-50:focus,
.hover\:rounded-bottom-left-50:hover {
  border-bottom-left-radius: 50px;
}

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

.active\:rounded-bottom-right-50:active,
.focus\:rounded-bottom-right-50:focus,
.hover\:rounded-bottom-right-50:hover {
  border-bottom-right-radius: 50px;
}

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

.active\:rounded-top-50:active,
.focus\:rounded-top-50:focus,
.hover\:rounded-top-50:hover {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

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

.active\:rounded-right-50:active,
.focus\:rounded-right-50:focus,
.hover\:rounded-right-50:hover {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

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

.active\:rounded-left-50:active,
.focus\:rounded-left-50:focus,
.hover\:rounded-left-50:hover {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

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

.active\:rounded-bottom-50:active,
.focus\:rounded-bottom-50:focus,
.hover\:rounded-bottom-50:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

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

.active\:rounded-top:active,
.focus\:rounded-top:focus,
.hover\:rounded-top:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.active\:rounded-right:active,
.focus\:rounded-right:focus,
.hover\:rounded-right:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

.active\:rounded-left:active,
.focus\:rounded-left:focus,
.hover\:rounded-left:hover {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

.active\:rounded-bottom:active,
.focus\:rounded-bottom:focus,
.hover\:rounded-bottom:hover {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.outline {
  border-width: 1px;
  border-style: solid;
  border-color: #03A9F4;
}
.outline-0 {
  border-width: 0px;
}
.outline-1 {
  border-width: 1px;
}
.outline-2 {
  border-width: 2px;
}
.outline-3 {
  border-width: 3px;
}
.outline-4 {
  border-width: 4px;
}
.outline-5 {
  border-width: 5px;
}

[class*=outline-] {
  border-style: solid;
}

.outline-primary {
  border-color: #03A9F4;
}
.outline-primary-100 {
  border-color: rgb(3, 152, 220);
}
.outline-primary-200 {
  border-color: rgb(2, 135, 195);
}
.outline-primary-300 {
  border-color: rgb(2, 118, 171);
}
.outline-primary-400 {
  border-color: rgb(2, 101, 146);
}
.outline-primary-500 {
  border-color: #03A9F4;
}
.outline-primary-600 {
  border-color: rgb(154, 221, 251);
}
.outline-primary-700 {
  border-color: rgb(179, 229, 252);
}
.outline-primary-800 {
  border-color: rgb(205, 238, 253);
}
.outline-primary-900 {
  border-color: rgb(230, 246, 254);
}

.outline-secondary {
  border-color: #333;
}
.outline-secondary-100 {
  border-color: rgb(46, 46, 46);
}
.outline-secondary-200 {
  border-color: rgb(41, 41, 41);
}
.outline-secondary-300 {
  border-color: rgb(36, 36, 36);
}
.outline-secondary-400 {
  border-color: rgb(31, 31, 31);
}
.outline-secondary-500 {
  border-color: #333;
}
.outline-secondary-600 {
  border-color: rgb(173, 173, 173);
}
.outline-secondary-700 {
  border-color: rgb(194, 194, 194);
}
.outline-secondary-800 {
  border-color: rgb(214, 214, 214);
}
.outline-secondary-900 {
  border-color: rgb(235, 235, 235);
}

.outline-success {
  border-color: #28a745;
}
.outline-success-100 {
  border-color: rgb(36, 150, 62);
}
.outline-success-200 {
  border-color: rgb(32, 134, 55);
}
.outline-success-300 {
  border-color: rgb(28, 117, 48);
}
.outline-success-400 {
  border-color: rgb(24, 100, 41);
}
.outline-success-500 {
  border-color: #28a745;
}
.outline-success-600 {
  border-color: rgb(169, 220, 181);
}
.outline-success-700 {
  border-color: rgb(191, 229, 199);
}
.outline-success-800 {
  border-color: rgb(212, 237, 218);
}
.outline-success-900 {
  border-color: rgb(234, 246, 236);
}

.outline-info {
  border-color: #0DCAF0;
}
.outline-info-100 {
  border-color: rgb(12, 182, 216);
}
.outline-info-200 {
  border-color: rgb(10, 162, 192);
}
.outline-info-300 {
  border-color: rgb(9, 141, 168);
}
.outline-info-400 {
  border-color: rgb(8, 121, 144);
}
.outline-info-500 {
  border-color: #0DCAF0;
}
.outline-info-600 {
  border-color: rgb(158, 234, 249);
}
.outline-info-700 {
  border-color: rgb(182, 239, 251);
}
.outline-info-800 {
  border-color: rgb(207, 244, 252);
}
.outline-info-900 {
  border-color: rgb(231, 250, 254);
}

.outline-warning {
  border-color: #FFC107;
}
.outline-warning-100 {
  border-color: rgb(230, 174, 6);
}
.outline-warning-200 {
  border-color: rgb(204, 154, 6);
}
.outline-warning-300 {
  border-color: rgb(179, 135, 5);
}
.outline-warning-400 {
  border-color: rgb(153, 116, 4);
}
.outline-warning-500 {
  border-color: #FFC107;
}
.outline-warning-600 {
  border-color: rgb(255, 230, 156);
}
.outline-warning-700 {
  border-color: rgb(255, 236, 181);
}
.outline-warning-800 {
  border-color: rgb(255, 243, 205);
}
.outline-warning-900 {
  border-color: rgb(255, 249, 230);
}

.outline-danger {
  border-color: #DC3545;
}
.outline-danger-100 {
  border-color: rgb(198, 48, 62);
}
.outline-danger-200 {
  border-color: rgb(176, 42, 55);
}
.outline-danger-300 {
  border-color: rgb(154, 37, 48);
}
.outline-danger-400 {
  border-color: rgb(132, 32, 41);
}
.outline-danger-500 {
  border-color: #DC3545;
}
.outline-danger-600 {
  border-color: rgb(241, 174, 181);
}
.outline-danger-700 {
  border-color: rgb(245, 194, 199);
}
.outline-danger-800 {
  border-color: rgb(248, 215, 218);
}
.outline-danger-900 {
  border-color: rgb(252, 235, 236);
}

.outline-light {
  border-color: #f5f5f5;
}
.outline-light-100 {
  border-color: rgb(221, 221, 221);
}
.outline-light-200 {
  border-color: rgb(196, 196, 196);
}
.outline-light-300 {
  border-color: rgb(172, 172, 172);
}
.outline-light-400 {
  border-color: rgb(147, 147, 147);
}
.outline-light-500 {
  border-color: #f5f5f5;
}
.outline-light-600 {
  border-color: rgb(251, 251, 251);
}
.outline-light-700 {
  border-color: rgb(252, 252, 252);
}
.outline-light-800 {
  border-color: rgb(253, 253, 253);
}
.outline-light-900 {
  border-color: rgb(254, 254, 254);
}

.outline-dark {
  border-color: #212529;
}
.outline-dark-100 {
  border-color: rgb(30, 33, 37);
}
.outline-dark-200 {
  border-color: rgb(26, 30, 33);
}
.outline-dark-300 {
  border-color: rgb(23, 26, 29);
}
.outline-dark-400 {
  border-color: rgb(20, 22, 25);
}
.outline-dark-500 {
  border-color: #212529;
}
.outline-dark-600 {
  border-color: rgb(166, 168, 169);
}
.outline-dark-700 {
  border-color: rgb(188, 190, 191);
}
.outline-dark-800 {
  border-color: rgb(211, 211, 212);
}
.outline-dark-900 {
  border-color: rgb(233, 233, 234);
}

.outline-red {
  border-color: #F44336;
}
.outline-red-100 {
  border-color: rgb(220, 60, 49);
}
.outline-red-200 {
  border-color: rgb(195, 54, 43);
}
.outline-red-300 {
  border-color: rgb(171, 47, 38);
}
.outline-red-400 {
  border-color: rgb(146, 40, 32);
}
.outline-red-500 {
  border-color: #F44336;
}
.outline-red-600 {
  border-color: rgb(251, 180, 175);
}
.outline-red-700 {
  border-color: rgb(252, 199, 195);
}
.outline-red-800 {
  border-color: rgb(253, 217, 215);
}
.outline-red-900 {
  border-color: rgb(254, 236, 235);
}

.outline-green {
  border-color: #4CAF50;
}
.outline-green-100 {
  border-color: rgb(68, 158, 72);
}
.outline-green-200 {
  border-color: rgb(61, 140, 64);
}
.outline-green-300 {
  border-color: rgb(53, 122, 56);
}
.outline-green-400 {
  border-color: rgb(46, 105, 48);
}
.outline-green-500 {
  border-color: #4CAF50;
}
.outline-green-600 {
  border-color: rgb(183, 223, 185);
}
.outline-green-700 {
  border-color: rgb(201, 231, 203);
}
.outline-green-800 {
  border-color: rgb(219, 239, 220);
}
.outline-green-900 {
  border-color: rgb(237, 247, 238);
}

.outline-blue {
  border-color: #2196F3;
}
.outline-blue-100 {
  border-color: rgb(30, 135, 219);
}
.outline-blue-200 {
  border-color: rgb(26, 120, 194);
}
.outline-blue-300 {
  border-color: rgb(23, 105, 170);
}
.outline-blue-400 {
  border-color: rgb(20, 90, 146);
}
.outline-blue-500 {
  border-color: #2196F3;
}
.outline-blue-600 {
  border-color: rgb(166, 213, 250);
}
.outline-blue-700 {
  border-color: rgb(188, 224, 251);
}
.outline-blue-800 {
  border-color: rgb(211, 234, 253);
}
.outline-blue-900 {
  border-color: rgb(233, 245, 254);
}

.outline-black {
  border-color: #000;
}
.outline-black-100 {
  border-color: rgb(0, 0, 0);
}
.outline-black-200 {
  border-color: rgb(0, 0, 0);
}
.outline-black-300 {
  border-color: rgb(0, 0, 0);
}
.outline-black-400 {
  border-color: rgb(0, 0, 0);
}
.outline-black-500 {
  border-color: #000;
}
.outline-black-600 {
  border-color: rgb(153, 153, 153);
}
.outline-black-700 {
  border-color: rgb(179, 179, 179);
}
.outline-black-800 {
  border-color: rgb(204, 204, 204);
}
.outline-black-900 {
  border-color: rgb(230, 230, 230);
}

.outline-white {
  border-color: #fff;
}
.outline-white-100 {
  border-color: rgb(230, 230, 230);
}
.outline-white-200 {
  border-color: rgb(204, 204, 204);
}
.outline-white-300 {
  border-color: rgb(179, 179, 179);
}
.outline-white-400 {
  border-color: rgb(153, 153, 153);
}
.outline-white-500 {
  border-color: #fff;
}
.outline-white-600 {
  border-color: rgb(255, 255, 255);
}
.outline-white-700 {
  border-color: rgb(255, 255, 255);
}
.outline-white-800 {
  border-color: rgb(255, 255, 255);
}
.outline-white-900 {
  border-color: rgb(255, 255, 255);
}

.outline-pink {
  border-color: #E91E63;
}
.outline-pink-100 {
  border-color: rgb(210, 27, 89);
}
.outline-pink-200 {
  border-color: rgb(186, 24, 79);
}
.outline-pink-300 {
  border-color: rgb(163, 21, 69);
}
.outline-pink-400 {
  border-color: rgb(140, 18, 59);
}
.outline-pink-500 {
  border-color: #E91E63;
}
.outline-pink-600 {
  border-color: rgb(246, 165, 193);
}
.outline-pink-700 {
  border-color: rgb(248, 188, 208);
}
.outline-pink-800 {
  border-color: rgb(251, 210, 224);
}
.outline-pink-900 {
  border-color: rgb(253, 233, 239);
}

.outline-purple {
  border-color: #9C27B0;
}
.outline-purple-100 {
  border-color: rgb(140, 35, 158);
}
.outline-purple-200 {
  border-color: rgb(125, 31, 141);
}
.outline-purple-300 {
  border-color: rgb(109, 27, 123);
}
.outline-purple-400 {
  border-color: rgb(94, 23, 106);
}
.outline-purple-500 {
  border-color: #9C27B0;
}
.outline-purple-600 {
  border-color: rgb(215, 169, 223);
}
.outline-purple-700 {
  border-color: rgb(225, 190, 231);
}
.outline-purple-800 {
  border-color: rgb(235, 212, 239);
}
.outline-purple-900 {
  border-color: rgb(245, 233, 247);
}

.outline-indigo {
  border-color: #3E51B5;
}
.outline-indigo-100 {
  border-color: rgb(56, 73, 163);
}
.outline-indigo-200 {
  border-color: rgb(50, 65, 145);
}
.outline-indigo-300 {
  border-color: rgb(43, 57, 127);
}
.outline-indigo-400 {
  border-color: rgb(37, 49, 109);
}
.outline-indigo-500 {
  border-color: #3E51B5;
}
.outline-indigo-600 {
  border-color: rgb(178, 185, 225);
}
.outline-indigo-700 {
  border-color: rgb(197, 203, 233);
}
.outline-indigo-800 {
  border-color: rgb(216, 220, 240);
}
.outline-indigo-900 {
  border-color: rgb(236, 238, 248);
}

.outline-cyan {
  border-color: #00BCD4;
}
.outline-cyan-100 {
  border-color: rgb(0, 169, 191);
}
.outline-cyan-200 {
  border-color: rgb(0, 150, 170);
}
.outline-cyan-300 {
  border-color: rgb(0, 132, 148);
}
.outline-cyan-400 {
  border-color: rgb(0, 113, 127);
}
.outline-cyan-500 {
  border-color: #00BCD4;
}
.outline-cyan-600 {
  border-color: rgb(153, 228, 238);
}
.outline-cyan-700 {
  border-color: rgb(179, 235, 242);
}
.outline-cyan-800 {
  border-color: rgb(204, 242, 246);
}
.outline-cyan-900 {
  border-color: rgb(230, 248, 251);
}

.outline-teal {
  border-color: #009688;
}
.outline-teal-100 {
  border-color: rgb(0, 135, 122);
}
.outline-teal-200 {
  border-color: rgb(0, 120, 109);
}
.outline-teal-300 {
  border-color: rgb(0, 105, 95);
}
.outline-teal-400 {
  border-color: rgb(0, 90, 82);
}
.outline-teal-500 {
  border-color: #009688;
}
.outline-teal-600 {
  border-color: rgb(153, 213, 207);
}
.outline-teal-700 {
  border-color: rgb(179, 224, 219);
}
.outline-teal-800 {
  border-color: rgb(204, 234, 231);
}
.outline-teal-900 {
  border-color: rgb(230, 245, 243);
}

.outline-lime {
  border-color: #CDDC39;
}
.outline-lime-100 {
  border-color: rgb(185, 198, 51);
}
.outline-lime-200 {
  border-color: rgb(164, 176, 46);
}
.outline-lime-300 {
  border-color: rgb(144, 154, 40);
}
.outline-lime-400 {
  border-color: rgb(123, 132, 34);
}
.outline-lime-500 {
  border-color: #CDDC39;
}
.outline-lime-600 {
  border-color: rgb(235, 241, 176);
}
.outline-lime-700 {
  border-color: rgb(240, 245, 196);
}
.outline-lime-800 {
  border-color: rgb(245, 248, 215);
}
.outline-lime-900 {
  border-color: rgb(250, 252, 235);
}

.outline-yellow {
  border-color: #FFEB3B;
}
.outline-yellow-100 {
  border-color: rgb(230, 212, 53);
}
.outline-yellow-200 {
  border-color: rgb(204, 188, 47);
}
.outline-yellow-300 {
  border-color: rgb(179, 165, 41);
}
.outline-yellow-400 {
  border-color: rgb(153, 141, 35);
}
.outline-yellow-500 {
  border-color: #FFEB3B;
}
.outline-yellow-600 {
  border-color: rgb(255, 247, 177);
}
.outline-yellow-700 {
  border-color: rgb(255, 249, 196);
}
.outline-yellow-800 {
  border-color: rgb(255, 251, 216);
}
.outline-yellow-900 {
  border-color: rgb(255, 253, 235);
}

.outline-amber {
  border-color: #FFC107;
}
.outline-amber-100 {
  border-color: rgb(230, 174, 6);
}
.outline-amber-200 {
  border-color: rgb(204, 154, 6);
}
.outline-amber-300 {
  border-color: rgb(179, 135, 5);
}
.outline-amber-400 {
  border-color: rgb(153, 116, 4);
}
.outline-amber-500 {
  border-color: #FFC107;
}
.outline-amber-600 {
  border-color: rgb(255, 230, 156);
}
.outline-amber-700 {
  border-color: rgb(255, 236, 181);
}
.outline-amber-800 {
  border-color: rgb(255, 243, 205);
}
.outline-amber-900 {
  border-color: rgb(255, 249, 230);
}

.outline-orange {
  border-color: #FF9800;
}
.outline-orange-100 {
  border-color: rgb(230, 137, 0);
}
.outline-orange-200 {
  border-color: rgb(204, 122, 0);
}
.outline-orange-300 {
  border-color: rgb(179, 106, 0);
}
.outline-orange-400 {
  border-color: rgb(153, 91, 0);
}
.outline-orange-500 {
  border-color: #FF9800;
}
.outline-orange-600 {
  border-color: rgb(255, 214, 153);
}
.outline-orange-700 {
  border-color: rgb(255, 224, 179);
}
.outline-orange-800 {
  border-color: rgb(255, 234, 204);
}
.outline-orange-900 {
  border-color: rgb(255, 245, 230);
}

.outline-lightblue {
  border-color: #03A9F4;
}
.outline-lightblue-100 {
  border-color: rgb(3, 152, 220);
}
.outline-lightblue-200 {
  border-color: rgb(2, 135, 195);
}
.outline-lightblue-300 {
  border-color: rgb(2, 118, 171);
}
.outline-lightblue-400 {
  border-color: rgb(2, 101, 146);
}
.outline-lightblue-500 {
  border-color: #03A9F4;
}
.outline-lightblue-600 {
  border-color: rgb(154, 221, 251);
}
.outline-lightblue-700 {
  border-color: rgb(179, 229, 252);
}
.outline-lightblue-800 {
  border-color: rgb(205, 238, 253);
}
.outline-lightblue-900 {
  border-color: rgb(230, 246, 254);
}

.outline-lightgreen {
  border-color: #76FF03;
}
.outline-lightgreen-100 {
  border-color: rgb(106, 230, 3);
}
.outline-lightgreen-200 {
  border-color: rgb(94, 204, 2);
}
.outline-lightgreen-300 {
  border-color: rgb(83, 179, 2);
}
.outline-lightgreen-400 {
  border-color: rgb(71, 153, 2);
}
.outline-lightgreen-500 {
  border-color: #76FF03;
}
.outline-lightgreen-600 {
  border-color: rgb(200, 255, 154);
}
.outline-lightgreen-700 {
  border-color: rgb(214, 255, 179);
}
.outline-lightgreen-800 {
  border-color: rgb(228, 255, 205);
}
.outline-lightgreen-900 {
  border-color: rgb(241, 255, 230);
}

.outline-deeppurple {
  border-color: #673AB7;
}
.outline-deeppurple-100 {
  border-color: rgb(93, 52, 165);
}
.outline-deeppurple-200 {
  border-color: rgb(82, 46, 146);
}
.outline-deeppurple-300 {
  border-color: rgb(72, 41, 128);
}
.outline-deeppurple-400 {
  border-color: rgb(62, 35, 110);
}
.outline-deeppurple-500 {
  border-color: #673AB7;
}
.outline-deeppurple-600 {
  border-color: rgb(194, 176, 226);
}
.outline-deeppurple-700 {
  border-color: rgb(209, 196, 233);
}
.outline-deeppurple-800 {
  border-color: rgb(225, 216, 241);
}
.outline-deeppurple-900 {
  border-color: rgb(240, 235, 248);
}

.outline-deeporange {
  border-color: #DD6E0F;
}
.outline-deeporange-100 {
  border-color: rgb(199, 99, 14);
}
.outline-deeporange-200 {
  border-color: rgb(177, 88, 12);
}
.outline-deeporange-300 {
  border-color: rgb(155, 77, 11);
}
.outline-deeporange-400 {
  border-color: rgb(133, 66, 9);
}
.outline-deeporange-500 {
  border-color: #DD6E0F;
}
.outline-deeporange-600 {
  border-color: rgb(241, 197, 159);
}
.outline-deeporange-700 {
  border-color: rgb(245, 212, 183);
}
.outline-deeporange-800 {
  border-color: rgb(248, 226, 207);
}
.outline-deeporange-900 {
  border-color: rgb(252, 241, 231);
}

.outline-brown {
  border-color: #964B00;
}
.outline-brown-100 {
  border-color: rgb(135, 68, 0);
}
.outline-brown-200 {
  border-color: rgb(120, 60, 0);
}
.outline-brown-300 {
  border-color: rgb(105, 53, 0);
}
.outline-brown-400 {
  border-color: rgb(90, 45, 0);
}
.outline-brown-500 {
  border-color: #964B00;
}
.outline-brown-600 {
  border-color: rgb(213, 183, 153);
}
.outline-brown-700 {
  border-color: rgb(224, 201, 179);
}
.outline-brown-800 {
  border-color: rgb(234, 219, 204);
}
.outline-brown-900 {
  border-color: rgb(245, 237, 230);
}

.outline-grey {
  border-color: #808080;
}
.outline-grey-100 {
  border-color: rgb(115, 115, 115);
}
.outline-grey-200 {
  border-color: rgb(102, 102, 102);
}
.outline-grey-300 {
  border-color: rgb(90, 90, 90);
}
.outline-grey-400 {
  border-color: rgb(77, 77, 77);
}
.outline-grey-500 {
  border-color: #808080;
}
.outline-grey-600 {
  border-color: rgb(204, 204, 204);
}
.outline-grey-700 {
  border-color: rgb(217, 217, 217);
}
.outline-grey-800 {
  border-color: rgb(230, 230, 230);
}
.outline-grey-900 {
  border-color: rgb(242, 242, 242);
}

.active\:outline-primary:active,
.focus\:outline-primary:focus,
.hover\:outline-primary:hover {
  border-color: #03A9F4;
}

.active\:outline-primary-100:active,
.focus\:outline-primary-100:focus,
.hover\:outline-primary-100:hover {
  border-color: rgb(3, 152, 220);
}

.active\:outline-primary-200:active,
.focus\:outline-primary-200:focus,
.hover\:outline-primary-200:hover {
  border-color: rgb(2, 135, 195);
}

.active\:outline-primary-300:active,
.focus\:outline-primary-300:focus,
.hover\:outline-primary-300:hover {
  border-color: rgb(2, 118, 171);
}

.active\:outline-primary-400:active,
.focus\:outline-primary-400:focus,
.hover\:outline-primary-400:hover {
  border-color: rgb(2, 101, 146);
}

.active\:outline-primary-500:active,
.focus\:outline-primary-500:focus,
.hover\:outline-primary-500:hover {
  border-color: #03A9F4;
}

.active\:outline-primary-600:active,
.focus\:outline-primary-600:focus,
.hover\:outline-primary-600:hover {
  border-color: rgb(154, 221, 251);
}

.active\:outline-primary-700:active,
.focus\:outline-primary-700:focus,
.hover\:outline-primary-700:hover {
  border-color: rgb(179, 229, 252);
}

.active\:outline-primary-800:active,
.focus\:outline-primary-800:focus,
.hover\:outline-primary-800:hover {
  border-color: rgb(205, 238, 253);
}

.active\:outline-primary-900:active,
.focus\:outline-primary-900:focus,
.hover\:outline-primary-900:hover {
  border-color: rgb(230, 246, 254);
}

.active\:outline-secondary:active,
.focus\:outline-secondary:focus,
.hover\:outline-secondary:hover {
  border-color: #333;
}

.active\:outline-secondary-100:active,
.focus\:outline-secondary-100:focus,
.hover\:outline-secondary-100:hover {
  border-color: rgb(46, 46, 46);
}

.active\:outline-secondary-200:active,
.focus\:outline-secondary-200:focus,
.hover\:outline-secondary-200:hover {
  border-color: rgb(41, 41, 41);
}

.active\:outline-secondary-300:active,
.focus\:outline-secondary-300:focus,
.hover\:outline-secondary-300:hover {
  border-color: rgb(36, 36, 36);
}

.active\:outline-secondary-400:active,
.focus\:outline-secondary-400:focus,
.hover\:outline-secondary-400:hover {
  border-color: rgb(31, 31, 31);
}

.active\:outline-secondary-500:active,
.focus\:outline-secondary-500:focus,
.hover\:outline-secondary-500:hover {
  border-color: #333;
}

.active\:outline-secondary-600:active,
.focus\:outline-secondary-600:focus,
.hover\:outline-secondary-600:hover {
  border-color: rgb(173, 173, 173);
}

.active\:outline-secondary-700:active,
.focus\:outline-secondary-700:focus,
.hover\:outline-secondary-700:hover {
  border-color: rgb(194, 194, 194);
}

.active\:outline-secondary-800:active,
.focus\:outline-secondary-800:focus,
.hover\:outline-secondary-800:hover {
  border-color: rgb(214, 214, 214);
}

.active\:outline-secondary-900:active,
.focus\:outline-secondary-900:focus,
.hover\:outline-secondary-900:hover {
  border-color: rgb(235, 235, 235);
}

.active\:outline-success:active,
.focus\:outline-success:focus,
.hover\:outline-success:hover {
  border-color: #28a745;
}

.active\:outline-success-100:active,
.focus\:outline-success-100:focus,
.hover\:outline-success-100:hover {
  border-color: rgb(36, 150, 62);
}

.active\:outline-success-200:active,
.focus\:outline-success-200:focus,
.hover\:outline-success-200:hover {
  border-color: rgb(32, 134, 55);
}

.active\:outline-success-300:active,
.focus\:outline-success-300:focus,
.hover\:outline-success-300:hover {
  border-color: rgb(28, 117, 48);
}

.active\:outline-success-400:active,
.focus\:outline-success-400:focus,
.hover\:outline-success-400:hover {
  border-color: rgb(24, 100, 41);
}

.active\:outline-success-500:active,
.focus\:outline-success-500:focus,
.hover\:outline-success-500:hover {
  border-color: #28a745;
}

.active\:outline-success-600:active,
.focus\:outline-success-600:focus,
.hover\:outline-success-600:hover {
  border-color: rgb(169, 220, 181);
}

.active\:outline-success-700:active,
.focus\:outline-success-700:focus,
.hover\:outline-success-700:hover {
  border-color: rgb(191, 229, 199);
}

.active\:outline-success-800:active,
.focus\:outline-success-800:focus,
.hover\:outline-success-800:hover {
  border-color: rgb(212, 237, 218);
}

.active\:outline-success-900:active,
.focus\:outline-success-900:focus,
.hover\:outline-success-900:hover {
  border-color: rgb(234, 246, 236);
}

.active\:outline-info:active,
.focus\:outline-info:focus,
.hover\:outline-info:hover {
  border-color: #0DCAF0;
}

.active\:outline-info-100:active,
.focus\:outline-info-100:focus,
.hover\:outline-info-100:hover {
  border-color: rgb(12, 182, 216);
}

.active\:outline-info-200:active,
.focus\:outline-info-200:focus,
.hover\:outline-info-200:hover {
  border-color: rgb(10, 162, 192);
}

.active\:outline-info-300:active,
.focus\:outline-info-300:focus,
.hover\:outline-info-300:hover {
  border-color: rgb(9, 141, 168);
}

.active\:outline-info-400:active,
.focus\:outline-info-400:focus,
.hover\:outline-info-400:hover {
  border-color: rgb(8, 121, 144);
}

.active\:outline-info-500:active,
.focus\:outline-info-500:focus,
.hover\:outline-info-500:hover {
  border-color: #0DCAF0;
}

.active\:outline-info-600:active,
.focus\:outline-info-600:focus,
.hover\:outline-info-600:hover {
  border-color: rgb(158, 234, 249);
}

.active\:outline-info-700:active,
.focus\:outline-info-700:focus,
.hover\:outline-info-700:hover {
  border-color: rgb(182, 239, 251);
}

.active\:outline-info-800:active,
.focus\:outline-info-800:focus,
.hover\:outline-info-800:hover {
  border-color: rgb(207, 244, 252);
}

.active\:outline-info-900:active,
.focus\:outline-info-900:focus,
.hover\:outline-info-900:hover {
  border-color: rgb(231, 250, 254);
}

.active\:outline-warning:active,
.focus\:outline-warning:focus,
.hover\:outline-warning:hover {
  border-color: #FFC107;
}

.active\:outline-warning-100:active,
.focus\:outline-warning-100:focus,
.hover\:outline-warning-100:hover {
  border-color: rgb(230, 174, 6);
}

.active\:outline-warning-200:active,
.focus\:outline-warning-200:focus,
.hover\:outline-warning-200:hover {
  border-color: rgb(204, 154, 6);
}

.active\:outline-warning-300:active,
.focus\:outline-warning-300:focus,
.hover\:outline-warning-300:hover {
  border-color: rgb(179, 135, 5);
}

.active\:outline-warning-400:active,
.focus\:outline-warning-400:focus,
.hover\:outline-warning-400:hover {
  border-color: rgb(153, 116, 4);
}

.active\:outline-warning-500:active,
.focus\:outline-warning-500:focus,
.hover\:outline-warning-500:hover {
  border-color: #FFC107;
}

.active\:outline-warning-600:active,
.focus\:outline-warning-600:focus,
.hover\:outline-warning-600:hover {
  border-color: rgb(255, 230, 156);
}

.active\:outline-warning-700:active,
.focus\:outline-warning-700:focus,
.hover\:outline-warning-700:hover {
  border-color: rgb(255, 236, 181);
}

.active\:outline-warning-800:active,
.focus\:outline-warning-800:focus,
.hover\:outline-warning-800:hover {
  border-color: rgb(255, 243, 205);
}

.active\:outline-warning-900:active,
.focus\:outline-warning-900:focus,
.hover\:outline-warning-900:hover {
  border-color: rgb(255, 249, 230);
}

.active\:outline-danger:active,
.focus\:outline-danger:focus,
.hover\:outline-danger:hover {
  border-color: #DC3545;
}

.active\:outline-danger-100:active,
.focus\:outline-danger-100:focus,
.hover\:outline-danger-100:hover {
  border-color: rgb(198, 48, 62);
}

.active\:outline-danger-200:active,
.focus\:outline-danger-200:focus,
.hover\:outline-danger-200:hover {
  border-color: rgb(176, 42, 55);
}

.active\:outline-danger-300:active,
.focus\:outline-danger-300:focus,
.hover\:outline-danger-300:hover {
  border-color: rgb(154, 37, 48);
}

.active\:outline-danger-400:active,
.focus\:outline-danger-400:focus,
.hover\:outline-danger-400:hover {
  border-color: rgb(132, 32, 41);
}

.active\:outline-danger-500:active,
.focus\:outline-danger-500:focus,
.hover\:outline-danger-500:hover {
  border-color: #DC3545;
}

.active\:outline-danger-600:active,
.focus\:outline-danger-600:focus,
.hover\:outline-danger-600:hover {
  border-color: rgb(241, 174, 181);
}

.active\:outline-danger-700:active,
.focus\:outline-danger-700:focus,
.hover\:outline-danger-700:hover {
  border-color: rgb(245, 194, 199);
}

.active\:outline-danger-800:active,
.focus\:outline-danger-800:focus,
.hover\:outline-danger-800:hover {
  border-color: rgb(248, 215, 218);
}

.active\:outline-danger-900:active,
.focus\:outline-danger-900:focus,
.hover\:outline-danger-900:hover {
  border-color: rgb(252, 235, 236);
}

.active\:outline-light:active,
.focus\:outline-light:focus,
.hover\:outline-light:hover {
  border-color: #f5f5f5;
}

.active\:outline-light-100:active,
.focus\:outline-light-100:focus,
.hover\:outline-light-100:hover {
  border-color: rgb(221, 221, 221);
}

.active\:outline-light-200:active,
.focus\:outline-light-200:focus,
.hover\:outline-light-200:hover {
  border-color: rgb(196, 196, 196);
}

.active\:outline-light-300:active,
.focus\:outline-light-300:focus,
.hover\:outline-light-300:hover {
  border-color: rgb(172, 172, 172);
}

.active\:outline-light-400:active,
.focus\:outline-light-400:focus,
.hover\:outline-light-400:hover {
  border-color: rgb(147, 147, 147);
}

.active\:outline-light-500:active,
.focus\:outline-light-500:focus,
.hover\:outline-light-500:hover {
  border-color: #f5f5f5;
}

.active\:outline-light-600:active,
.focus\:outline-light-600:focus,
.hover\:outline-light-600:hover {
  border-color: rgb(251, 251, 251);
}

.active\:outline-light-700:active,
.focus\:outline-light-700:focus,
.hover\:outline-light-700:hover {
  border-color: rgb(252, 252, 252);
}

.active\:outline-light-800:active,
.focus\:outline-light-800:focus,
.hover\:outline-light-800:hover {
  border-color: rgb(253, 253, 253);
}

.active\:outline-light-900:active,
.focus\:outline-light-900:focus,
.hover\:outline-light-900:hover {
  border-color: rgb(254, 254, 254);
}

.active\:outline-dark:active,
.focus\:outline-dark:focus,
.hover\:outline-dark:hover {
  border-color: #212529;
}

.active\:outline-dark-100:active,
.focus\:outline-dark-100:focus,
.hover\:outline-dark-100:hover {
  border-color: rgb(30, 33, 37);
}

.active\:outline-dark-200:active,
.focus\:outline-dark-200:focus,
.hover\:outline-dark-200:hover {
  border-color: rgb(26, 30, 33);
}

.active\:outline-dark-300:active,
.focus\:outline-dark-300:focus,
.hover\:outline-dark-300:hover {
  border-color: rgb(23, 26, 29);
}

.active\:outline-dark-400:active,
.focus\:outline-dark-400:focus,
.hover\:outline-dark-400:hover {
  border-color: rgb(20, 22, 25);
}

.active\:outline-dark-500:active,
.focus\:outline-dark-500:focus,
.hover\:outline-dark-500:hover {
  border-color: #212529;
}

.active\:outline-dark-600:active,
.focus\:outline-dark-600:focus,
.hover\:outline-dark-600:hover {
  border-color: rgb(166, 168, 169);
}

.active\:outline-dark-700:active,
.focus\:outline-dark-700:focus,
.hover\:outline-dark-700:hover {
  border-color: rgb(188, 190, 191);
}

.active\:outline-dark-800:active,
.focus\:outline-dark-800:focus,
.hover\:outline-dark-800:hover {
  border-color: rgb(211, 211, 212);
}

.active\:outline-dark-900:active,
.focus\:outline-dark-900:focus,
.hover\:outline-dark-900:hover {
  border-color: rgb(233, 233, 234);
}

.active\:outline-red:active,
.focus\:outline-red:focus,
.hover\:outline-red:hover {
  border-color: #F44336;
}

.active\:outline-red-100:active,
.focus\:outline-red-100:focus,
.hover\:outline-red-100:hover {
  border-color: rgb(220, 60, 49);
}

.active\:outline-red-200:active,
.focus\:outline-red-200:focus,
.hover\:outline-red-200:hover {
  border-color: rgb(195, 54, 43);
}

.active\:outline-red-300:active,
.focus\:outline-red-300:focus,
.hover\:outline-red-300:hover {
  border-color: rgb(171, 47, 38);
}

.active\:outline-red-400:active,
.focus\:outline-red-400:focus,
.hover\:outline-red-400:hover {
  border-color: rgb(146, 40, 32);
}

.active\:outline-red-500:active,
.focus\:outline-red-500:focus,
.hover\:outline-red-500:hover {
  border-color: #F44336;
}

.active\:outline-red-600:active,
.focus\:outline-red-600:focus,
.hover\:outline-red-600:hover {
  border-color: rgb(251, 180, 175);
}

.active\:outline-red-700:active,
.focus\:outline-red-700:focus,
.hover\:outline-red-700:hover {
  border-color: rgb(252, 199, 195);
}

.active\:outline-red-800:active,
.focus\:outline-red-800:focus,
.hover\:outline-red-800:hover {
  border-color: rgb(253, 217, 215);
}

.active\:outline-red-900:active,
.focus\:outline-red-900:focus,
.hover\:outline-red-900:hover {
  border-color: rgb(254, 236, 235);
}

.active\:outline-green:active,
.focus\:outline-green:focus,
.hover\:outline-green:hover {
  border-color: #4CAF50;
}

.active\:outline-green-100:active,
.focus\:outline-green-100:focus,
.hover\:outline-green-100:hover {
  border-color: rgb(68, 158, 72);
}

.active\:outline-green-200:active,
.focus\:outline-green-200:focus,
.hover\:outline-green-200:hover {
  border-color: rgb(61, 140, 64);
}

.active\:outline-green-300:active,
.focus\:outline-green-300:focus,
.hover\:outline-green-300:hover {
  border-color: rgb(53, 122, 56);
}

.active\:outline-green-400:active,
.focus\:outline-green-400:focus,
.hover\:outline-green-400:hover {
  border-color: rgb(46, 105, 48);
}

.active\:outline-green-500:active,
.focus\:outline-green-500:focus,
.hover\:outline-green-500:hover {
  border-color: #4CAF50;
}

.active\:outline-green-600:active,
.focus\:outline-green-600:focus,
.hover\:outline-green-600:hover {
  border-color: rgb(183, 223, 185);
}

.active\:outline-green-700:active,
.focus\:outline-green-700:focus,
.hover\:outline-green-700:hover {
  border-color: rgb(201, 231, 203);
}

.active\:outline-green-800:active,
.focus\:outline-green-800:focus,
.hover\:outline-green-800:hover {
  border-color: rgb(219, 239, 220);
}

.active\:outline-green-900:active,
.focus\:outline-green-900:focus,
.hover\:outline-green-900:hover {
  border-color: rgb(237, 247, 238);
}

.active\:outline-blue:active,
.focus\:outline-blue:focus,
.hover\:outline-blue:hover {
  border-color: #2196F3;
}

.active\:outline-blue-100:active,
.focus\:outline-blue-100:focus,
.hover\:outline-blue-100:hover {
  border-color: rgb(30, 135, 219);
}

.active\:outline-blue-200:active,
.focus\:outline-blue-200:focus,
.hover\:outline-blue-200:hover {
  border-color: rgb(26, 120, 194);
}

.active\:outline-blue-300:active,
.focus\:outline-blue-300:focus,
.hover\:outline-blue-300:hover {
  border-color: rgb(23, 105, 170);
}

.active\:outline-blue-400:active,
.focus\:outline-blue-400:focus,
.hover\:outline-blue-400:hover {
  border-color: rgb(20, 90, 146);
}

.active\:outline-blue-500:active,
.focus\:outline-blue-500:focus,
.hover\:outline-blue-500:hover {
  border-color: #2196F3;
}

.active\:outline-blue-600:active,
.focus\:outline-blue-600:focus,
.hover\:outline-blue-600:hover {
  border-color: rgb(166, 213, 250);
}

.active\:outline-blue-700:active,
.focus\:outline-blue-700:focus,
.hover\:outline-blue-700:hover {
  border-color: rgb(188, 224, 251);
}

.active\:outline-blue-800:active,
.focus\:outline-blue-800:focus,
.hover\:outline-blue-800:hover {
  border-color: rgb(211, 234, 253);
}

.active\:outline-blue-900:active,
.focus\:outline-blue-900:focus,
.hover\:outline-blue-900:hover {
  border-color: rgb(233, 245, 254);
}

.active\:outline-black:active,
.focus\:outline-black:focus,
.hover\:outline-black:hover {
  border-color: #000;
}

.active\:outline-black-100:active,
.focus\:outline-black-100:focus,
.hover\:outline-black-100:hover {
  border-color: rgb(0, 0, 0);
}

.active\:outline-black-200:active,
.focus\:outline-black-200:focus,
.hover\:outline-black-200:hover {
  border-color: rgb(0, 0, 0);
}

.active\:outline-black-300:active,
.focus\:outline-black-300:focus,
.hover\:outline-black-300:hover {
  border-color: rgb(0, 0, 0);
}

.active\:outline-black-400:active,
.focus\:outline-black-400:focus,
.hover\:outline-black-400:hover {
  border-color: rgb(0, 0, 0);
}

.active\:outline-black-500:active,
.focus\:outline-black-500:focus,
.hover\:outline-black-500:hover {
  border-color: #000;
}

.active\:outline-black-600:active,
.focus\:outline-black-600:focus,
.hover\:outline-black-600:hover {
  border-color: rgb(153, 153, 153);
}

.active\:outline-black-700:active,
.focus\:outline-black-700:focus,
.hover\:outline-black-700:hover {
  border-color: rgb(179, 179, 179);
}

.active\:outline-black-800:active,
.focus\:outline-black-800:focus,
.hover\:outline-black-800:hover {
  border-color: rgb(204, 204, 204);
}

.active\:outline-black-900:active,
.focus\:outline-black-900:focus,
.hover\:outline-black-900:hover {
  border-color: rgb(230, 230, 230);
}

.active\:outline-white:active,
.focus\:outline-white:focus,
.hover\:outline-white:hover {
  border-color: #fff;
}

.active\:outline-white-100:active,
.focus\:outline-white-100:focus,
.hover\:outline-white-100:hover {
  border-color: rgb(230, 230, 230);
}

.active\:outline-white-200:active,
.focus\:outline-white-200:focus,
.hover\:outline-white-200:hover {
  border-color: rgb(204, 204, 204);
}

.active\:outline-white-300:active,
.focus\:outline-white-300:focus,
.hover\:outline-white-300:hover {
  border-color: rgb(179, 179, 179);
}

.active\:outline-white-400:active,
.focus\:outline-white-400:focus,
.hover\:outline-white-400:hover {
  border-color: rgb(153, 153, 153);
}

.active\:outline-white-500:active,
.focus\:outline-white-500:focus,
.hover\:outline-white-500:hover {
  border-color: #fff;
}

.active\:outline-white-600:active,
.focus\:outline-white-600:focus,
.hover\:outline-white-600:hover {
  border-color: rgb(255, 255, 255);
}

.active\:outline-white-700:active,
.focus\:outline-white-700:focus,
.hover\:outline-white-700:hover {
  border-color: rgb(255, 255, 255);
}

.active\:outline-white-800:active,
.focus\:outline-white-800:focus,
.hover\:outline-white-800:hover {
  border-color: rgb(255, 255, 255);
}

.active\:outline-white-900:active,
.focus\:outline-white-900:focus,
.hover\:outline-white-900:hover {
  border-color: rgb(255, 255, 255);
}

.active\:outline-pink:active,
.focus\:outline-pink:focus,
.hover\:outline-pink:hover {
  border-color: #E91E63;
}

.active\:outline-pink-100:active,
.focus\:outline-pink-100:focus,
.hover\:outline-pink-100:hover {
  border-color: rgb(210, 27, 89);
}

.active\:outline-pink-200:active,
.focus\:outline-pink-200:focus,
.hover\:outline-pink-200:hover {
  border-color: rgb(186, 24, 79);
}

.active\:outline-pink-300:active,
.focus\:outline-pink-300:focus,
.hover\:outline-pink-300:hover {
  border-color: rgb(163, 21, 69);
}

.active\:outline-pink-400:active,
.focus\:outline-pink-400:focus,
.hover\:outline-pink-400:hover {
  border-color: rgb(140, 18, 59);
}

.active\:outline-pink-500:active,
.focus\:outline-pink-500:focus,
.hover\:outline-pink-500:hover {
  border-color: #E91E63;
}

.active\:outline-pink-600:active,
.focus\:outline-pink-600:focus,
.hover\:outline-pink-600:hover {
  border-color: rgb(246, 165, 193);
}

.active\:outline-pink-700:active,
.focus\:outline-pink-700:focus,
.hover\:outline-pink-700:hover {
  border-color: rgb(248, 188, 208);
}

.active\:outline-pink-800:active,
.focus\:outline-pink-800:focus,
.hover\:outline-pink-800:hover {
  border-color: rgb(251, 210, 224);
}

.active\:outline-pink-900:active,
.focus\:outline-pink-900:focus,
.hover\:outline-pink-900:hover {
  border-color: rgb(253, 233, 239);
}

.active\:outline-purple:active,
.focus\:outline-purple:focus,
.hover\:outline-purple:hover {
  border-color: #9C27B0;
}

.active\:outline-purple-100:active,
.focus\:outline-purple-100:focus,
.hover\:outline-purple-100:hover {
  border-color: rgb(140, 35, 158);
}

.active\:outline-purple-200:active,
.focus\:outline-purple-200:focus,
.hover\:outline-purple-200:hover {
  border-color: rgb(125, 31, 141);
}

.active\:outline-purple-300:active,
.focus\:outline-purple-300:focus,
.hover\:outline-purple-300:hover {
  border-color: rgb(109, 27, 123);
}

.active\:outline-purple-400:active,
.focus\:outline-purple-400:focus,
.hover\:outline-purple-400:hover {
  border-color: rgb(94, 23, 106);
}

.active\:outline-purple-500:active,
.focus\:outline-purple-500:focus,
.hover\:outline-purple-500:hover {
  border-color: #9C27B0;
}

.active\:outline-purple-600:active,
.focus\:outline-purple-600:focus,
.hover\:outline-purple-600:hover {
  border-color: rgb(215, 169, 223);
}

.active\:outline-purple-700:active,
.focus\:outline-purple-700:focus,
.hover\:outline-purple-700:hover {
  border-color: rgb(225, 190, 231);
}

.active\:outline-purple-800:active,
.focus\:outline-purple-800:focus,
.hover\:outline-purple-800:hover {
  border-color: rgb(235, 212, 239);
}

.active\:outline-purple-900:active,
.focus\:outline-purple-900:focus,
.hover\:outline-purple-900:hover {
  border-color: rgb(245, 233, 247);
}

.active\:outline-indigo:active,
.focus\:outline-indigo:focus,
.hover\:outline-indigo:hover {
  border-color: #3E51B5;
}

.active\:outline-indigo-100:active,
.focus\:outline-indigo-100:focus,
.hover\:outline-indigo-100:hover {
  border-color: rgb(56, 73, 163);
}

.active\:outline-indigo-200:active,
.focus\:outline-indigo-200:focus,
.hover\:outline-indigo-200:hover {
  border-color: rgb(50, 65, 145);
}

.active\:outline-indigo-300:active,
.focus\:outline-indigo-300:focus,
.hover\:outline-indigo-300:hover {
  border-color: rgb(43, 57, 127);
}

.active\:outline-indigo-400:active,
.focus\:outline-indigo-400:focus,
.hover\:outline-indigo-400:hover {
  border-color: rgb(37, 49, 109);
}

.active\:outline-indigo-500:active,
.focus\:outline-indigo-500:focus,
.hover\:outline-indigo-500:hover {
  border-color: #3E51B5;
}

.active\:outline-indigo-600:active,
.focus\:outline-indigo-600:focus,
.hover\:outline-indigo-600:hover {
  border-color: rgb(178, 185, 225);
}

.active\:outline-indigo-700:active,
.focus\:outline-indigo-700:focus,
.hover\:outline-indigo-700:hover {
  border-color: rgb(197, 203, 233);
}

.active\:outline-indigo-800:active,
.focus\:outline-indigo-800:focus,
.hover\:outline-indigo-800:hover {
  border-color: rgb(216, 220, 240);
}

.active\:outline-indigo-900:active,
.focus\:outline-indigo-900:focus,
.hover\:outline-indigo-900:hover {
  border-color: rgb(236, 238, 248);
}

.active\:outline-cyan:active,
.focus\:outline-cyan:focus,
.hover\:outline-cyan:hover {
  border-color: #00BCD4;
}

.active\:outline-cyan-100:active,
.focus\:outline-cyan-100:focus,
.hover\:outline-cyan-100:hover {
  border-color: rgb(0, 169, 191);
}

.active\:outline-cyan-200:active,
.focus\:outline-cyan-200:focus,
.hover\:outline-cyan-200:hover {
  border-color: rgb(0, 150, 170);
}

.active\:outline-cyan-300:active,
.focus\:outline-cyan-300:focus,
.hover\:outline-cyan-300:hover {
  border-color: rgb(0, 132, 148);
}

.active\:outline-cyan-400:active,
.focus\:outline-cyan-400:focus,
.hover\:outline-cyan-400:hover {
  border-color: rgb(0, 113, 127);
}

.active\:outline-cyan-500:active,
.focus\:outline-cyan-500:focus,
.hover\:outline-cyan-500:hover {
  border-color: #00BCD4;
}

.active\:outline-cyan-600:active,
.focus\:outline-cyan-600:focus,
.hover\:outline-cyan-600:hover {
  border-color: rgb(153, 228, 238);
}

.active\:outline-cyan-700:active,
.focus\:outline-cyan-700:focus,
.hover\:outline-cyan-700:hover {
  border-color: rgb(179, 235, 242);
}

.active\:outline-cyan-800:active,
.focus\:outline-cyan-800:focus,
.hover\:outline-cyan-800:hover {
  border-color: rgb(204, 242, 246);
}

.active\:outline-cyan-900:active,
.focus\:outline-cyan-900:focus,
.hover\:outline-cyan-900:hover {
  border-color: rgb(230, 248, 251);
}

.active\:outline-teal:active,
.focus\:outline-teal:focus,
.hover\:outline-teal:hover {
  border-color: #009688;
}

.active\:outline-teal-100:active,
.focus\:outline-teal-100:focus,
.hover\:outline-teal-100:hover {
  border-color: rgb(0, 135, 122);
}

.active\:outline-teal-200:active,
.focus\:outline-teal-200:focus,
.hover\:outline-teal-200:hover {
  border-color: rgb(0, 120, 109);
}

.active\:outline-teal-300:active,
.focus\:outline-teal-300:focus,
.hover\:outline-teal-300:hover {
  border-color: rgb(0, 105, 95);
}

.active\:outline-teal-400:active,
.focus\:outline-teal-400:focus,
.hover\:outline-teal-400:hover {
  border-color: rgb(0, 90, 82);
}

.active\:outline-teal-500:active,
.focus\:outline-teal-500:focus,
.hover\:outline-teal-500:hover {
  border-color: #009688;
}

.active\:outline-teal-600:active,
.focus\:outline-teal-600:focus,
.hover\:outline-teal-600:hover {
  border-color: rgb(153, 213, 207);
}

.active\:outline-teal-700:active,
.focus\:outline-teal-700:focus,
.hover\:outline-teal-700:hover {
  border-color: rgb(179, 224, 219);
}

.active\:outline-teal-800:active,
.focus\:outline-teal-800:focus,
.hover\:outline-teal-800:hover {
  border-color: rgb(204, 234, 231);
}

.active\:outline-teal-900:active,
.focus\:outline-teal-900:focus,
.hover\:outline-teal-900:hover {
  border-color: rgb(230, 245, 243);
}

.active\:outline-lime:active,
.focus\:outline-lime:focus,
.hover\:outline-lime:hover {
  border-color: #CDDC39;
}

.active\:outline-lime-100:active,
.focus\:outline-lime-100:focus,
.hover\:outline-lime-100:hover {
  border-color: rgb(185, 198, 51);
}

.active\:outline-lime-200:active,
.focus\:outline-lime-200:focus,
.hover\:outline-lime-200:hover {
  border-color: rgb(164, 176, 46);
}

.active\:outline-lime-300:active,
.focus\:outline-lime-300:focus,
.hover\:outline-lime-300:hover {
  border-color: rgb(144, 154, 40);
}

.active\:outline-lime-400:active,
.focus\:outline-lime-400:focus,
.hover\:outline-lime-400:hover {
  border-color: rgb(123, 132, 34);
}

.active\:outline-lime-500:active,
.focus\:outline-lime-500:focus,
.hover\:outline-lime-500:hover {
  border-color: #CDDC39;
}

.active\:outline-lime-600:active,
.focus\:outline-lime-600:focus,
.hover\:outline-lime-600:hover {
  border-color: rgb(235, 241, 176);
}

.active\:outline-lime-700:active,
.focus\:outline-lime-700:focus,
.hover\:outline-lime-700:hover {
  border-color: rgb(240, 245, 196);
}

.active\:outline-lime-800:active,
.focus\:outline-lime-800:focus,
.hover\:outline-lime-800:hover {
  border-color: rgb(245, 248, 215);
}

.active\:outline-lime-900:active,
.focus\:outline-lime-900:focus,
.hover\:outline-lime-900:hover {
  border-color: rgb(250, 252, 235);
}

.active\:outline-yellow:active,
.focus\:outline-yellow:focus,
.hover\:outline-yellow:hover {
  border-color: #FFEB3B;
}

.active\:outline-yellow-100:active,
.focus\:outline-yellow-100:focus,
.hover\:outline-yellow-100:hover {
  border-color: rgb(230, 212, 53);
}

.active\:outline-yellow-200:active,
.focus\:outline-yellow-200:focus,
.hover\:outline-yellow-200:hover {
  border-color: rgb(204, 188, 47);
}

.active\:outline-yellow-300:active,
.focus\:outline-yellow-300:focus,
.hover\:outline-yellow-300:hover {
  border-color: rgb(179, 165, 41);
}

.active\:outline-yellow-400:active,
.focus\:outline-yellow-400:focus,
.hover\:outline-yellow-400:hover {
  border-color: rgb(153, 141, 35);
}

.active\:outline-yellow-500:active,
.focus\:outline-yellow-500:focus,
.hover\:outline-yellow-500:hover {
  border-color: #FFEB3B;
}

.active\:outline-yellow-600:active,
.focus\:outline-yellow-600:focus,
.hover\:outline-yellow-600:hover {
  border-color: rgb(255, 247, 177);
}

.active\:outline-yellow-700:active,
.focus\:outline-yellow-700:focus,
.hover\:outline-yellow-700:hover {
  border-color: rgb(255, 249, 196);
}

.active\:outline-yellow-800:active,
.focus\:outline-yellow-800:focus,
.hover\:outline-yellow-800:hover {
  border-color: rgb(255, 251, 216);
}

.active\:outline-yellow-900:active,
.focus\:outline-yellow-900:focus,
.hover\:outline-yellow-900:hover {
  border-color: rgb(255, 253, 235);
}

.active\:outline-amber:active,
.focus\:outline-amber:focus,
.hover\:outline-amber:hover {
  border-color: #FFC107;
}

.active\:outline-amber-100:active,
.focus\:outline-amber-100:focus,
.hover\:outline-amber-100:hover {
  border-color: rgb(230, 174, 6);
}

.active\:outline-amber-200:active,
.focus\:outline-amber-200:focus,
.hover\:outline-amber-200:hover {
  border-color: rgb(204, 154, 6);
}

.active\:outline-amber-300:active,
.focus\:outline-amber-300:focus,
.hover\:outline-amber-300:hover {
  border-color: rgb(179, 135, 5);
}

.active\:outline-amber-400:active,
.focus\:outline-amber-400:focus,
.hover\:outline-amber-400:hover {
  border-color: rgb(153, 116, 4);
}

.active\:outline-amber-500:active,
.focus\:outline-amber-500:focus,
.hover\:outline-amber-500:hover {
  border-color: #FFC107;
}

.active\:outline-amber-600:active,
.focus\:outline-amber-600:focus,
.hover\:outline-amber-600:hover {
  border-color: rgb(255, 230, 156);
}

.active\:outline-amber-700:active,
.focus\:outline-amber-700:focus,
.hover\:outline-amber-700:hover {
  border-color: rgb(255, 236, 181);
}

.active\:outline-amber-800:active,
.focus\:outline-amber-800:focus,
.hover\:outline-amber-800:hover {
  border-color: rgb(255, 243, 205);
}

.active\:outline-amber-900:active,
.focus\:outline-amber-900:focus,
.hover\:outline-amber-900:hover {
  border-color: rgb(255, 249, 230);
}

.active\:outline-orange:active,
.focus\:outline-orange:focus,
.hover\:outline-orange:hover {
  border-color: #FF9800;
}

.active\:outline-orange-100:active,
.focus\:outline-orange-100:focus,
.hover\:outline-orange-100:hover {
  border-color: rgb(230, 137, 0);
}

.active\:outline-orange-200:active,
.focus\:outline-orange-200:focus,
.hover\:outline-orange-200:hover {
  border-color: rgb(204, 122, 0);
}

.active\:outline-orange-300:active,
.focus\:outline-orange-300:focus,
.hover\:outline-orange-300:hover {
  border-color: rgb(179, 106, 0);
}

.active\:outline-orange-400:active,
.focus\:outline-orange-400:focus,
.hover\:outline-orange-400:hover {
  border-color: rgb(153, 91, 0);
}

.active\:outline-orange-500:active,
.focus\:outline-orange-500:focus,
.hover\:outline-orange-500:hover {
  border-color: #FF9800;
}

.active\:outline-orange-600:active,
.focus\:outline-orange-600:focus,
.hover\:outline-orange-600:hover {
  border-color: rgb(255, 214, 153);
}

.active\:outline-orange-700:active,
.focus\:outline-orange-700:focus,
.hover\:outline-orange-700:hover {
  border-color: rgb(255, 224, 179);
}

.active\:outline-orange-800:active,
.focus\:outline-orange-800:focus,
.hover\:outline-orange-800:hover {
  border-color: rgb(255, 234, 204);
}

.active\:outline-orange-900:active,
.focus\:outline-orange-900:focus,
.hover\:outline-orange-900:hover {
  border-color: rgb(255, 245, 230);
}

.active\:outline-lightblue:active,
.focus\:outline-lightblue:focus,
.hover\:outline-lightblue:hover {
  border-color: #03A9F4;
}

.active\:outline-lightblue-100:active,
.focus\:outline-lightblue-100:focus,
.hover\:outline-lightblue-100:hover {
  border-color: rgb(3, 152, 220);
}

.active\:outline-lightblue-200:active,
.focus\:outline-lightblue-200:focus,
.hover\:outline-lightblue-200:hover {
  border-color: rgb(2, 135, 195);
}

.active\:outline-lightblue-300:active,
.focus\:outline-lightblue-300:focus,
.hover\:outline-lightblue-300:hover {
  border-color: rgb(2, 118, 171);
}

.active\:outline-lightblue-400:active,
.focus\:outline-lightblue-400:focus,
.hover\:outline-lightblue-400:hover {
  border-color: rgb(2, 101, 146);
}

.active\:outline-lightblue-500:active,
.focus\:outline-lightblue-500:focus,
.hover\:outline-lightblue-500:hover {
  border-color: #03A9F4;
}

.active\:outline-lightblue-600:active,
.focus\:outline-lightblue-600:focus,
.hover\:outline-lightblue-600:hover {
  border-color: rgb(154, 221, 251);
}

.active\:outline-lightblue-700:active,
.focus\:outline-lightblue-700:focus,
.hover\:outline-lightblue-700:hover {
  border-color: rgb(179, 229, 252);
}

.active\:outline-lightblue-800:active,
.focus\:outline-lightblue-800:focus,
.hover\:outline-lightblue-800:hover {
  border-color: rgb(205, 238, 253);
}

.active\:outline-lightblue-900:active,
.focus\:outline-lightblue-900:focus,
.hover\:outline-lightblue-900:hover {
  border-color: rgb(230, 246, 254);
}

.active\:outline-lightgreen:active,
.focus\:outline-lightgreen:focus,
.hover\:outline-lightgreen:hover {
  border-color: #76FF03;
}

.active\:outline-lightgreen-100:active,
.focus\:outline-lightgreen-100:focus,
.hover\:outline-lightgreen-100:hover {
  border-color: rgb(106, 230, 3);
}

.active\:outline-lightgreen-200:active,
.focus\:outline-lightgreen-200:focus,
.hover\:outline-lightgreen-200:hover {
  border-color: rgb(94, 204, 2);
}

.active\:outline-lightgreen-300:active,
.focus\:outline-lightgreen-300:focus,
.hover\:outline-lightgreen-300:hover {
  border-color: rgb(83, 179, 2);
}

.active\:outline-lightgreen-400:active,
.focus\:outline-lightgreen-400:focus,
.hover\:outline-lightgreen-400:hover {
  border-color: rgb(71, 153, 2);
}

.active\:outline-lightgreen-500:active,
.focus\:outline-lightgreen-500:focus,
.hover\:outline-lightgreen-500:hover {
  border-color: #76FF03;
}

.active\:outline-lightgreen-600:active,
.focus\:outline-lightgreen-600:focus,
.hover\:outline-lightgreen-600:hover {
  border-color: rgb(200, 255, 154);
}

.active\:outline-lightgreen-700:active,
.focus\:outline-lightgreen-700:focus,
.hover\:outline-lightgreen-700:hover {
  border-color: rgb(214, 255, 179);
}

.active\:outline-lightgreen-800:active,
.focus\:outline-lightgreen-800:focus,
.hover\:outline-lightgreen-800:hover {
  border-color: rgb(228, 255, 205);
}

.active\:outline-lightgreen-900:active,
.focus\:outline-lightgreen-900:focus,
.hover\:outline-lightgreen-900:hover {
  border-color: rgb(241, 255, 230);
}

.active\:outline-deeppurple:active,
.focus\:outline-deeppurple:focus,
.hover\:outline-deeppurple:hover {
  border-color: #673AB7;
}

.active\:outline-deeppurple-100:active,
.focus\:outline-deeppurple-100:focus,
.hover\:outline-deeppurple-100:hover {
  border-color: rgb(93, 52, 165);
}

.active\:outline-deeppurple-200:active,
.focus\:outline-deeppurple-200:focus,
.hover\:outline-deeppurple-200:hover {
  border-color: rgb(82, 46, 146);
}

.active\:outline-deeppurple-300:active,
.focus\:outline-deeppurple-300:focus,
.hover\:outline-deeppurple-300:hover {
  border-color: rgb(72, 41, 128);
}

.active\:outline-deeppurple-400:active,
.focus\:outline-deeppurple-400:focus,
.hover\:outline-deeppurple-400:hover {
  border-color: rgb(62, 35, 110);
}

.active\:outline-deeppurple-500:active,
.focus\:outline-deeppurple-500:focus,
.hover\:outline-deeppurple-500:hover {
  border-color: #673AB7;
}

.active\:outline-deeppurple-600:active,
.focus\:outline-deeppurple-600:focus,
.hover\:outline-deeppurple-600:hover {
  border-color: rgb(194, 176, 226);
}

.active\:outline-deeppurple-700:active,
.focus\:outline-deeppurple-700:focus,
.hover\:outline-deeppurple-700:hover {
  border-color: rgb(209, 196, 233);
}

.active\:outline-deeppurple-800:active,
.focus\:outline-deeppurple-800:focus,
.hover\:outline-deeppurple-800:hover {
  border-color: rgb(225, 216, 241);
}

.active\:outline-deeppurple-900:active,
.focus\:outline-deeppurple-900:focus,
.hover\:outline-deeppurple-900:hover {
  border-color: rgb(240, 235, 248);
}

.active\:outline-deeporange:active,
.focus\:outline-deeporange:focus,
.hover\:outline-deeporange:hover {
  border-color: #DD6E0F;
}

.active\:outline-deeporange-100:active,
.focus\:outline-deeporange-100:focus,
.hover\:outline-deeporange-100:hover {
  border-color: rgb(199, 99, 14);
}

.active\:outline-deeporange-200:active,
.focus\:outline-deeporange-200:focus,
.hover\:outline-deeporange-200:hover {
  border-color: rgb(177, 88, 12);
}

.active\:outline-deeporange-300:active,
.focus\:outline-deeporange-300:focus,
.hover\:outline-deeporange-300:hover {
  border-color: rgb(155, 77, 11);
}

.active\:outline-deeporange-400:active,
.focus\:outline-deeporange-400:focus,
.hover\:outline-deeporange-400:hover {
  border-color: rgb(133, 66, 9);
}

.active\:outline-deeporange-500:active,
.focus\:outline-deeporange-500:focus,
.hover\:outline-deeporange-500:hover {
  border-color: #DD6E0F;
}

.active\:outline-deeporange-600:active,
.focus\:outline-deeporange-600:focus,
.hover\:outline-deeporange-600:hover {
  border-color: rgb(241, 197, 159);
}

.active\:outline-deeporange-700:active,
.focus\:outline-deeporange-700:focus,
.hover\:outline-deeporange-700:hover {
  border-color: rgb(245, 212, 183);
}

.active\:outline-deeporange-800:active,
.focus\:outline-deeporange-800:focus,
.hover\:outline-deeporange-800:hover {
  border-color: rgb(248, 226, 207);
}

.active\:outline-deeporange-900:active,
.focus\:outline-deeporange-900:focus,
.hover\:outline-deeporange-900:hover {
  border-color: rgb(252, 241, 231);
}

.active\:outline-brown:active,
.focus\:outline-brown:focus,
.hover\:outline-brown:hover {
  border-color: #964B00;
}

.active\:outline-brown-100:active,
.focus\:outline-brown-100:focus,
.hover\:outline-brown-100:hover {
  border-color: rgb(135, 68, 0);
}

.active\:outline-brown-200:active,
.focus\:outline-brown-200:focus,
.hover\:outline-brown-200:hover {
  border-color: rgb(120, 60, 0);
}

.active\:outline-brown-300:active,
.focus\:outline-brown-300:focus,
.hover\:outline-brown-300:hover {
  border-color: rgb(105, 53, 0);
}

.active\:outline-brown-400:active,
.focus\:outline-brown-400:focus,
.hover\:outline-brown-400:hover {
  border-color: rgb(90, 45, 0);
}

.active\:outline-brown-500:active,
.focus\:outline-brown-500:focus,
.hover\:outline-brown-500:hover {
  border-color: #964B00;
}

.active\:outline-brown-600:active,
.focus\:outline-brown-600:focus,
.hover\:outline-brown-600:hover {
  border-color: rgb(213, 183, 153);
}

.active\:outline-brown-700:active,
.focus\:outline-brown-700:focus,
.hover\:outline-brown-700:hover {
  border-color: rgb(224, 201, 179);
}

.active\:outline-brown-800:active,
.focus\:outline-brown-800:focus,
.hover\:outline-brown-800:hover {
  border-color: rgb(234, 219, 204);
}

.active\:outline-brown-900:active,
.focus\:outline-brown-900:focus,
.hover\:outline-brown-900:hover {
  border-color: rgb(245, 237, 230);
}

.active\:outline-grey:active,
.focus\:outline-grey:focus,
.hover\:outline-grey:hover {
  border-color: #808080;
}

.active\:outline-grey-100:active,
.focus\:outline-grey-100:focus,
.hover\:outline-grey-100:hover {
  border-color: rgb(115, 115, 115);
}

.active\:outline-grey-200:active,
.focus\:outline-grey-200:focus,
.hover\:outline-grey-200:hover {
  border-color: rgb(102, 102, 102);
}

.active\:outline-grey-300:active,
.focus\:outline-grey-300:focus,
.hover\:outline-grey-300:hover {
  border-color: rgb(90, 90, 90);
}

.active\:outline-grey-400:active,
.focus\:outline-grey-400:focus,
.hover\:outline-grey-400:hover {
  border-color: rgb(77, 77, 77);
}

.active\:outline-grey-500:active,
.focus\:outline-grey-500:focus,
.hover\:outline-grey-500:hover {
  border-color: #808080;
}

.active\:outline-grey-600:active,
.focus\:outline-grey-600:focus,
.hover\:outline-grey-600:hover {
  border-color: rgb(204, 204, 204);
}

.active\:outline-grey-700:active,
.focus\:outline-grey-700:focus,
.hover\:outline-grey-700:hover {
  border-color: rgb(217, 217, 217);
}

.active\:outline-grey-800:active,
.focus\:outline-grey-800:focus,
.hover\:outline-grey-800:hover {
  border-color: rgb(230, 230, 230);
}

.active\:outline-grey-900:active,
.focus\:outline-grey-900:focus,
.hover\:outline-grey-900:hover {
  border-color: rgb(242, 242, 242);
}

.active\:outline-0:active,
.focus\:outline-0:focus,
.hover\:outline-0:hover {
  border-width: 0px;
}

.active\:outline-1:active,
.focus\:outline-1:focus,
.hover\:outline-1:hover {
  border-width: 1px;
}

.active\:outline-2:active,
.focus\:outline-2:focus,
.hover\:outline-2:hover {
  border-width: 2px;
}

.active\:outline-3:active,
.focus\:outline-3:focus,
.hover\:outline-3:hover {
  border-width: 3px;
}

.active\:outline-4:active,
.focus\:outline-4:focus,
.hover\:outline-4:hover {
  border-width: 4px;
}

.active\:outline-5:active,
.focus\:outline-5:focus,
.hover\:outline-5:hover {
  border-width: 5px;
}

.no-outline {
  border-width: 0px;
  border-style: none !important;
}

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

@media screen and (min-width: 375px) {
  .xs\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-cover {
    background-size: cover;
  }
}
.active\:bg-cover:active,
.focus\:bg-cover:focus,
.hover\:bg-cover:hover {
  background-size: cover;
}

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

@media screen and (min-width: 375px) {
  .xs\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-contain {
    background-size: contain;
  }
}
.active\:bg-contain:active,
.focus\:bg-contain:focus,
.hover\:bg-contain:hover {
  background-size: contain;
}

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

@media screen and (min-width: 375px) {
  .xs\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-repeat {
    background-repeat: repeat;
  }
}
.bg-repeat-x {
  background-repeat: repeat-x;
}

@media screen and (min-width: 375px) {
  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
.bg-repeat-y {
  background-repeat: repeat-y;
}

@media screen and (min-width: 375px) {
  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
.bg-no-repeat {
  background-repeat: no-repeat;
}

@media screen and (min-width: 375px) {
  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
.bg-scroll {
  background-attachment: scroll;
}

@media screen and (min-width: 375px) {
  .xs\:bg-scroll {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-scroll {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-scroll {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-scroll {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-scroll {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-scroll {
    background-attachment: scroll;
  }
}
.bg-fixed {
  background-attachment: fixed;
}

@media screen and (min-width: 375px) {
  .xs\:bg-fixed {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-fixed {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-fixed {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-fixed {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-fixed {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-fixed {
    background-attachment: fixed;
  }
}
.bg-local {
  background-attachment: local;
}

@media screen and (min-width: 375px) {
  .xs\:bg-local {
    background-attachment: local;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-local {
    background-attachment: local;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-local {
    background-attachment: local;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-local {
    background-attachment: local;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-local {
    background-attachment: local;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-local {
    background-attachment: local;
  }
}
.bg-top {
  background-position: top;
}

@media screen and (min-width: 375px) {
  .xs\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-top {
    background-position: top;
  }
}
.bg-right {
  background-position: right;
}

@media screen and (min-width: 375px) {
  .xs\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-right {
    background-position: right;
  }
}
.bg-bottom {
  background-position: bottom;
}

@media screen and (min-width: 375px) {
  .xs\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-bottom {
    background-position: bottom;
  }
}
.bg-left {
  background-position: left;
}

@media screen and (min-width: 375px) {
  .xs\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-left {
    background-position: left;
  }
}
.bg-center {
  background-position: center;
}

@media screen and (min-width: 375px) {
  .xs\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-center {
    background-position: center;
  }
}
.bg-pos-25 {
  background-position: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:bg-pos-25 {
    background-position: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-pos-25 {
    background-position: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-pos-25 {
    background-position: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-pos-25 {
    background-position: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-pos-25 {
    background-position: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-pos-25 {
    background-position: 25%;
  }
}
.bg-pos-50 {
  background-position: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:bg-pos-50 {
    background-position: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-pos-50 {
    background-position: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-pos-50 {
    background-position: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-pos-50 {
    background-position: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-pos-50 {
    background-position: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-pos-50 {
    background-position: 50%;
  }
}
.bg-pos-75 {
  background-position: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:bg-pos-75 {
    background-position: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-pos-75 {
    background-position: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-pos-75 {
    background-position: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-pos-75 {
    background-position: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-pos-75 {
    background-position: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-pos-75 {
    background-position: 75%;
  }
}
.bg-top-right {
  background-position: top right;
}

@media screen and (min-width: 375px) {
  .xs\:bg-top-right {
    background-position: top right;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-top-right {
    background-position: top right;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-top-right {
    background-position: top right;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-top-right {
    background-position: top right;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-top-right {
    background-position: top right;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-top-right {
    background-position: top right;
  }
}
.bg-top-center {
  background-position: top center;
}

@media screen and (min-width: 375px) {
  .xs\:bg-top-center {
    background-position: top center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-top-center {
    background-position: top center;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-top-center {
    background-position: top center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-top-center {
    background-position: top center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-top-center {
    background-position: top center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-top-center {
    background-position: top center;
  }
}
.bg-top-left {
  background-position: top left;
}

@media screen and (min-width: 375px) {
  .xs\:bg-top-left {
    background-position: top left;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-top-left {
    background-position: top left;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-top-left {
    background-position: top left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-top-left {
    background-position: top left;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-top-left {
    background-position: top left;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-top-left {
    background-position: top left;
  }
}
.bg-center-right {
  background-position: center right;
}

@media screen and (min-width: 375px) {
  .xs\:bg-center-right {
    background-position: center right;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-center-right {
    background-position: center right;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-center-right {
    background-position: center right;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-center-right {
    background-position: center right;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-center-right {
    background-position: center right;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-center-right {
    background-position: center right;
  }
}
.bg-centered {
  background-position: center;
}

@media screen and (min-width: 375px) {
  .xs\:bg-centered {
    background-position: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-centered {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-centered {
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-centered {
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-centered {
    background-position: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-centered {
    background-position: center;
  }
}
.bg-center-left {
  background-position: center left;
}

@media screen and (min-width: 375px) {
  .xs\:bg-center-left {
    background-position: center left;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-center-left {
    background-position: center left;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-center-left {
    background-position: center left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-center-left {
    background-position: center left;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-center-left {
    background-position: center left;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-center-left {
    background-position: center left;
  }
}
.bg-bottom-right {
  background-position: bottom right;
}

@media screen and (min-width: 375px) {
  .xs\:bg-bottom-right {
    background-position: bottom right;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-bottom-right {
    background-position: bottom right;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom-right {
    background-position: bottom right;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom-right {
    background-position: bottom right;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom-right {
    background-position: bottom right;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-bottom-right {
    background-position: bottom right;
  }
}
.bg-bottom-center {
  background-position: bottom center;
}

@media screen and (min-width: 375px) {
  .xs\:bg-bottom-center {
    background-position: bottom center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-bottom-center {
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom-center {
    background-position: bottom center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom-center {
    background-position: bottom center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom-center {
    background-position: bottom center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-bottom-center {
    background-position: bottom center;
  }
}
.bg-bottom-left {
  background-position: bottom left;
}

@media screen and (min-width: 375px) {
  .xs\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bg-bottom-left {
    background-position: bottom left;
  }
}
@media screen and (max-width: 544px) {
  * {
    background-position: center !important;
  }
}
.cursor-auto {
  cursor: auto;
}

.active\:cursor-auto:active,
.focus\:cursor-auto:focus,
.hover\:cursor-auto:hover {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.active\:cursor-default:active,
.focus\:cursor-default:focus,
.hover\:cursor-default:hover {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.active\:cursor-pointer:active,
.focus\:cursor-pointer:focus,
.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.active\:cursor-wait:active,
.focus\:cursor-wait:focus,
.hover\:cursor-wait:hover {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.active\:cursor-text:active,
.focus\:cursor-text:focus,
.hover\:cursor-text:hover {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.active\:cursor-move:active,
.focus\:cursor-move:focus,
.hover\:cursor-move:hover {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.active\:cursor-help:active,
.focus\:cursor-help:focus,
.hover\:cursor-help:hover {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.active\:cursor-not-allowed:active,
.focus\:cursor-not-allowed:focus,
.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.cursor-none {
  cursor: none;
  user-select: none;
}

.active\:cursor-none:active,
.focus\:cursor-none:focus,
.hover\:cursor-none:hover {
  cursor: none;
}

.cursor-context-menu {
  cursor: context-menu;
}

.active\:cursor-context-menu:active,
.focus\:cursor-context-menu:focus,
.hover\:cursor-context-menu:hover {
  cursor: context-menu;
}

.cursor-progress {
  cursor: progress;
}

.active\:cursor-progress:active,
.focus\:cursor-progress:focus,
.hover\:cursor-progress:hover {
  cursor: progress;
}

.cursor-cell {
  cursor: cell;
}

.active\:cursor-cell:active,
.focus\:cursor-cell:focus,
.hover\:cursor-cell:hover {
  cursor: cell;
}

.cursor-crosshair {
  cursor: crosshair;
}

.active\:cursor-crosshair:active,
.focus\:cursor-crosshair:focus,
.hover\:cursor-crosshair:hover {
  cursor: crosshair;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.active\:cursor-vertical-text:active,
.focus\:cursor-vertical-text:focus,
.hover\:cursor-vertical-text:hover {
  cursor: vertical-text;
}

.cursor-alias {
  cursor: alias;
}

.active\:cursor-alias:active,
.focus\:cursor-alias:focus,
.hover\:cursor-alias:hover {
  cursor: alias;
}

.cursor-copy {
  cursor: copy;
}

.active\:cursor-copy:active,
.focus\:cursor-copy:focus,
.hover\:cursor-copy:hover {
  cursor: copy;
}

.cursor-no-drop {
  cursor: no-drop;
}

.active\:cursor-no-drop:active,
.focus\:cursor-no-drop:focus,
.hover\:cursor-no-drop:hover {
  cursor: no-drop;
}

.cursor-grab {
  cursor: grab;
}

.active\:cursor-grab:active,
.focus\:cursor-grab:focus,
.hover\:cursor-grab:hover {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.active\:cursor-grabbing:active,
.focus\:cursor-grabbing:focus,
.hover\:cursor-grabbing:hover {
  cursor: grabbing;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.active\:cursor-all-scroll:active,
.focus\:cursor-all-scroll:focus,
.hover\:cursor-all-scroll:hover {
  cursor: all-scroll;
}

.cursor-col-resize {
  cursor: col-resize;
}

.active\:cursor-col-resize:active,
.focus\:cursor-col-resize:focus,
.hover\:cursor-col-resize:hover {
  cursor: col-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.active\:cursor-row-resize:active,
.focus\:cursor-row-resize:focus,
.hover\:cursor-row-resize:hover {
  cursor: row-resize;
}

.cursor-n-resize {
  cursor: n-resize;
}

.active\:cursor-n-resize:active,
.focus\:cursor-n-resize:focus,
.hover\:cursor-n-resize:hover {
  cursor: n-resize;
}

.cursor-e-resize {
  cursor: e-resize;
}

.active\:cursor-e-resize:active,
.focus\:cursor-e-resize:focus,
.hover\:cursor-e-resize:hover {
  cursor: e-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.active\:cursor-s-resize:active,
.focus\:cursor-s-resize:focus,
.hover\:cursor-s-resize:hover {
  cursor: s-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.active\:cursor-w-resize:active,
.focus\:cursor-w-resize:focus,
.hover\:cursor-w-resize:hover {
  cursor: w-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.active\:cursor-ne-resize:active,
.focus\:cursor-ne-resize:focus,
.hover\:cursor-ne-resize:hover {
  cursor: ne-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.active\:cursor-nw-resize:active,
.focus\:cursor-nw-resize:focus,
.hover\:cursor-nw-resize:hover {
  cursor: nw-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.active\:cursor-se-resize:active,
.focus\:cursor-se-resize:focus,
.hover\:cursor-se-resize:hover {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.active\:cursor-sw-resize:active,
.focus\:cursor-sw-resize:focus,
.hover\:cursor-sw-resize:hover {
  cursor: sw-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.active\:cursor-ew-resize:active,
.focus\:cursor-ew-resize:focus,
.hover\:cursor-ew-resize:hover {
  cursor: ew-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.active\:cursor-ns-resize:active,
.focus\:cursor-ns-resize:focus,
.hover\:cursor-ns-resize:hover {
  cursor: ns-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.active\:cursor-nesw-resize:active,
.focus\:cursor-nesw-resize:focus,
.hover\:cursor-nesw-resize:hover {
  cursor: nesw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.active\:cursor-nwse-resize:active,
.focus\:cursor-nwse-resize:focus,
.hover\:cursor-nwse-resize:hover {
  cursor: nwse-resize;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.active\:cursor-zoom-in:active,
.focus\:cursor-zoom-in:focus,
.hover\:cursor-zoom-in:hover {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.active\:cursor-zoom-out:active,
.focus\:cursor-zoom-out:focus,
.hover\:cursor-zoom-out:hover {
  cursor: zoom-out;
}

:disabled,
.disabled {
  cursor: default;
}

.h-0 {
  height: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:h-0 {
    height: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-0 {
    height: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-0 {
    height: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-0 {
    height: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-0 {
    height: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-0 {
    height: 0%;
  }
}
.h-1 {
  height: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:h-1 {
    height: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-1 {
    height: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-1 {
    height: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-1 {
    height: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-1 {
    height: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-1 {
    height: 1%;
  }
}
.h-2 {
  height: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:h-2 {
    height: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-2 {
    height: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-2 {
    height: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-2 {
    height: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-2 {
    height: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-2 {
    height: 2%;
  }
}
.h-3 {
  height: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:h-3 {
    height: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-3 {
    height: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-3 {
    height: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-3 {
    height: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-3 {
    height: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-3 {
    height: 3%;
  }
}
.h-4 {
  height: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:h-4 {
    height: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-4 {
    height: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-4 {
    height: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-4 {
    height: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-4 {
    height: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-4 {
    height: 4%;
  }
}
.h-5 {
  height: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:h-5 {
    height: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-5 {
    height: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-5 {
    height: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-5 {
    height: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-5 {
    height: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-5 {
    height: 5%;
  }
}
.h-6 {
  height: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:h-6 {
    height: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-6 {
    height: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-6 {
    height: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-6 {
    height: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-6 {
    height: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-6 {
    height: 6%;
  }
}
.h-7 {
  height: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:h-7 {
    height: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-7 {
    height: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-7 {
    height: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-7 {
    height: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-7 {
    height: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-7 {
    height: 7%;
  }
}
.h-8 {
  height: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:h-8 {
    height: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-8 {
    height: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-8 {
    height: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-8 {
    height: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-8 {
    height: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-8 {
    height: 8%;
  }
}
.h-9 {
  height: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:h-9 {
    height: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-9 {
    height: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-9 {
    height: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-9 {
    height: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-9 {
    height: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-9 {
    height: 9%;
  }
}
.h-10 {
  height: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:h-10 {
    height: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-10 {
    height: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-10 {
    height: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-10 {
    height: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-10 {
    height: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-10 {
    height: 10%;
  }
}
.h-11 {
  height: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:h-11 {
    height: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-11 {
    height: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-11 {
    height: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-11 {
    height: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-11 {
    height: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-11 {
    height: 11%;
  }
}
.h-12 {
  height: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:h-12 {
    height: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-12 {
    height: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-12 {
    height: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-12 {
    height: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-12 {
    height: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-12 {
    height: 12%;
  }
}
.h-13 {
  height: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:h-13 {
    height: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-13 {
    height: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-13 {
    height: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-13 {
    height: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-13 {
    height: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-13 {
    height: 13%;
  }
}
.h-14 {
  height: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:h-14 {
    height: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-14 {
    height: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-14 {
    height: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-14 {
    height: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-14 {
    height: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-14 {
    height: 14%;
  }
}
.h-15 {
  height: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:h-15 {
    height: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-15 {
    height: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-15 {
    height: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-15 {
    height: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-15 {
    height: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-15 {
    height: 15%;
  }
}
.h-16 {
  height: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:h-16 {
    height: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-16 {
    height: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-16 {
    height: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-16 {
    height: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-16 {
    height: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-16 {
    height: 16%;
  }
}
.h-17 {
  height: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:h-17 {
    height: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-17 {
    height: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-17 {
    height: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-17 {
    height: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-17 {
    height: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-17 {
    height: 17%;
  }
}
.h-18 {
  height: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:h-18 {
    height: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-18 {
    height: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-18 {
    height: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-18 {
    height: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-18 {
    height: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-18 {
    height: 18%;
  }
}
.h-19 {
  height: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:h-19 {
    height: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-19 {
    height: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-19 {
    height: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-19 {
    height: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-19 {
    height: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-19 {
    height: 19%;
  }
}
.h-20 {
  height: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:h-20 {
    height: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-20 {
    height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-20 {
    height: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-20 {
    height: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-20 {
    height: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-20 {
    height: 20%;
  }
}
.h-21 {
  height: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:h-21 {
    height: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-21 {
    height: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-21 {
    height: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-21 {
    height: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-21 {
    height: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-21 {
    height: 21%;
  }
}
.h-22 {
  height: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:h-22 {
    height: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-22 {
    height: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-22 {
    height: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-22 {
    height: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-22 {
    height: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-22 {
    height: 22%;
  }
}
.h-23 {
  height: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:h-23 {
    height: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-23 {
    height: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-23 {
    height: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-23 {
    height: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-23 {
    height: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-23 {
    height: 23%;
  }
}
.h-24 {
  height: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:h-24 {
    height: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-24 {
    height: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-24 {
    height: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-24 {
    height: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-24 {
    height: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-24 {
    height: 24%;
  }
}
.h-25 {
  height: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:h-25 {
    height: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-25 {
    height: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-25 {
    height: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-25 {
    height: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-25 {
    height: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-25 {
    height: 25%;
  }
}
.h-26 {
  height: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:h-26 {
    height: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-26 {
    height: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-26 {
    height: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-26 {
    height: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-26 {
    height: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-26 {
    height: 26%;
  }
}
.h-27 {
  height: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:h-27 {
    height: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-27 {
    height: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-27 {
    height: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-27 {
    height: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-27 {
    height: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-27 {
    height: 27%;
  }
}
.h-28 {
  height: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:h-28 {
    height: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-28 {
    height: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-28 {
    height: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-28 {
    height: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-28 {
    height: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-28 {
    height: 28%;
  }
}
.h-29 {
  height: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:h-29 {
    height: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-29 {
    height: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-29 {
    height: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-29 {
    height: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-29 {
    height: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-29 {
    height: 29%;
  }
}
.h-30 {
  height: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:h-30 {
    height: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-30 {
    height: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-30 {
    height: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-30 {
    height: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-30 {
    height: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-30 {
    height: 30%;
  }
}
.h-31 {
  height: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:h-31 {
    height: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-31 {
    height: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-31 {
    height: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-31 {
    height: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-31 {
    height: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-31 {
    height: 31%;
  }
}
.h-32 {
  height: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:h-32 {
    height: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-32 {
    height: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-32 {
    height: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-32 {
    height: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-32 {
    height: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-32 {
    height: 32%;
  }
}
.h-33 {
  height: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:h-33 {
    height: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-33 {
    height: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-33 {
    height: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-33 {
    height: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-33 {
    height: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-33 {
    height: 33%;
  }
}
.h-34 {
  height: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:h-34 {
    height: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-34 {
    height: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-34 {
    height: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-34 {
    height: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-34 {
    height: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-34 {
    height: 34%;
  }
}
.h-35 {
  height: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:h-35 {
    height: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-35 {
    height: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-35 {
    height: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-35 {
    height: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-35 {
    height: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-35 {
    height: 35%;
  }
}
.h-36 {
  height: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:h-36 {
    height: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-36 {
    height: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-36 {
    height: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-36 {
    height: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-36 {
    height: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-36 {
    height: 36%;
  }
}
.h-37 {
  height: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:h-37 {
    height: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-37 {
    height: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-37 {
    height: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-37 {
    height: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-37 {
    height: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-37 {
    height: 37%;
  }
}
.h-38 {
  height: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:h-38 {
    height: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-38 {
    height: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-38 {
    height: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-38 {
    height: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-38 {
    height: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-38 {
    height: 38%;
  }
}
.h-39 {
  height: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:h-39 {
    height: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-39 {
    height: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-39 {
    height: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-39 {
    height: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-39 {
    height: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-39 {
    height: 39%;
  }
}
.h-40 {
  height: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:h-40 {
    height: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-40 {
    height: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-40 {
    height: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-40 {
    height: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-40 {
    height: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-40 {
    height: 40%;
  }
}
.h-41 {
  height: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:h-41 {
    height: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-41 {
    height: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-41 {
    height: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-41 {
    height: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-41 {
    height: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-41 {
    height: 41%;
  }
}
.h-42 {
  height: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:h-42 {
    height: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-42 {
    height: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-42 {
    height: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-42 {
    height: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-42 {
    height: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-42 {
    height: 42%;
  }
}
.h-43 {
  height: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:h-43 {
    height: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-43 {
    height: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-43 {
    height: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-43 {
    height: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-43 {
    height: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-43 {
    height: 43%;
  }
}
.h-44 {
  height: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:h-44 {
    height: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-44 {
    height: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-44 {
    height: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-44 {
    height: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-44 {
    height: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-44 {
    height: 44%;
  }
}
.h-45 {
  height: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:h-45 {
    height: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-45 {
    height: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-45 {
    height: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-45 {
    height: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-45 {
    height: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-45 {
    height: 45%;
  }
}
.h-46 {
  height: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:h-46 {
    height: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-46 {
    height: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-46 {
    height: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-46 {
    height: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-46 {
    height: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-46 {
    height: 46%;
  }
}
.h-47 {
  height: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:h-47 {
    height: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-47 {
    height: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-47 {
    height: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-47 {
    height: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-47 {
    height: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-47 {
    height: 47%;
  }
}
.h-48 {
  height: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:h-48 {
    height: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-48 {
    height: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-48 {
    height: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-48 {
    height: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-48 {
    height: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-48 {
    height: 48%;
  }
}
.h-49 {
  height: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:h-49 {
    height: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-49 {
    height: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-49 {
    height: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-49 {
    height: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-49 {
    height: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-49 {
    height: 49%;
  }
}
.h-50 {
  height: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:h-50 {
    height: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-50 {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-50 {
    height: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-50 {
    height: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-50 {
    height: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-50 {
    height: 50%;
  }
}
.h-51 {
  height: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:h-51 {
    height: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-51 {
    height: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-51 {
    height: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-51 {
    height: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-51 {
    height: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-51 {
    height: 51%;
  }
}
.h-52 {
  height: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:h-52 {
    height: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-52 {
    height: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-52 {
    height: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-52 {
    height: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-52 {
    height: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-52 {
    height: 52%;
  }
}
.h-53 {
  height: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:h-53 {
    height: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-53 {
    height: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-53 {
    height: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-53 {
    height: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-53 {
    height: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-53 {
    height: 53%;
  }
}
.h-54 {
  height: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:h-54 {
    height: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-54 {
    height: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-54 {
    height: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-54 {
    height: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-54 {
    height: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-54 {
    height: 54%;
  }
}
.h-55 {
  height: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:h-55 {
    height: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-55 {
    height: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-55 {
    height: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-55 {
    height: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-55 {
    height: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-55 {
    height: 55%;
  }
}
.h-56 {
  height: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:h-56 {
    height: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-56 {
    height: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-56 {
    height: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-56 {
    height: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-56 {
    height: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-56 {
    height: 56%;
  }
}
.h-57 {
  height: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:h-57 {
    height: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-57 {
    height: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-57 {
    height: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-57 {
    height: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-57 {
    height: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-57 {
    height: 57%;
  }
}
.h-58 {
  height: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:h-58 {
    height: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-58 {
    height: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-58 {
    height: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-58 {
    height: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-58 {
    height: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-58 {
    height: 58%;
  }
}
.h-59 {
  height: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:h-59 {
    height: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-59 {
    height: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-59 {
    height: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-59 {
    height: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-59 {
    height: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-59 {
    height: 59%;
  }
}
.h-60 {
  height: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:h-60 {
    height: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-60 {
    height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-60 {
    height: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-60 {
    height: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-60 {
    height: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-60 {
    height: 60%;
  }
}
.h-61 {
  height: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:h-61 {
    height: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-61 {
    height: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-61 {
    height: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-61 {
    height: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-61 {
    height: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-61 {
    height: 61%;
  }
}
.h-62 {
  height: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:h-62 {
    height: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-62 {
    height: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-62 {
    height: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-62 {
    height: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-62 {
    height: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-62 {
    height: 62%;
  }
}
.h-63 {
  height: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:h-63 {
    height: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-63 {
    height: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-63 {
    height: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-63 {
    height: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-63 {
    height: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-63 {
    height: 63%;
  }
}
.h-64 {
  height: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:h-64 {
    height: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-64 {
    height: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-64 {
    height: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-64 {
    height: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-64 {
    height: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-64 {
    height: 64%;
  }
}
.h-65 {
  height: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:h-65 {
    height: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-65 {
    height: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-65 {
    height: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-65 {
    height: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-65 {
    height: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-65 {
    height: 65%;
  }
}
.h-66 {
  height: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:h-66 {
    height: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-66 {
    height: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-66 {
    height: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-66 {
    height: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-66 {
    height: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-66 {
    height: 66%;
  }
}
.h-67 {
  height: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:h-67 {
    height: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-67 {
    height: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-67 {
    height: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-67 {
    height: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-67 {
    height: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-67 {
    height: 67%;
  }
}
.h-68 {
  height: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:h-68 {
    height: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-68 {
    height: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-68 {
    height: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-68 {
    height: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-68 {
    height: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-68 {
    height: 68%;
  }
}
.h-69 {
  height: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:h-69 {
    height: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-69 {
    height: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-69 {
    height: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-69 {
    height: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-69 {
    height: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-69 {
    height: 69%;
  }
}
.h-70 {
  height: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:h-70 {
    height: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-70 {
    height: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-70 {
    height: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-70 {
    height: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-70 {
    height: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-70 {
    height: 70%;
  }
}
.h-71 {
  height: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:h-71 {
    height: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-71 {
    height: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-71 {
    height: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-71 {
    height: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-71 {
    height: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-71 {
    height: 71%;
  }
}
.h-72 {
  height: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:h-72 {
    height: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-72 {
    height: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-72 {
    height: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-72 {
    height: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-72 {
    height: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-72 {
    height: 72%;
  }
}
.h-73 {
  height: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:h-73 {
    height: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-73 {
    height: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-73 {
    height: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-73 {
    height: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-73 {
    height: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-73 {
    height: 73%;
  }
}
.h-74 {
  height: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:h-74 {
    height: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-74 {
    height: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-74 {
    height: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-74 {
    height: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-74 {
    height: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-74 {
    height: 74%;
  }
}
.h-75 {
  height: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:h-75 {
    height: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-75 {
    height: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-75 {
    height: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-75 {
    height: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-75 {
    height: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-75 {
    height: 75%;
  }
}
.h-76 {
  height: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:h-76 {
    height: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-76 {
    height: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-76 {
    height: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-76 {
    height: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-76 {
    height: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-76 {
    height: 76%;
  }
}
.h-77 {
  height: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:h-77 {
    height: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-77 {
    height: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-77 {
    height: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-77 {
    height: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-77 {
    height: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-77 {
    height: 77%;
  }
}
.h-78 {
  height: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:h-78 {
    height: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-78 {
    height: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-78 {
    height: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-78 {
    height: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-78 {
    height: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-78 {
    height: 78%;
  }
}
.h-79 {
  height: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:h-79 {
    height: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-79 {
    height: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-79 {
    height: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-79 {
    height: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-79 {
    height: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-79 {
    height: 79%;
  }
}
.h-80 {
  height: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:h-80 {
    height: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-80 {
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-80 {
    height: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-80 {
    height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-80 {
    height: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-80 {
    height: 80%;
  }
}
.h-81 {
  height: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:h-81 {
    height: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-81 {
    height: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-81 {
    height: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-81 {
    height: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-81 {
    height: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-81 {
    height: 81%;
  }
}
.h-82 {
  height: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:h-82 {
    height: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-82 {
    height: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-82 {
    height: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-82 {
    height: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-82 {
    height: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-82 {
    height: 82%;
  }
}
.h-83 {
  height: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:h-83 {
    height: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-83 {
    height: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-83 {
    height: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-83 {
    height: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-83 {
    height: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-83 {
    height: 83%;
  }
}
.h-84 {
  height: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:h-84 {
    height: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-84 {
    height: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-84 {
    height: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-84 {
    height: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-84 {
    height: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-84 {
    height: 84%;
  }
}
.h-85 {
  height: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:h-85 {
    height: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-85 {
    height: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-85 {
    height: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-85 {
    height: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-85 {
    height: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-85 {
    height: 85%;
  }
}
.h-86 {
  height: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:h-86 {
    height: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-86 {
    height: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-86 {
    height: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-86 {
    height: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-86 {
    height: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-86 {
    height: 86%;
  }
}
.h-87 {
  height: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:h-87 {
    height: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-87 {
    height: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-87 {
    height: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-87 {
    height: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-87 {
    height: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-87 {
    height: 87%;
  }
}
.h-88 {
  height: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:h-88 {
    height: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-88 {
    height: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-88 {
    height: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-88 {
    height: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-88 {
    height: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-88 {
    height: 88%;
  }
}
.h-89 {
  height: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:h-89 {
    height: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-89 {
    height: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-89 {
    height: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-89 {
    height: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-89 {
    height: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-89 {
    height: 89%;
  }
}
.h-90 {
  height: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:h-90 {
    height: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-90 {
    height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-90 {
    height: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-90 {
    height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-90 {
    height: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-90 {
    height: 90%;
  }
}
.h-91 {
  height: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:h-91 {
    height: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-91 {
    height: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-91 {
    height: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-91 {
    height: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-91 {
    height: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-91 {
    height: 91%;
  }
}
.h-92 {
  height: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:h-92 {
    height: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-92 {
    height: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-92 {
    height: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-92 {
    height: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-92 {
    height: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-92 {
    height: 92%;
  }
}
.h-93 {
  height: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:h-93 {
    height: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-93 {
    height: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-93 {
    height: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-93 {
    height: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-93 {
    height: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-93 {
    height: 93%;
  }
}
.h-94 {
  height: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:h-94 {
    height: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-94 {
    height: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-94 {
    height: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-94 {
    height: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-94 {
    height: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-94 {
    height: 94%;
  }
}
.h-95 {
  height: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:h-95 {
    height: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-95 {
    height: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-95 {
    height: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-95 {
    height: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-95 {
    height: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-95 {
    height: 95%;
  }
}
.h-96 {
  height: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:h-96 {
    height: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-96 {
    height: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-96 {
    height: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-96 {
    height: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-96 {
    height: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-96 {
    height: 96%;
  }
}
.h-97 {
  height: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:h-97 {
    height: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-97 {
    height: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-97 {
    height: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-97 {
    height: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-97 {
    height: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-97 {
    height: 97%;
  }
}
.h-98 {
  height: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:h-98 {
    height: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-98 {
    height: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-98 {
    height: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-98 {
    height: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-98 {
    height: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-98 {
    height: 98%;
  }
}
.h-99 {
  height: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:h-99 {
    height: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-99 {
    height: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-99 {
    height: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-99 {
    height: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-99 {
    height: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-99 {
    height: 99%;
  }
}
.h-100 {
  height: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:h-100 {
    height: 100%;
  }
}
.min-h-0 {
  min-height: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-0 {
    min-height: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-0 {
    min-height: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-0 {
    min-height: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-0 {
    min-height: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-0 {
    min-height: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-0 {
    min-height: 0%;
  }
}
.min-h-1 {
  min-height: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-1 {
    min-height: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-1 {
    min-height: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-1 {
    min-height: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-1 {
    min-height: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-1 {
    min-height: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-1 {
    min-height: 1%;
  }
}
.min-h-2 {
  min-height: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-2 {
    min-height: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-2 {
    min-height: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-2 {
    min-height: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-2 {
    min-height: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-2 {
    min-height: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-2 {
    min-height: 2%;
  }
}
.min-h-3 {
  min-height: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-3 {
    min-height: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-3 {
    min-height: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-3 {
    min-height: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-3 {
    min-height: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-3 {
    min-height: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-3 {
    min-height: 3%;
  }
}
.min-h-4 {
  min-height: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-4 {
    min-height: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-4 {
    min-height: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-4 {
    min-height: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-4 {
    min-height: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-4 {
    min-height: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-4 {
    min-height: 4%;
  }
}
.min-h-5 {
  min-height: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-5 {
    min-height: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-5 {
    min-height: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-5 {
    min-height: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-5 {
    min-height: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-5 {
    min-height: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-5 {
    min-height: 5%;
  }
}
.min-h-6 {
  min-height: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-6 {
    min-height: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-6 {
    min-height: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-6 {
    min-height: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-6 {
    min-height: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-6 {
    min-height: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-6 {
    min-height: 6%;
  }
}
.min-h-7 {
  min-height: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-7 {
    min-height: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-7 {
    min-height: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-7 {
    min-height: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-7 {
    min-height: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-7 {
    min-height: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-7 {
    min-height: 7%;
  }
}
.min-h-8 {
  min-height: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-8 {
    min-height: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-8 {
    min-height: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-8 {
    min-height: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-8 {
    min-height: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-8 {
    min-height: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-8 {
    min-height: 8%;
  }
}
.min-h-9 {
  min-height: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-9 {
    min-height: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-9 {
    min-height: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-9 {
    min-height: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-9 {
    min-height: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-9 {
    min-height: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-9 {
    min-height: 9%;
  }
}
.min-h-10 {
  min-height: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-10 {
    min-height: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-10 {
    min-height: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-10 {
    min-height: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-10 {
    min-height: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-10 {
    min-height: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-10 {
    min-height: 10%;
  }
}
.min-h-11 {
  min-height: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-11 {
    min-height: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-11 {
    min-height: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-11 {
    min-height: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-11 {
    min-height: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-11 {
    min-height: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-11 {
    min-height: 11%;
  }
}
.min-h-12 {
  min-height: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-12 {
    min-height: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-12 {
    min-height: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-12 {
    min-height: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-12 {
    min-height: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-12 {
    min-height: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-12 {
    min-height: 12%;
  }
}
.min-h-13 {
  min-height: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-13 {
    min-height: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-13 {
    min-height: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-13 {
    min-height: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-13 {
    min-height: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-13 {
    min-height: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-13 {
    min-height: 13%;
  }
}
.min-h-14 {
  min-height: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-14 {
    min-height: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-14 {
    min-height: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-14 {
    min-height: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-14 {
    min-height: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-14 {
    min-height: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-14 {
    min-height: 14%;
  }
}
.min-h-15 {
  min-height: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-15 {
    min-height: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-15 {
    min-height: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-15 {
    min-height: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-15 {
    min-height: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-15 {
    min-height: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-15 {
    min-height: 15%;
  }
}
.min-h-16 {
  min-height: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-16 {
    min-height: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-16 {
    min-height: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-16 {
    min-height: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-16 {
    min-height: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-16 {
    min-height: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-16 {
    min-height: 16%;
  }
}
.min-h-17 {
  min-height: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-17 {
    min-height: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-17 {
    min-height: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-17 {
    min-height: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-17 {
    min-height: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-17 {
    min-height: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-17 {
    min-height: 17%;
  }
}
.min-h-18 {
  min-height: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-18 {
    min-height: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-18 {
    min-height: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-18 {
    min-height: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-18 {
    min-height: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-18 {
    min-height: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-18 {
    min-height: 18%;
  }
}
.min-h-19 {
  min-height: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-19 {
    min-height: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-19 {
    min-height: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-19 {
    min-height: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-19 {
    min-height: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-19 {
    min-height: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-19 {
    min-height: 19%;
  }
}
.min-h-20 {
  min-height: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-20 {
    min-height: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-20 {
    min-height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-20 {
    min-height: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-20 {
    min-height: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-20 {
    min-height: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-20 {
    min-height: 20%;
  }
}
.min-h-21 {
  min-height: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-21 {
    min-height: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-21 {
    min-height: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-21 {
    min-height: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-21 {
    min-height: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-21 {
    min-height: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-21 {
    min-height: 21%;
  }
}
.min-h-22 {
  min-height: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-22 {
    min-height: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-22 {
    min-height: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-22 {
    min-height: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-22 {
    min-height: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-22 {
    min-height: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-22 {
    min-height: 22%;
  }
}
.min-h-23 {
  min-height: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-23 {
    min-height: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-23 {
    min-height: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-23 {
    min-height: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-23 {
    min-height: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-23 {
    min-height: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-23 {
    min-height: 23%;
  }
}
.min-h-24 {
  min-height: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-24 {
    min-height: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-24 {
    min-height: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-24 {
    min-height: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-24 {
    min-height: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-24 {
    min-height: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-24 {
    min-height: 24%;
  }
}
.min-h-25 {
  min-height: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-25 {
    min-height: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-25 {
    min-height: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-25 {
    min-height: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-25 {
    min-height: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-25 {
    min-height: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-25 {
    min-height: 25%;
  }
}
.min-h-26 {
  min-height: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-26 {
    min-height: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-26 {
    min-height: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-26 {
    min-height: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-26 {
    min-height: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-26 {
    min-height: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-26 {
    min-height: 26%;
  }
}
.min-h-27 {
  min-height: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-27 {
    min-height: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-27 {
    min-height: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-27 {
    min-height: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-27 {
    min-height: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-27 {
    min-height: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-27 {
    min-height: 27%;
  }
}
.min-h-28 {
  min-height: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-28 {
    min-height: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-28 {
    min-height: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-28 {
    min-height: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-28 {
    min-height: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-28 {
    min-height: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-28 {
    min-height: 28%;
  }
}
.min-h-29 {
  min-height: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-29 {
    min-height: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-29 {
    min-height: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-29 {
    min-height: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-29 {
    min-height: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-29 {
    min-height: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-29 {
    min-height: 29%;
  }
}
.min-h-30 {
  min-height: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-30 {
    min-height: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-30 {
    min-height: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-30 {
    min-height: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-30 {
    min-height: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-30 {
    min-height: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-30 {
    min-height: 30%;
  }
}
.min-h-31 {
  min-height: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-31 {
    min-height: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-31 {
    min-height: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-31 {
    min-height: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-31 {
    min-height: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-31 {
    min-height: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-31 {
    min-height: 31%;
  }
}
.min-h-32 {
  min-height: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-32 {
    min-height: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-32 {
    min-height: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-32 {
    min-height: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-32 {
    min-height: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-32 {
    min-height: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-32 {
    min-height: 32%;
  }
}
.min-h-33 {
  min-height: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-33 {
    min-height: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-33 {
    min-height: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-33 {
    min-height: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-33 {
    min-height: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-33 {
    min-height: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-33 {
    min-height: 33%;
  }
}
.min-h-34 {
  min-height: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-34 {
    min-height: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-34 {
    min-height: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-34 {
    min-height: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-34 {
    min-height: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-34 {
    min-height: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-34 {
    min-height: 34%;
  }
}
.min-h-35 {
  min-height: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-35 {
    min-height: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-35 {
    min-height: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-35 {
    min-height: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-35 {
    min-height: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-35 {
    min-height: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-35 {
    min-height: 35%;
  }
}
.min-h-36 {
  min-height: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-36 {
    min-height: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-36 {
    min-height: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-36 {
    min-height: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-36 {
    min-height: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-36 {
    min-height: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-36 {
    min-height: 36%;
  }
}
.min-h-37 {
  min-height: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-37 {
    min-height: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-37 {
    min-height: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-37 {
    min-height: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-37 {
    min-height: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-37 {
    min-height: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-37 {
    min-height: 37%;
  }
}
.min-h-38 {
  min-height: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-38 {
    min-height: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-38 {
    min-height: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-38 {
    min-height: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-38 {
    min-height: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-38 {
    min-height: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-38 {
    min-height: 38%;
  }
}
.min-h-39 {
  min-height: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-39 {
    min-height: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-39 {
    min-height: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-39 {
    min-height: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-39 {
    min-height: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-39 {
    min-height: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-39 {
    min-height: 39%;
  }
}
.min-h-40 {
  min-height: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-40 {
    min-height: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-40 {
    min-height: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-40 {
    min-height: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-40 {
    min-height: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-40 {
    min-height: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-40 {
    min-height: 40%;
  }
}
.min-h-41 {
  min-height: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-41 {
    min-height: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-41 {
    min-height: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-41 {
    min-height: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-41 {
    min-height: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-41 {
    min-height: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-41 {
    min-height: 41%;
  }
}
.min-h-42 {
  min-height: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-42 {
    min-height: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-42 {
    min-height: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-42 {
    min-height: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-42 {
    min-height: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-42 {
    min-height: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-42 {
    min-height: 42%;
  }
}
.min-h-43 {
  min-height: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-43 {
    min-height: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-43 {
    min-height: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-43 {
    min-height: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-43 {
    min-height: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-43 {
    min-height: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-43 {
    min-height: 43%;
  }
}
.min-h-44 {
  min-height: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-44 {
    min-height: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-44 {
    min-height: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-44 {
    min-height: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-44 {
    min-height: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-44 {
    min-height: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-44 {
    min-height: 44%;
  }
}
.min-h-45 {
  min-height: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-45 {
    min-height: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-45 {
    min-height: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-45 {
    min-height: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-45 {
    min-height: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-45 {
    min-height: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-45 {
    min-height: 45%;
  }
}
.min-h-46 {
  min-height: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-46 {
    min-height: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-46 {
    min-height: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-46 {
    min-height: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-46 {
    min-height: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-46 {
    min-height: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-46 {
    min-height: 46%;
  }
}
.min-h-47 {
  min-height: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-47 {
    min-height: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-47 {
    min-height: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-47 {
    min-height: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-47 {
    min-height: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-47 {
    min-height: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-47 {
    min-height: 47%;
  }
}
.min-h-48 {
  min-height: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-48 {
    min-height: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-48 {
    min-height: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-48 {
    min-height: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-48 {
    min-height: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-48 {
    min-height: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-48 {
    min-height: 48%;
  }
}
.min-h-49 {
  min-height: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-49 {
    min-height: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-49 {
    min-height: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-49 {
    min-height: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-49 {
    min-height: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-49 {
    min-height: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-49 {
    min-height: 49%;
  }
}
.min-h-50 {
  min-height: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-50 {
    min-height: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-50 {
    min-height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-50 {
    min-height: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-50 {
    min-height: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-50 {
    min-height: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-50 {
    min-height: 50%;
  }
}
.min-h-51 {
  min-height: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-51 {
    min-height: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-51 {
    min-height: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-51 {
    min-height: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-51 {
    min-height: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-51 {
    min-height: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-51 {
    min-height: 51%;
  }
}
.min-h-52 {
  min-height: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-52 {
    min-height: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-52 {
    min-height: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-52 {
    min-height: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-52 {
    min-height: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-52 {
    min-height: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-52 {
    min-height: 52%;
  }
}
.min-h-53 {
  min-height: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-53 {
    min-height: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-53 {
    min-height: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-53 {
    min-height: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-53 {
    min-height: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-53 {
    min-height: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-53 {
    min-height: 53%;
  }
}
.min-h-54 {
  min-height: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-54 {
    min-height: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-54 {
    min-height: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-54 {
    min-height: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-54 {
    min-height: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-54 {
    min-height: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-54 {
    min-height: 54%;
  }
}
.min-h-55 {
  min-height: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-55 {
    min-height: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-55 {
    min-height: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-55 {
    min-height: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-55 {
    min-height: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-55 {
    min-height: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-55 {
    min-height: 55%;
  }
}
.min-h-56 {
  min-height: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-56 {
    min-height: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-56 {
    min-height: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-56 {
    min-height: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-56 {
    min-height: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-56 {
    min-height: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-56 {
    min-height: 56%;
  }
}
.min-h-57 {
  min-height: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-57 {
    min-height: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-57 {
    min-height: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-57 {
    min-height: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-57 {
    min-height: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-57 {
    min-height: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-57 {
    min-height: 57%;
  }
}
.min-h-58 {
  min-height: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-58 {
    min-height: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-58 {
    min-height: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-58 {
    min-height: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-58 {
    min-height: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-58 {
    min-height: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-58 {
    min-height: 58%;
  }
}
.min-h-59 {
  min-height: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-59 {
    min-height: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-59 {
    min-height: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-59 {
    min-height: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-59 {
    min-height: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-59 {
    min-height: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-59 {
    min-height: 59%;
  }
}
.min-h-60 {
  min-height: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-60 {
    min-height: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-60 {
    min-height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-60 {
    min-height: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-60 {
    min-height: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-60 {
    min-height: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-60 {
    min-height: 60%;
  }
}
.min-h-61 {
  min-height: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-61 {
    min-height: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-61 {
    min-height: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-61 {
    min-height: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-61 {
    min-height: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-61 {
    min-height: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-61 {
    min-height: 61%;
  }
}
.min-h-62 {
  min-height: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-62 {
    min-height: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-62 {
    min-height: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-62 {
    min-height: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-62 {
    min-height: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-62 {
    min-height: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-62 {
    min-height: 62%;
  }
}
.min-h-63 {
  min-height: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-63 {
    min-height: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-63 {
    min-height: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-63 {
    min-height: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-63 {
    min-height: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-63 {
    min-height: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-63 {
    min-height: 63%;
  }
}
.min-h-64 {
  min-height: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-64 {
    min-height: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-64 {
    min-height: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-64 {
    min-height: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-64 {
    min-height: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-64 {
    min-height: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-64 {
    min-height: 64%;
  }
}
.min-h-65 {
  min-height: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-65 {
    min-height: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-65 {
    min-height: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-65 {
    min-height: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-65 {
    min-height: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-65 {
    min-height: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-65 {
    min-height: 65%;
  }
}
.min-h-66 {
  min-height: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-66 {
    min-height: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-66 {
    min-height: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-66 {
    min-height: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-66 {
    min-height: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-66 {
    min-height: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-66 {
    min-height: 66%;
  }
}
.min-h-67 {
  min-height: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-67 {
    min-height: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-67 {
    min-height: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-67 {
    min-height: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-67 {
    min-height: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-67 {
    min-height: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-67 {
    min-height: 67%;
  }
}
.min-h-68 {
  min-height: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-68 {
    min-height: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-68 {
    min-height: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-68 {
    min-height: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-68 {
    min-height: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-68 {
    min-height: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-68 {
    min-height: 68%;
  }
}
.min-h-69 {
  min-height: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-69 {
    min-height: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-69 {
    min-height: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-69 {
    min-height: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-69 {
    min-height: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-69 {
    min-height: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-69 {
    min-height: 69%;
  }
}
.min-h-70 {
  min-height: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-70 {
    min-height: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-70 {
    min-height: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-70 {
    min-height: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-70 {
    min-height: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-70 {
    min-height: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-70 {
    min-height: 70%;
  }
}
.min-h-71 {
  min-height: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-71 {
    min-height: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-71 {
    min-height: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-71 {
    min-height: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-71 {
    min-height: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-71 {
    min-height: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-71 {
    min-height: 71%;
  }
}
.min-h-72 {
  min-height: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-72 {
    min-height: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-72 {
    min-height: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-72 {
    min-height: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-72 {
    min-height: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-72 {
    min-height: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-72 {
    min-height: 72%;
  }
}
.min-h-73 {
  min-height: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-73 {
    min-height: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-73 {
    min-height: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-73 {
    min-height: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-73 {
    min-height: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-73 {
    min-height: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-73 {
    min-height: 73%;
  }
}
.min-h-74 {
  min-height: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-74 {
    min-height: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-74 {
    min-height: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-74 {
    min-height: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-74 {
    min-height: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-74 {
    min-height: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-74 {
    min-height: 74%;
  }
}
.min-h-75 {
  min-height: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-75 {
    min-height: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-75 {
    min-height: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-75 {
    min-height: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-75 {
    min-height: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-75 {
    min-height: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-75 {
    min-height: 75%;
  }
}
.min-h-76 {
  min-height: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-76 {
    min-height: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-76 {
    min-height: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-76 {
    min-height: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-76 {
    min-height: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-76 {
    min-height: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-76 {
    min-height: 76%;
  }
}
.min-h-77 {
  min-height: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-77 {
    min-height: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-77 {
    min-height: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-77 {
    min-height: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-77 {
    min-height: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-77 {
    min-height: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-77 {
    min-height: 77%;
  }
}
.min-h-78 {
  min-height: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-78 {
    min-height: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-78 {
    min-height: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-78 {
    min-height: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-78 {
    min-height: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-78 {
    min-height: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-78 {
    min-height: 78%;
  }
}
.min-h-79 {
  min-height: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-79 {
    min-height: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-79 {
    min-height: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-79 {
    min-height: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-79 {
    min-height: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-79 {
    min-height: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-79 {
    min-height: 79%;
  }
}
.min-h-80 {
  min-height: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-80 {
    min-height: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-80 {
    min-height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-80 {
    min-height: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-80 {
    min-height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-80 {
    min-height: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-80 {
    min-height: 80%;
  }
}
.min-h-81 {
  min-height: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-81 {
    min-height: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-81 {
    min-height: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-81 {
    min-height: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-81 {
    min-height: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-81 {
    min-height: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-81 {
    min-height: 81%;
  }
}
.min-h-82 {
  min-height: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-82 {
    min-height: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-82 {
    min-height: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-82 {
    min-height: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-82 {
    min-height: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-82 {
    min-height: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-82 {
    min-height: 82%;
  }
}
.min-h-83 {
  min-height: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-83 {
    min-height: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-83 {
    min-height: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-83 {
    min-height: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-83 {
    min-height: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-83 {
    min-height: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-83 {
    min-height: 83%;
  }
}
.min-h-84 {
  min-height: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-84 {
    min-height: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-84 {
    min-height: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-84 {
    min-height: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-84 {
    min-height: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-84 {
    min-height: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-84 {
    min-height: 84%;
  }
}
.min-h-85 {
  min-height: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-85 {
    min-height: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-85 {
    min-height: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-85 {
    min-height: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-85 {
    min-height: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-85 {
    min-height: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-85 {
    min-height: 85%;
  }
}
.min-h-86 {
  min-height: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-86 {
    min-height: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-86 {
    min-height: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-86 {
    min-height: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-86 {
    min-height: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-86 {
    min-height: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-86 {
    min-height: 86%;
  }
}
.min-h-87 {
  min-height: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-87 {
    min-height: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-87 {
    min-height: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-87 {
    min-height: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-87 {
    min-height: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-87 {
    min-height: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-87 {
    min-height: 87%;
  }
}
.min-h-88 {
  min-height: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-88 {
    min-height: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-88 {
    min-height: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-88 {
    min-height: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-88 {
    min-height: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-88 {
    min-height: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-88 {
    min-height: 88%;
  }
}
.min-h-89 {
  min-height: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-89 {
    min-height: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-89 {
    min-height: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-89 {
    min-height: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-89 {
    min-height: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-89 {
    min-height: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-89 {
    min-height: 89%;
  }
}
.min-h-90 {
  min-height: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-90 {
    min-height: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-90 {
    min-height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-90 {
    min-height: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-90 {
    min-height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-90 {
    min-height: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-90 {
    min-height: 90%;
  }
}
.min-h-91 {
  min-height: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-91 {
    min-height: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-91 {
    min-height: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-91 {
    min-height: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-91 {
    min-height: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-91 {
    min-height: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-91 {
    min-height: 91%;
  }
}
.min-h-92 {
  min-height: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-92 {
    min-height: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-92 {
    min-height: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-92 {
    min-height: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-92 {
    min-height: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-92 {
    min-height: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-92 {
    min-height: 92%;
  }
}
.min-h-93 {
  min-height: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-93 {
    min-height: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-93 {
    min-height: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-93 {
    min-height: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-93 {
    min-height: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-93 {
    min-height: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-93 {
    min-height: 93%;
  }
}
.min-h-94 {
  min-height: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-94 {
    min-height: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-94 {
    min-height: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-94 {
    min-height: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-94 {
    min-height: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-94 {
    min-height: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-94 {
    min-height: 94%;
  }
}
.min-h-95 {
  min-height: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-95 {
    min-height: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-95 {
    min-height: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-95 {
    min-height: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-95 {
    min-height: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-95 {
    min-height: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-95 {
    min-height: 95%;
  }
}
.min-h-96 {
  min-height: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-96 {
    min-height: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-96 {
    min-height: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-96 {
    min-height: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-96 {
    min-height: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-96 {
    min-height: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-96 {
    min-height: 96%;
  }
}
.min-h-97 {
  min-height: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-97 {
    min-height: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-97 {
    min-height: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-97 {
    min-height: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-97 {
    min-height: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-97 {
    min-height: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-97 {
    min-height: 97%;
  }
}
.min-h-98 {
  min-height: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-98 {
    min-height: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-98 {
    min-height: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-98 {
    min-height: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-98 {
    min-height: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-98 {
    min-height: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-98 {
    min-height: 98%;
  }
}
.min-h-99 {
  min-height: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-99 {
    min-height: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-99 {
    min-height: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-99 {
    min-height: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-99 {
    min-height: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-99 {
    min-height: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-99 {
    min-height: 99%;
  }
}
.min-h-100 {
  min-height: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:min-h-100 {
    min-height: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-h-100 {
    min-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-100 {
    min-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-100 {
    min-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-100 {
    min-height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-h-100 {
    min-height: 100%;
  }
}
.max-h-0 {
  max-height: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-0 {
    max-height: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-0 {
    max-height: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-0 {
    max-height: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-0 {
    max-height: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-0 {
    max-height: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-0 {
    max-height: 0%;
  }
}
.max-h-1 {
  max-height: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-1 {
    max-height: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-1 {
    max-height: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-1 {
    max-height: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-1 {
    max-height: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-1 {
    max-height: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-1 {
    max-height: 1%;
  }
}
.max-h-2 {
  max-height: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-2 {
    max-height: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-2 {
    max-height: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-2 {
    max-height: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-2 {
    max-height: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-2 {
    max-height: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-2 {
    max-height: 2%;
  }
}
.max-h-3 {
  max-height: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-3 {
    max-height: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-3 {
    max-height: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-3 {
    max-height: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-3 {
    max-height: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-3 {
    max-height: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-3 {
    max-height: 3%;
  }
}
.max-h-4 {
  max-height: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-4 {
    max-height: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-4 {
    max-height: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-4 {
    max-height: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-4 {
    max-height: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-4 {
    max-height: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-4 {
    max-height: 4%;
  }
}
.max-h-5 {
  max-height: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-5 {
    max-height: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-5 {
    max-height: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-5 {
    max-height: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-5 {
    max-height: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-5 {
    max-height: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-5 {
    max-height: 5%;
  }
}
.max-h-6 {
  max-height: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-6 {
    max-height: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-6 {
    max-height: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-6 {
    max-height: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-6 {
    max-height: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-6 {
    max-height: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-6 {
    max-height: 6%;
  }
}
.max-h-7 {
  max-height: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-7 {
    max-height: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-7 {
    max-height: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-7 {
    max-height: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-7 {
    max-height: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-7 {
    max-height: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-7 {
    max-height: 7%;
  }
}
.max-h-8 {
  max-height: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-8 {
    max-height: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-8 {
    max-height: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-8 {
    max-height: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-8 {
    max-height: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-8 {
    max-height: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-8 {
    max-height: 8%;
  }
}
.max-h-9 {
  max-height: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-9 {
    max-height: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-9 {
    max-height: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-9 {
    max-height: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-9 {
    max-height: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-9 {
    max-height: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-9 {
    max-height: 9%;
  }
}
.max-h-10 {
  max-height: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-10 {
    max-height: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-10 {
    max-height: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-10 {
    max-height: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-10 {
    max-height: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-10 {
    max-height: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-10 {
    max-height: 10%;
  }
}
.max-h-11 {
  max-height: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-11 {
    max-height: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-11 {
    max-height: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-11 {
    max-height: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-11 {
    max-height: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-11 {
    max-height: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-11 {
    max-height: 11%;
  }
}
.max-h-12 {
  max-height: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-12 {
    max-height: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-12 {
    max-height: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-12 {
    max-height: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-12 {
    max-height: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-12 {
    max-height: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-12 {
    max-height: 12%;
  }
}
.max-h-13 {
  max-height: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-13 {
    max-height: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-13 {
    max-height: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-13 {
    max-height: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-13 {
    max-height: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-13 {
    max-height: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-13 {
    max-height: 13%;
  }
}
.max-h-14 {
  max-height: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-14 {
    max-height: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-14 {
    max-height: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-14 {
    max-height: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-14 {
    max-height: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-14 {
    max-height: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-14 {
    max-height: 14%;
  }
}
.max-h-15 {
  max-height: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-15 {
    max-height: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-15 {
    max-height: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-15 {
    max-height: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-15 {
    max-height: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-15 {
    max-height: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-15 {
    max-height: 15%;
  }
}
.max-h-16 {
  max-height: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-16 {
    max-height: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-16 {
    max-height: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-16 {
    max-height: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-16 {
    max-height: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-16 {
    max-height: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-16 {
    max-height: 16%;
  }
}
.max-h-17 {
  max-height: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-17 {
    max-height: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-17 {
    max-height: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-17 {
    max-height: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-17 {
    max-height: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-17 {
    max-height: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-17 {
    max-height: 17%;
  }
}
.max-h-18 {
  max-height: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-18 {
    max-height: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-18 {
    max-height: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-18 {
    max-height: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-18 {
    max-height: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-18 {
    max-height: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-18 {
    max-height: 18%;
  }
}
.max-h-19 {
  max-height: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-19 {
    max-height: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-19 {
    max-height: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-19 {
    max-height: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-19 {
    max-height: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-19 {
    max-height: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-19 {
    max-height: 19%;
  }
}
.max-h-20 {
  max-height: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-20 {
    max-height: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-20 {
    max-height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-20 {
    max-height: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-20 {
    max-height: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-20 {
    max-height: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-20 {
    max-height: 20%;
  }
}
.max-h-21 {
  max-height: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-21 {
    max-height: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-21 {
    max-height: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-21 {
    max-height: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-21 {
    max-height: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-21 {
    max-height: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-21 {
    max-height: 21%;
  }
}
.max-h-22 {
  max-height: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-22 {
    max-height: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-22 {
    max-height: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-22 {
    max-height: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-22 {
    max-height: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-22 {
    max-height: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-22 {
    max-height: 22%;
  }
}
.max-h-23 {
  max-height: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-23 {
    max-height: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-23 {
    max-height: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-23 {
    max-height: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-23 {
    max-height: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-23 {
    max-height: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-23 {
    max-height: 23%;
  }
}
.max-h-24 {
  max-height: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-24 {
    max-height: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-24 {
    max-height: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-24 {
    max-height: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-24 {
    max-height: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-24 {
    max-height: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-24 {
    max-height: 24%;
  }
}
.max-h-25 {
  max-height: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-25 {
    max-height: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-25 {
    max-height: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-25 {
    max-height: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-25 {
    max-height: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-25 {
    max-height: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-25 {
    max-height: 25%;
  }
}
.max-h-26 {
  max-height: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-26 {
    max-height: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-26 {
    max-height: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-26 {
    max-height: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-26 {
    max-height: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-26 {
    max-height: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-26 {
    max-height: 26%;
  }
}
.max-h-27 {
  max-height: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-27 {
    max-height: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-27 {
    max-height: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-27 {
    max-height: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-27 {
    max-height: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-27 {
    max-height: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-27 {
    max-height: 27%;
  }
}
.max-h-28 {
  max-height: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-28 {
    max-height: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-28 {
    max-height: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-28 {
    max-height: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-28 {
    max-height: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-28 {
    max-height: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-28 {
    max-height: 28%;
  }
}
.max-h-29 {
  max-height: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-29 {
    max-height: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-29 {
    max-height: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-29 {
    max-height: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-29 {
    max-height: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-29 {
    max-height: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-29 {
    max-height: 29%;
  }
}
.max-h-30 {
  max-height: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-30 {
    max-height: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-30 {
    max-height: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-30 {
    max-height: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-30 {
    max-height: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-30 {
    max-height: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-30 {
    max-height: 30%;
  }
}
.max-h-31 {
  max-height: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-31 {
    max-height: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-31 {
    max-height: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-31 {
    max-height: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-31 {
    max-height: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-31 {
    max-height: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-31 {
    max-height: 31%;
  }
}
.max-h-32 {
  max-height: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-32 {
    max-height: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-32 {
    max-height: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-32 {
    max-height: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-32 {
    max-height: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-32 {
    max-height: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-32 {
    max-height: 32%;
  }
}
.max-h-33 {
  max-height: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-33 {
    max-height: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-33 {
    max-height: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-33 {
    max-height: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-33 {
    max-height: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-33 {
    max-height: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-33 {
    max-height: 33%;
  }
}
.max-h-34 {
  max-height: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-34 {
    max-height: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-34 {
    max-height: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-34 {
    max-height: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-34 {
    max-height: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-34 {
    max-height: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-34 {
    max-height: 34%;
  }
}
.max-h-35 {
  max-height: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-35 {
    max-height: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-35 {
    max-height: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-35 {
    max-height: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-35 {
    max-height: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-35 {
    max-height: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-35 {
    max-height: 35%;
  }
}
.max-h-36 {
  max-height: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-36 {
    max-height: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-36 {
    max-height: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-36 {
    max-height: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-36 {
    max-height: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-36 {
    max-height: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-36 {
    max-height: 36%;
  }
}
.max-h-37 {
  max-height: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-37 {
    max-height: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-37 {
    max-height: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-37 {
    max-height: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-37 {
    max-height: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-37 {
    max-height: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-37 {
    max-height: 37%;
  }
}
.max-h-38 {
  max-height: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-38 {
    max-height: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-38 {
    max-height: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-38 {
    max-height: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-38 {
    max-height: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-38 {
    max-height: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-38 {
    max-height: 38%;
  }
}
.max-h-39 {
  max-height: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-39 {
    max-height: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-39 {
    max-height: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-39 {
    max-height: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-39 {
    max-height: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-39 {
    max-height: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-39 {
    max-height: 39%;
  }
}
.max-h-40 {
  max-height: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-40 {
    max-height: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-40 {
    max-height: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-40 {
    max-height: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-40 {
    max-height: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-40 {
    max-height: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-40 {
    max-height: 40%;
  }
}
.max-h-41 {
  max-height: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-41 {
    max-height: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-41 {
    max-height: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-41 {
    max-height: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-41 {
    max-height: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-41 {
    max-height: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-41 {
    max-height: 41%;
  }
}
.max-h-42 {
  max-height: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-42 {
    max-height: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-42 {
    max-height: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-42 {
    max-height: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-42 {
    max-height: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-42 {
    max-height: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-42 {
    max-height: 42%;
  }
}
.max-h-43 {
  max-height: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-43 {
    max-height: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-43 {
    max-height: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-43 {
    max-height: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-43 {
    max-height: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-43 {
    max-height: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-43 {
    max-height: 43%;
  }
}
.max-h-44 {
  max-height: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-44 {
    max-height: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-44 {
    max-height: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-44 {
    max-height: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-44 {
    max-height: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-44 {
    max-height: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-44 {
    max-height: 44%;
  }
}
.max-h-45 {
  max-height: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-45 {
    max-height: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-45 {
    max-height: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-45 {
    max-height: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-45 {
    max-height: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-45 {
    max-height: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-45 {
    max-height: 45%;
  }
}
.max-h-46 {
  max-height: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-46 {
    max-height: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-46 {
    max-height: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-46 {
    max-height: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-46 {
    max-height: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-46 {
    max-height: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-46 {
    max-height: 46%;
  }
}
.max-h-47 {
  max-height: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-47 {
    max-height: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-47 {
    max-height: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-47 {
    max-height: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-47 {
    max-height: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-47 {
    max-height: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-47 {
    max-height: 47%;
  }
}
.max-h-48 {
  max-height: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-48 {
    max-height: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-48 {
    max-height: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-48 {
    max-height: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-48 {
    max-height: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-48 {
    max-height: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-48 {
    max-height: 48%;
  }
}
.max-h-49 {
  max-height: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-49 {
    max-height: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-49 {
    max-height: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-49 {
    max-height: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-49 {
    max-height: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-49 {
    max-height: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-49 {
    max-height: 49%;
  }
}
.max-h-50 {
  max-height: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-50 {
    max-height: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-50 {
    max-height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-50 {
    max-height: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-50 {
    max-height: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-50 {
    max-height: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-50 {
    max-height: 50%;
  }
}
.max-h-51 {
  max-height: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-51 {
    max-height: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-51 {
    max-height: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-51 {
    max-height: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-51 {
    max-height: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-51 {
    max-height: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-51 {
    max-height: 51%;
  }
}
.max-h-52 {
  max-height: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-52 {
    max-height: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-52 {
    max-height: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-52 {
    max-height: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-52 {
    max-height: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-52 {
    max-height: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-52 {
    max-height: 52%;
  }
}
.max-h-53 {
  max-height: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-53 {
    max-height: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-53 {
    max-height: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-53 {
    max-height: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-53 {
    max-height: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-53 {
    max-height: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-53 {
    max-height: 53%;
  }
}
.max-h-54 {
  max-height: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-54 {
    max-height: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-54 {
    max-height: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-54 {
    max-height: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-54 {
    max-height: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-54 {
    max-height: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-54 {
    max-height: 54%;
  }
}
.max-h-55 {
  max-height: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-55 {
    max-height: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-55 {
    max-height: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-55 {
    max-height: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-55 {
    max-height: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-55 {
    max-height: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-55 {
    max-height: 55%;
  }
}
.max-h-56 {
  max-height: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-56 {
    max-height: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-56 {
    max-height: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-56 {
    max-height: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-56 {
    max-height: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-56 {
    max-height: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-56 {
    max-height: 56%;
  }
}
.max-h-57 {
  max-height: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-57 {
    max-height: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-57 {
    max-height: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-57 {
    max-height: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-57 {
    max-height: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-57 {
    max-height: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-57 {
    max-height: 57%;
  }
}
.max-h-58 {
  max-height: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-58 {
    max-height: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-58 {
    max-height: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-58 {
    max-height: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-58 {
    max-height: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-58 {
    max-height: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-58 {
    max-height: 58%;
  }
}
.max-h-59 {
  max-height: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-59 {
    max-height: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-59 {
    max-height: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-59 {
    max-height: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-59 {
    max-height: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-59 {
    max-height: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-59 {
    max-height: 59%;
  }
}
.max-h-60 {
  max-height: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-60 {
    max-height: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-60 {
    max-height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-60 {
    max-height: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-60 {
    max-height: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-60 {
    max-height: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-60 {
    max-height: 60%;
  }
}
.max-h-61 {
  max-height: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-61 {
    max-height: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-61 {
    max-height: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-61 {
    max-height: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-61 {
    max-height: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-61 {
    max-height: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-61 {
    max-height: 61%;
  }
}
.max-h-62 {
  max-height: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-62 {
    max-height: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-62 {
    max-height: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-62 {
    max-height: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-62 {
    max-height: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-62 {
    max-height: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-62 {
    max-height: 62%;
  }
}
.max-h-63 {
  max-height: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-63 {
    max-height: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-63 {
    max-height: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-63 {
    max-height: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-63 {
    max-height: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-63 {
    max-height: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-63 {
    max-height: 63%;
  }
}
.max-h-64 {
  max-height: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-64 {
    max-height: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-64 {
    max-height: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-64 {
    max-height: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-64 {
    max-height: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-64 {
    max-height: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-64 {
    max-height: 64%;
  }
}
.max-h-65 {
  max-height: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-65 {
    max-height: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-65 {
    max-height: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-65 {
    max-height: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-65 {
    max-height: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-65 {
    max-height: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-65 {
    max-height: 65%;
  }
}
.max-h-66 {
  max-height: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-66 {
    max-height: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-66 {
    max-height: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-66 {
    max-height: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-66 {
    max-height: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-66 {
    max-height: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-66 {
    max-height: 66%;
  }
}
.max-h-67 {
  max-height: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-67 {
    max-height: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-67 {
    max-height: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-67 {
    max-height: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-67 {
    max-height: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-67 {
    max-height: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-67 {
    max-height: 67%;
  }
}
.max-h-68 {
  max-height: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-68 {
    max-height: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-68 {
    max-height: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-68 {
    max-height: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-68 {
    max-height: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-68 {
    max-height: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-68 {
    max-height: 68%;
  }
}
.max-h-69 {
  max-height: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-69 {
    max-height: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-69 {
    max-height: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-69 {
    max-height: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-69 {
    max-height: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-69 {
    max-height: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-69 {
    max-height: 69%;
  }
}
.max-h-70 {
  max-height: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-70 {
    max-height: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-70 {
    max-height: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-70 {
    max-height: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-70 {
    max-height: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-70 {
    max-height: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-70 {
    max-height: 70%;
  }
}
.max-h-71 {
  max-height: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-71 {
    max-height: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-71 {
    max-height: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-71 {
    max-height: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-71 {
    max-height: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-71 {
    max-height: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-71 {
    max-height: 71%;
  }
}
.max-h-72 {
  max-height: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-72 {
    max-height: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-72 {
    max-height: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-72 {
    max-height: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-72 {
    max-height: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-72 {
    max-height: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-72 {
    max-height: 72%;
  }
}
.max-h-73 {
  max-height: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-73 {
    max-height: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-73 {
    max-height: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-73 {
    max-height: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-73 {
    max-height: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-73 {
    max-height: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-73 {
    max-height: 73%;
  }
}
.max-h-74 {
  max-height: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-74 {
    max-height: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-74 {
    max-height: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-74 {
    max-height: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-74 {
    max-height: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-74 {
    max-height: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-74 {
    max-height: 74%;
  }
}
.max-h-75 {
  max-height: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-75 {
    max-height: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-75 {
    max-height: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-75 {
    max-height: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-75 {
    max-height: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-75 {
    max-height: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-75 {
    max-height: 75%;
  }
}
.max-h-76 {
  max-height: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-76 {
    max-height: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-76 {
    max-height: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-76 {
    max-height: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-76 {
    max-height: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-76 {
    max-height: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-76 {
    max-height: 76%;
  }
}
.max-h-77 {
  max-height: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-77 {
    max-height: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-77 {
    max-height: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-77 {
    max-height: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-77 {
    max-height: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-77 {
    max-height: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-77 {
    max-height: 77%;
  }
}
.max-h-78 {
  max-height: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-78 {
    max-height: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-78 {
    max-height: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-78 {
    max-height: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-78 {
    max-height: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-78 {
    max-height: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-78 {
    max-height: 78%;
  }
}
.max-h-79 {
  max-height: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-79 {
    max-height: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-79 {
    max-height: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-79 {
    max-height: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-79 {
    max-height: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-79 {
    max-height: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-79 {
    max-height: 79%;
  }
}
.max-h-80 {
  max-height: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-80 {
    max-height: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-80 {
    max-height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-80 {
    max-height: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-80 {
    max-height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-80 {
    max-height: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-80 {
    max-height: 80%;
  }
}
.max-h-81 {
  max-height: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-81 {
    max-height: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-81 {
    max-height: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-81 {
    max-height: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-81 {
    max-height: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-81 {
    max-height: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-81 {
    max-height: 81%;
  }
}
.max-h-82 {
  max-height: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-82 {
    max-height: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-82 {
    max-height: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-82 {
    max-height: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-82 {
    max-height: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-82 {
    max-height: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-82 {
    max-height: 82%;
  }
}
.max-h-83 {
  max-height: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-83 {
    max-height: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-83 {
    max-height: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-83 {
    max-height: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-83 {
    max-height: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-83 {
    max-height: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-83 {
    max-height: 83%;
  }
}
.max-h-84 {
  max-height: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-84 {
    max-height: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-84 {
    max-height: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-84 {
    max-height: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-84 {
    max-height: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-84 {
    max-height: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-84 {
    max-height: 84%;
  }
}
.max-h-85 {
  max-height: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-85 {
    max-height: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-85 {
    max-height: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-85 {
    max-height: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-85 {
    max-height: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-85 {
    max-height: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-85 {
    max-height: 85%;
  }
}
.max-h-86 {
  max-height: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-86 {
    max-height: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-86 {
    max-height: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-86 {
    max-height: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-86 {
    max-height: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-86 {
    max-height: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-86 {
    max-height: 86%;
  }
}
.max-h-87 {
  max-height: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-87 {
    max-height: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-87 {
    max-height: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-87 {
    max-height: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-87 {
    max-height: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-87 {
    max-height: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-87 {
    max-height: 87%;
  }
}
.max-h-88 {
  max-height: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-88 {
    max-height: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-88 {
    max-height: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-88 {
    max-height: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-88 {
    max-height: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-88 {
    max-height: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-88 {
    max-height: 88%;
  }
}
.max-h-89 {
  max-height: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-89 {
    max-height: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-89 {
    max-height: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-89 {
    max-height: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-89 {
    max-height: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-89 {
    max-height: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-89 {
    max-height: 89%;
  }
}
.max-h-90 {
  max-height: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-90 {
    max-height: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-90 {
    max-height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-90 {
    max-height: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-90 {
    max-height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-90 {
    max-height: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-90 {
    max-height: 90%;
  }
}
.max-h-91 {
  max-height: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-91 {
    max-height: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-91 {
    max-height: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-91 {
    max-height: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-91 {
    max-height: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-91 {
    max-height: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-91 {
    max-height: 91%;
  }
}
.max-h-92 {
  max-height: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-92 {
    max-height: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-92 {
    max-height: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-92 {
    max-height: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-92 {
    max-height: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-92 {
    max-height: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-92 {
    max-height: 92%;
  }
}
.max-h-93 {
  max-height: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-93 {
    max-height: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-93 {
    max-height: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-93 {
    max-height: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-93 {
    max-height: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-93 {
    max-height: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-93 {
    max-height: 93%;
  }
}
.max-h-94 {
  max-height: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-94 {
    max-height: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-94 {
    max-height: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-94 {
    max-height: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-94 {
    max-height: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-94 {
    max-height: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-94 {
    max-height: 94%;
  }
}
.max-h-95 {
  max-height: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-95 {
    max-height: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-95 {
    max-height: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-95 {
    max-height: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-95 {
    max-height: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-95 {
    max-height: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-95 {
    max-height: 95%;
  }
}
.max-h-96 {
  max-height: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-96 {
    max-height: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-96 {
    max-height: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-96 {
    max-height: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-96 {
    max-height: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-96 {
    max-height: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-96 {
    max-height: 96%;
  }
}
.max-h-97 {
  max-height: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-97 {
    max-height: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-97 {
    max-height: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-97 {
    max-height: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-97 {
    max-height: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-97 {
    max-height: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-97 {
    max-height: 97%;
  }
}
.max-h-98 {
  max-height: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-98 {
    max-height: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-98 {
    max-height: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-98 {
    max-height: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-98 {
    max-height: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-98 {
    max-height: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-98 {
    max-height: 98%;
  }
}
.max-h-99 {
  max-height: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-99 {
    max-height: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-99 {
    max-height: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-99 {
    max-height: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-99 {
    max-height: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-99 {
    max-height: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-99 {
    max-height: 99%;
  }
}
.max-h-100 {
  max-height: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:max-h-100 {
    max-height: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-h-100 {
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-100 {
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-100 {
    max-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-100 {
    max-height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-h-100 {
    max-height: 100%;
  }
}
.vh-0 {
  height: 0vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-0 {
    height: 0vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-0 {
    height: 0vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-0 {
    height: 0vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-0 {
    height: 0vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-0 {
    height: 0vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-0 {
    height: 0vh;
  }
}
.vh-1 {
  height: 1vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-1 {
    height: 1vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-1 {
    height: 1vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-1 {
    height: 1vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-1 {
    height: 1vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-1 {
    height: 1vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-1 {
    height: 1vh;
  }
}
.vh-2 {
  height: 2vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-2 {
    height: 2vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-2 {
    height: 2vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-2 {
    height: 2vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-2 {
    height: 2vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-2 {
    height: 2vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-2 {
    height: 2vh;
  }
}
.vh-3 {
  height: 3vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-3 {
    height: 3vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-3 {
    height: 3vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-3 {
    height: 3vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-3 {
    height: 3vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-3 {
    height: 3vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-3 {
    height: 3vh;
  }
}
.vh-4 {
  height: 4vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-4 {
    height: 4vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-4 {
    height: 4vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-4 {
    height: 4vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-4 {
    height: 4vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-4 {
    height: 4vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-4 {
    height: 4vh;
  }
}
.vh-5 {
  height: 5vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-5 {
    height: 5vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-5 {
    height: 5vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-5 {
    height: 5vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-5 {
    height: 5vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-5 {
    height: 5vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-5 {
    height: 5vh;
  }
}
.vh-6 {
  height: 6vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-6 {
    height: 6vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-6 {
    height: 6vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-6 {
    height: 6vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-6 {
    height: 6vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-6 {
    height: 6vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-6 {
    height: 6vh;
  }
}
.vh-7 {
  height: 7vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-7 {
    height: 7vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-7 {
    height: 7vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-7 {
    height: 7vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-7 {
    height: 7vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-7 {
    height: 7vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-7 {
    height: 7vh;
  }
}
.vh-8 {
  height: 8vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-8 {
    height: 8vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-8 {
    height: 8vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-8 {
    height: 8vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-8 {
    height: 8vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-8 {
    height: 8vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-8 {
    height: 8vh;
  }
}
.vh-9 {
  height: 9vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-9 {
    height: 9vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-9 {
    height: 9vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-9 {
    height: 9vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-9 {
    height: 9vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-9 {
    height: 9vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-9 {
    height: 9vh;
  }
}
.vh-10 {
  height: 10vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-10 {
    height: 10vh;
  }
}
.vh-11 {
  height: 11vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-11 {
    height: 11vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-11 {
    height: 11vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-11 {
    height: 11vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-11 {
    height: 11vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-11 {
    height: 11vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-11 {
    height: 11vh;
  }
}
.vh-12 {
  height: 12vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-12 {
    height: 12vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-12 {
    height: 12vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-12 {
    height: 12vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-12 {
    height: 12vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-12 {
    height: 12vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-12 {
    height: 12vh;
  }
}
.vh-13 {
  height: 13vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-13 {
    height: 13vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-13 {
    height: 13vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-13 {
    height: 13vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-13 {
    height: 13vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-13 {
    height: 13vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-13 {
    height: 13vh;
  }
}
.vh-14 {
  height: 14vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-14 {
    height: 14vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-14 {
    height: 14vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-14 {
    height: 14vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-14 {
    height: 14vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-14 {
    height: 14vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-14 {
    height: 14vh;
  }
}
.vh-15 {
  height: 15vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-15 {
    height: 15vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-15 {
    height: 15vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-15 {
    height: 15vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-15 {
    height: 15vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-15 {
    height: 15vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-15 {
    height: 15vh;
  }
}
.vh-16 {
  height: 16vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-16 {
    height: 16vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-16 {
    height: 16vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-16 {
    height: 16vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-16 {
    height: 16vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-16 {
    height: 16vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-16 {
    height: 16vh;
  }
}
.vh-17 {
  height: 17vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-17 {
    height: 17vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-17 {
    height: 17vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-17 {
    height: 17vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-17 {
    height: 17vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-17 {
    height: 17vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-17 {
    height: 17vh;
  }
}
.vh-18 {
  height: 18vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-18 {
    height: 18vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-18 {
    height: 18vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-18 {
    height: 18vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-18 {
    height: 18vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-18 {
    height: 18vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-18 {
    height: 18vh;
  }
}
.vh-19 {
  height: 19vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-19 {
    height: 19vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-19 {
    height: 19vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-19 {
    height: 19vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-19 {
    height: 19vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-19 {
    height: 19vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-19 {
    height: 19vh;
  }
}
.vh-20 {
  height: 20vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-20 {
    height: 20vh;
  }
}
.vh-21 {
  height: 21vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-21 {
    height: 21vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-21 {
    height: 21vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-21 {
    height: 21vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-21 {
    height: 21vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-21 {
    height: 21vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-21 {
    height: 21vh;
  }
}
.vh-22 {
  height: 22vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-22 {
    height: 22vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-22 {
    height: 22vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-22 {
    height: 22vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-22 {
    height: 22vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-22 {
    height: 22vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-22 {
    height: 22vh;
  }
}
.vh-23 {
  height: 23vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-23 {
    height: 23vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-23 {
    height: 23vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-23 {
    height: 23vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-23 {
    height: 23vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-23 {
    height: 23vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-23 {
    height: 23vh;
  }
}
.vh-24 {
  height: 24vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-24 {
    height: 24vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-24 {
    height: 24vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-24 {
    height: 24vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-24 {
    height: 24vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-24 {
    height: 24vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-24 {
    height: 24vh;
  }
}
.vh-25 {
  height: 25vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-25 {
    height: 25vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-25 {
    height: 25vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-25 {
    height: 25vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-25 {
    height: 25vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-25 {
    height: 25vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-25 {
    height: 25vh;
  }
}
.vh-26 {
  height: 26vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-26 {
    height: 26vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-26 {
    height: 26vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-26 {
    height: 26vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-26 {
    height: 26vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-26 {
    height: 26vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-26 {
    height: 26vh;
  }
}
.vh-27 {
  height: 27vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-27 {
    height: 27vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-27 {
    height: 27vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-27 {
    height: 27vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-27 {
    height: 27vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-27 {
    height: 27vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-27 {
    height: 27vh;
  }
}
.vh-28 {
  height: 28vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-28 {
    height: 28vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-28 {
    height: 28vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-28 {
    height: 28vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-28 {
    height: 28vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-28 {
    height: 28vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-28 {
    height: 28vh;
  }
}
.vh-29 {
  height: 29vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-29 {
    height: 29vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-29 {
    height: 29vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-29 {
    height: 29vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-29 {
    height: 29vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-29 {
    height: 29vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-29 {
    height: 29vh;
  }
}
.vh-30 {
  height: 30vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-30 {
    height: 30vh;
  }
}
.vh-31 {
  height: 31vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-31 {
    height: 31vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-31 {
    height: 31vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-31 {
    height: 31vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-31 {
    height: 31vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-31 {
    height: 31vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-31 {
    height: 31vh;
  }
}
.vh-32 {
  height: 32vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-32 {
    height: 32vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-32 {
    height: 32vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-32 {
    height: 32vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-32 {
    height: 32vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-32 {
    height: 32vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-32 {
    height: 32vh;
  }
}
.vh-33 {
  height: 33vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-33 {
    height: 33vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-33 {
    height: 33vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-33 {
    height: 33vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-33 {
    height: 33vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-33 {
    height: 33vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-33 {
    height: 33vh;
  }
}
.vh-34 {
  height: 34vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-34 {
    height: 34vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-34 {
    height: 34vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-34 {
    height: 34vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-34 {
    height: 34vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-34 {
    height: 34vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-34 {
    height: 34vh;
  }
}
.vh-35 {
  height: 35vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-35 {
    height: 35vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-35 {
    height: 35vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-35 {
    height: 35vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-35 {
    height: 35vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-35 {
    height: 35vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-35 {
    height: 35vh;
  }
}
.vh-36 {
  height: 36vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-36 {
    height: 36vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-36 {
    height: 36vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-36 {
    height: 36vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-36 {
    height: 36vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-36 {
    height: 36vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-36 {
    height: 36vh;
  }
}
.vh-37 {
  height: 37vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-37 {
    height: 37vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-37 {
    height: 37vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-37 {
    height: 37vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-37 {
    height: 37vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-37 {
    height: 37vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-37 {
    height: 37vh;
  }
}
.vh-38 {
  height: 38vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-38 {
    height: 38vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-38 {
    height: 38vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-38 {
    height: 38vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-38 {
    height: 38vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-38 {
    height: 38vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-38 {
    height: 38vh;
  }
}
.vh-39 {
  height: 39vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-39 {
    height: 39vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-39 {
    height: 39vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-39 {
    height: 39vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-39 {
    height: 39vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-39 {
    height: 39vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-39 {
    height: 39vh;
  }
}
.vh-40 {
  height: 40vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-40 {
    height: 40vh;
  }
}
.vh-41 {
  height: 41vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-41 {
    height: 41vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-41 {
    height: 41vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-41 {
    height: 41vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-41 {
    height: 41vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-41 {
    height: 41vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-41 {
    height: 41vh;
  }
}
.vh-42 {
  height: 42vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-42 {
    height: 42vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-42 {
    height: 42vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-42 {
    height: 42vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-42 {
    height: 42vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-42 {
    height: 42vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-42 {
    height: 42vh;
  }
}
.vh-43 {
  height: 43vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-43 {
    height: 43vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-43 {
    height: 43vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-43 {
    height: 43vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-43 {
    height: 43vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-43 {
    height: 43vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-43 {
    height: 43vh;
  }
}
.vh-44 {
  height: 44vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-44 {
    height: 44vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-44 {
    height: 44vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-44 {
    height: 44vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-44 {
    height: 44vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-44 {
    height: 44vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-44 {
    height: 44vh;
  }
}
.vh-45 {
  height: 45vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-45 {
    height: 45vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-45 {
    height: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-45 {
    height: 45vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-45 {
    height: 45vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-45 {
    height: 45vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-45 {
    height: 45vh;
  }
}
.vh-46 {
  height: 46vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-46 {
    height: 46vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-46 {
    height: 46vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-46 {
    height: 46vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-46 {
    height: 46vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-46 {
    height: 46vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-46 {
    height: 46vh;
  }
}
.vh-47 {
  height: 47vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-47 {
    height: 47vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-47 {
    height: 47vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-47 {
    height: 47vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-47 {
    height: 47vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-47 {
    height: 47vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-47 {
    height: 47vh;
  }
}
.vh-48 {
  height: 48vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-48 {
    height: 48vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-48 {
    height: 48vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-48 {
    height: 48vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-48 {
    height: 48vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-48 {
    height: 48vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-48 {
    height: 48vh;
  }
}
.vh-49 {
  height: 49vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-49 {
    height: 49vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-49 {
    height: 49vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-49 {
    height: 49vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-49 {
    height: 49vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-49 {
    height: 49vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-49 {
    height: 49vh;
  }
}
.vh-50 {
  height: 50vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-50 {
    height: 50vh;
  }
}
.vh-51 {
  height: 51vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-51 {
    height: 51vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-51 {
    height: 51vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-51 {
    height: 51vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-51 {
    height: 51vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-51 {
    height: 51vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-51 {
    height: 51vh;
  }
}
.vh-52 {
  height: 52vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-52 {
    height: 52vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-52 {
    height: 52vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-52 {
    height: 52vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-52 {
    height: 52vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-52 {
    height: 52vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-52 {
    height: 52vh;
  }
}
.vh-53 {
  height: 53vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-53 {
    height: 53vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-53 {
    height: 53vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-53 {
    height: 53vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-53 {
    height: 53vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-53 {
    height: 53vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-53 {
    height: 53vh;
  }
}
.vh-54 {
  height: 54vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-54 {
    height: 54vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-54 {
    height: 54vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-54 {
    height: 54vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-54 {
    height: 54vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-54 {
    height: 54vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-54 {
    height: 54vh;
  }
}
.vh-55 {
  height: 55vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-55 {
    height: 55vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-55 {
    height: 55vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-55 {
    height: 55vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-55 {
    height: 55vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-55 {
    height: 55vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-55 {
    height: 55vh;
  }
}
.vh-56 {
  height: 56vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-56 {
    height: 56vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-56 {
    height: 56vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-56 {
    height: 56vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-56 {
    height: 56vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-56 {
    height: 56vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-56 {
    height: 56vh;
  }
}
.vh-57 {
  height: 57vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-57 {
    height: 57vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-57 {
    height: 57vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-57 {
    height: 57vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-57 {
    height: 57vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-57 {
    height: 57vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-57 {
    height: 57vh;
  }
}
.vh-58 {
  height: 58vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-58 {
    height: 58vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-58 {
    height: 58vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-58 {
    height: 58vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-58 {
    height: 58vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-58 {
    height: 58vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-58 {
    height: 58vh;
  }
}
.vh-59 {
  height: 59vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-59 {
    height: 59vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-59 {
    height: 59vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-59 {
    height: 59vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-59 {
    height: 59vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-59 {
    height: 59vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-59 {
    height: 59vh;
  }
}
.vh-60 {
  height: 60vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-60 {
    height: 60vh;
  }
}
.vh-61 {
  height: 61vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-61 {
    height: 61vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-61 {
    height: 61vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-61 {
    height: 61vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-61 {
    height: 61vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-61 {
    height: 61vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-61 {
    height: 61vh;
  }
}
.vh-62 {
  height: 62vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-62 {
    height: 62vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-62 {
    height: 62vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-62 {
    height: 62vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-62 {
    height: 62vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-62 {
    height: 62vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-62 {
    height: 62vh;
  }
}
.vh-63 {
  height: 63vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-63 {
    height: 63vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-63 {
    height: 63vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-63 {
    height: 63vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-63 {
    height: 63vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-63 {
    height: 63vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-63 {
    height: 63vh;
  }
}
.vh-64 {
  height: 64vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-64 {
    height: 64vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-64 {
    height: 64vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-64 {
    height: 64vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-64 {
    height: 64vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-64 {
    height: 64vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-64 {
    height: 64vh;
  }
}
.vh-65 {
  height: 65vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-65 {
    height: 65vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-65 {
    height: 65vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-65 {
    height: 65vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-65 {
    height: 65vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-65 {
    height: 65vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-65 {
    height: 65vh;
  }
}
.vh-66 {
  height: 66vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-66 {
    height: 66vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-66 {
    height: 66vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-66 {
    height: 66vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-66 {
    height: 66vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-66 {
    height: 66vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-66 {
    height: 66vh;
  }
}
.vh-67 {
  height: 67vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-67 {
    height: 67vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-67 {
    height: 67vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-67 {
    height: 67vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-67 {
    height: 67vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-67 {
    height: 67vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-67 {
    height: 67vh;
  }
}
.vh-68 {
  height: 68vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-68 {
    height: 68vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-68 {
    height: 68vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-68 {
    height: 68vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-68 {
    height: 68vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-68 {
    height: 68vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-68 {
    height: 68vh;
  }
}
.vh-69 {
  height: 69vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-69 {
    height: 69vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-69 {
    height: 69vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-69 {
    height: 69vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-69 {
    height: 69vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-69 {
    height: 69vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-69 {
    height: 69vh;
  }
}
.vh-70 {
  height: 70vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-70 {
    height: 70vh;
  }
}
.vh-71 {
  height: 71vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-71 {
    height: 71vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-71 {
    height: 71vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-71 {
    height: 71vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-71 {
    height: 71vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-71 {
    height: 71vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-71 {
    height: 71vh;
  }
}
.vh-72 {
  height: 72vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-72 {
    height: 72vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-72 {
    height: 72vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-72 {
    height: 72vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-72 {
    height: 72vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-72 {
    height: 72vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-72 {
    height: 72vh;
  }
}
.vh-73 {
  height: 73vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-73 {
    height: 73vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-73 {
    height: 73vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-73 {
    height: 73vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-73 {
    height: 73vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-73 {
    height: 73vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-73 {
    height: 73vh;
  }
}
.vh-74 {
  height: 74vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-74 {
    height: 74vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-74 {
    height: 74vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-74 {
    height: 74vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-74 {
    height: 74vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-74 {
    height: 74vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-74 {
    height: 74vh;
  }
}
.vh-75 {
  height: 75vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-75 {
    height: 75vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-75 {
    height: 75vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-75 {
    height: 75vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-75 {
    height: 75vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-75 {
    height: 75vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-75 {
    height: 75vh;
  }
}
.vh-76 {
  height: 76vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-76 {
    height: 76vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-76 {
    height: 76vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-76 {
    height: 76vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-76 {
    height: 76vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-76 {
    height: 76vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-76 {
    height: 76vh;
  }
}
.vh-77 {
  height: 77vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-77 {
    height: 77vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-77 {
    height: 77vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-77 {
    height: 77vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-77 {
    height: 77vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-77 {
    height: 77vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-77 {
    height: 77vh;
  }
}
.vh-78 {
  height: 78vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-78 {
    height: 78vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-78 {
    height: 78vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-78 {
    height: 78vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-78 {
    height: 78vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-78 {
    height: 78vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-78 {
    height: 78vh;
  }
}
.vh-79 {
  height: 79vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-79 {
    height: 79vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-79 {
    height: 79vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-79 {
    height: 79vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-79 {
    height: 79vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-79 {
    height: 79vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-79 {
    height: 79vh;
  }
}
.vh-80 {
  height: 80vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-80 {
    height: 80vh;
  }
}
.vh-81 {
  height: 81vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-81 {
    height: 81vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-81 {
    height: 81vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-81 {
    height: 81vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-81 {
    height: 81vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-81 {
    height: 81vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-81 {
    height: 81vh;
  }
}
.vh-82 {
  height: 82vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-82 {
    height: 82vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-82 {
    height: 82vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-82 {
    height: 82vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-82 {
    height: 82vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-82 {
    height: 82vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-82 {
    height: 82vh;
  }
}
.vh-83 {
  height: 83vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-83 {
    height: 83vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-83 {
    height: 83vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-83 {
    height: 83vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-83 {
    height: 83vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-83 {
    height: 83vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-83 {
    height: 83vh;
  }
}
.vh-84 {
  height: 84vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-84 {
    height: 84vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-84 {
    height: 84vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-84 {
    height: 84vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-84 {
    height: 84vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-84 {
    height: 84vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-84 {
    height: 84vh;
  }
}
.vh-85 {
  height: 85vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-85 {
    height: 85vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-85 {
    height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-85 {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-85 {
    height: 85vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-85 {
    height: 85vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-85 {
    height: 85vh;
  }
}
.vh-86 {
  height: 86vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-86 {
    height: 86vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-86 {
    height: 86vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-86 {
    height: 86vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-86 {
    height: 86vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-86 {
    height: 86vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-86 {
    height: 86vh;
  }
}
.vh-87 {
  height: 87vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-87 {
    height: 87vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-87 {
    height: 87vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-87 {
    height: 87vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-87 {
    height: 87vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-87 {
    height: 87vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-87 {
    height: 87vh;
  }
}
.vh-88 {
  height: 88vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-88 {
    height: 88vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-88 {
    height: 88vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-88 {
    height: 88vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-88 {
    height: 88vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-88 {
    height: 88vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-88 {
    height: 88vh;
  }
}
.vh-89 {
  height: 89vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-89 {
    height: 89vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-89 {
    height: 89vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-89 {
    height: 89vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-89 {
    height: 89vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-89 {
    height: 89vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-89 {
    height: 89vh;
  }
}
.vh-90 {
  height: 90vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-90 {
    height: 90vh;
  }
}
.vh-91 {
  height: 91vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-91 {
    height: 91vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-91 {
    height: 91vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-91 {
    height: 91vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-91 {
    height: 91vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-91 {
    height: 91vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-91 {
    height: 91vh;
  }
}
.vh-92 {
  height: 92vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-92 {
    height: 92vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-92 {
    height: 92vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-92 {
    height: 92vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-92 {
    height: 92vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-92 {
    height: 92vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-92 {
    height: 92vh;
  }
}
.vh-93 {
  height: 93vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-93 {
    height: 93vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-93 {
    height: 93vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-93 {
    height: 93vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-93 {
    height: 93vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-93 {
    height: 93vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-93 {
    height: 93vh;
  }
}
.vh-94 {
  height: 94vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-94 {
    height: 94vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-94 {
    height: 94vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-94 {
    height: 94vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-94 {
    height: 94vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-94 {
    height: 94vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-94 {
    height: 94vh;
  }
}
.vh-95 {
  height: 95vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-95 {
    height: 95vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-95 {
    height: 95vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-95 {
    height: 95vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-95 {
    height: 95vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-95 {
    height: 95vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-95 {
    height: 95vh;
  }
}
.vh-96 {
  height: 96vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-96 {
    height: 96vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-96 {
    height: 96vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-96 {
    height: 96vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-96 {
    height: 96vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-96 {
    height: 96vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-96 {
    height: 96vh;
  }
}
.vh-97 {
  height: 97vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-97 {
    height: 97vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-97 {
    height: 97vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-97 {
    height: 97vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-97 {
    height: 97vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-97 {
    height: 97vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-97 {
    height: 97vh;
  }
}
.vh-98 {
  height: 98vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-98 {
    height: 98vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-98 {
    height: 98vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-98 {
    height: 98vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-98 {
    height: 98vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-98 {
    height: 98vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-98 {
    height: 98vh;
  }
}
.vh-99 {
  height: 99vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-99 {
    height: 99vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-99 {
    height: 99vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-99 {
    height: 99vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-99 {
    height: 99vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-99 {
    height: 99vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-99 {
    height: 99vh;
  }
}
.vh-100 {
  height: 100vh;
}

@media screen and (min-width: 375px) {
  .xs\:vh-100 {
    height: 100vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vh-100 {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:vh-100 {
    height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vh-100 {
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vh-100 {
    height: 100vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vh-100 {
    height: 100vh;
  }
}
.min-vh-0 {
  min-height: 0vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-0 {
    min-height: 0vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-0 {
    min-height: 0vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-0 {
    min-height: 0vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-0 {
    min-height: 0vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-0 {
    min-height: 0vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-0 {
    min-height: 0vh;
  }
}
.min-vh-1 {
  min-height: 1vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-1 {
    min-height: 1vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-1 {
    min-height: 1vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-1 {
    min-height: 1vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-1 {
    min-height: 1vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-1 {
    min-height: 1vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-1 {
    min-height: 1vh;
  }
}
.min-vh-2 {
  min-height: 2vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-2 {
    min-height: 2vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-2 {
    min-height: 2vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-2 {
    min-height: 2vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-2 {
    min-height: 2vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-2 {
    min-height: 2vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-2 {
    min-height: 2vh;
  }
}
.min-vh-3 {
  min-height: 3vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-3 {
    min-height: 3vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-3 {
    min-height: 3vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-3 {
    min-height: 3vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-3 {
    min-height: 3vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-3 {
    min-height: 3vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-3 {
    min-height: 3vh;
  }
}
.min-vh-4 {
  min-height: 4vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-4 {
    min-height: 4vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-4 {
    min-height: 4vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-4 {
    min-height: 4vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-4 {
    min-height: 4vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-4 {
    min-height: 4vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-4 {
    min-height: 4vh;
  }
}
.min-vh-5 {
  min-height: 5vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-5 {
    min-height: 5vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-5 {
    min-height: 5vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-5 {
    min-height: 5vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-5 {
    min-height: 5vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-5 {
    min-height: 5vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-5 {
    min-height: 5vh;
  }
}
.min-vh-6 {
  min-height: 6vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-6 {
    min-height: 6vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-6 {
    min-height: 6vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-6 {
    min-height: 6vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-6 {
    min-height: 6vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-6 {
    min-height: 6vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-6 {
    min-height: 6vh;
  }
}
.min-vh-7 {
  min-height: 7vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-7 {
    min-height: 7vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-7 {
    min-height: 7vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-7 {
    min-height: 7vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-7 {
    min-height: 7vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-7 {
    min-height: 7vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-7 {
    min-height: 7vh;
  }
}
.min-vh-8 {
  min-height: 8vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-8 {
    min-height: 8vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-8 {
    min-height: 8vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-8 {
    min-height: 8vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-8 {
    min-height: 8vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-8 {
    min-height: 8vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-8 {
    min-height: 8vh;
  }
}
.min-vh-9 {
  min-height: 9vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-9 {
    min-height: 9vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-9 {
    min-height: 9vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-9 {
    min-height: 9vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-9 {
    min-height: 9vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-9 {
    min-height: 9vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-9 {
    min-height: 9vh;
  }
}
.min-vh-10 {
  min-height: 10vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-10 {
    min-height: 10vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-10 {
    min-height: 10vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-10 {
    min-height: 10vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-10 {
    min-height: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-10 {
    min-height: 10vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-10 {
    min-height: 10vh;
  }
}
.min-vh-11 {
  min-height: 11vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-11 {
    min-height: 11vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-11 {
    min-height: 11vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-11 {
    min-height: 11vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-11 {
    min-height: 11vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-11 {
    min-height: 11vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-11 {
    min-height: 11vh;
  }
}
.min-vh-12 {
  min-height: 12vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-12 {
    min-height: 12vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-12 {
    min-height: 12vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-12 {
    min-height: 12vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-12 {
    min-height: 12vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-12 {
    min-height: 12vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-12 {
    min-height: 12vh;
  }
}
.min-vh-13 {
  min-height: 13vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-13 {
    min-height: 13vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-13 {
    min-height: 13vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-13 {
    min-height: 13vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-13 {
    min-height: 13vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-13 {
    min-height: 13vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-13 {
    min-height: 13vh;
  }
}
.min-vh-14 {
  min-height: 14vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-14 {
    min-height: 14vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-14 {
    min-height: 14vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-14 {
    min-height: 14vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-14 {
    min-height: 14vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-14 {
    min-height: 14vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-14 {
    min-height: 14vh;
  }
}
.min-vh-15 {
  min-height: 15vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-15 {
    min-height: 15vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-15 {
    min-height: 15vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-15 {
    min-height: 15vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-15 {
    min-height: 15vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-15 {
    min-height: 15vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-15 {
    min-height: 15vh;
  }
}
.min-vh-16 {
  min-height: 16vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-16 {
    min-height: 16vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-16 {
    min-height: 16vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-16 {
    min-height: 16vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-16 {
    min-height: 16vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-16 {
    min-height: 16vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-16 {
    min-height: 16vh;
  }
}
.min-vh-17 {
  min-height: 17vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-17 {
    min-height: 17vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-17 {
    min-height: 17vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-17 {
    min-height: 17vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-17 {
    min-height: 17vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-17 {
    min-height: 17vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-17 {
    min-height: 17vh;
  }
}
.min-vh-18 {
  min-height: 18vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-18 {
    min-height: 18vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-18 {
    min-height: 18vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-18 {
    min-height: 18vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-18 {
    min-height: 18vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-18 {
    min-height: 18vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-18 {
    min-height: 18vh;
  }
}
.min-vh-19 {
  min-height: 19vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-19 {
    min-height: 19vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-19 {
    min-height: 19vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-19 {
    min-height: 19vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-19 {
    min-height: 19vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-19 {
    min-height: 19vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-19 {
    min-height: 19vh;
  }
}
.min-vh-20 {
  min-height: 20vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-20 {
    min-height: 20vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-20 {
    min-height: 20vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-20 {
    min-height: 20vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-20 {
    min-height: 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-20 {
    min-height: 20vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-20 {
    min-height: 20vh;
  }
}
.min-vh-21 {
  min-height: 21vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-21 {
    min-height: 21vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-21 {
    min-height: 21vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-21 {
    min-height: 21vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-21 {
    min-height: 21vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-21 {
    min-height: 21vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-21 {
    min-height: 21vh;
  }
}
.min-vh-22 {
  min-height: 22vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-22 {
    min-height: 22vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-22 {
    min-height: 22vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-22 {
    min-height: 22vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-22 {
    min-height: 22vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-22 {
    min-height: 22vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-22 {
    min-height: 22vh;
  }
}
.min-vh-23 {
  min-height: 23vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-23 {
    min-height: 23vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-23 {
    min-height: 23vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-23 {
    min-height: 23vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-23 {
    min-height: 23vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-23 {
    min-height: 23vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-23 {
    min-height: 23vh;
  }
}
.min-vh-24 {
  min-height: 24vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-24 {
    min-height: 24vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-24 {
    min-height: 24vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-24 {
    min-height: 24vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-24 {
    min-height: 24vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-24 {
    min-height: 24vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-24 {
    min-height: 24vh;
  }
}
.min-vh-25 {
  min-height: 25vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-25 {
    min-height: 25vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-25 {
    min-height: 25vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-25 {
    min-height: 25vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-25 {
    min-height: 25vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-25 {
    min-height: 25vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-25 {
    min-height: 25vh;
  }
}
.min-vh-26 {
  min-height: 26vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-26 {
    min-height: 26vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-26 {
    min-height: 26vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-26 {
    min-height: 26vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-26 {
    min-height: 26vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-26 {
    min-height: 26vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-26 {
    min-height: 26vh;
  }
}
.min-vh-27 {
  min-height: 27vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-27 {
    min-height: 27vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-27 {
    min-height: 27vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-27 {
    min-height: 27vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-27 {
    min-height: 27vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-27 {
    min-height: 27vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-27 {
    min-height: 27vh;
  }
}
.min-vh-28 {
  min-height: 28vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-28 {
    min-height: 28vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-28 {
    min-height: 28vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-28 {
    min-height: 28vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-28 {
    min-height: 28vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-28 {
    min-height: 28vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-28 {
    min-height: 28vh;
  }
}
.min-vh-29 {
  min-height: 29vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-29 {
    min-height: 29vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-29 {
    min-height: 29vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-29 {
    min-height: 29vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-29 {
    min-height: 29vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-29 {
    min-height: 29vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-29 {
    min-height: 29vh;
  }
}
.min-vh-30 {
  min-height: 30vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-30 {
    min-height: 30vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-30 {
    min-height: 30vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-30 {
    min-height: 30vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-30 {
    min-height: 30vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-30 {
    min-height: 30vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-30 {
    min-height: 30vh;
  }
}
.min-vh-31 {
  min-height: 31vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-31 {
    min-height: 31vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-31 {
    min-height: 31vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-31 {
    min-height: 31vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-31 {
    min-height: 31vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-31 {
    min-height: 31vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-31 {
    min-height: 31vh;
  }
}
.min-vh-32 {
  min-height: 32vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-32 {
    min-height: 32vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-32 {
    min-height: 32vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-32 {
    min-height: 32vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-32 {
    min-height: 32vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-32 {
    min-height: 32vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-32 {
    min-height: 32vh;
  }
}
.min-vh-33 {
  min-height: 33vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-33 {
    min-height: 33vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-33 {
    min-height: 33vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-33 {
    min-height: 33vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-33 {
    min-height: 33vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-33 {
    min-height: 33vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-33 {
    min-height: 33vh;
  }
}
.min-vh-34 {
  min-height: 34vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-34 {
    min-height: 34vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-34 {
    min-height: 34vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-34 {
    min-height: 34vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-34 {
    min-height: 34vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-34 {
    min-height: 34vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-34 {
    min-height: 34vh;
  }
}
.min-vh-35 {
  min-height: 35vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-35 {
    min-height: 35vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-35 {
    min-height: 35vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-35 {
    min-height: 35vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-35 {
    min-height: 35vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-35 {
    min-height: 35vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-35 {
    min-height: 35vh;
  }
}
.min-vh-36 {
  min-height: 36vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-36 {
    min-height: 36vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-36 {
    min-height: 36vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-36 {
    min-height: 36vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-36 {
    min-height: 36vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-36 {
    min-height: 36vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-36 {
    min-height: 36vh;
  }
}
.min-vh-37 {
  min-height: 37vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-37 {
    min-height: 37vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-37 {
    min-height: 37vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-37 {
    min-height: 37vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-37 {
    min-height: 37vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-37 {
    min-height: 37vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-37 {
    min-height: 37vh;
  }
}
.min-vh-38 {
  min-height: 38vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-38 {
    min-height: 38vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-38 {
    min-height: 38vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-38 {
    min-height: 38vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-38 {
    min-height: 38vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-38 {
    min-height: 38vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-38 {
    min-height: 38vh;
  }
}
.min-vh-39 {
  min-height: 39vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-39 {
    min-height: 39vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-39 {
    min-height: 39vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-39 {
    min-height: 39vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-39 {
    min-height: 39vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-39 {
    min-height: 39vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-39 {
    min-height: 39vh;
  }
}
.min-vh-40 {
  min-height: 40vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-40 {
    min-height: 40vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-40 {
    min-height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-40 {
    min-height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-40 {
    min-height: 40vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-40 {
    min-height: 40vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-40 {
    min-height: 40vh;
  }
}
.min-vh-41 {
  min-height: 41vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-41 {
    min-height: 41vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-41 {
    min-height: 41vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-41 {
    min-height: 41vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-41 {
    min-height: 41vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-41 {
    min-height: 41vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-41 {
    min-height: 41vh;
  }
}
.min-vh-42 {
  min-height: 42vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-42 {
    min-height: 42vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-42 {
    min-height: 42vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-42 {
    min-height: 42vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-42 {
    min-height: 42vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-42 {
    min-height: 42vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-42 {
    min-height: 42vh;
  }
}
.min-vh-43 {
  min-height: 43vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-43 {
    min-height: 43vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-43 {
    min-height: 43vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-43 {
    min-height: 43vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-43 {
    min-height: 43vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-43 {
    min-height: 43vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-43 {
    min-height: 43vh;
  }
}
.min-vh-44 {
  min-height: 44vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-44 {
    min-height: 44vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-44 {
    min-height: 44vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-44 {
    min-height: 44vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-44 {
    min-height: 44vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-44 {
    min-height: 44vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-44 {
    min-height: 44vh;
  }
}
.min-vh-45 {
  min-height: 45vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-45 {
    min-height: 45vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-45 {
    min-height: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-45 {
    min-height: 45vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-45 {
    min-height: 45vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-45 {
    min-height: 45vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-45 {
    min-height: 45vh;
  }
}
.min-vh-46 {
  min-height: 46vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-46 {
    min-height: 46vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-46 {
    min-height: 46vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-46 {
    min-height: 46vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-46 {
    min-height: 46vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-46 {
    min-height: 46vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-46 {
    min-height: 46vh;
  }
}
.min-vh-47 {
  min-height: 47vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-47 {
    min-height: 47vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-47 {
    min-height: 47vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-47 {
    min-height: 47vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-47 {
    min-height: 47vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-47 {
    min-height: 47vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-47 {
    min-height: 47vh;
  }
}
.min-vh-48 {
  min-height: 48vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-48 {
    min-height: 48vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-48 {
    min-height: 48vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-48 {
    min-height: 48vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-48 {
    min-height: 48vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-48 {
    min-height: 48vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-48 {
    min-height: 48vh;
  }
}
.min-vh-49 {
  min-height: 49vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-49 {
    min-height: 49vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-49 {
    min-height: 49vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-49 {
    min-height: 49vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-49 {
    min-height: 49vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-49 {
    min-height: 49vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-49 {
    min-height: 49vh;
  }
}
.min-vh-50 {
  min-height: 50vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-50 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-50 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-50 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-50 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-50 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-50 {
    min-height: 50vh;
  }
}
.min-vh-51 {
  min-height: 51vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-51 {
    min-height: 51vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-51 {
    min-height: 51vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-51 {
    min-height: 51vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-51 {
    min-height: 51vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-51 {
    min-height: 51vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-51 {
    min-height: 51vh;
  }
}
.min-vh-52 {
  min-height: 52vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-52 {
    min-height: 52vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-52 {
    min-height: 52vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-52 {
    min-height: 52vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-52 {
    min-height: 52vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-52 {
    min-height: 52vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-52 {
    min-height: 52vh;
  }
}
.min-vh-53 {
  min-height: 53vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-53 {
    min-height: 53vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-53 {
    min-height: 53vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-53 {
    min-height: 53vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-53 {
    min-height: 53vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-53 {
    min-height: 53vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-53 {
    min-height: 53vh;
  }
}
.min-vh-54 {
  min-height: 54vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-54 {
    min-height: 54vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-54 {
    min-height: 54vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-54 {
    min-height: 54vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-54 {
    min-height: 54vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-54 {
    min-height: 54vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-54 {
    min-height: 54vh;
  }
}
.min-vh-55 {
  min-height: 55vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-55 {
    min-height: 55vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-55 {
    min-height: 55vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-55 {
    min-height: 55vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-55 {
    min-height: 55vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-55 {
    min-height: 55vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-55 {
    min-height: 55vh;
  }
}
.min-vh-56 {
  min-height: 56vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-56 {
    min-height: 56vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-56 {
    min-height: 56vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-56 {
    min-height: 56vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-56 {
    min-height: 56vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-56 {
    min-height: 56vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-56 {
    min-height: 56vh;
  }
}
.min-vh-57 {
  min-height: 57vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-57 {
    min-height: 57vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-57 {
    min-height: 57vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-57 {
    min-height: 57vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-57 {
    min-height: 57vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-57 {
    min-height: 57vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-57 {
    min-height: 57vh;
  }
}
.min-vh-58 {
  min-height: 58vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-58 {
    min-height: 58vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-58 {
    min-height: 58vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-58 {
    min-height: 58vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-58 {
    min-height: 58vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-58 {
    min-height: 58vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-58 {
    min-height: 58vh;
  }
}
.min-vh-59 {
  min-height: 59vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-59 {
    min-height: 59vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-59 {
    min-height: 59vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-59 {
    min-height: 59vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-59 {
    min-height: 59vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-59 {
    min-height: 59vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-59 {
    min-height: 59vh;
  }
}
.min-vh-60 {
  min-height: 60vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-60 {
    min-height: 60vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-60 {
    min-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-60 {
    min-height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-60 {
    min-height: 60vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-60 {
    min-height: 60vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-60 {
    min-height: 60vh;
  }
}
.min-vh-61 {
  min-height: 61vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-61 {
    min-height: 61vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-61 {
    min-height: 61vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-61 {
    min-height: 61vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-61 {
    min-height: 61vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-61 {
    min-height: 61vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-61 {
    min-height: 61vh;
  }
}
.min-vh-62 {
  min-height: 62vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-62 {
    min-height: 62vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-62 {
    min-height: 62vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-62 {
    min-height: 62vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-62 {
    min-height: 62vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-62 {
    min-height: 62vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-62 {
    min-height: 62vh;
  }
}
.min-vh-63 {
  min-height: 63vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-63 {
    min-height: 63vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-63 {
    min-height: 63vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-63 {
    min-height: 63vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-63 {
    min-height: 63vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-63 {
    min-height: 63vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-63 {
    min-height: 63vh;
  }
}
.min-vh-64 {
  min-height: 64vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-64 {
    min-height: 64vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-64 {
    min-height: 64vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-64 {
    min-height: 64vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-64 {
    min-height: 64vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-64 {
    min-height: 64vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-64 {
    min-height: 64vh;
  }
}
.min-vh-65 {
  min-height: 65vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-65 {
    min-height: 65vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-65 {
    min-height: 65vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-65 {
    min-height: 65vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-65 {
    min-height: 65vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-65 {
    min-height: 65vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-65 {
    min-height: 65vh;
  }
}
.min-vh-66 {
  min-height: 66vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-66 {
    min-height: 66vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-66 {
    min-height: 66vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-66 {
    min-height: 66vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-66 {
    min-height: 66vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-66 {
    min-height: 66vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-66 {
    min-height: 66vh;
  }
}
.min-vh-67 {
  min-height: 67vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-67 {
    min-height: 67vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-67 {
    min-height: 67vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-67 {
    min-height: 67vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-67 {
    min-height: 67vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-67 {
    min-height: 67vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-67 {
    min-height: 67vh;
  }
}
.min-vh-68 {
  min-height: 68vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-68 {
    min-height: 68vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-68 {
    min-height: 68vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-68 {
    min-height: 68vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-68 {
    min-height: 68vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-68 {
    min-height: 68vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-68 {
    min-height: 68vh;
  }
}
.min-vh-69 {
  min-height: 69vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-69 {
    min-height: 69vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-69 {
    min-height: 69vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-69 {
    min-height: 69vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-69 {
    min-height: 69vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-69 {
    min-height: 69vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-69 {
    min-height: 69vh;
  }
}
.min-vh-70 {
  min-height: 70vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-70 {
    min-height: 70vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-70 {
    min-height: 70vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-70 {
    min-height: 70vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-70 {
    min-height: 70vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-70 {
    min-height: 70vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-70 {
    min-height: 70vh;
  }
}
.min-vh-71 {
  min-height: 71vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-71 {
    min-height: 71vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-71 {
    min-height: 71vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-71 {
    min-height: 71vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-71 {
    min-height: 71vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-71 {
    min-height: 71vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-71 {
    min-height: 71vh;
  }
}
.min-vh-72 {
  min-height: 72vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-72 {
    min-height: 72vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-72 {
    min-height: 72vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-72 {
    min-height: 72vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-72 {
    min-height: 72vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-72 {
    min-height: 72vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-72 {
    min-height: 72vh;
  }
}
.min-vh-73 {
  min-height: 73vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-73 {
    min-height: 73vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-73 {
    min-height: 73vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-73 {
    min-height: 73vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-73 {
    min-height: 73vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-73 {
    min-height: 73vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-73 {
    min-height: 73vh;
  }
}
.min-vh-74 {
  min-height: 74vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-74 {
    min-height: 74vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-74 {
    min-height: 74vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-74 {
    min-height: 74vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-74 {
    min-height: 74vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-74 {
    min-height: 74vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-74 {
    min-height: 74vh;
  }
}
.min-vh-75 {
  min-height: 75vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-75 {
    min-height: 75vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-75 {
    min-height: 75vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-75 {
    min-height: 75vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-75 {
    min-height: 75vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-75 {
    min-height: 75vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-75 {
    min-height: 75vh;
  }
}
.min-vh-76 {
  min-height: 76vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-76 {
    min-height: 76vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-76 {
    min-height: 76vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-76 {
    min-height: 76vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-76 {
    min-height: 76vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-76 {
    min-height: 76vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-76 {
    min-height: 76vh;
  }
}
.min-vh-77 {
  min-height: 77vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-77 {
    min-height: 77vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-77 {
    min-height: 77vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-77 {
    min-height: 77vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-77 {
    min-height: 77vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-77 {
    min-height: 77vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-77 {
    min-height: 77vh;
  }
}
.min-vh-78 {
  min-height: 78vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-78 {
    min-height: 78vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-78 {
    min-height: 78vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-78 {
    min-height: 78vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-78 {
    min-height: 78vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-78 {
    min-height: 78vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-78 {
    min-height: 78vh;
  }
}
.min-vh-79 {
  min-height: 79vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-79 {
    min-height: 79vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-79 {
    min-height: 79vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-79 {
    min-height: 79vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-79 {
    min-height: 79vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-79 {
    min-height: 79vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-79 {
    min-height: 79vh;
  }
}
.min-vh-80 {
  min-height: 80vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-80 {
    min-height: 80vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-80 {
    min-height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-80 {
    min-height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-80 {
    min-height: 80vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-80 {
    min-height: 80vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-80 {
    min-height: 80vh;
  }
}
.min-vh-81 {
  min-height: 81vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-81 {
    min-height: 81vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-81 {
    min-height: 81vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-81 {
    min-height: 81vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-81 {
    min-height: 81vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-81 {
    min-height: 81vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-81 {
    min-height: 81vh;
  }
}
.min-vh-82 {
  min-height: 82vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-82 {
    min-height: 82vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-82 {
    min-height: 82vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-82 {
    min-height: 82vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-82 {
    min-height: 82vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-82 {
    min-height: 82vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-82 {
    min-height: 82vh;
  }
}
.min-vh-83 {
  min-height: 83vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-83 {
    min-height: 83vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-83 {
    min-height: 83vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-83 {
    min-height: 83vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-83 {
    min-height: 83vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-83 {
    min-height: 83vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-83 {
    min-height: 83vh;
  }
}
.min-vh-84 {
  min-height: 84vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-84 {
    min-height: 84vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-84 {
    min-height: 84vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-84 {
    min-height: 84vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-84 {
    min-height: 84vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-84 {
    min-height: 84vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-84 {
    min-height: 84vh;
  }
}
.min-vh-85 {
  min-height: 85vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-85 {
    min-height: 85vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-85 {
    min-height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-85 {
    min-height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-85 {
    min-height: 85vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-85 {
    min-height: 85vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-85 {
    min-height: 85vh;
  }
}
.min-vh-86 {
  min-height: 86vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-86 {
    min-height: 86vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-86 {
    min-height: 86vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-86 {
    min-height: 86vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-86 {
    min-height: 86vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-86 {
    min-height: 86vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-86 {
    min-height: 86vh;
  }
}
.min-vh-87 {
  min-height: 87vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-87 {
    min-height: 87vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-87 {
    min-height: 87vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-87 {
    min-height: 87vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-87 {
    min-height: 87vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-87 {
    min-height: 87vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-87 {
    min-height: 87vh;
  }
}
.min-vh-88 {
  min-height: 88vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-88 {
    min-height: 88vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-88 {
    min-height: 88vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-88 {
    min-height: 88vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-88 {
    min-height: 88vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-88 {
    min-height: 88vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-88 {
    min-height: 88vh;
  }
}
.min-vh-89 {
  min-height: 89vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-89 {
    min-height: 89vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-89 {
    min-height: 89vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-89 {
    min-height: 89vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-89 {
    min-height: 89vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-89 {
    min-height: 89vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-89 {
    min-height: 89vh;
  }
}
.min-vh-90 {
  min-height: 90vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-90 {
    min-height: 90vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-90 {
    min-height: 90vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-90 {
    min-height: 90vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-90 {
    min-height: 90vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-90 {
    min-height: 90vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-90 {
    min-height: 90vh;
  }
}
.min-vh-91 {
  min-height: 91vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-91 {
    min-height: 91vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-91 {
    min-height: 91vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-91 {
    min-height: 91vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-91 {
    min-height: 91vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-91 {
    min-height: 91vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-91 {
    min-height: 91vh;
  }
}
.min-vh-92 {
  min-height: 92vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-92 {
    min-height: 92vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-92 {
    min-height: 92vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-92 {
    min-height: 92vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-92 {
    min-height: 92vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-92 {
    min-height: 92vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-92 {
    min-height: 92vh;
  }
}
.min-vh-93 {
  min-height: 93vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-93 {
    min-height: 93vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-93 {
    min-height: 93vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-93 {
    min-height: 93vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-93 {
    min-height: 93vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-93 {
    min-height: 93vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-93 {
    min-height: 93vh;
  }
}
.min-vh-94 {
  min-height: 94vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-94 {
    min-height: 94vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-94 {
    min-height: 94vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-94 {
    min-height: 94vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-94 {
    min-height: 94vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-94 {
    min-height: 94vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-94 {
    min-height: 94vh;
  }
}
.min-vh-95 {
  min-height: 95vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-95 {
    min-height: 95vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-95 {
    min-height: 95vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-95 {
    min-height: 95vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-95 {
    min-height: 95vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-95 {
    min-height: 95vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-95 {
    min-height: 95vh;
  }
}
.min-vh-96 {
  min-height: 96vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-96 {
    min-height: 96vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-96 {
    min-height: 96vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-96 {
    min-height: 96vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-96 {
    min-height: 96vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-96 {
    min-height: 96vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-96 {
    min-height: 96vh;
  }
}
.min-vh-97 {
  min-height: 97vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-97 {
    min-height: 97vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-97 {
    min-height: 97vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-97 {
    min-height: 97vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-97 {
    min-height: 97vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-97 {
    min-height: 97vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-97 {
    min-height: 97vh;
  }
}
.min-vh-98 {
  min-height: 98vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-98 {
    min-height: 98vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-98 {
    min-height: 98vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-98 {
    min-height: 98vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-98 {
    min-height: 98vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-98 {
    min-height: 98vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-98 {
    min-height: 98vh;
  }
}
.min-vh-99 {
  min-height: 99vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-99 {
    min-height: 99vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-99 {
    min-height: 99vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-99 {
    min-height: 99vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-99 {
    min-height: 99vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-99 {
    min-height: 99vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-99 {
    min-height: 99vh;
  }
}
.min-vh-100 {
  min-height: 100vh;
}

@media screen and (min-width: 375px) {
  .xs\:min-vh-100 {
    min-height: 100vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vh-100 {
    min-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vh-100 {
    min-height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vh-100 {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vh-100 {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vh-100 {
    min-height: 100vh;
  }
}
.max-vh-0 {
  max-height: 0vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-0 {
    max-height: 0vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-0 {
    max-height: 0vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-0 {
    max-height: 0vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-0 {
    max-height: 0vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-0 {
    max-height: 0vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-0 {
    max-height: 0vh;
  }
}
.max-vh-1 {
  max-height: 1vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-1 {
    max-height: 1vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-1 {
    max-height: 1vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-1 {
    max-height: 1vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-1 {
    max-height: 1vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-1 {
    max-height: 1vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-1 {
    max-height: 1vh;
  }
}
.max-vh-2 {
  max-height: 2vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-2 {
    max-height: 2vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-2 {
    max-height: 2vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-2 {
    max-height: 2vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-2 {
    max-height: 2vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-2 {
    max-height: 2vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-2 {
    max-height: 2vh;
  }
}
.max-vh-3 {
  max-height: 3vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-3 {
    max-height: 3vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-3 {
    max-height: 3vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-3 {
    max-height: 3vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-3 {
    max-height: 3vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-3 {
    max-height: 3vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-3 {
    max-height: 3vh;
  }
}
.max-vh-4 {
  max-height: 4vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-4 {
    max-height: 4vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-4 {
    max-height: 4vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-4 {
    max-height: 4vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-4 {
    max-height: 4vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-4 {
    max-height: 4vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-4 {
    max-height: 4vh;
  }
}
.max-vh-5 {
  max-height: 5vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-5 {
    max-height: 5vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-5 {
    max-height: 5vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-5 {
    max-height: 5vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-5 {
    max-height: 5vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-5 {
    max-height: 5vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-5 {
    max-height: 5vh;
  }
}
.max-vh-6 {
  max-height: 6vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-6 {
    max-height: 6vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-6 {
    max-height: 6vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-6 {
    max-height: 6vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-6 {
    max-height: 6vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-6 {
    max-height: 6vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-6 {
    max-height: 6vh;
  }
}
.max-vh-7 {
  max-height: 7vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-7 {
    max-height: 7vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-7 {
    max-height: 7vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-7 {
    max-height: 7vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-7 {
    max-height: 7vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-7 {
    max-height: 7vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-7 {
    max-height: 7vh;
  }
}
.max-vh-8 {
  max-height: 8vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-8 {
    max-height: 8vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-8 {
    max-height: 8vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-8 {
    max-height: 8vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-8 {
    max-height: 8vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-8 {
    max-height: 8vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-8 {
    max-height: 8vh;
  }
}
.max-vh-9 {
  max-height: 9vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-9 {
    max-height: 9vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-9 {
    max-height: 9vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-9 {
    max-height: 9vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-9 {
    max-height: 9vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-9 {
    max-height: 9vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-9 {
    max-height: 9vh;
  }
}
.max-vh-10 {
  max-height: 10vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-10 {
    max-height: 10vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-10 {
    max-height: 10vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-10 {
    max-height: 10vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-10 {
    max-height: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-10 {
    max-height: 10vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-10 {
    max-height: 10vh;
  }
}
.max-vh-11 {
  max-height: 11vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-11 {
    max-height: 11vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-11 {
    max-height: 11vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-11 {
    max-height: 11vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-11 {
    max-height: 11vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-11 {
    max-height: 11vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-11 {
    max-height: 11vh;
  }
}
.max-vh-12 {
  max-height: 12vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-12 {
    max-height: 12vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-12 {
    max-height: 12vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-12 {
    max-height: 12vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-12 {
    max-height: 12vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-12 {
    max-height: 12vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-12 {
    max-height: 12vh;
  }
}
.max-vh-13 {
  max-height: 13vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-13 {
    max-height: 13vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-13 {
    max-height: 13vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-13 {
    max-height: 13vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-13 {
    max-height: 13vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-13 {
    max-height: 13vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-13 {
    max-height: 13vh;
  }
}
.max-vh-14 {
  max-height: 14vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-14 {
    max-height: 14vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-14 {
    max-height: 14vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-14 {
    max-height: 14vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-14 {
    max-height: 14vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-14 {
    max-height: 14vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-14 {
    max-height: 14vh;
  }
}
.max-vh-15 {
  max-height: 15vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-15 {
    max-height: 15vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-15 {
    max-height: 15vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-15 {
    max-height: 15vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-15 {
    max-height: 15vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-15 {
    max-height: 15vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-15 {
    max-height: 15vh;
  }
}
.max-vh-16 {
  max-height: 16vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-16 {
    max-height: 16vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-16 {
    max-height: 16vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-16 {
    max-height: 16vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-16 {
    max-height: 16vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-16 {
    max-height: 16vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-16 {
    max-height: 16vh;
  }
}
.max-vh-17 {
  max-height: 17vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-17 {
    max-height: 17vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-17 {
    max-height: 17vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-17 {
    max-height: 17vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-17 {
    max-height: 17vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-17 {
    max-height: 17vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-17 {
    max-height: 17vh;
  }
}
.max-vh-18 {
  max-height: 18vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-18 {
    max-height: 18vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-18 {
    max-height: 18vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-18 {
    max-height: 18vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-18 {
    max-height: 18vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-18 {
    max-height: 18vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-18 {
    max-height: 18vh;
  }
}
.max-vh-19 {
  max-height: 19vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-19 {
    max-height: 19vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-19 {
    max-height: 19vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-19 {
    max-height: 19vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-19 {
    max-height: 19vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-19 {
    max-height: 19vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-19 {
    max-height: 19vh;
  }
}
.max-vh-20 {
  max-height: 20vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-20 {
    max-height: 20vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-20 {
    max-height: 20vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-20 {
    max-height: 20vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-20 {
    max-height: 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-20 {
    max-height: 20vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-20 {
    max-height: 20vh;
  }
}
.max-vh-21 {
  max-height: 21vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-21 {
    max-height: 21vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-21 {
    max-height: 21vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-21 {
    max-height: 21vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-21 {
    max-height: 21vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-21 {
    max-height: 21vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-21 {
    max-height: 21vh;
  }
}
.max-vh-22 {
  max-height: 22vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-22 {
    max-height: 22vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-22 {
    max-height: 22vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-22 {
    max-height: 22vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-22 {
    max-height: 22vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-22 {
    max-height: 22vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-22 {
    max-height: 22vh;
  }
}
.max-vh-23 {
  max-height: 23vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-23 {
    max-height: 23vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-23 {
    max-height: 23vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-23 {
    max-height: 23vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-23 {
    max-height: 23vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-23 {
    max-height: 23vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-23 {
    max-height: 23vh;
  }
}
.max-vh-24 {
  max-height: 24vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-24 {
    max-height: 24vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-24 {
    max-height: 24vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-24 {
    max-height: 24vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-24 {
    max-height: 24vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-24 {
    max-height: 24vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-24 {
    max-height: 24vh;
  }
}
.max-vh-25 {
  max-height: 25vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-25 {
    max-height: 25vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-25 {
    max-height: 25vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-25 {
    max-height: 25vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-25 {
    max-height: 25vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-25 {
    max-height: 25vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-25 {
    max-height: 25vh;
  }
}
.max-vh-26 {
  max-height: 26vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-26 {
    max-height: 26vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-26 {
    max-height: 26vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-26 {
    max-height: 26vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-26 {
    max-height: 26vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-26 {
    max-height: 26vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-26 {
    max-height: 26vh;
  }
}
.max-vh-27 {
  max-height: 27vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-27 {
    max-height: 27vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-27 {
    max-height: 27vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-27 {
    max-height: 27vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-27 {
    max-height: 27vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-27 {
    max-height: 27vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-27 {
    max-height: 27vh;
  }
}
.max-vh-28 {
  max-height: 28vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-28 {
    max-height: 28vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-28 {
    max-height: 28vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-28 {
    max-height: 28vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-28 {
    max-height: 28vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-28 {
    max-height: 28vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-28 {
    max-height: 28vh;
  }
}
.max-vh-29 {
  max-height: 29vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-29 {
    max-height: 29vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-29 {
    max-height: 29vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-29 {
    max-height: 29vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-29 {
    max-height: 29vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-29 {
    max-height: 29vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-29 {
    max-height: 29vh;
  }
}
.max-vh-30 {
  max-height: 30vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-30 {
    max-height: 30vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-30 {
    max-height: 30vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-30 {
    max-height: 30vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-30 {
    max-height: 30vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-30 {
    max-height: 30vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-30 {
    max-height: 30vh;
  }
}
.max-vh-31 {
  max-height: 31vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-31 {
    max-height: 31vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-31 {
    max-height: 31vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-31 {
    max-height: 31vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-31 {
    max-height: 31vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-31 {
    max-height: 31vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-31 {
    max-height: 31vh;
  }
}
.max-vh-32 {
  max-height: 32vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-32 {
    max-height: 32vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-32 {
    max-height: 32vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-32 {
    max-height: 32vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-32 {
    max-height: 32vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-32 {
    max-height: 32vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-32 {
    max-height: 32vh;
  }
}
.max-vh-33 {
  max-height: 33vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-33 {
    max-height: 33vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-33 {
    max-height: 33vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-33 {
    max-height: 33vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-33 {
    max-height: 33vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-33 {
    max-height: 33vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-33 {
    max-height: 33vh;
  }
}
.max-vh-34 {
  max-height: 34vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-34 {
    max-height: 34vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-34 {
    max-height: 34vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-34 {
    max-height: 34vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-34 {
    max-height: 34vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-34 {
    max-height: 34vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-34 {
    max-height: 34vh;
  }
}
.max-vh-35 {
  max-height: 35vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-35 {
    max-height: 35vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-35 {
    max-height: 35vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-35 {
    max-height: 35vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-35 {
    max-height: 35vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-35 {
    max-height: 35vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-35 {
    max-height: 35vh;
  }
}
.max-vh-36 {
  max-height: 36vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-36 {
    max-height: 36vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-36 {
    max-height: 36vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-36 {
    max-height: 36vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-36 {
    max-height: 36vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-36 {
    max-height: 36vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-36 {
    max-height: 36vh;
  }
}
.max-vh-37 {
  max-height: 37vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-37 {
    max-height: 37vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-37 {
    max-height: 37vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-37 {
    max-height: 37vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-37 {
    max-height: 37vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-37 {
    max-height: 37vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-37 {
    max-height: 37vh;
  }
}
.max-vh-38 {
  max-height: 38vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-38 {
    max-height: 38vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-38 {
    max-height: 38vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-38 {
    max-height: 38vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-38 {
    max-height: 38vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-38 {
    max-height: 38vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-38 {
    max-height: 38vh;
  }
}
.max-vh-39 {
  max-height: 39vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-39 {
    max-height: 39vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-39 {
    max-height: 39vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-39 {
    max-height: 39vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-39 {
    max-height: 39vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-39 {
    max-height: 39vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-39 {
    max-height: 39vh;
  }
}
.max-vh-40 {
  max-height: 40vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-40 {
    max-height: 40vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-40 {
    max-height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-40 {
    max-height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-40 {
    max-height: 40vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-40 {
    max-height: 40vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-40 {
    max-height: 40vh;
  }
}
.max-vh-41 {
  max-height: 41vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-41 {
    max-height: 41vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-41 {
    max-height: 41vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-41 {
    max-height: 41vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-41 {
    max-height: 41vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-41 {
    max-height: 41vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-41 {
    max-height: 41vh;
  }
}
.max-vh-42 {
  max-height: 42vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-42 {
    max-height: 42vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-42 {
    max-height: 42vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-42 {
    max-height: 42vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-42 {
    max-height: 42vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-42 {
    max-height: 42vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-42 {
    max-height: 42vh;
  }
}
.max-vh-43 {
  max-height: 43vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-43 {
    max-height: 43vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-43 {
    max-height: 43vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-43 {
    max-height: 43vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-43 {
    max-height: 43vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-43 {
    max-height: 43vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-43 {
    max-height: 43vh;
  }
}
.max-vh-44 {
  max-height: 44vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-44 {
    max-height: 44vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-44 {
    max-height: 44vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-44 {
    max-height: 44vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-44 {
    max-height: 44vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-44 {
    max-height: 44vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-44 {
    max-height: 44vh;
  }
}
.max-vh-45 {
  max-height: 45vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-45 {
    max-height: 45vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-45 {
    max-height: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-45 {
    max-height: 45vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-45 {
    max-height: 45vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-45 {
    max-height: 45vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-45 {
    max-height: 45vh;
  }
}
.max-vh-46 {
  max-height: 46vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-46 {
    max-height: 46vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-46 {
    max-height: 46vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-46 {
    max-height: 46vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-46 {
    max-height: 46vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-46 {
    max-height: 46vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-46 {
    max-height: 46vh;
  }
}
.max-vh-47 {
  max-height: 47vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-47 {
    max-height: 47vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-47 {
    max-height: 47vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-47 {
    max-height: 47vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-47 {
    max-height: 47vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-47 {
    max-height: 47vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-47 {
    max-height: 47vh;
  }
}
.max-vh-48 {
  max-height: 48vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-48 {
    max-height: 48vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-48 {
    max-height: 48vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-48 {
    max-height: 48vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-48 {
    max-height: 48vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-48 {
    max-height: 48vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-48 {
    max-height: 48vh;
  }
}
.max-vh-49 {
  max-height: 49vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-49 {
    max-height: 49vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-49 {
    max-height: 49vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-49 {
    max-height: 49vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-49 {
    max-height: 49vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-49 {
    max-height: 49vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-49 {
    max-height: 49vh;
  }
}
.max-vh-50 {
  max-height: 50vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-50 {
    max-height: 50vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-50 {
    max-height: 50vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-50 {
    max-height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-50 {
    max-height: 50vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-50 {
    max-height: 50vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-50 {
    max-height: 50vh;
  }
}
.max-vh-51 {
  max-height: 51vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-51 {
    max-height: 51vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-51 {
    max-height: 51vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-51 {
    max-height: 51vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-51 {
    max-height: 51vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-51 {
    max-height: 51vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-51 {
    max-height: 51vh;
  }
}
.max-vh-52 {
  max-height: 52vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-52 {
    max-height: 52vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-52 {
    max-height: 52vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-52 {
    max-height: 52vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-52 {
    max-height: 52vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-52 {
    max-height: 52vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-52 {
    max-height: 52vh;
  }
}
.max-vh-53 {
  max-height: 53vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-53 {
    max-height: 53vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-53 {
    max-height: 53vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-53 {
    max-height: 53vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-53 {
    max-height: 53vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-53 {
    max-height: 53vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-53 {
    max-height: 53vh;
  }
}
.max-vh-54 {
  max-height: 54vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-54 {
    max-height: 54vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-54 {
    max-height: 54vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-54 {
    max-height: 54vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-54 {
    max-height: 54vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-54 {
    max-height: 54vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-54 {
    max-height: 54vh;
  }
}
.max-vh-55 {
  max-height: 55vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-55 {
    max-height: 55vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-55 {
    max-height: 55vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-55 {
    max-height: 55vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-55 {
    max-height: 55vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-55 {
    max-height: 55vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-55 {
    max-height: 55vh;
  }
}
.max-vh-56 {
  max-height: 56vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-56 {
    max-height: 56vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-56 {
    max-height: 56vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-56 {
    max-height: 56vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-56 {
    max-height: 56vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-56 {
    max-height: 56vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-56 {
    max-height: 56vh;
  }
}
.max-vh-57 {
  max-height: 57vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-57 {
    max-height: 57vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-57 {
    max-height: 57vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-57 {
    max-height: 57vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-57 {
    max-height: 57vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-57 {
    max-height: 57vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-57 {
    max-height: 57vh;
  }
}
.max-vh-58 {
  max-height: 58vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-58 {
    max-height: 58vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-58 {
    max-height: 58vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-58 {
    max-height: 58vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-58 {
    max-height: 58vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-58 {
    max-height: 58vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-58 {
    max-height: 58vh;
  }
}
.max-vh-59 {
  max-height: 59vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-59 {
    max-height: 59vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-59 {
    max-height: 59vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-59 {
    max-height: 59vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-59 {
    max-height: 59vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-59 {
    max-height: 59vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-59 {
    max-height: 59vh;
  }
}
.max-vh-60 {
  max-height: 60vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-60 {
    max-height: 60vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-60 {
    max-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-60 {
    max-height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-60 {
    max-height: 60vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-60 {
    max-height: 60vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-60 {
    max-height: 60vh;
  }
}
.max-vh-61 {
  max-height: 61vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-61 {
    max-height: 61vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-61 {
    max-height: 61vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-61 {
    max-height: 61vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-61 {
    max-height: 61vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-61 {
    max-height: 61vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-61 {
    max-height: 61vh;
  }
}
.max-vh-62 {
  max-height: 62vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-62 {
    max-height: 62vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-62 {
    max-height: 62vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-62 {
    max-height: 62vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-62 {
    max-height: 62vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-62 {
    max-height: 62vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-62 {
    max-height: 62vh;
  }
}
.max-vh-63 {
  max-height: 63vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-63 {
    max-height: 63vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-63 {
    max-height: 63vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-63 {
    max-height: 63vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-63 {
    max-height: 63vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-63 {
    max-height: 63vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-63 {
    max-height: 63vh;
  }
}
.max-vh-64 {
  max-height: 64vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-64 {
    max-height: 64vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-64 {
    max-height: 64vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-64 {
    max-height: 64vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-64 {
    max-height: 64vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-64 {
    max-height: 64vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-64 {
    max-height: 64vh;
  }
}
.max-vh-65 {
  max-height: 65vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-65 {
    max-height: 65vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-65 {
    max-height: 65vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-65 {
    max-height: 65vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-65 {
    max-height: 65vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-65 {
    max-height: 65vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-65 {
    max-height: 65vh;
  }
}
.max-vh-66 {
  max-height: 66vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-66 {
    max-height: 66vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-66 {
    max-height: 66vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-66 {
    max-height: 66vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-66 {
    max-height: 66vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-66 {
    max-height: 66vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-66 {
    max-height: 66vh;
  }
}
.max-vh-67 {
  max-height: 67vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-67 {
    max-height: 67vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-67 {
    max-height: 67vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-67 {
    max-height: 67vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-67 {
    max-height: 67vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-67 {
    max-height: 67vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-67 {
    max-height: 67vh;
  }
}
.max-vh-68 {
  max-height: 68vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-68 {
    max-height: 68vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-68 {
    max-height: 68vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-68 {
    max-height: 68vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-68 {
    max-height: 68vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-68 {
    max-height: 68vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-68 {
    max-height: 68vh;
  }
}
.max-vh-69 {
  max-height: 69vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-69 {
    max-height: 69vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-69 {
    max-height: 69vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-69 {
    max-height: 69vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-69 {
    max-height: 69vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-69 {
    max-height: 69vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-69 {
    max-height: 69vh;
  }
}
.max-vh-70 {
  max-height: 70vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-70 {
    max-height: 70vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-70 {
    max-height: 70vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-70 {
    max-height: 70vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-70 {
    max-height: 70vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-70 {
    max-height: 70vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-70 {
    max-height: 70vh;
  }
}
.max-vh-71 {
  max-height: 71vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-71 {
    max-height: 71vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-71 {
    max-height: 71vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-71 {
    max-height: 71vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-71 {
    max-height: 71vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-71 {
    max-height: 71vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-71 {
    max-height: 71vh;
  }
}
.max-vh-72 {
  max-height: 72vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-72 {
    max-height: 72vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-72 {
    max-height: 72vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-72 {
    max-height: 72vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-72 {
    max-height: 72vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-72 {
    max-height: 72vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-72 {
    max-height: 72vh;
  }
}
.max-vh-73 {
  max-height: 73vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-73 {
    max-height: 73vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-73 {
    max-height: 73vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-73 {
    max-height: 73vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-73 {
    max-height: 73vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-73 {
    max-height: 73vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-73 {
    max-height: 73vh;
  }
}
.max-vh-74 {
  max-height: 74vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-74 {
    max-height: 74vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-74 {
    max-height: 74vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-74 {
    max-height: 74vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-74 {
    max-height: 74vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-74 {
    max-height: 74vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-74 {
    max-height: 74vh;
  }
}
.max-vh-75 {
  max-height: 75vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-75 {
    max-height: 75vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-75 {
    max-height: 75vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-75 {
    max-height: 75vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-75 {
    max-height: 75vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-75 {
    max-height: 75vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-75 {
    max-height: 75vh;
  }
}
.max-vh-76 {
  max-height: 76vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-76 {
    max-height: 76vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-76 {
    max-height: 76vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-76 {
    max-height: 76vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-76 {
    max-height: 76vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-76 {
    max-height: 76vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-76 {
    max-height: 76vh;
  }
}
.max-vh-77 {
  max-height: 77vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-77 {
    max-height: 77vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-77 {
    max-height: 77vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-77 {
    max-height: 77vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-77 {
    max-height: 77vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-77 {
    max-height: 77vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-77 {
    max-height: 77vh;
  }
}
.max-vh-78 {
  max-height: 78vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-78 {
    max-height: 78vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-78 {
    max-height: 78vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-78 {
    max-height: 78vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-78 {
    max-height: 78vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-78 {
    max-height: 78vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-78 {
    max-height: 78vh;
  }
}
.max-vh-79 {
  max-height: 79vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-79 {
    max-height: 79vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-79 {
    max-height: 79vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-79 {
    max-height: 79vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-79 {
    max-height: 79vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-79 {
    max-height: 79vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-79 {
    max-height: 79vh;
  }
}
.max-vh-80 {
  max-height: 80vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-80 {
    max-height: 80vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-80 {
    max-height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-80 {
    max-height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-80 {
    max-height: 80vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-80 {
    max-height: 80vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-80 {
    max-height: 80vh;
  }
}
.max-vh-81 {
  max-height: 81vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-81 {
    max-height: 81vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-81 {
    max-height: 81vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-81 {
    max-height: 81vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-81 {
    max-height: 81vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-81 {
    max-height: 81vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-81 {
    max-height: 81vh;
  }
}
.max-vh-82 {
  max-height: 82vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-82 {
    max-height: 82vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-82 {
    max-height: 82vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-82 {
    max-height: 82vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-82 {
    max-height: 82vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-82 {
    max-height: 82vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-82 {
    max-height: 82vh;
  }
}
.max-vh-83 {
  max-height: 83vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-83 {
    max-height: 83vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-83 {
    max-height: 83vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-83 {
    max-height: 83vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-83 {
    max-height: 83vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-83 {
    max-height: 83vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-83 {
    max-height: 83vh;
  }
}
.max-vh-84 {
  max-height: 84vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-84 {
    max-height: 84vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-84 {
    max-height: 84vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-84 {
    max-height: 84vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-84 {
    max-height: 84vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-84 {
    max-height: 84vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-84 {
    max-height: 84vh;
  }
}
.max-vh-85 {
  max-height: 85vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-85 {
    max-height: 85vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-85 {
    max-height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-85 {
    max-height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-85 {
    max-height: 85vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-85 {
    max-height: 85vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-85 {
    max-height: 85vh;
  }
}
.max-vh-86 {
  max-height: 86vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-86 {
    max-height: 86vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-86 {
    max-height: 86vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-86 {
    max-height: 86vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-86 {
    max-height: 86vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-86 {
    max-height: 86vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-86 {
    max-height: 86vh;
  }
}
.max-vh-87 {
  max-height: 87vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-87 {
    max-height: 87vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-87 {
    max-height: 87vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-87 {
    max-height: 87vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-87 {
    max-height: 87vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-87 {
    max-height: 87vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-87 {
    max-height: 87vh;
  }
}
.max-vh-88 {
  max-height: 88vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-88 {
    max-height: 88vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-88 {
    max-height: 88vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-88 {
    max-height: 88vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-88 {
    max-height: 88vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-88 {
    max-height: 88vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-88 {
    max-height: 88vh;
  }
}
.max-vh-89 {
  max-height: 89vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-89 {
    max-height: 89vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-89 {
    max-height: 89vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-89 {
    max-height: 89vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-89 {
    max-height: 89vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-89 {
    max-height: 89vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-89 {
    max-height: 89vh;
  }
}
.max-vh-90 {
  max-height: 90vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-90 {
    max-height: 90vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-90 {
    max-height: 90vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-90 {
    max-height: 90vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-90 {
    max-height: 90vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-90 {
    max-height: 90vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-90 {
    max-height: 90vh;
  }
}
.max-vh-91 {
  max-height: 91vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-91 {
    max-height: 91vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-91 {
    max-height: 91vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-91 {
    max-height: 91vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-91 {
    max-height: 91vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-91 {
    max-height: 91vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-91 {
    max-height: 91vh;
  }
}
.max-vh-92 {
  max-height: 92vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-92 {
    max-height: 92vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-92 {
    max-height: 92vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-92 {
    max-height: 92vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-92 {
    max-height: 92vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-92 {
    max-height: 92vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-92 {
    max-height: 92vh;
  }
}
.max-vh-93 {
  max-height: 93vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-93 {
    max-height: 93vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-93 {
    max-height: 93vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-93 {
    max-height: 93vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-93 {
    max-height: 93vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-93 {
    max-height: 93vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-93 {
    max-height: 93vh;
  }
}
.max-vh-94 {
  max-height: 94vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-94 {
    max-height: 94vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-94 {
    max-height: 94vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-94 {
    max-height: 94vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-94 {
    max-height: 94vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-94 {
    max-height: 94vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-94 {
    max-height: 94vh;
  }
}
.max-vh-95 {
  max-height: 95vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-95 {
    max-height: 95vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-95 {
    max-height: 95vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-95 {
    max-height: 95vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-95 {
    max-height: 95vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-95 {
    max-height: 95vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-95 {
    max-height: 95vh;
  }
}
.max-vh-96 {
  max-height: 96vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-96 {
    max-height: 96vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-96 {
    max-height: 96vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-96 {
    max-height: 96vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-96 {
    max-height: 96vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-96 {
    max-height: 96vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-96 {
    max-height: 96vh;
  }
}
.max-vh-97 {
  max-height: 97vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-97 {
    max-height: 97vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-97 {
    max-height: 97vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-97 {
    max-height: 97vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-97 {
    max-height: 97vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-97 {
    max-height: 97vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-97 {
    max-height: 97vh;
  }
}
.max-vh-98 {
  max-height: 98vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-98 {
    max-height: 98vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-98 {
    max-height: 98vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-98 {
    max-height: 98vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-98 {
    max-height: 98vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-98 {
    max-height: 98vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-98 {
    max-height: 98vh;
  }
}
.max-vh-99 {
  max-height: 99vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-99 {
    max-height: 99vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-99 {
    max-height: 99vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-99 {
    max-height: 99vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-99 {
    max-height: 99vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-99 {
    max-height: 99vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-99 {
    max-height: 99vh;
  }
}
.max-vh-100 {
  max-height: 100vh;
}

@media screen and (min-width: 375px) {
  .xs\:max-vh-100 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vh-100 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vh-100 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vh-100 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vh-100 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vh-100 {
    max-height: 100vh;
  }
}
.w-0 {
  width: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-0 {
    width: 0%;
  }
}
.w-1 {
  width: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-1 {
    width: 1%;
  }
}
.w-2 {
  width: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-2 {
    width: 2%;
  }
}
.w-3 {
  width: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-3 {
    width: 3%;
  }
}
.w-4 {
  width: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-4 {
    width: 4%;
  }
}
.w-5 {
  width: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-5 {
    width: 5%;
  }
}
.w-6 {
  width: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-6 {
    width: 6%;
  }
}
.w-7 {
  width: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-7 {
    width: 7%;
  }
}
.w-8 {
  width: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-8 {
    width: 8%;
  }
}
.w-9 {
  width: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-9 {
    width: 9%;
  }
}
.w-10 {
  width: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-10 {
    width: 10%;
  }
}
.w-11 {
  width: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-11 {
    width: 11%;
  }
}
.w-12 {
  width: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-12 {
    width: 12%;
  }
}
.w-13 {
  width: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-13 {
    width: 13%;
  }
}
.w-14 {
  width: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-14 {
    width: 14%;
  }
}
.w-15 {
  width: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-15 {
    width: 15%;
  }
}
.w-16 {
  width: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-16 {
    width: 16%;
  }
}
.w-17 {
  width: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-17 {
    width: 17%;
  }
}
.w-18 {
  width: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-18 {
    width: 18%;
  }
}
.w-19 {
  width: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-19 {
    width: 19%;
  }
}
.w-20 {
  width: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-20 {
    width: 20%;
  }
}
.w-21 {
  width: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-21 {
    width: 21%;
  }
}
.w-22 {
  width: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-22 {
    width: 22%;
  }
}
.w-23 {
  width: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-23 {
    width: 23%;
  }
}
.w-24 {
  width: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-24 {
    width: 24%;
  }
}
.w-25 {
  width: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-25 {
    width: 25%;
  }
}
.w-26 {
  width: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-26 {
    width: 26%;
  }
}
.w-27 {
  width: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-27 {
    width: 27%;
  }
}
.w-28 {
  width: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-28 {
    width: 28%;
  }
}
.w-29 {
  width: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-29 {
    width: 29%;
  }
}
.w-30 {
  width: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-30 {
    width: 30%;
  }
}
.w-31 {
  width: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-31 {
    width: 31%;
  }
}
.w-32 {
  width: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-32 {
    width: 32%;
  }
}
.w-33 {
  width: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-33 {
    width: 33%;
  }
}
.w-34 {
  width: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-34 {
    width: 34%;
  }
}
.w-35 {
  width: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-35 {
    width: 35%;
  }
}
.w-36 {
  width: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-36 {
    width: 36%;
  }
}
.w-37 {
  width: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-37 {
    width: 37%;
  }
}
.w-38 {
  width: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-38 {
    width: 38%;
  }
}
.w-39 {
  width: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-39 {
    width: 39%;
  }
}
.w-40 {
  width: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-40 {
    width: 40%;
  }
}
.w-41 {
  width: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-41 {
    width: 41%;
  }
}
.w-42 {
  width: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-42 {
    width: 42%;
  }
}
.w-43 {
  width: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-43 {
    width: 43%;
  }
}
.w-44 {
  width: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-44 {
    width: 44%;
  }
}
.w-45 {
  width: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-45 {
    width: 45%;
  }
}
.w-46 {
  width: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-46 {
    width: 46%;
  }
}
.w-47 {
  width: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-47 {
    width: 47%;
  }
}
.w-48 {
  width: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-48 {
    width: 48%;
  }
}
.w-49 {
  width: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-49 {
    width: 49%;
  }
}
.w-50 {
  width: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-50 {
    width: 50%;
  }
}
.w-51 {
  width: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-51 {
    width: 51%;
  }
}
.w-52 {
  width: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-52 {
    width: 52%;
  }
}
.w-53 {
  width: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-53 {
    width: 53%;
  }
}
.w-54 {
  width: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-54 {
    width: 54%;
  }
}
.w-55 {
  width: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-55 {
    width: 55%;
  }
}
.w-56 {
  width: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-56 {
    width: 56%;
  }
}
.w-57 {
  width: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-57 {
    width: 57%;
  }
}
.w-58 {
  width: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-58 {
    width: 58%;
  }
}
.w-59 {
  width: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-59 {
    width: 59%;
  }
}
.w-60 {
  width: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-60 {
    width: 60%;
  }
}
.w-61 {
  width: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-61 {
    width: 61%;
  }
}
.w-62 {
  width: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-62 {
    width: 62%;
  }
}
.w-63 {
  width: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-63 {
    width: 63%;
  }
}
.w-64 {
  width: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-64 {
    width: 64%;
  }
}
.w-65 {
  width: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-65 {
    width: 65%;
  }
}
.w-66 {
  width: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-66 {
    width: 66%;
  }
}
.w-67 {
  width: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-67 {
    width: 67%;
  }
}
.w-68 {
  width: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-68 {
    width: 68%;
  }
}
.w-69 {
  width: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-69 {
    width: 69%;
  }
}
.w-70 {
  width: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-70 {
    width: 70%;
  }
}
.w-71 {
  width: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-71 {
    width: 71%;
  }
}
.w-72 {
  width: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-72 {
    width: 72%;
  }
}
.w-73 {
  width: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-73 {
    width: 73%;
  }
}
.w-74 {
  width: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-74 {
    width: 74%;
  }
}
.w-75 {
  width: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-75 {
    width: 75%;
  }
}
.w-76 {
  width: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-76 {
    width: 76%;
  }
}
.w-77 {
  width: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-77 {
    width: 77%;
  }
}
.w-78 {
  width: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-78 {
    width: 78%;
  }
}
.w-79 {
  width: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-79 {
    width: 79%;
  }
}
.w-80 {
  width: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-80 {
    width: 80%;
  }
}
.w-81 {
  width: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-81 {
    width: 81%;
  }
}
.w-82 {
  width: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-82 {
    width: 82%;
  }
}
.w-83 {
  width: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-83 {
    width: 83%;
  }
}
.w-84 {
  width: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-84 {
    width: 84%;
  }
}
.w-85 {
  width: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-85 {
    width: 85%;
  }
}
.w-86 {
  width: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-86 {
    width: 86%;
  }
}
.w-87 {
  width: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-87 {
    width: 87%;
  }
}
.w-88 {
  width: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-88 {
    width: 88%;
  }
}
.w-89 {
  width: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-89 {
    width: 89%;
  }
}
.w-90 {
  width: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-90 {
    width: 90%;
  }
}
.w-91 {
  width: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-91 {
    width: 91%;
  }
}
.w-92 {
  width: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-92 {
    width: 92%;
  }
}
.w-93 {
  width: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-93 {
    width: 93%;
  }
}
.w-94 {
  width: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-94 {
    width: 94%;
  }
}
.w-95 {
  width: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-95 {
    width: 95%;
  }
}
.w-96 {
  width: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-96 {
    width: 96%;
  }
}
.w-97 {
  width: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-97 {
    width: 97%;
  }
}
.w-98 {
  width: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-98 {
    width: 98%;
  }
}
.w-99 {
  width: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-99 {
    width: 99%;
  }
}
.w-100 {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:w-100 {
    width: 100%;
  }
}
.min-w-0 {
  min-width: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-0 {
    min-width: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-0 {
    min-width: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-0 {
    min-width: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-0 {
    min-width: 0%;
  }
}
.min-w-1 {
  min-width: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-1 {
    min-width: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-1 {
    min-width: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-1 {
    min-width: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-1 {
    min-width: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-1 {
    min-width: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-1 {
    min-width: 1%;
  }
}
.min-w-2 {
  min-width: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-2 {
    min-width: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-2 {
    min-width: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-2 {
    min-width: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-2 {
    min-width: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-2 {
    min-width: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-2 {
    min-width: 2%;
  }
}
.min-w-3 {
  min-width: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-3 {
    min-width: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-3 {
    min-width: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-3 {
    min-width: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-3 {
    min-width: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-3 {
    min-width: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-3 {
    min-width: 3%;
  }
}
.min-w-4 {
  min-width: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-4 {
    min-width: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-4 {
    min-width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-4 {
    min-width: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-4 {
    min-width: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-4 {
    min-width: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-4 {
    min-width: 4%;
  }
}
.min-w-5 {
  min-width: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-5 {
    min-width: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-5 {
    min-width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-5 {
    min-width: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-5 {
    min-width: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-5 {
    min-width: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-5 {
    min-width: 5%;
  }
}
.min-w-6 {
  min-width: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-6 {
    min-width: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-6 {
    min-width: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-6 {
    min-width: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-6 {
    min-width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-6 {
    min-width: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-6 {
    min-width: 6%;
  }
}
.min-w-7 {
  min-width: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-7 {
    min-width: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-7 {
    min-width: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-7 {
    min-width: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-7 {
    min-width: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-7 {
    min-width: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-7 {
    min-width: 7%;
  }
}
.min-w-8 {
  min-width: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-8 {
    min-width: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-8 {
    min-width: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-8 {
    min-width: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-8 {
    min-width: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-8 {
    min-width: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-8 {
    min-width: 8%;
  }
}
.min-w-9 {
  min-width: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-9 {
    min-width: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-9 {
    min-width: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-9 {
    min-width: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-9 {
    min-width: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-9 {
    min-width: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-9 {
    min-width: 9%;
  }
}
.min-w-10 {
  min-width: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-10 {
    min-width: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-10 {
    min-width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-10 {
    min-width: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-10 {
    min-width: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-10 {
    min-width: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-10 {
    min-width: 10%;
  }
}
.min-w-11 {
  min-width: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-11 {
    min-width: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-11 {
    min-width: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-11 {
    min-width: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-11 {
    min-width: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-11 {
    min-width: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-11 {
    min-width: 11%;
  }
}
.min-w-12 {
  min-width: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-12 {
    min-width: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-12 {
    min-width: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-12 {
    min-width: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-12 {
    min-width: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-12 {
    min-width: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-12 {
    min-width: 12%;
  }
}
.min-w-13 {
  min-width: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-13 {
    min-width: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-13 {
    min-width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-13 {
    min-width: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-13 {
    min-width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-13 {
    min-width: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-13 {
    min-width: 13%;
  }
}
.min-w-14 {
  min-width: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-14 {
    min-width: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-14 {
    min-width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-14 {
    min-width: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-14 {
    min-width: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-14 {
    min-width: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-14 {
    min-width: 14%;
  }
}
.min-w-15 {
  min-width: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-15 {
    min-width: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-15 {
    min-width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-15 {
    min-width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-15 {
    min-width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-15 {
    min-width: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-15 {
    min-width: 15%;
  }
}
.min-w-16 {
  min-width: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-16 {
    min-width: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-16 {
    min-width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-16 {
    min-width: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-16 {
    min-width: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-16 {
    min-width: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-16 {
    min-width: 16%;
  }
}
.min-w-17 {
  min-width: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-17 {
    min-width: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-17 {
    min-width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-17 {
    min-width: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-17 {
    min-width: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-17 {
    min-width: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-17 {
    min-width: 17%;
  }
}
.min-w-18 {
  min-width: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-18 {
    min-width: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-18 {
    min-width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-18 {
    min-width: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-18 {
    min-width: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-18 {
    min-width: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-18 {
    min-width: 18%;
  }
}
.min-w-19 {
  min-width: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-19 {
    min-width: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-19 {
    min-width: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-19 {
    min-width: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-19 {
    min-width: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-19 {
    min-width: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-19 {
    min-width: 19%;
  }
}
.min-w-20 {
  min-width: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-20 {
    min-width: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-20 {
    min-width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-20 {
    min-width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-20 {
    min-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-20 {
    min-width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-20 {
    min-width: 20%;
  }
}
.min-w-21 {
  min-width: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-21 {
    min-width: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-21 {
    min-width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-21 {
    min-width: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-21 {
    min-width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-21 {
    min-width: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-21 {
    min-width: 21%;
  }
}
.min-w-22 {
  min-width: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-22 {
    min-width: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-22 {
    min-width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-22 {
    min-width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-22 {
    min-width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-22 {
    min-width: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-22 {
    min-width: 22%;
  }
}
.min-w-23 {
  min-width: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-23 {
    min-width: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-23 {
    min-width: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-23 {
    min-width: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-23 {
    min-width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-23 {
    min-width: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-23 {
    min-width: 23%;
  }
}
.min-w-24 {
  min-width: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-24 {
    min-width: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-24 {
    min-width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-24 {
    min-width: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-24 {
    min-width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-24 {
    min-width: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-24 {
    min-width: 24%;
  }
}
.min-w-25 {
  min-width: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-25 {
    min-width: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-25 {
    min-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-25 {
    min-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-25 {
    min-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-25 {
    min-width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-25 {
    min-width: 25%;
  }
}
.min-w-26 {
  min-width: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-26 {
    min-width: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-26 {
    min-width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-26 {
    min-width: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-26 {
    min-width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-26 {
    min-width: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-26 {
    min-width: 26%;
  }
}
.min-w-27 {
  min-width: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-27 {
    min-width: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-27 {
    min-width: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-27 {
    min-width: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-27 {
    min-width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-27 {
    min-width: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-27 {
    min-width: 27%;
  }
}
.min-w-28 {
  min-width: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-28 {
    min-width: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-28 {
    min-width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-28 {
    min-width: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-28 {
    min-width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-28 {
    min-width: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-28 {
    min-width: 28%;
  }
}
.min-w-29 {
  min-width: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-29 {
    min-width: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-29 {
    min-width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-29 {
    min-width: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-29 {
    min-width: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-29 {
    min-width: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-29 {
    min-width: 29%;
  }
}
.min-w-30 {
  min-width: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-30 {
    min-width: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-30 {
    min-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-30 {
    min-width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-30 {
    min-width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-30 {
    min-width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-30 {
    min-width: 30%;
  }
}
.min-w-31 {
  min-width: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-31 {
    min-width: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-31 {
    min-width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-31 {
    min-width: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-31 {
    min-width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-31 {
    min-width: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-31 {
    min-width: 31%;
  }
}
.min-w-32 {
  min-width: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-32 {
    min-width: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-32 {
    min-width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-32 {
    min-width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-32 {
    min-width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-32 {
    min-width: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-32 {
    min-width: 32%;
  }
}
.min-w-33 {
  min-width: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-33 {
    min-width: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-33 {
    min-width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-33 {
    min-width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-33 {
    min-width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-33 {
    min-width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-33 {
    min-width: 33%;
  }
}
.min-w-34 {
  min-width: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-34 {
    min-width: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-34 {
    min-width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-34 {
    min-width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-34 {
    min-width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-34 {
    min-width: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-34 {
    min-width: 34%;
  }
}
.min-w-35 {
  min-width: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-35 {
    min-width: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-35 {
    min-width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-35 {
    min-width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-35 {
    min-width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-35 {
    min-width: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-35 {
    min-width: 35%;
  }
}
.min-w-36 {
  min-width: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-36 {
    min-width: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-36 {
    min-width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-36 {
    min-width: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-36 {
    min-width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-36 {
    min-width: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-36 {
    min-width: 36%;
  }
}
.min-w-37 {
  min-width: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-37 {
    min-width: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-37 {
    min-width: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-37 {
    min-width: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-37 {
    min-width: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-37 {
    min-width: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-37 {
    min-width: 37%;
  }
}
.min-w-38 {
  min-width: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-38 {
    min-width: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-38 {
    min-width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-38 {
    min-width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-38 {
    min-width: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-38 {
    min-width: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-38 {
    min-width: 38%;
  }
}
.min-w-39 {
  min-width: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-39 {
    min-width: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-39 {
    min-width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-39 {
    min-width: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-39 {
    min-width: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-39 {
    min-width: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-39 {
    min-width: 39%;
  }
}
.min-w-40 {
  min-width: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-40 {
    min-width: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-40 {
    min-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-40 {
    min-width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-40 {
    min-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-40 {
    min-width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-40 {
    min-width: 40%;
  }
}
.min-w-41 {
  min-width: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-41 {
    min-width: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-41 {
    min-width: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-41 {
    min-width: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-41 {
    min-width: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-41 {
    min-width: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-41 {
    min-width: 41%;
  }
}
.min-w-42 {
  min-width: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-42 {
    min-width: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-42 {
    min-width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-42 {
    min-width: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-42 {
    min-width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-42 {
    min-width: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-42 {
    min-width: 42%;
  }
}
.min-w-43 {
  min-width: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-43 {
    min-width: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-43 {
    min-width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-43 {
    min-width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-43 {
    min-width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-43 {
    min-width: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-43 {
    min-width: 43%;
  }
}
.min-w-44 {
  min-width: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-44 {
    min-width: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-44 {
    min-width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-44 {
    min-width: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-44 {
    min-width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-44 {
    min-width: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-44 {
    min-width: 44%;
  }
}
.min-w-45 {
  min-width: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-45 {
    min-width: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-45 {
    min-width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-45 {
    min-width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-45 {
    min-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-45 {
    min-width: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-45 {
    min-width: 45%;
  }
}
.min-w-46 {
  min-width: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-46 {
    min-width: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-46 {
    min-width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-46 {
    min-width: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-46 {
    min-width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-46 {
    min-width: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-46 {
    min-width: 46%;
  }
}
.min-w-47 {
  min-width: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-47 {
    min-width: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-47 {
    min-width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-47 {
    min-width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-47 {
    min-width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-47 {
    min-width: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-47 {
    min-width: 47%;
  }
}
.min-w-48 {
  min-width: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-48 {
    min-width: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-48 {
    min-width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-48 {
    min-width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-48 {
    min-width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-48 {
    min-width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-48 {
    min-width: 48%;
  }
}
.min-w-49 {
  min-width: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-49 {
    min-width: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-49 {
    min-width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-49 {
    min-width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-49 {
    min-width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-49 {
    min-width: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-49 {
    min-width: 49%;
  }
}
.min-w-50 {
  min-width: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-50 {
    min-width: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-50 {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-50 {
    min-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-50 {
    min-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-50 {
    min-width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-50 {
    min-width: 50%;
  }
}
.min-w-51 {
  min-width: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-51 {
    min-width: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-51 {
    min-width: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-51 {
    min-width: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-51 {
    min-width: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-51 {
    min-width: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-51 {
    min-width: 51%;
  }
}
.min-w-52 {
  min-width: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-52 {
    min-width: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-52 {
    min-width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-52 {
    min-width: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-52 {
    min-width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-52 {
    min-width: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-52 {
    min-width: 52%;
  }
}
.min-w-53 {
  min-width: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-53 {
    min-width: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-53 {
    min-width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-53 {
    min-width: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-53 {
    min-width: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-53 {
    min-width: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-53 {
    min-width: 53%;
  }
}
.min-w-54 {
  min-width: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-54 {
    min-width: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-54 {
    min-width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-54 {
    min-width: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-54 {
    min-width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-54 {
    min-width: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-54 {
    min-width: 54%;
  }
}
.min-w-55 {
  min-width: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-55 {
    min-width: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-55 {
    min-width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-55 {
    min-width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-55 {
    min-width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-55 {
    min-width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-55 {
    min-width: 55%;
  }
}
.min-w-56 {
  min-width: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-56 {
    min-width: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-56 {
    min-width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-56 {
    min-width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-56 {
    min-width: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-56 {
    min-width: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-56 {
    min-width: 56%;
  }
}
.min-w-57 {
  min-width: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-57 {
    min-width: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-57 {
    min-width: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-57 {
    min-width: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-57 {
    min-width: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-57 {
    min-width: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-57 {
    min-width: 57%;
  }
}
.min-w-58 {
  min-width: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-58 {
    min-width: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-58 {
    min-width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-58 {
    min-width: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-58 {
    min-width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-58 {
    min-width: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-58 {
    min-width: 58%;
  }
}
.min-w-59 {
  min-width: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-59 {
    min-width: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-59 {
    min-width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-59 {
    min-width: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-59 {
    min-width: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-59 {
    min-width: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-59 {
    min-width: 59%;
  }
}
.min-w-60 {
  min-width: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-60 {
    min-width: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-60 {
    min-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-60 {
    min-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-60 {
    min-width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-60 {
    min-width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-60 {
    min-width: 60%;
  }
}
.min-w-61 {
  min-width: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-61 {
    min-width: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-61 {
    min-width: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-61 {
    min-width: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-61 {
    min-width: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-61 {
    min-width: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-61 {
    min-width: 61%;
  }
}
.min-w-62 {
  min-width: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-62 {
    min-width: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-62 {
    min-width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-62 {
    min-width: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-62 {
    min-width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-62 {
    min-width: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-62 {
    min-width: 62%;
  }
}
.min-w-63 {
  min-width: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-63 {
    min-width: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-63 {
    min-width: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-63 {
    min-width: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-63 {
    min-width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-63 {
    min-width: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-63 {
    min-width: 63%;
  }
}
.min-w-64 {
  min-width: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-64 {
    min-width: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-64 {
    min-width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-64 {
    min-width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-64 {
    min-width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-64 {
    min-width: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-64 {
    min-width: 64%;
  }
}
.min-w-65 {
  min-width: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-65 {
    min-width: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-65 {
    min-width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-65 {
    min-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-65 {
    min-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-65 {
    min-width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-65 {
    min-width: 65%;
  }
}
.min-w-66 {
  min-width: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-66 {
    min-width: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-66 {
    min-width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-66 {
    min-width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-66 {
    min-width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-66 {
    min-width: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-66 {
    min-width: 66%;
  }
}
.min-w-67 {
  min-width: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-67 {
    min-width: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-67 {
    min-width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-67 {
    min-width: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-67 {
    min-width: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-67 {
    min-width: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-67 {
    min-width: 67%;
  }
}
.min-w-68 {
  min-width: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-68 {
    min-width: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-68 {
    min-width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-68 {
    min-width: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-68 {
    min-width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-68 {
    min-width: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-68 {
    min-width: 68%;
  }
}
.min-w-69 {
  min-width: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-69 {
    min-width: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-69 {
    min-width: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-69 {
    min-width: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-69 {
    min-width: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-69 {
    min-width: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-69 {
    min-width: 69%;
  }
}
.min-w-70 {
  min-width: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-70 {
    min-width: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-70 {
    min-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-70 {
    min-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-70 {
    min-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-70 {
    min-width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-70 {
    min-width: 70%;
  }
}
.min-w-71 {
  min-width: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-71 {
    min-width: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-71 {
    min-width: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-71 {
    min-width: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-71 {
    min-width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-71 {
    min-width: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-71 {
    min-width: 71%;
  }
}
.min-w-72 {
  min-width: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-72 {
    min-width: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-72 {
    min-width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-72 {
    min-width: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-72 {
    min-width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-72 {
    min-width: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-72 {
    min-width: 72%;
  }
}
.min-w-73 {
  min-width: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-73 {
    min-width: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-73 {
    min-width: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-73 {
    min-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-73 {
    min-width: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-73 {
    min-width: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-73 {
    min-width: 73%;
  }
}
.min-w-74 {
  min-width: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-74 {
    min-width: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-74 {
    min-width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-74 {
    min-width: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-74 {
    min-width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-74 {
    min-width: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-74 {
    min-width: 74%;
  }
}
.min-w-75 {
  min-width: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-75 {
    min-width: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-75 {
    min-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-75 {
    min-width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-75 {
    min-width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-75 {
    min-width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-75 {
    min-width: 75%;
  }
}
.min-w-76 {
  min-width: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-76 {
    min-width: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-76 {
    min-width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-76 {
    min-width: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-76 {
    min-width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-76 {
    min-width: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-76 {
    min-width: 76%;
  }
}
.min-w-77 {
  min-width: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-77 {
    min-width: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-77 {
    min-width: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-77 {
    min-width: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-77 {
    min-width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-77 {
    min-width: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-77 {
    min-width: 77%;
  }
}
.min-w-78 {
  min-width: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-78 {
    min-width: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-78 {
    min-width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-78 {
    min-width: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-78 {
    min-width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-78 {
    min-width: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-78 {
    min-width: 78%;
  }
}
.min-w-79 {
  min-width: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-79 {
    min-width: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-79 {
    min-width: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-79 {
    min-width: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-79 {
    min-width: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-79 {
    min-width: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-79 {
    min-width: 79%;
  }
}
.min-w-80 {
  min-width: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-80 {
    min-width: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-80 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-80 {
    min-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-80 {
    min-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-80 {
    min-width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-80 {
    min-width: 80%;
  }
}
.min-w-81 {
  min-width: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-81 {
    min-width: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-81 {
    min-width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-81 {
    min-width: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-81 {
    min-width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-81 {
    min-width: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-81 {
    min-width: 81%;
  }
}
.min-w-82 {
  min-width: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-82 {
    min-width: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-82 {
    min-width: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-82 {
    min-width: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-82 {
    min-width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-82 {
    min-width: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-82 {
    min-width: 82%;
  }
}
.min-w-83 {
  min-width: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-83 {
    min-width: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-83 {
    min-width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-83 {
    min-width: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-83 {
    min-width: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-83 {
    min-width: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-83 {
    min-width: 83%;
  }
}
.min-w-84 {
  min-width: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-84 {
    min-width: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-84 {
    min-width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-84 {
    min-width: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-84 {
    min-width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-84 {
    min-width: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-84 {
    min-width: 84%;
  }
}
.min-w-85 {
  min-width: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-85 {
    min-width: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-85 {
    min-width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-85 {
    min-width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-85 {
    min-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-85 {
    min-width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-85 {
    min-width: 85%;
  }
}
.min-w-86 {
  min-width: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-86 {
    min-width: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-86 {
    min-width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-86 {
    min-width: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-86 {
    min-width: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-86 {
    min-width: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-86 {
    min-width: 86%;
  }
}
.min-w-87 {
  min-width: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-87 {
    min-width: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-87 {
    min-width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-87 {
    min-width: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-87 {
    min-width: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-87 {
    min-width: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-87 {
    min-width: 87%;
  }
}
.min-w-88 {
  min-width: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-88 {
    min-width: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-88 {
    min-width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-88 {
    min-width: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-88 {
    min-width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-88 {
    min-width: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-88 {
    min-width: 88%;
  }
}
.min-w-89 {
  min-width: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-89 {
    min-width: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-89 {
    min-width: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-89 {
    min-width: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-89 {
    min-width: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-89 {
    min-width: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-89 {
    min-width: 89%;
  }
}
.min-w-90 {
  min-width: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-90 {
    min-width: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-90 {
    min-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-90 {
    min-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-90 {
    min-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-90 {
    min-width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-90 {
    min-width: 90%;
  }
}
.min-w-91 {
  min-width: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-91 {
    min-width: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-91 {
    min-width: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-91 {
    min-width: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-91 {
    min-width: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-91 {
    min-width: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-91 {
    min-width: 91%;
  }
}
.min-w-92 {
  min-width: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-92 {
    min-width: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-92 {
    min-width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-92 {
    min-width: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-92 {
    min-width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-92 {
    min-width: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-92 {
    min-width: 92%;
  }
}
.min-w-93 {
  min-width: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-93 {
    min-width: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-93 {
    min-width: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-93 {
    min-width: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-93 {
    min-width: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-93 {
    min-width: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-93 {
    min-width: 93%;
  }
}
.min-w-94 {
  min-width: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-94 {
    min-width: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-94 {
    min-width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-94 {
    min-width: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-94 {
    min-width: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-94 {
    min-width: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-94 {
    min-width: 94%;
  }
}
.min-w-95 {
  min-width: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-95 {
    min-width: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-95 {
    min-width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-95 {
    min-width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-95 {
    min-width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-95 {
    min-width: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-95 {
    min-width: 95%;
  }
}
.min-w-96 {
  min-width: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-96 {
    min-width: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-96 {
    min-width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-96 {
    min-width: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-96 {
    min-width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-96 {
    min-width: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-96 {
    min-width: 96%;
  }
}
.min-w-97 {
  min-width: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-97 {
    min-width: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-97 {
    min-width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-97 {
    min-width: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-97 {
    min-width: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-97 {
    min-width: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-97 {
    min-width: 97%;
  }
}
.min-w-98 {
  min-width: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-98 {
    min-width: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-98 {
    min-width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-98 {
    min-width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-98 {
    min-width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-98 {
    min-width: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-98 {
    min-width: 98%;
  }
}
.min-w-99 {
  min-width: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-99 {
    min-width: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-99 {
    min-width: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-99 {
    min-width: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-99 {
    min-width: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-99 {
    min-width: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-99 {
    min-width: 99%;
  }
}
.min-w-100 {
  min-width: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:min-w-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-w-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-w-100 {
    min-width: 100%;
  }
}
.max-w-0 {
  max-width: 0%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-0 {
    max-width: 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-0 {
    max-width: 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-0 {
    max-width: 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-0 {
    max-width: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-0 {
    max-width: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-0 {
    max-width: 0%;
  }
}
.max-w-1 {
  max-width: 1%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-1 {
    max-width: 1%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-1 {
    max-width: 1%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-1 {
    max-width: 1%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-1 {
    max-width: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-1 {
    max-width: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-1 {
    max-width: 1%;
  }
}
.max-w-2 {
  max-width: 2%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-2 {
    max-width: 2%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-2 {
    max-width: 2%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-2 {
    max-width: 2%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-2 {
    max-width: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-2 {
    max-width: 2%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-2 {
    max-width: 2%;
  }
}
.max-w-3 {
  max-width: 3%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-3 {
    max-width: 3%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-3 {
    max-width: 3%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-3 {
    max-width: 3%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-3 {
    max-width: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-3 {
    max-width: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-3 {
    max-width: 3%;
  }
}
.max-w-4 {
  max-width: 4%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-4 {
    max-width: 4%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-4 {
    max-width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-4 {
    max-width: 4%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-4 {
    max-width: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-4 {
    max-width: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-4 {
    max-width: 4%;
  }
}
.max-w-5 {
  max-width: 5%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-5 {
    max-width: 5%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-5 {
    max-width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-5 {
    max-width: 5%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-5 {
    max-width: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-5 {
    max-width: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-5 {
    max-width: 5%;
  }
}
.max-w-6 {
  max-width: 6%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-6 {
    max-width: 6%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-6 {
    max-width: 6%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-6 {
    max-width: 6%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-6 {
    max-width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-6 {
    max-width: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-6 {
    max-width: 6%;
  }
}
.max-w-7 {
  max-width: 7%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-7 {
    max-width: 7%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-7 {
    max-width: 7%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-7 {
    max-width: 7%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-7 {
    max-width: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-7 {
    max-width: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-7 {
    max-width: 7%;
  }
}
.max-w-8 {
  max-width: 8%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-8 {
    max-width: 8%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-8 {
    max-width: 8%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-8 {
    max-width: 8%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-8 {
    max-width: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-8 {
    max-width: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-8 {
    max-width: 8%;
  }
}
.max-w-9 {
  max-width: 9%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-9 {
    max-width: 9%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-9 {
    max-width: 9%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-9 {
    max-width: 9%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-9 {
    max-width: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-9 {
    max-width: 9%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-9 {
    max-width: 9%;
  }
}
.max-w-10 {
  max-width: 10%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-10 {
    max-width: 10%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-10 {
    max-width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-10 {
    max-width: 10%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-10 {
    max-width: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-10 {
    max-width: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-10 {
    max-width: 10%;
  }
}
.max-w-11 {
  max-width: 11%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-11 {
    max-width: 11%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-11 {
    max-width: 11%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-11 {
    max-width: 11%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-11 {
    max-width: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-11 {
    max-width: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-11 {
    max-width: 11%;
  }
}
.max-w-12 {
  max-width: 12%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-12 {
    max-width: 12%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-12 {
    max-width: 12%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-12 {
    max-width: 12%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-12 {
    max-width: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-12 {
    max-width: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-12 {
    max-width: 12%;
  }
}
.max-w-13 {
  max-width: 13%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-13 {
    max-width: 13%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-13 {
    max-width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-13 {
    max-width: 13%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-13 {
    max-width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-13 {
    max-width: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-13 {
    max-width: 13%;
  }
}
.max-w-14 {
  max-width: 14%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-14 {
    max-width: 14%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-14 {
    max-width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-14 {
    max-width: 14%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-14 {
    max-width: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-14 {
    max-width: 14%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-14 {
    max-width: 14%;
  }
}
.max-w-15 {
  max-width: 15%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-15 {
    max-width: 15%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-15 {
    max-width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-15 {
    max-width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-15 {
    max-width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-15 {
    max-width: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-15 {
    max-width: 15%;
  }
}
.max-w-16 {
  max-width: 16%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-16 {
    max-width: 16%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-16 {
    max-width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-16 {
    max-width: 16%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-16 {
    max-width: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-16 {
    max-width: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-16 {
    max-width: 16%;
  }
}
.max-w-17 {
  max-width: 17%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-17 {
    max-width: 17%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-17 {
    max-width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-17 {
    max-width: 17%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-17 {
    max-width: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-17 {
    max-width: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-17 {
    max-width: 17%;
  }
}
.max-w-18 {
  max-width: 18%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-18 {
    max-width: 18%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-18 {
    max-width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-18 {
    max-width: 18%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-18 {
    max-width: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-18 {
    max-width: 18%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-18 {
    max-width: 18%;
  }
}
.max-w-19 {
  max-width: 19%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-19 {
    max-width: 19%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-19 {
    max-width: 19%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-19 {
    max-width: 19%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-19 {
    max-width: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-19 {
    max-width: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-19 {
    max-width: 19%;
  }
}
.max-w-20 {
  max-width: 20%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-20 {
    max-width: 20%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-20 {
    max-width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-20 {
    max-width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-20 {
    max-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-20 {
    max-width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-20 {
    max-width: 20%;
  }
}
.max-w-21 {
  max-width: 21%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-21 {
    max-width: 21%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-21 {
    max-width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-21 {
    max-width: 21%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-21 {
    max-width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-21 {
    max-width: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-21 {
    max-width: 21%;
  }
}
.max-w-22 {
  max-width: 22%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-22 {
    max-width: 22%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-22 {
    max-width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-22 {
    max-width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-22 {
    max-width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-22 {
    max-width: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-22 {
    max-width: 22%;
  }
}
.max-w-23 {
  max-width: 23%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-23 {
    max-width: 23%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-23 {
    max-width: 23%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-23 {
    max-width: 23%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-23 {
    max-width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-23 {
    max-width: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-23 {
    max-width: 23%;
  }
}
.max-w-24 {
  max-width: 24%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-24 {
    max-width: 24%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-24 {
    max-width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-24 {
    max-width: 24%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-24 {
    max-width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-24 {
    max-width: 24%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-24 {
    max-width: 24%;
  }
}
.max-w-25 {
  max-width: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-25 {
    max-width: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-25 {
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-25 {
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-25 {
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-25 {
    max-width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-25 {
    max-width: 25%;
  }
}
.max-w-26 {
  max-width: 26%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-26 {
    max-width: 26%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-26 {
    max-width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-26 {
    max-width: 26%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-26 {
    max-width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-26 {
    max-width: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-26 {
    max-width: 26%;
  }
}
.max-w-27 {
  max-width: 27%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-27 {
    max-width: 27%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-27 {
    max-width: 27%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-27 {
    max-width: 27%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-27 {
    max-width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-27 {
    max-width: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-27 {
    max-width: 27%;
  }
}
.max-w-28 {
  max-width: 28%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-28 {
    max-width: 28%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-28 {
    max-width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-28 {
    max-width: 28%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-28 {
    max-width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-28 {
    max-width: 28%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-28 {
    max-width: 28%;
  }
}
.max-w-29 {
  max-width: 29%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-29 {
    max-width: 29%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-29 {
    max-width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-29 {
    max-width: 29%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-29 {
    max-width: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-29 {
    max-width: 29%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-29 {
    max-width: 29%;
  }
}
.max-w-30 {
  max-width: 30%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-30 {
    max-width: 30%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-30 {
    max-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-30 {
    max-width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-30 {
    max-width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-30 {
    max-width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-30 {
    max-width: 30%;
  }
}
.max-w-31 {
  max-width: 31%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-31 {
    max-width: 31%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-31 {
    max-width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-31 {
    max-width: 31%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-31 {
    max-width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-31 {
    max-width: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-31 {
    max-width: 31%;
  }
}
.max-w-32 {
  max-width: 32%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-32 {
    max-width: 32%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-32 {
    max-width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-32 {
    max-width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-32 {
    max-width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-32 {
    max-width: 32%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-32 {
    max-width: 32%;
  }
}
.max-w-33 {
  max-width: 33%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-33 {
    max-width: 33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-33 {
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-33 {
    max-width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-33 {
    max-width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-33 {
    max-width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-33 {
    max-width: 33%;
  }
}
.max-w-34 {
  max-width: 34%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-34 {
    max-width: 34%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-34 {
    max-width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-34 {
    max-width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-34 {
    max-width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-34 {
    max-width: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-34 {
    max-width: 34%;
  }
}
.max-w-35 {
  max-width: 35%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-35 {
    max-width: 35%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-35 {
    max-width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-35 {
    max-width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-35 {
    max-width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-35 {
    max-width: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-35 {
    max-width: 35%;
  }
}
.max-w-36 {
  max-width: 36%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-36 {
    max-width: 36%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-36 {
    max-width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-36 {
    max-width: 36%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-36 {
    max-width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-36 {
    max-width: 36%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-36 {
    max-width: 36%;
  }
}
.max-w-37 {
  max-width: 37%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-37 {
    max-width: 37%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-37 {
    max-width: 37%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-37 {
    max-width: 37%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-37 {
    max-width: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-37 {
    max-width: 37%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-37 {
    max-width: 37%;
  }
}
.max-w-38 {
  max-width: 38%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-38 {
    max-width: 38%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-38 {
    max-width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-38 {
    max-width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-38 {
    max-width: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-38 {
    max-width: 38%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-38 {
    max-width: 38%;
  }
}
.max-w-39 {
  max-width: 39%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-39 {
    max-width: 39%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-39 {
    max-width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-39 {
    max-width: 39%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-39 {
    max-width: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-39 {
    max-width: 39%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-39 {
    max-width: 39%;
  }
}
.max-w-40 {
  max-width: 40%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-40 {
    max-width: 40%;
  }
}
.max-w-41 {
  max-width: 41%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-41 {
    max-width: 41%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-41 {
    max-width: 41%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-41 {
    max-width: 41%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-41 {
    max-width: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-41 {
    max-width: 41%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-41 {
    max-width: 41%;
  }
}
.max-w-42 {
  max-width: 42%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-42 {
    max-width: 42%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-42 {
    max-width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-42 {
    max-width: 42%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-42 {
    max-width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-42 {
    max-width: 42%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-42 {
    max-width: 42%;
  }
}
.max-w-43 {
  max-width: 43%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-43 {
    max-width: 43%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-43 {
    max-width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-43 {
    max-width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-43 {
    max-width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-43 {
    max-width: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-43 {
    max-width: 43%;
  }
}
.max-w-44 {
  max-width: 44%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-44 {
    max-width: 44%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-44 {
    max-width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-44 {
    max-width: 44%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-44 {
    max-width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-44 {
    max-width: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-44 {
    max-width: 44%;
  }
}
.max-w-45 {
  max-width: 45%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-45 {
    max-width: 45%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-45 {
    max-width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-45 {
    max-width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-45 {
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-45 {
    max-width: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-45 {
    max-width: 45%;
  }
}
.max-w-46 {
  max-width: 46%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-46 {
    max-width: 46%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-46 {
    max-width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-46 {
    max-width: 46%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-46 {
    max-width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-46 {
    max-width: 46%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-46 {
    max-width: 46%;
  }
}
.max-w-47 {
  max-width: 47%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-47 {
    max-width: 47%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-47 {
    max-width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-47 {
    max-width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-47 {
    max-width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-47 {
    max-width: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-47 {
    max-width: 47%;
  }
}
.max-w-48 {
  max-width: 48%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-48 {
    max-width: 48%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-48 {
    max-width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-48 {
    max-width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-48 {
    max-width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-48 {
    max-width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-48 {
    max-width: 48%;
  }
}
.max-w-49 {
  max-width: 49%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-49 {
    max-width: 49%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-49 {
    max-width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-49 {
    max-width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-49 {
    max-width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-49 {
    max-width: 49%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-49 {
    max-width: 49%;
  }
}
.max-w-50 {
  max-width: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-50 {
    max-width: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-50 {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-50 {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-50 {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-50 {
    max-width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-50 {
    max-width: 50%;
  }
}
.max-w-51 {
  max-width: 51%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-51 {
    max-width: 51%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-51 {
    max-width: 51%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-51 {
    max-width: 51%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-51 {
    max-width: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-51 {
    max-width: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-51 {
    max-width: 51%;
  }
}
.max-w-52 {
  max-width: 52%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-52 {
    max-width: 52%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-52 {
    max-width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-52 {
    max-width: 52%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-52 {
    max-width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-52 {
    max-width: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-52 {
    max-width: 52%;
  }
}
.max-w-53 {
  max-width: 53%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-53 {
    max-width: 53%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-53 {
    max-width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-53 {
    max-width: 53%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-53 {
    max-width: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-53 {
    max-width: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-53 {
    max-width: 53%;
  }
}
.max-w-54 {
  max-width: 54%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-54 {
    max-width: 54%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-54 {
    max-width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-54 {
    max-width: 54%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-54 {
    max-width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-54 {
    max-width: 54%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-54 {
    max-width: 54%;
  }
}
.max-w-55 {
  max-width: 55%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-55 {
    max-width: 55%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-55 {
    max-width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-55 {
    max-width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-55 {
    max-width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-55 {
    max-width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-55 {
    max-width: 55%;
  }
}
.max-w-56 {
  max-width: 56%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-56 {
    max-width: 56%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-56 {
    max-width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-56 {
    max-width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-56 {
    max-width: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-56 {
    max-width: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-56 {
    max-width: 56%;
  }
}
.max-w-57 {
  max-width: 57%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-57 {
    max-width: 57%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-57 {
    max-width: 57%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-57 {
    max-width: 57%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-57 {
    max-width: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-57 {
    max-width: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-57 {
    max-width: 57%;
  }
}
.max-w-58 {
  max-width: 58%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-58 {
    max-width: 58%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-58 {
    max-width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-58 {
    max-width: 58%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-58 {
    max-width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-58 {
    max-width: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-58 {
    max-width: 58%;
  }
}
.max-w-59 {
  max-width: 59%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-59 {
    max-width: 59%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-59 {
    max-width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-59 {
    max-width: 59%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-59 {
    max-width: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-59 {
    max-width: 59%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-59 {
    max-width: 59%;
  }
}
.max-w-60 {
  max-width: 60%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-60 {
    max-width: 60%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-60 {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-60 {
    max-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-60 {
    max-width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-60 {
    max-width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-60 {
    max-width: 60%;
  }
}
.max-w-61 {
  max-width: 61%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-61 {
    max-width: 61%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-61 {
    max-width: 61%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-61 {
    max-width: 61%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-61 {
    max-width: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-61 {
    max-width: 61%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-61 {
    max-width: 61%;
  }
}
.max-w-62 {
  max-width: 62%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-62 {
    max-width: 62%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-62 {
    max-width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-62 {
    max-width: 62%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-62 {
    max-width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-62 {
    max-width: 62%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-62 {
    max-width: 62%;
  }
}
.max-w-63 {
  max-width: 63%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-63 {
    max-width: 63%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-63 {
    max-width: 63%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-63 {
    max-width: 63%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-63 {
    max-width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-63 {
    max-width: 63%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-63 {
    max-width: 63%;
  }
}
.max-w-64 {
  max-width: 64%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-64 {
    max-width: 64%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-64 {
    max-width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-64 {
    max-width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-64 {
    max-width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-64 {
    max-width: 64%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-64 {
    max-width: 64%;
  }
}
.max-w-65 {
  max-width: 65%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-65 {
    max-width: 65%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-65 {
    max-width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-65 {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-65 {
    max-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-65 {
    max-width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-65 {
    max-width: 65%;
  }
}
.max-w-66 {
  max-width: 66%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-66 {
    max-width: 66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-66 {
    max-width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-66 {
    max-width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-66 {
    max-width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-66 {
    max-width: 66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-66 {
    max-width: 66%;
  }
}
.max-w-67 {
  max-width: 67%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-67 {
    max-width: 67%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-67 {
    max-width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-67 {
    max-width: 67%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-67 {
    max-width: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-67 {
    max-width: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-67 {
    max-width: 67%;
  }
}
.max-w-68 {
  max-width: 68%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-68 {
    max-width: 68%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-68 {
    max-width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-68 {
    max-width: 68%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-68 {
    max-width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-68 {
    max-width: 68%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-68 {
    max-width: 68%;
  }
}
.max-w-69 {
  max-width: 69%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-69 {
    max-width: 69%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-69 {
    max-width: 69%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-69 {
    max-width: 69%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-69 {
    max-width: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-69 {
    max-width: 69%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-69 {
    max-width: 69%;
  }
}
.max-w-70 {
  max-width: 70%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-70 {
    max-width: 70%;
  }
}
.max-w-71 {
  max-width: 71%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-71 {
    max-width: 71%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-71 {
    max-width: 71%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-71 {
    max-width: 71%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-71 {
    max-width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-71 {
    max-width: 71%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-71 {
    max-width: 71%;
  }
}
.max-w-72 {
  max-width: 72%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-72 {
    max-width: 72%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-72 {
    max-width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-72 {
    max-width: 72%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-72 {
    max-width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-72 {
    max-width: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-72 {
    max-width: 72%;
  }
}
.max-w-73 {
  max-width: 73%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-73 {
    max-width: 73%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-73 {
    max-width: 73%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-73 {
    max-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-73 {
    max-width: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-73 {
    max-width: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-73 {
    max-width: 73%;
  }
}
.max-w-74 {
  max-width: 74%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-74 {
    max-width: 74%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-74 {
    max-width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-74 {
    max-width: 74%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-74 {
    max-width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-74 {
    max-width: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-74 {
    max-width: 74%;
  }
}
.max-w-75 {
  max-width: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-75 {
    max-width: 75%;
  }
}
.max-w-76 {
  max-width: 76%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-76 {
    max-width: 76%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-76 {
    max-width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-76 {
    max-width: 76%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-76 {
    max-width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-76 {
    max-width: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-76 {
    max-width: 76%;
  }
}
.max-w-77 {
  max-width: 77%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-77 {
    max-width: 77%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-77 {
    max-width: 77%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-77 {
    max-width: 77%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-77 {
    max-width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-77 {
    max-width: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-77 {
    max-width: 77%;
  }
}
.max-w-78 {
  max-width: 78%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-78 {
    max-width: 78%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-78 {
    max-width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-78 {
    max-width: 78%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-78 {
    max-width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-78 {
    max-width: 78%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-78 {
    max-width: 78%;
  }
}
.max-w-79 {
  max-width: 79%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-79 {
    max-width: 79%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-79 {
    max-width: 79%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-79 {
    max-width: 79%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-79 {
    max-width: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-79 {
    max-width: 79%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-79 {
    max-width: 79%;
  }
}
.max-w-80 {
  max-width: 80%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-80 {
    max-width: 80%;
  }
}
.max-w-81 {
  max-width: 81%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-81 {
    max-width: 81%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-81 {
    max-width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-81 {
    max-width: 81%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-81 {
    max-width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-81 {
    max-width: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-81 {
    max-width: 81%;
  }
}
.max-w-82 {
  max-width: 82%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-82 {
    max-width: 82%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-82 {
    max-width: 82%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-82 {
    max-width: 82%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-82 {
    max-width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-82 {
    max-width: 82%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-82 {
    max-width: 82%;
  }
}
.max-w-83 {
  max-width: 83%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-83 {
    max-width: 83%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-83 {
    max-width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-83 {
    max-width: 83%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-83 {
    max-width: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-83 {
    max-width: 83%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-83 {
    max-width: 83%;
  }
}
.max-w-84 {
  max-width: 84%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-84 {
    max-width: 84%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-84 {
    max-width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-84 {
    max-width: 84%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-84 {
    max-width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-84 {
    max-width: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-84 {
    max-width: 84%;
  }
}
.max-w-85 {
  max-width: 85%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-85 {
    max-width: 85%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-85 {
    max-width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-85 {
    max-width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-85 {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-85 {
    max-width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-85 {
    max-width: 85%;
  }
}
.max-w-86 {
  max-width: 86%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-86 {
    max-width: 86%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-86 {
    max-width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-86 {
    max-width: 86%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-86 {
    max-width: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-86 {
    max-width: 86%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-86 {
    max-width: 86%;
  }
}
.max-w-87 {
  max-width: 87%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-87 {
    max-width: 87%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-87 {
    max-width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-87 {
    max-width: 87%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-87 {
    max-width: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-87 {
    max-width: 87%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-87 {
    max-width: 87%;
  }
}
.max-w-88 {
  max-width: 88%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-88 {
    max-width: 88%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-88 {
    max-width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-88 {
    max-width: 88%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-88 {
    max-width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-88 {
    max-width: 88%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-88 {
    max-width: 88%;
  }
}
.max-w-89 {
  max-width: 89%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-89 {
    max-width: 89%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-89 {
    max-width: 89%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-89 {
    max-width: 89%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-89 {
    max-width: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-89 {
    max-width: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-89 {
    max-width: 89%;
  }
}
.max-w-90 {
  max-width: 90%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-90 {
    max-width: 90%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-90 {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-90 {
    max-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-90 {
    max-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-90 {
    max-width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-90 {
    max-width: 90%;
  }
}
.max-w-91 {
  max-width: 91%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-91 {
    max-width: 91%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-91 {
    max-width: 91%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-91 {
    max-width: 91%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-91 {
    max-width: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-91 {
    max-width: 91%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-91 {
    max-width: 91%;
  }
}
.max-w-92 {
  max-width: 92%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-92 {
    max-width: 92%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-92 {
    max-width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-92 {
    max-width: 92%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-92 {
    max-width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-92 {
    max-width: 92%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-92 {
    max-width: 92%;
  }
}
.max-w-93 {
  max-width: 93%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-93 {
    max-width: 93%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-93 {
    max-width: 93%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-93 {
    max-width: 93%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-93 {
    max-width: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-93 {
    max-width: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-93 {
    max-width: 93%;
  }
}
.max-w-94 {
  max-width: 94%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-94 {
    max-width: 94%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-94 {
    max-width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-94 {
    max-width: 94%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-94 {
    max-width: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-94 {
    max-width: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-94 {
    max-width: 94%;
  }
}
.max-w-95 {
  max-width: 95%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-95 {
    max-width: 95%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-95 {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-95 {
    max-width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-95 {
    max-width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-95 {
    max-width: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-95 {
    max-width: 95%;
  }
}
.max-w-96 {
  max-width: 96%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-96 {
    max-width: 96%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-96 {
    max-width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-96 {
    max-width: 96%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-96 {
    max-width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-96 {
    max-width: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-96 {
    max-width: 96%;
  }
}
.max-w-97 {
  max-width: 97%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-97 {
    max-width: 97%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-97 {
    max-width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-97 {
    max-width: 97%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-97 {
    max-width: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-97 {
    max-width: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-97 {
    max-width: 97%;
  }
}
.max-w-98 {
  max-width: 98%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-98 {
    max-width: 98%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-98 {
    max-width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-98 {
    max-width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-98 {
    max-width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-98 {
    max-width: 98%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-98 {
    max-width: 98%;
  }
}
.max-w-99 {
  max-width: 99%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-99 {
    max-width: 99%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-99 {
    max-width: 99%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-99 {
    max-width: 99%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-99 {
    max-width: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-99 {
    max-width: 99%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-99 {
    max-width: 99%;
  }
}
.max-w-100 {
  max-width: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:max-w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-w-100 {
    max-width: 100%;
  }
}
.vw-0 {
  width: 0vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-0 {
    width: 0vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-0 {
    width: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-0 {
    width: 0vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-0 {
    width: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-0 {
    width: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-0 {
    width: 0vw;
  }
}
.vw-1 {
  width: 1vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-1 {
    width: 1vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-1 {
    width: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-1 {
    width: 1vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-1 {
    width: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-1 {
    width: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-1 {
    width: 1vw;
  }
}
.vw-2 {
  width: 2vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-2 {
    width: 2vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-2 {
    width: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-2 {
    width: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-2 {
    width: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-2 {
    width: 2vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-2 {
    width: 2vw;
  }
}
.vw-3 {
  width: 3vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-3 {
    width: 3vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-3 {
    width: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-3 {
    width: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-3 {
    width: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-3 {
    width: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-3 {
    width: 3vw;
  }
}
.vw-4 {
  width: 4vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-4 {
    width: 4vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-4 {
    width: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-4 {
    width: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-4 {
    width: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-4 {
    width: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-4 {
    width: 4vw;
  }
}
.vw-5 {
  width: 5vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-5 {
    width: 5vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-5 {
    width: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-5 {
    width: 5vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-5 {
    width: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-5 {
    width: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-5 {
    width: 5vw;
  }
}
.vw-6 {
  width: 6vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-6 {
    width: 6vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-6 {
    width: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-6 {
    width: 6vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-6 {
    width: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-6 {
    width: 6vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-6 {
    width: 6vw;
  }
}
.vw-7 {
  width: 7vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-7 {
    width: 7vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-7 {
    width: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-7 {
    width: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-7 {
    width: 7vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-7 {
    width: 7vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-7 {
    width: 7vw;
  }
}
.vw-8 {
  width: 8vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-8 {
    width: 8vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-8 {
    width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-8 {
    width: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-8 {
    width: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-8 {
    width: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-8 {
    width: 8vw;
  }
}
.vw-9 {
  width: 9vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-9 {
    width: 9vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-9 {
    width: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-9 {
    width: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-9 {
    width: 9vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-9 {
    width: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-9 {
    width: 9vw;
  }
}
.vw-10 {
  width: 10vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-10 {
    width: 10vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-10 {
    width: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-10 {
    width: 10vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-10 {
    width: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-10 {
    width: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-10 {
    width: 10vw;
  }
}
.vw-11 {
  width: 11vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-11 {
    width: 11vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-11 {
    width: 11vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-11 {
    width: 11vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-11 {
    width: 11vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-11 {
    width: 11vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-11 {
    width: 11vw;
  }
}
.vw-12 {
  width: 12vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-12 {
    width: 12vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-12 {
    width: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-12 {
    width: 12vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-12 {
    width: 12vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-12 {
    width: 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-12 {
    width: 12vw;
  }
}
.vw-13 {
  width: 13vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-13 {
    width: 13vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-13 {
    width: 13vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-13 {
    width: 13vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-13 {
    width: 13vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-13 {
    width: 13vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-13 {
    width: 13vw;
  }
}
.vw-14 {
  width: 14vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-14 {
    width: 14vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-14 {
    width: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-14 {
    width: 14vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-14 {
    width: 14vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-14 {
    width: 14vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-14 {
    width: 14vw;
  }
}
.vw-15 {
  width: 15vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-15 {
    width: 15vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-15 {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-15 {
    width: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-15 {
    width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-15 {
    width: 15vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-15 {
    width: 15vw;
  }
}
.vw-16 {
  width: 16vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-16 {
    width: 16vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-16 {
    width: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-16 {
    width: 16vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-16 {
    width: 16vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-16 {
    width: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-16 {
    width: 16vw;
  }
}
.vw-17 {
  width: 17vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-17 {
    width: 17vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-17 {
    width: 17vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-17 {
    width: 17vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-17 {
    width: 17vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-17 {
    width: 17vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-17 {
    width: 17vw;
  }
}
.vw-18 {
  width: 18vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-18 {
    width: 18vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-18 {
    width: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-18 {
    width: 18vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-18 {
    width: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-18 {
    width: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-18 {
    width: 18vw;
  }
}
.vw-19 {
  width: 19vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-19 {
    width: 19vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-19 {
    width: 19vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-19 {
    width: 19vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-19 {
    width: 19vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-19 {
    width: 19vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-19 {
    width: 19vw;
  }
}
.vw-20 {
  width: 20vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-20 {
    width: 20vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-20 {
    width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-20 {
    width: 20vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-20 {
    width: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-20 {
    width: 20vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-20 {
    width: 20vw;
  }
}
.vw-21 {
  width: 21vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-21 {
    width: 21vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-21 {
    width: 21vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-21 {
    width: 21vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-21 {
    width: 21vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-21 {
    width: 21vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-21 {
    width: 21vw;
  }
}
.vw-22 {
  width: 22vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-22 {
    width: 22vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-22 {
    width: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-22 {
    width: 22vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-22 {
    width: 22vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-22 {
    width: 22vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-22 {
    width: 22vw;
  }
}
.vw-23 {
  width: 23vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-23 {
    width: 23vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-23 {
    width: 23vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-23 {
    width: 23vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-23 {
    width: 23vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-23 {
    width: 23vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-23 {
    width: 23vw;
  }
}
.vw-24 {
  width: 24vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-24 {
    width: 24vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-24 {
    width: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-24 {
    width: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-24 {
    width: 24vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-24 {
    width: 24vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-24 {
    width: 24vw;
  }
}
.vw-25 {
  width: 25vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-25 {
    width: 25vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-25 {
    width: 25vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-25 {
    width: 25vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-25 {
    width: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-25 {
    width: 25vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-25 {
    width: 25vw;
  }
}
.vw-26 {
  width: 26vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-26 {
    width: 26vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-26 {
    width: 26vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-26 {
    width: 26vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-26 {
    width: 26vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-26 {
    width: 26vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-26 {
    width: 26vw;
  }
}
.vw-27 {
  width: 27vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-27 {
    width: 27vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-27 {
    width: 27vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-27 {
    width: 27vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-27 {
    width: 27vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-27 {
    width: 27vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-27 {
    width: 27vw;
  }
}
.vw-28 {
  width: 28vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-28 {
    width: 28vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-28 {
    width: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-28 {
    width: 28vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-28 {
    width: 28vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-28 {
    width: 28vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-28 {
    width: 28vw;
  }
}
.vw-29 {
  width: 29vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-29 {
    width: 29vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-29 {
    width: 29vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-29 {
    width: 29vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-29 {
    width: 29vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-29 {
    width: 29vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-29 {
    width: 29vw;
  }
}
.vw-30 {
  width: 30vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-30 {
    width: 30vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-30 {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-30 {
    width: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-30 {
    width: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-30 {
    width: 30vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-30 {
    width: 30vw;
  }
}
.vw-31 {
  width: 31vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-31 {
    width: 31vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-31 {
    width: 31vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-31 {
    width: 31vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-31 {
    width: 31vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-31 {
    width: 31vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-31 {
    width: 31vw;
  }
}
.vw-32 {
  width: 32vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-32 {
    width: 32vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-32 {
    width: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-32 {
    width: 32vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-32 {
    width: 32vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-32 {
    width: 32vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-32 {
    width: 32vw;
  }
}
.vw-33 {
  width: 33vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-33 {
    width: 33vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-33 {
    width: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-33 {
    width: 33vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-33 {
    width: 33vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-33 {
    width: 33vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-33 {
    width: 33vw;
  }
}
.vw-34 {
  width: 34vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-34 {
    width: 34vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-34 {
    width: 34vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-34 {
    width: 34vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-34 {
    width: 34vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-34 {
    width: 34vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-34 {
    width: 34vw;
  }
}
.vw-35 {
  width: 35vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-35 {
    width: 35vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-35 {
    width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-35 {
    width: 35vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-35 {
    width: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-35 {
    width: 35vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-35 {
    width: 35vw;
  }
}
.vw-36 {
  width: 36vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-36 {
    width: 36vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-36 {
    width: 36vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-36 {
    width: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-36 {
    width: 36vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-36 {
    width: 36vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-36 {
    width: 36vw;
  }
}
.vw-37 {
  width: 37vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-37 {
    width: 37vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-37 {
    width: 37vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-37 {
    width: 37vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-37 {
    width: 37vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-37 {
    width: 37vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-37 {
    width: 37vw;
  }
}
.vw-38 {
  width: 38vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-38 {
    width: 38vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-38 {
    width: 38vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-38 {
    width: 38vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-38 {
    width: 38vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-38 {
    width: 38vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-38 {
    width: 38vw;
  }
}
.vw-39 {
  width: 39vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-39 {
    width: 39vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-39 {
    width: 39vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-39 {
    width: 39vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-39 {
    width: 39vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-39 {
    width: 39vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-39 {
    width: 39vw;
  }
}
.vw-40 {
  width: 40vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-40 {
    width: 40vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-40 {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-40 {
    width: 40vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-40 {
    width: 40vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-40 {
    width: 40vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-40 {
    width: 40vw;
  }
}
.vw-41 {
  width: 41vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-41 {
    width: 41vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-41 {
    width: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-41 {
    width: 41vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-41 {
    width: 41vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-41 {
    width: 41vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-41 {
    width: 41vw;
  }
}
.vw-42 {
  width: 42vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-42 {
    width: 42vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-42 {
    width: 42vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-42 {
    width: 42vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-42 {
    width: 42vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-42 {
    width: 42vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-42 {
    width: 42vw;
  }
}
.vw-43 {
  width: 43vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-43 {
    width: 43vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-43 {
    width: 43vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-43 {
    width: 43vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-43 {
    width: 43vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-43 {
    width: 43vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-43 {
    width: 43vw;
  }
}
.vw-44 {
  width: 44vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-44 {
    width: 44vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-44 {
    width: 44vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-44 {
    width: 44vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-44 {
    width: 44vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-44 {
    width: 44vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-44 {
    width: 44vw;
  }
}
.vw-45 {
  width: 45vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-45 {
    width: 45vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-45 {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-45 {
    width: 45vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-45 {
    width: 45vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-45 {
    width: 45vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-45 {
    width: 45vw;
  }
}
.vw-46 {
  width: 46vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-46 {
    width: 46vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-46 {
    width: 46vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-46 {
    width: 46vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-46 {
    width: 46vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-46 {
    width: 46vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-46 {
    width: 46vw;
  }
}
.vw-47 {
  width: 47vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-47 {
    width: 47vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-47 {
    width: 47vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-47 {
    width: 47vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-47 {
    width: 47vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-47 {
    width: 47vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-47 {
    width: 47vw;
  }
}
.vw-48 {
  width: 48vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-48 {
    width: 48vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-48 {
    width: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-48 {
    width: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-48 {
    width: 48vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-48 {
    width: 48vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-48 {
    width: 48vw;
  }
}
.vw-49 {
  width: 49vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-49 {
    width: 49vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-49 {
    width: 49vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-49 {
    width: 49vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-49 {
    width: 49vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-49 {
    width: 49vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-49 {
    width: 49vw;
  }
}
.vw-50 {
  width: 50vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-50 {
    width: 50vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-50 {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-50 {
    width: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-50 {
    width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-50 {
    width: 50vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-50 {
    width: 50vw;
  }
}
.vw-51 {
  width: 51vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-51 {
    width: 51vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-51 {
    width: 51vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-51 {
    width: 51vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-51 {
    width: 51vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-51 {
    width: 51vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-51 {
    width: 51vw;
  }
}
.vw-52 {
  width: 52vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-52 {
    width: 52vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-52 {
    width: 52vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-52 {
    width: 52vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-52 {
    width: 52vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-52 {
    width: 52vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-52 {
    width: 52vw;
  }
}
.vw-53 {
  width: 53vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-53 {
    width: 53vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-53 {
    width: 53vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-53 {
    width: 53vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-53 {
    width: 53vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-53 {
    width: 53vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-53 {
    width: 53vw;
  }
}
.vw-54 {
  width: 54vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-54 {
    width: 54vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-54 {
    width: 54vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-54 {
    width: 54vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-54 {
    width: 54vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-54 {
    width: 54vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-54 {
    width: 54vw;
  }
}
.vw-55 {
  width: 55vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-55 {
    width: 55vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-55 {
    width: 55vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-55 {
    width: 55vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-55 {
    width: 55vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-55 {
    width: 55vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-55 {
    width: 55vw;
  }
}
.vw-56 {
  width: 56vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-56 {
    width: 56vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-56 {
    width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-56 {
    width: 56vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-56 {
    width: 56vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-56 {
    width: 56vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-56 {
    width: 56vw;
  }
}
.vw-57 {
  width: 57vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-57 {
    width: 57vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-57 {
    width: 57vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-57 {
    width: 57vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-57 {
    width: 57vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-57 {
    width: 57vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-57 {
    width: 57vw;
  }
}
.vw-58 {
  width: 58vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-58 {
    width: 58vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-58 {
    width: 58vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-58 {
    width: 58vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-58 {
    width: 58vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-58 {
    width: 58vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-58 {
    width: 58vw;
  }
}
.vw-59 {
  width: 59vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-59 {
    width: 59vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-59 {
    width: 59vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-59 {
    width: 59vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-59 {
    width: 59vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-59 {
    width: 59vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-59 {
    width: 59vw;
  }
}
.vw-60 {
  width: 60vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-60 {
    width: 60vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-60 {
    width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-60 {
    width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-60 {
    width: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-60 {
    width: 60vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-60 {
    width: 60vw;
  }
}
.vw-61 {
  width: 61vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-61 {
    width: 61vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-61 {
    width: 61vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-61 {
    width: 61vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-61 {
    width: 61vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-61 {
    width: 61vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-61 {
    width: 61vw;
  }
}
.vw-62 {
  width: 62vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-62 {
    width: 62vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-62 {
    width: 62vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-62 {
    width: 62vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-62 {
    width: 62vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-62 {
    width: 62vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-62 {
    width: 62vw;
  }
}
.vw-63 {
  width: 63vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-63 {
    width: 63vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-63 {
    width: 63vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-63 {
    width: 63vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-63 {
    width: 63vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-63 {
    width: 63vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-63 {
    width: 63vw;
  }
}
.vw-64 {
  width: 64vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-64 {
    width: 64vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-64 {
    width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-64 {
    width: 64vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-64 {
    width: 64vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-64 {
    width: 64vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-64 {
    width: 64vw;
  }
}
.vw-65 {
  width: 65vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-65 {
    width: 65vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-65 {
    width: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-65 {
    width: 65vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-65 {
    width: 65vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-65 {
    width: 65vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-65 {
    width: 65vw;
  }
}
.vw-66 {
  width: 66vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-66 {
    width: 66vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-66 {
    width: 66vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-66 {
    width: 66vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-66 {
    width: 66vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-66 {
    width: 66vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-66 {
    width: 66vw;
  }
}
.vw-67 {
  width: 67vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-67 {
    width: 67vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-67 {
    width: 67vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-67 {
    width: 67vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-67 {
    width: 67vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-67 {
    width: 67vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-67 {
    width: 67vw;
  }
}
.vw-68 {
  width: 68vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-68 {
    width: 68vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-68 {
    width: 68vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-68 {
    width: 68vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-68 {
    width: 68vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-68 {
    width: 68vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-68 {
    width: 68vw;
  }
}
.vw-69 {
  width: 69vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-69 {
    width: 69vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-69 {
    width: 69vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-69 {
    width: 69vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-69 {
    width: 69vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-69 {
    width: 69vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-69 {
    width: 69vw;
  }
}
.vw-70 {
  width: 70vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-70 {
    width: 70vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-70 {
    width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-70 {
    width: 70vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-70 {
    width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-70 {
    width: 70vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-70 {
    width: 70vw;
  }
}
.vw-71 {
  width: 71vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-71 {
    width: 71vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-71 {
    width: 71vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-71 {
    width: 71vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-71 {
    width: 71vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-71 {
    width: 71vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-71 {
    width: 71vw;
  }
}
.vw-72 {
  width: 72vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-72 {
    width: 72vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-72 {
    width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-72 {
    width: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-72 {
    width: 72vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-72 {
    width: 72vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-72 {
    width: 72vw;
  }
}
.vw-73 {
  width: 73vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-73 {
    width: 73vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-73 {
    width: 73vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-73 {
    width: 73vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-73 {
    width: 73vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-73 {
    width: 73vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-73 {
    width: 73vw;
  }
}
.vw-74 {
  width: 74vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-74 {
    width: 74vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-74 {
    width: 74vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-74 {
    width: 74vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-74 {
    width: 74vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-74 {
    width: 74vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-74 {
    width: 74vw;
  }
}
.vw-75 {
  width: 75vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-75 {
    width: 75vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-75 {
    width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-75 {
    width: 75vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-75 {
    width: 75vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-75 {
    width: 75vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-75 {
    width: 75vw;
  }
}
.vw-76 {
  width: 76vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-76 {
    width: 76vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-76 {
    width: 76vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-76 {
    width: 76vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-76 {
    width: 76vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-76 {
    width: 76vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-76 {
    width: 76vw;
  }
}
.vw-77 {
  width: 77vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-77 {
    width: 77vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-77 {
    width: 77vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-77 {
    width: 77vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-77 {
    width: 77vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-77 {
    width: 77vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-77 {
    width: 77vw;
  }
}
.vw-78 {
  width: 78vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-78 {
    width: 78vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-78 {
    width: 78vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-78 {
    width: 78vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-78 {
    width: 78vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-78 {
    width: 78vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-78 {
    width: 78vw;
  }
}
.vw-79 {
  width: 79vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-79 {
    width: 79vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-79 {
    width: 79vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-79 {
    width: 79vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-79 {
    width: 79vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-79 {
    width: 79vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-79 {
    width: 79vw;
  }
}
.vw-80 {
  width: 80vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-80 {
    width: 80vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-80 {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-80 {
    width: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-80 {
    width: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-80 {
    width: 80vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-80 {
    width: 80vw;
  }
}
.vw-81 {
  width: 81vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-81 {
    width: 81vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-81 {
    width: 81vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-81 {
    width: 81vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-81 {
    width: 81vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-81 {
    width: 81vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-81 {
    width: 81vw;
  }
}
.vw-82 {
  width: 82vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-82 {
    width: 82vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-82 {
    width: 82vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-82 {
    width: 82vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-82 {
    width: 82vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-82 {
    width: 82vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-82 {
    width: 82vw;
  }
}
.vw-83 {
  width: 83vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-83 {
    width: 83vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-83 {
    width: 83vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-83 {
    width: 83vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-83 {
    width: 83vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-83 {
    width: 83vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-83 {
    width: 83vw;
  }
}
.vw-84 {
  width: 84vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-84 {
    width: 84vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-84 {
    width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-84 {
    width: 84vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-84 {
    width: 84vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-84 {
    width: 84vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-84 {
    width: 84vw;
  }
}
.vw-85 {
  width: 85vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-85 {
    width: 85vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-85 {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-85 {
    width: 85vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-85 {
    width: 85vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-85 {
    width: 85vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-85 {
    width: 85vw;
  }
}
.vw-86 {
  width: 86vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-86 {
    width: 86vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-86 {
    width: 86vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-86 {
    width: 86vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-86 {
    width: 86vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-86 {
    width: 86vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-86 {
    width: 86vw;
  }
}
.vw-87 {
  width: 87vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-87 {
    width: 87vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-87 {
    width: 87vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-87 {
    width: 87vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-87 {
    width: 87vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-87 {
    width: 87vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-87 {
    width: 87vw;
  }
}
.vw-88 {
  width: 88vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-88 {
    width: 88vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-88 {
    width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-88 {
    width: 88vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-88 {
    width: 88vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-88 {
    width: 88vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-88 {
    width: 88vw;
  }
}
.vw-89 {
  width: 89vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-89 {
    width: 89vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-89 {
    width: 89vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-89 {
    width: 89vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-89 {
    width: 89vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-89 {
    width: 89vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-89 {
    width: 89vw;
  }
}
.vw-90 {
  width: 90vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-90 {
    width: 90vw;
  }
}
.vw-91 {
  width: 91vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-91 {
    width: 91vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-91 {
    width: 91vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-91 {
    width: 91vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-91 {
    width: 91vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-91 {
    width: 91vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-91 {
    width: 91vw;
  }
}
.vw-92 {
  width: 92vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-92 {
    width: 92vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-92 {
    width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-92 {
    width: 92vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-92 {
    width: 92vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-92 {
    width: 92vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-92 {
    width: 92vw;
  }
}
.vw-93 {
  width: 93vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-93 {
    width: 93vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-93 {
    width: 93vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-93 {
    width: 93vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-93 {
    width: 93vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-93 {
    width: 93vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-93 {
    width: 93vw;
  }
}
.vw-94 {
  width: 94vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-94 {
    width: 94vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-94 {
    width: 94vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-94 {
    width: 94vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-94 {
    width: 94vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-94 {
    width: 94vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-94 {
    width: 94vw;
  }
}
.vw-95 {
  width: 95vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-95 {
    width: 95vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-95 {
    width: 95vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-95 {
    width: 95vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-95 {
    width: 95vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-95 {
    width: 95vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-95 {
    width: 95vw;
  }
}
.vw-96 {
  width: 96vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-96 {
    width: 96vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-96 {
    width: 96vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-96 {
    width: 96vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-96 {
    width: 96vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-96 {
    width: 96vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-96 {
    width: 96vw;
  }
}
.vw-97 {
  width: 97vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-97 {
    width: 97vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-97 {
    width: 97vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-97 {
    width: 97vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-97 {
    width: 97vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-97 {
    width: 97vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-97 {
    width: 97vw;
  }
}
.vw-98 {
  width: 98vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-98 {
    width: 98vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-98 {
    width: 98vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-98 {
    width: 98vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-98 {
    width: 98vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-98 {
    width: 98vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-98 {
    width: 98vw;
  }
}
.vw-99 {
  width: 99vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-99 {
    width: 99vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-99 {
    width: 99vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-99 {
    width: 99vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-99 {
    width: 99vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-99 {
    width: 99vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-99 {
    width: 99vw;
  }
}
.vw-100 {
  width: 100vw;
}

@media screen and (min-width: 375px) {
  .xs\:vw-100 {
    width: 100vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:vw-100 {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:vw-100 {
    width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vw-100 {
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vw-100 {
    width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:vw-100 {
    width: 100vw;
  }
}
.min-vw-0 {
  min-width: 0vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-0 {
    min-width: 0vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-0 {
    min-width: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-0 {
    min-width: 0vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-0 {
    min-width: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-0 {
    min-width: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-0 {
    min-width: 0vw;
  }
}
.min-vw-1 {
  min-width: 1vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-1 {
    min-width: 1vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-1 {
    min-width: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-1 {
    min-width: 1vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-1 {
    min-width: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-1 {
    min-width: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-1 {
    min-width: 1vw;
  }
}
.min-vw-2 {
  min-width: 2vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-2 {
    min-width: 2vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-2 {
    min-width: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-2 {
    min-width: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-2 {
    min-width: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-2 {
    min-width: 2vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-2 {
    min-width: 2vw;
  }
}
.min-vw-3 {
  min-width: 3vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-3 {
    min-width: 3vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-3 {
    min-width: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-3 {
    min-width: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-3 {
    min-width: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-3 {
    min-width: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-3 {
    min-width: 3vw;
  }
}
.min-vw-4 {
  min-width: 4vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-4 {
    min-width: 4vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-4 {
    min-width: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-4 {
    min-width: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-4 {
    min-width: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-4 {
    min-width: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-4 {
    min-width: 4vw;
  }
}
.min-vw-5 {
  min-width: 5vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-5 {
    min-width: 5vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-5 {
    min-width: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-5 {
    min-width: 5vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-5 {
    min-width: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-5 {
    min-width: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-5 {
    min-width: 5vw;
  }
}
.min-vw-6 {
  min-width: 6vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-6 {
    min-width: 6vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-6 {
    min-width: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-6 {
    min-width: 6vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-6 {
    min-width: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-6 {
    min-width: 6vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-6 {
    min-width: 6vw;
  }
}
.min-vw-7 {
  min-width: 7vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-7 {
    min-width: 7vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-7 {
    min-width: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-7 {
    min-width: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-7 {
    min-width: 7vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-7 {
    min-width: 7vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-7 {
    min-width: 7vw;
  }
}
.min-vw-8 {
  min-width: 8vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-8 {
    min-width: 8vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-8 {
    min-width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-8 {
    min-width: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-8 {
    min-width: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-8 {
    min-width: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-8 {
    min-width: 8vw;
  }
}
.min-vw-9 {
  min-width: 9vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-9 {
    min-width: 9vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-9 {
    min-width: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-9 {
    min-width: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-9 {
    min-width: 9vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-9 {
    min-width: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-9 {
    min-width: 9vw;
  }
}
.min-vw-10 {
  min-width: 10vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-10 {
    min-width: 10vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-10 {
    min-width: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-10 {
    min-width: 10vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-10 {
    min-width: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-10 {
    min-width: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-10 {
    min-width: 10vw;
  }
}
.min-vw-11 {
  min-width: 11vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-11 {
    min-width: 11vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-11 {
    min-width: 11vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-11 {
    min-width: 11vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-11 {
    min-width: 11vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-11 {
    min-width: 11vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-11 {
    min-width: 11vw;
  }
}
.min-vw-12 {
  min-width: 12vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-12 {
    min-width: 12vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-12 {
    min-width: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-12 {
    min-width: 12vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-12 {
    min-width: 12vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-12 {
    min-width: 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-12 {
    min-width: 12vw;
  }
}
.min-vw-13 {
  min-width: 13vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-13 {
    min-width: 13vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-13 {
    min-width: 13vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-13 {
    min-width: 13vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-13 {
    min-width: 13vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-13 {
    min-width: 13vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-13 {
    min-width: 13vw;
  }
}
.min-vw-14 {
  min-width: 14vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-14 {
    min-width: 14vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-14 {
    min-width: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-14 {
    min-width: 14vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-14 {
    min-width: 14vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-14 {
    min-width: 14vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-14 {
    min-width: 14vw;
  }
}
.min-vw-15 {
  min-width: 15vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-15 {
    min-width: 15vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-15 {
    min-width: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-15 {
    min-width: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-15 {
    min-width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-15 {
    min-width: 15vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-15 {
    min-width: 15vw;
  }
}
.min-vw-16 {
  min-width: 16vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-16 {
    min-width: 16vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-16 {
    min-width: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-16 {
    min-width: 16vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-16 {
    min-width: 16vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-16 {
    min-width: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-16 {
    min-width: 16vw;
  }
}
.min-vw-17 {
  min-width: 17vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-17 {
    min-width: 17vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-17 {
    min-width: 17vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-17 {
    min-width: 17vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-17 {
    min-width: 17vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-17 {
    min-width: 17vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-17 {
    min-width: 17vw;
  }
}
.min-vw-18 {
  min-width: 18vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-18 {
    min-width: 18vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-18 {
    min-width: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-18 {
    min-width: 18vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-18 {
    min-width: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-18 {
    min-width: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-18 {
    min-width: 18vw;
  }
}
.min-vw-19 {
  min-width: 19vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-19 {
    min-width: 19vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-19 {
    min-width: 19vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-19 {
    min-width: 19vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-19 {
    min-width: 19vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-19 {
    min-width: 19vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-19 {
    min-width: 19vw;
  }
}
.min-vw-20 {
  min-width: 20vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-20 {
    min-width: 20vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-20 {
    min-width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-20 {
    min-width: 20vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-20 {
    min-width: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-20 {
    min-width: 20vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-20 {
    min-width: 20vw;
  }
}
.min-vw-21 {
  min-width: 21vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-21 {
    min-width: 21vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-21 {
    min-width: 21vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-21 {
    min-width: 21vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-21 {
    min-width: 21vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-21 {
    min-width: 21vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-21 {
    min-width: 21vw;
  }
}
.min-vw-22 {
  min-width: 22vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-22 {
    min-width: 22vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-22 {
    min-width: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-22 {
    min-width: 22vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-22 {
    min-width: 22vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-22 {
    min-width: 22vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-22 {
    min-width: 22vw;
  }
}
.min-vw-23 {
  min-width: 23vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-23 {
    min-width: 23vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-23 {
    min-width: 23vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-23 {
    min-width: 23vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-23 {
    min-width: 23vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-23 {
    min-width: 23vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-23 {
    min-width: 23vw;
  }
}
.min-vw-24 {
  min-width: 24vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-24 {
    min-width: 24vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-24 {
    min-width: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-24 {
    min-width: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-24 {
    min-width: 24vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-24 {
    min-width: 24vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-24 {
    min-width: 24vw;
  }
}
.min-vw-25 {
  min-width: 25vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-25 {
    min-width: 25vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-25 {
    min-width: 25vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-25 {
    min-width: 25vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-25 {
    min-width: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-25 {
    min-width: 25vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-25 {
    min-width: 25vw;
  }
}
.min-vw-26 {
  min-width: 26vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-26 {
    min-width: 26vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-26 {
    min-width: 26vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-26 {
    min-width: 26vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-26 {
    min-width: 26vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-26 {
    min-width: 26vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-26 {
    min-width: 26vw;
  }
}
.min-vw-27 {
  min-width: 27vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-27 {
    min-width: 27vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-27 {
    min-width: 27vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-27 {
    min-width: 27vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-27 {
    min-width: 27vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-27 {
    min-width: 27vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-27 {
    min-width: 27vw;
  }
}
.min-vw-28 {
  min-width: 28vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-28 {
    min-width: 28vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-28 {
    min-width: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-28 {
    min-width: 28vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-28 {
    min-width: 28vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-28 {
    min-width: 28vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-28 {
    min-width: 28vw;
  }
}
.min-vw-29 {
  min-width: 29vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-29 {
    min-width: 29vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-29 {
    min-width: 29vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-29 {
    min-width: 29vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-29 {
    min-width: 29vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-29 {
    min-width: 29vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-29 {
    min-width: 29vw;
  }
}
.min-vw-30 {
  min-width: 30vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-30 {
    min-width: 30vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-30 {
    min-width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-30 {
    min-width: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-30 {
    min-width: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-30 {
    min-width: 30vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-30 {
    min-width: 30vw;
  }
}
.min-vw-31 {
  min-width: 31vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-31 {
    min-width: 31vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-31 {
    min-width: 31vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-31 {
    min-width: 31vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-31 {
    min-width: 31vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-31 {
    min-width: 31vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-31 {
    min-width: 31vw;
  }
}
.min-vw-32 {
  min-width: 32vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-32 {
    min-width: 32vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-32 {
    min-width: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-32 {
    min-width: 32vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-32 {
    min-width: 32vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-32 {
    min-width: 32vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-32 {
    min-width: 32vw;
  }
}
.min-vw-33 {
  min-width: 33vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-33 {
    min-width: 33vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-33 {
    min-width: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-33 {
    min-width: 33vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-33 {
    min-width: 33vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-33 {
    min-width: 33vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-33 {
    min-width: 33vw;
  }
}
.min-vw-34 {
  min-width: 34vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-34 {
    min-width: 34vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-34 {
    min-width: 34vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-34 {
    min-width: 34vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-34 {
    min-width: 34vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-34 {
    min-width: 34vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-34 {
    min-width: 34vw;
  }
}
.min-vw-35 {
  min-width: 35vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-35 {
    min-width: 35vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-35 {
    min-width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-35 {
    min-width: 35vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-35 {
    min-width: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-35 {
    min-width: 35vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-35 {
    min-width: 35vw;
  }
}
.min-vw-36 {
  min-width: 36vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-36 {
    min-width: 36vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-36 {
    min-width: 36vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-36 {
    min-width: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-36 {
    min-width: 36vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-36 {
    min-width: 36vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-36 {
    min-width: 36vw;
  }
}
.min-vw-37 {
  min-width: 37vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-37 {
    min-width: 37vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-37 {
    min-width: 37vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-37 {
    min-width: 37vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-37 {
    min-width: 37vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-37 {
    min-width: 37vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-37 {
    min-width: 37vw;
  }
}
.min-vw-38 {
  min-width: 38vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-38 {
    min-width: 38vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-38 {
    min-width: 38vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-38 {
    min-width: 38vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-38 {
    min-width: 38vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-38 {
    min-width: 38vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-38 {
    min-width: 38vw;
  }
}
.min-vw-39 {
  min-width: 39vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-39 {
    min-width: 39vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-39 {
    min-width: 39vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-39 {
    min-width: 39vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-39 {
    min-width: 39vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-39 {
    min-width: 39vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-39 {
    min-width: 39vw;
  }
}
.min-vw-40 {
  min-width: 40vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-40 {
    min-width: 40vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-40 {
    min-width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-40 {
    min-width: 40vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-40 {
    min-width: 40vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-40 {
    min-width: 40vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-40 {
    min-width: 40vw;
  }
}
.min-vw-41 {
  min-width: 41vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-41 {
    min-width: 41vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-41 {
    min-width: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-41 {
    min-width: 41vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-41 {
    min-width: 41vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-41 {
    min-width: 41vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-41 {
    min-width: 41vw;
  }
}
.min-vw-42 {
  min-width: 42vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-42 {
    min-width: 42vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-42 {
    min-width: 42vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-42 {
    min-width: 42vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-42 {
    min-width: 42vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-42 {
    min-width: 42vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-42 {
    min-width: 42vw;
  }
}
.min-vw-43 {
  min-width: 43vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-43 {
    min-width: 43vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-43 {
    min-width: 43vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-43 {
    min-width: 43vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-43 {
    min-width: 43vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-43 {
    min-width: 43vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-43 {
    min-width: 43vw;
  }
}
.min-vw-44 {
  min-width: 44vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-44 {
    min-width: 44vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-44 {
    min-width: 44vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-44 {
    min-width: 44vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-44 {
    min-width: 44vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-44 {
    min-width: 44vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-44 {
    min-width: 44vw;
  }
}
.min-vw-45 {
  min-width: 45vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-45 {
    min-width: 45vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-45 {
    min-width: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-45 {
    min-width: 45vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-45 {
    min-width: 45vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-45 {
    min-width: 45vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-45 {
    min-width: 45vw;
  }
}
.min-vw-46 {
  min-width: 46vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-46 {
    min-width: 46vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-46 {
    min-width: 46vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-46 {
    min-width: 46vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-46 {
    min-width: 46vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-46 {
    min-width: 46vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-46 {
    min-width: 46vw;
  }
}
.min-vw-47 {
  min-width: 47vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-47 {
    min-width: 47vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-47 {
    min-width: 47vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-47 {
    min-width: 47vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-47 {
    min-width: 47vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-47 {
    min-width: 47vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-47 {
    min-width: 47vw;
  }
}
.min-vw-48 {
  min-width: 48vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-48 {
    min-width: 48vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-48 {
    min-width: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-48 {
    min-width: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-48 {
    min-width: 48vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-48 {
    min-width: 48vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-48 {
    min-width: 48vw;
  }
}
.min-vw-49 {
  min-width: 49vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-49 {
    min-width: 49vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-49 {
    min-width: 49vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-49 {
    min-width: 49vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-49 {
    min-width: 49vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-49 {
    min-width: 49vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-49 {
    min-width: 49vw;
  }
}
.min-vw-50 {
  min-width: 50vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-50 {
    min-width: 50vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-50 {
    min-width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-50 {
    min-width: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-50 {
    min-width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-50 {
    min-width: 50vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-50 {
    min-width: 50vw;
  }
}
.min-vw-51 {
  min-width: 51vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-51 {
    min-width: 51vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-51 {
    min-width: 51vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-51 {
    min-width: 51vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-51 {
    min-width: 51vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-51 {
    min-width: 51vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-51 {
    min-width: 51vw;
  }
}
.min-vw-52 {
  min-width: 52vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-52 {
    min-width: 52vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-52 {
    min-width: 52vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-52 {
    min-width: 52vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-52 {
    min-width: 52vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-52 {
    min-width: 52vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-52 {
    min-width: 52vw;
  }
}
.min-vw-53 {
  min-width: 53vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-53 {
    min-width: 53vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-53 {
    min-width: 53vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-53 {
    min-width: 53vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-53 {
    min-width: 53vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-53 {
    min-width: 53vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-53 {
    min-width: 53vw;
  }
}
.min-vw-54 {
  min-width: 54vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-54 {
    min-width: 54vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-54 {
    min-width: 54vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-54 {
    min-width: 54vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-54 {
    min-width: 54vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-54 {
    min-width: 54vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-54 {
    min-width: 54vw;
  }
}
.min-vw-55 {
  min-width: 55vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-55 {
    min-width: 55vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-55 {
    min-width: 55vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-55 {
    min-width: 55vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-55 {
    min-width: 55vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-55 {
    min-width: 55vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-55 {
    min-width: 55vw;
  }
}
.min-vw-56 {
  min-width: 56vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-56 {
    min-width: 56vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-56 {
    min-width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-56 {
    min-width: 56vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-56 {
    min-width: 56vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-56 {
    min-width: 56vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-56 {
    min-width: 56vw;
  }
}
.min-vw-57 {
  min-width: 57vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-57 {
    min-width: 57vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-57 {
    min-width: 57vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-57 {
    min-width: 57vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-57 {
    min-width: 57vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-57 {
    min-width: 57vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-57 {
    min-width: 57vw;
  }
}
.min-vw-58 {
  min-width: 58vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-58 {
    min-width: 58vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-58 {
    min-width: 58vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-58 {
    min-width: 58vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-58 {
    min-width: 58vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-58 {
    min-width: 58vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-58 {
    min-width: 58vw;
  }
}
.min-vw-59 {
  min-width: 59vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-59 {
    min-width: 59vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-59 {
    min-width: 59vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-59 {
    min-width: 59vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-59 {
    min-width: 59vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-59 {
    min-width: 59vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-59 {
    min-width: 59vw;
  }
}
.min-vw-60 {
  min-width: 60vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-60 {
    min-width: 60vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-60 {
    min-width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-60 {
    min-width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-60 {
    min-width: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-60 {
    min-width: 60vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-60 {
    min-width: 60vw;
  }
}
.min-vw-61 {
  min-width: 61vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-61 {
    min-width: 61vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-61 {
    min-width: 61vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-61 {
    min-width: 61vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-61 {
    min-width: 61vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-61 {
    min-width: 61vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-61 {
    min-width: 61vw;
  }
}
.min-vw-62 {
  min-width: 62vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-62 {
    min-width: 62vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-62 {
    min-width: 62vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-62 {
    min-width: 62vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-62 {
    min-width: 62vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-62 {
    min-width: 62vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-62 {
    min-width: 62vw;
  }
}
.min-vw-63 {
  min-width: 63vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-63 {
    min-width: 63vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-63 {
    min-width: 63vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-63 {
    min-width: 63vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-63 {
    min-width: 63vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-63 {
    min-width: 63vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-63 {
    min-width: 63vw;
  }
}
.min-vw-64 {
  min-width: 64vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-64 {
    min-width: 64vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-64 {
    min-width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-64 {
    min-width: 64vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-64 {
    min-width: 64vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-64 {
    min-width: 64vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-64 {
    min-width: 64vw;
  }
}
.min-vw-65 {
  min-width: 65vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-65 {
    min-width: 65vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-65 {
    min-width: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-65 {
    min-width: 65vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-65 {
    min-width: 65vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-65 {
    min-width: 65vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-65 {
    min-width: 65vw;
  }
}
.min-vw-66 {
  min-width: 66vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-66 {
    min-width: 66vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-66 {
    min-width: 66vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-66 {
    min-width: 66vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-66 {
    min-width: 66vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-66 {
    min-width: 66vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-66 {
    min-width: 66vw;
  }
}
.min-vw-67 {
  min-width: 67vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-67 {
    min-width: 67vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-67 {
    min-width: 67vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-67 {
    min-width: 67vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-67 {
    min-width: 67vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-67 {
    min-width: 67vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-67 {
    min-width: 67vw;
  }
}
.min-vw-68 {
  min-width: 68vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-68 {
    min-width: 68vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-68 {
    min-width: 68vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-68 {
    min-width: 68vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-68 {
    min-width: 68vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-68 {
    min-width: 68vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-68 {
    min-width: 68vw;
  }
}
.min-vw-69 {
  min-width: 69vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-69 {
    min-width: 69vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-69 {
    min-width: 69vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-69 {
    min-width: 69vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-69 {
    min-width: 69vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-69 {
    min-width: 69vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-69 {
    min-width: 69vw;
  }
}
.min-vw-70 {
  min-width: 70vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-70 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-70 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-70 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-70 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-70 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-70 {
    min-width: 70vw;
  }
}
.min-vw-71 {
  min-width: 71vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-71 {
    min-width: 71vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-71 {
    min-width: 71vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-71 {
    min-width: 71vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-71 {
    min-width: 71vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-71 {
    min-width: 71vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-71 {
    min-width: 71vw;
  }
}
.min-vw-72 {
  min-width: 72vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-72 {
    min-width: 72vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-72 {
    min-width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-72 {
    min-width: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-72 {
    min-width: 72vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-72 {
    min-width: 72vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-72 {
    min-width: 72vw;
  }
}
.min-vw-73 {
  min-width: 73vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-73 {
    min-width: 73vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-73 {
    min-width: 73vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-73 {
    min-width: 73vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-73 {
    min-width: 73vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-73 {
    min-width: 73vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-73 {
    min-width: 73vw;
  }
}
.min-vw-74 {
  min-width: 74vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-74 {
    min-width: 74vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-74 {
    min-width: 74vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-74 {
    min-width: 74vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-74 {
    min-width: 74vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-74 {
    min-width: 74vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-74 {
    min-width: 74vw;
  }
}
.min-vw-75 {
  min-width: 75vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-75 {
    min-width: 75vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-75 {
    min-width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-75 {
    min-width: 75vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-75 {
    min-width: 75vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-75 {
    min-width: 75vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-75 {
    min-width: 75vw;
  }
}
.min-vw-76 {
  min-width: 76vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-76 {
    min-width: 76vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-76 {
    min-width: 76vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-76 {
    min-width: 76vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-76 {
    min-width: 76vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-76 {
    min-width: 76vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-76 {
    min-width: 76vw;
  }
}
.min-vw-77 {
  min-width: 77vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-77 {
    min-width: 77vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-77 {
    min-width: 77vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-77 {
    min-width: 77vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-77 {
    min-width: 77vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-77 {
    min-width: 77vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-77 {
    min-width: 77vw;
  }
}
.min-vw-78 {
  min-width: 78vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-78 {
    min-width: 78vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-78 {
    min-width: 78vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-78 {
    min-width: 78vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-78 {
    min-width: 78vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-78 {
    min-width: 78vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-78 {
    min-width: 78vw;
  }
}
.min-vw-79 {
  min-width: 79vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-79 {
    min-width: 79vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-79 {
    min-width: 79vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-79 {
    min-width: 79vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-79 {
    min-width: 79vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-79 {
    min-width: 79vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-79 {
    min-width: 79vw;
  }
}
.min-vw-80 {
  min-width: 80vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-80 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-80 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-80 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-80 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-80 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-80 {
    min-width: 80vw;
  }
}
.min-vw-81 {
  min-width: 81vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-81 {
    min-width: 81vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-81 {
    min-width: 81vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-81 {
    min-width: 81vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-81 {
    min-width: 81vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-81 {
    min-width: 81vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-81 {
    min-width: 81vw;
  }
}
.min-vw-82 {
  min-width: 82vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-82 {
    min-width: 82vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-82 {
    min-width: 82vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-82 {
    min-width: 82vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-82 {
    min-width: 82vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-82 {
    min-width: 82vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-82 {
    min-width: 82vw;
  }
}
.min-vw-83 {
  min-width: 83vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-83 {
    min-width: 83vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-83 {
    min-width: 83vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-83 {
    min-width: 83vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-83 {
    min-width: 83vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-83 {
    min-width: 83vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-83 {
    min-width: 83vw;
  }
}
.min-vw-84 {
  min-width: 84vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-84 {
    min-width: 84vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-84 {
    min-width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-84 {
    min-width: 84vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-84 {
    min-width: 84vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-84 {
    min-width: 84vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-84 {
    min-width: 84vw;
  }
}
.min-vw-85 {
  min-width: 85vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-85 {
    min-width: 85vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-85 {
    min-width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-85 {
    min-width: 85vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-85 {
    min-width: 85vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-85 {
    min-width: 85vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-85 {
    min-width: 85vw;
  }
}
.min-vw-86 {
  min-width: 86vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-86 {
    min-width: 86vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-86 {
    min-width: 86vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-86 {
    min-width: 86vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-86 {
    min-width: 86vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-86 {
    min-width: 86vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-86 {
    min-width: 86vw;
  }
}
.min-vw-87 {
  min-width: 87vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-87 {
    min-width: 87vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-87 {
    min-width: 87vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-87 {
    min-width: 87vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-87 {
    min-width: 87vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-87 {
    min-width: 87vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-87 {
    min-width: 87vw;
  }
}
.min-vw-88 {
  min-width: 88vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-88 {
    min-width: 88vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-88 {
    min-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-88 {
    min-width: 88vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-88 {
    min-width: 88vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-88 {
    min-width: 88vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-88 {
    min-width: 88vw;
  }
}
.min-vw-89 {
  min-width: 89vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-89 {
    min-width: 89vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-89 {
    min-width: 89vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-89 {
    min-width: 89vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-89 {
    min-width: 89vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-89 {
    min-width: 89vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-89 {
    min-width: 89vw;
  }
}
.min-vw-90 {
  min-width: 90vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-90 {
    min-width: 90vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-90 {
    min-width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-90 {
    min-width: 90vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-90 {
    min-width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-90 {
    min-width: 90vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-90 {
    min-width: 90vw;
  }
}
.min-vw-91 {
  min-width: 91vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-91 {
    min-width: 91vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-91 {
    min-width: 91vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-91 {
    min-width: 91vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-91 {
    min-width: 91vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-91 {
    min-width: 91vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-91 {
    min-width: 91vw;
  }
}
.min-vw-92 {
  min-width: 92vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-92 {
    min-width: 92vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-92 {
    min-width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-92 {
    min-width: 92vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-92 {
    min-width: 92vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-92 {
    min-width: 92vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-92 {
    min-width: 92vw;
  }
}
.min-vw-93 {
  min-width: 93vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-93 {
    min-width: 93vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-93 {
    min-width: 93vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-93 {
    min-width: 93vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-93 {
    min-width: 93vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-93 {
    min-width: 93vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-93 {
    min-width: 93vw;
  }
}
.min-vw-94 {
  min-width: 94vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-94 {
    min-width: 94vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-94 {
    min-width: 94vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-94 {
    min-width: 94vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-94 {
    min-width: 94vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-94 {
    min-width: 94vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-94 {
    min-width: 94vw;
  }
}
.min-vw-95 {
  min-width: 95vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-95 {
    min-width: 95vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-95 {
    min-width: 95vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-95 {
    min-width: 95vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-95 {
    min-width: 95vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-95 {
    min-width: 95vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-95 {
    min-width: 95vw;
  }
}
.min-vw-96 {
  min-width: 96vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-96 {
    min-width: 96vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-96 {
    min-width: 96vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-96 {
    min-width: 96vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-96 {
    min-width: 96vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-96 {
    min-width: 96vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-96 {
    min-width: 96vw;
  }
}
.min-vw-97 {
  min-width: 97vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-97 {
    min-width: 97vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-97 {
    min-width: 97vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-97 {
    min-width: 97vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-97 {
    min-width: 97vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-97 {
    min-width: 97vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-97 {
    min-width: 97vw;
  }
}
.min-vw-98 {
  min-width: 98vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-98 {
    min-width: 98vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-98 {
    min-width: 98vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-98 {
    min-width: 98vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-98 {
    min-width: 98vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-98 {
    min-width: 98vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-98 {
    min-width: 98vw;
  }
}
.min-vw-99 {
  min-width: 99vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-99 {
    min-width: 99vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-99 {
    min-width: 99vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-99 {
    min-width: 99vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-99 {
    min-width: 99vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-99 {
    min-width: 99vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-99 {
    min-width: 99vw;
  }
}
.min-vw-100 {
  min-width: 100vw;
}

@media screen and (min-width: 375px) {
  .xs\:min-vw-100 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:min-vw-100 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-vw-100 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-vw-100 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-vw-100 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:min-vw-100 {
    min-width: 100vw;
  }
}
.max-vw-0 {
  max-width: 0vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-0 {
    max-width: 0vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-0 {
    max-width: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-0 {
    max-width: 0vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-0 {
    max-width: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-0 {
    max-width: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-0 {
    max-width: 0vw;
  }
}
.max-vw-1 {
  max-width: 1vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-1 {
    max-width: 1vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-1 {
    max-width: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-1 {
    max-width: 1vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-1 {
    max-width: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-1 {
    max-width: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-1 {
    max-width: 1vw;
  }
}
.max-vw-2 {
  max-width: 2vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-2 {
    max-width: 2vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-2 {
    max-width: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-2 {
    max-width: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-2 {
    max-width: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-2 {
    max-width: 2vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-2 {
    max-width: 2vw;
  }
}
.max-vw-3 {
  max-width: 3vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-3 {
    max-width: 3vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-3 {
    max-width: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-3 {
    max-width: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-3 {
    max-width: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-3 {
    max-width: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-3 {
    max-width: 3vw;
  }
}
.max-vw-4 {
  max-width: 4vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-4 {
    max-width: 4vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-4 {
    max-width: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-4 {
    max-width: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-4 {
    max-width: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-4 {
    max-width: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-4 {
    max-width: 4vw;
  }
}
.max-vw-5 {
  max-width: 5vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-5 {
    max-width: 5vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-5 {
    max-width: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-5 {
    max-width: 5vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-5 {
    max-width: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-5 {
    max-width: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-5 {
    max-width: 5vw;
  }
}
.max-vw-6 {
  max-width: 6vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-6 {
    max-width: 6vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-6 {
    max-width: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-6 {
    max-width: 6vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-6 {
    max-width: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-6 {
    max-width: 6vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-6 {
    max-width: 6vw;
  }
}
.max-vw-7 {
  max-width: 7vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-7 {
    max-width: 7vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-7 {
    max-width: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-7 {
    max-width: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-7 {
    max-width: 7vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-7 {
    max-width: 7vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-7 {
    max-width: 7vw;
  }
}
.max-vw-8 {
  max-width: 8vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-8 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-8 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-8 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-8 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-8 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-8 {
    max-width: 8vw;
  }
}
.max-vw-9 {
  max-width: 9vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-9 {
    max-width: 9vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-9 {
    max-width: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-9 {
    max-width: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-9 {
    max-width: 9vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-9 {
    max-width: 9vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-9 {
    max-width: 9vw;
  }
}
.max-vw-10 {
  max-width: 10vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-10 {
    max-width: 10vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-10 {
    max-width: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-10 {
    max-width: 10vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-10 {
    max-width: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-10 {
    max-width: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-10 {
    max-width: 10vw;
  }
}
.max-vw-11 {
  max-width: 11vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-11 {
    max-width: 11vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-11 {
    max-width: 11vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-11 {
    max-width: 11vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-11 {
    max-width: 11vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-11 {
    max-width: 11vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-11 {
    max-width: 11vw;
  }
}
.max-vw-12 {
  max-width: 12vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-12 {
    max-width: 12vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-12 {
    max-width: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-12 {
    max-width: 12vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-12 {
    max-width: 12vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-12 {
    max-width: 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-12 {
    max-width: 12vw;
  }
}
.max-vw-13 {
  max-width: 13vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-13 {
    max-width: 13vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-13 {
    max-width: 13vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-13 {
    max-width: 13vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-13 {
    max-width: 13vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-13 {
    max-width: 13vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-13 {
    max-width: 13vw;
  }
}
.max-vw-14 {
  max-width: 14vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-14 {
    max-width: 14vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-14 {
    max-width: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-14 {
    max-width: 14vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-14 {
    max-width: 14vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-14 {
    max-width: 14vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-14 {
    max-width: 14vw;
  }
}
.max-vw-15 {
  max-width: 15vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-15 {
    max-width: 15vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-15 {
    max-width: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-15 {
    max-width: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-15 {
    max-width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-15 {
    max-width: 15vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-15 {
    max-width: 15vw;
  }
}
.max-vw-16 {
  max-width: 16vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-16 {
    max-width: 16vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-16 {
    max-width: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-16 {
    max-width: 16vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-16 {
    max-width: 16vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-16 {
    max-width: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-16 {
    max-width: 16vw;
  }
}
.max-vw-17 {
  max-width: 17vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-17 {
    max-width: 17vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-17 {
    max-width: 17vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-17 {
    max-width: 17vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-17 {
    max-width: 17vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-17 {
    max-width: 17vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-17 {
    max-width: 17vw;
  }
}
.max-vw-18 {
  max-width: 18vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-18 {
    max-width: 18vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-18 {
    max-width: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-18 {
    max-width: 18vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-18 {
    max-width: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-18 {
    max-width: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-18 {
    max-width: 18vw;
  }
}
.max-vw-19 {
  max-width: 19vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-19 {
    max-width: 19vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-19 {
    max-width: 19vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-19 {
    max-width: 19vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-19 {
    max-width: 19vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-19 {
    max-width: 19vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-19 {
    max-width: 19vw;
  }
}
.max-vw-20 {
  max-width: 20vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-20 {
    max-width: 20vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-20 {
    max-width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-20 {
    max-width: 20vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-20 {
    max-width: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-20 {
    max-width: 20vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-20 {
    max-width: 20vw;
  }
}
.max-vw-21 {
  max-width: 21vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-21 {
    max-width: 21vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-21 {
    max-width: 21vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-21 {
    max-width: 21vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-21 {
    max-width: 21vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-21 {
    max-width: 21vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-21 {
    max-width: 21vw;
  }
}
.max-vw-22 {
  max-width: 22vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-22 {
    max-width: 22vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-22 {
    max-width: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-22 {
    max-width: 22vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-22 {
    max-width: 22vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-22 {
    max-width: 22vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-22 {
    max-width: 22vw;
  }
}
.max-vw-23 {
  max-width: 23vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-23 {
    max-width: 23vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-23 {
    max-width: 23vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-23 {
    max-width: 23vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-23 {
    max-width: 23vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-23 {
    max-width: 23vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-23 {
    max-width: 23vw;
  }
}
.max-vw-24 {
  max-width: 24vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-24 {
    max-width: 24vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-24 {
    max-width: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-24 {
    max-width: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-24 {
    max-width: 24vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-24 {
    max-width: 24vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-24 {
    max-width: 24vw;
  }
}
.max-vw-25 {
  max-width: 25vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-25 {
    max-width: 25vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-25 {
    max-width: 25vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-25 {
    max-width: 25vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-25 {
    max-width: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-25 {
    max-width: 25vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-25 {
    max-width: 25vw;
  }
}
.max-vw-26 {
  max-width: 26vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-26 {
    max-width: 26vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-26 {
    max-width: 26vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-26 {
    max-width: 26vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-26 {
    max-width: 26vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-26 {
    max-width: 26vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-26 {
    max-width: 26vw;
  }
}
.max-vw-27 {
  max-width: 27vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-27 {
    max-width: 27vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-27 {
    max-width: 27vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-27 {
    max-width: 27vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-27 {
    max-width: 27vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-27 {
    max-width: 27vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-27 {
    max-width: 27vw;
  }
}
.max-vw-28 {
  max-width: 28vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-28 {
    max-width: 28vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-28 {
    max-width: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-28 {
    max-width: 28vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-28 {
    max-width: 28vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-28 {
    max-width: 28vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-28 {
    max-width: 28vw;
  }
}
.max-vw-29 {
  max-width: 29vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-29 {
    max-width: 29vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-29 {
    max-width: 29vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-29 {
    max-width: 29vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-29 {
    max-width: 29vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-29 {
    max-width: 29vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-29 {
    max-width: 29vw;
  }
}
.max-vw-30 {
  max-width: 30vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-30 {
    max-width: 30vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-30 {
    max-width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-30 {
    max-width: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-30 {
    max-width: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-30 {
    max-width: 30vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-30 {
    max-width: 30vw;
  }
}
.max-vw-31 {
  max-width: 31vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-31 {
    max-width: 31vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-31 {
    max-width: 31vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-31 {
    max-width: 31vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-31 {
    max-width: 31vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-31 {
    max-width: 31vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-31 {
    max-width: 31vw;
  }
}
.max-vw-32 {
  max-width: 32vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-32 {
    max-width: 32vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-32 {
    max-width: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-32 {
    max-width: 32vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-32 {
    max-width: 32vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-32 {
    max-width: 32vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-32 {
    max-width: 32vw;
  }
}
.max-vw-33 {
  max-width: 33vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-33 {
    max-width: 33vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-33 {
    max-width: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-33 {
    max-width: 33vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-33 {
    max-width: 33vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-33 {
    max-width: 33vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-33 {
    max-width: 33vw;
  }
}
.max-vw-34 {
  max-width: 34vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-34 {
    max-width: 34vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-34 {
    max-width: 34vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-34 {
    max-width: 34vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-34 {
    max-width: 34vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-34 {
    max-width: 34vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-34 {
    max-width: 34vw;
  }
}
.max-vw-35 {
  max-width: 35vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-35 {
    max-width: 35vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-35 {
    max-width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-35 {
    max-width: 35vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-35 {
    max-width: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-35 {
    max-width: 35vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-35 {
    max-width: 35vw;
  }
}
.max-vw-36 {
  max-width: 36vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-36 {
    max-width: 36vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-36 {
    max-width: 36vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-36 {
    max-width: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-36 {
    max-width: 36vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-36 {
    max-width: 36vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-36 {
    max-width: 36vw;
  }
}
.max-vw-37 {
  max-width: 37vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-37 {
    max-width: 37vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-37 {
    max-width: 37vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-37 {
    max-width: 37vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-37 {
    max-width: 37vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-37 {
    max-width: 37vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-37 {
    max-width: 37vw;
  }
}
.max-vw-38 {
  max-width: 38vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-38 {
    max-width: 38vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-38 {
    max-width: 38vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-38 {
    max-width: 38vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-38 {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-38 {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-38 {
    max-width: 38vw;
  }
}
.max-vw-39 {
  max-width: 39vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-39 {
    max-width: 39vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-39 {
    max-width: 39vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-39 {
    max-width: 39vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-39 {
    max-width: 39vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-39 {
    max-width: 39vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-39 {
    max-width: 39vw;
  }
}
.max-vw-40 {
  max-width: 40vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-40 {
    max-width: 40vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-40 {
    max-width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-40 {
    max-width: 40vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-40 {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-40 {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-40 {
    max-width: 40vw;
  }
}
.max-vw-41 {
  max-width: 41vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-41 {
    max-width: 41vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-41 {
    max-width: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-41 {
    max-width: 41vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-41 {
    max-width: 41vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-41 {
    max-width: 41vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-41 {
    max-width: 41vw;
  }
}
.max-vw-42 {
  max-width: 42vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-42 {
    max-width: 42vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-42 {
    max-width: 42vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-42 {
    max-width: 42vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-42 {
    max-width: 42vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-42 {
    max-width: 42vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-42 {
    max-width: 42vw;
  }
}
.max-vw-43 {
  max-width: 43vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-43 {
    max-width: 43vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-43 {
    max-width: 43vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-43 {
    max-width: 43vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-43 {
    max-width: 43vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-43 {
    max-width: 43vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-43 {
    max-width: 43vw;
  }
}
.max-vw-44 {
  max-width: 44vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-44 {
    max-width: 44vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-44 {
    max-width: 44vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-44 {
    max-width: 44vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-44 {
    max-width: 44vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-44 {
    max-width: 44vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-44 {
    max-width: 44vw;
  }
}
.max-vw-45 {
  max-width: 45vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-45 {
    max-width: 45vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-45 {
    max-width: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-45 {
    max-width: 45vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-45 {
    max-width: 45vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-45 {
    max-width: 45vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-45 {
    max-width: 45vw;
  }
}
.max-vw-46 {
  max-width: 46vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-46 {
    max-width: 46vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-46 {
    max-width: 46vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-46 {
    max-width: 46vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-46 {
    max-width: 46vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-46 {
    max-width: 46vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-46 {
    max-width: 46vw;
  }
}
.max-vw-47 {
  max-width: 47vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-47 {
    max-width: 47vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-47 {
    max-width: 47vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-47 {
    max-width: 47vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-47 {
    max-width: 47vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-47 {
    max-width: 47vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-47 {
    max-width: 47vw;
  }
}
.max-vw-48 {
  max-width: 48vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-48 {
    max-width: 48vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-48 {
    max-width: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-48 {
    max-width: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-48 {
    max-width: 48vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-48 {
    max-width: 48vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-48 {
    max-width: 48vw;
  }
}
.max-vw-49 {
  max-width: 49vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-49 {
    max-width: 49vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-49 {
    max-width: 49vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-49 {
    max-width: 49vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-49 {
    max-width: 49vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-49 {
    max-width: 49vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-49 {
    max-width: 49vw;
  }
}
.max-vw-50 {
  max-width: 50vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-50 {
    max-width: 50vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-50 {
    max-width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-50 {
    max-width: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-50 {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-50 {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-50 {
    max-width: 50vw;
  }
}
.max-vw-51 {
  max-width: 51vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-51 {
    max-width: 51vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-51 {
    max-width: 51vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-51 {
    max-width: 51vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-51 {
    max-width: 51vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-51 {
    max-width: 51vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-51 {
    max-width: 51vw;
  }
}
.max-vw-52 {
  max-width: 52vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-52 {
    max-width: 52vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-52 {
    max-width: 52vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-52 {
    max-width: 52vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-52 {
    max-width: 52vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-52 {
    max-width: 52vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-52 {
    max-width: 52vw;
  }
}
.max-vw-53 {
  max-width: 53vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-53 {
    max-width: 53vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-53 {
    max-width: 53vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-53 {
    max-width: 53vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-53 {
    max-width: 53vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-53 {
    max-width: 53vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-53 {
    max-width: 53vw;
  }
}
.max-vw-54 {
  max-width: 54vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-54 {
    max-width: 54vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-54 {
    max-width: 54vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-54 {
    max-width: 54vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-54 {
    max-width: 54vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-54 {
    max-width: 54vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-54 {
    max-width: 54vw;
  }
}
.max-vw-55 {
  max-width: 55vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-55 {
    max-width: 55vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-55 {
    max-width: 55vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-55 {
    max-width: 55vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-55 {
    max-width: 55vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-55 {
    max-width: 55vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-55 {
    max-width: 55vw;
  }
}
.max-vw-56 {
  max-width: 56vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-56 {
    max-width: 56vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-56 {
    max-width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-56 {
    max-width: 56vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-56 {
    max-width: 56vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-56 {
    max-width: 56vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-56 {
    max-width: 56vw;
  }
}
.max-vw-57 {
  max-width: 57vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-57 {
    max-width: 57vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-57 {
    max-width: 57vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-57 {
    max-width: 57vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-57 {
    max-width: 57vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-57 {
    max-width: 57vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-57 {
    max-width: 57vw;
  }
}
.max-vw-58 {
  max-width: 58vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-58 {
    max-width: 58vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-58 {
    max-width: 58vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-58 {
    max-width: 58vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-58 {
    max-width: 58vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-58 {
    max-width: 58vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-58 {
    max-width: 58vw;
  }
}
.max-vw-59 {
  max-width: 59vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-59 {
    max-width: 59vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-59 {
    max-width: 59vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-59 {
    max-width: 59vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-59 {
    max-width: 59vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-59 {
    max-width: 59vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-59 {
    max-width: 59vw;
  }
}
.max-vw-60 {
  max-width: 60vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-60 {
    max-width: 60vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-60 {
    max-width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-60 {
    max-width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-60 {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-60 {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-60 {
    max-width: 60vw;
  }
}
.max-vw-61 {
  max-width: 61vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-61 {
    max-width: 61vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-61 {
    max-width: 61vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-61 {
    max-width: 61vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-61 {
    max-width: 61vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-61 {
    max-width: 61vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-61 {
    max-width: 61vw;
  }
}
.max-vw-62 {
  max-width: 62vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-62 {
    max-width: 62vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-62 {
    max-width: 62vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-62 {
    max-width: 62vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-62 {
    max-width: 62vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-62 {
    max-width: 62vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-62 {
    max-width: 62vw;
  }
}
.max-vw-63 {
  max-width: 63vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-63 {
    max-width: 63vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-63 {
    max-width: 63vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-63 {
    max-width: 63vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-63 {
    max-width: 63vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-63 {
    max-width: 63vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-63 {
    max-width: 63vw;
  }
}
.max-vw-64 {
  max-width: 64vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-64 {
    max-width: 64vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-64 {
    max-width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-64 {
    max-width: 64vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-64 {
    max-width: 64vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-64 {
    max-width: 64vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-64 {
    max-width: 64vw;
  }
}
.max-vw-65 {
  max-width: 65vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-65 {
    max-width: 65vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-65 {
    max-width: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-65 {
    max-width: 65vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-65 {
    max-width: 65vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-65 {
    max-width: 65vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-65 {
    max-width: 65vw;
  }
}
.max-vw-66 {
  max-width: 66vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-66 {
    max-width: 66vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-66 {
    max-width: 66vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-66 {
    max-width: 66vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-66 {
    max-width: 66vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-66 {
    max-width: 66vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-66 {
    max-width: 66vw;
  }
}
.max-vw-67 {
  max-width: 67vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-67 {
    max-width: 67vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-67 {
    max-width: 67vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-67 {
    max-width: 67vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-67 {
    max-width: 67vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-67 {
    max-width: 67vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-67 {
    max-width: 67vw;
  }
}
.max-vw-68 {
  max-width: 68vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-68 {
    max-width: 68vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-68 {
    max-width: 68vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-68 {
    max-width: 68vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-68 {
    max-width: 68vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-68 {
    max-width: 68vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-68 {
    max-width: 68vw;
  }
}
.max-vw-69 {
  max-width: 69vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-69 {
    max-width: 69vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-69 {
    max-width: 69vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-69 {
    max-width: 69vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-69 {
    max-width: 69vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-69 {
    max-width: 69vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-69 {
    max-width: 69vw;
  }
}
.max-vw-70 {
  max-width: 70vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-70 {
    max-width: 70vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-70 {
    max-width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-70 {
    max-width: 70vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-70 {
    max-width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-70 {
    max-width: 70vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-70 {
    max-width: 70vw;
  }
}
.max-vw-71 {
  max-width: 71vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-71 {
    max-width: 71vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-71 {
    max-width: 71vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-71 {
    max-width: 71vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-71 {
    max-width: 71vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-71 {
    max-width: 71vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-71 {
    max-width: 71vw;
  }
}
.max-vw-72 {
  max-width: 72vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-72 {
    max-width: 72vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-72 {
    max-width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-72 {
    max-width: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-72 {
    max-width: 72vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-72 {
    max-width: 72vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-72 {
    max-width: 72vw;
  }
}
.max-vw-73 {
  max-width: 73vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-73 {
    max-width: 73vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-73 {
    max-width: 73vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-73 {
    max-width: 73vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-73 {
    max-width: 73vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-73 {
    max-width: 73vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-73 {
    max-width: 73vw;
  }
}
.max-vw-74 {
  max-width: 74vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-74 {
    max-width: 74vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-74 {
    max-width: 74vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-74 {
    max-width: 74vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-74 {
    max-width: 74vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-74 {
    max-width: 74vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-74 {
    max-width: 74vw;
  }
}
.max-vw-75 {
  max-width: 75vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-75 {
    max-width: 75vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-75 {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-75 {
    max-width: 75vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-75 {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-75 {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-75 {
    max-width: 75vw;
  }
}
.max-vw-76 {
  max-width: 76vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-76 {
    max-width: 76vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-76 {
    max-width: 76vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-76 {
    max-width: 76vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-76 {
    max-width: 76vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-76 {
    max-width: 76vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-76 {
    max-width: 76vw;
  }
}
.max-vw-77 {
  max-width: 77vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-77 {
    max-width: 77vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-77 {
    max-width: 77vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-77 {
    max-width: 77vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-77 {
    max-width: 77vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-77 {
    max-width: 77vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-77 {
    max-width: 77vw;
  }
}
.max-vw-78 {
  max-width: 78vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-78 {
    max-width: 78vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-78 {
    max-width: 78vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-78 {
    max-width: 78vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-78 {
    max-width: 78vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-78 {
    max-width: 78vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-78 {
    max-width: 78vw;
  }
}
.max-vw-79 {
  max-width: 79vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-79 {
    max-width: 79vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-79 {
    max-width: 79vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-79 {
    max-width: 79vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-79 {
    max-width: 79vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-79 {
    max-width: 79vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-79 {
    max-width: 79vw;
  }
}
.max-vw-80 {
  max-width: 80vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-80 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-80 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-80 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-80 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-80 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-80 {
    max-width: 80vw;
  }
}
.max-vw-81 {
  max-width: 81vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-81 {
    max-width: 81vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-81 {
    max-width: 81vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-81 {
    max-width: 81vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-81 {
    max-width: 81vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-81 {
    max-width: 81vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-81 {
    max-width: 81vw;
  }
}
.max-vw-82 {
  max-width: 82vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-82 {
    max-width: 82vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-82 {
    max-width: 82vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-82 {
    max-width: 82vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-82 {
    max-width: 82vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-82 {
    max-width: 82vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-82 {
    max-width: 82vw;
  }
}
.max-vw-83 {
  max-width: 83vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-83 {
    max-width: 83vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-83 {
    max-width: 83vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-83 {
    max-width: 83vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-83 {
    max-width: 83vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-83 {
    max-width: 83vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-83 {
    max-width: 83vw;
  }
}
.max-vw-84 {
  max-width: 84vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-84 {
    max-width: 84vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-84 {
    max-width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-84 {
    max-width: 84vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-84 {
    max-width: 84vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-84 {
    max-width: 84vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-84 {
    max-width: 84vw;
  }
}
.max-vw-85 {
  max-width: 85vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-85 {
    max-width: 85vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-85 {
    max-width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-85 {
    max-width: 85vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-85 {
    max-width: 85vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-85 {
    max-width: 85vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-85 {
    max-width: 85vw;
  }
}
.max-vw-86 {
  max-width: 86vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-86 {
    max-width: 86vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-86 {
    max-width: 86vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-86 {
    max-width: 86vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-86 {
    max-width: 86vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-86 {
    max-width: 86vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-86 {
    max-width: 86vw;
  }
}
.max-vw-87 {
  max-width: 87vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-87 {
    max-width: 87vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-87 {
    max-width: 87vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-87 {
    max-width: 87vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-87 {
    max-width: 87vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-87 {
    max-width: 87vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-87 {
    max-width: 87vw;
  }
}
.max-vw-88 {
  max-width: 88vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-88 {
    max-width: 88vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-88 {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-88 {
    max-width: 88vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-88 {
    max-width: 88vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-88 {
    max-width: 88vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-88 {
    max-width: 88vw;
  }
}
.max-vw-89 {
  max-width: 89vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-89 {
    max-width: 89vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-89 {
    max-width: 89vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-89 {
    max-width: 89vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-89 {
    max-width: 89vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-89 {
    max-width: 89vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-89 {
    max-width: 89vw;
  }
}
.max-vw-90 {
  max-width: 90vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-90 {
    max-width: 90vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-90 {
    max-width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-90 {
    max-width: 90vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-90 {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-90 {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-90 {
    max-width: 90vw;
  }
}
.max-vw-91 {
  max-width: 91vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-91 {
    max-width: 91vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-91 {
    max-width: 91vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-91 {
    max-width: 91vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-91 {
    max-width: 91vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-91 {
    max-width: 91vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-91 {
    max-width: 91vw;
  }
}
.max-vw-92 {
  max-width: 92vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-92 {
    max-width: 92vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-92 {
    max-width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-92 {
    max-width: 92vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-92 {
    max-width: 92vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-92 {
    max-width: 92vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-92 {
    max-width: 92vw;
  }
}
.max-vw-93 {
  max-width: 93vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-93 {
    max-width: 93vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-93 {
    max-width: 93vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-93 {
    max-width: 93vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-93 {
    max-width: 93vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-93 {
    max-width: 93vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-93 {
    max-width: 93vw;
  }
}
.max-vw-94 {
  max-width: 94vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-94 {
    max-width: 94vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-94 {
    max-width: 94vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-94 {
    max-width: 94vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-94 {
    max-width: 94vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-94 {
    max-width: 94vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-94 {
    max-width: 94vw;
  }
}
.max-vw-95 {
  max-width: 95vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-95 {
    max-width: 95vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-95 {
    max-width: 95vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-95 {
    max-width: 95vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-95 {
    max-width: 95vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-95 {
    max-width: 95vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-95 {
    max-width: 95vw;
  }
}
.max-vw-96 {
  max-width: 96vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-96 {
    max-width: 96vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-96 {
    max-width: 96vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-96 {
    max-width: 96vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-96 {
    max-width: 96vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-96 {
    max-width: 96vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-96 {
    max-width: 96vw;
  }
}
.max-vw-97 {
  max-width: 97vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-97 {
    max-width: 97vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-97 {
    max-width: 97vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-97 {
    max-width: 97vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-97 {
    max-width: 97vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-97 {
    max-width: 97vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-97 {
    max-width: 97vw;
  }
}
.max-vw-98 {
  max-width: 98vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-98 {
    max-width: 98vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-98 {
    max-width: 98vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-98 {
    max-width: 98vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-98 {
    max-width: 98vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-98 {
    max-width: 98vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-98 {
    max-width: 98vw;
  }
}
.max-vw-99 {
  max-width: 99vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-99 {
    max-width: 99vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-99 {
    max-width: 99vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-99 {
    max-width: 99vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-99 {
    max-width: 99vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-99 {
    max-width: 99vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-99 {
    max-width: 99vw;
  }
}
.max-vw-100 {
  max-width: 100vw;
}

@media screen and (min-width: 375px) {
  .xs\:max-vw-100 {
    max-width: 100vw;
  }
}
@media screen and (min-width: 544px) {
  .sm\:max-vw-100 {
    max-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-vw-100 {
    max-width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-vw-100 {
    max-width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-vw-100 {
    max-width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:max-vw-100 {
    max-width: 100vw;
  }
}
.fit-height {
  height: fit-content;
}
.fit-width {
  width: fit-content;
}
.fit-content {
  height: fit-content;
  width: fit-content;
}
.fit-container, .fit-parent {
  height: 100%;
  width: 100%;
}
.fit-screen {
  height: 100vh;
  width: 100vw;
}

.max-height {
  height: max-content;
}
.max-width {
  width: max-content;
}
.max-content {
  height: max-content;
  width: max-content;
}

.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.fullscreen-height {
  height: 100vh;
}
.fullscreen-width {
  width: 100vw;
}
.fullscreen {
  height: 100vh;
  width: 100vw;
}

[height="0"], .height-0 {
  height: 0px;
}

[height="1"], .height-1 {
  height: 1px;
}

[height="2"], .height-2 {
  height: 2px;
}

[height="3"], .height-3 {
  height: 3px;
}

[height="4"], .height-4 {
  height: 4px;
}

[height="5"], .height-5 {
  height: 5px;
}

[height="6"], .height-6 {
  height: 6px;
}

[height="7"], .height-7 {
  height: 7px;
}

[height="8"], .height-8 {
  height: 8px;
}

[height="9"], .height-9 {
  height: 9px;
}

[height="10"], .height-10 {
  height: 10px;
}

[height="11"], .height-11 {
  height: 11px;
}

[height="12"], .height-12 {
  height: 12px;
}

[height="13"], .height-13 {
  height: 13px;
}

[height="14"], .height-14 {
  height: 14px;
}

[height="15"], .height-15 {
  height: 15px;
}

[height="16"], .height-16 {
  height: 16px;
}

[height="17"], .height-17 {
  height: 17px;
}

[height="18"], .height-18 {
  height: 18px;
}

[height="19"], .height-19 {
  height: 19px;
}

[height="20"], .height-20 {
  height: 20px;
}

[height="21"], .height-21 {
  height: 21px;
}

[height="22"], .height-22 {
  height: 22px;
}

[height="23"], .height-23 {
  height: 23px;
}

[height="24"], .height-24 {
  height: 24px;
}

[height="25"], .height-25 {
  height: 25px;
}

[height="26"], .height-26 {
  height: 26px;
}

[height="27"], .height-27 {
  height: 27px;
}

[height="28"], .height-28 {
  height: 28px;
}

[height="29"], .height-29 {
  height: 29px;
}

[height="30"], .height-30 {
  height: 30px;
}

[height="31"], .height-31 {
  height: 31px;
}

[height="32"], .height-32 {
  height: 32px;
}

[height="33"], .height-33 {
  height: 33px;
}

[height="34"], .height-34 {
  height: 34px;
}

[height="35"], .height-35 {
  height: 35px;
}

[height="36"], .height-36 {
  height: 36px;
}

[height="37"], .height-37 {
  height: 37px;
}

[height="38"], .height-38 {
  height: 38px;
}

[height="39"], .height-39 {
  height: 39px;
}

[height="40"], .height-40 {
  height: 40px;
}

[height="41"], .height-41 {
  height: 41px;
}

[height="42"], .height-42 {
  height: 42px;
}

[height="43"], .height-43 {
  height: 43px;
}

[height="44"], .height-44 {
  height: 44px;
}

[height="45"], .height-45 {
  height: 45px;
}

[height="46"], .height-46 {
  height: 46px;
}

[height="47"], .height-47 {
  height: 47px;
}

[height="48"], .height-48 {
  height: 48px;
}

[height="49"], .height-49 {
  height: 49px;
}

[height="50"], .height-50 {
  height: 50px;
}

[height="51"], .height-51 {
  height: 51px;
}

[height="52"], .height-52 {
  height: 52px;
}

[height="53"], .height-53 {
  height: 53px;
}

[height="54"], .height-54 {
  height: 54px;
}

[height="55"], .height-55 {
  height: 55px;
}

[height="56"], .height-56 {
  height: 56px;
}

[height="57"], .height-57 {
  height: 57px;
}

[height="58"], .height-58 {
  height: 58px;
}

[height="59"], .height-59 {
  height: 59px;
}

[height="60"], .height-60 {
  height: 60px;
}

[height="61"], .height-61 {
  height: 61px;
}

[height="62"], .height-62 {
  height: 62px;
}

[height="63"], .height-63 {
  height: 63px;
}

[height="64"], .height-64 {
  height: 64px;
}

[height="65"], .height-65 {
  height: 65px;
}

[height="66"], .height-66 {
  height: 66px;
}

[height="67"], .height-67 {
  height: 67px;
}

[height="68"], .height-68 {
  height: 68px;
}

[height="69"], .height-69 {
  height: 69px;
}

[height="70"], .height-70 {
  height: 70px;
}

[height="71"], .height-71 {
  height: 71px;
}

[height="72"], .height-72 {
  height: 72px;
}

[height="73"], .height-73 {
  height: 73px;
}

[height="74"], .height-74 {
  height: 74px;
}

[height="75"], .height-75 {
  height: 75px;
}

[height="76"], .height-76 {
  height: 76px;
}

[height="77"], .height-77 {
  height: 77px;
}

[height="78"], .height-78 {
  height: 78px;
}

[height="79"], .height-79 {
  height: 79px;
}

[height="80"], .height-80 {
  height: 80px;
}

[height="81"], .height-81 {
  height: 81px;
}

[height="82"], .height-82 {
  height: 82px;
}

[height="83"], .height-83 {
  height: 83px;
}

[height="84"], .height-84 {
  height: 84px;
}

[height="85"], .height-85 {
  height: 85px;
}

[height="86"], .height-86 {
  height: 86px;
}

[height="87"], .height-87 {
  height: 87px;
}

[height="88"], .height-88 {
  height: 88px;
}

[height="89"], .height-89 {
  height: 89px;
}

[height="90"], .height-90 {
  height: 90px;
}

[height="91"], .height-91 {
  height: 91px;
}

[height="92"], .height-92 {
  height: 92px;
}

[height="93"], .height-93 {
  height: 93px;
}

[height="94"], .height-94 {
  height: 94px;
}

[height="95"], .height-95 {
  height: 95px;
}

[height="96"], .height-96 {
  height: 96px;
}

[height="97"], .height-97 {
  height: 97px;
}

[height="98"], .height-98 {
  height: 98px;
}

[height="99"], .height-99 {
  height: 99px;
}

[height="100"], .height-100 {
  height: 100px;
}

[height="101"], .height-101 {
  height: 101px;
}

[height="102"], .height-102 {
  height: 102px;
}

[height="103"], .height-103 {
  height: 103px;
}

[height="104"], .height-104 {
  height: 104px;
}

[height="105"], .height-105 {
  height: 105px;
}

[height="106"], .height-106 {
  height: 106px;
}

[height="107"], .height-107 {
  height: 107px;
}

[height="108"], .height-108 {
  height: 108px;
}

[height="109"], .height-109 {
  height: 109px;
}

[height="110"], .height-110 {
  height: 110px;
}

[height="111"], .height-111 {
  height: 111px;
}

[height="112"], .height-112 {
  height: 112px;
}

[height="113"], .height-113 {
  height: 113px;
}

[height="114"], .height-114 {
  height: 114px;
}

[height="115"], .height-115 {
  height: 115px;
}

[height="116"], .height-116 {
  height: 116px;
}

[height="117"], .height-117 {
  height: 117px;
}

[height="118"], .height-118 {
  height: 118px;
}

[height="119"], .height-119 {
  height: 119px;
}

[height="120"], .height-120 {
  height: 120px;
}

[height="121"], .height-121 {
  height: 121px;
}

[height="122"], .height-122 {
  height: 122px;
}

[height="123"], .height-123 {
  height: 123px;
}

[height="124"], .height-124 {
  height: 124px;
}

[height="125"], .height-125 {
  height: 125px;
}

[height="126"], .height-126 {
  height: 126px;
}

[height="127"], .height-127 {
  height: 127px;
}

[height="128"], .height-128 {
  height: 128px;
}

[height="129"], .height-129 {
  height: 129px;
}

[height="130"], .height-130 {
  height: 130px;
}

[height="131"], .height-131 {
  height: 131px;
}

[height="132"], .height-132 {
  height: 132px;
}

[height="133"], .height-133 {
  height: 133px;
}

[height="134"], .height-134 {
  height: 134px;
}

[height="135"], .height-135 {
  height: 135px;
}

[height="136"], .height-136 {
  height: 136px;
}

[height="137"], .height-137 {
  height: 137px;
}

[height="138"], .height-138 {
  height: 138px;
}

[height="139"], .height-139 {
  height: 139px;
}

[height="140"], .height-140 {
  height: 140px;
}

[height="141"], .height-141 {
  height: 141px;
}

[height="142"], .height-142 {
  height: 142px;
}

[height="143"], .height-143 {
  height: 143px;
}

[height="144"], .height-144 {
  height: 144px;
}

[height="145"], .height-145 {
  height: 145px;
}

[height="146"], .height-146 {
  height: 146px;
}

[height="147"], .height-147 {
  height: 147px;
}

[height="148"], .height-148 {
  height: 148px;
}

[height="149"], .height-149 {
  height: 149px;
}

[height="150"], .height-150 {
  height: 150px;
}

[height="151"], .height-151 {
  height: 151px;
}

[height="152"], .height-152 {
  height: 152px;
}

[height="153"], .height-153 {
  height: 153px;
}

[height="154"], .height-154 {
  height: 154px;
}

[height="155"], .height-155 {
  height: 155px;
}

[height="156"], .height-156 {
  height: 156px;
}

[height="157"], .height-157 {
  height: 157px;
}

[height="158"], .height-158 {
  height: 158px;
}

[height="159"], .height-159 {
  height: 159px;
}

[height="160"], .height-160 {
  height: 160px;
}

[height="161"], .height-161 {
  height: 161px;
}

[height="162"], .height-162 {
  height: 162px;
}

[height="163"], .height-163 {
  height: 163px;
}

[height="164"], .height-164 {
  height: 164px;
}

[height="165"], .height-165 {
  height: 165px;
}

[height="166"], .height-166 {
  height: 166px;
}

[height="167"], .height-167 {
  height: 167px;
}

[height="168"], .height-168 {
  height: 168px;
}

[height="169"], .height-169 {
  height: 169px;
}

[height="170"], .height-170 {
  height: 170px;
}

[height="171"], .height-171 {
  height: 171px;
}

[height="172"], .height-172 {
  height: 172px;
}

[height="173"], .height-173 {
  height: 173px;
}

[height="174"], .height-174 {
  height: 174px;
}

[height="175"], .height-175 {
  height: 175px;
}

[height="176"], .height-176 {
  height: 176px;
}

[height="177"], .height-177 {
  height: 177px;
}

[height="178"], .height-178 {
  height: 178px;
}

[height="179"], .height-179 {
  height: 179px;
}

[height="180"], .height-180 {
  height: 180px;
}

[height="181"], .height-181 {
  height: 181px;
}

[height="182"], .height-182 {
  height: 182px;
}

[height="183"], .height-183 {
  height: 183px;
}

[height="184"], .height-184 {
  height: 184px;
}

[height="185"], .height-185 {
  height: 185px;
}

[height="186"], .height-186 {
  height: 186px;
}

[height="187"], .height-187 {
  height: 187px;
}

[height="188"], .height-188 {
  height: 188px;
}

[height="189"], .height-189 {
  height: 189px;
}

[height="190"], .height-190 {
  height: 190px;
}

[height="191"], .height-191 {
  height: 191px;
}

[height="192"], .height-192 {
  height: 192px;
}

[height="193"], .height-193 {
  height: 193px;
}

[height="194"], .height-194 {
  height: 194px;
}

[height="195"], .height-195 {
  height: 195px;
}

[height="196"], .height-196 {
  height: 196px;
}

[height="197"], .height-197 {
  height: 197px;
}

[height="198"], .height-198 {
  height: 198px;
}

[height="199"], .height-199 {
  height: 199px;
}

[height="200"], .height-200 {
  height: 200px;
}

[height="201"], .height-201 {
  height: 201px;
}

[height="202"], .height-202 {
  height: 202px;
}

[height="203"], .height-203 {
  height: 203px;
}

[height="204"], .height-204 {
  height: 204px;
}

[height="205"], .height-205 {
  height: 205px;
}

[height="206"], .height-206 {
  height: 206px;
}

[height="207"], .height-207 {
  height: 207px;
}

[height="208"], .height-208 {
  height: 208px;
}

[height="209"], .height-209 {
  height: 209px;
}

[height="210"], .height-210 {
  height: 210px;
}

[height="211"], .height-211 {
  height: 211px;
}

[height="212"], .height-212 {
  height: 212px;
}

[height="213"], .height-213 {
  height: 213px;
}

[height="214"], .height-214 {
  height: 214px;
}

[height="215"], .height-215 {
  height: 215px;
}

[height="216"], .height-216 {
  height: 216px;
}

[height="217"], .height-217 {
  height: 217px;
}

[height="218"], .height-218 {
  height: 218px;
}

[height="219"], .height-219 {
  height: 219px;
}

[height="220"], .height-220 {
  height: 220px;
}

[height="221"], .height-221 {
  height: 221px;
}

[height="222"], .height-222 {
  height: 222px;
}

[height="223"], .height-223 {
  height: 223px;
}

[height="224"], .height-224 {
  height: 224px;
}

[height="225"], .height-225 {
  height: 225px;
}

[height="226"], .height-226 {
  height: 226px;
}

[height="227"], .height-227 {
  height: 227px;
}

[height="228"], .height-228 {
  height: 228px;
}

[height="229"], .height-229 {
  height: 229px;
}

[height="230"], .height-230 {
  height: 230px;
}

[height="231"], .height-231 {
  height: 231px;
}

[height="232"], .height-232 {
  height: 232px;
}

[height="233"], .height-233 {
  height: 233px;
}

[height="234"], .height-234 {
  height: 234px;
}

[height="235"], .height-235 {
  height: 235px;
}

[height="236"], .height-236 {
  height: 236px;
}

[height="237"], .height-237 {
  height: 237px;
}

[height="238"], .height-238 {
  height: 238px;
}

[height="239"], .height-239 {
  height: 239px;
}

[height="240"], .height-240 {
  height: 240px;
}

[height="241"], .height-241 {
  height: 241px;
}

[height="242"], .height-242 {
  height: 242px;
}

[height="243"], .height-243 {
  height: 243px;
}

[height="244"], .height-244 {
  height: 244px;
}

[height="245"], .height-245 {
  height: 245px;
}

[height="246"], .height-246 {
  height: 246px;
}

[height="247"], .height-247 {
  height: 247px;
}

[height="248"], .height-248 {
  height: 248px;
}

[height="249"], .height-249 {
  height: 249px;
}

[height="250"], .height-250 {
  height: 250px;
}

[height="251"], .height-251 {
  height: 251px;
}

[height="252"], .height-252 {
  height: 252px;
}

[height="253"], .height-253 {
  height: 253px;
}

[height="254"], .height-254 {
  height: 254px;
}

[height="255"], .height-255 {
  height: 255px;
}

[height="256"], .height-256 {
  height: 256px;
}

[height="257"], .height-257 {
  height: 257px;
}

[height="258"], .height-258 {
  height: 258px;
}

[height="259"], .height-259 {
  height: 259px;
}

[height="260"], .height-260 {
  height: 260px;
}

[height="261"], .height-261 {
  height: 261px;
}

[height="262"], .height-262 {
  height: 262px;
}

[height="263"], .height-263 {
  height: 263px;
}

[height="264"], .height-264 {
  height: 264px;
}

[height="265"], .height-265 {
  height: 265px;
}

[height="266"], .height-266 {
  height: 266px;
}

[height="267"], .height-267 {
  height: 267px;
}

[height="268"], .height-268 {
  height: 268px;
}

[height="269"], .height-269 {
  height: 269px;
}

[height="270"], .height-270 {
  height: 270px;
}

[height="271"], .height-271 {
  height: 271px;
}

[height="272"], .height-272 {
  height: 272px;
}

[height="273"], .height-273 {
  height: 273px;
}

[height="274"], .height-274 {
  height: 274px;
}

[height="275"], .height-275 {
  height: 275px;
}

[height="276"], .height-276 {
  height: 276px;
}

[height="277"], .height-277 {
  height: 277px;
}

[height="278"], .height-278 {
  height: 278px;
}

[height="279"], .height-279 {
  height: 279px;
}

[height="280"], .height-280 {
  height: 280px;
}

[height="281"], .height-281 {
  height: 281px;
}

[height="282"], .height-282 {
  height: 282px;
}

[height="283"], .height-283 {
  height: 283px;
}

[height="284"], .height-284 {
  height: 284px;
}

[height="285"], .height-285 {
  height: 285px;
}

[height="286"], .height-286 {
  height: 286px;
}

[height="287"], .height-287 {
  height: 287px;
}

[height="288"], .height-288 {
  height: 288px;
}

[height="289"], .height-289 {
  height: 289px;
}

[height="290"], .height-290 {
  height: 290px;
}

[height="291"], .height-291 {
  height: 291px;
}

[height="292"], .height-292 {
  height: 292px;
}

[height="293"], .height-293 {
  height: 293px;
}

[height="294"], .height-294 {
  height: 294px;
}

[height="295"], .height-295 {
  height: 295px;
}

[height="296"], .height-296 {
  height: 296px;
}

[height="297"], .height-297 {
  height: 297px;
}

[height="298"], .height-298 {
  height: 298px;
}

[height="299"], .height-299 {
  height: 299px;
}

[height="300"], .height-300 {
  height: 300px;
}

[height="301"], .height-301 {
  height: 301px;
}

[height="302"], .height-302 {
  height: 302px;
}

[height="303"], .height-303 {
  height: 303px;
}

[height="304"], .height-304 {
  height: 304px;
}

[height="305"], .height-305 {
  height: 305px;
}

[height="306"], .height-306 {
  height: 306px;
}

[height="307"], .height-307 {
  height: 307px;
}

[height="308"], .height-308 {
  height: 308px;
}

[height="309"], .height-309 {
  height: 309px;
}

[height="310"], .height-310 {
  height: 310px;
}

[height="311"], .height-311 {
  height: 311px;
}

[height="312"], .height-312 {
  height: 312px;
}

[height="313"], .height-313 {
  height: 313px;
}

[height="314"], .height-314 {
  height: 314px;
}

[height="315"], .height-315 {
  height: 315px;
}

[height="316"], .height-316 {
  height: 316px;
}

[height="317"], .height-317 {
  height: 317px;
}

[height="318"], .height-318 {
  height: 318px;
}

[height="319"], .height-319 {
  height: 319px;
}

[height="320"], .height-320 {
  height: 320px;
}

[height="321"], .height-321 {
  height: 321px;
}

[height="322"], .height-322 {
  height: 322px;
}

[height="323"], .height-323 {
  height: 323px;
}

[height="324"], .height-324 {
  height: 324px;
}

[height="325"], .height-325 {
  height: 325px;
}

[height="326"], .height-326 {
  height: 326px;
}

[height="327"], .height-327 {
  height: 327px;
}

[height="328"], .height-328 {
  height: 328px;
}

[height="329"], .height-329 {
  height: 329px;
}

[height="330"], .height-330 {
  height: 330px;
}

[height="331"], .height-331 {
  height: 331px;
}

[height="332"], .height-332 {
  height: 332px;
}

[height="333"], .height-333 {
  height: 333px;
}

[height="334"], .height-334 {
  height: 334px;
}

[height="335"], .height-335 {
  height: 335px;
}

[height="336"], .height-336 {
  height: 336px;
}

[height="337"], .height-337 {
  height: 337px;
}

[height="338"], .height-338 {
  height: 338px;
}

[height="339"], .height-339 {
  height: 339px;
}

[height="340"], .height-340 {
  height: 340px;
}

[height="341"], .height-341 {
  height: 341px;
}

[height="342"], .height-342 {
  height: 342px;
}

[height="343"], .height-343 {
  height: 343px;
}

[height="344"], .height-344 {
  height: 344px;
}

[height="345"], .height-345 {
  height: 345px;
}

[height="346"], .height-346 {
  height: 346px;
}

[height="347"], .height-347 {
  height: 347px;
}

[height="348"], .height-348 {
  height: 348px;
}

[height="349"], .height-349 {
  height: 349px;
}

[height="350"], .height-350 {
  height: 350px;
}

[height="351"], .height-351 {
  height: 351px;
}

[height="352"], .height-352 {
  height: 352px;
}

[height="353"], .height-353 {
  height: 353px;
}

[height="354"], .height-354 {
  height: 354px;
}

[height="355"], .height-355 {
  height: 355px;
}

[height="356"], .height-356 {
  height: 356px;
}

[height="357"], .height-357 {
  height: 357px;
}

[height="358"], .height-358 {
  height: 358px;
}

[height="359"], .height-359 {
  height: 359px;
}

[height="360"], .height-360 {
  height: 360px;
}

[height="361"], .height-361 {
  height: 361px;
}

[height="362"], .height-362 {
  height: 362px;
}

[height="363"], .height-363 {
  height: 363px;
}

[height="364"], .height-364 {
  height: 364px;
}

[height="365"], .height-365 {
  height: 365px;
}

[height="366"], .height-366 {
  height: 366px;
}

[height="367"], .height-367 {
  height: 367px;
}

[height="368"], .height-368 {
  height: 368px;
}

[height="369"], .height-369 {
  height: 369px;
}

[height="370"], .height-370 {
  height: 370px;
}

[height="371"], .height-371 {
  height: 371px;
}

[height="372"], .height-372 {
  height: 372px;
}

[height="373"], .height-373 {
  height: 373px;
}

[height="374"], .height-374 {
  height: 374px;
}

[height="375"], .height-375 {
  height: 375px;
}

[height="376"], .height-376 {
  height: 376px;
}

[height="377"], .height-377 {
  height: 377px;
}

[height="378"], .height-378 {
  height: 378px;
}

[height="379"], .height-379 {
  height: 379px;
}

[height="380"], .height-380 {
  height: 380px;
}

[height="381"], .height-381 {
  height: 381px;
}

[height="382"], .height-382 {
  height: 382px;
}

[height="383"], .height-383 {
  height: 383px;
}

[height="384"], .height-384 {
  height: 384px;
}

[height="385"], .height-385 {
  height: 385px;
}

[height="386"], .height-386 {
  height: 386px;
}

[height="387"], .height-387 {
  height: 387px;
}

[height="388"], .height-388 {
  height: 388px;
}

[height="389"], .height-389 {
  height: 389px;
}

[height="390"], .height-390 {
  height: 390px;
}

[height="391"], .height-391 {
  height: 391px;
}

[height="392"], .height-392 {
  height: 392px;
}

[height="393"], .height-393 {
  height: 393px;
}

[height="394"], .height-394 {
  height: 394px;
}

[height="395"], .height-395 {
  height: 395px;
}

[height="396"], .height-396 {
  height: 396px;
}

[height="397"], .height-397 {
  height: 397px;
}

[height="398"], .height-398 {
  height: 398px;
}

[height="399"], .height-399 {
  height: 399px;
}

[height="400"], .height-400 {
  height: 400px;
}

[height="401"], .height-401 {
  height: 401px;
}

[height="402"], .height-402 {
  height: 402px;
}

[height="403"], .height-403 {
  height: 403px;
}

[height="404"], .height-404 {
  height: 404px;
}

[height="405"], .height-405 {
  height: 405px;
}

[height="406"], .height-406 {
  height: 406px;
}

[height="407"], .height-407 {
  height: 407px;
}

[height="408"], .height-408 {
  height: 408px;
}

[height="409"], .height-409 {
  height: 409px;
}

[height="410"], .height-410 {
  height: 410px;
}

[height="411"], .height-411 {
  height: 411px;
}

[height="412"], .height-412 {
  height: 412px;
}

[height="413"], .height-413 {
  height: 413px;
}

[height="414"], .height-414 {
  height: 414px;
}

[height="415"], .height-415 {
  height: 415px;
}

[height="416"], .height-416 {
  height: 416px;
}

[height="417"], .height-417 {
  height: 417px;
}

[height="418"], .height-418 {
  height: 418px;
}

[height="419"], .height-419 {
  height: 419px;
}

[height="420"], .height-420 {
  height: 420px;
}

[height="421"], .height-421 {
  height: 421px;
}

[height="422"], .height-422 {
  height: 422px;
}

[height="423"], .height-423 {
  height: 423px;
}

[height="424"], .height-424 {
  height: 424px;
}

[height="425"], .height-425 {
  height: 425px;
}

[height="426"], .height-426 {
  height: 426px;
}

[height="427"], .height-427 {
  height: 427px;
}

[height="428"], .height-428 {
  height: 428px;
}

[height="429"], .height-429 {
  height: 429px;
}

[height="430"], .height-430 {
  height: 430px;
}

[height="431"], .height-431 {
  height: 431px;
}

[height="432"], .height-432 {
  height: 432px;
}

[height="433"], .height-433 {
  height: 433px;
}

[height="434"], .height-434 {
  height: 434px;
}

[height="435"], .height-435 {
  height: 435px;
}

[height="436"], .height-436 {
  height: 436px;
}

[height="437"], .height-437 {
  height: 437px;
}

[height="438"], .height-438 {
  height: 438px;
}

[height="439"], .height-439 {
  height: 439px;
}

[height="440"], .height-440 {
  height: 440px;
}

[height="441"], .height-441 {
  height: 441px;
}

[height="442"], .height-442 {
  height: 442px;
}

[height="443"], .height-443 {
  height: 443px;
}

[height="444"], .height-444 {
  height: 444px;
}

[height="445"], .height-445 {
  height: 445px;
}

[height="446"], .height-446 {
  height: 446px;
}

[height="447"], .height-447 {
  height: 447px;
}

[height="448"], .height-448 {
  height: 448px;
}

[height="449"], .height-449 {
  height: 449px;
}

[height="450"], .height-450 {
  height: 450px;
}

[height="451"], .height-451 {
  height: 451px;
}

[height="452"], .height-452 {
  height: 452px;
}

[height="453"], .height-453 {
  height: 453px;
}

[height="454"], .height-454 {
  height: 454px;
}

[height="455"], .height-455 {
  height: 455px;
}

[height="456"], .height-456 {
  height: 456px;
}

[height="457"], .height-457 {
  height: 457px;
}

[height="458"], .height-458 {
  height: 458px;
}

[height="459"], .height-459 {
  height: 459px;
}

[height="460"], .height-460 {
  height: 460px;
}

[height="461"], .height-461 {
  height: 461px;
}

[height="462"], .height-462 {
  height: 462px;
}

[height="463"], .height-463 {
  height: 463px;
}

[height="464"], .height-464 {
  height: 464px;
}

[height="465"], .height-465 {
  height: 465px;
}

[height="466"], .height-466 {
  height: 466px;
}

[height="467"], .height-467 {
  height: 467px;
}

[height="468"], .height-468 {
  height: 468px;
}

[height="469"], .height-469 {
  height: 469px;
}

[height="470"], .height-470 {
  height: 470px;
}

[height="471"], .height-471 {
  height: 471px;
}

[height="472"], .height-472 {
  height: 472px;
}

[height="473"], .height-473 {
  height: 473px;
}

[height="474"], .height-474 {
  height: 474px;
}

[height="475"], .height-475 {
  height: 475px;
}

[height="476"], .height-476 {
  height: 476px;
}

[height="477"], .height-477 {
  height: 477px;
}

[height="478"], .height-478 {
  height: 478px;
}

[height="479"], .height-479 {
  height: 479px;
}

[height="480"], .height-480 {
  height: 480px;
}

[height="481"], .height-481 {
  height: 481px;
}

[height="482"], .height-482 {
  height: 482px;
}

[height="483"], .height-483 {
  height: 483px;
}

[height="484"], .height-484 {
  height: 484px;
}

[height="485"], .height-485 {
  height: 485px;
}

[height="486"], .height-486 {
  height: 486px;
}

[height="487"], .height-487 {
  height: 487px;
}

[height="488"], .height-488 {
  height: 488px;
}

[height="489"], .height-489 {
  height: 489px;
}

[height="490"], .height-490 {
  height: 490px;
}

[height="491"], .height-491 {
  height: 491px;
}

[height="492"], .height-492 {
  height: 492px;
}

[height="493"], .height-493 {
  height: 493px;
}

[height="494"], .height-494 {
  height: 494px;
}

[height="495"], .height-495 {
  height: 495px;
}

[height="496"], .height-496 {
  height: 496px;
}

[height="497"], .height-497 {
  height: 497px;
}

[height="498"], .height-498 {
  height: 498px;
}

[height="499"], .height-499 {
  height: 499px;
}

[height="500"], .height-500 {
  height: 500px;
}

[height="501"], .height-501 {
  height: 501px;
}

[height="502"], .height-502 {
  height: 502px;
}

[height="503"], .height-503 {
  height: 503px;
}

[height="504"], .height-504 {
  height: 504px;
}

[height="505"], .height-505 {
  height: 505px;
}

[height="506"], .height-506 {
  height: 506px;
}

[height="507"], .height-507 {
  height: 507px;
}

[height="508"], .height-508 {
  height: 508px;
}

[height="509"], .height-509 {
  height: 509px;
}

[height="510"], .height-510 {
  height: 510px;
}

[height="511"], .height-511 {
  height: 511px;
}

[height="512"], .height-512 {
  height: 512px;
}

[height="513"], .height-513 {
  height: 513px;
}

[height="514"], .height-514 {
  height: 514px;
}

[height="515"], .height-515 {
  height: 515px;
}

[height="516"], .height-516 {
  height: 516px;
}

[height="517"], .height-517 {
  height: 517px;
}

[height="518"], .height-518 {
  height: 518px;
}

[height="519"], .height-519 {
  height: 519px;
}

[height="520"], .height-520 {
  height: 520px;
}

[height="521"], .height-521 {
  height: 521px;
}

[height="522"], .height-522 {
  height: 522px;
}

[height="523"], .height-523 {
  height: 523px;
}

[height="524"], .height-524 {
  height: 524px;
}

[height="525"], .height-525 {
  height: 525px;
}

[height="526"], .height-526 {
  height: 526px;
}

[height="527"], .height-527 {
  height: 527px;
}

[height="528"], .height-528 {
  height: 528px;
}

[height="529"], .height-529 {
  height: 529px;
}

[height="530"], .height-530 {
  height: 530px;
}

[height="531"], .height-531 {
  height: 531px;
}

[height="532"], .height-532 {
  height: 532px;
}

[height="533"], .height-533 {
  height: 533px;
}

[height="534"], .height-534 {
  height: 534px;
}

[height="535"], .height-535 {
  height: 535px;
}

[height="536"], .height-536 {
  height: 536px;
}

[height="537"], .height-537 {
  height: 537px;
}

[height="538"], .height-538 {
  height: 538px;
}

[height="539"], .height-539 {
  height: 539px;
}

[height="540"], .height-540 {
  height: 540px;
}

[height="541"], .height-541 {
  height: 541px;
}

[height="542"], .height-542 {
  height: 542px;
}

[height="543"], .height-543 {
  height: 543px;
}

[height="544"], .height-544 {
  height: 544px;
}

[height="545"], .height-545 {
  height: 545px;
}

[height="546"], .height-546 {
  height: 546px;
}

[height="547"], .height-547 {
  height: 547px;
}

[height="548"], .height-548 {
  height: 548px;
}

[height="549"], .height-549 {
  height: 549px;
}

[height="550"], .height-550 {
  height: 550px;
}

[height="551"], .height-551 {
  height: 551px;
}

[height="552"], .height-552 {
  height: 552px;
}

[height="553"], .height-553 {
  height: 553px;
}

[height="554"], .height-554 {
  height: 554px;
}

[height="555"], .height-555 {
  height: 555px;
}

[height="556"], .height-556 {
  height: 556px;
}

[height="557"], .height-557 {
  height: 557px;
}

[height="558"], .height-558 {
  height: 558px;
}

[height="559"], .height-559 {
  height: 559px;
}

[height="560"], .height-560 {
  height: 560px;
}

[height="561"], .height-561 {
  height: 561px;
}

[height="562"], .height-562 {
  height: 562px;
}

[height="563"], .height-563 {
  height: 563px;
}

[height="564"], .height-564 {
  height: 564px;
}

[height="565"], .height-565 {
  height: 565px;
}

[height="566"], .height-566 {
  height: 566px;
}

[height="567"], .height-567 {
  height: 567px;
}

[height="568"], .height-568 {
  height: 568px;
}

[height="569"], .height-569 {
  height: 569px;
}

[height="570"], .height-570 {
  height: 570px;
}

[height="571"], .height-571 {
  height: 571px;
}

[height="572"], .height-572 {
  height: 572px;
}

[height="573"], .height-573 {
  height: 573px;
}

[height="574"], .height-574 {
  height: 574px;
}

[height="575"], .height-575 {
  height: 575px;
}

[height="576"], .height-576 {
  height: 576px;
}

[height="577"], .height-577 {
  height: 577px;
}

[height="578"], .height-578 {
  height: 578px;
}

[height="579"], .height-579 {
  height: 579px;
}

[height="580"], .height-580 {
  height: 580px;
}

[height="581"], .height-581 {
  height: 581px;
}

[height="582"], .height-582 {
  height: 582px;
}

[height="583"], .height-583 {
  height: 583px;
}

[height="584"], .height-584 {
  height: 584px;
}

[height="585"], .height-585 {
  height: 585px;
}

[height="586"], .height-586 {
  height: 586px;
}

[height="587"], .height-587 {
  height: 587px;
}

[height="588"], .height-588 {
  height: 588px;
}

[height="589"], .height-589 {
  height: 589px;
}

[height="590"], .height-590 {
  height: 590px;
}

[height="591"], .height-591 {
  height: 591px;
}

[height="592"], .height-592 {
  height: 592px;
}

[height="593"], .height-593 {
  height: 593px;
}

[height="594"], .height-594 {
  height: 594px;
}

[height="595"], .height-595 {
  height: 595px;
}

[height="596"], .height-596 {
  height: 596px;
}

[height="597"], .height-597 {
  height: 597px;
}

[height="598"], .height-598 {
  height: 598px;
}

[height="599"], .height-599 {
  height: 599px;
}

[height="600"], .height-600 {
  height: 600px;
}

[height="601"], .height-601 {
  height: 601px;
}

[height="602"], .height-602 {
  height: 602px;
}

[height="603"], .height-603 {
  height: 603px;
}

[height="604"], .height-604 {
  height: 604px;
}

[height="605"], .height-605 {
  height: 605px;
}

[height="606"], .height-606 {
  height: 606px;
}

[height="607"], .height-607 {
  height: 607px;
}

[height="608"], .height-608 {
  height: 608px;
}

[height="609"], .height-609 {
  height: 609px;
}

[height="610"], .height-610 {
  height: 610px;
}

[height="611"], .height-611 {
  height: 611px;
}

[height="612"], .height-612 {
  height: 612px;
}

[height="613"], .height-613 {
  height: 613px;
}

[height="614"], .height-614 {
  height: 614px;
}

[height="615"], .height-615 {
  height: 615px;
}

[height="616"], .height-616 {
  height: 616px;
}

[height="617"], .height-617 {
  height: 617px;
}

[height="618"], .height-618 {
  height: 618px;
}

[height="619"], .height-619 {
  height: 619px;
}

[height="620"], .height-620 {
  height: 620px;
}

[height="621"], .height-621 {
  height: 621px;
}

[height="622"], .height-622 {
  height: 622px;
}

[height="623"], .height-623 {
  height: 623px;
}

[height="624"], .height-624 {
  height: 624px;
}

[height="625"], .height-625 {
  height: 625px;
}

[height="626"], .height-626 {
  height: 626px;
}

[height="627"], .height-627 {
  height: 627px;
}

[height="628"], .height-628 {
  height: 628px;
}

[height="629"], .height-629 {
  height: 629px;
}

[height="630"], .height-630 {
  height: 630px;
}

[height="631"], .height-631 {
  height: 631px;
}

[height="632"], .height-632 {
  height: 632px;
}

[height="633"], .height-633 {
  height: 633px;
}

[height="634"], .height-634 {
  height: 634px;
}

[height="635"], .height-635 {
  height: 635px;
}

[height="636"], .height-636 {
  height: 636px;
}

[height="637"], .height-637 {
  height: 637px;
}

[height="638"], .height-638 {
  height: 638px;
}

[height="639"], .height-639 {
  height: 639px;
}

[height="640"], .height-640 {
  height: 640px;
}

[height="641"], .height-641 {
  height: 641px;
}

[height="642"], .height-642 {
  height: 642px;
}

[height="643"], .height-643 {
  height: 643px;
}

[height="644"], .height-644 {
  height: 644px;
}

[height="645"], .height-645 {
  height: 645px;
}

[height="646"], .height-646 {
  height: 646px;
}

[height="647"], .height-647 {
  height: 647px;
}

[height="648"], .height-648 {
  height: 648px;
}

[height="649"], .height-649 {
  height: 649px;
}

[height="650"], .height-650 {
  height: 650px;
}

[height="651"], .height-651 {
  height: 651px;
}

[height="652"], .height-652 {
  height: 652px;
}

[height="653"], .height-653 {
  height: 653px;
}

[height="654"], .height-654 {
  height: 654px;
}

[height="655"], .height-655 {
  height: 655px;
}

[height="656"], .height-656 {
  height: 656px;
}

[height="657"], .height-657 {
  height: 657px;
}

[height="658"], .height-658 {
  height: 658px;
}

[height="659"], .height-659 {
  height: 659px;
}

[height="660"], .height-660 {
  height: 660px;
}

[height="661"], .height-661 {
  height: 661px;
}

[height="662"], .height-662 {
  height: 662px;
}

[height="663"], .height-663 {
  height: 663px;
}

[height="664"], .height-664 {
  height: 664px;
}

[height="665"], .height-665 {
  height: 665px;
}

[height="666"], .height-666 {
  height: 666px;
}

[height="667"], .height-667 {
  height: 667px;
}

[height="668"], .height-668 {
  height: 668px;
}

[height="669"], .height-669 {
  height: 669px;
}

[height="670"], .height-670 {
  height: 670px;
}

[height="671"], .height-671 {
  height: 671px;
}

[height="672"], .height-672 {
  height: 672px;
}

[height="673"], .height-673 {
  height: 673px;
}

[height="674"], .height-674 {
  height: 674px;
}

[height="675"], .height-675 {
  height: 675px;
}

[height="676"], .height-676 {
  height: 676px;
}

[height="677"], .height-677 {
  height: 677px;
}

[height="678"], .height-678 {
  height: 678px;
}

[height="679"], .height-679 {
  height: 679px;
}

[height="680"], .height-680 {
  height: 680px;
}

[height="681"], .height-681 {
  height: 681px;
}

[height="682"], .height-682 {
  height: 682px;
}

[height="683"], .height-683 {
  height: 683px;
}

[height="684"], .height-684 {
  height: 684px;
}

[height="685"], .height-685 {
  height: 685px;
}

[height="686"], .height-686 {
  height: 686px;
}

[height="687"], .height-687 {
  height: 687px;
}

[height="688"], .height-688 {
  height: 688px;
}

[height="689"], .height-689 {
  height: 689px;
}

[height="690"], .height-690 {
  height: 690px;
}

[height="691"], .height-691 {
  height: 691px;
}

[height="692"], .height-692 {
  height: 692px;
}

[height="693"], .height-693 {
  height: 693px;
}

[height="694"], .height-694 {
  height: 694px;
}

[height="695"], .height-695 {
  height: 695px;
}

[height="696"], .height-696 {
  height: 696px;
}

[height="697"], .height-697 {
  height: 697px;
}

[height="698"], .height-698 {
  height: 698px;
}

[height="699"], .height-699 {
  height: 699px;
}

[height="700"], .height-700 {
  height: 700px;
}

[height="701"], .height-701 {
  height: 701px;
}

[height="702"], .height-702 {
  height: 702px;
}

[height="703"], .height-703 {
  height: 703px;
}

[height="704"], .height-704 {
  height: 704px;
}

[height="705"], .height-705 {
  height: 705px;
}

[height="706"], .height-706 {
  height: 706px;
}

[height="707"], .height-707 {
  height: 707px;
}

[height="708"], .height-708 {
  height: 708px;
}

[height="709"], .height-709 {
  height: 709px;
}

[height="710"], .height-710 {
  height: 710px;
}

[height="711"], .height-711 {
  height: 711px;
}

[height="712"], .height-712 {
  height: 712px;
}

[height="713"], .height-713 {
  height: 713px;
}

[height="714"], .height-714 {
  height: 714px;
}

[height="715"], .height-715 {
  height: 715px;
}

[height="716"], .height-716 {
  height: 716px;
}

[height="717"], .height-717 {
  height: 717px;
}

[height="718"], .height-718 {
  height: 718px;
}

[height="719"], .height-719 {
  height: 719px;
}

[height="720"], .height-720 {
  height: 720px;
}

[height="721"], .height-721 {
  height: 721px;
}

[height="722"], .height-722 {
  height: 722px;
}

[height="723"], .height-723 {
  height: 723px;
}

[height="724"], .height-724 {
  height: 724px;
}

[height="725"], .height-725 {
  height: 725px;
}

[height="726"], .height-726 {
  height: 726px;
}

[height="727"], .height-727 {
  height: 727px;
}

[height="728"], .height-728 {
  height: 728px;
}

[height="729"], .height-729 {
  height: 729px;
}

[height="730"], .height-730 {
  height: 730px;
}

[height="731"], .height-731 {
  height: 731px;
}

[height="732"], .height-732 {
  height: 732px;
}

[height="733"], .height-733 {
  height: 733px;
}

[height="734"], .height-734 {
  height: 734px;
}

[height="735"], .height-735 {
  height: 735px;
}

[height="736"], .height-736 {
  height: 736px;
}

[height="737"], .height-737 {
  height: 737px;
}

[height="738"], .height-738 {
  height: 738px;
}

[height="739"], .height-739 {
  height: 739px;
}

[height="740"], .height-740 {
  height: 740px;
}

[height="741"], .height-741 {
  height: 741px;
}

[height="742"], .height-742 {
  height: 742px;
}

[height="743"], .height-743 {
  height: 743px;
}

[height="744"], .height-744 {
  height: 744px;
}

[height="745"], .height-745 {
  height: 745px;
}

[height="746"], .height-746 {
  height: 746px;
}

[height="747"], .height-747 {
  height: 747px;
}

[height="748"], .height-748 {
  height: 748px;
}

[height="749"], .height-749 {
  height: 749px;
}

[height="750"], .height-750 {
  height: 750px;
}

[height="751"], .height-751 {
  height: 751px;
}

[height="752"], .height-752 {
  height: 752px;
}

[height="753"], .height-753 {
  height: 753px;
}

[height="754"], .height-754 {
  height: 754px;
}

[height="755"], .height-755 {
  height: 755px;
}

[height="756"], .height-756 {
  height: 756px;
}

[height="757"], .height-757 {
  height: 757px;
}

[height="758"], .height-758 {
  height: 758px;
}

[height="759"], .height-759 {
  height: 759px;
}

[height="760"], .height-760 {
  height: 760px;
}

[height="761"], .height-761 {
  height: 761px;
}

[height="762"], .height-762 {
  height: 762px;
}

[height="763"], .height-763 {
  height: 763px;
}

[height="764"], .height-764 {
  height: 764px;
}

[height="765"], .height-765 {
  height: 765px;
}

[height="766"], .height-766 {
  height: 766px;
}

[height="767"], .height-767 {
  height: 767px;
}

[height="768"], .height-768 {
  height: 768px;
}

[height="769"], .height-769 {
  height: 769px;
}

[height="770"], .height-770 {
  height: 770px;
}

[height="771"], .height-771 {
  height: 771px;
}

[height="772"], .height-772 {
  height: 772px;
}

[height="773"], .height-773 {
  height: 773px;
}

[height="774"], .height-774 {
  height: 774px;
}

[height="775"], .height-775 {
  height: 775px;
}

[height="776"], .height-776 {
  height: 776px;
}

[height="777"], .height-777 {
  height: 777px;
}

[height="778"], .height-778 {
  height: 778px;
}

[height="779"], .height-779 {
  height: 779px;
}

[height="780"], .height-780 {
  height: 780px;
}

[height="781"], .height-781 {
  height: 781px;
}

[height="782"], .height-782 {
  height: 782px;
}

[height="783"], .height-783 {
  height: 783px;
}

[height="784"], .height-784 {
  height: 784px;
}

[height="785"], .height-785 {
  height: 785px;
}

[height="786"], .height-786 {
  height: 786px;
}

[height="787"], .height-787 {
  height: 787px;
}

[height="788"], .height-788 {
  height: 788px;
}

[height="789"], .height-789 {
  height: 789px;
}

[height="790"], .height-790 {
  height: 790px;
}

[height="791"], .height-791 {
  height: 791px;
}

[height="792"], .height-792 {
  height: 792px;
}

[height="793"], .height-793 {
  height: 793px;
}

[height="794"], .height-794 {
  height: 794px;
}

[height="795"], .height-795 {
  height: 795px;
}

[height="796"], .height-796 {
  height: 796px;
}

[height="797"], .height-797 {
  height: 797px;
}

[height="798"], .height-798 {
  height: 798px;
}

[height="799"], .height-799 {
  height: 799px;
}

[height="800"], .height-800 {
  height: 800px;
}

[height="801"], .height-801 {
  height: 801px;
}

[height="802"], .height-802 {
  height: 802px;
}

[height="803"], .height-803 {
  height: 803px;
}

[height="804"], .height-804 {
  height: 804px;
}

[height="805"], .height-805 {
  height: 805px;
}

[height="806"], .height-806 {
  height: 806px;
}

[height="807"], .height-807 {
  height: 807px;
}

[height="808"], .height-808 {
  height: 808px;
}

[height="809"], .height-809 {
  height: 809px;
}

[height="810"], .height-810 {
  height: 810px;
}

[height="811"], .height-811 {
  height: 811px;
}

[height="812"], .height-812 {
  height: 812px;
}

[height="813"], .height-813 {
  height: 813px;
}

[height="814"], .height-814 {
  height: 814px;
}

[height="815"], .height-815 {
  height: 815px;
}

[height="816"], .height-816 {
  height: 816px;
}

[height="817"], .height-817 {
  height: 817px;
}

[height="818"], .height-818 {
  height: 818px;
}

[height="819"], .height-819 {
  height: 819px;
}

[height="820"], .height-820 {
  height: 820px;
}

[height="821"], .height-821 {
  height: 821px;
}

[height="822"], .height-822 {
  height: 822px;
}

[height="823"], .height-823 {
  height: 823px;
}

[height="824"], .height-824 {
  height: 824px;
}

[height="825"], .height-825 {
  height: 825px;
}

[height="826"], .height-826 {
  height: 826px;
}

[height="827"], .height-827 {
  height: 827px;
}

[height="828"], .height-828 {
  height: 828px;
}

[height="829"], .height-829 {
  height: 829px;
}

[height="830"], .height-830 {
  height: 830px;
}

[height="831"], .height-831 {
  height: 831px;
}

[height="832"], .height-832 {
  height: 832px;
}

[height="833"], .height-833 {
  height: 833px;
}

[height="834"], .height-834 {
  height: 834px;
}

[height="835"], .height-835 {
  height: 835px;
}

[height="836"], .height-836 {
  height: 836px;
}

[height="837"], .height-837 {
  height: 837px;
}

[height="838"], .height-838 {
  height: 838px;
}

[height="839"], .height-839 {
  height: 839px;
}

[height="840"], .height-840 {
  height: 840px;
}

[height="841"], .height-841 {
  height: 841px;
}

[height="842"], .height-842 {
  height: 842px;
}

[height="843"], .height-843 {
  height: 843px;
}

[height="844"], .height-844 {
  height: 844px;
}

[height="845"], .height-845 {
  height: 845px;
}

[height="846"], .height-846 {
  height: 846px;
}

[height="847"], .height-847 {
  height: 847px;
}

[height="848"], .height-848 {
  height: 848px;
}

[height="849"], .height-849 {
  height: 849px;
}

[height="850"], .height-850 {
  height: 850px;
}

[height="851"], .height-851 {
  height: 851px;
}

[height="852"], .height-852 {
  height: 852px;
}

[height="853"], .height-853 {
  height: 853px;
}

[height="854"], .height-854 {
  height: 854px;
}

[height="855"], .height-855 {
  height: 855px;
}

[height="856"], .height-856 {
  height: 856px;
}

[height="857"], .height-857 {
  height: 857px;
}

[height="858"], .height-858 {
  height: 858px;
}

[height="859"], .height-859 {
  height: 859px;
}

[height="860"], .height-860 {
  height: 860px;
}

[height="861"], .height-861 {
  height: 861px;
}

[height="862"], .height-862 {
  height: 862px;
}

[height="863"], .height-863 {
  height: 863px;
}

[height="864"], .height-864 {
  height: 864px;
}

[height="865"], .height-865 {
  height: 865px;
}

[height="866"], .height-866 {
  height: 866px;
}

[height="867"], .height-867 {
  height: 867px;
}

[height="868"], .height-868 {
  height: 868px;
}

[height="869"], .height-869 {
  height: 869px;
}

[height="870"], .height-870 {
  height: 870px;
}

[height="871"], .height-871 {
  height: 871px;
}

[height="872"], .height-872 {
  height: 872px;
}

[height="873"], .height-873 {
  height: 873px;
}

[height="874"], .height-874 {
  height: 874px;
}

[height="875"], .height-875 {
  height: 875px;
}

[height="876"], .height-876 {
  height: 876px;
}

[height="877"], .height-877 {
  height: 877px;
}

[height="878"], .height-878 {
  height: 878px;
}

[height="879"], .height-879 {
  height: 879px;
}

[height="880"], .height-880 {
  height: 880px;
}

[height="881"], .height-881 {
  height: 881px;
}

[height="882"], .height-882 {
  height: 882px;
}

[height="883"], .height-883 {
  height: 883px;
}

[height="884"], .height-884 {
  height: 884px;
}

[height="885"], .height-885 {
  height: 885px;
}

[height="886"], .height-886 {
  height: 886px;
}

[height="887"], .height-887 {
  height: 887px;
}

[height="888"], .height-888 {
  height: 888px;
}

[height="889"], .height-889 {
  height: 889px;
}

[height="890"], .height-890 {
  height: 890px;
}

[height="891"], .height-891 {
  height: 891px;
}

[height="892"], .height-892 {
  height: 892px;
}

[height="893"], .height-893 {
  height: 893px;
}

[height="894"], .height-894 {
  height: 894px;
}

[height="895"], .height-895 {
  height: 895px;
}

[height="896"], .height-896 {
  height: 896px;
}

[height="897"], .height-897 {
  height: 897px;
}

[height="898"], .height-898 {
  height: 898px;
}

[height="899"], .height-899 {
  height: 899px;
}

[height="900"], .height-900 {
  height: 900px;
}

[height="901"], .height-901 {
  height: 901px;
}

[height="902"], .height-902 {
  height: 902px;
}

[height="903"], .height-903 {
  height: 903px;
}

[height="904"], .height-904 {
  height: 904px;
}

[height="905"], .height-905 {
  height: 905px;
}

[height="906"], .height-906 {
  height: 906px;
}

[height="907"], .height-907 {
  height: 907px;
}

[height="908"], .height-908 {
  height: 908px;
}

[height="909"], .height-909 {
  height: 909px;
}

[height="910"], .height-910 {
  height: 910px;
}

[height="911"], .height-911 {
  height: 911px;
}

[height="912"], .height-912 {
  height: 912px;
}

[height="913"], .height-913 {
  height: 913px;
}

[height="914"], .height-914 {
  height: 914px;
}

[height="915"], .height-915 {
  height: 915px;
}

[height="916"], .height-916 {
  height: 916px;
}

[height="917"], .height-917 {
  height: 917px;
}

[height="918"], .height-918 {
  height: 918px;
}

[height="919"], .height-919 {
  height: 919px;
}

[height="920"], .height-920 {
  height: 920px;
}

[height="921"], .height-921 {
  height: 921px;
}

[height="922"], .height-922 {
  height: 922px;
}

[height="923"], .height-923 {
  height: 923px;
}

[height="924"], .height-924 {
  height: 924px;
}

[height="925"], .height-925 {
  height: 925px;
}

[height="926"], .height-926 {
  height: 926px;
}

[height="927"], .height-927 {
  height: 927px;
}

[height="928"], .height-928 {
  height: 928px;
}

[height="929"], .height-929 {
  height: 929px;
}

[height="930"], .height-930 {
  height: 930px;
}

[height="931"], .height-931 {
  height: 931px;
}

[height="932"], .height-932 {
  height: 932px;
}

[height="933"], .height-933 {
  height: 933px;
}

[height="934"], .height-934 {
  height: 934px;
}

[height="935"], .height-935 {
  height: 935px;
}

[height="936"], .height-936 {
  height: 936px;
}

[height="937"], .height-937 {
  height: 937px;
}

[height="938"], .height-938 {
  height: 938px;
}

[height="939"], .height-939 {
  height: 939px;
}

[height="940"], .height-940 {
  height: 940px;
}

[height="941"], .height-941 {
  height: 941px;
}

[height="942"], .height-942 {
  height: 942px;
}

[height="943"], .height-943 {
  height: 943px;
}

[height="944"], .height-944 {
  height: 944px;
}

[height="945"], .height-945 {
  height: 945px;
}

[height="946"], .height-946 {
  height: 946px;
}

[height="947"], .height-947 {
  height: 947px;
}

[height="948"], .height-948 {
  height: 948px;
}

[height="949"], .height-949 {
  height: 949px;
}

[height="950"], .height-950 {
  height: 950px;
}

[height="951"], .height-951 {
  height: 951px;
}

[height="952"], .height-952 {
  height: 952px;
}

[height="953"], .height-953 {
  height: 953px;
}

[height="954"], .height-954 {
  height: 954px;
}

[height="955"], .height-955 {
  height: 955px;
}

[height="956"], .height-956 {
  height: 956px;
}

[height="957"], .height-957 {
  height: 957px;
}

[height="958"], .height-958 {
  height: 958px;
}

[height="959"], .height-959 {
  height: 959px;
}

[height="960"], .height-960 {
  height: 960px;
}

[height="961"], .height-961 {
  height: 961px;
}

[height="962"], .height-962 {
  height: 962px;
}

[height="963"], .height-963 {
  height: 963px;
}

[height="964"], .height-964 {
  height: 964px;
}

[height="965"], .height-965 {
  height: 965px;
}

[height="966"], .height-966 {
  height: 966px;
}

[height="967"], .height-967 {
  height: 967px;
}

[height="968"], .height-968 {
  height: 968px;
}

[height="969"], .height-969 {
  height: 969px;
}

[height="970"], .height-970 {
  height: 970px;
}

[height="971"], .height-971 {
  height: 971px;
}

[height="972"], .height-972 {
  height: 972px;
}

[height="973"], .height-973 {
  height: 973px;
}

[height="974"], .height-974 {
  height: 974px;
}

[height="975"], .height-975 {
  height: 975px;
}

[height="976"], .height-976 {
  height: 976px;
}

[height="977"], .height-977 {
  height: 977px;
}

[height="978"], .height-978 {
  height: 978px;
}

[height="979"], .height-979 {
  height: 979px;
}

[height="980"], .height-980 {
  height: 980px;
}

[height="981"], .height-981 {
  height: 981px;
}

[height="982"], .height-982 {
  height: 982px;
}

[height="983"], .height-983 {
  height: 983px;
}

[height="984"], .height-984 {
  height: 984px;
}

[height="985"], .height-985 {
  height: 985px;
}

[height="986"], .height-986 {
  height: 986px;
}

[height="987"], .height-987 {
  height: 987px;
}

[height="988"], .height-988 {
  height: 988px;
}

[height="989"], .height-989 {
  height: 989px;
}

[height="990"], .height-990 {
  height: 990px;
}

[height="991"], .height-991 {
  height: 991px;
}

[height="992"], .height-992 {
  height: 992px;
}

[height="993"], .height-993 {
  height: 993px;
}

[height="994"], .height-994 {
  height: 994px;
}

[height="995"], .height-995 {
  height: 995px;
}

[height="996"], .height-996 {
  height: 996px;
}

[height="997"], .height-997 {
  height: 997px;
}

[height="998"], .height-998 {
  height: 998px;
}

[height="999"], .height-999 {
  height: 999px;
}

[height="1000"], .height-1000 {
  height: 1000px;
}

[height="1001"], .height-1001 {
  height: 1001px;
}

[height="1002"], .height-1002 {
  height: 1002px;
}

[height="1003"], .height-1003 {
  height: 1003px;
}

[height="1004"], .height-1004 {
  height: 1004px;
}

[height="1005"], .height-1005 {
  height: 1005px;
}

[height="1006"], .height-1006 {
  height: 1006px;
}

[height="1007"], .height-1007 {
  height: 1007px;
}

[height="1008"], .height-1008 {
  height: 1008px;
}

[height="1009"], .height-1009 {
  height: 1009px;
}

[height="1010"], .height-1010 {
  height: 1010px;
}

[height="1011"], .height-1011 {
  height: 1011px;
}

[height="1012"], .height-1012 {
  height: 1012px;
}

[height="1013"], .height-1013 {
  height: 1013px;
}

[height="1014"], .height-1014 {
  height: 1014px;
}

[height="1015"], .height-1015 {
  height: 1015px;
}

[height="1016"], .height-1016 {
  height: 1016px;
}

[height="1017"], .height-1017 {
  height: 1017px;
}

[height="1018"], .height-1018 {
  height: 1018px;
}

[height="1019"], .height-1019 {
  height: 1019px;
}

[height="1020"], .height-1020 {
  height: 1020px;
}

[height="1021"], .height-1021 {
  height: 1021px;
}

[height="1022"], .height-1022 {
  height: 1022px;
}

[height="1023"], .height-1023 {
  height: 1023px;
}

[height="1024"], .height-1024 {
  height: 1024px;
}

[height="1025"], .height-1025 {
  height: 1025px;
}

[height="1026"], .height-1026 {
  height: 1026px;
}

[height="1027"], .height-1027 {
  height: 1027px;
}

[height="1028"], .height-1028 {
  height: 1028px;
}

[height="1029"], .height-1029 {
  height: 1029px;
}

[height="1030"], .height-1030 {
  height: 1030px;
}

[height="1031"], .height-1031 {
  height: 1031px;
}

[height="1032"], .height-1032 {
  height: 1032px;
}

[height="1033"], .height-1033 {
  height: 1033px;
}

[height="1034"], .height-1034 {
  height: 1034px;
}

[height="1035"], .height-1035 {
  height: 1035px;
}

[height="1036"], .height-1036 {
  height: 1036px;
}

[height="1037"], .height-1037 {
  height: 1037px;
}

[height="1038"], .height-1038 {
  height: 1038px;
}

[height="1039"], .height-1039 {
  height: 1039px;
}

[height="1040"], .height-1040 {
  height: 1040px;
}

[height="1041"], .height-1041 {
  height: 1041px;
}

[height="1042"], .height-1042 {
  height: 1042px;
}

[height="1043"], .height-1043 {
  height: 1043px;
}

[height="1044"], .height-1044 {
  height: 1044px;
}

[height="1045"], .height-1045 {
  height: 1045px;
}

[height="1046"], .height-1046 {
  height: 1046px;
}

[height="1047"], .height-1047 {
  height: 1047px;
}

[height="1048"], .height-1048 {
  height: 1048px;
}

[height="1049"], .height-1049 {
  height: 1049px;
}

[height="1050"], .height-1050 {
  height: 1050px;
}

[height="1051"], .height-1051 {
  height: 1051px;
}

[height="1052"], .height-1052 {
  height: 1052px;
}

[height="1053"], .height-1053 {
  height: 1053px;
}

[height="1054"], .height-1054 {
  height: 1054px;
}

[height="1055"], .height-1055 {
  height: 1055px;
}

[height="1056"], .height-1056 {
  height: 1056px;
}

[height="1057"], .height-1057 {
  height: 1057px;
}

[height="1058"], .height-1058 {
  height: 1058px;
}

[height="1059"], .height-1059 {
  height: 1059px;
}

[height="1060"], .height-1060 {
  height: 1060px;
}

[height="1061"], .height-1061 {
  height: 1061px;
}

[height="1062"], .height-1062 {
  height: 1062px;
}

[height="1063"], .height-1063 {
  height: 1063px;
}

[height="1064"], .height-1064 {
  height: 1064px;
}

[height="1065"], .height-1065 {
  height: 1065px;
}

[height="1066"], .height-1066 {
  height: 1066px;
}

[height="1067"], .height-1067 {
  height: 1067px;
}

[height="1068"], .height-1068 {
  height: 1068px;
}

[height="1069"], .height-1069 {
  height: 1069px;
}

[height="1070"], .height-1070 {
  height: 1070px;
}

[height="1071"], .height-1071 {
  height: 1071px;
}

[height="1072"], .height-1072 {
  height: 1072px;
}

[height="1073"], .height-1073 {
  height: 1073px;
}

[height="1074"], .height-1074 {
  height: 1074px;
}

[height="1075"], .height-1075 {
  height: 1075px;
}

[height="1076"], .height-1076 {
  height: 1076px;
}

[height="1077"], .height-1077 {
  height: 1077px;
}

[height="1078"], .height-1078 {
  height: 1078px;
}

[height="1079"], .height-1079 {
  height: 1079px;
}

[height="1080"], .height-1080 {
  height: 1080px;
}

[height="1081"], .height-1081 {
  height: 1081px;
}

[height="1082"], .height-1082 {
  height: 1082px;
}

[height="1083"], .height-1083 {
  height: 1083px;
}

[height="1084"], .height-1084 {
  height: 1084px;
}

[height="1085"], .height-1085 {
  height: 1085px;
}

[height="1086"], .height-1086 {
  height: 1086px;
}

[height="1087"], .height-1087 {
  height: 1087px;
}

[height="1088"], .height-1088 {
  height: 1088px;
}

[height="1089"], .height-1089 {
  height: 1089px;
}

[height="1090"], .height-1090 {
  height: 1090px;
}

[height="1091"], .height-1091 {
  height: 1091px;
}

[height="1092"], .height-1092 {
  height: 1092px;
}

[height="1093"], .height-1093 {
  height: 1093px;
}

[height="1094"], .height-1094 {
  height: 1094px;
}

[height="1095"], .height-1095 {
  height: 1095px;
}

[height="1096"], .height-1096 {
  height: 1096px;
}

[height="1097"], .height-1097 {
  height: 1097px;
}

[height="1098"], .height-1098 {
  height: 1098px;
}

[height="1099"], .height-1099 {
  height: 1099px;
}

[height="1100"], .height-1100 {
  height: 1100px;
}

[height="1101"], .height-1101 {
  height: 1101px;
}

[height="1102"], .height-1102 {
  height: 1102px;
}

[height="1103"], .height-1103 {
  height: 1103px;
}

[height="1104"], .height-1104 {
  height: 1104px;
}

[height="1105"], .height-1105 {
  height: 1105px;
}

[height="1106"], .height-1106 {
  height: 1106px;
}

[height="1107"], .height-1107 {
  height: 1107px;
}

[height="1108"], .height-1108 {
  height: 1108px;
}

[height="1109"], .height-1109 {
  height: 1109px;
}

[height="1110"], .height-1110 {
  height: 1110px;
}

[height="1111"], .height-1111 {
  height: 1111px;
}

[height="1112"], .height-1112 {
  height: 1112px;
}

[height="1113"], .height-1113 {
  height: 1113px;
}

[height="1114"], .height-1114 {
  height: 1114px;
}

[height="1115"], .height-1115 {
  height: 1115px;
}

[height="1116"], .height-1116 {
  height: 1116px;
}

[height="1117"], .height-1117 {
  height: 1117px;
}

[height="1118"], .height-1118 {
  height: 1118px;
}

[height="1119"], .height-1119 {
  height: 1119px;
}

[height="1120"], .height-1120 {
  height: 1120px;
}

[height="1121"], .height-1121 {
  height: 1121px;
}

[height="1122"], .height-1122 {
  height: 1122px;
}

[height="1123"], .height-1123 {
  height: 1123px;
}

[height="1124"], .height-1124 {
  height: 1124px;
}

[height="1125"], .height-1125 {
  height: 1125px;
}

[height="1126"], .height-1126 {
  height: 1126px;
}

[height="1127"], .height-1127 {
  height: 1127px;
}

[height="1128"], .height-1128 {
  height: 1128px;
}

[height="1129"], .height-1129 {
  height: 1129px;
}

[height="1130"], .height-1130 {
  height: 1130px;
}

[height="1131"], .height-1131 {
  height: 1131px;
}

[height="1132"], .height-1132 {
  height: 1132px;
}

[height="1133"], .height-1133 {
  height: 1133px;
}

[height="1134"], .height-1134 {
  height: 1134px;
}

[height="1135"], .height-1135 {
  height: 1135px;
}

[height="1136"], .height-1136 {
  height: 1136px;
}

[height="1137"], .height-1137 {
  height: 1137px;
}

[height="1138"], .height-1138 {
  height: 1138px;
}

[height="1139"], .height-1139 {
  height: 1139px;
}

[height="1140"], .height-1140 {
  height: 1140px;
}

[height="1141"], .height-1141 {
  height: 1141px;
}

[height="1142"], .height-1142 {
  height: 1142px;
}

[height="1143"], .height-1143 {
  height: 1143px;
}

[height="1144"], .height-1144 {
  height: 1144px;
}

[height="1145"], .height-1145 {
  height: 1145px;
}

[height="1146"], .height-1146 {
  height: 1146px;
}

[height="1147"], .height-1147 {
  height: 1147px;
}

[height="1148"], .height-1148 {
  height: 1148px;
}

[height="1149"], .height-1149 {
  height: 1149px;
}

[height="1150"], .height-1150 {
  height: 1150px;
}

[height="1151"], .height-1151 {
  height: 1151px;
}

[height="1152"], .height-1152 {
  height: 1152px;
}

[height="1153"], .height-1153 {
  height: 1153px;
}

[height="1154"], .height-1154 {
  height: 1154px;
}

[height="1155"], .height-1155 {
  height: 1155px;
}

[height="1156"], .height-1156 {
  height: 1156px;
}

[height="1157"], .height-1157 {
  height: 1157px;
}

[height="1158"], .height-1158 {
  height: 1158px;
}

[height="1159"], .height-1159 {
  height: 1159px;
}

[height="1160"], .height-1160 {
  height: 1160px;
}

[height="1161"], .height-1161 {
  height: 1161px;
}

[height="1162"], .height-1162 {
  height: 1162px;
}

[height="1163"], .height-1163 {
  height: 1163px;
}

[height="1164"], .height-1164 {
  height: 1164px;
}

[height="1165"], .height-1165 {
  height: 1165px;
}

[height="1166"], .height-1166 {
  height: 1166px;
}

[height="1167"], .height-1167 {
  height: 1167px;
}

[height="1168"], .height-1168 {
  height: 1168px;
}

[height="1169"], .height-1169 {
  height: 1169px;
}

[height="1170"], .height-1170 {
  height: 1170px;
}

[height="1171"], .height-1171 {
  height: 1171px;
}

[height="1172"], .height-1172 {
  height: 1172px;
}

[height="1173"], .height-1173 {
  height: 1173px;
}

[height="1174"], .height-1174 {
  height: 1174px;
}

[height="1175"], .height-1175 {
  height: 1175px;
}

[height="1176"], .height-1176 {
  height: 1176px;
}

[height="1177"], .height-1177 {
  height: 1177px;
}

[height="1178"], .height-1178 {
  height: 1178px;
}

[height="1179"], .height-1179 {
  height: 1179px;
}

[height="1180"], .height-1180 {
  height: 1180px;
}

[height="1181"], .height-1181 {
  height: 1181px;
}

[height="1182"], .height-1182 {
  height: 1182px;
}

[height="1183"], .height-1183 {
  height: 1183px;
}

[height="1184"], .height-1184 {
  height: 1184px;
}

[height="1185"], .height-1185 {
  height: 1185px;
}

[height="1186"], .height-1186 {
  height: 1186px;
}

[height="1187"], .height-1187 {
  height: 1187px;
}

[height="1188"], .height-1188 {
  height: 1188px;
}

[height="1189"], .height-1189 {
  height: 1189px;
}

[height="1190"], .height-1190 {
  height: 1190px;
}

[height="1191"], .height-1191 {
  height: 1191px;
}

[height="1192"], .height-1192 {
  height: 1192px;
}

[height="1193"], .height-1193 {
  height: 1193px;
}

[height="1194"], .height-1194 {
  height: 1194px;
}

[height="1195"], .height-1195 {
  height: 1195px;
}

[height="1196"], .height-1196 {
  height: 1196px;
}

[height="1197"], .height-1197 {
  height: 1197px;
}

[height="1198"], .height-1198 {
  height: 1198px;
}

[height="1199"], .height-1199 {
  height: 1199px;
}

[height="1200"], .height-1200 {
  height: 1200px;
}

[height="1201"], .height-1201 {
  height: 1201px;
}

[height="1202"], .height-1202 {
  height: 1202px;
}

[height="1203"], .height-1203 {
  height: 1203px;
}

[height="1204"], .height-1204 {
  height: 1204px;
}

[height="1205"], .height-1205 {
  height: 1205px;
}

[height="1206"], .height-1206 {
  height: 1206px;
}

[height="1207"], .height-1207 {
  height: 1207px;
}

[height="1208"], .height-1208 {
  height: 1208px;
}

[height="1209"], .height-1209 {
  height: 1209px;
}

[height="1210"], .height-1210 {
  height: 1210px;
}

[height="1211"], .height-1211 {
  height: 1211px;
}

[height="1212"], .height-1212 {
  height: 1212px;
}

[height="1213"], .height-1213 {
  height: 1213px;
}

[height="1214"], .height-1214 {
  height: 1214px;
}

[height="1215"], .height-1215 {
  height: 1215px;
}

[height="1216"], .height-1216 {
  height: 1216px;
}

[height="1217"], .height-1217 {
  height: 1217px;
}

[height="1218"], .height-1218 {
  height: 1218px;
}

[height="1219"], .height-1219 {
  height: 1219px;
}

[height="1220"], .height-1220 {
  height: 1220px;
}

[height="1221"], .height-1221 {
  height: 1221px;
}

[height="1222"], .height-1222 {
  height: 1222px;
}

[height="1223"], .height-1223 {
  height: 1223px;
}

[height="1224"], .height-1224 {
  height: 1224px;
}

[height="1225"], .height-1225 {
  height: 1225px;
}

[height="1226"], .height-1226 {
  height: 1226px;
}

[height="1227"], .height-1227 {
  height: 1227px;
}

[height="1228"], .height-1228 {
  height: 1228px;
}

[height="1229"], .height-1229 {
  height: 1229px;
}

[height="1230"], .height-1230 {
  height: 1230px;
}

[height="1231"], .height-1231 {
  height: 1231px;
}

[height="1232"], .height-1232 {
  height: 1232px;
}

[height="1233"], .height-1233 {
  height: 1233px;
}

[height="1234"], .height-1234 {
  height: 1234px;
}

[height="1235"], .height-1235 {
  height: 1235px;
}

[height="1236"], .height-1236 {
  height: 1236px;
}

[height="1237"], .height-1237 {
  height: 1237px;
}

[height="1238"], .height-1238 {
  height: 1238px;
}

[height="1239"], .height-1239 {
  height: 1239px;
}

[height="1240"], .height-1240 {
  height: 1240px;
}

[height="1241"], .height-1241 {
  height: 1241px;
}

[height="1242"], .height-1242 {
  height: 1242px;
}

[height="1243"], .height-1243 {
  height: 1243px;
}

[height="1244"], .height-1244 {
  height: 1244px;
}

[height="1245"], .height-1245 {
  height: 1245px;
}

[height="1246"], .height-1246 {
  height: 1246px;
}

[height="1247"], .height-1247 {
  height: 1247px;
}

[height="1248"], .height-1248 {
  height: 1248px;
}

[height="1249"], .height-1249 {
  height: 1249px;
}

[height="1250"], .height-1250 {
  height: 1250px;
}

[height="1251"], .height-1251 {
  height: 1251px;
}

[height="1252"], .height-1252 {
  height: 1252px;
}

[height="1253"], .height-1253 {
  height: 1253px;
}

[height="1254"], .height-1254 {
  height: 1254px;
}

[height="1255"], .height-1255 {
  height: 1255px;
}

[height="1256"], .height-1256 {
  height: 1256px;
}

[height="1257"], .height-1257 {
  height: 1257px;
}

[height="1258"], .height-1258 {
  height: 1258px;
}

[height="1259"], .height-1259 {
  height: 1259px;
}

[height="1260"], .height-1260 {
  height: 1260px;
}

[height="1261"], .height-1261 {
  height: 1261px;
}

[height="1262"], .height-1262 {
  height: 1262px;
}

[height="1263"], .height-1263 {
  height: 1263px;
}

[height="1264"], .height-1264 {
  height: 1264px;
}

[height="1265"], .height-1265 {
  height: 1265px;
}

[height="1266"], .height-1266 {
  height: 1266px;
}

[height="1267"], .height-1267 {
  height: 1267px;
}

[height="1268"], .height-1268 {
  height: 1268px;
}

[height="1269"], .height-1269 {
  height: 1269px;
}

[height="1270"], .height-1270 {
  height: 1270px;
}

[height="1271"], .height-1271 {
  height: 1271px;
}

[height="1272"], .height-1272 {
  height: 1272px;
}

[height="1273"], .height-1273 {
  height: 1273px;
}

[height="1274"], .height-1274 {
  height: 1274px;
}

[height="1275"], .height-1275 {
  height: 1275px;
}

[height="1276"], .height-1276 {
  height: 1276px;
}

[height="1277"], .height-1277 {
  height: 1277px;
}

[height="1278"], .height-1278 {
  height: 1278px;
}

[height="1279"], .height-1279 {
  height: 1279px;
}

[height="1280"], .height-1280 {
  height: 1280px;
}

[height="1281"], .height-1281 {
  height: 1281px;
}

[height="1282"], .height-1282 {
  height: 1282px;
}

[height="1283"], .height-1283 {
  height: 1283px;
}

[height="1284"], .height-1284 {
  height: 1284px;
}

[height="1285"], .height-1285 {
  height: 1285px;
}

[height="1286"], .height-1286 {
  height: 1286px;
}

[height="1287"], .height-1287 {
  height: 1287px;
}

[height="1288"], .height-1288 {
  height: 1288px;
}

[height="1289"], .height-1289 {
  height: 1289px;
}

[height="1290"], .height-1290 {
  height: 1290px;
}

[height="1291"], .height-1291 {
  height: 1291px;
}

[height="1292"], .height-1292 {
  height: 1292px;
}

[height="1293"], .height-1293 {
  height: 1293px;
}

[height="1294"], .height-1294 {
  height: 1294px;
}

[height="1295"], .height-1295 {
  height: 1295px;
}

[height="1296"], .height-1296 {
  height: 1296px;
}

[height="1297"], .height-1297 {
  height: 1297px;
}

[height="1298"], .height-1298 {
  height: 1298px;
}

[height="1299"], .height-1299 {
  height: 1299px;
}

[height="1300"], .height-1300 {
  height: 1300px;
}

[height="1301"], .height-1301 {
  height: 1301px;
}

[height="1302"], .height-1302 {
  height: 1302px;
}

[height="1303"], .height-1303 {
  height: 1303px;
}

[height="1304"], .height-1304 {
  height: 1304px;
}

[height="1305"], .height-1305 {
  height: 1305px;
}

[height="1306"], .height-1306 {
  height: 1306px;
}

[height="1307"], .height-1307 {
  height: 1307px;
}

[height="1308"], .height-1308 {
  height: 1308px;
}

[height="1309"], .height-1309 {
  height: 1309px;
}

[height="1310"], .height-1310 {
  height: 1310px;
}

[height="1311"], .height-1311 {
  height: 1311px;
}

[height="1312"], .height-1312 {
  height: 1312px;
}

[height="1313"], .height-1313 {
  height: 1313px;
}

[height="1314"], .height-1314 {
  height: 1314px;
}

[height="1315"], .height-1315 {
  height: 1315px;
}

[height="1316"], .height-1316 {
  height: 1316px;
}

[height="1317"], .height-1317 {
  height: 1317px;
}

[height="1318"], .height-1318 {
  height: 1318px;
}

[height="1319"], .height-1319 {
  height: 1319px;
}

[height="1320"], .height-1320 {
  height: 1320px;
}

[height="1321"], .height-1321 {
  height: 1321px;
}

[height="1322"], .height-1322 {
  height: 1322px;
}

[height="1323"], .height-1323 {
  height: 1323px;
}

[height="1324"], .height-1324 {
  height: 1324px;
}

[height="1325"], .height-1325 {
  height: 1325px;
}

[height="1326"], .height-1326 {
  height: 1326px;
}

[height="1327"], .height-1327 {
  height: 1327px;
}

[height="1328"], .height-1328 {
  height: 1328px;
}

[height="1329"], .height-1329 {
  height: 1329px;
}

[height="1330"], .height-1330 {
  height: 1330px;
}

[height="1331"], .height-1331 {
  height: 1331px;
}

[height="1332"], .height-1332 {
  height: 1332px;
}

[height="1333"], .height-1333 {
  height: 1333px;
}

[height="1334"], .height-1334 {
  height: 1334px;
}

[height="1335"], .height-1335 {
  height: 1335px;
}

[height="1336"], .height-1336 {
  height: 1336px;
}

[height="1337"], .height-1337 {
  height: 1337px;
}

[height="1338"], .height-1338 {
  height: 1338px;
}

[height="1339"], .height-1339 {
  height: 1339px;
}

[height="1340"], .height-1340 {
  height: 1340px;
}

[height="1341"], .height-1341 {
  height: 1341px;
}

[height="1342"], .height-1342 {
  height: 1342px;
}

[height="1343"], .height-1343 {
  height: 1343px;
}

[height="1344"], .height-1344 {
  height: 1344px;
}

[height="1345"], .height-1345 {
  height: 1345px;
}

[height="1346"], .height-1346 {
  height: 1346px;
}

[height="1347"], .height-1347 {
  height: 1347px;
}

[height="1348"], .height-1348 {
  height: 1348px;
}

[height="1349"], .height-1349 {
  height: 1349px;
}

[height="1350"], .height-1350 {
  height: 1350px;
}

[height="1351"], .height-1351 {
  height: 1351px;
}

[height="1352"], .height-1352 {
  height: 1352px;
}

[height="1353"], .height-1353 {
  height: 1353px;
}

[height="1354"], .height-1354 {
  height: 1354px;
}

[height="1355"], .height-1355 {
  height: 1355px;
}

[height="1356"], .height-1356 {
  height: 1356px;
}

[height="1357"], .height-1357 {
  height: 1357px;
}

[height="1358"], .height-1358 {
  height: 1358px;
}

[height="1359"], .height-1359 {
  height: 1359px;
}

[height="1360"], .height-1360 {
  height: 1360px;
}

[height="1361"], .height-1361 {
  height: 1361px;
}

[height="1362"], .height-1362 {
  height: 1362px;
}

[height="1363"], .height-1363 {
  height: 1363px;
}

[height="1364"], .height-1364 {
  height: 1364px;
}

[height="1365"], .height-1365 {
  height: 1365px;
}

[height="1366"], .height-1366 {
  height: 1366px;
}

[height="1367"], .height-1367 {
  height: 1367px;
}

[height="1368"], .height-1368 {
  height: 1368px;
}

[height="1369"], .height-1369 {
  height: 1369px;
}

[height="1370"], .height-1370 {
  height: 1370px;
}

[height="1371"], .height-1371 {
  height: 1371px;
}

[height="1372"], .height-1372 {
  height: 1372px;
}

[height="1373"], .height-1373 {
  height: 1373px;
}

[height="1374"], .height-1374 {
  height: 1374px;
}

[height="1375"], .height-1375 {
  height: 1375px;
}

[height="1376"], .height-1376 {
  height: 1376px;
}

[height="1377"], .height-1377 {
  height: 1377px;
}

[height="1378"], .height-1378 {
  height: 1378px;
}

[height="1379"], .height-1379 {
  height: 1379px;
}

[height="1380"], .height-1380 {
  height: 1380px;
}

[height="1381"], .height-1381 {
  height: 1381px;
}

[height="1382"], .height-1382 {
  height: 1382px;
}

[height="1383"], .height-1383 {
  height: 1383px;
}

[height="1384"], .height-1384 {
  height: 1384px;
}

[height="1385"], .height-1385 {
  height: 1385px;
}

[height="1386"], .height-1386 {
  height: 1386px;
}

[height="1387"], .height-1387 {
  height: 1387px;
}

[height="1388"], .height-1388 {
  height: 1388px;
}

[height="1389"], .height-1389 {
  height: 1389px;
}

[height="1390"], .height-1390 {
  height: 1390px;
}

[height="1391"], .height-1391 {
  height: 1391px;
}

[height="1392"], .height-1392 {
  height: 1392px;
}

[height="1393"], .height-1393 {
  height: 1393px;
}

[height="1394"], .height-1394 {
  height: 1394px;
}

[height="1395"], .height-1395 {
  height: 1395px;
}

[height="1396"], .height-1396 {
  height: 1396px;
}

[height="1397"], .height-1397 {
  height: 1397px;
}

[height="1398"], .height-1398 {
  height: 1398px;
}

[height="1399"], .height-1399 {
  height: 1399px;
}

[height="1400"], .height-1400 {
  height: 1400px;
}

[height="1401"], .height-1401 {
  height: 1401px;
}

[height="1402"], .height-1402 {
  height: 1402px;
}

[height="1403"], .height-1403 {
  height: 1403px;
}

[height="1404"], .height-1404 {
  height: 1404px;
}

[height="1405"], .height-1405 {
  height: 1405px;
}

[height="1406"], .height-1406 {
  height: 1406px;
}

[height="1407"], .height-1407 {
  height: 1407px;
}

[height="1408"], .height-1408 {
  height: 1408px;
}

[height="1409"], .height-1409 {
  height: 1409px;
}

[height="1410"], .height-1410 {
  height: 1410px;
}

[height="1411"], .height-1411 {
  height: 1411px;
}

[height="1412"], .height-1412 {
  height: 1412px;
}

[height="1413"], .height-1413 {
  height: 1413px;
}

[height="1414"], .height-1414 {
  height: 1414px;
}

[height="1415"], .height-1415 {
  height: 1415px;
}

[height="1416"], .height-1416 {
  height: 1416px;
}

[height="1417"], .height-1417 {
  height: 1417px;
}

[height="1418"], .height-1418 {
  height: 1418px;
}

[height="1419"], .height-1419 {
  height: 1419px;
}

[height="1420"], .height-1420 {
  height: 1420px;
}

[height="1421"], .height-1421 {
  height: 1421px;
}

[height="1422"], .height-1422 {
  height: 1422px;
}

[height="1423"], .height-1423 {
  height: 1423px;
}

[height="1424"], .height-1424 {
  height: 1424px;
}

[height="1425"], .height-1425 {
  height: 1425px;
}

[height="1426"], .height-1426 {
  height: 1426px;
}

[height="1427"], .height-1427 {
  height: 1427px;
}

[height="1428"], .height-1428 {
  height: 1428px;
}

[height="1429"], .height-1429 {
  height: 1429px;
}

[height="1430"], .height-1430 {
  height: 1430px;
}

[height="1431"], .height-1431 {
  height: 1431px;
}

[height="1432"], .height-1432 {
  height: 1432px;
}

[height="1433"], .height-1433 {
  height: 1433px;
}

[height="1434"], .height-1434 {
  height: 1434px;
}

[height="1435"], .height-1435 {
  height: 1435px;
}

[height="1436"], .height-1436 {
  height: 1436px;
}

[height="1437"], .height-1437 {
  height: 1437px;
}

[height="1438"], .height-1438 {
  height: 1438px;
}

[height="1439"], .height-1439 {
  height: 1439px;
}

[height="1440"], .height-1440 {
  height: 1440px;
}

[height="1441"], .height-1441 {
  height: 1441px;
}

[height="1442"], .height-1442 {
  height: 1442px;
}

[height="1443"], .height-1443 {
  height: 1443px;
}

[height="1444"], .height-1444 {
  height: 1444px;
}

[height="1445"], .height-1445 {
  height: 1445px;
}

[height="1446"], .height-1446 {
  height: 1446px;
}

[height="1447"], .height-1447 {
  height: 1447px;
}

[height="1448"], .height-1448 {
  height: 1448px;
}

[height="1449"], .height-1449 {
  height: 1449px;
}

[height="1450"], .height-1450 {
  height: 1450px;
}

[height="1451"], .height-1451 {
  height: 1451px;
}

[height="1452"], .height-1452 {
  height: 1452px;
}

[height="1453"], .height-1453 {
  height: 1453px;
}

[height="1454"], .height-1454 {
  height: 1454px;
}

[height="1455"], .height-1455 {
  height: 1455px;
}

[height="1456"], .height-1456 {
  height: 1456px;
}

[height="1457"], .height-1457 {
  height: 1457px;
}

[height="1458"], .height-1458 {
  height: 1458px;
}

[height="1459"], .height-1459 {
  height: 1459px;
}

[height="1460"], .height-1460 {
  height: 1460px;
}

[height="1461"], .height-1461 {
  height: 1461px;
}

[height="1462"], .height-1462 {
  height: 1462px;
}

[height="1463"], .height-1463 {
  height: 1463px;
}

[height="1464"], .height-1464 {
  height: 1464px;
}

[height="1465"], .height-1465 {
  height: 1465px;
}

[height="1466"], .height-1466 {
  height: 1466px;
}

[height="1467"], .height-1467 {
  height: 1467px;
}

[height="1468"], .height-1468 {
  height: 1468px;
}

[height="1469"], .height-1469 {
  height: 1469px;
}

[height="1470"], .height-1470 {
  height: 1470px;
}

[height="1471"], .height-1471 {
  height: 1471px;
}

[height="1472"], .height-1472 {
  height: 1472px;
}

[height="1473"], .height-1473 {
  height: 1473px;
}

[height="1474"], .height-1474 {
  height: 1474px;
}

[height="1475"], .height-1475 {
  height: 1475px;
}

[height="1476"], .height-1476 {
  height: 1476px;
}

[height="1477"], .height-1477 {
  height: 1477px;
}

[height="1478"], .height-1478 {
  height: 1478px;
}

[height="1479"], .height-1479 {
  height: 1479px;
}

[height="1480"], .height-1480 {
  height: 1480px;
}

[height="1481"], .height-1481 {
  height: 1481px;
}

[height="1482"], .height-1482 {
  height: 1482px;
}

[height="1483"], .height-1483 {
  height: 1483px;
}

[height="1484"], .height-1484 {
  height: 1484px;
}

[height="1485"], .height-1485 {
  height: 1485px;
}

[height="1486"], .height-1486 {
  height: 1486px;
}

[height="1487"], .height-1487 {
  height: 1487px;
}

[height="1488"], .height-1488 {
  height: 1488px;
}

[height="1489"], .height-1489 {
  height: 1489px;
}

[height="1490"], .height-1490 {
  height: 1490px;
}

[height="1491"], .height-1491 {
  height: 1491px;
}

[height="1492"], .height-1492 {
  height: 1492px;
}

[height="1493"], .height-1493 {
  height: 1493px;
}

[height="1494"], .height-1494 {
  height: 1494px;
}

[height="1495"], .height-1495 {
  height: 1495px;
}

[height="1496"], .height-1496 {
  height: 1496px;
}

[height="1497"], .height-1497 {
  height: 1497px;
}

[height="1498"], .height-1498 {
  height: 1498px;
}

[height="1499"], .height-1499 {
  height: 1499px;
}

[height="1500"], .height-1500 {
  height: 1500px;
}

[height="1501"], .height-1501 {
  height: 1501px;
}

[height="1502"], .height-1502 {
  height: 1502px;
}

[height="1503"], .height-1503 {
  height: 1503px;
}

[height="1504"], .height-1504 {
  height: 1504px;
}

[height="1505"], .height-1505 {
  height: 1505px;
}

[height="1506"], .height-1506 {
  height: 1506px;
}

[height="1507"], .height-1507 {
  height: 1507px;
}

[height="1508"], .height-1508 {
  height: 1508px;
}

[height="1509"], .height-1509 {
  height: 1509px;
}

[height="1510"], .height-1510 {
  height: 1510px;
}

[height="1511"], .height-1511 {
  height: 1511px;
}

[height="1512"], .height-1512 {
  height: 1512px;
}

[height="1513"], .height-1513 {
  height: 1513px;
}

[height="1514"], .height-1514 {
  height: 1514px;
}

[height="1515"], .height-1515 {
  height: 1515px;
}

[height="1516"], .height-1516 {
  height: 1516px;
}

[height="1517"], .height-1517 {
  height: 1517px;
}

[height="1518"], .height-1518 {
  height: 1518px;
}

[height="1519"], .height-1519 {
  height: 1519px;
}

[height="1520"], .height-1520 {
  height: 1520px;
}

[height="1521"], .height-1521 {
  height: 1521px;
}

[height="1522"], .height-1522 {
  height: 1522px;
}

[height="1523"], .height-1523 {
  height: 1523px;
}

[height="1524"], .height-1524 {
  height: 1524px;
}

[height="1525"], .height-1525 {
  height: 1525px;
}

[height="1526"], .height-1526 {
  height: 1526px;
}

[height="1527"], .height-1527 {
  height: 1527px;
}

[height="1528"], .height-1528 {
  height: 1528px;
}

[height="1529"], .height-1529 {
  height: 1529px;
}

[height="1530"], .height-1530 {
  height: 1530px;
}

[height="1531"], .height-1531 {
  height: 1531px;
}

[height="1532"], .height-1532 {
  height: 1532px;
}

[height="1533"], .height-1533 {
  height: 1533px;
}

[height="1534"], .height-1534 {
  height: 1534px;
}

[height="1535"], .height-1535 {
  height: 1535px;
}

[height="1536"], .height-1536 {
  height: 1536px;
}

[height="1537"], .height-1537 {
  height: 1537px;
}

[height="1538"], .height-1538 {
  height: 1538px;
}

[height="1539"], .height-1539 {
  height: 1539px;
}

[height="1540"], .height-1540 {
  height: 1540px;
}

[height="1541"], .height-1541 {
  height: 1541px;
}

[height="1542"], .height-1542 {
  height: 1542px;
}

[height="1543"], .height-1543 {
  height: 1543px;
}

[height="1544"], .height-1544 {
  height: 1544px;
}

[height="1545"], .height-1545 {
  height: 1545px;
}

[height="1546"], .height-1546 {
  height: 1546px;
}

[height="1547"], .height-1547 {
  height: 1547px;
}

[height="1548"], .height-1548 {
  height: 1548px;
}

[height="1549"], .height-1549 {
  height: 1549px;
}

[height="1550"], .height-1550 {
  height: 1550px;
}

[height="1551"], .height-1551 {
  height: 1551px;
}

[height="1552"], .height-1552 {
  height: 1552px;
}

[height="1553"], .height-1553 {
  height: 1553px;
}

[height="1554"], .height-1554 {
  height: 1554px;
}

[height="1555"], .height-1555 {
  height: 1555px;
}

[height="1556"], .height-1556 {
  height: 1556px;
}

[height="1557"], .height-1557 {
  height: 1557px;
}

[height="1558"], .height-1558 {
  height: 1558px;
}

[height="1559"], .height-1559 {
  height: 1559px;
}

[height="1560"], .height-1560 {
  height: 1560px;
}

[height="1561"], .height-1561 {
  height: 1561px;
}

[height="1562"], .height-1562 {
  height: 1562px;
}

[height="1563"], .height-1563 {
  height: 1563px;
}

[height="1564"], .height-1564 {
  height: 1564px;
}

[height="1565"], .height-1565 {
  height: 1565px;
}

[height="1566"], .height-1566 {
  height: 1566px;
}

[height="1567"], .height-1567 {
  height: 1567px;
}

[height="1568"], .height-1568 {
  height: 1568px;
}

[height="1569"], .height-1569 {
  height: 1569px;
}

[height="1570"], .height-1570 {
  height: 1570px;
}

[height="1571"], .height-1571 {
  height: 1571px;
}

[height="1572"], .height-1572 {
  height: 1572px;
}

[height="1573"], .height-1573 {
  height: 1573px;
}

[height="1574"], .height-1574 {
  height: 1574px;
}

[height="1575"], .height-1575 {
  height: 1575px;
}

[height="1576"], .height-1576 {
  height: 1576px;
}

[height="1577"], .height-1577 {
  height: 1577px;
}

[height="1578"], .height-1578 {
  height: 1578px;
}

[height="1579"], .height-1579 {
  height: 1579px;
}

[height="1580"], .height-1580 {
  height: 1580px;
}

[height="1581"], .height-1581 {
  height: 1581px;
}

[height="1582"], .height-1582 {
  height: 1582px;
}

[height="1583"], .height-1583 {
  height: 1583px;
}

[height="1584"], .height-1584 {
  height: 1584px;
}

[height="1585"], .height-1585 {
  height: 1585px;
}

[height="1586"], .height-1586 {
  height: 1586px;
}

[height="1587"], .height-1587 {
  height: 1587px;
}

[height="1588"], .height-1588 {
  height: 1588px;
}

[height="1589"], .height-1589 {
  height: 1589px;
}

[height="1590"], .height-1590 {
  height: 1590px;
}

[height="1591"], .height-1591 {
  height: 1591px;
}

[height="1592"], .height-1592 {
  height: 1592px;
}

[height="1593"], .height-1593 {
  height: 1593px;
}

[height="1594"], .height-1594 {
  height: 1594px;
}

[height="1595"], .height-1595 {
  height: 1595px;
}

[height="1596"], .height-1596 {
  height: 1596px;
}

[height="1597"], .height-1597 {
  height: 1597px;
}

[height="1598"], .height-1598 {
  height: 1598px;
}

[height="1599"], .height-1599 {
  height: 1599px;
}

[height="1600"], .height-1600 {
  height: 1600px;
}

.min-height-0 {
  min-height: 0px;
}

.min-height-1 {
  min-height: 1px;
}

.min-height-2 {
  min-height: 2px;
}

.min-height-3 {
  min-height: 3px;
}

.min-height-4 {
  min-height: 4px;
}

.min-height-5 {
  min-height: 5px;
}

.min-height-6 {
  min-height: 6px;
}

.min-height-7 {
  min-height: 7px;
}

.min-height-8 {
  min-height: 8px;
}

.min-height-9 {
  min-height: 9px;
}

.min-height-10 {
  min-height: 10px;
}

.min-height-11 {
  min-height: 11px;
}

.min-height-12 {
  min-height: 12px;
}

.min-height-13 {
  min-height: 13px;
}

.min-height-14 {
  min-height: 14px;
}

.min-height-15 {
  min-height: 15px;
}

.min-height-16 {
  min-height: 16px;
}

.min-height-17 {
  min-height: 17px;
}

.min-height-18 {
  min-height: 18px;
}

.min-height-19 {
  min-height: 19px;
}

.min-height-20 {
  min-height: 20px;
}

.min-height-21 {
  min-height: 21px;
}

.min-height-22 {
  min-height: 22px;
}

.min-height-23 {
  min-height: 23px;
}

.min-height-24 {
  min-height: 24px;
}

.min-height-25 {
  min-height: 25px;
}

.min-height-26 {
  min-height: 26px;
}

.min-height-27 {
  min-height: 27px;
}

.min-height-28 {
  min-height: 28px;
}

.min-height-29 {
  min-height: 29px;
}

.min-height-30 {
  min-height: 30px;
}

.min-height-31 {
  min-height: 31px;
}

.min-height-32 {
  min-height: 32px;
}

.min-height-33 {
  min-height: 33px;
}

.min-height-34 {
  min-height: 34px;
}

.min-height-35 {
  min-height: 35px;
}

.min-height-36 {
  min-height: 36px;
}

.min-height-37 {
  min-height: 37px;
}

.min-height-38 {
  min-height: 38px;
}

.min-height-39 {
  min-height: 39px;
}

.min-height-40 {
  min-height: 40px;
}

.min-height-41 {
  min-height: 41px;
}

.min-height-42 {
  min-height: 42px;
}

.min-height-43 {
  min-height: 43px;
}

.min-height-44 {
  min-height: 44px;
}

.min-height-45 {
  min-height: 45px;
}

.min-height-46 {
  min-height: 46px;
}

.min-height-47 {
  min-height: 47px;
}

.min-height-48 {
  min-height: 48px;
}

.min-height-49 {
  min-height: 49px;
}

.min-height-50 {
  min-height: 50px;
}

.min-height-51 {
  min-height: 51px;
}

.min-height-52 {
  min-height: 52px;
}

.min-height-53 {
  min-height: 53px;
}

.min-height-54 {
  min-height: 54px;
}

.min-height-55 {
  min-height: 55px;
}

.min-height-56 {
  min-height: 56px;
}

.min-height-57 {
  min-height: 57px;
}

.min-height-58 {
  min-height: 58px;
}

.min-height-59 {
  min-height: 59px;
}

.min-height-60 {
  min-height: 60px;
}

.min-height-61 {
  min-height: 61px;
}

.min-height-62 {
  min-height: 62px;
}

.min-height-63 {
  min-height: 63px;
}

.min-height-64 {
  min-height: 64px;
}

.min-height-65 {
  min-height: 65px;
}

.min-height-66 {
  min-height: 66px;
}

.min-height-67 {
  min-height: 67px;
}

.min-height-68 {
  min-height: 68px;
}

.min-height-69 {
  min-height: 69px;
}

.min-height-70 {
  min-height: 70px;
}

.min-height-71 {
  min-height: 71px;
}

.min-height-72 {
  min-height: 72px;
}

.min-height-73 {
  min-height: 73px;
}

.min-height-74 {
  min-height: 74px;
}

.min-height-75 {
  min-height: 75px;
}

.min-height-76 {
  min-height: 76px;
}

.min-height-77 {
  min-height: 77px;
}

.min-height-78 {
  min-height: 78px;
}

.min-height-79 {
  min-height: 79px;
}

.min-height-80 {
  min-height: 80px;
}

.min-height-81 {
  min-height: 81px;
}

.min-height-82 {
  min-height: 82px;
}

.min-height-83 {
  min-height: 83px;
}

.min-height-84 {
  min-height: 84px;
}

.min-height-85 {
  min-height: 85px;
}

.min-height-86 {
  min-height: 86px;
}

.min-height-87 {
  min-height: 87px;
}

.min-height-88 {
  min-height: 88px;
}

.min-height-89 {
  min-height: 89px;
}

.min-height-90 {
  min-height: 90px;
}

.min-height-91 {
  min-height: 91px;
}

.min-height-92 {
  min-height: 92px;
}

.min-height-93 {
  min-height: 93px;
}

.min-height-94 {
  min-height: 94px;
}

.min-height-95 {
  min-height: 95px;
}

.min-height-96 {
  min-height: 96px;
}

.min-height-97 {
  min-height: 97px;
}

.min-height-98 {
  min-height: 98px;
}

.min-height-99 {
  min-height: 99px;
}

.min-height-100 {
  min-height: 100px;
}

.min-height-101 {
  min-height: 101px;
}

.min-height-102 {
  min-height: 102px;
}

.min-height-103 {
  min-height: 103px;
}

.min-height-104 {
  min-height: 104px;
}

.min-height-105 {
  min-height: 105px;
}

.min-height-106 {
  min-height: 106px;
}

.min-height-107 {
  min-height: 107px;
}

.min-height-108 {
  min-height: 108px;
}

.min-height-109 {
  min-height: 109px;
}

.min-height-110 {
  min-height: 110px;
}

.min-height-111 {
  min-height: 111px;
}

.min-height-112 {
  min-height: 112px;
}

.min-height-113 {
  min-height: 113px;
}

.min-height-114 {
  min-height: 114px;
}

.min-height-115 {
  min-height: 115px;
}

.min-height-116 {
  min-height: 116px;
}

.min-height-117 {
  min-height: 117px;
}

.min-height-118 {
  min-height: 118px;
}

.min-height-119 {
  min-height: 119px;
}

.min-height-120 {
  min-height: 120px;
}

.min-height-121 {
  min-height: 121px;
}

.min-height-122 {
  min-height: 122px;
}

.min-height-123 {
  min-height: 123px;
}

.min-height-124 {
  min-height: 124px;
}

.min-height-125 {
  min-height: 125px;
}

.min-height-126 {
  min-height: 126px;
}

.min-height-127 {
  min-height: 127px;
}

.min-height-128 {
  min-height: 128px;
}

.min-height-129 {
  min-height: 129px;
}

.min-height-130 {
  min-height: 130px;
}

.min-height-131 {
  min-height: 131px;
}

.min-height-132 {
  min-height: 132px;
}

.min-height-133 {
  min-height: 133px;
}

.min-height-134 {
  min-height: 134px;
}

.min-height-135 {
  min-height: 135px;
}

.min-height-136 {
  min-height: 136px;
}

.min-height-137 {
  min-height: 137px;
}

.min-height-138 {
  min-height: 138px;
}

.min-height-139 {
  min-height: 139px;
}

.min-height-140 {
  min-height: 140px;
}

.min-height-141 {
  min-height: 141px;
}

.min-height-142 {
  min-height: 142px;
}

.min-height-143 {
  min-height: 143px;
}

.min-height-144 {
  min-height: 144px;
}

.min-height-145 {
  min-height: 145px;
}

.min-height-146 {
  min-height: 146px;
}

.min-height-147 {
  min-height: 147px;
}

.min-height-148 {
  min-height: 148px;
}

.min-height-149 {
  min-height: 149px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-151 {
  min-height: 151px;
}

.min-height-152 {
  min-height: 152px;
}

.min-height-153 {
  min-height: 153px;
}

.min-height-154 {
  min-height: 154px;
}

.min-height-155 {
  min-height: 155px;
}

.min-height-156 {
  min-height: 156px;
}

.min-height-157 {
  min-height: 157px;
}

.min-height-158 {
  min-height: 158px;
}

.min-height-159 {
  min-height: 159px;
}

.min-height-160 {
  min-height: 160px;
}

.min-height-161 {
  min-height: 161px;
}

.min-height-162 {
  min-height: 162px;
}

.min-height-163 {
  min-height: 163px;
}

.min-height-164 {
  min-height: 164px;
}

.min-height-165 {
  min-height: 165px;
}

.min-height-166 {
  min-height: 166px;
}

.min-height-167 {
  min-height: 167px;
}

.min-height-168 {
  min-height: 168px;
}

.min-height-169 {
  min-height: 169px;
}

.min-height-170 {
  min-height: 170px;
}

.min-height-171 {
  min-height: 171px;
}

.min-height-172 {
  min-height: 172px;
}

.min-height-173 {
  min-height: 173px;
}

.min-height-174 {
  min-height: 174px;
}

.min-height-175 {
  min-height: 175px;
}

.min-height-176 {
  min-height: 176px;
}

.min-height-177 {
  min-height: 177px;
}

.min-height-178 {
  min-height: 178px;
}

.min-height-179 {
  min-height: 179px;
}

.min-height-180 {
  min-height: 180px;
}

.min-height-181 {
  min-height: 181px;
}

.min-height-182 {
  min-height: 182px;
}

.min-height-183 {
  min-height: 183px;
}

.min-height-184 {
  min-height: 184px;
}

.min-height-185 {
  min-height: 185px;
}

.min-height-186 {
  min-height: 186px;
}

.min-height-187 {
  min-height: 187px;
}

.min-height-188 {
  min-height: 188px;
}

.min-height-189 {
  min-height: 189px;
}

.min-height-190 {
  min-height: 190px;
}

.min-height-191 {
  min-height: 191px;
}

.min-height-192 {
  min-height: 192px;
}

.min-height-193 {
  min-height: 193px;
}

.min-height-194 {
  min-height: 194px;
}

.min-height-195 {
  min-height: 195px;
}

.min-height-196 {
  min-height: 196px;
}

.min-height-197 {
  min-height: 197px;
}

.min-height-198 {
  min-height: 198px;
}

.min-height-199 {
  min-height: 199px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-201 {
  min-height: 201px;
}

.min-height-202 {
  min-height: 202px;
}

.min-height-203 {
  min-height: 203px;
}

.min-height-204 {
  min-height: 204px;
}

.min-height-205 {
  min-height: 205px;
}

.min-height-206 {
  min-height: 206px;
}

.min-height-207 {
  min-height: 207px;
}

.min-height-208 {
  min-height: 208px;
}

.min-height-209 {
  min-height: 209px;
}

.min-height-210 {
  min-height: 210px;
}

.min-height-211 {
  min-height: 211px;
}

.min-height-212 {
  min-height: 212px;
}

.min-height-213 {
  min-height: 213px;
}

.min-height-214 {
  min-height: 214px;
}

.min-height-215 {
  min-height: 215px;
}

.min-height-216 {
  min-height: 216px;
}

.min-height-217 {
  min-height: 217px;
}

.min-height-218 {
  min-height: 218px;
}

.min-height-219 {
  min-height: 219px;
}

.min-height-220 {
  min-height: 220px;
}

.min-height-221 {
  min-height: 221px;
}

.min-height-222 {
  min-height: 222px;
}

.min-height-223 {
  min-height: 223px;
}

.min-height-224 {
  min-height: 224px;
}

.min-height-225 {
  min-height: 225px;
}

.min-height-226 {
  min-height: 226px;
}

.min-height-227 {
  min-height: 227px;
}

.min-height-228 {
  min-height: 228px;
}

.min-height-229 {
  min-height: 229px;
}

.min-height-230 {
  min-height: 230px;
}

.min-height-231 {
  min-height: 231px;
}

.min-height-232 {
  min-height: 232px;
}

.min-height-233 {
  min-height: 233px;
}

.min-height-234 {
  min-height: 234px;
}

.min-height-235 {
  min-height: 235px;
}

.min-height-236 {
  min-height: 236px;
}

.min-height-237 {
  min-height: 237px;
}

.min-height-238 {
  min-height: 238px;
}

.min-height-239 {
  min-height: 239px;
}

.min-height-240 {
  min-height: 240px;
}

.min-height-241 {
  min-height: 241px;
}

.min-height-242 {
  min-height: 242px;
}

.min-height-243 {
  min-height: 243px;
}

.min-height-244 {
  min-height: 244px;
}

.min-height-245 {
  min-height: 245px;
}

.min-height-246 {
  min-height: 246px;
}

.min-height-247 {
  min-height: 247px;
}

.min-height-248 {
  min-height: 248px;
}

.min-height-249 {
  min-height: 249px;
}

.min-height-250 {
  min-height: 250px;
}

.min-height-251 {
  min-height: 251px;
}

.min-height-252 {
  min-height: 252px;
}

.min-height-253 {
  min-height: 253px;
}

.min-height-254 {
  min-height: 254px;
}

.min-height-255 {
  min-height: 255px;
}

.min-height-256 {
  min-height: 256px;
}

.min-height-257 {
  min-height: 257px;
}

.min-height-258 {
  min-height: 258px;
}

.min-height-259 {
  min-height: 259px;
}

.min-height-260 {
  min-height: 260px;
}

.min-height-261 {
  min-height: 261px;
}

.min-height-262 {
  min-height: 262px;
}

.min-height-263 {
  min-height: 263px;
}

.min-height-264 {
  min-height: 264px;
}

.min-height-265 {
  min-height: 265px;
}

.min-height-266 {
  min-height: 266px;
}

.min-height-267 {
  min-height: 267px;
}

.min-height-268 {
  min-height: 268px;
}

.min-height-269 {
  min-height: 269px;
}

.min-height-270 {
  min-height: 270px;
}

.min-height-271 {
  min-height: 271px;
}

.min-height-272 {
  min-height: 272px;
}

.min-height-273 {
  min-height: 273px;
}

.min-height-274 {
  min-height: 274px;
}

.min-height-275 {
  min-height: 275px;
}

.min-height-276 {
  min-height: 276px;
}

.min-height-277 {
  min-height: 277px;
}

.min-height-278 {
  min-height: 278px;
}

.min-height-279 {
  min-height: 279px;
}

.min-height-280 {
  min-height: 280px;
}

.min-height-281 {
  min-height: 281px;
}

.min-height-282 {
  min-height: 282px;
}

.min-height-283 {
  min-height: 283px;
}

.min-height-284 {
  min-height: 284px;
}

.min-height-285 {
  min-height: 285px;
}

.min-height-286 {
  min-height: 286px;
}

.min-height-287 {
  min-height: 287px;
}

.min-height-288 {
  min-height: 288px;
}

.min-height-289 {
  min-height: 289px;
}

.min-height-290 {
  min-height: 290px;
}

.min-height-291 {
  min-height: 291px;
}

.min-height-292 {
  min-height: 292px;
}

.min-height-293 {
  min-height: 293px;
}

.min-height-294 {
  min-height: 294px;
}

.min-height-295 {
  min-height: 295px;
}

.min-height-296 {
  min-height: 296px;
}

.min-height-297 {
  min-height: 297px;
}

.min-height-298 {
  min-height: 298px;
}

.min-height-299 {
  min-height: 299px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-301 {
  min-height: 301px;
}

.min-height-302 {
  min-height: 302px;
}

.min-height-303 {
  min-height: 303px;
}

.min-height-304 {
  min-height: 304px;
}

.min-height-305 {
  min-height: 305px;
}

.min-height-306 {
  min-height: 306px;
}

.min-height-307 {
  min-height: 307px;
}

.min-height-308 {
  min-height: 308px;
}

.min-height-309 {
  min-height: 309px;
}

.min-height-310 {
  min-height: 310px;
}

.min-height-311 {
  min-height: 311px;
}

.min-height-312 {
  min-height: 312px;
}

.min-height-313 {
  min-height: 313px;
}

.min-height-314 {
  min-height: 314px;
}

.min-height-315 {
  min-height: 315px;
}

.min-height-316 {
  min-height: 316px;
}

.min-height-317 {
  min-height: 317px;
}

.min-height-318 {
  min-height: 318px;
}

.min-height-319 {
  min-height: 319px;
}

.min-height-320 {
  min-height: 320px;
}

.min-height-321 {
  min-height: 321px;
}

.min-height-322 {
  min-height: 322px;
}

.min-height-323 {
  min-height: 323px;
}

.min-height-324 {
  min-height: 324px;
}

.min-height-325 {
  min-height: 325px;
}

.min-height-326 {
  min-height: 326px;
}

.min-height-327 {
  min-height: 327px;
}

.min-height-328 {
  min-height: 328px;
}

.min-height-329 {
  min-height: 329px;
}

.min-height-330 {
  min-height: 330px;
}

.min-height-331 {
  min-height: 331px;
}

.min-height-332 {
  min-height: 332px;
}

.min-height-333 {
  min-height: 333px;
}

.min-height-334 {
  min-height: 334px;
}

.min-height-335 {
  min-height: 335px;
}

.min-height-336 {
  min-height: 336px;
}

.min-height-337 {
  min-height: 337px;
}

.min-height-338 {
  min-height: 338px;
}

.min-height-339 {
  min-height: 339px;
}

.min-height-340 {
  min-height: 340px;
}

.min-height-341 {
  min-height: 341px;
}

.min-height-342 {
  min-height: 342px;
}

.min-height-343 {
  min-height: 343px;
}

.min-height-344 {
  min-height: 344px;
}

.min-height-345 {
  min-height: 345px;
}

.min-height-346 {
  min-height: 346px;
}

.min-height-347 {
  min-height: 347px;
}

.min-height-348 {
  min-height: 348px;
}

.min-height-349 {
  min-height: 349px;
}

.min-height-350 {
  min-height: 350px;
}

.min-height-351 {
  min-height: 351px;
}

.min-height-352 {
  min-height: 352px;
}

.min-height-353 {
  min-height: 353px;
}

.min-height-354 {
  min-height: 354px;
}

.min-height-355 {
  min-height: 355px;
}

.min-height-356 {
  min-height: 356px;
}

.min-height-357 {
  min-height: 357px;
}

.min-height-358 {
  min-height: 358px;
}

.min-height-359 {
  min-height: 359px;
}

.min-height-360 {
  min-height: 360px;
}

.min-height-361 {
  min-height: 361px;
}

.min-height-362 {
  min-height: 362px;
}

.min-height-363 {
  min-height: 363px;
}

.min-height-364 {
  min-height: 364px;
}

.min-height-365 {
  min-height: 365px;
}

.min-height-366 {
  min-height: 366px;
}

.min-height-367 {
  min-height: 367px;
}

.min-height-368 {
  min-height: 368px;
}

.min-height-369 {
  min-height: 369px;
}

.min-height-370 {
  min-height: 370px;
}

.min-height-371 {
  min-height: 371px;
}

.min-height-372 {
  min-height: 372px;
}

.min-height-373 {
  min-height: 373px;
}

.min-height-374 {
  min-height: 374px;
}

.min-height-375 {
  min-height: 375px;
}

.min-height-376 {
  min-height: 376px;
}

.min-height-377 {
  min-height: 377px;
}

.min-height-378 {
  min-height: 378px;
}

.min-height-379 {
  min-height: 379px;
}

.min-height-380 {
  min-height: 380px;
}

.min-height-381 {
  min-height: 381px;
}

.min-height-382 {
  min-height: 382px;
}

.min-height-383 {
  min-height: 383px;
}

.min-height-384 {
  min-height: 384px;
}

.min-height-385 {
  min-height: 385px;
}

.min-height-386 {
  min-height: 386px;
}

.min-height-387 {
  min-height: 387px;
}

.min-height-388 {
  min-height: 388px;
}

.min-height-389 {
  min-height: 389px;
}

.min-height-390 {
  min-height: 390px;
}

.min-height-391 {
  min-height: 391px;
}

.min-height-392 {
  min-height: 392px;
}

.min-height-393 {
  min-height: 393px;
}

.min-height-394 {
  min-height: 394px;
}

.min-height-395 {
  min-height: 395px;
}

.min-height-396 {
  min-height: 396px;
}

.min-height-397 {
  min-height: 397px;
}

.min-height-398 {
  min-height: 398px;
}

.min-height-399 {
  min-height: 399px;
}

.min-height-400 {
  min-height: 400px;
}

.min-height-401 {
  min-height: 401px;
}

.min-height-402 {
  min-height: 402px;
}

.min-height-403 {
  min-height: 403px;
}

.min-height-404 {
  min-height: 404px;
}

.min-height-405 {
  min-height: 405px;
}

.min-height-406 {
  min-height: 406px;
}

.min-height-407 {
  min-height: 407px;
}

.min-height-408 {
  min-height: 408px;
}

.min-height-409 {
  min-height: 409px;
}

.min-height-410 {
  min-height: 410px;
}

.min-height-411 {
  min-height: 411px;
}

.min-height-412 {
  min-height: 412px;
}

.min-height-413 {
  min-height: 413px;
}

.min-height-414 {
  min-height: 414px;
}

.min-height-415 {
  min-height: 415px;
}

.min-height-416 {
  min-height: 416px;
}

.min-height-417 {
  min-height: 417px;
}

.min-height-418 {
  min-height: 418px;
}

.min-height-419 {
  min-height: 419px;
}

.min-height-420 {
  min-height: 420px;
}

.min-height-421 {
  min-height: 421px;
}

.min-height-422 {
  min-height: 422px;
}

.min-height-423 {
  min-height: 423px;
}

.min-height-424 {
  min-height: 424px;
}

.min-height-425 {
  min-height: 425px;
}

.min-height-426 {
  min-height: 426px;
}

.min-height-427 {
  min-height: 427px;
}

.min-height-428 {
  min-height: 428px;
}

.min-height-429 {
  min-height: 429px;
}

.min-height-430 {
  min-height: 430px;
}

.min-height-431 {
  min-height: 431px;
}

.min-height-432 {
  min-height: 432px;
}

.min-height-433 {
  min-height: 433px;
}

.min-height-434 {
  min-height: 434px;
}

.min-height-435 {
  min-height: 435px;
}

.min-height-436 {
  min-height: 436px;
}

.min-height-437 {
  min-height: 437px;
}

.min-height-438 {
  min-height: 438px;
}

.min-height-439 {
  min-height: 439px;
}

.min-height-440 {
  min-height: 440px;
}

.min-height-441 {
  min-height: 441px;
}

.min-height-442 {
  min-height: 442px;
}

.min-height-443 {
  min-height: 443px;
}

.min-height-444 {
  min-height: 444px;
}

.min-height-445 {
  min-height: 445px;
}

.min-height-446 {
  min-height: 446px;
}

.min-height-447 {
  min-height: 447px;
}

.min-height-448 {
  min-height: 448px;
}

.min-height-449 {
  min-height: 449px;
}

.min-height-450 {
  min-height: 450px;
}

.min-height-451 {
  min-height: 451px;
}

.min-height-452 {
  min-height: 452px;
}

.min-height-453 {
  min-height: 453px;
}

.min-height-454 {
  min-height: 454px;
}

.min-height-455 {
  min-height: 455px;
}

.min-height-456 {
  min-height: 456px;
}

.min-height-457 {
  min-height: 457px;
}

.min-height-458 {
  min-height: 458px;
}

.min-height-459 {
  min-height: 459px;
}

.min-height-460 {
  min-height: 460px;
}

.min-height-461 {
  min-height: 461px;
}

.min-height-462 {
  min-height: 462px;
}

.min-height-463 {
  min-height: 463px;
}

.min-height-464 {
  min-height: 464px;
}

.min-height-465 {
  min-height: 465px;
}

.min-height-466 {
  min-height: 466px;
}

.min-height-467 {
  min-height: 467px;
}

.min-height-468 {
  min-height: 468px;
}

.min-height-469 {
  min-height: 469px;
}

.min-height-470 {
  min-height: 470px;
}

.min-height-471 {
  min-height: 471px;
}

.min-height-472 {
  min-height: 472px;
}

.min-height-473 {
  min-height: 473px;
}

.min-height-474 {
  min-height: 474px;
}

.min-height-475 {
  min-height: 475px;
}

.min-height-476 {
  min-height: 476px;
}

.min-height-477 {
  min-height: 477px;
}

.min-height-478 {
  min-height: 478px;
}

.min-height-479 {
  min-height: 479px;
}

.min-height-480 {
  min-height: 480px;
}

.min-height-481 {
  min-height: 481px;
}

.min-height-482 {
  min-height: 482px;
}

.min-height-483 {
  min-height: 483px;
}

.min-height-484 {
  min-height: 484px;
}

.min-height-485 {
  min-height: 485px;
}

.min-height-486 {
  min-height: 486px;
}

.min-height-487 {
  min-height: 487px;
}

.min-height-488 {
  min-height: 488px;
}

.min-height-489 {
  min-height: 489px;
}

.min-height-490 {
  min-height: 490px;
}

.min-height-491 {
  min-height: 491px;
}

.min-height-492 {
  min-height: 492px;
}

.min-height-493 {
  min-height: 493px;
}

.min-height-494 {
  min-height: 494px;
}

.min-height-495 {
  min-height: 495px;
}

.min-height-496 {
  min-height: 496px;
}

.min-height-497 {
  min-height: 497px;
}

.min-height-498 {
  min-height: 498px;
}

.min-height-499 {
  min-height: 499px;
}

.min-height-500 {
  min-height: 500px;
}

.min-height-501 {
  min-height: 501px;
}

.min-height-502 {
  min-height: 502px;
}

.min-height-503 {
  min-height: 503px;
}

.min-height-504 {
  min-height: 504px;
}

.min-height-505 {
  min-height: 505px;
}

.min-height-506 {
  min-height: 506px;
}

.min-height-507 {
  min-height: 507px;
}

.min-height-508 {
  min-height: 508px;
}

.min-height-509 {
  min-height: 509px;
}

.min-height-510 {
  min-height: 510px;
}

.min-height-511 {
  min-height: 511px;
}

.min-height-512 {
  min-height: 512px;
}

.min-height-513 {
  min-height: 513px;
}

.min-height-514 {
  min-height: 514px;
}

.min-height-515 {
  min-height: 515px;
}

.min-height-516 {
  min-height: 516px;
}

.min-height-517 {
  min-height: 517px;
}

.min-height-518 {
  min-height: 518px;
}

.min-height-519 {
  min-height: 519px;
}

.min-height-520 {
  min-height: 520px;
}

.min-height-521 {
  min-height: 521px;
}

.min-height-522 {
  min-height: 522px;
}

.min-height-523 {
  min-height: 523px;
}

.min-height-524 {
  min-height: 524px;
}

.min-height-525 {
  min-height: 525px;
}

.min-height-526 {
  min-height: 526px;
}

.min-height-527 {
  min-height: 527px;
}

.min-height-528 {
  min-height: 528px;
}

.min-height-529 {
  min-height: 529px;
}

.min-height-530 {
  min-height: 530px;
}

.min-height-531 {
  min-height: 531px;
}

.min-height-532 {
  min-height: 532px;
}

.min-height-533 {
  min-height: 533px;
}

.min-height-534 {
  min-height: 534px;
}

.min-height-535 {
  min-height: 535px;
}

.min-height-536 {
  min-height: 536px;
}

.min-height-537 {
  min-height: 537px;
}

.min-height-538 {
  min-height: 538px;
}

.min-height-539 {
  min-height: 539px;
}

.min-height-540 {
  min-height: 540px;
}

.min-height-541 {
  min-height: 541px;
}

.min-height-542 {
  min-height: 542px;
}

.min-height-543 {
  min-height: 543px;
}

.min-height-544 {
  min-height: 544px;
}

.min-height-545 {
  min-height: 545px;
}

.min-height-546 {
  min-height: 546px;
}

.min-height-547 {
  min-height: 547px;
}

.min-height-548 {
  min-height: 548px;
}

.min-height-549 {
  min-height: 549px;
}

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

.min-height-551 {
  min-height: 551px;
}

.min-height-552 {
  min-height: 552px;
}

.min-height-553 {
  min-height: 553px;
}

.min-height-554 {
  min-height: 554px;
}

.min-height-555 {
  min-height: 555px;
}

.min-height-556 {
  min-height: 556px;
}

.min-height-557 {
  min-height: 557px;
}

.min-height-558 {
  min-height: 558px;
}

.min-height-559 {
  min-height: 559px;
}

.min-height-560 {
  min-height: 560px;
}

.min-height-561 {
  min-height: 561px;
}

.min-height-562 {
  min-height: 562px;
}

.min-height-563 {
  min-height: 563px;
}

.min-height-564 {
  min-height: 564px;
}

.min-height-565 {
  min-height: 565px;
}

.min-height-566 {
  min-height: 566px;
}

.min-height-567 {
  min-height: 567px;
}

.min-height-568 {
  min-height: 568px;
}

.min-height-569 {
  min-height: 569px;
}

.min-height-570 {
  min-height: 570px;
}

.min-height-571 {
  min-height: 571px;
}

.min-height-572 {
  min-height: 572px;
}

.min-height-573 {
  min-height: 573px;
}

.min-height-574 {
  min-height: 574px;
}

.min-height-575 {
  min-height: 575px;
}

.min-height-576 {
  min-height: 576px;
}

.min-height-577 {
  min-height: 577px;
}

.min-height-578 {
  min-height: 578px;
}

.min-height-579 {
  min-height: 579px;
}

.min-height-580 {
  min-height: 580px;
}

.min-height-581 {
  min-height: 581px;
}

.min-height-582 {
  min-height: 582px;
}

.min-height-583 {
  min-height: 583px;
}

.min-height-584 {
  min-height: 584px;
}

.min-height-585 {
  min-height: 585px;
}

.min-height-586 {
  min-height: 586px;
}

.min-height-587 {
  min-height: 587px;
}

.min-height-588 {
  min-height: 588px;
}

.min-height-589 {
  min-height: 589px;
}

.min-height-590 {
  min-height: 590px;
}

.min-height-591 {
  min-height: 591px;
}

.min-height-592 {
  min-height: 592px;
}

.min-height-593 {
  min-height: 593px;
}

.min-height-594 {
  min-height: 594px;
}

.min-height-595 {
  min-height: 595px;
}

.min-height-596 {
  min-height: 596px;
}

.min-height-597 {
  min-height: 597px;
}

.min-height-598 {
  min-height: 598px;
}

.min-height-599 {
  min-height: 599px;
}

.min-height-600 {
  min-height: 600px;
}

.min-height-601 {
  min-height: 601px;
}

.min-height-602 {
  min-height: 602px;
}

.min-height-603 {
  min-height: 603px;
}

.min-height-604 {
  min-height: 604px;
}

.min-height-605 {
  min-height: 605px;
}

.min-height-606 {
  min-height: 606px;
}

.min-height-607 {
  min-height: 607px;
}

.min-height-608 {
  min-height: 608px;
}

.min-height-609 {
  min-height: 609px;
}

.min-height-610 {
  min-height: 610px;
}

.min-height-611 {
  min-height: 611px;
}

.min-height-612 {
  min-height: 612px;
}

.min-height-613 {
  min-height: 613px;
}

.min-height-614 {
  min-height: 614px;
}

.min-height-615 {
  min-height: 615px;
}

.min-height-616 {
  min-height: 616px;
}

.min-height-617 {
  min-height: 617px;
}

.min-height-618 {
  min-height: 618px;
}

.min-height-619 {
  min-height: 619px;
}

.min-height-620 {
  min-height: 620px;
}

.min-height-621 {
  min-height: 621px;
}

.min-height-622 {
  min-height: 622px;
}

.min-height-623 {
  min-height: 623px;
}

.min-height-624 {
  min-height: 624px;
}

.min-height-625 {
  min-height: 625px;
}

.min-height-626 {
  min-height: 626px;
}

.min-height-627 {
  min-height: 627px;
}

.min-height-628 {
  min-height: 628px;
}

.min-height-629 {
  min-height: 629px;
}

.min-height-630 {
  min-height: 630px;
}

.min-height-631 {
  min-height: 631px;
}

.min-height-632 {
  min-height: 632px;
}

.min-height-633 {
  min-height: 633px;
}

.min-height-634 {
  min-height: 634px;
}

.min-height-635 {
  min-height: 635px;
}

.min-height-636 {
  min-height: 636px;
}

.min-height-637 {
  min-height: 637px;
}

.min-height-638 {
  min-height: 638px;
}

.min-height-639 {
  min-height: 639px;
}

.min-height-640 {
  min-height: 640px;
}

.min-height-641 {
  min-height: 641px;
}

.min-height-642 {
  min-height: 642px;
}

.min-height-643 {
  min-height: 643px;
}

.min-height-644 {
  min-height: 644px;
}

.min-height-645 {
  min-height: 645px;
}

.min-height-646 {
  min-height: 646px;
}

.min-height-647 {
  min-height: 647px;
}

.min-height-648 {
  min-height: 648px;
}

.min-height-649 {
  min-height: 649px;
}

.min-height-650 {
  min-height: 650px;
}

.min-height-651 {
  min-height: 651px;
}

.min-height-652 {
  min-height: 652px;
}

.min-height-653 {
  min-height: 653px;
}

.min-height-654 {
  min-height: 654px;
}

.min-height-655 {
  min-height: 655px;
}

.min-height-656 {
  min-height: 656px;
}

.min-height-657 {
  min-height: 657px;
}

.min-height-658 {
  min-height: 658px;
}

.min-height-659 {
  min-height: 659px;
}

.min-height-660 {
  min-height: 660px;
}

.min-height-661 {
  min-height: 661px;
}

.min-height-662 {
  min-height: 662px;
}

.min-height-663 {
  min-height: 663px;
}

.min-height-664 {
  min-height: 664px;
}

.min-height-665 {
  min-height: 665px;
}

.min-height-666 {
  min-height: 666px;
}

.min-height-667 {
  min-height: 667px;
}

.min-height-668 {
  min-height: 668px;
}

.min-height-669 {
  min-height: 669px;
}

.min-height-670 {
  min-height: 670px;
}

.min-height-671 {
  min-height: 671px;
}

.min-height-672 {
  min-height: 672px;
}

.min-height-673 {
  min-height: 673px;
}

.min-height-674 {
  min-height: 674px;
}

.min-height-675 {
  min-height: 675px;
}

.min-height-676 {
  min-height: 676px;
}

.min-height-677 {
  min-height: 677px;
}

.min-height-678 {
  min-height: 678px;
}

.min-height-679 {
  min-height: 679px;
}

.min-height-680 {
  min-height: 680px;
}

.min-height-681 {
  min-height: 681px;
}

.min-height-682 {
  min-height: 682px;
}

.min-height-683 {
  min-height: 683px;
}

.min-height-684 {
  min-height: 684px;
}

.min-height-685 {
  min-height: 685px;
}

.min-height-686 {
  min-height: 686px;
}

.min-height-687 {
  min-height: 687px;
}

.min-height-688 {
  min-height: 688px;
}

.min-height-689 {
  min-height: 689px;
}

.min-height-690 {
  min-height: 690px;
}

.min-height-691 {
  min-height: 691px;
}

.min-height-692 {
  min-height: 692px;
}

.min-height-693 {
  min-height: 693px;
}

.min-height-694 {
  min-height: 694px;
}

.min-height-695 {
  min-height: 695px;
}

.min-height-696 {
  min-height: 696px;
}

.min-height-697 {
  min-height: 697px;
}

.min-height-698 {
  min-height: 698px;
}

.min-height-699 {
  min-height: 699px;
}

.min-height-700 {
  min-height: 700px;
}

.min-height-701 {
  min-height: 701px;
}

.min-height-702 {
  min-height: 702px;
}

.min-height-703 {
  min-height: 703px;
}

.min-height-704 {
  min-height: 704px;
}

.min-height-705 {
  min-height: 705px;
}

.min-height-706 {
  min-height: 706px;
}

.min-height-707 {
  min-height: 707px;
}

.min-height-708 {
  min-height: 708px;
}

.min-height-709 {
  min-height: 709px;
}

.min-height-710 {
  min-height: 710px;
}

.min-height-711 {
  min-height: 711px;
}

.min-height-712 {
  min-height: 712px;
}

.min-height-713 {
  min-height: 713px;
}

.min-height-714 {
  min-height: 714px;
}

.min-height-715 {
  min-height: 715px;
}

.min-height-716 {
  min-height: 716px;
}

.min-height-717 {
  min-height: 717px;
}

.min-height-718 {
  min-height: 718px;
}

.min-height-719 {
  min-height: 719px;
}

.min-height-720 {
  min-height: 720px;
}

.min-height-721 {
  min-height: 721px;
}

.min-height-722 {
  min-height: 722px;
}

.min-height-723 {
  min-height: 723px;
}

.min-height-724 {
  min-height: 724px;
}

.min-height-725 {
  min-height: 725px;
}

.min-height-726 {
  min-height: 726px;
}

.min-height-727 {
  min-height: 727px;
}

.min-height-728 {
  min-height: 728px;
}

.min-height-729 {
  min-height: 729px;
}

.min-height-730 {
  min-height: 730px;
}

.min-height-731 {
  min-height: 731px;
}

.min-height-732 {
  min-height: 732px;
}

.min-height-733 {
  min-height: 733px;
}

.min-height-734 {
  min-height: 734px;
}

.min-height-735 {
  min-height: 735px;
}

.min-height-736 {
  min-height: 736px;
}

.min-height-737 {
  min-height: 737px;
}

.min-height-738 {
  min-height: 738px;
}

.min-height-739 {
  min-height: 739px;
}

.min-height-740 {
  min-height: 740px;
}

.min-height-741 {
  min-height: 741px;
}

.min-height-742 {
  min-height: 742px;
}

.min-height-743 {
  min-height: 743px;
}

.min-height-744 {
  min-height: 744px;
}

.min-height-745 {
  min-height: 745px;
}

.min-height-746 {
  min-height: 746px;
}

.min-height-747 {
  min-height: 747px;
}

.min-height-748 {
  min-height: 748px;
}

.min-height-749 {
  min-height: 749px;
}

.min-height-750 {
  min-height: 750px;
}

.min-height-751 {
  min-height: 751px;
}

.min-height-752 {
  min-height: 752px;
}

.min-height-753 {
  min-height: 753px;
}

.min-height-754 {
  min-height: 754px;
}

.min-height-755 {
  min-height: 755px;
}

.min-height-756 {
  min-height: 756px;
}

.min-height-757 {
  min-height: 757px;
}

.min-height-758 {
  min-height: 758px;
}

.min-height-759 {
  min-height: 759px;
}

.min-height-760 {
  min-height: 760px;
}

.min-height-761 {
  min-height: 761px;
}

.min-height-762 {
  min-height: 762px;
}

.min-height-763 {
  min-height: 763px;
}

.min-height-764 {
  min-height: 764px;
}

.min-height-765 {
  min-height: 765px;
}

.min-height-766 {
  min-height: 766px;
}

.min-height-767 {
  min-height: 767px;
}

.min-height-768 {
  min-height: 768px;
}

.min-height-769 {
  min-height: 769px;
}

.min-height-770 {
  min-height: 770px;
}

.min-height-771 {
  min-height: 771px;
}

.min-height-772 {
  min-height: 772px;
}

.min-height-773 {
  min-height: 773px;
}

.min-height-774 {
  min-height: 774px;
}

.min-height-775 {
  min-height: 775px;
}

.min-height-776 {
  min-height: 776px;
}

.min-height-777 {
  min-height: 777px;
}

.min-height-778 {
  min-height: 778px;
}

.min-height-779 {
  min-height: 779px;
}

.min-height-780 {
  min-height: 780px;
}

.min-height-781 {
  min-height: 781px;
}

.min-height-782 {
  min-height: 782px;
}

.min-height-783 {
  min-height: 783px;
}

.min-height-784 {
  min-height: 784px;
}

.min-height-785 {
  min-height: 785px;
}

.min-height-786 {
  min-height: 786px;
}

.min-height-787 {
  min-height: 787px;
}

.min-height-788 {
  min-height: 788px;
}

.min-height-789 {
  min-height: 789px;
}

.min-height-790 {
  min-height: 790px;
}

.min-height-791 {
  min-height: 791px;
}

.min-height-792 {
  min-height: 792px;
}

.min-height-793 {
  min-height: 793px;
}

.min-height-794 {
  min-height: 794px;
}

.min-height-795 {
  min-height: 795px;
}

.min-height-796 {
  min-height: 796px;
}

.min-height-797 {
  min-height: 797px;
}

.min-height-798 {
  min-height: 798px;
}

.min-height-799 {
  min-height: 799px;
}

.min-height-800 {
  min-height: 800px;
}

.min-height-801 {
  min-height: 801px;
}

.min-height-802 {
  min-height: 802px;
}

.min-height-803 {
  min-height: 803px;
}

.min-height-804 {
  min-height: 804px;
}

.min-height-805 {
  min-height: 805px;
}

.min-height-806 {
  min-height: 806px;
}

.min-height-807 {
  min-height: 807px;
}

.min-height-808 {
  min-height: 808px;
}

.min-height-809 {
  min-height: 809px;
}

.min-height-810 {
  min-height: 810px;
}

.min-height-811 {
  min-height: 811px;
}

.min-height-812 {
  min-height: 812px;
}

.min-height-813 {
  min-height: 813px;
}

.min-height-814 {
  min-height: 814px;
}

.min-height-815 {
  min-height: 815px;
}

.min-height-816 {
  min-height: 816px;
}

.min-height-817 {
  min-height: 817px;
}

.min-height-818 {
  min-height: 818px;
}

.min-height-819 {
  min-height: 819px;
}

.min-height-820 {
  min-height: 820px;
}

.min-height-821 {
  min-height: 821px;
}

.min-height-822 {
  min-height: 822px;
}

.min-height-823 {
  min-height: 823px;
}

.min-height-824 {
  min-height: 824px;
}

.min-height-825 {
  min-height: 825px;
}

.min-height-826 {
  min-height: 826px;
}

.min-height-827 {
  min-height: 827px;
}

.min-height-828 {
  min-height: 828px;
}

.min-height-829 {
  min-height: 829px;
}

.min-height-830 {
  min-height: 830px;
}

.min-height-831 {
  min-height: 831px;
}

.min-height-832 {
  min-height: 832px;
}

.min-height-833 {
  min-height: 833px;
}

.min-height-834 {
  min-height: 834px;
}

.min-height-835 {
  min-height: 835px;
}

.min-height-836 {
  min-height: 836px;
}

.min-height-837 {
  min-height: 837px;
}

.min-height-838 {
  min-height: 838px;
}

.min-height-839 {
  min-height: 839px;
}

.min-height-840 {
  min-height: 840px;
}

.min-height-841 {
  min-height: 841px;
}

.min-height-842 {
  min-height: 842px;
}

.min-height-843 {
  min-height: 843px;
}

.min-height-844 {
  min-height: 844px;
}

.min-height-845 {
  min-height: 845px;
}

.min-height-846 {
  min-height: 846px;
}

.min-height-847 {
  min-height: 847px;
}

.min-height-848 {
  min-height: 848px;
}

.min-height-849 {
  min-height: 849px;
}

.min-height-850 {
  min-height: 850px;
}

.min-height-851 {
  min-height: 851px;
}

.min-height-852 {
  min-height: 852px;
}

.min-height-853 {
  min-height: 853px;
}

.min-height-854 {
  min-height: 854px;
}

.min-height-855 {
  min-height: 855px;
}

.min-height-856 {
  min-height: 856px;
}

.min-height-857 {
  min-height: 857px;
}

.min-height-858 {
  min-height: 858px;
}

.min-height-859 {
  min-height: 859px;
}

.min-height-860 {
  min-height: 860px;
}

.min-height-861 {
  min-height: 861px;
}

.min-height-862 {
  min-height: 862px;
}

.min-height-863 {
  min-height: 863px;
}

.min-height-864 {
  min-height: 864px;
}

.min-height-865 {
  min-height: 865px;
}

.min-height-866 {
  min-height: 866px;
}

.min-height-867 {
  min-height: 867px;
}

.min-height-868 {
  min-height: 868px;
}

.min-height-869 {
  min-height: 869px;
}

.min-height-870 {
  min-height: 870px;
}

.min-height-871 {
  min-height: 871px;
}

.min-height-872 {
  min-height: 872px;
}

.min-height-873 {
  min-height: 873px;
}

.min-height-874 {
  min-height: 874px;
}

.min-height-875 {
  min-height: 875px;
}

.min-height-876 {
  min-height: 876px;
}

.min-height-877 {
  min-height: 877px;
}

.min-height-878 {
  min-height: 878px;
}

.min-height-879 {
  min-height: 879px;
}

.min-height-880 {
  min-height: 880px;
}

.min-height-881 {
  min-height: 881px;
}

.min-height-882 {
  min-height: 882px;
}

.min-height-883 {
  min-height: 883px;
}

.min-height-884 {
  min-height: 884px;
}

.min-height-885 {
  min-height: 885px;
}

.min-height-886 {
  min-height: 886px;
}

.min-height-887 {
  min-height: 887px;
}

.min-height-888 {
  min-height: 888px;
}

.min-height-889 {
  min-height: 889px;
}

.min-height-890 {
  min-height: 890px;
}

.min-height-891 {
  min-height: 891px;
}

.min-height-892 {
  min-height: 892px;
}

.min-height-893 {
  min-height: 893px;
}

.min-height-894 {
  min-height: 894px;
}

.min-height-895 {
  min-height: 895px;
}

.min-height-896 {
  min-height: 896px;
}

.min-height-897 {
  min-height: 897px;
}

.min-height-898 {
  min-height: 898px;
}

.min-height-899 {
  min-height: 899px;
}

.min-height-900 {
  min-height: 900px;
}

.min-height-901 {
  min-height: 901px;
}

.min-height-902 {
  min-height: 902px;
}

.min-height-903 {
  min-height: 903px;
}

.min-height-904 {
  min-height: 904px;
}

.min-height-905 {
  min-height: 905px;
}

.min-height-906 {
  min-height: 906px;
}

.min-height-907 {
  min-height: 907px;
}

.min-height-908 {
  min-height: 908px;
}

.min-height-909 {
  min-height: 909px;
}

.min-height-910 {
  min-height: 910px;
}

.min-height-911 {
  min-height: 911px;
}

.min-height-912 {
  min-height: 912px;
}

.min-height-913 {
  min-height: 913px;
}

.min-height-914 {
  min-height: 914px;
}

.min-height-915 {
  min-height: 915px;
}

.min-height-916 {
  min-height: 916px;
}

.min-height-917 {
  min-height: 917px;
}

.min-height-918 {
  min-height: 918px;
}

.min-height-919 {
  min-height: 919px;
}

.min-height-920 {
  min-height: 920px;
}

.min-height-921 {
  min-height: 921px;
}

.min-height-922 {
  min-height: 922px;
}

.min-height-923 {
  min-height: 923px;
}

.min-height-924 {
  min-height: 924px;
}

.min-height-925 {
  min-height: 925px;
}

.min-height-926 {
  min-height: 926px;
}

.min-height-927 {
  min-height: 927px;
}

.min-height-928 {
  min-height: 928px;
}

.min-height-929 {
  min-height: 929px;
}

.min-height-930 {
  min-height: 930px;
}

.min-height-931 {
  min-height: 931px;
}

.min-height-932 {
  min-height: 932px;
}

.min-height-933 {
  min-height: 933px;
}

.min-height-934 {
  min-height: 934px;
}

.min-height-935 {
  min-height: 935px;
}

.min-height-936 {
  min-height: 936px;
}

.min-height-937 {
  min-height: 937px;
}

.min-height-938 {
  min-height: 938px;
}

.min-height-939 {
  min-height: 939px;
}

.min-height-940 {
  min-height: 940px;
}

.min-height-941 {
  min-height: 941px;
}

.min-height-942 {
  min-height: 942px;
}

.min-height-943 {
  min-height: 943px;
}

.min-height-944 {
  min-height: 944px;
}

.min-height-945 {
  min-height: 945px;
}

.min-height-946 {
  min-height: 946px;
}

.min-height-947 {
  min-height: 947px;
}

.min-height-948 {
  min-height: 948px;
}

.min-height-949 {
  min-height: 949px;
}

.min-height-950 {
  min-height: 950px;
}

.min-height-951 {
  min-height: 951px;
}

.min-height-952 {
  min-height: 952px;
}

.min-height-953 {
  min-height: 953px;
}

.min-height-954 {
  min-height: 954px;
}

.min-height-955 {
  min-height: 955px;
}

.min-height-956 {
  min-height: 956px;
}

.min-height-957 {
  min-height: 957px;
}

.min-height-958 {
  min-height: 958px;
}

.min-height-959 {
  min-height: 959px;
}

.min-height-960 {
  min-height: 960px;
}

.min-height-961 {
  min-height: 961px;
}

.min-height-962 {
  min-height: 962px;
}

.min-height-963 {
  min-height: 963px;
}

.min-height-964 {
  min-height: 964px;
}

.min-height-965 {
  min-height: 965px;
}

.min-height-966 {
  min-height: 966px;
}

.min-height-967 {
  min-height: 967px;
}

.min-height-968 {
  min-height: 968px;
}

.min-height-969 {
  min-height: 969px;
}

.min-height-970 {
  min-height: 970px;
}

.min-height-971 {
  min-height: 971px;
}

.min-height-972 {
  min-height: 972px;
}

.min-height-973 {
  min-height: 973px;
}

.min-height-974 {
  min-height: 974px;
}

.min-height-975 {
  min-height: 975px;
}

.min-height-976 {
  min-height: 976px;
}

.min-height-977 {
  min-height: 977px;
}

.min-height-978 {
  min-height: 978px;
}

.min-height-979 {
  min-height: 979px;
}

.min-height-980 {
  min-height: 980px;
}

.min-height-981 {
  min-height: 981px;
}

.min-height-982 {
  min-height: 982px;
}

.min-height-983 {
  min-height: 983px;
}

.min-height-984 {
  min-height: 984px;
}

.min-height-985 {
  min-height: 985px;
}

.min-height-986 {
  min-height: 986px;
}

.min-height-987 {
  min-height: 987px;
}

.min-height-988 {
  min-height: 988px;
}

.min-height-989 {
  min-height: 989px;
}

.min-height-990 {
  min-height: 990px;
}

.min-height-991 {
  min-height: 991px;
}

.min-height-992 {
  min-height: 992px;
}

.min-height-993 {
  min-height: 993px;
}

.min-height-994 {
  min-height: 994px;
}

.min-height-995 {
  min-height: 995px;
}

.min-height-996 {
  min-height: 996px;
}

.min-height-997 {
  min-height: 997px;
}

.min-height-998 {
  min-height: 998px;
}

.min-height-999 {
  min-height: 999px;
}

.min-height-1000 {
  min-height: 1000px;
}

.min-height-1001 {
  min-height: 1001px;
}

.min-height-1002 {
  min-height: 1002px;
}

.min-height-1003 {
  min-height: 1003px;
}

.min-height-1004 {
  min-height: 1004px;
}

.min-height-1005 {
  min-height: 1005px;
}

.min-height-1006 {
  min-height: 1006px;
}

.min-height-1007 {
  min-height: 1007px;
}

.min-height-1008 {
  min-height: 1008px;
}

.min-height-1009 {
  min-height: 1009px;
}

.min-height-1010 {
  min-height: 1010px;
}

.min-height-1011 {
  min-height: 1011px;
}

.min-height-1012 {
  min-height: 1012px;
}

.min-height-1013 {
  min-height: 1013px;
}

.min-height-1014 {
  min-height: 1014px;
}

.min-height-1015 {
  min-height: 1015px;
}

.min-height-1016 {
  min-height: 1016px;
}

.min-height-1017 {
  min-height: 1017px;
}

.min-height-1018 {
  min-height: 1018px;
}

.min-height-1019 {
  min-height: 1019px;
}

.min-height-1020 {
  min-height: 1020px;
}

.min-height-1021 {
  min-height: 1021px;
}

.min-height-1022 {
  min-height: 1022px;
}

.min-height-1023 {
  min-height: 1023px;
}

.min-height-1024 {
  min-height: 1024px;
}

.min-height-1025 {
  min-height: 1025px;
}

.min-height-1026 {
  min-height: 1026px;
}

.min-height-1027 {
  min-height: 1027px;
}

.min-height-1028 {
  min-height: 1028px;
}

.min-height-1029 {
  min-height: 1029px;
}

.min-height-1030 {
  min-height: 1030px;
}

.min-height-1031 {
  min-height: 1031px;
}

.min-height-1032 {
  min-height: 1032px;
}

.min-height-1033 {
  min-height: 1033px;
}

.min-height-1034 {
  min-height: 1034px;
}

.min-height-1035 {
  min-height: 1035px;
}

.min-height-1036 {
  min-height: 1036px;
}

.min-height-1037 {
  min-height: 1037px;
}

.min-height-1038 {
  min-height: 1038px;
}

.min-height-1039 {
  min-height: 1039px;
}

.min-height-1040 {
  min-height: 1040px;
}

.min-height-1041 {
  min-height: 1041px;
}

.min-height-1042 {
  min-height: 1042px;
}

.min-height-1043 {
  min-height: 1043px;
}

.min-height-1044 {
  min-height: 1044px;
}

.min-height-1045 {
  min-height: 1045px;
}

.min-height-1046 {
  min-height: 1046px;
}

.min-height-1047 {
  min-height: 1047px;
}

.min-height-1048 {
  min-height: 1048px;
}

.min-height-1049 {
  min-height: 1049px;
}

.min-height-1050 {
  min-height: 1050px;
}

.min-height-1051 {
  min-height: 1051px;
}

.min-height-1052 {
  min-height: 1052px;
}

.min-height-1053 {
  min-height: 1053px;
}

.min-height-1054 {
  min-height: 1054px;
}

.min-height-1055 {
  min-height: 1055px;
}

.min-height-1056 {
  min-height: 1056px;
}

.min-height-1057 {
  min-height: 1057px;
}

.min-height-1058 {
  min-height: 1058px;
}

.min-height-1059 {
  min-height: 1059px;
}

.min-height-1060 {
  min-height: 1060px;
}

.min-height-1061 {
  min-height: 1061px;
}

.min-height-1062 {
  min-height: 1062px;
}

.min-height-1063 {
  min-height: 1063px;
}

.min-height-1064 {
  min-height: 1064px;
}

.min-height-1065 {
  min-height: 1065px;
}

.min-height-1066 {
  min-height: 1066px;
}

.min-height-1067 {
  min-height: 1067px;
}

.min-height-1068 {
  min-height: 1068px;
}

.min-height-1069 {
  min-height: 1069px;
}

.min-height-1070 {
  min-height: 1070px;
}

.min-height-1071 {
  min-height: 1071px;
}

.min-height-1072 {
  min-height: 1072px;
}

.min-height-1073 {
  min-height: 1073px;
}

.min-height-1074 {
  min-height: 1074px;
}

.min-height-1075 {
  min-height: 1075px;
}

.min-height-1076 {
  min-height: 1076px;
}

.min-height-1077 {
  min-height: 1077px;
}

.min-height-1078 {
  min-height: 1078px;
}

.min-height-1079 {
  min-height: 1079px;
}

.min-height-1080 {
  min-height: 1080px;
}

.min-height-1081 {
  min-height: 1081px;
}

.min-height-1082 {
  min-height: 1082px;
}

.min-height-1083 {
  min-height: 1083px;
}

.min-height-1084 {
  min-height: 1084px;
}

.min-height-1085 {
  min-height: 1085px;
}

.min-height-1086 {
  min-height: 1086px;
}

.min-height-1087 {
  min-height: 1087px;
}

.min-height-1088 {
  min-height: 1088px;
}

.min-height-1089 {
  min-height: 1089px;
}

.min-height-1090 {
  min-height: 1090px;
}

.min-height-1091 {
  min-height: 1091px;
}

.min-height-1092 {
  min-height: 1092px;
}

.min-height-1093 {
  min-height: 1093px;
}

.min-height-1094 {
  min-height: 1094px;
}

.min-height-1095 {
  min-height: 1095px;
}

.min-height-1096 {
  min-height: 1096px;
}

.min-height-1097 {
  min-height: 1097px;
}

.min-height-1098 {
  min-height: 1098px;
}

.min-height-1099 {
  min-height: 1099px;
}

.min-height-1100 {
  min-height: 1100px;
}

.min-height-1101 {
  min-height: 1101px;
}

.min-height-1102 {
  min-height: 1102px;
}

.min-height-1103 {
  min-height: 1103px;
}

.min-height-1104 {
  min-height: 1104px;
}

.min-height-1105 {
  min-height: 1105px;
}

.min-height-1106 {
  min-height: 1106px;
}

.min-height-1107 {
  min-height: 1107px;
}

.min-height-1108 {
  min-height: 1108px;
}

.min-height-1109 {
  min-height: 1109px;
}

.min-height-1110 {
  min-height: 1110px;
}

.min-height-1111 {
  min-height: 1111px;
}

.min-height-1112 {
  min-height: 1112px;
}

.min-height-1113 {
  min-height: 1113px;
}

.min-height-1114 {
  min-height: 1114px;
}

.min-height-1115 {
  min-height: 1115px;
}

.min-height-1116 {
  min-height: 1116px;
}

.min-height-1117 {
  min-height: 1117px;
}

.min-height-1118 {
  min-height: 1118px;
}

.min-height-1119 {
  min-height: 1119px;
}

.min-height-1120 {
  min-height: 1120px;
}

.min-height-1121 {
  min-height: 1121px;
}

.min-height-1122 {
  min-height: 1122px;
}

.min-height-1123 {
  min-height: 1123px;
}

.min-height-1124 {
  min-height: 1124px;
}

.min-height-1125 {
  min-height: 1125px;
}

.min-height-1126 {
  min-height: 1126px;
}

.min-height-1127 {
  min-height: 1127px;
}

.min-height-1128 {
  min-height: 1128px;
}

.min-height-1129 {
  min-height: 1129px;
}

.min-height-1130 {
  min-height: 1130px;
}

.min-height-1131 {
  min-height: 1131px;
}

.min-height-1132 {
  min-height: 1132px;
}

.min-height-1133 {
  min-height: 1133px;
}

.min-height-1134 {
  min-height: 1134px;
}

.min-height-1135 {
  min-height: 1135px;
}

.min-height-1136 {
  min-height: 1136px;
}

.min-height-1137 {
  min-height: 1137px;
}

.min-height-1138 {
  min-height: 1138px;
}

.min-height-1139 {
  min-height: 1139px;
}

.min-height-1140 {
  min-height: 1140px;
}

.min-height-1141 {
  min-height: 1141px;
}

.min-height-1142 {
  min-height: 1142px;
}

.min-height-1143 {
  min-height: 1143px;
}

.min-height-1144 {
  min-height: 1144px;
}

.min-height-1145 {
  min-height: 1145px;
}

.min-height-1146 {
  min-height: 1146px;
}

.min-height-1147 {
  min-height: 1147px;
}

.min-height-1148 {
  min-height: 1148px;
}

.min-height-1149 {
  min-height: 1149px;
}

.min-height-1150 {
  min-height: 1150px;
}

.min-height-1151 {
  min-height: 1151px;
}

.min-height-1152 {
  min-height: 1152px;
}

.min-height-1153 {
  min-height: 1153px;
}

.min-height-1154 {
  min-height: 1154px;
}

.min-height-1155 {
  min-height: 1155px;
}

.min-height-1156 {
  min-height: 1156px;
}

.min-height-1157 {
  min-height: 1157px;
}

.min-height-1158 {
  min-height: 1158px;
}

.min-height-1159 {
  min-height: 1159px;
}

.min-height-1160 {
  min-height: 1160px;
}

.min-height-1161 {
  min-height: 1161px;
}

.min-height-1162 {
  min-height: 1162px;
}

.min-height-1163 {
  min-height: 1163px;
}

.min-height-1164 {
  min-height: 1164px;
}

.min-height-1165 {
  min-height: 1165px;
}

.min-height-1166 {
  min-height: 1166px;
}

.min-height-1167 {
  min-height: 1167px;
}

.min-height-1168 {
  min-height: 1168px;
}

.min-height-1169 {
  min-height: 1169px;
}

.min-height-1170 {
  min-height: 1170px;
}

.min-height-1171 {
  min-height: 1171px;
}

.min-height-1172 {
  min-height: 1172px;
}

.min-height-1173 {
  min-height: 1173px;
}

.min-height-1174 {
  min-height: 1174px;
}

.min-height-1175 {
  min-height: 1175px;
}

.min-height-1176 {
  min-height: 1176px;
}

.min-height-1177 {
  min-height: 1177px;
}

.min-height-1178 {
  min-height: 1178px;
}

.min-height-1179 {
  min-height: 1179px;
}

.min-height-1180 {
  min-height: 1180px;
}

.min-height-1181 {
  min-height: 1181px;
}

.min-height-1182 {
  min-height: 1182px;
}

.min-height-1183 {
  min-height: 1183px;
}

.min-height-1184 {
  min-height: 1184px;
}

.min-height-1185 {
  min-height: 1185px;
}

.min-height-1186 {
  min-height: 1186px;
}

.min-height-1187 {
  min-height: 1187px;
}

.min-height-1188 {
  min-height: 1188px;
}

.min-height-1189 {
  min-height: 1189px;
}

.min-height-1190 {
  min-height: 1190px;
}

.min-height-1191 {
  min-height: 1191px;
}

.min-height-1192 {
  min-height: 1192px;
}

.min-height-1193 {
  min-height: 1193px;
}

.min-height-1194 {
  min-height: 1194px;
}

.min-height-1195 {
  min-height: 1195px;
}

.min-height-1196 {
  min-height: 1196px;
}

.min-height-1197 {
  min-height: 1197px;
}

.min-height-1198 {
  min-height: 1198px;
}

.min-height-1199 {
  min-height: 1199px;
}

.min-height-1200 {
  min-height: 1200px;
}

.min-height-1201 {
  min-height: 1201px;
}

.min-height-1202 {
  min-height: 1202px;
}

.min-height-1203 {
  min-height: 1203px;
}

.min-height-1204 {
  min-height: 1204px;
}

.min-height-1205 {
  min-height: 1205px;
}

.min-height-1206 {
  min-height: 1206px;
}

.min-height-1207 {
  min-height: 1207px;
}

.min-height-1208 {
  min-height: 1208px;
}

.min-height-1209 {
  min-height: 1209px;
}

.min-height-1210 {
  min-height: 1210px;
}

.min-height-1211 {
  min-height: 1211px;
}

.min-height-1212 {
  min-height: 1212px;
}

.min-height-1213 {
  min-height: 1213px;
}

.min-height-1214 {
  min-height: 1214px;
}

.min-height-1215 {
  min-height: 1215px;
}

.min-height-1216 {
  min-height: 1216px;
}

.min-height-1217 {
  min-height: 1217px;
}

.min-height-1218 {
  min-height: 1218px;
}

.min-height-1219 {
  min-height: 1219px;
}

.min-height-1220 {
  min-height: 1220px;
}

.min-height-1221 {
  min-height: 1221px;
}

.min-height-1222 {
  min-height: 1222px;
}

.min-height-1223 {
  min-height: 1223px;
}

.min-height-1224 {
  min-height: 1224px;
}

.min-height-1225 {
  min-height: 1225px;
}

.min-height-1226 {
  min-height: 1226px;
}

.min-height-1227 {
  min-height: 1227px;
}

.min-height-1228 {
  min-height: 1228px;
}

.min-height-1229 {
  min-height: 1229px;
}

.min-height-1230 {
  min-height: 1230px;
}

.min-height-1231 {
  min-height: 1231px;
}

.min-height-1232 {
  min-height: 1232px;
}

.min-height-1233 {
  min-height: 1233px;
}

.min-height-1234 {
  min-height: 1234px;
}

.min-height-1235 {
  min-height: 1235px;
}

.min-height-1236 {
  min-height: 1236px;
}

.min-height-1237 {
  min-height: 1237px;
}

.min-height-1238 {
  min-height: 1238px;
}

.min-height-1239 {
  min-height: 1239px;
}

.min-height-1240 {
  min-height: 1240px;
}

.min-height-1241 {
  min-height: 1241px;
}

.min-height-1242 {
  min-height: 1242px;
}

.min-height-1243 {
  min-height: 1243px;
}

.min-height-1244 {
  min-height: 1244px;
}

.min-height-1245 {
  min-height: 1245px;
}

.min-height-1246 {
  min-height: 1246px;
}

.min-height-1247 {
  min-height: 1247px;
}

.min-height-1248 {
  min-height: 1248px;
}

.min-height-1249 {
  min-height: 1249px;
}

.min-height-1250 {
  min-height: 1250px;
}

.min-height-1251 {
  min-height: 1251px;
}

.min-height-1252 {
  min-height: 1252px;
}

.min-height-1253 {
  min-height: 1253px;
}

.min-height-1254 {
  min-height: 1254px;
}

.min-height-1255 {
  min-height: 1255px;
}

.min-height-1256 {
  min-height: 1256px;
}

.min-height-1257 {
  min-height: 1257px;
}

.min-height-1258 {
  min-height: 1258px;
}

.min-height-1259 {
  min-height: 1259px;
}

.min-height-1260 {
  min-height: 1260px;
}

.min-height-1261 {
  min-height: 1261px;
}

.min-height-1262 {
  min-height: 1262px;
}

.min-height-1263 {
  min-height: 1263px;
}

.min-height-1264 {
  min-height: 1264px;
}

.min-height-1265 {
  min-height: 1265px;
}

.min-height-1266 {
  min-height: 1266px;
}

.min-height-1267 {
  min-height: 1267px;
}

.min-height-1268 {
  min-height: 1268px;
}

.min-height-1269 {
  min-height: 1269px;
}

.min-height-1270 {
  min-height: 1270px;
}

.min-height-1271 {
  min-height: 1271px;
}

.min-height-1272 {
  min-height: 1272px;
}

.min-height-1273 {
  min-height: 1273px;
}

.min-height-1274 {
  min-height: 1274px;
}

.min-height-1275 {
  min-height: 1275px;
}

.min-height-1276 {
  min-height: 1276px;
}

.min-height-1277 {
  min-height: 1277px;
}

.min-height-1278 {
  min-height: 1278px;
}

.min-height-1279 {
  min-height: 1279px;
}

.min-height-1280 {
  min-height: 1280px;
}

.min-height-1281 {
  min-height: 1281px;
}

.min-height-1282 {
  min-height: 1282px;
}

.min-height-1283 {
  min-height: 1283px;
}

.min-height-1284 {
  min-height: 1284px;
}

.min-height-1285 {
  min-height: 1285px;
}

.min-height-1286 {
  min-height: 1286px;
}

.min-height-1287 {
  min-height: 1287px;
}

.min-height-1288 {
  min-height: 1288px;
}

.min-height-1289 {
  min-height: 1289px;
}

.min-height-1290 {
  min-height: 1290px;
}

.min-height-1291 {
  min-height: 1291px;
}

.min-height-1292 {
  min-height: 1292px;
}

.min-height-1293 {
  min-height: 1293px;
}

.min-height-1294 {
  min-height: 1294px;
}

.min-height-1295 {
  min-height: 1295px;
}

.min-height-1296 {
  min-height: 1296px;
}

.min-height-1297 {
  min-height: 1297px;
}

.min-height-1298 {
  min-height: 1298px;
}

.min-height-1299 {
  min-height: 1299px;
}

.min-height-1300 {
  min-height: 1300px;
}

.min-height-1301 {
  min-height: 1301px;
}

.min-height-1302 {
  min-height: 1302px;
}

.min-height-1303 {
  min-height: 1303px;
}

.min-height-1304 {
  min-height: 1304px;
}

.min-height-1305 {
  min-height: 1305px;
}

.min-height-1306 {
  min-height: 1306px;
}

.min-height-1307 {
  min-height: 1307px;
}

.min-height-1308 {
  min-height: 1308px;
}

.min-height-1309 {
  min-height: 1309px;
}

.min-height-1310 {
  min-height: 1310px;
}

.min-height-1311 {
  min-height: 1311px;
}

.min-height-1312 {
  min-height: 1312px;
}

.min-height-1313 {
  min-height: 1313px;
}

.min-height-1314 {
  min-height: 1314px;
}

.min-height-1315 {
  min-height: 1315px;
}

.min-height-1316 {
  min-height: 1316px;
}

.min-height-1317 {
  min-height: 1317px;
}

.min-height-1318 {
  min-height: 1318px;
}

.min-height-1319 {
  min-height: 1319px;
}

.min-height-1320 {
  min-height: 1320px;
}

.min-height-1321 {
  min-height: 1321px;
}

.min-height-1322 {
  min-height: 1322px;
}

.min-height-1323 {
  min-height: 1323px;
}

.min-height-1324 {
  min-height: 1324px;
}

.min-height-1325 {
  min-height: 1325px;
}

.min-height-1326 {
  min-height: 1326px;
}

.min-height-1327 {
  min-height: 1327px;
}

.min-height-1328 {
  min-height: 1328px;
}

.min-height-1329 {
  min-height: 1329px;
}

.min-height-1330 {
  min-height: 1330px;
}

.min-height-1331 {
  min-height: 1331px;
}

.min-height-1332 {
  min-height: 1332px;
}

.min-height-1333 {
  min-height: 1333px;
}

.min-height-1334 {
  min-height: 1334px;
}

.min-height-1335 {
  min-height: 1335px;
}

.min-height-1336 {
  min-height: 1336px;
}

.min-height-1337 {
  min-height: 1337px;
}

.min-height-1338 {
  min-height: 1338px;
}

.min-height-1339 {
  min-height: 1339px;
}

.min-height-1340 {
  min-height: 1340px;
}

.min-height-1341 {
  min-height: 1341px;
}

.min-height-1342 {
  min-height: 1342px;
}

.min-height-1343 {
  min-height: 1343px;
}

.min-height-1344 {
  min-height: 1344px;
}

.min-height-1345 {
  min-height: 1345px;
}

.min-height-1346 {
  min-height: 1346px;
}

.min-height-1347 {
  min-height: 1347px;
}

.min-height-1348 {
  min-height: 1348px;
}

.min-height-1349 {
  min-height: 1349px;
}

.min-height-1350 {
  min-height: 1350px;
}

.min-height-1351 {
  min-height: 1351px;
}

.min-height-1352 {
  min-height: 1352px;
}

.min-height-1353 {
  min-height: 1353px;
}

.min-height-1354 {
  min-height: 1354px;
}

.min-height-1355 {
  min-height: 1355px;
}

.min-height-1356 {
  min-height: 1356px;
}

.min-height-1357 {
  min-height: 1357px;
}

.min-height-1358 {
  min-height: 1358px;
}

.min-height-1359 {
  min-height: 1359px;
}

.min-height-1360 {
  min-height: 1360px;
}

.min-height-1361 {
  min-height: 1361px;
}

.min-height-1362 {
  min-height: 1362px;
}

.min-height-1363 {
  min-height: 1363px;
}

.min-height-1364 {
  min-height: 1364px;
}

.min-height-1365 {
  min-height: 1365px;
}

.min-height-1366 {
  min-height: 1366px;
}

.min-height-1367 {
  min-height: 1367px;
}

.min-height-1368 {
  min-height: 1368px;
}

.min-height-1369 {
  min-height: 1369px;
}

.min-height-1370 {
  min-height: 1370px;
}

.min-height-1371 {
  min-height: 1371px;
}

.min-height-1372 {
  min-height: 1372px;
}

.min-height-1373 {
  min-height: 1373px;
}

.min-height-1374 {
  min-height: 1374px;
}

.min-height-1375 {
  min-height: 1375px;
}

.min-height-1376 {
  min-height: 1376px;
}

.min-height-1377 {
  min-height: 1377px;
}

.min-height-1378 {
  min-height: 1378px;
}

.min-height-1379 {
  min-height: 1379px;
}

.min-height-1380 {
  min-height: 1380px;
}

.min-height-1381 {
  min-height: 1381px;
}

.min-height-1382 {
  min-height: 1382px;
}

.min-height-1383 {
  min-height: 1383px;
}

.min-height-1384 {
  min-height: 1384px;
}

.min-height-1385 {
  min-height: 1385px;
}

.min-height-1386 {
  min-height: 1386px;
}

.min-height-1387 {
  min-height: 1387px;
}

.min-height-1388 {
  min-height: 1388px;
}

.min-height-1389 {
  min-height: 1389px;
}

.min-height-1390 {
  min-height: 1390px;
}

.min-height-1391 {
  min-height: 1391px;
}

.min-height-1392 {
  min-height: 1392px;
}

.min-height-1393 {
  min-height: 1393px;
}

.min-height-1394 {
  min-height: 1394px;
}

.min-height-1395 {
  min-height: 1395px;
}

.min-height-1396 {
  min-height: 1396px;
}

.min-height-1397 {
  min-height: 1397px;
}

.min-height-1398 {
  min-height: 1398px;
}

.min-height-1399 {
  min-height: 1399px;
}

.min-height-1400 {
  min-height: 1400px;
}

.min-height-1401 {
  min-height: 1401px;
}

.min-height-1402 {
  min-height: 1402px;
}

.min-height-1403 {
  min-height: 1403px;
}

.min-height-1404 {
  min-height: 1404px;
}

.min-height-1405 {
  min-height: 1405px;
}

.min-height-1406 {
  min-height: 1406px;
}

.min-height-1407 {
  min-height: 1407px;
}

.min-height-1408 {
  min-height: 1408px;
}

.min-height-1409 {
  min-height: 1409px;
}

.min-height-1410 {
  min-height: 1410px;
}

.min-height-1411 {
  min-height: 1411px;
}

.min-height-1412 {
  min-height: 1412px;
}

.min-height-1413 {
  min-height: 1413px;
}

.min-height-1414 {
  min-height: 1414px;
}

.min-height-1415 {
  min-height: 1415px;
}

.min-height-1416 {
  min-height: 1416px;
}

.min-height-1417 {
  min-height: 1417px;
}

.min-height-1418 {
  min-height: 1418px;
}

.min-height-1419 {
  min-height: 1419px;
}

.min-height-1420 {
  min-height: 1420px;
}

.min-height-1421 {
  min-height: 1421px;
}

.min-height-1422 {
  min-height: 1422px;
}

.min-height-1423 {
  min-height: 1423px;
}

.min-height-1424 {
  min-height: 1424px;
}

.min-height-1425 {
  min-height: 1425px;
}

.min-height-1426 {
  min-height: 1426px;
}

.min-height-1427 {
  min-height: 1427px;
}

.min-height-1428 {
  min-height: 1428px;
}

.min-height-1429 {
  min-height: 1429px;
}

.min-height-1430 {
  min-height: 1430px;
}

.min-height-1431 {
  min-height: 1431px;
}

.min-height-1432 {
  min-height: 1432px;
}

.min-height-1433 {
  min-height: 1433px;
}

.min-height-1434 {
  min-height: 1434px;
}

.min-height-1435 {
  min-height: 1435px;
}

.min-height-1436 {
  min-height: 1436px;
}

.min-height-1437 {
  min-height: 1437px;
}

.min-height-1438 {
  min-height: 1438px;
}

.min-height-1439 {
  min-height: 1439px;
}

.min-height-1440 {
  min-height: 1440px;
}

.min-height-1441 {
  min-height: 1441px;
}

.min-height-1442 {
  min-height: 1442px;
}

.min-height-1443 {
  min-height: 1443px;
}

.min-height-1444 {
  min-height: 1444px;
}

.min-height-1445 {
  min-height: 1445px;
}

.min-height-1446 {
  min-height: 1446px;
}

.min-height-1447 {
  min-height: 1447px;
}

.min-height-1448 {
  min-height: 1448px;
}

.min-height-1449 {
  min-height: 1449px;
}

.min-height-1450 {
  min-height: 1450px;
}

.min-height-1451 {
  min-height: 1451px;
}

.min-height-1452 {
  min-height: 1452px;
}

.min-height-1453 {
  min-height: 1453px;
}

.min-height-1454 {
  min-height: 1454px;
}

.min-height-1455 {
  min-height: 1455px;
}

.min-height-1456 {
  min-height: 1456px;
}

.min-height-1457 {
  min-height: 1457px;
}

.min-height-1458 {
  min-height: 1458px;
}

.min-height-1459 {
  min-height: 1459px;
}

.min-height-1460 {
  min-height: 1460px;
}

.min-height-1461 {
  min-height: 1461px;
}

.min-height-1462 {
  min-height: 1462px;
}

.min-height-1463 {
  min-height: 1463px;
}

.min-height-1464 {
  min-height: 1464px;
}

.min-height-1465 {
  min-height: 1465px;
}

.min-height-1466 {
  min-height: 1466px;
}

.min-height-1467 {
  min-height: 1467px;
}

.min-height-1468 {
  min-height: 1468px;
}

.min-height-1469 {
  min-height: 1469px;
}

.min-height-1470 {
  min-height: 1470px;
}

.min-height-1471 {
  min-height: 1471px;
}

.min-height-1472 {
  min-height: 1472px;
}

.min-height-1473 {
  min-height: 1473px;
}

.min-height-1474 {
  min-height: 1474px;
}

.min-height-1475 {
  min-height: 1475px;
}

.min-height-1476 {
  min-height: 1476px;
}

.min-height-1477 {
  min-height: 1477px;
}

.min-height-1478 {
  min-height: 1478px;
}

.min-height-1479 {
  min-height: 1479px;
}

.min-height-1480 {
  min-height: 1480px;
}

.min-height-1481 {
  min-height: 1481px;
}

.min-height-1482 {
  min-height: 1482px;
}

.min-height-1483 {
  min-height: 1483px;
}

.min-height-1484 {
  min-height: 1484px;
}

.min-height-1485 {
  min-height: 1485px;
}

.min-height-1486 {
  min-height: 1486px;
}

.min-height-1487 {
  min-height: 1487px;
}

.min-height-1488 {
  min-height: 1488px;
}

.min-height-1489 {
  min-height: 1489px;
}

.min-height-1490 {
  min-height: 1490px;
}

.min-height-1491 {
  min-height: 1491px;
}

.min-height-1492 {
  min-height: 1492px;
}

.min-height-1493 {
  min-height: 1493px;
}

.min-height-1494 {
  min-height: 1494px;
}

.min-height-1495 {
  min-height: 1495px;
}

.min-height-1496 {
  min-height: 1496px;
}

.min-height-1497 {
  min-height: 1497px;
}

.min-height-1498 {
  min-height: 1498px;
}

.min-height-1499 {
  min-height: 1499px;
}

.min-height-1500 {
  min-height: 1500px;
}

.min-height-1501 {
  min-height: 1501px;
}

.min-height-1502 {
  min-height: 1502px;
}

.min-height-1503 {
  min-height: 1503px;
}

.min-height-1504 {
  min-height: 1504px;
}

.min-height-1505 {
  min-height: 1505px;
}

.min-height-1506 {
  min-height: 1506px;
}

.min-height-1507 {
  min-height: 1507px;
}

.min-height-1508 {
  min-height: 1508px;
}

.min-height-1509 {
  min-height: 1509px;
}

.min-height-1510 {
  min-height: 1510px;
}

.min-height-1511 {
  min-height: 1511px;
}

.min-height-1512 {
  min-height: 1512px;
}

.min-height-1513 {
  min-height: 1513px;
}

.min-height-1514 {
  min-height: 1514px;
}

.min-height-1515 {
  min-height: 1515px;
}

.min-height-1516 {
  min-height: 1516px;
}

.min-height-1517 {
  min-height: 1517px;
}

.min-height-1518 {
  min-height: 1518px;
}

.min-height-1519 {
  min-height: 1519px;
}

.min-height-1520 {
  min-height: 1520px;
}

.min-height-1521 {
  min-height: 1521px;
}

.min-height-1522 {
  min-height: 1522px;
}

.min-height-1523 {
  min-height: 1523px;
}

.min-height-1524 {
  min-height: 1524px;
}

.min-height-1525 {
  min-height: 1525px;
}

.min-height-1526 {
  min-height: 1526px;
}

.min-height-1527 {
  min-height: 1527px;
}

.min-height-1528 {
  min-height: 1528px;
}

.min-height-1529 {
  min-height: 1529px;
}

.min-height-1530 {
  min-height: 1530px;
}

.min-height-1531 {
  min-height: 1531px;
}

.min-height-1532 {
  min-height: 1532px;
}

.min-height-1533 {
  min-height: 1533px;
}

.min-height-1534 {
  min-height: 1534px;
}

.min-height-1535 {
  min-height: 1535px;
}

.min-height-1536 {
  min-height: 1536px;
}

.min-height-1537 {
  min-height: 1537px;
}

.min-height-1538 {
  min-height: 1538px;
}

.min-height-1539 {
  min-height: 1539px;
}

.min-height-1540 {
  min-height: 1540px;
}

.min-height-1541 {
  min-height: 1541px;
}

.min-height-1542 {
  min-height: 1542px;
}

.min-height-1543 {
  min-height: 1543px;
}

.min-height-1544 {
  min-height: 1544px;
}

.min-height-1545 {
  min-height: 1545px;
}

.min-height-1546 {
  min-height: 1546px;
}

.min-height-1547 {
  min-height: 1547px;
}

.min-height-1548 {
  min-height: 1548px;
}

.min-height-1549 {
  min-height: 1549px;
}

.min-height-1550 {
  min-height: 1550px;
}

.min-height-1551 {
  min-height: 1551px;
}

.min-height-1552 {
  min-height: 1552px;
}

.min-height-1553 {
  min-height: 1553px;
}

.min-height-1554 {
  min-height: 1554px;
}

.min-height-1555 {
  min-height: 1555px;
}

.min-height-1556 {
  min-height: 1556px;
}

.min-height-1557 {
  min-height: 1557px;
}

.min-height-1558 {
  min-height: 1558px;
}

.min-height-1559 {
  min-height: 1559px;
}

.min-height-1560 {
  min-height: 1560px;
}

.min-height-1561 {
  min-height: 1561px;
}

.min-height-1562 {
  min-height: 1562px;
}

.min-height-1563 {
  min-height: 1563px;
}

.min-height-1564 {
  min-height: 1564px;
}

.min-height-1565 {
  min-height: 1565px;
}

.min-height-1566 {
  min-height: 1566px;
}

.min-height-1567 {
  min-height: 1567px;
}

.min-height-1568 {
  min-height: 1568px;
}

.min-height-1569 {
  min-height: 1569px;
}

.min-height-1570 {
  min-height: 1570px;
}

.min-height-1571 {
  min-height: 1571px;
}

.min-height-1572 {
  min-height: 1572px;
}

.min-height-1573 {
  min-height: 1573px;
}

.min-height-1574 {
  min-height: 1574px;
}

.min-height-1575 {
  min-height: 1575px;
}

.min-height-1576 {
  min-height: 1576px;
}

.min-height-1577 {
  min-height: 1577px;
}

.min-height-1578 {
  min-height: 1578px;
}

.min-height-1579 {
  min-height: 1579px;
}

.min-height-1580 {
  min-height: 1580px;
}

.min-height-1581 {
  min-height: 1581px;
}

.min-height-1582 {
  min-height: 1582px;
}

.min-height-1583 {
  min-height: 1583px;
}

.min-height-1584 {
  min-height: 1584px;
}

.min-height-1585 {
  min-height: 1585px;
}

.min-height-1586 {
  min-height: 1586px;
}

.min-height-1587 {
  min-height: 1587px;
}

.min-height-1588 {
  min-height: 1588px;
}

.min-height-1589 {
  min-height: 1589px;
}

.min-height-1590 {
  min-height: 1590px;
}

.min-height-1591 {
  min-height: 1591px;
}

.min-height-1592 {
  min-height: 1592px;
}

.min-height-1593 {
  min-height: 1593px;
}

.min-height-1594 {
  min-height: 1594px;
}

.min-height-1595 {
  min-height: 1595px;
}

.min-height-1596 {
  min-height: 1596px;
}

.min-height-1597 {
  min-height: 1597px;
}

.min-height-1598 {
  min-height: 1598px;
}

.min-height-1599 {
  min-height: 1599px;
}

.min-height-1600 {
  min-height: 1600px;
}

.max-height-0 {
  max-height: 0px;
}

.max-height-1 {
  max-height: 1px;
}

.max-height-2 {
  max-height: 2px;
}

.max-height-3 {
  max-height: 3px;
}

.max-height-4 {
  max-height: 4px;
}

.max-height-5 {
  max-height: 5px;
}

.max-height-6 {
  max-height: 6px;
}

.max-height-7 {
  max-height: 7px;
}

.max-height-8 {
  max-height: 8px;
}

.max-height-9 {
  max-height: 9px;
}

.max-height-10 {
  max-height: 10px;
}

.max-height-11 {
  max-height: 11px;
}

.max-height-12 {
  max-height: 12px;
}

.max-height-13 {
  max-height: 13px;
}

.max-height-14 {
  max-height: 14px;
}

.max-height-15 {
  max-height: 15px;
}

.max-height-16 {
  max-height: 16px;
}

.max-height-17 {
  max-height: 17px;
}

.max-height-18 {
  max-height: 18px;
}

.max-height-19 {
  max-height: 19px;
}

.max-height-20 {
  max-height: 20px;
}

.max-height-21 {
  max-height: 21px;
}

.max-height-22 {
  max-height: 22px;
}

.max-height-23 {
  max-height: 23px;
}

.max-height-24 {
  max-height: 24px;
}

.max-height-25 {
  max-height: 25px;
}

.max-height-26 {
  max-height: 26px;
}

.max-height-27 {
  max-height: 27px;
}

.max-height-28 {
  max-height: 28px;
}

.max-height-29 {
  max-height: 29px;
}

.max-height-30 {
  max-height: 30px;
}

.max-height-31 {
  max-height: 31px;
}

.max-height-32 {
  max-height: 32px;
}

.max-height-33 {
  max-height: 33px;
}

.max-height-34 {
  max-height: 34px;
}

.max-height-35 {
  max-height: 35px;
}

.max-height-36 {
  max-height: 36px;
}

.max-height-37 {
  max-height: 37px;
}

.max-height-38 {
  max-height: 38px;
}

.max-height-39 {
  max-height: 39px;
}

.max-height-40 {
  max-height: 40px;
}

.max-height-41 {
  max-height: 41px;
}

.max-height-42 {
  max-height: 42px;
}

.max-height-43 {
  max-height: 43px;
}

.max-height-44 {
  max-height: 44px;
}

.max-height-45 {
  max-height: 45px;
}

.max-height-46 {
  max-height: 46px;
}

.max-height-47 {
  max-height: 47px;
}

.max-height-48 {
  max-height: 48px;
}

.max-height-49 {
  max-height: 49px;
}

.max-height-50 {
  max-height: 50px;
}

.max-height-51 {
  max-height: 51px;
}

.max-height-52 {
  max-height: 52px;
}

.max-height-53 {
  max-height: 53px;
}

.max-height-54 {
  max-height: 54px;
}

.max-height-55 {
  max-height: 55px;
}

.max-height-56 {
  max-height: 56px;
}

.max-height-57 {
  max-height: 57px;
}

.max-height-58 {
  max-height: 58px;
}

.max-height-59 {
  max-height: 59px;
}

.max-height-60 {
  max-height: 60px;
}

.max-height-61 {
  max-height: 61px;
}

.max-height-62 {
  max-height: 62px;
}

.max-height-63 {
  max-height: 63px;
}

.max-height-64 {
  max-height: 64px;
}

.max-height-65 {
  max-height: 65px;
}

.max-height-66 {
  max-height: 66px;
}

.max-height-67 {
  max-height: 67px;
}

.max-height-68 {
  max-height: 68px;
}

.max-height-69 {
  max-height: 69px;
}

.max-height-70 {
  max-height: 70px;
}

.max-height-71 {
  max-height: 71px;
}

.max-height-72 {
  max-height: 72px;
}

.max-height-73 {
  max-height: 73px;
}

.max-height-74 {
  max-height: 74px;
}

.max-height-75 {
  max-height: 75px;
}

.max-height-76 {
  max-height: 76px;
}

.max-height-77 {
  max-height: 77px;
}

.max-height-78 {
  max-height: 78px;
}

.max-height-79 {
  max-height: 79px;
}

.max-height-80 {
  max-height: 80px;
}

.max-height-81 {
  max-height: 81px;
}

.max-height-82 {
  max-height: 82px;
}

.max-height-83 {
  max-height: 83px;
}

.max-height-84 {
  max-height: 84px;
}

.max-height-85 {
  max-height: 85px;
}

.max-height-86 {
  max-height: 86px;
}

.max-height-87 {
  max-height: 87px;
}

.max-height-88 {
  max-height: 88px;
}

.max-height-89 {
  max-height: 89px;
}

.max-height-90 {
  max-height: 90px;
}

.max-height-91 {
  max-height: 91px;
}

.max-height-92 {
  max-height: 92px;
}

.max-height-93 {
  max-height: 93px;
}

.max-height-94 {
  max-height: 94px;
}

.max-height-95 {
  max-height: 95px;
}

.max-height-96 {
  max-height: 96px;
}

.max-height-97 {
  max-height: 97px;
}

.max-height-98 {
  max-height: 98px;
}

.max-height-99 {
  max-height: 99px;
}

.max-height-100 {
  max-height: 100px;
}

.max-height-101 {
  max-height: 101px;
}

.max-height-102 {
  max-height: 102px;
}

.max-height-103 {
  max-height: 103px;
}

.max-height-104 {
  max-height: 104px;
}

.max-height-105 {
  max-height: 105px;
}

.max-height-106 {
  max-height: 106px;
}

.max-height-107 {
  max-height: 107px;
}

.max-height-108 {
  max-height: 108px;
}

.max-height-109 {
  max-height: 109px;
}

.max-height-110 {
  max-height: 110px;
}

.max-height-111 {
  max-height: 111px;
}

.max-height-112 {
  max-height: 112px;
}

.max-height-113 {
  max-height: 113px;
}

.max-height-114 {
  max-height: 114px;
}

.max-height-115 {
  max-height: 115px;
}

.max-height-116 {
  max-height: 116px;
}

.max-height-117 {
  max-height: 117px;
}

.max-height-118 {
  max-height: 118px;
}

.max-height-119 {
  max-height: 119px;
}

.max-height-120 {
  max-height: 120px;
}

.max-height-121 {
  max-height: 121px;
}

.max-height-122 {
  max-height: 122px;
}

.max-height-123 {
  max-height: 123px;
}

.max-height-124 {
  max-height: 124px;
}

.max-height-125 {
  max-height: 125px;
}

.max-height-126 {
  max-height: 126px;
}

.max-height-127 {
  max-height: 127px;
}

.max-height-128 {
  max-height: 128px;
}

.max-height-129 {
  max-height: 129px;
}

.max-height-130 {
  max-height: 130px;
}

.max-height-131 {
  max-height: 131px;
}

.max-height-132 {
  max-height: 132px;
}

.max-height-133 {
  max-height: 133px;
}

.max-height-134 {
  max-height: 134px;
}

.max-height-135 {
  max-height: 135px;
}

.max-height-136 {
  max-height: 136px;
}

.max-height-137 {
  max-height: 137px;
}

.max-height-138 {
  max-height: 138px;
}

.max-height-139 {
  max-height: 139px;
}

.max-height-140 {
  max-height: 140px;
}

.max-height-141 {
  max-height: 141px;
}

.max-height-142 {
  max-height: 142px;
}

.max-height-143 {
  max-height: 143px;
}

.max-height-144 {
  max-height: 144px;
}

.max-height-145 {
  max-height: 145px;
}

.max-height-146 {
  max-height: 146px;
}

.max-height-147 {
  max-height: 147px;
}

.max-height-148 {
  max-height: 148px;
}

.max-height-149 {
  max-height: 149px;
}

.max-height-150 {
  max-height: 150px;
}

.max-height-151 {
  max-height: 151px;
}

.max-height-152 {
  max-height: 152px;
}

.max-height-153 {
  max-height: 153px;
}

.max-height-154 {
  max-height: 154px;
}

.max-height-155 {
  max-height: 155px;
}

.max-height-156 {
  max-height: 156px;
}

.max-height-157 {
  max-height: 157px;
}

.max-height-158 {
  max-height: 158px;
}

.max-height-159 {
  max-height: 159px;
}

.max-height-160 {
  max-height: 160px;
}

.max-height-161 {
  max-height: 161px;
}

.max-height-162 {
  max-height: 162px;
}

.max-height-163 {
  max-height: 163px;
}

.max-height-164 {
  max-height: 164px;
}

.max-height-165 {
  max-height: 165px;
}

.max-height-166 {
  max-height: 166px;
}

.max-height-167 {
  max-height: 167px;
}

.max-height-168 {
  max-height: 168px;
}

.max-height-169 {
  max-height: 169px;
}

.max-height-170 {
  max-height: 170px;
}

.max-height-171 {
  max-height: 171px;
}

.max-height-172 {
  max-height: 172px;
}

.max-height-173 {
  max-height: 173px;
}

.max-height-174 {
  max-height: 174px;
}

.max-height-175 {
  max-height: 175px;
}

.max-height-176 {
  max-height: 176px;
}

.max-height-177 {
  max-height: 177px;
}

.max-height-178 {
  max-height: 178px;
}

.max-height-179 {
  max-height: 179px;
}

.max-height-180 {
  max-height: 180px;
}

.max-height-181 {
  max-height: 181px;
}

.max-height-182 {
  max-height: 182px;
}

.max-height-183 {
  max-height: 183px;
}

.max-height-184 {
  max-height: 184px;
}

.max-height-185 {
  max-height: 185px;
}

.max-height-186 {
  max-height: 186px;
}

.max-height-187 {
  max-height: 187px;
}

.max-height-188 {
  max-height: 188px;
}

.max-height-189 {
  max-height: 189px;
}

.max-height-190 {
  max-height: 190px;
}

.max-height-191 {
  max-height: 191px;
}

.max-height-192 {
  max-height: 192px;
}

.max-height-193 {
  max-height: 193px;
}

.max-height-194 {
  max-height: 194px;
}

.max-height-195 {
  max-height: 195px;
}

.max-height-196 {
  max-height: 196px;
}

.max-height-197 {
  max-height: 197px;
}

.max-height-198 {
  max-height: 198px;
}

.max-height-199 {
  max-height: 199px;
}

.max-height-200 {
  max-height: 200px;
}

.max-height-201 {
  max-height: 201px;
}

.max-height-202 {
  max-height: 202px;
}

.max-height-203 {
  max-height: 203px;
}

.max-height-204 {
  max-height: 204px;
}

.max-height-205 {
  max-height: 205px;
}

.max-height-206 {
  max-height: 206px;
}

.max-height-207 {
  max-height: 207px;
}

.max-height-208 {
  max-height: 208px;
}

.max-height-209 {
  max-height: 209px;
}

.max-height-210 {
  max-height: 210px;
}

.max-height-211 {
  max-height: 211px;
}

.max-height-212 {
  max-height: 212px;
}

.max-height-213 {
  max-height: 213px;
}

.max-height-214 {
  max-height: 214px;
}

.max-height-215 {
  max-height: 215px;
}

.max-height-216 {
  max-height: 216px;
}

.max-height-217 {
  max-height: 217px;
}

.max-height-218 {
  max-height: 218px;
}

.max-height-219 {
  max-height: 219px;
}

.max-height-220 {
  max-height: 220px;
}

.max-height-221 {
  max-height: 221px;
}

.max-height-222 {
  max-height: 222px;
}

.max-height-223 {
  max-height: 223px;
}

.max-height-224 {
  max-height: 224px;
}

.max-height-225 {
  max-height: 225px;
}

.max-height-226 {
  max-height: 226px;
}

.max-height-227 {
  max-height: 227px;
}

.max-height-228 {
  max-height: 228px;
}

.max-height-229 {
  max-height: 229px;
}

.max-height-230 {
  max-height: 230px;
}

.max-height-231 {
  max-height: 231px;
}

.max-height-232 {
  max-height: 232px;
}

.max-height-233 {
  max-height: 233px;
}

.max-height-234 {
  max-height: 234px;
}

.max-height-235 {
  max-height: 235px;
}

.max-height-236 {
  max-height: 236px;
}

.max-height-237 {
  max-height: 237px;
}

.max-height-238 {
  max-height: 238px;
}

.max-height-239 {
  max-height: 239px;
}

.max-height-240 {
  max-height: 240px;
}

.max-height-241 {
  max-height: 241px;
}

.max-height-242 {
  max-height: 242px;
}

.max-height-243 {
  max-height: 243px;
}

.max-height-244 {
  max-height: 244px;
}

.max-height-245 {
  max-height: 245px;
}

.max-height-246 {
  max-height: 246px;
}

.max-height-247 {
  max-height: 247px;
}

.max-height-248 {
  max-height: 248px;
}

.max-height-249 {
  max-height: 249px;
}

.max-height-250 {
  max-height: 250px;
}

.max-height-251 {
  max-height: 251px;
}

.max-height-252 {
  max-height: 252px;
}

.max-height-253 {
  max-height: 253px;
}

.max-height-254 {
  max-height: 254px;
}

.max-height-255 {
  max-height: 255px;
}

.max-height-256 {
  max-height: 256px;
}

.max-height-257 {
  max-height: 257px;
}

.max-height-258 {
  max-height: 258px;
}

.max-height-259 {
  max-height: 259px;
}

.max-height-260 {
  max-height: 260px;
}

.max-height-261 {
  max-height: 261px;
}

.max-height-262 {
  max-height: 262px;
}

.max-height-263 {
  max-height: 263px;
}

.max-height-264 {
  max-height: 264px;
}

.max-height-265 {
  max-height: 265px;
}

.max-height-266 {
  max-height: 266px;
}

.max-height-267 {
  max-height: 267px;
}

.max-height-268 {
  max-height: 268px;
}

.max-height-269 {
  max-height: 269px;
}

.max-height-270 {
  max-height: 270px;
}

.max-height-271 {
  max-height: 271px;
}

.max-height-272 {
  max-height: 272px;
}

.max-height-273 {
  max-height: 273px;
}

.max-height-274 {
  max-height: 274px;
}

.max-height-275 {
  max-height: 275px;
}

.max-height-276 {
  max-height: 276px;
}

.max-height-277 {
  max-height: 277px;
}

.max-height-278 {
  max-height: 278px;
}

.max-height-279 {
  max-height: 279px;
}

.max-height-280 {
  max-height: 280px;
}

.max-height-281 {
  max-height: 281px;
}

.max-height-282 {
  max-height: 282px;
}

.max-height-283 {
  max-height: 283px;
}

.max-height-284 {
  max-height: 284px;
}

.max-height-285 {
  max-height: 285px;
}

.max-height-286 {
  max-height: 286px;
}

.max-height-287 {
  max-height: 287px;
}

.max-height-288 {
  max-height: 288px;
}

.max-height-289 {
  max-height: 289px;
}

.max-height-290 {
  max-height: 290px;
}

.max-height-291 {
  max-height: 291px;
}

.max-height-292 {
  max-height: 292px;
}

.max-height-293 {
  max-height: 293px;
}

.max-height-294 {
  max-height: 294px;
}

.max-height-295 {
  max-height: 295px;
}

.max-height-296 {
  max-height: 296px;
}

.max-height-297 {
  max-height: 297px;
}

.max-height-298 {
  max-height: 298px;
}

.max-height-299 {
  max-height: 299px;
}

.max-height-300 {
  max-height: 300px;
}

.max-height-301 {
  max-height: 301px;
}

.max-height-302 {
  max-height: 302px;
}

.max-height-303 {
  max-height: 303px;
}

.max-height-304 {
  max-height: 304px;
}

.max-height-305 {
  max-height: 305px;
}

.max-height-306 {
  max-height: 306px;
}

.max-height-307 {
  max-height: 307px;
}

.max-height-308 {
  max-height: 308px;
}

.max-height-309 {
  max-height: 309px;
}

.max-height-310 {
  max-height: 310px;
}

.max-height-311 {
  max-height: 311px;
}

.max-height-312 {
  max-height: 312px;
}

.max-height-313 {
  max-height: 313px;
}

.max-height-314 {
  max-height: 314px;
}

.max-height-315 {
  max-height: 315px;
}

.max-height-316 {
  max-height: 316px;
}

.max-height-317 {
  max-height: 317px;
}

.max-height-318 {
  max-height: 318px;
}

.max-height-319 {
  max-height: 319px;
}

.max-height-320 {
  max-height: 320px;
}

.max-height-321 {
  max-height: 321px;
}

.max-height-322 {
  max-height: 322px;
}

.max-height-323 {
  max-height: 323px;
}

.max-height-324 {
  max-height: 324px;
}

.max-height-325 {
  max-height: 325px;
}

.max-height-326 {
  max-height: 326px;
}

.max-height-327 {
  max-height: 327px;
}

.max-height-328 {
  max-height: 328px;
}

.max-height-329 {
  max-height: 329px;
}

.max-height-330 {
  max-height: 330px;
}

.max-height-331 {
  max-height: 331px;
}

.max-height-332 {
  max-height: 332px;
}

.max-height-333 {
  max-height: 333px;
}

.max-height-334 {
  max-height: 334px;
}

.max-height-335 {
  max-height: 335px;
}

.max-height-336 {
  max-height: 336px;
}

.max-height-337 {
  max-height: 337px;
}

.max-height-338 {
  max-height: 338px;
}

.max-height-339 {
  max-height: 339px;
}

.max-height-340 {
  max-height: 340px;
}

.max-height-341 {
  max-height: 341px;
}

.max-height-342 {
  max-height: 342px;
}

.max-height-343 {
  max-height: 343px;
}

.max-height-344 {
  max-height: 344px;
}

.max-height-345 {
  max-height: 345px;
}

.max-height-346 {
  max-height: 346px;
}

.max-height-347 {
  max-height: 347px;
}

.max-height-348 {
  max-height: 348px;
}

.max-height-349 {
  max-height: 349px;
}

.max-height-350 {
  max-height: 350px;
}

.max-height-351 {
  max-height: 351px;
}

.max-height-352 {
  max-height: 352px;
}

.max-height-353 {
  max-height: 353px;
}

.max-height-354 {
  max-height: 354px;
}

.max-height-355 {
  max-height: 355px;
}

.max-height-356 {
  max-height: 356px;
}

.max-height-357 {
  max-height: 357px;
}

.max-height-358 {
  max-height: 358px;
}

.max-height-359 {
  max-height: 359px;
}

.max-height-360 {
  max-height: 360px;
}

.max-height-361 {
  max-height: 361px;
}

.max-height-362 {
  max-height: 362px;
}

.max-height-363 {
  max-height: 363px;
}

.max-height-364 {
  max-height: 364px;
}

.max-height-365 {
  max-height: 365px;
}

.max-height-366 {
  max-height: 366px;
}

.max-height-367 {
  max-height: 367px;
}

.max-height-368 {
  max-height: 368px;
}

.max-height-369 {
  max-height: 369px;
}

.max-height-370 {
  max-height: 370px;
}

.max-height-371 {
  max-height: 371px;
}

.max-height-372 {
  max-height: 372px;
}

.max-height-373 {
  max-height: 373px;
}

.max-height-374 {
  max-height: 374px;
}

.max-height-375 {
  max-height: 375px;
}

.max-height-376 {
  max-height: 376px;
}

.max-height-377 {
  max-height: 377px;
}

.max-height-378 {
  max-height: 378px;
}

.max-height-379 {
  max-height: 379px;
}

.max-height-380 {
  max-height: 380px;
}

.max-height-381 {
  max-height: 381px;
}

.max-height-382 {
  max-height: 382px;
}

.max-height-383 {
  max-height: 383px;
}

.max-height-384 {
  max-height: 384px;
}

.max-height-385 {
  max-height: 385px;
}

.max-height-386 {
  max-height: 386px;
}

.max-height-387 {
  max-height: 387px;
}

.max-height-388 {
  max-height: 388px;
}

.max-height-389 {
  max-height: 389px;
}

.max-height-390 {
  max-height: 390px;
}

.max-height-391 {
  max-height: 391px;
}

.max-height-392 {
  max-height: 392px;
}

.max-height-393 {
  max-height: 393px;
}

.max-height-394 {
  max-height: 394px;
}

.max-height-395 {
  max-height: 395px;
}

.max-height-396 {
  max-height: 396px;
}

.max-height-397 {
  max-height: 397px;
}

.max-height-398 {
  max-height: 398px;
}

.max-height-399 {
  max-height: 399px;
}

.max-height-400 {
  max-height: 400px;
}

.max-height-401 {
  max-height: 401px;
}

.max-height-402 {
  max-height: 402px;
}

.max-height-403 {
  max-height: 403px;
}

.max-height-404 {
  max-height: 404px;
}

.max-height-405 {
  max-height: 405px;
}

.max-height-406 {
  max-height: 406px;
}

.max-height-407 {
  max-height: 407px;
}

.max-height-408 {
  max-height: 408px;
}

.max-height-409 {
  max-height: 409px;
}

.max-height-410 {
  max-height: 410px;
}

.max-height-411 {
  max-height: 411px;
}

.max-height-412 {
  max-height: 412px;
}

.max-height-413 {
  max-height: 413px;
}

.max-height-414 {
  max-height: 414px;
}

.max-height-415 {
  max-height: 415px;
}

.max-height-416 {
  max-height: 416px;
}

.max-height-417 {
  max-height: 417px;
}

.max-height-418 {
  max-height: 418px;
}

.max-height-419 {
  max-height: 419px;
}

.max-height-420 {
  max-height: 420px;
}

.max-height-421 {
  max-height: 421px;
}

.max-height-422 {
  max-height: 422px;
}

.max-height-423 {
  max-height: 423px;
}

.max-height-424 {
  max-height: 424px;
}

.max-height-425 {
  max-height: 425px;
}

.max-height-426 {
  max-height: 426px;
}

.max-height-427 {
  max-height: 427px;
}

.max-height-428 {
  max-height: 428px;
}

.max-height-429 {
  max-height: 429px;
}

.max-height-430 {
  max-height: 430px;
}

.max-height-431 {
  max-height: 431px;
}

.max-height-432 {
  max-height: 432px;
}

.max-height-433 {
  max-height: 433px;
}

.max-height-434 {
  max-height: 434px;
}

.max-height-435 {
  max-height: 435px;
}

.max-height-436 {
  max-height: 436px;
}

.max-height-437 {
  max-height: 437px;
}

.max-height-438 {
  max-height: 438px;
}

.max-height-439 {
  max-height: 439px;
}

.max-height-440 {
  max-height: 440px;
}

.max-height-441 {
  max-height: 441px;
}

.max-height-442 {
  max-height: 442px;
}

.max-height-443 {
  max-height: 443px;
}

.max-height-444 {
  max-height: 444px;
}

.max-height-445 {
  max-height: 445px;
}

.max-height-446 {
  max-height: 446px;
}

.max-height-447 {
  max-height: 447px;
}

.max-height-448 {
  max-height: 448px;
}

.max-height-449 {
  max-height: 449px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-451 {
  max-height: 451px;
}

.max-height-452 {
  max-height: 452px;
}

.max-height-453 {
  max-height: 453px;
}

.max-height-454 {
  max-height: 454px;
}

.max-height-455 {
  max-height: 455px;
}

.max-height-456 {
  max-height: 456px;
}

.max-height-457 {
  max-height: 457px;
}

.max-height-458 {
  max-height: 458px;
}

.max-height-459 {
  max-height: 459px;
}

.max-height-460 {
  max-height: 460px;
}

.max-height-461 {
  max-height: 461px;
}

.max-height-462 {
  max-height: 462px;
}

.max-height-463 {
  max-height: 463px;
}

.max-height-464 {
  max-height: 464px;
}

.max-height-465 {
  max-height: 465px;
}

.max-height-466 {
  max-height: 466px;
}

.max-height-467 {
  max-height: 467px;
}

.max-height-468 {
  max-height: 468px;
}

.max-height-469 {
  max-height: 469px;
}

.max-height-470 {
  max-height: 470px;
}

.max-height-471 {
  max-height: 471px;
}

.max-height-472 {
  max-height: 472px;
}

.max-height-473 {
  max-height: 473px;
}

.max-height-474 {
  max-height: 474px;
}

.max-height-475 {
  max-height: 475px;
}

.max-height-476 {
  max-height: 476px;
}

.max-height-477 {
  max-height: 477px;
}

.max-height-478 {
  max-height: 478px;
}

.max-height-479 {
  max-height: 479px;
}

.max-height-480 {
  max-height: 480px;
}

.max-height-481 {
  max-height: 481px;
}

.max-height-482 {
  max-height: 482px;
}

.max-height-483 {
  max-height: 483px;
}

.max-height-484 {
  max-height: 484px;
}

.max-height-485 {
  max-height: 485px;
}

.max-height-486 {
  max-height: 486px;
}

.max-height-487 {
  max-height: 487px;
}

.max-height-488 {
  max-height: 488px;
}

.max-height-489 {
  max-height: 489px;
}

.max-height-490 {
  max-height: 490px;
}

.max-height-491 {
  max-height: 491px;
}

.max-height-492 {
  max-height: 492px;
}

.max-height-493 {
  max-height: 493px;
}

.max-height-494 {
  max-height: 494px;
}

.max-height-495 {
  max-height: 495px;
}

.max-height-496 {
  max-height: 496px;
}

.max-height-497 {
  max-height: 497px;
}

.max-height-498 {
  max-height: 498px;
}

.max-height-499 {
  max-height: 499px;
}

.max-height-500 {
  max-height: 500px;
}

.max-height-501 {
  max-height: 501px;
}

.max-height-502 {
  max-height: 502px;
}

.max-height-503 {
  max-height: 503px;
}

.max-height-504 {
  max-height: 504px;
}

.max-height-505 {
  max-height: 505px;
}

.max-height-506 {
  max-height: 506px;
}

.max-height-507 {
  max-height: 507px;
}

.max-height-508 {
  max-height: 508px;
}

.max-height-509 {
  max-height: 509px;
}

.max-height-510 {
  max-height: 510px;
}

.max-height-511 {
  max-height: 511px;
}

.max-height-512 {
  max-height: 512px;
}

.max-height-513 {
  max-height: 513px;
}

.max-height-514 {
  max-height: 514px;
}

.max-height-515 {
  max-height: 515px;
}

.max-height-516 {
  max-height: 516px;
}

.max-height-517 {
  max-height: 517px;
}

.max-height-518 {
  max-height: 518px;
}

.max-height-519 {
  max-height: 519px;
}

.max-height-520 {
  max-height: 520px;
}

.max-height-521 {
  max-height: 521px;
}

.max-height-522 {
  max-height: 522px;
}

.max-height-523 {
  max-height: 523px;
}

.max-height-524 {
  max-height: 524px;
}

.max-height-525 {
  max-height: 525px;
}

.max-height-526 {
  max-height: 526px;
}

.max-height-527 {
  max-height: 527px;
}

.max-height-528 {
  max-height: 528px;
}

.max-height-529 {
  max-height: 529px;
}

.max-height-530 {
  max-height: 530px;
}

.max-height-531 {
  max-height: 531px;
}

.max-height-532 {
  max-height: 532px;
}

.max-height-533 {
  max-height: 533px;
}

.max-height-534 {
  max-height: 534px;
}

.max-height-535 {
  max-height: 535px;
}

.max-height-536 {
  max-height: 536px;
}

.max-height-537 {
  max-height: 537px;
}

.max-height-538 {
  max-height: 538px;
}

.max-height-539 {
  max-height: 539px;
}

.max-height-540 {
  max-height: 540px;
}

.max-height-541 {
  max-height: 541px;
}

.max-height-542 {
  max-height: 542px;
}

.max-height-543 {
  max-height: 543px;
}

.max-height-544 {
  max-height: 544px;
}

.max-height-545 {
  max-height: 545px;
}

.max-height-546 {
  max-height: 546px;
}

.max-height-547 {
  max-height: 547px;
}

.max-height-548 {
  max-height: 548px;
}

.max-height-549 {
  max-height: 549px;
}

.max-height-550 {
  max-height: 550px;
}

.max-height-551 {
  max-height: 551px;
}

.max-height-552 {
  max-height: 552px;
}

.max-height-553 {
  max-height: 553px;
}

.max-height-554 {
  max-height: 554px;
}

.max-height-555 {
  max-height: 555px;
}

.max-height-556 {
  max-height: 556px;
}

.max-height-557 {
  max-height: 557px;
}

.max-height-558 {
  max-height: 558px;
}

.max-height-559 {
  max-height: 559px;
}

.max-height-560 {
  max-height: 560px;
}

.max-height-561 {
  max-height: 561px;
}

.max-height-562 {
  max-height: 562px;
}

.max-height-563 {
  max-height: 563px;
}

.max-height-564 {
  max-height: 564px;
}

.max-height-565 {
  max-height: 565px;
}

.max-height-566 {
  max-height: 566px;
}

.max-height-567 {
  max-height: 567px;
}

.max-height-568 {
  max-height: 568px;
}

.max-height-569 {
  max-height: 569px;
}

.max-height-570 {
  max-height: 570px;
}

.max-height-571 {
  max-height: 571px;
}

.max-height-572 {
  max-height: 572px;
}

.max-height-573 {
  max-height: 573px;
}

.max-height-574 {
  max-height: 574px;
}

.max-height-575 {
  max-height: 575px;
}

.max-height-576 {
  max-height: 576px;
}

.max-height-577 {
  max-height: 577px;
}

.max-height-578 {
  max-height: 578px;
}

.max-height-579 {
  max-height: 579px;
}

.max-height-580 {
  max-height: 580px;
}

.max-height-581 {
  max-height: 581px;
}

.max-height-582 {
  max-height: 582px;
}

.max-height-583 {
  max-height: 583px;
}

.max-height-584 {
  max-height: 584px;
}

.max-height-585 {
  max-height: 585px;
}

.max-height-586 {
  max-height: 586px;
}

.max-height-587 {
  max-height: 587px;
}

.max-height-588 {
  max-height: 588px;
}

.max-height-589 {
  max-height: 589px;
}

.max-height-590 {
  max-height: 590px;
}

.max-height-591 {
  max-height: 591px;
}

.max-height-592 {
  max-height: 592px;
}

.max-height-593 {
  max-height: 593px;
}

.max-height-594 {
  max-height: 594px;
}

.max-height-595 {
  max-height: 595px;
}

.max-height-596 {
  max-height: 596px;
}

.max-height-597 {
  max-height: 597px;
}

.max-height-598 {
  max-height: 598px;
}

.max-height-599 {
  max-height: 599px;
}

.max-height-600 {
  max-height: 600px;
}

.max-height-601 {
  max-height: 601px;
}

.max-height-602 {
  max-height: 602px;
}

.max-height-603 {
  max-height: 603px;
}

.max-height-604 {
  max-height: 604px;
}

.max-height-605 {
  max-height: 605px;
}

.max-height-606 {
  max-height: 606px;
}

.max-height-607 {
  max-height: 607px;
}

.max-height-608 {
  max-height: 608px;
}

.max-height-609 {
  max-height: 609px;
}

.max-height-610 {
  max-height: 610px;
}

.max-height-611 {
  max-height: 611px;
}

.max-height-612 {
  max-height: 612px;
}

.max-height-613 {
  max-height: 613px;
}

.max-height-614 {
  max-height: 614px;
}

.max-height-615 {
  max-height: 615px;
}

.max-height-616 {
  max-height: 616px;
}

.max-height-617 {
  max-height: 617px;
}

.max-height-618 {
  max-height: 618px;
}

.max-height-619 {
  max-height: 619px;
}

.max-height-620 {
  max-height: 620px;
}

.max-height-621 {
  max-height: 621px;
}

.max-height-622 {
  max-height: 622px;
}

.max-height-623 {
  max-height: 623px;
}

.max-height-624 {
  max-height: 624px;
}

.max-height-625 {
  max-height: 625px;
}

.max-height-626 {
  max-height: 626px;
}

.max-height-627 {
  max-height: 627px;
}

.max-height-628 {
  max-height: 628px;
}

.max-height-629 {
  max-height: 629px;
}

.max-height-630 {
  max-height: 630px;
}

.max-height-631 {
  max-height: 631px;
}

.max-height-632 {
  max-height: 632px;
}

.max-height-633 {
  max-height: 633px;
}

.max-height-634 {
  max-height: 634px;
}

.max-height-635 {
  max-height: 635px;
}

.max-height-636 {
  max-height: 636px;
}

.max-height-637 {
  max-height: 637px;
}

.max-height-638 {
  max-height: 638px;
}

.max-height-639 {
  max-height: 639px;
}

.max-height-640 {
  max-height: 640px;
}

.max-height-641 {
  max-height: 641px;
}

.max-height-642 {
  max-height: 642px;
}

.max-height-643 {
  max-height: 643px;
}

.max-height-644 {
  max-height: 644px;
}

.max-height-645 {
  max-height: 645px;
}

.max-height-646 {
  max-height: 646px;
}

.max-height-647 {
  max-height: 647px;
}

.max-height-648 {
  max-height: 648px;
}

.max-height-649 {
  max-height: 649px;
}

.max-height-650 {
  max-height: 650px;
}

.max-height-651 {
  max-height: 651px;
}

.max-height-652 {
  max-height: 652px;
}

.max-height-653 {
  max-height: 653px;
}

.max-height-654 {
  max-height: 654px;
}

.max-height-655 {
  max-height: 655px;
}

.max-height-656 {
  max-height: 656px;
}

.max-height-657 {
  max-height: 657px;
}

.max-height-658 {
  max-height: 658px;
}

.max-height-659 {
  max-height: 659px;
}

.max-height-660 {
  max-height: 660px;
}

.max-height-661 {
  max-height: 661px;
}

.max-height-662 {
  max-height: 662px;
}

.max-height-663 {
  max-height: 663px;
}

.max-height-664 {
  max-height: 664px;
}

.max-height-665 {
  max-height: 665px;
}

.max-height-666 {
  max-height: 666px;
}

.max-height-667 {
  max-height: 667px;
}

.max-height-668 {
  max-height: 668px;
}

.max-height-669 {
  max-height: 669px;
}

.max-height-670 {
  max-height: 670px;
}

.max-height-671 {
  max-height: 671px;
}

.max-height-672 {
  max-height: 672px;
}

.max-height-673 {
  max-height: 673px;
}

.max-height-674 {
  max-height: 674px;
}

.max-height-675 {
  max-height: 675px;
}

.max-height-676 {
  max-height: 676px;
}

.max-height-677 {
  max-height: 677px;
}

.max-height-678 {
  max-height: 678px;
}

.max-height-679 {
  max-height: 679px;
}

.max-height-680 {
  max-height: 680px;
}

.max-height-681 {
  max-height: 681px;
}

.max-height-682 {
  max-height: 682px;
}

.max-height-683 {
  max-height: 683px;
}

.max-height-684 {
  max-height: 684px;
}

.max-height-685 {
  max-height: 685px;
}

.max-height-686 {
  max-height: 686px;
}

.max-height-687 {
  max-height: 687px;
}

.max-height-688 {
  max-height: 688px;
}

.max-height-689 {
  max-height: 689px;
}

.max-height-690 {
  max-height: 690px;
}

.max-height-691 {
  max-height: 691px;
}

.max-height-692 {
  max-height: 692px;
}

.max-height-693 {
  max-height: 693px;
}

.max-height-694 {
  max-height: 694px;
}

.max-height-695 {
  max-height: 695px;
}

.max-height-696 {
  max-height: 696px;
}

.max-height-697 {
  max-height: 697px;
}

.max-height-698 {
  max-height: 698px;
}

.max-height-699 {
  max-height: 699px;
}

.max-height-700 {
  max-height: 700px;
}

.max-height-701 {
  max-height: 701px;
}

.max-height-702 {
  max-height: 702px;
}

.max-height-703 {
  max-height: 703px;
}

.max-height-704 {
  max-height: 704px;
}

.max-height-705 {
  max-height: 705px;
}

.max-height-706 {
  max-height: 706px;
}

.max-height-707 {
  max-height: 707px;
}

.max-height-708 {
  max-height: 708px;
}

.max-height-709 {
  max-height: 709px;
}

.max-height-710 {
  max-height: 710px;
}

.max-height-711 {
  max-height: 711px;
}

.max-height-712 {
  max-height: 712px;
}

.max-height-713 {
  max-height: 713px;
}

.max-height-714 {
  max-height: 714px;
}

.max-height-715 {
  max-height: 715px;
}

.max-height-716 {
  max-height: 716px;
}

.max-height-717 {
  max-height: 717px;
}

.max-height-718 {
  max-height: 718px;
}

.max-height-719 {
  max-height: 719px;
}

.max-height-720 {
  max-height: 720px;
}

.max-height-721 {
  max-height: 721px;
}

.max-height-722 {
  max-height: 722px;
}

.max-height-723 {
  max-height: 723px;
}

.max-height-724 {
  max-height: 724px;
}

.max-height-725 {
  max-height: 725px;
}

.max-height-726 {
  max-height: 726px;
}

.max-height-727 {
  max-height: 727px;
}

.max-height-728 {
  max-height: 728px;
}

.max-height-729 {
  max-height: 729px;
}

.max-height-730 {
  max-height: 730px;
}

.max-height-731 {
  max-height: 731px;
}

.max-height-732 {
  max-height: 732px;
}

.max-height-733 {
  max-height: 733px;
}

.max-height-734 {
  max-height: 734px;
}

.max-height-735 {
  max-height: 735px;
}

.max-height-736 {
  max-height: 736px;
}

.max-height-737 {
  max-height: 737px;
}

.max-height-738 {
  max-height: 738px;
}

.max-height-739 {
  max-height: 739px;
}

.max-height-740 {
  max-height: 740px;
}

.max-height-741 {
  max-height: 741px;
}

.max-height-742 {
  max-height: 742px;
}

.max-height-743 {
  max-height: 743px;
}

.max-height-744 {
  max-height: 744px;
}

.max-height-745 {
  max-height: 745px;
}

.max-height-746 {
  max-height: 746px;
}

.max-height-747 {
  max-height: 747px;
}

.max-height-748 {
  max-height: 748px;
}

.max-height-749 {
  max-height: 749px;
}

.max-height-750 {
  max-height: 750px;
}

.max-height-751 {
  max-height: 751px;
}

.max-height-752 {
  max-height: 752px;
}

.max-height-753 {
  max-height: 753px;
}

.max-height-754 {
  max-height: 754px;
}

.max-height-755 {
  max-height: 755px;
}

.max-height-756 {
  max-height: 756px;
}

.max-height-757 {
  max-height: 757px;
}

.max-height-758 {
  max-height: 758px;
}

.max-height-759 {
  max-height: 759px;
}

.max-height-760 {
  max-height: 760px;
}

.max-height-761 {
  max-height: 761px;
}

.max-height-762 {
  max-height: 762px;
}

.max-height-763 {
  max-height: 763px;
}

.max-height-764 {
  max-height: 764px;
}

.max-height-765 {
  max-height: 765px;
}

.max-height-766 {
  max-height: 766px;
}

.max-height-767 {
  max-height: 767px;
}

.max-height-768 {
  max-height: 768px;
}

.max-height-769 {
  max-height: 769px;
}

.max-height-770 {
  max-height: 770px;
}

.max-height-771 {
  max-height: 771px;
}

.max-height-772 {
  max-height: 772px;
}

.max-height-773 {
  max-height: 773px;
}

.max-height-774 {
  max-height: 774px;
}

.max-height-775 {
  max-height: 775px;
}

.max-height-776 {
  max-height: 776px;
}

.max-height-777 {
  max-height: 777px;
}

.max-height-778 {
  max-height: 778px;
}

.max-height-779 {
  max-height: 779px;
}

.max-height-780 {
  max-height: 780px;
}

.max-height-781 {
  max-height: 781px;
}

.max-height-782 {
  max-height: 782px;
}

.max-height-783 {
  max-height: 783px;
}

.max-height-784 {
  max-height: 784px;
}

.max-height-785 {
  max-height: 785px;
}

.max-height-786 {
  max-height: 786px;
}

.max-height-787 {
  max-height: 787px;
}

.max-height-788 {
  max-height: 788px;
}

.max-height-789 {
  max-height: 789px;
}

.max-height-790 {
  max-height: 790px;
}

.max-height-791 {
  max-height: 791px;
}

.max-height-792 {
  max-height: 792px;
}

.max-height-793 {
  max-height: 793px;
}

.max-height-794 {
  max-height: 794px;
}

.max-height-795 {
  max-height: 795px;
}

.max-height-796 {
  max-height: 796px;
}

.max-height-797 {
  max-height: 797px;
}

.max-height-798 {
  max-height: 798px;
}

.max-height-799 {
  max-height: 799px;
}

.max-height-800 {
  max-height: 800px;
}

.max-height-801 {
  max-height: 801px;
}

.max-height-802 {
  max-height: 802px;
}

.max-height-803 {
  max-height: 803px;
}

.max-height-804 {
  max-height: 804px;
}

.max-height-805 {
  max-height: 805px;
}

.max-height-806 {
  max-height: 806px;
}

.max-height-807 {
  max-height: 807px;
}

.max-height-808 {
  max-height: 808px;
}

.max-height-809 {
  max-height: 809px;
}

.max-height-810 {
  max-height: 810px;
}

.max-height-811 {
  max-height: 811px;
}

.max-height-812 {
  max-height: 812px;
}

.max-height-813 {
  max-height: 813px;
}

.max-height-814 {
  max-height: 814px;
}

.max-height-815 {
  max-height: 815px;
}

.max-height-816 {
  max-height: 816px;
}

.max-height-817 {
  max-height: 817px;
}

.max-height-818 {
  max-height: 818px;
}

.max-height-819 {
  max-height: 819px;
}

.max-height-820 {
  max-height: 820px;
}

.max-height-821 {
  max-height: 821px;
}

.max-height-822 {
  max-height: 822px;
}

.max-height-823 {
  max-height: 823px;
}

.max-height-824 {
  max-height: 824px;
}

.max-height-825 {
  max-height: 825px;
}

.max-height-826 {
  max-height: 826px;
}

.max-height-827 {
  max-height: 827px;
}

.max-height-828 {
  max-height: 828px;
}

.max-height-829 {
  max-height: 829px;
}

.max-height-830 {
  max-height: 830px;
}

.max-height-831 {
  max-height: 831px;
}

.max-height-832 {
  max-height: 832px;
}

.max-height-833 {
  max-height: 833px;
}

.max-height-834 {
  max-height: 834px;
}

.max-height-835 {
  max-height: 835px;
}

.max-height-836 {
  max-height: 836px;
}

.max-height-837 {
  max-height: 837px;
}

.max-height-838 {
  max-height: 838px;
}

.max-height-839 {
  max-height: 839px;
}

.max-height-840 {
  max-height: 840px;
}

.max-height-841 {
  max-height: 841px;
}

.max-height-842 {
  max-height: 842px;
}

.max-height-843 {
  max-height: 843px;
}

.max-height-844 {
  max-height: 844px;
}

.max-height-845 {
  max-height: 845px;
}

.max-height-846 {
  max-height: 846px;
}

.max-height-847 {
  max-height: 847px;
}

.max-height-848 {
  max-height: 848px;
}

.max-height-849 {
  max-height: 849px;
}

.max-height-850 {
  max-height: 850px;
}

.max-height-851 {
  max-height: 851px;
}

.max-height-852 {
  max-height: 852px;
}

.max-height-853 {
  max-height: 853px;
}

.max-height-854 {
  max-height: 854px;
}

.max-height-855 {
  max-height: 855px;
}

.max-height-856 {
  max-height: 856px;
}

.max-height-857 {
  max-height: 857px;
}

.max-height-858 {
  max-height: 858px;
}

.max-height-859 {
  max-height: 859px;
}

.max-height-860 {
  max-height: 860px;
}

.max-height-861 {
  max-height: 861px;
}

.max-height-862 {
  max-height: 862px;
}

.max-height-863 {
  max-height: 863px;
}

.max-height-864 {
  max-height: 864px;
}

.max-height-865 {
  max-height: 865px;
}

.max-height-866 {
  max-height: 866px;
}

.max-height-867 {
  max-height: 867px;
}

.max-height-868 {
  max-height: 868px;
}

.max-height-869 {
  max-height: 869px;
}

.max-height-870 {
  max-height: 870px;
}

.max-height-871 {
  max-height: 871px;
}

.max-height-872 {
  max-height: 872px;
}

.max-height-873 {
  max-height: 873px;
}

.max-height-874 {
  max-height: 874px;
}

.max-height-875 {
  max-height: 875px;
}

.max-height-876 {
  max-height: 876px;
}

.max-height-877 {
  max-height: 877px;
}

.max-height-878 {
  max-height: 878px;
}

.max-height-879 {
  max-height: 879px;
}

.max-height-880 {
  max-height: 880px;
}

.max-height-881 {
  max-height: 881px;
}

.max-height-882 {
  max-height: 882px;
}

.max-height-883 {
  max-height: 883px;
}

.max-height-884 {
  max-height: 884px;
}

.max-height-885 {
  max-height: 885px;
}

.max-height-886 {
  max-height: 886px;
}

.max-height-887 {
  max-height: 887px;
}

.max-height-888 {
  max-height: 888px;
}

.max-height-889 {
  max-height: 889px;
}

.max-height-890 {
  max-height: 890px;
}

.max-height-891 {
  max-height: 891px;
}

.max-height-892 {
  max-height: 892px;
}

.max-height-893 {
  max-height: 893px;
}

.max-height-894 {
  max-height: 894px;
}

.max-height-895 {
  max-height: 895px;
}

.max-height-896 {
  max-height: 896px;
}

.max-height-897 {
  max-height: 897px;
}

.max-height-898 {
  max-height: 898px;
}

.max-height-899 {
  max-height: 899px;
}

.max-height-900 {
  max-height: 900px;
}

.max-height-901 {
  max-height: 901px;
}

.max-height-902 {
  max-height: 902px;
}

.max-height-903 {
  max-height: 903px;
}

.max-height-904 {
  max-height: 904px;
}

.max-height-905 {
  max-height: 905px;
}

.max-height-906 {
  max-height: 906px;
}

.max-height-907 {
  max-height: 907px;
}

.max-height-908 {
  max-height: 908px;
}

.max-height-909 {
  max-height: 909px;
}

.max-height-910 {
  max-height: 910px;
}

.max-height-911 {
  max-height: 911px;
}

.max-height-912 {
  max-height: 912px;
}

.max-height-913 {
  max-height: 913px;
}

.max-height-914 {
  max-height: 914px;
}

.max-height-915 {
  max-height: 915px;
}

.max-height-916 {
  max-height: 916px;
}

.max-height-917 {
  max-height: 917px;
}

.max-height-918 {
  max-height: 918px;
}

.max-height-919 {
  max-height: 919px;
}

.max-height-920 {
  max-height: 920px;
}

.max-height-921 {
  max-height: 921px;
}

.max-height-922 {
  max-height: 922px;
}

.max-height-923 {
  max-height: 923px;
}

.max-height-924 {
  max-height: 924px;
}

.max-height-925 {
  max-height: 925px;
}

.max-height-926 {
  max-height: 926px;
}

.max-height-927 {
  max-height: 927px;
}

.max-height-928 {
  max-height: 928px;
}

.max-height-929 {
  max-height: 929px;
}

.max-height-930 {
  max-height: 930px;
}

.max-height-931 {
  max-height: 931px;
}

.max-height-932 {
  max-height: 932px;
}

.max-height-933 {
  max-height: 933px;
}

.max-height-934 {
  max-height: 934px;
}

.max-height-935 {
  max-height: 935px;
}

.max-height-936 {
  max-height: 936px;
}

.max-height-937 {
  max-height: 937px;
}

.max-height-938 {
  max-height: 938px;
}

.max-height-939 {
  max-height: 939px;
}

.max-height-940 {
  max-height: 940px;
}

.max-height-941 {
  max-height: 941px;
}

.max-height-942 {
  max-height: 942px;
}

.max-height-943 {
  max-height: 943px;
}

.max-height-944 {
  max-height: 944px;
}

.max-height-945 {
  max-height: 945px;
}

.max-height-946 {
  max-height: 946px;
}

.max-height-947 {
  max-height: 947px;
}

.max-height-948 {
  max-height: 948px;
}

.max-height-949 {
  max-height: 949px;
}

.max-height-950 {
  max-height: 950px;
}

.max-height-951 {
  max-height: 951px;
}

.max-height-952 {
  max-height: 952px;
}

.max-height-953 {
  max-height: 953px;
}

.max-height-954 {
  max-height: 954px;
}

.max-height-955 {
  max-height: 955px;
}

.max-height-956 {
  max-height: 956px;
}

.max-height-957 {
  max-height: 957px;
}

.max-height-958 {
  max-height: 958px;
}

.max-height-959 {
  max-height: 959px;
}

.max-height-960 {
  max-height: 960px;
}

.max-height-961 {
  max-height: 961px;
}

.max-height-962 {
  max-height: 962px;
}

.max-height-963 {
  max-height: 963px;
}

.max-height-964 {
  max-height: 964px;
}

.max-height-965 {
  max-height: 965px;
}

.max-height-966 {
  max-height: 966px;
}

.max-height-967 {
  max-height: 967px;
}

.max-height-968 {
  max-height: 968px;
}

.max-height-969 {
  max-height: 969px;
}

.max-height-970 {
  max-height: 970px;
}

.max-height-971 {
  max-height: 971px;
}

.max-height-972 {
  max-height: 972px;
}

.max-height-973 {
  max-height: 973px;
}

.max-height-974 {
  max-height: 974px;
}

.max-height-975 {
  max-height: 975px;
}

.max-height-976 {
  max-height: 976px;
}

.max-height-977 {
  max-height: 977px;
}

.max-height-978 {
  max-height: 978px;
}

.max-height-979 {
  max-height: 979px;
}

.max-height-980 {
  max-height: 980px;
}

.max-height-981 {
  max-height: 981px;
}

.max-height-982 {
  max-height: 982px;
}

.max-height-983 {
  max-height: 983px;
}

.max-height-984 {
  max-height: 984px;
}

.max-height-985 {
  max-height: 985px;
}

.max-height-986 {
  max-height: 986px;
}

.max-height-987 {
  max-height: 987px;
}

.max-height-988 {
  max-height: 988px;
}

.max-height-989 {
  max-height: 989px;
}

.max-height-990 {
  max-height: 990px;
}

.max-height-991 {
  max-height: 991px;
}

.max-height-992 {
  max-height: 992px;
}

.max-height-993 {
  max-height: 993px;
}

.max-height-994 {
  max-height: 994px;
}

.max-height-995 {
  max-height: 995px;
}

.max-height-996 {
  max-height: 996px;
}

.max-height-997 {
  max-height: 997px;
}

.max-height-998 {
  max-height: 998px;
}

.max-height-999 {
  max-height: 999px;
}

.max-height-1000 {
  max-height: 1000px;
}

.max-height-1001 {
  max-height: 1001px;
}

.max-height-1002 {
  max-height: 1002px;
}

.max-height-1003 {
  max-height: 1003px;
}

.max-height-1004 {
  max-height: 1004px;
}

.max-height-1005 {
  max-height: 1005px;
}

.max-height-1006 {
  max-height: 1006px;
}

.max-height-1007 {
  max-height: 1007px;
}

.max-height-1008 {
  max-height: 1008px;
}

.max-height-1009 {
  max-height: 1009px;
}

.max-height-1010 {
  max-height: 1010px;
}

.max-height-1011 {
  max-height: 1011px;
}

.max-height-1012 {
  max-height: 1012px;
}

.max-height-1013 {
  max-height: 1013px;
}

.max-height-1014 {
  max-height: 1014px;
}

.max-height-1015 {
  max-height: 1015px;
}

.max-height-1016 {
  max-height: 1016px;
}

.max-height-1017 {
  max-height: 1017px;
}

.max-height-1018 {
  max-height: 1018px;
}

.max-height-1019 {
  max-height: 1019px;
}

.max-height-1020 {
  max-height: 1020px;
}

.max-height-1021 {
  max-height: 1021px;
}

.max-height-1022 {
  max-height: 1022px;
}

.max-height-1023 {
  max-height: 1023px;
}

.max-height-1024 {
  max-height: 1024px;
}

.max-height-1025 {
  max-height: 1025px;
}

.max-height-1026 {
  max-height: 1026px;
}

.max-height-1027 {
  max-height: 1027px;
}

.max-height-1028 {
  max-height: 1028px;
}

.max-height-1029 {
  max-height: 1029px;
}

.max-height-1030 {
  max-height: 1030px;
}

.max-height-1031 {
  max-height: 1031px;
}

.max-height-1032 {
  max-height: 1032px;
}

.max-height-1033 {
  max-height: 1033px;
}

.max-height-1034 {
  max-height: 1034px;
}

.max-height-1035 {
  max-height: 1035px;
}

.max-height-1036 {
  max-height: 1036px;
}

.max-height-1037 {
  max-height: 1037px;
}

.max-height-1038 {
  max-height: 1038px;
}

.max-height-1039 {
  max-height: 1039px;
}

.max-height-1040 {
  max-height: 1040px;
}

.max-height-1041 {
  max-height: 1041px;
}

.max-height-1042 {
  max-height: 1042px;
}

.max-height-1043 {
  max-height: 1043px;
}

.max-height-1044 {
  max-height: 1044px;
}

.max-height-1045 {
  max-height: 1045px;
}

.max-height-1046 {
  max-height: 1046px;
}

.max-height-1047 {
  max-height: 1047px;
}

.max-height-1048 {
  max-height: 1048px;
}

.max-height-1049 {
  max-height: 1049px;
}

.max-height-1050 {
  max-height: 1050px;
}

.max-height-1051 {
  max-height: 1051px;
}

.max-height-1052 {
  max-height: 1052px;
}

.max-height-1053 {
  max-height: 1053px;
}

.max-height-1054 {
  max-height: 1054px;
}

.max-height-1055 {
  max-height: 1055px;
}

.max-height-1056 {
  max-height: 1056px;
}

.max-height-1057 {
  max-height: 1057px;
}

.max-height-1058 {
  max-height: 1058px;
}

.max-height-1059 {
  max-height: 1059px;
}

.max-height-1060 {
  max-height: 1060px;
}

.max-height-1061 {
  max-height: 1061px;
}

.max-height-1062 {
  max-height: 1062px;
}

.max-height-1063 {
  max-height: 1063px;
}

.max-height-1064 {
  max-height: 1064px;
}

.max-height-1065 {
  max-height: 1065px;
}

.max-height-1066 {
  max-height: 1066px;
}

.max-height-1067 {
  max-height: 1067px;
}

.max-height-1068 {
  max-height: 1068px;
}

.max-height-1069 {
  max-height: 1069px;
}

.max-height-1070 {
  max-height: 1070px;
}

.max-height-1071 {
  max-height: 1071px;
}

.max-height-1072 {
  max-height: 1072px;
}

.max-height-1073 {
  max-height: 1073px;
}

.max-height-1074 {
  max-height: 1074px;
}

.max-height-1075 {
  max-height: 1075px;
}

.max-height-1076 {
  max-height: 1076px;
}

.max-height-1077 {
  max-height: 1077px;
}

.max-height-1078 {
  max-height: 1078px;
}

.max-height-1079 {
  max-height: 1079px;
}

.max-height-1080 {
  max-height: 1080px;
}

.max-height-1081 {
  max-height: 1081px;
}

.max-height-1082 {
  max-height: 1082px;
}

.max-height-1083 {
  max-height: 1083px;
}

.max-height-1084 {
  max-height: 1084px;
}

.max-height-1085 {
  max-height: 1085px;
}

.max-height-1086 {
  max-height: 1086px;
}

.max-height-1087 {
  max-height: 1087px;
}

.max-height-1088 {
  max-height: 1088px;
}

.max-height-1089 {
  max-height: 1089px;
}

.max-height-1090 {
  max-height: 1090px;
}

.max-height-1091 {
  max-height: 1091px;
}

.max-height-1092 {
  max-height: 1092px;
}

.max-height-1093 {
  max-height: 1093px;
}

.max-height-1094 {
  max-height: 1094px;
}

.max-height-1095 {
  max-height: 1095px;
}

.max-height-1096 {
  max-height: 1096px;
}

.max-height-1097 {
  max-height: 1097px;
}

.max-height-1098 {
  max-height: 1098px;
}

.max-height-1099 {
  max-height: 1099px;
}

.max-height-1100 {
  max-height: 1100px;
}

.max-height-1101 {
  max-height: 1101px;
}

.max-height-1102 {
  max-height: 1102px;
}

.max-height-1103 {
  max-height: 1103px;
}

.max-height-1104 {
  max-height: 1104px;
}

.max-height-1105 {
  max-height: 1105px;
}

.max-height-1106 {
  max-height: 1106px;
}

.max-height-1107 {
  max-height: 1107px;
}

.max-height-1108 {
  max-height: 1108px;
}

.max-height-1109 {
  max-height: 1109px;
}

.max-height-1110 {
  max-height: 1110px;
}

.max-height-1111 {
  max-height: 1111px;
}

.max-height-1112 {
  max-height: 1112px;
}

.max-height-1113 {
  max-height: 1113px;
}

.max-height-1114 {
  max-height: 1114px;
}

.max-height-1115 {
  max-height: 1115px;
}

.max-height-1116 {
  max-height: 1116px;
}

.max-height-1117 {
  max-height: 1117px;
}

.max-height-1118 {
  max-height: 1118px;
}

.max-height-1119 {
  max-height: 1119px;
}

.max-height-1120 {
  max-height: 1120px;
}

.max-height-1121 {
  max-height: 1121px;
}

.max-height-1122 {
  max-height: 1122px;
}

.max-height-1123 {
  max-height: 1123px;
}

.max-height-1124 {
  max-height: 1124px;
}

.max-height-1125 {
  max-height: 1125px;
}

.max-height-1126 {
  max-height: 1126px;
}

.max-height-1127 {
  max-height: 1127px;
}

.max-height-1128 {
  max-height: 1128px;
}

.max-height-1129 {
  max-height: 1129px;
}

.max-height-1130 {
  max-height: 1130px;
}

.max-height-1131 {
  max-height: 1131px;
}

.max-height-1132 {
  max-height: 1132px;
}

.max-height-1133 {
  max-height: 1133px;
}

.max-height-1134 {
  max-height: 1134px;
}

.max-height-1135 {
  max-height: 1135px;
}

.max-height-1136 {
  max-height: 1136px;
}

.max-height-1137 {
  max-height: 1137px;
}

.max-height-1138 {
  max-height: 1138px;
}

.max-height-1139 {
  max-height: 1139px;
}

.max-height-1140 {
  max-height: 1140px;
}

.max-height-1141 {
  max-height: 1141px;
}

.max-height-1142 {
  max-height: 1142px;
}

.max-height-1143 {
  max-height: 1143px;
}

.max-height-1144 {
  max-height: 1144px;
}

.max-height-1145 {
  max-height: 1145px;
}

.max-height-1146 {
  max-height: 1146px;
}

.max-height-1147 {
  max-height: 1147px;
}

.max-height-1148 {
  max-height: 1148px;
}

.max-height-1149 {
  max-height: 1149px;
}

.max-height-1150 {
  max-height: 1150px;
}

.max-height-1151 {
  max-height: 1151px;
}

.max-height-1152 {
  max-height: 1152px;
}

.max-height-1153 {
  max-height: 1153px;
}

.max-height-1154 {
  max-height: 1154px;
}

.max-height-1155 {
  max-height: 1155px;
}

.max-height-1156 {
  max-height: 1156px;
}

.max-height-1157 {
  max-height: 1157px;
}

.max-height-1158 {
  max-height: 1158px;
}

.max-height-1159 {
  max-height: 1159px;
}

.max-height-1160 {
  max-height: 1160px;
}

.max-height-1161 {
  max-height: 1161px;
}

.max-height-1162 {
  max-height: 1162px;
}

.max-height-1163 {
  max-height: 1163px;
}

.max-height-1164 {
  max-height: 1164px;
}

.max-height-1165 {
  max-height: 1165px;
}

.max-height-1166 {
  max-height: 1166px;
}

.max-height-1167 {
  max-height: 1167px;
}

.max-height-1168 {
  max-height: 1168px;
}

.max-height-1169 {
  max-height: 1169px;
}

.max-height-1170 {
  max-height: 1170px;
}

.max-height-1171 {
  max-height: 1171px;
}

.max-height-1172 {
  max-height: 1172px;
}

.max-height-1173 {
  max-height: 1173px;
}

.max-height-1174 {
  max-height: 1174px;
}

.max-height-1175 {
  max-height: 1175px;
}

.max-height-1176 {
  max-height: 1176px;
}

.max-height-1177 {
  max-height: 1177px;
}

.max-height-1178 {
  max-height: 1178px;
}

.max-height-1179 {
  max-height: 1179px;
}

.max-height-1180 {
  max-height: 1180px;
}

.max-height-1181 {
  max-height: 1181px;
}

.max-height-1182 {
  max-height: 1182px;
}

.max-height-1183 {
  max-height: 1183px;
}

.max-height-1184 {
  max-height: 1184px;
}

.max-height-1185 {
  max-height: 1185px;
}

.max-height-1186 {
  max-height: 1186px;
}

.max-height-1187 {
  max-height: 1187px;
}

.max-height-1188 {
  max-height: 1188px;
}

.max-height-1189 {
  max-height: 1189px;
}

.max-height-1190 {
  max-height: 1190px;
}

.max-height-1191 {
  max-height: 1191px;
}

.max-height-1192 {
  max-height: 1192px;
}

.max-height-1193 {
  max-height: 1193px;
}

.max-height-1194 {
  max-height: 1194px;
}

.max-height-1195 {
  max-height: 1195px;
}

.max-height-1196 {
  max-height: 1196px;
}

.max-height-1197 {
  max-height: 1197px;
}

.max-height-1198 {
  max-height: 1198px;
}

.max-height-1199 {
  max-height: 1199px;
}

.max-height-1200 {
  max-height: 1200px;
}

.max-height-1201 {
  max-height: 1201px;
}

.max-height-1202 {
  max-height: 1202px;
}

.max-height-1203 {
  max-height: 1203px;
}

.max-height-1204 {
  max-height: 1204px;
}

.max-height-1205 {
  max-height: 1205px;
}

.max-height-1206 {
  max-height: 1206px;
}

.max-height-1207 {
  max-height: 1207px;
}

.max-height-1208 {
  max-height: 1208px;
}

.max-height-1209 {
  max-height: 1209px;
}

.max-height-1210 {
  max-height: 1210px;
}

.max-height-1211 {
  max-height: 1211px;
}

.max-height-1212 {
  max-height: 1212px;
}

.max-height-1213 {
  max-height: 1213px;
}

.max-height-1214 {
  max-height: 1214px;
}

.max-height-1215 {
  max-height: 1215px;
}

.max-height-1216 {
  max-height: 1216px;
}

.max-height-1217 {
  max-height: 1217px;
}

.max-height-1218 {
  max-height: 1218px;
}

.max-height-1219 {
  max-height: 1219px;
}

.max-height-1220 {
  max-height: 1220px;
}

.max-height-1221 {
  max-height: 1221px;
}

.max-height-1222 {
  max-height: 1222px;
}

.max-height-1223 {
  max-height: 1223px;
}

.max-height-1224 {
  max-height: 1224px;
}

.max-height-1225 {
  max-height: 1225px;
}

.max-height-1226 {
  max-height: 1226px;
}

.max-height-1227 {
  max-height: 1227px;
}

.max-height-1228 {
  max-height: 1228px;
}

.max-height-1229 {
  max-height: 1229px;
}

.max-height-1230 {
  max-height: 1230px;
}

.max-height-1231 {
  max-height: 1231px;
}

.max-height-1232 {
  max-height: 1232px;
}

.max-height-1233 {
  max-height: 1233px;
}

.max-height-1234 {
  max-height: 1234px;
}

.max-height-1235 {
  max-height: 1235px;
}

.max-height-1236 {
  max-height: 1236px;
}

.max-height-1237 {
  max-height: 1237px;
}

.max-height-1238 {
  max-height: 1238px;
}

.max-height-1239 {
  max-height: 1239px;
}

.max-height-1240 {
  max-height: 1240px;
}

.max-height-1241 {
  max-height: 1241px;
}

.max-height-1242 {
  max-height: 1242px;
}

.max-height-1243 {
  max-height: 1243px;
}

.max-height-1244 {
  max-height: 1244px;
}

.max-height-1245 {
  max-height: 1245px;
}

.max-height-1246 {
  max-height: 1246px;
}

.max-height-1247 {
  max-height: 1247px;
}

.max-height-1248 {
  max-height: 1248px;
}

.max-height-1249 {
  max-height: 1249px;
}

.max-height-1250 {
  max-height: 1250px;
}

.max-height-1251 {
  max-height: 1251px;
}

.max-height-1252 {
  max-height: 1252px;
}

.max-height-1253 {
  max-height: 1253px;
}

.max-height-1254 {
  max-height: 1254px;
}

.max-height-1255 {
  max-height: 1255px;
}

.max-height-1256 {
  max-height: 1256px;
}

.max-height-1257 {
  max-height: 1257px;
}

.max-height-1258 {
  max-height: 1258px;
}

.max-height-1259 {
  max-height: 1259px;
}

.max-height-1260 {
  max-height: 1260px;
}

.max-height-1261 {
  max-height: 1261px;
}

.max-height-1262 {
  max-height: 1262px;
}

.max-height-1263 {
  max-height: 1263px;
}

.max-height-1264 {
  max-height: 1264px;
}

.max-height-1265 {
  max-height: 1265px;
}

.max-height-1266 {
  max-height: 1266px;
}

.max-height-1267 {
  max-height: 1267px;
}

.max-height-1268 {
  max-height: 1268px;
}

.max-height-1269 {
  max-height: 1269px;
}

.max-height-1270 {
  max-height: 1270px;
}

.max-height-1271 {
  max-height: 1271px;
}

.max-height-1272 {
  max-height: 1272px;
}

.max-height-1273 {
  max-height: 1273px;
}

.max-height-1274 {
  max-height: 1274px;
}

.max-height-1275 {
  max-height: 1275px;
}

.max-height-1276 {
  max-height: 1276px;
}

.max-height-1277 {
  max-height: 1277px;
}

.max-height-1278 {
  max-height: 1278px;
}

.max-height-1279 {
  max-height: 1279px;
}

.max-height-1280 {
  max-height: 1280px;
}

.max-height-1281 {
  max-height: 1281px;
}

.max-height-1282 {
  max-height: 1282px;
}

.max-height-1283 {
  max-height: 1283px;
}

.max-height-1284 {
  max-height: 1284px;
}

.max-height-1285 {
  max-height: 1285px;
}

.max-height-1286 {
  max-height: 1286px;
}

.max-height-1287 {
  max-height: 1287px;
}

.max-height-1288 {
  max-height: 1288px;
}

.max-height-1289 {
  max-height: 1289px;
}

.max-height-1290 {
  max-height: 1290px;
}

.max-height-1291 {
  max-height: 1291px;
}

.max-height-1292 {
  max-height: 1292px;
}

.max-height-1293 {
  max-height: 1293px;
}

.max-height-1294 {
  max-height: 1294px;
}

.max-height-1295 {
  max-height: 1295px;
}

.max-height-1296 {
  max-height: 1296px;
}

.max-height-1297 {
  max-height: 1297px;
}

.max-height-1298 {
  max-height: 1298px;
}

.max-height-1299 {
  max-height: 1299px;
}

.max-height-1300 {
  max-height: 1300px;
}

.max-height-1301 {
  max-height: 1301px;
}

.max-height-1302 {
  max-height: 1302px;
}

.max-height-1303 {
  max-height: 1303px;
}

.max-height-1304 {
  max-height: 1304px;
}

.max-height-1305 {
  max-height: 1305px;
}

.max-height-1306 {
  max-height: 1306px;
}

.max-height-1307 {
  max-height: 1307px;
}

.max-height-1308 {
  max-height: 1308px;
}

.max-height-1309 {
  max-height: 1309px;
}

.max-height-1310 {
  max-height: 1310px;
}

.max-height-1311 {
  max-height: 1311px;
}

.max-height-1312 {
  max-height: 1312px;
}

.max-height-1313 {
  max-height: 1313px;
}

.max-height-1314 {
  max-height: 1314px;
}

.max-height-1315 {
  max-height: 1315px;
}

.max-height-1316 {
  max-height: 1316px;
}

.max-height-1317 {
  max-height: 1317px;
}

.max-height-1318 {
  max-height: 1318px;
}

.max-height-1319 {
  max-height: 1319px;
}

.max-height-1320 {
  max-height: 1320px;
}

.max-height-1321 {
  max-height: 1321px;
}

.max-height-1322 {
  max-height: 1322px;
}

.max-height-1323 {
  max-height: 1323px;
}

.max-height-1324 {
  max-height: 1324px;
}

.max-height-1325 {
  max-height: 1325px;
}

.max-height-1326 {
  max-height: 1326px;
}

.max-height-1327 {
  max-height: 1327px;
}

.max-height-1328 {
  max-height: 1328px;
}

.max-height-1329 {
  max-height: 1329px;
}

.max-height-1330 {
  max-height: 1330px;
}

.max-height-1331 {
  max-height: 1331px;
}

.max-height-1332 {
  max-height: 1332px;
}

.max-height-1333 {
  max-height: 1333px;
}

.max-height-1334 {
  max-height: 1334px;
}

.max-height-1335 {
  max-height: 1335px;
}

.max-height-1336 {
  max-height: 1336px;
}

.max-height-1337 {
  max-height: 1337px;
}

.max-height-1338 {
  max-height: 1338px;
}

.max-height-1339 {
  max-height: 1339px;
}

.max-height-1340 {
  max-height: 1340px;
}

.max-height-1341 {
  max-height: 1341px;
}

.max-height-1342 {
  max-height: 1342px;
}

.max-height-1343 {
  max-height: 1343px;
}

.max-height-1344 {
  max-height: 1344px;
}

.max-height-1345 {
  max-height: 1345px;
}

.max-height-1346 {
  max-height: 1346px;
}

.max-height-1347 {
  max-height: 1347px;
}

.max-height-1348 {
  max-height: 1348px;
}

.max-height-1349 {
  max-height: 1349px;
}

.max-height-1350 {
  max-height: 1350px;
}

.max-height-1351 {
  max-height: 1351px;
}

.max-height-1352 {
  max-height: 1352px;
}

.max-height-1353 {
  max-height: 1353px;
}

.max-height-1354 {
  max-height: 1354px;
}

.max-height-1355 {
  max-height: 1355px;
}

.max-height-1356 {
  max-height: 1356px;
}

.max-height-1357 {
  max-height: 1357px;
}

.max-height-1358 {
  max-height: 1358px;
}

.max-height-1359 {
  max-height: 1359px;
}

.max-height-1360 {
  max-height: 1360px;
}

.max-height-1361 {
  max-height: 1361px;
}

.max-height-1362 {
  max-height: 1362px;
}

.max-height-1363 {
  max-height: 1363px;
}

.max-height-1364 {
  max-height: 1364px;
}

.max-height-1365 {
  max-height: 1365px;
}

.max-height-1366 {
  max-height: 1366px;
}

.max-height-1367 {
  max-height: 1367px;
}

.max-height-1368 {
  max-height: 1368px;
}

.max-height-1369 {
  max-height: 1369px;
}

.max-height-1370 {
  max-height: 1370px;
}

.max-height-1371 {
  max-height: 1371px;
}

.max-height-1372 {
  max-height: 1372px;
}

.max-height-1373 {
  max-height: 1373px;
}

.max-height-1374 {
  max-height: 1374px;
}

.max-height-1375 {
  max-height: 1375px;
}

.max-height-1376 {
  max-height: 1376px;
}

.max-height-1377 {
  max-height: 1377px;
}

.max-height-1378 {
  max-height: 1378px;
}

.max-height-1379 {
  max-height: 1379px;
}

.max-height-1380 {
  max-height: 1380px;
}

.max-height-1381 {
  max-height: 1381px;
}

.max-height-1382 {
  max-height: 1382px;
}

.max-height-1383 {
  max-height: 1383px;
}

.max-height-1384 {
  max-height: 1384px;
}

.max-height-1385 {
  max-height: 1385px;
}

.max-height-1386 {
  max-height: 1386px;
}

.max-height-1387 {
  max-height: 1387px;
}

.max-height-1388 {
  max-height: 1388px;
}

.max-height-1389 {
  max-height: 1389px;
}

.max-height-1390 {
  max-height: 1390px;
}

.max-height-1391 {
  max-height: 1391px;
}

.max-height-1392 {
  max-height: 1392px;
}

.max-height-1393 {
  max-height: 1393px;
}

.max-height-1394 {
  max-height: 1394px;
}

.max-height-1395 {
  max-height: 1395px;
}

.max-height-1396 {
  max-height: 1396px;
}

.max-height-1397 {
  max-height: 1397px;
}

.max-height-1398 {
  max-height: 1398px;
}

.max-height-1399 {
  max-height: 1399px;
}

.max-height-1400 {
  max-height: 1400px;
}

.max-height-1401 {
  max-height: 1401px;
}

.max-height-1402 {
  max-height: 1402px;
}

.max-height-1403 {
  max-height: 1403px;
}

.max-height-1404 {
  max-height: 1404px;
}

.max-height-1405 {
  max-height: 1405px;
}

.max-height-1406 {
  max-height: 1406px;
}

.max-height-1407 {
  max-height: 1407px;
}

.max-height-1408 {
  max-height: 1408px;
}

.max-height-1409 {
  max-height: 1409px;
}

.max-height-1410 {
  max-height: 1410px;
}

.max-height-1411 {
  max-height: 1411px;
}

.max-height-1412 {
  max-height: 1412px;
}

.max-height-1413 {
  max-height: 1413px;
}

.max-height-1414 {
  max-height: 1414px;
}

.max-height-1415 {
  max-height: 1415px;
}

.max-height-1416 {
  max-height: 1416px;
}

.max-height-1417 {
  max-height: 1417px;
}

.max-height-1418 {
  max-height: 1418px;
}

.max-height-1419 {
  max-height: 1419px;
}

.max-height-1420 {
  max-height: 1420px;
}

.max-height-1421 {
  max-height: 1421px;
}

.max-height-1422 {
  max-height: 1422px;
}

.max-height-1423 {
  max-height: 1423px;
}

.max-height-1424 {
  max-height: 1424px;
}

.max-height-1425 {
  max-height: 1425px;
}

.max-height-1426 {
  max-height: 1426px;
}

.max-height-1427 {
  max-height: 1427px;
}

.max-height-1428 {
  max-height: 1428px;
}

.max-height-1429 {
  max-height: 1429px;
}

.max-height-1430 {
  max-height: 1430px;
}

.max-height-1431 {
  max-height: 1431px;
}

.max-height-1432 {
  max-height: 1432px;
}

.max-height-1433 {
  max-height: 1433px;
}

.max-height-1434 {
  max-height: 1434px;
}

.max-height-1435 {
  max-height: 1435px;
}

.max-height-1436 {
  max-height: 1436px;
}

.max-height-1437 {
  max-height: 1437px;
}

.max-height-1438 {
  max-height: 1438px;
}

.max-height-1439 {
  max-height: 1439px;
}

.max-height-1440 {
  max-height: 1440px;
}

.max-height-1441 {
  max-height: 1441px;
}

.max-height-1442 {
  max-height: 1442px;
}

.max-height-1443 {
  max-height: 1443px;
}

.max-height-1444 {
  max-height: 1444px;
}

.max-height-1445 {
  max-height: 1445px;
}

.max-height-1446 {
  max-height: 1446px;
}

.max-height-1447 {
  max-height: 1447px;
}

.max-height-1448 {
  max-height: 1448px;
}

.max-height-1449 {
  max-height: 1449px;
}

.max-height-1450 {
  max-height: 1450px;
}

.max-height-1451 {
  max-height: 1451px;
}

.max-height-1452 {
  max-height: 1452px;
}

.max-height-1453 {
  max-height: 1453px;
}

.max-height-1454 {
  max-height: 1454px;
}

.max-height-1455 {
  max-height: 1455px;
}

.max-height-1456 {
  max-height: 1456px;
}

.max-height-1457 {
  max-height: 1457px;
}

.max-height-1458 {
  max-height: 1458px;
}

.max-height-1459 {
  max-height: 1459px;
}

.max-height-1460 {
  max-height: 1460px;
}

.max-height-1461 {
  max-height: 1461px;
}

.max-height-1462 {
  max-height: 1462px;
}

.max-height-1463 {
  max-height: 1463px;
}

.max-height-1464 {
  max-height: 1464px;
}

.max-height-1465 {
  max-height: 1465px;
}

.max-height-1466 {
  max-height: 1466px;
}

.max-height-1467 {
  max-height: 1467px;
}

.max-height-1468 {
  max-height: 1468px;
}

.max-height-1469 {
  max-height: 1469px;
}

.max-height-1470 {
  max-height: 1470px;
}

.max-height-1471 {
  max-height: 1471px;
}

.max-height-1472 {
  max-height: 1472px;
}

.max-height-1473 {
  max-height: 1473px;
}

.max-height-1474 {
  max-height: 1474px;
}

.max-height-1475 {
  max-height: 1475px;
}

.max-height-1476 {
  max-height: 1476px;
}

.max-height-1477 {
  max-height: 1477px;
}

.max-height-1478 {
  max-height: 1478px;
}

.max-height-1479 {
  max-height: 1479px;
}

.max-height-1480 {
  max-height: 1480px;
}

.max-height-1481 {
  max-height: 1481px;
}

.max-height-1482 {
  max-height: 1482px;
}

.max-height-1483 {
  max-height: 1483px;
}

.max-height-1484 {
  max-height: 1484px;
}

.max-height-1485 {
  max-height: 1485px;
}

.max-height-1486 {
  max-height: 1486px;
}

.max-height-1487 {
  max-height: 1487px;
}

.max-height-1488 {
  max-height: 1488px;
}

.max-height-1489 {
  max-height: 1489px;
}

.max-height-1490 {
  max-height: 1490px;
}

.max-height-1491 {
  max-height: 1491px;
}

.max-height-1492 {
  max-height: 1492px;
}

.max-height-1493 {
  max-height: 1493px;
}

.max-height-1494 {
  max-height: 1494px;
}

.max-height-1495 {
  max-height: 1495px;
}

.max-height-1496 {
  max-height: 1496px;
}

.max-height-1497 {
  max-height: 1497px;
}

.max-height-1498 {
  max-height: 1498px;
}

.max-height-1499 {
  max-height: 1499px;
}

.max-height-1500 {
  max-height: 1500px;
}

.max-height-1501 {
  max-height: 1501px;
}

.max-height-1502 {
  max-height: 1502px;
}

.max-height-1503 {
  max-height: 1503px;
}

.max-height-1504 {
  max-height: 1504px;
}

.max-height-1505 {
  max-height: 1505px;
}

.max-height-1506 {
  max-height: 1506px;
}

.max-height-1507 {
  max-height: 1507px;
}

.max-height-1508 {
  max-height: 1508px;
}

.max-height-1509 {
  max-height: 1509px;
}

.max-height-1510 {
  max-height: 1510px;
}

.max-height-1511 {
  max-height: 1511px;
}

.max-height-1512 {
  max-height: 1512px;
}

.max-height-1513 {
  max-height: 1513px;
}

.max-height-1514 {
  max-height: 1514px;
}

.max-height-1515 {
  max-height: 1515px;
}

.max-height-1516 {
  max-height: 1516px;
}

.max-height-1517 {
  max-height: 1517px;
}

.max-height-1518 {
  max-height: 1518px;
}

.max-height-1519 {
  max-height: 1519px;
}

.max-height-1520 {
  max-height: 1520px;
}

.max-height-1521 {
  max-height: 1521px;
}

.max-height-1522 {
  max-height: 1522px;
}

.max-height-1523 {
  max-height: 1523px;
}

.max-height-1524 {
  max-height: 1524px;
}

.max-height-1525 {
  max-height: 1525px;
}

.max-height-1526 {
  max-height: 1526px;
}

.max-height-1527 {
  max-height: 1527px;
}

.max-height-1528 {
  max-height: 1528px;
}

.max-height-1529 {
  max-height: 1529px;
}

.max-height-1530 {
  max-height: 1530px;
}

.max-height-1531 {
  max-height: 1531px;
}

.max-height-1532 {
  max-height: 1532px;
}

.max-height-1533 {
  max-height: 1533px;
}

.max-height-1534 {
  max-height: 1534px;
}

.max-height-1535 {
  max-height: 1535px;
}

.max-height-1536 {
  max-height: 1536px;
}

.max-height-1537 {
  max-height: 1537px;
}

.max-height-1538 {
  max-height: 1538px;
}

.max-height-1539 {
  max-height: 1539px;
}

.max-height-1540 {
  max-height: 1540px;
}

.max-height-1541 {
  max-height: 1541px;
}

.max-height-1542 {
  max-height: 1542px;
}

.max-height-1543 {
  max-height: 1543px;
}

.max-height-1544 {
  max-height: 1544px;
}

.max-height-1545 {
  max-height: 1545px;
}

.max-height-1546 {
  max-height: 1546px;
}

.max-height-1547 {
  max-height: 1547px;
}

.max-height-1548 {
  max-height: 1548px;
}

.max-height-1549 {
  max-height: 1549px;
}

.max-height-1550 {
  max-height: 1550px;
}

.max-height-1551 {
  max-height: 1551px;
}

.max-height-1552 {
  max-height: 1552px;
}

.max-height-1553 {
  max-height: 1553px;
}

.max-height-1554 {
  max-height: 1554px;
}

.max-height-1555 {
  max-height: 1555px;
}

.max-height-1556 {
  max-height: 1556px;
}

.max-height-1557 {
  max-height: 1557px;
}

.max-height-1558 {
  max-height: 1558px;
}

.max-height-1559 {
  max-height: 1559px;
}

.max-height-1560 {
  max-height: 1560px;
}

.max-height-1561 {
  max-height: 1561px;
}

.max-height-1562 {
  max-height: 1562px;
}

.max-height-1563 {
  max-height: 1563px;
}

.max-height-1564 {
  max-height: 1564px;
}

.max-height-1565 {
  max-height: 1565px;
}

.max-height-1566 {
  max-height: 1566px;
}

.max-height-1567 {
  max-height: 1567px;
}

.max-height-1568 {
  max-height: 1568px;
}

.max-height-1569 {
  max-height: 1569px;
}

.max-height-1570 {
  max-height: 1570px;
}

.max-height-1571 {
  max-height: 1571px;
}

.max-height-1572 {
  max-height: 1572px;
}

.max-height-1573 {
  max-height: 1573px;
}

.max-height-1574 {
  max-height: 1574px;
}

.max-height-1575 {
  max-height: 1575px;
}

.max-height-1576 {
  max-height: 1576px;
}

.max-height-1577 {
  max-height: 1577px;
}

.max-height-1578 {
  max-height: 1578px;
}

.max-height-1579 {
  max-height: 1579px;
}

.max-height-1580 {
  max-height: 1580px;
}

.max-height-1581 {
  max-height: 1581px;
}

.max-height-1582 {
  max-height: 1582px;
}

.max-height-1583 {
  max-height: 1583px;
}

.max-height-1584 {
  max-height: 1584px;
}

.max-height-1585 {
  max-height: 1585px;
}

.max-height-1586 {
  max-height: 1586px;
}

.max-height-1587 {
  max-height: 1587px;
}

.max-height-1588 {
  max-height: 1588px;
}

.max-height-1589 {
  max-height: 1589px;
}

.max-height-1590 {
  max-height: 1590px;
}

.max-height-1591 {
  max-height: 1591px;
}

.max-height-1592 {
  max-height: 1592px;
}

.max-height-1593 {
  max-height: 1593px;
}

.max-height-1594 {
  max-height: 1594px;
}

.max-height-1595 {
  max-height: 1595px;
}

.max-height-1596 {
  max-height: 1596px;
}

.max-height-1597 {
  max-height: 1597px;
}

.max-height-1598 {
  max-height: 1598px;
}

.max-height-1599 {
  max-height: 1599px;
}

.max-height-1600 {
  max-height: 1600px;
}

[width="0"], .width-0 {
  width: 0px;
}

[width="1"], .width-1 {
  width: 1px;
}

[width="2"], .width-2 {
  width: 2px;
}

[width="3"], .width-3 {
  width: 3px;
}

[width="4"], .width-4 {
  width: 4px;
}

[width="5"], .width-5 {
  width: 5px;
}

[width="6"], .width-6 {
  width: 6px;
}

[width="7"], .width-7 {
  width: 7px;
}

[width="8"], .width-8 {
  width: 8px;
}

[width="9"], .width-9 {
  width: 9px;
}

[width="10"], .width-10 {
  width: 10px;
}

[width="11"], .width-11 {
  width: 11px;
}

[width="12"], .width-12 {
  width: 12px;
}

[width="13"], .width-13 {
  width: 13px;
}

[width="14"], .width-14 {
  width: 14px;
}

[width="15"], .width-15 {
  width: 15px;
}

[width="16"], .width-16 {
  width: 16px;
}

[width="17"], .width-17 {
  width: 17px;
}

[width="18"], .width-18 {
  width: 18px;
}

[width="19"], .width-19 {
  width: 19px;
}

[width="20"], .width-20 {
  width: 20px;
}

[width="21"], .width-21 {
  width: 21px;
}

[width="22"], .width-22 {
  width: 22px;
}

[width="23"], .width-23 {
  width: 23px;
}

[width="24"], .width-24 {
  width: 24px;
}

[width="25"], .width-25 {
  width: 25px;
}

[width="26"], .width-26 {
  width: 26px;
}

[width="27"], .width-27 {
  width: 27px;
}

[width="28"], .width-28 {
  width: 28px;
}

[width="29"], .width-29 {
  width: 29px;
}

[width="30"], .width-30 {
  width: 30px;
}

[width="31"], .width-31 {
  width: 31px;
}

[width="32"], .width-32 {
  width: 32px;
}

[width="33"], .width-33 {
  width: 33px;
}

[width="34"], .width-34 {
  width: 34px;
}

[width="35"], .width-35 {
  width: 35px;
}

[width="36"], .width-36 {
  width: 36px;
}

[width="37"], .width-37 {
  width: 37px;
}

[width="38"], .width-38 {
  width: 38px;
}

[width="39"], .width-39 {
  width: 39px;
}

[width="40"], .width-40 {
  width: 40px;
}

[width="41"], .width-41 {
  width: 41px;
}

[width="42"], .width-42 {
  width: 42px;
}

[width="43"], .width-43 {
  width: 43px;
}

[width="44"], .width-44 {
  width: 44px;
}

[width="45"], .width-45 {
  width: 45px;
}

[width="46"], .width-46 {
  width: 46px;
}

[width="47"], .width-47 {
  width: 47px;
}

[width="48"], .width-48 {
  width: 48px;
}

[width="49"], .width-49 {
  width: 49px;
}

[width="50"], .width-50 {
  width: 50px;
}

[width="51"], .width-51 {
  width: 51px;
}

[width="52"], .width-52 {
  width: 52px;
}

[width="53"], .width-53 {
  width: 53px;
}

[width="54"], .width-54 {
  width: 54px;
}

[width="55"], .width-55 {
  width: 55px;
}

[width="56"], .width-56 {
  width: 56px;
}

[width="57"], .width-57 {
  width: 57px;
}

[width="58"], .width-58 {
  width: 58px;
}

[width="59"], .width-59 {
  width: 59px;
}

[width="60"], .width-60 {
  width: 60px;
}

[width="61"], .width-61 {
  width: 61px;
}

[width="62"], .width-62 {
  width: 62px;
}

[width="63"], .width-63 {
  width: 63px;
}

[width="64"], .width-64 {
  width: 64px;
}

[width="65"], .width-65 {
  width: 65px;
}

[width="66"], .width-66 {
  width: 66px;
}

[width="67"], .width-67 {
  width: 67px;
}

[width="68"], .width-68 {
  width: 68px;
}

[width="69"], .width-69 {
  width: 69px;
}

[width="70"], .width-70 {
  width: 70px;
}

[width="71"], .width-71 {
  width: 71px;
}

[width="72"], .width-72 {
  width: 72px;
}

[width="73"], .width-73 {
  width: 73px;
}

[width="74"], .width-74 {
  width: 74px;
}

[width="75"], .width-75 {
  width: 75px;
}

[width="76"], .width-76 {
  width: 76px;
}

[width="77"], .width-77 {
  width: 77px;
}

[width="78"], .width-78 {
  width: 78px;
}

[width="79"], .width-79 {
  width: 79px;
}

[width="80"], .width-80 {
  width: 80px;
}

[width="81"], .width-81 {
  width: 81px;
}

[width="82"], .width-82 {
  width: 82px;
}

[width="83"], .width-83 {
  width: 83px;
}

[width="84"], .width-84 {
  width: 84px;
}

[width="85"], .width-85 {
  width: 85px;
}

[width="86"], .width-86 {
  width: 86px;
}

[width="87"], .width-87 {
  width: 87px;
}

[width="88"], .width-88 {
  width: 88px;
}

[width="89"], .width-89 {
  width: 89px;
}

[width="90"], .width-90 {
  width: 90px;
}

[width="91"], .width-91 {
  width: 91px;
}

[width="92"], .width-92 {
  width: 92px;
}

[width="93"], .width-93 {
  width: 93px;
}

[width="94"], .width-94 {
  width: 94px;
}

[width="95"], .width-95 {
  width: 95px;
}

[width="96"], .width-96 {
  width: 96px;
}

[width="97"], .width-97 {
  width: 97px;
}

[width="98"], .width-98 {
  width: 98px;
}

[width="99"], .width-99 {
  width: 99px;
}

[width="100"], .width-100 {
  width: 100px;
}

[width="101"], .width-101 {
  width: 101px;
}

[width="102"], .width-102 {
  width: 102px;
}

[width="103"], .width-103 {
  width: 103px;
}

[width="104"], .width-104 {
  width: 104px;
}

[width="105"], .width-105 {
  width: 105px;
}

[width="106"], .width-106 {
  width: 106px;
}

[width="107"], .width-107 {
  width: 107px;
}

[width="108"], .width-108 {
  width: 108px;
}

[width="109"], .width-109 {
  width: 109px;
}

[width="110"], .width-110 {
  width: 110px;
}

[width="111"], .width-111 {
  width: 111px;
}

[width="112"], .width-112 {
  width: 112px;
}

[width="113"], .width-113 {
  width: 113px;
}

[width="114"], .width-114 {
  width: 114px;
}

[width="115"], .width-115 {
  width: 115px;
}

[width="116"], .width-116 {
  width: 116px;
}

[width="117"], .width-117 {
  width: 117px;
}

[width="118"], .width-118 {
  width: 118px;
}

[width="119"], .width-119 {
  width: 119px;
}

[width="120"], .width-120 {
  width: 120px;
}

[width="121"], .width-121 {
  width: 121px;
}

[width="122"], .width-122 {
  width: 122px;
}

[width="123"], .width-123 {
  width: 123px;
}

[width="124"], .width-124 {
  width: 124px;
}

[width="125"], .width-125 {
  width: 125px;
}

[width="126"], .width-126 {
  width: 126px;
}

[width="127"], .width-127 {
  width: 127px;
}

[width="128"], .width-128 {
  width: 128px;
}

[width="129"], .width-129 {
  width: 129px;
}

[width="130"], .width-130 {
  width: 130px;
}

[width="131"], .width-131 {
  width: 131px;
}

[width="132"], .width-132 {
  width: 132px;
}

[width="133"], .width-133 {
  width: 133px;
}

[width="134"], .width-134 {
  width: 134px;
}

[width="135"], .width-135 {
  width: 135px;
}

[width="136"], .width-136 {
  width: 136px;
}

[width="137"], .width-137 {
  width: 137px;
}

[width="138"], .width-138 {
  width: 138px;
}

[width="139"], .width-139 {
  width: 139px;
}

[width="140"], .width-140 {
  width: 140px;
}

[width="141"], .width-141 {
  width: 141px;
}

[width="142"], .width-142 {
  width: 142px;
}

[width="143"], .width-143 {
  width: 143px;
}

[width="144"], .width-144 {
  width: 144px;
}

[width="145"], .width-145 {
  width: 145px;
}

[width="146"], .width-146 {
  width: 146px;
}

[width="147"], .width-147 {
  width: 147px;
}

[width="148"], .width-148 {
  width: 148px;
}

[width="149"], .width-149 {
  width: 149px;
}

[width="150"], .width-150 {
  width: 150px;
}

[width="151"], .width-151 {
  width: 151px;
}

[width="152"], .width-152 {
  width: 152px;
}

[width="153"], .width-153 {
  width: 153px;
}

[width="154"], .width-154 {
  width: 154px;
}

[width="155"], .width-155 {
  width: 155px;
}

[width="156"], .width-156 {
  width: 156px;
}

[width="157"], .width-157 {
  width: 157px;
}

[width="158"], .width-158 {
  width: 158px;
}

[width="159"], .width-159 {
  width: 159px;
}

[width="160"], .width-160 {
  width: 160px;
}

[width="161"], .width-161 {
  width: 161px;
}

[width="162"], .width-162 {
  width: 162px;
}

[width="163"], .width-163 {
  width: 163px;
}

[width="164"], .width-164 {
  width: 164px;
}

[width="165"], .width-165 {
  width: 165px;
}

[width="166"], .width-166 {
  width: 166px;
}

[width="167"], .width-167 {
  width: 167px;
}

[width="168"], .width-168 {
  width: 168px;
}

[width="169"], .width-169 {
  width: 169px;
}

[width="170"], .width-170 {
  width: 170px;
}

[width="171"], .width-171 {
  width: 171px;
}

[width="172"], .width-172 {
  width: 172px;
}

[width="173"], .width-173 {
  width: 173px;
}

[width="174"], .width-174 {
  width: 174px;
}

[width="175"], .width-175 {
  width: 175px;
}

[width="176"], .width-176 {
  width: 176px;
}

[width="177"], .width-177 {
  width: 177px;
}

[width="178"], .width-178 {
  width: 178px;
}

[width="179"], .width-179 {
  width: 179px;
}

[width="180"], .width-180 {
  width: 180px;
}

[width="181"], .width-181 {
  width: 181px;
}

[width="182"], .width-182 {
  width: 182px;
}

[width="183"], .width-183 {
  width: 183px;
}

[width="184"], .width-184 {
  width: 184px;
}

[width="185"], .width-185 {
  width: 185px;
}

[width="186"], .width-186 {
  width: 186px;
}

[width="187"], .width-187 {
  width: 187px;
}

[width="188"], .width-188 {
  width: 188px;
}

[width="189"], .width-189 {
  width: 189px;
}

[width="190"], .width-190 {
  width: 190px;
}

[width="191"], .width-191 {
  width: 191px;
}

[width="192"], .width-192 {
  width: 192px;
}

[width="193"], .width-193 {
  width: 193px;
}

[width="194"], .width-194 {
  width: 194px;
}

[width="195"], .width-195 {
  width: 195px;
}

[width="196"], .width-196 {
  width: 196px;
}

[width="197"], .width-197 {
  width: 197px;
}

[width="198"], .width-198 {
  width: 198px;
}

[width="199"], .width-199 {
  width: 199px;
}

[width="200"], .width-200 {
  width: 200px;
}

[width="201"], .width-201 {
  width: 201px;
}

[width="202"], .width-202 {
  width: 202px;
}

[width="203"], .width-203 {
  width: 203px;
}

[width="204"], .width-204 {
  width: 204px;
}

[width="205"], .width-205 {
  width: 205px;
}

[width="206"], .width-206 {
  width: 206px;
}

[width="207"], .width-207 {
  width: 207px;
}

[width="208"], .width-208 {
  width: 208px;
}

[width="209"], .width-209 {
  width: 209px;
}

[width="210"], .width-210 {
  width: 210px;
}

[width="211"], .width-211 {
  width: 211px;
}

[width="212"], .width-212 {
  width: 212px;
}

[width="213"], .width-213 {
  width: 213px;
}

[width="214"], .width-214 {
  width: 214px;
}

[width="215"], .width-215 {
  width: 215px;
}

[width="216"], .width-216 {
  width: 216px;
}

[width="217"], .width-217 {
  width: 217px;
}

[width="218"], .width-218 {
  width: 218px;
}

[width="219"], .width-219 {
  width: 219px;
}

[width="220"], .width-220 {
  width: 220px;
}

[width="221"], .width-221 {
  width: 221px;
}

[width="222"], .width-222 {
  width: 222px;
}

[width="223"], .width-223 {
  width: 223px;
}

[width="224"], .width-224 {
  width: 224px;
}

[width="225"], .width-225 {
  width: 225px;
}

[width="226"], .width-226 {
  width: 226px;
}

[width="227"], .width-227 {
  width: 227px;
}

[width="228"], .width-228 {
  width: 228px;
}

[width="229"], .width-229 {
  width: 229px;
}

[width="230"], .width-230 {
  width: 230px;
}

[width="231"], .width-231 {
  width: 231px;
}

[width="232"], .width-232 {
  width: 232px;
}

[width="233"], .width-233 {
  width: 233px;
}

[width="234"], .width-234 {
  width: 234px;
}

[width="235"], .width-235 {
  width: 235px;
}

[width="236"], .width-236 {
  width: 236px;
}

[width="237"], .width-237 {
  width: 237px;
}

[width="238"], .width-238 {
  width: 238px;
}

[width="239"], .width-239 {
  width: 239px;
}

[width="240"], .width-240 {
  width: 240px;
}

[width="241"], .width-241 {
  width: 241px;
}

[width="242"], .width-242 {
  width: 242px;
}

[width="243"], .width-243 {
  width: 243px;
}

[width="244"], .width-244 {
  width: 244px;
}

[width="245"], .width-245 {
  width: 245px;
}

[width="246"], .width-246 {
  width: 246px;
}

[width="247"], .width-247 {
  width: 247px;
}

[width="248"], .width-248 {
  width: 248px;
}

[width="249"], .width-249 {
  width: 249px;
}

[width="250"], .width-250 {
  width: 250px;
}

[width="251"], .width-251 {
  width: 251px;
}

[width="252"], .width-252 {
  width: 252px;
}

[width="253"], .width-253 {
  width: 253px;
}

[width="254"], .width-254 {
  width: 254px;
}

[width="255"], .width-255 {
  width: 255px;
}

[width="256"], .width-256 {
  width: 256px;
}

[width="257"], .width-257 {
  width: 257px;
}

[width="258"], .width-258 {
  width: 258px;
}

[width="259"], .width-259 {
  width: 259px;
}

[width="260"], .width-260 {
  width: 260px;
}

[width="261"], .width-261 {
  width: 261px;
}

[width="262"], .width-262 {
  width: 262px;
}

[width="263"], .width-263 {
  width: 263px;
}

[width="264"], .width-264 {
  width: 264px;
}

[width="265"], .width-265 {
  width: 265px;
}

[width="266"], .width-266 {
  width: 266px;
}

[width="267"], .width-267 {
  width: 267px;
}

[width="268"], .width-268 {
  width: 268px;
}

[width="269"], .width-269 {
  width: 269px;
}

[width="270"], .width-270 {
  width: 270px;
}

[width="271"], .width-271 {
  width: 271px;
}

[width="272"], .width-272 {
  width: 272px;
}

[width="273"], .width-273 {
  width: 273px;
}

[width="274"], .width-274 {
  width: 274px;
}

[width="275"], .width-275 {
  width: 275px;
}

[width="276"], .width-276 {
  width: 276px;
}

[width="277"], .width-277 {
  width: 277px;
}

[width="278"], .width-278 {
  width: 278px;
}

[width="279"], .width-279 {
  width: 279px;
}

[width="280"], .width-280 {
  width: 280px;
}

[width="281"], .width-281 {
  width: 281px;
}

[width="282"], .width-282 {
  width: 282px;
}

[width="283"], .width-283 {
  width: 283px;
}

[width="284"], .width-284 {
  width: 284px;
}

[width="285"], .width-285 {
  width: 285px;
}

[width="286"], .width-286 {
  width: 286px;
}

[width="287"], .width-287 {
  width: 287px;
}

[width="288"], .width-288 {
  width: 288px;
}

[width="289"], .width-289 {
  width: 289px;
}

[width="290"], .width-290 {
  width: 290px;
}

[width="291"], .width-291 {
  width: 291px;
}

[width="292"], .width-292 {
  width: 292px;
}

[width="293"], .width-293 {
  width: 293px;
}

[width="294"], .width-294 {
  width: 294px;
}

[width="295"], .width-295 {
  width: 295px;
}

[width="296"], .width-296 {
  width: 296px;
}

[width="297"], .width-297 {
  width: 297px;
}

[width="298"], .width-298 {
  width: 298px;
}

[width="299"], .width-299 {
  width: 299px;
}

[width="300"], .width-300 {
  width: 300px;
}

[width="301"], .width-301 {
  width: 301px;
}

[width="302"], .width-302 {
  width: 302px;
}

[width="303"], .width-303 {
  width: 303px;
}

[width="304"], .width-304 {
  width: 304px;
}

[width="305"], .width-305 {
  width: 305px;
}

[width="306"], .width-306 {
  width: 306px;
}

[width="307"], .width-307 {
  width: 307px;
}

[width="308"], .width-308 {
  width: 308px;
}

[width="309"], .width-309 {
  width: 309px;
}

[width="310"], .width-310 {
  width: 310px;
}

[width="311"], .width-311 {
  width: 311px;
}

[width="312"], .width-312 {
  width: 312px;
}

[width="313"], .width-313 {
  width: 313px;
}

[width="314"], .width-314 {
  width: 314px;
}

[width="315"], .width-315 {
  width: 315px;
}

[width="316"], .width-316 {
  width: 316px;
}

[width="317"], .width-317 {
  width: 317px;
}

[width="318"], .width-318 {
  width: 318px;
}

[width="319"], .width-319 {
  width: 319px;
}

[width="320"], .width-320 {
  width: 320px;
}

[width="321"], .width-321 {
  width: 321px;
}

[width="322"], .width-322 {
  width: 322px;
}

[width="323"], .width-323 {
  width: 323px;
}

[width="324"], .width-324 {
  width: 324px;
}

[width="325"], .width-325 {
  width: 325px;
}

[width="326"], .width-326 {
  width: 326px;
}

[width="327"], .width-327 {
  width: 327px;
}

[width="328"], .width-328 {
  width: 328px;
}

[width="329"], .width-329 {
  width: 329px;
}

[width="330"], .width-330 {
  width: 330px;
}

[width="331"], .width-331 {
  width: 331px;
}

[width="332"], .width-332 {
  width: 332px;
}

[width="333"], .width-333 {
  width: 333px;
}

[width="334"], .width-334 {
  width: 334px;
}

[width="335"], .width-335 {
  width: 335px;
}

[width="336"], .width-336 {
  width: 336px;
}

[width="337"], .width-337 {
  width: 337px;
}

[width="338"], .width-338 {
  width: 338px;
}

[width="339"], .width-339 {
  width: 339px;
}

[width="340"], .width-340 {
  width: 340px;
}

[width="341"], .width-341 {
  width: 341px;
}

[width="342"], .width-342 {
  width: 342px;
}

[width="343"], .width-343 {
  width: 343px;
}

[width="344"], .width-344 {
  width: 344px;
}

[width="345"], .width-345 {
  width: 345px;
}

[width="346"], .width-346 {
  width: 346px;
}

[width="347"], .width-347 {
  width: 347px;
}

[width="348"], .width-348 {
  width: 348px;
}

[width="349"], .width-349 {
  width: 349px;
}

[width="350"], .width-350 {
  width: 350px;
}

[width="351"], .width-351 {
  width: 351px;
}

[width="352"], .width-352 {
  width: 352px;
}

[width="353"], .width-353 {
  width: 353px;
}

[width="354"], .width-354 {
  width: 354px;
}

[width="355"], .width-355 {
  width: 355px;
}

[width="356"], .width-356 {
  width: 356px;
}

[width="357"], .width-357 {
  width: 357px;
}

[width="358"], .width-358 {
  width: 358px;
}

[width="359"], .width-359 {
  width: 359px;
}

[width="360"], .width-360 {
  width: 360px;
}

[width="361"], .width-361 {
  width: 361px;
}

[width="362"], .width-362 {
  width: 362px;
}

[width="363"], .width-363 {
  width: 363px;
}

[width="364"], .width-364 {
  width: 364px;
}

[width="365"], .width-365 {
  width: 365px;
}

[width="366"], .width-366 {
  width: 366px;
}

[width="367"], .width-367 {
  width: 367px;
}

[width="368"], .width-368 {
  width: 368px;
}

[width="369"], .width-369 {
  width: 369px;
}

[width="370"], .width-370 {
  width: 370px;
}

[width="371"], .width-371 {
  width: 371px;
}

[width="372"], .width-372 {
  width: 372px;
}

[width="373"], .width-373 {
  width: 373px;
}

[width="374"], .width-374 {
  width: 374px;
}

[width="375"], .width-375 {
  width: 375px;
}

[width="376"], .width-376 {
  width: 376px;
}

[width="377"], .width-377 {
  width: 377px;
}

[width="378"], .width-378 {
  width: 378px;
}

[width="379"], .width-379 {
  width: 379px;
}

[width="380"], .width-380 {
  width: 380px;
}

[width="381"], .width-381 {
  width: 381px;
}

[width="382"], .width-382 {
  width: 382px;
}

[width="383"], .width-383 {
  width: 383px;
}

[width="384"], .width-384 {
  width: 384px;
}

[width="385"], .width-385 {
  width: 385px;
}

[width="386"], .width-386 {
  width: 386px;
}

[width="387"], .width-387 {
  width: 387px;
}

[width="388"], .width-388 {
  width: 388px;
}

[width="389"], .width-389 {
  width: 389px;
}

[width="390"], .width-390 {
  width: 390px;
}

[width="391"], .width-391 {
  width: 391px;
}

[width="392"], .width-392 {
  width: 392px;
}

[width="393"], .width-393 {
  width: 393px;
}

[width="394"], .width-394 {
  width: 394px;
}

[width="395"], .width-395 {
  width: 395px;
}

[width="396"], .width-396 {
  width: 396px;
}

[width="397"], .width-397 {
  width: 397px;
}

[width="398"], .width-398 {
  width: 398px;
}

[width="399"], .width-399 {
  width: 399px;
}

[width="400"], .width-400 {
  width: 400px;
}

[width="401"], .width-401 {
  width: 401px;
}

[width="402"], .width-402 {
  width: 402px;
}

[width="403"], .width-403 {
  width: 403px;
}

[width="404"], .width-404 {
  width: 404px;
}

[width="405"], .width-405 {
  width: 405px;
}

[width="406"], .width-406 {
  width: 406px;
}

[width="407"], .width-407 {
  width: 407px;
}

[width="408"], .width-408 {
  width: 408px;
}

[width="409"], .width-409 {
  width: 409px;
}

[width="410"], .width-410 {
  width: 410px;
}

[width="411"], .width-411 {
  width: 411px;
}

[width="412"], .width-412 {
  width: 412px;
}

[width="413"], .width-413 {
  width: 413px;
}

[width="414"], .width-414 {
  width: 414px;
}

[width="415"], .width-415 {
  width: 415px;
}

[width="416"], .width-416 {
  width: 416px;
}

[width="417"], .width-417 {
  width: 417px;
}

[width="418"], .width-418 {
  width: 418px;
}

[width="419"], .width-419 {
  width: 419px;
}

[width="420"], .width-420 {
  width: 420px;
}

[width="421"], .width-421 {
  width: 421px;
}

[width="422"], .width-422 {
  width: 422px;
}

[width="423"], .width-423 {
  width: 423px;
}

[width="424"], .width-424 {
  width: 424px;
}

[width="425"], .width-425 {
  width: 425px;
}

[width="426"], .width-426 {
  width: 426px;
}

[width="427"], .width-427 {
  width: 427px;
}

[width="428"], .width-428 {
  width: 428px;
}

[width="429"], .width-429 {
  width: 429px;
}

[width="430"], .width-430 {
  width: 430px;
}

[width="431"], .width-431 {
  width: 431px;
}

[width="432"], .width-432 {
  width: 432px;
}

[width="433"], .width-433 {
  width: 433px;
}

[width="434"], .width-434 {
  width: 434px;
}

[width="435"], .width-435 {
  width: 435px;
}

[width="436"], .width-436 {
  width: 436px;
}

[width="437"], .width-437 {
  width: 437px;
}

[width="438"], .width-438 {
  width: 438px;
}

[width="439"], .width-439 {
  width: 439px;
}

[width="440"], .width-440 {
  width: 440px;
}

[width="441"], .width-441 {
  width: 441px;
}

[width="442"], .width-442 {
  width: 442px;
}

[width="443"], .width-443 {
  width: 443px;
}

[width="444"], .width-444 {
  width: 444px;
}

[width="445"], .width-445 {
  width: 445px;
}

[width="446"], .width-446 {
  width: 446px;
}

[width="447"], .width-447 {
  width: 447px;
}

[width="448"], .width-448 {
  width: 448px;
}

[width="449"], .width-449 {
  width: 449px;
}

[width="450"], .width-450 {
  width: 450px;
}

[width="451"], .width-451 {
  width: 451px;
}

[width="452"], .width-452 {
  width: 452px;
}

[width="453"], .width-453 {
  width: 453px;
}

[width="454"], .width-454 {
  width: 454px;
}

[width="455"], .width-455 {
  width: 455px;
}

[width="456"], .width-456 {
  width: 456px;
}

[width="457"], .width-457 {
  width: 457px;
}

[width="458"], .width-458 {
  width: 458px;
}

[width="459"], .width-459 {
  width: 459px;
}

[width="460"], .width-460 {
  width: 460px;
}

[width="461"], .width-461 {
  width: 461px;
}

[width="462"], .width-462 {
  width: 462px;
}

[width="463"], .width-463 {
  width: 463px;
}

[width="464"], .width-464 {
  width: 464px;
}

[width="465"], .width-465 {
  width: 465px;
}

[width="466"], .width-466 {
  width: 466px;
}

[width="467"], .width-467 {
  width: 467px;
}

[width="468"], .width-468 {
  width: 468px;
}

[width="469"], .width-469 {
  width: 469px;
}

[width="470"], .width-470 {
  width: 470px;
}

[width="471"], .width-471 {
  width: 471px;
}

[width="472"], .width-472 {
  width: 472px;
}

[width="473"], .width-473 {
  width: 473px;
}

[width="474"], .width-474 {
  width: 474px;
}

[width="475"], .width-475 {
  width: 475px;
}

[width="476"], .width-476 {
  width: 476px;
}

[width="477"], .width-477 {
  width: 477px;
}

[width="478"], .width-478 {
  width: 478px;
}

[width="479"], .width-479 {
  width: 479px;
}

[width="480"], .width-480 {
  width: 480px;
}

[width="481"], .width-481 {
  width: 481px;
}

[width="482"], .width-482 {
  width: 482px;
}

[width="483"], .width-483 {
  width: 483px;
}

[width="484"], .width-484 {
  width: 484px;
}

[width="485"], .width-485 {
  width: 485px;
}

[width="486"], .width-486 {
  width: 486px;
}

[width="487"], .width-487 {
  width: 487px;
}

[width="488"], .width-488 {
  width: 488px;
}

[width="489"], .width-489 {
  width: 489px;
}

[width="490"], .width-490 {
  width: 490px;
}

[width="491"], .width-491 {
  width: 491px;
}

[width="492"], .width-492 {
  width: 492px;
}

[width="493"], .width-493 {
  width: 493px;
}

[width="494"], .width-494 {
  width: 494px;
}

[width="495"], .width-495 {
  width: 495px;
}

[width="496"], .width-496 {
  width: 496px;
}

[width="497"], .width-497 {
  width: 497px;
}

[width="498"], .width-498 {
  width: 498px;
}

[width="499"], .width-499 {
  width: 499px;
}

[width="500"], .width-500 {
  width: 500px;
}

[width="501"], .width-501 {
  width: 501px;
}

[width="502"], .width-502 {
  width: 502px;
}

[width="503"], .width-503 {
  width: 503px;
}

[width="504"], .width-504 {
  width: 504px;
}

[width="505"], .width-505 {
  width: 505px;
}

[width="506"], .width-506 {
  width: 506px;
}

[width="507"], .width-507 {
  width: 507px;
}

[width="508"], .width-508 {
  width: 508px;
}

[width="509"], .width-509 {
  width: 509px;
}

[width="510"], .width-510 {
  width: 510px;
}

[width="511"], .width-511 {
  width: 511px;
}

[width="512"], .width-512 {
  width: 512px;
}

[width="513"], .width-513 {
  width: 513px;
}

[width="514"], .width-514 {
  width: 514px;
}

[width="515"], .width-515 {
  width: 515px;
}

[width="516"], .width-516 {
  width: 516px;
}

[width="517"], .width-517 {
  width: 517px;
}

[width="518"], .width-518 {
  width: 518px;
}

[width="519"], .width-519 {
  width: 519px;
}

[width="520"], .width-520 {
  width: 520px;
}

[width="521"], .width-521 {
  width: 521px;
}

[width="522"], .width-522 {
  width: 522px;
}

[width="523"], .width-523 {
  width: 523px;
}

[width="524"], .width-524 {
  width: 524px;
}

[width="525"], .width-525 {
  width: 525px;
}

[width="526"], .width-526 {
  width: 526px;
}

[width="527"], .width-527 {
  width: 527px;
}

[width="528"], .width-528 {
  width: 528px;
}

[width="529"], .width-529 {
  width: 529px;
}

[width="530"], .width-530 {
  width: 530px;
}

[width="531"], .width-531 {
  width: 531px;
}

[width="532"], .width-532 {
  width: 532px;
}

[width="533"], .width-533 {
  width: 533px;
}

[width="534"], .width-534 {
  width: 534px;
}

[width="535"], .width-535 {
  width: 535px;
}

[width="536"], .width-536 {
  width: 536px;
}

[width="537"], .width-537 {
  width: 537px;
}

[width="538"], .width-538 {
  width: 538px;
}

[width="539"], .width-539 {
  width: 539px;
}

[width="540"], .width-540 {
  width: 540px;
}

[width="541"], .width-541 {
  width: 541px;
}

[width="542"], .width-542 {
  width: 542px;
}

[width="543"], .width-543 {
  width: 543px;
}

[width="544"], .width-544 {
  width: 544px;
}

[width="545"], .width-545 {
  width: 545px;
}

[width="546"], .width-546 {
  width: 546px;
}

[width="547"], .width-547 {
  width: 547px;
}

[width="548"], .width-548 {
  width: 548px;
}

[width="549"], .width-549 {
  width: 549px;
}

[width="550"], .width-550 {
  width: 550px;
}

[width="551"], .width-551 {
  width: 551px;
}

[width="552"], .width-552 {
  width: 552px;
}

[width="553"], .width-553 {
  width: 553px;
}

[width="554"], .width-554 {
  width: 554px;
}

[width="555"], .width-555 {
  width: 555px;
}

[width="556"], .width-556 {
  width: 556px;
}

[width="557"], .width-557 {
  width: 557px;
}

[width="558"], .width-558 {
  width: 558px;
}

[width="559"], .width-559 {
  width: 559px;
}

[width="560"], .width-560 {
  width: 560px;
}

[width="561"], .width-561 {
  width: 561px;
}

[width="562"], .width-562 {
  width: 562px;
}

[width="563"], .width-563 {
  width: 563px;
}

[width="564"], .width-564 {
  width: 564px;
}

[width="565"], .width-565 {
  width: 565px;
}

[width="566"], .width-566 {
  width: 566px;
}

[width="567"], .width-567 {
  width: 567px;
}

[width="568"], .width-568 {
  width: 568px;
}

[width="569"], .width-569 {
  width: 569px;
}

[width="570"], .width-570 {
  width: 570px;
}

[width="571"], .width-571 {
  width: 571px;
}

[width="572"], .width-572 {
  width: 572px;
}

[width="573"], .width-573 {
  width: 573px;
}

[width="574"], .width-574 {
  width: 574px;
}

[width="575"], .width-575 {
  width: 575px;
}

[width="576"], .width-576 {
  width: 576px;
}

[width="577"], .width-577 {
  width: 577px;
}

[width="578"], .width-578 {
  width: 578px;
}

[width="579"], .width-579 {
  width: 579px;
}

[width="580"], .width-580 {
  width: 580px;
}

[width="581"], .width-581 {
  width: 581px;
}

[width="582"], .width-582 {
  width: 582px;
}

[width="583"], .width-583 {
  width: 583px;
}

[width="584"], .width-584 {
  width: 584px;
}

[width="585"], .width-585 {
  width: 585px;
}

[width="586"], .width-586 {
  width: 586px;
}

[width="587"], .width-587 {
  width: 587px;
}

[width="588"], .width-588 {
  width: 588px;
}

[width="589"], .width-589 {
  width: 589px;
}

[width="590"], .width-590 {
  width: 590px;
}

[width="591"], .width-591 {
  width: 591px;
}

[width="592"], .width-592 {
  width: 592px;
}

[width="593"], .width-593 {
  width: 593px;
}

[width="594"], .width-594 {
  width: 594px;
}

[width="595"], .width-595 {
  width: 595px;
}

[width="596"], .width-596 {
  width: 596px;
}

[width="597"], .width-597 {
  width: 597px;
}

[width="598"], .width-598 {
  width: 598px;
}

[width="599"], .width-599 {
  width: 599px;
}

[width="600"], .width-600 {
  width: 600px;
}

[width="601"], .width-601 {
  width: 601px;
}

[width="602"], .width-602 {
  width: 602px;
}

[width="603"], .width-603 {
  width: 603px;
}

[width="604"], .width-604 {
  width: 604px;
}

[width="605"], .width-605 {
  width: 605px;
}

[width="606"], .width-606 {
  width: 606px;
}

[width="607"], .width-607 {
  width: 607px;
}

[width="608"], .width-608 {
  width: 608px;
}

[width="609"], .width-609 {
  width: 609px;
}

[width="610"], .width-610 {
  width: 610px;
}

[width="611"], .width-611 {
  width: 611px;
}

[width="612"], .width-612 {
  width: 612px;
}

[width="613"], .width-613 {
  width: 613px;
}

[width="614"], .width-614 {
  width: 614px;
}

[width="615"], .width-615 {
  width: 615px;
}

[width="616"], .width-616 {
  width: 616px;
}

[width="617"], .width-617 {
  width: 617px;
}

[width="618"], .width-618 {
  width: 618px;
}

[width="619"], .width-619 {
  width: 619px;
}

[width="620"], .width-620 {
  width: 620px;
}

[width="621"], .width-621 {
  width: 621px;
}

[width="622"], .width-622 {
  width: 622px;
}

[width="623"], .width-623 {
  width: 623px;
}

[width="624"], .width-624 {
  width: 624px;
}

[width="625"], .width-625 {
  width: 625px;
}

[width="626"], .width-626 {
  width: 626px;
}

[width="627"], .width-627 {
  width: 627px;
}

[width="628"], .width-628 {
  width: 628px;
}

[width="629"], .width-629 {
  width: 629px;
}

[width="630"], .width-630 {
  width: 630px;
}

[width="631"], .width-631 {
  width: 631px;
}

[width="632"], .width-632 {
  width: 632px;
}

[width="633"], .width-633 {
  width: 633px;
}

[width="634"], .width-634 {
  width: 634px;
}

[width="635"], .width-635 {
  width: 635px;
}

[width="636"], .width-636 {
  width: 636px;
}

[width="637"], .width-637 {
  width: 637px;
}

[width="638"], .width-638 {
  width: 638px;
}

[width="639"], .width-639 {
  width: 639px;
}

[width="640"], .width-640 {
  width: 640px;
}

[width="641"], .width-641 {
  width: 641px;
}

[width="642"], .width-642 {
  width: 642px;
}

[width="643"], .width-643 {
  width: 643px;
}

[width="644"], .width-644 {
  width: 644px;
}

[width="645"], .width-645 {
  width: 645px;
}

[width="646"], .width-646 {
  width: 646px;
}

[width="647"], .width-647 {
  width: 647px;
}

[width="648"], .width-648 {
  width: 648px;
}

[width="649"], .width-649 {
  width: 649px;
}

[width="650"], .width-650 {
  width: 650px;
}

[width="651"], .width-651 {
  width: 651px;
}

[width="652"], .width-652 {
  width: 652px;
}

[width="653"], .width-653 {
  width: 653px;
}

[width="654"], .width-654 {
  width: 654px;
}

[width="655"], .width-655 {
  width: 655px;
}

[width="656"], .width-656 {
  width: 656px;
}

[width="657"], .width-657 {
  width: 657px;
}

[width="658"], .width-658 {
  width: 658px;
}

[width="659"], .width-659 {
  width: 659px;
}

[width="660"], .width-660 {
  width: 660px;
}

[width="661"], .width-661 {
  width: 661px;
}

[width="662"], .width-662 {
  width: 662px;
}

[width="663"], .width-663 {
  width: 663px;
}

[width="664"], .width-664 {
  width: 664px;
}

[width="665"], .width-665 {
  width: 665px;
}

[width="666"], .width-666 {
  width: 666px;
}

[width="667"], .width-667 {
  width: 667px;
}

[width="668"], .width-668 {
  width: 668px;
}

[width="669"], .width-669 {
  width: 669px;
}

[width="670"], .width-670 {
  width: 670px;
}

[width="671"], .width-671 {
  width: 671px;
}

[width="672"], .width-672 {
  width: 672px;
}

[width="673"], .width-673 {
  width: 673px;
}

[width="674"], .width-674 {
  width: 674px;
}

[width="675"], .width-675 {
  width: 675px;
}

[width="676"], .width-676 {
  width: 676px;
}

[width="677"], .width-677 {
  width: 677px;
}

[width="678"], .width-678 {
  width: 678px;
}

[width="679"], .width-679 {
  width: 679px;
}

[width="680"], .width-680 {
  width: 680px;
}

[width="681"], .width-681 {
  width: 681px;
}

[width="682"], .width-682 {
  width: 682px;
}

[width="683"], .width-683 {
  width: 683px;
}

[width="684"], .width-684 {
  width: 684px;
}

[width="685"], .width-685 {
  width: 685px;
}

[width="686"], .width-686 {
  width: 686px;
}

[width="687"], .width-687 {
  width: 687px;
}

[width="688"], .width-688 {
  width: 688px;
}

[width="689"], .width-689 {
  width: 689px;
}

[width="690"], .width-690 {
  width: 690px;
}

[width="691"], .width-691 {
  width: 691px;
}

[width="692"], .width-692 {
  width: 692px;
}

[width="693"], .width-693 {
  width: 693px;
}

[width="694"], .width-694 {
  width: 694px;
}

[width="695"], .width-695 {
  width: 695px;
}

[width="696"], .width-696 {
  width: 696px;
}

[width="697"], .width-697 {
  width: 697px;
}

[width="698"], .width-698 {
  width: 698px;
}

[width="699"], .width-699 {
  width: 699px;
}

[width="700"], .width-700 {
  width: 700px;
}

[width="701"], .width-701 {
  width: 701px;
}

[width="702"], .width-702 {
  width: 702px;
}

[width="703"], .width-703 {
  width: 703px;
}

[width="704"], .width-704 {
  width: 704px;
}

[width="705"], .width-705 {
  width: 705px;
}

[width="706"], .width-706 {
  width: 706px;
}

[width="707"], .width-707 {
  width: 707px;
}

[width="708"], .width-708 {
  width: 708px;
}

[width="709"], .width-709 {
  width: 709px;
}

[width="710"], .width-710 {
  width: 710px;
}

[width="711"], .width-711 {
  width: 711px;
}

[width="712"], .width-712 {
  width: 712px;
}

[width="713"], .width-713 {
  width: 713px;
}

[width="714"], .width-714 {
  width: 714px;
}

[width="715"], .width-715 {
  width: 715px;
}

[width="716"], .width-716 {
  width: 716px;
}

[width="717"], .width-717 {
  width: 717px;
}

[width="718"], .width-718 {
  width: 718px;
}

[width="719"], .width-719 {
  width: 719px;
}

[width="720"], .width-720 {
  width: 720px;
}

[width="721"], .width-721 {
  width: 721px;
}

[width="722"], .width-722 {
  width: 722px;
}

[width="723"], .width-723 {
  width: 723px;
}

[width="724"], .width-724 {
  width: 724px;
}

[width="725"], .width-725 {
  width: 725px;
}

[width="726"], .width-726 {
  width: 726px;
}

[width="727"], .width-727 {
  width: 727px;
}

[width="728"], .width-728 {
  width: 728px;
}

[width="729"], .width-729 {
  width: 729px;
}

[width="730"], .width-730 {
  width: 730px;
}

[width="731"], .width-731 {
  width: 731px;
}

[width="732"], .width-732 {
  width: 732px;
}

[width="733"], .width-733 {
  width: 733px;
}

[width="734"], .width-734 {
  width: 734px;
}

[width="735"], .width-735 {
  width: 735px;
}

[width="736"], .width-736 {
  width: 736px;
}

[width="737"], .width-737 {
  width: 737px;
}

[width="738"], .width-738 {
  width: 738px;
}

[width="739"], .width-739 {
  width: 739px;
}

[width="740"], .width-740 {
  width: 740px;
}

[width="741"], .width-741 {
  width: 741px;
}

[width="742"], .width-742 {
  width: 742px;
}

[width="743"], .width-743 {
  width: 743px;
}

[width="744"], .width-744 {
  width: 744px;
}

[width="745"], .width-745 {
  width: 745px;
}

[width="746"], .width-746 {
  width: 746px;
}

[width="747"], .width-747 {
  width: 747px;
}

[width="748"], .width-748 {
  width: 748px;
}

[width="749"], .width-749 {
  width: 749px;
}

[width="750"], .width-750 {
  width: 750px;
}

[width="751"], .width-751 {
  width: 751px;
}

[width="752"], .width-752 {
  width: 752px;
}

[width="753"], .width-753 {
  width: 753px;
}

[width="754"], .width-754 {
  width: 754px;
}

[width="755"], .width-755 {
  width: 755px;
}

[width="756"], .width-756 {
  width: 756px;
}

[width="757"], .width-757 {
  width: 757px;
}

[width="758"], .width-758 {
  width: 758px;
}

[width="759"], .width-759 {
  width: 759px;
}

[width="760"], .width-760 {
  width: 760px;
}

[width="761"], .width-761 {
  width: 761px;
}

[width="762"], .width-762 {
  width: 762px;
}

[width="763"], .width-763 {
  width: 763px;
}

[width="764"], .width-764 {
  width: 764px;
}

[width="765"], .width-765 {
  width: 765px;
}

[width="766"], .width-766 {
  width: 766px;
}

[width="767"], .width-767 {
  width: 767px;
}

[width="768"], .width-768 {
  width: 768px;
}

[width="769"], .width-769 {
  width: 769px;
}

[width="770"], .width-770 {
  width: 770px;
}

[width="771"], .width-771 {
  width: 771px;
}

[width="772"], .width-772 {
  width: 772px;
}

[width="773"], .width-773 {
  width: 773px;
}

[width="774"], .width-774 {
  width: 774px;
}

[width="775"], .width-775 {
  width: 775px;
}

[width="776"], .width-776 {
  width: 776px;
}

[width="777"], .width-777 {
  width: 777px;
}

[width="778"], .width-778 {
  width: 778px;
}

[width="779"], .width-779 {
  width: 779px;
}

[width="780"], .width-780 {
  width: 780px;
}

[width="781"], .width-781 {
  width: 781px;
}

[width="782"], .width-782 {
  width: 782px;
}

[width="783"], .width-783 {
  width: 783px;
}

[width="784"], .width-784 {
  width: 784px;
}

[width="785"], .width-785 {
  width: 785px;
}

[width="786"], .width-786 {
  width: 786px;
}

[width="787"], .width-787 {
  width: 787px;
}

[width="788"], .width-788 {
  width: 788px;
}

[width="789"], .width-789 {
  width: 789px;
}

[width="790"], .width-790 {
  width: 790px;
}

[width="791"], .width-791 {
  width: 791px;
}

[width="792"], .width-792 {
  width: 792px;
}

[width="793"], .width-793 {
  width: 793px;
}

[width="794"], .width-794 {
  width: 794px;
}

[width="795"], .width-795 {
  width: 795px;
}

[width="796"], .width-796 {
  width: 796px;
}

[width="797"], .width-797 {
  width: 797px;
}

[width="798"], .width-798 {
  width: 798px;
}

[width="799"], .width-799 {
  width: 799px;
}

[width="800"], .width-800 {
  width: 800px;
}

[width="801"], .width-801 {
  width: 801px;
}

[width="802"], .width-802 {
  width: 802px;
}

[width="803"], .width-803 {
  width: 803px;
}

[width="804"], .width-804 {
  width: 804px;
}

[width="805"], .width-805 {
  width: 805px;
}

[width="806"], .width-806 {
  width: 806px;
}

[width="807"], .width-807 {
  width: 807px;
}

[width="808"], .width-808 {
  width: 808px;
}

[width="809"], .width-809 {
  width: 809px;
}

[width="810"], .width-810 {
  width: 810px;
}

[width="811"], .width-811 {
  width: 811px;
}

[width="812"], .width-812 {
  width: 812px;
}

[width="813"], .width-813 {
  width: 813px;
}

[width="814"], .width-814 {
  width: 814px;
}

[width="815"], .width-815 {
  width: 815px;
}

[width="816"], .width-816 {
  width: 816px;
}

[width="817"], .width-817 {
  width: 817px;
}

[width="818"], .width-818 {
  width: 818px;
}

[width="819"], .width-819 {
  width: 819px;
}

[width="820"], .width-820 {
  width: 820px;
}

[width="821"], .width-821 {
  width: 821px;
}

[width="822"], .width-822 {
  width: 822px;
}

[width="823"], .width-823 {
  width: 823px;
}

[width="824"], .width-824 {
  width: 824px;
}

[width="825"], .width-825 {
  width: 825px;
}

[width="826"], .width-826 {
  width: 826px;
}

[width="827"], .width-827 {
  width: 827px;
}

[width="828"], .width-828 {
  width: 828px;
}

[width="829"], .width-829 {
  width: 829px;
}

[width="830"], .width-830 {
  width: 830px;
}

[width="831"], .width-831 {
  width: 831px;
}

[width="832"], .width-832 {
  width: 832px;
}

[width="833"], .width-833 {
  width: 833px;
}

[width="834"], .width-834 {
  width: 834px;
}

[width="835"], .width-835 {
  width: 835px;
}

[width="836"], .width-836 {
  width: 836px;
}

[width="837"], .width-837 {
  width: 837px;
}

[width="838"], .width-838 {
  width: 838px;
}

[width="839"], .width-839 {
  width: 839px;
}

[width="840"], .width-840 {
  width: 840px;
}

[width="841"], .width-841 {
  width: 841px;
}

[width="842"], .width-842 {
  width: 842px;
}

[width="843"], .width-843 {
  width: 843px;
}

[width="844"], .width-844 {
  width: 844px;
}

[width="845"], .width-845 {
  width: 845px;
}

[width="846"], .width-846 {
  width: 846px;
}

[width="847"], .width-847 {
  width: 847px;
}

[width="848"], .width-848 {
  width: 848px;
}

[width="849"], .width-849 {
  width: 849px;
}

[width="850"], .width-850 {
  width: 850px;
}

[width="851"], .width-851 {
  width: 851px;
}

[width="852"], .width-852 {
  width: 852px;
}

[width="853"], .width-853 {
  width: 853px;
}

[width="854"], .width-854 {
  width: 854px;
}

[width="855"], .width-855 {
  width: 855px;
}

[width="856"], .width-856 {
  width: 856px;
}

[width="857"], .width-857 {
  width: 857px;
}

[width="858"], .width-858 {
  width: 858px;
}

[width="859"], .width-859 {
  width: 859px;
}

[width="860"], .width-860 {
  width: 860px;
}

[width="861"], .width-861 {
  width: 861px;
}

[width="862"], .width-862 {
  width: 862px;
}

[width="863"], .width-863 {
  width: 863px;
}

[width="864"], .width-864 {
  width: 864px;
}

[width="865"], .width-865 {
  width: 865px;
}

[width="866"], .width-866 {
  width: 866px;
}

[width="867"], .width-867 {
  width: 867px;
}

[width="868"], .width-868 {
  width: 868px;
}

[width="869"], .width-869 {
  width: 869px;
}

[width="870"], .width-870 {
  width: 870px;
}

[width="871"], .width-871 {
  width: 871px;
}

[width="872"], .width-872 {
  width: 872px;
}

[width="873"], .width-873 {
  width: 873px;
}

[width="874"], .width-874 {
  width: 874px;
}

[width="875"], .width-875 {
  width: 875px;
}

[width="876"], .width-876 {
  width: 876px;
}

[width="877"], .width-877 {
  width: 877px;
}

[width="878"], .width-878 {
  width: 878px;
}

[width="879"], .width-879 {
  width: 879px;
}

[width="880"], .width-880 {
  width: 880px;
}

[width="881"], .width-881 {
  width: 881px;
}

[width="882"], .width-882 {
  width: 882px;
}

[width="883"], .width-883 {
  width: 883px;
}

[width="884"], .width-884 {
  width: 884px;
}

[width="885"], .width-885 {
  width: 885px;
}

[width="886"], .width-886 {
  width: 886px;
}

[width="887"], .width-887 {
  width: 887px;
}

[width="888"], .width-888 {
  width: 888px;
}

[width="889"], .width-889 {
  width: 889px;
}

[width="890"], .width-890 {
  width: 890px;
}

[width="891"], .width-891 {
  width: 891px;
}

[width="892"], .width-892 {
  width: 892px;
}

[width="893"], .width-893 {
  width: 893px;
}

[width="894"], .width-894 {
  width: 894px;
}

[width="895"], .width-895 {
  width: 895px;
}

[width="896"], .width-896 {
  width: 896px;
}

[width="897"], .width-897 {
  width: 897px;
}

[width="898"], .width-898 {
  width: 898px;
}

[width="899"], .width-899 {
  width: 899px;
}

[width="900"], .width-900 {
  width: 900px;
}

[width="901"], .width-901 {
  width: 901px;
}

[width="902"], .width-902 {
  width: 902px;
}

[width="903"], .width-903 {
  width: 903px;
}

[width="904"], .width-904 {
  width: 904px;
}

[width="905"], .width-905 {
  width: 905px;
}

[width="906"], .width-906 {
  width: 906px;
}

[width="907"], .width-907 {
  width: 907px;
}

[width="908"], .width-908 {
  width: 908px;
}

[width="909"], .width-909 {
  width: 909px;
}

[width="910"], .width-910 {
  width: 910px;
}

[width="911"], .width-911 {
  width: 911px;
}

[width="912"], .width-912 {
  width: 912px;
}

[width="913"], .width-913 {
  width: 913px;
}

[width="914"], .width-914 {
  width: 914px;
}

[width="915"], .width-915 {
  width: 915px;
}

[width="916"], .width-916 {
  width: 916px;
}

[width="917"], .width-917 {
  width: 917px;
}

[width="918"], .width-918 {
  width: 918px;
}

[width="919"], .width-919 {
  width: 919px;
}

[width="920"], .width-920 {
  width: 920px;
}

[width="921"], .width-921 {
  width: 921px;
}

[width="922"], .width-922 {
  width: 922px;
}

[width="923"], .width-923 {
  width: 923px;
}

[width="924"], .width-924 {
  width: 924px;
}

[width="925"], .width-925 {
  width: 925px;
}

[width="926"], .width-926 {
  width: 926px;
}

[width="927"], .width-927 {
  width: 927px;
}

[width="928"], .width-928 {
  width: 928px;
}

[width="929"], .width-929 {
  width: 929px;
}

[width="930"], .width-930 {
  width: 930px;
}

[width="931"], .width-931 {
  width: 931px;
}

[width="932"], .width-932 {
  width: 932px;
}

[width="933"], .width-933 {
  width: 933px;
}

[width="934"], .width-934 {
  width: 934px;
}

[width="935"], .width-935 {
  width: 935px;
}

[width="936"], .width-936 {
  width: 936px;
}

[width="937"], .width-937 {
  width: 937px;
}

[width="938"], .width-938 {
  width: 938px;
}

[width="939"], .width-939 {
  width: 939px;
}

[width="940"], .width-940 {
  width: 940px;
}

[width="941"], .width-941 {
  width: 941px;
}

[width="942"], .width-942 {
  width: 942px;
}

[width="943"], .width-943 {
  width: 943px;
}

[width="944"], .width-944 {
  width: 944px;
}

[width="945"], .width-945 {
  width: 945px;
}

[width="946"], .width-946 {
  width: 946px;
}

[width="947"], .width-947 {
  width: 947px;
}

[width="948"], .width-948 {
  width: 948px;
}

[width="949"], .width-949 {
  width: 949px;
}

[width="950"], .width-950 {
  width: 950px;
}

[width="951"], .width-951 {
  width: 951px;
}

[width="952"], .width-952 {
  width: 952px;
}

[width="953"], .width-953 {
  width: 953px;
}

[width="954"], .width-954 {
  width: 954px;
}

[width="955"], .width-955 {
  width: 955px;
}

[width="956"], .width-956 {
  width: 956px;
}

[width="957"], .width-957 {
  width: 957px;
}

[width="958"], .width-958 {
  width: 958px;
}

[width="959"], .width-959 {
  width: 959px;
}

[width="960"], .width-960 {
  width: 960px;
}

[width="961"], .width-961 {
  width: 961px;
}

[width="962"], .width-962 {
  width: 962px;
}

[width="963"], .width-963 {
  width: 963px;
}

[width="964"], .width-964 {
  width: 964px;
}

[width="965"], .width-965 {
  width: 965px;
}

[width="966"], .width-966 {
  width: 966px;
}

[width="967"], .width-967 {
  width: 967px;
}

[width="968"], .width-968 {
  width: 968px;
}

[width="969"], .width-969 {
  width: 969px;
}

[width="970"], .width-970 {
  width: 970px;
}

[width="971"], .width-971 {
  width: 971px;
}

[width="972"], .width-972 {
  width: 972px;
}

[width="973"], .width-973 {
  width: 973px;
}

[width="974"], .width-974 {
  width: 974px;
}

[width="975"], .width-975 {
  width: 975px;
}

[width="976"], .width-976 {
  width: 976px;
}

[width="977"], .width-977 {
  width: 977px;
}

[width="978"], .width-978 {
  width: 978px;
}

[width="979"], .width-979 {
  width: 979px;
}

[width="980"], .width-980 {
  width: 980px;
}

[width="981"], .width-981 {
  width: 981px;
}

[width="982"], .width-982 {
  width: 982px;
}

[width="983"], .width-983 {
  width: 983px;
}

[width="984"], .width-984 {
  width: 984px;
}

[width="985"], .width-985 {
  width: 985px;
}

[width="986"], .width-986 {
  width: 986px;
}

[width="987"], .width-987 {
  width: 987px;
}

[width="988"], .width-988 {
  width: 988px;
}

[width="989"], .width-989 {
  width: 989px;
}

[width="990"], .width-990 {
  width: 990px;
}

[width="991"], .width-991 {
  width: 991px;
}

[width="992"], .width-992 {
  width: 992px;
}

[width="993"], .width-993 {
  width: 993px;
}

[width="994"], .width-994 {
  width: 994px;
}

[width="995"], .width-995 {
  width: 995px;
}

[width="996"], .width-996 {
  width: 996px;
}

[width="997"], .width-997 {
  width: 997px;
}

[width="998"], .width-998 {
  width: 998px;
}

[width="999"], .width-999 {
  width: 999px;
}

[width="1000"], .width-1000 {
  width: 1000px;
}

[width="1001"], .width-1001 {
  width: 1001px;
}

[width="1002"], .width-1002 {
  width: 1002px;
}

[width="1003"], .width-1003 {
  width: 1003px;
}

[width="1004"], .width-1004 {
  width: 1004px;
}

[width="1005"], .width-1005 {
  width: 1005px;
}

[width="1006"], .width-1006 {
  width: 1006px;
}

[width="1007"], .width-1007 {
  width: 1007px;
}

[width="1008"], .width-1008 {
  width: 1008px;
}

[width="1009"], .width-1009 {
  width: 1009px;
}

[width="1010"], .width-1010 {
  width: 1010px;
}

[width="1011"], .width-1011 {
  width: 1011px;
}

[width="1012"], .width-1012 {
  width: 1012px;
}

[width="1013"], .width-1013 {
  width: 1013px;
}

[width="1014"], .width-1014 {
  width: 1014px;
}

[width="1015"], .width-1015 {
  width: 1015px;
}

[width="1016"], .width-1016 {
  width: 1016px;
}

[width="1017"], .width-1017 {
  width: 1017px;
}

[width="1018"], .width-1018 {
  width: 1018px;
}

[width="1019"], .width-1019 {
  width: 1019px;
}

[width="1020"], .width-1020 {
  width: 1020px;
}

[width="1021"], .width-1021 {
  width: 1021px;
}

[width="1022"], .width-1022 {
  width: 1022px;
}

[width="1023"], .width-1023 {
  width: 1023px;
}

[width="1024"], .width-1024 {
  width: 1024px;
}

[width="1025"], .width-1025 {
  width: 1025px;
}

[width="1026"], .width-1026 {
  width: 1026px;
}

[width="1027"], .width-1027 {
  width: 1027px;
}

[width="1028"], .width-1028 {
  width: 1028px;
}

[width="1029"], .width-1029 {
  width: 1029px;
}

[width="1030"], .width-1030 {
  width: 1030px;
}

[width="1031"], .width-1031 {
  width: 1031px;
}

[width="1032"], .width-1032 {
  width: 1032px;
}

[width="1033"], .width-1033 {
  width: 1033px;
}

[width="1034"], .width-1034 {
  width: 1034px;
}

[width="1035"], .width-1035 {
  width: 1035px;
}

[width="1036"], .width-1036 {
  width: 1036px;
}

[width="1037"], .width-1037 {
  width: 1037px;
}

[width="1038"], .width-1038 {
  width: 1038px;
}

[width="1039"], .width-1039 {
  width: 1039px;
}

[width="1040"], .width-1040 {
  width: 1040px;
}

[width="1041"], .width-1041 {
  width: 1041px;
}

[width="1042"], .width-1042 {
  width: 1042px;
}

[width="1043"], .width-1043 {
  width: 1043px;
}

[width="1044"], .width-1044 {
  width: 1044px;
}

[width="1045"], .width-1045 {
  width: 1045px;
}

[width="1046"], .width-1046 {
  width: 1046px;
}

[width="1047"], .width-1047 {
  width: 1047px;
}

[width="1048"], .width-1048 {
  width: 1048px;
}

[width="1049"], .width-1049 {
  width: 1049px;
}

[width="1050"], .width-1050 {
  width: 1050px;
}

[width="1051"], .width-1051 {
  width: 1051px;
}

[width="1052"], .width-1052 {
  width: 1052px;
}

[width="1053"], .width-1053 {
  width: 1053px;
}

[width="1054"], .width-1054 {
  width: 1054px;
}

[width="1055"], .width-1055 {
  width: 1055px;
}

[width="1056"], .width-1056 {
  width: 1056px;
}

[width="1057"], .width-1057 {
  width: 1057px;
}

[width="1058"], .width-1058 {
  width: 1058px;
}

[width="1059"], .width-1059 {
  width: 1059px;
}

[width="1060"], .width-1060 {
  width: 1060px;
}

[width="1061"], .width-1061 {
  width: 1061px;
}

[width="1062"], .width-1062 {
  width: 1062px;
}

[width="1063"], .width-1063 {
  width: 1063px;
}

[width="1064"], .width-1064 {
  width: 1064px;
}

[width="1065"], .width-1065 {
  width: 1065px;
}

[width="1066"], .width-1066 {
  width: 1066px;
}

[width="1067"], .width-1067 {
  width: 1067px;
}

[width="1068"], .width-1068 {
  width: 1068px;
}

[width="1069"], .width-1069 {
  width: 1069px;
}

[width="1070"], .width-1070 {
  width: 1070px;
}

[width="1071"], .width-1071 {
  width: 1071px;
}

[width="1072"], .width-1072 {
  width: 1072px;
}

[width="1073"], .width-1073 {
  width: 1073px;
}

[width="1074"], .width-1074 {
  width: 1074px;
}

[width="1075"], .width-1075 {
  width: 1075px;
}

[width="1076"], .width-1076 {
  width: 1076px;
}

[width="1077"], .width-1077 {
  width: 1077px;
}

[width="1078"], .width-1078 {
  width: 1078px;
}

[width="1079"], .width-1079 {
  width: 1079px;
}

[width="1080"], .width-1080 {
  width: 1080px;
}

[width="1081"], .width-1081 {
  width: 1081px;
}

[width="1082"], .width-1082 {
  width: 1082px;
}

[width="1083"], .width-1083 {
  width: 1083px;
}

[width="1084"], .width-1084 {
  width: 1084px;
}

[width="1085"], .width-1085 {
  width: 1085px;
}

[width="1086"], .width-1086 {
  width: 1086px;
}

[width="1087"], .width-1087 {
  width: 1087px;
}

[width="1088"], .width-1088 {
  width: 1088px;
}

[width="1089"], .width-1089 {
  width: 1089px;
}

[width="1090"], .width-1090 {
  width: 1090px;
}

[width="1091"], .width-1091 {
  width: 1091px;
}

[width="1092"], .width-1092 {
  width: 1092px;
}

[width="1093"], .width-1093 {
  width: 1093px;
}

[width="1094"], .width-1094 {
  width: 1094px;
}

[width="1095"], .width-1095 {
  width: 1095px;
}

[width="1096"], .width-1096 {
  width: 1096px;
}

[width="1097"], .width-1097 {
  width: 1097px;
}

[width="1098"], .width-1098 {
  width: 1098px;
}

[width="1099"], .width-1099 {
  width: 1099px;
}

[width="1100"], .width-1100 {
  width: 1100px;
}

[width="1101"], .width-1101 {
  width: 1101px;
}

[width="1102"], .width-1102 {
  width: 1102px;
}

[width="1103"], .width-1103 {
  width: 1103px;
}

[width="1104"], .width-1104 {
  width: 1104px;
}

[width="1105"], .width-1105 {
  width: 1105px;
}

[width="1106"], .width-1106 {
  width: 1106px;
}

[width="1107"], .width-1107 {
  width: 1107px;
}

[width="1108"], .width-1108 {
  width: 1108px;
}

[width="1109"], .width-1109 {
  width: 1109px;
}

[width="1110"], .width-1110 {
  width: 1110px;
}

[width="1111"], .width-1111 {
  width: 1111px;
}

[width="1112"], .width-1112 {
  width: 1112px;
}

[width="1113"], .width-1113 {
  width: 1113px;
}

[width="1114"], .width-1114 {
  width: 1114px;
}

[width="1115"], .width-1115 {
  width: 1115px;
}

[width="1116"], .width-1116 {
  width: 1116px;
}

[width="1117"], .width-1117 {
  width: 1117px;
}

[width="1118"], .width-1118 {
  width: 1118px;
}

[width="1119"], .width-1119 {
  width: 1119px;
}

[width="1120"], .width-1120 {
  width: 1120px;
}

[width="1121"], .width-1121 {
  width: 1121px;
}

[width="1122"], .width-1122 {
  width: 1122px;
}

[width="1123"], .width-1123 {
  width: 1123px;
}

[width="1124"], .width-1124 {
  width: 1124px;
}

[width="1125"], .width-1125 {
  width: 1125px;
}

[width="1126"], .width-1126 {
  width: 1126px;
}

[width="1127"], .width-1127 {
  width: 1127px;
}

[width="1128"], .width-1128 {
  width: 1128px;
}

[width="1129"], .width-1129 {
  width: 1129px;
}

[width="1130"], .width-1130 {
  width: 1130px;
}

[width="1131"], .width-1131 {
  width: 1131px;
}

[width="1132"], .width-1132 {
  width: 1132px;
}

[width="1133"], .width-1133 {
  width: 1133px;
}

[width="1134"], .width-1134 {
  width: 1134px;
}

[width="1135"], .width-1135 {
  width: 1135px;
}

[width="1136"], .width-1136 {
  width: 1136px;
}

[width="1137"], .width-1137 {
  width: 1137px;
}

[width="1138"], .width-1138 {
  width: 1138px;
}

[width="1139"], .width-1139 {
  width: 1139px;
}

[width="1140"], .width-1140 {
  width: 1140px;
}

[width="1141"], .width-1141 {
  width: 1141px;
}

[width="1142"], .width-1142 {
  width: 1142px;
}

[width="1143"], .width-1143 {
  width: 1143px;
}

[width="1144"], .width-1144 {
  width: 1144px;
}

[width="1145"], .width-1145 {
  width: 1145px;
}

[width="1146"], .width-1146 {
  width: 1146px;
}

[width="1147"], .width-1147 {
  width: 1147px;
}

[width="1148"], .width-1148 {
  width: 1148px;
}

[width="1149"], .width-1149 {
  width: 1149px;
}

[width="1150"], .width-1150 {
  width: 1150px;
}

[width="1151"], .width-1151 {
  width: 1151px;
}

[width="1152"], .width-1152 {
  width: 1152px;
}

[width="1153"], .width-1153 {
  width: 1153px;
}

[width="1154"], .width-1154 {
  width: 1154px;
}

[width="1155"], .width-1155 {
  width: 1155px;
}

[width="1156"], .width-1156 {
  width: 1156px;
}

[width="1157"], .width-1157 {
  width: 1157px;
}

[width="1158"], .width-1158 {
  width: 1158px;
}

[width="1159"], .width-1159 {
  width: 1159px;
}

[width="1160"], .width-1160 {
  width: 1160px;
}

[width="1161"], .width-1161 {
  width: 1161px;
}

[width="1162"], .width-1162 {
  width: 1162px;
}

[width="1163"], .width-1163 {
  width: 1163px;
}

[width="1164"], .width-1164 {
  width: 1164px;
}

[width="1165"], .width-1165 {
  width: 1165px;
}

[width="1166"], .width-1166 {
  width: 1166px;
}

[width="1167"], .width-1167 {
  width: 1167px;
}

[width="1168"], .width-1168 {
  width: 1168px;
}

[width="1169"], .width-1169 {
  width: 1169px;
}

[width="1170"], .width-1170 {
  width: 1170px;
}

[width="1171"], .width-1171 {
  width: 1171px;
}

[width="1172"], .width-1172 {
  width: 1172px;
}

[width="1173"], .width-1173 {
  width: 1173px;
}

[width="1174"], .width-1174 {
  width: 1174px;
}

[width="1175"], .width-1175 {
  width: 1175px;
}

[width="1176"], .width-1176 {
  width: 1176px;
}

[width="1177"], .width-1177 {
  width: 1177px;
}

[width="1178"], .width-1178 {
  width: 1178px;
}

[width="1179"], .width-1179 {
  width: 1179px;
}

[width="1180"], .width-1180 {
  width: 1180px;
}

[width="1181"], .width-1181 {
  width: 1181px;
}

[width="1182"], .width-1182 {
  width: 1182px;
}

[width="1183"], .width-1183 {
  width: 1183px;
}

[width="1184"], .width-1184 {
  width: 1184px;
}

[width="1185"], .width-1185 {
  width: 1185px;
}

[width="1186"], .width-1186 {
  width: 1186px;
}

[width="1187"], .width-1187 {
  width: 1187px;
}

[width="1188"], .width-1188 {
  width: 1188px;
}

[width="1189"], .width-1189 {
  width: 1189px;
}

[width="1190"], .width-1190 {
  width: 1190px;
}

[width="1191"], .width-1191 {
  width: 1191px;
}

[width="1192"], .width-1192 {
  width: 1192px;
}

[width="1193"], .width-1193 {
  width: 1193px;
}

[width="1194"], .width-1194 {
  width: 1194px;
}

[width="1195"], .width-1195 {
  width: 1195px;
}

[width="1196"], .width-1196 {
  width: 1196px;
}

[width="1197"], .width-1197 {
  width: 1197px;
}

[width="1198"], .width-1198 {
  width: 1198px;
}

[width="1199"], .width-1199 {
  width: 1199px;
}

[width="1200"], .width-1200 {
  width: 1200px;
}

[width="1201"], .width-1201 {
  width: 1201px;
}

[width="1202"], .width-1202 {
  width: 1202px;
}

[width="1203"], .width-1203 {
  width: 1203px;
}

[width="1204"], .width-1204 {
  width: 1204px;
}

[width="1205"], .width-1205 {
  width: 1205px;
}

[width="1206"], .width-1206 {
  width: 1206px;
}

[width="1207"], .width-1207 {
  width: 1207px;
}

[width="1208"], .width-1208 {
  width: 1208px;
}

[width="1209"], .width-1209 {
  width: 1209px;
}

[width="1210"], .width-1210 {
  width: 1210px;
}

[width="1211"], .width-1211 {
  width: 1211px;
}

[width="1212"], .width-1212 {
  width: 1212px;
}

[width="1213"], .width-1213 {
  width: 1213px;
}

[width="1214"], .width-1214 {
  width: 1214px;
}

[width="1215"], .width-1215 {
  width: 1215px;
}

[width="1216"], .width-1216 {
  width: 1216px;
}

[width="1217"], .width-1217 {
  width: 1217px;
}

[width="1218"], .width-1218 {
  width: 1218px;
}

[width="1219"], .width-1219 {
  width: 1219px;
}

[width="1220"], .width-1220 {
  width: 1220px;
}

[width="1221"], .width-1221 {
  width: 1221px;
}

[width="1222"], .width-1222 {
  width: 1222px;
}

[width="1223"], .width-1223 {
  width: 1223px;
}

[width="1224"], .width-1224 {
  width: 1224px;
}

[width="1225"], .width-1225 {
  width: 1225px;
}

[width="1226"], .width-1226 {
  width: 1226px;
}

[width="1227"], .width-1227 {
  width: 1227px;
}

[width="1228"], .width-1228 {
  width: 1228px;
}

[width="1229"], .width-1229 {
  width: 1229px;
}

[width="1230"], .width-1230 {
  width: 1230px;
}

[width="1231"], .width-1231 {
  width: 1231px;
}

[width="1232"], .width-1232 {
  width: 1232px;
}

[width="1233"], .width-1233 {
  width: 1233px;
}

[width="1234"], .width-1234 {
  width: 1234px;
}

[width="1235"], .width-1235 {
  width: 1235px;
}

[width="1236"], .width-1236 {
  width: 1236px;
}

[width="1237"], .width-1237 {
  width: 1237px;
}

[width="1238"], .width-1238 {
  width: 1238px;
}

[width="1239"], .width-1239 {
  width: 1239px;
}

[width="1240"], .width-1240 {
  width: 1240px;
}

[width="1241"], .width-1241 {
  width: 1241px;
}

[width="1242"], .width-1242 {
  width: 1242px;
}

[width="1243"], .width-1243 {
  width: 1243px;
}

[width="1244"], .width-1244 {
  width: 1244px;
}

[width="1245"], .width-1245 {
  width: 1245px;
}

[width="1246"], .width-1246 {
  width: 1246px;
}

[width="1247"], .width-1247 {
  width: 1247px;
}

[width="1248"], .width-1248 {
  width: 1248px;
}

[width="1249"], .width-1249 {
  width: 1249px;
}

[width="1250"], .width-1250 {
  width: 1250px;
}

[width="1251"], .width-1251 {
  width: 1251px;
}

[width="1252"], .width-1252 {
  width: 1252px;
}

[width="1253"], .width-1253 {
  width: 1253px;
}

[width="1254"], .width-1254 {
  width: 1254px;
}

[width="1255"], .width-1255 {
  width: 1255px;
}

[width="1256"], .width-1256 {
  width: 1256px;
}

[width="1257"], .width-1257 {
  width: 1257px;
}

[width="1258"], .width-1258 {
  width: 1258px;
}

[width="1259"], .width-1259 {
  width: 1259px;
}

[width="1260"], .width-1260 {
  width: 1260px;
}

[width="1261"], .width-1261 {
  width: 1261px;
}

[width="1262"], .width-1262 {
  width: 1262px;
}

[width="1263"], .width-1263 {
  width: 1263px;
}

[width="1264"], .width-1264 {
  width: 1264px;
}

[width="1265"], .width-1265 {
  width: 1265px;
}

[width="1266"], .width-1266 {
  width: 1266px;
}

[width="1267"], .width-1267 {
  width: 1267px;
}

[width="1268"], .width-1268 {
  width: 1268px;
}

[width="1269"], .width-1269 {
  width: 1269px;
}

[width="1270"], .width-1270 {
  width: 1270px;
}

[width="1271"], .width-1271 {
  width: 1271px;
}

[width="1272"], .width-1272 {
  width: 1272px;
}

[width="1273"], .width-1273 {
  width: 1273px;
}

[width="1274"], .width-1274 {
  width: 1274px;
}

[width="1275"], .width-1275 {
  width: 1275px;
}

[width="1276"], .width-1276 {
  width: 1276px;
}

[width="1277"], .width-1277 {
  width: 1277px;
}

[width="1278"], .width-1278 {
  width: 1278px;
}

[width="1279"], .width-1279 {
  width: 1279px;
}

[width="1280"], .width-1280 {
  width: 1280px;
}

[width="1281"], .width-1281 {
  width: 1281px;
}

[width="1282"], .width-1282 {
  width: 1282px;
}

[width="1283"], .width-1283 {
  width: 1283px;
}

[width="1284"], .width-1284 {
  width: 1284px;
}

[width="1285"], .width-1285 {
  width: 1285px;
}

[width="1286"], .width-1286 {
  width: 1286px;
}

[width="1287"], .width-1287 {
  width: 1287px;
}

[width="1288"], .width-1288 {
  width: 1288px;
}

[width="1289"], .width-1289 {
  width: 1289px;
}

[width="1290"], .width-1290 {
  width: 1290px;
}

[width="1291"], .width-1291 {
  width: 1291px;
}

[width="1292"], .width-1292 {
  width: 1292px;
}

[width="1293"], .width-1293 {
  width: 1293px;
}

[width="1294"], .width-1294 {
  width: 1294px;
}

[width="1295"], .width-1295 {
  width: 1295px;
}

[width="1296"], .width-1296 {
  width: 1296px;
}

[width="1297"], .width-1297 {
  width: 1297px;
}

[width="1298"], .width-1298 {
  width: 1298px;
}

[width="1299"], .width-1299 {
  width: 1299px;
}

[width="1300"], .width-1300 {
  width: 1300px;
}

[width="1301"], .width-1301 {
  width: 1301px;
}

[width="1302"], .width-1302 {
  width: 1302px;
}

[width="1303"], .width-1303 {
  width: 1303px;
}

[width="1304"], .width-1304 {
  width: 1304px;
}

[width="1305"], .width-1305 {
  width: 1305px;
}

[width="1306"], .width-1306 {
  width: 1306px;
}

[width="1307"], .width-1307 {
  width: 1307px;
}

[width="1308"], .width-1308 {
  width: 1308px;
}

[width="1309"], .width-1309 {
  width: 1309px;
}

[width="1310"], .width-1310 {
  width: 1310px;
}

[width="1311"], .width-1311 {
  width: 1311px;
}

[width="1312"], .width-1312 {
  width: 1312px;
}

[width="1313"], .width-1313 {
  width: 1313px;
}

[width="1314"], .width-1314 {
  width: 1314px;
}

[width="1315"], .width-1315 {
  width: 1315px;
}

[width="1316"], .width-1316 {
  width: 1316px;
}

[width="1317"], .width-1317 {
  width: 1317px;
}

[width="1318"], .width-1318 {
  width: 1318px;
}

[width="1319"], .width-1319 {
  width: 1319px;
}

[width="1320"], .width-1320 {
  width: 1320px;
}

[width="1321"], .width-1321 {
  width: 1321px;
}

[width="1322"], .width-1322 {
  width: 1322px;
}

[width="1323"], .width-1323 {
  width: 1323px;
}

[width="1324"], .width-1324 {
  width: 1324px;
}

[width="1325"], .width-1325 {
  width: 1325px;
}

[width="1326"], .width-1326 {
  width: 1326px;
}

[width="1327"], .width-1327 {
  width: 1327px;
}

[width="1328"], .width-1328 {
  width: 1328px;
}

[width="1329"], .width-1329 {
  width: 1329px;
}

[width="1330"], .width-1330 {
  width: 1330px;
}

[width="1331"], .width-1331 {
  width: 1331px;
}

[width="1332"], .width-1332 {
  width: 1332px;
}

[width="1333"], .width-1333 {
  width: 1333px;
}

[width="1334"], .width-1334 {
  width: 1334px;
}

[width="1335"], .width-1335 {
  width: 1335px;
}

[width="1336"], .width-1336 {
  width: 1336px;
}

[width="1337"], .width-1337 {
  width: 1337px;
}

[width="1338"], .width-1338 {
  width: 1338px;
}

[width="1339"], .width-1339 {
  width: 1339px;
}

[width="1340"], .width-1340 {
  width: 1340px;
}

[width="1341"], .width-1341 {
  width: 1341px;
}

[width="1342"], .width-1342 {
  width: 1342px;
}

[width="1343"], .width-1343 {
  width: 1343px;
}

[width="1344"], .width-1344 {
  width: 1344px;
}

[width="1345"], .width-1345 {
  width: 1345px;
}

[width="1346"], .width-1346 {
  width: 1346px;
}

[width="1347"], .width-1347 {
  width: 1347px;
}

[width="1348"], .width-1348 {
  width: 1348px;
}

[width="1349"], .width-1349 {
  width: 1349px;
}

[width="1350"], .width-1350 {
  width: 1350px;
}

[width="1351"], .width-1351 {
  width: 1351px;
}

[width="1352"], .width-1352 {
  width: 1352px;
}

[width="1353"], .width-1353 {
  width: 1353px;
}

[width="1354"], .width-1354 {
  width: 1354px;
}

[width="1355"], .width-1355 {
  width: 1355px;
}

[width="1356"], .width-1356 {
  width: 1356px;
}

[width="1357"], .width-1357 {
  width: 1357px;
}

[width="1358"], .width-1358 {
  width: 1358px;
}

[width="1359"], .width-1359 {
  width: 1359px;
}

[width="1360"], .width-1360 {
  width: 1360px;
}

[width="1361"], .width-1361 {
  width: 1361px;
}

[width="1362"], .width-1362 {
  width: 1362px;
}

[width="1363"], .width-1363 {
  width: 1363px;
}

[width="1364"], .width-1364 {
  width: 1364px;
}

[width="1365"], .width-1365 {
  width: 1365px;
}

[width="1366"], .width-1366 {
  width: 1366px;
}

[width="1367"], .width-1367 {
  width: 1367px;
}

[width="1368"], .width-1368 {
  width: 1368px;
}

[width="1369"], .width-1369 {
  width: 1369px;
}

[width="1370"], .width-1370 {
  width: 1370px;
}

[width="1371"], .width-1371 {
  width: 1371px;
}

[width="1372"], .width-1372 {
  width: 1372px;
}

[width="1373"], .width-1373 {
  width: 1373px;
}

[width="1374"], .width-1374 {
  width: 1374px;
}

[width="1375"], .width-1375 {
  width: 1375px;
}

[width="1376"], .width-1376 {
  width: 1376px;
}

[width="1377"], .width-1377 {
  width: 1377px;
}

[width="1378"], .width-1378 {
  width: 1378px;
}

[width="1379"], .width-1379 {
  width: 1379px;
}

[width="1380"], .width-1380 {
  width: 1380px;
}

[width="1381"], .width-1381 {
  width: 1381px;
}

[width="1382"], .width-1382 {
  width: 1382px;
}

[width="1383"], .width-1383 {
  width: 1383px;
}

[width="1384"], .width-1384 {
  width: 1384px;
}

[width="1385"], .width-1385 {
  width: 1385px;
}

[width="1386"], .width-1386 {
  width: 1386px;
}

[width="1387"], .width-1387 {
  width: 1387px;
}

[width="1388"], .width-1388 {
  width: 1388px;
}

[width="1389"], .width-1389 {
  width: 1389px;
}

[width="1390"], .width-1390 {
  width: 1390px;
}

[width="1391"], .width-1391 {
  width: 1391px;
}

[width="1392"], .width-1392 {
  width: 1392px;
}

[width="1393"], .width-1393 {
  width: 1393px;
}

[width="1394"], .width-1394 {
  width: 1394px;
}

[width="1395"], .width-1395 {
  width: 1395px;
}

[width="1396"], .width-1396 {
  width: 1396px;
}

[width="1397"], .width-1397 {
  width: 1397px;
}

[width="1398"], .width-1398 {
  width: 1398px;
}

[width="1399"], .width-1399 {
  width: 1399px;
}

[width="1400"], .width-1400 {
  width: 1400px;
}

[width="1401"], .width-1401 {
  width: 1401px;
}

[width="1402"], .width-1402 {
  width: 1402px;
}

[width="1403"], .width-1403 {
  width: 1403px;
}

[width="1404"], .width-1404 {
  width: 1404px;
}

[width="1405"], .width-1405 {
  width: 1405px;
}

[width="1406"], .width-1406 {
  width: 1406px;
}

[width="1407"], .width-1407 {
  width: 1407px;
}

[width="1408"], .width-1408 {
  width: 1408px;
}

[width="1409"], .width-1409 {
  width: 1409px;
}

[width="1410"], .width-1410 {
  width: 1410px;
}

[width="1411"], .width-1411 {
  width: 1411px;
}

[width="1412"], .width-1412 {
  width: 1412px;
}

[width="1413"], .width-1413 {
  width: 1413px;
}

[width="1414"], .width-1414 {
  width: 1414px;
}

[width="1415"], .width-1415 {
  width: 1415px;
}

[width="1416"], .width-1416 {
  width: 1416px;
}

[width="1417"], .width-1417 {
  width: 1417px;
}

[width="1418"], .width-1418 {
  width: 1418px;
}

[width="1419"], .width-1419 {
  width: 1419px;
}

[width="1420"], .width-1420 {
  width: 1420px;
}

[width="1421"], .width-1421 {
  width: 1421px;
}

[width="1422"], .width-1422 {
  width: 1422px;
}

[width="1423"], .width-1423 {
  width: 1423px;
}

[width="1424"], .width-1424 {
  width: 1424px;
}

[width="1425"], .width-1425 {
  width: 1425px;
}

[width="1426"], .width-1426 {
  width: 1426px;
}

[width="1427"], .width-1427 {
  width: 1427px;
}

[width="1428"], .width-1428 {
  width: 1428px;
}

[width="1429"], .width-1429 {
  width: 1429px;
}

[width="1430"], .width-1430 {
  width: 1430px;
}

[width="1431"], .width-1431 {
  width: 1431px;
}

[width="1432"], .width-1432 {
  width: 1432px;
}

[width="1433"], .width-1433 {
  width: 1433px;
}

[width="1434"], .width-1434 {
  width: 1434px;
}

[width="1435"], .width-1435 {
  width: 1435px;
}

[width="1436"], .width-1436 {
  width: 1436px;
}

[width="1437"], .width-1437 {
  width: 1437px;
}

[width="1438"], .width-1438 {
  width: 1438px;
}

[width="1439"], .width-1439 {
  width: 1439px;
}

[width="1440"], .width-1440 {
  width: 1440px;
}

[width="1441"], .width-1441 {
  width: 1441px;
}

[width="1442"], .width-1442 {
  width: 1442px;
}

[width="1443"], .width-1443 {
  width: 1443px;
}

[width="1444"], .width-1444 {
  width: 1444px;
}

[width="1445"], .width-1445 {
  width: 1445px;
}

[width="1446"], .width-1446 {
  width: 1446px;
}

[width="1447"], .width-1447 {
  width: 1447px;
}

[width="1448"], .width-1448 {
  width: 1448px;
}

[width="1449"], .width-1449 {
  width: 1449px;
}

[width="1450"], .width-1450 {
  width: 1450px;
}

[width="1451"], .width-1451 {
  width: 1451px;
}

[width="1452"], .width-1452 {
  width: 1452px;
}

[width="1453"], .width-1453 {
  width: 1453px;
}

[width="1454"], .width-1454 {
  width: 1454px;
}

[width="1455"], .width-1455 {
  width: 1455px;
}

[width="1456"], .width-1456 {
  width: 1456px;
}

[width="1457"], .width-1457 {
  width: 1457px;
}

[width="1458"], .width-1458 {
  width: 1458px;
}

[width="1459"], .width-1459 {
  width: 1459px;
}

[width="1460"], .width-1460 {
  width: 1460px;
}

[width="1461"], .width-1461 {
  width: 1461px;
}

[width="1462"], .width-1462 {
  width: 1462px;
}

[width="1463"], .width-1463 {
  width: 1463px;
}

[width="1464"], .width-1464 {
  width: 1464px;
}

[width="1465"], .width-1465 {
  width: 1465px;
}

[width="1466"], .width-1466 {
  width: 1466px;
}

[width="1467"], .width-1467 {
  width: 1467px;
}

[width="1468"], .width-1468 {
  width: 1468px;
}

[width="1469"], .width-1469 {
  width: 1469px;
}

[width="1470"], .width-1470 {
  width: 1470px;
}

[width="1471"], .width-1471 {
  width: 1471px;
}

[width="1472"], .width-1472 {
  width: 1472px;
}

[width="1473"], .width-1473 {
  width: 1473px;
}

[width="1474"], .width-1474 {
  width: 1474px;
}

[width="1475"], .width-1475 {
  width: 1475px;
}

[width="1476"], .width-1476 {
  width: 1476px;
}

[width="1477"], .width-1477 {
  width: 1477px;
}

[width="1478"], .width-1478 {
  width: 1478px;
}

[width="1479"], .width-1479 {
  width: 1479px;
}

[width="1480"], .width-1480 {
  width: 1480px;
}

[width="1481"], .width-1481 {
  width: 1481px;
}

[width="1482"], .width-1482 {
  width: 1482px;
}

[width="1483"], .width-1483 {
  width: 1483px;
}

[width="1484"], .width-1484 {
  width: 1484px;
}

[width="1485"], .width-1485 {
  width: 1485px;
}

[width="1486"], .width-1486 {
  width: 1486px;
}

[width="1487"], .width-1487 {
  width: 1487px;
}

[width="1488"], .width-1488 {
  width: 1488px;
}

[width="1489"], .width-1489 {
  width: 1489px;
}

[width="1490"], .width-1490 {
  width: 1490px;
}

[width="1491"], .width-1491 {
  width: 1491px;
}

[width="1492"], .width-1492 {
  width: 1492px;
}

[width="1493"], .width-1493 {
  width: 1493px;
}

[width="1494"], .width-1494 {
  width: 1494px;
}

[width="1495"], .width-1495 {
  width: 1495px;
}

[width="1496"], .width-1496 {
  width: 1496px;
}

[width="1497"], .width-1497 {
  width: 1497px;
}

[width="1498"], .width-1498 {
  width: 1498px;
}

[width="1499"], .width-1499 {
  width: 1499px;
}

[width="1500"], .width-1500 {
  width: 1500px;
}

[width="1501"], .width-1501 {
  width: 1501px;
}

[width="1502"], .width-1502 {
  width: 1502px;
}

[width="1503"], .width-1503 {
  width: 1503px;
}

[width="1504"], .width-1504 {
  width: 1504px;
}

[width="1505"], .width-1505 {
  width: 1505px;
}

[width="1506"], .width-1506 {
  width: 1506px;
}

[width="1507"], .width-1507 {
  width: 1507px;
}

[width="1508"], .width-1508 {
  width: 1508px;
}

[width="1509"], .width-1509 {
  width: 1509px;
}

[width="1510"], .width-1510 {
  width: 1510px;
}

[width="1511"], .width-1511 {
  width: 1511px;
}

[width="1512"], .width-1512 {
  width: 1512px;
}

[width="1513"], .width-1513 {
  width: 1513px;
}

[width="1514"], .width-1514 {
  width: 1514px;
}

[width="1515"], .width-1515 {
  width: 1515px;
}

[width="1516"], .width-1516 {
  width: 1516px;
}

[width="1517"], .width-1517 {
  width: 1517px;
}

[width="1518"], .width-1518 {
  width: 1518px;
}

[width="1519"], .width-1519 {
  width: 1519px;
}

[width="1520"], .width-1520 {
  width: 1520px;
}

[width="1521"], .width-1521 {
  width: 1521px;
}

[width="1522"], .width-1522 {
  width: 1522px;
}

[width="1523"], .width-1523 {
  width: 1523px;
}

[width="1524"], .width-1524 {
  width: 1524px;
}

[width="1525"], .width-1525 {
  width: 1525px;
}

[width="1526"], .width-1526 {
  width: 1526px;
}

[width="1527"], .width-1527 {
  width: 1527px;
}

[width="1528"], .width-1528 {
  width: 1528px;
}

[width="1529"], .width-1529 {
  width: 1529px;
}

[width="1530"], .width-1530 {
  width: 1530px;
}

[width="1531"], .width-1531 {
  width: 1531px;
}

[width="1532"], .width-1532 {
  width: 1532px;
}

[width="1533"], .width-1533 {
  width: 1533px;
}

[width="1534"], .width-1534 {
  width: 1534px;
}

[width="1535"], .width-1535 {
  width: 1535px;
}

[width="1536"], .width-1536 {
  width: 1536px;
}

[width="1537"], .width-1537 {
  width: 1537px;
}

[width="1538"], .width-1538 {
  width: 1538px;
}

[width="1539"], .width-1539 {
  width: 1539px;
}

[width="1540"], .width-1540 {
  width: 1540px;
}

[width="1541"], .width-1541 {
  width: 1541px;
}

[width="1542"], .width-1542 {
  width: 1542px;
}

[width="1543"], .width-1543 {
  width: 1543px;
}

[width="1544"], .width-1544 {
  width: 1544px;
}

[width="1545"], .width-1545 {
  width: 1545px;
}

[width="1546"], .width-1546 {
  width: 1546px;
}

[width="1547"], .width-1547 {
  width: 1547px;
}

[width="1548"], .width-1548 {
  width: 1548px;
}

[width="1549"], .width-1549 {
  width: 1549px;
}

[width="1550"], .width-1550 {
  width: 1550px;
}

[width="1551"], .width-1551 {
  width: 1551px;
}

[width="1552"], .width-1552 {
  width: 1552px;
}

[width="1553"], .width-1553 {
  width: 1553px;
}

[width="1554"], .width-1554 {
  width: 1554px;
}

[width="1555"], .width-1555 {
  width: 1555px;
}

[width="1556"], .width-1556 {
  width: 1556px;
}

[width="1557"], .width-1557 {
  width: 1557px;
}

[width="1558"], .width-1558 {
  width: 1558px;
}

[width="1559"], .width-1559 {
  width: 1559px;
}

[width="1560"], .width-1560 {
  width: 1560px;
}

[width="1561"], .width-1561 {
  width: 1561px;
}

[width="1562"], .width-1562 {
  width: 1562px;
}

[width="1563"], .width-1563 {
  width: 1563px;
}

[width="1564"], .width-1564 {
  width: 1564px;
}

[width="1565"], .width-1565 {
  width: 1565px;
}

[width="1566"], .width-1566 {
  width: 1566px;
}

[width="1567"], .width-1567 {
  width: 1567px;
}

[width="1568"], .width-1568 {
  width: 1568px;
}

[width="1569"], .width-1569 {
  width: 1569px;
}

[width="1570"], .width-1570 {
  width: 1570px;
}

[width="1571"], .width-1571 {
  width: 1571px;
}

[width="1572"], .width-1572 {
  width: 1572px;
}

[width="1573"], .width-1573 {
  width: 1573px;
}

[width="1574"], .width-1574 {
  width: 1574px;
}

[width="1575"], .width-1575 {
  width: 1575px;
}

[width="1576"], .width-1576 {
  width: 1576px;
}

[width="1577"], .width-1577 {
  width: 1577px;
}

[width="1578"], .width-1578 {
  width: 1578px;
}

[width="1579"], .width-1579 {
  width: 1579px;
}

[width="1580"], .width-1580 {
  width: 1580px;
}

[width="1581"], .width-1581 {
  width: 1581px;
}

[width="1582"], .width-1582 {
  width: 1582px;
}

[width="1583"], .width-1583 {
  width: 1583px;
}

[width="1584"], .width-1584 {
  width: 1584px;
}

[width="1585"], .width-1585 {
  width: 1585px;
}

[width="1586"], .width-1586 {
  width: 1586px;
}

[width="1587"], .width-1587 {
  width: 1587px;
}

[width="1588"], .width-1588 {
  width: 1588px;
}

[width="1589"], .width-1589 {
  width: 1589px;
}

[width="1590"], .width-1590 {
  width: 1590px;
}

[width="1591"], .width-1591 {
  width: 1591px;
}

[width="1592"], .width-1592 {
  width: 1592px;
}

[width="1593"], .width-1593 {
  width: 1593px;
}

[width="1594"], .width-1594 {
  width: 1594px;
}

[width="1595"], .width-1595 {
  width: 1595px;
}

[width="1596"], .width-1596 {
  width: 1596px;
}

[width="1597"], .width-1597 {
  width: 1597px;
}

[width="1598"], .width-1598 {
  width: 1598px;
}

[width="1599"], .width-1599 {
  width: 1599px;
}

[width="1600"], .width-1600 {
  width: 1600px;
}

[width="1601"], .width-1601 {
  width: 1601px;
}

[width="1602"], .width-1602 {
  width: 1602px;
}

[width="1603"], .width-1603 {
  width: 1603px;
}

[width="1604"], .width-1604 {
  width: 1604px;
}

[width="1605"], .width-1605 {
  width: 1605px;
}

[width="1606"], .width-1606 {
  width: 1606px;
}

[width="1607"], .width-1607 {
  width: 1607px;
}

[width="1608"], .width-1608 {
  width: 1608px;
}

[width="1609"], .width-1609 {
  width: 1609px;
}

[width="1610"], .width-1610 {
  width: 1610px;
}

[width="1611"], .width-1611 {
  width: 1611px;
}

[width="1612"], .width-1612 {
  width: 1612px;
}

[width="1613"], .width-1613 {
  width: 1613px;
}

[width="1614"], .width-1614 {
  width: 1614px;
}

[width="1615"], .width-1615 {
  width: 1615px;
}

[width="1616"], .width-1616 {
  width: 1616px;
}

[width="1617"], .width-1617 {
  width: 1617px;
}

[width="1618"], .width-1618 {
  width: 1618px;
}

[width="1619"], .width-1619 {
  width: 1619px;
}

[width="1620"], .width-1620 {
  width: 1620px;
}

[width="1621"], .width-1621 {
  width: 1621px;
}

[width="1622"], .width-1622 {
  width: 1622px;
}

[width="1623"], .width-1623 {
  width: 1623px;
}

[width="1624"], .width-1624 {
  width: 1624px;
}

[width="1625"], .width-1625 {
  width: 1625px;
}

[width="1626"], .width-1626 {
  width: 1626px;
}

[width="1627"], .width-1627 {
  width: 1627px;
}

[width="1628"], .width-1628 {
  width: 1628px;
}

[width="1629"], .width-1629 {
  width: 1629px;
}

[width="1630"], .width-1630 {
  width: 1630px;
}

[width="1631"], .width-1631 {
  width: 1631px;
}

[width="1632"], .width-1632 {
  width: 1632px;
}

[width="1633"], .width-1633 {
  width: 1633px;
}

[width="1634"], .width-1634 {
  width: 1634px;
}

[width="1635"], .width-1635 {
  width: 1635px;
}

[width="1636"], .width-1636 {
  width: 1636px;
}

[width="1637"], .width-1637 {
  width: 1637px;
}

[width="1638"], .width-1638 {
  width: 1638px;
}

[width="1639"], .width-1639 {
  width: 1639px;
}

[width="1640"], .width-1640 {
  width: 1640px;
}

[width="1641"], .width-1641 {
  width: 1641px;
}

[width="1642"], .width-1642 {
  width: 1642px;
}

[width="1643"], .width-1643 {
  width: 1643px;
}

[width="1644"], .width-1644 {
  width: 1644px;
}

[width="1645"], .width-1645 {
  width: 1645px;
}

[width="1646"], .width-1646 {
  width: 1646px;
}

[width="1647"], .width-1647 {
  width: 1647px;
}

[width="1648"], .width-1648 {
  width: 1648px;
}

[width="1649"], .width-1649 {
  width: 1649px;
}

[width="1650"], .width-1650 {
  width: 1650px;
}

[width="1651"], .width-1651 {
  width: 1651px;
}

[width="1652"], .width-1652 {
  width: 1652px;
}

[width="1653"], .width-1653 {
  width: 1653px;
}

[width="1654"], .width-1654 {
  width: 1654px;
}

[width="1655"], .width-1655 {
  width: 1655px;
}

[width="1656"], .width-1656 {
  width: 1656px;
}

[width="1657"], .width-1657 {
  width: 1657px;
}

[width="1658"], .width-1658 {
  width: 1658px;
}

[width="1659"], .width-1659 {
  width: 1659px;
}

[width="1660"], .width-1660 {
  width: 1660px;
}

[width="1661"], .width-1661 {
  width: 1661px;
}

[width="1662"], .width-1662 {
  width: 1662px;
}

[width="1663"], .width-1663 {
  width: 1663px;
}

[width="1664"], .width-1664 {
  width: 1664px;
}

[width="1665"], .width-1665 {
  width: 1665px;
}

[width="1666"], .width-1666 {
  width: 1666px;
}

[width="1667"], .width-1667 {
  width: 1667px;
}

[width="1668"], .width-1668 {
  width: 1668px;
}

[width="1669"], .width-1669 {
  width: 1669px;
}

[width="1670"], .width-1670 {
  width: 1670px;
}

[width="1671"], .width-1671 {
  width: 1671px;
}

[width="1672"], .width-1672 {
  width: 1672px;
}

[width="1673"], .width-1673 {
  width: 1673px;
}

[width="1674"], .width-1674 {
  width: 1674px;
}

[width="1675"], .width-1675 {
  width: 1675px;
}

[width="1676"], .width-1676 {
  width: 1676px;
}

[width="1677"], .width-1677 {
  width: 1677px;
}

[width="1678"], .width-1678 {
  width: 1678px;
}

[width="1679"], .width-1679 {
  width: 1679px;
}

[width="1680"], .width-1680 {
  width: 1680px;
}

[width="1681"], .width-1681 {
  width: 1681px;
}

[width="1682"], .width-1682 {
  width: 1682px;
}

[width="1683"], .width-1683 {
  width: 1683px;
}

[width="1684"], .width-1684 {
  width: 1684px;
}

[width="1685"], .width-1685 {
  width: 1685px;
}

[width="1686"], .width-1686 {
  width: 1686px;
}

[width="1687"], .width-1687 {
  width: 1687px;
}

[width="1688"], .width-1688 {
  width: 1688px;
}

[width="1689"], .width-1689 {
  width: 1689px;
}

[width="1690"], .width-1690 {
  width: 1690px;
}

[width="1691"], .width-1691 {
  width: 1691px;
}

[width="1692"], .width-1692 {
  width: 1692px;
}

[width="1693"], .width-1693 {
  width: 1693px;
}

[width="1694"], .width-1694 {
  width: 1694px;
}

[width="1695"], .width-1695 {
  width: 1695px;
}

[width="1696"], .width-1696 {
  width: 1696px;
}

[width="1697"], .width-1697 {
  width: 1697px;
}

[width="1698"], .width-1698 {
  width: 1698px;
}

[width="1699"], .width-1699 {
  width: 1699px;
}

[width="1700"], .width-1700 {
  width: 1700px;
}

[width="1701"], .width-1701 {
  width: 1701px;
}

[width="1702"], .width-1702 {
  width: 1702px;
}

[width="1703"], .width-1703 {
  width: 1703px;
}

[width="1704"], .width-1704 {
  width: 1704px;
}

[width="1705"], .width-1705 {
  width: 1705px;
}

[width="1706"], .width-1706 {
  width: 1706px;
}

[width="1707"], .width-1707 {
  width: 1707px;
}

[width="1708"], .width-1708 {
  width: 1708px;
}

[width="1709"], .width-1709 {
  width: 1709px;
}

[width="1710"], .width-1710 {
  width: 1710px;
}

[width="1711"], .width-1711 {
  width: 1711px;
}

[width="1712"], .width-1712 {
  width: 1712px;
}

[width="1713"], .width-1713 {
  width: 1713px;
}

[width="1714"], .width-1714 {
  width: 1714px;
}

[width="1715"], .width-1715 {
  width: 1715px;
}

[width="1716"], .width-1716 {
  width: 1716px;
}

[width="1717"], .width-1717 {
  width: 1717px;
}

[width="1718"], .width-1718 {
  width: 1718px;
}

[width="1719"], .width-1719 {
  width: 1719px;
}

[width="1720"], .width-1720 {
  width: 1720px;
}

[width="1721"], .width-1721 {
  width: 1721px;
}

[width="1722"], .width-1722 {
  width: 1722px;
}

[width="1723"], .width-1723 {
  width: 1723px;
}

[width="1724"], .width-1724 {
  width: 1724px;
}

[width="1725"], .width-1725 {
  width: 1725px;
}

[width="1726"], .width-1726 {
  width: 1726px;
}

[width="1727"], .width-1727 {
  width: 1727px;
}

[width="1728"], .width-1728 {
  width: 1728px;
}

[width="1729"], .width-1729 {
  width: 1729px;
}

[width="1730"], .width-1730 {
  width: 1730px;
}

[width="1731"], .width-1731 {
  width: 1731px;
}

[width="1732"], .width-1732 {
  width: 1732px;
}

[width="1733"], .width-1733 {
  width: 1733px;
}

[width="1734"], .width-1734 {
  width: 1734px;
}

[width="1735"], .width-1735 {
  width: 1735px;
}

[width="1736"], .width-1736 {
  width: 1736px;
}

[width="1737"], .width-1737 {
  width: 1737px;
}

[width="1738"], .width-1738 {
  width: 1738px;
}

[width="1739"], .width-1739 {
  width: 1739px;
}

[width="1740"], .width-1740 {
  width: 1740px;
}

[width="1741"], .width-1741 {
  width: 1741px;
}

[width="1742"], .width-1742 {
  width: 1742px;
}

[width="1743"], .width-1743 {
  width: 1743px;
}

[width="1744"], .width-1744 {
  width: 1744px;
}

[width="1745"], .width-1745 {
  width: 1745px;
}

[width="1746"], .width-1746 {
  width: 1746px;
}

[width="1747"], .width-1747 {
  width: 1747px;
}

[width="1748"], .width-1748 {
  width: 1748px;
}

[width="1749"], .width-1749 {
  width: 1749px;
}

[width="1750"], .width-1750 {
  width: 1750px;
}

[width="1751"], .width-1751 {
  width: 1751px;
}

[width="1752"], .width-1752 {
  width: 1752px;
}

[width="1753"], .width-1753 {
  width: 1753px;
}

[width="1754"], .width-1754 {
  width: 1754px;
}

[width="1755"], .width-1755 {
  width: 1755px;
}

[width="1756"], .width-1756 {
  width: 1756px;
}

[width="1757"], .width-1757 {
  width: 1757px;
}

[width="1758"], .width-1758 {
  width: 1758px;
}

[width="1759"], .width-1759 {
  width: 1759px;
}

[width="1760"], .width-1760 {
  width: 1760px;
}

[width="1761"], .width-1761 {
  width: 1761px;
}

[width="1762"], .width-1762 {
  width: 1762px;
}

[width="1763"], .width-1763 {
  width: 1763px;
}

[width="1764"], .width-1764 {
  width: 1764px;
}

[width="1765"], .width-1765 {
  width: 1765px;
}

[width="1766"], .width-1766 {
  width: 1766px;
}

[width="1767"], .width-1767 {
  width: 1767px;
}

[width="1768"], .width-1768 {
  width: 1768px;
}

[width="1769"], .width-1769 {
  width: 1769px;
}

[width="1770"], .width-1770 {
  width: 1770px;
}

[width="1771"], .width-1771 {
  width: 1771px;
}

[width="1772"], .width-1772 {
  width: 1772px;
}

[width="1773"], .width-1773 {
  width: 1773px;
}

[width="1774"], .width-1774 {
  width: 1774px;
}

[width="1775"], .width-1775 {
  width: 1775px;
}

[width="1776"], .width-1776 {
  width: 1776px;
}

[width="1777"], .width-1777 {
  width: 1777px;
}

[width="1778"], .width-1778 {
  width: 1778px;
}

[width="1779"], .width-1779 {
  width: 1779px;
}

[width="1780"], .width-1780 {
  width: 1780px;
}

[width="1781"], .width-1781 {
  width: 1781px;
}

[width="1782"], .width-1782 {
  width: 1782px;
}

[width="1783"], .width-1783 {
  width: 1783px;
}

[width="1784"], .width-1784 {
  width: 1784px;
}

[width="1785"], .width-1785 {
  width: 1785px;
}

[width="1786"], .width-1786 {
  width: 1786px;
}

[width="1787"], .width-1787 {
  width: 1787px;
}

[width="1788"], .width-1788 {
  width: 1788px;
}

[width="1789"], .width-1789 {
  width: 1789px;
}

[width="1790"], .width-1790 {
  width: 1790px;
}

[width="1791"], .width-1791 {
  width: 1791px;
}

[width="1792"], .width-1792 {
  width: 1792px;
}

[width="1793"], .width-1793 {
  width: 1793px;
}

[width="1794"], .width-1794 {
  width: 1794px;
}

[width="1795"], .width-1795 {
  width: 1795px;
}

[width="1796"], .width-1796 {
  width: 1796px;
}

[width="1797"], .width-1797 {
  width: 1797px;
}

[width="1798"], .width-1798 {
  width: 1798px;
}

[width="1799"], .width-1799 {
  width: 1799px;
}

[width="1800"], .width-1800 {
  width: 1800px;
}

[width="1801"], .width-1801 {
  width: 1801px;
}

[width="1802"], .width-1802 {
  width: 1802px;
}

[width="1803"], .width-1803 {
  width: 1803px;
}

[width="1804"], .width-1804 {
  width: 1804px;
}

[width="1805"], .width-1805 {
  width: 1805px;
}

[width="1806"], .width-1806 {
  width: 1806px;
}

[width="1807"], .width-1807 {
  width: 1807px;
}

[width="1808"], .width-1808 {
  width: 1808px;
}

[width="1809"], .width-1809 {
  width: 1809px;
}

[width="1810"], .width-1810 {
  width: 1810px;
}

[width="1811"], .width-1811 {
  width: 1811px;
}

[width="1812"], .width-1812 {
  width: 1812px;
}

[width="1813"], .width-1813 {
  width: 1813px;
}

[width="1814"], .width-1814 {
  width: 1814px;
}

[width="1815"], .width-1815 {
  width: 1815px;
}

[width="1816"], .width-1816 {
  width: 1816px;
}

[width="1817"], .width-1817 {
  width: 1817px;
}

[width="1818"], .width-1818 {
  width: 1818px;
}

[width="1819"], .width-1819 {
  width: 1819px;
}

[width="1820"], .width-1820 {
  width: 1820px;
}

[width="1821"], .width-1821 {
  width: 1821px;
}

[width="1822"], .width-1822 {
  width: 1822px;
}

[width="1823"], .width-1823 {
  width: 1823px;
}

[width="1824"], .width-1824 {
  width: 1824px;
}

[width="1825"], .width-1825 {
  width: 1825px;
}

[width="1826"], .width-1826 {
  width: 1826px;
}

[width="1827"], .width-1827 {
  width: 1827px;
}

[width="1828"], .width-1828 {
  width: 1828px;
}

[width="1829"], .width-1829 {
  width: 1829px;
}

[width="1830"], .width-1830 {
  width: 1830px;
}

[width="1831"], .width-1831 {
  width: 1831px;
}

[width="1832"], .width-1832 {
  width: 1832px;
}

[width="1833"], .width-1833 {
  width: 1833px;
}

[width="1834"], .width-1834 {
  width: 1834px;
}

[width="1835"], .width-1835 {
  width: 1835px;
}

[width="1836"], .width-1836 {
  width: 1836px;
}

[width="1837"], .width-1837 {
  width: 1837px;
}

[width="1838"], .width-1838 {
  width: 1838px;
}

[width="1839"], .width-1839 {
  width: 1839px;
}

[width="1840"], .width-1840 {
  width: 1840px;
}

[width="1841"], .width-1841 {
  width: 1841px;
}

[width="1842"], .width-1842 {
  width: 1842px;
}

[width="1843"], .width-1843 {
  width: 1843px;
}

[width="1844"], .width-1844 {
  width: 1844px;
}

[width="1845"], .width-1845 {
  width: 1845px;
}

[width="1846"], .width-1846 {
  width: 1846px;
}

[width="1847"], .width-1847 {
  width: 1847px;
}

[width="1848"], .width-1848 {
  width: 1848px;
}

[width="1849"], .width-1849 {
  width: 1849px;
}

[width="1850"], .width-1850 {
  width: 1850px;
}

[width="1851"], .width-1851 {
  width: 1851px;
}

[width="1852"], .width-1852 {
  width: 1852px;
}

[width="1853"], .width-1853 {
  width: 1853px;
}

[width="1854"], .width-1854 {
  width: 1854px;
}

[width="1855"], .width-1855 {
  width: 1855px;
}

[width="1856"], .width-1856 {
  width: 1856px;
}

[width="1857"], .width-1857 {
  width: 1857px;
}

[width="1858"], .width-1858 {
  width: 1858px;
}

[width="1859"], .width-1859 {
  width: 1859px;
}

[width="1860"], .width-1860 {
  width: 1860px;
}

[width="1861"], .width-1861 {
  width: 1861px;
}

[width="1862"], .width-1862 {
  width: 1862px;
}

[width="1863"], .width-1863 {
  width: 1863px;
}

[width="1864"], .width-1864 {
  width: 1864px;
}

[width="1865"], .width-1865 {
  width: 1865px;
}

[width="1866"], .width-1866 {
  width: 1866px;
}

[width="1867"], .width-1867 {
  width: 1867px;
}

[width="1868"], .width-1868 {
  width: 1868px;
}

[width="1869"], .width-1869 {
  width: 1869px;
}

[width="1870"], .width-1870 {
  width: 1870px;
}

[width="1871"], .width-1871 {
  width: 1871px;
}

[width="1872"], .width-1872 {
  width: 1872px;
}

[width="1873"], .width-1873 {
  width: 1873px;
}

[width="1874"], .width-1874 {
  width: 1874px;
}

[width="1875"], .width-1875 {
  width: 1875px;
}

[width="1876"], .width-1876 {
  width: 1876px;
}

[width="1877"], .width-1877 {
  width: 1877px;
}

[width="1878"], .width-1878 {
  width: 1878px;
}

[width="1879"], .width-1879 {
  width: 1879px;
}

[width="1880"], .width-1880 {
  width: 1880px;
}

[width="1881"], .width-1881 {
  width: 1881px;
}

[width="1882"], .width-1882 {
  width: 1882px;
}

[width="1883"], .width-1883 {
  width: 1883px;
}

[width="1884"], .width-1884 {
  width: 1884px;
}

[width="1885"], .width-1885 {
  width: 1885px;
}

[width="1886"], .width-1886 {
  width: 1886px;
}

[width="1887"], .width-1887 {
  width: 1887px;
}

[width="1888"], .width-1888 {
  width: 1888px;
}

[width="1889"], .width-1889 {
  width: 1889px;
}

[width="1890"], .width-1890 {
  width: 1890px;
}

[width="1891"], .width-1891 {
  width: 1891px;
}

[width="1892"], .width-1892 {
  width: 1892px;
}

[width="1893"], .width-1893 {
  width: 1893px;
}

[width="1894"], .width-1894 {
  width: 1894px;
}

[width="1895"], .width-1895 {
  width: 1895px;
}

[width="1896"], .width-1896 {
  width: 1896px;
}

[width="1897"], .width-1897 {
  width: 1897px;
}

[width="1898"], .width-1898 {
  width: 1898px;
}

[width="1899"], .width-1899 {
  width: 1899px;
}

[width="1900"], .width-1900 {
  width: 1900px;
}

[width="1901"], .width-1901 {
  width: 1901px;
}

[width="1902"], .width-1902 {
  width: 1902px;
}

[width="1903"], .width-1903 {
  width: 1903px;
}

[width="1904"], .width-1904 {
  width: 1904px;
}

[width="1905"], .width-1905 {
  width: 1905px;
}

[width="1906"], .width-1906 {
  width: 1906px;
}

[width="1907"], .width-1907 {
  width: 1907px;
}

[width="1908"], .width-1908 {
  width: 1908px;
}

[width="1909"], .width-1909 {
  width: 1909px;
}

[width="1910"], .width-1910 {
  width: 1910px;
}

[width="1911"], .width-1911 {
  width: 1911px;
}

[width="1912"], .width-1912 {
  width: 1912px;
}

[width="1913"], .width-1913 {
  width: 1913px;
}

[width="1914"], .width-1914 {
  width: 1914px;
}

[width="1915"], .width-1915 {
  width: 1915px;
}

[width="1916"], .width-1916 {
  width: 1916px;
}

[width="1917"], .width-1917 {
  width: 1917px;
}

[width="1918"], .width-1918 {
  width: 1918px;
}

[width="1919"], .width-1919 {
  width: 1919px;
}

[width="1920"], .width-1920 {
  width: 1920px;
}

[width="1921"], .width-1921 {
  width: 1921px;
}

[width="1922"], .width-1922 {
  width: 1922px;
}

[width="1923"], .width-1923 {
  width: 1923px;
}

[width="1924"], .width-1924 {
  width: 1924px;
}

[width="1925"], .width-1925 {
  width: 1925px;
}

[width="1926"], .width-1926 {
  width: 1926px;
}

[width="1927"], .width-1927 {
  width: 1927px;
}

[width="1928"], .width-1928 {
  width: 1928px;
}

[width="1929"], .width-1929 {
  width: 1929px;
}

[width="1930"], .width-1930 {
  width: 1930px;
}

[width="1931"], .width-1931 {
  width: 1931px;
}

[width="1932"], .width-1932 {
  width: 1932px;
}

[width="1933"], .width-1933 {
  width: 1933px;
}

[width="1934"], .width-1934 {
  width: 1934px;
}

[width="1935"], .width-1935 {
  width: 1935px;
}

[width="1936"], .width-1936 {
  width: 1936px;
}

[width="1937"], .width-1937 {
  width: 1937px;
}

[width="1938"], .width-1938 {
  width: 1938px;
}

[width="1939"], .width-1939 {
  width: 1939px;
}

[width="1940"], .width-1940 {
  width: 1940px;
}

[width="1941"], .width-1941 {
  width: 1941px;
}

[width="1942"], .width-1942 {
  width: 1942px;
}

[width="1943"], .width-1943 {
  width: 1943px;
}

[width="1944"], .width-1944 {
  width: 1944px;
}

[width="1945"], .width-1945 {
  width: 1945px;
}

[width="1946"], .width-1946 {
  width: 1946px;
}

[width="1947"], .width-1947 {
  width: 1947px;
}

[width="1948"], .width-1948 {
  width: 1948px;
}

[width="1949"], .width-1949 {
  width: 1949px;
}

[width="1950"], .width-1950 {
  width: 1950px;
}

[width="1951"], .width-1951 {
  width: 1951px;
}

[width="1952"], .width-1952 {
  width: 1952px;
}

[width="1953"], .width-1953 {
  width: 1953px;
}

[width="1954"], .width-1954 {
  width: 1954px;
}

[width="1955"], .width-1955 {
  width: 1955px;
}

[width="1956"], .width-1956 {
  width: 1956px;
}

[width="1957"], .width-1957 {
  width: 1957px;
}

[width="1958"], .width-1958 {
  width: 1958px;
}

[width="1959"], .width-1959 {
  width: 1959px;
}

[width="1960"], .width-1960 {
  width: 1960px;
}

[width="1961"], .width-1961 {
  width: 1961px;
}

[width="1962"], .width-1962 {
  width: 1962px;
}

[width="1963"], .width-1963 {
  width: 1963px;
}

[width="1964"], .width-1964 {
  width: 1964px;
}

[width="1965"], .width-1965 {
  width: 1965px;
}

[width="1966"], .width-1966 {
  width: 1966px;
}

[width="1967"], .width-1967 {
  width: 1967px;
}

[width="1968"], .width-1968 {
  width: 1968px;
}

[width="1969"], .width-1969 {
  width: 1969px;
}

[width="1970"], .width-1970 {
  width: 1970px;
}

[width="1971"], .width-1971 {
  width: 1971px;
}

[width="1972"], .width-1972 {
  width: 1972px;
}

[width="1973"], .width-1973 {
  width: 1973px;
}

[width="1974"], .width-1974 {
  width: 1974px;
}

[width="1975"], .width-1975 {
  width: 1975px;
}

[width="1976"], .width-1976 {
  width: 1976px;
}

[width="1977"], .width-1977 {
  width: 1977px;
}

[width="1978"], .width-1978 {
  width: 1978px;
}

[width="1979"], .width-1979 {
  width: 1979px;
}

[width="1980"], .width-1980 {
  width: 1980px;
}

[width="1981"], .width-1981 {
  width: 1981px;
}

[width="1982"], .width-1982 {
  width: 1982px;
}

[width="1983"], .width-1983 {
  width: 1983px;
}

[width="1984"], .width-1984 {
  width: 1984px;
}

[width="1985"], .width-1985 {
  width: 1985px;
}

[width="1986"], .width-1986 {
  width: 1986px;
}

[width="1987"], .width-1987 {
  width: 1987px;
}

[width="1988"], .width-1988 {
  width: 1988px;
}

[width="1989"], .width-1989 {
  width: 1989px;
}

[width="1990"], .width-1990 {
  width: 1990px;
}

[width="1991"], .width-1991 {
  width: 1991px;
}

[width="1992"], .width-1992 {
  width: 1992px;
}

[width="1993"], .width-1993 {
  width: 1993px;
}

[width="1994"], .width-1994 {
  width: 1994px;
}

[width="1995"], .width-1995 {
  width: 1995px;
}

[width="1996"], .width-1996 {
  width: 1996px;
}

[width="1997"], .width-1997 {
  width: 1997px;
}

[width="1998"], .width-1998 {
  width: 1998px;
}

[width="1999"], .width-1999 {
  width: 1999px;
}

[width="2000"], .width-2000 {
  width: 2000px;
}

[width="2001"], .width-2001 {
  width: 2001px;
}

[width="2002"], .width-2002 {
  width: 2002px;
}

[width="2003"], .width-2003 {
  width: 2003px;
}

[width="2004"], .width-2004 {
  width: 2004px;
}

[width="2005"], .width-2005 {
  width: 2005px;
}

[width="2006"], .width-2006 {
  width: 2006px;
}

[width="2007"], .width-2007 {
  width: 2007px;
}

[width="2008"], .width-2008 {
  width: 2008px;
}

[width="2009"], .width-2009 {
  width: 2009px;
}

[width="2010"], .width-2010 {
  width: 2010px;
}

[width="2011"], .width-2011 {
  width: 2011px;
}

[width="2012"], .width-2012 {
  width: 2012px;
}

[width="2013"], .width-2013 {
  width: 2013px;
}

[width="2014"], .width-2014 {
  width: 2014px;
}

[width="2015"], .width-2015 {
  width: 2015px;
}

[width="2016"], .width-2016 {
  width: 2016px;
}

[width="2017"], .width-2017 {
  width: 2017px;
}

[width="2018"], .width-2018 {
  width: 2018px;
}

[width="2019"], .width-2019 {
  width: 2019px;
}

[width="2020"], .width-2020 {
  width: 2020px;
}

[width="2021"], .width-2021 {
  width: 2021px;
}

[width="2022"], .width-2022 {
  width: 2022px;
}

[width="2023"], .width-2023 {
  width: 2023px;
}

[width="2024"], .width-2024 {
  width: 2024px;
}

[width="2025"], .width-2025 {
  width: 2025px;
}

[width="2026"], .width-2026 {
  width: 2026px;
}

[width="2027"], .width-2027 {
  width: 2027px;
}

[width="2028"], .width-2028 {
  width: 2028px;
}

[width="2029"], .width-2029 {
  width: 2029px;
}

[width="2030"], .width-2030 {
  width: 2030px;
}

[width="2031"], .width-2031 {
  width: 2031px;
}

[width="2032"], .width-2032 {
  width: 2032px;
}

[width="2033"], .width-2033 {
  width: 2033px;
}

[width="2034"], .width-2034 {
  width: 2034px;
}

[width="2035"], .width-2035 {
  width: 2035px;
}

[width="2036"], .width-2036 {
  width: 2036px;
}

[width="2037"], .width-2037 {
  width: 2037px;
}

[width="2038"], .width-2038 {
  width: 2038px;
}

[width="2039"], .width-2039 {
  width: 2039px;
}

[width="2040"], .width-2040 {
  width: 2040px;
}

[width="2041"], .width-2041 {
  width: 2041px;
}

[width="2042"], .width-2042 {
  width: 2042px;
}

[width="2043"], .width-2043 {
  width: 2043px;
}

[width="2044"], .width-2044 {
  width: 2044px;
}

[width="2045"], .width-2045 {
  width: 2045px;
}

[width="2046"], .width-2046 {
  width: 2046px;
}

[width="2047"], .width-2047 {
  width: 2047px;
}

[width="2048"], .width-2048 {
  width: 2048px;
}

[width="2049"], .width-2049 {
  width: 2049px;
}

[width="2050"], .width-2050 {
  width: 2050px;
}

[width="2051"], .width-2051 {
  width: 2051px;
}

[width="2052"], .width-2052 {
  width: 2052px;
}

[width="2053"], .width-2053 {
  width: 2053px;
}

[width="2054"], .width-2054 {
  width: 2054px;
}

[width="2055"], .width-2055 {
  width: 2055px;
}

[width="2056"], .width-2056 {
  width: 2056px;
}

[width="2057"], .width-2057 {
  width: 2057px;
}

[width="2058"], .width-2058 {
  width: 2058px;
}

[width="2059"], .width-2059 {
  width: 2059px;
}

[width="2060"], .width-2060 {
  width: 2060px;
}

[width="2061"], .width-2061 {
  width: 2061px;
}

[width="2062"], .width-2062 {
  width: 2062px;
}

[width="2063"], .width-2063 {
  width: 2063px;
}

[width="2064"], .width-2064 {
  width: 2064px;
}

[width="2065"], .width-2065 {
  width: 2065px;
}

[width="2066"], .width-2066 {
  width: 2066px;
}

[width="2067"], .width-2067 {
  width: 2067px;
}

[width="2068"], .width-2068 {
  width: 2068px;
}

[width="2069"], .width-2069 {
  width: 2069px;
}

[width="2070"], .width-2070 {
  width: 2070px;
}

[width="2071"], .width-2071 {
  width: 2071px;
}

[width="2072"], .width-2072 {
  width: 2072px;
}

[width="2073"], .width-2073 {
  width: 2073px;
}

[width="2074"], .width-2074 {
  width: 2074px;
}

[width="2075"], .width-2075 {
  width: 2075px;
}

[width="2076"], .width-2076 {
  width: 2076px;
}

[width="2077"], .width-2077 {
  width: 2077px;
}

[width="2078"], .width-2078 {
  width: 2078px;
}

[width="2079"], .width-2079 {
  width: 2079px;
}

[width="2080"], .width-2080 {
  width: 2080px;
}

[width="2081"], .width-2081 {
  width: 2081px;
}

[width="2082"], .width-2082 {
  width: 2082px;
}

[width="2083"], .width-2083 {
  width: 2083px;
}

[width="2084"], .width-2084 {
  width: 2084px;
}

[width="2085"], .width-2085 {
  width: 2085px;
}

[width="2086"], .width-2086 {
  width: 2086px;
}

[width="2087"], .width-2087 {
  width: 2087px;
}

[width="2088"], .width-2088 {
  width: 2088px;
}

[width="2089"], .width-2089 {
  width: 2089px;
}

[width="2090"], .width-2090 {
  width: 2090px;
}

[width="2091"], .width-2091 {
  width: 2091px;
}

[width="2092"], .width-2092 {
  width: 2092px;
}

[width="2093"], .width-2093 {
  width: 2093px;
}

[width="2094"], .width-2094 {
  width: 2094px;
}

[width="2095"], .width-2095 {
  width: 2095px;
}

[width="2096"], .width-2096 {
  width: 2096px;
}

[width="2097"], .width-2097 {
  width: 2097px;
}

[width="2098"], .width-2098 {
  width: 2098px;
}

[width="2099"], .width-2099 {
  width: 2099px;
}

[width="2100"], .width-2100 {
  width: 2100px;
}

[width="2101"], .width-2101 {
  width: 2101px;
}

[width="2102"], .width-2102 {
  width: 2102px;
}

[width="2103"], .width-2103 {
  width: 2103px;
}

[width="2104"], .width-2104 {
  width: 2104px;
}

[width="2105"], .width-2105 {
  width: 2105px;
}

[width="2106"], .width-2106 {
  width: 2106px;
}

[width="2107"], .width-2107 {
  width: 2107px;
}

[width="2108"], .width-2108 {
  width: 2108px;
}

[width="2109"], .width-2109 {
  width: 2109px;
}

[width="2110"], .width-2110 {
  width: 2110px;
}

[width="2111"], .width-2111 {
  width: 2111px;
}

[width="2112"], .width-2112 {
  width: 2112px;
}

[width="2113"], .width-2113 {
  width: 2113px;
}

[width="2114"], .width-2114 {
  width: 2114px;
}

[width="2115"], .width-2115 {
  width: 2115px;
}

[width="2116"], .width-2116 {
  width: 2116px;
}

[width="2117"], .width-2117 {
  width: 2117px;
}

[width="2118"], .width-2118 {
  width: 2118px;
}

[width="2119"], .width-2119 {
  width: 2119px;
}

[width="2120"], .width-2120 {
  width: 2120px;
}

[width="2121"], .width-2121 {
  width: 2121px;
}

[width="2122"], .width-2122 {
  width: 2122px;
}

[width="2123"], .width-2123 {
  width: 2123px;
}

[width="2124"], .width-2124 {
  width: 2124px;
}

[width="2125"], .width-2125 {
  width: 2125px;
}

[width="2126"], .width-2126 {
  width: 2126px;
}

[width="2127"], .width-2127 {
  width: 2127px;
}

[width="2128"], .width-2128 {
  width: 2128px;
}

[width="2129"], .width-2129 {
  width: 2129px;
}

[width="2130"], .width-2130 {
  width: 2130px;
}

[width="2131"], .width-2131 {
  width: 2131px;
}

[width="2132"], .width-2132 {
  width: 2132px;
}

[width="2133"], .width-2133 {
  width: 2133px;
}

[width="2134"], .width-2134 {
  width: 2134px;
}

[width="2135"], .width-2135 {
  width: 2135px;
}

[width="2136"], .width-2136 {
  width: 2136px;
}

[width="2137"], .width-2137 {
  width: 2137px;
}

[width="2138"], .width-2138 {
  width: 2138px;
}

[width="2139"], .width-2139 {
  width: 2139px;
}

[width="2140"], .width-2140 {
  width: 2140px;
}

[width="2141"], .width-2141 {
  width: 2141px;
}

[width="2142"], .width-2142 {
  width: 2142px;
}

[width="2143"], .width-2143 {
  width: 2143px;
}

[width="2144"], .width-2144 {
  width: 2144px;
}

[width="2145"], .width-2145 {
  width: 2145px;
}

[width="2146"], .width-2146 {
  width: 2146px;
}

[width="2147"], .width-2147 {
  width: 2147px;
}

[width="2148"], .width-2148 {
  width: 2148px;
}

[width="2149"], .width-2149 {
  width: 2149px;
}

[width="2150"], .width-2150 {
  width: 2150px;
}

[width="2151"], .width-2151 {
  width: 2151px;
}

[width="2152"], .width-2152 {
  width: 2152px;
}

[width="2153"], .width-2153 {
  width: 2153px;
}

[width="2154"], .width-2154 {
  width: 2154px;
}

[width="2155"], .width-2155 {
  width: 2155px;
}

[width="2156"], .width-2156 {
  width: 2156px;
}

[width="2157"], .width-2157 {
  width: 2157px;
}

[width="2158"], .width-2158 {
  width: 2158px;
}

[width="2159"], .width-2159 {
  width: 2159px;
}

[width="2160"], .width-2160 {
  width: 2160px;
}

[width="2161"], .width-2161 {
  width: 2161px;
}

[width="2162"], .width-2162 {
  width: 2162px;
}

[width="2163"], .width-2163 {
  width: 2163px;
}

[width="2164"], .width-2164 {
  width: 2164px;
}

[width="2165"], .width-2165 {
  width: 2165px;
}

[width="2166"], .width-2166 {
  width: 2166px;
}

[width="2167"], .width-2167 {
  width: 2167px;
}

[width="2168"], .width-2168 {
  width: 2168px;
}

[width="2169"], .width-2169 {
  width: 2169px;
}

[width="2170"], .width-2170 {
  width: 2170px;
}

[width="2171"], .width-2171 {
  width: 2171px;
}

[width="2172"], .width-2172 {
  width: 2172px;
}

[width="2173"], .width-2173 {
  width: 2173px;
}

[width="2174"], .width-2174 {
  width: 2174px;
}

[width="2175"], .width-2175 {
  width: 2175px;
}

[width="2176"], .width-2176 {
  width: 2176px;
}

[width="2177"], .width-2177 {
  width: 2177px;
}

[width="2178"], .width-2178 {
  width: 2178px;
}

[width="2179"], .width-2179 {
  width: 2179px;
}

[width="2180"], .width-2180 {
  width: 2180px;
}

[width="2181"], .width-2181 {
  width: 2181px;
}

[width="2182"], .width-2182 {
  width: 2182px;
}

[width="2183"], .width-2183 {
  width: 2183px;
}

[width="2184"], .width-2184 {
  width: 2184px;
}

[width="2185"], .width-2185 {
  width: 2185px;
}

[width="2186"], .width-2186 {
  width: 2186px;
}

[width="2187"], .width-2187 {
  width: 2187px;
}

[width="2188"], .width-2188 {
  width: 2188px;
}

[width="2189"], .width-2189 {
  width: 2189px;
}

[width="2190"], .width-2190 {
  width: 2190px;
}

[width="2191"], .width-2191 {
  width: 2191px;
}

[width="2192"], .width-2192 {
  width: 2192px;
}

[width="2193"], .width-2193 {
  width: 2193px;
}

[width="2194"], .width-2194 {
  width: 2194px;
}

[width="2195"], .width-2195 {
  width: 2195px;
}

[width="2196"], .width-2196 {
  width: 2196px;
}

[width="2197"], .width-2197 {
  width: 2197px;
}

[width="2198"], .width-2198 {
  width: 2198px;
}

[width="2199"], .width-2199 {
  width: 2199px;
}

[width="2200"], .width-2200 {
  width: 2200px;
}

[width="2201"], .width-2201 {
  width: 2201px;
}

[width="2202"], .width-2202 {
  width: 2202px;
}

[width="2203"], .width-2203 {
  width: 2203px;
}

[width="2204"], .width-2204 {
  width: 2204px;
}

[width="2205"], .width-2205 {
  width: 2205px;
}

[width="2206"], .width-2206 {
  width: 2206px;
}

[width="2207"], .width-2207 {
  width: 2207px;
}

[width="2208"], .width-2208 {
  width: 2208px;
}

[width="2209"], .width-2209 {
  width: 2209px;
}

[width="2210"], .width-2210 {
  width: 2210px;
}

[width="2211"], .width-2211 {
  width: 2211px;
}

[width="2212"], .width-2212 {
  width: 2212px;
}

[width="2213"], .width-2213 {
  width: 2213px;
}

[width="2214"], .width-2214 {
  width: 2214px;
}

[width="2215"], .width-2215 {
  width: 2215px;
}

[width="2216"], .width-2216 {
  width: 2216px;
}

[width="2217"], .width-2217 {
  width: 2217px;
}

[width="2218"], .width-2218 {
  width: 2218px;
}

[width="2219"], .width-2219 {
  width: 2219px;
}

[width="2220"], .width-2220 {
  width: 2220px;
}

[width="2221"], .width-2221 {
  width: 2221px;
}

[width="2222"], .width-2222 {
  width: 2222px;
}

[width="2223"], .width-2223 {
  width: 2223px;
}

[width="2224"], .width-2224 {
  width: 2224px;
}

[width="2225"], .width-2225 {
  width: 2225px;
}

[width="2226"], .width-2226 {
  width: 2226px;
}

[width="2227"], .width-2227 {
  width: 2227px;
}

[width="2228"], .width-2228 {
  width: 2228px;
}

[width="2229"], .width-2229 {
  width: 2229px;
}

[width="2230"], .width-2230 {
  width: 2230px;
}

[width="2231"], .width-2231 {
  width: 2231px;
}

[width="2232"], .width-2232 {
  width: 2232px;
}

[width="2233"], .width-2233 {
  width: 2233px;
}

[width="2234"], .width-2234 {
  width: 2234px;
}

[width="2235"], .width-2235 {
  width: 2235px;
}

[width="2236"], .width-2236 {
  width: 2236px;
}

[width="2237"], .width-2237 {
  width: 2237px;
}

[width="2238"], .width-2238 {
  width: 2238px;
}

[width="2239"], .width-2239 {
  width: 2239px;
}

[width="2240"], .width-2240 {
  width: 2240px;
}

[width="2241"], .width-2241 {
  width: 2241px;
}

[width="2242"], .width-2242 {
  width: 2242px;
}

[width="2243"], .width-2243 {
  width: 2243px;
}

[width="2244"], .width-2244 {
  width: 2244px;
}

[width="2245"], .width-2245 {
  width: 2245px;
}

[width="2246"], .width-2246 {
  width: 2246px;
}

[width="2247"], .width-2247 {
  width: 2247px;
}

[width="2248"], .width-2248 {
  width: 2248px;
}

[width="2249"], .width-2249 {
  width: 2249px;
}

[width="2250"], .width-2250 {
  width: 2250px;
}

[width="2251"], .width-2251 {
  width: 2251px;
}

[width="2252"], .width-2252 {
  width: 2252px;
}

[width="2253"], .width-2253 {
  width: 2253px;
}

[width="2254"], .width-2254 {
  width: 2254px;
}

[width="2255"], .width-2255 {
  width: 2255px;
}

[width="2256"], .width-2256 {
  width: 2256px;
}

[width="2257"], .width-2257 {
  width: 2257px;
}

[width="2258"], .width-2258 {
  width: 2258px;
}

[width="2259"], .width-2259 {
  width: 2259px;
}

[width="2260"], .width-2260 {
  width: 2260px;
}

[width="2261"], .width-2261 {
  width: 2261px;
}

[width="2262"], .width-2262 {
  width: 2262px;
}

[width="2263"], .width-2263 {
  width: 2263px;
}

[width="2264"], .width-2264 {
  width: 2264px;
}

[width="2265"], .width-2265 {
  width: 2265px;
}

[width="2266"], .width-2266 {
  width: 2266px;
}

[width="2267"], .width-2267 {
  width: 2267px;
}

[width="2268"], .width-2268 {
  width: 2268px;
}

[width="2269"], .width-2269 {
  width: 2269px;
}

[width="2270"], .width-2270 {
  width: 2270px;
}

[width="2271"], .width-2271 {
  width: 2271px;
}

[width="2272"], .width-2272 {
  width: 2272px;
}

[width="2273"], .width-2273 {
  width: 2273px;
}

[width="2274"], .width-2274 {
  width: 2274px;
}

[width="2275"], .width-2275 {
  width: 2275px;
}

[width="2276"], .width-2276 {
  width: 2276px;
}

[width="2277"], .width-2277 {
  width: 2277px;
}

[width="2278"], .width-2278 {
  width: 2278px;
}

[width="2279"], .width-2279 {
  width: 2279px;
}

[width="2280"], .width-2280 {
  width: 2280px;
}

[width="2281"], .width-2281 {
  width: 2281px;
}

[width="2282"], .width-2282 {
  width: 2282px;
}

[width="2283"], .width-2283 {
  width: 2283px;
}

[width="2284"], .width-2284 {
  width: 2284px;
}

[width="2285"], .width-2285 {
  width: 2285px;
}

[width="2286"], .width-2286 {
  width: 2286px;
}

[width="2287"], .width-2287 {
  width: 2287px;
}

[width="2288"], .width-2288 {
  width: 2288px;
}

[width="2289"], .width-2289 {
  width: 2289px;
}

[width="2290"], .width-2290 {
  width: 2290px;
}

[width="2291"], .width-2291 {
  width: 2291px;
}

[width="2292"], .width-2292 {
  width: 2292px;
}

[width="2293"], .width-2293 {
  width: 2293px;
}

[width="2294"], .width-2294 {
  width: 2294px;
}

[width="2295"], .width-2295 {
  width: 2295px;
}

[width="2296"], .width-2296 {
  width: 2296px;
}

[width="2297"], .width-2297 {
  width: 2297px;
}

[width="2298"], .width-2298 {
  width: 2298px;
}

[width="2299"], .width-2299 {
  width: 2299px;
}

[width="2300"], .width-2300 {
  width: 2300px;
}

[width="2301"], .width-2301 {
  width: 2301px;
}

[width="2302"], .width-2302 {
  width: 2302px;
}

[width="2303"], .width-2303 {
  width: 2303px;
}

[width="2304"], .width-2304 {
  width: 2304px;
}

[width="2305"], .width-2305 {
  width: 2305px;
}

[width="2306"], .width-2306 {
  width: 2306px;
}

[width="2307"], .width-2307 {
  width: 2307px;
}

[width="2308"], .width-2308 {
  width: 2308px;
}

[width="2309"], .width-2309 {
  width: 2309px;
}

[width="2310"], .width-2310 {
  width: 2310px;
}

[width="2311"], .width-2311 {
  width: 2311px;
}

[width="2312"], .width-2312 {
  width: 2312px;
}

[width="2313"], .width-2313 {
  width: 2313px;
}

[width="2314"], .width-2314 {
  width: 2314px;
}

[width="2315"], .width-2315 {
  width: 2315px;
}

[width="2316"], .width-2316 {
  width: 2316px;
}

[width="2317"], .width-2317 {
  width: 2317px;
}

[width="2318"], .width-2318 {
  width: 2318px;
}

[width="2319"], .width-2319 {
  width: 2319px;
}

[width="2320"], .width-2320 {
  width: 2320px;
}

[width="2321"], .width-2321 {
  width: 2321px;
}

[width="2322"], .width-2322 {
  width: 2322px;
}

[width="2323"], .width-2323 {
  width: 2323px;
}

[width="2324"], .width-2324 {
  width: 2324px;
}

[width="2325"], .width-2325 {
  width: 2325px;
}

[width="2326"], .width-2326 {
  width: 2326px;
}

[width="2327"], .width-2327 {
  width: 2327px;
}

[width="2328"], .width-2328 {
  width: 2328px;
}

[width="2329"], .width-2329 {
  width: 2329px;
}

[width="2330"], .width-2330 {
  width: 2330px;
}

[width="2331"], .width-2331 {
  width: 2331px;
}

[width="2332"], .width-2332 {
  width: 2332px;
}

[width="2333"], .width-2333 {
  width: 2333px;
}

[width="2334"], .width-2334 {
  width: 2334px;
}

[width="2335"], .width-2335 {
  width: 2335px;
}

[width="2336"], .width-2336 {
  width: 2336px;
}

[width="2337"], .width-2337 {
  width: 2337px;
}

[width="2338"], .width-2338 {
  width: 2338px;
}

[width="2339"], .width-2339 {
  width: 2339px;
}

[width="2340"], .width-2340 {
  width: 2340px;
}

[width="2341"], .width-2341 {
  width: 2341px;
}

[width="2342"], .width-2342 {
  width: 2342px;
}

[width="2343"], .width-2343 {
  width: 2343px;
}

[width="2344"], .width-2344 {
  width: 2344px;
}

[width="2345"], .width-2345 {
  width: 2345px;
}

[width="2346"], .width-2346 {
  width: 2346px;
}

[width="2347"], .width-2347 {
  width: 2347px;
}

[width="2348"], .width-2348 {
  width: 2348px;
}

[width="2349"], .width-2349 {
  width: 2349px;
}

[width="2350"], .width-2350 {
  width: 2350px;
}

[width="2351"], .width-2351 {
  width: 2351px;
}

[width="2352"], .width-2352 {
  width: 2352px;
}

[width="2353"], .width-2353 {
  width: 2353px;
}

[width="2354"], .width-2354 {
  width: 2354px;
}

[width="2355"], .width-2355 {
  width: 2355px;
}

[width="2356"], .width-2356 {
  width: 2356px;
}

[width="2357"], .width-2357 {
  width: 2357px;
}

[width="2358"], .width-2358 {
  width: 2358px;
}

[width="2359"], .width-2359 {
  width: 2359px;
}

[width="2360"], .width-2360 {
  width: 2360px;
}

[width="2361"], .width-2361 {
  width: 2361px;
}

[width="2362"], .width-2362 {
  width: 2362px;
}

[width="2363"], .width-2363 {
  width: 2363px;
}

[width="2364"], .width-2364 {
  width: 2364px;
}

[width="2365"], .width-2365 {
  width: 2365px;
}

[width="2366"], .width-2366 {
  width: 2366px;
}

[width="2367"], .width-2367 {
  width: 2367px;
}

[width="2368"], .width-2368 {
  width: 2368px;
}

[width="2369"], .width-2369 {
  width: 2369px;
}

[width="2370"], .width-2370 {
  width: 2370px;
}

[width="2371"], .width-2371 {
  width: 2371px;
}

[width="2372"], .width-2372 {
  width: 2372px;
}

[width="2373"], .width-2373 {
  width: 2373px;
}

[width="2374"], .width-2374 {
  width: 2374px;
}

[width="2375"], .width-2375 {
  width: 2375px;
}

[width="2376"], .width-2376 {
  width: 2376px;
}

[width="2377"], .width-2377 {
  width: 2377px;
}

[width="2378"], .width-2378 {
  width: 2378px;
}

[width="2379"], .width-2379 {
  width: 2379px;
}

[width="2380"], .width-2380 {
  width: 2380px;
}

[width="2381"], .width-2381 {
  width: 2381px;
}

[width="2382"], .width-2382 {
  width: 2382px;
}

[width="2383"], .width-2383 {
  width: 2383px;
}

[width="2384"], .width-2384 {
  width: 2384px;
}

[width="2385"], .width-2385 {
  width: 2385px;
}

[width="2386"], .width-2386 {
  width: 2386px;
}

[width="2387"], .width-2387 {
  width: 2387px;
}

[width="2388"], .width-2388 {
  width: 2388px;
}

[width="2389"], .width-2389 {
  width: 2389px;
}

[width="2390"], .width-2390 {
  width: 2390px;
}

[width="2391"], .width-2391 {
  width: 2391px;
}

[width="2392"], .width-2392 {
  width: 2392px;
}

[width="2393"], .width-2393 {
  width: 2393px;
}

[width="2394"], .width-2394 {
  width: 2394px;
}

[width="2395"], .width-2395 {
  width: 2395px;
}

[width="2396"], .width-2396 {
  width: 2396px;
}

[width="2397"], .width-2397 {
  width: 2397px;
}

[width="2398"], .width-2398 {
  width: 2398px;
}

[width="2399"], .width-2399 {
  width: 2399px;
}

[width="2400"], .width-2400 {
  width: 2400px;
}

[width="2401"], .width-2401 {
  width: 2401px;
}

[width="2402"], .width-2402 {
  width: 2402px;
}

[width="2403"], .width-2403 {
  width: 2403px;
}

[width="2404"], .width-2404 {
  width: 2404px;
}

[width="2405"], .width-2405 {
  width: 2405px;
}

[width="2406"], .width-2406 {
  width: 2406px;
}

[width="2407"], .width-2407 {
  width: 2407px;
}

[width="2408"], .width-2408 {
  width: 2408px;
}

[width="2409"], .width-2409 {
  width: 2409px;
}

[width="2410"], .width-2410 {
  width: 2410px;
}

[width="2411"], .width-2411 {
  width: 2411px;
}

[width="2412"], .width-2412 {
  width: 2412px;
}

[width="2413"], .width-2413 {
  width: 2413px;
}

[width="2414"], .width-2414 {
  width: 2414px;
}

[width="2415"], .width-2415 {
  width: 2415px;
}

[width="2416"], .width-2416 {
  width: 2416px;
}

[width="2417"], .width-2417 {
  width: 2417px;
}

[width="2418"], .width-2418 {
  width: 2418px;
}

[width="2419"], .width-2419 {
  width: 2419px;
}

[width="2420"], .width-2420 {
  width: 2420px;
}

[width="2421"], .width-2421 {
  width: 2421px;
}

[width="2422"], .width-2422 {
  width: 2422px;
}

[width="2423"], .width-2423 {
  width: 2423px;
}

[width="2424"], .width-2424 {
  width: 2424px;
}

[width="2425"], .width-2425 {
  width: 2425px;
}

[width="2426"], .width-2426 {
  width: 2426px;
}

[width="2427"], .width-2427 {
  width: 2427px;
}

[width="2428"], .width-2428 {
  width: 2428px;
}

[width="2429"], .width-2429 {
  width: 2429px;
}

[width="2430"], .width-2430 {
  width: 2430px;
}

[width="2431"], .width-2431 {
  width: 2431px;
}

[width="2432"], .width-2432 {
  width: 2432px;
}

[width="2433"], .width-2433 {
  width: 2433px;
}

[width="2434"], .width-2434 {
  width: 2434px;
}

[width="2435"], .width-2435 {
  width: 2435px;
}

[width="2436"], .width-2436 {
  width: 2436px;
}

[width="2437"], .width-2437 {
  width: 2437px;
}

[width="2438"], .width-2438 {
  width: 2438px;
}

[width="2439"], .width-2439 {
  width: 2439px;
}

[width="2440"], .width-2440 {
  width: 2440px;
}

[width="2441"], .width-2441 {
  width: 2441px;
}

[width="2442"], .width-2442 {
  width: 2442px;
}

[width="2443"], .width-2443 {
  width: 2443px;
}

[width="2444"], .width-2444 {
  width: 2444px;
}

[width="2445"], .width-2445 {
  width: 2445px;
}

[width="2446"], .width-2446 {
  width: 2446px;
}

[width="2447"], .width-2447 {
  width: 2447px;
}

[width="2448"], .width-2448 {
  width: 2448px;
}

[width="2449"], .width-2449 {
  width: 2449px;
}

[width="2450"], .width-2450 {
  width: 2450px;
}

[width="2451"], .width-2451 {
  width: 2451px;
}

[width="2452"], .width-2452 {
  width: 2452px;
}

[width="2453"], .width-2453 {
  width: 2453px;
}

[width="2454"], .width-2454 {
  width: 2454px;
}

[width="2455"], .width-2455 {
  width: 2455px;
}

[width="2456"], .width-2456 {
  width: 2456px;
}

[width="2457"], .width-2457 {
  width: 2457px;
}

[width="2458"], .width-2458 {
  width: 2458px;
}

[width="2459"], .width-2459 {
  width: 2459px;
}

[width="2460"], .width-2460 {
  width: 2460px;
}

[width="2461"], .width-2461 {
  width: 2461px;
}

[width="2462"], .width-2462 {
  width: 2462px;
}

[width="2463"], .width-2463 {
  width: 2463px;
}

[width="2464"], .width-2464 {
  width: 2464px;
}

[width="2465"], .width-2465 {
  width: 2465px;
}

[width="2466"], .width-2466 {
  width: 2466px;
}

[width="2467"], .width-2467 {
  width: 2467px;
}

[width="2468"], .width-2468 {
  width: 2468px;
}

[width="2469"], .width-2469 {
  width: 2469px;
}

[width="2470"], .width-2470 {
  width: 2470px;
}

[width="2471"], .width-2471 {
  width: 2471px;
}

[width="2472"], .width-2472 {
  width: 2472px;
}

[width="2473"], .width-2473 {
  width: 2473px;
}

[width="2474"], .width-2474 {
  width: 2474px;
}

[width="2475"], .width-2475 {
  width: 2475px;
}

[width="2476"], .width-2476 {
  width: 2476px;
}

[width="2477"], .width-2477 {
  width: 2477px;
}

[width="2478"], .width-2478 {
  width: 2478px;
}

[width="2479"], .width-2479 {
  width: 2479px;
}

[width="2480"], .width-2480 {
  width: 2480px;
}

[width="2481"], .width-2481 {
  width: 2481px;
}

[width="2482"], .width-2482 {
  width: 2482px;
}

[width="2483"], .width-2483 {
  width: 2483px;
}

[width="2484"], .width-2484 {
  width: 2484px;
}

[width="2485"], .width-2485 {
  width: 2485px;
}

[width="2486"], .width-2486 {
  width: 2486px;
}

[width="2487"], .width-2487 {
  width: 2487px;
}

[width="2488"], .width-2488 {
  width: 2488px;
}

[width="2489"], .width-2489 {
  width: 2489px;
}

[width="2490"], .width-2490 {
  width: 2490px;
}

[width="2491"], .width-2491 {
  width: 2491px;
}

[width="2492"], .width-2492 {
  width: 2492px;
}

[width="2493"], .width-2493 {
  width: 2493px;
}

[width="2494"], .width-2494 {
  width: 2494px;
}

[width="2495"], .width-2495 {
  width: 2495px;
}

[width="2496"], .width-2496 {
  width: 2496px;
}

[width="2497"], .width-2497 {
  width: 2497px;
}

[width="2498"], .width-2498 {
  width: 2498px;
}

[width="2499"], .width-2499 {
  width: 2499px;
}

[width="2500"], .width-2500 {
  width: 2500px;
}

[width="2501"], .width-2501 {
  width: 2501px;
}

[width="2502"], .width-2502 {
  width: 2502px;
}

[width="2503"], .width-2503 {
  width: 2503px;
}

[width="2504"], .width-2504 {
  width: 2504px;
}

[width="2505"], .width-2505 {
  width: 2505px;
}

[width="2506"], .width-2506 {
  width: 2506px;
}

[width="2507"], .width-2507 {
  width: 2507px;
}

[width="2508"], .width-2508 {
  width: 2508px;
}

[width="2509"], .width-2509 {
  width: 2509px;
}

[width="2510"], .width-2510 {
  width: 2510px;
}

[width="2511"], .width-2511 {
  width: 2511px;
}

[width="2512"], .width-2512 {
  width: 2512px;
}

[width="2513"], .width-2513 {
  width: 2513px;
}

[width="2514"], .width-2514 {
  width: 2514px;
}

[width="2515"], .width-2515 {
  width: 2515px;
}

[width="2516"], .width-2516 {
  width: 2516px;
}

[width="2517"], .width-2517 {
  width: 2517px;
}

[width="2518"], .width-2518 {
  width: 2518px;
}

[width="2519"], .width-2519 {
  width: 2519px;
}

[width="2520"], .width-2520 {
  width: 2520px;
}

[width="2521"], .width-2521 {
  width: 2521px;
}

[width="2522"], .width-2522 {
  width: 2522px;
}

[width="2523"], .width-2523 {
  width: 2523px;
}

[width="2524"], .width-2524 {
  width: 2524px;
}

[width="2525"], .width-2525 {
  width: 2525px;
}

[width="2526"], .width-2526 {
  width: 2526px;
}

[width="2527"], .width-2527 {
  width: 2527px;
}

[width="2528"], .width-2528 {
  width: 2528px;
}

[width="2529"], .width-2529 {
  width: 2529px;
}

[width="2530"], .width-2530 {
  width: 2530px;
}

[width="2531"], .width-2531 {
  width: 2531px;
}

[width="2532"], .width-2532 {
  width: 2532px;
}

[width="2533"], .width-2533 {
  width: 2533px;
}

[width="2534"], .width-2534 {
  width: 2534px;
}

[width="2535"], .width-2535 {
  width: 2535px;
}

[width="2536"], .width-2536 {
  width: 2536px;
}

[width="2537"], .width-2537 {
  width: 2537px;
}

[width="2538"], .width-2538 {
  width: 2538px;
}

[width="2539"], .width-2539 {
  width: 2539px;
}

[width="2540"], .width-2540 {
  width: 2540px;
}

[width="2541"], .width-2541 {
  width: 2541px;
}

[width="2542"], .width-2542 {
  width: 2542px;
}

[width="2543"], .width-2543 {
  width: 2543px;
}

[width="2544"], .width-2544 {
  width: 2544px;
}

[width="2545"], .width-2545 {
  width: 2545px;
}

[width="2546"], .width-2546 {
  width: 2546px;
}

[width="2547"], .width-2547 {
  width: 2547px;
}

[width="2548"], .width-2548 {
  width: 2548px;
}

[width="2549"], .width-2549 {
  width: 2549px;
}

[width="2550"], .width-2550 {
  width: 2550px;
}

[width="2551"], .width-2551 {
  width: 2551px;
}

[width="2552"], .width-2552 {
  width: 2552px;
}

[width="2553"], .width-2553 {
  width: 2553px;
}

[width="2554"], .width-2554 {
  width: 2554px;
}

[width="2555"], .width-2555 {
  width: 2555px;
}

[width="2556"], .width-2556 {
  width: 2556px;
}

[width="2557"], .width-2557 {
  width: 2557px;
}

[width="2558"], .width-2558 {
  width: 2558px;
}

[width="2559"], .width-2559 {
  width: 2559px;
}

[width="2560"], .width-2560 {
  width: 2560px;
}

[width="2561"], .width-2561 {
  width: 2561px;
}

[width="2562"], .width-2562 {
  width: 2562px;
}

[width="2563"], .width-2563 {
  width: 2563px;
}

[width="2564"], .width-2564 {
  width: 2564px;
}

[width="2565"], .width-2565 {
  width: 2565px;
}

[width="2566"], .width-2566 {
  width: 2566px;
}

[width="2567"], .width-2567 {
  width: 2567px;
}

[width="2568"], .width-2568 {
  width: 2568px;
}

[width="2569"], .width-2569 {
  width: 2569px;
}

[width="2570"], .width-2570 {
  width: 2570px;
}

[width="2571"], .width-2571 {
  width: 2571px;
}

[width="2572"], .width-2572 {
  width: 2572px;
}

[width="2573"], .width-2573 {
  width: 2573px;
}

[width="2574"], .width-2574 {
  width: 2574px;
}

[width="2575"], .width-2575 {
  width: 2575px;
}

[width="2576"], .width-2576 {
  width: 2576px;
}

[width="2577"], .width-2577 {
  width: 2577px;
}

[width="2578"], .width-2578 {
  width: 2578px;
}

[width="2579"], .width-2579 {
  width: 2579px;
}

[width="2580"], .width-2580 {
  width: 2580px;
}

[width="2581"], .width-2581 {
  width: 2581px;
}

[width="2582"], .width-2582 {
  width: 2582px;
}

[width="2583"], .width-2583 {
  width: 2583px;
}

[width="2584"], .width-2584 {
  width: 2584px;
}

[width="2585"], .width-2585 {
  width: 2585px;
}

[width="2586"], .width-2586 {
  width: 2586px;
}

[width="2587"], .width-2587 {
  width: 2587px;
}

[width="2588"], .width-2588 {
  width: 2588px;
}

[width="2589"], .width-2589 {
  width: 2589px;
}

[width="2590"], .width-2590 {
  width: 2590px;
}

[width="2591"], .width-2591 {
  width: 2591px;
}

[width="2592"], .width-2592 {
  width: 2592px;
}

[width="2593"], .width-2593 {
  width: 2593px;
}

[width="2594"], .width-2594 {
  width: 2594px;
}

[width="2595"], .width-2595 {
  width: 2595px;
}

[width="2596"], .width-2596 {
  width: 2596px;
}

[width="2597"], .width-2597 {
  width: 2597px;
}

[width="2598"], .width-2598 {
  width: 2598px;
}

[width="2599"], .width-2599 {
  width: 2599px;
}

[width="2600"], .width-2600 {
  width: 2600px;
}

[width="2601"], .width-2601 {
  width: 2601px;
}

[width="2602"], .width-2602 {
  width: 2602px;
}

[width="2603"], .width-2603 {
  width: 2603px;
}

[width="2604"], .width-2604 {
  width: 2604px;
}

[width="2605"], .width-2605 {
  width: 2605px;
}

[width="2606"], .width-2606 {
  width: 2606px;
}

[width="2607"], .width-2607 {
  width: 2607px;
}

[width="2608"], .width-2608 {
  width: 2608px;
}

[width="2609"], .width-2609 {
  width: 2609px;
}

[width="2610"], .width-2610 {
  width: 2610px;
}

[width="2611"], .width-2611 {
  width: 2611px;
}

[width="2612"], .width-2612 {
  width: 2612px;
}

[width="2613"], .width-2613 {
  width: 2613px;
}

[width="2614"], .width-2614 {
  width: 2614px;
}

[width="2615"], .width-2615 {
  width: 2615px;
}

[width="2616"], .width-2616 {
  width: 2616px;
}

[width="2617"], .width-2617 {
  width: 2617px;
}

[width="2618"], .width-2618 {
  width: 2618px;
}

[width="2619"], .width-2619 {
  width: 2619px;
}

[width="2620"], .width-2620 {
  width: 2620px;
}

[width="2621"], .width-2621 {
  width: 2621px;
}

[width="2622"], .width-2622 {
  width: 2622px;
}

[width="2623"], .width-2623 {
  width: 2623px;
}

[width="2624"], .width-2624 {
  width: 2624px;
}

[width="2625"], .width-2625 {
  width: 2625px;
}

[width="2626"], .width-2626 {
  width: 2626px;
}

[width="2627"], .width-2627 {
  width: 2627px;
}

[width="2628"], .width-2628 {
  width: 2628px;
}

[width="2629"], .width-2629 {
  width: 2629px;
}

[width="2630"], .width-2630 {
  width: 2630px;
}

[width="2631"], .width-2631 {
  width: 2631px;
}

[width="2632"], .width-2632 {
  width: 2632px;
}

[width="2633"], .width-2633 {
  width: 2633px;
}

[width="2634"], .width-2634 {
  width: 2634px;
}

[width="2635"], .width-2635 {
  width: 2635px;
}

[width="2636"], .width-2636 {
  width: 2636px;
}

[width="2637"], .width-2637 {
  width: 2637px;
}

[width="2638"], .width-2638 {
  width: 2638px;
}

[width="2639"], .width-2639 {
  width: 2639px;
}

[width="2640"], .width-2640 {
  width: 2640px;
}

[width="2641"], .width-2641 {
  width: 2641px;
}

[width="2642"], .width-2642 {
  width: 2642px;
}

[width="2643"], .width-2643 {
  width: 2643px;
}

[width="2644"], .width-2644 {
  width: 2644px;
}

[width="2645"], .width-2645 {
  width: 2645px;
}

[width="2646"], .width-2646 {
  width: 2646px;
}

[width="2647"], .width-2647 {
  width: 2647px;
}

[width="2648"], .width-2648 {
  width: 2648px;
}

[width="2649"], .width-2649 {
  width: 2649px;
}

[width="2650"], .width-2650 {
  width: 2650px;
}

[width="2651"], .width-2651 {
  width: 2651px;
}

[width="2652"], .width-2652 {
  width: 2652px;
}

[width="2653"], .width-2653 {
  width: 2653px;
}

[width="2654"], .width-2654 {
  width: 2654px;
}

[width="2655"], .width-2655 {
  width: 2655px;
}

[width="2656"], .width-2656 {
  width: 2656px;
}

[width="2657"], .width-2657 {
  width: 2657px;
}

[width="2658"], .width-2658 {
  width: 2658px;
}

[width="2659"], .width-2659 {
  width: 2659px;
}

[width="2660"], .width-2660 {
  width: 2660px;
}

[width="2661"], .width-2661 {
  width: 2661px;
}

[width="2662"], .width-2662 {
  width: 2662px;
}

[width="2663"], .width-2663 {
  width: 2663px;
}

[width="2664"], .width-2664 {
  width: 2664px;
}

[width="2665"], .width-2665 {
  width: 2665px;
}

[width="2666"], .width-2666 {
  width: 2666px;
}

[width="2667"], .width-2667 {
  width: 2667px;
}

[width="2668"], .width-2668 {
  width: 2668px;
}

[width="2669"], .width-2669 {
  width: 2669px;
}

[width="2670"], .width-2670 {
  width: 2670px;
}

[width="2671"], .width-2671 {
  width: 2671px;
}

[width="2672"], .width-2672 {
  width: 2672px;
}

[width="2673"], .width-2673 {
  width: 2673px;
}

[width="2674"], .width-2674 {
  width: 2674px;
}

[width="2675"], .width-2675 {
  width: 2675px;
}

[width="2676"], .width-2676 {
  width: 2676px;
}

[width="2677"], .width-2677 {
  width: 2677px;
}

[width="2678"], .width-2678 {
  width: 2678px;
}

[width="2679"], .width-2679 {
  width: 2679px;
}

[width="2680"], .width-2680 {
  width: 2680px;
}

[width="2681"], .width-2681 {
  width: 2681px;
}

[width="2682"], .width-2682 {
  width: 2682px;
}

[width="2683"], .width-2683 {
  width: 2683px;
}

[width="2684"], .width-2684 {
  width: 2684px;
}

[width="2685"], .width-2685 {
  width: 2685px;
}

[width="2686"], .width-2686 {
  width: 2686px;
}

[width="2687"], .width-2687 {
  width: 2687px;
}

[width="2688"], .width-2688 {
  width: 2688px;
}

[width="2689"], .width-2689 {
  width: 2689px;
}

[width="2690"], .width-2690 {
  width: 2690px;
}

[width="2691"], .width-2691 {
  width: 2691px;
}

[width="2692"], .width-2692 {
  width: 2692px;
}

[width="2693"], .width-2693 {
  width: 2693px;
}

[width="2694"], .width-2694 {
  width: 2694px;
}

[width="2695"], .width-2695 {
  width: 2695px;
}

[width="2696"], .width-2696 {
  width: 2696px;
}

[width="2697"], .width-2697 {
  width: 2697px;
}

[width="2698"], .width-2698 {
  width: 2698px;
}

[width="2699"], .width-2699 {
  width: 2699px;
}

[width="2700"], .width-2700 {
  width: 2700px;
}

[width="2701"], .width-2701 {
  width: 2701px;
}

[width="2702"], .width-2702 {
  width: 2702px;
}

[width="2703"], .width-2703 {
  width: 2703px;
}

[width="2704"], .width-2704 {
  width: 2704px;
}

[width="2705"], .width-2705 {
  width: 2705px;
}

[width="2706"], .width-2706 {
  width: 2706px;
}

[width="2707"], .width-2707 {
  width: 2707px;
}

[width="2708"], .width-2708 {
  width: 2708px;
}

[width="2709"], .width-2709 {
  width: 2709px;
}

[width="2710"], .width-2710 {
  width: 2710px;
}

[width="2711"], .width-2711 {
  width: 2711px;
}

[width="2712"], .width-2712 {
  width: 2712px;
}

[width="2713"], .width-2713 {
  width: 2713px;
}

[width="2714"], .width-2714 {
  width: 2714px;
}

[width="2715"], .width-2715 {
  width: 2715px;
}

[width="2716"], .width-2716 {
  width: 2716px;
}

[width="2717"], .width-2717 {
  width: 2717px;
}

[width="2718"], .width-2718 {
  width: 2718px;
}

[width="2719"], .width-2719 {
  width: 2719px;
}

[width="2720"], .width-2720 {
  width: 2720px;
}

[width="2721"], .width-2721 {
  width: 2721px;
}

[width="2722"], .width-2722 {
  width: 2722px;
}

[width="2723"], .width-2723 {
  width: 2723px;
}

[width="2724"], .width-2724 {
  width: 2724px;
}

[width="2725"], .width-2725 {
  width: 2725px;
}

[width="2726"], .width-2726 {
  width: 2726px;
}

[width="2727"], .width-2727 {
  width: 2727px;
}

[width="2728"], .width-2728 {
  width: 2728px;
}

[width="2729"], .width-2729 {
  width: 2729px;
}

[width="2730"], .width-2730 {
  width: 2730px;
}

[width="2731"], .width-2731 {
  width: 2731px;
}

[width="2732"], .width-2732 {
  width: 2732px;
}

[width="2733"], .width-2733 {
  width: 2733px;
}

[width="2734"], .width-2734 {
  width: 2734px;
}

[width="2735"], .width-2735 {
  width: 2735px;
}

[width="2736"], .width-2736 {
  width: 2736px;
}

[width="2737"], .width-2737 {
  width: 2737px;
}

[width="2738"], .width-2738 {
  width: 2738px;
}

[width="2739"], .width-2739 {
  width: 2739px;
}

[width="2740"], .width-2740 {
  width: 2740px;
}

[width="2741"], .width-2741 {
  width: 2741px;
}

[width="2742"], .width-2742 {
  width: 2742px;
}

[width="2743"], .width-2743 {
  width: 2743px;
}

[width="2744"], .width-2744 {
  width: 2744px;
}

[width="2745"], .width-2745 {
  width: 2745px;
}

[width="2746"], .width-2746 {
  width: 2746px;
}

[width="2747"], .width-2747 {
  width: 2747px;
}

[width="2748"], .width-2748 {
  width: 2748px;
}

[width="2749"], .width-2749 {
  width: 2749px;
}

[width="2750"], .width-2750 {
  width: 2750px;
}

[width="2751"], .width-2751 {
  width: 2751px;
}

[width="2752"], .width-2752 {
  width: 2752px;
}

[width="2753"], .width-2753 {
  width: 2753px;
}

[width="2754"], .width-2754 {
  width: 2754px;
}

[width="2755"], .width-2755 {
  width: 2755px;
}

[width="2756"], .width-2756 {
  width: 2756px;
}

[width="2757"], .width-2757 {
  width: 2757px;
}

[width="2758"], .width-2758 {
  width: 2758px;
}

[width="2759"], .width-2759 {
  width: 2759px;
}

[width="2760"], .width-2760 {
  width: 2760px;
}

[width="2761"], .width-2761 {
  width: 2761px;
}

[width="2762"], .width-2762 {
  width: 2762px;
}

[width="2763"], .width-2763 {
  width: 2763px;
}

[width="2764"], .width-2764 {
  width: 2764px;
}

[width="2765"], .width-2765 {
  width: 2765px;
}

[width="2766"], .width-2766 {
  width: 2766px;
}

[width="2767"], .width-2767 {
  width: 2767px;
}

[width="2768"], .width-2768 {
  width: 2768px;
}

[width="2769"], .width-2769 {
  width: 2769px;
}

[width="2770"], .width-2770 {
  width: 2770px;
}

[width="2771"], .width-2771 {
  width: 2771px;
}

[width="2772"], .width-2772 {
  width: 2772px;
}

[width="2773"], .width-2773 {
  width: 2773px;
}

[width="2774"], .width-2774 {
  width: 2774px;
}

[width="2775"], .width-2775 {
  width: 2775px;
}

[width="2776"], .width-2776 {
  width: 2776px;
}

[width="2777"], .width-2777 {
  width: 2777px;
}

[width="2778"], .width-2778 {
  width: 2778px;
}

[width="2779"], .width-2779 {
  width: 2779px;
}

[width="2780"], .width-2780 {
  width: 2780px;
}

[width="2781"], .width-2781 {
  width: 2781px;
}

[width="2782"], .width-2782 {
  width: 2782px;
}

[width="2783"], .width-2783 {
  width: 2783px;
}

[width="2784"], .width-2784 {
  width: 2784px;
}

[width="2785"], .width-2785 {
  width: 2785px;
}

[width="2786"], .width-2786 {
  width: 2786px;
}

[width="2787"], .width-2787 {
  width: 2787px;
}

[width="2788"], .width-2788 {
  width: 2788px;
}

[width="2789"], .width-2789 {
  width: 2789px;
}

[width="2790"], .width-2790 {
  width: 2790px;
}

[width="2791"], .width-2791 {
  width: 2791px;
}

[width="2792"], .width-2792 {
  width: 2792px;
}

[width="2793"], .width-2793 {
  width: 2793px;
}

[width="2794"], .width-2794 {
  width: 2794px;
}

[width="2795"], .width-2795 {
  width: 2795px;
}

[width="2796"], .width-2796 {
  width: 2796px;
}

[width="2797"], .width-2797 {
  width: 2797px;
}

[width="2798"], .width-2798 {
  width: 2798px;
}

[width="2799"], .width-2799 {
  width: 2799px;
}

[width="2800"], .width-2800 {
  width: 2800px;
}

[width="2801"], .width-2801 {
  width: 2801px;
}

[width="2802"], .width-2802 {
  width: 2802px;
}

[width="2803"], .width-2803 {
  width: 2803px;
}

[width="2804"], .width-2804 {
  width: 2804px;
}

[width="2805"], .width-2805 {
  width: 2805px;
}

[width="2806"], .width-2806 {
  width: 2806px;
}

[width="2807"], .width-2807 {
  width: 2807px;
}

[width="2808"], .width-2808 {
  width: 2808px;
}

[width="2809"], .width-2809 {
  width: 2809px;
}

[width="2810"], .width-2810 {
  width: 2810px;
}

[width="2811"], .width-2811 {
  width: 2811px;
}

[width="2812"], .width-2812 {
  width: 2812px;
}

[width="2813"], .width-2813 {
  width: 2813px;
}

[width="2814"], .width-2814 {
  width: 2814px;
}

[width="2815"], .width-2815 {
  width: 2815px;
}

[width="2816"], .width-2816 {
  width: 2816px;
}

[width="2817"], .width-2817 {
  width: 2817px;
}

[width="2818"], .width-2818 {
  width: 2818px;
}

[width="2819"], .width-2819 {
  width: 2819px;
}

[width="2820"], .width-2820 {
  width: 2820px;
}

[width="2821"], .width-2821 {
  width: 2821px;
}

[width="2822"], .width-2822 {
  width: 2822px;
}

[width="2823"], .width-2823 {
  width: 2823px;
}

[width="2824"], .width-2824 {
  width: 2824px;
}

[width="2825"], .width-2825 {
  width: 2825px;
}

[width="2826"], .width-2826 {
  width: 2826px;
}

[width="2827"], .width-2827 {
  width: 2827px;
}

[width="2828"], .width-2828 {
  width: 2828px;
}

[width="2829"], .width-2829 {
  width: 2829px;
}

[width="2830"], .width-2830 {
  width: 2830px;
}

[width="2831"], .width-2831 {
  width: 2831px;
}

[width="2832"], .width-2832 {
  width: 2832px;
}

[width="2833"], .width-2833 {
  width: 2833px;
}

[width="2834"], .width-2834 {
  width: 2834px;
}

[width="2835"], .width-2835 {
  width: 2835px;
}

[width="2836"], .width-2836 {
  width: 2836px;
}

[width="2837"], .width-2837 {
  width: 2837px;
}

[width="2838"], .width-2838 {
  width: 2838px;
}

[width="2839"], .width-2839 {
  width: 2839px;
}

[width="2840"], .width-2840 {
  width: 2840px;
}

[width="2841"], .width-2841 {
  width: 2841px;
}

[width="2842"], .width-2842 {
  width: 2842px;
}

[width="2843"], .width-2843 {
  width: 2843px;
}

[width="2844"], .width-2844 {
  width: 2844px;
}

[width="2845"], .width-2845 {
  width: 2845px;
}

[width="2846"], .width-2846 {
  width: 2846px;
}

[width="2847"], .width-2847 {
  width: 2847px;
}

[width="2848"], .width-2848 {
  width: 2848px;
}

[width="2849"], .width-2849 {
  width: 2849px;
}

[width="2850"], .width-2850 {
  width: 2850px;
}

[width="2851"], .width-2851 {
  width: 2851px;
}

[width="2852"], .width-2852 {
  width: 2852px;
}

[width="2853"], .width-2853 {
  width: 2853px;
}

[width="2854"], .width-2854 {
  width: 2854px;
}

[width="2855"], .width-2855 {
  width: 2855px;
}

[width="2856"], .width-2856 {
  width: 2856px;
}

[width="2857"], .width-2857 {
  width: 2857px;
}

[width="2858"], .width-2858 {
  width: 2858px;
}

[width="2859"], .width-2859 {
  width: 2859px;
}

[width="2860"], .width-2860 {
  width: 2860px;
}

[width="2861"], .width-2861 {
  width: 2861px;
}

[width="2862"], .width-2862 {
  width: 2862px;
}

[width="2863"], .width-2863 {
  width: 2863px;
}

[width="2864"], .width-2864 {
  width: 2864px;
}

[width="2865"], .width-2865 {
  width: 2865px;
}

[width="2866"], .width-2866 {
  width: 2866px;
}

[width="2867"], .width-2867 {
  width: 2867px;
}

[width="2868"], .width-2868 {
  width: 2868px;
}

[width="2869"], .width-2869 {
  width: 2869px;
}

[width="2870"], .width-2870 {
  width: 2870px;
}

[width="2871"], .width-2871 {
  width: 2871px;
}

[width="2872"], .width-2872 {
  width: 2872px;
}

[width="2873"], .width-2873 {
  width: 2873px;
}

[width="2874"], .width-2874 {
  width: 2874px;
}

[width="2875"], .width-2875 {
  width: 2875px;
}

[width="2876"], .width-2876 {
  width: 2876px;
}

[width="2877"], .width-2877 {
  width: 2877px;
}

[width="2878"], .width-2878 {
  width: 2878px;
}

[width="2879"], .width-2879 {
  width: 2879px;
}

[width="2880"], .width-2880 {
  width: 2880px;
}

[width="2881"], .width-2881 {
  width: 2881px;
}

[width="2882"], .width-2882 {
  width: 2882px;
}

[width="2883"], .width-2883 {
  width: 2883px;
}

[width="2884"], .width-2884 {
  width: 2884px;
}

[width="2885"], .width-2885 {
  width: 2885px;
}

[width="2886"], .width-2886 {
  width: 2886px;
}

[width="2887"], .width-2887 {
  width: 2887px;
}

[width="2888"], .width-2888 {
  width: 2888px;
}

[width="2889"], .width-2889 {
  width: 2889px;
}

[width="2890"], .width-2890 {
  width: 2890px;
}

[width="2891"], .width-2891 {
  width: 2891px;
}

[width="2892"], .width-2892 {
  width: 2892px;
}

[width="2893"], .width-2893 {
  width: 2893px;
}

[width="2894"], .width-2894 {
  width: 2894px;
}

[width="2895"], .width-2895 {
  width: 2895px;
}

[width="2896"], .width-2896 {
  width: 2896px;
}

[width="2897"], .width-2897 {
  width: 2897px;
}

[width="2898"], .width-2898 {
  width: 2898px;
}

[width="2899"], .width-2899 {
  width: 2899px;
}

[width="2900"], .width-2900 {
  width: 2900px;
}

[width="2901"], .width-2901 {
  width: 2901px;
}

[width="2902"], .width-2902 {
  width: 2902px;
}

[width="2903"], .width-2903 {
  width: 2903px;
}

[width="2904"], .width-2904 {
  width: 2904px;
}

[width="2905"], .width-2905 {
  width: 2905px;
}

[width="2906"], .width-2906 {
  width: 2906px;
}

[width="2907"], .width-2907 {
  width: 2907px;
}

[width="2908"], .width-2908 {
  width: 2908px;
}

[width="2909"], .width-2909 {
  width: 2909px;
}

[width="2910"], .width-2910 {
  width: 2910px;
}

[width="2911"], .width-2911 {
  width: 2911px;
}

[width="2912"], .width-2912 {
  width: 2912px;
}

[width="2913"], .width-2913 {
  width: 2913px;
}

[width="2914"], .width-2914 {
  width: 2914px;
}

[width="2915"], .width-2915 {
  width: 2915px;
}

[width="2916"], .width-2916 {
  width: 2916px;
}

[width="2917"], .width-2917 {
  width: 2917px;
}

[width="2918"], .width-2918 {
  width: 2918px;
}

[width="2919"], .width-2919 {
  width: 2919px;
}

[width="2920"], .width-2920 {
  width: 2920px;
}

[width="2921"], .width-2921 {
  width: 2921px;
}

[width="2922"], .width-2922 {
  width: 2922px;
}

[width="2923"], .width-2923 {
  width: 2923px;
}

[width="2924"], .width-2924 {
  width: 2924px;
}

[width="2925"], .width-2925 {
  width: 2925px;
}

[width="2926"], .width-2926 {
  width: 2926px;
}

[width="2927"], .width-2927 {
  width: 2927px;
}

[width="2928"], .width-2928 {
  width: 2928px;
}

[width="2929"], .width-2929 {
  width: 2929px;
}

[width="2930"], .width-2930 {
  width: 2930px;
}

[width="2931"], .width-2931 {
  width: 2931px;
}

[width="2932"], .width-2932 {
  width: 2932px;
}

[width="2933"], .width-2933 {
  width: 2933px;
}

[width="2934"], .width-2934 {
  width: 2934px;
}

[width="2935"], .width-2935 {
  width: 2935px;
}

[width="2936"], .width-2936 {
  width: 2936px;
}

[width="2937"], .width-2937 {
  width: 2937px;
}

[width="2938"], .width-2938 {
  width: 2938px;
}

[width="2939"], .width-2939 {
  width: 2939px;
}

[width="2940"], .width-2940 {
  width: 2940px;
}

[width="2941"], .width-2941 {
  width: 2941px;
}

[width="2942"], .width-2942 {
  width: 2942px;
}

[width="2943"], .width-2943 {
  width: 2943px;
}

[width="2944"], .width-2944 {
  width: 2944px;
}

[width="2945"], .width-2945 {
  width: 2945px;
}

[width="2946"], .width-2946 {
  width: 2946px;
}

[width="2947"], .width-2947 {
  width: 2947px;
}

[width="2948"], .width-2948 {
  width: 2948px;
}

[width="2949"], .width-2949 {
  width: 2949px;
}

[width="2950"], .width-2950 {
  width: 2950px;
}

[width="2951"], .width-2951 {
  width: 2951px;
}

[width="2952"], .width-2952 {
  width: 2952px;
}

[width="2953"], .width-2953 {
  width: 2953px;
}

[width="2954"], .width-2954 {
  width: 2954px;
}

[width="2955"], .width-2955 {
  width: 2955px;
}

[width="2956"], .width-2956 {
  width: 2956px;
}

[width="2957"], .width-2957 {
  width: 2957px;
}

[width="2958"], .width-2958 {
  width: 2958px;
}

[width="2959"], .width-2959 {
  width: 2959px;
}

[width="2960"], .width-2960 {
  width: 2960px;
}

[width="2961"], .width-2961 {
  width: 2961px;
}

[width="2962"], .width-2962 {
  width: 2962px;
}

[width="2963"], .width-2963 {
  width: 2963px;
}

[width="2964"], .width-2964 {
  width: 2964px;
}

[width="2965"], .width-2965 {
  width: 2965px;
}

[width="2966"], .width-2966 {
  width: 2966px;
}

[width="2967"], .width-2967 {
  width: 2967px;
}

[width="2968"], .width-2968 {
  width: 2968px;
}

[width="2969"], .width-2969 {
  width: 2969px;
}

[width="2970"], .width-2970 {
  width: 2970px;
}

[width="2971"], .width-2971 {
  width: 2971px;
}

[width="2972"], .width-2972 {
  width: 2972px;
}

[width="2973"], .width-2973 {
  width: 2973px;
}

[width="2974"], .width-2974 {
  width: 2974px;
}

[width="2975"], .width-2975 {
  width: 2975px;
}

[width="2976"], .width-2976 {
  width: 2976px;
}

[width="2977"], .width-2977 {
  width: 2977px;
}

[width="2978"], .width-2978 {
  width: 2978px;
}

[width="2979"], .width-2979 {
  width: 2979px;
}

[width="2980"], .width-2980 {
  width: 2980px;
}

[width="2981"], .width-2981 {
  width: 2981px;
}

[width="2982"], .width-2982 {
  width: 2982px;
}

[width="2983"], .width-2983 {
  width: 2983px;
}

[width="2984"], .width-2984 {
  width: 2984px;
}

[width="2985"], .width-2985 {
  width: 2985px;
}

[width="2986"], .width-2986 {
  width: 2986px;
}

[width="2987"], .width-2987 {
  width: 2987px;
}

[width="2988"], .width-2988 {
  width: 2988px;
}

[width="2989"], .width-2989 {
  width: 2989px;
}

[width="2990"], .width-2990 {
  width: 2990px;
}

[width="2991"], .width-2991 {
  width: 2991px;
}

[width="2992"], .width-2992 {
  width: 2992px;
}

[width="2993"], .width-2993 {
  width: 2993px;
}

[width="2994"], .width-2994 {
  width: 2994px;
}

[width="2995"], .width-2995 {
  width: 2995px;
}

[width="2996"], .width-2996 {
  width: 2996px;
}

[width="2997"], .width-2997 {
  width: 2997px;
}

[width="2998"], .width-2998 {
  width: 2998px;
}

[width="2999"], .width-2999 {
  width: 2999px;
}

[width="3000"], .width-3000 {
  width: 3000px;
}

[width="3001"], .width-3001 {
  width: 3001px;
}

[width="3002"], .width-3002 {
  width: 3002px;
}

[width="3003"], .width-3003 {
  width: 3003px;
}

[width="3004"], .width-3004 {
  width: 3004px;
}

[width="3005"], .width-3005 {
  width: 3005px;
}

[width="3006"], .width-3006 {
  width: 3006px;
}

[width="3007"], .width-3007 {
  width: 3007px;
}

[width="3008"], .width-3008 {
  width: 3008px;
}

[width="3009"], .width-3009 {
  width: 3009px;
}

[width="3010"], .width-3010 {
  width: 3010px;
}

[width="3011"], .width-3011 {
  width: 3011px;
}

[width="3012"], .width-3012 {
  width: 3012px;
}

[width="3013"], .width-3013 {
  width: 3013px;
}

[width="3014"], .width-3014 {
  width: 3014px;
}

[width="3015"], .width-3015 {
  width: 3015px;
}

[width="3016"], .width-3016 {
  width: 3016px;
}

[width="3017"], .width-3017 {
  width: 3017px;
}

[width="3018"], .width-3018 {
  width: 3018px;
}

[width="3019"], .width-3019 {
  width: 3019px;
}

[width="3020"], .width-3020 {
  width: 3020px;
}

[width="3021"], .width-3021 {
  width: 3021px;
}

[width="3022"], .width-3022 {
  width: 3022px;
}

[width="3023"], .width-3023 {
  width: 3023px;
}

[width="3024"], .width-3024 {
  width: 3024px;
}

[width="3025"], .width-3025 {
  width: 3025px;
}

[width="3026"], .width-3026 {
  width: 3026px;
}

[width="3027"], .width-3027 {
  width: 3027px;
}

[width="3028"], .width-3028 {
  width: 3028px;
}

[width="3029"], .width-3029 {
  width: 3029px;
}

[width="3030"], .width-3030 {
  width: 3030px;
}

[width="3031"], .width-3031 {
  width: 3031px;
}

[width="3032"], .width-3032 {
  width: 3032px;
}

[width="3033"], .width-3033 {
  width: 3033px;
}

[width="3034"], .width-3034 {
  width: 3034px;
}

[width="3035"], .width-3035 {
  width: 3035px;
}

[width="3036"], .width-3036 {
  width: 3036px;
}

[width="3037"], .width-3037 {
  width: 3037px;
}

[width="3038"], .width-3038 {
  width: 3038px;
}

[width="3039"], .width-3039 {
  width: 3039px;
}

[width="3040"], .width-3040 {
  width: 3040px;
}

[width="3041"], .width-3041 {
  width: 3041px;
}

[width="3042"], .width-3042 {
  width: 3042px;
}

[width="3043"], .width-3043 {
  width: 3043px;
}

[width="3044"], .width-3044 {
  width: 3044px;
}

[width="3045"], .width-3045 {
  width: 3045px;
}

[width="3046"], .width-3046 {
  width: 3046px;
}

[width="3047"], .width-3047 {
  width: 3047px;
}

[width="3048"], .width-3048 {
  width: 3048px;
}

[width="3049"], .width-3049 {
  width: 3049px;
}

[width="3050"], .width-3050 {
  width: 3050px;
}

[width="3051"], .width-3051 {
  width: 3051px;
}

[width="3052"], .width-3052 {
  width: 3052px;
}

[width="3053"], .width-3053 {
  width: 3053px;
}

[width="3054"], .width-3054 {
  width: 3054px;
}

[width="3055"], .width-3055 {
  width: 3055px;
}

[width="3056"], .width-3056 {
  width: 3056px;
}

[width="3057"], .width-3057 {
  width: 3057px;
}

[width="3058"], .width-3058 {
  width: 3058px;
}

[width="3059"], .width-3059 {
  width: 3059px;
}

[width="3060"], .width-3060 {
  width: 3060px;
}

[width="3061"], .width-3061 {
  width: 3061px;
}

[width="3062"], .width-3062 {
  width: 3062px;
}

[width="3063"], .width-3063 {
  width: 3063px;
}

[width="3064"], .width-3064 {
  width: 3064px;
}

[width="3065"], .width-3065 {
  width: 3065px;
}

[width="3066"], .width-3066 {
  width: 3066px;
}

[width="3067"], .width-3067 {
  width: 3067px;
}

[width="3068"], .width-3068 {
  width: 3068px;
}

[width="3069"], .width-3069 {
  width: 3069px;
}

[width="3070"], .width-3070 {
  width: 3070px;
}

[width="3071"], .width-3071 {
  width: 3071px;
}

[width="3072"], .width-3072 {
  width: 3072px;
}

[width="3073"], .width-3073 {
  width: 3073px;
}

[width="3074"], .width-3074 {
  width: 3074px;
}

[width="3075"], .width-3075 {
  width: 3075px;
}

[width="3076"], .width-3076 {
  width: 3076px;
}

[width="3077"], .width-3077 {
  width: 3077px;
}

[width="3078"], .width-3078 {
  width: 3078px;
}

[width="3079"], .width-3079 {
  width: 3079px;
}

[width="3080"], .width-3080 {
  width: 3080px;
}

[width="3081"], .width-3081 {
  width: 3081px;
}

[width="3082"], .width-3082 {
  width: 3082px;
}

[width="3083"], .width-3083 {
  width: 3083px;
}

[width="3084"], .width-3084 {
  width: 3084px;
}

[width="3085"], .width-3085 {
  width: 3085px;
}

[width="3086"], .width-3086 {
  width: 3086px;
}

[width="3087"], .width-3087 {
  width: 3087px;
}

[width="3088"], .width-3088 {
  width: 3088px;
}

[width="3089"], .width-3089 {
  width: 3089px;
}

[width="3090"], .width-3090 {
  width: 3090px;
}

[width="3091"], .width-3091 {
  width: 3091px;
}

[width="3092"], .width-3092 {
  width: 3092px;
}

[width="3093"], .width-3093 {
  width: 3093px;
}

[width="3094"], .width-3094 {
  width: 3094px;
}

[width="3095"], .width-3095 {
  width: 3095px;
}

[width="3096"], .width-3096 {
  width: 3096px;
}

[width="3097"], .width-3097 {
  width: 3097px;
}

[width="3098"], .width-3098 {
  width: 3098px;
}

[width="3099"], .width-3099 {
  width: 3099px;
}

[width="3100"], .width-3100 {
  width: 3100px;
}

[width="3101"], .width-3101 {
  width: 3101px;
}

[width="3102"], .width-3102 {
  width: 3102px;
}

[width="3103"], .width-3103 {
  width: 3103px;
}

[width="3104"], .width-3104 {
  width: 3104px;
}

[width="3105"], .width-3105 {
  width: 3105px;
}

[width="3106"], .width-3106 {
  width: 3106px;
}

[width="3107"], .width-3107 {
  width: 3107px;
}

[width="3108"], .width-3108 {
  width: 3108px;
}

[width="3109"], .width-3109 {
  width: 3109px;
}

[width="3110"], .width-3110 {
  width: 3110px;
}

[width="3111"], .width-3111 {
  width: 3111px;
}

[width="3112"], .width-3112 {
  width: 3112px;
}

[width="3113"], .width-3113 {
  width: 3113px;
}

[width="3114"], .width-3114 {
  width: 3114px;
}

[width="3115"], .width-3115 {
  width: 3115px;
}

[width="3116"], .width-3116 {
  width: 3116px;
}

[width="3117"], .width-3117 {
  width: 3117px;
}

[width="3118"], .width-3118 {
  width: 3118px;
}

[width="3119"], .width-3119 {
  width: 3119px;
}

[width="3120"], .width-3120 {
  width: 3120px;
}

[width="3121"], .width-3121 {
  width: 3121px;
}

[width="3122"], .width-3122 {
  width: 3122px;
}

[width="3123"], .width-3123 {
  width: 3123px;
}

[width="3124"], .width-3124 {
  width: 3124px;
}

[width="3125"], .width-3125 {
  width: 3125px;
}

[width="3126"], .width-3126 {
  width: 3126px;
}

[width="3127"], .width-3127 {
  width: 3127px;
}

[width="3128"], .width-3128 {
  width: 3128px;
}

[width="3129"], .width-3129 {
  width: 3129px;
}

[width="3130"], .width-3130 {
  width: 3130px;
}

[width="3131"], .width-3131 {
  width: 3131px;
}

[width="3132"], .width-3132 {
  width: 3132px;
}

[width="3133"], .width-3133 {
  width: 3133px;
}

[width="3134"], .width-3134 {
  width: 3134px;
}

[width="3135"], .width-3135 {
  width: 3135px;
}

[width="3136"], .width-3136 {
  width: 3136px;
}

[width="3137"], .width-3137 {
  width: 3137px;
}

[width="3138"], .width-3138 {
  width: 3138px;
}

[width="3139"], .width-3139 {
  width: 3139px;
}

[width="3140"], .width-3140 {
  width: 3140px;
}

[width="3141"], .width-3141 {
  width: 3141px;
}

[width="3142"], .width-3142 {
  width: 3142px;
}

[width="3143"], .width-3143 {
  width: 3143px;
}

[width="3144"], .width-3144 {
  width: 3144px;
}

[width="3145"], .width-3145 {
  width: 3145px;
}

[width="3146"], .width-3146 {
  width: 3146px;
}

[width="3147"], .width-3147 {
  width: 3147px;
}

[width="3148"], .width-3148 {
  width: 3148px;
}

[width="3149"], .width-3149 {
  width: 3149px;
}

[width="3150"], .width-3150 {
  width: 3150px;
}

[width="3151"], .width-3151 {
  width: 3151px;
}

[width="3152"], .width-3152 {
  width: 3152px;
}

[width="3153"], .width-3153 {
  width: 3153px;
}

[width="3154"], .width-3154 {
  width: 3154px;
}

[width="3155"], .width-3155 {
  width: 3155px;
}

[width="3156"], .width-3156 {
  width: 3156px;
}

[width="3157"], .width-3157 {
  width: 3157px;
}

[width="3158"], .width-3158 {
  width: 3158px;
}

[width="3159"], .width-3159 {
  width: 3159px;
}

[width="3160"], .width-3160 {
  width: 3160px;
}

[width="3161"], .width-3161 {
  width: 3161px;
}

[width="3162"], .width-3162 {
  width: 3162px;
}

[width="3163"], .width-3163 {
  width: 3163px;
}

[width="3164"], .width-3164 {
  width: 3164px;
}

[width="3165"], .width-3165 {
  width: 3165px;
}

[width="3166"], .width-3166 {
  width: 3166px;
}

[width="3167"], .width-3167 {
  width: 3167px;
}

[width="3168"], .width-3168 {
  width: 3168px;
}

[width="3169"], .width-3169 {
  width: 3169px;
}

[width="3170"], .width-3170 {
  width: 3170px;
}

[width="3171"], .width-3171 {
  width: 3171px;
}

[width="3172"], .width-3172 {
  width: 3172px;
}

[width="3173"], .width-3173 {
  width: 3173px;
}

[width="3174"], .width-3174 {
  width: 3174px;
}

[width="3175"], .width-3175 {
  width: 3175px;
}

[width="3176"], .width-3176 {
  width: 3176px;
}

[width="3177"], .width-3177 {
  width: 3177px;
}

[width="3178"], .width-3178 {
  width: 3178px;
}

[width="3179"], .width-3179 {
  width: 3179px;
}

[width="3180"], .width-3180 {
  width: 3180px;
}

[width="3181"], .width-3181 {
  width: 3181px;
}

[width="3182"], .width-3182 {
  width: 3182px;
}

[width="3183"], .width-3183 {
  width: 3183px;
}

[width="3184"], .width-3184 {
  width: 3184px;
}

[width="3185"], .width-3185 {
  width: 3185px;
}

[width="3186"], .width-3186 {
  width: 3186px;
}

[width="3187"], .width-3187 {
  width: 3187px;
}

[width="3188"], .width-3188 {
  width: 3188px;
}

[width="3189"], .width-3189 {
  width: 3189px;
}

[width="3190"], .width-3190 {
  width: 3190px;
}

[width="3191"], .width-3191 {
  width: 3191px;
}

[width="3192"], .width-3192 {
  width: 3192px;
}

[width="3193"], .width-3193 {
  width: 3193px;
}

[width="3194"], .width-3194 {
  width: 3194px;
}

[width="3195"], .width-3195 {
  width: 3195px;
}

[width="3196"], .width-3196 {
  width: 3196px;
}

[width="3197"], .width-3197 {
  width: 3197px;
}

[width="3198"], .width-3198 {
  width: 3198px;
}

[width="3199"], .width-3199 {
  width: 3199px;
}

[width="3200"], .width-3200 {
  width: 3200px;
}

.min-width-0 {
  min-width: 0px;
}

.min-width-1 {
  min-width: 1px;
}

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

.min-width-3 {
  min-width: 3px;
}

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

.min-width-5 {
  min-width: 5px;
}

.min-width-6 {
  min-width: 6px;
}

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

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

.min-width-9 {
  min-width: 9px;
}

.min-width-10 {
  min-width: 10px;
}

.min-width-11 {
  min-width: 11px;
}

.min-width-12 {
  min-width: 12px;
}

.min-width-13 {
  min-width: 13px;
}

.min-width-14 {
  min-width: 14px;
}

.min-width-15 {
  min-width: 15px;
}

.min-width-16 {
  min-width: 16px;
}

.min-width-17 {
  min-width: 17px;
}

.min-width-18 {
  min-width: 18px;
}

.min-width-19 {
  min-width: 19px;
}

.min-width-20 {
  min-width: 20px;
}

.min-width-21 {
  min-width: 21px;
}

.min-width-22 {
  min-width: 22px;
}

.min-width-23 {
  min-width: 23px;
}

.min-width-24 {
  min-width: 24px;
}

.min-width-25 {
  min-width: 25px;
}

.min-width-26 {
  min-width: 26px;
}

.min-width-27 {
  min-width: 27px;
}

.min-width-28 {
  min-width: 28px;
}

.min-width-29 {
  min-width: 29px;
}

.min-width-30 {
  min-width: 30px;
}

.min-width-31 {
  min-width: 31px;
}

.min-width-32 {
  min-width: 32px;
}

.min-width-33 {
  min-width: 33px;
}

.min-width-34 {
  min-width: 34px;
}

.min-width-35 {
  min-width: 35px;
}

.min-width-36 {
  min-width: 36px;
}

.min-width-37 {
  min-width: 37px;
}

.min-width-38 {
  min-width: 38px;
}

.min-width-39 {
  min-width: 39px;
}

.min-width-40 {
  min-width: 40px;
}

.min-width-41 {
  min-width: 41px;
}

.min-width-42 {
  min-width: 42px;
}

.min-width-43 {
  min-width: 43px;
}

.min-width-44 {
  min-width: 44px;
}

.min-width-45 {
  min-width: 45px;
}

.min-width-46 {
  min-width: 46px;
}

.min-width-47 {
  min-width: 47px;
}

.min-width-48 {
  min-width: 48px;
}

.min-width-49 {
  min-width: 49px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-51 {
  min-width: 51px;
}

.min-width-52 {
  min-width: 52px;
}

.min-width-53 {
  min-width: 53px;
}

.min-width-54 {
  min-width: 54px;
}

.min-width-55 {
  min-width: 55px;
}

.min-width-56 {
  min-width: 56px;
}

.min-width-57 {
  min-width: 57px;
}

.min-width-58 {
  min-width: 58px;
}

.min-width-59 {
  min-width: 59px;
}

.min-width-60 {
  min-width: 60px;
}

.min-width-61 {
  min-width: 61px;
}

.min-width-62 {
  min-width: 62px;
}

.min-width-63 {
  min-width: 63px;
}

.min-width-64 {
  min-width: 64px;
}

.min-width-65 {
  min-width: 65px;
}

.min-width-66 {
  min-width: 66px;
}

.min-width-67 {
  min-width: 67px;
}

.min-width-68 {
  min-width: 68px;
}

.min-width-69 {
  min-width: 69px;
}

.min-width-70 {
  min-width: 70px;
}

.min-width-71 {
  min-width: 71px;
}

.min-width-72 {
  min-width: 72px;
}

.min-width-73 {
  min-width: 73px;
}

.min-width-74 {
  min-width: 74px;
}

.min-width-75 {
  min-width: 75px;
}

.min-width-76 {
  min-width: 76px;
}

.min-width-77 {
  min-width: 77px;
}

.min-width-78 {
  min-width: 78px;
}

.min-width-79 {
  min-width: 79px;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-81 {
  min-width: 81px;
}

.min-width-82 {
  min-width: 82px;
}

.min-width-83 {
  min-width: 83px;
}

.min-width-84 {
  min-width: 84px;
}

.min-width-85 {
  min-width: 85px;
}

.min-width-86 {
  min-width: 86px;
}

.min-width-87 {
  min-width: 87px;
}

.min-width-88 {
  min-width: 88px;
}

.min-width-89 {
  min-width: 89px;
}

.min-width-90 {
  min-width: 90px;
}

.min-width-91 {
  min-width: 91px;
}

.min-width-92 {
  min-width: 92px;
}

.min-width-93 {
  min-width: 93px;
}

.min-width-94 {
  min-width: 94px;
}

.min-width-95 {
  min-width: 95px;
}

.min-width-96 {
  min-width: 96px;
}

.min-width-97 {
  min-width: 97px;
}

.min-width-98 {
  min-width: 98px;
}

.min-width-99 {
  min-width: 99px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-101 {
  min-width: 101px;
}

.min-width-102 {
  min-width: 102px;
}

.min-width-103 {
  min-width: 103px;
}

.min-width-104 {
  min-width: 104px;
}

.min-width-105 {
  min-width: 105px;
}

.min-width-106 {
  min-width: 106px;
}

.min-width-107 {
  min-width: 107px;
}

.min-width-108 {
  min-width: 108px;
}

.min-width-109 {
  min-width: 109px;
}

.min-width-110 {
  min-width: 110px;
}

.min-width-111 {
  min-width: 111px;
}

.min-width-112 {
  min-width: 112px;
}

.min-width-113 {
  min-width: 113px;
}

.min-width-114 {
  min-width: 114px;
}

.min-width-115 {
  min-width: 115px;
}

.min-width-116 {
  min-width: 116px;
}

.min-width-117 {
  min-width: 117px;
}

.min-width-118 {
  min-width: 118px;
}

.min-width-119 {
  min-width: 119px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-121 {
  min-width: 121px;
}

.min-width-122 {
  min-width: 122px;
}

.min-width-123 {
  min-width: 123px;
}

.min-width-124 {
  min-width: 124px;
}

.min-width-125 {
  min-width: 125px;
}

.min-width-126 {
  min-width: 126px;
}

.min-width-127 {
  min-width: 127px;
}

.min-width-128 {
  min-width: 128px;
}

.min-width-129 {
  min-width: 129px;
}

.min-width-130 {
  min-width: 130px;
}

.min-width-131 {
  min-width: 131px;
}

.min-width-132 {
  min-width: 132px;
}

.min-width-133 {
  min-width: 133px;
}

.min-width-134 {
  min-width: 134px;
}

.min-width-135 {
  min-width: 135px;
}

.min-width-136 {
  min-width: 136px;
}

.min-width-137 {
  min-width: 137px;
}

.min-width-138 {
  min-width: 138px;
}

.min-width-139 {
  min-width: 139px;
}

.min-width-140 {
  min-width: 140px;
}

.min-width-141 {
  min-width: 141px;
}

.min-width-142 {
  min-width: 142px;
}

.min-width-143 {
  min-width: 143px;
}

.min-width-144 {
  min-width: 144px;
}

.min-width-145 {
  min-width: 145px;
}

.min-width-146 {
  min-width: 146px;
}

.min-width-147 {
  min-width: 147px;
}

.min-width-148 {
  min-width: 148px;
}

.min-width-149 {
  min-width: 149px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-151 {
  min-width: 151px;
}

.min-width-152 {
  min-width: 152px;
}

.min-width-153 {
  min-width: 153px;
}

.min-width-154 {
  min-width: 154px;
}

.min-width-155 {
  min-width: 155px;
}

.min-width-156 {
  min-width: 156px;
}

.min-width-157 {
  min-width: 157px;
}

.min-width-158 {
  min-width: 158px;
}

.min-width-159 {
  min-width: 159px;
}

.min-width-160 {
  min-width: 160px;
}

.min-width-161 {
  min-width: 161px;
}

.min-width-162 {
  min-width: 162px;
}

.min-width-163 {
  min-width: 163px;
}

.min-width-164 {
  min-width: 164px;
}

.min-width-165 {
  min-width: 165px;
}

.min-width-166 {
  min-width: 166px;
}

.min-width-167 {
  min-width: 167px;
}

.min-width-168 {
  min-width: 168px;
}

.min-width-169 {
  min-width: 169px;
}

.min-width-170 {
  min-width: 170px;
}

.min-width-171 {
  min-width: 171px;
}

.min-width-172 {
  min-width: 172px;
}

.min-width-173 {
  min-width: 173px;
}

.min-width-174 {
  min-width: 174px;
}

.min-width-175 {
  min-width: 175px;
}

.min-width-176 {
  min-width: 176px;
}

.min-width-177 {
  min-width: 177px;
}

.min-width-178 {
  min-width: 178px;
}

.min-width-179 {
  min-width: 179px;
}

.min-width-180 {
  min-width: 180px;
}

.min-width-181 {
  min-width: 181px;
}

.min-width-182 {
  min-width: 182px;
}

.min-width-183 {
  min-width: 183px;
}

.min-width-184 {
  min-width: 184px;
}

.min-width-185 {
  min-width: 185px;
}

.min-width-186 {
  min-width: 186px;
}

.min-width-187 {
  min-width: 187px;
}

.min-width-188 {
  min-width: 188px;
}

.min-width-189 {
  min-width: 189px;
}

.min-width-190 {
  min-width: 190px;
}

.min-width-191 {
  min-width: 191px;
}

.min-width-192 {
  min-width: 192px;
}

.min-width-193 {
  min-width: 193px;
}

.min-width-194 {
  min-width: 194px;
}

.min-width-195 {
  min-width: 195px;
}

.min-width-196 {
  min-width: 196px;
}

.min-width-197 {
  min-width: 197px;
}

.min-width-198 {
  min-width: 198px;
}

.min-width-199 {
  min-width: 199px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-201 {
  min-width: 201px;
}

.min-width-202 {
  min-width: 202px;
}

.min-width-203 {
  min-width: 203px;
}

.min-width-204 {
  min-width: 204px;
}

.min-width-205 {
  min-width: 205px;
}

.min-width-206 {
  min-width: 206px;
}

.min-width-207 {
  min-width: 207px;
}

.min-width-208 {
  min-width: 208px;
}

.min-width-209 {
  min-width: 209px;
}

.min-width-210 {
  min-width: 210px;
}

.min-width-211 {
  min-width: 211px;
}

.min-width-212 {
  min-width: 212px;
}

.min-width-213 {
  min-width: 213px;
}

.min-width-214 {
  min-width: 214px;
}

.min-width-215 {
  min-width: 215px;
}

.min-width-216 {
  min-width: 216px;
}

.min-width-217 {
  min-width: 217px;
}

.min-width-218 {
  min-width: 218px;
}

.min-width-219 {
  min-width: 219px;
}

.min-width-220 {
  min-width: 220px;
}

.min-width-221 {
  min-width: 221px;
}

.min-width-222 {
  min-width: 222px;
}

.min-width-223 {
  min-width: 223px;
}

.min-width-224 {
  min-width: 224px;
}

.min-width-225 {
  min-width: 225px;
}

.min-width-226 {
  min-width: 226px;
}

.min-width-227 {
  min-width: 227px;
}

.min-width-228 {
  min-width: 228px;
}

.min-width-229 {
  min-width: 229px;
}

.min-width-230 {
  min-width: 230px;
}

.min-width-231 {
  min-width: 231px;
}

.min-width-232 {
  min-width: 232px;
}

.min-width-233 {
  min-width: 233px;
}

.min-width-234 {
  min-width: 234px;
}

.min-width-235 {
  min-width: 235px;
}

.min-width-236 {
  min-width: 236px;
}

.min-width-237 {
  min-width: 237px;
}

.min-width-238 {
  min-width: 238px;
}

.min-width-239 {
  min-width: 239px;
}

.min-width-240 {
  min-width: 240px;
}

.min-width-241 {
  min-width: 241px;
}

.min-width-242 {
  min-width: 242px;
}

.min-width-243 {
  min-width: 243px;
}

.min-width-244 {
  min-width: 244px;
}

.min-width-245 {
  min-width: 245px;
}

.min-width-246 {
  min-width: 246px;
}

.min-width-247 {
  min-width: 247px;
}

.min-width-248 {
  min-width: 248px;
}

.min-width-249 {
  min-width: 249px;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-251 {
  min-width: 251px;
}

.min-width-252 {
  min-width: 252px;
}

.min-width-253 {
  min-width: 253px;
}

.min-width-254 {
  min-width: 254px;
}

.min-width-255 {
  min-width: 255px;
}

.min-width-256 {
  min-width: 256px;
}

.min-width-257 {
  min-width: 257px;
}

.min-width-258 {
  min-width: 258px;
}

.min-width-259 {
  min-width: 259px;
}

.min-width-260 {
  min-width: 260px;
}

.min-width-261 {
  min-width: 261px;
}

.min-width-262 {
  min-width: 262px;
}

.min-width-263 {
  min-width: 263px;
}

.min-width-264 {
  min-width: 264px;
}

.min-width-265 {
  min-width: 265px;
}

.min-width-266 {
  min-width: 266px;
}

.min-width-267 {
  min-width: 267px;
}

.min-width-268 {
  min-width: 268px;
}

.min-width-269 {
  min-width: 269px;
}

.min-width-270 {
  min-width: 270px;
}

.min-width-271 {
  min-width: 271px;
}

.min-width-272 {
  min-width: 272px;
}

.min-width-273 {
  min-width: 273px;
}

.min-width-274 {
  min-width: 274px;
}

.min-width-275 {
  min-width: 275px;
}

.min-width-276 {
  min-width: 276px;
}

.min-width-277 {
  min-width: 277px;
}

.min-width-278 {
  min-width: 278px;
}

.min-width-279 {
  min-width: 279px;
}

.min-width-280 {
  min-width: 280px;
}

.min-width-281 {
  min-width: 281px;
}

.min-width-282 {
  min-width: 282px;
}

.min-width-283 {
  min-width: 283px;
}

.min-width-284 {
  min-width: 284px;
}

.min-width-285 {
  min-width: 285px;
}

.min-width-286 {
  min-width: 286px;
}

.min-width-287 {
  min-width: 287px;
}

.min-width-288 {
  min-width: 288px;
}

.min-width-289 {
  min-width: 289px;
}

.min-width-290 {
  min-width: 290px;
}

.min-width-291 {
  min-width: 291px;
}

.min-width-292 {
  min-width: 292px;
}

.min-width-293 {
  min-width: 293px;
}

.min-width-294 {
  min-width: 294px;
}

.min-width-295 {
  min-width: 295px;
}

.min-width-296 {
  min-width: 296px;
}

.min-width-297 {
  min-width: 297px;
}

.min-width-298 {
  min-width: 298px;
}

.min-width-299 {
  min-width: 299px;
}

.min-width-300 {
  min-width: 300px;
}

.min-width-301 {
  min-width: 301px;
}

.min-width-302 {
  min-width: 302px;
}

.min-width-303 {
  min-width: 303px;
}

.min-width-304 {
  min-width: 304px;
}

.min-width-305 {
  min-width: 305px;
}

.min-width-306 {
  min-width: 306px;
}

.min-width-307 {
  min-width: 307px;
}

.min-width-308 {
  min-width: 308px;
}

.min-width-309 {
  min-width: 309px;
}

.min-width-310 {
  min-width: 310px;
}

.min-width-311 {
  min-width: 311px;
}

.min-width-312 {
  min-width: 312px;
}

.min-width-313 {
  min-width: 313px;
}

.min-width-314 {
  min-width: 314px;
}

.min-width-315 {
  min-width: 315px;
}

.min-width-316 {
  min-width: 316px;
}

.min-width-317 {
  min-width: 317px;
}

.min-width-318 {
  min-width: 318px;
}

.min-width-319 {
  min-width: 319px;
}

.min-width-320 {
  min-width: 320px;
}

.min-width-321 {
  min-width: 321px;
}

.min-width-322 {
  min-width: 322px;
}

.min-width-323 {
  min-width: 323px;
}

.min-width-324 {
  min-width: 324px;
}

.min-width-325 {
  min-width: 325px;
}

.min-width-326 {
  min-width: 326px;
}

.min-width-327 {
  min-width: 327px;
}

.min-width-328 {
  min-width: 328px;
}

.min-width-329 {
  min-width: 329px;
}

.min-width-330 {
  min-width: 330px;
}

.min-width-331 {
  min-width: 331px;
}

.min-width-332 {
  min-width: 332px;
}

.min-width-333 {
  min-width: 333px;
}

.min-width-334 {
  min-width: 334px;
}

.min-width-335 {
  min-width: 335px;
}

.min-width-336 {
  min-width: 336px;
}

.min-width-337 {
  min-width: 337px;
}

.min-width-338 {
  min-width: 338px;
}

.min-width-339 {
  min-width: 339px;
}

.min-width-340 {
  min-width: 340px;
}

.min-width-341 {
  min-width: 341px;
}

.min-width-342 {
  min-width: 342px;
}

.min-width-343 {
  min-width: 343px;
}

.min-width-344 {
  min-width: 344px;
}

.min-width-345 {
  min-width: 345px;
}

.min-width-346 {
  min-width: 346px;
}

.min-width-347 {
  min-width: 347px;
}

.min-width-348 {
  min-width: 348px;
}

.min-width-349 {
  min-width: 349px;
}

.min-width-350 {
  min-width: 350px;
}

.min-width-351 {
  min-width: 351px;
}

.min-width-352 {
  min-width: 352px;
}

.min-width-353 {
  min-width: 353px;
}

.min-width-354 {
  min-width: 354px;
}

.min-width-355 {
  min-width: 355px;
}

.min-width-356 {
  min-width: 356px;
}

.min-width-357 {
  min-width: 357px;
}

.min-width-358 {
  min-width: 358px;
}

.min-width-359 {
  min-width: 359px;
}

.min-width-360 {
  min-width: 360px;
}

.min-width-361 {
  min-width: 361px;
}

.min-width-362 {
  min-width: 362px;
}

.min-width-363 {
  min-width: 363px;
}

.min-width-364 {
  min-width: 364px;
}

.min-width-365 {
  min-width: 365px;
}

.min-width-366 {
  min-width: 366px;
}

.min-width-367 {
  min-width: 367px;
}

.min-width-368 {
  min-width: 368px;
}

.min-width-369 {
  min-width: 369px;
}

.min-width-370 {
  min-width: 370px;
}

.min-width-371 {
  min-width: 371px;
}

.min-width-372 {
  min-width: 372px;
}

.min-width-373 {
  min-width: 373px;
}

.min-width-374 {
  min-width: 374px;
}

.min-width-375 {
  min-width: 375px;
}

.min-width-376 {
  min-width: 376px;
}

.min-width-377 {
  min-width: 377px;
}

.min-width-378 {
  min-width: 378px;
}

.min-width-379 {
  min-width: 379px;
}

.min-width-380 {
  min-width: 380px;
}

.min-width-381 {
  min-width: 381px;
}

.min-width-382 {
  min-width: 382px;
}

.min-width-383 {
  min-width: 383px;
}

.min-width-384 {
  min-width: 384px;
}

.min-width-385 {
  min-width: 385px;
}

.min-width-386 {
  min-width: 386px;
}

.min-width-387 {
  min-width: 387px;
}

.min-width-388 {
  min-width: 388px;
}

.min-width-389 {
  min-width: 389px;
}

.min-width-390 {
  min-width: 390px;
}

.min-width-391 {
  min-width: 391px;
}

.min-width-392 {
  min-width: 392px;
}

.min-width-393 {
  min-width: 393px;
}

.min-width-394 {
  min-width: 394px;
}

.min-width-395 {
  min-width: 395px;
}

.min-width-396 {
  min-width: 396px;
}

.min-width-397 {
  min-width: 397px;
}

.min-width-398 {
  min-width: 398px;
}

.min-width-399 {
  min-width: 399px;
}

.min-width-400 {
  min-width: 400px;
}

.min-width-401 {
  min-width: 401px;
}

.min-width-402 {
  min-width: 402px;
}

.min-width-403 {
  min-width: 403px;
}

.min-width-404 {
  min-width: 404px;
}

.min-width-405 {
  min-width: 405px;
}

.min-width-406 {
  min-width: 406px;
}

.min-width-407 {
  min-width: 407px;
}

.min-width-408 {
  min-width: 408px;
}

.min-width-409 {
  min-width: 409px;
}

.min-width-410 {
  min-width: 410px;
}

.min-width-411 {
  min-width: 411px;
}

.min-width-412 {
  min-width: 412px;
}

.min-width-413 {
  min-width: 413px;
}

.min-width-414 {
  min-width: 414px;
}

.min-width-415 {
  min-width: 415px;
}

.min-width-416 {
  min-width: 416px;
}

.min-width-417 {
  min-width: 417px;
}

.min-width-418 {
  min-width: 418px;
}

.min-width-419 {
  min-width: 419px;
}

.min-width-420 {
  min-width: 420px;
}

.min-width-421 {
  min-width: 421px;
}

.min-width-422 {
  min-width: 422px;
}

.min-width-423 {
  min-width: 423px;
}

.min-width-424 {
  min-width: 424px;
}

.min-width-425 {
  min-width: 425px;
}

.min-width-426 {
  min-width: 426px;
}

.min-width-427 {
  min-width: 427px;
}

.min-width-428 {
  min-width: 428px;
}

.min-width-429 {
  min-width: 429px;
}

.min-width-430 {
  min-width: 430px;
}

.min-width-431 {
  min-width: 431px;
}

.min-width-432 {
  min-width: 432px;
}

.min-width-433 {
  min-width: 433px;
}

.min-width-434 {
  min-width: 434px;
}

.min-width-435 {
  min-width: 435px;
}

.min-width-436 {
  min-width: 436px;
}

.min-width-437 {
  min-width: 437px;
}

.min-width-438 {
  min-width: 438px;
}

.min-width-439 {
  min-width: 439px;
}

.min-width-440 {
  min-width: 440px;
}

.min-width-441 {
  min-width: 441px;
}

.min-width-442 {
  min-width: 442px;
}

.min-width-443 {
  min-width: 443px;
}

.min-width-444 {
  min-width: 444px;
}

.min-width-445 {
  min-width: 445px;
}

.min-width-446 {
  min-width: 446px;
}

.min-width-447 {
  min-width: 447px;
}

.min-width-448 {
  min-width: 448px;
}

.min-width-449 {
  min-width: 449px;
}

.min-width-450 {
  min-width: 450px;
}

.min-width-451 {
  min-width: 451px;
}

.min-width-452 {
  min-width: 452px;
}

.min-width-453 {
  min-width: 453px;
}

.min-width-454 {
  min-width: 454px;
}

.min-width-455 {
  min-width: 455px;
}

.min-width-456 {
  min-width: 456px;
}

.min-width-457 {
  min-width: 457px;
}

.min-width-458 {
  min-width: 458px;
}

.min-width-459 {
  min-width: 459px;
}

.min-width-460 {
  min-width: 460px;
}

.min-width-461 {
  min-width: 461px;
}

.min-width-462 {
  min-width: 462px;
}

.min-width-463 {
  min-width: 463px;
}

.min-width-464 {
  min-width: 464px;
}

.min-width-465 {
  min-width: 465px;
}

.min-width-466 {
  min-width: 466px;
}

.min-width-467 {
  min-width: 467px;
}

.min-width-468 {
  min-width: 468px;
}

.min-width-469 {
  min-width: 469px;
}

.min-width-470 {
  min-width: 470px;
}

.min-width-471 {
  min-width: 471px;
}

.min-width-472 {
  min-width: 472px;
}

.min-width-473 {
  min-width: 473px;
}

.min-width-474 {
  min-width: 474px;
}

.min-width-475 {
  min-width: 475px;
}

.min-width-476 {
  min-width: 476px;
}

.min-width-477 {
  min-width: 477px;
}

.min-width-478 {
  min-width: 478px;
}

.min-width-479 {
  min-width: 479px;
}

.min-width-480 {
  min-width: 480px;
}

.min-width-481 {
  min-width: 481px;
}

.min-width-482 {
  min-width: 482px;
}

.min-width-483 {
  min-width: 483px;
}

.min-width-484 {
  min-width: 484px;
}

.min-width-485 {
  min-width: 485px;
}

.min-width-486 {
  min-width: 486px;
}

.min-width-487 {
  min-width: 487px;
}

.min-width-488 {
  min-width: 488px;
}

.min-width-489 {
  min-width: 489px;
}

.min-width-490 {
  min-width: 490px;
}

.min-width-491 {
  min-width: 491px;
}

.min-width-492 {
  min-width: 492px;
}

.min-width-493 {
  min-width: 493px;
}

.min-width-494 {
  min-width: 494px;
}

.min-width-495 {
  min-width: 495px;
}

.min-width-496 {
  min-width: 496px;
}

.min-width-497 {
  min-width: 497px;
}

.min-width-498 {
  min-width: 498px;
}

.min-width-499 {
  min-width: 499px;
}

.min-width-500 {
  min-width: 500px;
}

.min-width-501 {
  min-width: 501px;
}

.min-width-502 {
  min-width: 502px;
}

.min-width-503 {
  min-width: 503px;
}

.min-width-504 {
  min-width: 504px;
}

.min-width-505 {
  min-width: 505px;
}

.min-width-506 {
  min-width: 506px;
}

.min-width-507 {
  min-width: 507px;
}

.min-width-508 {
  min-width: 508px;
}

.min-width-509 {
  min-width: 509px;
}

.min-width-510 {
  min-width: 510px;
}

.min-width-511 {
  min-width: 511px;
}

.min-width-512 {
  min-width: 512px;
}

.min-width-513 {
  min-width: 513px;
}

.min-width-514 {
  min-width: 514px;
}

.min-width-515 {
  min-width: 515px;
}

.min-width-516 {
  min-width: 516px;
}

.min-width-517 {
  min-width: 517px;
}

.min-width-518 {
  min-width: 518px;
}

.min-width-519 {
  min-width: 519px;
}

.min-width-520 {
  min-width: 520px;
}

.min-width-521 {
  min-width: 521px;
}

.min-width-522 {
  min-width: 522px;
}

.min-width-523 {
  min-width: 523px;
}

.min-width-524 {
  min-width: 524px;
}

.min-width-525 {
  min-width: 525px;
}

.min-width-526 {
  min-width: 526px;
}

.min-width-527 {
  min-width: 527px;
}

.min-width-528 {
  min-width: 528px;
}

.min-width-529 {
  min-width: 529px;
}

.min-width-530 {
  min-width: 530px;
}

.min-width-531 {
  min-width: 531px;
}

.min-width-532 {
  min-width: 532px;
}

.min-width-533 {
  min-width: 533px;
}

.min-width-534 {
  min-width: 534px;
}

.min-width-535 {
  min-width: 535px;
}

.min-width-536 {
  min-width: 536px;
}

.min-width-537 {
  min-width: 537px;
}

.min-width-538 {
  min-width: 538px;
}

.min-width-539 {
  min-width: 539px;
}

.min-width-540 {
  min-width: 540px;
}

.min-width-541 {
  min-width: 541px;
}

.min-width-542 {
  min-width: 542px;
}

.min-width-543 {
  min-width: 543px;
}

.min-width-544 {
  min-width: 544px;
}

.min-width-545 {
  min-width: 545px;
}

.min-width-546 {
  min-width: 546px;
}

.min-width-547 {
  min-width: 547px;
}

.min-width-548 {
  min-width: 548px;
}

.min-width-549 {
  min-width: 549px;
}

.min-width-550 {
  min-width: 550px;
}

.min-width-551 {
  min-width: 551px;
}

.min-width-552 {
  min-width: 552px;
}

.min-width-553 {
  min-width: 553px;
}

.min-width-554 {
  min-width: 554px;
}

.min-width-555 {
  min-width: 555px;
}

.min-width-556 {
  min-width: 556px;
}

.min-width-557 {
  min-width: 557px;
}

.min-width-558 {
  min-width: 558px;
}

.min-width-559 {
  min-width: 559px;
}

.min-width-560 {
  min-width: 560px;
}

.min-width-561 {
  min-width: 561px;
}

.min-width-562 {
  min-width: 562px;
}

.min-width-563 {
  min-width: 563px;
}

.min-width-564 {
  min-width: 564px;
}

.min-width-565 {
  min-width: 565px;
}

.min-width-566 {
  min-width: 566px;
}

.min-width-567 {
  min-width: 567px;
}

.min-width-568 {
  min-width: 568px;
}

.min-width-569 {
  min-width: 569px;
}

.min-width-570 {
  min-width: 570px;
}

.min-width-571 {
  min-width: 571px;
}

.min-width-572 {
  min-width: 572px;
}

.min-width-573 {
  min-width: 573px;
}

.min-width-574 {
  min-width: 574px;
}

.min-width-575 {
  min-width: 575px;
}

.min-width-576 {
  min-width: 576px;
}

.min-width-577 {
  min-width: 577px;
}

.min-width-578 {
  min-width: 578px;
}

.min-width-579 {
  min-width: 579px;
}

.min-width-580 {
  min-width: 580px;
}

.min-width-581 {
  min-width: 581px;
}

.min-width-582 {
  min-width: 582px;
}

.min-width-583 {
  min-width: 583px;
}

.min-width-584 {
  min-width: 584px;
}

.min-width-585 {
  min-width: 585px;
}

.min-width-586 {
  min-width: 586px;
}

.min-width-587 {
  min-width: 587px;
}

.min-width-588 {
  min-width: 588px;
}

.min-width-589 {
  min-width: 589px;
}

.min-width-590 {
  min-width: 590px;
}

.min-width-591 {
  min-width: 591px;
}

.min-width-592 {
  min-width: 592px;
}

.min-width-593 {
  min-width: 593px;
}

.min-width-594 {
  min-width: 594px;
}

.min-width-595 {
  min-width: 595px;
}

.min-width-596 {
  min-width: 596px;
}

.min-width-597 {
  min-width: 597px;
}

.min-width-598 {
  min-width: 598px;
}

.min-width-599 {
  min-width: 599px;
}

.min-width-600 {
  min-width: 600px;
}

.min-width-601 {
  min-width: 601px;
}

.min-width-602 {
  min-width: 602px;
}

.min-width-603 {
  min-width: 603px;
}

.min-width-604 {
  min-width: 604px;
}

.min-width-605 {
  min-width: 605px;
}

.min-width-606 {
  min-width: 606px;
}

.min-width-607 {
  min-width: 607px;
}

.min-width-608 {
  min-width: 608px;
}

.min-width-609 {
  min-width: 609px;
}

.min-width-610 {
  min-width: 610px;
}

.min-width-611 {
  min-width: 611px;
}

.min-width-612 {
  min-width: 612px;
}

.min-width-613 {
  min-width: 613px;
}

.min-width-614 {
  min-width: 614px;
}

.min-width-615 {
  min-width: 615px;
}

.min-width-616 {
  min-width: 616px;
}

.min-width-617 {
  min-width: 617px;
}

.min-width-618 {
  min-width: 618px;
}

.min-width-619 {
  min-width: 619px;
}

.min-width-620 {
  min-width: 620px;
}

.min-width-621 {
  min-width: 621px;
}

.min-width-622 {
  min-width: 622px;
}

.min-width-623 {
  min-width: 623px;
}

.min-width-624 {
  min-width: 624px;
}

.min-width-625 {
  min-width: 625px;
}

.min-width-626 {
  min-width: 626px;
}

.min-width-627 {
  min-width: 627px;
}

.min-width-628 {
  min-width: 628px;
}

.min-width-629 {
  min-width: 629px;
}

.min-width-630 {
  min-width: 630px;
}

.min-width-631 {
  min-width: 631px;
}

.min-width-632 {
  min-width: 632px;
}

.min-width-633 {
  min-width: 633px;
}

.min-width-634 {
  min-width: 634px;
}

.min-width-635 {
  min-width: 635px;
}

.min-width-636 {
  min-width: 636px;
}

.min-width-637 {
  min-width: 637px;
}

.min-width-638 {
  min-width: 638px;
}

.min-width-639 {
  min-width: 639px;
}

.min-width-640 {
  min-width: 640px;
}

.min-width-641 {
  min-width: 641px;
}

.min-width-642 {
  min-width: 642px;
}

.min-width-643 {
  min-width: 643px;
}

.min-width-644 {
  min-width: 644px;
}

.min-width-645 {
  min-width: 645px;
}

.min-width-646 {
  min-width: 646px;
}

.min-width-647 {
  min-width: 647px;
}

.min-width-648 {
  min-width: 648px;
}

.min-width-649 {
  min-width: 649px;
}

.min-width-650 {
  min-width: 650px;
}

.min-width-651 {
  min-width: 651px;
}

.min-width-652 {
  min-width: 652px;
}

.min-width-653 {
  min-width: 653px;
}

.min-width-654 {
  min-width: 654px;
}

.min-width-655 {
  min-width: 655px;
}

.min-width-656 {
  min-width: 656px;
}

.min-width-657 {
  min-width: 657px;
}

.min-width-658 {
  min-width: 658px;
}

.min-width-659 {
  min-width: 659px;
}

.min-width-660 {
  min-width: 660px;
}

.min-width-661 {
  min-width: 661px;
}

.min-width-662 {
  min-width: 662px;
}

.min-width-663 {
  min-width: 663px;
}

.min-width-664 {
  min-width: 664px;
}

.min-width-665 {
  min-width: 665px;
}

.min-width-666 {
  min-width: 666px;
}

.min-width-667 {
  min-width: 667px;
}

.min-width-668 {
  min-width: 668px;
}

.min-width-669 {
  min-width: 669px;
}

.min-width-670 {
  min-width: 670px;
}

.min-width-671 {
  min-width: 671px;
}

.min-width-672 {
  min-width: 672px;
}

.min-width-673 {
  min-width: 673px;
}

.min-width-674 {
  min-width: 674px;
}

.min-width-675 {
  min-width: 675px;
}

.min-width-676 {
  min-width: 676px;
}

.min-width-677 {
  min-width: 677px;
}

.min-width-678 {
  min-width: 678px;
}

.min-width-679 {
  min-width: 679px;
}

.min-width-680 {
  min-width: 680px;
}

.min-width-681 {
  min-width: 681px;
}

.min-width-682 {
  min-width: 682px;
}

.min-width-683 {
  min-width: 683px;
}

.min-width-684 {
  min-width: 684px;
}

.min-width-685 {
  min-width: 685px;
}

.min-width-686 {
  min-width: 686px;
}

.min-width-687 {
  min-width: 687px;
}

.min-width-688 {
  min-width: 688px;
}

.min-width-689 {
  min-width: 689px;
}

.min-width-690 {
  min-width: 690px;
}

.min-width-691 {
  min-width: 691px;
}

.min-width-692 {
  min-width: 692px;
}

.min-width-693 {
  min-width: 693px;
}

.min-width-694 {
  min-width: 694px;
}

.min-width-695 {
  min-width: 695px;
}

.min-width-696 {
  min-width: 696px;
}

.min-width-697 {
  min-width: 697px;
}

.min-width-698 {
  min-width: 698px;
}

.min-width-699 {
  min-width: 699px;
}

.min-width-700 {
  min-width: 700px;
}

.min-width-701 {
  min-width: 701px;
}

.min-width-702 {
  min-width: 702px;
}

.min-width-703 {
  min-width: 703px;
}

.min-width-704 {
  min-width: 704px;
}

.min-width-705 {
  min-width: 705px;
}

.min-width-706 {
  min-width: 706px;
}

.min-width-707 {
  min-width: 707px;
}

.min-width-708 {
  min-width: 708px;
}

.min-width-709 {
  min-width: 709px;
}

.min-width-710 {
  min-width: 710px;
}

.min-width-711 {
  min-width: 711px;
}

.min-width-712 {
  min-width: 712px;
}

.min-width-713 {
  min-width: 713px;
}

.min-width-714 {
  min-width: 714px;
}

.min-width-715 {
  min-width: 715px;
}

.min-width-716 {
  min-width: 716px;
}

.min-width-717 {
  min-width: 717px;
}

.min-width-718 {
  min-width: 718px;
}

.min-width-719 {
  min-width: 719px;
}

.min-width-720 {
  min-width: 720px;
}

.min-width-721 {
  min-width: 721px;
}

.min-width-722 {
  min-width: 722px;
}

.min-width-723 {
  min-width: 723px;
}

.min-width-724 {
  min-width: 724px;
}

.min-width-725 {
  min-width: 725px;
}

.min-width-726 {
  min-width: 726px;
}

.min-width-727 {
  min-width: 727px;
}

.min-width-728 {
  min-width: 728px;
}

.min-width-729 {
  min-width: 729px;
}

.min-width-730 {
  min-width: 730px;
}

.min-width-731 {
  min-width: 731px;
}

.min-width-732 {
  min-width: 732px;
}

.min-width-733 {
  min-width: 733px;
}

.min-width-734 {
  min-width: 734px;
}

.min-width-735 {
  min-width: 735px;
}

.min-width-736 {
  min-width: 736px;
}

.min-width-737 {
  min-width: 737px;
}

.min-width-738 {
  min-width: 738px;
}

.min-width-739 {
  min-width: 739px;
}

.min-width-740 {
  min-width: 740px;
}

.min-width-741 {
  min-width: 741px;
}

.min-width-742 {
  min-width: 742px;
}

.min-width-743 {
  min-width: 743px;
}

.min-width-744 {
  min-width: 744px;
}

.min-width-745 {
  min-width: 745px;
}

.min-width-746 {
  min-width: 746px;
}

.min-width-747 {
  min-width: 747px;
}

.min-width-748 {
  min-width: 748px;
}

.min-width-749 {
  min-width: 749px;
}

.min-width-750 {
  min-width: 750px;
}

.min-width-751 {
  min-width: 751px;
}

.min-width-752 {
  min-width: 752px;
}

.min-width-753 {
  min-width: 753px;
}

.min-width-754 {
  min-width: 754px;
}

.min-width-755 {
  min-width: 755px;
}

.min-width-756 {
  min-width: 756px;
}

.min-width-757 {
  min-width: 757px;
}

.min-width-758 {
  min-width: 758px;
}

.min-width-759 {
  min-width: 759px;
}

.min-width-760 {
  min-width: 760px;
}

.min-width-761 {
  min-width: 761px;
}

.min-width-762 {
  min-width: 762px;
}

.min-width-763 {
  min-width: 763px;
}

.min-width-764 {
  min-width: 764px;
}

.min-width-765 {
  min-width: 765px;
}

.min-width-766 {
  min-width: 766px;
}

.min-width-767 {
  min-width: 767px;
}

.min-width-768 {
  min-width: 768px;
}

.min-width-769 {
  min-width: 769px;
}

.min-width-770 {
  min-width: 770px;
}

.min-width-771 {
  min-width: 771px;
}

.min-width-772 {
  min-width: 772px;
}

.min-width-773 {
  min-width: 773px;
}

.min-width-774 {
  min-width: 774px;
}

.min-width-775 {
  min-width: 775px;
}

.min-width-776 {
  min-width: 776px;
}

.min-width-777 {
  min-width: 777px;
}

.min-width-778 {
  min-width: 778px;
}

.min-width-779 {
  min-width: 779px;
}

.min-width-780 {
  min-width: 780px;
}

.min-width-781 {
  min-width: 781px;
}

.min-width-782 {
  min-width: 782px;
}

.min-width-783 {
  min-width: 783px;
}

.min-width-784 {
  min-width: 784px;
}

.min-width-785 {
  min-width: 785px;
}

.min-width-786 {
  min-width: 786px;
}

.min-width-787 {
  min-width: 787px;
}

.min-width-788 {
  min-width: 788px;
}

.min-width-789 {
  min-width: 789px;
}

.min-width-790 {
  min-width: 790px;
}

.min-width-791 {
  min-width: 791px;
}

.min-width-792 {
  min-width: 792px;
}

.min-width-793 {
  min-width: 793px;
}

.min-width-794 {
  min-width: 794px;
}

.min-width-795 {
  min-width: 795px;
}

.min-width-796 {
  min-width: 796px;
}

.min-width-797 {
  min-width: 797px;
}

.min-width-798 {
  min-width: 798px;
}

.min-width-799 {
  min-width: 799px;
}

.min-width-800 {
  min-width: 800px;
}

.min-width-801 {
  min-width: 801px;
}

.min-width-802 {
  min-width: 802px;
}

.min-width-803 {
  min-width: 803px;
}

.min-width-804 {
  min-width: 804px;
}

.min-width-805 {
  min-width: 805px;
}

.min-width-806 {
  min-width: 806px;
}

.min-width-807 {
  min-width: 807px;
}

.min-width-808 {
  min-width: 808px;
}

.min-width-809 {
  min-width: 809px;
}

.min-width-810 {
  min-width: 810px;
}

.min-width-811 {
  min-width: 811px;
}

.min-width-812 {
  min-width: 812px;
}

.min-width-813 {
  min-width: 813px;
}

.min-width-814 {
  min-width: 814px;
}

.min-width-815 {
  min-width: 815px;
}

.min-width-816 {
  min-width: 816px;
}

.min-width-817 {
  min-width: 817px;
}

.min-width-818 {
  min-width: 818px;
}

.min-width-819 {
  min-width: 819px;
}

.min-width-820 {
  min-width: 820px;
}

.min-width-821 {
  min-width: 821px;
}

.min-width-822 {
  min-width: 822px;
}

.min-width-823 {
  min-width: 823px;
}

.min-width-824 {
  min-width: 824px;
}

.min-width-825 {
  min-width: 825px;
}

.min-width-826 {
  min-width: 826px;
}

.min-width-827 {
  min-width: 827px;
}

.min-width-828 {
  min-width: 828px;
}

.min-width-829 {
  min-width: 829px;
}

.min-width-830 {
  min-width: 830px;
}

.min-width-831 {
  min-width: 831px;
}

.min-width-832 {
  min-width: 832px;
}

.min-width-833 {
  min-width: 833px;
}

.min-width-834 {
  min-width: 834px;
}

.min-width-835 {
  min-width: 835px;
}

.min-width-836 {
  min-width: 836px;
}

.min-width-837 {
  min-width: 837px;
}

.min-width-838 {
  min-width: 838px;
}

.min-width-839 {
  min-width: 839px;
}

.min-width-840 {
  min-width: 840px;
}

.min-width-841 {
  min-width: 841px;
}

.min-width-842 {
  min-width: 842px;
}

.min-width-843 {
  min-width: 843px;
}

.min-width-844 {
  min-width: 844px;
}

.min-width-845 {
  min-width: 845px;
}

.min-width-846 {
  min-width: 846px;
}

.min-width-847 {
  min-width: 847px;
}

.min-width-848 {
  min-width: 848px;
}

.min-width-849 {
  min-width: 849px;
}

.min-width-850 {
  min-width: 850px;
}

.min-width-851 {
  min-width: 851px;
}

.min-width-852 {
  min-width: 852px;
}

.min-width-853 {
  min-width: 853px;
}

.min-width-854 {
  min-width: 854px;
}

.min-width-855 {
  min-width: 855px;
}

.min-width-856 {
  min-width: 856px;
}

.min-width-857 {
  min-width: 857px;
}

.min-width-858 {
  min-width: 858px;
}

.min-width-859 {
  min-width: 859px;
}

.min-width-860 {
  min-width: 860px;
}

.min-width-861 {
  min-width: 861px;
}

.min-width-862 {
  min-width: 862px;
}

.min-width-863 {
  min-width: 863px;
}

.min-width-864 {
  min-width: 864px;
}

.min-width-865 {
  min-width: 865px;
}

.min-width-866 {
  min-width: 866px;
}

.min-width-867 {
  min-width: 867px;
}

.min-width-868 {
  min-width: 868px;
}

.min-width-869 {
  min-width: 869px;
}

.min-width-870 {
  min-width: 870px;
}

.min-width-871 {
  min-width: 871px;
}

.min-width-872 {
  min-width: 872px;
}

.min-width-873 {
  min-width: 873px;
}

.min-width-874 {
  min-width: 874px;
}

.min-width-875 {
  min-width: 875px;
}

.min-width-876 {
  min-width: 876px;
}

.min-width-877 {
  min-width: 877px;
}

.min-width-878 {
  min-width: 878px;
}

.min-width-879 {
  min-width: 879px;
}

.min-width-880 {
  min-width: 880px;
}

.min-width-881 {
  min-width: 881px;
}

.min-width-882 {
  min-width: 882px;
}

.min-width-883 {
  min-width: 883px;
}

.min-width-884 {
  min-width: 884px;
}

.min-width-885 {
  min-width: 885px;
}

.min-width-886 {
  min-width: 886px;
}

.min-width-887 {
  min-width: 887px;
}

.min-width-888 {
  min-width: 888px;
}

.min-width-889 {
  min-width: 889px;
}

.min-width-890 {
  min-width: 890px;
}

.min-width-891 {
  min-width: 891px;
}

.min-width-892 {
  min-width: 892px;
}

.min-width-893 {
  min-width: 893px;
}

.min-width-894 {
  min-width: 894px;
}

.min-width-895 {
  min-width: 895px;
}

.min-width-896 {
  min-width: 896px;
}

.min-width-897 {
  min-width: 897px;
}

.min-width-898 {
  min-width: 898px;
}

.min-width-899 {
  min-width: 899px;
}

.min-width-900 {
  min-width: 900px;
}

.min-width-901 {
  min-width: 901px;
}

.min-width-902 {
  min-width: 902px;
}

.min-width-903 {
  min-width: 903px;
}

.min-width-904 {
  min-width: 904px;
}

.min-width-905 {
  min-width: 905px;
}

.min-width-906 {
  min-width: 906px;
}

.min-width-907 {
  min-width: 907px;
}

.min-width-908 {
  min-width: 908px;
}

.min-width-909 {
  min-width: 909px;
}

.min-width-910 {
  min-width: 910px;
}

.min-width-911 {
  min-width: 911px;
}

.min-width-912 {
  min-width: 912px;
}

.min-width-913 {
  min-width: 913px;
}

.min-width-914 {
  min-width: 914px;
}

.min-width-915 {
  min-width: 915px;
}

.min-width-916 {
  min-width: 916px;
}

.min-width-917 {
  min-width: 917px;
}

.min-width-918 {
  min-width: 918px;
}

.min-width-919 {
  min-width: 919px;
}

.min-width-920 {
  min-width: 920px;
}

.min-width-921 {
  min-width: 921px;
}

.min-width-922 {
  min-width: 922px;
}

.min-width-923 {
  min-width: 923px;
}

.min-width-924 {
  min-width: 924px;
}

.min-width-925 {
  min-width: 925px;
}

.min-width-926 {
  min-width: 926px;
}

.min-width-927 {
  min-width: 927px;
}

.min-width-928 {
  min-width: 928px;
}

.min-width-929 {
  min-width: 929px;
}

.min-width-930 {
  min-width: 930px;
}

.min-width-931 {
  min-width: 931px;
}

.min-width-932 {
  min-width: 932px;
}

.min-width-933 {
  min-width: 933px;
}

.min-width-934 {
  min-width: 934px;
}

.min-width-935 {
  min-width: 935px;
}

.min-width-936 {
  min-width: 936px;
}

.min-width-937 {
  min-width: 937px;
}

.min-width-938 {
  min-width: 938px;
}

.min-width-939 {
  min-width: 939px;
}

.min-width-940 {
  min-width: 940px;
}

.min-width-941 {
  min-width: 941px;
}

.min-width-942 {
  min-width: 942px;
}

.min-width-943 {
  min-width: 943px;
}

.min-width-944 {
  min-width: 944px;
}

.min-width-945 {
  min-width: 945px;
}

.min-width-946 {
  min-width: 946px;
}

.min-width-947 {
  min-width: 947px;
}

.min-width-948 {
  min-width: 948px;
}

.min-width-949 {
  min-width: 949px;
}

.min-width-950 {
  min-width: 950px;
}

.min-width-951 {
  min-width: 951px;
}

.min-width-952 {
  min-width: 952px;
}

.min-width-953 {
  min-width: 953px;
}

.min-width-954 {
  min-width: 954px;
}

.min-width-955 {
  min-width: 955px;
}

.min-width-956 {
  min-width: 956px;
}

.min-width-957 {
  min-width: 957px;
}

.min-width-958 {
  min-width: 958px;
}

.min-width-959 {
  min-width: 959px;
}

.min-width-960 {
  min-width: 960px;
}

.min-width-961 {
  min-width: 961px;
}

.min-width-962 {
  min-width: 962px;
}

.min-width-963 {
  min-width: 963px;
}

.min-width-964 {
  min-width: 964px;
}

.min-width-965 {
  min-width: 965px;
}

.min-width-966 {
  min-width: 966px;
}

.min-width-967 {
  min-width: 967px;
}

.min-width-968 {
  min-width: 968px;
}

.min-width-969 {
  min-width: 969px;
}

.min-width-970 {
  min-width: 970px;
}

.min-width-971 {
  min-width: 971px;
}

.min-width-972 {
  min-width: 972px;
}

.min-width-973 {
  min-width: 973px;
}

.min-width-974 {
  min-width: 974px;
}

.min-width-975 {
  min-width: 975px;
}

.min-width-976 {
  min-width: 976px;
}

.min-width-977 {
  min-width: 977px;
}

.min-width-978 {
  min-width: 978px;
}

.min-width-979 {
  min-width: 979px;
}

.min-width-980 {
  min-width: 980px;
}

.min-width-981 {
  min-width: 981px;
}

.min-width-982 {
  min-width: 982px;
}

.min-width-983 {
  min-width: 983px;
}

.min-width-984 {
  min-width: 984px;
}

.min-width-985 {
  min-width: 985px;
}

.min-width-986 {
  min-width: 986px;
}

.min-width-987 {
  min-width: 987px;
}

.min-width-988 {
  min-width: 988px;
}

.min-width-989 {
  min-width: 989px;
}

.min-width-990 {
  min-width: 990px;
}

.min-width-991 {
  min-width: 991px;
}

.min-width-992 {
  min-width: 992px;
}

.min-width-993 {
  min-width: 993px;
}

.min-width-994 {
  min-width: 994px;
}

.min-width-995 {
  min-width: 995px;
}

.min-width-996 {
  min-width: 996px;
}

.min-width-997 {
  min-width: 997px;
}

.min-width-998 {
  min-width: 998px;
}

.min-width-999 {
  min-width: 999px;
}

.min-width-1000 {
  min-width: 1000px;
}

.min-width-1001 {
  min-width: 1001px;
}

.min-width-1002 {
  min-width: 1002px;
}

.min-width-1003 {
  min-width: 1003px;
}

.min-width-1004 {
  min-width: 1004px;
}

.min-width-1005 {
  min-width: 1005px;
}

.min-width-1006 {
  min-width: 1006px;
}

.min-width-1007 {
  min-width: 1007px;
}

.min-width-1008 {
  min-width: 1008px;
}

.min-width-1009 {
  min-width: 1009px;
}

.min-width-1010 {
  min-width: 1010px;
}

.min-width-1011 {
  min-width: 1011px;
}

.min-width-1012 {
  min-width: 1012px;
}

.min-width-1013 {
  min-width: 1013px;
}

.min-width-1014 {
  min-width: 1014px;
}

.min-width-1015 {
  min-width: 1015px;
}

.min-width-1016 {
  min-width: 1016px;
}

.min-width-1017 {
  min-width: 1017px;
}

.min-width-1018 {
  min-width: 1018px;
}

.min-width-1019 {
  min-width: 1019px;
}

.min-width-1020 {
  min-width: 1020px;
}

.min-width-1021 {
  min-width: 1021px;
}

.min-width-1022 {
  min-width: 1022px;
}

.min-width-1023 {
  min-width: 1023px;
}

.min-width-1024 {
  min-width: 1024px;
}

.min-width-1025 {
  min-width: 1025px;
}

.min-width-1026 {
  min-width: 1026px;
}

.min-width-1027 {
  min-width: 1027px;
}

.min-width-1028 {
  min-width: 1028px;
}

.min-width-1029 {
  min-width: 1029px;
}

.min-width-1030 {
  min-width: 1030px;
}

.min-width-1031 {
  min-width: 1031px;
}

.min-width-1032 {
  min-width: 1032px;
}

.min-width-1033 {
  min-width: 1033px;
}

.min-width-1034 {
  min-width: 1034px;
}

.min-width-1035 {
  min-width: 1035px;
}

.min-width-1036 {
  min-width: 1036px;
}

.min-width-1037 {
  min-width: 1037px;
}

.min-width-1038 {
  min-width: 1038px;
}

.min-width-1039 {
  min-width: 1039px;
}

.min-width-1040 {
  min-width: 1040px;
}

.min-width-1041 {
  min-width: 1041px;
}

.min-width-1042 {
  min-width: 1042px;
}

.min-width-1043 {
  min-width: 1043px;
}

.min-width-1044 {
  min-width: 1044px;
}

.min-width-1045 {
  min-width: 1045px;
}

.min-width-1046 {
  min-width: 1046px;
}

.min-width-1047 {
  min-width: 1047px;
}

.min-width-1048 {
  min-width: 1048px;
}

.min-width-1049 {
  min-width: 1049px;
}

.min-width-1050 {
  min-width: 1050px;
}

.min-width-1051 {
  min-width: 1051px;
}

.min-width-1052 {
  min-width: 1052px;
}

.min-width-1053 {
  min-width: 1053px;
}

.min-width-1054 {
  min-width: 1054px;
}

.min-width-1055 {
  min-width: 1055px;
}

.min-width-1056 {
  min-width: 1056px;
}

.min-width-1057 {
  min-width: 1057px;
}

.min-width-1058 {
  min-width: 1058px;
}

.min-width-1059 {
  min-width: 1059px;
}

.min-width-1060 {
  min-width: 1060px;
}

.min-width-1061 {
  min-width: 1061px;
}

.min-width-1062 {
  min-width: 1062px;
}

.min-width-1063 {
  min-width: 1063px;
}

.min-width-1064 {
  min-width: 1064px;
}

.min-width-1065 {
  min-width: 1065px;
}

.min-width-1066 {
  min-width: 1066px;
}

.min-width-1067 {
  min-width: 1067px;
}

.min-width-1068 {
  min-width: 1068px;
}

.min-width-1069 {
  min-width: 1069px;
}

.min-width-1070 {
  min-width: 1070px;
}

.min-width-1071 {
  min-width: 1071px;
}

.min-width-1072 {
  min-width: 1072px;
}

.min-width-1073 {
  min-width: 1073px;
}

.min-width-1074 {
  min-width: 1074px;
}

.min-width-1075 {
  min-width: 1075px;
}

.min-width-1076 {
  min-width: 1076px;
}

.min-width-1077 {
  min-width: 1077px;
}

.min-width-1078 {
  min-width: 1078px;
}

.min-width-1079 {
  min-width: 1079px;
}

.min-width-1080 {
  min-width: 1080px;
}

.min-width-1081 {
  min-width: 1081px;
}

.min-width-1082 {
  min-width: 1082px;
}

.min-width-1083 {
  min-width: 1083px;
}

.min-width-1084 {
  min-width: 1084px;
}

.min-width-1085 {
  min-width: 1085px;
}

.min-width-1086 {
  min-width: 1086px;
}

.min-width-1087 {
  min-width: 1087px;
}

.min-width-1088 {
  min-width: 1088px;
}

.min-width-1089 {
  min-width: 1089px;
}

.min-width-1090 {
  min-width: 1090px;
}

.min-width-1091 {
  min-width: 1091px;
}

.min-width-1092 {
  min-width: 1092px;
}

.min-width-1093 {
  min-width: 1093px;
}

.min-width-1094 {
  min-width: 1094px;
}

.min-width-1095 {
  min-width: 1095px;
}

.min-width-1096 {
  min-width: 1096px;
}

.min-width-1097 {
  min-width: 1097px;
}

.min-width-1098 {
  min-width: 1098px;
}

.min-width-1099 {
  min-width: 1099px;
}

.min-width-1100 {
  min-width: 1100px;
}

.min-width-1101 {
  min-width: 1101px;
}

.min-width-1102 {
  min-width: 1102px;
}

.min-width-1103 {
  min-width: 1103px;
}

.min-width-1104 {
  min-width: 1104px;
}

.min-width-1105 {
  min-width: 1105px;
}

.min-width-1106 {
  min-width: 1106px;
}

.min-width-1107 {
  min-width: 1107px;
}

.min-width-1108 {
  min-width: 1108px;
}

.min-width-1109 {
  min-width: 1109px;
}

.min-width-1110 {
  min-width: 1110px;
}

.min-width-1111 {
  min-width: 1111px;
}

.min-width-1112 {
  min-width: 1112px;
}

.min-width-1113 {
  min-width: 1113px;
}

.min-width-1114 {
  min-width: 1114px;
}

.min-width-1115 {
  min-width: 1115px;
}

.min-width-1116 {
  min-width: 1116px;
}

.min-width-1117 {
  min-width: 1117px;
}

.min-width-1118 {
  min-width: 1118px;
}

.min-width-1119 {
  min-width: 1119px;
}

.min-width-1120 {
  min-width: 1120px;
}

.min-width-1121 {
  min-width: 1121px;
}

.min-width-1122 {
  min-width: 1122px;
}

.min-width-1123 {
  min-width: 1123px;
}

.min-width-1124 {
  min-width: 1124px;
}

.min-width-1125 {
  min-width: 1125px;
}

.min-width-1126 {
  min-width: 1126px;
}

.min-width-1127 {
  min-width: 1127px;
}

.min-width-1128 {
  min-width: 1128px;
}

.min-width-1129 {
  min-width: 1129px;
}

.min-width-1130 {
  min-width: 1130px;
}

.min-width-1131 {
  min-width: 1131px;
}

.min-width-1132 {
  min-width: 1132px;
}

.min-width-1133 {
  min-width: 1133px;
}

.min-width-1134 {
  min-width: 1134px;
}

.min-width-1135 {
  min-width: 1135px;
}

.min-width-1136 {
  min-width: 1136px;
}

.min-width-1137 {
  min-width: 1137px;
}

.min-width-1138 {
  min-width: 1138px;
}

.min-width-1139 {
  min-width: 1139px;
}

.min-width-1140 {
  min-width: 1140px;
}

.min-width-1141 {
  min-width: 1141px;
}

.min-width-1142 {
  min-width: 1142px;
}

.min-width-1143 {
  min-width: 1143px;
}

.min-width-1144 {
  min-width: 1144px;
}

.min-width-1145 {
  min-width: 1145px;
}

.min-width-1146 {
  min-width: 1146px;
}

.min-width-1147 {
  min-width: 1147px;
}

.min-width-1148 {
  min-width: 1148px;
}

.min-width-1149 {
  min-width: 1149px;
}

.min-width-1150 {
  min-width: 1150px;
}

.min-width-1151 {
  min-width: 1151px;
}

.min-width-1152 {
  min-width: 1152px;
}

.min-width-1153 {
  min-width: 1153px;
}

.min-width-1154 {
  min-width: 1154px;
}

.min-width-1155 {
  min-width: 1155px;
}

.min-width-1156 {
  min-width: 1156px;
}

.min-width-1157 {
  min-width: 1157px;
}

.min-width-1158 {
  min-width: 1158px;
}

.min-width-1159 {
  min-width: 1159px;
}

.min-width-1160 {
  min-width: 1160px;
}

.min-width-1161 {
  min-width: 1161px;
}

.min-width-1162 {
  min-width: 1162px;
}

.min-width-1163 {
  min-width: 1163px;
}

.min-width-1164 {
  min-width: 1164px;
}

.min-width-1165 {
  min-width: 1165px;
}

.min-width-1166 {
  min-width: 1166px;
}

.min-width-1167 {
  min-width: 1167px;
}

.min-width-1168 {
  min-width: 1168px;
}

.min-width-1169 {
  min-width: 1169px;
}

.min-width-1170 {
  min-width: 1170px;
}

.min-width-1171 {
  min-width: 1171px;
}

.min-width-1172 {
  min-width: 1172px;
}

.min-width-1173 {
  min-width: 1173px;
}

.min-width-1174 {
  min-width: 1174px;
}

.min-width-1175 {
  min-width: 1175px;
}

.min-width-1176 {
  min-width: 1176px;
}

.min-width-1177 {
  min-width: 1177px;
}

.min-width-1178 {
  min-width: 1178px;
}

.min-width-1179 {
  min-width: 1179px;
}

.min-width-1180 {
  min-width: 1180px;
}

.min-width-1181 {
  min-width: 1181px;
}

.min-width-1182 {
  min-width: 1182px;
}

.min-width-1183 {
  min-width: 1183px;
}

.min-width-1184 {
  min-width: 1184px;
}

.min-width-1185 {
  min-width: 1185px;
}

.min-width-1186 {
  min-width: 1186px;
}

.min-width-1187 {
  min-width: 1187px;
}

.min-width-1188 {
  min-width: 1188px;
}

.min-width-1189 {
  min-width: 1189px;
}

.min-width-1190 {
  min-width: 1190px;
}

.min-width-1191 {
  min-width: 1191px;
}

.min-width-1192 {
  min-width: 1192px;
}

.min-width-1193 {
  min-width: 1193px;
}

.min-width-1194 {
  min-width: 1194px;
}

.min-width-1195 {
  min-width: 1195px;
}

.min-width-1196 {
  min-width: 1196px;
}

.min-width-1197 {
  min-width: 1197px;
}

.min-width-1198 {
  min-width: 1198px;
}

.min-width-1199 {
  min-width: 1199px;
}

.min-width-1200 {
  min-width: 1200px;
}

.min-width-1201 {
  min-width: 1201px;
}

.min-width-1202 {
  min-width: 1202px;
}

.min-width-1203 {
  min-width: 1203px;
}

.min-width-1204 {
  min-width: 1204px;
}

.min-width-1205 {
  min-width: 1205px;
}

.min-width-1206 {
  min-width: 1206px;
}

.min-width-1207 {
  min-width: 1207px;
}

.min-width-1208 {
  min-width: 1208px;
}

.min-width-1209 {
  min-width: 1209px;
}

.min-width-1210 {
  min-width: 1210px;
}

.min-width-1211 {
  min-width: 1211px;
}

.min-width-1212 {
  min-width: 1212px;
}

.min-width-1213 {
  min-width: 1213px;
}

.min-width-1214 {
  min-width: 1214px;
}

.min-width-1215 {
  min-width: 1215px;
}

.min-width-1216 {
  min-width: 1216px;
}

.min-width-1217 {
  min-width: 1217px;
}

.min-width-1218 {
  min-width: 1218px;
}

.min-width-1219 {
  min-width: 1219px;
}

.min-width-1220 {
  min-width: 1220px;
}

.min-width-1221 {
  min-width: 1221px;
}

.min-width-1222 {
  min-width: 1222px;
}

.min-width-1223 {
  min-width: 1223px;
}

.min-width-1224 {
  min-width: 1224px;
}

.min-width-1225 {
  min-width: 1225px;
}

.min-width-1226 {
  min-width: 1226px;
}

.min-width-1227 {
  min-width: 1227px;
}

.min-width-1228 {
  min-width: 1228px;
}

.min-width-1229 {
  min-width: 1229px;
}

.min-width-1230 {
  min-width: 1230px;
}

.min-width-1231 {
  min-width: 1231px;
}

.min-width-1232 {
  min-width: 1232px;
}

.min-width-1233 {
  min-width: 1233px;
}

.min-width-1234 {
  min-width: 1234px;
}

.min-width-1235 {
  min-width: 1235px;
}

.min-width-1236 {
  min-width: 1236px;
}

.min-width-1237 {
  min-width: 1237px;
}

.min-width-1238 {
  min-width: 1238px;
}

.min-width-1239 {
  min-width: 1239px;
}

.min-width-1240 {
  min-width: 1240px;
}

.min-width-1241 {
  min-width: 1241px;
}

.min-width-1242 {
  min-width: 1242px;
}

.min-width-1243 {
  min-width: 1243px;
}

.min-width-1244 {
  min-width: 1244px;
}

.min-width-1245 {
  min-width: 1245px;
}

.min-width-1246 {
  min-width: 1246px;
}

.min-width-1247 {
  min-width: 1247px;
}

.min-width-1248 {
  min-width: 1248px;
}

.min-width-1249 {
  min-width: 1249px;
}

.min-width-1250 {
  min-width: 1250px;
}

.min-width-1251 {
  min-width: 1251px;
}

.min-width-1252 {
  min-width: 1252px;
}

.min-width-1253 {
  min-width: 1253px;
}

.min-width-1254 {
  min-width: 1254px;
}

.min-width-1255 {
  min-width: 1255px;
}

.min-width-1256 {
  min-width: 1256px;
}

.min-width-1257 {
  min-width: 1257px;
}

.min-width-1258 {
  min-width: 1258px;
}

.min-width-1259 {
  min-width: 1259px;
}

.min-width-1260 {
  min-width: 1260px;
}

.min-width-1261 {
  min-width: 1261px;
}

.min-width-1262 {
  min-width: 1262px;
}

.min-width-1263 {
  min-width: 1263px;
}

.min-width-1264 {
  min-width: 1264px;
}

.min-width-1265 {
  min-width: 1265px;
}

.min-width-1266 {
  min-width: 1266px;
}

.min-width-1267 {
  min-width: 1267px;
}

.min-width-1268 {
  min-width: 1268px;
}

.min-width-1269 {
  min-width: 1269px;
}

.min-width-1270 {
  min-width: 1270px;
}

.min-width-1271 {
  min-width: 1271px;
}

.min-width-1272 {
  min-width: 1272px;
}

.min-width-1273 {
  min-width: 1273px;
}

.min-width-1274 {
  min-width: 1274px;
}

.min-width-1275 {
  min-width: 1275px;
}

.min-width-1276 {
  min-width: 1276px;
}

.min-width-1277 {
  min-width: 1277px;
}

.min-width-1278 {
  min-width: 1278px;
}

.min-width-1279 {
  min-width: 1279px;
}

.min-width-1280 {
  min-width: 1280px;
}

.min-width-1281 {
  min-width: 1281px;
}

.min-width-1282 {
  min-width: 1282px;
}

.min-width-1283 {
  min-width: 1283px;
}

.min-width-1284 {
  min-width: 1284px;
}

.min-width-1285 {
  min-width: 1285px;
}

.min-width-1286 {
  min-width: 1286px;
}

.min-width-1287 {
  min-width: 1287px;
}

.min-width-1288 {
  min-width: 1288px;
}

.min-width-1289 {
  min-width: 1289px;
}

.min-width-1290 {
  min-width: 1290px;
}

.min-width-1291 {
  min-width: 1291px;
}

.min-width-1292 {
  min-width: 1292px;
}

.min-width-1293 {
  min-width: 1293px;
}

.min-width-1294 {
  min-width: 1294px;
}

.min-width-1295 {
  min-width: 1295px;
}

.min-width-1296 {
  min-width: 1296px;
}

.min-width-1297 {
  min-width: 1297px;
}

.min-width-1298 {
  min-width: 1298px;
}

.min-width-1299 {
  min-width: 1299px;
}

.min-width-1300 {
  min-width: 1300px;
}

.min-width-1301 {
  min-width: 1301px;
}

.min-width-1302 {
  min-width: 1302px;
}

.min-width-1303 {
  min-width: 1303px;
}

.min-width-1304 {
  min-width: 1304px;
}

.min-width-1305 {
  min-width: 1305px;
}

.min-width-1306 {
  min-width: 1306px;
}

.min-width-1307 {
  min-width: 1307px;
}

.min-width-1308 {
  min-width: 1308px;
}

.min-width-1309 {
  min-width: 1309px;
}

.min-width-1310 {
  min-width: 1310px;
}

.min-width-1311 {
  min-width: 1311px;
}

.min-width-1312 {
  min-width: 1312px;
}

.min-width-1313 {
  min-width: 1313px;
}

.min-width-1314 {
  min-width: 1314px;
}

.min-width-1315 {
  min-width: 1315px;
}

.min-width-1316 {
  min-width: 1316px;
}

.min-width-1317 {
  min-width: 1317px;
}

.min-width-1318 {
  min-width: 1318px;
}

.min-width-1319 {
  min-width: 1319px;
}

.min-width-1320 {
  min-width: 1320px;
}

.min-width-1321 {
  min-width: 1321px;
}

.min-width-1322 {
  min-width: 1322px;
}

.min-width-1323 {
  min-width: 1323px;
}

.min-width-1324 {
  min-width: 1324px;
}

.min-width-1325 {
  min-width: 1325px;
}

.min-width-1326 {
  min-width: 1326px;
}

.min-width-1327 {
  min-width: 1327px;
}

.min-width-1328 {
  min-width: 1328px;
}

.min-width-1329 {
  min-width: 1329px;
}

.min-width-1330 {
  min-width: 1330px;
}

.min-width-1331 {
  min-width: 1331px;
}

.min-width-1332 {
  min-width: 1332px;
}

.min-width-1333 {
  min-width: 1333px;
}

.min-width-1334 {
  min-width: 1334px;
}

.min-width-1335 {
  min-width: 1335px;
}

.min-width-1336 {
  min-width: 1336px;
}

.min-width-1337 {
  min-width: 1337px;
}

.min-width-1338 {
  min-width: 1338px;
}

.min-width-1339 {
  min-width: 1339px;
}

.min-width-1340 {
  min-width: 1340px;
}

.min-width-1341 {
  min-width: 1341px;
}

.min-width-1342 {
  min-width: 1342px;
}

.min-width-1343 {
  min-width: 1343px;
}

.min-width-1344 {
  min-width: 1344px;
}

.min-width-1345 {
  min-width: 1345px;
}

.min-width-1346 {
  min-width: 1346px;
}

.min-width-1347 {
  min-width: 1347px;
}

.min-width-1348 {
  min-width: 1348px;
}

.min-width-1349 {
  min-width: 1349px;
}

.min-width-1350 {
  min-width: 1350px;
}

.min-width-1351 {
  min-width: 1351px;
}

.min-width-1352 {
  min-width: 1352px;
}

.min-width-1353 {
  min-width: 1353px;
}

.min-width-1354 {
  min-width: 1354px;
}

.min-width-1355 {
  min-width: 1355px;
}

.min-width-1356 {
  min-width: 1356px;
}

.min-width-1357 {
  min-width: 1357px;
}

.min-width-1358 {
  min-width: 1358px;
}

.min-width-1359 {
  min-width: 1359px;
}

.min-width-1360 {
  min-width: 1360px;
}

.min-width-1361 {
  min-width: 1361px;
}

.min-width-1362 {
  min-width: 1362px;
}

.min-width-1363 {
  min-width: 1363px;
}

.min-width-1364 {
  min-width: 1364px;
}

.min-width-1365 {
  min-width: 1365px;
}

.min-width-1366 {
  min-width: 1366px;
}

.min-width-1367 {
  min-width: 1367px;
}

.min-width-1368 {
  min-width: 1368px;
}

.min-width-1369 {
  min-width: 1369px;
}

.min-width-1370 {
  min-width: 1370px;
}

.min-width-1371 {
  min-width: 1371px;
}

.min-width-1372 {
  min-width: 1372px;
}

.min-width-1373 {
  min-width: 1373px;
}

.min-width-1374 {
  min-width: 1374px;
}

.min-width-1375 {
  min-width: 1375px;
}

.min-width-1376 {
  min-width: 1376px;
}

.min-width-1377 {
  min-width: 1377px;
}

.min-width-1378 {
  min-width: 1378px;
}

.min-width-1379 {
  min-width: 1379px;
}

.min-width-1380 {
  min-width: 1380px;
}

.min-width-1381 {
  min-width: 1381px;
}

.min-width-1382 {
  min-width: 1382px;
}

.min-width-1383 {
  min-width: 1383px;
}

.min-width-1384 {
  min-width: 1384px;
}

.min-width-1385 {
  min-width: 1385px;
}

.min-width-1386 {
  min-width: 1386px;
}

.min-width-1387 {
  min-width: 1387px;
}

.min-width-1388 {
  min-width: 1388px;
}

.min-width-1389 {
  min-width: 1389px;
}

.min-width-1390 {
  min-width: 1390px;
}

.min-width-1391 {
  min-width: 1391px;
}

.min-width-1392 {
  min-width: 1392px;
}

.min-width-1393 {
  min-width: 1393px;
}

.min-width-1394 {
  min-width: 1394px;
}

.min-width-1395 {
  min-width: 1395px;
}

.min-width-1396 {
  min-width: 1396px;
}

.min-width-1397 {
  min-width: 1397px;
}

.min-width-1398 {
  min-width: 1398px;
}

.min-width-1399 {
  min-width: 1399px;
}

.min-width-1400 {
  min-width: 1400px;
}

.min-width-1401 {
  min-width: 1401px;
}

.min-width-1402 {
  min-width: 1402px;
}

.min-width-1403 {
  min-width: 1403px;
}

.min-width-1404 {
  min-width: 1404px;
}

.min-width-1405 {
  min-width: 1405px;
}

.min-width-1406 {
  min-width: 1406px;
}

.min-width-1407 {
  min-width: 1407px;
}

.min-width-1408 {
  min-width: 1408px;
}

.min-width-1409 {
  min-width: 1409px;
}

.min-width-1410 {
  min-width: 1410px;
}

.min-width-1411 {
  min-width: 1411px;
}

.min-width-1412 {
  min-width: 1412px;
}

.min-width-1413 {
  min-width: 1413px;
}

.min-width-1414 {
  min-width: 1414px;
}

.min-width-1415 {
  min-width: 1415px;
}

.min-width-1416 {
  min-width: 1416px;
}

.min-width-1417 {
  min-width: 1417px;
}

.min-width-1418 {
  min-width: 1418px;
}

.min-width-1419 {
  min-width: 1419px;
}

.min-width-1420 {
  min-width: 1420px;
}

.min-width-1421 {
  min-width: 1421px;
}

.min-width-1422 {
  min-width: 1422px;
}

.min-width-1423 {
  min-width: 1423px;
}

.min-width-1424 {
  min-width: 1424px;
}

.min-width-1425 {
  min-width: 1425px;
}

.min-width-1426 {
  min-width: 1426px;
}

.min-width-1427 {
  min-width: 1427px;
}

.min-width-1428 {
  min-width: 1428px;
}

.min-width-1429 {
  min-width: 1429px;
}

.min-width-1430 {
  min-width: 1430px;
}

.min-width-1431 {
  min-width: 1431px;
}

.min-width-1432 {
  min-width: 1432px;
}

.min-width-1433 {
  min-width: 1433px;
}

.min-width-1434 {
  min-width: 1434px;
}

.min-width-1435 {
  min-width: 1435px;
}

.min-width-1436 {
  min-width: 1436px;
}

.min-width-1437 {
  min-width: 1437px;
}

.min-width-1438 {
  min-width: 1438px;
}

.min-width-1439 {
  min-width: 1439px;
}

.min-width-1440 {
  min-width: 1440px;
}

.min-width-1441 {
  min-width: 1441px;
}

.min-width-1442 {
  min-width: 1442px;
}

.min-width-1443 {
  min-width: 1443px;
}

.min-width-1444 {
  min-width: 1444px;
}

.min-width-1445 {
  min-width: 1445px;
}

.min-width-1446 {
  min-width: 1446px;
}

.min-width-1447 {
  min-width: 1447px;
}

.min-width-1448 {
  min-width: 1448px;
}

.min-width-1449 {
  min-width: 1449px;
}

.min-width-1450 {
  min-width: 1450px;
}

.min-width-1451 {
  min-width: 1451px;
}

.min-width-1452 {
  min-width: 1452px;
}

.min-width-1453 {
  min-width: 1453px;
}

.min-width-1454 {
  min-width: 1454px;
}

.min-width-1455 {
  min-width: 1455px;
}

.min-width-1456 {
  min-width: 1456px;
}

.min-width-1457 {
  min-width: 1457px;
}

.min-width-1458 {
  min-width: 1458px;
}

.min-width-1459 {
  min-width: 1459px;
}

.min-width-1460 {
  min-width: 1460px;
}

.min-width-1461 {
  min-width: 1461px;
}

.min-width-1462 {
  min-width: 1462px;
}

.min-width-1463 {
  min-width: 1463px;
}

.min-width-1464 {
  min-width: 1464px;
}

.min-width-1465 {
  min-width: 1465px;
}

.min-width-1466 {
  min-width: 1466px;
}

.min-width-1467 {
  min-width: 1467px;
}

.min-width-1468 {
  min-width: 1468px;
}

.min-width-1469 {
  min-width: 1469px;
}

.min-width-1470 {
  min-width: 1470px;
}

.min-width-1471 {
  min-width: 1471px;
}

.min-width-1472 {
  min-width: 1472px;
}

.min-width-1473 {
  min-width: 1473px;
}

.min-width-1474 {
  min-width: 1474px;
}

.min-width-1475 {
  min-width: 1475px;
}

.min-width-1476 {
  min-width: 1476px;
}

.min-width-1477 {
  min-width: 1477px;
}

.min-width-1478 {
  min-width: 1478px;
}

.min-width-1479 {
  min-width: 1479px;
}

.min-width-1480 {
  min-width: 1480px;
}

.min-width-1481 {
  min-width: 1481px;
}

.min-width-1482 {
  min-width: 1482px;
}

.min-width-1483 {
  min-width: 1483px;
}

.min-width-1484 {
  min-width: 1484px;
}

.min-width-1485 {
  min-width: 1485px;
}

.min-width-1486 {
  min-width: 1486px;
}

.min-width-1487 {
  min-width: 1487px;
}

.min-width-1488 {
  min-width: 1488px;
}

.min-width-1489 {
  min-width: 1489px;
}

.min-width-1490 {
  min-width: 1490px;
}

.min-width-1491 {
  min-width: 1491px;
}

.min-width-1492 {
  min-width: 1492px;
}

.min-width-1493 {
  min-width: 1493px;
}

.min-width-1494 {
  min-width: 1494px;
}

.min-width-1495 {
  min-width: 1495px;
}

.min-width-1496 {
  min-width: 1496px;
}

.min-width-1497 {
  min-width: 1497px;
}

.min-width-1498 {
  min-width: 1498px;
}

.min-width-1499 {
  min-width: 1499px;
}

.min-width-1500 {
  min-width: 1500px;
}

.min-width-1501 {
  min-width: 1501px;
}

.min-width-1502 {
  min-width: 1502px;
}

.min-width-1503 {
  min-width: 1503px;
}

.min-width-1504 {
  min-width: 1504px;
}

.min-width-1505 {
  min-width: 1505px;
}

.min-width-1506 {
  min-width: 1506px;
}

.min-width-1507 {
  min-width: 1507px;
}

.min-width-1508 {
  min-width: 1508px;
}

.min-width-1509 {
  min-width: 1509px;
}

.min-width-1510 {
  min-width: 1510px;
}

.min-width-1511 {
  min-width: 1511px;
}

.min-width-1512 {
  min-width: 1512px;
}

.min-width-1513 {
  min-width: 1513px;
}

.min-width-1514 {
  min-width: 1514px;
}

.min-width-1515 {
  min-width: 1515px;
}

.min-width-1516 {
  min-width: 1516px;
}

.min-width-1517 {
  min-width: 1517px;
}

.min-width-1518 {
  min-width: 1518px;
}

.min-width-1519 {
  min-width: 1519px;
}

.min-width-1520 {
  min-width: 1520px;
}

.min-width-1521 {
  min-width: 1521px;
}

.min-width-1522 {
  min-width: 1522px;
}

.min-width-1523 {
  min-width: 1523px;
}

.min-width-1524 {
  min-width: 1524px;
}

.min-width-1525 {
  min-width: 1525px;
}

.min-width-1526 {
  min-width: 1526px;
}

.min-width-1527 {
  min-width: 1527px;
}

.min-width-1528 {
  min-width: 1528px;
}

.min-width-1529 {
  min-width: 1529px;
}

.min-width-1530 {
  min-width: 1530px;
}

.min-width-1531 {
  min-width: 1531px;
}

.min-width-1532 {
  min-width: 1532px;
}

.min-width-1533 {
  min-width: 1533px;
}

.min-width-1534 {
  min-width: 1534px;
}

.min-width-1535 {
  min-width: 1535px;
}

.min-width-1536 {
  min-width: 1536px;
}

.min-width-1537 {
  min-width: 1537px;
}

.min-width-1538 {
  min-width: 1538px;
}

.min-width-1539 {
  min-width: 1539px;
}

.min-width-1540 {
  min-width: 1540px;
}

.min-width-1541 {
  min-width: 1541px;
}

.min-width-1542 {
  min-width: 1542px;
}

.min-width-1543 {
  min-width: 1543px;
}

.min-width-1544 {
  min-width: 1544px;
}

.min-width-1545 {
  min-width: 1545px;
}

.min-width-1546 {
  min-width: 1546px;
}

.min-width-1547 {
  min-width: 1547px;
}

.min-width-1548 {
  min-width: 1548px;
}

.min-width-1549 {
  min-width: 1549px;
}

.min-width-1550 {
  min-width: 1550px;
}

.min-width-1551 {
  min-width: 1551px;
}

.min-width-1552 {
  min-width: 1552px;
}

.min-width-1553 {
  min-width: 1553px;
}

.min-width-1554 {
  min-width: 1554px;
}

.min-width-1555 {
  min-width: 1555px;
}

.min-width-1556 {
  min-width: 1556px;
}

.min-width-1557 {
  min-width: 1557px;
}

.min-width-1558 {
  min-width: 1558px;
}

.min-width-1559 {
  min-width: 1559px;
}

.min-width-1560 {
  min-width: 1560px;
}

.min-width-1561 {
  min-width: 1561px;
}

.min-width-1562 {
  min-width: 1562px;
}

.min-width-1563 {
  min-width: 1563px;
}

.min-width-1564 {
  min-width: 1564px;
}

.min-width-1565 {
  min-width: 1565px;
}

.min-width-1566 {
  min-width: 1566px;
}

.min-width-1567 {
  min-width: 1567px;
}

.min-width-1568 {
  min-width: 1568px;
}

.min-width-1569 {
  min-width: 1569px;
}

.min-width-1570 {
  min-width: 1570px;
}

.min-width-1571 {
  min-width: 1571px;
}

.min-width-1572 {
  min-width: 1572px;
}

.min-width-1573 {
  min-width: 1573px;
}

.min-width-1574 {
  min-width: 1574px;
}

.min-width-1575 {
  min-width: 1575px;
}

.min-width-1576 {
  min-width: 1576px;
}

.min-width-1577 {
  min-width: 1577px;
}

.min-width-1578 {
  min-width: 1578px;
}

.min-width-1579 {
  min-width: 1579px;
}

.min-width-1580 {
  min-width: 1580px;
}

.min-width-1581 {
  min-width: 1581px;
}

.min-width-1582 {
  min-width: 1582px;
}

.min-width-1583 {
  min-width: 1583px;
}

.min-width-1584 {
  min-width: 1584px;
}

.min-width-1585 {
  min-width: 1585px;
}

.min-width-1586 {
  min-width: 1586px;
}

.min-width-1587 {
  min-width: 1587px;
}

.min-width-1588 {
  min-width: 1588px;
}

.min-width-1589 {
  min-width: 1589px;
}

.min-width-1590 {
  min-width: 1590px;
}

.min-width-1591 {
  min-width: 1591px;
}

.min-width-1592 {
  min-width: 1592px;
}

.min-width-1593 {
  min-width: 1593px;
}

.min-width-1594 {
  min-width: 1594px;
}

.min-width-1595 {
  min-width: 1595px;
}

.min-width-1596 {
  min-width: 1596px;
}

.min-width-1597 {
  min-width: 1597px;
}

.min-width-1598 {
  min-width: 1598px;
}

.min-width-1599 {
  min-width: 1599px;
}

.min-width-1600 {
  min-width: 1600px;
}

.min-width-1601 {
  min-width: 1601px;
}

.min-width-1602 {
  min-width: 1602px;
}

.min-width-1603 {
  min-width: 1603px;
}

.min-width-1604 {
  min-width: 1604px;
}

.min-width-1605 {
  min-width: 1605px;
}

.min-width-1606 {
  min-width: 1606px;
}

.min-width-1607 {
  min-width: 1607px;
}

.min-width-1608 {
  min-width: 1608px;
}

.min-width-1609 {
  min-width: 1609px;
}

.min-width-1610 {
  min-width: 1610px;
}

.min-width-1611 {
  min-width: 1611px;
}

.min-width-1612 {
  min-width: 1612px;
}

.min-width-1613 {
  min-width: 1613px;
}

.min-width-1614 {
  min-width: 1614px;
}

.min-width-1615 {
  min-width: 1615px;
}

.min-width-1616 {
  min-width: 1616px;
}

.min-width-1617 {
  min-width: 1617px;
}

.min-width-1618 {
  min-width: 1618px;
}

.min-width-1619 {
  min-width: 1619px;
}

.min-width-1620 {
  min-width: 1620px;
}

.min-width-1621 {
  min-width: 1621px;
}

.min-width-1622 {
  min-width: 1622px;
}

.min-width-1623 {
  min-width: 1623px;
}

.min-width-1624 {
  min-width: 1624px;
}

.min-width-1625 {
  min-width: 1625px;
}

.min-width-1626 {
  min-width: 1626px;
}

.min-width-1627 {
  min-width: 1627px;
}

.min-width-1628 {
  min-width: 1628px;
}

.min-width-1629 {
  min-width: 1629px;
}

.min-width-1630 {
  min-width: 1630px;
}

.min-width-1631 {
  min-width: 1631px;
}

.min-width-1632 {
  min-width: 1632px;
}

.min-width-1633 {
  min-width: 1633px;
}

.min-width-1634 {
  min-width: 1634px;
}

.min-width-1635 {
  min-width: 1635px;
}

.min-width-1636 {
  min-width: 1636px;
}

.min-width-1637 {
  min-width: 1637px;
}

.min-width-1638 {
  min-width: 1638px;
}

.min-width-1639 {
  min-width: 1639px;
}

.min-width-1640 {
  min-width: 1640px;
}

.min-width-1641 {
  min-width: 1641px;
}

.min-width-1642 {
  min-width: 1642px;
}

.min-width-1643 {
  min-width: 1643px;
}

.min-width-1644 {
  min-width: 1644px;
}

.min-width-1645 {
  min-width: 1645px;
}

.min-width-1646 {
  min-width: 1646px;
}

.min-width-1647 {
  min-width: 1647px;
}

.min-width-1648 {
  min-width: 1648px;
}

.min-width-1649 {
  min-width: 1649px;
}

.min-width-1650 {
  min-width: 1650px;
}

.min-width-1651 {
  min-width: 1651px;
}

.min-width-1652 {
  min-width: 1652px;
}

.min-width-1653 {
  min-width: 1653px;
}

.min-width-1654 {
  min-width: 1654px;
}

.min-width-1655 {
  min-width: 1655px;
}

.min-width-1656 {
  min-width: 1656px;
}

.min-width-1657 {
  min-width: 1657px;
}

.min-width-1658 {
  min-width: 1658px;
}

.min-width-1659 {
  min-width: 1659px;
}

.min-width-1660 {
  min-width: 1660px;
}

.min-width-1661 {
  min-width: 1661px;
}

.min-width-1662 {
  min-width: 1662px;
}

.min-width-1663 {
  min-width: 1663px;
}

.min-width-1664 {
  min-width: 1664px;
}

.min-width-1665 {
  min-width: 1665px;
}

.min-width-1666 {
  min-width: 1666px;
}

.min-width-1667 {
  min-width: 1667px;
}

.min-width-1668 {
  min-width: 1668px;
}

.min-width-1669 {
  min-width: 1669px;
}

.min-width-1670 {
  min-width: 1670px;
}

.min-width-1671 {
  min-width: 1671px;
}

.min-width-1672 {
  min-width: 1672px;
}

.min-width-1673 {
  min-width: 1673px;
}

.min-width-1674 {
  min-width: 1674px;
}

.min-width-1675 {
  min-width: 1675px;
}

.min-width-1676 {
  min-width: 1676px;
}

.min-width-1677 {
  min-width: 1677px;
}

.min-width-1678 {
  min-width: 1678px;
}

.min-width-1679 {
  min-width: 1679px;
}

.min-width-1680 {
  min-width: 1680px;
}

.min-width-1681 {
  min-width: 1681px;
}

.min-width-1682 {
  min-width: 1682px;
}

.min-width-1683 {
  min-width: 1683px;
}

.min-width-1684 {
  min-width: 1684px;
}

.min-width-1685 {
  min-width: 1685px;
}

.min-width-1686 {
  min-width: 1686px;
}

.min-width-1687 {
  min-width: 1687px;
}

.min-width-1688 {
  min-width: 1688px;
}

.min-width-1689 {
  min-width: 1689px;
}

.min-width-1690 {
  min-width: 1690px;
}

.min-width-1691 {
  min-width: 1691px;
}

.min-width-1692 {
  min-width: 1692px;
}

.min-width-1693 {
  min-width: 1693px;
}

.min-width-1694 {
  min-width: 1694px;
}

.min-width-1695 {
  min-width: 1695px;
}

.min-width-1696 {
  min-width: 1696px;
}

.min-width-1697 {
  min-width: 1697px;
}

.min-width-1698 {
  min-width: 1698px;
}

.min-width-1699 {
  min-width: 1699px;
}

.min-width-1700 {
  min-width: 1700px;
}

.min-width-1701 {
  min-width: 1701px;
}

.min-width-1702 {
  min-width: 1702px;
}

.min-width-1703 {
  min-width: 1703px;
}

.min-width-1704 {
  min-width: 1704px;
}

.min-width-1705 {
  min-width: 1705px;
}

.min-width-1706 {
  min-width: 1706px;
}

.min-width-1707 {
  min-width: 1707px;
}

.min-width-1708 {
  min-width: 1708px;
}

.min-width-1709 {
  min-width: 1709px;
}

.min-width-1710 {
  min-width: 1710px;
}

.min-width-1711 {
  min-width: 1711px;
}

.min-width-1712 {
  min-width: 1712px;
}

.min-width-1713 {
  min-width: 1713px;
}

.min-width-1714 {
  min-width: 1714px;
}

.min-width-1715 {
  min-width: 1715px;
}

.min-width-1716 {
  min-width: 1716px;
}

.min-width-1717 {
  min-width: 1717px;
}

.min-width-1718 {
  min-width: 1718px;
}

.min-width-1719 {
  min-width: 1719px;
}

.min-width-1720 {
  min-width: 1720px;
}

.min-width-1721 {
  min-width: 1721px;
}

.min-width-1722 {
  min-width: 1722px;
}

.min-width-1723 {
  min-width: 1723px;
}

.min-width-1724 {
  min-width: 1724px;
}

.min-width-1725 {
  min-width: 1725px;
}

.min-width-1726 {
  min-width: 1726px;
}

.min-width-1727 {
  min-width: 1727px;
}

.min-width-1728 {
  min-width: 1728px;
}

.min-width-1729 {
  min-width: 1729px;
}

.min-width-1730 {
  min-width: 1730px;
}

.min-width-1731 {
  min-width: 1731px;
}

.min-width-1732 {
  min-width: 1732px;
}

.min-width-1733 {
  min-width: 1733px;
}

.min-width-1734 {
  min-width: 1734px;
}

.min-width-1735 {
  min-width: 1735px;
}

.min-width-1736 {
  min-width: 1736px;
}

.min-width-1737 {
  min-width: 1737px;
}

.min-width-1738 {
  min-width: 1738px;
}

.min-width-1739 {
  min-width: 1739px;
}

.min-width-1740 {
  min-width: 1740px;
}

.min-width-1741 {
  min-width: 1741px;
}

.min-width-1742 {
  min-width: 1742px;
}

.min-width-1743 {
  min-width: 1743px;
}

.min-width-1744 {
  min-width: 1744px;
}

.min-width-1745 {
  min-width: 1745px;
}

.min-width-1746 {
  min-width: 1746px;
}

.min-width-1747 {
  min-width: 1747px;
}

.min-width-1748 {
  min-width: 1748px;
}

.min-width-1749 {
  min-width: 1749px;
}

.min-width-1750 {
  min-width: 1750px;
}

.min-width-1751 {
  min-width: 1751px;
}

.min-width-1752 {
  min-width: 1752px;
}

.min-width-1753 {
  min-width: 1753px;
}

.min-width-1754 {
  min-width: 1754px;
}

.min-width-1755 {
  min-width: 1755px;
}

.min-width-1756 {
  min-width: 1756px;
}

.min-width-1757 {
  min-width: 1757px;
}

.min-width-1758 {
  min-width: 1758px;
}

.min-width-1759 {
  min-width: 1759px;
}

.min-width-1760 {
  min-width: 1760px;
}

.min-width-1761 {
  min-width: 1761px;
}

.min-width-1762 {
  min-width: 1762px;
}

.min-width-1763 {
  min-width: 1763px;
}

.min-width-1764 {
  min-width: 1764px;
}

.min-width-1765 {
  min-width: 1765px;
}

.min-width-1766 {
  min-width: 1766px;
}

.min-width-1767 {
  min-width: 1767px;
}

.min-width-1768 {
  min-width: 1768px;
}

.min-width-1769 {
  min-width: 1769px;
}

.min-width-1770 {
  min-width: 1770px;
}

.min-width-1771 {
  min-width: 1771px;
}

.min-width-1772 {
  min-width: 1772px;
}

.min-width-1773 {
  min-width: 1773px;
}

.min-width-1774 {
  min-width: 1774px;
}

.min-width-1775 {
  min-width: 1775px;
}

.min-width-1776 {
  min-width: 1776px;
}

.min-width-1777 {
  min-width: 1777px;
}

.min-width-1778 {
  min-width: 1778px;
}

.min-width-1779 {
  min-width: 1779px;
}

.min-width-1780 {
  min-width: 1780px;
}

.min-width-1781 {
  min-width: 1781px;
}

.min-width-1782 {
  min-width: 1782px;
}

.min-width-1783 {
  min-width: 1783px;
}

.min-width-1784 {
  min-width: 1784px;
}

.min-width-1785 {
  min-width: 1785px;
}

.min-width-1786 {
  min-width: 1786px;
}

.min-width-1787 {
  min-width: 1787px;
}

.min-width-1788 {
  min-width: 1788px;
}

.min-width-1789 {
  min-width: 1789px;
}

.min-width-1790 {
  min-width: 1790px;
}

.min-width-1791 {
  min-width: 1791px;
}

.min-width-1792 {
  min-width: 1792px;
}

.min-width-1793 {
  min-width: 1793px;
}

.min-width-1794 {
  min-width: 1794px;
}

.min-width-1795 {
  min-width: 1795px;
}

.min-width-1796 {
  min-width: 1796px;
}

.min-width-1797 {
  min-width: 1797px;
}

.min-width-1798 {
  min-width: 1798px;
}

.min-width-1799 {
  min-width: 1799px;
}

.min-width-1800 {
  min-width: 1800px;
}

.min-width-1801 {
  min-width: 1801px;
}

.min-width-1802 {
  min-width: 1802px;
}

.min-width-1803 {
  min-width: 1803px;
}

.min-width-1804 {
  min-width: 1804px;
}

.min-width-1805 {
  min-width: 1805px;
}

.min-width-1806 {
  min-width: 1806px;
}

.min-width-1807 {
  min-width: 1807px;
}

.min-width-1808 {
  min-width: 1808px;
}

.min-width-1809 {
  min-width: 1809px;
}

.min-width-1810 {
  min-width: 1810px;
}

.min-width-1811 {
  min-width: 1811px;
}

.min-width-1812 {
  min-width: 1812px;
}

.min-width-1813 {
  min-width: 1813px;
}

.min-width-1814 {
  min-width: 1814px;
}

.min-width-1815 {
  min-width: 1815px;
}

.min-width-1816 {
  min-width: 1816px;
}

.min-width-1817 {
  min-width: 1817px;
}

.min-width-1818 {
  min-width: 1818px;
}

.min-width-1819 {
  min-width: 1819px;
}

.min-width-1820 {
  min-width: 1820px;
}

.min-width-1821 {
  min-width: 1821px;
}

.min-width-1822 {
  min-width: 1822px;
}

.min-width-1823 {
  min-width: 1823px;
}

.min-width-1824 {
  min-width: 1824px;
}

.min-width-1825 {
  min-width: 1825px;
}

.min-width-1826 {
  min-width: 1826px;
}

.min-width-1827 {
  min-width: 1827px;
}

.min-width-1828 {
  min-width: 1828px;
}

.min-width-1829 {
  min-width: 1829px;
}

.min-width-1830 {
  min-width: 1830px;
}

.min-width-1831 {
  min-width: 1831px;
}

.min-width-1832 {
  min-width: 1832px;
}

.min-width-1833 {
  min-width: 1833px;
}

.min-width-1834 {
  min-width: 1834px;
}

.min-width-1835 {
  min-width: 1835px;
}

.min-width-1836 {
  min-width: 1836px;
}

.min-width-1837 {
  min-width: 1837px;
}

.min-width-1838 {
  min-width: 1838px;
}

.min-width-1839 {
  min-width: 1839px;
}

.min-width-1840 {
  min-width: 1840px;
}

.min-width-1841 {
  min-width: 1841px;
}

.min-width-1842 {
  min-width: 1842px;
}

.min-width-1843 {
  min-width: 1843px;
}

.min-width-1844 {
  min-width: 1844px;
}

.min-width-1845 {
  min-width: 1845px;
}

.min-width-1846 {
  min-width: 1846px;
}

.min-width-1847 {
  min-width: 1847px;
}

.min-width-1848 {
  min-width: 1848px;
}

.min-width-1849 {
  min-width: 1849px;
}

.min-width-1850 {
  min-width: 1850px;
}

.min-width-1851 {
  min-width: 1851px;
}

.min-width-1852 {
  min-width: 1852px;
}

.min-width-1853 {
  min-width: 1853px;
}

.min-width-1854 {
  min-width: 1854px;
}

.min-width-1855 {
  min-width: 1855px;
}

.min-width-1856 {
  min-width: 1856px;
}

.min-width-1857 {
  min-width: 1857px;
}

.min-width-1858 {
  min-width: 1858px;
}

.min-width-1859 {
  min-width: 1859px;
}

.min-width-1860 {
  min-width: 1860px;
}

.min-width-1861 {
  min-width: 1861px;
}

.min-width-1862 {
  min-width: 1862px;
}

.min-width-1863 {
  min-width: 1863px;
}

.min-width-1864 {
  min-width: 1864px;
}

.min-width-1865 {
  min-width: 1865px;
}

.min-width-1866 {
  min-width: 1866px;
}

.min-width-1867 {
  min-width: 1867px;
}

.min-width-1868 {
  min-width: 1868px;
}

.min-width-1869 {
  min-width: 1869px;
}

.min-width-1870 {
  min-width: 1870px;
}

.min-width-1871 {
  min-width: 1871px;
}

.min-width-1872 {
  min-width: 1872px;
}

.min-width-1873 {
  min-width: 1873px;
}

.min-width-1874 {
  min-width: 1874px;
}

.min-width-1875 {
  min-width: 1875px;
}

.min-width-1876 {
  min-width: 1876px;
}

.min-width-1877 {
  min-width: 1877px;
}

.min-width-1878 {
  min-width: 1878px;
}

.min-width-1879 {
  min-width: 1879px;
}

.min-width-1880 {
  min-width: 1880px;
}

.min-width-1881 {
  min-width: 1881px;
}

.min-width-1882 {
  min-width: 1882px;
}

.min-width-1883 {
  min-width: 1883px;
}

.min-width-1884 {
  min-width: 1884px;
}

.min-width-1885 {
  min-width: 1885px;
}

.min-width-1886 {
  min-width: 1886px;
}

.min-width-1887 {
  min-width: 1887px;
}

.min-width-1888 {
  min-width: 1888px;
}

.min-width-1889 {
  min-width: 1889px;
}

.min-width-1890 {
  min-width: 1890px;
}

.min-width-1891 {
  min-width: 1891px;
}

.min-width-1892 {
  min-width: 1892px;
}

.min-width-1893 {
  min-width: 1893px;
}

.min-width-1894 {
  min-width: 1894px;
}

.min-width-1895 {
  min-width: 1895px;
}

.min-width-1896 {
  min-width: 1896px;
}

.min-width-1897 {
  min-width: 1897px;
}

.min-width-1898 {
  min-width: 1898px;
}

.min-width-1899 {
  min-width: 1899px;
}

.min-width-1900 {
  min-width: 1900px;
}

.min-width-1901 {
  min-width: 1901px;
}

.min-width-1902 {
  min-width: 1902px;
}

.min-width-1903 {
  min-width: 1903px;
}

.min-width-1904 {
  min-width: 1904px;
}

.min-width-1905 {
  min-width: 1905px;
}

.min-width-1906 {
  min-width: 1906px;
}

.min-width-1907 {
  min-width: 1907px;
}

.min-width-1908 {
  min-width: 1908px;
}

.min-width-1909 {
  min-width: 1909px;
}

.min-width-1910 {
  min-width: 1910px;
}

.min-width-1911 {
  min-width: 1911px;
}

.min-width-1912 {
  min-width: 1912px;
}

.min-width-1913 {
  min-width: 1913px;
}

.min-width-1914 {
  min-width: 1914px;
}

.min-width-1915 {
  min-width: 1915px;
}

.min-width-1916 {
  min-width: 1916px;
}

.min-width-1917 {
  min-width: 1917px;
}

.min-width-1918 {
  min-width: 1918px;
}

.min-width-1919 {
  min-width: 1919px;
}

.min-width-1920 {
  min-width: 1920px;
}

.min-width-1921 {
  min-width: 1921px;
}

.min-width-1922 {
  min-width: 1922px;
}

.min-width-1923 {
  min-width: 1923px;
}

.min-width-1924 {
  min-width: 1924px;
}

.min-width-1925 {
  min-width: 1925px;
}

.min-width-1926 {
  min-width: 1926px;
}

.min-width-1927 {
  min-width: 1927px;
}

.min-width-1928 {
  min-width: 1928px;
}

.min-width-1929 {
  min-width: 1929px;
}

.min-width-1930 {
  min-width: 1930px;
}

.min-width-1931 {
  min-width: 1931px;
}

.min-width-1932 {
  min-width: 1932px;
}

.min-width-1933 {
  min-width: 1933px;
}

.min-width-1934 {
  min-width: 1934px;
}

.min-width-1935 {
  min-width: 1935px;
}

.min-width-1936 {
  min-width: 1936px;
}

.min-width-1937 {
  min-width: 1937px;
}

.min-width-1938 {
  min-width: 1938px;
}

.min-width-1939 {
  min-width: 1939px;
}

.min-width-1940 {
  min-width: 1940px;
}

.min-width-1941 {
  min-width: 1941px;
}

.min-width-1942 {
  min-width: 1942px;
}

.min-width-1943 {
  min-width: 1943px;
}

.min-width-1944 {
  min-width: 1944px;
}

.min-width-1945 {
  min-width: 1945px;
}

.min-width-1946 {
  min-width: 1946px;
}

.min-width-1947 {
  min-width: 1947px;
}

.min-width-1948 {
  min-width: 1948px;
}

.min-width-1949 {
  min-width: 1949px;
}

.min-width-1950 {
  min-width: 1950px;
}

.min-width-1951 {
  min-width: 1951px;
}

.min-width-1952 {
  min-width: 1952px;
}

.min-width-1953 {
  min-width: 1953px;
}

.min-width-1954 {
  min-width: 1954px;
}

.min-width-1955 {
  min-width: 1955px;
}

.min-width-1956 {
  min-width: 1956px;
}

.min-width-1957 {
  min-width: 1957px;
}

.min-width-1958 {
  min-width: 1958px;
}

.min-width-1959 {
  min-width: 1959px;
}

.min-width-1960 {
  min-width: 1960px;
}

.min-width-1961 {
  min-width: 1961px;
}

.min-width-1962 {
  min-width: 1962px;
}

.min-width-1963 {
  min-width: 1963px;
}

.min-width-1964 {
  min-width: 1964px;
}

.min-width-1965 {
  min-width: 1965px;
}

.min-width-1966 {
  min-width: 1966px;
}

.min-width-1967 {
  min-width: 1967px;
}

.min-width-1968 {
  min-width: 1968px;
}

.min-width-1969 {
  min-width: 1969px;
}

.min-width-1970 {
  min-width: 1970px;
}

.min-width-1971 {
  min-width: 1971px;
}

.min-width-1972 {
  min-width: 1972px;
}

.min-width-1973 {
  min-width: 1973px;
}

.min-width-1974 {
  min-width: 1974px;
}

.min-width-1975 {
  min-width: 1975px;
}

.min-width-1976 {
  min-width: 1976px;
}

.min-width-1977 {
  min-width: 1977px;
}

.min-width-1978 {
  min-width: 1978px;
}

.min-width-1979 {
  min-width: 1979px;
}

.min-width-1980 {
  min-width: 1980px;
}

.min-width-1981 {
  min-width: 1981px;
}

.min-width-1982 {
  min-width: 1982px;
}

.min-width-1983 {
  min-width: 1983px;
}

.min-width-1984 {
  min-width: 1984px;
}

.min-width-1985 {
  min-width: 1985px;
}

.min-width-1986 {
  min-width: 1986px;
}

.min-width-1987 {
  min-width: 1987px;
}

.min-width-1988 {
  min-width: 1988px;
}

.min-width-1989 {
  min-width: 1989px;
}

.min-width-1990 {
  min-width: 1990px;
}

.min-width-1991 {
  min-width: 1991px;
}

.min-width-1992 {
  min-width: 1992px;
}

.min-width-1993 {
  min-width: 1993px;
}

.min-width-1994 {
  min-width: 1994px;
}

.min-width-1995 {
  min-width: 1995px;
}

.min-width-1996 {
  min-width: 1996px;
}

.min-width-1997 {
  min-width: 1997px;
}

.min-width-1998 {
  min-width: 1998px;
}

.min-width-1999 {
  min-width: 1999px;
}

.min-width-2000 {
  min-width: 2000px;
}

.min-width-2001 {
  min-width: 2001px;
}

.min-width-2002 {
  min-width: 2002px;
}

.min-width-2003 {
  min-width: 2003px;
}

.min-width-2004 {
  min-width: 2004px;
}

.min-width-2005 {
  min-width: 2005px;
}

.min-width-2006 {
  min-width: 2006px;
}

.min-width-2007 {
  min-width: 2007px;
}

.min-width-2008 {
  min-width: 2008px;
}

.min-width-2009 {
  min-width: 2009px;
}

.min-width-2010 {
  min-width: 2010px;
}

.min-width-2011 {
  min-width: 2011px;
}

.min-width-2012 {
  min-width: 2012px;
}

.min-width-2013 {
  min-width: 2013px;
}

.min-width-2014 {
  min-width: 2014px;
}

.min-width-2015 {
  min-width: 2015px;
}

.min-width-2016 {
  min-width: 2016px;
}

.min-width-2017 {
  min-width: 2017px;
}

.min-width-2018 {
  min-width: 2018px;
}

.min-width-2019 {
  min-width: 2019px;
}

.min-width-2020 {
  min-width: 2020px;
}

.min-width-2021 {
  min-width: 2021px;
}

.min-width-2022 {
  min-width: 2022px;
}

.min-width-2023 {
  min-width: 2023px;
}

.min-width-2024 {
  min-width: 2024px;
}

.min-width-2025 {
  min-width: 2025px;
}

.min-width-2026 {
  min-width: 2026px;
}

.min-width-2027 {
  min-width: 2027px;
}

.min-width-2028 {
  min-width: 2028px;
}

.min-width-2029 {
  min-width: 2029px;
}

.min-width-2030 {
  min-width: 2030px;
}

.min-width-2031 {
  min-width: 2031px;
}

.min-width-2032 {
  min-width: 2032px;
}

.min-width-2033 {
  min-width: 2033px;
}

.min-width-2034 {
  min-width: 2034px;
}

.min-width-2035 {
  min-width: 2035px;
}

.min-width-2036 {
  min-width: 2036px;
}

.min-width-2037 {
  min-width: 2037px;
}

.min-width-2038 {
  min-width: 2038px;
}

.min-width-2039 {
  min-width: 2039px;
}

.min-width-2040 {
  min-width: 2040px;
}

.min-width-2041 {
  min-width: 2041px;
}

.min-width-2042 {
  min-width: 2042px;
}

.min-width-2043 {
  min-width: 2043px;
}

.min-width-2044 {
  min-width: 2044px;
}

.min-width-2045 {
  min-width: 2045px;
}

.min-width-2046 {
  min-width: 2046px;
}

.min-width-2047 {
  min-width: 2047px;
}

.min-width-2048 {
  min-width: 2048px;
}

.min-width-2049 {
  min-width: 2049px;
}

.min-width-2050 {
  min-width: 2050px;
}

.min-width-2051 {
  min-width: 2051px;
}

.min-width-2052 {
  min-width: 2052px;
}

.min-width-2053 {
  min-width: 2053px;
}

.min-width-2054 {
  min-width: 2054px;
}

.min-width-2055 {
  min-width: 2055px;
}

.min-width-2056 {
  min-width: 2056px;
}

.min-width-2057 {
  min-width: 2057px;
}

.min-width-2058 {
  min-width: 2058px;
}

.min-width-2059 {
  min-width: 2059px;
}

.min-width-2060 {
  min-width: 2060px;
}

.min-width-2061 {
  min-width: 2061px;
}

.min-width-2062 {
  min-width: 2062px;
}

.min-width-2063 {
  min-width: 2063px;
}

.min-width-2064 {
  min-width: 2064px;
}

.min-width-2065 {
  min-width: 2065px;
}

.min-width-2066 {
  min-width: 2066px;
}

.min-width-2067 {
  min-width: 2067px;
}

.min-width-2068 {
  min-width: 2068px;
}

.min-width-2069 {
  min-width: 2069px;
}

.min-width-2070 {
  min-width: 2070px;
}

.min-width-2071 {
  min-width: 2071px;
}

.min-width-2072 {
  min-width: 2072px;
}

.min-width-2073 {
  min-width: 2073px;
}

.min-width-2074 {
  min-width: 2074px;
}

.min-width-2075 {
  min-width: 2075px;
}

.min-width-2076 {
  min-width: 2076px;
}

.min-width-2077 {
  min-width: 2077px;
}

.min-width-2078 {
  min-width: 2078px;
}

.min-width-2079 {
  min-width: 2079px;
}

.min-width-2080 {
  min-width: 2080px;
}

.min-width-2081 {
  min-width: 2081px;
}

.min-width-2082 {
  min-width: 2082px;
}

.min-width-2083 {
  min-width: 2083px;
}

.min-width-2084 {
  min-width: 2084px;
}

.min-width-2085 {
  min-width: 2085px;
}

.min-width-2086 {
  min-width: 2086px;
}

.min-width-2087 {
  min-width: 2087px;
}

.min-width-2088 {
  min-width: 2088px;
}

.min-width-2089 {
  min-width: 2089px;
}

.min-width-2090 {
  min-width: 2090px;
}

.min-width-2091 {
  min-width: 2091px;
}

.min-width-2092 {
  min-width: 2092px;
}

.min-width-2093 {
  min-width: 2093px;
}

.min-width-2094 {
  min-width: 2094px;
}

.min-width-2095 {
  min-width: 2095px;
}

.min-width-2096 {
  min-width: 2096px;
}

.min-width-2097 {
  min-width: 2097px;
}

.min-width-2098 {
  min-width: 2098px;
}

.min-width-2099 {
  min-width: 2099px;
}

.min-width-2100 {
  min-width: 2100px;
}

.min-width-2101 {
  min-width: 2101px;
}

.min-width-2102 {
  min-width: 2102px;
}

.min-width-2103 {
  min-width: 2103px;
}

.min-width-2104 {
  min-width: 2104px;
}

.min-width-2105 {
  min-width: 2105px;
}

.min-width-2106 {
  min-width: 2106px;
}

.min-width-2107 {
  min-width: 2107px;
}

.min-width-2108 {
  min-width: 2108px;
}

.min-width-2109 {
  min-width: 2109px;
}

.min-width-2110 {
  min-width: 2110px;
}

.min-width-2111 {
  min-width: 2111px;
}

.min-width-2112 {
  min-width: 2112px;
}

.min-width-2113 {
  min-width: 2113px;
}

.min-width-2114 {
  min-width: 2114px;
}

.min-width-2115 {
  min-width: 2115px;
}

.min-width-2116 {
  min-width: 2116px;
}

.min-width-2117 {
  min-width: 2117px;
}

.min-width-2118 {
  min-width: 2118px;
}

.min-width-2119 {
  min-width: 2119px;
}

.min-width-2120 {
  min-width: 2120px;
}

.min-width-2121 {
  min-width: 2121px;
}

.min-width-2122 {
  min-width: 2122px;
}

.min-width-2123 {
  min-width: 2123px;
}

.min-width-2124 {
  min-width: 2124px;
}

.min-width-2125 {
  min-width: 2125px;
}

.min-width-2126 {
  min-width: 2126px;
}

.min-width-2127 {
  min-width: 2127px;
}

.min-width-2128 {
  min-width: 2128px;
}

.min-width-2129 {
  min-width: 2129px;
}

.min-width-2130 {
  min-width: 2130px;
}

.min-width-2131 {
  min-width: 2131px;
}

.min-width-2132 {
  min-width: 2132px;
}

.min-width-2133 {
  min-width: 2133px;
}

.min-width-2134 {
  min-width: 2134px;
}

.min-width-2135 {
  min-width: 2135px;
}

.min-width-2136 {
  min-width: 2136px;
}

.min-width-2137 {
  min-width: 2137px;
}

.min-width-2138 {
  min-width: 2138px;
}

.min-width-2139 {
  min-width: 2139px;
}

.min-width-2140 {
  min-width: 2140px;
}

.min-width-2141 {
  min-width: 2141px;
}

.min-width-2142 {
  min-width: 2142px;
}

.min-width-2143 {
  min-width: 2143px;
}

.min-width-2144 {
  min-width: 2144px;
}

.min-width-2145 {
  min-width: 2145px;
}

.min-width-2146 {
  min-width: 2146px;
}

.min-width-2147 {
  min-width: 2147px;
}

.min-width-2148 {
  min-width: 2148px;
}

.min-width-2149 {
  min-width: 2149px;
}

.min-width-2150 {
  min-width: 2150px;
}

.min-width-2151 {
  min-width: 2151px;
}

.min-width-2152 {
  min-width: 2152px;
}

.min-width-2153 {
  min-width: 2153px;
}

.min-width-2154 {
  min-width: 2154px;
}

.min-width-2155 {
  min-width: 2155px;
}

.min-width-2156 {
  min-width: 2156px;
}

.min-width-2157 {
  min-width: 2157px;
}

.min-width-2158 {
  min-width: 2158px;
}

.min-width-2159 {
  min-width: 2159px;
}

.min-width-2160 {
  min-width: 2160px;
}

.min-width-2161 {
  min-width: 2161px;
}

.min-width-2162 {
  min-width: 2162px;
}

.min-width-2163 {
  min-width: 2163px;
}

.min-width-2164 {
  min-width: 2164px;
}

.min-width-2165 {
  min-width: 2165px;
}

.min-width-2166 {
  min-width: 2166px;
}

.min-width-2167 {
  min-width: 2167px;
}

.min-width-2168 {
  min-width: 2168px;
}

.min-width-2169 {
  min-width: 2169px;
}

.min-width-2170 {
  min-width: 2170px;
}

.min-width-2171 {
  min-width: 2171px;
}

.min-width-2172 {
  min-width: 2172px;
}

.min-width-2173 {
  min-width: 2173px;
}

.min-width-2174 {
  min-width: 2174px;
}

.min-width-2175 {
  min-width: 2175px;
}

.min-width-2176 {
  min-width: 2176px;
}

.min-width-2177 {
  min-width: 2177px;
}

.min-width-2178 {
  min-width: 2178px;
}

.min-width-2179 {
  min-width: 2179px;
}

.min-width-2180 {
  min-width: 2180px;
}

.min-width-2181 {
  min-width: 2181px;
}

.min-width-2182 {
  min-width: 2182px;
}

.min-width-2183 {
  min-width: 2183px;
}

.min-width-2184 {
  min-width: 2184px;
}

.min-width-2185 {
  min-width: 2185px;
}

.min-width-2186 {
  min-width: 2186px;
}

.min-width-2187 {
  min-width: 2187px;
}

.min-width-2188 {
  min-width: 2188px;
}

.min-width-2189 {
  min-width: 2189px;
}

.min-width-2190 {
  min-width: 2190px;
}

.min-width-2191 {
  min-width: 2191px;
}

.min-width-2192 {
  min-width: 2192px;
}

.min-width-2193 {
  min-width: 2193px;
}

.min-width-2194 {
  min-width: 2194px;
}

.min-width-2195 {
  min-width: 2195px;
}

.min-width-2196 {
  min-width: 2196px;
}

.min-width-2197 {
  min-width: 2197px;
}

.min-width-2198 {
  min-width: 2198px;
}

.min-width-2199 {
  min-width: 2199px;
}

.min-width-2200 {
  min-width: 2200px;
}

.min-width-2201 {
  min-width: 2201px;
}

.min-width-2202 {
  min-width: 2202px;
}

.min-width-2203 {
  min-width: 2203px;
}

.min-width-2204 {
  min-width: 2204px;
}

.min-width-2205 {
  min-width: 2205px;
}

.min-width-2206 {
  min-width: 2206px;
}

.min-width-2207 {
  min-width: 2207px;
}

.min-width-2208 {
  min-width: 2208px;
}

.min-width-2209 {
  min-width: 2209px;
}

.min-width-2210 {
  min-width: 2210px;
}

.min-width-2211 {
  min-width: 2211px;
}

.min-width-2212 {
  min-width: 2212px;
}

.min-width-2213 {
  min-width: 2213px;
}

.min-width-2214 {
  min-width: 2214px;
}

.min-width-2215 {
  min-width: 2215px;
}

.min-width-2216 {
  min-width: 2216px;
}

.min-width-2217 {
  min-width: 2217px;
}

.min-width-2218 {
  min-width: 2218px;
}

.min-width-2219 {
  min-width: 2219px;
}

.min-width-2220 {
  min-width: 2220px;
}

.min-width-2221 {
  min-width: 2221px;
}

.min-width-2222 {
  min-width: 2222px;
}

.min-width-2223 {
  min-width: 2223px;
}

.min-width-2224 {
  min-width: 2224px;
}

.min-width-2225 {
  min-width: 2225px;
}

.min-width-2226 {
  min-width: 2226px;
}

.min-width-2227 {
  min-width: 2227px;
}

.min-width-2228 {
  min-width: 2228px;
}

.min-width-2229 {
  min-width: 2229px;
}

.min-width-2230 {
  min-width: 2230px;
}

.min-width-2231 {
  min-width: 2231px;
}

.min-width-2232 {
  min-width: 2232px;
}

.min-width-2233 {
  min-width: 2233px;
}

.min-width-2234 {
  min-width: 2234px;
}

.min-width-2235 {
  min-width: 2235px;
}

.min-width-2236 {
  min-width: 2236px;
}

.min-width-2237 {
  min-width: 2237px;
}

.min-width-2238 {
  min-width: 2238px;
}

.min-width-2239 {
  min-width: 2239px;
}

.min-width-2240 {
  min-width: 2240px;
}

.min-width-2241 {
  min-width: 2241px;
}

.min-width-2242 {
  min-width: 2242px;
}

.min-width-2243 {
  min-width: 2243px;
}

.min-width-2244 {
  min-width: 2244px;
}

.min-width-2245 {
  min-width: 2245px;
}

.min-width-2246 {
  min-width: 2246px;
}

.min-width-2247 {
  min-width: 2247px;
}

.min-width-2248 {
  min-width: 2248px;
}

.min-width-2249 {
  min-width: 2249px;
}

.min-width-2250 {
  min-width: 2250px;
}

.min-width-2251 {
  min-width: 2251px;
}

.min-width-2252 {
  min-width: 2252px;
}

.min-width-2253 {
  min-width: 2253px;
}

.min-width-2254 {
  min-width: 2254px;
}

.min-width-2255 {
  min-width: 2255px;
}

.min-width-2256 {
  min-width: 2256px;
}

.min-width-2257 {
  min-width: 2257px;
}

.min-width-2258 {
  min-width: 2258px;
}

.min-width-2259 {
  min-width: 2259px;
}

.min-width-2260 {
  min-width: 2260px;
}

.min-width-2261 {
  min-width: 2261px;
}

.min-width-2262 {
  min-width: 2262px;
}

.min-width-2263 {
  min-width: 2263px;
}

.min-width-2264 {
  min-width: 2264px;
}

.min-width-2265 {
  min-width: 2265px;
}

.min-width-2266 {
  min-width: 2266px;
}

.min-width-2267 {
  min-width: 2267px;
}

.min-width-2268 {
  min-width: 2268px;
}

.min-width-2269 {
  min-width: 2269px;
}

.min-width-2270 {
  min-width: 2270px;
}

.min-width-2271 {
  min-width: 2271px;
}

.min-width-2272 {
  min-width: 2272px;
}

.min-width-2273 {
  min-width: 2273px;
}

.min-width-2274 {
  min-width: 2274px;
}

.min-width-2275 {
  min-width: 2275px;
}

.min-width-2276 {
  min-width: 2276px;
}

.min-width-2277 {
  min-width: 2277px;
}

.min-width-2278 {
  min-width: 2278px;
}

.min-width-2279 {
  min-width: 2279px;
}

.min-width-2280 {
  min-width: 2280px;
}

.min-width-2281 {
  min-width: 2281px;
}

.min-width-2282 {
  min-width: 2282px;
}

.min-width-2283 {
  min-width: 2283px;
}

.min-width-2284 {
  min-width: 2284px;
}

.min-width-2285 {
  min-width: 2285px;
}

.min-width-2286 {
  min-width: 2286px;
}

.min-width-2287 {
  min-width: 2287px;
}

.min-width-2288 {
  min-width: 2288px;
}

.min-width-2289 {
  min-width: 2289px;
}

.min-width-2290 {
  min-width: 2290px;
}

.min-width-2291 {
  min-width: 2291px;
}

.min-width-2292 {
  min-width: 2292px;
}

.min-width-2293 {
  min-width: 2293px;
}

.min-width-2294 {
  min-width: 2294px;
}

.min-width-2295 {
  min-width: 2295px;
}

.min-width-2296 {
  min-width: 2296px;
}

.min-width-2297 {
  min-width: 2297px;
}

.min-width-2298 {
  min-width: 2298px;
}

.min-width-2299 {
  min-width: 2299px;
}

.min-width-2300 {
  min-width: 2300px;
}

.min-width-2301 {
  min-width: 2301px;
}

.min-width-2302 {
  min-width: 2302px;
}

.min-width-2303 {
  min-width: 2303px;
}

.min-width-2304 {
  min-width: 2304px;
}

.min-width-2305 {
  min-width: 2305px;
}

.min-width-2306 {
  min-width: 2306px;
}

.min-width-2307 {
  min-width: 2307px;
}

.min-width-2308 {
  min-width: 2308px;
}

.min-width-2309 {
  min-width: 2309px;
}

.min-width-2310 {
  min-width: 2310px;
}

.min-width-2311 {
  min-width: 2311px;
}

.min-width-2312 {
  min-width: 2312px;
}

.min-width-2313 {
  min-width: 2313px;
}

.min-width-2314 {
  min-width: 2314px;
}

.min-width-2315 {
  min-width: 2315px;
}

.min-width-2316 {
  min-width: 2316px;
}

.min-width-2317 {
  min-width: 2317px;
}

.min-width-2318 {
  min-width: 2318px;
}

.min-width-2319 {
  min-width: 2319px;
}

.min-width-2320 {
  min-width: 2320px;
}

.min-width-2321 {
  min-width: 2321px;
}

.min-width-2322 {
  min-width: 2322px;
}

.min-width-2323 {
  min-width: 2323px;
}

.min-width-2324 {
  min-width: 2324px;
}

.min-width-2325 {
  min-width: 2325px;
}

.min-width-2326 {
  min-width: 2326px;
}

.min-width-2327 {
  min-width: 2327px;
}

.min-width-2328 {
  min-width: 2328px;
}

.min-width-2329 {
  min-width: 2329px;
}

.min-width-2330 {
  min-width: 2330px;
}

.min-width-2331 {
  min-width: 2331px;
}

.min-width-2332 {
  min-width: 2332px;
}

.min-width-2333 {
  min-width: 2333px;
}

.min-width-2334 {
  min-width: 2334px;
}

.min-width-2335 {
  min-width: 2335px;
}

.min-width-2336 {
  min-width: 2336px;
}

.min-width-2337 {
  min-width: 2337px;
}

.min-width-2338 {
  min-width: 2338px;
}

.min-width-2339 {
  min-width: 2339px;
}

.min-width-2340 {
  min-width: 2340px;
}

.min-width-2341 {
  min-width: 2341px;
}

.min-width-2342 {
  min-width: 2342px;
}

.min-width-2343 {
  min-width: 2343px;
}

.min-width-2344 {
  min-width: 2344px;
}

.min-width-2345 {
  min-width: 2345px;
}

.min-width-2346 {
  min-width: 2346px;
}

.min-width-2347 {
  min-width: 2347px;
}

.min-width-2348 {
  min-width: 2348px;
}

.min-width-2349 {
  min-width: 2349px;
}

.min-width-2350 {
  min-width: 2350px;
}

.min-width-2351 {
  min-width: 2351px;
}

.min-width-2352 {
  min-width: 2352px;
}

.min-width-2353 {
  min-width: 2353px;
}

.min-width-2354 {
  min-width: 2354px;
}

.min-width-2355 {
  min-width: 2355px;
}

.min-width-2356 {
  min-width: 2356px;
}

.min-width-2357 {
  min-width: 2357px;
}

.min-width-2358 {
  min-width: 2358px;
}

.min-width-2359 {
  min-width: 2359px;
}

.min-width-2360 {
  min-width: 2360px;
}

.min-width-2361 {
  min-width: 2361px;
}

.min-width-2362 {
  min-width: 2362px;
}

.min-width-2363 {
  min-width: 2363px;
}

.min-width-2364 {
  min-width: 2364px;
}

.min-width-2365 {
  min-width: 2365px;
}

.min-width-2366 {
  min-width: 2366px;
}

.min-width-2367 {
  min-width: 2367px;
}

.min-width-2368 {
  min-width: 2368px;
}

.min-width-2369 {
  min-width: 2369px;
}

.min-width-2370 {
  min-width: 2370px;
}

.min-width-2371 {
  min-width: 2371px;
}

.min-width-2372 {
  min-width: 2372px;
}

.min-width-2373 {
  min-width: 2373px;
}

.min-width-2374 {
  min-width: 2374px;
}

.min-width-2375 {
  min-width: 2375px;
}

.min-width-2376 {
  min-width: 2376px;
}

.min-width-2377 {
  min-width: 2377px;
}

.min-width-2378 {
  min-width: 2378px;
}

.min-width-2379 {
  min-width: 2379px;
}

.min-width-2380 {
  min-width: 2380px;
}

.min-width-2381 {
  min-width: 2381px;
}

.min-width-2382 {
  min-width: 2382px;
}

.min-width-2383 {
  min-width: 2383px;
}

.min-width-2384 {
  min-width: 2384px;
}

.min-width-2385 {
  min-width: 2385px;
}

.min-width-2386 {
  min-width: 2386px;
}

.min-width-2387 {
  min-width: 2387px;
}

.min-width-2388 {
  min-width: 2388px;
}

.min-width-2389 {
  min-width: 2389px;
}

.min-width-2390 {
  min-width: 2390px;
}

.min-width-2391 {
  min-width: 2391px;
}

.min-width-2392 {
  min-width: 2392px;
}

.min-width-2393 {
  min-width: 2393px;
}

.min-width-2394 {
  min-width: 2394px;
}

.min-width-2395 {
  min-width: 2395px;
}

.min-width-2396 {
  min-width: 2396px;
}

.min-width-2397 {
  min-width: 2397px;
}

.min-width-2398 {
  min-width: 2398px;
}

.min-width-2399 {
  min-width: 2399px;
}

.min-width-2400 {
  min-width: 2400px;
}

.min-width-2401 {
  min-width: 2401px;
}

.min-width-2402 {
  min-width: 2402px;
}

.min-width-2403 {
  min-width: 2403px;
}

.min-width-2404 {
  min-width: 2404px;
}

.min-width-2405 {
  min-width: 2405px;
}

.min-width-2406 {
  min-width: 2406px;
}

.min-width-2407 {
  min-width: 2407px;
}

.min-width-2408 {
  min-width: 2408px;
}

.min-width-2409 {
  min-width: 2409px;
}

.min-width-2410 {
  min-width: 2410px;
}

.min-width-2411 {
  min-width: 2411px;
}

.min-width-2412 {
  min-width: 2412px;
}

.min-width-2413 {
  min-width: 2413px;
}

.min-width-2414 {
  min-width: 2414px;
}

.min-width-2415 {
  min-width: 2415px;
}

.min-width-2416 {
  min-width: 2416px;
}

.min-width-2417 {
  min-width: 2417px;
}

.min-width-2418 {
  min-width: 2418px;
}

.min-width-2419 {
  min-width: 2419px;
}

.min-width-2420 {
  min-width: 2420px;
}

.min-width-2421 {
  min-width: 2421px;
}

.min-width-2422 {
  min-width: 2422px;
}

.min-width-2423 {
  min-width: 2423px;
}

.min-width-2424 {
  min-width: 2424px;
}

.min-width-2425 {
  min-width: 2425px;
}

.min-width-2426 {
  min-width: 2426px;
}

.min-width-2427 {
  min-width: 2427px;
}

.min-width-2428 {
  min-width: 2428px;
}

.min-width-2429 {
  min-width: 2429px;
}

.min-width-2430 {
  min-width: 2430px;
}

.min-width-2431 {
  min-width: 2431px;
}

.min-width-2432 {
  min-width: 2432px;
}

.min-width-2433 {
  min-width: 2433px;
}

.min-width-2434 {
  min-width: 2434px;
}

.min-width-2435 {
  min-width: 2435px;
}

.min-width-2436 {
  min-width: 2436px;
}

.min-width-2437 {
  min-width: 2437px;
}

.min-width-2438 {
  min-width: 2438px;
}

.min-width-2439 {
  min-width: 2439px;
}

.min-width-2440 {
  min-width: 2440px;
}

.min-width-2441 {
  min-width: 2441px;
}

.min-width-2442 {
  min-width: 2442px;
}

.min-width-2443 {
  min-width: 2443px;
}

.min-width-2444 {
  min-width: 2444px;
}

.min-width-2445 {
  min-width: 2445px;
}

.min-width-2446 {
  min-width: 2446px;
}

.min-width-2447 {
  min-width: 2447px;
}

.min-width-2448 {
  min-width: 2448px;
}

.min-width-2449 {
  min-width: 2449px;
}

.min-width-2450 {
  min-width: 2450px;
}

.min-width-2451 {
  min-width: 2451px;
}

.min-width-2452 {
  min-width: 2452px;
}

.min-width-2453 {
  min-width: 2453px;
}

.min-width-2454 {
  min-width: 2454px;
}

.min-width-2455 {
  min-width: 2455px;
}

.min-width-2456 {
  min-width: 2456px;
}

.min-width-2457 {
  min-width: 2457px;
}

.min-width-2458 {
  min-width: 2458px;
}

.min-width-2459 {
  min-width: 2459px;
}

.min-width-2460 {
  min-width: 2460px;
}

.min-width-2461 {
  min-width: 2461px;
}

.min-width-2462 {
  min-width: 2462px;
}

.min-width-2463 {
  min-width: 2463px;
}

.min-width-2464 {
  min-width: 2464px;
}

.min-width-2465 {
  min-width: 2465px;
}

.min-width-2466 {
  min-width: 2466px;
}

.min-width-2467 {
  min-width: 2467px;
}

.min-width-2468 {
  min-width: 2468px;
}

.min-width-2469 {
  min-width: 2469px;
}

.min-width-2470 {
  min-width: 2470px;
}

.min-width-2471 {
  min-width: 2471px;
}

.min-width-2472 {
  min-width: 2472px;
}

.min-width-2473 {
  min-width: 2473px;
}

.min-width-2474 {
  min-width: 2474px;
}

.min-width-2475 {
  min-width: 2475px;
}

.min-width-2476 {
  min-width: 2476px;
}

.min-width-2477 {
  min-width: 2477px;
}

.min-width-2478 {
  min-width: 2478px;
}

.min-width-2479 {
  min-width: 2479px;
}

.min-width-2480 {
  min-width: 2480px;
}

.min-width-2481 {
  min-width: 2481px;
}

.min-width-2482 {
  min-width: 2482px;
}

.min-width-2483 {
  min-width: 2483px;
}

.min-width-2484 {
  min-width: 2484px;
}

.min-width-2485 {
  min-width: 2485px;
}

.min-width-2486 {
  min-width: 2486px;
}

.min-width-2487 {
  min-width: 2487px;
}

.min-width-2488 {
  min-width: 2488px;
}

.min-width-2489 {
  min-width: 2489px;
}

.min-width-2490 {
  min-width: 2490px;
}

.min-width-2491 {
  min-width: 2491px;
}

.min-width-2492 {
  min-width: 2492px;
}

.min-width-2493 {
  min-width: 2493px;
}

.min-width-2494 {
  min-width: 2494px;
}

.min-width-2495 {
  min-width: 2495px;
}

.min-width-2496 {
  min-width: 2496px;
}

.min-width-2497 {
  min-width: 2497px;
}

.min-width-2498 {
  min-width: 2498px;
}

.min-width-2499 {
  min-width: 2499px;
}

.min-width-2500 {
  min-width: 2500px;
}

.min-width-2501 {
  min-width: 2501px;
}

.min-width-2502 {
  min-width: 2502px;
}

.min-width-2503 {
  min-width: 2503px;
}

.min-width-2504 {
  min-width: 2504px;
}

.min-width-2505 {
  min-width: 2505px;
}

.min-width-2506 {
  min-width: 2506px;
}

.min-width-2507 {
  min-width: 2507px;
}

.min-width-2508 {
  min-width: 2508px;
}

.min-width-2509 {
  min-width: 2509px;
}

.min-width-2510 {
  min-width: 2510px;
}

.min-width-2511 {
  min-width: 2511px;
}

.min-width-2512 {
  min-width: 2512px;
}

.min-width-2513 {
  min-width: 2513px;
}

.min-width-2514 {
  min-width: 2514px;
}

.min-width-2515 {
  min-width: 2515px;
}

.min-width-2516 {
  min-width: 2516px;
}

.min-width-2517 {
  min-width: 2517px;
}

.min-width-2518 {
  min-width: 2518px;
}

.min-width-2519 {
  min-width: 2519px;
}

.min-width-2520 {
  min-width: 2520px;
}

.min-width-2521 {
  min-width: 2521px;
}

.min-width-2522 {
  min-width: 2522px;
}

.min-width-2523 {
  min-width: 2523px;
}

.min-width-2524 {
  min-width: 2524px;
}

.min-width-2525 {
  min-width: 2525px;
}

.min-width-2526 {
  min-width: 2526px;
}

.min-width-2527 {
  min-width: 2527px;
}

.min-width-2528 {
  min-width: 2528px;
}

.min-width-2529 {
  min-width: 2529px;
}

.min-width-2530 {
  min-width: 2530px;
}

.min-width-2531 {
  min-width: 2531px;
}

.min-width-2532 {
  min-width: 2532px;
}

.min-width-2533 {
  min-width: 2533px;
}

.min-width-2534 {
  min-width: 2534px;
}

.min-width-2535 {
  min-width: 2535px;
}

.min-width-2536 {
  min-width: 2536px;
}

.min-width-2537 {
  min-width: 2537px;
}

.min-width-2538 {
  min-width: 2538px;
}

.min-width-2539 {
  min-width: 2539px;
}

.min-width-2540 {
  min-width: 2540px;
}

.min-width-2541 {
  min-width: 2541px;
}

.min-width-2542 {
  min-width: 2542px;
}

.min-width-2543 {
  min-width: 2543px;
}

.min-width-2544 {
  min-width: 2544px;
}

.min-width-2545 {
  min-width: 2545px;
}

.min-width-2546 {
  min-width: 2546px;
}

.min-width-2547 {
  min-width: 2547px;
}

.min-width-2548 {
  min-width: 2548px;
}

.min-width-2549 {
  min-width: 2549px;
}

.min-width-2550 {
  min-width: 2550px;
}

.min-width-2551 {
  min-width: 2551px;
}

.min-width-2552 {
  min-width: 2552px;
}

.min-width-2553 {
  min-width: 2553px;
}

.min-width-2554 {
  min-width: 2554px;
}

.min-width-2555 {
  min-width: 2555px;
}

.min-width-2556 {
  min-width: 2556px;
}

.min-width-2557 {
  min-width: 2557px;
}

.min-width-2558 {
  min-width: 2558px;
}

.min-width-2559 {
  min-width: 2559px;
}

.min-width-2560 {
  min-width: 2560px;
}

.min-width-2561 {
  min-width: 2561px;
}

.min-width-2562 {
  min-width: 2562px;
}

.min-width-2563 {
  min-width: 2563px;
}

.min-width-2564 {
  min-width: 2564px;
}

.min-width-2565 {
  min-width: 2565px;
}

.min-width-2566 {
  min-width: 2566px;
}

.min-width-2567 {
  min-width: 2567px;
}

.min-width-2568 {
  min-width: 2568px;
}

.min-width-2569 {
  min-width: 2569px;
}

.min-width-2570 {
  min-width: 2570px;
}

.min-width-2571 {
  min-width: 2571px;
}

.min-width-2572 {
  min-width: 2572px;
}

.min-width-2573 {
  min-width: 2573px;
}

.min-width-2574 {
  min-width: 2574px;
}

.min-width-2575 {
  min-width: 2575px;
}

.min-width-2576 {
  min-width: 2576px;
}

.min-width-2577 {
  min-width: 2577px;
}

.min-width-2578 {
  min-width: 2578px;
}

.min-width-2579 {
  min-width: 2579px;
}

.min-width-2580 {
  min-width: 2580px;
}

.min-width-2581 {
  min-width: 2581px;
}

.min-width-2582 {
  min-width: 2582px;
}

.min-width-2583 {
  min-width: 2583px;
}

.min-width-2584 {
  min-width: 2584px;
}

.min-width-2585 {
  min-width: 2585px;
}

.min-width-2586 {
  min-width: 2586px;
}

.min-width-2587 {
  min-width: 2587px;
}

.min-width-2588 {
  min-width: 2588px;
}

.min-width-2589 {
  min-width: 2589px;
}

.min-width-2590 {
  min-width: 2590px;
}

.min-width-2591 {
  min-width: 2591px;
}

.min-width-2592 {
  min-width: 2592px;
}

.min-width-2593 {
  min-width: 2593px;
}

.min-width-2594 {
  min-width: 2594px;
}

.min-width-2595 {
  min-width: 2595px;
}

.min-width-2596 {
  min-width: 2596px;
}

.min-width-2597 {
  min-width: 2597px;
}

.min-width-2598 {
  min-width: 2598px;
}

.min-width-2599 {
  min-width: 2599px;
}

.min-width-2600 {
  min-width: 2600px;
}

.min-width-2601 {
  min-width: 2601px;
}

.min-width-2602 {
  min-width: 2602px;
}

.min-width-2603 {
  min-width: 2603px;
}

.min-width-2604 {
  min-width: 2604px;
}

.min-width-2605 {
  min-width: 2605px;
}

.min-width-2606 {
  min-width: 2606px;
}

.min-width-2607 {
  min-width: 2607px;
}

.min-width-2608 {
  min-width: 2608px;
}

.min-width-2609 {
  min-width: 2609px;
}

.min-width-2610 {
  min-width: 2610px;
}

.min-width-2611 {
  min-width: 2611px;
}

.min-width-2612 {
  min-width: 2612px;
}

.min-width-2613 {
  min-width: 2613px;
}

.min-width-2614 {
  min-width: 2614px;
}

.min-width-2615 {
  min-width: 2615px;
}

.min-width-2616 {
  min-width: 2616px;
}

.min-width-2617 {
  min-width: 2617px;
}

.min-width-2618 {
  min-width: 2618px;
}

.min-width-2619 {
  min-width: 2619px;
}

.min-width-2620 {
  min-width: 2620px;
}

.min-width-2621 {
  min-width: 2621px;
}

.min-width-2622 {
  min-width: 2622px;
}

.min-width-2623 {
  min-width: 2623px;
}

.min-width-2624 {
  min-width: 2624px;
}

.min-width-2625 {
  min-width: 2625px;
}

.min-width-2626 {
  min-width: 2626px;
}

.min-width-2627 {
  min-width: 2627px;
}

.min-width-2628 {
  min-width: 2628px;
}

.min-width-2629 {
  min-width: 2629px;
}

.min-width-2630 {
  min-width: 2630px;
}

.min-width-2631 {
  min-width: 2631px;
}

.min-width-2632 {
  min-width: 2632px;
}

.min-width-2633 {
  min-width: 2633px;
}

.min-width-2634 {
  min-width: 2634px;
}

.min-width-2635 {
  min-width: 2635px;
}

.min-width-2636 {
  min-width: 2636px;
}

.min-width-2637 {
  min-width: 2637px;
}

.min-width-2638 {
  min-width: 2638px;
}

.min-width-2639 {
  min-width: 2639px;
}

.min-width-2640 {
  min-width: 2640px;
}

.min-width-2641 {
  min-width: 2641px;
}

.min-width-2642 {
  min-width: 2642px;
}

.min-width-2643 {
  min-width: 2643px;
}

.min-width-2644 {
  min-width: 2644px;
}

.min-width-2645 {
  min-width: 2645px;
}

.min-width-2646 {
  min-width: 2646px;
}

.min-width-2647 {
  min-width: 2647px;
}

.min-width-2648 {
  min-width: 2648px;
}

.min-width-2649 {
  min-width: 2649px;
}

.min-width-2650 {
  min-width: 2650px;
}

.min-width-2651 {
  min-width: 2651px;
}

.min-width-2652 {
  min-width: 2652px;
}

.min-width-2653 {
  min-width: 2653px;
}

.min-width-2654 {
  min-width: 2654px;
}

.min-width-2655 {
  min-width: 2655px;
}

.min-width-2656 {
  min-width: 2656px;
}

.min-width-2657 {
  min-width: 2657px;
}

.min-width-2658 {
  min-width: 2658px;
}

.min-width-2659 {
  min-width: 2659px;
}

.min-width-2660 {
  min-width: 2660px;
}

.min-width-2661 {
  min-width: 2661px;
}

.min-width-2662 {
  min-width: 2662px;
}

.min-width-2663 {
  min-width: 2663px;
}

.min-width-2664 {
  min-width: 2664px;
}

.min-width-2665 {
  min-width: 2665px;
}

.min-width-2666 {
  min-width: 2666px;
}

.min-width-2667 {
  min-width: 2667px;
}

.min-width-2668 {
  min-width: 2668px;
}

.min-width-2669 {
  min-width: 2669px;
}

.min-width-2670 {
  min-width: 2670px;
}

.min-width-2671 {
  min-width: 2671px;
}

.min-width-2672 {
  min-width: 2672px;
}

.min-width-2673 {
  min-width: 2673px;
}

.min-width-2674 {
  min-width: 2674px;
}

.min-width-2675 {
  min-width: 2675px;
}

.min-width-2676 {
  min-width: 2676px;
}

.min-width-2677 {
  min-width: 2677px;
}

.min-width-2678 {
  min-width: 2678px;
}

.min-width-2679 {
  min-width: 2679px;
}

.min-width-2680 {
  min-width: 2680px;
}

.min-width-2681 {
  min-width: 2681px;
}

.min-width-2682 {
  min-width: 2682px;
}

.min-width-2683 {
  min-width: 2683px;
}

.min-width-2684 {
  min-width: 2684px;
}

.min-width-2685 {
  min-width: 2685px;
}

.min-width-2686 {
  min-width: 2686px;
}

.min-width-2687 {
  min-width: 2687px;
}

.min-width-2688 {
  min-width: 2688px;
}

.min-width-2689 {
  min-width: 2689px;
}

.min-width-2690 {
  min-width: 2690px;
}

.min-width-2691 {
  min-width: 2691px;
}

.min-width-2692 {
  min-width: 2692px;
}

.min-width-2693 {
  min-width: 2693px;
}

.min-width-2694 {
  min-width: 2694px;
}

.min-width-2695 {
  min-width: 2695px;
}

.min-width-2696 {
  min-width: 2696px;
}

.min-width-2697 {
  min-width: 2697px;
}

.min-width-2698 {
  min-width: 2698px;
}

.min-width-2699 {
  min-width: 2699px;
}

.min-width-2700 {
  min-width: 2700px;
}

.min-width-2701 {
  min-width: 2701px;
}

.min-width-2702 {
  min-width: 2702px;
}

.min-width-2703 {
  min-width: 2703px;
}

.min-width-2704 {
  min-width: 2704px;
}

.min-width-2705 {
  min-width: 2705px;
}

.min-width-2706 {
  min-width: 2706px;
}

.min-width-2707 {
  min-width: 2707px;
}

.min-width-2708 {
  min-width: 2708px;
}

.min-width-2709 {
  min-width: 2709px;
}

.min-width-2710 {
  min-width: 2710px;
}

.min-width-2711 {
  min-width: 2711px;
}

.min-width-2712 {
  min-width: 2712px;
}

.min-width-2713 {
  min-width: 2713px;
}

.min-width-2714 {
  min-width: 2714px;
}

.min-width-2715 {
  min-width: 2715px;
}

.min-width-2716 {
  min-width: 2716px;
}

.min-width-2717 {
  min-width: 2717px;
}

.min-width-2718 {
  min-width: 2718px;
}

.min-width-2719 {
  min-width: 2719px;
}

.min-width-2720 {
  min-width: 2720px;
}

.min-width-2721 {
  min-width: 2721px;
}

.min-width-2722 {
  min-width: 2722px;
}

.min-width-2723 {
  min-width: 2723px;
}

.min-width-2724 {
  min-width: 2724px;
}

.min-width-2725 {
  min-width: 2725px;
}

.min-width-2726 {
  min-width: 2726px;
}

.min-width-2727 {
  min-width: 2727px;
}

.min-width-2728 {
  min-width: 2728px;
}

.min-width-2729 {
  min-width: 2729px;
}

.min-width-2730 {
  min-width: 2730px;
}

.min-width-2731 {
  min-width: 2731px;
}

.min-width-2732 {
  min-width: 2732px;
}

.min-width-2733 {
  min-width: 2733px;
}

.min-width-2734 {
  min-width: 2734px;
}

.min-width-2735 {
  min-width: 2735px;
}

.min-width-2736 {
  min-width: 2736px;
}

.min-width-2737 {
  min-width: 2737px;
}

.min-width-2738 {
  min-width: 2738px;
}

.min-width-2739 {
  min-width: 2739px;
}

.min-width-2740 {
  min-width: 2740px;
}

.min-width-2741 {
  min-width: 2741px;
}

.min-width-2742 {
  min-width: 2742px;
}

.min-width-2743 {
  min-width: 2743px;
}

.min-width-2744 {
  min-width: 2744px;
}

.min-width-2745 {
  min-width: 2745px;
}

.min-width-2746 {
  min-width: 2746px;
}

.min-width-2747 {
  min-width: 2747px;
}

.min-width-2748 {
  min-width: 2748px;
}

.min-width-2749 {
  min-width: 2749px;
}

.min-width-2750 {
  min-width: 2750px;
}

.min-width-2751 {
  min-width: 2751px;
}

.min-width-2752 {
  min-width: 2752px;
}

.min-width-2753 {
  min-width: 2753px;
}

.min-width-2754 {
  min-width: 2754px;
}

.min-width-2755 {
  min-width: 2755px;
}

.min-width-2756 {
  min-width: 2756px;
}

.min-width-2757 {
  min-width: 2757px;
}

.min-width-2758 {
  min-width: 2758px;
}

.min-width-2759 {
  min-width: 2759px;
}

.min-width-2760 {
  min-width: 2760px;
}

.min-width-2761 {
  min-width: 2761px;
}

.min-width-2762 {
  min-width: 2762px;
}

.min-width-2763 {
  min-width: 2763px;
}

.min-width-2764 {
  min-width: 2764px;
}

.min-width-2765 {
  min-width: 2765px;
}

.min-width-2766 {
  min-width: 2766px;
}

.min-width-2767 {
  min-width: 2767px;
}

.min-width-2768 {
  min-width: 2768px;
}

.min-width-2769 {
  min-width: 2769px;
}

.min-width-2770 {
  min-width: 2770px;
}

.min-width-2771 {
  min-width: 2771px;
}

.min-width-2772 {
  min-width: 2772px;
}

.min-width-2773 {
  min-width: 2773px;
}

.min-width-2774 {
  min-width: 2774px;
}

.min-width-2775 {
  min-width: 2775px;
}

.min-width-2776 {
  min-width: 2776px;
}

.min-width-2777 {
  min-width: 2777px;
}

.min-width-2778 {
  min-width: 2778px;
}

.min-width-2779 {
  min-width: 2779px;
}

.min-width-2780 {
  min-width: 2780px;
}

.min-width-2781 {
  min-width: 2781px;
}

.min-width-2782 {
  min-width: 2782px;
}

.min-width-2783 {
  min-width: 2783px;
}

.min-width-2784 {
  min-width: 2784px;
}

.min-width-2785 {
  min-width: 2785px;
}

.min-width-2786 {
  min-width: 2786px;
}

.min-width-2787 {
  min-width: 2787px;
}

.min-width-2788 {
  min-width: 2788px;
}

.min-width-2789 {
  min-width: 2789px;
}

.min-width-2790 {
  min-width: 2790px;
}

.min-width-2791 {
  min-width: 2791px;
}

.min-width-2792 {
  min-width: 2792px;
}

.min-width-2793 {
  min-width: 2793px;
}

.min-width-2794 {
  min-width: 2794px;
}

.min-width-2795 {
  min-width: 2795px;
}

.min-width-2796 {
  min-width: 2796px;
}

.min-width-2797 {
  min-width: 2797px;
}

.min-width-2798 {
  min-width: 2798px;
}

.min-width-2799 {
  min-width: 2799px;
}

.min-width-2800 {
  min-width: 2800px;
}

.min-width-2801 {
  min-width: 2801px;
}

.min-width-2802 {
  min-width: 2802px;
}

.min-width-2803 {
  min-width: 2803px;
}

.min-width-2804 {
  min-width: 2804px;
}

.min-width-2805 {
  min-width: 2805px;
}

.min-width-2806 {
  min-width: 2806px;
}

.min-width-2807 {
  min-width: 2807px;
}

.min-width-2808 {
  min-width: 2808px;
}

.min-width-2809 {
  min-width: 2809px;
}

.min-width-2810 {
  min-width: 2810px;
}

.min-width-2811 {
  min-width: 2811px;
}

.min-width-2812 {
  min-width: 2812px;
}

.min-width-2813 {
  min-width: 2813px;
}

.min-width-2814 {
  min-width: 2814px;
}

.min-width-2815 {
  min-width: 2815px;
}

.min-width-2816 {
  min-width: 2816px;
}

.min-width-2817 {
  min-width: 2817px;
}

.min-width-2818 {
  min-width: 2818px;
}

.min-width-2819 {
  min-width: 2819px;
}

.min-width-2820 {
  min-width: 2820px;
}

.min-width-2821 {
  min-width: 2821px;
}

.min-width-2822 {
  min-width: 2822px;
}

.min-width-2823 {
  min-width: 2823px;
}

.min-width-2824 {
  min-width: 2824px;
}

.min-width-2825 {
  min-width: 2825px;
}

.min-width-2826 {
  min-width: 2826px;
}

.min-width-2827 {
  min-width: 2827px;
}

.min-width-2828 {
  min-width: 2828px;
}

.min-width-2829 {
  min-width: 2829px;
}

.min-width-2830 {
  min-width: 2830px;
}

.min-width-2831 {
  min-width: 2831px;
}

.min-width-2832 {
  min-width: 2832px;
}

.min-width-2833 {
  min-width: 2833px;
}

.min-width-2834 {
  min-width: 2834px;
}

.min-width-2835 {
  min-width: 2835px;
}

.min-width-2836 {
  min-width: 2836px;
}

.min-width-2837 {
  min-width: 2837px;
}

.min-width-2838 {
  min-width: 2838px;
}

.min-width-2839 {
  min-width: 2839px;
}

.min-width-2840 {
  min-width: 2840px;
}

.min-width-2841 {
  min-width: 2841px;
}

.min-width-2842 {
  min-width: 2842px;
}

.min-width-2843 {
  min-width: 2843px;
}

.min-width-2844 {
  min-width: 2844px;
}

.min-width-2845 {
  min-width: 2845px;
}

.min-width-2846 {
  min-width: 2846px;
}

.min-width-2847 {
  min-width: 2847px;
}

.min-width-2848 {
  min-width: 2848px;
}

.min-width-2849 {
  min-width: 2849px;
}

.min-width-2850 {
  min-width: 2850px;
}

.min-width-2851 {
  min-width: 2851px;
}

.min-width-2852 {
  min-width: 2852px;
}

.min-width-2853 {
  min-width: 2853px;
}

.min-width-2854 {
  min-width: 2854px;
}

.min-width-2855 {
  min-width: 2855px;
}

.min-width-2856 {
  min-width: 2856px;
}

.min-width-2857 {
  min-width: 2857px;
}

.min-width-2858 {
  min-width: 2858px;
}

.min-width-2859 {
  min-width: 2859px;
}

.min-width-2860 {
  min-width: 2860px;
}

.min-width-2861 {
  min-width: 2861px;
}

.min-width-2862 {
  min-width: 2862px;
}

.min-width-2863 {
  min-width: 2863px;
}

.min-width-2864 {
  min-width: 2864px;
}

.min-width-2865 {
  min-width: 2865px;
}

.min-width-2866 {
  min-width: 2866px;
}

.min-width-2867 {
  min-width: 2867px;
}

.min-width-2868 {
  min-width: 2868px;
}

.min-width-2869 {
  min-width: 2869px;
}

.min-width-2870 {
  min-width: 2870px;
}

.min-width-2871 {
  min-width: 2871px;
}

.min-width-2872 {
  min-width: 2872px;
}

.min-width-2873 {
  min-width: 2873px;
}

.min-width-2874 {
  min-width: 2874px;
}

.min-width-2875 {
  min-width: 2875px;
}

.min-width-2876 {
  min-width: 2876px;
}

.min-width-2877 {
  min-width: 2877px;
}

.min-width-2878 {
  min-width: 2878px;
}

.min-width-2879 {
  min-width: 2879px;
}

.min-width-2880 {
  min-width: 2880px;
}

.min-width-2881 {
  min-width: 2881px;
}

.min-width-2882 {
  min-width: 2882px;
}

.min-width-2883 {
  min-width: 2883px;
}

.min-width-2884 {
  min-width: 2884px;
}

.min-width-2885 {
  min-width: 2885px;
}

.min-width-2886 {
  min-width: 2886px;
}

.min-width-2887 {
  min-width: 2887px;
}

.min-width-2888 {
  min-width: 2888px;
}

.min-width-2889 {
  min-width: 2889px;
}

.min-width-2890 {
  min-width: 2890px;
}

.min-width-2891 {
  min-width: 2891px;
}

.min-width-2892 {
  min-width: 2892px;
}

.min-width-2893 {
  min-width: 2893px;
}

.min-width-2894 {
  min-width: 2894px;
}

.min-width-2895 {
  min-width: 2895px;
}

.min-width-2896 {
  min-width: 2896px;
}

.min-width-2897 {
  min-width: 2897px;
}

.min-width-2898 {
  min-width: 2898px;
}

.min-width-2899 {
  min-width: 2899px;
}

.min-width-2900 {
  min-width: 2900px;
}

.min-width-2901 {
  min-width: 2901px;
}

.min-width-2902 {
  min-width: 2902px;
}

.min-width-2903 {
  min-width: 2903px;
}

.min-width-2904 {
  min-width: 2904px;
}

.min-width-2905 {
  min-width: 2905px;
}

.min-width-2906 {
  min-width: 2906px;
}

.min-width-2907 {
  min-width: 2907px;
}

.min-width-2908 {
  min-width: 2908px;
}

.min-width-2909 {
  min-width: 2909px;
}

.min-width-2910 {
  min-width: 2910px;
}

.min-width-2911 {
  min-width: 2911px;
}

.min-width-2912 {
  min-width: 2912px;
}

.min-width-2913 {
  min-width: 2913px;
}

.min-width-2914 {
  min-width: 2914px;
}

.min-width-2915 {
  min-width: 2915px;
}

.min-width-2916 {
  min-width: 2916px;
}

.min-width-2917 {
  min-width: 2917px;
}

.min-width-2918 {
  min-width: 2918px;
}

.min-width-2919 {
  min-width: 2919px;
}

.min-width-2920 {
  min-width: 2920px;
}

.min-width-2921 {
  min-width: 2921px;
}

.min-width-2922 {
  min-width: 2922px;
}

.min-width-2923 {
  min-width: 2923px;
}

.min-width-2924 {
  min-width: 2924px;
}

.min-width-2925 {
  min-width: 2925px;
}

.min-width-2926 {
  min-width: 2926px;
}

.min-width-2927 {
  min-width: 2927px;
}

.min-width-2928 {
  min-width: 2928px;
}

.min-width-2929 {
  min-width: 2929px;
}

.min-width-2930 {
  min-width: 2930px;
}

.min-width-2931 {
  min-width: 2931px;
}

.min-width-2932 {
  min-width: 2932px;
}

.min-width-2933 {
  min-width: 2933px;
}

.min-width-2934 {
  min-width: 2934px;
}

.min-width-2935 {
  min-width: 2935px;
}

.min-width-2936 {
  min-width: 2936px;
}

.min-width-2937 {
  min-width: 2937px;
}

.min-width-2938 {
  min-width: 2938px;
}

.min-width-2939 {
  min-width: 2939px;
}

.min-width-2940 {
  min-width: 2940px;
}

.min-width-2941 {
  min-width: 2941px;
}

.min-width-2942 {
  min-width: 2942px;
}

.min-width-2943 {
  min-width: 2943px;
}

.min-width-2944 {
  min-width: 2944px;
}

.min-width-2945 {
  min-width: 2945px;
}

.min-width-2946 {
  min-width: 2946px;
}

.min-width-2947 {
  min-width: 2947px;
}

.min-width-2948 {
  min-width: 2948px;
}

.min-width-2949 {
  min-width: 2949px;
}

.min-width-2950 {
  min-width: 2950px;
}

.min-width-2951 {
  min-width: 2951px;
}

.min-width-2952 {
  min-width: 2952px;
}

.min-width-2953 {
  min-width: 2953px;
}

.min-width-2954 {
  min-width: 2954px;
}

.min-width-2955 {
  min-width: 2955px;
}

.min-width-2956 {
  min-width: 2956px;
}

.min-width-2957 {
  min-width: 2957px;
}

.min-width-2958 {
  min-width: 2958px;
}

.min-width-2959 {
  min-width: 2959px;
}

.min-width-2960 {
  min-width: 2960px;
}

.min-width-2961 {
  min-width: 2961px;
}

.min-width-2962 {
  min-width: 2962px;
}

.min-width-2963 {
  min-width: 2963px;
}

.min-width-2964 {
  min-width: 2964px;
}

.min-width-2965 {
  min-width: 2965px;
}

.min-width-2966 {
  min-width: 2966px;
}

.min-width-2967 {
  min-width: 2967px;
}

.min-width-2968 {
  min-width: 2968px;
}

.min-width-2969 {
  min-width: 2969px;
}

.min-width-2970 {
  min-width: 2970px;
}

.min-width-2971 {
  min-width: 2971px;
}

.min-width-2972 {
  min-width: 2972px;
}

.min-width-2973 {
  min-width: 2973px;
}

.min-width-2974 {
  min-width: 2974px;
}

.min-width-2975 {
  min-width: 2975px;
}

.min-width-2976 {
  min-width: 2976px;
}

.min-width-2977 {
  min-width: 2977px;
}

.min-width-2978 {
  min-width: 2978px;
}

.min-width-2979 {
  min-width: 2979px;
}

.min-width-2980 {
  min-width: 2980px;
}

.min-width-2981 {
  min-width: 2981px;
}

.min-width-2982 {
  min-width: 2982px;
}

.min-width-2983 {
  min-width: 2983px;
}

.min-width-2984 {
  min-width: 2984px;
}

.min-width-2985 {
  min-width: 2985px;
}

.min-width-2986 {
  min-width: 2986px;
}

.min-width-2987 {
  min-width: 2987px;
}

.min-width-2988 {
  min-width: 2988px;
}

.min-width-2989 {
  min-width: 2989px;
}

.min-width-2990 {
  min-width: 2990px;
}

.min-width-2991 {
  min-width: 2991px;
}

.min-width-2992 {
  min-width: 2992px;
}

.min-width-2993 {
  min-width: 2993px;
}

.min-width-2994 {
  min-width: 2994px;
}

.min-width-2995 {
  min-width: 2995px;
}

.min-width-2996 {
  min-width: 2996px;
}

.min-width-2997 {
  min-width: 2997px;
}

.min-width-2998 {
  min-width: 2998px;
}

.min-width-2999 {
  min-width: 2999px;
}

.min-width-3000 {
  min-width: 3000px;
}

.min-width-3001 {
  min-width: 3001px;
}

.min-width-3002 {
  min-width: 3002px;
}

.min-width-3003 {
  min-width: 3003px;
}

.min-width-3004 {
  min-width: 3004px;
}

.min-width-3005 {
  min-width: 3005px;
}

.min-width-3006 {
  min-width: 3006px;
}

.min-width-3007 {
  min-width: 3007px;
}

.min-width-3008 {
  min-width: 3008px;
}

.min-width-3009 {
  min-width: 3009px;
}

.min-width-3010 {
  min-width: 3010px;
}

.min-width-3011 {
  min-width: 3011px;
}

.min-width-3012 {
  min-width: 3012px;
}

.min-width-3013 {
  min-width: 3013px;
}

.min-width-3014 {
  min-width: 3014px;
}

.min-width-3015 {
  min-width: 3015px;
}

.min-width-3016 {
  min-width: 3016px;
}

.min-width-3017 {
  min-width: 3017px;
}

.min-width-3018 {
  min-width: 3018px;
}

.min-width-3019 {
  min-width: 3019px;
}

.min-width-3020 {
  min-width: 3020px;
}

.min-width-3021 {
  min-width: 3021px;
}

.min-width-3022 {
  min-width: 3022px;
}

.min-width-3023 {
  min-width: 3023px;
}

.min-width-3024 {
  min-width: 3024px;
}

.min-width-3025 {
  min-width: 3025px;
}

.min-width-3026 {
  min-width: 3026px;
}

.min-width-3027 {
  min-width: 3027px;
}

.min-width-3028 {
  min-width: 3028px;
}

.min-width-3029 {
  min-width: 3029px;
}

.min-width-3030 {
  min-width: 3030px;
}

.min-width-3031 {
  min-width: 3031px;
}

.min-width-3032 {
  min-width: 3032px;
}

.min-width-3033 {
  min-width: 3033px;
}

.min-width-3034 {
  min-width: 3034px;
}

.min-width-3035 {
  min-width: 3035px;
}

.min-width-3036 {
  min-width: 3036px;
}

.min-width-3037 {
  min-width: 3037px;
}

.min-width-3038 {
  min-width: 3038px;
}

.min-width-3039 {
  min-width: 3039px;
}

.min-width-3040 {
  min-width: 3040px;
}

.min-width-3041 {
  min-width: 3041px;
}

.min-width-3042 {
  min-width: 3042px;
}

.min-width-3043 {
  min-width: 3043px;
}

.min-width-3044 {
  min-width: 3044px;
}

.min-width-3045 {
  min-width: 3045px;
}

.min-width-3046 {
  min-width: 3046px;
}

.min-width-3047 {
  min-width: 3047px;
}

.min-width-3048 {
  min-width: 3048px;
}

.min-width-3049 {
  min-width: 3049px;
}

.min-width-3050 {
  min-width: 3050px;
}

.min-width-3051 {
  min-width: 3051px;
}

.min-width-3052 {
  min-width: 3052px;
}

.min-width-3053 {
  min-width: 3053px;
}

.min-width-3054 {
  min-width: 3054px;
}

.min-width-3055 {
  min-width: 3055px;
}

.min-width-3056 {
  min-width: 3056px;
}

.min-width-3057 {
  min-width: 3057px;
}

.min-width-3058 {
  min-width: 3058px;
}

.min-width-3059 {
  min-width: 3059px;
}

.min-width-3060 {
  min-width: 3060px;
}

.min-width-3061 {
  min-width: 3061px;
}

.min-width-3062 {
  min-width: 3062px;
}

.min-width-3063 {
  min-width: 3063px;
}

.min-width-3064 {
  min-width: 3064px;
}

.min-width-3065 {
  min-width: 3065px;
}

.min-width-3066 {
  min-width: 3066px;
}

.min-width-3067 {
  min-width: 3067px;
}

.min-width-3068 {
  min-width: 3068px;
}

.min-width-3069 {
  min-width: 3069px;
}

.min-width-3070 {
  min-width: 3070px;
}

.min-width-3071 {
  min-width: 3071px;
}

.min-width-3072 {
  min-width: 3072px;
}

.min-width-3073 {
  min-width: 3073px;
}

.min-width-3074 {
  min-width: 3074px;
}

.min-width-3075 {
  min-width: 3075px;
}

.min-width-3076 {
  min-width: 3076px;
}

.min-width-3077 {
  min-width: 3077px;
}

.min-width-3078 {
  min-width: 3078px;
}

.min-width-3079 {
  min-width: 3079px;
}

.min-width-3080 {
  min-width: 3080px;
}

.min-width-3081 {
  min-width: 3081px;
}

.min-width-3082 {
  min-width: 3082px;
}

.min-width-3083 {
  min-width: 3083px;
}

.min-width-3084 {
  min-width: 3084px;
}

.min-width-3085 {
  min-width: 3085px;
}

.min-width-3086 {
  min-width: 3086px;
}

.min-width-3087 {
  min-width: 3087px;
}

.min-width-3088 {
  min-width: 3088px;
}

.min-width-3089 {
  min-width: 3089px;
}

.min-width-3090 {
  min-width: 3090px;
}

.min-width-3091 {
  min-width: 3091px;
}

.min-width-3092 {
  min-width: 3092px;
}

.min-width-3093 {
  min-width: 3093px;
}

.min-width-3094 {
  min-width: 3094px;
}

.min-width-3095 {
  min-width: 3095px;
}

.min-width-3096 {
  min-width: 3096px;
}

.min-width-3097 {
  min-width: 3097px;
}

.min-width-3098 {
  min-width: 3098px;
}

.min-width-3099 {
  min-width: 3099px;
}

.min-width-3100 {
  min-width: 3100px;
}

.min-width-3101 {
  min-width: 3101px;
}

.min-width-3102 {
  min-width: 3102px;
}

.min-width-3103 {
  min-width: 3103px;
}

.min-width-3104 {
  min-width: 3104px;
}

.min-width-3105 {
  min-width: 3105px;
}

.min-width-3106 {
  min-width: 3106px;
}

.min-width-3107 {
  min-width: 3107px;
}

.min-width-3108 {
  min-width: 3108px;
}

.min-width-3109 {
  min-width: 3109px;
}

.min-width-3110 {
  min-width: 3110px;
}

.min-width-3111 {
  min-width: 3111px;
}

.min-width-3112 {
  min-width: 3112px;
}

.min-width-3113 {
  min-width: 3113px;
}

.min-width-3114 {
  min-width: 3114px;
}

.min-width-3115 {
  min-width: 3115px;
}

.min-width-3116 {
  min-width: 3116px;
}

.min-width-3117 {
  min-width: 3117px;
}

.min-width-3118 {
  min-width: 3118px;
}

.min-width-3119 {
  min-width: 3119px;
}

.min-width-3120 {
  min-width: 3120px;
}

.min-width-3121 {
  min-width: 3121px;
}

.min-width-3122 {
  min-width: 3122px;
}

.min-width-3123 {
  min-width: 3123px;
}

.min-width-3124 {
  min-width: 3124px;
}

.min-width-3125 {
  min-width: 3125px;
}

.min-width-3126 {
  min-width: 3126px;
}

.min-width-3127 {
  min-width: 3127px;
}

.min-width-3128 {
  min-width: 3128px;
}

.min-width-3129 {
  min-width: 3129px;
}

.min-width-3130 {
  min-width: 3130px;
}

.min-width-3131 {
  min-width: 3131px;
}

.min-width-3132 {
  min-width: 3132px;
}

.min-width-3133 {
  min-width: 3133px;
}

.min-width-3134 {
  min-width: 3134px;
}

.min-width-3135 {
  min-width: 3135px;
}

.min-width-3136 {
  min-width: 3136px;
}

.min-width-3137 {
  min-width: 3137px;
}

.min-width-3138 {
  min-width: 3138px;
}

.min-width-3139 {
  min-width: 3139px;
}

.min-width-3140 {
  min-width: 3140px;
}

.min-width-3141 {
  min-width: 3141px;
}

.min-width-3142 {
  min-width: 3142px;
}

.min-width-3143 {
  min-width: 3143px;
}

.min-width-3144 {
  min-width: 3144px;
}

.min-width-3145 {
  min-width: 3145px;
}

.min-width-3146 {
  min-width: 3146px;
}

.min-width-3147 {
  min-width: 3147px;
}

.min-width-3148 {
  min-width: 3148px;
}

.min-width-3149 {
  min-width: 3149px;
}

.min-width-3150 {
  min-width: 3150px;
}

.min-width-3151 {
  min-width: 3151px;
}

.min-width-3152 {
  min-width: 3152px;
}

.min-width-3153 {
  min-width: 3153px;
}

.min-width-3154 {
  min-width: 3154px;
}

.min-width-3155 {
  min-width: 3155px;
}

.min-width-3156 {
  min-width: 3156px;
}

.min-width-3157 {
  min-width: 3157px;
}

.min-width-3158 {
  min-width: 3158px;
}

.min-width-3159 {
  min-width: 3159px;
}

.min-width-3160 {
  min-width: 3160px;
}

.min-width-3161 {
  min-width: 3161px;
}

.min-width-3162 {
  min-width: 3162px;
}

.min-width-3163 {
  min-width: 3163px;
}

.min-width-3164 {
  min-width: 3164px;
}

.min-width-3165 {
  min-width: 3165px;
}

.min-width-3166 {
  min-width: 3166px;
}

.min-width-3167 {
  min-width: 3167px;
}

.min-width-3168 {
  min-width: 3168px;
}

.min-width-3169 {
  min-width: 3169px;
}

.min-width-3170 {
  min-width: 3170px;
}

.min-width-3171 {
  min-width: 3171px;
}

.min-width-3172 {
  min-width: 3172px;
}

.min-width-3173 {
  min-width: 3173px;
}

.min-width-3174 {
  min-width: 3174px;
}

.min-width-3175 {
  min-width: 3175px;
}

.min-width-3176 {
  min-width: 3176px;
}

.min-width-3177 {
  min-width: 3177px;
}

.min-width-3178 {
  min-width: 3178px;
}

.min-width-3179 {
  min-width: 3179px;
}

.min-width-3180 {
  min-width: 3180px;
}

.min-width-3181 {
  min-width: 3181px;
}

.min-width-3182 {
  min-width: 3182px;
}

.min-width-3183 {
  min-width: 3183px;
}

.min-width-3184 {
  min-width: 3184px;
}

.min-width-3185 {
  min-width: 3185px;
}

.min-width-3186 {
  min-width: 3186px;
}

.min-width-3187 {
  min-width: 3187px;
}

.min-width-3188 {
  min-width: 3188px;
}

.min-width-3189 {
  min-width: 3189px;
}

.min-width-3190 {
  min-width: 3190px;
}

.min-width-3191 {
  min-width: 3191px;
}

.min-width-3192 {
  min-width: 3192px;
}

.min-width-3193 {
  min-width: 3193px;
}

.min-width-3194 {
  min-width: 3194px;
}

.min-width-3195 {
  min-width: 3195px;
}

.min-width-3196 {
  min-width: 3196px;
}

.min-width-3197 {
  min-width: 3197px;
}

.min-width-3198 {
  min-width: 3198px;
}

.min-width-3199 {
  min-width: 3199px;
}

.min-width-3200 {
  min-width: 3200px;
}

.max-width-0 {
  max-width: 0px;
}

.max-width-1 {
  max-width: 1px;
}

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

.max-width-3 {
  max-width: 3px;
}

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

.max-width-5 {
  max-width: 5px;
}

.max-width-6 {
  max-width: 6px;
}

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

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

.max-width-9 {
  max-width: 9px;
}

.max-width-10 {
  max-width: 10px;
}

.max-width-11 {
  max-width: 11px;
}

.max-width-12 {
  max-width: 12px;
}

.max-width-13 {
  max-width: 13px;
}

.max-width-14 {
  max-width: 14px;
}

.max-width-15 {
  max-width: 15px;
}

.max-width-16 {
  max-width: 16px;
}

.max-width-17 {
  max-width: 17px;
}

.max-width-18 {
  max-width: 18px;
}

.max-width-19 {
  max-width: 19px;
}

.max-width-20 {
  max-width: 20px;
}

.max-width-21 {
  max-width: 21px;
}

.max-width-22 {
  max-width: 22px;
}

.max-width-23 {
  max-width: 23px;
}

.max-width-24 {
  max-width: 24px;
}

.max-width-25 {
  max-width: 25px;
}

.max-width-26 {
  max-width: 26px;
}

.max-width-27 {
  max-width: 27px;
}

.max-width-28 {
  max-width: 28px;
}

.max-width-29 {
  max-width: 29px;
}

.max-width-30 {
  max-width: 30px;
}

.max-width-31 {
  max-width: 31px;
}

.max-width-32 {
  max-width: 32px;
}

.max-width-33 {
  max-width: 33px;
}

.max-width-34 {
  max-width: 34px;
}

.max-width-35 {
  max-width: 35px;
}

.max-width-36 {
  max-width: 36px;
}

.max-width-37 {
  max-width: 37px;
}

.max-width-38 {
  max-width: 38px;
}

.max-width-39 {
  max-width: 39px;
}

.max-width-40 {
  max-width: 40px;
}

.max-width-41 {
  max-width: 41px;
}

.max-width-42 {
  max-width: 42px;
}

.max-width-43 {
  max-width: 43px;
}

.max-width-44 {
  max-width: 44px;
}

.max-width-45 {
  max-width: 45px;
}

.max-width-46 {
  max-width: 46px;
}

.max-width-47 {
  max-width: 47px;
}

.max-width-48 {
  max-width: 48px;
}

.max-width-49 {
  max-width: 49px;
}

.max-width-50 {
  max-width: 50px;
}

.max-width-51 {
  max-width: 51px;
}

.max-width-52 {
  max-width: 52px;
}

.max-width-53 {
  max-width: 53px;
}

.max-width-54 {
  max-width: 54px;
}

.max-width-55 {
  max-width: 55px;
}

.max-width-56 {
  max-width: 56px;
}

.max-width-57 {
  max-width: 57px;
}

.max-width-58 {
  max-width: 58px;
}

.max-width-59 {
  max-width: 59px;
}

.max-width-60 {
  max-width: 60px;
}

.max-width-61 {
  max-width: 61px;
}

.max-width-62 {
  max-width: 62px;
}

.max-width-63 {
  max-width: 63px;
}

.max-width-64 {
  max-width: 64px;
}

.max-width-65 {
  max-width: 65px;
}

.max-width-66 {
  max-width: 66px;
}

.max-width-67 {
  max-width: 67px;
}

.max-width-68 {
  max-width: 68px;
}

.max-width-69 {
  max-width: 69px;
}

.max-width-70 {
  max-width: 70px;
}

.max-width-71 {
  max-width: 71px;
}

.max-width-72 {
  max-width: 72px;
}

.max-width-73 {
  max-width: 73px;
}

.max-width-74 {
  max-width: 74px;
}

.max-width-75 {
  max-width: 75px;
}

.max-width-76 {
  max-width: 76px;
}

.max-width-77 {
  max-width: 77px;
}

.max-width-78 {
  max-width: 78px;
}

.max-width-79 {
  max-width: 79px;
}

.max-width-80 {
  max-width: 80px;
}

.max-width-81 {
  max-width: 81px;
}

.max-width-82 {
  max-width: 82px;
}

.max-width-83 {
  max-width: 83px;
}

.max-width-84 {
  max-width: 84px;
}

.max-width-85 {
  max-width: 85px;
}

.max-width-86 {
  max-width: 86px;
}

.max-width-87 {
  max-width: 87px;
}

.max-width-88 {
  max-width: 88px;
}

.max-width-89 {
  max-width: 89px;
}

.max-width-90 {
  max-width: 90px;
}

.max-width-91 {
  max-width: 91px;
}

.max-width-92 {
  max-width: 92px;
}

.max-width-93 {
  max-width: 93px;
}

.max-width-94 {
  max-width: 94px;
}

.max-width-95 {
  max-width: 95px;
}

.max-width-96 {
  max-width: 96px;
}

.max-width-97 {
  max-width: 97px;
}

.max-width-98 {
  max-width: 98px;
}

.max-width-99 {
  max-width: 99px;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-101 {
  max-width: 101px;
}

.max-width-102 {
  max-width: 102px;
}

.max-width-103 {
  max-width: 103px;
}

.max-width-104 {
  max-width: 104px;
}

.max-width-105 {
  max-width: 105px;
}

.max-width-106 {
  max-width: 106px;
}

.max-width-107 {
  max-width: 107px;
}

.max-width-108 {
  max-width: 108px;
}

.max-width-109 {
  max-width: 109px;
}

.max-width-110 {
  max-width: 110px;
}

.max-width-111 {
  max-width: 111px;
}

.max-width-112 {
  max-width: 112px;
}

.max-width-113 {
  max-width: 113px;
}

.max-width-114 {
  max-width: 114px;
}

.max-width-115 {
  max-width: 115px;
}

.max-width-116 {
  max-width: 116px;
}

.max-width-117 {
  max-width: 117px;
}

.max-width-118 {
  max-width: 118px;
}

.max-width-119 {
  max-width: 119px;
}

.max-width-120 {
  max-width: 120px;
}

.max-width-121 {
  max-width: 121px;
}

.max-width-122 {
  max-width: 122px;
}

.max-width-123 {
  max-width: 123px;
}

.max-width-124 {
  max-width: 124px;
}

.max-width-125 {
  max-width: 125px;
}

.max-width-126 {
  max-width: 126px;
}

.max-width-127 {
  max-width: 127px;
}

.max-width-128 {
  max-width: 128px;
}

.max-width-129 {
  max-width: 129px;
}

.max-width-130 {
  max-width: 130px;
}

.max-width-131 {
  max-width: 131px;
}

.max-width-132 {
  max-width: 132px;
}

.max-width-133 {
  max-width: 133px;
}

.max-width-134 {
  max-width: 134px;
}

.max-width-135 {
  max-width: 135px;
}

.max-width-136 {
  max-width: 136px;
}

.max-width-137 {
  max-width: 137px;
}

.max-width-138 {
  max-width: 138px;
}

.max-width-139 {
  max-width: 139px;
}

.max-width-140 {
  max-width: 140px;
}

.max-width-141 {
  max-width: 141px;
}

.max-width-142 {
  max-width: 142px;
}

.max-width-143 {
  max-width: 143px;
}

.max-width-144 {
  max-width: 144px;
}

.max-width-145 {
  max-width: 145px;
}

.max-width-146 {
  max-width: 146px;
}

.max-width-147 {
  max-width: 147px;
}

.max-width-148 {
  max-width: 148px;
}

.max-width-149 {
  max-width: 149px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-151 {
  max-width: 151px;
}

.max-width-152 {
  max-width: 152px;
}

.max-width-153 {
  max-width: 153px;
}

.max-width-154 {
  max-width: 154px;
}

.max-width-155 {
  max-width: 155px;
}

.max-width-156 {
  max-width: 156px;
}

.max-width-157 {
  max-width: 157px;
}

.max-width-158 {
  max-width: 158px;
}

.max-width-159 {
  max-width: 159px;
}

.max-width-160 {
  max-width: 160px;
}

.max-width-161 {
  max-width: 161px;
}

.max-width-162 {
  max-width: 162px;
}

.max-width-163 {
  max-width: 163px;
}

.max-width-164 {
  max-width: 164px;
}

.max-width-165 {
  max-width: 165px;
}

.max-width-166 {
  max-width: 166px;
}

.max-width-167 {
  max-width: 167px;
}

.max-width-168 {
  max-width: 168px;
}

.max-width-169 {
  max-width: 169px;
}

.max-width-170 {
  max-width: 170px;
}

.max-width-171 {
  max-width: 171px;
}

.max-width-172 {
  max-width: 172px;
}

.max-width-173 {
  max-width: 173px;
}

.max-width-174 {
  max-width: 174px;
}

.max-width-175 {
  max-width: 175px;
}

.max-width-176 {
  max-width: 176px;
}

.max-width-177 {
  max-width: 177px;
}

.max-width-178 {
  max-width: 178px;
}

.max-width-179 {
  max-width: 179px;
}

.max-width-180 {
  max-width: 180px;
}

.max-width-181 {
  max-width: 181px;
}

.max-width-182 {
  max-width: 182px;
}

.max-width-183 {
  max-width: 183px;
}

.max-width-184 {
  max-width: 184px;
}

.max-width-185 {
  max-width: 185px;
}

.max-width-186 {
  max-width: 186px;
}

.max-width-187 {
  max-width: 187px;
}

.max-width-188 {
  max-width: 188px;
}

.max-width-189 {
  max-width: 189px;
}

.max-width-190 {
  max-width: 190px;
}

.max-width-191 {
  max-width: 191px;
}

.max-width-192 {
  max-width: 192px;
}

.max-width-193 {
  max-width: 193px;
}

.max-width-194 {
  max-width: 194px;
}

.max-width-195 {
  max-width: 195px;
}

.max-width-196 {
  max-width: 196px;
}

.max-width-197 {
  max-width: 197px;
}

.max-width-198 {
  max-width: 198px;
}

.max-width-199 {
  max-width: 199px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-201 {
  max-width: 201px;
}

.max-width-202 {
  max-width: 202px;
}

.max-width-203 {
  max-width: 203px;
}

.max-width-204 {
  max-width: 204px;
}

.max-width-205 {
  max-width: 205px;
}

.max-width-206 {
  max-width: 206px;
}

.max-width-207 {
  max-width: 207px;
}

.max-width-208 {
  max-width: 208px;
}

.max-width-209 {
  max-width: 209px;
}

.max-width-210 {
  max-width: 210px;
}

.max-width-211 {
  max-width: 211px;
}

.max-width-212 {
  max-width: 212px;
}

.max-width-213 {
  max-width: 213px;
}

.max-width-214 {
  max-width: 214px;
}

.max-width-215 {
  max-width: 215px;
}

.max-width-216 {
  max-width: 216px;
}

.max-width-217 {
  max-width: 217px;
}

.max-width-218 {
  max-width: 218px;
}

.max-width-219 {
  max-width: 219px;
}

.max-width-220 {
  max-width: 220px;
}

.max-width-221 {
  max-width: 221px;
}

.max-width-222 {
  max-width: 222px;
}

.max-width-223 {
  max-width: 223px;
}

.max-width-224 {
  max-width: 224px;
}

.max-width-225 {
  max-width: 225px;
}

.max-width-226 {
  max-width: 226px;
}

.max-width-227 {
  max-width: 227px;
}

.max-width-228 {
  max-width: 228px;
}

.max-width-229 {
  max-width: 229px;
}

.max-width-230 {
  max-width: 230px;
}

.max-width-231 {
  max-width: 231px;
}

.max-width-232 {
  max-width: 232px;
}

.max-width-233 {
  max-width: 233px;
}

.max-width-234 {
  max-width: 234px;
}

.max-width-235 {
  max-width: 235px;
}

.max-width-236 {
  max-width: 236px;
}

.max-width-237 {
  max-width: 237px;
}

.max-width-238 {
  max-width: 238px;
}

.max-width-239 {
  max-width: 239px;
}

.max-width-240 {
  max-width: 240px;
}

.max-width-241 {
  max-width: 241px;
}

.max-width-242 {
  max-width: 242px;
}

.max-width-243 {
  max-width: 243px;
}

.max-width-244 {
  max-width: 244px;
}

.max-width-245 {
  max-width: 245px;
}

.max-width-246 {
  max-width: 246px;
}

.max-width-247 {
  max-width: 247px;
}

.max-width-248 {
  max-width: 248px;
}

.max-width-249 {
  max-width: 249px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-251 {
  max-width: 251px;
}

.max-width-252 {
  max-width: 252px;
}

.max-width-253 {
  max-width: 253px;
}

.max-width-254 {
  max-width: 254px;
}

.max-width-255 {
  max-width: 255px;
}

.max-width-256 {
  max-width: 256px;
}

.max-width-257 {
  max-width: 257px;
}

.max-width-258 {
  max-width: 258px;
}

.max-width-259 {
  max-width: 259px;
}

.max-width-260 {
  max-width: 260px;
}

.max-width-261 {
  max-width: 261px;
}

.max-width-262 {
  max-width: 262px;
}

.max-width-263 {
  max-width: 263px;
}

.max-width-264 {
  max-width: 264px;
}

.max-width-265 {
  max-width: 265px;
}

.max-width-266 {
  max-width: 266px;
}

.max-width-267 {
  max-width: 267px;
}

.max-width-268 {
  max-width: 268px;
}

.max-width-269 {
  max-width: 269px;
}

.max-width-270 {
  max-width: 270px;
}

.max-width-271 {
  max-width: 271px;
}

.max-width-272 {
  max-width: 272px;
}

.max-width-273 {
  max-width: 273px;
}

.max-width-274 {
  max-width: 274px;
}

.max-width-275 {
  max-width: 275px;
}

.max-width-276 {
  max-width: 276px;
}

.max-width-277 {
  max-width: 277px;
}

.max-width-278 {
  max-width: 278px;
}

.max-width-279 {
  max-width: 279px;
}

.max-width-280 {
  max-width: 280px;
}

.max-width-281 {
  max-width: 281px;
}

.max-width-282 {
  max-width: 282px;
}

.max-width-283 {
  max-width: 283px;
}

.max-width-284 {
  max-width: 284px;
}

.max-width-285 {
  max-width: 285px;
}

.max-width-286 {
  max-width: 286px;
}

.max-width-287 {
  max-width: 287px;
}

.max-width-288 {
  max-width: 288px;
}

.max-width-289 {
  max-width: 289px;
}

.max-width-290 {
  max-width: 290px;
}

.max-width-291 {
  max-width: 291px;
}

.max-width-292 {
  max-width: 292px;
}

.max-width-293 {
  max-width: 293px;
}

.max-width-294 {
  max-width: 294px;
}

.max-width-295 {
  max-width: 295px;
}

.max-width-296 {
  max-width: 296px;
}

.max-width-297 {
  max-width: 297px;
}

.max-width-298 {
  max-width: 298px;
}

.max-width-299 {
  max-width: 299px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-301 {
  max-width: 301px;
}

.max-width-302 {
  max-width: 302px;
}

.max-width-303 {
  max-width: 303px;
}

.max-width-304 {
  max-width: 304px;
}

.max-width-305 {
  max-width: 305px;
}

.max-width-306 {
  max-width: 306px;
}

.max-width-307 {
  max-width: 307px;
}

.max-width-308 {
  max-width: 308px;
}

.max-width-309 {
  max-width: 309px;
}

.max-width-310 {
  max-width: 310px;
}

.max-width-311 {
  max-width: 311px;
}

.max-width-312 {
  max-width: 312px;
}

.max-width-313 {
  max-width: 313px;
}

.max-width-314 {
  max-width: 314px;
}

.max-width-315 {
  max-width: 315px;
}

.max-width-316 {
  max-width: 316px;
}

.max-width-317 {
  max-width: 317px;
}

.max-width-318 {
  max-width: 318px;
}

.max-width-319 {
  max-width: 319px;
}

.max-width-320 {
  max-width: 320px;
}

.max-width-321 {
  max-width: 321px;
}

.max-width-322 {
  max-width: 322px;
}

.max-width-323 {
  max-width: 323px;
}

.max-width-324 {
  max-width: 324px;
}

.max-width-325 {
  max-width: 325px;
}

.max-width-326 {
  max-width: 326px;
}

.max-width-327 {
  max-width: 327px;
}

.max-width-328 {
  max-width: 328px;
}

.max-width-329 {
  max-width: 329px;
}

.max-width-330 {
  max-width: 330px;
}

.max-width-331 {
  max-width: 331px;
}

.max-width-332 {
  max-width: 332px;
}

.max-width-333 {
  max-width: 333px;
}

.max-width-334 {
  max-width: 334px;
}

.max-width-335 {
  max-width: 335px;
}

.max-width-336 {
  max-width: 336px;
}

.max-width-337 {
  max-width: 337px;
}

.max-width-338 {
  max-width: 338px;
}

.max-width-339 {
  max-width: 339px;
}

.max-width-340 {
  max-width: 340px;
}

.max-width-341 {
  max-width: 341px;
}

.max-width-342 {
  max-width: 342px;
}

.max-width-343 {
  max-width: 343px;
}

.max-width-344 {
  max-width: 344px;
}

.max-width-345 {
  max-width: 345px;
}

.max-width-346 {
  max-width: 346px;
}

.max-width-347 {
  max-width: 347px;
}

.max-width-348 {
  max-width: 348px;
}

.max-width-349 {
  max-width: 349px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-351 {
  max-width: 351px;
}

.max-width-352 {
  max-width: 352px;
}

.max-width-353 {
  max-width: 353px;
}

.max-width-354 {
  max-width: 354px;
}

.max-width-355 {
  max-width: 355px;
}

.max-width-356 {
  max-width: 356px;
}

.max-width-357 {
  max-width: 357px;
}

.max-width-358 {
  max-width: 358px;
}

.max-width-359 {
  max-width: 359px;
}

.max-width-360 {
  max-width: 360px;
}

.max-width-361 {
  max-width: 361px;
}

.max-width-362 {
  max-width: 362px;
}

.max-width-363 {
  max-width: 363px;
}

.max-width-364 {
  max-width: 364px;
}

.max-width-365 {
  max-width: 365px;
}

.max-width-366 {
  max-width: 366px;
}

.max-width-367 {
  max-width: 367px;
}

.max-width-368 {
  max-width: 368px;
}

.max-width-369 {
  max-width: 369px;
}

.max-width-370 {
  max-width: 370px;
}

.max-width-371 {
  max-width: 371px;
}

.max-width-372 {
  max-width: 372px;
}

.max-width-373 {
  max-width: 373px;
}

.max-width-374 {
  max-width: 374px;
}

.max-width-375 {
  max-width: 375px;
}

.max-width-376 {
  max-width: 376px;
}

.max-width-377 {
  max-width: 377px;
}

.max-width-378 {
  max-width: 378px;
}

.max-width-379 {
  max-width: 379px;
}

.max-width-380 {
  max-width: 380px;
}

.max-width-381 {
  max-width: 381px;
}

.max-width-382 {
  max-width: 382px;
}

.max-width-383 {
  max-width: 383px;
}

.max-width-384 {
  max-width: 384px;
}

.max-width-385 {
  max-width: 385px;
}

.max-width-386 {
  max-width: 386px;
}

.max-width-387 {
  max-width: 387px;
}

.max-width-388 {
  max-width: 388px;
}

.max-width-389 {
  max-width: 389px;
}

.max-width-390 {
  max-width: 390px;
}

.max-width-391 {
  max-width: 391px;
}

.max-width-392 {
  max-width: 392px;
}

.max-width-393 {
  max-width: 393px;
}

.max-width-394 {
  max-width: 394px;
}

.max-width-395 {
  max-width: 395px;
}

.max-width-396 {
  max-width: 396px;
}

.max-width-397 {
  max-width: 397px;
}

.max-width-398 {
  max-width: 398px;
}

.max-width-399 {
  max-width: 399px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-401 {
  max-width: 401px;
}

.max-width-402 {
  max-width: 402px;
}

.max-width-403 {
  max-width: 403px;
}

.max-width-404 {
  max-width: 404px;
}

.max-width-405 {
  max-width: 405px;
}

.max-width-406 {
  max-width: 406px;
}

.max-width-407 {
  max-width: 407px;
}

.max-width-408 {
  max-width: 408px;
}

.max-width-409 {
  max-width: 409px;
}

.max-width-410 {
  max-width: 410px;
}

.max-width-411 {
  max-width: 411px;
}

.max-width-412 {
  max-width: 412px;
}

.max-width-413 {
  max-width: 413px;
}

.max-width-414 {
  max-width: 414px;
}

.max-width-415 {
  max-width: 415px;
}

.max-width-416 {
  max-width: 416px;
}

.max-width-417 {
  max-width: 417px;
}

.max-width-418 {
  max-width: 418px;
}

.max-width-419 {
  max-width: 419px;
}

.max-width-420 {
  max-width: 420px;
}

.max-width-421 {
  max-width: 421px;
}

.max-width-422 {
  max-width: 422px;
}

.max-width-423 {
  max-width: 423px;
}

.max-width-424 {
  max-width: 424px;
}

.max-width-425 {
  max-width: 425px;
}

.max-width-426 {
  max-width: 426px;
}

.max-width-427 {
  max-width: 427px;
}

.max-width-428 {
  max-width: 428px;
}

.max-width-429 {
  max-width: 429px;
}

.max-width-430 {
  max-width: 430px;
}

.max-width-431 {
  max-width: 431px;
}

.max-width-432 {
  max-width: 432px;
}

.max-width-433 {
  max-width: 433px;
}

.max-width-434 {
  max-width: 434px;
}

.max-width-435 {
  max-width: 435px;
}

.max-width-436 {
  max-width: 436px;
}

.max-width-437 {
  max-width: 437px;
}

.max-width-438 {
  max-width: 438px;
}

.max-width-439 {
  max-width: 439px;
}

.max-width-440 {
  max-width: 440px;
}

.max-width-441 {
  max-width: 441px;
}

.max-width-442 {
  max-width: 442px;
}

.max-width-443 {
  max-width: 443px;
}

.max-width-444 {
  max-width: 444px;
}

.max-width-445 {
  max-width: 445px;
}

.max-width-446 {
  max-width: 446px;
}

.max-width-447 {
  max-width: 447px;
}

.max-width-448 {
  max-width: 448px;
}

.max-width-449 {
  max-width: 449px;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-451 {
  max-width: 451px;
}

.max-width-452 {
  max-width: 452px;
}

.max-width-453 {
  max-width: 453px;
}

.max-width-454 {
  max-width: 454px;
}

.max-width-455 {
  max-width: 455px;
}

.max-width-456 {
  max-width: 456px;
}

.max-width-457 {
  max-width: 457px;
}

.max-width-458 {
  max-width: 458px;
}

.max-width-459 {
  max-width: 459px;
}

.max-width-460 {
  max-width: 460px;
}

.max-width-461 {
  max-width: 461px;
}

.max-width-462 {
  max-width: 462px;
}

.max-width-463 {
  max-width: 463px;
}

.max-width-464 {
  max-width: 464px;
}

.max-width-465 {
  max-width: 465px;
}

.max-width-466 {
  max-width: 466px;
}

.max-width-467 {
  max-width: 467px;
}

.max-width-468 {
  max-width: 468px;
}

.max-width-469 {
  max-width: 469px;
}

.max-width-470 {
  max-width: 470px;
}

.max-width-471 {
  max-width: 471px;
}

.max-width-472 {
  max-width: 472px;
}

.max-width-473 {
  max-width: 473px;
}

.max-width-474 {
  max-width: 474px;
}

.max-width-475 {
  max-width: 475px;
}

.max-width-476 {
  max-width: 476px;
}

.max-width-477 {
  max-width: 477px;
}

.max-width-478 {
  max-width: 478px;
}

.max-width-479 {
  max-width: 479px;
}

.max-width-480 {
  max-width: 480px;
}

.max-width-481 {
  max-width: 481px;
}

.max-width-482 {
  max-width: 482px;
}

.max-width-483 {
  max-width: 483px;
}

.max-width-484 {
  max-width: 484px;
}

.max-width-485 {
  max-width: 485px;
}

.max-width-486 {
  max-width: 486px;
}

.max-width-487 {
  max-width: 487px;
}

.max-width-488 {
  max-width: 488px;
}

.max-width-489 {
  max-width: 489px;
}

.max-width-490 {
  max-width: 490px;
}

.max-width-491 {
  max-width: 491px;
}

.max-width-492 {
  max-width: 492px;
}

.max-width-493 {
  max-width: 493px;
}

.max-width-494 {
  max-width: 494px;
}

.max-width-495 {
  max-width: 495px;
}

.max-width-496 {
  max-width: 496px;
}

.max-width-497 {
  max-width: 497px;
}

.max-width-498 {
  max-width: 498px;
}

.max-width-499 {
  max-width: 499px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-501 {
  max-width: 501px;
}

.max-width-502 {
  max-width: 502px;
}

.max-width-503 {
  max-width: 503px;
}

.max-width-504 {
  max-width: 504px;
}

.max-width-505 {
  max-width: 505px;
}

.max-width-506 {
  max-width: 506px;
}

.max-width-507 {
  max-width: 507px;
}

.max-width-508 {
  max-width: 508px;
}

.max-width-509 {
  max-width: 509px;
}

.max-width-510 {
  max-width: 510px;
}

.max-width-511 {
  max-width: 511px;
}

.max-width-512 {
  max-width: 512px;
}

.max-width-513 {
  max-width: 513px;
}

.max-width-514 {
  max-width: 514px;
}

.max-width-515 {
  max-width: 515px;
}

.max-width-516 {
  max-width: 516px;
}

.max-width-517 {
  max-width: 517px;
}

.max-width-518 {
  max-width: 518px;
}

.max-width-519 {
  max-width: 519px;
}

.max-width-520 {
  max-width: 520px;
}

.max-width-521 {
  max-width: 521px;
}

.max-width-522 {
  max-width: 522px;
}

.max-width-523 {
  max-width: 523px;
}

.max-width-524 {
  max-width: 524px;
}

.max-width-525 {
  max-width: 525px;
}

.max-width-526 {
  max-width: 526px;
}

.max-width-527 {
  max-width: 527px;
}

.max-width-528 {
  max-width: 528px;
}

.max-width-529 {
  max-width: 529px;
}

.max-width-530 {
  max-width: 530px;
}

.max-width-531 {
  max-width: 531px;
}

.max-width-532 {
  max-width: 532px;
}

.max-width-533 {
  max-width: 533px;
}

.max-width-534 {
  max-width: 534px;
}

.max-width-535 {
  max-width: 535px;
}

.max-width-536 {
  max-width: 536px;
}

.max-width-537 {
  max-width: 537px;
}

.max-width-538 {
  max-width: 538px;
}

.max-width-539 {
  max-width: 539px;
}

.max-width-540 {
  max-width: 540px;
}

.max-width-541 {
  max-width: 541px;
}

.max-width-542 {
  max-width: 542px;
}

.max-width-543 {
  max-width: 543px;
}

.max-width-544 {
  max-width: 544px;
}

.max-width-545 {
  max-width: 545px;
}

.max-width-546 {
  max-width: 546px;
}

.max-width-547 {
  max-width: 547px;
}

.max-width-548 {
  max-width: 548px;
}

.max-width-549 {
  max-width: 549px;
}

.max-width-550 {
  max-width: 550px;
}

.max-width-551 {
  max-width: 551px;
}

.max-width-552 {
  max-width: 552px;
}

.max-width-553 {
  max-width: 553px;
}

.max-width-554 {
  max-width: 554px;
}

.max-width-555 {
  max-width: 555px;
}

.max-width-556 {
  max-width: 556px;
}

.max-width-557 {
  max-width: 557px;
}

.max-width-558 {
  max-width: 558px;
}

.max-width-559 {
  max-width: 559px;
}

.max-width-560 {
  max-width: 560px;
}

.max-width-561 {
  max-width: 561px;
}

.max-width-562 {
  max-width: 562px;
}

.max-width-563 {
  max-width: 563px;
}

.max-width-564 {
  max-width: 564px;
}

.max-width-565 {
  max-width: 565px;
}

.max-width-566 {
  max-width: 566px;
}

.max-width-567 {
  max-width: 567px;
}

.max-width-568 {
  max-width: 568px;
}

.max-width-569 {
  max-width: 569px;
}

.max-width-570 {
  max-width: 570px;
}

.max-width-571 {
  max-width: 571px;
}

.max-width-572 {
  max-width: 572px;
}

.max-width-573 {
  max-width: 573px;
}

.max-width-574 {
  max-width: 574px;
}

.max-width-575 {
  max-width: 575px;
}

.max-width-576 {
  max-width: 576px;
}

.max-width-577 {
  max-width: 577px;
}

.max-width-578 {
  max-width: 578px;
}

.max-width-579 {
  max-width: 579px;
}

.max-width-580 {
  max-width: 580px;
}

.max-width-581 {
  max-width: 581px;
}

.max-width-582 {
  max-width: 582px;
}

.max-width-583 {
  max-width: 583px;
}

.max-width-584 {
  max-width: 584px;
}

.max-width-585 {
  max-width: 585px;
}

.max-width-586 {
  max-width: 586px;
}

.max-width-587 {
  max-width: 587px;
}

.max-width-588 {
  max-width: 588px;
}

.max-width-589 {
  max-width: 589px;
}

.max-width-590 {
  max-width: 590px;
}

.max-width-591 {
  max-width: 591px;
}

.max-width-592 {
  max-width: 592px;
}

.max-width-593 {
  max-width: 593px;
}

.max-width-594 {
  max-width: 594px;
}

.max-width-595 {
  max-width: 595px;
}

.max-width-596 {
  max-width: 596px;
}

.max-width-597 {
  max-width: 597px;
}

.max-width-598 {
  max-width: 598px;
}

.max-width-599 {
  max-width: 599px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-601 {
  max-width: 601px;
}

.max-width-602 {
  max-width: 602px;
}

.max-width-603 {
  max-width: 603px;
}

.max-width-604 {
  max-width: 604px;
}

.max-width-605 {
  max-width: 605px;
}

.max-width-606 {
  max-width: 606px;
}

.max-width-607 {
  max-width: 607px;
}

.max-width-608 {
  max-width: 608px;
}

.max-width-609 {
  max-width: 609px;
}

.max-width-610 {
  max-width: 610px;
}

.max-width-611 {
  max-width: 611px;
}

.max-width-612 {
  max-width: 612px;
}

.max-width-613 {
  max-width: 613px;
}

.max-width-614 {
  max-width: 614px;
}

.max-width-615 {
  max-width: 615px;
}

.max-width-616 {
  max-width: 616px;
}

.max-width-617 {
  max-width: 617px;
}

.max-width-618 {
  max-width: 618px;
}

.max-width-619 {
  max-width: 619px;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-621 {
  max-width: 621px;
}

.max-width-622 {
  max-width: 622px;
}

.max-width-623 {
  max-width: 623px;
}

.max-width-624 {
  max-width: 624px;
}

.max-width-625 {
  max-width: 625px;
}

.max-width-626 {
  max-width: 626px;
}

.max-width-627 {
  max-width: 627px;
}

.max-width-628 {
  max-width: 628px;
}

.max-width-629 {
  max-width: 629px;
}

.max-width-630 {
  max-width: 630px;
}

.max-width-631 {
  max-width: 631px;
}

.max-width-632 {
  max-width: 632px;
}

.max-width-633 {
  max-width: 633px;
}

.max-width-634 {
  max-width: 634px;
}

.max-width-635 {
  max-width: 635px;
}

.max-width-636 {
  max-width: 636px;
}

.max-width-637 {
  max-width: 637px;
}

.max-width-638 {
  max-width: 638px;
}

.max-width-639 {
  max-width: 639px;
}

.max-width-640 {
  max-width: 640px;
}

.max-width-641 {
  max-width: 641px;
}

.max-width-642 {
  max-width: 642px;
}

.max-width-643 {
  max-width: 643px;
}

.max-width-644 {
  max-width: 644px;
}

.max-width-645 {
  max-width: 645px;
}

.max-width-646 {
  max-width: 646px;
}

.max-width-647 {
  max-width: 647px;
}

.max-width-648 {
  max-width: 648px;
}

.max-width-649 {
  max-width: 649px;
}

.max-width-650 {
  max-width: 650px;
}

.max-width-651 {
  max-width: 651px;
}

.max-width-652 {
  max-width: 652px;
}

.max-width-653 {
  max-width: 653px;
}

.max-width-654 {
  max-width: 654px;
}

.max-width-655 {
  max-width: 655px;
}

.max-width-656 {
  max-width: 656px;
}

.max-width-657 {
  max-width: 657px;
}

.max-width-658 {
  max-width: 658px;
}

.max-width-659 {
  max-width: 659px;
}

.max-width-660 {
  max-width: 660px;
}

.max-width-661 {
  max-width: 661px;
}

.max-width-662 {
  max-width: 662px;
}

.max-width-663 {
  max-width: 663px;
}

.max-width-664 {
  max-width: 664px;
}

.max-width-665 {
  max-width: 665px;
}

.max-width-666 {
  max-width: 666px;
}

.max-width-667 {
  max-width: 667px;
}

.max-width-668 {
  max-width: 668px;
}

.max-width-669 {
  max-width: 669px;
}

.max-width-670 {
  max-width: 670px;
}

.max-width-671 {
  max-width: 671px;
}

.max-width-672 {
  max-width: 672px;
}

.max-width-673 {
  max-width: 673px;
}

.max-width-674 {
  max-width: 674px;
}

.max-width-675 {
  max-width: 675px;
}

.max-width-676 {
  max-width: 676px;
}

.max-width-677 {
  max-width: 677px;
}

.max-width-678 {
  max-width: 678px;
}

.max-width-679 {
  max-width: 679px;
}

.max-width-680 {
  max-width: 680px;
}

.max-width-681 {
  max-width: 681px;
}

.max-width-682 {
  max-width: 682px;
}

.max-width-683 {
  max-width: 683px;
}

.max-width-684 {
  max-width: 684px;
}

.max-width-685 {
  max-width: 685px;
}

.max-width-686 {
  max-width: 686px;
}

.max-width-687 {
  max-width: 687px;
}

.max-width-688 {
  max-width: 688px;
}

.max-width-689 {
  max-width: 689px;
}

.max-width-690 {
  max-width: 690px;
}

.max-width-691 {
  max-width: 691px;
}

.max-width-692 {
  max-width: 692px;
}

.max-width-693 {
  max-width: 693px;
}

.max-width-694 {
  max-width: 694px;
}

.max-width-695 {
  max-width: 695px;
}

.max-width-696 {
  max-width: 696px;
}

.max-width-697 {
  max-width: 697px;
}

.max-width-698 {
  max-width: 698px;
}

.max-width-699 {
  max-width: 699px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-701 {
  max-width: 701px;
}

.max-width-702 {
  max-width: 702px;
}

.max-width-703 {
  max-width: 703px;
}

.max-width-704 {
  max-width: 704px;
}

.max-width-705 {
  max-width: 705px;
}

.max-width-706 {
  max-width: 706px;
}

.max-width-707 {
  max-width: 707px;
}

.max-width-708 {
  max-width: 708px;
}

.max-width-709 {
  max-width: 709px;
}

.max-width-710 {
  max-width: 710px;
}

.max-width-711 {
  max-width: 711px;
}

.max-width-712 {
  max-width: 712px;
}

.max-width-713 {
  max-width: 713px;
}

.max-width-714 {
  max-width: 714px;
}

.max-width-715 {
  max-width: 715px;
}

.max-width-716 {
  max-width: 716px;
}

.max-width-717 {
  max-width: 717px;
}

.max-width-718 {
  max-width: 718px;
}

.max-width-719 {
  max-width: 719px;
}

.max-width-720 {
  max-width: 720px;
}

.max-width-721 {
  max-width: 721px;
}

.max-width-722 {
  max-width: 722px;
}

.max-width-723 {
  max-width: 723px;
}

.max-width-724 {
  max-width: 724px;
}

.max-width-725 {
  max-width: 725px;
}

.max-width-726 {
  max-width: 726px;
}

.max-width-727 {
  max-width: 727px;
}

.max-width-728 {
  max-width: 728px;
}

.max-width-729 {
  max-width: 729px;
}

.max-width-730 {
  max-width: 730px;
}

.max-width-731 {
  max-width: 731px;
}

.max-width-732 {
  max-width: 732px;
}

.max-width-733 {
  max-width: 733px;
}

.max-width-734 {
  max-width: 734px;
}

.max-width-735 {
  max-width: 735px;
}

.max-width-736 {
  max-width: 736px;
}

.max-width-737 {
  max-width: 737px;
}

.max-width-738 {
  max-width: 738px;
}

.max-width-739 {
  max-width: 739px;
}

.max-width-740 {
  max-width: 740px;
}

.max-width-741 {
  max-width: 741px;
}

.max-width-742 {
  max-width: 742px;
}

.max-width-743 {
  max-width: 743px;
}

.max-width-744 {
  max-width: 744px;
}

.max-width-745 {
  max-width: 745px;
}

.max-width-746 {
  max-width: 746px;
}

.max-width-747 {
  max-width: 747px;
}

.max-width-748 {
  max-width: 748px;
}

.max-width-749 {
  max-width: 749px;
}

.max-width-750 {
  max-width: 750px;
}

.max-width-751 {
  max-width: 751px;
}

.max-width-752 {
  max-width: 752px;
}

.max-width-753 {
  max-width: 753px;
}

.max-width-754 {
  max-width: 754px;
}

.max-width-755 {
  max-width: 755px;
}

.max-width-756 {
  max-width: 756px;
}

.max-width-757 {
  max-width: 757px;
}

.max-width-758 {
  max-width: 758px;
}

.max-width-759 {
  max-width: 759px;
}

.max-width-760 {
  max-width: 760px;
}

.max-width-761 {
  max-width: 761px;
}

.max-width-762 {
  max-width: 762px;
}

.max-width-763 {
  max-width: 763px;
}

.max-width-764 {
  max-width: 764px;
}

.max-width-765 {
  max-width: 765px;
}

.max-width-766 {
  max-width: 766px;
}

.max-width-767 {
  max-width: 767px;
}

.max-width-768 {
  max-width: 768px;
}

.max-width-769 {
  max-width: 769px;
}

.max-width-770 {
  max-width: 770px;
}

.max-width-771 {
  max-width: 771px;
}

.max-width-772 {
  max-width: 772px;
}

.max-width-773 {
  max-width: 773px;
}

.max-width-774 {
  max-width: 774px;
}

.max-width-775 {
  max-width: 775px;
}

.max-width-776 {
  max-width: 776px;
}

.max-width-777 {
  max-width: 777px;
}

.max-width-778 {
  max-width: 778px;
}

.max-width-779 {
  max-width: 779px;
}

.max-width-780 {
  max-width: 780px;
}

.max-width-781 {
  max-width: 781px;
}

.max-width-782 {
  max-width: 782px;
}

.max-width-783 {
  max-width: 783px;
}

.max-width-784 {
  max-width: 784px;
}

.max-width-785 {
  max-width: 785px;
}

.max-width-786 {
  max-width: 786px;
}

.max-width-787 {
  max-width: 787px;
}

.max-width-788 {
  max-width: 788px;
}

.max-width-789 {
  max-width: 789px;
}

.max-width-790 {
  max-width: 790px;
}

.max-width-791 {
  max-width: 791px;
}

.max-width-792 {
  max-width: 792px;
}

.max-width-793 {
  max-width: 793px;
}

.max-width-794 {
  max-width: 794px;
}

.max-width-795 {
  max-width: 795px;
}

.max-width-796 {
  max-width: 796px;
}

.max-width-797 {
  max-width: 797px;
}

.max-width-798 {
  max-width: 798px;
}

.max-width-799 {
  max-width: 799px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-801 {
  max-width: 801px;
}

.max-width-802 {
  max-width: 802px;
}

.max-width-803 {
  max-width: 803px;
}

.max-width-804 {
  max-width: 804px;
}

.max-width-805 {
  max-width: 805px;
}

.max-width-806 {
  max-width: 806px;
}

.max-width-807 {
  max-width: 807px;
}

.max-width-808 {
  max-width: 808px;
}

.max-width-809 {
  max-width: 809px;
}

.max-width-810 {
  max-width: 810px;
}

.max-width-811 {
  max-width: 811px;
}

.max-width-812 {
  max-width: 812px;
}

.max-width-813 {
  max-width: 813px;
}

.max-width-814 {
  max-width: 814px;
}

.max-width-815 {
  max-width: 815px;
}

.max-width-816 {
  max-width: 816px;
}

.max-width-817 {
  max-width: 817px;
}

.max-width-818 {
  max-width: 818px;
}

.max-width-819 {
  max-width: 819px;
}

.max-width-820 {
  max-width: 820px;
}

.max-width-821 {
  max-width: 821px;
}

.max-width-822 {
  max-width: 822px;
}

.max-width-823 {
  max-width: 823px;
}

.max-width-824 {
  max-width: 824px;
}

.max-width-825 {
  max-width: 825px;
}

.max-width-826 {
  max-width: 826px;
}

.max-width-827 {
  max-width: 827px;
}

.max-width-828 {
  max-width: 828px;
}

.max-width-829 {
  max-width: 829px;
}

.max-width-830 {
  max-width: 830px;
}

.max-width-831 {
  max-width: 831px;
}

.max-width-832 {
  max-width: 832px;
}

.max-width-833 {
  max-width: 833px;
}

.max-width-834 {
  max-width: 834px;
}

.max-width-835 {
  max-width: 835px;
}

.max-width-836 {
  max-width: 836px;
}

.max-width-837 {
  max-width: 837px;
}

.max-width-838 {
  max-width: 838px;
}

.max-width-839 {
  max-width: 839px;
}

.max-width-840 {
  max-width: 840px;
}

.max-width-841 {
  max-width: 841px;
}

.max-width-842 {
  max-width: 842px;
}

.max-width-843 {
  max-width: 843px;
}

.max-width-844 {
  max-width: 844px;
}

.max-width-845 {
  max-width: 845px;
}

.max-width-846 {
  max-width: 846px;
}

.max-width-847 {
  max-width: 847px;
}

.max-width-848 {
  max-width: 848px;
}

.max-width-849 {
  max-width: 849px;
}

.max-width-850 {
  max-width: 850px;
}

.max-width-851 {
  max-width: 851px;
}

.max-width-852 {
  max-width: 852px;
}

.max-width-853 {
  max-width: 853px;
}

.max-width-854 {
  max-width: 854px;
}

.max-width-855 {
  max-width: 855px;
}

.max-width-856 {
  max-width: 856px;
}

.max-width-857 {
  max-width: 857px;
}

.max-width-858 {
  max-width: 858px;
}

.max-width-859 {
  max-width: 859px;
}

.max-width-860 {
  max-width: 860px;
}

.max-width-861 {
  max-width: 861px;
}

.max-width-862 {
  max-width: 862px;
}

.max-width-863 {
  max-width: 863px;
}

.max-width-864 {
  max-width: 864px;
}

.max-width-865 {
  max-width: 865px;
}

.max-width-866 {
  max-width: 866px;
}

.max-width-867 {
  max-width: 867px;
}

.max-width-868 {
  max-width: 868px;
}

.max-width-869 {
  max-width: 869px;
}

.max-width-870 {
  max-width: 870px;
}

.max-width-871 {
  max-width: 871px;
}

.max-width-872 {
  max-width: 872px;
}

.max-width-873 {
  max-width: 873px;
}

.max-width-874 {
  max-width: 874px;
}

.max-width-875 {
  max-width: 875px;
}

.max-width-876 {
  max-width: 876px;
}

.max-width-877 {
  max-width: 877px;
}

.max-width-878 {
  max-width: 878px;
}

.max-width-879 {
  max-width: 879px;
}

.max-width-880 {
  max-width: 880px;
}

.max-width-881 {
  max-width: 881px;
}

.max-width-882 {
  max-width: 882px;
}

.max-width-883 {
  max-width: 883px;
}

.max-width-884 {
  max-width: 884px;
}

.max-width-885 {
  max-width: 885px;
}

.max-width-886 {
  max-width: 886px;
}

.max-width-887 {
  max-width: 887px;
}

.max-width-888 {
  max-width: 888px;
}

.max-width-889 {
  max-width: 889px;
}

.max-width-890 {
  max-width: 890px;
}

.max-width-891 {
  max-width: 891px;
}

.max-width-892 {
  max-width: 892px;
}

.max-width-893 {
  max-width: 893px;
}

.max-width-894 {
  max-width: 894px;
}

.max-width-895 {
  max-width: 895px;
}

.max-width-896 {
  max-width: 896px;
}

.max-width-897 {
  max-width: 897px;
}

.max-width-898 {
  max-width: 898px;
}

.max-width-899 {
  max-width: 899px;
}

.max-width-900 {
  max-width: 900px;
}

.max-width-901 {
  max-width: 901px;
}

.max-width-902 {
  max-width: 902px;
}

.max-width-903 {
  max-width: 903px;
}

.max-width-904 {
  max-width: 904px;
}

.max-width-905 {
  max-width: 905px;
}

.max-width-906 {
  max-width: 906px;
}

.max-width-907 {
  max-width: 907px;
}

.max-width-908 {
  max-width: 908px;
}

.max-width-909 {
  max-width: 909px;
}

.max-width-910 {
  max-width: 910px;
}

.max-width-911 {
  max-width: 911px;
}

.max-width-912 {
  max-width: 912px;
}

.max-width-913 {
  max-width: 913px;
}

.max-width-914 {
  max-width: 914px;
}

.max-width-915 {
  max-width: 915px;
}

.max-width-916 {
  max-width: 916px;
}

.max-width-917 {
  max-width: 917px;
}

.max-width-918 {
  max-width: 918px;
}

.max-width-919 {
  max-width: 919px;
}

.max-width-920 {
  max-width: 920px;
}

.max-width-921 {
  max-width: 921px;
}

.max-width-922 {
  max-width: 922px;
}

.max-width-923 {
  max-width: 923px;
}

.max-width-924 {
  max-width: 924px;
}

.max-width-925 {
  max-width: 925px;
}

.max-width-926 {
  max-width: 926px;
}

.max-width-927 {
  max-width: 927px;
}

.max-width-928 {
  max-width: 928px;
}

.max-width-929 {
  max-width: 929px;
}

.max-width-930 {
  max-width: 930px;
}

.max-width-931 {
  max-width: 931px;
}

.max-width-932 {
  max-width: 932px;
}

.max-width-933 {
  max-width: 933px;
}

.max-width-934 {
  max-width: 934px;
}

.max-width-935 {
  max-width: 935px;
}

.max-width-936 {
  max-width: 936px;
}

.max-width-937 {
  max-width: 937px;
}

.max-width-938 {
  max-width: 938px;
}

.max-width-939 {
  max-width: 939px;
}

.max-width-940 {
  max-width: 940px;
}

.max-width-941 {
  max-width: 941px;
}

.max-width-942 {
  max-width: 942px;
}

.max-width-943 {
  max-width: 943px;
}

.max-width-944 {
  max-width: 944px;
}

.max-width-945 {
  max-width: 945px;
}

.max-width-946 {
  max-width: 946px;
}

.max-width-947 {
  max-width: 947px;
}

.max-width-948 {
  max-width: 948px;
}

.max-width-949 {
  max-width: 949px;
}

.max-width-950 {
  max-width: 950px;
}

.max-width-951 {
  max-width: 951px;
}

.max-width-952 {
  max-width: 952px;
}

.max-width-953 {
  max-width: 953px;
}

.max-width-954 {
  max-width: 954px;
}

.max-width-955 {
  max-width: 955px;
}

.max-width-956 {
  max-width: 956px;
}

.max-width-957 {
  max-width: 957px;
}

.max-width-958 {
  max-width: 958px;
}

.max-width-959 {
  max-width: 959px;
}

.max-width-960 {
  max-width: 960px;
}

.max-width-961 {
  max-width: 961px;
}

.max-width-962 {
  max-width: 962px;
}

.max-width-963 {
  max-width: 963px;
}

.max-width-964 {
  max-width: 964px;
}

.max-width-965 {
  max-width: 965px;
}

.max-width-966 {
  max-width: 966px;
}

.max-width-967 {
  max-width: 967px;
}

.max-width-968 {
  max-width: 968px;
}

.max-width-969 {
  max-width: 969px;
}

.max-width-970 {
  max-width: 970px;
}

.max-width-971 {
  max-width: 971px;
}

.max-width-972 {
  max-width: 972px;
}

.max-width-973 {
  max-width: 973px;
}

.max-width-974 {
  max-width: 974px;
}

.max-width-975 {
  max-width: 975px;
}

.max-width-976 {
  max-width: 976px;
}

.max-width-977 {
  max-width: 977px;
}

.max-width-978 {
  max-width: 978px;
}

.max-width-979 {
  max-width: 979px;
}

.max-width-980 {
  max-width: 980px;
}

.max-width-981 {
  max-width: 981px;
}

.max-width-982 {
  max-width: 982px;
}

.max-width-983 {
  max-width: 983px;
}

.max-width-984 {
  max-width: 984px;
}

.max-width-985 {
  max-width: 985px;
}

.max-width-986 {
  max-width: 986px;
}

.max-width-987 {
  max-width: 987px;
}

.max-width-988 {
  max-width: 988px;
}

.max-width-989 {
  max-width: 989px;
}

.max-width-990 {
  max-width: 990px;
}

.max-width-991 {
  max-width: 991px;
}

.max-width-992 {
  max-width: 992px;
}

.max-width-993 {
  max-width: 993px;
}

.max-width-994 {
  max-width: 994px;
}

.max-width-995 {
  max-width: 995px;
}

.max-width-996 {
  max-width: 996px;
}

.max-width-997 {
  max-width: 997px;
}

.max-width-998 {
  max-width: 998px;
}

.max-width-999 {
  max-width: 999px;
}

.max-width-1000 {
  max-width: 1000px;
}

.max-width-1001 {
  max-width: 1001px;
}

.max-width-1002 {
  max-width: 1002px;
}

.max-width-1003 {
  max-width: 1003px;
}

.max-width-1004 {
  max-width: 1004px;
}

.max-width-1005 {
  max-width: 1005px;
}

.max-width-1006 {
  max-width: 1006px;
}

.max-width-1007 {
  max-width: 1007px;
}

.max-width-1008 {
  max-width: 1008px;
}

.max-width-1009 {
  max-width: 1009px;
}

.max-width-1010 {
  max-width: 1010px;
}

.max-width-1011 {
  max-width: 1011px;
}

.max-width-1012 {
  max-width: 1012px;
}

.max-width-1013 {
  max-width: 1013px;
}

.max-width-1014 {
  max-width: 1014px;
}

.max-width-1015 {
  max-width: 1015px;
}

.max-width-1016 {
  max-width: 1016px;
}

.max-width-1017 {
  max-width: 1017px;
}

.max-width-1018 {
  max-width: 1018px;
}

.max-width-1019 {
  max-width: 1019px;
}

.max-width-1020 {
  max-width: 1020px;
}

.max-width-1021 {
  max-width: 1021px;
}

.max-width-1022 {
  max-width: 1022px;
}

.max-width-1023 {
  max-width: 1023px;
}

.max-width-1024 {
  max-width: 1024px;
}

.max-width-1025 {
  max-width: 1025px;
}

.max-width-1026 {
  max-width: 1026px;
}

.max-width-1027 {
  max-width: 1027px;
}

.max-width-1028 {
  max-width: 1028px;
}

.max-width-1029 {
  max-width: 1029px;
}

.max-width-1030 {
  max-width: 1030px;
}

.max-width-1031 {
  max-width: 1031px;
}

.max-width-1032 {
  max-width: 1032px;
}

.max-width-1033 {
  max-width: 1033px;
}

.max-width-1034 {
  max-width: 1034px;
}

.max-width-1035 {
  max-width: 1035px;
}

.max-width-1036 {
  max-width: 1036px;
}

.max-width-1037 {
  max-width: 1037px;
}

.max-width-1038 {
  max-width: 1038px;
}

.max-width-1039 {
  max-width: 1039px;
}

.max-width-1040 {
  max-width: 1040px;
}

.max-width-1041 {
  max-width: 1041px;
}

.max-width-1042 {
  max-width: 1042px;
}

.max-width-1043 {
  max-width: 1043px;
}

.max-width-1044 {
  max-width: 1044px;
}

.max-width-1045 {
  max-width: 1045px;
}

.max-width-1046 {
  max-width: 1046px;
}

.max-width-1047 {
  max-width: 1047px;
}

.max-width-1048 {
  max-width: 1048px;
}

.max-width-1049 {
  max-width: 1049px;
}

.max-width-1050 {
  max-width: 1050px;
}

.max-width-1051 {
  max-width: 1051px;
}

.max-width-1052 {
  max-width: 1052px;
}

.max-width-1053 {
  max-width: 1053px;
}

.max-width-1054 {
  max-width: 1054px;
}

.max-width-1055 {
  max-width: 1055px;
}

.max-width-1056 {
  max-width: 1056px;
}

.max-width-1057 {
  max-width: 1057px;
}

.max-width-1058 {
  max-width: 1058px;
}

.max-width-1059 {
  max-width: 1059px;
}

.max-width-1060 {
  max-width: 1060px;
}

.max-width-1061 {
  max-width: 1061px;
}

.max-width-1062 {
  max-width: 1062px;
}

.max-width-1063 {
  max-width: 1063px;
}

.max-width-1064 {
  max-width: 1064px;
}

.max-width-1065 {
  max-width: 1065px;
}

.max-width-1066 {
  max-width: 1066px;
}

.max-width-1067 {
  max-width: 1067px;
}

.max-width-1068 {
  max-width: 1068px;
}

.max-width-1069 {
  max-width: 1069px;
}

.max-width-1070 {
  max-width: 1070px;
}

.max-width-1071 {
  max-width: 1071px;
}

.max-width-1072 {
  max-width: 1072px;
}

.max-width-1073 {
  max-width: 1073px;
}

.max-width-1074 {
  max-width: 1074px;
}

.max-width-1075 {
  max-width: 1075px;
}

.max-width-1076 {
  max-width: 1076px;
}

.max-width-1077 {
  max-width: 1077px;
}

.max-width-1078 {
  max-width: 1078px;
}

.max-width-1079 {
  max-width: 1079px;
}

.max-width-1080 {
  max-width: 1080px;
}

.max-width-1081 {
  max-width: 1081px;
}

.max-width-1082 {
  max-width: 1082px;
}

.max-width-1083 {
  max-width: 1083px;
}

.max-width-1084 {
  max-width: 1084px;
}

.max-width-1085 {
  max-width: 1085px;
}

.max-width-1086 {
  max-width: 1086px;
}

.max-width-1087 {
  max-width: 1087px;
}

.max-width-1088 {
  max-width: 1088px;
}

.max-width-1089 {
  max-width: 1089px;
}

.max-width-1090 {
  max-width: 1090px;
}

.max-width-1091 {
  max-width: 1091px;
}

.max-width-1092 {
  max-width: 1092px;
}

.max-width-1093 {
  max-width: 1093px;
}

.max-width-1094 {
  max-width: 1094px;
}

.max-width-1095 {
  max-width: 1095px;
}

.max-width-1096 {
  max-width: 1096px;
}

.max-width-1097 {
  max-width: 1097px;
}

.max-width-1098 {
  max-width: 1098px;
}

.max-width-1099 {
  max-width: 1099px;
}

.max-width-1100 {
  max-width: 1100px;
}

.max-width-1101 {
  max-width: 1101px;
}

.max-width-1102 {
  max-width: 1102px;
}

.max-width-1103 {
  max-width: 1103px;
}

.max-width-1104 {
  max-width: 1104px;
}

.max-width-1105 {
  max-width: 1105px;
}

.max-width-1106 {
  max-width: 1106px;
}

.max-width-1107 {
  max-width: 1107px;
}

.max-width-1108 {
  max-width: 1108px;
}

.max-width-1109 {
  max-width: 1109px;
}

.max-width-1110 {
  max-width: 1110px;
}

.max-width-1111 {
  max-width: 1111px;
}

.max-width-1112 {
  max-width: 1112px;
}

.max-width-1113 {
  max-width: 1113px;
}

.max-width-1114 {
  max-width: 1114px;
}

.max-width-1115 {
  max-width: 1115px;
}

.max-width-1116 {
  max-width: 1116px;
}

.max-width-1117 {
  max-width: 1117px;
}

.max-width-1118 {
  max-width: 1118px;
}

.max-width-1119 {
  max-width: 1119px;
}

.max-width-1120 {
  max-width: 1120px;
}

.max-width-1121 {
  max-width: 1121px;
}

.max-width-1122 {
  max-width: 1122px;
}

.max-width-1123 {
  max-width: 1123px;
}

.max-width-1124 {
  max-width: 1124px;
}

.max-width-1125 {
  max-width: 1125px;
}

.max-width-1126 {
  max-width: 1126px;
}

.max-width-1127 {
  max-width: 1127px;
}

.max-width-1128 {
  max-width: 1128px;
}

.max-width-1129 {
  max-width: 1129px;
}

.max-width-1130 {
  max-width: 1130px;
}

.max-width-1131 {
  max-width: 1131px;
}

.max-width-1132 {
  max-width: 1132px;
}

.max-width-1133 {
  max-width: 1133px;
}

.max-width-1134 {
  max-width: 1134px;
}

.max-width-1135 {
  max-width: 1135px;
}

.max-width-1136 {
  max-width: 1136px;
}

.max-width-1137 {
  max-width: 1137px;
}

.max-width-1138 {
  max-width: 1138px;
}

.max-width-1139 {
  max-width: 1139px;
}

.max-width-1140 {
  max-width: 1140px;
}

.max-width-1141 {
  max-width: 1141px;
}

.max-width-1142 {
  max-width: 1142px;
}

.max-width-1143 {
  max-width: 1143px;
}

.max-width-1144 {
  max-width: 1144px;
}

.max-width-1145 {
  max-width: 1145px;
}

.max-width-1146 {
  max-width: 1146px;
}

.max-width-1147 {
  max-width: 1147px;
}

.max-width-1148 {
  max-width: 1148px;
}

.max-width-1149 {
  max-width: 1149px;
}

.max-width-1150 {
  max-width: 1150px;
}

.max-width-1151 {
  max-width: 1151px;
}

.max-width-1152 {
  max-width: 1152px;
}

.max-width-1153 {
  max-width: 1153px;
}

.max-width-1154 {
  max-width: 1154px;
}

.max-width-1155 {
  max-width: 1155px;
}

.max-width-1156 {
  max-width: 1156px;
}

.max-width-1157 {
  max-width: 1157px;
}

.max-width-1158 {
  max-width: 1158px;
}

.max-width-1159 {
  max-width: 1159px;
}

.max-width-1160 {
  max-width: 1160px;
}

.max-width-1161 {
  max-width: 1161px;
}

.max-width-1162 {
  max-width: 1162px;
}

.max-width-1163 {
  max-width: 1163px;
}

.max-width-1164 {
  max-width: 1164px;
}

.max-width-1165 {
  max-width: 1165px;
}

.max-width-1166 {
  max-width: 1166px;
}

.max-width-1167 {
  max-width: 1167px;
}

.max-width-1168 {
  max-width: 1168px;
}

.max-width-1169 {
  max-width: 1169px;
}

.max-width-1170 {
  max-width: 1170px;
}

.max-width-1171 {
  max-width: 1171px;
}

.max-width-1172 {
  max-width: 1172px;
}

.max-width-1173 {
  max-width: 1173px;
}

.max-width-1174 {
  max-width: 1174px;
}

.max-width-1175 {
  max-width: 1175px;
}

.max-width-1176 {
  max-width: 1176px;
}

.max-width-1177 {
  max-width: 1177px;
}

.max-width-1178 {
  max-width: 1178px;
}

.max-width-1179 {
  max-width: 1179px;
}

.max-width-1180 {
  max-width: 1180px;
}

.max-width-1181 {
  max-width: 1181px;
}

.max-width-1182 {
  max-width: 1182px;
}

.max-width-1183 {
  max-width: 1183px;
}

.max-width-1184 {
  max-width: 1184px;
}

.max-width-1185 {
  max-width: 1185px;
}

.max-width-1186 {
  max-width: 1186px;
}

.max-width-1187 {
  max-width: 1187px;
}

.max-width-1188 {
  max-width: 1188px;
}

.max-width-1189 {
  max-width: 1189px;
}

.max-width-1190 {
  max-width: 1190px;
}

.max-width-1191 {
  max-width: 1191px;
}

.max-width-1192 {
  max-width: 1192px;
}

.max-width-1193 {
  max-width: 1193px;
}

.max-width-1194 {
  max-width: 1194px;
}

.max-width-1195 {
  max-width: 1195px;
}

.max-width-1196 {
  max-width: 1196px;
}

.max-width-1197 {
  max-width: 1197px;
}

.max-width-1198 {
  max-width: 1198px;
}

.max-width-1199 {
  max-width: 1199px;
}

.max-width-1200 {
  max-width: 1200px;
}

.max-width-1201 {
  max-width: 1201px;
}

.max-width-1202 {
  max-width: 1202px;
}

.max-width-1203 {
  max-width: 1203px;
}

.max-width-1204 {
  max-width: 1204px;
}

.max-width-1205 {
  max-width: 1205px;
}

.max-width-1206 {
  max-width: 1206px;
}

.max-width-1207 {
  max-width: 1207px;
}

.max-width-1208 {
  max-width: 1208px;
}

.max-width-1209 {
  max-width: 1209px;
}

.max-width-1210 {
  max-width: 1210px;
}

.max-width-1211 {
  max-width: 1211px;
}

.max-width-1212 {
  max-width: 1212px;
}

.max-width-1213 {
  max-width: 1213px;
}

.max-width-1214 {
  max-width: 1214px;
}

.max-width-1215 {
  max-width: 1215px;
}

.max-width-1216 {
  max-width: 1216px;
}

.max-width-1217 {
  max-width: 1217px;
}

.max-width-1218 {
  max-width: 1218px;
}

.max-width-1219 {
  max-width: 1219px;
}

.max-width-1220 {
  max-width: 1220px;
}

.max-width-1221 {
  max-width: 1221px;
}

.max-width-1222 {
  max-width: 1222px;
}

.max-width-1223 {
  max-width: 1223px;
}

.max-width-1224 {
  max-width: 1224px;
}

.max-width-1225 {
  max-width: 1225px;
}

.max-width-1226 {
  max-width: 1226px;
}

.max-width-1227 {
  max-width: 1227px;
}

.max-width-1228 {
  max-width: 1228px;
}

.max-width-1229 {
  max-width: 1229px;
}

.max-width-1230 {
  max-width: 1230px;
}

.max-width-1231 {
  max-width: 1231px;
}

.max-width-1232 {
  max-width: 1232px;
}

.max-width-1233 {
  max-width: 1233px;
}

.max-width-1234 {
  max-width: 1234px;
}

.max-width-1235 {
  max-width: 1235px;
}

.max-width-1236 {
  max-width: 1236px;
}

.max-width-1237 {
  max-width: 1237px;
}

.max-width-1238 {
  max-width: 1238px;
}

.max-width-1239 {
  max-width: 1239px;
}

.max-width-1240 {
  max-width: 1240px;
}

.max-width-1241 {
  max-width: 1241px;
}

.max-width-1242 {
  max-width: 1242px;
}

.max-width-1243 {
  max-width: 1243px;
}

.max-width-1244 {
  max-width: 1244px;
}

.max-width-1245 {
  max-width: 1245px;
}

.max-width-1246 {
  max-width: 1246px;
}

.max-width-1247 {
  max-width: 1247px;
}

.max-width-1248 {
  max-width: 1248px;
}

.max-width-1249 {
  max-width: 1249px;
}

.max-width-1250 {
  max-width: 1250px;
}

.max-width-1251 {
  max-width: 1251px;
}

.max-width-1252 {
  max-width: 1252px;
}

.max-width-1253 {
  max-width: 1253px;
}

.max-width-1254 {
  max-width: 1254px;
}

.max-width-1255 {
  max-width: 1255px;
}

.max-width-1256 {
  max-width: 1256px;
}

.max-width-1257 {
  max-width: 1257px;
}

.max-width-1258 {
  max-width: 1258px;
}

.max-width-1259 {
  max-width: 1259px;
}

.max-width-1260 {
  max-width: 1260px;
}

.max-width-1261 {
  max-width: 1261px;
}

.max-width-1262 {
  max-width: 1262px;
}

.max-width-1263 {
  max-width: 1263px;
}

.max-width-1264 {
  max-width: 1264px;
}

.max-width-1265 {
  max-width: 1265px;
}

.max-width-1266 {
  max-width: 1266px;
}

.max-width-1267 {
  max-width: 1267px;
}

.max-width-1268 {
  max-width: 1268px;
}

.max-width-1269 {
  max-width: 1269px;
}

.max-width-1270 {
  max-width: 1270px;
}

.max-width-1271 {
  max-width: 1271px;
}

.max-width-1272 {
  max-width: 1272px;
}

.max-width-1273 {
  max-width: 1273px;
}

.max-width-1274 {
  max-width: 1274px;
}

.max-width-1275 {
  max-width: 1275px;
}

.max-width-1276 {
  max-width: 1276px;
}

.max-width-1277 {
  max-width: 1277px;
}

.max-width-1278 {
  max-width: 1278px;
}

.max-width-1279 {
  max-width: 1279px;
}

.max-width-1280 {
  max-width: 1280px;
}

.max-width-1281 {
  max-width: 1281px;
}

.max-width-1282 {
  max-width: 1282px;
}

.max-width-1283 {
  max-width: 1283px;
}

.max-width-1284 {
  max-width: 1284px;
}

.max-width-1285 {
  max-width: 1285px;
}

.max-width-1286 {
  max-width: 1286px;
}

.max-width-1287 {
  max-width: 1287px;
}

.max-width-1288 {
  max-width: 1288px;
}

.max-width-1289 {
  max-width: 1289px;
}

.max-width-1290 {
  max-width: 1290px;
}

.max-width-1291 {
  max-width: 1291px;
}

.max-width-1292 {
  max-width: 1292px;
}

.max-width-1293 {
  max-width: 1293px;
}

.max-width-1294 {
  max-width: 1294px;
}

.max-width-1295 {
  max-width: 1295px;
}

.max-width-1296 {
  max-width: 1296px;
}

.max-width-1297 {
  max-width: 1297px;
}

.max-width-1298 {
  max-width: 1298px;
}

.max-width-1299 {
  max-width: 1299px;
}

.max-width-1300 {
  max-width: 1300px;
}

.max-width-1301 {
  max-width: 1301px;
}

.max-width-1302 {
  max-width: 1302px;
}

.max-width-1303 {
  max-width: 1303px;
}

.max-width-1304 {
  max-width: 1304px;
}

.max-width-1305 {
  max-width: 1305px;
}

.max-width-1306 {
  max-width: 1306px;
}

.max-width-1307 {
  max-width: 1307px;
}

.max-width-1308 {
  max-width: 1308px;
}

.max-width-1309 {
  max-width: 1309px;
}

.max-width-1310 {
  max-width: 1310px;
}

.max-width-1311 {
  max-width: 1311px;
}

.max-width-1312 {
  max-width: 1312px;
}

.max-width-1313 {
  max-width: 1313px;
}

.max-width-1314 {
  max-width: 1314px;
}

.max-width-1315 {
  max-width: 1315px;
}

.max-width-1316 {
  max-width: 1316px;
}

.max-width-1317 {
  max-width: 1317px;
}

.max-width-1318 {
  max-width: 1318px;
}

.max-width-1319 {
  max-width: 1319px;
}

.max-width-1320 {
  max-width: 1320px;
}

.max-width-1321 {
  max-width: 1321px;
}

.max-width-1322 {
  max-width: 1322px;
}

.max-width-1323 {
  max-width: 1323px;
}

.max-width-1324 {
  max-width: 1324px;
}

.max-width-1325 {
  max-width: 1325px;
}

.max-width-1326 {
  max-width: 1326px;
}

.max-width-1327 {
  max-width: 1327px;
}

.max-width-1328 {
  max-width: 1328px;
}

.max-width-1329 {
  max-width: 1329px;
}

.max-width-1330 {
  max-width: 1330px;
}

.max-width-1331 {
  max-width: 1331px;
}

.max-width-1332 {
  max-width: 1332px;
}

.max-width-1333 {
  max-width: 1333px;
}

.max-width-1334 {
  max-width: 1334px;
}

.max-width-1335 {
  max-width: 1335px;
}

.max-width-1336 {
  max-width: 1336px;
}

.max-width-1337 {
  max-width: 1337px;
}

.max-width-1338 {
  max-width: 1338px;
}

.max-width-1339 {
  max-width: 1339px;
}

.max-width-1340 {
  max-width: 1340px;
}

.max-width-1341 {
  max-width: 1341px;
}

.max-width-1342 {
  max-width: 1342px;
}

.max-width-1343 {
  max-width: 1343px;
}

.max-width-1344 {
  max-width: 1344px;
}

.max-width-1345 {
  max-width: 1345px;
}

.max-width-1346 {
  max-width: 1346px;
}

.max-width-1347 {
  max-width: 1347px;
}

.max-width-1348 {
  max-width: 1348px;
}

.max-width-1349 {
  max-width: 1349px;
}

.max-width-1350 {
  max-width: 1350px;
}

.max-width-1351 {
  max-width: 1351px;
}

.max-width-1352 {
  max-width: 1352px;
}

.max-width-1353 {
  max-width: 1353px;
}

.max-width-1354 {
  max-width: 1354px;
}

.max-width-1355 {
  max-width: 1355px;
}

.max-width-1356 {
  max-width: 1356px;
}

.max-width-1357 {
  max-width: 1357px;
}

.max-width-1358 {
  max-width: 1358px;
}

.max-width-1359 {
  max-width: 1359px;
}

.max-width-1360 {
  max-width: 1360px;
}

.max-width-1361 {
  max-width: 1361px;
}

.max-width-1362 {
  max-width: 1362px;
}

.max-width-1363 {
  max-width: 1363px;
}

.max-width-1364 {
  max-width: 1364px;
}

.max-width-1365 {
  max-width: 1365px;
}

.max-width-1366 {
  max-width: 1366px;
}

.max-width-1367 {
  max-width: 1367px;
}

.max-width-1368 {
  max-width: 1368px;
}

.max-width-1369 {
  max-width: 1369px;
}

.max-width-1370 {
  max-width: 1370px;
}

.max-width-1371 {
  max-width: 1371px;
}

.max-width-1372 {
  max-width: 1372px;
}

.max-width-1373 {
  max-width: 1373px;
}

.max-width-1374 {
  max-width: 1374px;
}

.max-width-1375 {
  max-width: 1375px;
}

.max-width-1376 {
  max-width: 1376px;
}

.max-width-1377 {
  max-width: 1377px;
}

.max-width-1378 {
  max-width: 1378px;
}

.max-width-1379 {
  max-width: 1379px;
}

.max-width-1380 {
  max-width: 1380px;
}

.max-width-1381 {
  max-width: 1381px;
}

.max-width-1382 {
  max-width: 1382px;
}

.max-width-1383 {
  max-width: 1383px;
}

.max-width-1384 {
  max-width: 1384px;
}

.max-width-1385 {
  max-width: 1385px;
}

.max-width-1386 {
  max-width: 1386px;
}

.max-width-1387 {
  max-width: 1387px;
}

.max-width-1388 {
  max-width: 1388px;
}

.max-width-1389 {
  max-width: 1389px;
}

.max-width-1390 {
  max-width: 1390px;
}

.max-width-1391 {
  max-width: 1391px;
}

.max-width-1392 {
  max-width: 1392px;
}

.max-width-1393 {
  max-width: 1393px;
}

.max-width-1394 {
  max-width: 1394px;
}

.max-width-1395 {
  max-width: 1395px;
}

.max-width-1396 {
  max-width: 1396px;
}

.max-width-1397 {
  max-width: 1397px;
}

.max-width-1398 {
  max-width: 1398px;
}

.max-width-1399 {
  max-width: 1399px;
}

.max-width-1400 {
  max-width: 1400px;
}

.max-width-1401 {
  max-width: 1401px;
}

.max-width-1402 {
  max-width: 1402px;
}

.max-width-1403 {
  max-width: 1403px;
}

.max-width-1404 {
  max-width: 1404px;
}

.max-width-1405 {
  max-width: 1405px;
}

.max-width-1406 {
  max-width: 1406px;
}

.max-width-1407 {
  max-width: 1407px;
}

.max-width-1408 {
  max-width: 1408px;
}

.max-width-1409 {
  max-width: 1409px;
}

.max-width-1410 {
  max-width: 1410px;
}

.max-width-1411 {
  max-width: 1411px;
}

.max-width-1412 {
  max-width: 1412px;
}

.max-width-1413 {
  max-width: 1413px;
}

.max-width-1414 {
  max-width: 1414px;
}

.max-width-1415 {
  max-width: 1415px;
}

.max-width-1416 {
  max-width: 1416px;
}

.max-width-1417 {
  max-width: 1417px;
}

.max-width-1418 {
  max-width: 1418px;
}

.max-width-1419 {
  max-width: 1419px;
}

.max-width-1420 {
  max-width: 1420px;
}

.max-width-1421 {
  max-width: 1421px;
}

.max-width-1422 {
  max-width: 1422px;
}

.max-width-1423 {
  max-width: 1423px;
}

.max-width-1424 {
  max-width: 1424px;
}

.max-width-1425 {
  max-width: 1425px;
}

.max-width-1426 {
  max-width: 1426px;
}

.max-width-1427 {
  max-width: 1427px;
}

.max-width-1428 {
  max-width: 1428px;
}

.max-width-1429 {
  max-width: 1429px;
}

.max-width-1430 {
  max-width: 1430px;
}

.max-width-1431 {
  max-width: 1431px;
}

.max-width-1432 {
  max-width: 1432px;
}

.max-width-1433 {
  max-width: 1433px;
}

.max-width-1434 {
  max-width: 1434px;
}

.max-width-1435 {
  max-width: 1435px;
}

.max-width-1436 {
  max-width: 1436px;
}

.max-width-1437 {
  max-width: 1437px;
}

.max-width-1438 {
  max-width: 1438px;
}

.max-width-1439 {
  max-width: 1439px;
}

.max-width-1440 {
  max-width: 1440px;
}

.max-width-1441 {
  max-width: 1441px;
}

.max-width-1442 {
  max-width: 1442px;
}

.max-width-1443 {
  max-width: 1443px;
}

.max-width-1444 {
  max-width: 1444px;
}

.max-width-1445 {
  max-width: 1445px;
}

.max-width-1446 {
  max-width: 1446px;
}

.max-width-1447 {
  max-width: 1447px;
}

.max-width-1448 {
  max-width: 1448px;
}

.max-width-1449 {
  max-width: 1449px;
}

.max-width-1450 {
  max-width: 1450px;
}

.max-width-1451 {
  max-width: 1451px;
}

.max-width-1452 {
  max-width: 1452px;
}

.max-width-1453 {
  max-width: 1453px;
}

.max-width-1454 {
  max-width: 1454px;
}

.max-width-1455 {
  max-width: 1455px;
}

.max-width-1456 {
  max-width: 1456px;
}

.max-width-1457 {
  max-width: 1457px;
}

.max-width-1458 {
  max-width: 1458px;
}

.max-width-1459 {
  max-width: 1459px;
}

.max-width-1460 {
  max-width: 1460px;
}

.max-width-1461 {
  max-width: 1461px;
}

.max-width-1462 {
  max-width: 1462px;
}

.max-width-1463 {
  max-width: 1463px;
}

.max-width-1464 {
  max-width: 1464px;
}

.max-width-1465 {
  max-width: 1465px;
}

.max-width-1466 {
  max-width: 1466px;
}

.max-width-1467 {
  max-width: 1467px;
}

.max-width-1468 {
  max-width: 1468px;
}

.max-width-1469 {
  max-width: 1469px;
}

.max-width-1470 {
  max-width: 1470px;
}

.max-width-1471 {
  max-width: 1471px;
}

.max-width-1472 {
  max-width: 1472px;
}

.max-width-1473 {
  max-width: 1473px;
}

.max-width-1474 {
  max-width: 1474px;
}

.max-width-1475 {
  max-width: 1475px;
}

.max-width-1476 {
  max-width: 1476px;
}

.max-width-1477 {
  max-width: 1477px;
}

.max-width-1478 {
  max-width: 1478px;
}

.max-width-1479 {
  max-width: 1479px;
}

.max-width-1480 {
  max-width: 1480px;
}

.max-width-1481 {
  max-width: 1481px;
}

.max-width-1482 {
  max-width: 1482px;
}

.max-width-1483 {
  max-width: 1483px;
}

.max-width-1484 {
  max-width: 1484px;
}

.max-width-1485 {
  max-width: 1485px;
}

.max-width-1486 {
  max-width: 1486px;
}

.max-width-1487 {
  max-width: 1487px;
}

.max-width-1488 {
  max-width: 1488px;
}

.max-width-1489 {
  max-width: 1489px;
}

.max-width-1490 {
  max-width: 1490px;
}

.max-width-1491 {
  max-width: 1491px;
}

.max-width-1492 {
  max-width: 1492px;
}

.max-width-1493 {
  max-width: 1493px;
}

.max-width-1494 {
  max-width: 1494px;
}

.max-width-1495 {
  max-width: 1495px;
}

.max-width-1496 {
  max-width: 1496px;
}

.max-width-1497 {
  max-width: 1497px;
}

.max-width-1498 {
  max-width: 1498px;
}

.max-width-1499 {
  max-width: 1499px;
}

.max-width-1500 {
  max-width: 1500px;
}

.max-width-1501 {
  max-width: 1501px;
}

.max-width-1502 {
  max-width: 1502px;
}

.max-width-1503 {
  max-width: 1503px;
}

.max-width-1504 {
  max-width: 1504px;
}

.max-width-1505 {
  max-width: 1505px;
}

.max-width-1506 {
  max-width: 1506px;
}

.max-width-1507 {
  max-width: 1507px;
}

.max-width-1508 {
  max-width: 1508px;
}

.max-width-1509 {
  max-width: 1509px;
}

.max-width-1510 {
  max-width: 1510px;
}

.max-width-1511 {
  max-width: 1511px;
}

.max-width-1512 {
  max-width: 1512px;
}

.max-width-1513 {
  max-width: 1513px;
}

.max-width-1514 {
  max-width: 1514px;
}

.max-width-1515 {
  max-width: 1515px;
}

.max-width-1516 {
  max-width: 1516px;
}

.max-width-1517 {
  max-width: 1517px;
}

.max-width-1518 {
  max-width: 1518px;
}

.max-width-1519 {
  max-width: 1519px;
}

.max-width-1520 {
  max-width: 1520px;
}

.max-width-1521 {
  max-width: 1521px;
}

.max-width-1522 {
  max-width: 1522px;
}

.max-width-1523 {
  max-width: 1523px;
}

.max-width-1524 {
  max-width: 1524px;
}

.max-width-1525 {
  max-width: 1525px;
}

.max-width-1526 {
  max-width: 1526px;
}

.max-width-1527 {
  max-width: 1527px;
}

.max-width-1528 {
  max-width: 1528px;
}

.max-width-1529 {
  max-width: 1529px;
}

.max-width-1530 {
  max-width: 1530px;
}

.max-width-1531 {
  max-width: 1531px;
}

.max-width-1532 {
  max-width: 1532px;
}

.max-width-1533 {
  max-width: 1533px;
}

.max-width-1534 {
  max-width: 1534px;
}

.max-width-1535 {
  max-width: 1535px;
}

.max-width-1536 {
  max-width: 1536px;
}

.max-width-1537 {
  max-width: 1537px;
}

.max-width-1538 {
  max-width: 1538px;
}

.max-width-1539 {
  max-width: 1539px;
}

.max-width-1540 {
  max-width: 1540px;
}

.max-width-1541 {
  max-width: 1541px;
}

.max-width-1542 {
  max-width: 1542px;
}

.max-width-1543 {
  max-width: 1543px;
}

.max-width-1544 {
  max-width: 1544px;
}

.max-width-1545 {
  max-width: 1545px;
}

.max-width-1546 {
  max-width: 1546px;
}

.max-width-1547 {
  max-width: 1547px;
}

.max-width-1548 {
  max-width: 1548px;
}

.max-width-1549 {
  max-width: 1549px;
}

.max-width-1550 {
  max-width: 1550px;
}

.max-width-1551 {
  max-width: 1551px;
}

.max-width-1552 {
  max-width: 1552px;
}

.max-width-1553 {
  max-width: 1553px;
}

.max-width-1554 {
  max-width: 1554px;
}

.max-width-1555 {
  max-width: 1555px;
}

.max-width-1556 {
  max-width: 1556px;
}

.max-width-1557 {
  max-width: 1557px;
}

.max-width-1558 {
  max-width: 1558px;
}

.max-width-1559 {
  max-width: 1559px;
}

.max-width-1560 {
  max-width: 1560px;
}

.max-width-1561 {
  max-width: 1561px;
}

.max-width-1562 {
  max-width: 1562px;
}

.max-width-1563 {
  max-width: 1563px;
}

.max-width-1564 {
  max-width: 1564px;
}

.max-width-1565 {
  max-width: 1565px;
}

.max-width-1566 {
  max-width: 1566px;
}

.max-width-1567 {
  max-width: 1567px;
}

.max-width-1568 {
  max-width: 1568px;
}

.max-width-1569 {
  max-width: 1569px;
}

.max-width-1570 {
  max-width: 1570px;
}

.max-width-1571 {
  max-width: 1571px;
}

.max-width-1572 {
  max-width: 1572px;
}

.max-width-1573 {
  max-width: 1573px;
}

.max-width-1574 {
  max-width: 1574px;
}

.max-width-1575 {
  max-width: 1575px;
}

.max-width-1576 {
  max-width: 1576px;
}

.max-width-1577 {
  max-width: 1577px;
}

.max-width-1578 {
  max-width: 1578px;
}

.max-width-1579 {
  max-width: 1579px;
}

.max-width-1580 {
  max-width: 1580px;
}

.max-width-1581 {
  max-width: 1581px;
}

.max-width-1582 {
  max-width: 1582px;
}

.max-width-1583 {
  max-width: 1583px;
}

.max-width-1584 {
  max-width: 1584px;
}

.max-width-1585 {
  max-width: 1585px;
}

.max-width-1586 {
  max-width: 1586px;
}

.max-width-1587 {
  max-width: 1587px;
}

.max-width-1588 {
  max-width: 1588px;
}

.max-width-1589 {
  max-width: 1589px;
}

.max-width-1590 {
  max-width: 1590px;
}

.max-width-1591 {
  max-width: 1591px;
}

.max-width-1592 {
  max-width: 1592px;
}

.max-width-1593 {
  max-width: 1593px;
}

.max-width-1594 {
  max-width: 1594px;
}

.max-width-1595 {
  max-width: 1595px;
}

.max-width-1596 {
  max-width: 1596px;
}

.max-width-1597 {
  max-width: 1597px;
}

.max-width-1598 {
  max-width: 1598px;
}

.max-width-1599 {
  max-width: 1599px;
}

.max-width-1600 {
  max-width: 1600px;
}

.max-width-1601 {
  max-width: 1601px;
}

.max-width-1602 {
  max-width: 1602px;
}

.max-width-1603 {
  max-width: 1603px;
}

.max-width-1604 {
  max-width: 1604px;
}

.max-width-1605 {
  max-width: 1605px;
}

.max-width-1606 {
  max-width: 1606px;
}

.max-width-1607 {
  max-width: 1607px;
}

.max-width-1608 {
  max-width: 1608px;
}

.max-width-1609 {
  max-width: 1609px;
}

.max-width-1610 {
  max-width: 1610px;
}

.max-width-1611 {
  max-width: 1611px;
}

.max-width-1612 {
  max-width: 1612px;
}

.max-width-1613 {
  max-width: 1613px;
}

.max-width-1614 {
  max-width: 1614px;
}

.max-width-1615 {
  max-width: 1615px;
}

.max-width-1616 {
  max-width: 1616px;
}

.max-width-1617 {
  max-width: 1617px;
}

.max-width-1618 {
  max-width: 1618px;
}

.max-width-1619 {
  max-width: 1619px;
}

.max-width-1620 {
  max-width: 1620px;
}

.max-width-1621 {
  max-width: 1621px;
}

.max-width-1622 {
  max-width: 1622px;
}

.max-width-1623 {
  max-width: 1623px;
}

.max-width-1624 {
  max-width: 1624px;
}

.max-width-1625 {
  max-width: 1625px;
}

.max-width-1626 {
  max-width: 1626px;
}

.max-width-1627 {
  max-width: 1627px;
}

.max-width-1628 {
  max-width: 1628px;
}

.max-width-1629 {
  max-width: 1629px;
}

.max-width-1630 {
  max-width: 1630px;
}

.max-width-1631 {
  max-width: 1631px;
}

.max-width-1632 {
  max-width: 1632px;
}

.max-width-1633 {
  max-width: 1633px;
}

.max-width-1634 {
  max-width: 1634px;
}

.max-width-1635 {
  max-width: 1635px;
}

.max-width-1636 {
  max-width: 1636px;
}

.max-width-1637 {
  max-width: 1637px;
}

.max-width-1638 {
  max-width: 1638px;
}

.max-width-1639 {
  max-width: 1639px;
}

.max-width-1640 {
  max-width: 1640px;
}

.max-width-1641 {
  max-width: 1641px;
}

.max-width-1642 {
  max-width: 1642px;
}

.max-width-1643 {
  max-width: 1643px;
}

.max-width-1644 {
  max-width: 1644px;
}

.max-width-1645 {
  max-width: 1645px;
}

.max-width-1646 {
  max-width: 1646px;
}

.max-width-1647 {
  max-width: 1647px;
}

.max-width-1648 {
  max-width: 1648px;
}

.max-width-1649 {
  max-width: 1649px;
}

.max-width-1650 {
  max-width: 1650px;
}

.max-width-1651 {
  max-width: 1651px;
}

.max-width-1652 {
  max-width: 1652px;
}

.max-width-1653 {
  max-width: 1653px;
}

.max-width-1654 {
  max-width: 1654px;
}

.max-width-1655 {
  max-width: 1655px;
}

.max-width-1656 {
  max-width: 1656px;
}

.max-width-1657 {
  max-width: 1657px;
}

.max-width-1658 {
  max-width: 1658px;
}

.max-width-1659 {
  max-width: 1659px;
}

.max-width-1660 {
  max-width: 1660px;
}

.max-width-1661 {
  max-width: 1661px;
}

.max-width-1662 {
  max-width: 1662px;
}

.max-width-1663 {
  max-width: 1663px;
}

.max-width-1664 {
  max-width: 1664px;
}

.max-width-1665 {
  max-width: 1665px;
}

.max-width-1666 {
  max-width: 1666px;
}

.max-width-1667 {
  max-width: 1667px;
}

.max-width-1668 {
  max-width: 1668px;
}

.max-width-1669 {
  max-width: 1669px;
}

.max-width-1670 {
  max-width: 1670px;
}

.max-width-1671 {
  max-width: 1671px;
}

.max-width-1672 {
  max-width: 1672px;
}

.max-width-1673 {
  max-width: 1673px;
}

.max-width-1674 {
  max-width: 1674px;
}

.max-width-1675 {
  max-width: 1675px;
}

.max-width-1676 {
  max-width: 1676px;
}

.max-width-1677 {
  max-width: 1677px;
}

.max-width-1678 {
  max-width: 1678px;
}

.max-width-1679 {
  max-width: 1679px;
}

.max-width-1680 {
  max-width: 1680px;
}

.max-width-1681 {
  max-width: 1681px;
}

.max-width-1682 {
  max-width: 1682px;
}

.max-width-1683 {
  max-width: 1683px;
}

.max-width-1684 {
  max-width: 1684px;
}

.max-width-1685 {
  max-width: 1685px;
}

.max-width-1686 {
  max-width: 1686px;
}

.max-width-1687 {
  max-width: 1687px;
}

.max-width-1688 {
  max-width: 1688px;
}

.max-width-1689 {
  max-width: 1689px;
}

.max-width-1690 {
  max-width: 1690px;
}

.max-width-1691 {
  max-width: 1691px;
}

.max-width-1692 {
  max-width: 1692px;
}

.max-width-1693 {
  max-width: 1693px;
}

.max-width-1694 {
  max-width: 1694px;
}

.max-width-1695 {
  max-width: 1695px;
}

.max-width-1696 {
  max-width: 1696px;
}

.max-width-1697 {
  max-width: 1697px;
}

.max-width-1698 {
  max-width: 1698px;
}

.max-width-1699 {
  max-width: 1699px;
}

.max-width-1700 {
  max-width: 1700px;
}

.max-width-1701 {
  max-width: 1701px;
}

.max-width-1702 {
  max-width: 1702px;
}

.max-width-1703 {
  max-width: 1703px;
}

.max-width-1704 {
  max-width: 1704px;
}

.max-width-1705 {
  max-width: 1705px;
}

.max-width-1706 {
  max-width: 1706px;
}

.max-width-1707 {
  max-width: 1707px;
}

.max-width-1708 {
  max-width: 1708px;
}

.max-width-1709 {
  max-width: 1709px;
}

.max-width-1710 {
  max-width: 1710px;
}

.max-width-1711 {
  max-width: 1711px;
}

.max-width-1712 {
  max-width: 1712px;
}

.max-width-1713 {
  max-width: 1713px;
}

.max-width-1714 {
  max-width: 1714px;
}

.max-width-1715 {
  max-width: 1715px;
}

.max-width-1716 {
  max-width: 1716px;
}

.max-width-1717 {
  max-width: 1717px;
}

.max-width-1718 {
  max-width: 1718px;
}

.max-width-1719 {
  max-width: 1719px;
}

.max-width-1720 {
  max-width: 1720px;
}

.max-width-1721 {
  max-width: 1721px;
}

.max-width-1722 {
  max-width: 1722px;
}

.max-width-1723 {
  max-width: 1723px;
}

.max-width-1724 {
  max-width: 1724px;
}

.max-width-1725 {
  max-width: 1725px;
}

.max-width-1726 {
  max-width: 1726px;
}

.max-width-1727 {
  max-width: 1727px;
}

.max-width-1728 {
  max-width: 1728px;
}

.max-width-1729 {
  max-width: 1729px;
}

.max-width-1730 {
  max-width: 1730px;
}

.max-width-1731 {
  max-width: 1731px;
}

.max-width-1732 {
  max-width: 1732px;
}

.max-width-1733 {
  max-width: 1733px;
}

.max-width-1734 {
  max-width: 1734px;
}

.max-width-1735 {
  max-width: 1735px;
}

.max-width-1736 {
  max-width: 1736px;
}

.max-width-1737 {
  max-width: 1737px;
}

.max-width-1738 {
  max-width: 1738px;
}

.max-width-1739 {
  max-width: 1739px;
}

.max-width-1740 {
  max-width: 1740px;
}

.max-width-1741 {
  max-width: 1741px;
}

.max-width-1742 {
  max-width: 1742px;
}

.max-width-1743 {
  max-width: 1743px;
}

.max-width-1744 {
  max-width: 1744px;
}

.max-width-1745 {
  max-width: 1745px;
}

.max-width-1746 {
  max-width: 1746px;
}

.max-width-1747 {
  max-width: 1747px;
}

.max-width-1748 {
  max-width: 1748px;
}

.max-width-1749 {
  max-width: 1749px;
}

.max-width-1750 {
  max-width: 1750px;
}

.max-width-1751 {
  max-width: 1751px;
}

.max-width-1752 {
  max-width: 1752px;
}

.max-width-1753 {
  max-width: 1753px;
}

.max-width-1754 {
  max-width: 1754px;
}

.max-width-1755 {
  max-width: 1755px;
}

.max-width-1756 {
  max-width: 1756px;
}

.max-width-1757 {
  max-width: 1757px;
}

.max-width-1758 {
  max-width: 1758px;
}

.max-width-1759 {
  max-width: 1759px;
}

.max-width-1760 {
  max-width: 1760px;
}

.max-width-1761 {
  max-width: 1761px;
}

.max-width-1762 {
  max-width: 1762px;
}

.max-width-1763 {
  max-width: 1763px;
}

.max-width-1764 {
  max-width: 1764px;
}

.max-width-1765 {
  max-width: 1765px;
}

.max-width-1766 {
  max-width: 1766px;
}

.max-width-1767 {
  max-width: 1767px;
}

.max-width-1768 {
  max-width: 1768px;
}

.max-width-1769 {
  max-width: 1769px;
}

.max-width-1770 {
  max-width: 1770px;
}

.max-width-1771 {
  max-width: 1771px;
}

.max-width-1772 {
  max-width: 1772px;
}

.max-width-1773 {
  max-width: 1773px;
}

.max-width-1774 {
  max-width: 1774px;
}

.max-width-1775 {
  max-width: 1775px;
}

.max-width-1776 {
  max-width: 1776px;
}

.max-width-1777 {
  max-width: 1777px;
}

.max-width-1778 {
  max-width: 1778px;
}

.max-width-1779 {
  max-width: 1779px;
}

.max-width-1780 {
  max-width: 1780px;
}

.max-width-1781 {
  max-width: 1781px;
}

.max-width-1782 {
  max-width: 1782px;
}

.max-width-1783 {
  max-width: 1783px;
}

.max-width-1784 {
  max-width: 1784px;
}

.max-width-1785 {
  max-width: 1785px;
}

.max-width-1786 {
  max-width: 1786px;
}

.max-width-1787 {
  max-width: 1787px;
}

.max-width-1788 {
  max-width: 1788px;
}

.max-width-1789 {
  max-width: 1789px;
}

.max-width-1790 {
  max-width: 1790px;
}

.max-width-1791 {
  max-width: 1791px;
}

.max-width-1792 {
  max-width: 1792px;
}

.max-width-1793 {
  max-width: 1793px;
}

.max-width-1794 {
  max-width: 1794px;
}

.max-width-1795 {
  max-width: 1795px;
}

.max-width-1796 {
  max-width: 1796px;
}

.max-width-1797 {
  max-width: 1797px;
}

.max-width-1798 {
  max-width: 1798px;
}

.max-width-1799 {
  max-width: 1799px;
}

.max-width-1800 {
  max-width: 1800px;
}

.max-width-1801 {
  max-width: 1801px;
}

.max-width-1802 {
  max-width: 1802px;
}

.max-width-1803 {
  max-width: 1803px;
}

.max-width-1804 {
  max-width: 1804px;
}

.max-width-1805 {
  max-width: 1805px;
}

.max-width-1806 {
  max-width: 1806px;
}

.max-width-1807 {
  max-width: 1807px;
}

.max-width-1808 {
  max-width: 1808px;
}

.max-width-1809 {
  max-width: 1809px;
}

.max-width-1810 {
  max-width: 1810px;
}

.max-width-1811 {
  max-width: 1811px;
}

.max-width-1812 {
  max-width: 1812px;
}

.max-width-1813 {
  max-width: 1813px;
}

.max-width-1814 {
  max-width: 1814px;
}

.max-width-1815 {
  max-width: 1815px;
}

.max-width-1816 {
  max-width: 1816px;
}

.max-width-1817 {
  max-width: 1817px;
}

.max-width-1818 {
  max-width: 1818px;
}

.max-width-1819 {
  max-width: 1819px;
}

.max-width-1820 {
  max-width: 1820px;
}

.max-width-1821 {
  max-width: 1821px;
}

.max-width-1822 {
  max-width: 1822px;
}

.max-width-1823 {
  max-width: 1823px;
}

.max-width-1824 {
  max-width: 1824px;
}

.max-width-1825 {
  max-width: 1825px;
}

.max-width-1826 {
  max-width: 1826px;
}

.max-width-1827 {
  max-width: 1827px;
}

.max-width-1828 {
  max-width: 1828px;
}

.max-width-1829 {
  max-width: 1829px;
}

.max-width-1830 {
  max-width: 1830px;
}

.max-width-1831 {
  max-width: 1831px;
}

.max-width-1832 {
  max-width: 1832px;
}

.max-width-1833 {
  max-width: 1833px;
}

.max-width-1834 {
  max-width: 1834px;
}

.max-width-1835 {
  max-width: 1835px;
}

.max-width-1836 {
  max-width: 1836px;
}

.max-width-1837 {
  max-width: 1837px;
}

.max-width-1838 {
  max-width: 1838px;
}

.max-width-1839 {
  max-width: 1839px;
}

.max-width-1840 {
  max-width: 1840px;
}

.max-width-1841 {
  max-width: 1841px;
}

.max-width-1842 {
  max-width: 1842px;
}

.max-width-1843 {
  max-width: 1843px;
}

.max-width-1844 {
  max-width: 1844px;
}

.max-width-1845 {
  max-width: 1845px;
}

.max-width-1846 {
  max-width: 1846px;
}

.max-width-1847 {
  max-width: 1847px;
}

.max-width-1848 {
  max-width: 1848px;
}

.max-width-1849 {
  max-width: 1849px;
}

.max-width-1850 {
  max-width: 1850px;
}

.max-width-1851 {
  max-width: 1851px;
}

.max-width-1852 {
  max-width: 1852px;
}

.max-width-1853 {
  max-width: 1853px;
}

.max-width-1854 {
  max-width: 1854px;
}

.max-width-1855 {
  max-width: 1855px;
}

.max-width-1856 {
  max-width: 1856px;
}

.max-width-1857 {
  max-width: 1857px;
}

.max-width-1858 {
  max-width: 1858px;
}

.max-width-1859 {
  max-width: 1859px;
}

.max-width-1860 {
  max-width: 1860px;
}

.max-width-1861 {
  max-width: 1861px;
}

.max-width-1862 {
  max-width: 1862px;
}

.max-width-1863 {
  max-width: 1863px;
}

.max-width-1864 {
  max-width: 1864px;
}

.max-width-1865 {
  max-width: 1865px;
}

.max-width-1866 {
  max-width: 1866px;
}

.max-width-1867 {
  max-width: 1867px;
}

.max-width-1868 {
  max-width: 1868px;
}

.max-width-1869 {
  max-width: 1869px;
}

.max-width-1870 {
  max-width: 1870px;
}

.max-width-1871 {
  max-width: 1871px;
}

.max-width-1872 {
  max-width: 1872px;
}

.max-width-1873 {
  max-width: 1873px;
}

.max-width-1874 {
  max-width: 1874px;
}

.max-width-1875 {
  max-width: 1875px;
}

.max-width-1876 {
  max-width: 1876px;
}

.max-width-1877 {
  max-width: 1877px;
}

.max-width-1878 {
  max-width: 1878px;
}

.max-width-1879 {
  max-width: 1879px;
}

.max-width-1880 {
  max-width: 1880px;
}

.max-width-1881 {
  max-width: 1881px;
}

.max-width-1882 {
  max-width: 1882px;
}

.max-width-1883 {
  max-width: 1883px;
}

.max-width-1884 {
  max-width: 1884px;
}

.max-width-1885 {
  max-width: 1885px;
}

.max-width-1886 {
  max-width: 1886px;
}

.max-width-1887 {
  max-width: 1887px;
}

.max-width-1888 {
  max-width: 1888px;
}

.max-width-1889 {
  max-width: 1889px;
}

.max-width-1890 {
  max-width: 1890px;
}

.max-width-1891 {
  max-width: 1891px;
}

.max-width-1892 {
  max-width: 1892px;
}

.max-width-1893 {
  max-width: 1893px;
}

.max-width-1894 {
  max-width: 1894px;
}

.max-width-1895 {
  max-width: 1895px;
}

.max-width-1896 {
  max-width: 1896px;
}

.max-width-1897 {
  max-width: 1897px;
}

.max-width-1898 {
  max-width: 1898px;
}

.max-width-1899 {
  max-width: 1899px;
}

.max-width-1900 {
  max-width: 1900px;
}

.max-width-1901 {
  max-width: 1901px;
}

.max-width-1902 {
  max-width: 1902px;
}

.max-width-1903 {
  max-width: 1903px;
}

.max-width-1904 {
  max-width: 1904px;
}

.max-width-1905 {
  max-width: 1905px;
}

.max-width-1906 {
  max-width: 1906px;
}

.max-width-1907 {
  max-width: 1907px;
}

.max-width-1908 {
  max-width: 1908px;
}

.max-width-1909 {
  max-width: 1909px;
}

.max-width-1910 {
  max-width: 1910px;
}

.max-width-1911 {
  max-width: 1911px;
}

.max-width-1912 {
  max-width: 1912px;
}

.max-width-1913 {
  max-width: 1913px;
}

.max-width-1914 {
  max-width: 1914px;
}

.max-width-1915 {
  max-width: 1915px;
}

.max-width-1916 {
  max-width: 1916px;
}

.max-width-1917 {
  max-width: 1917px;
}

.max-width-1918 {
  max-width: 1918px;
}

.max-width-1919 {
  max-width: 1919px;
}

.max-width-1920 {
  max-width: 1920px;
}

.max-width-1921 {
  max-width: 1921px;
}

.max-width-1922 {
  max-width: 1922px;
}

.max-width-1923 {
  max-width: 1923px;
}

.max-width-1924 {
  max-width: 1924px;
}

.max-width-1925 {
  max-width: 1925px;
}

.max-width-1926 {
  max-width: 1926px;
}

.max-width-1927 {
  max-width: 1927px;
}

.max-width-1928 {
  max-width: 1928px;
}

.max-width-1929 {
  max-width: 1929px;
}

.max-width-1930 {
  max-width: 1930px;
}

.max-width-1931 {
  max-width: 1931px;
}

.max-width-1932 {
  max-width: 1932px;
}

.max-width-1933 {
  max-width: 1933px;
}

.max-width-1934 {
  max-width: 1934px;
}

.max-width-1935 {
  max-width: 1935px;
}

.max-width-1936 {
  max-width: 1936px;
}

.max-width-1937 {
  max-width: 1937px;
}

.max-width-1938 {
  max-width: 1938px;
}

.max-width-1939 {
  max-width: 1939px;
}

.max-width-1940 {
  max-width: 1940px;
}

.max-width-1941 {
  max-width: 1941px;
}

.max-width-1942 {
  max-width: 1942px;
}

.max-width-1943 {
  max-width: 1943px;
}

.max-width-1944 {
  max-width: 1944px;
}

.max-width-1945 {
  max-width: 1945px;
}

.max-width-1946 {
  max-width: 1946px;
}

.max-width-1947 {
  max-width: 1947px;
}

.max-width-1948 {
  max-width: 1948px;
}

.max-width-1949 {
  max-width: 1949px;
}

.max-width-1950 {
  max-width: 1950px;
}

.max-width-1951 {
  max-width: 1951px;
}

.max-width-1952 {
  max-width: 1952px;
}

.max-width-1953 {
  max-width: 1953px;
}

.max-width-1954 {
  max-width: 1954px;
}

.max-width-1955 {
  max-width: 1955px;
}

.max-width-1956 {
  max-width: 1956px;
}

.max-width-1957 {
  max-width: 1957px;
}

.max-width-1958 {
  max-width: 1958px;
}

.max-width-1959 {
  max-width: 1959px;
}

.max-width-1960 {
  max-width: 1960px;
}

.max-width-1961 {
  max-width: 1961px;
}

.max-width-1962 {
  max-width: 1962px;
}

.max-width-1963 {
  max-width: 1963px;
}

.max-width-1964 {
  max-width: 1964px;
}

.max-width-1965 {
  max-width: 1965px;
}

.max-width-1966 {
  max-width: 1966px;
}

.max-width-1967 {
  max-width: 1967px;
}

.max-width-1968 {
  max-width: 1968px;
}

.max-width-1969 {
  max-width: 1969px;
}

.max-width-1970 {
  max-width: 1970px;
}

.max-width-1971 {
  max-width: 1971px;
}

.max-width-1972 {
  max-width: 1972px;
}

.max-width-1973 {
  max-width: 1973px;
}

.max-width-1974 {
  max-width: 1974px;
}

.max-width-1975 {
  max-width: 1975px;
}

.max-width-1976 {
  max-width: 1976px;
}

.max-width-1977 {
  max-width: 1977px;
}

.max-width-1978 {
  max-width: 1978px;
}

.max-width-1979 {
  max-width: 1979px;
}

.max-width-1980 {
  max-width: 1980px;
}

.max-width-1981 {
  max-width: 1981px;
}

.max-width-1982 {
  max-width: 1982px;
}

.max-width-1983 {
  max-width: 1983px;
}

.max-width-1984 {
  max-width: 1984px;
}

.max-width-1985 {
  max-width: 1985px;
}

.max-width-1986 {
  max-width: 1986px;
}

.max-width-1987 {
  max-width: 1987px;
}

.max-width-1988 {
  max-width: 1988px;
}

.max-width-1989 {
  max-width: 1989px;
}

.max-width-1990 {
  max-width: 1990px;
}

.max-width-1991 {
  max-width: 1991px;
}

.max-width-1992 {
  max-width: 1992px;
}

.max-width-1993 {
  max-width: 1993px;
}

.max-width-1994 {
  max-width: 1994px;
}

.max-width-1995 {
  max-width: 1995px;
}

.max-width-1996 {
  max-width: 1996px;
}

.max-width-1997 {
  max-width: 1997px;
}

.max-width-1998 {
  max-width: 1998px;
}

.max-width-1999 {
  max-width: 1999px;
}

.max-width-2000 {
  max-width: 2000px;
}

.max-width-2001 {
  max-width: 2001px;
}

.max-width-2002 {
  max-width: 2002px;
}

.max-width-2003 {
  max-width: 2003px;
}

.max-width-2004 {
  max-width: 2004px;
}

.max-width-2005 {
  max-width: 2005px;
}

.max-width-2006 {
  max-width: 2006px;
}

.max-width-2007 {
  max-width: 2007px;
}

.max-width-2008 {
  max-width: 2008px;
}

.max-width-2009 {
  max-width: 2009px;
}

.max-width-2010 {
  max-width: 2010px;
}

.max-width-2011 {
  max-width: 2011px;
}

.max-width-2012 {
  max-width: 2012px;
}

.max-width-2013 {
  max-width: 2013px;
}

.max-width-2014 {
  max-width: 2014px;
}

.max-width-2015 {
  max-width: 2015px;
}

.max-width-2016 {
  max-width: 2016px;
}

.max-width-2017 {
  max-width: 2017px;
}

.max-width-2018 {
  max-width: 2018px;
}

.max-width-2019 {
  max-width: 2019px;
}

.max-width-2020 {
  max-width: 2020px;
}

.max-width-2021 {
  max-width: 2021px;
}

.max-width-2022 {
  max-width: 2022px;
}

.max-width-2023 {
  max-width: 2023px;
}

.max-width-2024 {
  max-width: 2024px;
}

.max-width-2025 {
  max-width: 2025px;
}

.max-width-2026 {
  max-width: 2026px;
}

.max-width-2027 {
  max-width: 2027px;
}

.max-width-2028 {
  max-width: 2028px;
}

.max-width-2029 {
  max-width: 2029px;
}

.max-width-2030 {
  max-width: 2030px;
}

.max-width-2031 {
  max-width: 2031px;
}

.max-width-2032 {
  max-width: 2032px;
}

.max-width-2033 {
  max-width: 2033px;
}

.max-width-2034 {
  max-width: 2034px;
}

.max-width-2035 {
  max-width: 2035px;
}

.max-width-2036 {
  max-width: 2036px;
}

.max-width-2037 {
  max-width: 2037px;
}

.max-width-2038 {
  max-width: 2038px;
}

.max-width-2039 {
  max-width: 2039px;
}

.max-width-2040 {
  max-width: 2040px;
}

.max-width-2041 {
  max-width: 2041px;
}

.max-width-2042 {
  max-width: 2042px;
}

.max-width-2043 {
  max-width: 2043px;
}

.max-width-2044 {
  max-width: 2044px;
}

.max-width-2045 {
  max-width: 2045px;
}

.max-width-2046 {
  max-width: 2046px;
}

.max-width-2047 {
  max-width: 2047px;
}

.max-width-2048 {
  max-width: 2048px;
}

.max-width-2049 {
  max-width: 2049px;
}

.max-width-2050 {
  max-width: 2050px;
}

.max-width-2051 {
  max-width: 2051px;
}

.max-width-2052 {
  max-width: 2052px;
}

.max-width-2053 {
  max-width: 2053px;
}

.max-width-2054 {
  max-width: 2054px;
}

.max-width-2055 {
  max-width: 2055px;
}

.max-width-2056 {
  max-width: 2056px;
}

.max-width-2057 {
  max-width: 2057px;
}

.max-width-2058 {
  max-width: 2058px;
}

.max-width-2059 {
  max-width: 2059px;
}

.max-width-2060 {
  max-width: 2060px;
}

.max-width-2061 {
  max-width: 2061px;
}

.max-width-2062 {
  max-width: 2062px;
}

.max-width-2063 {
  max-width: 2063px;
}

.max-width-2064 {
  max-width: 2064px;
}

.max-width-2065 {
  max-width: 2065px;
}

.max-width-2066 {
  max-width: 2066px;
}

.max-width-2067 {
  max-width: 2067px;
}

.max-width-2068 {
  max-width: 2068px;
}

.max-width-2069 {
  max-width: 2069px;
}

.max-width-2070 {
  max-width: 2070px;
}

.max-width-2071 {
  max-width: 2071px;
}

.max-width-2072 {
  max-width: 2072px;
}

.max-width-2073 {
  max-width: 2073px;
}

.max-width-2074 {
  max-width: 2074px;
}

.max-width-2075 {
  max-width: 2075px;
}

.max-width-2076 {
  max-width: 2076px;
}

.max-width-2077 {
  max-width: 2077px;
}

.max-width-2078 {
  max-width: 2078px;
}

.max-width-2079 {
  max-width: 2079px;
}

.max-width-2080 {
  max-width: 2080px;
}

.max-width-2081 {
  max-width: 2081px;
}

.max-width-2082 {
  max-width: 2082px;
}

.max-width-2083 {
  max-width: 2083px;
}

.max-width-2084 {
  max-width: 2084px;
}

.max-width-2085 {
  max-width: 2085px;
}

.max-width-2086 {
  max-width: 2086px;
}

.max-width-2087 {
  max-width: 2087px;
}

.max-width-2088 {
  max-width: 2088px;
}

.max-width-2089 {
  max-width: 2089px;
}

.max-width-2090 {
  max-width: 2090px;
}

.max-width-2091 {
  max-width: 2091px;
}

.max-width-2092 {
  max-width: 2092px;
}

.max-width-2093 {
  max-width: 2093px;
}

.max-width-2094 {
  max-width: 2094px;
}

.max-width-2095 {
  max-width: 2095px;
}

.max-width-2096 {
  max-width: 2096px;
}

.max-width-2097 {
  max-width: 2097px;
}

.max-width-2098 {
  max-width: 2098px;
}

.max-width-2099 {
  max-width: 2099px;
}

.max-width-2100 {
  max-width: 2100px;
}

.max-width-2101 {
  max-width: 2101px;
}

.max-width-2102 {
  max-width: 2102px;
}

.max-width-2103 {
  max-width: 2103px;
}

.max-width-2104 {
  max-width: 2104px;
}

.max-width-2105 {
  max-width: 2105px;
}

.max-width-2106 {
  max-width: 2106px;
}

.max-width-2107 {
  max-width: 2107px;
}

.max-width-2108 {
  max-width: 2108px;
}

.max-width-2109 {
  max-width: 2109px;
}

.max-width-2110 {
  max-width: 2110px;
}

.max-width-2111 {
  max-width: 2111px;
}

.max-width-2112 {
  max-width: 2112px;
}

.max-width-2113 {
  max-width: 2113px;
}

.max-width-2114 {
  max-width: 2114px;
}

.max-width-2115 {
  max-width: 2115px;
}

.max-width-2116 {
  max-width: 2116px;
}

.max-width-2117 {
  max-width: 2117px;
}

.max-width-2118 {
  max-width: 2118px;
}

.max-width-2119 {
  max-width: 2119px;
}

.max-width-2120 {
  max-width: 2120px;
}

.max-width-2121 {
  max-width: 2121px;
}

.max-width-2122 {
  max-width: 2122px;
}

.max-width-2123 {
  max-width: 2123px;
}

.max-width-2124 {
  max-width: 2124px;
}

.max-width-2125 {
  max-width: 2125px;
}

.max-width-2126 {
  max-width: 2126px;
}

.max-width-2127 {
  max-width: 2127px;
}

.max-width-2128 {
  max-width: 2128px;
}

.max-width-2129 {
  max-width: 2129px;
}

.max-width-2130 {
  max-width: 2130px;
}

.max-width-2131 {
  max-width: 2131px;
}

.max-width-2132 {
  max-width: 2132px;
}

.max-width-2133 {
  max-width: 2133px;
}

.max-width-2134 {
  max-width: 2134px;
}

.max-width-2135 {
  max-width: 2135px;
}

.max-width-2136 {
  max-width: 2136px;
}

.max-width-2137 {
  max-width: 2137px;
}

.max-width-2138 {
  max-width: 2138px;
}

.max-width-2139 {
  max-width: 2139px;
}

.max-width-2140 {
  max-width: 2140px;
}

.max-width-2141 {
  max-width: 2141px;
}

.max-width-2142 {
  max-width: 2142px;
}

.max-width-2143 {
  max-width: 2143px;
}

.max-width-2144 {
  max-width: 2144px;
}

.max-width-2145 {
  max-width: 2145px;
}

.max-width-2146 {
  max-width: 2146px;
}

.max-width-2147 {
  max-width: 2147px;
}

.max-width-2148 {
  max-width: 2148px;
}

.max-width-2149 {
  max-width: 2149px;
}

.max-width-2150 {
  max-width: 2150px;
}

.max-width-2151 {
  max-width: 2151px;
}

.max-width-2152 {
  max-width: 2152px;
}

.max-width-2153 {
  max-width: 2153px;
}

.max-width-2154 {
  max-width: 2154px;
}

.max-width-2155 {
  max-width: 2155px;
}

.max-width-2156 {
  max-width: 2156px;
}

.max-width-2157 {
  max-width: 2157px;
}

.max-width-2158 {
  max-width: 2158px;
}

.max-width-2159 {
  max-width: 2159px;
}

.max-width-2160 {
  max-width: 2160px;
}

.max-width-2161 {
  max-width: 2161px;
}

.max-width-2162 {
  max-width: 2162px;
}

.max-width-2163 {
  max-width: 2163px;
}

.max-width-2164 {
  max-width: 2164px;
}

.max-width-2165 {
  max-width: 2165px;
}

.max-width-2166 {
  max-width: 2166px;
}

.max-width-2167 {
  max-width: 2167px;
}

.max-width-2168 {
  max-width: 2168px;
}

.max-width-2169 {
  max-width: 2169px;
}

.max-width-2170 {
  max-width: 2170px;
}

.max-width-2171 {
  max-width: 2171px;
}

.max-width-2172 {
  max-width: 2172px;
}

.max-width-2173 {
  max-width: 2173px;
}

.max-width-2174 {
  max-width: 2174px;
}

.max-width-2175 {
  max-width: 2175px;
}

.max-width-2176 {
  max-width: 2176px;
}

.max-width-2177 {
  max-width: 2177px;
}

.max-width-2178 {
  max-width: 2178px;
}

.max-width-2179 {
  max-width: 2179px;
}

.max-width-2180 {
  max-width: 2180px;
}

.max-width-2181 {
  max-width: 2181px;
}

.max-width-2182 {
  max-width: 2182px;
}

.max-width-2183 {
  max-width: 2183px;
}

.max-width-2184 {
  max-width: 2184px;
}

.max-width-2185 {
  max-width: 2185px;
}

.max-width-2186 {
  max-width: 2186px;
}

.max-width-2187 {
  max-width: 2187px;
}

.max-width-2188 {
  max-width: 2188px;
}

.max-width-2189 {
  max-width: 2189px;
}

.max-width-2190 {
  max-width: 2190px;
}

.max-width-2191 {
  max-width: 2191px;
}

.max-width-2192 {
  max-width: 2192px;
}

.max-width-2193 {
  max-width: 2193px;
}

.max-width-2194 {
  max-width: 2194px;
}

.max-width-2195 {
  max-width: 2195px;
}

.max-width-2196 {
  max-width: 2196px;
}

.max-width-2197 {
  max-width: 2197px;
}

.max-width-2198 {
  max-width: 2198px;
}

.max-width-2199 {
  max-width: 2199px;
}

.max-width-2200 {
  max-width: 2200px;
}

.max-width-2201 {
  max-width: 2201px;
}

.max-width-2202 {
  max-width: 2202px;
}

.max-width-2203 {
  max-width: 2203px;
}

.max-width-2204 {
  max-width: 2204px;
}

.max-width-2205 {
  max-width: 2205px;
}

.max-width-2206 {
  max-width: 2206px;
}

.max-width-2207 {
  max-width: 2207px;
}

.max-width-2208 {
  max-width: 2208px;
}

.max-width-2209 {
  max-width: 2209px;
}

.max-width-2210 {
  max-width: 2210px;
}

.max-width-2211 {
  max-width: 2211px;
}

.max-width-2212 {
  max-width: 2212px;
}

.max-width-2213 {
  max-width: 2213px;
}

.max-width-2214 {
  max-width: 2214px;
}

.max-width-2215 {
  max-width: 2215px;
}

.max-width-2216 {
  max-width: 2216px;
}

.max-width-2217 {
  max-width: 2217px;
}

.max-width-2218 {
  max-width: 2218px;
}

.max-width-2219 {
  max-width: 2219px;
}

.max-width-2220 {
  max-width: 2220px;
}

.max-width-2221 {
  max-width: 2221px;
}

.max-width-2222 {
  max-width: 2222px;
}

.max-width-2223 {
  max-width: 2223px;
}

.max-width-2224 {
  max-width: 2224px;
}

.max-width-2225 {
  max-width: 2225px;
}

.max-width-2226 {
  max-width: 2226px;
}

.max-width-2227 {
  max-width: 2227px;
}

.max-width-2228 {
  max-width: 2228px;
}

.max-width-2229 {
  max-width: 2229px;
}

.max-width-2230 {
  max-width: 2230px;
}

.max-width-2231 {
  max-width: 2231px;
}

.max-width-2232 {
  max-width: 2232px;
}

.max-width-2233 {
  max-width: 2233px;
}

.max-width-2234 {
  max-width: 2234px;
}

.max-width-2235 {
  max-width: 2235px;
}

.max-width-2236 {
  max-width: 2236px;
}

.max-width-2237 {
  max-width: 2237px;
}

.max-width-2238 {
  max-width: 2238px;
}

.max-width-2239 {
  max-width: 2239px;
}

.max-width-2240 {
  max-width: 2240px;
}

.max-width-2241 {
  max-width: 2241px;
}

.max-width-2242 {
  max-width: 2242px;
}

.max-width-2243 {
  max-width: 2243px;
}

.max-width-2244 {
  max-width: 2244px;
}

.max-width-2245 {
  max-width: 2245px;
}

.max-width-2246 {
  max-width: 2246px;
}

.max-width-2247 {
  max-width: 2247px;
}

.max-width-2248 {
  max-width: 2248px;
}

.max-width-2249 {
  max-width: 2249px;
}

.max-width-2250 {
  max-width: 2250px;
}

.max-width-2251 {
  max-width: 2251px;
}

.max-width-2252 {
  max-width: 2252px;
}

.max-width-2253 {
  max-width: 2253px;
}

.max-width-2254 {
  max-width: 2254px;
}

.max-width-2255 {
  max-width: 2255px;
}

.max-width-2256 {
  max-width: 2256px;
}

.max-width-2257 {
  max-width: 2257px;
}

.max-width-2258 {
  max-width: 2258px;
}

.max-width-2259 {
  max-width: 2259px;
}

.max-width-2260 {
  max-width: 2260px;
}

.max-width-2261 {
  max-width: 2261px;
}

.max-width-2262 {
  max-width: 2262px;
}

.max-width-2263 {
  max-width: 2263px;
}

.max-width-2264 {
  max-width: 2264px;
}

.max-width-2265 {
  max-width: 2265px;
}

.max-width-2266 {
  max-width: 2266px;
}

.max-width-2267 {
  max-width: 2267px;
}

.max-width-2268 {
  max-width: 2268px;
}

.max-width-2269 {
  max-width: 2269px;
}

.max-width-2270 {
  max-width: 2270px;
}

.max-width-2271 {
  max-width: 2271px;
}

.max-width-2272 {
  max-width: 2272px;
}

.max-width-2273 {
  max-width: 2273px;
}

.max-width-2274 {
  max-width: 2274px;
}

.max-width-2275 {
  max-width: 2275px;
}

.max-width-2276 {
  max-width: 2276px;
}

.max-width-2277 {
  max-width: 2277px;
}

.max-width-2278 {
  max-width: 2278px;
}

.max-width-2279 {
  max-width: 2279px;
}

.max-width-2280 {
  max-width: 2280px;
}

.max-width-2281 {
  max-width: 2281px;
}

.max-width-2282 {
  max-width: 2282px;
}

.max-width-2283 {
  max-width: 2283px;
}

.max-width-2284 {
  max-width: 2284px;
}

.max-width-2285 {
  max-width: 2285px;
}

.max-width-2286 {
  max-width: 2286px;
}

.max-width-2287 {
  max-width: 2287px;
}

.max-width-2288 {
  max-width: 2288px;
}

.max-width-2289 {
  max-width: 2289px;
}

.max-width-2290 {
  max-width: 2290px;
}

.max-width-2291 {
  max-width: 2291px;
}

.max-width-2292 {
  max-width: 2292px;
}

.max-width-2293 {
  max-width: 2293px;
}

.max-width-2294 {
  max-width: 2294px;
}

.max-width-2295 {
  max-width: 2295px;
}

.max-width-2296 {
  max-width: 2296px;
}

.max-width-2297 {
  max-width: 2297px;
}

.max-width-2298 {
  max-width: 2298px;
}

.max-width-2299 {
  max-width: 2299px;
}

.max-width-2300 {
  max-width: 2300px;
}

.max-width-2301 {
  max-width: 2301px;
}

.max-width-2302 {
  max-width: 2302px;
}

.max-width-2303 {
  max-width: 2303px;
}

.max-width-2304 {
  max-width: 2304px;
}

.max-width-2305 {
  max-width: 2305px;
}

.max-width-2306 {
  max-width: 2306px;
}

.max-width-2307 {
  max-width: 2307px;
}

.max-width-2308 {
  max-width: 2308px;
}

.max-width-2309 {
  max-width: 2309px;
}

.max-width-2310 {
  max-width: 2310px;
}

.max-width-2311 {
  max-width: 2311px;
}

.max-width-2312 {
  max-width: 2312px;
}

.max-width-2313 {
  max-width: 2313px;
}

.max-width-2314 {
  max-width: 2314px;
}

.max-width-2315 {
  max-width: 2315px;
}

.max-width-2316 {
  max-width: 2316px;
}

.max-width-2317 {
  max-width: 2317px;
}

.max-width-2318 {
  max-width: 2318px;
}

.max-width-2319 {
  max-width: 2319px;
}

.max-width-2320 {
  max-width: 2320px;
}

.max-width-2321 {
  max-width: 2321px;
}

.max-width-2322 {
  max-width: 2322px;
}

.max-width-2323 {
  max-width: 2323px;
}

.max-width-2324 {
  max-width: 2324px;
}

.max-width-2325 {
  max-width: 2325px;
}

.max-width-2326 {
  max-width: 2326px;
}

.max-width-2327 {
  max-width: 2327px;
}

.max-width-2328 {
  max-width: 2328px;
}

.max-width-2329 {
  max-width: 2329px;
}

.max-width-2330 {
  max-width: 2330px;
}

.max-width-2331 {
  max-width: 2331px;
}

.max-width-2332 {
  max-width: 2332px;
}

.max-width-2333 {
  max-width: 2333px;
}

.max-width-2334 {
  max-width: 2334px;
}

.max-width-2335 {
  max-width: 2335px;
}

.max-width-2336 {
  max-width: 2336px;
}

.max-width-2337 {
  max-width: 2337px;
}

.max-width-2338 {
  max-width: 2338px;
}

.max-width-2339 {
  max-width: 2339px;
}

.max-width-2340 {
  max-width: 2340px;
}

.max-width-2341 {
  max-width: 2341px;
}

.max-width-2342 {
  max-width: 2342px;
}

.max-width-2343 {
  max-width: 2343px;
}

.max-width-2344 {
  max-width: 2344px;
}

.max-width-2345 {
  max-width: 2345px;
}

.max-width-2346 {
  max-width: 2346px;
}

.max-width-2347 {
  max-width: 2347px;
}

.max-width-2348 {
  max-width: 2348px;
}

.max-width-2349 {
  max-width: 2349px;
}

.max-width-2350 {
  max-width: 2350px;
}

.max-width-2351 {
  max-width: 2351px;
}

.max-width-2352 {
  max-width: 2352px;
}

.max-width-2353 {
  max-width: 2353px;
}

.max-width-2354 {
  max-width: 2354px;
}

.max-width-2355 {
  max-width: 2355px;
}

.max-width-2356 {
  max-width: 2356px;
}

.max-width-2357 {
  max-width: 2357px;
}

.max-width-2358 {
  max-width: 2358px;
}

.max-width-2359 {
  max-width: 2359px;
}

.max-width-2360 {
  max-width: 2360px;
}

.max-width-2361 {
  max-width: 2361px;
}

.max-width-2362 {
  max-width: 2362px;
}

.max-width-2363 {
  max-width: 2363px;
}

.max-width-2364 {
  max-width: 2364px;
}

.max-width-2365 {
  max-width: 2365px;
}

.max-width-2366 {
  max-width: 2366px;
}

.max-width-2367 {
  max-width: 2367px;
}

.max-width-2368 {
  max-width: 2368px;
}

.max-width-2369 {
  max-width: 2369px;
}

.max-width-2370 {
  max-width: 2370px;
}

.max-width-2371 {
  max-width: 2371px;
}

.max-width-2372 {
  max-width: 2372px;
}

.max-width-2373 {
  max-width: 2373px;
}

.max-width-2374 {
  max-width: 2374px;
}

.max-width-2375 {
  max-width: 2375px;
}

.max-width-2376 {
  max-width: 2376px;
}

.max-width-2377 {
  max-width: 2377px;
}

.max-width-2378 {
  max-width: 2378px;
}

.max-width-2379 {
  max-width: 2379px;
}

.max-width-2380 {
  max-width: 2380px;
}

.max-width-2381 {
  max-width: 2381px;
}

.max-width-2382 {
  max-width: 2382px;
}

.max-width-2383 {
  max-width: 2383px;
}

.max-width-2384 {
  max-width: 2384px;
}

.max-width-2385 {
  max-width: 2385px;
}

.max-width-2386 {
  max-width: 2386px;
}

.max-width-2387 {
  max-width: 2387px;
}

.max-width-2388 {
  max-width: 2388px;
}

.max-width-2389 {
  max-width: 2389px;
}

.max-width-2390 {
  max-width: 2390px;
}

.max-width-2391 {
  max-width: 2391px;
}

.max-width-2392 {
  max-width: 2392px;
}

.max-width-2393 {
  max-width: 2393px;
}

.max-width-2394 {
  max-width: 2394px;
}

.max-width-2395 {
  max-width: 2395px;
}

.max-width-2396 {
  max-width: 2396px;
}

.max-width-2397 {
  max-width: 2397px;
}

.max-width-2398 {
  max-width: 2398px;
}

.max-width-2399 {
  max-width: 2399px;
}

.max-width-2400 {
  max-width: 2400px;
}

.max-width-2401 {
  max-width: 2401px;
}

.max-width-2402 {
  max-width: 2402px;
}

.max-width-2403 {
  max-width: 2403px;
}

.max-width-2404 {
  max-width: 2404px;
}

.max-width-2405 {
  max-width: 2405px;
}

.max-width-2406 {
  max-width: 2406px;
}

.max-width-2407 {
  max-width: 2407px;
}

.max-width-2408 {
  max-width: 2408px;
}

.max-width-2409 {
  max-width: 2409px;
}

.max-width-2410 {
  max-width: 2410px;
}

.max-width-2411 {
  max-width: 2411px;
}

.max-width-2412 {
  max-width: 2412px;
}

.max-width-2413 {
  max-width: 2413px;
}

.max-width-2414 {
  max-width: 2414px;
}

.max-width-2415 {
  max-width: 2415px;
}

.max-width-2416 {
  max-width: 2416px;
}

.max-width-2417 {
  max-width: 2417px;
}

.max-width-2418 {
  max-width: 2418px;
}

.max-width-2419 {
  max-width: 2419px;
}

.max-width-2420 {
  max-width: 2420px;
}

.max-width-2421 {
  max-width: 2421px;
}

.max-width-2422 {
  max-width: 2422px;
}

.max-width-2423 {
  max-width: 2423px;
}

.max-width-2424 {
  max-width: 2424px;
}

.max-width-2425 {
  max-width: 2425px;
}

.max-width-2426 {
  max-width: 2426px;
}

.max-width-2427 {
  max-width: 2427px;
}

.max-width-2428 {
  max-width: 2428px;
}

.max-width-2429 {
  max-width: 2429px;
}

.max-width-2430 {
  max-width: 2430px;
}

.max-width-2431 {
  max-width: 2431px;
}

.max-width-2432 {
  max-width: 2432px;
}

.max-width-2433 {
  max-width: 2433px;
}

.max-width-2434 {
  max-width: 2434px;
}

.max-width-2435 {
  max-width: 2435px;
}

.max-width-2436 {
  max-width: 2436px;
}

.max-width-2437 {
  max-width: 2437px;
}

.max-width-2438 {
  max-width: 2438px;
}

.max-width-2439 {
  max-width: 2439px;
}

.max-width-2440 {
  max-width: 2440px;
}

.max-width-2441 {
  max-width: 2441px;
}

.max-width-2442 {
  max-width: 2442px;
}

.max-width-2443 {
  max-width: 2443px;
}

.max-width-2444 {
  max-width: 2444px;
}

.max-width-2445 {
  max-width: 2445px;
}

.max-width-2446 {
  max-width: 2446px;
}

.max-width-2447 {
  max-width: 2447px;
}

.max-width-2448 {
  max-width: 2448px;
}

.max-width-2449 {
  max-width: 2449px;
}

.max-width-2450 {
  max-width: 2450px;
}

.max-width-2451 {
  max-width: 2451px;
}

.max-width-2452 {
  max-width: 2452px;
}

.max-width-2453 {
  max-width: 2453px;
}

.max-width-2454 {
  max-width: 2454px;
}

.max-width-2455 {
  max-width: 2455px;
}

.max-width-2456 {
  max-width: 2456px;
}

.max-width-2457 {
  max-width: 2457px;
}

.max-width-2458 {
  max-width: 2458px;
}

.max-width-2459 {
  max-width: 2459px;
}

.max-width-2460 {
  max-width: 2460px;
}

.max-width-2461 {
  max-width: 2461px;
}

.max-width-2462 {
  max-width: 2462px;
}

.max-width-2463 {
  max-width: 2463px;
}

.max-width-2464 {
  max-width: 2464px;
}

.max-width-2465 {
  max-width: 2465px;
}

.max-width-2466 {
  max-width: 2466px;
}

.max-width-2467 {
  max-width: 2467px;
}

.max-width-2468 {
  max-width: 2468px;
}

.max-width-2469 {
  max-width: 2469px;
}

.max-width-2470 {
  max-width: 2470px;
}

.max-width-2471 {
  max-width: 2471px;
}

.max-width-2472 {
  max-width: 2472px;
}

.max-width-2473 {
  max-width: 2473px;
}

.max-width-2474 {
  max-width: 2474px;
}

.max-width-2475 {
  max-width: 2475px;
}

.max-width-2476 {
  max-width: 2476px;
}

.max-width-2477 {
  max-width: 2477px;
}

.max-width-2478 {
  max-width: 2478px;
}

.max-width-2479 {
  max-width: 2479px;
}

.max-width-2480 {
  max-width: 2480px;
}

.max-width-2481 {
  max-width: 2481px;
}

.max-width-2482 {
  max-width: 2482px;
}

.max-width-2483 {
  max-width: 2483px;
}

.max-width-2484 {
  max-width: 2484px;
}

.max-width-2485 {
  max-width: 2485px;
}

.max-width-2486 {
  max-width: 2486px;
}

.max-width-2487 {
  max-width: 2487px;
}

.max-width-2488 {
  max-width: 2488px;
}

.max-width-2489 {
  max-width: 2489px;
}

.max-width-2490 {
  max-width: 2490px;
}

.max-width-2491 {
  max-width: 2491px;
}

.max-width-2492 {
  max-width: 2492px;
}

.max-width-2493 {
  max-width: 2493px;
}

.max-width-2494 {
  max-width: 2494px;
}

.max-width-2495 {
  max-width: 2495px;
}

.max-width-2496 {
  max-width: 2496px;
}

.max-width-2497 {
  max-width: 2497px;
}

.max-width-2498 {
  max-width: 2498px;
}

.max-width-2499 {
  max-width: 2499px;
}

.max-width-2500 {
  max-width: 2500px;
}

.max-width-2501 {
  max-width: 2501px;
}

.max-width-2502 {
  max-width: 2502px;
}

.max-width-2503 {
  max-width: 2503px;
}

.max-width-2504 {
  max-width: 2504px;
}

.max-width-2505 {
  max-width: 2505px;
}

.max-width-2506 {
  max-width: 2506px;
}

.max-width-2507 {
  max-width: 2507px;
}

.max-width-2508 {
  max-width: 2508px;
}

.max-width-2509 {
  max-width: 2509px;
}

.max-width-2510 {
  max-width: 2510px;
}

.max-width-2511 {
  max-width: 2511px;
}

.max-width-2512 {
  max-width: 2512px;
}

.max-width-2513 {
  max-width: 2513px;
}

.max-width-2514 {
  max-width: 2514px;
}

.max-width-2515 {
  max-width: 2515px;
}

.max-width-2516 {
  max-width: 2516px;
}

.max-width-2517 {
  max-width: 2517px;
}

.max-width-2518 {
  max-width: 2518px;
}

.max-width-2519 {
  max-width: 2519px;
}

.max-width-2520 {
  max-width: 2520px;
}

.max-width-2521 {
  max-width: 2521px;
}

.max-width-2522 {
  max-width: 2522px;
}

.max-width-2523 {
  max-width: 2523px;
}

.max-width-2524 {
  max-width: 2524px;
}

.max-width-2525 {
  max-width: 2525px;
}

.max-width-2526 {
  max-width: 2526px;
}

.max-width-2527 {
  max-width: 2527px;
}

.max-width-2528 {
  max-width: 2528px;
}

.max-width-2529 {
  max-width: 2529px;
}

.max-width-2530 {
  max-width: 2530px;
}

.max-width-2531 {
  max-width: 2531px;
}

.max-width-2532 {
  max-width: 2532px;
}

.max-width-2533 {
  max-width: 2533px;
}

.max-width-2534 {
  max-width: 2534px;
}

.max-width-2535 {
  max-width: 2535px;
}

.max-width-2536 {
  max-width: 2536px;
}

.max-width-2537 {
  max-width: 2537px;
}

.max-width-2538 {
  max-width: 2538px;
}

.max-width-2539 {
  max-width: 2539px;
}

.max-width-2540 {
  max-width: 2540px;
}

.max-width-2541 {
  max-width: 2541px;
}

.max-width-2542 {
  max-width: 2542px;
}

.max-width-2543 {
  max-width: 2543px;
}

.max-width-2544 {
  max-width: 2544px;
}

.max-width-2545 {
  max-width: 2545px;
}

.max-width-2546 {
  max-width: 2546px;
}

.max-width-2547 {
  max-width: 2547px;
}

.max-width-2548 {
  max-width: 2548px;
}

.max-width-2549 {
  max-width: 2549px;
}

.max-width-2550 {
  max-width: 2550px;
}

.max-width-2551 {
  max-width: 2551px;
}

.max-width-2552 {
  max-width: 2552px;
}

.max-width-2553 {
  max-width: 2553px;
}

.max-width-2554 {
  max-width: 2554px;
}

.max-width-2555 {
  max-width: 2555px;
}

.max-width-2556 {
  max-width: 2556px;
}

.max-width-2557 {
  max-width: 2557px;
}

.max-width-2558 {
  max-width: 2558px;
}

.max-width-2559 {
  max-width: 2559px;
}

.max-width-2560 {
  max-width: 2560px;
}

.max-width-2561 {
  max-width: 2561px;
}

.max-width-2562 {
  max-width: 2562px;
}

.max-width-2563 {
  max-width: 2563px;
}

.max-width-2564 {
  max-width: 2564px;
}

.max-width-2565 {
  max-width: 2565px;
}

.max-width-2566 {
  max-width: 2566px;
}

.max-width-2567 {
  max-width: 2567px;
}

.max-width-2568 {
  max-width: 2568px;
}

.max-width-2569 {
  max-width: 2569px;
}

.max-width-2570 {
  max-width: 2570px;
}

.max-width-2571 {
  max-width: 2571px;
}

.max-width-2572 {
  max-width: 2572px;
}

.max-width-2573 {
  max-width: 2573px;
}

.max-width-2574 {
  max-width: 2574px;
}

.max-width-2575 {
  max-width: 2575px;
}

.max-width-2576 {
  max-width: 2576px;
}

.max-width-2577 {
  max-width: 2577px;
}

.max-width-2578 {
  max-width: 2578px;
}

.max-width-2579 {
  max-width: 2579px;
}

.max-width-2580 {
  max-width: 2580px;
}

.max-width-2581 {
  max-width: 2581px;
}

.max-width-2582 {
  max-width: 2582px;
}

.max-width-2583 {
  max-width: 2583px;
}

.max-width-2584 {
  max-width: 2584px;
}

.max-width-2585 {
  max-width: 2585px;
}

.max-width-2586 {
  max-width: 2586px;
}

.max-width-2587 {
  max-width: 2587px;
}

.max-width-2588 {
  max-width: 2588px;
}

.max-width-2589 {
  max-width: 2589px;
}

.max-width-2590 {
  max-width: 2590px;
}

.max-width-2591 {
  max-width: 2591px;
}

.max-width-2592 {
  max-width: 2592px;
}

.max-width-2593 {
  max-width: 2593px;
}

.max-width-2594 {
  max-width: 2594px;
}

.max-width-2595 {
  max-width: 2595px;
}

.max-width-2596 {
  max-width: 2596px;
}

.max-width-2597 {
  max-width: 2597px;
}

.max-width-2598 {
  max-width: 2598px;
}

.max-width-2599 {
  max-width: 2599px;
}

.max-width-2600 {
  max-width: 2600px;
}

.max-width-2601 {
  max-width: 2601px;
}

.max-width-2602 {
  max-width: 2602px;
}

.max-width-2603 {
  max-width: 2603px;
}

.max-width-2604 {
  max-width: 2604px;
}

.max-width-2605 {
  max-width: 2605px;
}

.max-width-2606 {
  max-width: 2606px;
}

.max-width-2607 {
  max-width: 2607px;
}

.max-width-2608 {
  max-width: 2608px;
}

.max-width-2609 {
  max-width: 2609px;
}

.max-width-2610 {
  max-width: 2610px;
}

.max-width-2611 {
  max-width: 2611px;
}

.max-width-2612 {
  max-width: 2612px;
}

.max-width-2613 {
  max-width: 2613px;
}

.max-width-2614 {
  max-width: 2614px;
}

.max-width-2615 {
  max-width: 2615px;
}

.max-width-2616 {
  max-width: 2616px;
}

.max-width-2617 {
  max-width: 2617px;
}

.max-width-2618 {
  max-width: 2618px;
}

.max-width-2619 {
  max-width: 2619px;
}

.max-width-2620 {
  max-width: 2620px;
}

.max-width-2621 {
  max-width: 2621px;
}

.max-width-2622 {
  max-width: 2622px;
}

.max-width-2623 {
  max-width: 2623px;
}

.max-width-2624 {
  max-width: 2624px;
}

.max-width-2625 {
  max-width: 2625px;
}

.max-width-2626 {
  max-width: 2626px;
}

.max-width-2627 {
  max-width: 2627px;
}

.max-width-2628 {
  max-width: 2628px;
}

.max-width-2629 {
  max-width: 2629px;
}

.max-width-2630 {
  max-width: 2630px;
}

.max-width-2631 {
  max-width: 2631px;
}

.max-width-2632 {
  max-width: 2632px;
}

.max-width-2633 {
  max-width: 2633px;
}

.max-width-2634 {
  max-width: 2634px;
}

.max-width-2635 {
  max-width: 2635px;
}

.max-width-2636 {
  max-width: 2636px;
}

.max-width-2637 {
  max-width: 2637px;
}

.max-width-2638 {
  max-width: 2638px;
}

.max-width-2639 {
  max-width: 2639px;
}

.max-width-2640 {
  max-width: 2640px;
}

.max-width-2641 {
  max-width: 2641px;
}

.max-width-2642 {
  max-width: 2642px;
}

.max-width-2643 {
  max-width: 2643px;
}

.max-width-2644 {
  max-width: 2644px;
}

.max-width-2645 {
  max-width: 2645px;
}

.max-width-2646 {
  max-width: 2646px;
}

.max-width-2647 {
  max-width: 2647px;
}

.max-width-2648 {
  max-width: 2648px;
}

.max-width-2649 {
  max-width: 2649px;
}

.max-width-2650 {
  max-width: 2650px;
}

.max-width-2651 {
  max-width: 2651px;
}

.max-width-2652 {
  max-width: 2652px;
}

.max-width-2653 {
  max-width: 2653px;
}

.max-width-2654 {
  max-width: 2654px;
}

.max-width-2655 {
  max-width: 2655px;
}

.max-width-2656 {
  max-width: 2656px;
}

.max-width-2657 {
  max-width: 2657px;
}

.max-width-2658 {
  max-width: 2658px;
}

.max-width-2659 {
  max-width: 2659px;
}

.max-width-2660 {
  max-width: 2660px;
}

.max-width-2661 {
  max-width: 2661px;
}

.max-width-2662 {
  max-width: 2662px;
}

.max-width-2663 {
  max-width: 2663px;
}

.max-width-2664 {
  max-width: 2664px;
}

.max-width-2665 {
  max-width: 2665px;
}

.max-width-2666 {
  max-width: 2666px;
}

.max-width-2667 {
  max-width: 2667px;
}

.max-width-2668 {
  max-width: 2668px;
}

.max-width-2669 {
  max-width: 2669px;
}

.max-width-2670 {
  max-width: 2670px;
}

.max-width-2671 {
  max-width: 2671px;
}

.max-width-2672 {
  max-width: 2672px;
}

.max-width-2673 {
  max-width: 2673px;
}

.max-width-2674 {
  max-width: 2674px;
}

.max-width-2675 {
  max-width: 2675px;
}

.max-width-2676 {
  max-width: 2676px;
}

.max-width-2677 {
  max-width: 2677px;
}

.max-width-2678 {
  max-width: 2678px;
}

.max-width-2679 {
  max-width: 2679px;
}

.max-width-2680 {
  max-width: 2680px;
}

.max-width-2681 {
  max-width: 2681px;
}

.max-width-2682 {
  max-width: 2682px;
}

.max-width-2683 {
  max-width: 2683px;
}

.max-width-2684 {
  max-width: 2684px;
}

.max-width-2685 {
  max-width: 2685px;
}

.max-width-2686 {
  max-width: 2686px;
}

.max-width-2687 {
  max-width: 2687px;
}

.max-width-2688 {
  max-width: 2688px;
}

.max-width-2689 {
  max-width: 2689px;
}

.max-width-2690 {
  max-width: 2690px;
}

.max-width-2691 {
  max-width: 2691px;
}

.max-width-2692 {
  max-width: 2692px;
}

.max-width-2693 {
  max-width: 2693px;
}

.max-width-2694 {
  max-width: 2694px;
}

.max-width-2695 {
  max-width: 2695px;
}

.max-width-2696 {
  max-width: 2696px;
}

.max-width-2697 {
  max-width: 2697px;
}

.max-width-2698 {
  max-width: 2698px;
}

.max-width-2699 {
  max-width: 2699px;
}

.max-width-2700 {
  max-width: 2700px;
}

.max-width-2701 {
  max-width: 2701px;
}

.max-width-2702 {
  max-width: 2702px;
}

.max-width-2703 {
  max-width: 2703px;
}

.max-width-2704 {
  max-width: 2704px;
}

.max-width-2705 {
  max-width: 2705px;
}

.max-width-2706 {
  max-width: 2706px;
}

.max-width-2707 {
  max-width: 2707px;
}

.max-width-2708 {
  max-width: 2708px;
}

.max-width-2709 {
  max-width: 2709px;
}

.max-width-2710 {
  max-width: 2710px;
}

.max-width-2711 {
  max-width: 2711px;
}

.max-width-2712 {
  max-width: 2712px;
}

.max-width-2713 {
  max-width: 2713px;
}

.max-width-2714 {
  max-width: 2714px;
}

.max-width-2715 {
  max-width: 2715px;
}

.max-width-2716 {
  max-width: 2716px;
}

.max-width-2717 {
  max-width: 2717px;
}

.max-width-2718 {
  max-width: 2718px;
}

.max-width-2719 {
  max-width: 2719px;
}

.max-width-2720 {
  max-width: 2720px;
}

.max-width-2721 {
  max-width: 2721px;
}

.max-width-2722 {
  max-width: 2722px;
}

.max-width-2723 {
  max-width: 2723px;
}

.max-width-2724 {
  max-width: 2724px;
}

.max-width-2725 {
  max-width: 2725px;
}

.max-width-2726 {
  max-width: 2726px;
}

.max-width-2727 {
  max-width: 2727px;
}

.max-width-2728 {
  max-width: 2728px;
}

.max-width-2729 {
  max-width: 2729px;
}

.max-width-2730 {
  max-width: 2730px;
}

.max-width-2731 {
  max-width: 2731px;
}

.max-width-2732 {
  max-width: 2732px;
}

.max-width-2733 {
  max-width: 2733px;
}

.max-width-2734 {
  max-width: 2734px;
}

.max-width-2735 {
  max-width: 2735px;
}

.max-width-2736 {
  max-width: 2736px;
}

.max-width-2737 {
  max-width: 2737px;
}

.max-width-2738 {
  max-width: 2738px;
}

.max-width-2739 {
  max-width: 2739px;
}

.max-width-2740 {
  max-width: 2740px;
}

.max-width-2741 {
  max-width: 2741px;
}

.max-width-2742 {
  max-width: 2742px;
}

.max-width-2743 {
  max-width: 2743px;
}

.max-width-2744 {
  max-width: 2744px;
}

.max-width-2745 {
  max-width: 2745px;
}

.max-width-2746 {
  max-width: 2746px;
}

.max-width-2747 {
  max-width: 2747px;
}

.max-width-2748 {
  max-width: 2748px;
}

.max-width-2749 {
  max-width: 2749px;
}

.max-width-2750 {
  max-width: 2750px;
}

.max-width-2751 {
  max-width: 2751px;
}

.max-width-2752 {
  max-width: 2752px;
}

.max-width-2753 {
  max-width: 2753px;
}

.max-width-2754 {
  max-width: 2754px;
}

.max-width-2755 {
  max-width: 2755px;
}

.max-width-2756 {
  max-width: 2756px;
}

.max-width-2757 {
  max-width: 2757px;
}

.max-width-2758 {
  max-width: 2758px;
}

.max-width-2759 {
  max-width: 2759px;
}

.max-width-2760 {
  max-width: 2760px;
}

.max-width-2761 {
  max-width: 2761px;
}

.max-width-2762 {
  max-width: 2762px;
}

.max-width-2763 {
  max-width: 2763px;
}

.max-width-2764 {
  max-width: 2764px;
}

.max-width-2765 {
  max-width: 2765px;
}

.max-width-2766 {
  max-width: 2766px;
}

.max-width-2767 {
  max-width: 2767px;
}

.max-width-2768 {
  max-width: 2768px;
}

.max-width-2769 {
  max-width: 2769px;
}

.max-width-2770 {
  max-width: 2770px;
}

.max-width-2771 {
  max-width: 2771px;
}

.max-width-2772 {
  max-width: 2772px;
}

.max-width-2773 {
  max-width: 2773px;
}

.max-width-2774 {
  max-width: 2774px;
}

.max-width-2775 {
  max-width: 2775px;
}

.max-width-2776 {
  max-width: 2776px;
}

.max-width-2777 {
  max-width: 2777px;
}

.max-width-2778 {
  max-width: 2778px;
}

.max-width-2779 {
  max-width: 2779px;
}

.max-width-2780 {
  max-width: 2780px;
}

.max-width-2781 {
  max-width: 2781px;
}

.max-width-2782 {
  max-width: 2782px;
}

.max-width-2783 {
  max-width: 2783px;
}

.max-width-2784 {
  max-width: 2784px;
}

.max-width-2785 {
  max-width: 2785px;
}

.max-width-2786 {
  max-width: 2786px;
}

.max-width-2787 {
  max-width: 2787px;
}

.max-width-2788 {
  max-width: 2788px;
}

.max-width-2789 {
  max-width: 2789px;
}

.max-width-2790 {
  max-width: 2790px;
}

.max-width-2791 {
  max-width: 2791px;
}

.max-width-2792 {
  max-width: 2792px;
}

.max-width-2793 {
  max-width: 2793px;
}

.max-width-2794 {
  max-width: 2794px;
}

.max-width-2795 {
  max-width: 2795px;
}

.max-width-2796 {
  max-width: 2796px;
}

.max-width-2797 {
  max-width: 2797px;
}

.max-width-2798 {
  max-width: 2798px;
}

.max-width-2799 {
  max-width: 2799px;
}

.max-width-2800 {
  max-width: 2800px;
}

.max-width-2801 {
  max-width: 2801px;
}

.max-width-2802 {
  max-width: 2802px;
}

.max-width-2803 {
  max-width: 2803px;
}

.max-width-2804 {
  max-width: 2804px;
}

.max-width-2805 {
  max-width: 2805px;
}

.max-width-2806 {
  max-width: 2806px;
}

.max-width-2807 {
  max-width: 2807px;
}

.max-width-2808 {
  max-width: 2808px;
}

.max-width-2809 {
  max-width: 2809px;
}

.max-width-2810 {
  max-width: 2810px;
}

.max-width-2811 {
  max-width: 2811px;
}

.max-width-2812 {
  max-width: 2812px;
}

.max-width-2813 {
  max-width: 2813px;
}

.max-width-2814 {
  max-width: 2814px;
}

.max-width-2815 {
  max-width: 2815px;
}

.max-width-2816 {
  max-width: 2816px;
}

.max-width-2817 {
  max-width: 2817px;
}

.max-width-2818 {
  max-width: 2818px;
}

.max-width-2819 {
  max-width: 2819px;
}

.max-width-2820 {
  max-width: 2820px;
}

.max-width-2821 {
  max-width: 2821px;
}

.max-width-2822 {
  max-width: 2822px;
}

.max-width-2823 {
  max-width: 2823px;
}

.max-width-2824 {
  max-width: 2824px;
}

.max-width-2825 {
  max-width: 2825px;
}

.max-width-2826 {
  max-width: 2826px;
}

.max-width-2827 {
  max-width: 2827px;
}

.max-width-2828 {
  max-width: 2828px;
}

.max-width-2829 {
  max-width: 2829px;
}

.max-width-2830 {
  max-width: 2830px;
}

.max-width-2831 {
  max-width: 2831px;
}

.max-width-2832 {
  max-width: 2832px;
}

.max-width-2833 {
  max-width: 2833px;
}

.max-width-2834 {
  max-width: 2834px;
}

.max-width-2835 {
  max-width: 2835px;
}

.max-width-2836 {
  max-width: 2836px;
}

.max-width-2837 {
  max-width: 2837px;
}

.max-width-2838 {
  max-width: 2838px;
}

.max-width-2839 {
  max-width: 2839px;
}

.max-width-2840 {
  max-width: 2840px;
}

.max-width-2841 {
  max-width: 2841px;
}

.max-width-2842 {
  max-width: 2842px;
}

.max-width-2843 {
  max-width: 2843px;
}

.max-width-2844 {
  max-width: 2844px;
}

.max-width-2845 {
  max-width: 2845px;
}

.max-width-2846 {
  max-width: 2846px;
}

.max-width-2847 {
  max-width: 2847px;
}

.max-width-2848 {
  max-width: 2848px;
}

.max-width-2849 {
  max-width: 2849px;
}

.max-width-2850 {
  max-width: 2850px;
}

.max-width-2851 {
  max-width: 2851px;
}

.max-width-2852 {
  max-width: 2852px;
}

.max-width-2853 {
  max-width: 2853px;
}

.max-width-2854 {
  max-width: 2854px;
}

.max-width-2855 {
  max-width: 2855px;
}

.max-width-2856 {
  max-width: 2856px;
}

.max-width-2857 {
  max-width: 2857px;
}

.max-width-2858 {
  max-width: 2858px;
}

.max-width-2859 {
  max-width: 2859px;
}

.max-width-2860 {
  max-width: 2860px;
}

.max-width-2861 {
  max-width: 2861px;
}

.max-width-2862 {
  max-width: 2862px;
}

.max-width-2863 {
  max-width: 2863px;
}

.max-width-2864 {
  max-width: 2864px;
}

.max-width-2865 {
  max-width: 2865px;
}

.max-width-2866 {
  max-width: 2866px;
}

.max-width-2867 {
  max-width: 2867px;
}

.max-width-2868 {
  max-width: 2868px;
}

.max-width-2869 {
  max-width: 2869px;
}

.max-width-2870 {
  max-width: 2870px;
}

.max-width-2871 {
  max-width: 2871px;
}

.max-width-2872 {
  max-width: 2872px;
}

.max-width-2873 {
  max-width: 2873px;
}

.max-width-2874 {
  max-width: 2874px;
}

.max-width-2875 {
  max-width: 2875px;
}

.max-width-2876 {
  max-width: 2876px;
}

.max-width-2877 {
  max-width: 2877px;
}

.max-width-2878 {
  max-width: 2878px;
}

.max-width-2879 {
  max-width: 2879px;
}

.max-width-2880 {
  max-width: 2880px;
}

.max-width-2881 {
  max-width: 2881px;
}

.max-width-2882 {
  max-width: 2882px;
}

.max-width-2883 {
  max-width: 2883px;
}

.max-width-2884 {
  max-width: 2884px;
}

.max-width-2885 {
  max-width: 2885px;
}

.max-width-2886 {
  max-width: 2886px;
}

.max-width-2887 {
  max-width: 2887px;
}

.max-width-2888 {
  max-width: 2888px;
}

.max-width-2889 {
  max-width: 2889px;
}

.max-width-2890 {
  max-width: 2890px;
}

.max-width-2891 {
  max-width: 2891px;
}

.max-width-2892 {
  max-width: 2892px;
}

.max-width-2893 {
  max-width: 2893px;
}

.max-width-2894 {
  max-width: 2894px;
}

.max-width-2895 {
  max-width: 2895px;
}

.max-width-2896 {
  max-width: 2896px;
}

.max-width-2897 {
  max-width: 2897px;
}

.max-width-2898 {
  max-width: 2898px;
}

.max-width-2899 {
  max-width: 2899px;
}

.max-width-2900 {
  max-width: 2900px;
}

.max-width-2901 {
  max-width: 2901px;
}

.max-width-2902 {
  max-width: 2902px;
}

.max-width-2903 {
  max-width: 2903px;
}

.max-width-2904 {
  max-width: 2904px;
}

.max-width-2905 {
  max-width: 2905px;
}

.max-width-2906 {
  max-width: 2906px;
}

.max-width-2907 {
  max-width: 2907px;
}

.max-width-2908 {
  max-width: 2908px;
}

.max-width-2909 {
  max-width: 2909px;
}

.max-width-2910 {
  max-width: 2910px;
}

.max-width-2911 {
  max-width: 2911px;
}

.max-width-2912 {
  max-width: 2912px;
}

.max-width-2913 {
  max-width: 2913px;
}

.max-width-2914 {
  max-width: 2914px;
}

.max-width-2915 {
  max-width: 2915px;
}

.max-width-2916 {
  max-width: 2916px;
}

.max-width-2917 {
  max-width: 2917px;
}

.max-width-2918 {
  max-width: 2918px;
}

.max-width-2919 {
  max-width: 2919px;
}

.max-width-2920 {
  max-width: 2920px;
}

.max-width-2921 {
  max-width: 2921px;
}

.max-width-2922 {
  max-width: 2922px;
}

.max-width-2923 {
  max-width: 2923px;
}

.max-width-2924 {
  max-width: 2924px;
}

.max-width-2925 {
  max-width: 2925px;
}

.max-width-2926 {
  max-width: 2926px;
}

.max-width-2927 {
  max-width: 2927px;
}

.max-width-2928 {
  max-width: 2928px;
}

.max-width-2929 {
  max-width: 2929px;
}

.max-width-2930 {
  max-width: 2930px;
}

.max-width-2931 {
  max-width: 2931px;
}

.max-width-2932 {
  max-width: 2932px;
}

.max-width-2933 {
  max-width: 2933px;
}

.max-width-2934 {
  max-width: 2934px;
}

.max-width-2935 {
  max-width: 2935px;
}

.max-width-2936 {
  max-width: 2936px;
}

.max-width-2937 {
  max-width: 2937px;
}

.max-width-2938 {
  max-width: 2938px;
}

.max-width-2939 {
  max-width: 2939px;
}

.max-width-2940 {
  max-width: 2940px;
}

.max-width-2941 {
  max-width: 2941px;
}

.max-width-2942 {
  max-width: 2942px;
}

.max-width-2943 {
  max-width: 2943px;
}

.max-width-2944 {
  max-width: 2944px;
}

.max-width-2945 {
  max-width: 2945px;
}

.max-width-2946 {
  max-width: 2946px;
}

.max-width-2947 {
  max-width: 2947px;
}

.max-width-2948 {
  max-width: 2948px;
}

.max-width-2949 {
  max-width: 2949px;
}

.max-width-2950 {
  max-width: 2950px;
}

.max-width-2951 {
  max-width: 2951px;
}

.max-width-2952 {
  max-width: 2952px;
}

.max-width-2953 {
  max-width: 2953px;
}

.max-width-2954 {
  max-width: 2954px;
}

.max-width-2955 {
  max-width: 2955px;
}

.max-width-2956 {
  max-width: 2956px;
}

.max-width-2957 {
  max-width: 2957px;
}

.max-width-2958 {
  max-width: 2958px;
}

.max-width-2959 {
  max-width: 2959px;
}

.max-width-2960 {
  max-width: 2960px;
}

.max-width-2961 {
  max-width: 2961px;
}

.max-width-2962 {
  max-width: 2962px;
}

.max-width-2963 {
  max-width: 2963px;
}

.max-width-2964 {
  max-width: 2964px;
}

.max-width-2965 {
  max-width: 2965px;
}

.max-width-2966 {
  max-width: 2966px;
}

.max-width-2967 {
  max-width: 2967px;
}

.max-width-2968 {
  max-width: 2968px;
}

.max-width-2969 {
  max-width: 2969px;
}

.max-width-2970 {
  max-width: 2970px;
}

.max-width-2971 {
  max-width: 2971px;
}

.max-width-2972 {
  max-width: 2972px;
}

.max-width-2973 {
  max-width: 2973px;
}

.max-width-2974 {
  max-width: 2974px;
}

.max-width-2975 {
  max-width: 2975px;
}

.max-width-2976 {
  max-width: 2976px;
}

.max-width-2977 {
  max-width: 2977px;
}

.max-width-2978 {
  max-width: 2978px;
}

.max-width-2979 {
  max-width: 2979px;
}

.max-width-2980 {
  max-width: 2980px;
}

.max-width-2981 {
  max-width: 2981px;
}

.max-width-2982 {
  max-width: 2982px;
}

.max-width-2983 {
  max-width: 2983px;
}

.max-width-2984 {
  max-width: 2984px;
}

.max-width-2985 {
  max-width: 2985px;
}

.max-width-2986 {
  max-width: 2986px;
}

.max-width-2987 {
  max-width: 2987px;
}

.max-width-2988 {
  max-width: 2988px;
}

.max-width-2989 {
  max-width: 2989px;
}

.max-width-2990 {
  max-width: 2990px;
}

.max-width-2991 {
  max-width: 2991px;
}

.max-width-2992 {
  max-width: 2992px;
}

.max-width-2993 {
  max-width: 2993px;
}

.max-width-2994 {
  max-width: 2994px;
}

.max-width-2995 {
  max-width: 2995px;
}

.max-width-2996 {
  max-width: 2996px;
}

.max-width-2997 {
  max-width: 2997px;
}

.max-width-2998 {
  max-width: 2998px;
}

.max-width-2999 {
  max-width: 2999px;
}

.max-width-3000 {
  max-width: 3000px;
}

.max-width-3001 {
  max-width: 3001px;
}

.max-width-3002 {
  max-width: 3002px;
}

.max-width-3003 {
  max-width: 3003px;
}

.max-width-3004 {
  max-width: 3004px;
}

.max-width-3005 {
  max-width: 3005px;
}

.max-width-3006 {
  max-width: 3006px;
}

.max-width-3007 {
  max-width: 3007px;
}

.max-width-3008 {
  max-width: 3008px;
}

.max-width-3009 {
  max-width: 3009px;
}

.max-width-3010 {
  max-width: 3010px;
}

.max-width-3011 {
  max-width: 3011px;
}

.max-width-3012 {
  max-width: 3012px;
}

.max-width-3013 {
  max-width: 3013px;
}

.max-width-3014 {
  max-width: 3014px;
}

.max-width-3015 {
  max-width: 3015px;
}

.max-width-3016 {
  max-width: 3016px;
}

.max-width-3017 {
  max-width: 3017px;
}

.max-width-3018 {
  max-width: 3018px;
}

.max-width-3019 {
  max-width: 3019px;
}

.max-width-3020 {
  max-width: 3020px;
}

.max-width-3021 {
  max-width: 3021px;
}

.max-width-3022 {
  max-width: 3022px;
}

.max-width-3023 {
  max-width: 3023px;
}

.max-width-3024 {
  max-width: 3024px;
}

.max-width-3025 {
  max-width: 3025px;
}

.max-width-3026 {
  max-width: 3026px;
}

.max-width-3027 {
  max-width: 3027px;
}

.max-width-3028 {
  max-width: 3028px;
}

.max-width-3029 {
  max-width: 3029px;
}

.max-width-3030 {
  max-width: 3030px;
}

.max-width-3031 {
  max-width: 3031px;
}

.max-width-3032 {
  max-width: 3032px;
}

.max-width-3033 {
  max-width: 3033px;
}

.max-width-3034 {
  max-width: 3034px;
}

.max-width-3035 {
  max-width: 3035px;
}

.max-width-3036 {
  max-width: 3036px;
}

.max-width-3037 {
  max-width: 3037px;
}

.max-width-3038 {
  max-width: 3038px;
}

.max-width-3039 {
  max-width: 3039px;
}

.max-width-3040 {
  max-width: 3040px;
}

.max-width-3041 {
  max-width: 3041px;
}

.max-width-3042 {
  max-width: 3042px;
}

.max-width-3043 {
  max-width: 3043px;
}

.max-width-3044 {
  max-width: 3044px;
}

.max-width-3045 {
  max-width: 3045px;
}

.max-width-3046 {
  max-width: 3046px;
}

.max-width-3047 {
  max-width: 3047px;
}

.max-width-3048 {
  max-width: 3048px;
}

.max-width-3049 {
  max-width: 3049px;
}

.max-width-3050 {
  max-width: 3050px;
}

.max-width-3051 {
  max-width: 3051px;
}

.max-width-3052 {
  max-width: 3052px;
}

.max-width-3053 {
  max-width: 3053px;
}

.max-width-3054 {
  max-width: 3054px;
}

.max-width-3055 {
  max-width: 3055px;
}

.max-width-3056 {
  max-width: 3056px;
}

.max-width-3057 {
  max-width: 3057px;
}

.max-width-3058 {
  max-width: 3058px;
}

.max-width-3059 {
  max-width: 3059px;
}

.max-width-3060 {
  max-width: 3060px;
}

.max-width-3061 {
  max-width: 3061px;
}

.max-width-3062 {
  max-width: 3062px;
}

.max-width-3063 {
  max-width: 3063px;
}

.max-width-3064 {
  max-width: 3064px;
}

.max-width-3065 {
  max-width: 3065px;
}

.max-width-3066 {
  max-width: 3066px;
}

.max-width-3067 {
  max-width: 3067px;
}

.max-width-3068 {
  max-width: 3068px;
}

.max-width-3069 {
  max-width: 3069px;
}

.max-width-3070 {
  max-width: 3070px;
}

.max-width-3071 {
  max-width: 3071px;
}

.max-width-3072 {
  max-width: 3072px;
}

.max-width-3073 {
  max-width: 3073px;
}

.max-width-3074 {
  max-width: 3074px;
}

.max-width-3075 {
  max-width: 3075px;
}

.max-width-3076 {
  max-width: 3076px;
}

.max-width-3077 {
  max-width: 3077px;
}

.max-width-3078 {
  max-width: 3078px;
}

.max-width-3079 {
  max-width: 3079px;
}

.max-width-3080 {
  max-width: 3080px;
}

.max-width-3081 {
  max-width: 3081px;
}

.max-width-3082 {
  max-width: 3082px;
}

.max-width-3083 {
  max-width: 3083px;
}

.max-width-3084 {
  max-width: 3084px;
}

.max-width-3085 {
  max-width: 3085px;
}

.max-width-3086 {
  max-width: 3086px;
}

.max-width-3087 {
  max-width: 3087px;
}

.max-width-3088 {
  max-width: 3088px;
}

.max-width-3089 {
  max-width: 3089px;
}

.max-width-3090 {
  max-width: 3090px;
}

.max-width-3091 {
  max-width: 3091px;
}

.max-width-3092 {
  max-width: 3092px;
}

.max-width-3093 {
  max-width: 3093px;
}

.max-width-3094 {
  max-width: 3094px;
}

.max-width-3095 {
  max-width: 3095px;
}

.max-width-3096 {
  max-width: 3096px;
}

.max-width-3097 {
  max-width: 3097px;
}

.max-width-3098 {
  max-width: 3098px;
}

.max-width-3099 {
  max-width: 3099px;
}

.max-width-3100 {
  max-width: 3100px;
}

.max-width-3101 {
  max-width: 3101px;
}

.max-width-3102 {
  max-width: 3102px;
}

.max-width-3103 {
  max-width: 3103px;
}

.max-width-3104 {
  max-width: 3104px;
}

.max-width-3105 {
  max-width: 3105px;
}

.max-width-3106 {
  max-width: 3106px;
}

.max-width-3107 {
  max-width: 3107px;
}

.max-width-3108 {
  max-width: 3108px;
}

.max-width-3109 {
  max-width: 3109px;
}

.max-width-3110 {
  max-width: 3110px;
}

.max-width-3111 {
  max-width: 3111px;
}

.max-width-3112 {
  max-width: 3112px;
}

.max-width-3113 {
  max-width: 3113px;
}

.max-width-3114 {
  max-width: 3114px;
}

.max-width-3115 {
  max-width: 3115px;
}

.max-width-3116 {
  max-width: 3116px;
}

.max-width-3117 {
  max-width: 3117px;
}

.max-width-3118 {
  max-width: 3118px;
}

.max-width-3119 {
  max-width: 3119px;
}

.max-width-3120 {
  max-width: 3120px;
}

.max-width-3121 {
  max-width: 3121px;
}

.max-width-3122 {
  max-width: 3122px;
}

.max-width-3123 {
  max-width: 3123px;
}

.max-width-3124 {
  max-width: 3124px;
}

.max-width-3125 {
  max-width: 3125px;
}

.max-width-3126 {
  max-width: 3126px;
}

.max-width-3127 {
  max-width: 3127px;
}

.max-width-3128 {
  max-width: 3128px;
}

.max-width-3129 {
  max-width: 3129px;
}

.max-width-3130 {
  max-width: 3130px;
}

.max-width-3131 {
  max-width: 3131px;
}

.max-width-3132 {
  max-width: 3132px;
}

.max-width-3133 {
  max-width: 3133px;
}

.max-width-3134 {
  max-width: 3134px;
}

.max-width-3135 {
  max-width: 3135px;
}

.max-width-3136 {
  max-width: 3136px;
}

.max-width-3137 {
  max-width: 3137px;
}

.max-width-3138 {
  max-width: 3138px;
}

.max-width-3139 {
  max-width: 3139px;
}

.max-width-3140 {
  max-width: 3140px;
}

.max-width-3141 {
  max-width: 3141px;
}

.max-width-3142 {
  max-width: 3142px;
}

.max-width-3143 {
  max-width: 3143px;
}

.max-width-3144 {
  max-width: 3144px;
}

.max-width-3145 {
  max-width: 3145px;
}

.max-width-3146 {
  max-width: 3146px;
}

.max-width-3147 {
  max-width: 3147px;
}

.max-width-3148 {
  max-width: 3148px;
}

.max-width-3149 {
  max-width: 3149px;
}

.max-width-3150 {
  max-width: 3150px;
}

.max-width-3151 {
  max-width: 3151px;
}

.max-width-3152 {
  max-width: 3152px;
}

.max-width-3153 {
  max-width: 3153px;
}

.max-width-3154 {
  max-width: 3154px;
}

.max-width-3155 {
  max-width: 3155px;
}

.max-width-3156 {
  max-width: 3156px;
}

.max-width-3157 {
  max-width: 3157px;
}

.max-width-3158 {
  max-width: 3158px;
}

.max-width-3159 {
  max-width: 3159px;
}

.max-width-3160 {
  max-width: 3160px;
}

.max-width-3161 {
  max-width: 3161px;
}

.max-width-3162 {
  max-width: 3162px;
}

.max-width-3163 {
  max-width: 3163px;
}

.max-width-3164 {
  max-width: 3164px;
}

.max-width-3165 {
  max-width: 3165px;
}

.max-width-3166 {
  max-width: 3166px;
}

.max-width-3167 {
  max-width: 3167px;
}

.max-width-3168 {
  max-width: 3168px;
}

.max-width-3169 {
  max-width: 3169px;
}

.max-width-3170 {
  max-width: 3170px;
}

.max-width-3171 {
  max-width: 3171px;
}

.max-width-3172 {
  max-width: 3172px;
}

.max-width-3173 {
  max-width: 3173px;
}

.max-width-3174 {
  max-width: 3174px;
}

.max-width-3175 {
  max-width: 3175px;
}

.max-width-3176 {
  max-width: 3176px;
}

.max-width-3177 {
  max-width: 3177px;
}

.max-width-3178 {
  max-width: 3178px;
}

.max-width-3179 {
  max-width: 3179px;
}

.max-width-3180 {
  max-width: 3180px;
}

.max-width-3181 {
  max-width: 3181px;
}

.max-width-3182 {
  max-width: 3182px;
}

.max-width-3183 {
  max-width: 3183px;
}

.max-width-3184 {
  max-width: 3184px;
}

.max-width-3185 {
  max-width: 3185px;
}

.max-width-3186 {
  max-width: 3186px;
}

.max-width-3187 {
  max-width: 3187px;
}

.max-width-3188 {
  max-width: 3188px;
}

.max-width-3189 {
  max-width: 3189px;
}

.max-width-3190 {
  max-width: 3190px;
}

.max-width-3191 {
  max-width: 3191px;
}

.max-width-3192 {
  max-width: 3192px;
}

.max-width-3193 {
  max-width: 3193px;
}

.max-width-3194 {
  max-width: 3194px;
}

.max-width-3195 {
  max-width: 3195px;
}

.max-width-3196 {
  max-width: 3196px;
}

.max-width-3197 {
  max-width: 3197px;
}

.max-width-3198 {
  max-width: 3198px;
}

.max-width-3199 {
  max-width: 3199px;
}

.max-width-3200 {
  max-width: 3200px;
}

.size-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
}
.size-y-16 {
  display: flex;
  align-items: center;
  height: 16px;
}
.size-x-16 {
  display: flex;
  justify-content: center;
  width: 16px;
}
.size-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.size-y-24 {
  display: flex;
  align-items: center;
  height: 24px;
}
.size-x-24 {
  display: flex;
  justify-content: center;
  width: 24px;
}
.size-32 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.size-y-32 {
  display: flex;
  align-items: center;
  height: 32px;
}
.size-x-32 {
  display: flex;
  justify-content: center;
  width: 32px;
}
.size-40 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.size-y-40 {
  display: flex;
  align-items: center;
  height: 40px;
}
.size-x-40 {
  display: flex;
  justify-content: center;
  width: 40px;
}
.size-48 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.size-y-48 {
  display: flex;
  align-items: center;
  height: 48px;
}
.size-x-48 {
  display: flex;
  justify-content: center;
  width: 48px;
}
.size-56 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}
.size-y-56 {
  display: flex;
  align-items: center;
  height: 56px;
}
.size-x-56 {
  display: flex;
  justify-content: center;
  width: 56px;
}
.size-64 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
}
.size-y-64 {
  display: flex;
  align-items: center;
  height: 64px;
}
.size-x-64 {
  display: flex;
  justify-content: center;
  width: 64px;
}
.size-72 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
}
.size-y-72 {
  display: flex;
  align-items: center;
  height: 72px;
}
.size-x-72 {
  display: flex;
  justify-content: center;
  width: 72px;
}
.size-80 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
}
.size-y-80 {
  display: flex;
  align-items: center;
  height: 80px;
}
.size-x-80 {
  display: flex;
  justify-content: center;
  width: 80px;
}
.size-88 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 88px;
}
.size-y-88 {
  display: flex;
  align-items: center;
  height: 88px;
}
.size-x-88 {
  display: flex;
  justify-content: center;
  width: 88px;
}
.size-96 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 96px;
}
.size-y-96 {
  display: flex;
  align-items: center;
  height: 96px;
}
.size-x-96 {
  display: flex;
  justify-content: center;
  width: 96px;
}
.size-128 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  width: 128px;
}
.size-y-128 {
  display: flex;
  align-items: center;
  height: 128px;
}
.size-x-128 {
  display: flex;
  justify-content: center;
  width: 128px;
}
.size-256 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 256px;
  width: 256px;
}
.size-y-256 {
  display: flex;
  align-items: center;
  height: 256px;
}
.size-x-256 {
  display: flex;
  justify-content: center;
  width: 256px;
}
.size-512 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
  width: 512px;
}
.size-y-512 {
  display: flex;
  align-items: center;
  height: 512px;
}
.size-x-512 {
  display: flex;
  justify-content: center;
  width: 512px;
}
.size-1024 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1024px;
  width: 1024px;
}
.size-y-1024 {
  display: flex;
  align-items: center;
  height: 1024px;
}
.size-x-1024 {
  display: flex;
  justify-content: center;
  width: 1024px;
}

@media screen and (min-width: 375px) {
  .xs\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .xs\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .xs\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .xs\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .xs\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .xs\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .xs\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .xs\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .xs\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .xs\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .xs\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .xs\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .xs\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .xs\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .xs\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .xs\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .xs\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .xs\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .xs\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .xs\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .xs\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .xs\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .xs\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .xs\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .xs\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .xs\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .xs\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .xs\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .xs\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .xs\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .xs\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .xs\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .xs\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .xs\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .xs\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .xs\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .xs\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .xs\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .xs\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .xs\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .xs\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .xs\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .xs\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .xs\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .xs\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
@media screen and (min-width: 544px) {
  .sm\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .sm\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .sm\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .sm\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .sm\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .sm\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .sm\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .sm\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .sm\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .sm\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .sm\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .sm\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .sm\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .sm\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .sm\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .sm\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .sm\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .sm\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .sm\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .sm\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .sm\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .sm\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .sm\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .sm\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .sm\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .sm\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .sm\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .sm\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .sm\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .sm\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .sm\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .sm\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .sm\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .sm\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .sm\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .sm\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .sm\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .sm\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .sm\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .sm\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .sm\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .sm\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .sm\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .sm\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .sm\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  .md\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .md\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .md\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .md\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .md\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .md\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .md\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .md\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .md\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .md\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .md\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .md\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .md\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .md\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .md\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .md\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .md\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .md\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .md\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .md\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .md\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .md\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .md\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .md\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .md\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .md\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .md\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .md\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .md\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .md\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .md\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .md\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .md\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .md\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .md\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .md\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .md\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .md\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .md\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .md\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .md\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .md\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .md\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .md\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .md\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
@media screen and (min-width: 992px) {
  .lg\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .lg\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .lg\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .lg\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .lg\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .lg\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .lg\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .lg\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .lg\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .lg\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .lg\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .lg\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .lg\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .lg\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .lg\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .lg\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .lg\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .lg\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .lg\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .lg\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .lg\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .lg\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .lg\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .lg\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .lg\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .lg\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .lg\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .lg\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .lg\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .lg\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .lg\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .lg\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .lg\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .lg\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .lg\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .lg\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .lg\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .lg\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .lg\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .lg\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .lg\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .lg\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .lg\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .lg\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .lg\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .xl\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .xl\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .xl\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .xl\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .xl\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .xl\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .xl\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .xl\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .xl\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .xl\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .xl\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .xl\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .xl\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .xl\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .xl\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .xl\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .xl\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .xl\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .xl\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .xl\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .xl\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .xl\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .xl\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .xl\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .xl\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .xl\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .xl\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .xl\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .xl\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .xl\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .xl\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .xl\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .xl\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .xl\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .xl\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .xl\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .xl\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .xl\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .xl\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .xl\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .xl\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .xl\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .xl\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .xl\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:size-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
  }
  .xxl\:size-y-16 {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .xxl\:size-x-16 {
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .xxl\:size-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .xxl\:size-y-24 {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .xxl\:size-x-24 {
    display: flex;
    justify-content: center;
    width: 24px;
  }
  .xxl\:size-32 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }
  .xxl\:size-y-32 {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .xxl\:size-x-32 {
    display: flex;
    justify-content: center;
    width: 32px;
  }
  .xxl\:size-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .xxl\:size-y-40 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .xxl\:size-x-40 {
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .xxl\:size-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }
  .xxl\:size-y-48 {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .xxl\:size-x-48 {
    display: flex;
    justify-content: center;
    width: 48px;
  }
  .xxl\:size-56 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .xxl\:size-y-56 {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .xxl\:size-x-56 {
    display: flex;
    justify-content: center;
    width: 56px;
  }
  .xxl\:size-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
  }
  .xxl\:size-y-64 {
    display: flex;
    align-items: center;
    height: 64px;
  }
  .xxl\:size-x-64 {
    display: flex;
    justify-content: center;
    width: 64px;
  }
  .xxl\:size-72 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
  }
  .xxl\:size-y-72 {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .xxl\:size-x-72 {
    display: flex;
    justify-content: center;
    width: 72px;
  }
  .xxl\:size-80 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }
  .xxl\:size-y-80 {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .xxl\:size-x-80 {
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .xxl\:size-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
  }
  .xxl\:size-y-88 {
    display: flex;
    align-items: center;
    height: 88px;
  }
  .xxl\:size-x-88 {
    display: flex;
    justify-content: center;
    width: 88px;
  }
  .xxl\:size-96 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
  }
  .xxl\:size-y-96 {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .xxl\:size-x-96 {
    display: flex;
    justify-content: center;
    width: 96px;
  }
  .xxl\:size-128 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
  }
  .xxl\:size-y-128 {
    display: flex;
    align-items: center;
    height: 128px;
  }
  .xxl\:size-x-128 {
    display: flex;
    justify-content: center;
    width: 128px;
  }
  .xxl\:size-256 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
    width: 256px;
  }
  .xxl\:size-y-256 {
    display: flex;
    align-items: center;
    height: 256px;
  }
  .xxl\:size-x-256 {
    display: flex;
    justify-content: center;
    width: 256px;
  }
  .xxl\:size-512 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    width: 512px;
  }
  .xxl\:size-y-512 {
    display: flex;
    align-items: center;
    height: 512px;
  }
  .xxl\:size-x-512 {
    display: flex;
    justify-content: center;
    width: 512px;
  }
  .xxl\:size-1024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1024px;
    width: 1024px;
  }
  .xxl\:size-y-1024 {
    display: flex;
    align-items: center;
    height: 1024px;
  }
  .xxl\:size-x-1024 {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
}
.block {
  display: block;
}

@media screen and (min-width: 375px) {
  .xs\:block {
    display: block;
  }
}
@media screen and (min-width: 544px) {
  .sm\:block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .md\:block {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .lg\:block {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:block {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:block {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}

@media screen and (min-width: 375px) {
  .xs\:inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inline-block {
    display: inline-block;
  }
}
.inline {
  display: inline;
}

@media screen and (min-width: 375px) {
  .xs\:inline {
    display: inline;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .md\:inline {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inline {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inline {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inline {
    display: inline;
  }
}
.flex {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 375px) {
  .xs\:flex {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex {
    display: flex;
    flex-direction: row;
  }
}
.inline-flex {
  display: inline-flex;
  flex-direction: row;
  align-items: inherit;
  flex-wrap: wrap;
}

@media screen and (min-width: 375px) {
  .xs\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .md\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inline-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
.table {
  display: table;
}

@media screen and (min-width: 375px) {
  .xs\:table {
    display: table;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .md\:table {
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table {
    display: table;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table {
    display: table;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table {
    display: table;
  }
}
.inline-table {
  display: inline-table;
}

@media screen and (min-width: 375px) {
  .xs\:inline-table {
    display: inline-table;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inline-table {
    display: inline-table;
  }
}
@media screen and (min-width: 768px) {
  .md\:inline-table {
    display: inline-table;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inline-table {
    display: inline-table;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inline-table {
    display: inline-table;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inline-table {
    display: inline-table;
  }
}
.table-caption {
  display: table-caption;
}

@media screen and (min-width: 375px) {
  .xs\:table-caption {
    display: table-caption;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-caption {
    display: table-caption;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-caption {
    display: table-caption;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-caption {
    display: table-caption;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-caption {
    display: table-caption;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-caption {
    display: table-caption;
  }
}
.table-cell {
  display: table-cell;
}

@media screen and (min-width: 375px) {
  .xs\:table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-cell {
    display: table-cell;
  }
}
.table-column {
  display: table-column;
}

@media screen and (min-width: 375px) {
  .xs\:table-column {
    display: table-column;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-column {
    display: table-column;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-column {
    display: table-column;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-column {
    display: table-column;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-column {
    display: table-column;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-column {
    display: table-column;
  }
}
.table-column-group {
  display: table-column-group;
}

@media screen and (min-width: 375px) {
  .xs\:table-column-group {
    display: table-column-group;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-column-group {
    display: table-column-group;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-column-group {
    display: table-column-group;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-column-group {
    display: table-column-group;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-column-group {
    display: table-column-group;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-column-group {
    display: table-column-group;
  }
}
.table-footer-group {
  display: table-footer-group;
}

@media screen and (min-width: 375px) {
  .xs\:table-footer-group {
    display: table-footer-group;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-footer-group {
    display: table-footer-group;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-footer-group {
    display: table-footer-group;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-footer-group {
    display: table-footer-group;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-footer-group {
    display: table-footer-group;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-footer-group {
    display: table-footer-group;
  }
}
.table-header-group {
  display: table-header-group;
}

@media screen and (min-width: 375px) {
  .xs\:table-header-group {
    display: table-header-group;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-header-group {
    display: table-header-group;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-header-group {
    display: table-header-group;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-header-group {
    display: table-header-group;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-header-group {
    display: table-header-group;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-header-group {
    display: table-header-group;
  }
}
.table-row-group {
  display: table-row-group;
}

@media screen and (min-width: 375px) {
  .xs\:table-row-group {
    display: table-row-group;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-row-group {
    display: table-row-group;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-row-group {
    display: table-row-group;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-row-group {
    display: table-row-group;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-row-group {
    display: table-row-group;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-row-group {
    display: table-row-group;
  }
}
.table-row {
  display: table-row;
}

@media screen and (min-width: 375px) {
  .xs\:table-row {
    display: table-row;
  }
}
@media screen and (min-width: 544px) {
  .sm\:table-row {
    display: table-row;
  }
}
@media screen and (min-width: 768px) {
  .md\:table-row {
    display: table-row;
  }
}
@media screen and (min-width: 992px) {
  .lg\:table-row {
    display: table-row;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:table-row {
    display: table-row;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:table-row {
    display: table-row;
  }
}
.flow-root {
  display: flow-root;
}

@media screen and (min-width: 375px) {
  .xs\:flow-root {
    display: flow-root;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flow-root {
    display: flow-root;
  }
}
@media screen and (min-width: 768px) {
  .md\:flow-root {
    display: flow-root;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flow-root {
    display: flow-root;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flow-root {
    display: flow-root;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flow-root {
    display: flow-root;
  }
}
.grid {
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:grid {
    display: grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid {
    display: grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid {
    display: grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid {
    display: grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid {
    display: grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid {
    display: grid;
    gap: 1rem;
  }
}
.inline-grid {
  display: inline-grid;
  gap: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inline-grid {
    display: inline-grid;
    gap: 1rem;
  }
}
.contents {
  display: contents;
}

@media screen and (min-width: 375px) {
  .xs\:contents {
    display: contents;
  }
}
@media screen and (min-width: 544px) {
  .sm\:contents {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .md\:contents {
    display: contents;
  }
}
@media screen and (min-width: 992px) {
  .lg\:contents {
    display: contents;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:contents {
    display: contents;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:contents {
    display: contents;
  }
}
.list-item {
  display: list-item;
}

@media screen and (min-width: 375px) {
  .xs\:list-item {
    display: list-item;
  }
}
@media screen and (min-width: 544px) {
  .sm\:list-item {
    display: list-item;
  }
}
@media screen and (min-width: 768px) {
  .md\:list-item {
    display: list-item;
  }
}
@media screen and (min-width: 992px) {
  .lg\:list-item {
    display: list-item;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:list-item {
    display: list-item;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:list-item {
    display: list-item;
  }
}
.hidden {
  display: none !important;
}

@media screen and (min-width: 375px) {
  .xs\:hidden {
    display: none !important;
  }
}
@media screen and (min-width: 544px) {
  .sm\:hidden {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:hidden {
    display: none !important;
  }
}
.show {
  appearance: auto;
}

.flex-row {
  flex-direction: row;
}

@media screen and (min-width: 375px) {
  .xs\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-row {
    flex-direction: row;
  }
}
.flex-col {
  flex-direction: column;
}

@media screen and (min-width: 375px) {
  .xs\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-col {
    flex-direction: column;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 375px) {
  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
.flex-col-reverse {
  flex-direction: column-reverse;
}

@media screen and (min-width: 375px) {
  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

@media screen and (min-width: 375px) {
  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 375px) {
  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
.flex-nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 375px) {
  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
.flex-0 {
  flex: 0 0 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-0 {
    flex: 0 0 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-0 {
    flex: 0 0 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-0 {
    flex: 0 0 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-0 {
    flex: 0 0 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-0 {
    flex: 0 0 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-0 {
    flex: 0 0 0%;
  }
}
.flex-1 {
  flex: 1 1 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-1 {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-1 {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-1 {
    flex: 1 1 0%;
  }
}
.flex-2 {
  flex: 2 2 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-2 {
    flex: 2 2 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-2 {
    flex: 2 2 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-2 {
    flex: 2 2 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-2 {
    flex: 2 2 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-2 {
    flex: 2 2 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-2 {
    flex: 2 2 0%;
  }
}
.flex-3 {
  flex: 3 3 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-3 {
    flex: 3 3 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-3 {
    flex: 3 3 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-3 {
    flex: 3 3 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-3 {
    flex: 3 3 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-3 {
    flex: 3 3 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-3 {
    flex: 3 3 0%;
  }
}
.flex-4 {
  flex: 4 4 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-4 {
    flex: 4 4 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-4 {
    flex: 4 4 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-4 {
    flex: 4 4 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-4 {
    flex: 4 4 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-4 {
    flex: 4 4 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-4 {
    flex: 4 4 0%;
  }
}
.flex-5 {
  flex: 5 5 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-5 {
    flex: 5 5 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-5 {
    flex: 5 5 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-5 {
    flex: 5 5 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-5 {
    flex: 5 5 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-5 {
    flex: 5 5 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-5 {
    flex: 5 5 0%;
  }
}
.flex-6 {
  flex: 6 6 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-6 {
    flex: 6 6 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-6 {
    flex: 6 6 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-6 {
    flex: 6 6 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-6 {
    flex: 6 6 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-6 {
    flex: 6 6 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-6 {
    flex: 6 6 0%;
  }
}
.flex-7 {
  flex: 7 7 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-7 {
    flex: 7 7 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-7 {
    flex: 7 7 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-7 {
    flex: 7 7 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-7 {
    flex: 7 7 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-7 {
    flex: 7 7 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-7 {
    flex: 7 7 0%;
  }
}
.flex-8 {
  flex: 8 8 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-8 {
    flex: 8 8 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-8 {
    flex: 8 8 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-8 {
    flex: 8 8 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-8 {
    flex: 8 8 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-8 {
    flex: 8 8 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-8 {
    flex: 8 8 0%;
  }
}
.flex-9 {
  flex: 9 9 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-9 {
    flex: 9 9 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-9 {
    flex: 9 9 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-9 {
    flex: 9 9 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-9 {
    flex: 9 9 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-9 {
    flex: 9 9 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-9 {
    flex: 9 9 0%;
  }
}
.flex-10 {
  flex: 10 10 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-10 {
    flex: 10 10 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-10 {
    flex: 10 10 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-10 {
    flex: 10 10 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-10 {
    flex: 10 10 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-10 {
    flex: 10 10 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-10 {
    flex: 10 10 0%;
  }
}
.flex-11 {
  flex: 11 11 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-11 {
    flex: 11 11 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-11 {
    flex: 11 11 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-11 {
    flex: 11 11 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-11 {
    flex: 11 11 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-11 {
    flex: 11 11 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-11 {
    flex: 11 11 0%;
  }
}
.flex-12 {
  flex: 12 12 0%;
}

@media screen and (min-width: 375px) {
  .xs\:flex-12 {
    flex: 12 12 0%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-12 {
    flex: 12 12 0%;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-12 {
    flex: 12 12 0%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-12 {
    flex: 12 12 0%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-12 {
    flex: 12 12 0%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-12 {
    flex: 12 12 0%;
  }
}
.flex-auto {
  flex: 1 1 auto;
}

@media screen and (min-width: 375px) {
  .xs\:flex-auto {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-auto {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-auto {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-auto {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-auto {
    flex: 1 1 auto;
  }
}
.flex-none {
  flex: none;
}

@media screen and (min-width: 375px) {
  .xs\:flex-none {
    flex: none;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-none {
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-none {
    flex: none;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-none {
    flex: none;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-none {
    flex: none;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-none {
    flex: none;
  }
}
.flex-span {
  display: flex;
  flex: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

@media screen and (min-width: 375px) {
  .xs\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-grow-0 {
    flex-grow: 0;
  }
}
.flex-shrink-0 {
  flex-shrink: 0;
}

@media screen and (min-width: 375px) {
  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
.flex-grow-1 {
  flex-grow: 1;
}

@media screen and (min-width: 375px) {
  .xs\:flex-grow-1 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-grow-1 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-grow-1 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-grow-1 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-grow-1 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-grow-1 {
    flex-grow: 1;
  }
}
.flex-shrink-1 {
  flex-shrink: 1;
}

@media screen and (min-width: 375px) {
  .xs\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:flex-shrink-1 {
    flex-shrink: 1;
  }
}
.items-start {
  align-items: flex-start;
}

@media screen and (min-width: 375px) {
  .xs\:items-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:items-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:items-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:items-start {
    align-items: flex-start;
  }
}
.items-end {
  align-items: flex-end;
}

@media screen and (min-width: 375px) {
  .xs\:items-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:items-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:items-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:items-end {
    align-items: flex-end;
  }
}
.items-center {
  align-items: center;
}

@media screen and (min-width: 375px) {
  .xs\:items-center {
    align-items: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:items-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:items-center {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:items-center {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:items-center {
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:items-center {
    align-items: center;
  }
}
.items-stretch {
  align-items: stretch;
}

@media screen and (min-width: 375px) {
  .xs\:items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 544px) {
  .sm\:items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .lg\:items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:items-stretch {
    align-items: stretch;
  }
}
.items-baseline {
  align-items: baseline;
}

@media screen and (min-width: 375px) {
  .xs\:items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 544px) {
  .sm\:items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .md\:items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 992px) {
  .lg\:items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:items-baseline {
    align-items: baseline;
  }
}
.self-start {
  align-self: flex-start;
}

@media screen and (min-width: 375px) {
  .xs\:self-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:self-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .md\:self-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:self-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:self-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:self-start {
    align-self: flex-start;
  }
}
.self-end {
  align-self: flex-end;
}

@media screen and (min-width: 375px) {
  .xs\:self-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:self-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .md\:self-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:self-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:self-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:self-end {
    align-self: flex-end;
  }
}
.self-center {
  align-self: center;
}

@media screen and (min-width: 375px) {
  .xs\:self-center {
    align-self: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:self-center {
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:self-center {
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:self-center {
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:self-center {
    align-self: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:self-center {
    align-self: center;
  }
}
.self-stretch {
  align-self: stretch;
}

@media screen and (min-width: 375px) {
  .xs\:self-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 544px) {
  .sm\:self-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .md\:self-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .lg\:self-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:self-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:self-stretch {
    align-self: stretch;
  }
}
.self-baseline {
  align-self: baseline;
}

@media screen and (min-width: 375px) {
  .xs\:self-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 544px) {
  .sm\:self-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .md\:self-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 992px) {
  .lg\:self-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:self-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:self-baseline {
    align-self: baseline;
  }
}
.justify-start {
  justify-content: flex-start;
}

@media screen and (min-width: 375px) {
  .xs\:justify-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-start {
    justify-content: flex-start;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

@media screen and (min-width: 375px) {
  .xs\:justify-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-end {
    justify-content: flex-end;
  }
}
.justify-content-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

@media screen and (min-width: 375px) {
  .xs\:justify-center {
    justify-content: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-center {
    justify-content: center;
  }
}
.justify-content-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

@media screen and (min-width: 375px) {
  .xs\:justify-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-between {
    justify-content: space-between;
  }
}
.justify-content-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

@media screen and (min-width: 375px) {
  .xs\:justify-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-around {
    justify-content: space-around;
  }
}
.justify-content-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media screen and (min-width: 375px) {
  .xs\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-evenly {
    justify-content: space-evenly;
  }
}
.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

@media screen and (min-width: 375px) {
  .xs\:justify-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-stretch {
    justify-content: stretch;
  }
}
.justify-content-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: flex-start;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-start {
    justify-items: flex-start;
  }
}
.justify-items-end {
  justify-items: flex-end;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-end {
    justify-items: flex-end;
  }
}
.justify-items-center {
  justify-items: center;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-center {
    justify-items: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-center {
    justify-items: center;
  }
}
.justify-items-between {
  justify-items: space-between;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-between {
    justify-items: space-between;
  }
}
.justify-items-around {
  justify-items: space-around;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-around {
    justify-items: space-around;
  }
}
.justify-items-evenly {
  justify-items: space-evenly;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-evenly {
    justify-items: space-evenly;
  }
}
.justify-items-stretch {
  justify-items: stretch;
}

@media screen and (min-width: 375px) {
  .xs\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-items-stretch {
    justify-items: stretch;
  }
}
.justify-self-start {
  justify-self: flex-start;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-start {
    justify-self: flex-start;
  }
}
.justify-self-end {
  justify-self: flex-end;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-end {
    justify-self: flex-end;
  }
}
.justify-self-center {
  justify-self: center;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-center {
    justify-self: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-center {
    justify-self: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-center {
    justify-self: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-center {
    justify-self: center;
  }
}
.justify-self-between {
  justify-self: space-between;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-between {
    justify-self: space-between;
  }
}
.justify-self-around {
  justify-self: space-around;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-around {
    justify-self: space-around;
  }
}
.justify-self-evenly {
  justify-self: space-evenly;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-evenly {
    justify-self: space-evenly;
  }
}
.justify-self-stretch {
  justify-self: stretch;
}

@media screen and (min-width: 375px) {
  .xs\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 544px) {
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:justify-self-stretch {
    justify-self: stretch;
  }
}
.flex-row, .row {
  display: flex;
  flex-direction: row;
}
.flex-row .col, .row .col {
  flex: 1 1 auto;
}

@media screen and (max-width: 544px) {
  .flex-row, .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex-row, .row {
    flex-wrap: wrap;
  }
}
.item-0 {
  order: 0;
}

@media screen and (min-width: 375px) {
  .xs\:item-0 {
    order: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-0 {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-0 {
    order: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-0 {
    order: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-0 {
    order: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-0 {
    order: 0;
  }
}
.item-1 {
  order: 1;
}

@media screen and (min-width: 375px) {
  .xs\:item-1 {
    order: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-1 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-1 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-1 {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-1 {
    order: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-1 {
    order: 1;
  }
}
.item-2 {
  order: 2;
}

@media screen and (min-width: 375px) {
  .xs\:item-2 {
    order: 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-2 {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-2 {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-2 {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-2 {
    order: 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-2 {
    order: 2;
  }
}
.item-3 {
  order: 3;
}

@media screen and (min-width: 375px) {
  .xs\:item-3 {
    order: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-3 {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-3 {
    order: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-3 {
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-3 {
    order: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-3 {
    order: 3;
  }
}
.item-4 {
  order: 4;
}

@media screen and (min-width: 375px) {
  .xs\:item-4 {
    order: 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-4 {
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-4 {
    order: 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-4 {
    order: 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-4 {
    order: 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-4 {
    order: 4;
  }
}
.item-5 {
  order: 5;
}

@media screen and (min-width: 375px) {
  .xs\:item-5 {
    order: 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-5 {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-5 {
    order: 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-5 {
    order: 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-5 {
    order: 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-5 {
    order: 5;
  }
}
.item-6 {
  order: 6;
}

@media screen and (min-width: 375px) {
  .xs\:item-6 {
    order: 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-6 {
    order: 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-6 {
    order: 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-6 {
    order: 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-6 {
    order: 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-6 {
    order: 6;
  }
}
.item-7 {
  order: 7;
}

@media screen and (min-width: 375px) {
  .xs\:item-7 {
    order: 7;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-7 {
    order: 7;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-7 {
    order: 7;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-7 {
    order: 7;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-7 {
    order: 7;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-7 {
    order: 7;
  }
}
.item-8 {
  order: 8;
}

@media screen and (min-width: 375px) {
  .xs\:item-8 {
    order: 8;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-8 {
    order: 8;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-8 {
    order: 8;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-8 {
    order: 8;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-8 {
    order: 8;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-8 {
    order: 8;
  }
}
.item-9 {
  order: 9;
}

@media screen and (min-width: 375px) {
  .xs\:item-9 {
    order: 9;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-9 {
    order: 9;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-9 {
    order: 9;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-9 {
    order: 9;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-9 {
    order: 9;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-9 {
    order: 9;
  }
}
.item-10 {
  order: 10;
}

@media screen and (min-width: 375px) {
  .xs\:item-10 {
    order: 10;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-10 {
    order: 10;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-10 {
    order: 10;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-10 {
    order: 10;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-10 {
    order: 10;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-10 {
    order: 10;
  }
}
.item-11 {
  order: 11;
}

@media screen and (min-width: 375px) {
  .xs\:item-11 {
    order: 11;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-11 {
    order: 11;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-11 {
    order: 11;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-11 {
    order: 11;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-11 {
    order: 11;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-11 {
    order: 11;
  }
}
.item-12 {
  order: 12;
}

@media screen and (min-width: 375px) {
  .xs\:item-12 {
    order: 12;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-12 {
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-12 {
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-12 {
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-12 {
    order: 12;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-12 {
    order: 12;
  }
}
.item-auto {
  order: auto;
}

@media screen and (min-width: 375px) {
  .xs\:item-auto {
    order: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-auto {
    order: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-auto {
    order: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-auto {
    order: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-auto {
    order: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-auto {
    order: auto;
  }
}
.item-none {
  order: none;
}

@media screen and (min-width: 375px) {
  .xs\:item-none {
    order: none;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-none {
    order: none;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-none {
    order: none;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-none {
    order: none;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-none {
    order: none;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-none {
    order: none;
  }
}
.item-first {
  order: first;
}

@media screen and (min-width: 375px) {
  .xs\:item-first {
    order: first;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-first {
    order: first;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-first {
    order: first;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-first {
    order: first;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-first {
    order: first;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-first {
    order: first;
  }
}
.item-last {
  order: last;
}

@media screen and (min-width: 375px) {
  .xs\:item-last {
    order: last;
  }
}
@media screen and (min-width: 544px) {
  .sm\:item-last {
    order: last;
  }
}
@media screen and (min-width: 768px) {
  .md\:item-last {
    order: last;
  }
}
@media screen and (min-width: 992px) {
  .lg\:item-last {
    order: last;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:item-last {
    order: last;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:item-last {
    order: last;
  }
}
.blur-0 {
  filter: blur(0em);
}

.active\:blur-0:active,
.focus\:blur-0:focus,
.hover\:blur-0:hover {
  filter: blur(0em);
}

.blur-10 {
  filter: blur(0.125em);
}

.active\:blur-10:active,
.focus\:blur-10:focus,
.hover\:blur-10:hover {
  filter: blur(0.125em);
}

.blur-20 {
  filter: blur(0.25em);
}

.active\:blur-20:active,
.focus\:blur-20:focus,
.hover\:blur-20:hover {
  filter: blur(0.25em);
}

.blur-30 {
  filter: blur(0.5em);
}

.active\:blur-30:active,
.focus\:blur-30:focus,
.hover\:blur-30:hover {
  filter: blur(0.5em);
}

.blur-40 {
  filter: blur(1em);
}

.active\:blur-40:active,
.focus\:blur-40:focus,
.hover\:blur-40:hover {
  filter: blur(1em);
}

.blur-50 {
  filter: blur(1.5em);
}

.active\:blur-50:active,
.focus\:blur-50:focus,
.hover\:blur-50:hover {
  filter: blur(1.5em);
}

.blur-60 {
  filter: blur(2em);
}

.active\:blur-60:active,
.focus\:blur-60:focus,
.hover\:blur-60:hover {
  filter: blur(2em);
}

.blur-70 {
  filter: blur(2.5em);
}

.active\:blur-70:active,
.focus\:blur-70:focus,
.hover\:blur-70:hover {
  filter: blur(2.5em);
}

.blur-80 {
  filter: blur(3em);
}

.active\:blur-80:active,
.focus\:blur-80:focus,
.hover\:blur-80:hover {
  filter: blur(3em);
}

.blur-90 {
  filter: blur(3.75em);
}

.active\:blur-90:active,
.focus\:blur-90:focus,
.hover\:blur-90:hover {
  filter: blur(3.75em);
}

.blur-100 {
  filter: blur(4.5em);
}

.active\:blur-100:active,
.focus\:blur-100:focus,
.hover\:blur-100:hover {
  filter: blur(4.5em);
}

.brightness-0 {
  filter: brightness(0);
}

.active\:brightness-0:active,
.focus\:brightness-0:focus,
.hover\:brightness-0:hover {
  filter: brightness(0);
}

.brightness-10 {
  filter: brightness(0.1);
}

.active\:brightness-10:active,
.focus\:brightness-10:focus,
.hover\:brightness-10:hover {
  filter: brightness(0.1);
}

.brightness-20 {
  filter: brightness(0.2);
}

.active\:brightness-20:active,
.focus\:brightness-20:focus,
.hover\:brightness-20:hover {
  filter: brightness(0.2);
}

.brightness-30 {
  filter: brightness(0.3);
}

.active\:brightness-30:active,
.focus\:brightness-30:focus,
.hover\:brightness-30:hover {
  filter: brightness(0.3);
}

.brightness-40 {
  filter: brightness(0.4);
}

.active\:brightness-40:active,
.focus\:brightness-40:focus,
.hover\:brightness-40:hover {
  filter: brightness(0.4);
}

.brightness-50 {
  filter: brightness(0.5);
}

.active\:brightness-50:active,
.focus\:brightness-50:focus,
.hover\:brightness-50:hover {
  filter: brightness(0.5);
}

.brightness-60 {
  filter: brightness(0.6);
}

.active\:brightness-60:active,
.focus\:brightness-60:focus,
.hover\:brightness-60:hover {
  filter: brightness(0.6);
}

.brightness-70 {
  filter: brightness(0.7);
}

.active\:brightness-70:active,
.focus\:brightness-70:focus,
.hover\:brightness-70:hover {
  filter: brightness(0.7);
}

.brightness-80 {
  filter: brightness(0.8);
}

.active\:brightness-80:active,
.focus\:brightness-80:focus,
.hover\:brightness-80:hover {
  filter: brightness(0.8);
}

.brightness-90 {
  filter: brightness(0.9);
}

.active\:brightness-90:active,
.focus\:brightness-90:focus,
.hover\:brightness-90:hover {
  filter: brightness(0.9);
}

.brightness-100 {
  filter: brightness(1);
}

.active\:brightness-100:active,
.focus\:brightness-100:focus,
.hover\:brightness-100:hover {
  filter: brightness(1);
}

.brightness-210 {
  filter: brightness(1.1);
}

.active\:brightness-210:active,
.focus\:brightness-210:focus,
.hover\:brightness-210:hover {
  filter: brightness(1.1);
}

.brightness-220 {
  filter: brightness(1.2);
}

.active\:brightness-220:active,
.focus\:brightness-220:focus,
.hover\:brightness-220:hover {
  filter: brightness(1.2);
}

.brightness-230 {
  filter: brightness(1.3);
}

.active\:brightness-230:active,
.focus\:brightness-230:focus,
.hover\:brightness-230:hover {
  filter: brightness(1.3);
}

.brightness-240 {
  filter: brightness(1.4);
}

.active\:brightness-240:active,
.focus\:brightness-240:focus,
.hover\:brightness-240:hover {
  filter: brightness(1.4);
}

.brightness-250 {
  filter: brightness(1.5);
}

.active\:brightness-250:active,
.focus\:brightness-250:focus,
.hover\:brightness-250:hover {
  filter: brightness(1.5);
}

.brightness-260 {
  filter: brightness(1.6);
}

.active\:brightness-260:active,
.focus\:brightness-260:focus,
.hover\:brightness-260:hover {
  filter: brightness(1.6);
}

.brightness-270 {
  filter: brightness(1.7);
}

.active\:brightness-270:active,
.focus\:brightness-270:focus,
.hover\:brightness-270:hover {
  filter: brightness(1.7);
}

.brightness-280 {
  filter: brightness(1.8);
}

.active\:brightness-280:active,
.focus\:brightness-280:focus,
.hover\:brightness-280:hover {
  filter: brightness(1.8);
}

.brightness-290 {
  filter: brightness(1.9);
}

.active\:brightness-290:active,
.focus\:brightness-290:focus,
.hover\:brightness-290:hover {
  filter: brightness(1.9);
}

.brightness-200 {
  filter: brightness(2);
}

.active\:brightness-200:active,
.focus\:brightness-200:focus,
.hover\:brightness-200:hover {
  filter: brightness(2);
}

.contraste-0 {
  filter: contraste(0%);
}

.active\:contraste-0:active,
.focus\:contraste-0:focus,
.hover\:contraste-0:hover {
  filter: contraste(0%);
}

.contraste-10 {
  filter: contraste(10%);
}

.active\:contraste-10:active,
.focus\:contraste-10:focus,
.hover\:contraste-10:hover {
  filter: contraste(10%);
}

.contraste-20 {
  filter: contraste(20%);
}

.active\:contraste-20:active,
.focus\:contraste-20:focus,
.hover\:contraste-20:hover {
  filter: contraste(20%);
}

.contraste-30 {
  filter: contraste(30%);
}

.active\:contraste-30:active,
.focus\:contraste-30:focus,
.hover\:contraste-30:hover {
  filter: contraste(30%);
}

.contraste-40 {
  filter: contraste(40%);
}

.active\:contraste-40:active,
.focus\:contraste-40:focus,
.hover\:contraste-40:hover {
  filter: contraste(40%);
}

.contraste-50 {
  filter: contraste(50%);
}

.active\:contraste-50:active,
.focus\:contraste-50:focus,
.hover\:contraste-50:hover {
  filter: contraste(50%);
}

.contraste-60 {
  filter: contraste(60%);
}

.active\:contraste-60:active,
.focus\:contraste-60:focus,
.hover\:contraste-60:hover {
  filter: contraste(60%);
}

.contraste-70 {
  filter: contraste(70%);
}

.active\:contraste-70:active,
.focus\:contraste-70:focus,
.hover\:contraste-70:hover {
  filter: contraste(70%);
}

.contraste-80 {
  filter: contraste(80%);
}

.active\:contraste-80:active,
.focus\:contraste-80:focus,
.hover\:contraste-80:hover {
  filter: contraste(80%);
}

.contraste-90 {
  filter: contraste(90%);
}

.active\:contraste-90:active,
.focus\:contraste-90:focus,
.hover\:contraste-90:hover {
  filter: contraste(90%);
}

.contraste-100 {
  filter: contraste(100%);
}

.active\:contraste-100:active,
.focus\:contraste-100:focus,
.hover\:contraste-100:hover {
  filter: contraste(100%);
}

.grayscale-0 {
  filter: grayscale(0%);
}

.active\:grayscale-0:active,
.focus\:grayscale-0:focus,
.hover\:grayscale-0:hover {
  filter: grayscale(0%);
}

.grayscale-10 {
  filter: grayscale(10%);
}

.active\:grayscale-10:active,
.focus\:grayscale-10:focus,
.hover\:grayscale-10:hover {
  filter: grayscale(10%);
}

.grayscale-20 {
  filter: grayscale(20%);
}

.active\:grayscale-20:active,
.focus\:grayscale-20:focus,
.hover\:grayscale-20:hover {
  filter: grayscale(20%);
}

.grayscale-30 {
  filter: grayscale(30%);
}

.active\:grayscale-30:active,
.focus\:grayscale-30:focus,
.hover\:grayscale-30:hover {
  filter: grayscale(30%);
}

.grayscale-40 {
  filter: grayscale(40%);
}

.active\:grayscale-40:active,
.focus\:grayscale-40:focus,
.hover\:grayscale-40:hover {
  filter: grayscale(40%);
}

.grayscale-50 {
  filter: grayscale(50%);
}

.active\:grayscale-50:active,
.focus\:grayscale-50:focus,
.hover\:grayscale-50:hover {
  filter: grayscale(50%);
}

.grayscale-60 {
  filter: grayscale(60%);
}

.active\:grayscale-60:active,
.focus\:grayscale-60:focus,
.hover\:grayscale-60:hover {
  filter: grayscale(60%);
}

.grayscale-70 {
  filter: grayscale(70%);
}

.active\:grayscale-70:active,
.focus\:grayscale-70:focus,
.hover\:grayscale-70:hover {
  filter: grayscale(70%);
}

.grayscale-80 {
  filter: grayscale(80%);
}

.active\:grayscale-80:active,
.focus\:grayscale-80:focus,
.hover\:grayscale-80:hover {
  filter: grayscale(80%);
}

.grayscale-90 {
  filter: grayscale(90%);
}

.active\:grayscale-90:active,
.focus\:grayscale-90:focus,
.hover\:grayscale-90:hover {
  filter: grayscale(90%);
}

.grayscale-100 {
  filter: grayscale(100%);
}

.active\:grayscale-100:active,
.focus\:grayscale-100:focus,
.hover\:grayscale-100:hover {
  filter: grayscale(100%);
}

.invert-0 {
  filter: invert(0%);
}

.active\:invert-0:active,
.focus\:invert-0:focus,
.hover\:invert-0:hover {
  filter: invert(0%);
}

.invert-10 {
  filter: invert(10%);
}

.active\:invert-10:active,
.focus\:invert-10:focus,
.hover\:invert-10:hover {
  filter: invert(10%);
}

.invert-20 {
  filter: invert(20%);
}

.active\:invert-20:active,
.focus\:invert-20:focus,
.hover\:invert-20:hover {
  filter: invert(20%);
}

.invert-30 {
  filter: invert(30%);
}

.active\:invert-30:active,
.focus\:invert-30:focus,
.hover\:invert-30:hover {
  filter: invert(30%);
}

.invert-40 {
  filter: invert(40%);
}

.active\:invert-40:active,
.focus\:invert-40:focus,
.hover\:invert-40:hover {
  filter: invert(40%);
}

.invert-50 {
  filter: invert(50%);
}

.active\:invert-50:active,
.focus\:invert-50:focus,
.hover\:invert-50:hover {
  filter: invert(50%);
}

.invert-60 {
  filter: invert(60%);
}

.active\:invert-60:active,
.focus\:invert-60:focus,
.hover\:invert-60:hover {
  filter: invert(60%);
}

.invert-70 {
  filter: invert(70%);
}

.active\:invert-70:active,
.focus\:invert-70:focus,
.hover\:invert-70:hover {
  filter: invert(70%);
}

.invert-80 {
  filter: invert(80%);
}

.active\:invert-80:active,
.focus\:invert-80:focus,
.hover\:invert-80:hover {
  filter: invert(80%);
}

.invert-90 {
  filter: invert(90%);
}

.active\:invert-90:active,
.focus\:invert-90:focus,
.hover\:invert-90:hover {
  filter: invert(90%);
}

.invert-100 {
  filter: invert(100%);
}

.active\:invert-100:active,
.focus\:invert-100:focus,
.hover\:invert-100:hover {
  filter: invert(100%);
}

.opacity-0 {
  filter: opacity(0);
}

.active\:opacity-0:active,
.focus\:opacity-0:focus,
.hover\:opacity-0:hover {
  filter: opacity(0);
}

.opacity-10 {
  filter: opacity(0.1);
}

.active\:opacity-10:active,
.focus\:opacity-10:focus,
.hover\:opacity-10:hover {
  filter: opacity(0.1);
}

.opacity-20 {
  filter: opacity(0.2);
}

.active\:opacity-20:active,
.focus\:opacity-20:focus,
.hover\:opacity-20:hover {
  filter: opacity(0.2);
}

.opacity-25 {
  filter: opacity(0.25);
}

.active\:opacity-25:active,
.focus\:opacity-25:focus,
.hover\:opacity-25:hover {
  filter: opacity(0.25);
}

.opacity-30 {
  filter: opacity(0.3);
}

.active\:opacity-30:active,
.focus\:opacity-30:focus,
.hover\:opacity-30:hover {
  filter: opacity(0.3);
}

.opacity-35 {
  filter: opacity(0.35);
}

.active\:opacity-35:active,
.focus\:opacity-35:focus,
.hover\:opacity-35:hover {
  filter: opacity(0.35);
}

.opacity-40 {
  filter: opacity(0.4);
}

.active\:opacity-40:active,
.focus\:opacity-40:focus,
.hover\:opacity-40:hover {
  filter: opacity(0.4);
}

.opacity-45 {
  filter: opacity(0.45);
}

.active\:opacity-45:active,
.focus\:opacity-45:focus,
.hover\:opacity-45:hover {
  filter: opacity(0.45);
}

.opacity-50 {
  filter: opacity(0.5);
}

.active\:opacity-50:active,
.focus\:opacity-50:focus,
.hover\:opacity-50:hover {
  filter: opacity(0.5);
}

.opacity-55 {
  filter: opacity(0.55);
}

.active\:opacity-55:active,
.focus\:opacity-55:focus,
.hover\:opacity-55:hover {
  filter: opacity(0.55);
}

.opacity-60 {
  filter: opacity(0.6);
}

.active\:opacity-60:active,
.focus\:opacity-60:focus,
.hover\:opacity-60:hover {
  filter: opacity(0.6);
}

.opacity-65 {
  filter: opacity(0.65);
}

.active\:opacity-65:active,
.focus\:opacity-65:focus,
.hover\:opacity-65:hover {
  filter: opacity(0.65);
}

.opacity-70 {
  filter: opacity(0.7);
}

.active\:opacity-70:active,
.focus\:opacity-70:focus,
.hover\:opacity-70:hover {
  filter: opacity(0.7);
}

.opacity-75 {
  filter: opacity(0.75);
}

.active\:opacity-75:active,
.focus\:opacity-75:focus,
.hover\:opacity-75:hover {
  filter: opacity(0.75);
}

.opacity-80 {
  filter: opacity(0.8);
}

.active\:opacity-80:active,
.focus\:opacity-80:focus,
.hover\:opacity-80:hover {
  filter: opacity(0.8);
}

.opacity-85 {
  filter: opacity(0.85);
}

.active\:opacity-85:active,
.focus\:opacity-85:focus,
.hover\:opacity-85:hover {
  filter: opacity(0.85);
}

.opacity-90 {
  filter: opacity(0.9);
}

.active\:opacity-90:active,
.focus\:opacity-90:focus,
.hover\:opacity-90:hover {
  filter: opacity(0.9);
}

.opacity-95 {
  filter: opacity(0.95);
}

.active\:opacity-95:active,
.focus\:opacity-95:focus,
.hover\:opacity-95:hover {
  filter: opacity(0.95);
}

.opacity-100 {
  filter: opacity(1);
}

.active\:opacity-100:active,
.focus\:opacity-100:focus,
.hover\:opacity-100:hover {
  filter: opacity(1);
}

.saturate-0 {
  filter: saturate(0%);
}

.active\:saturate-0:active,
.focus\:saturate-0:focus,
.hover\:saturate-0:hover {
  filter: saturate(0%);
}

.saturate-10 {
  filter: saturate(10%);
}

.active\:saturate-10:active,
.focus\:saturate-10:focus,
.hover\:saturate-10:hover {
  filter: saturate(10%);
}

.saturate-20 {
  filter: saturate(20%);
}

.active\:saturate-20:active,
.focus\:saturate-20:focus,
.hover\:saturate-20:hover {
  filter: saturate(20%);
}

.saturate-30 {
  filter: saturate(30%);
}

.active\:saturate-30:active,
.focus\:saturate-30:focus,
.hover\:saturate-30:hover {
  filter: saturate(30%);
}

.saturate-40 {
  filter: saturate(40%);
}

.active\:saturate-40:active,
.focus\:saturate-40:focus,
.hover\:saturate-40:hover {
  filter: saturate(40%);
}

.saturate-50 {
  filter: saturate(50%);
}

.active\:saturate-50:active,
.focus\:saturate-50:focus,
.hover\:saturate-50:hover {
  filter: saturate(50%);
}

.saturate-60 {
  filter: saturate(60%);
}

.active\:saturate-60:active,
.focus\:saturate-60:focus,
.hover\:saturate-60:hover {
  filter: saturate(60%);
}

.saturate-70 {
  filter: saturate(70%);
}

.active\:saturate-70:active,
.focus\:saturate-70:focus,
.hover\:saturate-70:hover {
  filter: saturate(70%);
}

.saturate-80 {
  filter: saturate(80%);
}

.active\:saturate-80:active,
.focus\:saturate-80:focus,
.hover\:saturate-80:hover {
  filter: saturate(80%);
}

.saturate-90 {
  filter: saturate(90%);
}

.active\:saturate-90:active,
.focus\:saturate-90:focus,
.hover\:saturate-90:hover {
  filter: saturate(90%);
}

.saturate-100 {
  filter: saturate(100%);
}

.active\:saturate-100:active,
.focus\:saturate-100:focus,
.hover\:saturate-100:hover {
  filter: saturate(100%);
}

.spia-0 {
  filter: spia(0%);
}

.active\:spia-0:active,
.focus\:spia-0:focus,
.hover\:spia-0:hover {
  filter: spia(0%);
}

.spia-10 {
  filter: spia(10%);
}

.active\:spia-10:active,
.focus\:spia-10:focus,
.hover\:spia-10:hover {
  filter: spia(10%);
}

.spia-20 {
  filter: spia(20%);
}

.active\:spia-20:active,
.focus\:spia-20:focus,
.hover\:spia-20:hover {
  filter: spia(20%);
}

.spia-30 {
  filter: spia(30%);
}

.active\:spia-30:active,
.focus\:spia-30:focus,
.hover\:spia-30:hover {
  filter: spia(30%);
}

.spia-40 {
  filter: spia(40%);
}

.active\:spia-40:active,
.focus\:spia-40:focus,
.hover\:spia-40:hover {
  filter: spia(40%);
}

.spia-50 {
  filter: spia(50%);
}

.active\:spia-50:active,
.focus\:spia-50:focus,
.hover\:spia-50:hover {
  filter: spia(50%);
}

.spia-60 {
  filter: spia(60%);
}

.active\:spia-60:active,
.focus\:spia-60:focus,
.hover\:spia-60:hover {
  filter: spia(60%);
}

.spia-70 {
  filter: spia(70%);
}

.active\:spia-70:active,
.focus\:spia-70:focus,
.hover\:spia-70:hover {
  filter: spia(70%);
}

.spia-80 {
  filter: spia(80%);
}

.active\:spia-80:active,
.focus\:spia-80:focus,
.hover\:spia-80:hover {
  filter: spia(80%);
}

.spia-90 {
  filter: spia(90%);
}

.active\:spia-90:active,
.focus\:spia-90:focus,
.hover\:spia-90:hover {
  filter: spia(90%);
}

.spia-100 {
  filter: spia(100%);
}

.active\:spia-100:active,
.focus\:spia-100:focus,
.hover\:spia-100:hover {
  filter: spia(100%);
}

.backdrop-blur-0 {
  backdrop-filter: blur(0em);
}

.active\:backdrop-blur-0:active,
.focus\:backdrop-blur-0:focus,
.hover\:backdrop-blur-0:hover {
  backdrop-filter: blur(0em);
}

.backdrop-blur-10 {
  backdrop-filter: blur(0.125em);
}

.active\:backdrop-blur-10:active,
.focus\:backdrop-blur-10:focus,
.hover\:backdrop-blur-10:hover {
  backdrop-filter: blur(0.125em);
}

.backdrop-blur-20 {
  backdrop-filter: blur(0.25em);
}

.active\:backdrop-blur-20:active,
.focus\:backdrop-blur-20:focus,
.hover\:backdrop-blur-20:hover {
  backdrop-filter: blur(0.25em);
}

.backdrop-blur-30 {
  backdrop-filter: blur(0.5em);
}

.active\:backdrop-blur-30:active,
.focus\:backdrop-blur-30:focus,
.hover\:backdrop-blur-30:hover {
  backdrop-filter: blur(0.5em);
}

.backdrop-blur-40 {
  backdrop-filter: blur(1em);
}

.active\:backdrop-blur-40:active,
.focus\:backdrop-blur-40:focus,
.hover\:backdrop-blur-40:hover {
  backdrop-filter: blur(1em);
}

.backdrop-blur-50 {
  backdrop-filter: blur(1.5em);
}

.active\:backdrop-blur-50:active,
.focus\:backdrop-blur-50:focus,
.hover\:backdrop-blur-50:hover {
  backdrop-filter: blur(1.5em);
}

.backdrop-blur-60 {
  backdrop-filter: blur(2em);
}

.active\:backdrop-blur-60:active,
.focus\:backdrop-blur-60:focus,
.hover\:backdrop-blur-60:hover {
  backdrop-filter: blur(2em);
}

.backdrop-blur-70 {
  backdrop-filter: blur(2.5em);
}

.active\:backdrop-blur-70:active,
.focus\:backdrop-blur-70:focus,
.hover\:backdrop-blur-70:hover {
  backdrop-filter: blur(2.5em);
}

.backdrop-blur-80 {
  backdrop-filter: blur(3em);
}

.active\:backdrop-blur-80:active,
.focus\:backdrop-blur-80:focus,
.hover\:backdrop-blur-80:hover {
  backdrop-filter: blur(3em);
}

.backdrop-blur-90 {
  backdrop-filter: blur(3.75em);
}

.active\:backdrop-blur-90:active,
.focus\:backdrop-blur-90:focus,
.hover\:backdrop-blur-90:hover {
  backdrop-filter: blur(3.75em);
}

.backdrop-blur-100 {
  backdrop-filter: blur(4.5em);
}

.active\:backdrop-blur-100:active,
.focus\:backdrop-blur-100:focus,
.hover\:backdrop-blur-100:hover {
  backdrop-filter: blur(4.5em);
}

.backdrop-brightness-0 {
  backdrop-filter: brightness(0);
}

.active\:backdrop-brightness-0:active,
.focus\:backdrop-brightness-0:focus,
.hover\:backdrop-brightness-0:hover {
  backdrop-filter: brightness(0);
}

.backdrop-brightness-10 {
  backdrop-filter: brightness(0.1);
}

.active\:backdrop-brightness-10:active,
.focus\:backdrop-brightness-10:focus,
.hover\:backdrop-brightness-10:hover {
  backdrop-filter: brightness(0.1);
}

.backdrop-brightness-20 {
  backdrop-filter: brightness(0.2);
}

.active\:backdrop-brightness-20:active,
.focus\:backdrop-brightness-20:focus,
.hover\:backdrop-brightness-20:hover {
  backdrop-filter: brightness(0.2);
}

.backdrop-brightness-30 {
  backdrop-filter: brightness(0.3);
}

.active\:backdrop-brightness-30:active,
.focus\:backdrop-brightness-30:focus,
.hover\:backdrop-brightness-30:hover {
  backdrop-filter: brightness(0.3);
}

.backdrop-brightness-40 {
  backdrop-filter: brightness(0.4);
}

.active\:backdrop-brightness-40:active,
.focus\:backdrop-brightness-40:focus,
.hover\:backdrop-brightness-40:hover {
  backdrop-filter: brightness(0.4);
}

.backdrop-brightness-50 {
  backdrop-filter: brightness(0.5);
}

.active\:backdrop-brightness-50:active,
.focus\:backdrop-brightness-50:focus,
.hover\:backdrop-brightness-50:hover {
  backdrop-filter: brightness(0.5);
}

.backdrop-brightness-60 {
  backdrop-filter: brightness(0.6);
}

.active\:backdrop-brightness-60:active,
.focus\:backdrop-brightness-60:focus,
.hover\:backdrop-brightness-60:hover {
  backdrop-filter: brightness(0.6);
}

.backdrop-brightness-70 {
  backdrop-filter: brightness(0.7);
}

.active\:backdrop-brightness-70:active,
.focus\:backdrop-brightness-70:focus,
.hover\:backdrop-brightness-70:hover {
  backdrop-filter: brightness(0.7);
}

.backdrop-brightness-80 {
  backdrop-filter: brightness(0.8);
}

.active\:backdrop-brightness-80:active,
.focus\:backdrop-brightness-80:focus,
.hover\:backdrop-brightness-80:hover {
  backdrop-filter: brightness(0.8);
}

.backdrop-brightness-90 {
  backdrop-filter: brightness(0.9);
}

.active\:backdrop-brightness-90:active,
.focus\:backdrop-brightness-90:focus,
.hover\:backdrop-brightness-90:hover {
  backdrop-filter: brightness(0.9);
}

.backdrop-brightness-100 {
  backdrop-filter: brightness(1);
}

.active\:backdrop-brightness-100:active,
.focus\:backdrop-brightness-100:focus,
.hover\:backdrop-brightness-100:hover {
  backdrop-filter: brightness(1);
}

.backdrop-brightness-210 {
  backdrop-filter: brightness(1.1);
}

.active\:backdrop-brightness-210:active,
.focus\:backdrop-brightness-210:focus,
.hover\:backdrop-brightness-210:hover {
  backdrop-filter: brightness(1.1);
}

.backdrop-brightness-220 {
  backdrop-filter: brightness(1.2);
}

.active\:backdrop-brightness-220:active,
.focus\:backdrop-brightness-220:focus,
.hover\:backdrop-brightness-220:hover {
  backdrop-filter: brightness(1.2);
}

.backdrop-brightness-230 {
  backdrop-filter: brightness(1.3);
}

.active\:backdrop-brightness-230:active,
.focus\:backdrop-brightness-230:focus,
.hover\:backdrop-brightness-230:hover {
  backdrop-filter: brightness(1.3);
}

.backdrop-brightness-240 {
  backdrop-filter: brightness(1.4);
}

.active\:backdrop-brightness-240:active,
.focus\:backdrop-brightness-240:focus,
.hover\:backdrop-brightness-240:hover {
  backdrop-filter: brightness(1.4);
}

.backdrop-brightness-250 {
  backdrop-filter: brightness(1.5);
}

.active\:backdrop-brightness-250:active,
.focus\:backdrop-brightness-250:focus,
.hover\:backdrop-brightness-250:hover {
  backdrop-filter: brightness(1.5);
}

.backdrop-brightness-260 {
  backdrop-filter: brightness(1.6);
}

.active\:backdrop-brightness-260:active,
.focus\:backdrop-brightness-260:focus,
.hover\:backdrop-brightness-260:hover {
  backdrop-filter: brightness(1.6);
}

.backdrop-brightness-270 {
  backdrop-filter: brightness(1.7);
}

.active\:backdrop-brightness-270:active,
.focus\:backdrop-brightness-270:focus,
.hover\:backdrop-brightness-270:hover {
  backdrop-filter: brightness(1.7);
}

.backdrop-brightness-280 {
  backdrop-filter: brightness(1.8);
}

.active\:backdrop-brightness-280:active,
.focus\:backdrop-brightness-280:focus,
.hover\:backdrop-brightness-280:hover {
  backdrop-filter: brightness(1.8);
}

.backdrop-brightness-290 {
  backdrop-filter: brightness(1.9);
}

.active\:backdrop-brightness-290:active,
.focus\:backdrop-brightness-290:focus,
.hover\:backdrop-brightness-290:hover {
  backdrop-filter: brightness(1.9);
}

.backdrop-brightness-200 {
  backdrop-filter: brightness(2);
}

.active\:backdrop-brightness-200:active,
.focus\:backdrop-brightness-200:focus,
.hover\:backdrop-brightness-200:hover {
  backdrop-filter: brightness(2);
}

.backdrop-contraste-0 {
  backdrop-filter: contraste(0%);
}

.active\:backdrop-contraste-0:active,
.focus\:backdrop-contraste-0:focus,
.hover\:backdrop-contraste-0:hover {
  backdrop-filter: contraste(0%);
}

.backdrop-contraste-10 {
  backdrop-filter: contraste(10%);
}

.active\:backdrop-contraste-10:active,
.focus\:backdrop-contraste-10:focus,
.hover\:backdrop-contraste-10:hover {
  backdrop-filter: contraste(10%);
}

.backdrop-contraste-20 {
  backdrop-filter: contraste(20%);
}

.active\:backdrop-contraste-20:active,
.focus\:backdrop-contraste-20:focus,
.hover\:backdrop-contraste-20:hover {
  backdrop-filter: contraste(20%);
}

.backdrop-contraste-30 {
  backdrop-filter: contraste(30%);
}

.active\:backdrop-contraste-30:active,
.focus\:backdrop-contraste-30:focus,
.hover\:backdrop-contraste-30:hover {
  backdrop-filter: contraste(30%);
}

.backdrop-contraste-40 {
  backdrop-filter: contraste(40%);
}

.active\:backdrop-contraste-40:active,
.focus\:backdrop-contraste-40:focus,
.hover\:backdrop-contraste-40:hover {
  backdrop-filter: contraste(40%);
}

.backdrop-contraste-50 {
  backdrop-filter: contraste(50%);
}

.active\:backdrop-contraste-50:active,
.focus\:backdrop-contraste-50:focus,
.hover\:backdrop-contraste-50:hover {
  backdrop-filter: contraste(50%);
}

.backdrop-contraste-60 {
  backdrop-filter: contraste(60%);
}

.active\:backdrop-contraste-60:active,
.focus\:backdrop-contraste-60:focus,
.hover\:backdrop-contraste-60:hover {
  backdrop-filter: contraste(60%);
}

.backdrop-contraste-70 {
  backdrop-filter: contraste(70%);
}

.active\:backdrop-contraste-70:active,
.focus\:backdrop-contraste-70:focus,
.hover\:backdrop-contraste-70:hover {
  backdrop-filter: contraste(70%);
}

.backdrop-contraste-80 {
  backdrop-filter: contraste(80%);
}

.active\:backdrop-contraste-80:active,
.focus\:backdrop-contraste-80:focus,
.hover\:backdrop-contraste-80:hover {
  backdrop-filter: contraste(80%);
}

.backdrop-contraste-90 {
  backdrop-filter: contraste(90%);
}

.active\:backdrop-contraste-90:active,
.focus\:backdrop-contraste-90:focus,
.hover\:backdrop-contraste-90:hover {
  backdrop-filter: contraste(90%);
}

.backdrop-contraste-100 {
  backdrop-filter: contraste(100%);
}

.active\:backdrop-contraste-100:active,
.focus\:backdrop-contraste-100:focus,
.hover\:backdrop-contraste-100:hover {
  backdrop-filter: contraste(100%);
}

.backdrop-grayscale-0 {
  backdrop-filter: grayscale(0%);
}

.active\:backdrop-grayscale-0:active,
.focus\:backdrop-grayscale-0:focus,
.hover\:backdrop-grayscale-0:hover {
  backdrop-filter: grayscale(0%);
}

.backdrop-grayscale-10 {
  backdrop-filter: grayscale(10%);
}

.active\:backdrop-grayscale-10:active,
.focus\:backdrop-grayscale-10:focus,
.hover\:backdrop-grayscale-10:hover {
  backdrop-filter: grayscale(10%);
}

.backdrop-grayscale-20 {
  backdrop-filter: grayscale(20%);
}

.active\:backdrop-grayscale-20:active,
.focus\:backdrop-grayscale-20:focus,
.hover\:backdrop-grayscale-20:hover {
  backdrop-filter: grayscale(20%);
}

.backdrop-grayscale-30 {
  backdrop-filter: grayscale(30%);
}

.active\:backdrop-grayscale-30:active,
.focus\:backdrop-grayscale-30:focus,
.hover\:backdrop-grayscale-30:hover {
  backdrop-filter: grayscale(30%);
}

.backdrop-grayscale-40 {
  backdrop-filter: grayscale(40%);
}

.active\:backdrop-grayscale-40:active,
.focus\:backdrop-grayscale-40:focus,
.hover\:backdrop-grayscale-40:hover {
  backdrop-filter: grayscale(40%);
}

.backdrop-grayscale-50 {
  backdrop-filter: grayscale(50%);
}

.active\:backdrop-grayscale-50:active,
.focus\:backdrop-grayscale-50:focus,
.hover\:backdrop-grayscale-50:hover {
  backdrop-filter: grayscale(50%);
}

.backdrop-grayscale-60 {
  backdrop-filter: grayscale(60%);
}

.active\:backdrop-grayscale-60:active,
.focus\:backdrop-grayscale-60:focus,
.hover\:backdrop-grayscale-60:hover {
  backdrop-filter: grayscale(60%);
}

.backdrop-grayscale-70 {
  backdrop-filter: grayscale(70%);
}

.active\:backdrop-grayscale-70:active,
.focus\:backdrop-grayscale-70:focus,
.hover\:backdrop-grayscale-70:hover {
  backdrop-filter: grayscale(70%);
}

.backdrop-grayscale-80 {
  backdrop-filter: grayscale(80%);
}

.active\:backdrop-grayscale-80:active,
.focus\:backdrop-grayscale-80:focus,
.hover\:backdrop-grayscale-80:hover {
  backdrop-filter: grayscale(80%);
}

.backdrop-grayscale-90 {
  backdrop-filter: grayscale(90%);
}

.active\:backdrop-grayscale-90:active,
.focus\:backdrop-grayscale-90:focus,
.hover\:backdrop-grayscale-90:hover {
  backdrop-filter: grayscale(90%);
}

.backdrop-grayscale-100 {
  backdrop-filter: grayscale(100%);
}

.active\:backdrop-grayscale-100:active,
.focus\:backdrop-grayscale-100:focus,
.hover\:backdrop-grayscale-100:hover {
  backdrop-filter: grayscale(100%);
}

.backdrop-invert-0 {
  backdrop-filter: invert(0%);
}

.active\:backdrop-invert-0:active,
.focus\:backdrop-invert-0:focus,
.hover\:backdrop-invert-0:hover {
  backdrop-filter: invert(0%);
}

.backdrop-invert-10 {
  backdrop-filter: invert(10%);
}

.active\:backdrop-invert-10:active,
.focus\:backdrop-invert-10:focus,
.hover\:backdrop-invert-10:hover {
  backdrop-filter: invert(10%);
}

.backdrop-invert-20 {
  backdrop-filter: invert(20%);
}

.active\:backdrop-invert-20:active,
.focus\:backdrop-invert-20:focus,
.hover\:backdrop-invert-20:hover {
  backdrop-filter: invert(20%);
}

.backdrop-invert-30 {
  backdrop-filter: invert(30%);
}

.active\:backdrop-invert-30:active,
.focus\:backdrop-invert-30:focus,
.hover\:backdrop-invert-30:hover {
  backdrop-filter: invert(30%);
}

.backdrop-invert-40 {
  backdrop-filter: invert(40%);
}

.active\:backdrop-invert-40:active,
.focus\:backdrop-invert-40:focus,
.hover\:backdrop-invert-40:hover {
  backdrop-filter: invert(40%);
}

.backdrop-invert-50 {
  backdrop-filter: invert(50%);
}

.active\:backdrop-invert-50:active,
.focus\:backdrop-invert-50:focus,
.hover\:backdrop-invert-50:hover {
  backdrop-filter: invert(50%);
}

.backdrop-invert-60 {
  backdrop-filter: invert(60%);
}

.active\:backdrop-invert-60:active,
.focus\:backdrop-invert-60:focus,
.hover\:backdrop-invert-60:hover {
  backdrop-filter: invert(60%);
}

.backdrop-invert-70 {
  backdrop-filter: invert(70%);
}

.active\:backdrop-invert-70:active,
.focus\:backdrop-invert-70:focus,
.hover\:backdrop-invert-70:hover {
  backdrop-filter: invert(70%);
}

.backdrop-invert-80 {
  backdrop-filter: invert(80%);
}

.active\:backdrop-invert-80:active,
.focus\:backdrop-invert-80:focus,
.hover\:backdrop-invert-80:hover {
  backdrop-filter: invert(80%);
}

.backdrop-invert-90 {
  backdrop-filter: invert(90%);
}

.active\:backdrop-invert-90:active,
.focus\:backdrop-invert-90:focus,
.hover\:backdrop-invert-90:hover {
  backdrop-filter: invert(90%);
}

.backdrop-invert-100 {
  backdrop-filter: invert(100%);
}

.active\:backdrop-invert-100:active,
.focus\:backdrop-invert-100:focus,
.hover\:backdrop-invert-100:hover {
  backdrop-filter: invert(100%);
}

.backdrop-opacity-0 {
  backdrop-filter: opacity(0);
}

.active\:backdrop-opacity-0:active,
.focus\:backdrop-opacity-0:focus,
.hover\:backdrop-opacity-0:hover {
  backdrop-filter: opacity(0);
}

.backdrop-opacity-10 {
  backdrop-filter: opacity(0.1);
}

.active\:backdrop-opacity-10:active,
.focus\:backdrop-opacity-10:focus,
.hover\:backdrop-opacity-10:hover {
  backdrop-filter: opacity(0.1);
}

.backdrop-opacity-20 {
  backdrop-filter: opacity(0.2);
}

.active\:backdrop-opacity-20:active,
.focus\:backdrop-opacity-20:focus,
.hover\:backdrop-opacity-20:hover {
  backdrop-filter: opacity(0.2);
}

.backdrop-opacity-25 {
  backdrop-filter: opacity(0.25);
}

.active\:backdrop-opacity-25:active,
.focus\:backdrop-opacity-25:focus,
.hover\:backdrop-opacity-25:hover {
  backdrop-filter: opacity(0.25);
}

.backdrop-opacity-30 {
  backdrop-filter: opacity(0.3);
}

.active\:backdrop-opacity-30:active,
.focus\:backdrop-opacity-30:focus,
.hover\:backdrop-opacity-30:hover {
  backdrop-filter: opacity(0.3);
}

.backdrop-opacity-35 {
  backdrop-filter: opacity(0.35);
}

.active\:backdrop-opacity-35:active,
.focus\:backdrop-opacity-35:focus,
.hover\:backdrop-opacity-35:hover {
  backdrop-filter: opacity(0.35);
}

.backdrop-opacity-40 {
  backdrop-filter: opacity(0.4);
}

.active\:backdrop-opacity-40:active,
.focus\:backdrop-opacity-40:focus,
.hover\:backdrop-opacity-40:hover {
  backdrop-filter: opacity(0.4);
}

.backdrop-opacity-45 {
  backdrop-filter: opacity(0.45);
}

.active\:backdrop-opacity-45:active,
.focus\:backdrop-opacity-45:focus,
.hover\:backdrop-opacity-45:hover {
  backdrop-filter: opacity(0.45);
}

.backdrop-opacity-50 {
  backdrop-filter: opacity(0.5);
}

.active\:backdrop-opacity-50:active,
.focus\:backdrop-opacity-50:focus,
.hover\:backdrop-opacity-50:hover {
  backdrop-filter: opacity(0.5);
}

.backdrop-opacity-55 {
  backdrop-filter: opacity(0.55);
}

.active\:backdrop-opacity-55:active,
.focus\:backdrop-opacity-55:focus,
.hover\:backdrop-opacity-55:hover {
  backdrop-filter: opacity(0.55);
}

.backdrop-opacity-60 {
  backdrop-filter: opacity(0.6);
}

.active\:backdrop-opacity-60:active,
.focus\:backdrop-opacity-60:focus,
.hover\:backdrop-opacity-60:hover {
  backdrop-filter: opacity(0.6);
}

.backdrop-opacity-65 {
  backdrop-filter: opacity(0.65);
}

.active\:backdrop-opacity-65:active,
.focus\:backdrop-opacity-65:focus,
.hover\:backdrop-opacity-65:hover {
  backdrop-filter: opacity(0.65);
}

.backdrop-opacity-70 {
  backdrop-filter: opacity(0.7);
}

.active\:backdrop-opacity-70:active,
.focus\:backdrop-opacity-70:focus,
.hover\:backdrop-opacity-70:hover {
  backdrop-filter: opacity(0.7);
}

.backdrop-opacity-75 {
  backdrop-filter: opacity(0.75);
}

.active\:backdrop-opacity-75:active,
.focus\:backdrop-opacity-75:focus,
.hover\:backdrop-opacity-75:hover {
  backdrop-filter: opacity(0.75);
}

.backdrop-opacity-80 {
  backdrop-filter: opacity(0.8);
}

.active\:backdrop-opacity-80:active,
.focus\:backdrop-opacity-80:focus,
.hover\:backdrop-opacity-80:hover {
  backdrop-filter: opacity(0.8);
}

.backdrop-opacity-85 {
  backdrop-filter: opacity(0.85);
}

.active\:backdrop-opacity-85:active,
.focus\:backdrop-opacity-85:focus,
.hover\:backdrop-opacity-85:hover {
  backdrop-filter: opacity(0.85);
}

.backdrop-opacity-90 {
  backdrop-filter: opacity(0.9);
}

.active\:backdrop-opacity-90:active,
.focus\:backdrop-opacity-90:focus,
.hover\:backdrop-opacity-90:hover {
  backdrop-filter: opacity(0.9);
}

.backdrop-opacity-95 {
  backdrop-filter: opacity(0.95);
}

.active\:backdrop-opacity-95:active,
.focus\:backdrop-opacity-95:focus,
.hover\:backdrop-opacity-95:hover {
  backdrop-filter: opacity(0.95);
}

.backdrop-opacity-100 {
  backdrop-filter: opacity(1);
}

.active\:backdrop-opacity-100:active,
.focus\:backdrop-opacity-100:focus,
.hover\:backdrop-opacity-100:hover {
  backdrop-filter: opacity(1);
}

.backdrop-saturate-0 {
  backdrop-filter: saturate(0%);
}

.active\:backdrop-saturate-0:active,
.focus\:backdrop-saturate-0:focus,
.hover\:backdrop-saturate-0:hover {
  backdrop-filter: saturate(0%);
}

.backdrop-saturate-10 {
  backdrop-filter: saturate(10%);
}

.active\:backdrop-saturate-10:active,
.focus\:backdrop-saturate-10:focus,
.hover\:backdrop-saturate-10:hover {
  backdrop-filter: saturate(10%);
}

.backdrop-saturate-20 {
  backdrop-filter: saturate(20%);
}

.active\:backdrop-saturate-20:active,
.focus\:backdrop-saturate-20:focus,
.hover\:backdrop-saturate-20:hover {
  backdrop-filter: saturate(20%);
}

.backdrop-saturate-30 {
  backdrop-filter: saturate(30%);
}

.active\:backdrop-saturate-30:active,
.focus\:backdrop-saturate-30:focus,
.hover\:backdrop-saturate-30:hover {
  backdrop-filter: saturate(30%);
}

.backdrop-saturate-40 {
  backdrop-filter: saturate(40%);
}

.active\:backdrop-saturate-40:active,
.focus\:backdrop-saturate-40:focus,
.hover\:backdrop-saturate-40:hover {
  backdrop-filter: saturate(40%);
}

.backdrop-saturate-50 {
  backdrop-filter: saturate(50%);
}

.active\:backdrop-saturate-50:active,
.focus\:backdrop-saturate-50:focus,
.hover\:backdrop-saturate-50:hover {
  backdrop-filter: saturate(50%);
}

.backdrop-saturate-60 {
  backdrop-filter: saturate(60%);
}

.active\:backdrop-saturate-60:active,
.focus\:backdrop-saturate-60:focus,
.hover\:backdrop-saturate-60:hover {
  backdrop-filter: saturate(60%);
}

.backdrop-saturate-70 {
  backdrop-filter: saturate(70%);
}

.active\:backdrop-saturate-70:active,
.focus\:backdrop-saturate-70:focus,
.hover\:backdrop-saturate-70:hover {
  backdrop-filter: saturate(70%);
}

.backdrop-saturate-80 {
  backdrop-filter: saturate(80%);
}

.active\:backdrop-saturate-80:active,
.focus\:backdrop-saturate-80:focus,
.hover\:backdrop-saturate-80:hover {
  backdrop-filter: saturate(80%);
}

.backdrop-saturate-90 {
  backdrop-filter: saturate(90%);
}

.active\:backdrop-saturate-90:active,
.focus\:backdrop-saturate-90:focus,
.hover\:backdrop-saturate-90:hover {
  backdrop-filter: saturate(90%);
}

.backdrop-saturate-100 {
  backdrop-filter: saturate(100%);
}

.active\:backdrop-saturate-100:active,
.focus\:backdrop-saturate-100:focus,
.hover\:backdrop-saturate-100:hover {
  backdrop-filter: saturate(100%);
}

.backdrop-spia-0 {
  backdrop-filter: spia(0%);
}

.active\:backdrop-spia-0:active,
.focus\:backdrop-spia-0:focus,
.hover\:backdrop-spia-0:hover {
  backdrop-filter: spia(0%);
}

.backdrop-spia-10 {
  backdrop-filter: spia(10%);
}

.active\:backdrop-spia-10:active,
.focus\:backdrop-spia-10:focus,
.hover\:backdrop-spia-10:hover {
  backdrop-filter: spia(10%);
}

.backdrop-spia-20 {
  backdrop-filter: spia(20%);
}

.active\:backdrop-spia-20:active,
.focus\:backdrop-spia-20:focus,
.hover\:backdrop-spia-20:hover {
  backdrop-filter: spia(20%);
}

.backdrop-spia-30 {
  backdrop-filter: spia(30%);
}

.active\:backdrop-spia-30:active,
.focus\:backdrop-spia-30:focus,
.hover\:backdrop-spia-30:hover {
  backdrop-filter: spia(30%);
}

.backdrop-spia-40 {
  backdrop-filter: spia(40%);
}

.active\:backdrop-spia-40:active,
.focus\:backdrop-spia-40:focus,
.hover\:backdrop-spia-40:hover {
  backdrop-filter: spia(40%);
}

.backdrop-spia-50 {
  backdrop-filter: spia(50%);
}

.active\:backdrop-spia-50:active,
.focus\:backdrop-spia-50:focus,
.hover\:backdrop-spia-50:hover {
  backdrop-filter: spia(50%);
}

.backdrop-spia-60 {
  backdrop-filter: spia(60%);
}

.active\:backdrop-spia-60:active,
.focus\:backdrop-spia-60:focus,
.hover\:backdrop-spia-60:hover {
  backdrop-filter: spia(60%);
}

.backdrop-spia-70 {
  backdrop-filter: spia(70%);
}

.active\:backdrop-spia-70:active,
.focus\:backdrop-spia-70:focus,
.hover\:backdrop-spia-70:hover {
  backdrop-filter: spia(70%);
}

.backdrop-spia-80 {
  backdrop-filter: spia(80%);
}

.active\:backdrop-spia-80:active,
.focus\:backdrop-spia-80:focus,
.hover\:backdrop-spia-80:hover {
  backdrop-filter: spia(80%);
}

.backdrop-spia-90 {
  backdrop-filter: spia(90%);
}

.active\:backdrop-spia-90:active,
.focus\:backdrop-spia-90:focus,
.hover\:backdrop-spia-90:hover {
  backdrop-filter: spia(90%);
}

.backdrop-spia-100 {
  backdrop-filter: spia(100%);
}

.active\:backdrop-spia-100:active,
.focus\:backdrop-spia-100:focus,
.hover\:backdrop-spia-100:hover {
  backdrop-filter: spia(100%);
}

.arial {
  font-family: Arial, Helvetica, Geneva, Verdana, Thahoma, sans-serif;
}

.calibri {
  font-family: Calibri;
}

.monospace {
  font-family: monospace, consolas;
}

.sans {
  font-family: sans;
}

.sans-serif {
  font-family: sans-serif;
}

.verdana {
  font-family: Verdana, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, Geneva, Arial, Sans-serif;
}

.tahoma {
  font-family: Tahoma, sans-serif;
}

.geneva {
  font-family: Geneva, sans-serif;
}

.segoeui {
  font-family: 'Segoe UI', sans-serif;
}

.timesnroman {
  font-family: Times New Roman;
}

.times {
  font-family: Times;
}

.serif {
  font-family: serif;
}

.helvetica {
  font-family: Helvetica, sans-serif;
}

.roboto {
  font-family: "Roboto";
}

.ubuntu {
  font-family: "Ubuntu";
}

.system-ui {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.inter {
  font-family: 'Inter', sans-serif;
}

.lato {
  font-family: "Lato";
}

.nunito {
  font-family: "Nunito";
}

.opensans {
  font-family: 'Open Sans', sans-serif;
}

.outfit {
  font-family: 'Outfit', sans-serif;
}

.poppins {
  font-family: "Poppins";
}

.raleway {
  font-family: "Raleway";
}

.sourcesans {
  font-family: 'Source Sans 3', sans-serif;
}

.firasans {
  font-family: 'Fira Sans', sans-serif;
}

.dmsans {
  font-family: 'DM Sans', sans-serif;
}

.playfair {
  font-family: 'Playfair Display', serif;
}

.merriweather {
  font-family: "Merriweather";
}

.lora {
  font-family: 'Lora', serif;
}

.ptserif {
  font-family: 'PT Serif', serif;
}

.crimsonpro {
  font-family: 'Crimson Pro', serif;
}

.spacemono {
  font-family: 'Space Mono', monospace;
}

.jetbrainsmono {
  font-family: 'JetBrains Mono', monospace;
}

.firamono {
  font-family: 'Fira Mono', monospace;
}

.ibmplexmono {
  font-family: 'IBM Plex Mono', monospace;
}

.inconsolata {
  font-family: "Inconsolata";
}

.open-sans {
  font-family: "Open Sans";
}

.montserrat {
  font-family: "Montserrat";
}

.source-sans-pro {
  font-family: "Source Sans Pro";
}

.pt-sans {
  font-family: "PT Sans";
}

.droid-sans {
  font-family: "Droid Sans";
}

.oswald {
  font-family: "Oswald";
}

.playfair-display {
  font-family: "Playfair Display";
}

.comfortaa {
  font-family: "Comfortaa";
}

.cabin {
  font-family: "Cabin";
}

.quicksand {
  font-family: "Quicksand";
}

.arimo {
  font-family: "Arimo";
}

.lobster {
  font-family: "Lobster";
}

.pacifico {
  font-family: "Pacifico";
}

.noto-sans {
  font-family: "Noto Sans";
}

.fira-sans {
  font-family: "Fira Sans";
}

.crimson-text {
  font-family: "Crimson Text";
}

.roboto-condensed {
  font-family: "Roboto Condensed";
}

.gugi {
  font-family: "Gugi";
}

.muli {
  font-family: "Muli";
}

.roboto-slab {
  font-family: "Roboto Slab";
}

.play {
  font-family: "Play";
}

.alegreya {
  font-family: "Alegreya";
}

.titillium-web {
  font-family: "Titillium Web";
}

.pinyon-script {
  font-family: "Pinyon Script";
}

.roboto-mono {
  font-family: "Roboto Mono";
}

.josefin-sans {
  font-family: "Josefin Sans";
}

.indie-flower {
  font-family: "Indie Flower";
}

.dancing-script {
  font-family: "Dancing Script";
}

.bitter {
  font-family: "Bitter";
}

.archivo {
  font-family: "Archivo";
}

.cabin-condensed {
  font-family: "Cabin Condensed";
}

.montserrat-alternates {
  font-family: "Montserrat Alternates";
}

.abril-fatface {
  font-family: "Abril Fatface";
}

.karla {
  font-family: "Karla";
}

.cabin-sketch {
  font-family: "Cabin Sketch";
}

.oswald-stencil {
  font-family: "Oswald Stencil";
}

.exo {
  font-family: "Exo";
}

.rubik {
  font-family: "Rubik";
}

.arvo {
  font-family: "Arvo";
}

.monda {
  font-family: "Monda";
}

.nunito-sans {
  font-family: "Nunito Sans";
}

.dosis {
  font-family: "Dosis";
}

.pt-serif {
  font-family: "PT Serif";
}

.alegreya-sans {
  font-family: "Alegreya Sans";
}

.work-sans {
  font-family: "Work Sans";
}

.source-serif-pro {
  font-family: "Source Serif Pro";
}

.archivo-black {
  font-family: "Archivo Black";
}

.source-code-pro {
  font-family: "Source Code Pro";
}

.noto-serif {
  font-family: "Noto Serif";
}

.merriweather-sans {
  font-family: "Merriweather Sans";
}

.bree-serif {
  font-family: "Bree Serif";
}

.rubik-mono-one {
  font-family: "Rubik Mono One";
}

.abel {
  font-family: "Abel";
}

.questrial {
  font-family: "Questrial";
}

.catamaran {
  font-family: "Catamaran";
}

.hind {
  font-family: "Hind";
}

.rokkitt {
  font-family: "Rokkitt";
}

.yanone-kaffeesatz {
  font-family: "Yanone Kaffeesatz";
}

.droid-serif {
  font-family: "Droid Serif";
}

.noto-sans-jp {
  font-family: "Noto Sans JP";
}

.noto-sans-kr {
  font-family: "Noto Sans KR";
}

.Barlow {
  font-family: "Barlow";
}

.Crimson-pro {
  font-family: "Crimson Pro";
}

.font-arial {
  font-family: Arial, Helvetica, Geneva, Verdana, Thahoma, sans-serif;
}

.font-calibri {
  font-family: Calibri;
}

.font-monospace {
  font-family: monospace, consolas;
}

.font-sans {
  font-family: sans;
}

.font-sans-serif {
  font-family: sans-serif;
}

.font-verdana {
  font-family: Verdana, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, Geneva, Arial, Sans-serif;
}

.font-tahoma {
  font-family: Tahoma, sans-serif;
}

.font-geneva {
  font-family: Geneva, sans-serif;
}

.font-segoeui {
  font-family: 'Segoe UI', sans-serif;
}

.font-timesnroman {
  font-family: Times New Roman;
}

.font-times {
  font-family: Times;
}

.font-serif {
  font-family: serif;
}

.font-helvetica {
  font-family: Helvetica, sans-serif;
}

.font-roboto {
  font-family: "Roboto";
}

.font-ubuntu {
  font-family: "Ubuntu";
}

.font-system-ui {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.font-lato {
  font-family: "Lato";
}

.font-nunito {
  font-family: "Nunito";
}

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

.font-outfit {
  font-family: 'Outfit', sans-serif;
}

.font-poppins {
  font-family: "Poppins";
}

.font-raleway {
  font-family: "Raleway";
}

.font-sourcesans {
  font-family: 'Source Sans 3', sans-serif;
}

.font-firasans {
  font-family: 'Fira Sans', sans-serif;
}

.font-dmsans {
  font-family: 'DM Sans', sans-serif;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-merriweather {
  font-family: "Merriweather";
}

.font-lora {
  font-family: 'Lora', serif;
}

.font-ptserif {
  font-family: 'PT Serif', serif;
}

.font-crimsonpro {
  font-family: 'Crimson Pro', serif;
}

.font-spacemono {
  font-family: 'Space Mono', monospace;
}

.font-jetbrainsmono {
  font-family: 'JetBrains Mono', monospace;
}

.font-firamono {
  font-family: 'Fira Mono', monospace;
}

.font-ibmplexmono {
  font-family: 'IBM Plex Mono', monospace;
}

.font-inconsolata {
  font-family: "Inconsolata";
}

.font-open-sans {
  font-family: "Open Sans";
}

.font-montserrat {
  font-family: "Montserrat";
}

.font-source-sans-pro {
  font-family: "Source Sans Pro";
}

.font-pt-sans {
  font-family: "PT Sans";
}

.font-droid-sans {
  font-family: "Droid Sans";
}

.font-oswald {
  font-family: "Oswald";
}

.font-playfair-display {
  font-family: "Playfair Display";
}

.font-comfortaa {
  font-family: "Comfortaa";
}

.font-cabin {
  font-family: "Cabin";
}

.font-quicksand {
  font-family: "Quicksand";
}

.font-arimo {
  font-family: "Arimo";
}

.font-lobster {
  font-family: "Lobster";
}

.font-pacifico {
  font-family: "Pacifico";
}

.font-noto-sans {
  font-family: "Noto Sans";
}

.font-fira-sans {
  font-family: "Fira Sans";
}

.font-crimson-text {
  font-family: "Crimson Text";
}

.font-roboto-condensed {
  font-family: "Roboto Condensed";
}

.font-gugi {
  font-family: "Gugi";
}

.font-muli {
  font-family: "Muli";
}

.font-roboto-slab {
  font-family: "Roboto Slab";
}

.font-play {
  font-family: "Play";
}

.font-alegreya {
  font-family: "Alegreya";
}

.font-titillium-web {
  font-family: "Titillium Web";
}

.font-pinyon-script {
  font-family: "Pinyon Script";
}

.font-roboto-mono {
  font-family: "Roboto Mono";
}

.font-josefin-sans {
  font-family: "Josefin Sans";
}

.font-indie-flower {
  font-family: "Indie Flower";
}

.font-dancing-script {
  font-family: "Dancing Script";
}

.font-bitter {
  font-family: "Bitter";
}

.font-archivo {
  font-family: "Archivo";
}

.font-cabin-condensed {
  font-family: "Cabin Condensed";
}

.font-montserrat-alternates {
  font-family: "Montserrat Alternates";
}

.font-abril-fatface {
  font-family: "Abril Fatface";
}

.font-karla {
  font-family: "Karla";
}

.font-cabin-sketch {
  font-family: "Cabin Sketch";
}

.font-oswald-stencil {
  font-family: "Oswald Stencil";
}

.font-exo {
  font-family: "Exo";
}

.font-rubik {
  font-family: "Rubik";
}

.font-arvo {
  font-family: "Arvo";
}

.font-monda {
  font-family: "Monda";
}

.font-nunito-sans {
  font-family: "Nunito Sans";
}

.font-dosis {
  font-family: "Dosis";
}

.font-pt-serif {
  font-family: "PT Serif";
}

.font-alegreya-sans {
  font-family: "Alegreya Sans";
}

.font-work-sans {
  font-family: "Work Sans";
}

.font-source-serif-pro {
  font-family: "Source Serif Pro";
}

.font-archivo-black {
  font-family: "Archivo Black";
}

.font-source-code-pro {
  font-family: "Source Code Pro";
}

.font-noto-serif {
  font-family: "Noto Serif";
}

.font-merriweather-sans {
  font-family: "Merriweather Sans";
}

.font-bree-serif {
  font-family: "Bree Serif";
}

.font-rubik-mono-one {
  font-family: "Rubik Mono One";
}

.font-abel {
  font-family: "Abel";
}

.font-questrial {
  font-family: "Questrial";
}

.font-catamaran {
  font-family: "Catamaran";
}

.font-hind {
  font-family: "Hind";
}

.font-rokkitt {
  font-family: "Rokkitt";
}

.font-yanone-kaffeesatz {
  font-family: "Yanone Kaffeesatz";
}

.font-droid-serif {
  font-family: "Droid Serif";
}

.font-noto-sans-jp {
  font-family: "Noto Sans JP";
}

.font-noto-sans-kr {
  font-family: "Noto Sans KR";
}

.font-Barlow {
  font-family: "Barlow";
}

.font-Crimson-pro {
  font-family: "Crimson Pro";
}

@media screen and (max-width: 544px) {
  [class*=col-] {
    width: 100%;
  }
}
.col-span-1 {
  grid-column: 1/span 1;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-1 {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-1 {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-1 {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-1 {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-1 {
    grid-column: 1/span 1;
  }
}
.col-span-2 {
  grid-column: 2/span 2;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-2 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-2 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-2 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-2 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-2 {
    grid-column: 2/span 2;
  }
}
.col-span-3 {
  grid-column: 3/span 3;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-3 {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-3 {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-3 {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-3 {
    grid-column: 3/span 3;
  }
}
.col-span-4 {
  grid-column: 4/span 4;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-4 {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-4 {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-4 {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-4 {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-4 {
    grid-column: 4/span 4;
  }
}
.col-span-5 {
  grid-column: 5/span 5;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-5 {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-5 {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-5 {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-5 {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-5 {
    grid-column: 5/span 5;
  }
}
.col-span-6 {
  grid-column: 6/span 6;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-6 {
    grid-column: 6/span 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-6 {
    grid-column: 6/span 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: 6/span 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-6 {
    grid-column: 6/span 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-6 {
    grid-column: 6/span 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-6 {
    grid-column: 6/span 6;
  }
}
.col-span-7 {
  grid-column: 7/span 7;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-7 {
    grid-column: 7/span 7;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-7 {
    grid-column: 7/span 7;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-7 {
    grid-column: 7/span 7;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-7 {
    grid-column: 7/span 7;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-7 {
    grid-column: 7/span 7;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-7 {
    grid-column: 7/span 7;
  }
}
.col-span-8 {
  grid-column: 8/span 8;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-8 {
    grid-column: 8/span 8;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-8 {
    grid-column: 8/span 8;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-8 {
    grid-column: 8/span 8;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-8 {
    grid-column: 8/span 8;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-8 {
    grid-column: 8/span 8;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-8 {
    grid-column: 8/span 8;
  }
}
.col-span-9 {
  grid-column: 9/span 9;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-9 {
    grid-column: 9/span 9;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-9 {
    grid-column: 9/span 9;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-9 {
    grid-column: 9/span 9;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-9 {
    grid-column: 9/span 9;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-9 {
    grid-column: 9/span 9;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-9 {
    grid-column: 9/span 9;
  }
}
.col-span-10 {
  grid-column: 10/span 10;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-10 {
    grid-column: 10/span 10;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-10 {
    grid-column: 10/span 10;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: 10/span 10;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-10 {
    grid-column: 10/span 10;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-10 {
    grid-column: 10/span 10;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-10 {
    grid-column: 10/span 10;
  }
}
.col-span-11 {
  grid-column: 11/span 11;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-11 {
    grid-column: 11/span 11;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-11 {
    grid-column: 11/span 11;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-11 {
    grid-column: 11/span 11;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-11 {
    grid-column: 11/span 11;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-11 {
    grid-column: 11/span 11;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-11 {
    grid-column: 11/span 11;
  }
}
.col-span-12 {
  grid-column: 12/span 12;
}

@media screen and (min-width: 375px) {
  .xs\:col-span-12 {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-span-12 {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-span-12 {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-span-12 {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-span-12 {
    grid-column: 12/span 12;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-span-12 {
    grid-column: 12/span 12;
  }
}
.col-1 {
  width: 8.33%;
}

@media screen and (min-width: 375px) {
  .xs\:col-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-1 {
    width: 8.33%;
  }
}
.active\:col-1:active,
.focus\:col-1:focus,
.hover\:col-1:hover {
  width: 8.33%;
}

.col-start-1 {
  grid-column-start: 1;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-1 {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
}
.col-end-1 {
  grid-column-end: 1;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-1 {
    grid-column-end: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-1 {
    grid-column-end: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-1 {
    grid-column-end: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-1 {
    grid-column-end: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-1 {
    grid-column-end: 1;
  }
}
.col-2 {
  width: 16.66%;
}

@media screen and (min-width: 375px) {
  .xs\:col-2 {
    width: 16.66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-2 {
    width: 16.66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-2 {
    width: 16.66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-2 {
    width: 16.66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-2 {
    width: 16.66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-2 {
    width: 16.66%;
  }
}
.active\:col-2:active,
.focus\:col-2:focus,
.hover\:col-2:hover {
  width: 16.66%;
}

.col-start-2 {
  grid-column-start: 2;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-2 {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-2 {
    grid-column-start: 2;
  }
}
.col-end-2 {
  grid-column-end: 2;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-2 {
    grid-column-end: 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-2 {
    grid-column-end: 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-2 {
    grid-column-end: 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-2 {
    grid-column-end: 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-2 {
    grid-column-end: 2;
  }
}
.col-3 {
  width: 25%;
}

@media screen and (min-width: 375px) {
  .xs\:col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-3 {
    width: 25%;
  }
}
.active\:col-3:active,
.focus\:col-3:focus,
.hover\:col-3:hover {
  width: 25%;
}

.col-start-3 {
  grid-column-start: 3;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-3 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-3 {
    grid-column-start: 3;
  }
}
.col-end-3 {
  grid-column-end: 3;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-3 {
    grid-column-end: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-3 {
    grid-column-end: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-3 {
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-3 {
    grid-column-end: 3;
  }
}
.col-4 {
  width: 33.33%;
}

@media screen and (min-width: 375px) {
  .xs\:col-4 {
    width: 33.33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-4 {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-4 {
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-4 {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-4 {
    width: 33.33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-4 {
    width: 33.33%;
  }
}
.active\:col-4:active,
.focus\:col-4:focus,
.hover\:col-4:hover {
  width: 33.33%;
}

.col-start-4 {
  grid-column-start: 4;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-4 {
    grid-column-start: 4;
  }
}
.col-end-4 {
  grid-column-end: 4;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-4 {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-4 {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-4 {
    grid-column-end: 4;
  }
}
.col-5 {
  width: 41.66%;
}

@media screen and (min-width: 375px) {
  .xs\:col-5 {
    width: 41.66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-5 {
    width: 41.66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-5 {
    width: 41.66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-5 {
    width: 41.66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-5 {
    width: 41.66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-5 {
    width: 41.66%;
  }
}
.active\:col-5:active,
.focus\:col-5:focus,
.hover\:col-5:hover {
  width: 41.66%;
}

.col-start-5 {
  grid-column-start: 5;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-5 {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-5 {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
}
.col-end-5 {
  grid-column-end: 5;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-5 {
    grid-column-end: 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-5 {
    grid-column-end: 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-5 {
    grid-column-end: 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-5 {
    grid-column-end: 5;
  }
}
.col-6 {
  width: 50%;
}

@media screen and (min-width: 375px) {
  .xs\:col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-6 {
    width: 50%;
  }
}
.active\:col-6:active,
.focus\:col-6:focus,
.hover\:col-6:hover {
  width: 50%;
}

.col-start-6 {
  grid-column-start: 6;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-6 {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-6 {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-6 {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
}
.col-end-6 {
  grid-column-end: 6;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-6 {
    grid-column-end: 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-6 {
    grid-column-end: 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-6 {
    grid-column-end: 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-6 {
    grid-column-end: 6;
  }
}
.col-7 {
  width: 58.33%;
}

@media screen and (min-width: 375px) {
  .xs\:col-7 {
    width: 58.33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-7 {
    width: 58.33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-7 {
    width: 58.33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-7 {
    width: 58.33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-7 {
    width: 58.33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-7 {
    width: 58.33%;
  }
}
.active\:col-7:active,
.focus\:col-7:focus,
.hover\:col-7:hover {
  width: 58.33%;
}

.col-start-7 {
  grid-column-start: 7;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-7 {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-7 {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
}
.col-end-7 {
  grid-column-end: 7;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-7 {
    grid-column-end: 7;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-7 {
    grid-column-end: 7;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-7 {
    grid-column-end: 7;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-7 {
    grid-column-end: 7;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-7 {
    grid-column-end: 7;
  }
}
.col-8 {
  width: 66.66%;
}

@media screen and (min-width: 375px) {
  .xs\:col-8 {
    width: 66.66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-8 {
    width: 66.66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-8 {
    width: 66.66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-8 {
    width: 66.66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-8 {
    width: 66.66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-8 {
    width: 66.66%;
  }
}
.active\:col-8:active,
.focus\:col-8:focus,
.hover\:col-8:hover {
  width: 66.66%;
}

.col-start-8 {
  grid-column-start: 8;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-8 {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-8 {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
}
.col-end-8 {
  grid-column-end: 8;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-8 {
    grid-column-end: 8;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-8 {
    grid-column-end: 8;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-8 {
    grid-column-end: 8;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-8 {
    grid-column-end: 8;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-8 {
    grid-column-end: 8;
  }
}
.col-9 {
  width: 75%;
}

@media screen and (min-width: 375px) {
  .xs\:col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-9 {
    width: 75%;
  }
}
.active\:col-9:active,
.focus\:col-9:focus,
.hover\:col-9:hover {
  width: 75%;
}

.col-start-9 {
  grid-column-start: 9;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-9 {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-9 {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
}
.col-end-9 {
  grid-column-end: 9;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-9 {
    grid-column-end: 9;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-9 {
    grid-column-end: 9;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-9 {
    grid-column-end: 9;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-9 {
    grid-column-end: 9;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-9 {
    grid-column-end: 9;
  }
}
.col-10 {
  width: 83.33%;
}

@media screen and (min-width: 375px) {
  .xs\:col-10 {
    width: 83.33%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-10 {
    width: 83.33%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-10 {
    width: 83.33%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-10 {
    width: 83.33%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-10 {
    width: 83.33%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-10 {
    width: 83.33%;
  }
}
.active\:col-10:active,
.focus\:col-10:focus,
.hover\:col-10:hover {
  width: 83.33%;
}

.col-start-10 {
  grid-column-start: 10;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-10 {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-10 {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-10 {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-10 {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-10 {
    grid-column-start: 10;
  }
}
.col-end-10 {
  grid-column-end: 10;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-10 {
    grid-column-end: 10;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-10 {
    grid-column-end: 10;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-10 {
    grid-column-end: 10;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-10 {
    grid-column-end: 10;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-10 {
    grid-column-end: 10;
  }
}
.col-11 {
  width: 91.66%;
}

@media screen and (min-width: 375px) {
  .xs\:col-11 {
    width: 91.66%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-11 {
    width: 91.66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-11 {
    width: 91.66%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-11 {
    width: 91.66%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-11 {
    width: 91.66%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-11 {
    width: 91.66%;
  }
}
.active\:col-11:active,
.focus\:col-11:focus,
.hover\:col-11:hover {
  width: 91.66%;
}

.col-start-11 {
  grid-column-start: 11;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-11 {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-11 {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-11 {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-11 {
    grid-column-start: 11;
  }
}
.col-end-11 {
  grid-column-end: 11;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-11 {
    grid-column-end: 11;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-11 {
    grid-column-end: 11;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-11 {
    grid-column-end: 11;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-11 {
    grid-column-end: 11;
  }
}
.col-12 {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .xs\:col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-12 {
    width: 100%;
  }
}
.active\:col-12:active,
.focus\:col-12:focus,
.hover\:col-12:hover {
  width: 100%;
}

.col-start-12 {
  grid-column-start: 12;
}

@media screen and (min-width: 375px) {
  .xs\:col-start-12 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-start-12 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-start-12 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-start-12 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-start-12 {
    grid-column-start: 12;
  }
}
.col-end-12 {
  grid-column-end: 12;
}

@media screen and (min-width: 375px) {
  .xs\:col-end-12 {
    grid-column-end: 12;
  }
}
@media screen and (min-width: 544px) {
  .sm\:col-end-12 {
    grid-column-end: 12;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-end-12 {
    grid-column-end: 12;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:col-end-12 {
    grid-column-end: 12;
  }
}
.row-span-1 {
  grid-row: 1/span 1;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-1 {
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-1 {
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-1 {
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-1 {
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-1 {
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-1 {
    grid-row: 1/span 1;
  }
}
.row-span-2 {
  grid-row: 2/span 2;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-2 {
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-2 {
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-2 {
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-2 {
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-2 {
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-2 {
    grid-row: 2/span 2;
  }
}
.row-span-3 {
  grid-row: 3/span 3;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-3 {
    grid-row: 3/span 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-3 {
    grid-row: 3/span 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-3 {
    grid-row: 3/span 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-3 {
    grid-row: 3/span 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-3 {
    grid-row: 3/span 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-3 {
    grid-row: 3/span 3;
  }
}
.row-span-4 {
  grid-row: 4/span 4;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-4 {
    grid-row: 4/span 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-4 {
    grid-row: 4/span 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-4 {
    grid-row: 4/span 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-4 {
    grid-row: 4/span 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-4 {
    grid-row: 4/span 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-4 {
    grid-row: 4/span 4;
  }
}
.row-span-5 {
  grid-row: 5/span 5;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-5 {
    grid-row: 5/span 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-5 {
    grid-row: 5/span 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-5 {
    grid-row: 5/span 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-5 {
    grid-row: 5/span 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-5 {
    grid-row: 5/span 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-5 {
    grid-row: 5/span 5;
  }
}
.row-span-6 {
  grid-row: 6/span 6;
}

@media screen and (min-width: 375px) {
  .xs\:row-span-6 {
    grid-row: 6/span 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-span-6 {
    grid-row: 6/span 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-span-6 {
    grid-row: 6/span 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-span-6 {
    grid-row: 6/span 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-span-6 {
    grid-row: 6/span 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-span-6 {
    grid-row: 6/span 6;
  }
}
.row-start-1 {
  grid-row-start: 1;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-1 {
    grid-row-start: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-1 {
    grid-row-start: 1;
  }
}
.row-end-1 {
  grid-row-end: 1;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-1 {
    grid-row-end: 1;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-1 {
    grid-row-end: 1;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-1 {
    grid-row-end: 1;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-1 {
    grid-row-end: 1;
  }
}
.row-start-2 {
  grid-row-start: 2;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-2 {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-2 {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-2 {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-2 {
    grid-row-start: 2;
  }
}
.row-end-2 {
  grid-row-end: 2;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-2 {
    grid-row-end: 2;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-2 {
    grid-row-end: 2;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-2 {
    grid-row-end: 2;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-2 {
    grid-row-end: 2;
  }
}
.row-start-3 {
  grid-row-start: 3;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-3 {
    grid-row-start: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-3 {
    grid-row-start: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-3 {
    grid-row-start: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-3 {
    grid-row-start: 3;
  }
}
.row-end-3 {
  grid-row-end: 3;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-3 {
    grid-row-end: 3;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-3 {
    grid-row-end: 3;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-3 {
    grid-row-end: 3;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-3 {
    grid-row-end: 3;
  }
}
.row-start-4 {
  grid-row-start: 4;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-4 {
    grid-row-start: 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-4 {
    grid-row-start: 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-4 {
    grid-row-start: 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-4 {
    grid-row-start: 4;
  }
}
.row-end-4 {
  grid-row-end: 4;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-4 {
    grid-row-end: 4;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-4 {
    grid-row-end: 4;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-4 {
    grid-row-end: 4;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-4 {
    grid-row-end: 4;
  }
}
.row-start-5 {
  grid-row-start: 5;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-5 {
    grid-row-start: 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-5 {
    grid-row-start: 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-5 {
    grid-row-start: 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-5 {
    grid-row-start: 5;
  }
}
.row-end-5 {
  grid-row-end: 5;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-5 {
    grid-row-end: 5;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-5 {
    grid-row-end: 5;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-5 {
    grid-row-end: 5;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-5 {
    grid-row-end: 5;
  }
}
.row-start-6 {
  grid-row-start: 6;
}

@media screen and (min-width: 375px) {
  .xs\:row-start-6 {
    grid-row-start: 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-start-6 {
    grid-row-start: 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-start-6 {
    grid-row-start: 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-start-6 {
    grid-row-start: 6;
  }
}
.row-end-6 {
  grid-row-end: 6;
}

@media screen and (min-width: 375px) {
  .xs\:row-end-6 {
    grid-row-end: 6;
  }
}
@media screen and (min-width: 544px) {
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
}
@media screen and (min-width: 768px) {
  .md\:row-end-6 {
    grid-row-end: 6;
  }
}
@media screen and (min-width: 992px) {
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:row-end-6 {
    grid-row-end: 6;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:row-end-6 {
    grid-row-end: 6;
  }
}
.place-items-start {
  place-items: start;
}
.place-self-start {
  place-self: start;
}
.place-items-end {
  place-items: end;
}
.place-self-end {
  place-self: end;
}
.place-items-center {
  place-items: center;
}
.place-self-center {
  place-self: center;
}
.place-items-stretch {
  place-items: stretch;
}
.place-self-stretch {
  place-self: stretch;
}

@media screen and (max-width: 544px) {
  .grid[class*=grid-template-] {
    grid-template-columns: auto;
  }
}
.grid-none {
  grid-template: none;
}

.grid-columns-none {
  grid-template-columns: none;
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (min-width: 375px) {
  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid-fill-100 {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.grid-fit-100 {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-fill-120 {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.grid-fit-120 {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.grid-fill-140 {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.grid-fit-140 {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.grid-fill-160 {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.grid-fit-160 {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.grid-fill-180 {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.grid-fit-180 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.grid-fill-200 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-fit-200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-fill-220 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.grid-fit-220 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-fill-240 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.grid-fit-240 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid-fill-260 {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.grid-fit-260 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid-fill-280 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.grid-fit-280 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-fill-300 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-fit-300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-columns-1 {
  grid-template-columns: auto;
}

.grid-columns-2 {
  grid-template-columns: auto auto;
}

.grid-columns-3 {
  grid-template-columns: auto auto auto;
}

.grid-columns-4 {
  grid-template-columns: auto auto auto auto;
}

.grid-columns-5 {
  grid-template-columns: auto auto auto auto auto;
}

.grid-columns-6 {
  grid-template-columns: auto auto auto auto auto auto;
}

.grid-columns-7 {
  grid-template-columns: auto auto auto auto auto auto auto;
}

.grid-columns-8 {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.grid-columns-9 {
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.grid-columns-10 {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.grid-columns-11 {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-columns-12 {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-rows-1 {
  grid-template-rows: auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-1 {
    grid-template-rows: auto;
  }
}
.grid-rows-2 {
  grid-template-rows: auto auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-2 {
    grid-template-rows: auto auto;
  }
}
.grid-rows-3 {
  grid-template-rows: auto auto auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-3 {
    grid-template-rows: auto auto auto;
  }
}
.grid-rows-4 {
  grid-template-rows: auto auto auto auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-4 {
    grid-template-rows: auto auto auto auto;
  }
}
.grid-rows-5 {
  grid-template-rows: auto auto auto auto auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-5 {
    grid-template-rows: auto auto auto auto auto;
  }
}
.grid-rows-6 {
  grid-template-rows: auto auto auto auto auto auto;
}

@media screen and (min-width: 375px) {
  .xs\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:grid-rows-6 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}
.grid-flow-column {
  grid-auto-flow: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-column-dense {
  grid-auto-flow: column dense;
}

[opacity="0"]::before,
[opacity="0"]::after {
  opacity: 0;
}

.children\:opacity-0 > * {
  opacity: 0;
}

[opacity="10"]::before,
[opacity="10"]::after {
  opacity: 0.1;
}

.children\:opacity-10 > * {
  opacity: 0.1;
}

[opacity="20"]::before,
[opacity="20"]::after {
  opacity: 0.2;
}

.children\:opacity-20 > * {
  opacity: 0.2;
}

[opacity="25"]::before,
[opacity="25"]::after {
  opacity: 0.25;
}

.children\:opacity-25 > * {
  opacity: 0.25;
}

[opacity="30"]::before,
[opacity="30"]::after {
  opacity: 0.3;
}

.children\:opacity-30 > * {
  opacity: 0.3;
}

[opacity="35"]::before,
[opacity="35"]::after {
  opacity: 0.35;
}

.children\:opacity-35 > * {
  opacity: 0.35;
}

[opacity="40"]::before,
[opacity="40"]::after {
  opacity: 0.4;
}

.children\:opacity-40 > * {
  opacity: 0.4;
}

[opacity="45"]::before,
[opacity="45"]::after {
  opacity: 0.45;
}

.children\:opacity-45 > * {
  opacity: 0.45;
}

[opacity="50"]::before,
[opacity="50"]::after {
  opacity: 0.5;
}

.children\:opacity-50 > * {
  opacity: 0.5;
}

[opacity="55"]::before,
[opacity="55"]::after {
  opacity: 0.55;
}

.children\:opacity-55 > * {
  opacity: 0.55;
}

[opacity="60"]::before,
[opacity="60"]::after {
  opacity: 0.6;
}

.children\:opacity-60 > * {
  opacity: 0.6;
}

[opacity="65"]::before,
[opacity="65"]::after {
  opacity: 0.65;
}

.children\:opacity-65 > * {
  opacity: 0.65;
}

[opacity="70"]::before,
[opacity="70"]::after {
  opacity: 0.7;
}

.children\:opacity-70 > * {
  opacity: 0.7;
}

[opacity="75"]::before,
[opacity="75"]::after {
  opacity: 0.75;
}

.children\:opacity-75 > * {
  opacity: 0.75;
}

[opacity="80"]::before,
[opacity="80"]::after {
  opacity: 0.8;
}

.children\:opacity-80 > * {
  opacity: 0.8;
}

[opacity="85"]::before,
[opacity="85"]::after {
  opacity: 0.85;
}

.children\:opacity-85 > * {
  opacity: 0.85;
}

[opacity="90"]::before,
[opacity="90"]::after {
  opacity: 0.9;
}

.children\:opacity-90 > * {
  opacity: 0.9;
}

[opacity="95"]::before,
[opacity="95"]::after {
  opacity: 0.95;
}

.children\:opacity-95 > * {
  opacity: 0.95;
}

[opacity="100"]::before,
[opacity="100"]::after {
  opacity: 1;
}

.children\:opacity-100 > * {
  opacity: 1;
}

[class*="children:opacity-"] > *:hover {
  opacity: unset;
}

:disabled,
.disabled,
.muted {
  opacity: 0.5;
}

.overflow-visible {
  overflow: visible;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-visible {
    overflow: visible;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-visible {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-visible {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-visible {
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-visible {
    overflow: visible;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-visible {
    overflow: visible;
  }
}
.overflow-x-visible {
  overflow-x: visible;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }
}
.overflow-y-visible {
  overflow-y: visible;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }
}
.overflow-hidden {
  overflow: hidden;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-hidden {
    overflow: hidden;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-hidden {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-hidden {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-hidden {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-hidden {
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-hidden {
    overflow: hidden;
  }
}
.overflow-x-hidden {
  overflow-x: hidden;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
.overflow-y-hidden {
  overflow-y: hidden;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
.overflow-clip {
  overflow: clip;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-clip {
    overflow: clip;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-clip {
    overflow: clip;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-clip {
    overflow: clip;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-clip {
    overflow: clip;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-clip {
    overflow: clip;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-clip {
    overflow: clip;
  }
}
.overflow-x-clip {
  overflow-x: clip;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-x-clip {
    overflow-x: clip;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-x-clip {
    overflow-x: clip;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-clip {
    overflow-x: clip;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-clip {
    overflow-x: clip;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-clip {
    overflow-x: clip;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-x-clip {
    overflow-x: clip;
  }
}
.overflow-y-clip {
  overflow-y: clip;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-y-clip {
    overflow-y: clip;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-y-clip {
    overflow-y: clip;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-clip {
    overflow-y: clip;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-clip {
    overflow-y: clip;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-clip {
    overflow-y: clip;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-y-clip {
    overflow-y: clip;
  }
}
.overflow-scroll {
  overflow: scroll;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-scroll {
    overflow: scroll;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-scroll {
    overflow: scroll;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-scroll {
    overflow: scroll;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-scroll {
    overflow: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-scroll {
    overflow: scroll;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-scroll {
    overflow: scroll;
  }
}
.overflow-x-scroll {
  overflow-x: scroll;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
.overflow-y-scroll {
  overflow-y: scroll;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
.overflow-auto {
  overflow: auto;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-auto {
    overflow: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-auto {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-auto {
    overflow: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-auto {
    overflow: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-auto {
    overflow: auto;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }
}
.overflow-y-auto {
  overflow-y: auto;
}

@media screen and (min-width: 375px) {
  .xs\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }
}
::-webkit-scrollbar {
  background-color: to-rgba(#333, 75%);
  height: 0px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #03A9F4;
  border-width: 1px;
  border-style: solid;
  border-color: #03A9F4;
  border-radius: 0.75rem;
  overflow: hidden;
}
::-webkit-scrollbar-thumb:active {
  background-color: shade-color(#03A9F4, 10%);
  border-width: 1px;
  border-style: solid;
  border-color: shade-color(#03A9F4, 10%);
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: grabbing;
}
::-webkit-scrollbar-thumb:hover {
  background-color: shade-color(#03A9F4, 10%);
  border-width: 1px;
  border-style: solid;
  border-color: shade-color(#03A9F4, 10%);
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: grab;
}

.scroll,
.\:\:webkit-scrollbar {
  overflow: scroll;
}
.scroll-x,
.\:\:webkit-scrollbar-x {
  overflow-x: scroll;
}
.scroll-y,
.\:\:webkit-scrollbar-y {
  overflow-y: scroll;
}

.scrollbar-1::-webkit-scrollbar {
  width: 1px;
}

.scrollbar-2::-webkit-scrollbar {
  width: 2px;
}

.scrollbar-3::-webkit-scrollbar {
  width: 3px;
}

.scrollbar-4::-webkit-scrollbar {
  width: 4px;
}

.scrollbar-5::-webkit-scrollbar {
  width: 5px;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active\:shadow-sm:active,
.focus\:shadow-sm:focus,
.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.active\:shadow-md:active,
.focus\:shadow-md:focus,
.hover\:shadow-md:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.active\:shadow-lg:active,
.focus\:shadow-lg:focus,
.hover\:shadow-lg:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.active\:shadow-xl:active,
.focus\:shadow-xl:focus,
.hover\:shadow-xl:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.shadow-inset-sm {
  box-shadow: inset 0 1px 2px;
}

.active\:shadow-inset-sm:active,
.focus\:shadow-inset-sm:focus,
.hover\:shadow-inset-sm:hover {
  box-shadow: inset 0 1px 2px;
}

.shadow-inset-md {
  box-shadow: inset 0 2px 4px;
}

.active\:shadow-inset-md:active,
.focus\:shadow-inset-md:focus,
.hover\:shadow-inset-md:hover {
  box-shadow: inset 0 2px 4px;
}

.shadow-inset-lg {
  box-shadow: inset 0 4px 8px;
}

.active\:shadow-inset-lg:active,
.focus\:shadow-inset-lg:focus,
.hover\:shadow-inset-lg:hover {
  box-shadow: inset 0 4px 8px;
}

.shadow-inset-xl {
  box-shadow: inset 0 8px 16px;
}

.active\:shadow-inset-xl:active,
.focus\:shadow-inset-xl:focus,
.hover\:shadow-inset-xl:hover {
  box-shadow: inset 0 8px 16px;
}

.shadow-primary,
.shadow-primary-sm {
  box-shadow: 0 1px 2px rgba(3, 169, 244, 0.1);
}

.active\:shadow-primary-sm:active,
.focus\:shadow-primary-sm:focus,
.hover\:shadow-primary-sm:hover {
  box-shadow: 0 1px 2px rgba(3, 169, 244, 0.1);
}

.shadow-inset-primary-sm {
  box-shadow: inset 0 1px 2px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-primary-sm:active,
.focus\:shadow-inset-primary-sm:focus,
.hover\:shadow-inset-primary-sm:hover {
  box-shadow: inset 0 1px 2px rgba(3, 169, 244, 0.1);
}

.shadow-primary-md {
  box-shadow: 0 2px 4px rgba(3, 169, 244, 0.1);
}

.active\:shadow-primary-md:active,
.focus\:shadow-primary-md:focus,
.hover\:shadow-primary-md:hover {
  box-shadow: 0 2px 4px rgba(3, 169, 244, 0.1);
}

.shadow-inset-primary-md {
  box-shadow: inset 0 2px 4px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-primary-md:active,
.focus\:shadow-inset-primary-md:focus,
.hover\:shadow-inset-primary-md:hover {
  box-shadow: inset 0 2px 4px rgba(3, 169, 244, 0.1);
}

.shadow-primary-lg {
  box-shadow: 0 4px 8px rgba(3, 169, 244, 0.1);
}

.active\:shadow-primary-lg:active,
.focus\:shadow-primary-lg:focus,
.hover\:shadow-primary-lg:hover {
  box-shadow: 0 4px 8px rgba(3, 169, 244, 0.1);
}

.shadow-inset-primary-lg {
  box-shadow: inset 0 4px 8px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-primary-lg:active,
.focus\:shadow-inset-primary-lg:focus,
.hover\:shadow-inset-primary-lg:hover {
  box-shadow: inset 0 4px 8px rgba(3, 169, 244, 0.1);
}

.shadow-primary-xl {
  box-shadow: 0 8px 16px rgba(3, 169, 244, 0.1);
}

.active\:shadow-primary-xl:active,
.focus\:shadow-primary-xl:focus,
.hover\:shadow-primary-xl:hover {
  box-shadow: 0 8px 16px rgba(3, 169, 244, 0.1);
}

.shadow-inset-primary-xl {
  box-shadow: inset 0 8px 16px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-primary-xl:active,
.focus\:shadow-inset-primary-xl:focus,
.hover\:shadow-inset-primary-xl:hover {
  box-shadow: inset 0 8px 16px rgba(3, 169, 244, 0.1);
}

.shadow-secondary,
.shadow-secondary-sm {
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.1);
}

.active\:shadow-secondary-sm:active,
.focus\:shadow-secondary-sm:focus,
.hover\:shadow-secondary-sm:hover {
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.1);
}

.shadow-inset-secondary-sm {
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
}

.active\:shadow-inset-secondary-sm:active,
.focus\:shadow-inset-secondary-sm:focus,
.hover\:shadow-inset-secondary-sm:hover {
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
}

.shadow-secondary-md {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1);
}

.active\:shadow-secondary-md:active,
.focus\:shadow-secondary-md:focus,
.hover\:shadow-secondary-md:hover {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1);
}

.shadow-inset-secondary-md {
  box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.1);
}

.active\:shadow-inset-secondary-md:active,
.focus\:shadow-inset-secondary-md:focus,
.hover\:shadow-inset-secondary-md:hover {
  box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.1);
}

.shadow-secondary-lg {
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.1);
}

.active\:shadow-secondary-lg:active,
.focus\:shadow-secondary-lg:focus,
.hover\:shadow-secondary-lg:hover {
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.1);
}

.shadow-inset-secondary-lg {
  box-shadow: inset 0 4px 8px rgba(51, 51, 51, 0.1);
}

.active\:shadow-inset-secondary-lg:active,
.focus\:shadow-inset-secondary-lg:focus,
.hover\:shadow-inset-secondary-lg:hover {
  box-shadow: inset 0 4px 8px rgba(51, 51, 51, 0.1);
}

.shadow-secondary-xl {
  box-shadow: 0 8px 16px rgba(51, 51, 51, 0.1);
}

.active\:shadow-secondary-xl:active,
.focus\:shadow-secondary-xl:focus,
.hover\:shadow-secondary-xl:hover {
  box-shadow: 0 8px 16px rgba(51, 51, 51, 0.1);
}

.shadow-inset-secondary-xl {
  box-shadow: inset 0 8px 16px rgba(51, 51, 51, 0.1);
}

.active\:shadow-inset-secondary-xl:active,
.focus\:shadow-inset-secondary-xl:focus,
.hover\:shadow-inset-secondary-xl:hover {
  box-shadow: inset 0 8px 16px rgba(51, 51, 51, 0.1);
}

.shadow-success,
.shadow-success-sm {
  box-shadow: 0 1px 2px rgba(40, 167, 69, 0.1);
}

.active\:shadow-success-sm:active,
.focus\:shadow-success-sm:focus,
.hover\:shadow-success-sm:hover {
  box-shadow: 0 1px 2px rgba(40, 167, 69, 0.1);
}

.shadow-inset-success-sm {
  box-shadow: inset 0 1px 2px rgba(40, 167, 69, 0.1);
}

.active\:shadow-inset-success-sm:active,
.focus\:shadow-inset-success-sm:focus,
.hover\:shadow-inset-success-sm:hover {
  box-shadow: inset 0 1px 2px rgba(40, 167, 69, 0.1);
}

.shadow-success-md {
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
}

.active\:shadow-success-md:active,
.focus\:shadow-success-md:focus,
.hover\:shadow-success-md:hover {
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
}

.shadow-inset-success-md {
  box-shadow: inset 0 2px 4px rgba(40, 167, 69, 0.1);
}

.active\:shadow-inset-success-md:active,
.focus\:shadow-inset-success-md:focus,
.hover\:shadow-inset-success-md:hover {
  box-shadow: inset 0 2px 4px rgba(40, 167, 69, 0.1);
}

.shadow-success-lg {
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.1);
}

.active\:shadow-success-lg:active,
.focus\:shadow-success-lg:focus,
.hover\:shadow-success-lg:hover {
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.1);
}

.shadow-inset-success-lg {
  box-shadow: inset 0 4px 8px rgba(40, 167, 69, 0.1);
}

.active\:shadow-inset-success-lg:active,
.focus\:shadow-inset-success-lg:focus,
.hover\:shadow-inset-success-lg:hover {
  box-shadow: inset 0 4px 8px rgba(40, 167, 69, 0.1);
}

.shadow-success-xl {
  box-shadow: 0 8px 16px rgba(40, 167, 69, 0.1);
}

.active\:shadow-success-xl:active,
.focus\:shadow-success-xl:focus,
.hover\:shadow-success-xl:hover {
  box-shadow: 0 8px 16px rgba(40, 167, 69, 0.1);
}

.shadow-inset-success-xl {
  box-shadow: inset 0 8px 16px rgba(40, 167, 69, 0.1);
}

.active\:shadow-inset-success-xl:active,
.focus\:shadow-inset-success-xl:focus,
.hover\:shadow-inset-success-xl:hover {
  box-shadow: inset 0 8px 16px rgba(40, 167, 69, 0.1);
}

.shadow-info,
.shadow-info-sm {
  box-shadow: 0 1px 2px rgba(13, 202, 240, 0.1);
}

.active\:shadow-info-sm:active,
.focus\:shadow-info-sm:focus,
.hover\:shadow-info-sm:hover {
  box-shadow: 0 1px 2px rgba(13, 202, 240, 0.1);
}

.shadow-inset-info-sm {
  box-shadow: inset 0 1px 2px rgba(13, 202, 240, 0.1);
}

.active\:shadow-inset-info-sm:active,
.focus\:shadow-inset-info-sm:focus,
.hover\:shadow-inset-info-sm:hover {
  box-shadow: inset 0 1px 2px rgba(13, 202, 240, 0.1);
}

.shadow-info-md {
  box-shadow: 0 2px 4px rgba(13, 202, 240, 0.1);
}

.active\:shadow-info-md:active,
.focus\:shadow-info-md:focus,
.hover\:shadow-info-md:hover {
  box-shadow: 0 2px 4px rgba(13, 202, 240, 0.1);
}

.shadow-inset-info-md {
  box-shadow: inset 0 2px 4px rgba(13, 202, 240, 0.1);
}

.active\:shadow-inset-info-md:active,
.focus\:shadow-inset-info-md:focus,
.hover\:shadow-inset-info-md:hover {
  box-shadow: inset 0 2px 4px rgba(13, 202, 240, 0.1);
}

.shadow-info-lg {
  box-shadow: 0 4px 8px rgba(13, 202, 240, 0.1);
}

.active\:shadow-info-lg:active,
.focus\:shadow-info-lg:focus,
.hover\:shadow-info-lg:hover {
  box-shadow: 0 4px 8px rgba(13, 202, 240, 0.1);
}

.shadow-inset-info-lg {
  box-shadow: inset 0 4px 8px rgba(13, 202, 240, 0.1);
}

.active\:shadow-inset-info-lg:active,
.focus\:shadow-inset-info-lg:focus,
.hover\:shadow-inset-info-lg:hover {
  box-shadow: inset 0 4px 8px rgba(13, 202, 240, 0.1);
}

.shadow-info-xl {
  box-shadow: 0 8px 16px rgba(13, 202, 240, 0.1);
}

.active\:shadow-info-xl:active,
.focus\:shadow-info-xl:focus,
.hover\:shadow-info-xl:hover {
  box-shadow: 0 8px 16px rgba(13, 202, 240, 0.1);
}

.shadow-inset-info-xl {
  box-shadow: inset 0 8px 16px rgba(13, 202, 240, 0.1);
}

.active\:shadow-inset-info-xl:active,
.focus\:shadow-inset-info-xl:focus,
.hover\:shadow-inset-info-xl:hover {
  box-shadow: inset 0 8px 16px rgba(13, 202, 240, 0.1);
}

.shadow-warning,
.shadow-warning-sm {
  box-shadow: 0 1px 2px rgba(255, 193, 7, 0.1);
}

.active\:shadow-warning-sm:active,
.focus\:shadow-warning-sm:focus,
.hover\:shadow-warning-sm:hover {
  box-shadow: 0 1px 2px rgba(255, 193, 7, 0.1);
}

.shadow-inset-warning-sm {
  box-shadow: inset 0 1px 2px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-warning-sm:active,
.focus\:shadow-inset-warning-sm:focus,
.hover\:shadow-inset-warning-sm:hover {
  box-shadow: inset 0 1px 2px rgba(255, 193, 7, 0.1);
}

.shadow-warning-md {
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.1);
}

.active\:shadow-warning-md:active,
.focus\:shadow-warning-md:focus,
.hover\:shadow-warning-md:hover {
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.1);
}

.shadow-inset-warning-md {
  box-shadow: inset 0 2px 4px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-warning-md:active,
.focus\:shadow-inset-warning-md:focus,
.hover\:shadow-inset-warning-md:hover {
  box-shadow: inset 0 2px 4px rgba(255, 193, 7, 0.1);
}

.shadow-warning-lg {
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.1);
}

.active\:shadow-warning-lg:active,
.focus\:shadow-warning-lg:focus,
.hover\:shadow-warning-lg:hover {
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.1);
}

.shadow-inset-warning-lg {
  box-shadow: inset 0 4px 8px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-warning-lg:active,
.focus\:shadow-inset-warning-lg:focus,
.hover\:shadow-inset-warning-lg:hover {
  box-shadow: inset 0 4px 8px rgba(255, 193, 7, 0.1);
}

.shadow-warning-xl {
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.1);
}

.active\:shadow-warning-xl:active,
.focus\:shadow-warning-xl:focus,
.hover\:shadow-warning-xl:hover {
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.1);
}

.shadow-inset-warning-xl {
  box-shadow: inset 0 8px 16px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-warning-xl:active,
.focus\:shadow-inset-warning-xl:focus,
.hover\:shadow-inset-warning-xl:hover {
  box-shadow: inset 0 8px 16px rgba(255, 193, 7, 0.1);
}

.shadow-danger,
.shadow-danger-sm {
  box-shadow: 0 1px 2px rgba(220, 53, 69, 0.1);
}

.active\:shadow-danger-sm:active,
.focus\:shadow-danger-sm:focus,
.hover\:shadow-danger-sm:hover {
  box-shadow: 0 1px 2px rgba(220, 53, 69, 0.1);
}

.shadow-inset-danger-sm {
  box-shadow: inset 0 1px 2px rgba(220, 53, 69, 0.1);
}

.active\:shadow-inset-danger-sm:active,
.focus\:shadow-inset-danger-sm:focus,
.hover\:shadow-inset-danger-sm:hover {
  box-shadow: inset 0 1px 2px rgba(220, 53, 69, 0.1);
}

.shadow-danger-md {
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.1);
}

.active\:shadow-danger-md:active,
.focus\:shadow-danger-md:focus,
.hover\:shadow-danger-md:hover {
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.1);
}

.shadow-inset-danger-md {
  box-shadow: inset 0 2px 4px rgba(220, 53, 69, 0.1);
}

.active\:shadow-inset-danger-md:active,
.focus\:shadow-inset-danger-md:focus,
.hover\:shadow-inset-danger-md:hover {
  box-shadow: inset 0 2px 4px rgba(220, 53, 69, 0.1);
}

.shadow-danger-lg {
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.1);
}

.active\:shadow-danger-lg:active,
.focus\:shadow-danger-lg:focus,
.hover\:shadow-danger-lg:hover {
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.1);
}

.shadow-inset-danger-lg {
  box-shadow: inset 0 4px 8px rgba(220, 53, 69, 0.1);
}

.active\:shadow-inset-danger-lg:active,
.focus\:shadow-inset-danger-lg:focus,
.hover\:shadow-inset-danger-lg:hover {
  box-shadow: inset 0 4px 8px rgba(220, 53, 69, 0.1);
}

.shadow-danger-xl {
  box-shadow: 0 8px 16px rgba(220, 53, 69, 0.1);
}

.active\:shadow-danger-xl:active,
.focus\:shadow-danger-xl:focus,
.hover\:shadow-danger-xl:hover {
  box-shadow: 0 8px 16px rgba(220, 53, 69, 0.1);
}

.shadow-inset-danger-xl {
  box-shadow: inset 0 8px 16px rgba(220, 53, 69, 0.1);
}

.active\:shadow-inset-danger-xl:active,
.focus\:shadow-inset-danger-xl:focus,
.hover\:shadow-inset-danger-xl:hover {
  box-shadow: inset 0 8px 16px rgba(220, 53, 69, 0.1);
}

.shadow-light,
.shadow-light-sm {
  box-shadow: 0 1px 2px rgba(245, 245, 245, 0.1);
}

.active\:shadow-light-sm:active,
.focus\:shadow-light-sm:focus,
.hover\:shadow-light-sm:hover {
  box-shadow: 0 1px 2px rgba(245, 245, 245, 0.1);
}

.shadow-inset-light-sm {
  box-shadow: inset 0 1px 2px rgba(245, 245, 245, 0.1);
}

.active\:shadow-inset-light-sm:active,
.focus\:shadow-inset-light-sm:focus,
.hover\:shadow-inset-light-sm:hover {
  box-shadow: inset 0 1px 2px rgba(245, 245, 245, 0.1);
}

.shadow-light-md {
  box-shadow: 0 2px 4px rgba(245, 245, 245, 0.1);
}

.active\:shadow-light-md:active,
.focus\:shadow-light-md:focus,
.hover\:shadow-light-md:hover {
  box-shadow: 0 2px 4px rgba(245, 245, 245, 0.1);
}

.shadow-inset-light-md {
  box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.1);
}

.active\:shadow-inset-light-md:active,
.focus\:shadow-inset-light-md:focus,
.hover\:shadow-inset-light-md:hover {
  box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.1);
}

.shadow-light-lg {
  box-shadow: 0 4px 8px rgba(245, 245, 245, 0.1);
}

.active\:shadow-light-lg:active,
.focus\:shadow-light-lg:focus,
.hover\:shadow-light-lg:hover {
  box-shadow: 0 4px 8px rgba(245, 245, 245, 0.1);
}

.shadow-inset-light-lg {
  box-shadow: inset 0 4px 8px rgba(245, 245, 245, 0.1);
}

.active\:shadow-inset-light-lg:active,
.focus\:shadow-inset-light-lg:focus,
.hover\:shadow-inset-light-lg:hover {
  box-shadow: inset 0 4px 8px rgba(245, 245, 245, 0.1);
}

.shadow-light-xl {
  box-shadow: 0 8px 16px rgba(245, 245, 245, 0.1);
}

.active\:shadow-light-xl:active,
.focus\:shadow-light-xl:focus,
.hover\:shadow-light-xl:hover {
  box-shadow: 0 8px 16px rgba(245, 245, 245, 0.1);
}

.shadow-inset-light-xl {
  box-shadow: inset 0 8px 16px rgba(245, 245, 245, 0.1);
}

.active\:shadow-inset-light-xl:active,
.focus\:shadow-inset-light-xl:focus,
.hover\:shadow-inset-light-xl:hover {
  box-shadow: inset 0 8px 16px rgba(245, 245, 245, 0.1);
}

.shadow-dark,
.shadow-dark-sm {
  box-shadow: 0 1px 2px rgba(33, 37, 41, 0.1);
}

.active\:shadow-dark-sm:active,
.focus\:shadow-dark-sm:focus,
.hover\:shadow-dark-sm:hover {
  box-shadow: 0 1px 2px rgba(33, 37, 41, 0.1);
}

.shadow-inset-dark-sm {
  box-shadow: inset 0 1px 2px rgba(33, 37, 41, 0.1);
}

.active\:shadow-inset-dark-sm:active,
.focus\:shadow-inset-dark-sm:focus,
.hover\:shadow-inset-dark-sm:hover {
  box-shadow: inset 0 1px 2px rgba(33, 37, 41, 0.1);
}

.shadow-dark-md {
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
}

.active\:shadow-dark-md:active,
.focus\:shadow-dark-md:focus,
.hover\:shadow-dark-md:hover {
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
}

.shadow-inset-dark-md {
  box-shadow: inset 0 2px 4px rgba(33, 37, 41, 0.1);
}

.active\:shadow-inset-dark-md:active,
.focus\:shadow-inset-dark-md:focus,
.hover\:shadow-inset-dark-md:hover {
  box-shadow: inset 0 2px 4px rgba(33, 37, 41, 0.1);
}

.shadow-dark-lg {
  box-shadow: 0 4px 8px rgba(33, 37, 41, 0.1);
}

.active\:shadow-dark-lg:active,
.focus\:shadow-dark-lg:focus,
.hover\:shadow-dark-lg:hover {
  box-shadow: 0 4px 8px rgba(33, 37, 41, 0.1);
}

.shadow-inset-dark-lg {
  box-shadow: inset 0 4px 8px rgba(33, 37, 41, 0.1);
}

.active\:shadow-inset-dark-lg:active,
.focus\:shadow-inset-dark-lg:focus,
.hover\:shadow-inset-dark-lg:hover {
  box-shadow: inset 0 4px 8px rgba(33, 37, 41, 0.1);
}

.shadow-dark-xl {
  box-shadow: 0 8px 16px rgba(33, 37, 41, 0.1);
}

.active\:shadow-dark-xl:active,
.focus\:shadow-dark-xl:focus,
.hover\:shadow-dark-xl:hover {
  box-shadow: 0 8px 16px rgba(33, 37, 41, 0.1);
}

.shadow-inset-dark-xl {
  box-shadow: inset 0 8px 16px rgba(33, 37, 41, 0.1);
}

.active\:shadow-inset-dark-xl:active,
.focus\:shadow-inset-dark-xl:focus,
.hover\:shadow-inset-dark-xl:hover {
  box-shadow: inset 0 8px 16px rgba(33, 37, 41, 0.1);
}

.shadow-red,
.shadow-red-sm {
  box-shadow: 0 1px 2px rgba(244, 67, 54, 0.1);
}

.active\:shadow-red-sm:active,
.focus\:shadow-red-sm:focus,
.hover\:shadow-red-sm:hover {
  box-shadow: 0 1px 2px rgba(244, 67, 54, 0.1);
}

.shadow-inset-red-sm {
  box-shadow: inset 0 1px 2px rgba(244, 67, 54, 0.1);
}

.active\:shadow-inset-red-sm:active,
.focus\:shadow-inset-red-sm:focus,
.hover\:shadow-inset-red-sm:hover {
  box-shadow: inset 0 1px 2px rgba(244, 67, 54, 0.1);
}

.shadow-red-md {
  box-shadow: 0 2px 4px rgba(244, 67, 54, 0.1);
}

.active\:shadow-red-md:active,
.focus\:shadow-red-md:focus,
.hover\:shadow-red-md:hover {
  box-shadow: 0 2px 4px rgba(244, 67, 54, 0.1);
}

.shadow-inset-red-md {
  box-shadow: inset 0 2px 4px rgba(244, 67, 54, 0.1);
}

.active\:shadow-inset-red-md:active,
.focus\:shadow-inset-red-md:focus,
.hover\:shadow-inset-red-md:hover {
  box-shadow: inset 0 2px 4px rgba(244, 67, 54, 0.1);
}

.shadow-red-lg {
  box-shadow: 0 4px 8px rgba(244, 67, 54, 0.1);
}

.active\:shadow-red-lg:active,
.focus\:shadow-red-lg:focus,
.hover\:shadow-red-lg:hover {
  box-shadow: 0 4px 8px rgba(244, 67, 54, 0.1);
}

.shadow-inset-red-lg {
  box-shadow: inset 0 4px 8px rgba(244, 67, 54, 0.1);
}

.active\:shadow-inset-red-lg:active,
.focus\:shadow-inset-red-lg:focus,
.hover\:shadow-inset-red-lg:hover {
  box-shadow: inset 0 4px 8px rgba(244, 67, 54, 0.1);
}

.shadow-red-xl {
  box-shadow: 0 8px 16px rgba(244, 67, 54, 0.1);
}

.active\:shadow-red-xl:active,
.focus\:shadow-red-xl:focus,
.hover\:shadow-red-xl:hover {
  box-shadow: 0 8px 16px rgba(244, 67, 54, 0.1);
}

.shadow-inset-red-xl {
  box-shadow: inset 0 8px 16px rgba(244, 67, 54, 0.1);
}

.active\:shadow-inset-red-xl:active,
.focus\:shadow-inset-red-xl:focus,
.hover\:shadow-inset-red-xl:hover {
  box-shadow: inset 0 8px 16px rgba(244, 67, 54, 0.1);
}

.shadow-green,
.shadow-green-sm {
  box-shadow: 0 1px 2px rgba(76, 175, 80, 0.1);
}

.active\:shadow-green-sm:active,
.focus\:shadow-green-sm:focus,
.hover\:shadow-green-sm:hover {
  box-shadow: 0 1px 2px rgba(76, 175, 80, 0.1);
}

.shadow-inset-green-sm {
  box-shadow: inset 0 1px 2px rgba(76, 175, 80, 0.1);
}

.active\:shadow-inset-green-sm:active,
.focus\:shadow-inset-green-sm:focus,
.hover\:shadow-inset-green-sm:hover {
  box-shadow: inset 0 1px 2px rgba(76, 175, 80, 0.1);
}

.shadow-green-md {
  box-shadow: 0 2px 4px rgba(76, 175, 80, 0.1);
}

.active\:shadow-green-md:active,
.focus\:shadow-green-md:focus,
.hover\:shadow-green-md:hover {
  box-shadow: 0 2px 4px rgba(76, 175, 80, 0.1);
}

.shadow-inset-green-md {
  box-shadow: inset 0 2px 4px rgba(76, 175, 80, 0.1);
}

.active\:shadow-inset-green-md:active,
.focus\:shadow-inset-green-md:focus,
.hover\:shadow-inset-green-md:hover {
  box-shadow: inset 0 2px 4px rgba(76, 175, 80, 0.1);
}

.shadow-green-lg {
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.1);
}

.active\:shadow-green-lg:active,
.focus\:shadow-green-lg:focus,
.hover\:shadow-green-lg:hover {
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.1);
}

.shadow-inset-green-lg {
  box-shadow: inset 0 4px 8px rgba(76, 175, 80, 0.1);
}

.active\:shadow-inset-green-lg:active,
.focus\:shadow-inset-green-lg:focus,
.hover\:shadow-inset-green-lg:hover {
  box-shadow: inset 0 4px 8px rgba(76, 175, 80, 0.1);
}

.shadow-green-xl {
  box-shadow: 0 8px 16px rgba(76, 175, 80, 0.1);
}

.active\:shadow-green-xl:active,
.focus\:shadow-green-xl:focus,
.hover\:shadow-green-xl:hover {
  box-shadow: 0 8px 16px rgba(76, 175, 80, 0.1);
}

.shadow-inset-green-xl {
  box-shadow: inset 0 8px 16px rgba(76, 175, 80, 0.1);
}

.active\:shadow-inset-green-xl:active,
.focus\:shadow-inset-green-xl:focus,
.hover\:shadow-inset-green-xl:hover {
  box-shadow: inset 0 8px 16px rgba(76, 175, 80, 0.1);
}

.shadow-blue,
.shadow-blue-sm {
  box-shadow: 0 1px 2px rgba(33, 150, 243, 0.1);
}

.active\:shadow-blue-sm:active,
.focus\:shadow-blue-sm:focus,
.hover\:shadow-blue-sm:hover {
  box-shadow: 0 1px 2px rgba(33, 150, 243, 0.1);
}

.shadow-inset-blue-sm {
  box-shadow: inset 0 1px 2px rgba(33, 150, 243, 0.1);
}

.active\:shadow-inset-blue-sm:active,
.focus\:shadow-inset-blue-sm:focus,
.hover\:shadow-inset-blue-sm:hover {
  box-shadow: inset 0 1px 2px rgba(33, 150, 243, 0.1);
}

.shadow-blue-md {
  box-shadow: 0 2px 4px rgba(33, 150, 243, 0.1);
}

.active\:shadow-blue-md:active,
.focus\:shadow-blue-md:focus,
.hover\:shadow-blue-md:hover {
  box-shadow: 0 2px 4px rgba(33, 150, 243, 0.1);
}

.shadow-inset-blue-md {
  box-shadow: inset 0 2px 4px rgba(33, 150, 243, 0.1);
}

.active\:shadow-inset-blue-md:active,
.focus\:shadow-inset-blue-md:focus,
.hover\:shadow-inset-blue-md:hover {
  box-shadow: inset 0 2px 4px rgba(33, 150, 243, 0.1);
}

.shadow-blue-lg {
  box-shadow: 0 4px 8px rgba(33, 150, 243, 0.1);
}

.active\:shadow-blue-lg:active,
.focus\:shadow-blue-lg:focus,
.hover\:shadow-blue-lg:hover {
  box-shadow: 0 4px 8px rgba(33, 150, 243, 0.1);
}

.shadow-inset-blue-lg {
  box-shadow: inset 0 4px 8px rgba(33, 150, 243, 0.1);
}

.active\:shadow-inset-blue-lg:active,
.focus\:shadow-inset-blue-lg:focus,
.hover\:shadow-inset-blue-lg:hover {
  box-shadow: inset 0 4px 8px rgba(33, 150, 243, 0.1);
}

.shadow-blue-xl {
  box-shadow: 0 8px 16px rgba(33, 150, 243, 0.1);
}

.active\:shadow-blue-xl:active,
.focus\:shadow-blue-xl:focus,
.hover\:shadow-blue-xl:hover {
  box-shadow: 0 8px 16px rgba(33, 150, 243, 0.1);
}

.shadow-inset-blue-xl {
  box-shadow: inset 0 8px 16px rgba(33, 150, 243, 0.1);
}

.active\:shadow-inset-blue-xl:active,
.focus\:shadow-inset-blue-xl:focus,
.hover\:shadow-inset-blue-xl:hover {
  box-shadow: inset 0 8px 16px rgba(33, 150, 243, 0.1);
}

.shadow-black,
.shadow-black-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active\:shadow-black-sm:active,
.focus\:shadow-black-sm:focus,
.hover\:shadow-black-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-inset-black-sm {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active\:shadow-inset-black-sm:active,
.focus\:shadow-inset-black-sm:focus,
.hover\:shadow-inset-black-sm:hover {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-black-md {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.active\:shadow-black-md:active,
.focus\:shadow-black-md:focus,
.hover\:shadow-black-md:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-inset-black-md {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.active\:shadow-inset-black-md:active,
.focus\:shadow-inset-black-md:focus,
.hover\:shadow-inset-black-md:hover {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-black-lg {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.active\:shadow-black-lg:active,
.focus\:shadow-black-lg:focus,
.hover\:shadow-black-lg:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shadow-inset-black-lg {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}

.active\:shadow-inset-black-lg:active,
.focus\:shadow-inset-black-lg:focus,
.hover\:shadow-inset-black-lg:hover {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shadow-black-xl {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.active\:shadow-black-xl:active,
.focus\:shadow-black-xl:focus,
.hover\:shadow-black-xl:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.shadow-inset-black-xl {
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.1);
}

.active\:shadow-inset-black-xl:active,
.focus\:shadow-inset-black-xl:focus,
.hover\:shadow-inset-black-xl:hover {
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.1);
}

.shadow-white,
.shadow-white-sm {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}

.active\:shadow-white-sm:active,
.focus\:shadow-white-sm:focus,
.hover\:shadow-white-sm:hover {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}

.shadow-inset-white-sm {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.active\:shadow-inset-white-sm:active,
.focus\:shadow-inset-white-sm:focus,
.hover\:shadow-inset-white-sm:hover {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.shadow-white-md {
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

.active\:shadow-white-md:active,
.focus\:shadow-white-md:focus,
.hover\:shadow-white-md:hover {
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

.shadow-inset-white-md {
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.active\:shadow-inset-white-md:active,
.focus\:shadow-inset-white-md:focus,
.hover\:shadow-inset-white-md:hover {
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.shadow-white-lg {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.active\:shadow-white-lg:active,
.focus\:shadow-white-lg:focus,
.hover\:shadow-white-lg:hover {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.shadow-inset-white-lg {
  box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.1);
}

.active\:shadow-inset-white-lg:active,
.focus\:shadow-inset-white-lg:focus,
.hover\:shadow-inset-white-lg:hover {
  box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.1);
}

.shadow-white-xl {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

.active\:shadow-white-xl:active,
.focus\:shadow-white-xl:focus,
.hover\:shadow-white-xl:hover {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

.shadow-inset-white-xl {
  box-shadow: inset 0 8px 16px rgba(255, 255, 255, 0.1);
}

.active\:shadow-inset-white-xl:active,
.focus\:shadow-inset-white-xl:focus,
.hover\:shadow-inset-white-xl:hover {
  box-shadow: inset 0 8px 16px rgba(255, 255, 255, 0.1);
}

.shadow-pink,
.shadow-pink-sm {
  box-shadow: 0 1px 2px rgba(233, 30, 99, 0.1);
}

.active\:shadow-pink-sm:active,
.focus\:shadow-pink-sm:focus,
.hover\:shadow-pink-sm:hover {
  box-shadow: 0 1px 2px rgba(233, 30, 99, 0.1);
}

.shadow-inset-pink-sm {
  box-shadow: inset 0 1px 2px rgba(233, 30, 99, 0.1);
}

.active\:shadow-inset-pink-sm:active,
.focus\:shadow-inset-pink-sm:focus,
.hover\:shadow-inset-pink-sm:hover {
  box-shadow: inset 0 1px 2px rgba(233, 30, 99, 0.1);
}

.shadow-pink-md {
  box-shadow: 0 2px 4px rgba(233, 30, 99, 0.1);
}

.active\:shadow-pink-md:active,
.focus\:shadow-pink-md:focus,
.hover\:shadow-pink-md:hover {
  box-shadow: 0 2px 4px rgba(233, 30, 99, 0.1);
}

.shadow-inset-pink-md {
  box-shadow: inset 0 2px 4px rgba(233, 30, 99, 0.1);
}

.active\:shadow-inset-pink-md:active,
.focus\:shadow-inset-pink-md:focus,
.hover\:shadow-inset-pink-md:hover {
  box-shadow: inset 0 2px 4px rgba(233, 30, 99, 0.1);
}

.shadow-pink-lg {
  box-shadow: 0 4px 8px rgba(233, 30, 99, 0.1);
}

.active\:shadow-pink-lg:active,
.focus\:shadow-pink-lg:focus,
.hover\:shadow-pink-lg:hover {
  box-shadow: 0 4px 8px rgba(233, 30, 99, 0.1);
}

.shadow-inset-pink-lg {
  box-shadow: inset 0 4px 8px rgba(233, 30, 99, 0.1);
}

.active\:shadow-inset-pink-lg:active,
.focus\:shadow-inset-pink-lg:focus,
.hover\:shadow-inset-pink-lg:hover {
  box-shadow: inset 0 4px 8px rgba(233, 30, 99, 0.1);
}

.shadow-pink-xl {
  box-shadow: 0 8px 16px rgba(233, 30, 99, 0.1);
}

.active\:shadow-pink-xl:active,
.focus\:shadow-pink-xl:focus,
.hover\:shadow-pink-xl:hover {
  box-shadow: 0 8px 16px rgba(233, 30, 99, 0.1);
}

.shadow-inset-pink-xl {
  box-shadow: inset 0 8px 16px rgba(233, 30, 99, 0.1);
}

.active\:shadow-inset-pink-xl:active,
.focus\:shadow-inset-pink-xl:focus,
.hover\:shadow-inset-pink-xl:hover {
  box-shadow: inset 0 8px 16px rgba(233, 30, 99, 0.1);
}

.shadow-purple,
.shadow-purple-sm {
  box-shadow: 0 1px 2px rgba(156, 39, 176, 0.1);
}

.active\:shadow-purple-sm:active,
.focus\:shadow-purple-sm:focus,
.hover\:shadow-purple-sm:hover {
  box-shadow: 0 1px 2px rgba(156, 39, 176, 0.1);
}

.shadow-inset-purple-sm {
  box-shadow: inset 0 1px 2px rgba(156, 39, 176, 0.1);
}

.active\:shadow-inset-purple-sm:active,
.focus\:shadow-inset-purple-sm:focus,
.hover\:shadow-inset-purple-sm:hover {
  box-shadow: inset 0 1px 2px rgba(156, 39, 176, 0.1);
}

.shadow-purple-md {
  box-shadow: 0 2px 4px rgba(156, 39, 176, 0.1);
}

.active\:shadow-purple-md:active,
.focus\:shadow-purple-md:focus,
.hover\:shadow-purple-md:hover {
  box-shadow: 0 2px 4px rgba(156, 39, 176, 0.1);
}

.shadow-inset-purple-md {
  box-shadow: inset 0 2px 4px rgba(156, 39, 176, 0.1);
}

.active\:shadow-inset-purple-md:active,
.focus\:shadow-inset-purple-md:focus,
.hover\:shadow-inset-purple-md:hover {
  box-shadow: inset 0 2px 4px rgba(156, 39, 176, 0.1);
}

.shadow-purple-lg {
  box-shadow: 0 4px 8px rgba(156, 39, 176, 0.1);
}

.active\:shadow-purple-lg:active,
.focus\:shadow-purple-lg:focus,
.hover\:shadow-purple-lg:hover {
  box-shadow: 0 4px 8px rgba(156, 39, 176, 0.1);
}

.shadow-inset-purple-lg {
  box-shadow: inset 0 4px 8px rgba(156, 39, 176, 0.1);
}

.active\:shadow-inset-purple-lg:active,
.focus\:shadow-inset-purple-lg:focus,
.hover\:shadow-inset-purple-lg:hover {
  box-shadow: inset 0 4px 8px rgba(156, 39, 176, 0.1);
}

.shadow-purple-xl {
  box-shadow: 0 8px 16px rgba(156, 39, 176, 0.1);
}

.active\:shadow-purple-xl:active,
.focus\:shadow-purple-xl:focus,
.hover\:shadow-purple-xl:hover {
  box-shadow: 0 8px 16px rgba(156, 39, 176, 0.1);
}

.shadow-inset-purple-xl {
  box-shadow: inset 0 8px 16px rgba(156, 39, 176, 0.1);
}

.active\:shadow-inset-purple-xl:active,
.focus\:shadow-inset-purple-xl:focus,
.hover\:shadow-inset-purple-xl:hover {
  box-shadow: inset 0 8px 16px rgba(156, 39, 176, 0.1);
}

.shadow-indigo,
.shadow-indigo-sm {
  box-shadow: 0 1px 2px rgba(62, 81, 181, 0.1);
}

.active\:shadow-indigo-sm:active,
.focus\:shadow-indigo-sm:focus,
.hover\:shadow-indigo-sm:hover {
  box-shadow: 0 1px 2px rgba(62, 81, 181, 0.1);
}

.shadow-inset-indigo-sm {
  box-shadow: inset 0 1px 2px rgba(62, 81, 181, 0.1);
}

.active\:shadow-inset-indigo-sm:active,
.focus\:shadow-inset-indigo-sm:focus,
.hover\:shadow-inset-indigo-sm:hover {
  box-shadow: inset 0 1px 2px rgba(62, 81, 181, 0.1);
}

.shadow-indigo-md {
  box-shadow: 0 2px 4px rgba(62, 81, 181, 0.1);
}

.active\:shadow-indigo-md:active,
.focus\:shadow-indigo-md:focus,
.hover\:shadow-indigo-md:hover {
  box-shadow: 0 2px 4px rgba(62, 81, 181, 0.1);
}

.shadow-inset-indigo-md {
  box-shadow: inset 0 2px 4px rgba(62, 81, 181, 0.1);
}

.active\:shadow-inset-indigo-md:active,
.focus\:shadow-inset-indigo-md:focus,
.hover\:shadow-inset-indigo-md:hover {
  box-shadow: inset 0 2px 4px rgba(62, 81, 181, 0.1);
}

.shadow-indigo-lg {
  box-shadow: 0 4px 8px rgba(62, 81, 181, 0.1);
}

.active\:shadow-indigo-lg:active,
.focus\:shadow-indigo-lg:focus,
.hover\:shadow-indigo-lg:hover {
  box-shadow: 0 4px 8px rgba(62, 81, 181, 0.1);
}

.shadow-inset-indigo-lg {
  box-shadow: inset 0 4px 8px rgba(62, 81, 181, 0.1);
}

.active\:shadow-inset-indigo-lg:active,
.focus\:shadow-inset-indigo-lg:focus,
.hover\:shadow-inset-indigo-lg:hover {
  box-shadow: inset 0 4px 8px rgba(62, 81, 181, 0.1);
}

.shadow-indigo-xl {
  box-shadow: 0 8px 16px rgba(62, 81, 181, 0.1);
}

.active\:shadow-indigo-xl:active,
.focus\:shadow-indigo-xl:focus,
.hover\:shadow-indigo-xl:hover {
  box-shadow: 0 8px 16px rgba(62, 81, 181, 0.1);
}

.shadow-inset-indigo-xl {
  box-shadow: inset 0 8px 16px rgba(62, 81, 181, 0.1);
}

.active\:shadow-inset-indigo-xl:active,
.focus\:shadow-inset-indigo-xl:focus,
.hover\:shadow-inset-indigo-xl:hover {
  box-shadow: inset 0 8px 16px rgba(62, 81, 181, 0.1);
}

.shadow-cyan,
.shadow-cyan-sm {
  box-shadow: 0 1px 2px rgba(0, 188, 212, 0.1);
}

.active\:shadow-cyan-sm:active,
.focus\:shadow-cyan-sm:focus,
.hover\:shadow-cyan-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 188, 212, 0.1);
}

.shadow-inset-cyan-sm {
  box-shadow: inset 0 1px 2px rgba(0, 188, 212, 0.1);
}

.active\:shadow-inset-cyan-sm:active,
.focus\:shadow-inset-cyan-sm:focus,
.hover\:shadow-inset-cyan-sm:hover {
  box-shadow: inset 0 1px 2px rgba(0, 188, 212, 0.1);
}

.shadow-cyan-md {
  box-shadow: 0 2px 4px rgba(0, 188, 212, 0.1);
}

.active\:shadow-cyan-md:active,
.focus\:shadow-cyan-md:focus,
.hover\:shadow-cyan-md:hover {
  box-shadow: 0 2px 4px rgba(0, 188, 212, 0.1);
}

.shadow-inset-cyan-md {
  box-shadow: inset 0 2px 4px rgba(0, 188, 212, 0.1);
}

.active\:shadow-inset-cyan-md:active,
.focus\:shadow-inset-cyan-md:focus,
.hover\:shadow-inset-cyan-md:hover {
  box-shadow: inset 0 2px 4px rgba(0, 188, 212, 0.1);
}

.shadow-cyan-lg {
  box-shadow: 0 4px 8px rgba(0, 188, 212, 0.1);
}

.active\:shadow-cyan-lg:active,
.focus\:shadow-cyan-lg:focus,
.hover\:shadow-cyan-lg:hover {
  box-shadow: 0 4px 8px rgba(0, 188, 212, 0.1);
}

.shadow-inset-cyan-lg {
  box-shadow: inset 0 4px 8px rgba(0, 188, 212, 0.1);
}

.active\:shadow-inset-cyan-lg:active,
.focus\:shadow-inset-cyan-lg:focus,
.hover\:shadow-inset-cyan-lg:hover {
  box-shadow: inset 0 4px 8px rgba(0, 188, 212, 0.1);
}

.shadow-cyan-xl {
  box-shadow: 0 8px 16px rgba(0, 188, 212, 0.1);
}

.active\:shadow-cyan-xl:active,
.focus\:shadow-cyan-xl:focus,
.hover\:shadow-cyan-xl:hover {
  box-shadow: 0 8px 16px rgba(0, 188, 212, 0.1);
}

.shadow-inset-cyan-xl {
  box-shadow: inset 0 8px 16px rgba(0, 188, 212, 0.1);
}

.active\:shadow-inset-cyan-xl:active,
.focus\:shadow-inset-cyan-xl:focus,
.hover\:shadow-inset-cyan-xl:hover {
  box-shadow: inset 0 8px 16px rgba(0, 188, 212, 0.1);
}

.shadow-teal,
.shadow-teal-sm {
  box-shadow: 0 1px 2px rgba(0, 150, 136, 0.1);
}

.active\:shadow-teal-sm:active,
.focus\:shadow-teal-sm:focus,
.hover\:shadow-teal-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 150, 136, 0.1);
}

.shadow-inset-teal-sm {
  box-shadow: inset 0 1px 2px rgba(0, 150, 136, 0.1);
}

.active\:shadow-inset-teal-sm:active,
.focus\:shadow-inset-teal-sm:focus,
.hover\:shadow-inset-teal-sm:hover {
  box-shadow: inset 0 1px 2px rgba(0, 150, 136, 0.1);
}

.shadow-teal-md {
  box-shadow: 0 2px 4px rgba(0, 150, 136, 0.1);
}

.active\:shadow-teal-md:active,
.focus\:shadow-teal-md:focus,
.hover\:shadow-teal-md:hover {
  box-shadow: 0 2px 4px rgba(0, 150, 136, 0.1);
}

.shadow-inset-teal-md {
  box-shadow: inset 0 2px 4px rgba(0, 150, 136, 0.1);
}

.active\:shadow-inset-teal-md:active,
.focus\:shadow-inset-teal-md:focus,
.hover\:shadow-inset-teal-md:hover {
  box-shadow: inset 0 2px 4px rgba(0, 150, 136, 0.1);
}

.shadow-teal-lg {
  box-shadow: 0 4px 8px rgba(0, 150, 136, 0.1);
}

.active\:shadow-teal-lg:active,
.focus\:shadow-teal-lg:focus,
.hover\:shadow-teal-lg:hover {
  box-shadow: 0 4px 8px rgba(0, 150, 136, 0.1);
}

.shadow-inset-teal-lg {
  box-shadow: inset 0 4px 8px rgba(0, 150, 136, 0.1);
}

.active\:shadow-inset-teal-lg:active,
.focus\:shadow-inset-teal-lg:focus,
.hover\:shadow-inset-teal-lg:hover {
  box-shadow: inset 0 4px 8px rgba(0, 150, 136, 0.1);
}

.shadow-teal-xl {
  box-shadow: 0 8px 16px rgba(0, 150, 136, 0.1);
}

.active\:shadow-teal-xl:active,
.focus\:shadow-teal-xl:focus,
.hover\:shadow-teal-xl:hover {
  box-shadow: 0 8px 16px rgba(0, 150, 136, 0.1);
}

.shadow-inset-teal-xl {
  box-shadow: inset 0 8px 16px rgba(0, 150, 136, 0.1);
}

.active\:shadow-inset-teal-xl:active,
.focus\:shadow-inset-teal-xl:focus,
.hover\:shadow-inset-teal-xl:hover {
  box-shadow: inset 0 8px 16px rgba(0, 150, 136, 0.1);
}

.shadow-lime,
.shadow-lime-sm {
  box-shadow: 0 1px 2px rgba(205, 220, 57, 0.1);
}

.active\:shadow-lime-sm:active,
.focus\:shadow-lime-sm:focus,
.hover\:shadow-lime-sm:hover {
  box-shadow: 0 1px 2px rgba(205, 220, 57, 0.1);
}

.shadow-inset-lime-sm {
  box-shadow: inset 0 1px 2px rgba(205, 220, 57, 0.1);
}

.active\:shadow-inset-lime-sm:active,
.focus\:shadow-inset-lime-sm:focus,
.hover\:shadow-inset-lime-sm:hover {
  box-shadow: inset 0 1px 2px rgba(205, 220, 57, 0.1);
}

.shadow-lime-md {
  box-shadow: 0 2px 4px rgba(205, 220, 57, 0.1);
}

.active\:shadow-lime-md:active,
.focus\:shadow-lime-md:focus,
.hover\:shadow-lime-md:hover {
  box-shadow: 0 2px 4px rgba(205, 220, 57, 0.1);
}

.shadow-inset-lime-md {
  box-shadow: inset 0 2px 4px rgba(205, 220, 57, 0.1);
}

.active\:shadow-inset-lime-md:active,
.focus\:shadow-inset-lime-md:focus,
.hover\:shadow-inset-lime-md:hover {
  box-shadow: inset 0 2px 4px rgba(205, 220, 57, 0.1);
}

.shadow-lime-lg {
  box-shadow: 0 4px 8px rgba(205, 220, 57, 0.1);
}

.active\:shadow-lime-lg:active,
.focus\:shadow-lime-lg:focus,
.hover\:shadow-lime-lg:hover {
  box-shadow: 0 4px 8px rgba(205, 220, 57, 0.1);
}

.shadow-inset-lime-lg {
  box-shadow: inset 0 4px 8px rgba(205, 220, 57, 0.1);
}

.active\:shadow-inset-lime-lg:active,
.focus\:shadow-inset-lime-lg:focus,
.hover\:shadow-inset-lime-lg:hover {
  box-shadow: inset 0 4px 8px rgba(205, 220, 57, 0.1);
}

.shadow-lime-xl {
  box-shadow: 0 8px 16px rgba(205, 220, 57, 0.1);
}

.active\:shadow-lime-xl:active,
.focus\:shadow-lime-xl:focus,
.hover\:shadow-lime-xl:hover {
  box-shadow: 0 8px 16px rgba(205, 220, 57, 0.1);
}

.shadow-inset-lime-xl {
  box-shadow: inset 0 8px 16px rgba(205, 220, 57, 0.1);
}

.active\:shadow-inset-lime-xl:active,
.focus\:shadow-inset-lime-xl:focus,
.hover\:shadow-inset-lime-xl:hover {
  box-shadow: inset 0 8px 16px rgba(205, 220, 57, 0.1);
}

.shadow-yellow,
.shadow-yellow-sm {
  box-shadow: 0 1px 2px rgba(255, 235, 59, 0.1);
}

.active\:shadow-yellow-sm:active,
.focus\:shadow-yellow-sm:focus,
.hover\:shadow-yellow-sm:hover {
  box-shadow: 0 1px 2px rgba(255, 235, 59, 0.1);
}

.shadow-inset-yellow-sm {
  box-shadow: inset 0 1px 2px rgba(255, 235, 59, 0.1);
}

.active\:shadow-inset-yellow-sm:active,
.focus\:shadow-inset-yellow-sm:focus,
.hover\:shadow-inset-yellow-sm:hover {
  box-shadow: inset 0 1px 2px rgba(255, 235, 59, 0.1);
}

.shadow-yellow-md {
  box-shadow: 0 2px 4px rgba(255, 235, 59, 0.1);
}

.active\:shadow-yellow-md:active,
.focus\:shadow-yellow-md:focus,
.hover\:shadow-yellow-md:hover {
  box-shadow: 0 2px 4px rgba(255, 235, 59, 0.1);
}

.shadow-inset-yellow-md {
  box-shadow: inset 0 2px 4px rgba(255, 235, 59, 0.1);
}

.active\:shadow-inset-yellow-md:active,
.focus\:shadow-inset-yellow-md:focus,
.hover\:shadow-inset-yellow-md:hover {
  box-shadow: inset 0 2px 4px rgba(255, 235, 59, 0.1);
}

.shadow-yellow-lg {
  box-shadow: 0 4px 8px rgba(255, 235, 59, 0.1);
}

.active\:shadow-yellow-lg:active,
.focus\:shadow-yellow-lg:focus,
.hover\:shadow-yellow-lg:hover {
  box-shadow: 0 4px 8px rgba(255, 235, 59, 0.1);
}

.shadow-inset-yellow-lg {
  box-shadow: inset 0 4px 8px rgba(255, 235, 59, 0.1);
}

.active\:shadow-inset-yellow-lg:active,
.focus\:shadow-inset-yellow-lg:focus,
.hover\:shadow-inset-yellow-lg:hover {
  box-shadow: inset 0 4px 8px rgba(255, 235, 59, 0.1);
}

.shadow-yellow-xl {
  box-shadow: 0 8px 16px rgba(255, 235, 59, 0.1);
}

.active\:shadow-yellow-xl:active,
.focus\:shadow-yellow-xl:focus,
.hover\:shadow-yellow-xl:hover {
  box-shadow: 0 8px 16px rgba(255, 235, 59, 0.1);
}

.shadow-inset-yellow-xl {
  box-shadow: inset 0 8px 16px rgba(255, 235, 59, 0.1);
}

.active\:shadow-inset-yellow-xl:active,
.focus\:shadow-inset-yellow-xl:focus,
.hover\:shadow-inset-yellow-xl:hover {
  box-shadow: inset 0 8px 16px rgba(255, 235, 59, 0.1);
}

.shadow-amber,
.shadow-amber-sm {
  box-shadow: 0 1px 2px rgba(255, 193, 7, 0.1);
}

.active\:shadow-amber-sm:active,
.focus\:shadow-amber-sm:focus,
.hover\:shadow-amber-sm:hover {
  box-shadow: 0 1px 2px rgba(255, 193, 7, 0.1);
}

.shadow-inset-amber-sm {
  box-shadow: inset 0 1px 2px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-amber-sm:active,
.focus\:shadow-inset-amber-sm:focus,
.hover\:shadow-inset-amber-sm:hover {
  box-shadow: inset 0 1px 2px rgba(255, 193, 7, 0.1);
}

.shadow-amber-md {
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.1);
}

.active\:shadow-amber-md:active,
.focus\:shadow-amber-md:focus,
.hover\:shadow-amber-md:hover {
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.1);
}

.shadow-inset-amber-md {
  box-shadow: inset 0 2px 4px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-amber-md:active,
.focus\:shadow-inset-amber-md:focus,
.hover\:shadow-inset-amber-md:hover {
  box-shadow: inset 0 2px 4px rgba(255, 193, 7, 0.1);
}

.shadow-amber-lg {
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.1);
}

.active\:shadow-amber-lg:active,
.focus\:shadow-amber-lg:focus,
.hover\:shadow-amber-lg:hover {
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.1);
}

.shadow-inset-amber-lg {
  box-shadow: inset 0 4px 8px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-amber-lg:active,
.focus\:shadow-inset-amber-lg:focus,
.hover\:shadow-inset-amber-lg:hover {
  box-shadow: inset 0 4px 8px rgba(255, 193, 7, 0.1);
}

.shadow-amber-xl {
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.1);
}

.active\:shadow-amber-xl:active,
.focus\:shadow-amber-xl:focus,
.hover\:shadow-amber-xl:hover {
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.1);
}

.shadow-inset-amber-xl {
  box-shadow: inset 0 8px 16px rgba(255, 193, 7, 0.1);
}

.active\:shadow-inset-amber-xl:active,
.focus\:shadow-inset-amber-xl:focus,
.hover\:shadow-inset-amber-xl:hover {
  box-shadow: inset 0 8px 16px rgba(255, 193, 7, 0.1);
}

.shadow-orange,
.shadow-orange-sm {
  box-shadow: 0 1px 2px rgba(255, 152, 0, 0.1);
}

.active\:shadow-orange-sm:active,
.focus\:shadow-orange-sm:focus,
.hover\:shadow-orange-sm:hover {
  box-shadow: 0 1px 2px rgba(255, 152, 0, 0.1);
}

.shadow-inset-orange-sm {
  box-shadow: inset 0 1px 2px rgba(255, 152, 0, 0.1);
}

.active\:shadow-inset-orange-sm:active,
.focus\:shadow-inset-orange-sm:focus,
.hover\:shadow-inset-orange-sm:hover {
  box-shadow: inset 0 1px 2px rgba(255, 152, 0, 0.1);
}

.shadow-orange-md {
  box-shadow: 0 2px 4px rgba(255, 152, 0, 0.1);
}

.active\:shadow-orange-md:active,
.focus\:shadow-orange-md:focus,
.hover\:shadow-orange-md:hover {
  box-shadow: 0 2px 4px rgba(255, 152, 0, 0.1);
}

.shadow-inset-orange-md {
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.1);
}

.active\:shadow-inset-orange-md:active,
.focus\:shadow-inset-orange-md:focus,
.hover\:shadow-inset-orange-md:hover {
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.1);
}

.shadow-orange-lg {
  box-shadow: 0 4px 8px rgba(255, 152, 0, 0.1);
}

.active\:shadow-orange-lg:active,
.focus\:shadow-orange-lg:focus,
.hover\:shadow-orange-lg:hover {
  box-shadow: 0 4px 8px rgba(255, 152, 0, 0.1);
}

.shadow-inset-orange-lg {
  box-shadow: inset 0 4px 8px rgba(255, 152, 0, 0.1);
}

.active\:shadow-inset-orange-lg:active,
.focus\:shadow-inset-orange-lg:focus,
.hover\:shadow-inset-orange-lg:hover {
  box-shadow: inset 0 4px 8px rgba(255, 152, 0, 0.1);
}

.shadow-orange-xl {
  box-shadow: 0 8px 16px rgba(255, 152, 0, 0.1);
}

.active\:shadow-orange-xl:active,
.focus\:shadow-orange-xl:focus,
.hover\:shadow-orange-xl:hover {
  box-shadow: 0 8px 16px rgba(255, 152, 0, 0.1);
}

.shadow-inset-orange-xl {
  box-shadow: inset 0 8px 16px rgba(255, 152, 0, 0.1);
}

.active\:shadow-inset-orange-xl:active,
.focus\:shadow-inset-orange-xl:focus,
.hover\:shadow-inset-orange-xl:hover {
  box-shadow: inset 0 8px 16px rgba(255, 152, 0, 0.1);
}

.shadow-lightblue,
.shadow-lightblue-sm {
  box-shadow: 0 1px 2px rgba(3, 169, 244, 0.1);
}

.active\:shadow-lightblue-sm:active,
.focus\:shadow-lightblue-sm:focus,
.hover\:shadow-lightblue-sm:hover {
  box-shadow: 0 1px 2px rgba(3, 169, 244, 0.1);
}

.shadow-inset-lightblue-sm {
  box-shadow: inset 0 1px 2px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-lightblue-sm:active,
.focus\:shadow-inset-lightblue-sm:focus,
.hover\:shadow-inset-lightblue-sm:hover {
  box-shadow: inset 0 1px 2px rgba(3, 169, 244, 0.1);
}

.shadow-lightblue-md {
  box-shadow: 0 2px 4px rgba(3, 169, 244, 0.1);
}

.active\:shadow-lightblue-md:active,
.focus\:shadow-lightblue-md:focus,
.hover\:shadow-lightblue-md:hover {
  box-shadow: 0 2px 4px rgba(3, 169, 244, 0.1);
}

.shadow-inset-lightblue-md {
  box-shadow: inset 0 2px 4px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-lightblue-md:active,
.focus\:shadow-inset-lightblue-md:focus,
.hover\:shadow-inset-lightblue-md:hover {
  box-shadow: inset 0 2px 4px rgba(3, 169, 244, 0.1);
}

.shadow-lightblue-lg {
  box-shadow: 0 4px 8px rgba(3, 169, 244, 0.1);
}

.active\:shadow-lightblue-lg:active,
.focus\:shadow-lightblue-lg:focus,
.hover\:shadow-lightblue-lg:hover {
  box-shadow: 0 4px 8px rgba(3, 169, 244, 0.1);
}

.shadow-inset-lightblue-lg {
  box-shadow: inset 0 4px 8px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-lightblue-lg:active,
.focus\:shadow-inset-lightblue-lg:focus,
.hover\:shadow-inset-lightblue-lg:hover {
  box-shadow: inset 0 4px 8px rgba(3, 169, 244, 0.1);
}

.shadow-lightblue-xl {
  box-shadow: 0 8px 16px rgba(3, 169, 244, 0.1);
}

.active\:shadow-lightblue-xl:active,
.focus\:shadow-lightblue-xl:focus,
.hover\:shadow-lightblue-xl:hover {
  box-shadow: 0 8px 16px rgba(3, 169, 244, 0.1);
}

.shadow-inset-lightblue-xl {
  box-shadow: inset 0 8px 16px rgba(3, 169, 244, 0.1);
}

.active\:shadow-inset-lightblue-xl:active,
.focus\:shadow-inset-lightblue-xl:focus,
.hover\:shadow-inset-lightblue-xl:hover {
  box-shadow: inset 0 8px 16px rgba(3, 169, 244, 0.1);
}

.shadow-lightgreen,
.shadow-lightgreen-sm {
  box-shadow: 0 1px 2px rgba(118, 255, 3, 0.1);
}

.active\:shadow-lightgreen-sm:active,
.focus\:shadow-lightgreen-sm:focus,
.hover\:shadow-lightgreen-sm:hover {
  box-shadow: 0 1px 2px rgba(118, 255, 3, 0.1);
}

.shadow-inset-lightgreen-sm {
  box-shadow: inset 0 1px 2px rgba(118, 255, 3, 0.1);
}

.active\:shadow-inset-lightgreen-sm:active,
.focus\:shadow-inset-lightgreen-sm:focus,
.hover\:shadow-inset-lightgreen-sm:hover {
  box-shadow: inset 0 1px 2px rgba(118, 255, 3, 0.1);
}

.shadow-lightgreen-md {
  box-shadow: 0 2px 4px rgba(118, 255, 3, 0.1);
}

.active\:shadow-lightgreen-md:active,
.focus\:shadow-lightgreen-md:focus,
.hover\:shadow-lightgreen-md:hover {
  box-shadow: 0 2px 4px rgba(118, 255, 3, 0.1);
}

.shadow-inset-lightgreen-md {
  box-shadow: inset 0 2px 4px rgba(118, 255, 3, 0.1);
}

.active\:shadow-inset-lightgreen-md:active,
.focus\:shadow-inset-lightgreen-md:focus,
.hover\:shadow-inset-lightgreen-md:hover {
  box-shadow: inset 0 2px 4px rgba(118, 255, 3, 0.1);
}

.shadow-lightgreen-lg {
  box-shadow: 0 4px 8px rgba(118, 255, 3, 0.1);
}

.active\:shadow-lightgreen-lg:active,
.focus\:shadow-lightgreen-lg:focus,
.hover\:shadow-lightgreen-lg:hover {
  box-shadow: 0 4px 8px rgba(118, 255, 3, 0.1);
}

.shadow-inset-lightgreen-lg {
  box-shadow: inset 0 4px 8px rgba(118, 255, 3, 0.1);
}

.active\:shadow-inset-lightgreen-lg:active,
.focus\:shadow-inset-lightgreen-lg:focus,
.hover\:shadow-inset-lightgreen-lg:hover {
  box-shadow: inset 0 4px 8px rgba(118, 255, 3, 0.1);
}

.shadow-lightgreen-xl {
  box-shadow: 0 8px 16px rgba(118, 255, 3, 0.1);
}

.active\:shadow-lightgreen-xl:active,
.focus\:shadow-lightgreen-xl:focus,
.hover\:shadow-lightgreen-xl:hover {
  box-shadow: 0 8px 16px rgba(118, 255, 3, 0.1);
}

.shadow-inset-lightgreen-xl {
  box-shadow: inset 0 8px 16px rgba(118, 255, 3, 0.1);
}

.active\:shadow-inset-lightgreen-xl:active,
.focus\:shadow-inset-lightgreen-xl:focus,
.hover\:shadow-inset-lightgreen-xl:hover {
  box-shadow: inset 0 8px 16px rgba(118, 255, 3, 0.1);
}

.shadow-deeppurple,
.shadow-deeppurple-sm {
  box-shadow: 0 1px 2px rgba(103, 58, 183, 0.1);
}

.active\:shadow-deeppurple-sm:active,
.focus\:shadow-deeppurple-sm:focus,
.hover\:shadow-deeppurple-sm:hover {
  box-shadow: 0 1px 2px rgba(103, 58, 183, 0.1);
}

.shadow-inset-deeppurple-sm {
  box-shadow: inset 0 1px 2px rgba(103, 58, 183, 0.1);
}

.active\:shadow-inset-deeppurple-sm:active,
.focus\:shadow-inset-deeppurple-sm:focus,
.hover\:shadow-inset-deeppurple-sm:hover {
  box-shadow: inset 0 1px 2px rgba(103, 58, 183, 0.1);
}

.shadow-deeppurple-md {
  box-shadow: 0 2px 4px rgba(103, 58, 183, 0.1);
}

.active\:shadow-deeppurple-md:active,
.focus\:shadow-deeppurple-md:focus,
.hover\:shadow-deeppurple-md:hover {
  box-shadow: 0 2px 4px rgba(103, 58, 183, 0.1);
}

.shadow-inset-deeppurple-md {
  box-shadow: inset 0 2px 4px rgba(103, 58, 183, 0.1);
}

.active\:shadow-inset-deeppurple-md:active,
.focus\:shadow-inset-deeppurple-md:focus,
.hover\:shadow-inset-deeppurple-md:hover {
  box-shadow: inset 0 2px 4px rgba(103, 58, 183, 0.1);
}

.shadow-deeppurple-lg {
  box-shadow: 0 4px 8px rgba(103, 58, 183, 0.1);
}

.active\:shadow-deeppurple-lg:active,
.focus\:shadow-deeppurple-lg:focus,
.hover\:shadow-deeppurple-lg:hover {
  box-shadow: 0 4px 8px rgba(103, 58, 183, 0.1);
}

.shadow-inset-deeppurple-lg {
  box-shadow: inset 0 4px 8px rgba(103, 58, 183, 0.1);
}

.active\:shadow-inset-deeppurple-lg:active,
.focus\:shadow-inset-deeppurple-lg:focus,
.hover\:shadow-inset-deeppurple-lg:hover {
  box-shadow: inset 0 4px 8px rgba(103, 58, 183, 0.1);
}

.shadow-deeppurple-xl {
  box-shadow: 0 8px 16px rgba(103, 58, 183, 0.1);
}

.active\:shadow-deeppurple-xl:active,
.focus\:shadow-deeppurple-xl:focus,
.hover\:shadow-deeppurple-xl:hover {
  box-shadow: 0 8px 16px rgba(103, 58, 183, 0.1);
}

.shadow-inset-deeppurple-xl {
  box-shadow: inset 0 8px 16px rgba(103, 58, 183, 0.1);
}

.active\:shadow-inset-deeppurple-xl:active,
.focus\:shadow-inset-deeppurple-xl:focus,
.hover\:shadow-inset-deeppurple-xl:hover {
  box-shadow: inset 0 8px 16px rgba(103, 58, 183, 0.1);
}

.shadow-deeporange,
.shadow-deeporange-sm {
  box-shadow: 0 1px 2px rgba(221, 110, 15, 0.1);
}

.active\:shadow-deeporange-sm:active,
.focus\:shadow-deeporange-sm:focus,
.hover\:shadow-deeporange-sm:hover {
  box-shadow: 0 1px 2px rgba(221, 110, 15, 0.1);
}

.shadow-inset-deeporange-sm {
  box-shadow: inset 0 1px 2px rgba(221, 110, 15, 0.1);
}

.active\:shadow-inset-deeporange-sm:active,
.focus\:shadow-inset-deeporange-sm:focus,
.hover\:shadow-inset-deeporange-sm:hover {
  box-shadow: inset 0 1px 2px rgba(221, 110, 15, 0.1);
}

.shadow-deeporange-md {
  box-shadow: 0 2px 4px rgba(221, 110, 15, 0.1);
}

.active\:shadow-deeporange-md:active,
.focus\:shadow-deeporange-md:focus,
.hover\:shadow-deeporange-md:hover {
  box-shadow: 0 2px 4px rgba(221, 110, 15, 0.1);
}

.shadow-inset-deeporange-md {
  box-shadow: inset 0 2px 4px rgba(221, 110, 15, 0.1);
}

.active\:shadow-inset-deeporange-md:active,
.focus\:shadow-inset-deeporange-md:focus,
.hover\:shadow-inset-deeporange-md:hover {
  box-shadow: inset 0 2px 4px rgba(221, 110, 15, 0.1);
}

.shadow-deeporange-lg {
  box-shadow: 0 4px 8px rgba(221, 110, 15, 0.1);
}

.active\:shadow-deeporange-lg:active,
.focus\:shadow-deeporange-lg:focus,
.hover\:shadow-deeporange-lg:hover {
  box-shadow: 0 4px 8px rgba(221, 110, 15, 0.1);
}

.shadow-inset-deeporange-lg {
  box-shadow: inset 0 4px 8px rgba(221, 110, 15, 0.1);
}

.active\:shadow-inset-deeporange-lg:active,
.focus\:shadow-inset-deeporange-lg:focus,
.hover\:shadow-inset-deeporange-lg:hover {
  box-shadow: inset 0 4px 8px rgba(221, 110, 15, 0.1);
}

.shadow-deeporange-xl {
  box-shadow: 0 8px 16px rgba(221, 110, 15, 0.1);
}

.active\:shadow-deeporange-xl:active,
.focus\:shadow-deeporange-xl:focus,
.hover\:shadow-deeporange-xl:hover {
  box-shadow: 0 8px 16px rgba(221, 110, 15, 0.1);
}

.shadow-inset-deeporange-xl {
  box-shadow: inset 0 8px 16px rgba(221, 110, 15, 0.1);
}

.active\:shadow-inset-deeporange-xl:active,
.focus\:shadow-inset-deeporange-xl:focus,
.hover\:shadow-inset-deeporange-xl:hover {
  box-shadow: inset 0 8px 16px rgba(221, 110, 15, 0.1);
}

.shadow-brown,
.shadow-brown-sm {
  box-shadow: 0 1px 2px rgba(150, 75, 0, 0.1);
}

.active\:shadow-brown-sm:active,
.focus\:shadow-brown-sm:focus,
.hover\:shadow-brown-sm:hover {
  box-shadow: 0 1px 2px rgba(150, 75, 0, 0.1);
}

.shadow-inset-brown-sm {
  box-shadow: inset 0 1px 2px rgba(150, 75, 0, 0.1);
}

.active\:shadow-inset-brown-sm:active,
.focus\:shadow-inset-brown-sm:focus,
.hover\:shadow-inset-brown-sm:hover {
  box-shadow: inset 0 1px 2px rgba(150, 75, 0, 0.1);
}

.shadow-brown-md {
  box-shadow: 0 2px 4px rgba(150, 75, 0, 0.1);
}

.active\:shadow-brown-md:active,
.focus\:shadow-brown-md:focus,
.hover\:shadow-brown-md:hover {
  box-shadow: 0 2px 4px rgba(150, 75, 0, 0.1);
}

.shadow-inset-brown-md {
  box-shadow: inset 0 2px 4px rgba(150, 75, 0, 0.1);
}

.active\:shadow-inset-brown-md:active,
.focus\:shadow-inset-brown-md:focus,
.hover\:shadow-inset-brown-md:hover {
  box-shadow: inset 0 2px 4px rgba(150, 75, 0, 0.1);
}

.shadow-brown-lg {
  box-shadow: 0 4px 8px rgba(150, 75, 0, 0.1);
}

.active\:shadow-brown-lg:active,
.focus\:shadow-brown-lg:focus,
.hover\:shadow-brown-lg:hover {
  box-shadow: 0 4px 8px rgba(150, 75, 0, 0.1);
}

.shadow-inset-brown-lg {
  box-shadow: inset 0 4px 8px rgba(150, 75, 0, 0.1);
}

.active\:shadow-inset-brown-lg:active,
.focus\:shadow-inset-brown-lg:focus,
.hover\:shadow-inset-brown-lg:hover {
  box-shadow: inset 0 4px 8px rgba(150, 75, 0, 0.1);
}

.shadow-brown-xl {
  box-shadow: 0 8px 16px rgba(150, 75, 0, 0.1);
}

.active\:shadow-brown-xl:active,
.focus\:shadow-brown-xl:focus,
.hover\:shadow-brown-xl:hover {
  box-shadow: 0 8px 16px rgba(150, 75, 0, 0.1);
}

.shadow-inset-brown-xl {
  box-shadow: inset 0 8px 16px rgba(150, 75, 0, 0.1);
}

.active\:shadow-inset-brown-xl:active,
.focus\:shadow-inset-brown-xl:focus,
.hover\:shadow-inset-brown-xl:hover {
  box-shadow: inset 0 8px 16px rgba(150, 75, 0, 0.1);
}

.shadow-grey,
.shadow-grey-sm {
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.1);
}

.active\:shadow-grey-sm:active,
.focus\:shadow-grey-sm:focus,
.hover\:shadow-grey-sm:hover {
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.1);
}

.shadow-inset-grey-sm {
  box-shadow: inset 0 1px 2px rgba(128, 128, 128, 0.1);
}

.active\:shadow-inset-grey-sm:active,
.focus\:shadow-inset-grey-sm:focus,
.hover\:shadow-inset-grey-sm:hover {
  box-shadow: inset 0 1px 2px rgba(128, 128, 128, 0.1);
}

.shadow-grey-md {
  box-shadow: 0 2px 4px rgba(128, 128, 128, 0.1);
}

.active\:shadow-grey-md:active,
.focus\:shadow-grey-md:focus,
.hover\:shadow-grey-md:hover {
  box-shadow: 0 2px 4px rgba(128, 128, 128, 0.1);
}

.shadow-inset-grey-md {
  box-shadow: inset 0 2px 4px rgba(128, 128, 128, 0.1);
}

.active\:shadow-inset-grey-md:active,
.focus\:shadow-inset-grey-md:focus,
.hover\:shadow-inset-grey-md:hover {
  box-shadow: inset 0 2px 4px rgba(128, 128, 128, 0.1);
}

.shadow-grey-lg {
  box-shadow: 0 4px 8px rgba(128, 128, 128, 0.1);
}

.active\:shadow-grey-lg:active,
.focus\:shadow-grey-lg:focus,
.hover\:shadow-grey-lg:hover {
  box-shadow: 0 4px 8px rgba(128, 128, 128, 0.1);
}

.shadow-inset-grey-lg {
  box-shadow: inset 0 4px 8px rgba(128, 128, 128, 0.1);
}

.active\:shadow-inset-grey-lg:active,
.focus\:shadow-inset-grey-lg:focus,
.hover\:shadow-inset-grey-lg:hover {
  box-shadow: inset 0 4px 8px rgba(128, 128, 128, 0.1);
}

.shadow-grey-xl {
  box-shadow: 0 8px 16px rgba(128, 128, 128, 0.1);
}

.active\:shadow-grey-xl:active,
.focus\:shadow-grey-xl:focus,
.hover\:shadow-grey-xl:hover {
  box-shadow: 0 8px 16px rgba(128, 128, 128, 0.1);
}

.shadow-inset-grey-xl {
  box-shadow: inset 0 8px 16px rgba(128, 128, 128, 0.1);
}

.active\:shadow-inset-grey-xl:active,
.focus\:shadow-inset-grey-xl:focus,
.hover\:shadow-inset-grey-xl:hover {
  box-shadow: inset 0 8px 16px rgba(128, 128, 128, 0.1);
}

.shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active\:shadow:active,
.focus\:shadow:focus,
.hover\:shadow:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 2px 2px 5px currentColor;
}

.active\:text-shadow:active,
.focus\:text-shadow:focus,
.hover\:text-shadow:hover {
  text-shadow: 2px 2px 5px currentColor;
}

.text-shadow-primary {
  text-shadow: 2px 2px 5px #03A9F4;
}

.active\:text-shadow-primary:active,
.focus\:text-shadow-primary:focus,
.hover\:text-shadow-primary:hover {
  text-shadow: 2px 2px 5px #03A9F4;
}

.text-shadow-secondary {
  text-shadow: 2px 2px 5px #333;
}

.active\:text-shadow-secondary:active,
.focus\:text-shadow-secondary:focus,
.hover\:text-shadow-secondary:hover {
  text-shadow: 2px 2px 5px #333;
}

.text-shadow-success {
  text-shadow: 2px 2px 5px #28a745;
}

.active\:text-shadow-success:active,
.focus\:text-shadow-success:focus,
.hover\:text-shadow-success:hover {
  text-shadow: 2px 2px 5px #28a745;
}

.text-shadow-info {
  text-shadow: 2px 2px 5px #0DCAF0;
}

.active\:text-shadow-info:active,
.focus\:text-shadow-info:focus,
.hover\:text-shadow-info:hover {
  text-shadow: 2px 2px 5px #0DCAF0;
}

.text-shadow-warning {
  text-shadow: 2px 2px 5px #FFC107;
}

.active\:text-shadow-warning:active,
.focus\:text-shadow-warning:focus,
.hover\:text-shadow-warning:hover {
  text-shadow: 2px 2px 5px #FFC107;
}

.text-shadow-danger {
  text-shadow: 2px 2px 5px #DC3545;
}

.active\:text-shadow-danger:active,
.focus\:text-shadow-danger:focus,
.hover\:text-shadow-danger:hover {
  text-shadow: 2px 2px 5px #DC3545;
}

.text-shadow-light {
  text-shadow: 2px 2px 5px #f5f5f5;
}

.active\:text-shadow-light:active,
.focus\:text-shadow-light:focus,
.hover\:text-shadow-light:hover {
  text-shadow: 2px 2px 5px #f5f5f5;
}

.text-shadow-dark {
  text-shadow: 2px 2px 5px #212529;
}

.active\:text-shadow-dark:active,
.focus\:text-shadow-dark:focus,
.hover\:text-shadow-dark:hover {
  text-shadow: 2px 2px 5px #212529;
}

.text-shadow-red {
  text-shadow: 2px 2px 5px #F44336;
}

.active\:text-shadow-red:active,
.focus\:text-shadow-red:focus,
.hover\:text-shadow-red:hover {
  text-shadow: 2px 2px 5px #F44336;
}

.text-shadow-green {
  text-shadow: 2px 2px 5px #4CAF50;
}

.active\:text-shadow-green:active,
.focus\:text-shadow-green:focus,
.hover\:text-shadow-green:hover {
  text-shadow: 2px 2px 5px #4CAF50;
}

.text-shadow-blue {
  text-shadow: 2px 2px 5px #2196F3;
}

.active\:text-shadow-blue:active,
.focus\:text-shadow-blue:focus,
.hover\:text-shadow-blue:hover {
  text-shadow: 2px 2px 5px #2196F3;
}

.text-shadow-black {
  text-shadow: 2px 2px 5px #000;
}

.active\:text-shadow-black:active,
.focus\:text-shadow-black:focus,
.hover\:text-shadow-black:hover {
  text-shadow: 2px 2px 5px #000;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px #fff;
}

.active\:text-shadow-white:active,
.focus\:text-shadow-white:focus,
.hover\:text-shadow-white:hover {
  text-shadow: 2px 2px 5px #fff;
}

.text-shadow-pink {
  text-shadow: 2px 2px 5px #E91E63;
}

.active\:text-shadow-pink:active,
.focus\:text-shadow-pink:focus,
.hover\:text-shadow-pink:hover {
  text-shadow: 2px 2px 5px #E91E63;
}

.text-shadow-purple {
  text-shadow: 2px 2px 5px #9C27B0;
}

.active\:text-shadow-purple:active,
.focus\:text-shadow-purple:focus,
.hover\:text-shadow-purple:hover {
  text-shadow: 2px 2px 5px #9C27B0;
}

.text-shadow-indigo {
  text-shadow: 2px 2px 5px #3E51B5;
}

.active\:text-shadow-indigo:active,
.focus\:text-shadow-indigo:focus,
.hover\:text-shadow-indigo:hover {
  text-shadow: 2px 2px 5px #3E51B5;
}

.text-shadow-cyan {
  text-shadow: 2px 2px 5px #00BCD4;
}

.active\:text-shadow-cyan:active,
.focus\:text-shadow-cyan:focus,
.hover\:text-shadow-cyan:hover {
  text-shadow: 2px 2px 5px #00BCD4;
}

.text-shadow-teal {
  text-shadow: 2px 2px 5px #009688;
}

.active\:text-shadow-teal:active,
.focus\:text-shadow-teal:focus,
.hover\:text-shadow-teal:hover {
  text-shadow: 2px 2px 5px #009688;
}

.text-shadow-lime {
  text-shadow: 2px 2px 5px #CDDC39;
}

.active\:text-shadow-lime:active,
.focus\:text-shadow-lime:focus,
.hover\:text-shadow-lime:hover {
  text-shadow: 2px 2px 5px #CDDC39;
}

.text-shadow-yellow {
  text-shadow: 2px 2px 5px #FFEB3B;
}

.active\:text-shadow-yellow:active,
.focus\:text-shadow-yellow:focus,
.hover\:text-shadow-yellow:hover {
  text-shadow: 2px 2px 5px #FFEB3B;
}

.text-shadow-amber {
  text-shadow: 2px 2px 5px #FFC107;
}

.active\:text-shadow-amber:active,
.focus\:text-shadow-amber:focus,
.hover\:text-shadow-amber:hover {
  text-shadow: 2px 2px 5px #FFC107;
}

.text-shadow-orange {
  text-shadow: 2px 2px 5px #FF9800;
}

.active\:text-shadow-orange:active,
.focus\:text-shadow-orange:focus,
.hover\:text-shadow-orange:hover {
  text-shadow: 2px 2px 5px #FF9800;
}

.text-shadow-lightblue {
  text-shadow: 2px 2px 5px #03A9F4;
}

.active\:text-shadow-lightblue:active,
.focus\:text-shadow-lightblue:focus,
.hover\:text-shadow-lightblue:hover {
  text-shadow: 2px 2px 5px #03A9F4;
}

.text-shadow-lightgreen {
  text-shadow: 2px 2px 5px #76FF03;
}

.active\:text-shadow-lightgreen:active,
.focus\:text-shadow-lightgreen:focus,
.hover\:text-shadow-lightgreen:hover {
  text-shadow: 2px 2px 5px #76FF03;
}

.text-shadow-deeppurple {
  text-shadow: 2px 2px 5px #673AB7;
}

.active\:text-shadow-deeppurple:active,
.focus\:text-shadow-deeppurple:focus,
.hover\:text-shadow-deeppurple:hover {
  text-shadow: 2px 2px 5px #673AB7;
}

.text-shadow-deeporange {
  text-shadow: 2px 2px 5px #DD6E0F;
}

.active\:text-shadow-deeporange:active,
.focus\:text-shadow-deeporange:focus,
.hover\:text-shadow-deeporange:hover {
  text-shadow: 2px 2px 5px #DD6E0F;
}

.text-shadow-brown {
  text-shadow: 2px 2px 5px #964B00;
}

.active\:text-shadow-brown:active,
.focus\:text-shadow-brown:focus,
.hover\:text-shadow-brown:hover {
  text-shadow: 2px 2px 5px #964B00;
}

.text-shadow-grey {
  text-shadow: 2px 2px 5px #808080;
}

.active\:text-shadow-grey:active,
.focus\:text-shadow-grey:focus,
.hover\:text-shadow-grey:hover {
  text-shadow: 2px 2px 5px #808080;
}

::selection,
::first-letter::selection {
  color: #f5f5f5;
  background-color: #03A9F4;
}

::before, ::after,
::placeholder {
  user-select: none;
}

select, .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  user-select: none;
}
select *, .select * {
  user-select: none;
}

.select.hoverable:hover .select-content {
  display: block;
}
.select-content {
  border-width: 1px;
  border-style: solid;
}
.select-content > li {
  position: relative;
}
.select-content > li::before {
  content: "";
  opacity: 0.1;
  height: 1px;
  width: 80%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentColor;
}
.select-content:not(.show) {
  display: none;
}
.select-content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: max-content;
  text-align: left;
}
.select-option {
  background-color: inherit;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.select-option [type=checkbox],
.select-option [type=radio] {
  display: none;
}
.select-option label {
  width: 100%;
  max-width: 100%;
}
.select-option:hover {
  color: #fff;
  background-color: #03A9F4;
}

.select-none {
  user-select: none;
}

.m-0 {
  margin: 0;
}

.m-05 {
  margin: 0.25rem;
}

.m-15 {
  margin: 0.75rem;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.m-6 {
  margin: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:m-0 {
    margin: 0;
  }
  .xs\:m-05 {
    margin: 0.25rem;
  }
  .xs\:m-15 {
    margin: 0.75rem;
  }
  .xs\:m-1 {
    margin: 0.5rem;
  }
  .xs\:m-2 {
    margin: 1rem;
  }
  .xs\:m-3 {
    margin: 1.5rem;
  }
  .xs\:m-4 {
    margin: 2rem;
  }
  .xs\:m-5 {
    margin: 2.5rem;
  }
  .xs\:m-6 {
    margin: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:m-05 {
    margin: 0.25rem;
  }
  .sm\:m-15 {
    margin: 0.75rem;
  }
  .sm\:m-1 {
    margin: 0.5rem;
  }
  .sm\:m-2 {
    margin: 1rem;
  }
  .sm\:m-3 {
    margin: 1.5rem;
  }
  .sm\:m-4 {
    margin: 2rem;
  }
  .sm\:m-5 {
    margin: 2.5rem;
  }
  .sm\:m-6 {
    margin: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }
  .md\:m-05 {
    margin: 0.25rem;
  }
  .md\:m-15 {
    margin: 0.75rem;
  }
  .md\:m-1 {
    margin: 0.5rem;
  }
  .md\:m-2 {
    margin: 1rem;
  }
  .md\:m-3 {
    margin: 1.5rem;
  }
  .md\:m-4 {
    margin: 2rem;
  }
  .md\:m-5 {
    margin: 2.5rem;
  }
  .md\:m-6 {
    margin: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:m-05 {
    margin: 0.25rem;
  }
  .lg\:m-15 {
    margin: 0.75rem;
  }
  .lg\:m-1 {
    margin: 0.5rem;
  }
  .lg\:m-2 {
    margin: 1rem;
  }
  .lg\:m-3 {
    margin: 1.5rem;
  }
  .lg\:m-4 {
    margin: 2rem;
  }
  .lg\:m-5 {
    margin: 2.5rem;
  }
  .lg\:m-6 {
    margin: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:m-05 {
    margin: 0.25rem;
  }
  .xl\:m-15 {
    margin: 0.75rem;
  }
  .xl\:m-1 {
    margin: 0.5rem;
  }
  .xl\:m-2 {
    margin: 1rem;
  }
  .xl\:m-3 {
    margin: 1.5rem;
  }
  .xl\:m-4 {
    margin: 2rem;
  }
  .xl\:m-5 {
    margin: 2.5rem;
  }
  .xl\:m-6 {
    margin: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:m-0 {
    margin: 0;
  }
  .xxl\:m-05 {
    margin: 0.25rem;
  }
  .xxl\:m-15 {
    margin: 0.75rem;
  }
  .xxl\:m-1 {
    margin: 0.5rem;
  }
  .xxl\:m-2 {
    margin: 1rem;
  }
  .xxl\:m-3 {
    margin: 1.5rem;
  }
  .xxl\:m-4 {
    margin: 2rem;
  }
  .xxl\:m-5 {
    margin: 2.5rem;
  }
  .xxl\:m-6 {
    margin: 3rem;
  }
}
.mt-0 {
  margin-top: 0;
}

.mt-05 {
  margin-top: 0.25rem;
}

.mt-15 {
  margin-top: 0.75rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:mt-0 {
    margin-top: 0;
  }
  .xs\:mt-05 {
    margin-top: 0.25rem;
  }
  .xs\:mt-15 {
    margin-top: 0.75rem;
  }
  .xs\:mt-1 {
    margin-top: 0.5rem;
  }
  .xs\:mt-2 {
    margin-top: 1rem;
  }
  .xs\:mt-3 {
    margin-top: 1.5rem;
  }
  .xs\:mt-4 {
    margin-top: 2rem;
  }
  .xs\:mt-5 {
    margin-top: 2.5rem;
  }
  .xs\:mt-6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-05 {
    margin-top: 0.25rem;
  }
  .sm\:mt-15 {
    margin-top: 0.75rem;
  }
  .sm\:mt-1 {
    margin-top: 0.5rem;
  }
  .sm\:mt-2 {
    margin-top: 1rem;
  }
  .sm\:mt-3 {
    margin-top: 1.5rem;
  }
  .sm\:mt-4 {
    margin-top: 2rem;
  }
  .sm\:mt-5 {
    margin-top: 2.5rem;
  }
  .sm\:mt-6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-05 {
    margin-top: 0.25rem;
  }
  .md\:mt-15 {
    margin-top: 0.75rem;
  }
  .md\:mt-1 {
    margin-top: 0.5rem;
  }
  .md\:mt-2 {
    margin-top: 1rem;
  }
  .md\:mt-3 {
    margin-top: 1.5rem;
  }
  .md\:mt-4 {
    margin-top: 2rem;
  }
  .md\:mt-5 {
    margin-top: 2.5rem;
  }
  .md\:mt-6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-05 {
    margin-top: 0.25rem;
  }
  .lg\:mt-15 {
    margin-top: 0.75rem;
  }
  .lg\:mt-1 {
    margin-top: 0.5rem;
  }
  .lg\:mt-2 {
    margin-top: 1rem;
  }
  .lg\:mt-3 {
    margin-top: 1.5rem;
  }
  .lg\:mt-4 {
    margin-top: 2rem;
  }
  .lg\:mt-5 {
    margin-top: 2.5rem;
  }
  .lg\:mt-6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-05 {
    margin-top: 0.25rem;
  }
  .xl\:mt-15 {
    margin-top: 0.75rem;
  }
  .xl\:mt-1 {
    margin-top: 0.5rem;
  }
  .xl\:mt-2 {
    margin-top: 1rem;
  }
  .xl\:mt-3 {
    margin-top: 1.5rem;
  }
  .xl\:mt-4 {
    margin-top: 2rem;
  }
  .xl\:mt-5 {
    margin-top: 2.5rem;
  }
  .xl\:mt-6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mt-0 {
    margin-top: 0;
  }
  .xxl\:mt-05 {
    margin-top: 0.25rem;
  }
  .xxl\:mt-15 {
    margin-top: 0.75rem;
  }
  .xxl\:mt-1 {
    margin-top: 0.5rem;
  }
  .xxl\:mt-2 {
    margin-top: 1rem;
  }
  .xxl\:mt-3 {
    margin-top: 1.5rem;
  }
  .xxl\:mt-4 {
    margin-top: 2rem;
  }
  .xxl\:mt-5 {
    margin-top: 2.5rem;
  }
  .xxl\:mt-6 {
    margin-top: 3rem;
  }
}
.mr-0 {
  margin-right: 0;
}

.mr-05 {
  margin-right: 0.25rem;
}

.mr-15 {
  margin-right: 0.75rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mr-6 {
  margin-right: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:mr-0 {
    margin-right: 0;
  }
  .xs\:mr-05 {
    margin-right: 0.25rem;
  }
  .xs\:mr-15 {
    margin-right: 0.75rem;
  }
  .xs\:mr-1 {
    margin-right: 0.5rem;
  }
  .xs\:mr-2 {
    margin-right: 1rem;
  }
  .xs\:mr-3 {
    margin-right: 1.5rem;
  }
  .xs\:mr-4 {
    margin-right: 2rem;
  }
  .xs\:mr-5 {
    margin-right: 2.5rem;
  }
  .xs\:mr-6 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mr-05 {
    margin-right: 0.25rem;
  }
  .sm\:mr-15 {
    margin-right: 0.75rem;
  }
  .sm\:mr-1 {
    margin-right: 0.5rem;
  }
  .sm\:mr-2 {
    margin-right: 1rem;
  }
  .sm\:mr-3 {
    margin-right: 1.5rem;
  }
  .sm\:mr-4 {
    margin-right: 2rem;
  }
  .sm\:mr-5 {
    margin-right: 2.5rem;
  }
  .sm\:mr-6 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-05 {
    margin-right: 0.25rem;
  }
  .md\:mr-15 {
    margin-right: 0.75rem;
  }
  .md\:mr-1 {
    margin-right: 0.5rem;
  }
  .md\:mr-2 {
    margin-right: 1rem;
  }
  .md\:mr-3 {
    margin-right: 1.5rem;
  }
  .md\:mr-4 {
    margin-right: 2rem;
  }
  .md\:mr-5 {
    margin-right: 2.5rem;
  }
  .md\:mr-6 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mr-05 {
    margin-right: 0.25rem;
  }
  .lg\:mr-15 {
    margin-right: 0.75rem;
  }
  .lg\:mr-1 {
    margin-right: 0.5rem;
  }
  .lg\:mr-2 {
    margin-right: 1rem;
  }
  .lg\:mr-3 {
    margin-right: 1.5rem;
  }
  .lg\:mr-4 {
    margin-right: 2rem;
  }
  .lg\:mr-5 {
    margin-right: 2.5rem;
  }
  .lg\:mr-6 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mr-05 {
    margin-right: 0.25rem;
  }
  .xl\:mr-15 {
    margin-right: 0.75rem;
  }
  .xl\:mr-1 {
    margin-right: 0.5rem;
  }
  .xl\:mr-2 {
    margin-right: 1rem;
  }
  .xl\:mr-3 {
    margin-right: 1.5rem;
  }
  .xl\:mr-4 {
    margin-right: 2rem;
  }
  .xl\:mr-5 {
    margin-right: 2.5rem;
  }
  .xl\:mr-6 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mr-0 {
    margin-right: 0;
  }
  .xxl\:mr-05 {
    margin-right: 0.25rem;
  }
  .xxl\:mr-15 {
    margin-right: 0.75rem;
  }
  .xxl\:mr-1 {
    margin-right: 0.5rem;
  }
  .xxl\:mr-2 {
    margin-right: 1rem;
  }
  .xxl\:mr-3 {
    margin-right: 1.5rem;
  }
  .xxl\:mr-4 {
    margin-right: 2rem;
  }
  .xxl\:mr-5 {
    margin-right: 2.5rem;
  }
  .xxl\:mr-6 {
    margin-right: 3rem;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.mb-05 {
  margin-bottom: 0.25rem;
}

.mb-15 {
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:mb-0 {
    margin-bottom: 0;
  }
  .xs\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .xs\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .xs\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xs\:mb-2 {
    margin-bottom: 1rem;
  }
  .xs\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .xs\:mb-4 {
    margin-bottom: 2rem;
  }
  .xs\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .xs\:mb-6 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .sm\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-2 {
    margin-bottom: 1rem;
  }
  .sm\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-4 {
    margin-bottom: 2rem;
  }
  .sm\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-2 {
    margin-bottom: 1rem;
  }
  .md\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 2rem;
  }
  .md\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2 {
    margin-bottom: 1rem;
  }
  .lg\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 2rem;
  }
  .lg\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .xl\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .xl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xl\:mb-2 {
    margin-bottom: 1rem;
  }
  .xl\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-4 {
    margin-bottom: 2rem;
  }
  .xl\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mb-0 {
    margin-bottom: 0;
  }
  .xxl\:mb-05 {
    margin-bottom: 0.25rem;
  }
  .xxl\:mb-15 {
    margin-bottom: 0.75rem;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xxl\:mb-2 {
    margin-bottom: 1rem;
  }
  .xxl\:mb-3 {
    margin-bottom: 1.5rem;
  }
  .xxl\:mb-4 {
    margin-bottom: 2rem;
  }
  .xxl\:mb-5 {
    margin-bottom: 2.5rem;
  }
  .xxl\:mb-6 {
    margin-bottom: 3rem;
  }
}
.ml-0 {
  margin-left: 0;
}

.ml-05 {
  margin-left: 0.25rem;
}

.ml-15 {
  margin-left: 0.75rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.ml-4 {
  margin-left: 2rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.ml-6 {
  margin-left: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:ml-0 {
    margin-left: 0;
  }
  .xs\:ml-05 {
    margin-left: 0.25rem;
  }
  .xs\:ml-15 {
    margin-left: 0.75rem;
  }
  .xs\:ml-1 {
    margin-left: 0.5rem;
  }
  .xs\:ml-2 {
    margin-left: 1rem;
  }
  .xs\:ml-3 {
    margin-left: 1.5rem;
  }
  .xs\:ml-4 {
    margin-left: 2rem;
  }
  .xs\:ml-5 {
    margin-left: 2.5rem;
  }
  .xs\:ml-6 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:ml-05 {
    margin-left: 0.25rem;
  }
  .sm\:ml-15 {
    margin-left: 0.75rem;
  }
  .sm\:ml-1 {
    margin-left: 0.5rem;
  }
  .sm\:ml-2 {
    margin-left: 1rem;
  }
  .sm\:ml-3 {
    margin-left: 1.5rem;
  }
  .sm\:ml-4 {
    margin-left: 2rem;
  }
  .sm\:ml-5 {
    margin-left: 2.5rem;
  }
  .sm\:ml-6 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:ml-05 {
    margin-left: 0.25rem;
  }
  .md\:ml-15 {
    margin-left: 0.75rem;
  }
  .md\:ml-1 {
    margin-left: 0.5rem;
  }
  .md\:ml-2 {
    margin-left: 1rem;
  }
  .md\:ml-3 {
    margin-left: 1.5rem;
  }
  .md\:ml-4 {
    margin-left: 2rem;
  }
  .md\:ml-5 {
    margin-left: 2.5rem;
  }
  .md\:ml-6 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-05 {
    margin-left: 0.25rem;
  }
  .lg\:ml-15 {
    margin-left: 0.75rem;
  }
  .lg\:ml-1 {
    margin-left: 0.5rem;
  }
  .lg\:ml-2 {
    margin-left: 1rem;
  }
  .lg\:ml-3 {
    margin-left: 1.5rem;
  }
  .lg\:ml-4 {
    margin-left: 2rem;
  }
  .lg\:ml-5 {
    margin-left: 2.5rem;
  }
  .lg\:ml-6 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:ml-05 {
    margin-left: 0.25rem;
  }
  .xl\:ml-15 {
    margin-left: 0.75rem;
  }
  .xl\:ml-1 {
    margin-left: 0.5rem;
  }
  .xl\:ml-2 {
    margin-left: 1rem;
  }
  .xl\:ml-3 {
    margin-left: 1.5rem;
  }
  .xl\:ml-4 {
    margin-left: 2rem;
  }
  .xl\:ml-5 {
    margin-left: 2.5rem;
  }
  .xl\:ml-6 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:ml-0 {
    margin-left: 0;
  }
  .xxl\:ml-05 {
    margin-left: 0.25rem;
  }
  .xxl\:ml-15 {
    margin-left: 0.75rem;
  }
  .xxl\:ml-1 {
    margin-left: 0.5rem;
  }
  .xxl\:ml-2 {
    margin-left: 1rem;
  }
  .xxl\:ml-3 {
    margin-left: 1.5rem;
  }
  .xxl\:ml-4 {
    margin-left: 2rem;
  }
  .xxl\:ml-5 {
    margin-left: 2.5rem;
  }
  .xxl\:ml-6 {
    margin-left: 3rem;
  }
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-05 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-15 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xs\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xs\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xs\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xs\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xs\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xs\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xs\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xs\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xxl\:mx-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xxl\:mx-15 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xxl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xxl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xxl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xxl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xxl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xxl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-05 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-15 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xs\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xs\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xs\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xs\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xs\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xs\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xs\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xs\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .sm\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xl\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xxl\:my-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xxl\:my-15 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xxl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xxl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xxl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xxl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xxl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xxl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-0 {
  padding: 0;
}

.p-05 {
  padding: 0.25rem;
}

.p-15 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:p-0 {
    padding: 0;
  }
  .xs\:p-05 {
    padding: 0.25rem;
  }
  .xs\:p-15 {
    padding: 0.75rem;
  }
  .xs\:p-1 {
    padding: 0.5rem;
  }
  .xs\:p-2 {
    padding: 1rem;
  }
  .xs\:p-3 {
    padding: 1.5rem;
  }
  .xs\:p-4 {
    padding: 2rem;
  }
  .xs\:p-5 {
    padding: 2.5rem;
  }
  .xs\:p-6 {
    padding: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-05 {
    padding: 0.25rem;
  }
  .sm\:p-15 {
    padding: 0.75rem;
  }
  .sm\:p-1 {
    padding: 0.5rem;
  }
  .sm\:p-2 {
    padding: 1rem;
  }
  .sm\:p-3 {
    padding: 1.5rem;
  }
  .sm\:p-4 {
    padding: 2rem;
  }
  .sm\:p-5 {
    padding: 2.5rem;
  }
  .sm\:p-6 {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-05 {
    padding: 0.25rem;
  }
  .md\:p-15 {
    padding: 0.75rem;
  }
  .md\:p-1 {
    padding: 0.5rem;
  }
  .md\:p-2 {
    padding: 1rem;
  }
  .md\:p-3 {
    padding: 1.5rem;
  }
  .md\:p-4 {
    padding: 2rem;
  }
  .md\:p-5 {
    padding: 2.5rem;
  }
  .md\:p-6 {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-05 {
    padding: 0.25rem;
  }
  .lg\:p-15 {
    padding: 0.75rem;
  }
  .lg\:p-1 {
    padding: 0.5rem;
  }
  .lg\:p-2 {
    padding: 1rem;
  }
  .lg\:p-3 {
    padding: 1.5rem;
  }
  .lg\:p-4 {
    padding: 2rem;
  }
  .lg\:p-5 {
    padding: 2.5rem;
  }
  .lg\:p-6 {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:p-05 {
    padding: 0.25rem;
  }
  .xl\:p-15 {
    padding: 0.75rem;
  }
  .xl\:p-1 {
    padding: 0.5rem;
  }
  .xl\:p-2 {
    padding: 1rem;
  }
  .xl\:p-3 {
    padding: 1.5rem;
  }
  .xl\:p-4 {
    padding: 2rem;
  }
  .xl\:p-5 {
    padding: 2.5rem;
  }
  .xl\:p-6 {
    padding: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:p-0 {
    padding: 0;
  }
  .xxl\:p-05 {
    padding: 0.25rem;
  }
  .xxl\:p-15 {
    padding: 0.75rem;
  }
  .xxl\:p-1 {
    padding: 0.5rem;
  }
  .xxl\:p-2 {
    padding: 1rem;
  }
  .xxl\:p-3 {
    padding: 1.5rem;
  }
  .xxl\:p-4 {
    padding: 2rem;
  }
  .xxl\:p-5 {
    padding: 2.5rem;
  }
  .xxl\:p-6 {
    padding: 3rem;
  }
}
.pt-0 {
  padding-top: 0;
}

.pt-05 {
  padding-top: 0.25rem;
}

.pt-15 {
  padding-top: 0.75rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:pt-0 {
    padding-top: 0;
  }
  .xs\:pt-05 {
    padding-top: 0.25rem;
  }
  .xs\:pt-15 {
    padding-top: 0.75rem;
  }
  .xs\:pt-1 {
    padding-top: 0.5rem;
  }
  .xs\:pt-2 {
    padding-top: 1rem;
  }
  .xs\:pt-3 {
    padding-top: 1.5rem;
  }
  .xs\:pt-4 {
    padding-top: 2rem;
  }
  .xs\:pt-5 {
    padding-top: 2.5rem;
  }
  .xs\:pt-6 {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pt-05 {
    padding-top: 0.25rem;
  }
  .sm\:pt-15 {
    padding-top: 0.75rem;
  }
  .sm\:pt-1 {
    padding-top: 0.5rem;
  }
  .sm\:pt-2 {
    padding-top: 1rem;
  }
  .sm\:pt-3 {
    padding-top: 1.5rem;
  }
  .sm\:pt-4 {
    padding-top: 2rem;
  }
  .sm\:pt-5 {
    padding-top: 2.5rem;
  }
  .sm\:pt-6 {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-05 {
    padding-top: 0.25rem;
  }
  .md\:pt-15 {
    padding-top: 0.75rem;
  }
  .md\:pt-1 {
    padding-top: 0.5rem;
  }
  .md\:pt-2 {
    padding-top: 1rem;
  }
  .md\:pt-3 {
    padding-top: 1.5rem;
  }
  .md\:pt-4 {
    padding-top: 2rem;
  }
  .md\:pt-5 {
    padding-top: 2.5rem;
  }
  .md\:pt-6 {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-05 {
    padding-top: 0.25rem;
  }
  .lg\:pt-15 {
    padding-top: 0.75rem;
  }
  .lg\:pt-1 {
    padding-top: 0.5rem;
  }
  .lg\:pt-2 {
    padding-top: 1rem;
  }
  .lg\:pt-3 {
    padding-top: 1.5rem;
  }
  .lg\:pt-4 {
    padding-top: 2rem;
  }
  .lg\:pt-5 {
    padding-top: 2.5rem;
  }
  .lg\:pt-6 {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pt-05 {
    padding-top: 0.25rem;
  }
  .xl\:pt-15 {
    padding-top: 0.75rem;
  }
  .xl\:pt-1 {
    padding-top: 0.5rem;
  }
  .xl\:pt-2 {
    padding-top: 1rem;
  }
  .xl\:pt-3 {
    padding-top: 1.5rem;
  }
  .xl\:pt-4 {
    padding-top: 2rem;
  }
  .xl\:pt-5 {
    padding-top: 2.5rem;
  }
  .xl\:pt-6 {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:pt-0 {
    padding-top: 0;
  }
  .xxl\:pt-05 {
    padding-top: 0.25rem;
  }
  .xxl\:pt-15 {
    padding-top: 0.75rem;
  }
  .xxl\:pt-1 {
    padding-top: 0.5rem;
  }
  .xxl\:pt-2 {
    padding-top: 1rem;
  }
  .xxl\:pt-3 {
    padding-top: 1.5rem;
  }
  .xxl\:pt-4 {
    padding-top: 2rem;
  }
  .xxl\:pt-5 {
    padding-top: 2.5rem;
  }
  .xxl\:pt-6 {
    padding-top: 3rem;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-05 {
  padding-right: 0.25rem;
}

.pr-15 {
  padding-right: 0.75rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.pr-6 {
  padding-right: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:pr-0 {
    padding-right: 0;
  }
  .xs\:pr-05 {
    padding-right: 0.25rem;
  }
  .xs\:pr-15 {
    padding-right: 0.75rem;
  }
  .xs\:pr-1 {
    padding-right: 0.5rem;
  }
  .xs\:pr-2 {
    padding-right: 1rem;
  }
  .xs\:pr-3 {
    padding-right: 1.5rem;
  }
  .xs\:pr-4 {
    padding-right: 2rem;
  }
  .xs\:pr-5 {
    padding-right: 2.5rem;
  }
  .xs\:pr-6 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pr-05 {
    padding-right: 0.25rem;
  }
  .sm\:pr-15 {
    padding-right: 0.75rem;
  }
  .sm\:pr-1 {
    padding-right: 0.5rem;
  }
  .sm\:pr-2 {
    padding-right: 1rem;
  }
  .sm\:pr-3 {
    padding-right: 1.5rem;
  }
  .sm\:pr-4 {
    padding-right: 2rem;
  }
  .sm\:pr-5 {
    padding-right: 2.5rem;
  }
  .sm\:pr-6 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pr-05 {
    padding-right: 0.25rem;
  }
  .md\:pr-15 {
    padding-right: 0.75rem;
  }
  .md\:pr-1 {
    padding-right: 0.5rem;
  }
  .md\:pr-2 {
    padding-right: 1rem;
  }
  .md\:pr-3 {
    padding-right: 1.5rem;
  }
  .md\:pr-4 {
    padding-right: 2rem;
  }
  .md\:pr-5 {
    padding-right: 2.5rem;
  }
  .md\:pr-6 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pr-05 {
    padding-right: 0.25rem;
  }
  .lg\:pr-15 {
    padding-right: 0.75rem;
  }
  .lg\:pr-1 {
    padding-right: 0.5rem;
  }
  .lg\:pr-2 {
    padding-right: 1rem;
  }
  .lg\:pr-3 {
    padding-right: 1.5rem;
  }
  .lg\:pr-4 {
    padding-right: 2rem;
  }
  .lg\:pr-5 {
    padding-right: 2.5rem;
  }
  .lg\:pr-6 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pr-05 {
    padding-right: 0.25rem;
  }
  .xl\:pr-15 {
    padding-right: 0.75rem;
  }
  .xl\:pr-1 {
    padding-right: 0.5rem;
  }
  .xl\:pr-2 {
    padding-right: 1rem;
  }
  .xl\:pr-3 {
    padding-right: 1.5rem;
  }
  .xl\:pr-4 {
    padding-right: 2rem;
  }
  .xl\:pr-5 {
    padding-right: 2.5rem;
  }
  .xl\:pr-6 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:pr-0 {
    padding-right: 0;
  }
  .xxl\:pr-05 {
    padding-right: 0.25rem;
  }
  .xxl\:pr-15 {
    padding-right: 0.75rem;
  }
  .xxl\:pr-1 {
    padding-right: 0.5rem;
  }
  .xxl\:pr-2 {
    padding-right: 1rem;
  }
  .xxl\:pr-3 {
    padding-right: 1.5rem;
  }
  .xxl\:pr-4 {
    padding-right: 2rem;
  }
  .xxl\:pr-5 {
    padding-right: 2.5rem;
  }
  .xxl\:pr-6 {
    padding-right: 3rem;
  }
}
.pb-0 {
  padding-bottom: 0;
}

.pb-05 {
  padding-bottom: 0.25rem;
}

.pb-15 {
  padding-bottom: 0.75rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:pb-0 {
    padding-bottom: 0;
  }
  .xs\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .xs\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .xs\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xs\:pb-2 {
    padding-bottom: 1rem;
  }
  .xs\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .xs\:pb-4 {
    padding-bottom: 2rem;
  }
  .xs\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .xs\:pb-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .sm\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-2 {
    padding-bottom: 1rem;
  }
  .sm\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 2rem;
  }
  .sm\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .md\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-2 {
    padding-bottom: 1rem;
  }
  .md\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 2rem;
  }
  .md\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .lg\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-2 {
    padding-bottom: 1rem;
  }
  .lg\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-4 {
    padding-bottom: 2rem;
  }
  .lg\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .xl\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .xl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xl\:pb-2 {
    padding-bottom: 1rem;
  }
  .xl\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-4 {
    padding-bottom: 2rem;
  }
  .xl\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:pb-0 {
    padding-bottom: 0;
  }
  .xxl\:pb-05 {
    padding-bottom: 0.25rem;
  }
  .xxl\:pb-15 {
    padding-bottom: 0.75rem;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xxl\:pb-2 {
    padding-bottom: 1rem;
  }
  .xxl\:pb-3 {
    padding-bottom: 1.5rem;
  }
  .xxl\:pb-4 {
    padding-bottom: 2rem;
  }
  .xxl\:pb-5 {
    padding-bottom: 2.5rem;
  }
  .xxl\:pb-6 {
    padding-bottom: 3rem;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-05 {
  padding-left: 0.25rem;
}

.pl-15 {
  padding-left: 0.75rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pl-6 {
  padding-left: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:pl-0 {
    padding-left: 0;
  }
  .xs\:pl-05 {
    padding-left: 0.25rem;
  }
  .xs\:pl-15 {
    padding-left: 0.75rem;
  }
  .xs\:pl-1 {
    padding-left: 0.5rem;
  }
  .xs\:pl-2 {
    padding-left: 1rem;
  }
  .xs\:pl-3 {
    padding-left: 1.5rem;
  }
  .xs\:pl-4 {
    padding-left: 2rem;
  }
  .xs\:pl-5 {
    padding-left: 2.5rem;
  }
  .xs\:pl-6 {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:pl-05 {
    padding-left: 0.25rem;
  }
  .sm\:pl-15 {
    padding-left: 0.75rem;
  }
  .sm\:pl-1 {
    padding-left: 0.5rem;
  }
  .sm\:pl-2 {
    padding-left: 1rem;
  }
  .sm\:pl-3 {
    padding-left: 1.5rem;
  }
  .sm\:pl-4 {
    padding-left: 2rem;
  }
  .sm\:pl-5 {
    padding-left: 2.5rem;
  }
  .sm\:pl-6 {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-05 {
    padding-left: 0.25rem;
  }
  .md\:pl-15 {
    padding-left: 0.75rem;
  }
  .md\:pl-1 {
    padding-left: 0.5rem;
  }
  .md\:pl-2 {
    padding-left: 1rem;
  }
  .md\:pl-3 {
    padding-left: 1.5rem;
  }
  .md\:pl-4 {
    padding-left: 2rem;
  }
  .md\:pl-5 {
    padding-left: 2.5rem;
  }
  .md\:pl-6 {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-05 {
    padding-left: 0.25rem;
  }
  .lg\:pl-15 {
    padding-left: 0.75rem;
  }
  .lg\:pl-1 {
    padding-left: 0.5rem;
  }
  .lg\:pl-2 {
    padding-left: 1rem;
  }
  .lg\:pl-3 {
    padding-left: 1.5rem;
  }
  .lg\:pl-4 {
    padding-left: 2rem;
  }
  .lg\:pl-5 {
    padding-left: 2.5rem;
  }
  .lg\:pl-6 {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pl-05 {
    padding-left: 0.25rem;
  }
  .xl\:pl-15 {
    padding-left: 0.75rem;
  }
  .xl\:pl-1 {
    padding-left: 0.5rem;
  }
  .xl\:pl-2 {
    padding-left: 1rem;
  }
  .xl\:pl-3 {
    padding-left: 1.5rem;
  }
  .xl\:pl-4 {
    padding-left: 2rem;
  }
  .xl\:pl-5 {
    padding-left: 2.5rem;
  }
  .xl\:pl-6 {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:pl-0 {
    padding-left: 0;
  }
  .xxl\:pl-05 {
    padding-left: 0.25rem;
  }
  .xxl\:pl-15 {
    padding-left: 0.75rem;
  }
  .xxl\:pl-1 {
    padding-left: 0.5rem;
  }
  .xxl\:pl-2 {
    padding-left: 1rem;
  }
  .xxl\:pl-3 {
    padding-left: 1.5rem;
  }
  .xxl\:pl-4 {
    padding-left: 2rem;
  }
  .xxl\:pl-5 {
    padding-left: 2.5rem;
  }
  .xxl\:pl-6 {
    padding-left: 3rem;
  }
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xs\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xs\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xs\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xs\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xs\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xs\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xs\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl\:px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxl\:px-15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xxl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xxl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-15 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xs\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xs\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xs\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xs\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xs\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xs\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xs\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xs\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxl\:py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxl\:py-15 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xxl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xxl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.m-auto {
  margin: auto;
}

@media screen and (min-width: 375px) {
  .xs\:m-auto {
    margin: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:m-auto {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-auto {
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-auto {
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:m-auto {
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:m-auto {
    margin: auto;
  }
}
.mt-auto {
  margin-top: auto;
}

@media screen and (min-width: 375px) {
  .xs\:mt-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mt-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:mt-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mt-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mt-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mt-auto {
    margin-top: auto;
  }
}
.mr-auto {
  margin-right: auto;
}

@media screen and (min-width: 375px) {
  .xs\:mr-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mr-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:mr-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mr-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mr-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mr-auto {
    margin-right: auto;
  }
}
.mb-auto {
  margin-bottom: auto;
}

@media screen and (min-width: 375px) {
  .xs\:mb-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mb-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:mb-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mb-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mb-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mb-auto {
    margin-bottom: auto;
  }
}
.ml-auto {
  margin-left: auto;
}

@media screen and (min-width: 375px) {
  .xs\:ml-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:ml-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:ml-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:ml-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:ml-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:ml-auto {
    margin-left: auto;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 375px) {
  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 375px) {
  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 544px) {
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.gap-0 {
  gap: 0;
}

.gap-05 {
  gap: 0.25rem;
}

.gap-15 {
  gap: 0.75rem;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:gap-0 {
    gap: 0;
  }
  .xs\:gap-05 {
    gap: 0.25rem;
  }
  .xs\:gap-15 {
    gap: 0.75rem;
  }
  .xs\:gap-1 {
    gap: 0.5rem;
  }
  .xs\:gap-2 {
    gap: 1rem;
  }
  .xs\:gap-3 {
    gap: 1.5rem;
  }
  .xs\:gap-4 {
    gap: 2rem;
  }
  .xs\:gap-5 {
    gap: 2.5rem;
  }
  .xs\:gap-6 {
    gap: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-05 {
    gap: 0.25rem;
  }
  .sm\:gap-15 {
    gap: 0.75rem;
  }
  .sm\:gap-1 {
    gap: 0.5rem;
  }
  .sm\:gap-2 {
    gap: 1rem;
  }
  .sm\:gap-3 {
    gap: 1.5rem;
  }
  .sm\:gap-4 {
    gap: 2rem;
  }
  .sm\:gap-5 {
    gap: 2.5rem;
  }
  .sm\:gap-6 {
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-05 {
    gap: 0.25rem;
  }
  .md\:gap-15 {
    gap: 0.75rem;
  }
  .md\:gap-1 {
    gap: 0.5rem;
  }
  .md\:gap-2 {
    gap: 1rem;
  }
  .md\:gap-3 {
    gap: 1.5rem;
  }
  .md\:gap-4 {
    gap: 2rem;
  }
  .md\:gap-5 {
    gap: 2.5rem;
  }
  .md\:gap-6 {
    gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-05 {
    gap: 0.25rem;
  }
  .lg\:gap-15 {
    gap: 0.75rem;
  }
  .lg\:gap-1 {
    gap: 0.5rem;
  }
  .lg\:gap-2 {
    gap: 1rem;
  }
  .lg\:gap-3 {
    gap: 1.5rem;
  }
  .lg\:gap-4 {
    gap: 2rem;
  }
  .lg\:gap-5 {
    gap: 2.5rem;
  }
  .lg\:gap-6 {
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-05 {
    gap: 0.25rem;
  }
  .xl\:gap-15 {
    gap: 0.75rem;
  }
  .xl\:gap-1 {
    gap: 0.5rem;
  }
  .xl\:gap-2 {
    gap: 1rem;
  }
  .xl\:gap-3 {
    gap: 1.5rem;
  }
  .xl\:gap-4 {
    gap: 2rem;
  }
  .xl\:gap-5 {
    gap: 2.5rem;
  }
  .xl\:gap-6 {
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:gap-0 {
    gap: 0;
  }
  .xxl\:gap-05 {
    gap: 0.25rem;
  }
  .xxl\:gap-15 {
    gap: 0.75rem;
  }
  .xxl\:gap-1 {
    gap: 0.5rem;
  }
  .xxl\:gap-2 {
    gap: 1rem;
  }
  .xxl\:gap-3 {
    gap: 1.5rem;
  }
  .xxl\:gap-4 {
    gap: 2rem;
  }
  .xxl\:gap-5 {
    gap: 2.5rem;
  }
  .xxl\:gap-6 {
    gap: 3rem;
  }
}
.gx-0 {
  column-gap: 0;
}

.gx-05 {
  column-gap: 0.25rem;
}

.gx-15 {
  column-gap: 0.75rem;
}

.gx-1 {
  column-gap: 0.5rem;
}

.gx-2 {
  column-gap: 1rem;
}

.gx-3 {
  column-gap: 1.5rem;
}

.gx-4 {
  column-gap: 2rem;
}

.gx-5 {
  column-gap: 2.5rem;
}

.gx-6 {
  column-gap: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:gx-0 {
    column-gap: 0;
  }
  .xs\:gx-05 {
    column-gap: 0.25rem;
  }
  .xs\:gx-15 {
    column-gap: 0.75rem;
  }
  .xs\:gx-1 {
    column-gap: 0.5rem;
  }
  .xs\:gx-2 {
    column-gap: 1rem;
  }
  .xs\:gx-3 {
    column-gap: 1.5rem;
  }
  .xs\:gx-4 {
    column-gap: 2rem;
  }
  .xs\:gx-5 {
    column-gap: 2.5rem;
  }
  .xs\:gx-6 {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:gx-0 {
    column-gap: 0;
  }
  .sm\:gx-05 {
    column-gap: 0.25rem;
  }
  .sm\:gx-15 {
    column-gap: 0.75rem;
  }
  .sm\:gx-1 {
    column-gap: 0.5rem;
  }
  .sm\:gx-2 {
    column-gap: 1rem;
  }
  .sm\:gx-3 {
    column-gap: 1.5rem;
  }
  .sm\:gx-4 {
    column-gap: 2rem;
  }
  .sm\:gx-5 {
    column-gap: 2.5rem;
  }
  .sm\:gx-6 {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:gx-0 {
    column-gap: 0;
  }
  .md\:gx-05 {
    column-gap: 0.25rem;
  }
  .md\:gx-15 {
    column-gap: 0.75rem;
  }
  .md\:gx-1 {
    column-gap: 0.5rem;
  }
  .md\:gx-2 {
    column-gap: 1rem;
  }
  .md\:gx-3 {
    column-gap: 1.5rem;
  }
  .md\:gx-4 {
    column-gap: 2rem;
  }
  .md\:gx-5 {
    column-gap: 2.5rem;
  }
  .md\:gx-6 {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gx-0 {
    column-gap: 0;
  }
  .lg\:gx-05 {
    column-gap: 0.25rem;
  }
  .lg\:gx-15 {
    column-gap: 0.75rem;
  }
  .lg\:gx-1 {
    column-gap: 0.5rem;
  }
  .lg\:gx-2 {
    column-gap: 1rem;
  }
  .lg\:gx-3 {
    column-gap: 1.5rem;
  }
  .lg\:gx-4 {
    column-gap: 2rem;
  }
  .lg\:gx-5 {
    column-gap: 2.5rem;
  }
  .lg\:gx-6 {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gx-0 {
    column-gap: 0;
  }
  .xl\:gx-05 {
    column-gap: 0.25rem;
  }
  .xl\:gx-15 {
    column-gap: 0.75rem;
  }
  .xl\:gx-1 {
    column-gap: 0.5rem;
  }
  .xl\:gx-2 {
    column-gap: 1rem;
  }
  .xl\:gx-3 {
    column-gap: 1.5rem;
  }
  .xl\:gx-4 {
    column-gap: 2rem;
  }
  .xl\:gx-5 {
    column-gap: 2.5rem;
  }
  .xl\:gx-6 {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:gx-0 {
    column-gap: 0;
  }
  .xxl\:gx-05 {
    column-gap: 0.25rem;
  }
  .xxl\:gx-15 {
    column-gap: 0.75rem;
  }
  .xxl\:gx-1 {
    column-gap: 0.5rem;
  }
  .xxl\:gx-2 {
    column-gap: 1rem;
  }
  .xxl\:gx-3 {
    column-gap: 1.5rem;
  }
  .xxl\:gx-4 {
    column-gap: 2rem;
  }
  .xxl\:gx-5 {
    column-gap: 2.5rem;
  }
  .xxl\:gx-6 {
    column-gap: 3rem;
  }
}
.gy-0 {
  row-gap: 0;
}

.gy-05 {
  row-gap: 0.25rem;
}

.gy-15 {
  row-gap: 0.75rem;
}

.gy-1 {
  row-gap: 0.5rem;
}

.gy-2 {
  row-gap: 1rem;
}

.gy-3 {
  row-gap: 1.5rem;
}

.gy-4 {
  row-gap: 2rem;
}

.gy-5 {
  row-gap: 2.5rem;
}

.gy-6 {
  row-gap: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:gy-0 {
    row-gap: 0;
  }
  .xs\:gy-05 {
    row-gap: 0.25rem;
  }
  .xs\:gy-15 {
    row-gap: 0.75rem;
  }
  .xs\:gy-1 {
    row-gap: 0.5rem;
  }
  .xs\:gy-2 {
    row-gap: 1rem;
  }
  .xs\:gy-3 {
    row-gap: 1.5rem;
  }
  .xs\:gy-4 {
    row-gap: 2rem;
  }
  .xs\:gy-5 {
    row-gap: 2.5rem;
  }
  .xs\:gy-6 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:gy-0 {
    row-gap: 0;
  }
  .sm\:gy-05 {
    row-gap: 0.25rem;
  }
  .sm\:gy-15 {
    row-gap: 0.75rem;
  }
  .sm\:gy-1 {
    row-gap: 0.5rem;
  }
  .sm\:gy-2 {
    row-gap: 1rem;
  }
  .sm\:gy-3 {
    row-gap: 1.5rem;
  }
  .sm\:gy-4 {
    row-gap: 2rem;
  }
  .sm\:gy-5 {
    row-gap: 2.5rem;
  }
  .sm\:gy-6 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:gy-0 {
    row-gap: 0;
  }
  .md\:gy-05 {
    row-gap: 0.25rem;
  }
  .md\:gy-15 {
    row-gap: 0.75rem;
  }
  .md\:gy-1 {
    row-gap: 0.5rem;
  }
  .md\:gy-2 {
    row-gap: 1rem;
  }
  .md\:gy-3 {
    row-gap: 1.5rem;
  }
  .md\:gy-4 {
    row-gap: 2rem;
  }
  .md\:gy-5 {
    row-gap: 2.5rem;
  }
  .md\:gy-6 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gy-0 {
    row-gap: 0;
  }
  .lg\:gy-05 {
    row-gap: 0.25rem;
  }
  .lg\:gy-15 {
    row-gap: 0.75rem;
  }
  .lg\:gy-1 {
    row-gap: 0.5rem;
  }
  .lg\:gy-2 {
    row-gap: 1rem;
  }
  .lg\:gy-3 {
    row-gap: 1.5rem;
  }
  .lg\:gy-4 {
    row-gap: 2rem;
  }
  .lg\:gy-5 {
    row-gap: 2.5rem;
  }
  .lg\:gy-6 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gy-0 {
    row-gap: 0;
  }
  .xl\:gy-05 {
    row-gap: 0.25rem;
  }
  .xl\:gy-15 {
    row-gap: 0.75rem;
  }
  .xl\:gy-1 {
    row-gap: 0.5rem;
  }
  .xl\:gy-2 {
    row-gap: 1rem;
  }
  .xl\:gy-3 {
    row-gap: 1.5rem;
  }
  .xl\:gy-4 {
    row-gap: 2rem;
  }
  .xl\:gy-5 {
    row-gap: 2.5rem;
  }
  .xl\:gy-6 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:gy-0 {
    row-gap: 0;
  }
  .xxl\:gy-05 {
    row-gap: 0.25rem;
  }
  .xxl\:gy-15 {
    row-gap: 0.75rem;
  }
  .xxl\:gy-1 {
    row-gap: 0.5rem;
  }
  .xxl\:gy-2 {
    row-gap: 1rem;
  }
  .xxl\:gy-3 {
    row-gap: 1.5rem;
  }
  .xxl\:gy-4 {
    row-gap: 2rem;
  }
  .xxl\:gy-5 {
    row-gap: 2.5rem;
  }
  .xxl\:gy-6 {
    row-gap: 3rem;
  }
}
.narrow-gap {
  gap: 2px;
}

.narrow-gap-x {
  column-gap: 2px;
}

.narrow-gap-y {
  row-gap: 2px;
}

.small-gap {
  gap: 0.5rem;
}

.small-gap-x {
  column-gap: 0.5rem;
}

.small-gap-y {
  row-gap: 0.5rem;
}

.normal-gap {
  gap: 1rem;
}

.normal-gap-x {
  column-gap: 1rem;
}

.normal-gap-y {
  row-gap: 1rem;
}

.large-gap {
  gap: 0.6666666667rem;
}

.large-gap-x {
  column-gap: 0.6666666667rem;
}

.large-gap-y {
  row-gap: 0.6666666667rem;
}

.wide-gap {
  gap: 0.5rem;
}

.wide-gap-x {
  column-gap: 0.5rem;
}

.wide-gap-y {
  row-gap: 0.5rem;
}

.no-gap {
  gap: 0;
}

@media screen and (min-width: 375px) {
  .xs\:no-gap {
    gap: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:no-gap {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:no-gap {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:no-gap {
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:no-gap {
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:no-gap {
    gap: 0;
  }
}
.spacer {
  min-height: 1rem;
}
.spacer:not([height]) {
  height: 50px;
}
.spacer[height="0"] {
  height: 0;
}
.spacer[height="1"] {
  height: 0.5rem;
}
.spacer[height="2"] {
  height: 1rem;
}
.spacer[height="3"] {
  height: 1.5rem;
}
.spacer[height="4"] {
  height: 2rem;
}
.spacer[height="5"] {
  height: 2.5rem;
}
.spacer[height="6"] {
  height: 3rem;
}

.static {
  position: static;
}

@media screen and (min-width: 375px) {
  .xs\:static {
    position: static;
  }
}
@media screen and (min-width: 544px) {
  .sm\:static {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .md\:static {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .lg\:static {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:static {
    position: static;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:static {
    position: static;
  }
}
.pos-static {
  position: static;
}

.absolute {
  position: absolute;
}

@media screen and (min-width: 375px) {
  .xs\:absolute {
    position: absolute;
  }
}
@media screen and (min-width: 544px) {
  .sm\:absolute {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:absolute {
    position: absolute;
  }
}
.pos-absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media screen and (min-width: 375px) {
  .xs\:fixed {
    position: fixed;
  }
}
@media screen and (min-width: 544px) {
  .sm\:fixed {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
}
@media screen and (min-width: 992px) {
  .lg\:fixed {
    position: fixed;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:fixed {
    position: fixed;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:fixed {
    position: fixed;
  }
}
.pos-fixed {
  position: fixed;
}

.relative {
  position: relative;
}

@media screen and (min-width: 375px) {
  .xs\:relative {
    position: relative;
  }
}
@media screen and (min-width: 544px) {
  .sm\:relative {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:relative {
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:relative {
    position: relative;
  }
}
.pos-relative {
  position: relative;
}

.sticky {
  position: sticky;
}

@media screen and (min-width: 375px) {
  .xs\:sticky {
    position: sticky;
  }
}
@media screen and (min-width: 544px) {
  .sm\:sticky {
    position: sticky;
  }
}
@media screen and (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }
}
@media screen and (min-width: 992px) {
  .lg\:sticky {
    position: sticky;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:sticky {
    position: sticky;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:sticky {
    position: sticky;
  }
}
.pos-sticky {
  position: sticky;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

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

@media screen and (min-width: 375px) {
  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.inset-05 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-05 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
.inset-15 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-15 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
.inset-1 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-1 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
.inset-2 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-2 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.inset-3 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-3 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.inset-4 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-4 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
.inset-5 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-5 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
.inset-6 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:inset-6 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
.top-0 {
  top: 0;
}

@media screen and (min-width: 375px) {
  .xs\:top-0 {
    top: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-0 {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-0 {
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-0 {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-0 {
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-0 {
    top: 0;
  }
}
.top-05 {
  top: 0.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-05 {
    top: 0.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-05 {
    top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-05 {
    top: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-05 {
    top: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-05 {
    top: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-05 {
    top: 0.25rem;
  }
}
.top-15 {
  top: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-15 {
    top: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-15 {
    top: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-15 {
    top: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-15 {
    top: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-15 {
    top: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-15 {
    top: 0.75rem;
  }
}
.top-1 {
  top: 0.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-1 {
    top: 0.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-1 {
    top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-1 {
    top: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-1 {
    top: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-1 {
    top: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-1 {
    top: 0.5rem;
  }
}
.top-2 {
  top: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-2 {
    top: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-2 {
    top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-2 {
    top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-2 {
    top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-2 {
    top: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-2 {
    top: 1rem;
  }
}
.top-3 {
  top: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-3 {
    top: 1.5rem;
  }
}
.top-4 {
  top: 2rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-4 {
    top: 2rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-4 {
    top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-4 {
    top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-4 {
    top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-4 {
    top: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-4 {
    top: 2rem;
  }
}
.top-5 {
  top: 2.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-5 {
    top: 2.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-5 {
    top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-5 {
    top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-5 {
    top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-5 {
    top: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-5 {
    top: 2.5rem;
  }
}
.top-6 {
  top: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:top-6 {
    top: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:top-6 {
    top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-6 {
    top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-6 {
    top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-6 {
    top: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:top-6 {
    top: 3rem;
  }
}
.right-0 {
  right: 0;
}

@media screen and (min-width: 375px) {
  .xs\:right-0 {
    right: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-0 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-0 {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-0 {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-0 {
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-0 {
    right: 0;
  }
}
.right-05 {
  right: 0.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-05 {
    right: 0.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-05 {
    right: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-05 {
    right: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-05 {
    right: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-05 {
    right: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-05 {
    right: 0.25rem;
  }
}
.right-15 {
  right: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-15 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-15 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-15 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-15 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-15 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-15 {
    right: 0.75rem;
  }
}
.right-1 {
  right: 0.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-1 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-1 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-1 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-1 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-1 {
    right: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-1 {
    right: 0.5rem;
  }
}
.right-2 {
  right: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-2 {
    right: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-2 {
    right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-2 {
    right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-2 {
    right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-2 {
    right: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-2 {
    right: 1rem;
  }
}
.right-3 {
  right: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-3 {
    right: 1.5rem;
  }
}
.right-4 {
  right: 2rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-4 {
    right: 2rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-4 {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-4 {
    right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-4 {
    right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-4 {
    right: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-4 {
    right: 2rem;
  }
}
.right-5 {
  right: 2.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-5 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-5 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-5 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-5 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-5 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-5 {
    right: 2.5rem;
  }
}
.right-6 {
  right: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:right-6 {
    right: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:right-6 {
    right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-6 {
    right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-6 {
    right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-6 {
    right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:right-6 {
    right: 3rem;
  }
}
.bottom-0 {
  bottom: 0;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-0 {
    bottom: 0;
  }
}
.bottom-05 {
  bottom: 0.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-05 {
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-05 {
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-05 {
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-05 {
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-05 {
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-05 {
    bottom: 0.25rem;
  }
}
.bottom-15 {
  bottom: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-15 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-15 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-15 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-15 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-15 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-15 {
    bottom: 0.75rem;
  }
}
.bottom-1 {
  bottom: 0.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-1 {
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-1 {
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-1 {
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-1 {
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-1 {
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-1 {
    bottom: 0.5rem;
  }
}
.bottom-2 {
  bottom: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-2 {
    bottom: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-2 {
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-2 {
    bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-2 {
    bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-2 {
    bottom: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-2 {
    bottom: 1rem;
  }
}
.bottom-3 {
  bottom: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-3 {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-3 {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-3 {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-3 {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-3 {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-3 {
    bottom: 1.5rem;
  }
}
.bottom-4 {
  bottom: 2rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-4 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-4 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-4 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-4 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-4 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-4 {
    bottom: 2rem;
  }
}
.bottom-5 {
  bottom: 2.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-5 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-5 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-5 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-5 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-5 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-5 {
    bottom: 2.5rem;
  }
}
.bottom-6 {
  bottom: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:bottom-6 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:bottom-6 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-6 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-6 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-6 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:bottom-6 {
    bottom: 3rem;
  }
}
.left-0 {
  left: 0;
}

@media screen and (min-width: 375px) {
  .xs\:left-0 {
    left: 0;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-0 {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-0 {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-0 {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-0 {
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-0 {
    left: 0;
  }
}
.left-05 {
  left: 0.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-05 {
    left: 0.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-05 {
    left: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-05 {
    left: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-05 {
    left: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-05 {
    left: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-05 {
    left: 0.25rem;
  }
}
.left-15 {
  left: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-15 {
    left: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-15 {
    left: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-15 {
    left: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-15 {
    left: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-15 {
    left: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-15 {
    left: 0.75rem;
  }
}
.left-1 {
  left: 0.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-1 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-1 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-1 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-1 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-1 {
    left: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-1 {
    left: 0.5rem;
  }
}
.left-2 {
  left: 1rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-2 {
    left: 1rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-2 {
    left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-2 {
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-2 {
    left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-2 {
    left: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-2 {
    left: 1rem;
  }
}
.left-3 {
  left: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-3 {
    left: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-3 {
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-3 {
    left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-3 {
    left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-3 {
    left: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-3 {
    left: 1.5rem;
  }
}
.left-4 {
  left: 2rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-4 {
    left: 2rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-4 {
    left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-4 {
    left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-4 {
    left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-4 {
    left: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-4 {
    left: 2rem;
  }
}
.left-5 {
  left: 2.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-5 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-5 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-5 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-5 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-5 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-5 {
    left: 2.5rem;
  }
}
.left-6 {
  left: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:left-6 {
    left: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:left-6 {
    left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-6 {
    left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-6 {
    left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-6 {
    left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:left-6 {
    left: 3rem;
  }
}
.clearfix {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-auto {
  vertical-align: auto;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}

.text {
  font-size: 1rem;
  font-weight: inherit;
}
.text-ellipsis {
  text-overflow: ellipsis;
}

.text-left {
  text-align: left;
}

@media screen and (min-width: 375px) {
  .xs\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-left {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}

@media screen and (min-width: 375px) {
  .xs\:text-center {
    text-align: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-center {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}

@media screen and (min-width: 375px) {
  .xs\:text-right {
    text-align: right;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-right {
    text-align: right;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-right {
    text-align: right;
  }
}
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 375px) {
  .xs\:text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-justify {
    text-align: justify;
  }
}
.text-start {
  text-align: start;
}

@media screen and (min-width: 375px) {
  .xs\:text-start {
    text-align: start;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-start {
    text-align: start;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-start {
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-start {
    text-align: start;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-start {
    text-align: start;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-start {
    text-align: start;
  }
}
.text-end {
  text-align: end;
}

@media screen and (min-width: 375px) {
  .xs\:text-end {
    text-align: end;
  }
}
@media screen and (min-width: 544px) {
  .sm\:text-end {
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-end {
    text-align: end;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-end {
    text-align: end;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-end {
    text-align: end;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:text-end {
    text-align: end;
  }
}
.center,
.text-center {
  text-align: center;
}

@media screen and (min-width: 375px) {
  .xs\:center {
    text-align: center;
  }
}
@media screen and (min-width: 544px) {
  .sm\:center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .md\:center {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:center {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:center {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:center {
    text-align: center;
  }
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.5rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.5rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 9rem;
  max-height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 375px) {
  .xs\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 544px) {
  .sm\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .md\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .lg\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 9rem;
    max-height: fit-content;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.underline {
  text-decoration: underline;
}

.active\:underline:active,
.focus\:underline:focus,
.hover\:underline:hover {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}

.active\:overline:active,
.focus\:overline:focus,
.hover\:overline:hover {
  text-decoration: overline;
}

.deleted {
  text-decoration: line-through;
}

.active\:deleted:active,
.focus\:deleted:focus,
.hover\:deleted:hover {
  text-decoration: line-through;
}

.strike {
  text-decoration: line-through;
}

.active\:strike:active,
.focus\:strike:focus,
.hover\:strike:hover {
  text-decoration: line-through;
}

.d-none {
  text-decoration: none;
}

.active\:d-none:active,
.focus\:d-none:focus,
.hover\:d-none:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 375px) {
  .xs\:uppercase {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 544px) {
  .sm\:uppercase {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  .md\:uppercase {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .lg\:uppercase {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:uppercase {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:uppercase {
    text-transform: uppercase;
  }
}
.lowercase {
  text-transform: lowercase;
}

@media screen and (min-width: 375px) {
  .xs\:lowercase {
    text-transform: lowercase;
  }
}
@media screen and (min-width: 544px) {
  .sm\:lowercase {
    text-transform: lowercase;
  }
}
@media screen and (min-width: 768px) {
  .md\:lowercase {
    text-transform: lowercase;
  }
}
@media screen and (min-width: 992px) {
  .lg\:lowercase {
    text-transform: lowercase;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:lowercase {
    text-transform: lowercase;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:lowercase {
    text-transform: lowercase;
  }
}
.capitalize {
  text-transform: capitalize;
}

@media screen and (min-width: 375px) {
  .xs\:capitalize {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 544px) {
  .sm\:capitalize {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) {
  .md\:capitalize {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 992px) {
  .lg\:capitalize {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:capitalize {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:capitalize {
    text-transform: capitalize;
  }
}
.no-case {
  text-transform: none;
}

@media screen and (min-width: 375px) {
  .xs\:no-case {
    text-transform: none;
  }
}
@media screen and (min-width: 544px) {
  .sm\:no-case {
    text-transform: none;
  }
}
@media screen and (min-width: 768px) {
  .md\:no-case {
    text-transform: none;
  }
}
@media screen and (min-width: 992px) {
  .lg\:no-case {
    text-transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:no-case {
    text-transform: none;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:no-case {
    text-transform: none;
  }
}
.upperfirst {
  text-transform: none;
}
.upperfirst::first-letter {
  text-transform: uppercase;
}

.underline-primary {
  text-decoration-color: #03A9F4;
}

.underline-secondary {
  text-decoration-color: #333;
}

.underline-success {
  text-decoration-color: #28a745;
}

.underline-info {
  text-decoration-color: #0DCAF0;
}

.underline-warning {
  text-decoration-color: #FFC107;
}

.underline-danger {
  text-decoration-color: #DC3545;
}

.underline-light {
  text-decoration-color: #f5f5f5;
}

.underline-dark {
  text-decoration-color: #212529;
}

.underline-red {
  text-decoration-color: #F44336;
}

.underline-green {
  text-decoration-color: #4CAF50;
}

.underline-blue {
  text-decoration-color: #2196F3;
}

.underline-black {
  text-decoration-color: #000;
}

.underline-white {
  text-decoration-color: #fff;
}

.underline-pink {
  text-decoration-color: #E91E63;
}

.underline-purple {
  text-decoration-color: #9C27B0;
}

.underline-indigo {
  text-decoration-color: #3E51B5;
}

.underline-cyan {
  text-decoration-color: #00BCD4;
}

.underline-teal {
  text-decoration-color: #009688;
}

.underline-lime {
  text-decoration-color: #CDDC39;
}

.underline-yellow {
  text-decoration-color: #FFEB3B;
}

.underline-amber {
  text-decoration-color: #FFC107;
}

.underline-orange {
  text-decoration-color: #FF9800;
}

.underline-lightblue {
  text-decoration-color: #03A9F4;
}

.underline-lightgreen {
  text-decoration-color: #76FF03;
}

.underline-deeppurple {
  text-decoration-color: #673AB7;
}

.underline-deeporange {
  text-decoration-color: #DD6E0F;
}

.underline-brown {
  text-decoration-color: #964B00;
}

.underline-grey {
  text-decoration-color: #808080;
}

.overline-primary {
  text-decoration-color: #03A9F4;
}

.overline-secondary {
  text-decoration-color: #333;
}

.overline-success {
  text-decoration-color: #28a745;
}

.overline-info {
  text-decoration-color: #0DCAF0;
}

.overline-warning {
  text-decoration-color: #FFC107;
}

.overline-danger {
  text-decoration-color: #DC3545;
}

.overline-light {
  text-decoration-color: #f5f5f5;
}

.overline-dark {
  text-decoration-color: #212529;
}

.overline-red {
  text-decoration-color: #F44336;
}

.overline-green {
  text-decoration-color: #4CAF50;
}

.overline-blue {
  text-decoration-color: #2196F3;
}

.overline-black {
  text-decoration-color: #000;
}

.overline-white {
  text-decoration-color: #fff;
}

.overline-pink {
  text-decoration-color: #E91E63;
}

.overline-purple {
  text-decoration-color: #9C27B0;
}

.overline-indigo {
  text-decoration-color: #3E51B5;
}

.overline-cyan {
  text-decoration-color: #00BCD4;
}

.overline-teal {
  text-decoration-color: #009688;
}

.overline-lime {
  text-decoration-color: #CDDC39;
}

.overline-yellow {
  text-decoration-color: #FFEB3B;
}

.overline-amber {
  text-decoration-color: #FFC107;
}

.overline-orange {
  text-decoration-color: #FF9800;
}

.overline-lightblue {
  text-decoration-color: #03A9F4;
}

.overline-lightgreen {
  text-decoration-color: #76FF03;
}

.overline-deeppurple {
  text-decoration-color: #673AB7;
}

.overline-deeporange {
  text-decoration-color: #DD6E0F;
}

.overline-brown {
  text-decoration-color: #964B00;
}

.overline-grey {
  text-decoration-color: #808080;
}

.deleted-primary {
  text-decoration-color: #03A9F4;
}

.deleted-secondary {
  text-decoration-color: #333;
}

.deleted-success {
  text-decoration-color: #28a745;
}

.deleted-info {
  text-decoration-color: #0DCAF0;
}

.deleted-warning {
  text-decoration-color: #FFC107;
}

.deleted-danger {
  text-decoration-color: #DC3545;
}

.deleted-light {
  text-decoration-color: #f5f5f5;
}

.deleted-dark {
  text-decoration-color: #212529;
}

.deleted-red {
  text-decoration-color: #F44336;
}

.deleted-green {
  text-decoration-color: #4CAF50;
}

.deleted-blue {
  text-decoration-color: #2196F3;
}

.deleted-black {
  text-decoration-color: #000;
}

.deleted-white {
  text-decoration-color: #fff;
}

.deleted-pink {
  text-decoration-color: #E91E63;
}

.deleted-purple {
  text-decoration-color: #9C27B0;
}

.deleted-indigo {
  text-decoration-color: #3E51B5;
}

.deleted-cyan {
  text-decoration-color: #00BCD4;
}

.deleted-teal {
  text-decoration-color: #009688;
}

.deleted-lime {
  text-decoration-color: #CDDC39;
}

.deleted-yellow {
  text-decoration-color: #FFEB3B;
}

.deleted-amber {
  text-decoration-color: #FFC107;
}

.deleted-orange {
  text-decoration-color: #FF9800;
}

.deleted-lightblue {
  text-decoration-color: #03A9F4;
}

.deleted-lightgreen {
  text-decoration-color: #76FF03;
}

.deleted-deeppurple {
  text-decoration-color: #673AB7;
}

.deleted-deeporange {
  text-decoration-color: #DD6E0F;
}

.deleted-brown {
  text-decoration-color: #964B00;
}

.deleted-grey {
  text-decoration-color: #808080;
}

.strike-primary {
  text-decoration-color: #03A9F4;
}

.strike-secondary {
  text-decoration-color: #333;
}

.strike-success {
  text-decoration-color: #28a745;
}

.strike-info {
  text-decoration-color: #0DCAF0;
}

.strike-warning {
  text-decoration-color: #FFC107;
}

.strike-danger {
  text-decoration-color: #DC3545;
}

.strike-light {
  text-decoration-color: #f5f5f5;
}

.strike-dark {
  text-decoration-color: #212529;
}

.strike-red {
  text-decoration-color: #F44336;
}

.strike-green {
  text-decoration-color: #4CAF50;
}

.strike-blue {
  text-decoration-color: #2196F3;
}

.strike-black {
  text-decoration-color: #000;
}

.strike-white {
  text-decoration-color: #fff;
}

.strike-pink {
  text-decoration-color: #E91E63;
}

.strike-purple {
  text-decoration-color: #9C27B0;
}

.strike-indigo {
  text-decoration-color: #3E51B5;
}

.strike-cyan {
  text-decoration-color: #00BCD4;
}

.strike-teal {
  text-decoration-color: #009688;
}

.strike-lime {
  text-decoration-color: #CDDC39;
}

.strike-yellow {
  text-decoration-color: #FFEB3B;
}

.strike-amber {
  text-decoration-color: #FFC107;
}

.strike-orange {
  text-decoration-color: #FF9800;
}

.strike-lightblue {
  text-decoration-color: #03A9F4;
}

.strike-lightgreen {
  text-decoration-color: #76FF03;
}

.strike-deeppurple {
  text-decoration-color: #673AB7;
}

.strike-deeporange {
  text-decoration-color: #DD6E0F;
}

.strike-brown {
  text-decoration-color: #964B00;
}

.strike-grey {
  text-decoration-color: #808080;
}

.underline-solid {
  text-decoration-style: solid;
}

.underline-double {
  text-decoration-style: double;
}

.underline-dotted {
  text-decoration-style: dotted;
}

.underline-dashed {
  text-decoration-style: dashed;
}

.underline-wavy {
  text-decoration-style: wavy;
}

.overline-solid {
  text-decoration-style: solid;
}

.overline-double {
  text-decoration-style: double;
}

.overline-dotted {
  text-decoration-style: dotted;
}

.overline-dashed {
  text-decoration-style: dashed;
}

.overline-wavy {
  text-decoration-style: wavy;
}

.deleted-solid {
  text-decoration-style: solid;
}

.deleted-double {
  text-decoration-style: double;
}

.deleted-dotted {
  text-decoration-style: dotted;
}

.deleted-dashed {
  text-decoration-style: dashed;
}

.deleted-wavy {
  text-decoration-style: wavy;
}

.strike-solid {
  text-decoration-style: solid;
}

.strike-double {
  text-decoration-style: double;
}

.strike-dotted {
  text-decoration-style: dotted;
}

.strike-dashed {
  text-decoration-style: dashed;
}

.strike-wavy {
  text-decoration-style: wavy;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Segoe UI', sans-serif;
  font-weight: normal;
}

.h6 {
  font-size: 1rem;
  line-height: 1.15;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.15;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.15;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.15;
}

.h2 {
  font-size: 2rem;
  line-height: 1.15;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1.15;
}

.divider {
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.divider::before, .divider::after {
  content: "";
  flex: 1 1 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentColor;
}
.divider:not([height])::before, .divider:not([height])::after {
  width: 50%;
}
.divider:not([height])[class*=double-]::before, .divider:not([height])[class*=double-]::after {
  height: 3px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.divider * {
  margin: 0;
  vertical-align: middle;
  min-width: fit-content;
}
.divider:not(:empty) {
  gap: 0.25em;
}
.divider:not(:empty)[height="1"] {
  height: auto !important;
}
.divider:not(:empty)[height="1"]::before, .divider:not(:empty)[height="1"]::after {
  border-bottom-width: 1px;
}
.divider:not(:empty)[height="2"] {
  height: auto !important;
}
.divider:not(:empty)[height="2"]::before, .divider:not(:empty)[height="2"]::after {
  border-bottom-width: 2px;
}
.divider:not(:empty)[height="3"] {
  height: auto !important;
}
.divider:not(:empty)[height="3"]::before, .divider:not(:empty)[height="3"]::after {
  border-bottom-width: 3px;
}
.divider:not(:empty)[height="4"] {
  height: auto !important;
}
.divider:not(:empty)[height="4"]::before, .divider:not(:empty)[height="4"]::after {
  border-bottom-width: 4px;
}
.divider:not(:empty)[height="5"] {
  height: auto !important;
}
.divider:not(:empty)[height="5"]::before, .divider:not(:empty)[height="5"]::after {
  border-bottom-width: 5px;
}
.divider:not(:empty).solid-border-line::before, .divider:not(:empty).solid-border-line::after {
  border-bottom-style: solid;
}
.divider:not(:empty).dashed-border-line::before, .divider:not(:empty).dashed-border-line::after {
  border-bottom-style: dashed;
}
.divider:not(:empty).dotted-border-line::before, .divider:not(:empty).dotted-border-line::after {
  border-bottom-style: dotted;
}
.divider:not(:empty).double-border-line::before, .divider:not(:empty).double-border-line::after {
  border-bottom-style: double;
}
.divider:not(:empty).hidden-border-line::before, .divider:not(:empty).hidden-border-line::after {
  border-bottom-style: hidden;
}
.divider:not(:empty).inset-border-line::before, .divider:not(:empty).inset-border-line::after {
  border-bottom-style: inset;
}
.divider:not(:empty).groove-border-line::before, .divider:not(:empty).groove-border-line::after {
  border-bottom-style: groove;
}
.divider:not(:empty).DEFAULT-line::before, .divider:not(:empty).DEFAULT-line::after {
  border-bottom-style: solid;
}
.divider:empty {
  opacity: 0.75;
}
.divider:empty::before, .divider:empty::after {
  display: none;
}
.divider:empty:not([height]) {
  border-bottom-style: solid;
  border-bottom-width: default("separatorHeight");
}
.divider:empty[height="1"] {
  height: auto !important;
  border-bottom-width: 1px;
}
.divider:empty[height="2"] {
  height: auto !important;
  border-bottom-width: 2px;
}
.divider:empty[height="3"] {
  height: auto !important;
  border-bottom-width: 3px;
}
.divider:empty[height="4"] {
  height: auto !important;
  border-bottom-width: 4px;
}
.divider:empty[height="5"] {
  height: auto !important;
  border-bottom-width: 5px;
}
.divider:empty.solid-border-line {
  border-bottom-style: solid;
}
.divider:empty.dashed-border-line {
  border-bottom-style: dashed;
}
.divider:empty.dotted-border-line {
  border-bottom-style: dotted;
}
.divider:empty.double-border-line {
  border-bottom-style: double;
}
.divider:empty.hidden-border-line {
  border-bottom-style: hidden;
}
.divider:empty.inset-border-line {
  border-bottom-style: inset;
}
.divider:empty.groove-border-line {
  border-bottom-style: groove;
}
.divider:empty.DEFAULT-line {
  border-bottom-style: solid;
}
.divider.span-before-0::before {
  flex: 0 0 0% !important;
}
.divider.span-after-0::after {
  flex: 0 0 0% !important;
}
.divider.span-before-1::before {
  flex: 1 1 0% !important;
}
.divider.span-after-1::after {
  flex: 1 1 0% !important;
}
.divider.span-before-2::before {
  flex: 2 2 0% !important;
}
.divider.span-after-2::after {
  flex: 2 2 0% !important;
}
.divider.span-before-3::before {
  flex: 3 3 0% !important;
}
.divider.span-after-3::after {
  flex: 3 3 0% !important;
}
.divider.span-before-4::before {
  flex: 4 4 0% !important;
}
.divider.span-after-4::after {
  flex: 4 4 0% !important;
}
.divider.span-before-5::before {
  flex: 5 5 0% !important;
}
.divider.span-after-5::after {
  flex: 5 5 0% !important;
}
.divider.span-before-6::before {
  flex: 6 6 0% !important;
}
.divider.span-after-6::after {
  flex: 6 6 0% !important;
}
.divider.span-before-7::before {
  flex: 7 7 0% !important;
}
.divider.span-after-7::after {
  flex: 7 7 0% !important;
}
.divider.span-before-8::before {
  flex: 8 8 0% !important;
}
.divider.span-after-8::after {
  flex: 8 8 0% !important;
}
.divider.span-before-9::before {
  flex: 9 9 0% !important;
}
.divider.span-after-9::after {
  flex: 9 9 0% !important;
}
.divider.span-before-10::before {
  flex: 10 10 0% !important;
}
.divider.span-after-10::after {
  flex: 10 10 0% !important;
}
.divider.span-before-11::before {
  flex: 11 11 0% !important;
}
.divider.span-after-11::after {
  flex: 11 11 0% !important;
}
.divider.span-before-12::before {
  flex: 12 12 0% !important;
}
.divider.span-after-12::after {
  flex: 12 12 0% !important;
}
.divider.span-before-auto::before {
  flex: 1 1 auto !important;
}
.divider.span-after-auto::after {
  flex: 1 1 auto !important;
}
.divider.span-before-none::before {
  flex: none !important;
}
.divider.span-after-none::after {
  flex: none !important;
}

.origin-top {
  transform-origin: top;
}

.active\:origin-top:active,
.focus\:origin-top:focus,
.hover\:origin-top:hover {
  transform-origin: top;
}

.origin-right {
  transform-origin: right;
}

.active\:origin-right:active,
.focus\:origin-right:focus,
.hover\:origin-right:hover {
  transform-origin: right;
}

.origin-bottom {
  transform-origin: bottom;
}

.active\:origin-bottom:active,
.focus\:origin-bottom:focus,
.hover\:origin-bottom:hover {
  transform-origin: bottom;
}

.origin-left {
  transform-origin: left;
}

.active\:origin-left:active,
.focus\:origin-left:focus,
.hover\:origin-left:hover {
  transform-origin: left;
}

.origin-top-right {
  transform-origin: top right;
}

.active\:origin-top-right:active,
.focus\:origin-top-right:focus,
.hover\:origin-top-right:hover {
  transform-origin: top right;
}

.origin-top-left {
  transform-origin: top left;
}

.active\:origin-top-left:active,
.focus\:origin-top-left:focus,
.hover\:origin-top-left:hover {
  transform-origin: top left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.active\:origin-bottom-right:active,
.focus\:origin-bottom-right:focus,
.hover\:origin-bottom-right:hover {
  transform-origin: bottom right;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.active\:origin-bottom-left:active,
.focus\:origin-bottom-left:focus,
.hover\:origin-bottom-left:hover {
  transform-origin: bottom left;
}

.origin-center {
  transform-origin: center;
}

.active\:origin-center:active,
.focus\:origin-center:focus,
.hover\:origin-center:hover {
  transform-origin: center;
}

.rotate-0 {
  transform: rotate(0deg);
}

.active\:rotate-0:active,
.focus\:rotate-0:focus,
.hover\:rotate-0:hover {
  transform: rotate(0deg);
}

.rotate-0-reverse {
  transform: rotate(0deg);
}

.active\:rotate-0-reverse:active,
.focus\:rotate-0-reverse:focus,
.hover\:rotate-0-reverse:hover {
  transform: rotate(0deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.active\:rotate-45:active,
.focus\:rotate-45:focus,
.hover\:rotate-45:hover {
  transform: rotate(45deg);
}

.rotate-45-reverse {
  transform: rotate(-45deg);
}

.active\:rotate-45-reverse:active,
.focus\:rotate-45-reverse:focus,
.hover\:rotate-45-reverse:hover {
  transform: rotate(-45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.active\:rotate-90:active,
.focus\:rotate-90:focus,
.hover\:rotate-90:hover {
  transform: rotate(90deg);
}

.rotate-90-reverse {
  transform: rotate(-90deg);
}

.active\:rotate-90-reverse:active,
.focus\:rotate-90-reverse:focus,
.hover\:rotate-90-reverse:hover {
  transform: rotate(-90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.active\:rotate-180:active,
.focus\:rotate-180:focus,
.hover\:rotate-180:hover {
  transform: rotate(180deg);
}

.rotate-180-reverse {
  transform: rotate(-180deg);
}

.active\:rotate-180-reverse:active,
.focus\:rotate-180-reverse:focus,
.hover\:rotate-180-reverse:hover {
  transform: rotate(-180deg);
}

.rotate-x-0 {
  transform: rotateX(0deg);
}

.active\:rotate-x-0:active,
.focus\:rotate-x-0:focus,
.hover\:rotate-x-0:hover {
  transform: rotateX(0deg);
}

.rotate-x-45 {
  transform: rotateX(45deg);
}

.active\:rotate-x-45:active,
.focus\:rotate-x-45:focus,
.hover\:rotate-x-45:hover {
  transform: rotateX(45deg);
}

.rotate-x-90 {
  transform: rotateX(90deg);
}

.active\:rotate-x-90:active,
.focus\:rotate-x-90:focus,
.hover\:rotate-x-90:hover {
  transform: rotateX(90deg);
}

.rotate-x-180 {
  transform: rotateX(180deg);
}

.active\:rotate-x-180:active,
.focus\:rotate-x-180:focus,
.hover\:rotate-x-180:hover {
  transform: rotateX(180deg);
}

.rotate-y-0 {
  transform: rotateY(0deg);
}

.active\:rotate-y-0:active,
.focus\:rotate-y-0:focus,
.hover\:rotate-y-0:hover {
  transform: rotateY(0deg);
}

.rotate-y-45 {
  transform: rotateY(45deg);
}

.active\:rotate-y-45:active,
.focus\:rotate-y-45:focus,
.hover\:rotate-y-45:hover {
  transform: rotateY(45deg);
}

.rotate-y-90 {
  transform: rotateY(90deg);
}

.active\:rotate-y-90:active,
.focus\:rotate-y-90:focus,
.hover\:rotate-y-90:hover {
  transform: rotateY(90deg);
}

.rotate-y-180 {
  transform: rotateY(180deg);
}

.active\:rotate-y-180:active,
.focus\:rotate-y-180:focus,
.hover\:rotate-y-180:hover {
  transform: rotateY(180deg);
}

.rotate-z-0 {
  transform: rotateZ(0deg);
}

.active\:rotate-z-0:active,
.focus\:rotate-z-0:focus,
.hover\:rotate-z-0:hover {
  transform: rotateZ(0deg);
}

.rotate-z-45 {
  transform: rotateZ(45deg);
}

.active\:rotate-z-45:active,
.focus\:rotate-z-45:focus,
.hover\:rotate-z-45:hover {
  transform: rotateZ(45deg);
}

.rotate-z-90 {
  transform: rotateZ(90deg);
}

.active\:rotate-z-90:active,
.focus\:rotate-z-90:focus,
.hover\:rotate-z-90:hover {
  transform: rotateZ(90deg);
}

.rotate-z-180 {
  transform: rotateZ(180deg);
}

.active\:rotate-z-180:active,
.focus\:rotate-z-180:focus,
.hover\:rotate-z-180:hover {
  transform: rotateZ(180deg);
}

.scale-30 {
  transform: scale(0.3);
}

.active\:scale-30:active,
.focus\:scale-30:focus,
.hover\:scale-30:hover {
  transform: scale(0.3);
}

.scale-40 {
  transform: scale(0.4);
}

.active\:scale-40:active,
.focus\:scale-40:focus,
.hover\:scale-40:hover {
  transform: scale(0.4);
}

.scale-50 {
  transform: scale(0.5);
}

.active\:scale-50:active,
.focus\:scale-50:focus,
.hover\:scale-50:hover {
  transform: scale(0.5);
}

.scale-60 {
  transform: scale(0.6);
}

.active\:scale-60:active,
.focus\:scale-60:focus,
.hover\:scale-60:hover {
  transform: scale(0.6);
}

.scale-70 {
  transform: scale(0.7);
}

.active\:scale-70:active,
.focus\:scale-70:focus,
.hover\:scale-70:hover {
  transform: scale(0.7);
}

.scale-80 {
  transform: scale(0.8);
}

.active\:scale-80:active,
.focus\:scale-80:focus,
.hover\:scale-80:hover {
  transform: scale(0.8);
}

.scale-90 {
  transform: scale(0.9);
}

.active\:scale-90:active,
.focus\:scale-90:focus,
.hover\:scale-90:hover {
  transform: scale(0.9);
}

.scale-100 {
  transform: scale(1);
}

.active\:scale-100:active,
.focus\:scale-100:focus,
.hover\:scale-100:hover {
  transform: scale(1);
}

.scale-110 {
  transform: scale(1.1);
}

.active\:scale-110:active,
.focus\:scale-110:focus,
.hover\:scale-110:hover {
  transform: scale(1.1);
}

.scale-120 {
  transform: scale(1.2);
}

.active\:scale-120:active,
.focus\:scale-120:focus,
.hover\:scale-120:hover {
  transform: scale(1.2);
}

.scale-130 {
  transform: scale(1.3);
}

.active\:scale-130:active,
.focus\:scale-130:focus,
.hover\:scale-130:hover {
  transform: scale(1.3);
}

.scale-140 {
  transform: scale(1.4);
}

.active\:scale-140:active,
.focus\:scale-140:focus,
.hover\:scale-140:hover {
  transform: scale(1.4);
}

.scale-150 {
  transform: scale(1.5);
}

.active\:scale-150:active,
.focus\:scale-150:focus,
.hover\:scale-150:hover {
  transform: scale(1.5);
}

.scale-160 {
  transform: scale(1.6);
}

.active\:scale-160:active,
.focus\:scale-160:focus,
.hover\:scale-160:hover {
  transform: scale(1.6);
}

.scale-170 {
  transform: scale(1.7);
}

.active\:scale-170:active,
.focus\:scale-170:focus,
.hover\:scale-170:hover {
  transform: scale(1.7);
}

.scale-180 {
  transform: scale(1.8);
}

.active\:scale-180:active,
.focus\:scale-180:focus,
.hover\:scale-180:hover {
  transform: scale(1.8);
}

.scale-190 {
  transform: scale(1.9);
}

.active\:scale-190:active,
.focus\:scale-190:focus,
.hover\:scale-190:hover {
  transform: scale(1.9);
}

.scale-200 {
  transform: scale(2);
}

.active\:scale-200:active,
.focus\:scale-200:focus,
.hover\:scale-200:hover {
  transform: scale(2);
}

.scale-x-30 {
  transform: scaleX(0.3);
}

.active\:scale-x-30:active,
.focus\:scale-x-30:focus,
.hover\:scale-x-30:hover {
  transform: scaleX(0.3);
}

.scale-x-40 {
  transform: scaleX(0.4);
}

.active\:scale-x-40:active,
.focus\:scale-x-40:focus,
.hover\:scale-x-40:hover {
  transform: scaleX(0.4);
}

.scale-x-50 {
  transform: scaleX(0.5);
}

.active\:scale-x-50:active,
.focus\:scale-x-50:focus,
.hover\:scale-x-50:hover {
  transform: scaleX(0.5);
}

.scale-x-60 {
  transform: scaleX(0.6);
}

.active\:scale-x-60:active,
.focus\:scale-x-60:focus,
.hover\:scale-x-60:hover {
  transform: scaleX(0.6);
}

.scale-x-70 {
  transform: scaleX(0.7);
}

.active\:scale-x-70:active,
.focus\:scale-x-70:focus,
.hover\:scale-x-70:hover {
  transform: scaleX(0.7);
}

.scale-x-80 {
  transform: scaleX(0.8);
}

.active\:scale-x-80:active,
.focus\:scale-x-80:focus,
.hover\:scale-x-80:hover {
  transform: scaleX(0.8);
}

.scale-x-90 {
  transform: scaleX(0.9);
}

.active\:scale-x-90:active,
.focus\:scale-x-90:focus,
.hover\:scale-x-90:hover {
  transform: scaleX(0.9);
}

.scale-x-100 {
  transform: scaleX(1);
}

.active\:scale-x-100:active,
.focus\:scale-x-100:focus,
.hover\:scale-x-100:hover {
  transform: scaleX(1);
}

.scale-x-110 {
  transform: scaleX(1.1);
}

.active\:scale-x-110:active,
.focus\:scale-x-110:focus,
.hover\:scale-x-110:hover {
  transform: scaleX(1.1);
}

.scale-x-120 {
  transform: scaleX(1.2);
}

.active\:scale-x-120:active,
.focus\:scale-x-120:focus,
.hover\:scale-x-120:hover {
  transform: scaleX(1.2);
}

.scale-x-130 {
  transform: scaleX(1.3);
}

.active\:scale-x-130:active,
.focus\:scale-x-130:focus,
.hover\:scale-x-130:hover {
  transform: scaleX(1.3);
}

.scale-x-140 {
  transform: scaleX(1.4);
}

.active\:scale-x-140:active,
.focus\:scale-x-140:focus,
.hover\:scale-x-140:hover {
  transform: scaleX(1.4);
}

.scale-x-150 {
  transform: scaleX(1.5);
}

.active\:scale-x-150:active,
.focus\:scale-x-150:focus,
.hover\:scale-x-150:hover {
  transform: scaleX(1.5);
}

.scale-x-160 {
  transform: scaleX(1.6);
}

.active\:scale-x-160:active,
.focus\:scale-x-160:focus,
.hover\:scale-x-160:hover {
  transform: scaleX(1.6);
}

.scale-x-170 {
  transform: scaleX(1.7);
}

.active\:scale-x-170:active,
.focus\:scale-x-170:focus,
.hover\:scale-x-170:hover {
  transform: scaleX(1.7);
}

.scale-x-180 {
  transform: scaleX(1.8);
}

.active\:scale-x-180:active,
.focus\:scale-x-180:focus,
.hover\:scale-x-180:hover {
  transform: scaleX(1.8);
}

.scale-x-190 {
  transform: scaleX(1.9);
}

.active\:scale-x-190:active,
.focus\:scale-x-190:focus,
.hover\:scale-x-190:hover {
  transform: scaleX(1.9);
}

.scale-x-200 {
  transform: scaleX(2);
}

.active\:scale-x-200:active,
.focus\:scale-x-200:focus,
.hover\:scale-x-200:hover {
  transform: scaleX(2);
}

.scale-y-30 {
  transform: scaleY(0.3);
}

.active\:scale-y-30:active,
.focus\:scale-y-30:focus,
.hover\:scale-y-30:hover {
  transform: scaleY(0.3);
}

.scale-y-40 {
  transform: scaleY(0.4);
}

.active\:scale-y-40:active,
.focus\:scale-y-40:focus,
.hover\:scale-y-40:hover {
  transform: scaleY(0.4);
}

.scale-y-50 {
  transform: scaleY(0.5);
}

.active\:scale-y-50:active,
.focus\:scale-y-50:focus,
.hover\:scale-y-50:hover {
  transform: scaleY(0.5);
}

.scale-y-60 {
  transform: scaleY(0.6);
}

.active\:scale-y-60:active,
.focus\:scale-y-60:focus,
.hover\:scale-y-60:hover {
  transform: scaleY(0.6);
}

.scale-y-70 {
  transform: scaleY(0.7);
}

.active\:scale-y-70:active,
.focus\:scale-y-70:focus,
.hover\:scale-y-70:hover {
  transform: scaleY(0.7);
}

.scale-y-80 {
  transform: scaleY(0.8);
}

.active\:scale-y-80:active,
.focus\:scale-y-80:focus,
.hover\:scale-y-80:hover {
  transform: scaleY(0.8);
}

.scale-y-90 {
  transform: scaleY(0.9);
}

.active\:scale-y-90:active,
.focus\:scale-y-90:focus,
.hover\:scale-y-90:hover {
  transform: scaleY(0.9);
}

.scale-y-100 {
  transform: scaleY(1);
}

.active\:scale-y-100:active,
.focus\:scale-y-100:focus,
.hover\:scale-y-100:hover {
  transform: scaleY(1);
}

.scale-y-110 {
  transform: scaleY(1.1);
}

.active\:scale-y-110:active,
.focus\:scale-y-110:focus,
.hover\:scale-y-110:hover {
  transform: scaleY(1.1);
}

.scale-y-120 {
  transform: scaleY(1.2);
}

.active\:scale-y-120:active,
.focus\:scale-y-120:focus,
.hover\:scale-y-120:hover {
  transform: scaleY(1.2);
}

.scale-y-130 {
  transform: scaleY(1.3);
}

.active\:scale-y-130:active,
.focus\:scale-y-130:focus,
.hover\:scale-y-130:hover {
  transform: scaleY(1.3);
}

.scale-y-140 {
  transform: scaleY(1.4);
}

.active\:scale-y-140:active,
.focus\:scale-y-140:focus,
.hover\:scale-y-140:hover {
  transform: scaleY(1.4);
}

.scale-y-150 {
  transform: scaleY(1.5);
}

.active\:scale-y-150:active,
.focus\:scale-y-150:focus,
.hover\:scale-y-150:hover {
  transform: scaleY(1.5);
}

.scale-y-160 {
  transform: scaleY(1.6);
}

.active\:scale-y-160:active,
.focus\:scale-y-160:focus,
.hover\:scale-y-160:hover {
  transform: scaleY(1.6);
}

.scale-y-170 {
  transform: scaleY(1.7);
}

.active\:scale-y-170:active,
.focus\:scale-y-170:focus,
.hover\:scale-y-170:hover {
  transform: scaleY(1.7);
}

.scale-y-180 {
  transform: scaleY(1.8);
}

.active\:scale-y-180:active,
.focus\:scale-y-180:focus,
.hover\:scale-y-180:hover {
  transform: scaleY(1.8);
}

.scale-y-190 {
  transform: scaleY(1.9);
}

.active\:scale-y-190:active,
.focus\:scale-y-190:focus,
.hover\:scale-y-190:hover {
  transform: scaleY(1.9);
}

.scale-y-200 {
  transform: scaleY(2);
}

.active\:scale-y-200:active,
.focus\:scale-y-200:focus,
.hover\:scale-y-200:hover {
  transform: scaleY(2);
}

.scale-z-30 {
  transform: scaleZ(0.3);
}

.active\:scale-z-30:active,
.focus\:scale-z-30:focus,
.hover\:scale-z-30:hover {
  transform: scaleZ(0.3);
}

.scale-z-40 {
  transform: scaleZ(0.4);
}

.active\:scale-z-40:active,
.focus\:scale-z-40:focus,
.hover\:scale-z-40:hover {
  transform: scaleZ(0.4);
}

.scale-z-50 {
  transform: scaleZ(0.5);
}

.active\:scale-z-50:active,
.focus\:scale-z-50:focus,
.hover\:scale-z-50:hover {
  transform: scaleZ(0.5);
}

.scale-z-60 {
  transform: scaleZ(0.6);
}

.active\:scale-z-60:active,
.focus\:scale-z-60:focus,
.hover\:scale-z-60:hover {
  transform: scaleZ(0.6);
}

.scale-z-70 {
  transform: scaleZ(0.7);
}

.active\:scale-z-70:active,
.focus\:scale-z-70:focus,
.hover\:scale-z-70:hover {
  transform: scaleZ(0.7);
}

.scale-z-80 {
  transform: scaleZ(0.8);
}

.active\:scale-z-80:active,
.focus\:scale-z-80:focus,
.hover\:scale-z-80:hover {
  transform: scaleZ(0.8);
}

.scale-z-90 {
  transform: scaleZ(0.9);
}

.active\:scale-z-90:active,
.focus\:scale-z-90:focus,
.hover\:scale-z-90:hover {
  transform: scaleZ(0.9);
}

.scale-z-100 {
  transform: scaleZ(1);
}

.active\:scale-z-100:active,
.focus\:scale-z-100:focus,
.hover\:scale-z-100:hover {
  transform: scaleZ(1);
}

.scale-z-110 {
  transform: scaleZ(1.1);
}

.active\:scale-z-110:active,
.focus\:scale-z-110:focus,
.hover\:scale-z-110:hover {
  transform: scaleZ(1.1);
}

.scale-z-120 {
  transform: scaleZ(1.2);
}

.active\:scale-z-120:active,
.focus\:scale-z-120:focus,
.hover\:scale-z-120:hover {
  transform: scaleZ(1.2);
}

.scale-z-130 {
  transform: scaleZ(1.3);
}

.active\:scale-z-130:active,
.focus\:scale-z-130:focus,
.hover\:scale-z-130:hover {
  transform: scaleZ(1.3);
}

.scale-z-140 {
  transform: scaleZ(1.4);
}

.active\:scale-z-140:active,
.focus\:scale-z-140:focus,
.hover\:scale-z-140:hover {
  transform: scaleZ(1.4);
}

.scale-z-150 {
  transform: scaleZ(1.5);
}

.active\:scale-z-150:active,
.focus\:scale-z-150:focus,
.hover\:scale-z-150:hover {
  transform: scaleZ(1.5);
}

.scale-z-160 {
  transform: scaleZ(1.6);
}

.active\:scale-z-160:active,
.focus\:scale-z-160:focus,
.hover\:scale-z-160:hover {
  transform: scaleZ(1.6);
}

.scale-z-170 {
  transform: scaleZ(1.7);
}

.active\:scale-z-170:active,
.focus\:scale-z-170:focus,
.hover\:scale-z-170:hover {
  transform: scaleZ(1.7);
}

.scale-z-180 {
  transform: scaleZ(1.8);
}

.active\:scale-z-180:active,
.focus\:scale-z-180:focus,
.hover\:scale-z-180:hover {
  transform: scaleZ(1.8);
}

.scale-z-190 {
  transform: scaleZ(1.9);
}

.active\:scale-z-190:active,
.focus\:scale-z-190:focus,
.hover\:scale-z-190:hover {
  transform: scaleZ(1.9);
}

.scale-z-200 {
  transform: scaleZ(2);
}

.active\:scale-z-200:active,
.focus\:scale-z-200:focus,
.hover\:scale-z-200:hover {
  transform: scaleZ(2);
}

.skew-0 {
  transform: skew(0deg);
}

.active\:skew-0:active,
.focus\:skew-0:focus,
.hover\:skew-0:hover {
  transform: skew(0deg);
}

.skew-1 {
  transform: skew(1deg);
}

.active\:skew-1:active,
.focus\:skew-1:focus,
.hover\:skew-1:hover {
  transform: skew(1deg);
}

.skew-2 {
  transform: skew(2deg);
}

.active\:skew-2:active,
.focus\:skew-2:focus,
.hover\:skew-2:hover {
  transform: skew(2deg);
}

.skew-3 {
  transform: skew(3deg);
}

.active\:skew-3:active,
.focus\:skew-3:focus,
.hover\:skew-3:hover {
  transform: skew(3deg);
}

.skew-4 {
  transform: skew(4deg);
}

.active\:skew-4:active,
.focus\:skew-4:focus,
.hover\:skew-4:hover {
  transform: skew(4deg);
}

.skew-5 {
  transform: skew(5deg);
}

.active\:skew-5:active,
.focus\:skew-5:focus,
.hover\:skew-5:hover {
  transform: skew(5deg);
}

.skew-6 {
  transform: skew(6deg);
}

.active\:skew-6:active,
.focus\:skew-6:focus,
.hover\:skew-6:hover {
  transform: skew(6deg);
}

.skew-x-0 {
  transform: skewX(0deg);
}

.active\:skew-x-0:active,
.focus\:skew-x-0:focus,
.hover\:skew-x-0:hover {
  transform: skewX(0deg);
}

.skew-x-1 {
  transform: skewX(1deg);
}

.active\:skew-x-1:active,
.focus\:skew-x-1:focus,
.hover\:skew-x-1:hover {
  transform: skewX(1deg);
}

.skew-x-2 {
  transform: skewX(2deg);
}

.active\:skew-x-2:active,
.focus\:skew-x-2:focus,
.hover\:skew-x-2:hover {
  transform: skewX(2deg);
}

.skew-x-3 {
  transform: skewX(3deg);
}

.active\:skew-x-3:active,
.focus\:skew-x-3:focus,
.hover\:skew-x-3:hover {
  transform: skewX(3deg);
}

.skew-x-4 {
  transform: skewX(4deg);
}

.active\:skew-x-4:active,
.focus\:skew-x-4:focus,
.hover\:skew-x-4:hover {
  transform: skewX(4deg);
}

.skew-x-5 {
  transform: skewX(5deg);
}

.active\:skew-x-5:active,
.focus\:skew-x-5:focus,
.hover\:skew-x-5:hover {
  transform: skewX(5deg);
}

.skew-x-6 {
  transform: skewX(6deg);
}

.active\:skew-x-6:active,
.focus\:skew-x-6:focus,
.hover\:skew-x-6:hover {
  transform: skewX(6deg);
}

.skew-y-0 {
  transform: skewY(0deg);
}

.active\:skew-y-0:active,
.focus\:skew-y-0:focus,
.hover\:skew-y-0:hover {
  transform: skewY(0deg);
}

.skew-y-1 {
  transform: skewY(1deg);
}

.active\:skew-y-1:active,
.focus\:skew-y-1:focus,
.hover\:skew-y-1:hover {
  transform: skewY(1deg);
}

.skew-y-2 {
  transform: skewY(2deg);
}

.active\:skew-y-2:active,
.focus\:skew-y-2:focus,
.hover\:skew-y-2:hover {
  transform: skewY(2deg);
}

.skew-y-3 {
  transform: skewY(3deg);
}

.active\:skew-y-3:active,
.focus\:skew-y-3:focus,
.hover\:skew-y-3:hover {
  transform: skewY(3deg);
}

.skew-y-4 {
  transform: skewY(4deg);
}

.active\:skew-y-4:active,
.focus\:skew-y-4:focus,
.hover\:skew-y-4:hover {
  transform: skewY(4deg);
}

.skew-y-5 {
  transform: skewY(5deg);
}

.active\:skew-y-5:active,
.focus\:skew-y-5:focus,
.hover\:skew-y-5:hover {
  transform: skewY(5deg);
}

.skew-y-6 {
  transform: skewY(6deg);
}

.active\:skew-y-6:active,
.focus\:skew-y-6:focus,
.hover\:skew-y-6:hover {
  transform: skewY(6deg);
}

.translate-top {
  box-shadow: -3px 2px rgba(0, 0, 0, 0.1);
  top: 0;
  right: 50%;
  transform: translate(50%, -100%);
}
.translate-right {
  box-shadow: -3px 2px rgba(0, 0, 0, 0.1);
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.translate-bottom {
  box-shadow: -3px 2px rgba(0, 0, 0, 0.1);
  right: 50%;
  bottom: 0;
  transform: translate(50%, 100%);
}
.translate-left {
  box-shadow: 3px 2px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.translate-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  left: 50%;
  transform: translateX(-50%);
}
.translate-middle-y {
  bottom: 50%;
  transform: translateY(50%);
}

.translate-0 {
  transform: translate(0);
}

.translate-x-0 {
  transform: translateX(0);
}

.translate-y-0 {
  transform: translateY(0);
}

.active\:translate-x-0:active,
.focus\:translate-x-0:focus,
.hover\:translate-x-0:hover {
  transform: translateX(0);
}

.active\:translate-y-0:active,
.focus\:translate-y-0:focus,
.hover\:translate-y-0:hover {
  transform: translateY(0);
}

.translate-25 {
  transform: translate(25%);
}

.translate-x-25 {
  transform: translateX(25%);
}

.translate-y-25 {
  transform: translateY(25%);
}

.active\:translate-x-25:active,
.focus\:translate-x-25:focus,
.hover\:translate-x-25:hover {
  transform: translateX(25%);
}

.active\:translate-y-25:active,
.focus\:translate-y-25:focus,
.hover\:translate-y-25:hover {
  transform: translateY(25%);
}

.translate-50 {
  transform: translate(50%, 50%);
}

.translate-x-50 {
  transform: translateX(50%);
}

.translate-y-50 {
  transform: translateY(50%);
}

.active\:translate-x-50:active,
.focus\:translate-x-50:focus,
.hover\:translate-x-50:hover {
  transform: translateX(50%);
}

.active\:translate-y-50:active,
.focus\:translate-y-50:focus,
.hover\:translate-y-50:hover {
  transform: translateY(50%);
}

.translate-75 {
  transform: translate(75%);
}

.translate-x-75 {
  transform: translateX(75%);
}

.translate-y-75 {
  transform: translateY(75%);
}

.active\:translate-x-75:active,
.focus\:translate-x-75:focus,
.hover\:translate-x-75:hover {
  transform: translateX(75%);
}

.active\:translate-y-75:active,
.focus\:translate-y-75:focus,
.hover\:translate-y-75:hover {
  transform: translateY(75%);
}

.translate-100 {
  transform: translate(100%);
}

.translate-x-100 {
  transform: translateX(100%);
}

.translate-y-100 {
  transform: translateY(100%);
}

.active\:translate-x-100:active,
.focus\:translate-x-100:focus,
.hover\:translate-x-100:hover {
  transform: translateX(100%);
}

.active\:translate-y-100:active,
.focus\:translate-y-100:focus,
.hover\:translate-y-100:hover {
  transform: translateY(100%);
}

.translate--100 {
  transform: translate(-100%);
}

.translate-x--100 {
  transform: translateX(-100%);
}

.translate-y--100 {
  transform: translateY(-100%);
}

.active\:translate-x--100:active,
.focus\:translate-x--100:focus,
.hover\:translate-x--100:hover {
  transform: translateX(-100%);
}

.active\:translate-y--100:active,
.focus\:translate-y--100:focus,
.hover\:translate-y--100:hover {
  transform: translateY(-100%);
}

.translate--75 {
  transform: translate(-75%);
}

.translate-x--75 {
  transform: translateX(-75%);
}

.translate-y--75 {
  transform: translateY(-75%);
}

.active\:translate-x--75:active,
.focus\:translate-x--75:focus,
.hover\:translate-x--75:hover {
  transform: translateX(-75%);
}

.active\:translate-y--75:active,
.focus\:translate-y--75:focus,
.hover\:translate-y--75:hover {
  transform: translateY(-75%);
}

.translate--50 {
  transform: translate(-50%, -50%);
}

.translate-x--50 {
  transform: translateX(-50%);
}

.translate-y--50 {
  transform: translateY(-50%);
}

.active\:translate-x--50:active,
.focus\:translate-x--50:focus,
.hover\:translate-x--50:hover {
  transform: translateX(-50%);
}

.active\:translate-y--50:active,
.focus\:translate-y--50:focus,
.hover\:translate-y--50:hover {
  transform: translateY(-50%);
}

.translate--25 {
  transform: translate(-25%);
}

.translate-x--25 {
  transform: translateX(-25%);
}

.translate-y--25 {
  transform: translateY(-25%);
}

.active\:translate-x--25:active,
.focus\:translate-x--25:focus,
.hover\:translate-x--25:hover {
  transform: translateX(-25%);
}

.active\:translate-y--25:active,
.focus\:translate-y--25:focus,
.hover\:translate-y--25:hover {
  transform: translateY(-25%);
}

.transition-all {
  transition-property: all;
}

.active\:transition-all:active,
.focus\:transition-all:focus,
.hover\:transition-all:hover {
  transition-property: all;
}

.transition-background {
  transition-property: background;
}

.active\:transition-background:active,
.focus\:transition-background:focus,
.hover\:transition-background:hover {
  transition-property: background;
}

.transition-color {
  transition-property: color;
}

.active\:transition-color:active,
.focus\:transition-color:focus,
.hover\:transition-color:hover {
  transition-property: color;
}

.transition-height {
  transition-property: height;
}

.active\:transition-height:active,
.focus\:transition-height:focus,
.hover\:transition-height:hover {
  transition-property: height;
}

.transition-width {
  transition-property: width;
}

.active\:transition-width:active,
.focus\:transition-width:focus,
.hover\:transition-width:hover {
  transition-property: width;
}

.transition-transform {
  transition-property: transform;
}

.active\:transition-transform:active,
.focus\:transition-transform:focus,
.hover\:transition-transform:hover {
  transition-property: transform;
}

.transition-none {
  transition-property: none;
}

.active\:transition-none:active,
.focus\:transition-none:focus,
.hover\:transition-none:hover {
  transition-property: none;
}

.transition-100 {
  transition-duration: 100ms;
}

.active\:transition-100:active,
.focus\:transition-100:focus,
.hover\:transition-100:hover {
  transition-duration: 100ms;
}

.transition-200 {
  transition-duration: 200ms;
}

.active\:transition-200:active,
.focus\:transition-200:focus,
.hover\:transition-200:hover {
  transition-duration: 200ms;
}

.transition-300 {
  transition-duration: 300ms;
}

.active\:transition-300:active,
.focus\:transition-300:focus,
.hover\:transition-300:hover {
  transition-duration: 300ms;
}

.transition-400 {
  transition-duration: 400ms;
}

.active\:transition-400:active,
.focus\:transition-400:focus,
.hover\:transition-400:hover {
  transition-duration: 400ms;
}

.transition-500 {
  transition-duration: 500ms;
}

.active\:transition-500:active,
.focus\:transition-500:focus,
.hover\:transition-500:hover {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: ease-in;
  transition-duration: 100ms;
}

.active\:ease-in:active,
.focus\:ease-in:focus,
.hover\:ease-in:hover {
  transition-timing-function: ease-in;
  transition-duration: 100ms;
}

.ease-out {
  transition-timing-function: ease-out;
  transition-duration: 100ms;
}

.active\:ease-out:active,
.focus\:ease-out:focus,
.hover\:ease-out:hover {
  transition-timing-function: ease-out;
  transition-duration: 100ms;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
}

.active\:ease-in-out:active,
.focus\:ease-in-out:focus,
.hover\:ease-in-out:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
}

.linear {
  transition-timing-function: linear;
  transition-duration: 100ms;
}

.active\:linear:active,
.focus\:linear:focus,
.hover\:linear:hover {
  transition-timing-function: linear;
  transition-duration: 100ms;
}

.step-start {
  transition-timing-function: step-start;
  transition-duration: 100ms;
}

.active\:step-start:active,
.focus\:step-start:focus,
.hover\:step-start:hover {
  transition-timing-function: step-start;
  transition-duration: 100ms;
}

.step-end {
  transition-timing-function: step-end;
  transition-duration: 100ms;
}

.active\:step-end:active,
.focus\:step-end:focus,
.hover\:step-end:hover {
  transition-timing-function: step-end;
  transition-duration: 100ms;
}

.visible {
  visibility: visible;
}

@media screen and (min-width: 375px) {
  .xs\:visible {
    visibility: visible;
  }
}
@media screen and (min-width: 544px) {
  .sm\:visible {
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  .lg\:visible {
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:visible {
    visibility: visible;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:visible {
    visibility: visible;
  }
}
.invisible {
  visibility: hidden;
}

@media screen and (min-width: 375px) {
  .xs\:invisible {
    visibility: hidden;
  }
}
@media screen and (min-width: 544px) {
  .sm\:invisible {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .md\:invisible {
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) {
  .lg\:invisible {
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:invisible {
    visibility: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:invisible {
    visibility: hidden;
  }
}
.collapse {
  visibility: collapse;
}

.icon-xs {
  --lucide-size: 0.75rem;
}

.icon-sm {
  --lucide-size: 1.125rem;
}

.icon-md {
  --lucide-size: 1.5rem;
}

.icon-lg {
  --lucide-size: 2.25rem;
}

.icon-xl {
  --lucide-size: 3rem;
}

.icon-2xl {
  --lucide-size: 3.75rem;
}

.icon-12 {
  --lucide-size: 12px;
}

.icon-14 {
  --lucide-size: 14px;
}

.icon-16 {
  --lucide-size: 16px;
}

.icon-18 {
  --lucide-size: 18px;
}

.icon-20 {
  --lucide-size: 20px;
}

.icon-24 {
  --lucide-size: 24px;
}

.icon-28 {
  --lucide-size: 28px;
}

.icon-32 {
  --lucide-size: 32px;
}

.icon-36 {
  --lucide-size: 36px;
}

.icon-40 {
  --lucide-size: 40px;
}

.icon-48 {
  --lucide-size: 48px;
}

.icon-56 {
  --lucide-size: 56px;
}

.icon-64 {
  --lucide-size: 64px;
}

.icon-72 {
  --lucide-size: 72px;
}

.icon-80 {
  --lucide-size: 80px;
}

.icon-96 {
  --lucide-size: 96px;
}

.icon-stroke-thin {
  --lucide-stroke: 1;
}

.icon-stroke-light {
  --lucide-stroke: 1.5;
}

.icon-stroke-normal {
  --lucide-stroke: 2;
}

.icon-stroke-bold {
  --lucide-stroke: 2.5;
}

.icon-stroke-heavy {
  --lucide-stroke: 3;
}

.icon-inherit {
  --lucide-color: currentColor;
}

.icon-primary {
  --lucide-color: #03A9F4;
}

.icon-secondary {
  --lucide-color: #333;
}

.icon-success {
  --lucide-color: #28a745;
}

.icon-info {
  --lucide-color: #0DCAF0;
}

.icon-warning {
  --lucide-color: #FFC107;
}

.icon-danger {
  --lucide-color: #DC3545;
}

.icon-light {
  --lucide-color: #f5f5f5;
}

.icon-dark {
  --lucide-color: #212529;
}

.icon-red {
  --lucide-color: #F44336;
}

.icon-green {
  --lucide-color: #4CAF50;
}

.icon-blue {
  --lucide-color: #2196F3;
}

.icon-black {
  --lucide-color: #000;
}

.icon-white {
  --lucide-color: #fff;
}

.icon-pink {
  --lucide-color: #E91E63;
}

.icon-purple {
  --lucide-color: #9C27B0;
}

.icon-indigo {
  --lucide-color: #3E51B5;
}

.icon-cyan {
  --lucide-color: #00BCD4;
}

.icon-teal {
  --lucide-color: #009688;
}

.icon-lime {
  --lucide-color: #CDDC39;
}

.icon-yellow {
  --lucide-color: #FFEB3B;
}

.icon-amber {
  --lucide-color: #FFC107;
}

.icon-orange {
  --lucide-color: #FF9800;
}

.icon-lightblue {
  --lucide-color: #03A9F4;
}

.icon-lightgreen {
  --lucide-color: #76FF03;
}

.icon-deeppurple {
  --lucide-color: #673AB7;
}

.icon-deeporange {
  --lucide-color: #DD6E0F;
}

.icon-brown {
  --lucide-color: #964B00;
}

.icon-grey {
  --lucide-color: #808080;
}

.icon-top {
  vertical-align: top;
}

.icon-middle {
  vertical-align: middle;
}

.icon-bottom {
  vertical-align: bottom;
}

.icon-xs {
  --lucide-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-xs {
    --lucide-size: 0.75rem;
  }
}
.icon-sm {
  --lucide-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-sm {
    --lucide-size: 1.125rem;
  }
}
.icon-md {
  --lucide-size: 1.5rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-md {
    --lucide-size: 1.5rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-md {
    --lucide-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-md {
    --lucide-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-md {
    --lucide-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-md {
    --lucide-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-md {
    --lucide-size: 1.5rem;
  }
}
.icon-lg {
  --lucide-size: 2.25rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-lg {
    --lucide-size: 2.25rem;
  }
}
.icon-xl {
  --lucide-size: 3rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-xl {
    --lucide-size: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-xl {
    --lucide-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-xl {
    --lucide-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-xl {
    --lucide-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-xl {
    --lucide-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-xl {
    --lucide-size: 3rem;
  }
}
.icon-2xl {
  --lucide-size: 3.75rem;
}

@media screen and (min-width: 375px) {
  .xs\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
@media screen and (min-width: 544px) {
  .sm\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .xxl\:icon-2xl {
    --lucide-size: 3.75rem;
  }
}
